

.button {
	background-color: #0071bd;
	border-color: #0071bd;
}

.button:hover {
	background-color: #00548D;
	border-color: #00548D;
}

a, .breadcrumbs > * {
	color: #0071bd;
}

a:hover {
	color: #00548D;
}

h2, h3 {
	padding-bottom: 7px;
	margin-bottom: 7px;
	line-height: 1.2;
}



.border-above {
	border-bottom: none;
	margin-bottom: 0;
	padding-top: 14px;
	border-top: 1px solid #d8d8d8;
	margin-top: 0;
}

#beta>div {
	border-left: 0.9375rem solid white;
	border-right: 0.9375rem solid white;
	background-color: red;
	color: white;
	text-align: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

#cookies>div {
	border-left: 0.9375rem solid white;
	border-right: 0.9375rem solid white;
	background-color: black;
	color: white;
	font-size: 0.7rem;
	text-align: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

#cookies>div a {
	color: white;
}

.top-bar .name a {
	font-size: 1.0625rem;
	line-height: 45px;
	color: #222;
	display: block;
	padding: 0 15px;
	width: 50%;
}

@media only screen and (min-width: 641px) {
	.top-bar .name a {
		width: 100%;
	}
}

.top-bar-section>ul>li>a:not(.button), .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li a:not(.button), .top-bar, .top-bar-section ul, .top-bar.expanded .title-area, .top-bar-section .has-form, .top-bar-section .dropdown li label {
	background-color: #e3e3e3 !important;
}

.top-bar h1 a:hover, .top-bar-section li > a:hover, .top-bar-section .dropdown li a:hover, .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section ul li:hover > a:hover {
	background-color: #00548D !important;
	color: white !important;
}

.top-bar-section ul li a:not(.button), .top-bar-section ul li > a, .top-bar-section .dropdown li a, .top-bar .toggle-topbar.menu-icon a, .top-bar.expanded .toggle-topbar a, .top-bar-section .dropdown li.title h5 a {
	color: #222 !important;
}

.top-bar-section>ul>li>a:not(.button) {
	color: #222 !important;
}

.top-bar-section .has-dropdown > a:after {
    border-color: rgba(22, 22, 22, 1) transparent transparent;
}

.top-bar .toggle-topbar.menu-icon a::after {
	box-shadow: 0 10px 0 1px #222, 0 16px 0 1px #222, 0 22px 0 1px #222;
}

.top-bar .toggle-topbar.menu-icon a span {
	-webkit-box-shadow: 0 10px 0 1px #e3e3e3, 0 16px 0 1px #e3e3e3, 0 22px 0 1px #e3e3e3;
	box-shadow: 0 10px 0 1px #e3e3e3, 0 16px 0 1px #e3e3e3, 0 22px 0 1px #e3e3e3;
}

.top-bar-section .dropdown li.title h5 a:hover {
	color: white;
}

.top-bar {
	border-left: 0.9375rem solid white;
	border-right: 0.9375rem solid white;
}

.contain-to-grid {
	background-color: white;
}

.top-bar input, .top-bar .button {
	font-size: 0.77778rem;
	height: auto;
	margin-top: 0.15rem;
}

.top-bar-section .dropdown li .button {
	top: 7px;
}

.top-bar input {
	padding-top: 0.4rem;
	padding-bottom: 0.3rem;
}

.top-bar .button {
	padding-top: 0.45rem;
	padding-bottom: 0.35rem;
	line-height: normal;
}

.top-bar-section .has-dropdown > a:after {
    border-color: #0071bd rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.top-bar .toggle-topbar.menu-icon a span::after, .top-bar .toggle-topbar.menu-icon a span:hover:after {
	box-shadow: 0 0px 0 1px #0071bd, 0 7px 0 1px #0071bd, 0 14px 0 1px #0071bd;
}

.top-bar .name .current-page, .top-bar-section .dropdown li:not(.has-form) .current-page:not(.button) {
	color: white !important;
}

.top-bar .current-page, .top-bar-section .dropdown li:not(.has-form) .current-page:not(.button) {
	background-color: #0071bd !important;
}

.top-bar .current-page:hover, .top-bar-section .dropdown li:not(.has-form) .current-page:not(.button):hover {
	background-color: #00548D !important;
}

#banner {
	text-align: center;
}

#leaderboard {
	position: relative;
	border: 1px solid #80B8DE;
	max-width: 58.75rem; 
	margin: 0.9375rem;
}

#leaderboard>div {
	height: 60px;
	overflow: hidden;
	margin: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#leaderboard>div>div>p {
	color: #0071bd;
	border-top: 1px solid #dddddd;
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 1.2;
	font-size: 1rem;
}

#leaderboard>div>div>p>i {
	font-size: 1.1rem;
}

#leaderboard>a {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#leaderboard .leaderboard-title>p {
	color: #222222;
	border: none;
	margin-top: 0.15rem;
}

@media only screen and (min-width: 641px) {
	#leaderboard {
		max-width: 60.625rem;
	}
	#leaderboard>div {
		height: 80px;
	}
	#leaderboard>div>div>p {
		font-size: 1.5rem;
		line-height: 1.4;
	}
}

@media only screen and (min-width: 1025px) {
	#leaderboard {
		max-width: 60.625rem;
		margin: 0.9375rem auto;
	}
	#leaderboard>div {
		height: 120px;
	}
	#leaderboard>div>div>p {
		font-size: 2.2rem;
		line-height: 1.6;
	}
	#leaderboard .leaderboard-title>p {
		font-size: 1.5rem;
		margin-top: 0.5rem;
	}
}

.leaderboard-centered {
	text-align: center;
	margin: 0.9375rem auto;
}

header {
	background-color: #C0DCEF;
	border-left: 0.9375rem solid white;
	border-right: 0.9375rem solid white;
	margin-bottom: 15px;
}

header h1 {
	color: #0071bd;
}

header i {
	color: #0071bd;
	font-size: 36px;
	margin: 12px 0 0 15px;
}

@media only screen and (min-width: 641px) {
	header i {
		margin-top: 19px;
	}
}

header i:hover {
	color: #00548D;
}

.content h2 {
	font-size: 2rem;
	color: #bababa;
}

.content h3 {
	color: #bababa;
}

.content .breadcrumbs {
	border: none;
	border-top: 1px solid gainsboro;
	border-bottom: 1px solid gainsboro;
	padding-left: 0;
	padding-right: 0;
	background: none;
	border-radius: 0;
	padding-top: 4px;
	padding-bottom: 8px;
}

.content .breadcrumbs a {
	float: none;
}

.content p, .content. ol, .content .ul {
	font-size: 0.9rem;
	line-height: 1.4;
}

.content #search-form {
	text-transform: uppercase;
	font-size: 0.8rem;
}

.content #search-form select {
	padding: 0.2rem 0.5rem;
	margin-bottom: 14px;
	margin-top: 7px;
	height: auto;
}

.content #search-form .date-day {
	padding-right: 0;
}

.content #search-form .date-month {
	padding-left: 0;
	padding-right: 0;
}

.content #search-form .date-year {
	padding-left: 0;
}

.content #search-form input[type=submit] {
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.content .accreditations {
	margin-top: 7px;
	text-align: center;
}

.content .accreditation {
	height: 50px;
}

.content .contact-details {
	text-transform: uppercase;
	font-size: 0.8rem;
	border: none;
	background: none;
}

.content .contact-details td {
	vertical-align: baseline;
}

.content .contact-details tr {
	background-color: transparent;
}

.content .contact-details td {
	padding: 0 0.5rem 0.25rem 0;
}

.content .listing-description {
	font-size: 0.8rem;
}

.content .book_now_small {
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: #38b449;
	margin-bottom: 0;
}

.content .book_now_small a {
	color: white;
}

.content .book_now_small:hover {
	background-color: green;
}

.content .mobile-image {
	float: right;
	text-align: right;
	padding-right: 0;
}

.content .categories h3 {
	font-size: 1.2rem;
	text-align: center;
}

.content .categories p {
	font-size: 0.9rem;
	text-align: center;
}

.content .categories a {
	display: block;
}

.breadcrumbs {
	margin-bottom: 15px;
}

.home-slider {
	margin-bottom: 14px !important;
}

.orbit-timer {
	display: none;
}

.orbit-caption {
	background-color: rgba(0,113,189,0.8) !important;
}

.orbit-prev:hover, .orbit-next:hover {
	background-color: rgba(0,113,189,0.8) !important;
}

.listing-info {
	padding: 0;
	margin-left: 0.625rem;
}

.listing-info>img {
	margin-bottom: 0.625rem;
}

.listing-info>img, .listing-info .small-block-grid-5 img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.listing-info .small-block-grid-5 {
	margin: 0 -0.3125rem;
}

.listing-info .small-block-grid-5 li {
	padding: 0 0.3125rem 0.625rem 0.3125rem;
}

@media only screen and (min-width: 641px) {
	.event-poster {
		float: right;
		width: 50%;
		margin-bottom: 14px;
		margin-left: 14px;
	}
	.event-poster:hover {
		float: none;
		width: 100%;
		margin-left: 0;
	}
}

.past-event {
	background-color: WhiteSmoke;
	padding: 1.25rem 1.25rem 0.625rem 1.25rem;
	margin-bottom: 1.25rem;
}

.event-tabs {
	margin-bottom: 15px !important;
}

.availability-tabs, .event-tabs {
	background-color: #efefef;
}

.availability-tabs dd > a, .availability-tabs .tab-title > a, .event-tabs dd > a, .event-tabs .tab-title > a {
	padding: 0.5rem 1.35rem;
}

@media only screen and (min-width: 1024px) {
	.availability-tabs dd > a, .availability-tabs .tab-title > a, .event-tabs dd > a, .event-tabs .tab-title > a {
		padding: 0.5rem 2.45rem;
	}
}

.availability-content table thead tr th, .availability-content table thead tr td {
	font-weight: normal;
}

.availability-content table tr:nth-of-type(even) {
	background: none;
}

.availability-content table td {
	text-align: center;
	padding: 0;
}

.availability-content table td a, .availability-content table td p {
	display: block;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	margin: 0;
	font-size: 0.9em;
	line-height: inherit;
}

.availability-content table .fully-booked {
	background-color: #cc0000;
}

.availability-content table .partially-available a {
	background-color: #ffaa55;
}

.availability-content table .partially-available a:hover {
	background-color: #ff7700;
}

.availability-content table .available a {
	background-color: #009900;
}

.availability-content table .available a:hover {
	background-color: #004400;
}

.action-links {
	font-size: 0.875rem;
	text-transform: uppercase;
}

.report {
	color: #f04124;
}

.widget h3, .tourist-information h3 {
	margin: 0;
}

.widget p, .tourist-information p {
	margin-bottom: 7px;
}

.widget, .tourist-information {
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1.25rem;
	padding: 0.75rem 1.25rem 0 1.25rem;
}

.tourist-information {
	border-color: #0042c7;
	background-color: #002776;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	text-align: center;
}

@media only screen and (min-width: 641px) {
	.tourist-information {
		text-align: left;
	}
}

.tourist-information h3 img {
	height: 36px;
}

.tourist-information i {
	font-size: 36px;
	margin-right: 15px;
}

.tourist-information p {
	margin-bottom: 0;
}

.widget {
	border-color: #80B8DE;
}

.columns>table>tbody>tr>td>p {
	margin-bottom: 0;
}

.tourist-information a, widget a {
	color: white;
}

.tourist-information a:hover, widget a:hover {
	text-shadow: 0 0 10px white, 0 0 10px white;
}

.tourist-information img {
	height: 3rem;
	vertical-align: baseline;
}

.orbit-bullets li {
	width: 1rem;
	height: 1rem;
	background-color: #0071bd;
}

.orbit-bullets li.active {
	width: 1rem;
	height: 1rem;
	background-color: #80B8DE;
}

.featured-descripton {
	font-size: 0.9rem;
	line-height: 1.4;
}

.spnsrd-links p {
	font-size: 0.8rem;
	line-height: 1.2;
}

.spnsrd-links td {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.spnsrd-links table {
	width: 100%;
}

.whats-on .panel {
	background-color: #0071bd;
	border: none;
}

.whats-on .panel a {
	color: #80B8DE;
}

.whats-on .panel a:hover {
	color: white;
}

.whats-on .panel p, .whats-on .panel h3 {
	color: white;
}

.whats-on .panel h3 {
	border-bottom: 1px solid white;
}

.whats-on .orbit-bullets li {
	background-color: white;
}

.whats-on .orbit-bullets li.active {
	background-color: #80B8DE;
}

.whats-on .panel p {
	line-height: 1.4;
}

.whats-on .panel .description {
	font-size: 0.9rem;
	margin-bottom: 14px;
}

.whats-on .panel .orbit-bullets {
	margin-bottom: 14px;
}

.whats-on .tool-nav {
	color: white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}

.whats-on .tool-nav:hover {
	color: #0071bd;
	background-color: white;
}

.message-board .panel {
	background-color: white;
	border: 1px solid #80B8DE;
	padding-bottom: 0;
}

.message-board .panel h3 {
	border-bottom: 1px solid #80B8DE;
}

.message-board .panel p {
	line-height: 1.4;
}

.message-board .orbit-container>ul {
	border-bottom: 1px solid  #80B8DE;
	margin-bottom: 60px;
}

.message-board .panel .description {
	font-size: 0.9rem;
}

.message-board .panel .orbit-prev span {
	border-right-color: #80B8DE;
}

.message-board .panel .orbit-next span {
	border-left-color: #80B8DE;
}

.message-board .panel .orbit-prev, .message-board .panel .orbit-next {
	top: auto;
	bottom: 0;
}

.message-board .panel .orbit-prev:hover, .message-board .panel .orbit-next:hover {
	background-color: transparent !important;
}

.featured .tool-nav, .message-board .tool-nav {
	border-left: 1px solid #80B8DE;
	border-bottom: 1px solid #80B8DE;
}

.featured .tool-nav:hover, .message-board .tool-nav:hover {
	color: white;
	background-color: #0071bd;
}

.tool-nav {
	padding: 5px;
	font-size: 0.8rem;
}

.error {
	color: #f04124 !important;
}

span.error, small.error {
	color: white !important;
}

.callout .button {
	margin-bottom: 0;
}

.minute-column::after {
	content: ":";
	position: absolute;
	top: 9px;
	left: -2px;
}



footer>div>div {
	border-top: 1px solid #d9d9d9;
	padding: 1.25rem 0;
}

footer>div>div>p {
	font-size: 0.8rem;
}

.google-map img {
	max-width: none;
}

#nearby-settlements, #category-map, #listing-map {
	width: 100%;
	margin-bottom: 14px;
}

#nearby-settlements {
	height: 350px;
}

#category-map {
	height: 200px;
}

#listing-map {
	height: 200px;
}

