a:focus:hover {
	outline: -webkit-focus-ring-color auto 5px;
}

#help h1 {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}

.usful-links h2, .faq-header h2, .faq-body h2, .more-help h2 {
	font-size: 37px;
	text-align: center;
	font-weight: bold;
}

.usful-links p, .faq-header p, .faq-body p, .more-help p {
	color: #000;
	font-size: 18px;
	text-align: center;
}

.media-tablet .offset-top {
	padding-top: 90px;
}

.padding {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.icon-search-b {
	font-size: 22px;
	position: absolute;
	top: 50%;
	transform: translate(5px, -50%);
	cursor: pointer;
}

/* Header */

#hero-image {
	height: 250px;
	min-height: 250px;
	background-size: cover;
	background-position: center;
}

#hero-image>div {
	height: 250px;
	background-color: rgba(135, 183, 65, 0.8);
	background-position: center;
}

#hero-image h1 {
	color: #FFF;
	margin-top: 4%;
}


/* Usful Links */

.usful-links {
	background-color: #2a2a2a;
	margin: 0;
	width: 100%;
	padding: 20px 0;
	padding-bottom: 35px;
}

.usful-links h2 {
	color: #fff;
	font-weight: 100;
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 13px;
}

.usful-links h3 {
	font-size: 20px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	margin-bottom: 3px;
}
.usful-links a:hover h3 {
	text-decoration: underline;
}

.usful-links a>.columns>div {
	border-radius: 3px;
	padding: 5px 0 10px 0;
}

.usful-links #make-payment {
	background-color: #e52c56;
}

.usful-links #view-booking {
	background-color: #2ea68d;
}

.usful-links #ferry-info {
	background-color: #339cd5;
}

.usful-links #let-prop {
	background-color: #86b83f;
}

.usful-links img {
	display: block;
	margin: auto;
	width: 30px;
	margin-top: 13px;
}


/* FAQ Header */
#tabs-container {
	padding-top: 10px;
	overflow: hidden;
}
#tabs-container.sticky {
	position: fixed;
	width: 100%;
	z-index: 10;
	max-width: none;
	background: #f1f1f1;
}
#tabs-container .slick-track {
	margin: auto;
}
@media (min-width: 40em){
	.tabs .slick-track {
		transform: translate3d(0, 0, 0) !important;
	}
}

.faq-header {
	background-color: #f1f1f1;
	padding: 10px 0 0 0;
}

.faq-header h2 {
	color: #e52c57;
	margin: 20px 0;
	display: inline-block;
	width: 100%;
	margin-top: 50px;
}

.faq-header p {
	margin-bottom: 0;
	margin: 20px 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

.slick-dots {
	top: -30px;
	bottom: initial;
}
.slick-dots li button:before {
	border: 2px solid #8f8f8f;
	border-radius: 15px;
	text-align: center;
	color: transparent;
	opacity: 1;
	width: 22px;
	height: 22px;
	transform: scale(0.7);
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #8f8f8f;
	color: transparent!important;
}

#help form {
	margin: 20px auto;
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
}

input[name="faqSearch"] {
	border-radius: 3px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	margin-bottom: 0;
	width: 100%;
	max-width: 400px;
	display: inline-block;
}
.tooltip {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 0;
	background: #e52c57;
	padding: 2px 6px;
	border-radius: 4px;
	width: 230px;
	text-align: center;
	z-index: 10;
	transition: all 0.3s ease-in-out;
}
.tooltip.showing {
	transform: translate(-50%, 10px);
	opacity: 1;
}

.tooltip:before {
	content: '';
	width: 13px;
	height: 13px;
	background: #e52c57;
	position: absolute;
	left: 50%;
	top: -1px;
	border-radius: 3px;
	transform: rotate(45deg) translateX(-50%);
}

.tooltip p {
	color: #fff !important;
	display: inline !important;
}

.textBoxButton {
	position: absolute;
	top: 2px;
	font-size: 40px;
	color: #808080;
	padding-right: 6px;
	transform: translateX(-100%);
}

.textBoxButton:hover {
	text-decoration: none;
}

p.tip {
	margin: 0;
	color: #666;
	font-size: 14px;
}

/* Tabs */

.tabs .slick-list {
	overflow: visible;
}

.tab-padding {
	float: left;
	position: relative;
	padding: 0px 5px 10px 5px;
	transition: all 0.3s ease-in-out;
}

.tab-heading {
	display: none;
}

.tab {
	position: relative;
	display: block;
	height: 80px;
	width: 100%;
	top: 0;
	left: 0;
	background: grey;
	border-radius: 3px;
	box-shadow: 3px 4px 14px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease-in-out;
}

.tab:hover {
	background: #6ba643;
}

.tab>span {
	color: #fff;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	padding: 7px;
	transition: all 0.3s ease-in-out;
}

.slick-current .tab>span {
	top: calc(50% - 10px);
}

.slick-current.tab-padding {
	padding: 0px 5px;
}

.slick-current .tab {
	height: 90px;
	border-radius: 3px 3px 0 0;
	background: #6ba643;
	box-shadow: 3px 4px 14px rgba(0, 0, 0, 0.2);
}

.slick-current .tab:hover {
	background: #6ba643;
	cursor: default;
}

.faq-body {
	background: #fff;
	position: relative;
	text-align: center;
}

.faqs .slick-list {
	height: auto;
	transition: all 0.3s ease-in-out;
}

.faqs .slick-slide {
	height: auto;
	max-height: 0;
	transition: all 0.3s ease-in-out;
}

.faqs .slick-slide.slick-current {
	max-height: 999999px;
	transition: all 0.3s ease-in-out
}

.faq-slide:focus {
	outline: none;
}

.faq-slide>div>div {
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
}

.faqs.searching .slick-track {
	width: 100% !important;
	transform: translate3d(0,0,0) !important;
}
.faqs.searching .slick-slide {
	max-height: initial !important;
	left: 0 !important;
	opacity: 1 !important;
}
.faqs.searching .toggle-all {
	display: none;
}

.toggle-all {
	line-height: 1;
	margin-top: 10px;
	position: relative;
	float: left;
	width: 100%;
}
.question {
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	border-radius: 3px;
	/*box-shadow: 3px 4px 14px rgba(0, 0, 0, 0.08);*/
	margin: 10px 0;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.question:hover {
	/*box-shadow: 3px 4px 14px rgba(0, 0, 0, 0.2);*/
}

.question a:hover {
	text-decoration: none;
}

.question h3 {
	margin: 0;
	padding: 8px 35px;
	box-sizing: border-box;
	border: 1px solid #dadada;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
}

.question h3:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 12px;
	right: 10px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 39 21"><defs><style>.a{fill:none;stroke:#dadada;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;}</style></defs><title>dropdown</title><polyline class="a" points="1.5 1.5 19.5 19.5 37.5 1.5"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all 0.3s cubic-bezier(0.68, 0.53, 0.27, 1.55);
}
.search-results .question h3:before {
	display: none;
}

.question.expanded h3 {
	border-radius: 3px 3px 0px 0px;
}

.question.expanded h3:before {
	transform: rotate(180deg);
	transition: all 0.3s cubic-bezier(0.68, 0.53, 0.27, 1.55);
}

.question .answer {
	display: none;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #dadada;
	border-top: none;
	border-radius: 0px 0px 3px 3px;
}
.search-results .question .answer {
	display: block;
}

.answer p {
	font-size: 1rem !important;
}

.answer ul {
	list-style: disc;
	text-align: left;
	padding: 20px;
	color: #000;
}

@keyframes expand {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 -180px;
	}
}

@keyframes collapse {
	0% {
		background-position: 0 -180px;
	}
	100% {
		background-position: 0 0;
	}
}

.no-matches {
	display: inline-block;
	width: 100%;
}

/* More help */

.more-help {
	display: inline-block;
	background-color: #f1f1f1;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
}

.more-help h2 {
	color: #2ea68d;
}

.button {
	display: inline-block !important;
}

.button[href="#top"] {
	padding: 5px;
	line-height: 1;
	border-radius: 3px 3px 0 0;
	border: 1px solid #e52c56;
	border-bottom: none;
	background: #e52c56;
	margin: 0;
	position: relative;
	display: none;
}

.button[href="#top"]:hover {
	background-color: #fff;
	border: 1px solid #e52c56;
	border-bottom: none;
	color: #e52c56;
}


/* Deposit Table */

#deposit-table {
	text-align: center;
}

tbody tr:nth-child(odd) {
	background: #dadada;
}

table {
	margin: auto;
}

@media only screen and (max-width: 40em) {
	.textBoxButton {
		transform: none;
		right: 0;
	}
	#hero-image {
		height: 130px;
		min-height: 130px;
	}
	.toggle-all {
		display: none;
	}
	.usful-links .padding {
		padding: 5px;
	}
	/* Tabs */
	.tab-padding {
		padding: 0 !important;
	}
	.tab {
		height: initial !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}
	.tab>span {
		position: relative;
		display: block;
		transform: translate(0);
		padding: 13px;
	}
	.tab-heading {
		background-color: #2ea68d;
		display: block;
	}
	.tab-heading h2 {
		color: #fff;
		margin: 0;
		font-size: 24px !important;
		padding: 5px;
	}
	.droppedDown .slick-track {
		width: 100% !important;
		transform: translate3d(0, 0, 0) !important;
		transition: all 0s ease-in-out !important;
		overflow: hidden;
	}
	.droppedDown .slick-slide {
		left: 0 !important;
		opacity: 1 !important;
		transition: all 0s ease-in-out !important;
	}
	#tabs-container {
		padding-top: 0;
	}
	
	#tabs-container .slick-list::after {
		content: '';
		width: 25px;
		height: 12px;
		position: absolute;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 39 21"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;}</style></defs><title>dropdown</title><polyline class="a" points="1.5 1.5 19.5 19.5 37.5 1.5"/></svg>');
		background-position: center;
		background-size: cover;
		top: 16px;
		right: 10px;
		transition: all 0.3s cubic-bezier(0.68, 0.53, 0.27, 1.55);
	}
	#tabs-container .slick-list.droppedDown::after {
		transform: rotate(180deg);
		transition: all 0.3s cubic-bezier(0.68, 0.53, 0.27, 1.55);
	}
	.faq-slide .padding {
		padding: 0 10px !important;
	}
	.faq-body {
		padding-top: 35px;
	}
	.tabs .slick-list {
		cursor: pointer !important;
	}
}