/* ================================================================
	SITE SPECIFIC STYLES
   ================================================================ */
   
/* Typography 
   ===================================================== */



h1,h2,h3,h4,h5,h6,.is-h1,.is-h2,.is-h3,.is-h4,.is-h5,.is-h6 {
	line-height: 1.2em;
	font-weight: 600;
}

h1, .is-h1 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

h1:not(:first-child) {
  margin-top: 1em;
}

h2, .is-h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

h2:not(:first-child) {
  margin-top: 1.1428em;
}

h3, .is-h3 {
  font-size: 1.3em;
  margin-bottom: 0.6666em;
  line-height: 1.25em;
}

h3:not(:first-child) {
  margin-top: 1.25em;
}

h4, .is-h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
  margin-top: 1.25em;
}

h5, .is-h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
  margin-top: 1.25em;
}

h6, .is-h6 {
  font-size: 1em;
  margin-bottom: 1em;
  margin-top: 1.25em;
}

.is-white {
	color: #fff;
}

a {
  text-decoration: underline;
}

a strong {
  color: currentColor;
}

a:hover { 
  text-decoration: none;
}

a.is-block {
	display: block;
}

a.is-white {
	color: #fff;
	text-decoration: none;
}

.is-small {
	font-size: 0.8em;
}

.is-hero {
	font-size: 1.3em;
	line-height: 140%;
	margin-bottom: 0px;
}

li {
	list-style: disc;
}

.is-large-icon {
	font-size: 2.5em;
}

/* Sections & Layout
   ===================================================== */

aside, section {
	padding: 40px 0;
}
	@media screen and (min-width: 900px) {
		aside, section {
			padding: 50px 0;
		}
	}
	@media screen and (min-width: 1200px) {
		aside, section {
			padding: 60px 0;
		}
	}
	
	.is-narrow {
		padding: 20px;
	}
	
	.has-reduced-padding-bottom {
		padding-bottom: 20px;
	}
	
	.has-reduced-padding-top {
		padding-top: 20px;
	}
	.has-no-padding-bottom {
		padding-bottom: 0;
	}
	.has-no-padding-top {
		padding-top: 0;
	}

#PreHeader {
	padding: 10px 10px;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
}
	@media screen and (min-width: 641px) {
		#PreHeader {
			padding: 5px 10px;
			text-align: right;
		}
	}
	#PreHeader a  {
		text-decoration: none;
	}

		
header {
	padding:0;
	height: auto;
}
	@media screen and (min-width: 641px) {
		header {
			padding-bottom: 5px;
			min-height: 120px;
		}	
	}

	.logo-desktop img {
		max-width: 400px;
	}




#HomeBanner {
	height: 300px;
	background-size: cover;
	background-position: 50% 0;
	font-size: 1.2em;
	font-weight: 600;
	padding: 0;
	position: relative;	
	text-shadow: 1px 1px 20px #000;
	text-transform: uppercase;

}	
	#HomeBanner .banner-panel-section {
		width: 95%;
		padding-top: 70px;
		padding-left: 3%;
	}
	@media screen and (min-width: 400px) {
		#HomeBanner .banner-panel-section {
			width: 75%;
		}
	}
	@media screen and (min-width: 500px) {
		#HomeBanner {
			background-position: 85% 0;
		}
		#HomeBanner .banner-panel-section {
			width: 65%;
		}
	}
	@media screen and (min-width: 600px) {
		#HomeBanner .banner-panel-section {
			width: 50%;
		}
	}	
	@media screen and (min-width: 768px) {
		#HomeBanner {
			font-size: 1.4em;
			min-height: 400px;
			background-position: center center;
		}
		#HomeBanner .banner-panel-section {
			width: 50%;
			padding-top: 120px;
			padding-left: 3%;
		}
	}	
	@media screen and (min-width: 900px) {
		#HomeBanner {
			font-size: 1.6em;
			height: 500px;
		}
		#HomeBanner .banner-panel-section {
			width: 45%;
			padding-top: 130px;
			padding-left: 4%;
		}
	}	
	@media screen and (min-width: 1000px) {
		#HomeBanner .banner-panel-section {
			width: 55%;
			padding-top: 150px;
			padding-left: 4%;
		}
	}	
	@media screen and (min-width: 1068px) {
		#HomeBanner {
			font-size: 1.6em;
		}
		#HomeBanner .banner-panel-section {
			width: 50%;
			padding-top: 140px;
		}
	}	
	@media screen and (min-width: 1200px) {
		#HomeBanner .banner-panel-section {
			width: 50%;
			padding-top: 190px;
			padding-left: 8%;
		}
	}	
	@media screen and (min-width: 1400px) {
		#HomeBanner {
			font-size: 1.9em;
		}
		#HomeBanner .banner-panel-section {
			width: 50%;
			padding-top: 190px;
		}
	}	
	@media screen and (min-width: 1800px) {
		#HomeBanner .banner-panel-section {
			width: 40%;
			padding-top: 150px;
			padding-left: 10%;
		}
	}
	
	#HomeBanner h2 {
		color: #fff;
		font-weight: 600;
	}
	
	.banner-overlay {
		    position: absolute;
		    top: 0;
		    bottom: 0;
		    left: 0;
		    right: 0;
		    width: 100%;
		    height: 100%;
		    z-index: 0;
		    background: rgba(0,0,0,.25);
	}
				

#PageBanner {
	height: 200px;
	position: relative;
}
	@media screen and (min-width: 900px) {
		#PageBanner {
			height: 250px;
		}
	}
	#PageBanner h1, #PageBanner .is-h1 {
		text-shadow: 1px 1px 25px rgba(0,0,0,0.75);
	}
	
.banner-panel-section {
	padding-top: 30px;
}
	@media screen and (min-width: 900px) {
		.banner-panel-section {
			padding-top: 50px;
		}
	}
		
#PageContent {
	padding-bottom: 80px;
}


	#PageCallout h3 {
		margin-top: 10px;
	}
	#PageCallout i {
		font-size: 3em;
	}
	#PageCallout .button {
		margin-bottom: 30px;
	}
	
	@media screen and (min-width: 900px) {
		#PageCallout .column .content {
			margin: 0 24px;
		}
	}
	@media screen and (min-width: 1100px) {
		#PageCallout .column .content {
			margin: 0 48px;
		}
	}
	@media screen and (min-width: 1400px) {
		#PageCallout .column .content {
			margin: 0 96px;
		}
	}
	
#FooterBanner h3 {
	margin-bottom: 5px;
}

footer {
	padding: 40px 0;
	font-size: 0.9em;
}
	@media screen and (min-width: 900px) {
		footer {
			padding: 60px 0 20px;	
		}
	}
		
	footer a {
		text-decoration: underline;
		
	}
	
	.opening-hours p {
		margin-top: 2px;
		margin-bottom: 2px;
	}
	footer .content ul {
		margin: 0;
		padding: 0;
		line-height: 1.8em;
	}
	
	footer i.fab {
		font-size: 1.5em;
	}

.copyright {
	font-size: 0.75em;
	line-height: 130%;
}   
/* Navigation 
   ===================================================== */

#MainNav {
	display: none;
}

	@media screen and (min-width: 900px), print {
		#MainNav {
			font-weight: 600;
			display: block;
		}
	}

	#MainNav ul {
		margin-top:40px;
		list-style: none;
		padding: 0;
		text-align:right;
	}
	
		#MainNav ul li {
			display:inline;
		}

			#MainNav ul li a {
				display:inline-block;
				padding: 10px 5px 5px;
				text-decoration: none;
				margin: 0 8px;	
				font-size: 1em;
			}
			
			#MainNav ul li.menu-item-home {
				display: none;
			}

			@media only screen and (min-width: 1068px) {
				#MainNav ul li a {
					margin: 0 8px;
					font-size: 1.1em;	
				}
				#MainNav ul li.menu-item-home {
					display: inline;
				}

			}
			@media only screen and (min-width: 1200px) {
				#MainNav ul li a {
					margin: 0 15px;	
				}
			}
			@media only screen and (min-width: 1600px) {
				#MainNav ul li a {
					margin: 0 25px;
					font-size: 1.2em;	
				}
			}
			
			


 
/* Buttons 
   ===================================================== */
   
.button {
	font-size: 1.1em;
	line-height: 22px;
	padding: 10px 20px 10px; 
	font-weight: 400;	
	width: auto;
}
	
	
	.button.has-space {
		margin: 20px auto;
	}
	
	.button.is-small {
		padding: 5px 15px 7px;
	}
	
/* UI Elements 
   ===================================================== */ 
   

#SearchForm {
	font-size: 1.25em;
	padding: 30px 0;
	display: none;
}

	#SearchForm i.fa-close {
		position: absolute;
		top: -10px;
		right: 0;
		font-size: 2em;
	}
	
	#SearchForm i.fa-close:hover {
		cursor: pointer;
	}
	
	#PreHeader i.fa-search:hover {
		cursor: pointer;
	}
	
	.searchresult {
		padding-left: 30px;
		margin-left: 10px;
		margin-bottom: 30px;
		border-left: 3px solid #ccc;
	}
	
	.searchfield {
		border: none;
	    color: #333;
	    background-color: #f4f4f4;
	    width: 100%;
	    padding: 10px 20px;
	    margin-bottom: 10px;
	}
   
.footer-address {
   font-size: 0.9em;
}

   


#BannerImage {
	height: 160px;
}
	@media screen and (min-width: 640px) {
		#BannerImage {
			height: 350px;
		}
	}
	@media screen and (min-width: 900px) {
		#BannerImage {
			height: 480px;
		}
	}
   
#BannerImage li {
	height: 160px;
	background-size: cover;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
	@media screen and (min-width: 640px) {
		#BannerImage li {
			height: 350px;
		}
	}
	@media screen and (min-width: 900px) {
		#BannerImage li {
			height: 480px;
		}
	}
	#BannerImage li.active {
		display: block;
	}
	#BannerImage li div {
		position: absolute;
		top: 15%;
		left: 10%;		
		display: none;
	}
	@media screen and (min-width: 900px) {
		#BannerImage li div {
			top: 30%;	
			display: inline;
	
		}
	}

	#BannerImage li .banner-heading {
		color: #fff;
		background: #3B3D3F;
		padding: 10px 20px 0;
		display: inline-block;
		clear: right;
		font-size: 2em;
		font-family: CenturyGothicStd, Arial, sans-serif;
	}

	#BannerImage li .banner-text {
		clear: both;
		display: block;
		color: #fff;
		background: #3B3D3F;
		padding: 10px 20px 10px;
		max-width: 60%;
		font-size: 1em;
		font-family: CenturyGothicStd, Arial, sans-serif;
		margin-bottom: 20px;
	}
	
#BannerTab  {
	display: none;
}
	@media screen and (min-width: 900px) {
		#BannerTab  {
			height: 70px;
			display: block;
		}
	}

#BannerTab li {
	display: inline-block;
	float: left;
	text-align: center;
	width: 33.3333%;
	padding: 20px 0;
	background: #6F6F6F;
	color: #fff;
	font-size: 1.5em;
	border-right: 1px solid #999;
	position: relative;
}
	#BannerTab li:last-child {
		border-right: 0;
	}
	#BannerTab li:hover {
		cursor: pointer;
		background: #999;
	}
	#BannerTab li.active:after {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(245, 130, 41, 0);
		border-bottom-color: #F58229;
		border-width: 30px;
		margin-left: -30px;
	}
	#BannerTab li.active {
		background: #F58229;
		border-right: 0;
	}
	


.horizontal-panel {
	padding: 220px 40px 40px;
	margin: 0 -40px 0 -40px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 30px;
}
	@media screen and (min-width: 900px) {
		.horizontal-panel {
			padding: 40px 40px;
			margin: 0 -40px 20px -40px;
			background-position-x: 5%;
			background-position-y: center;
		}
	}

	
.spacer {
	clear: both;
	margin-bottom: 30px;
}

#ContactMap {
	height: 300px;
}
	@media screen and (min-width: 900px) {
		#ContactMap {
			height: 400px;
		}		
	}

  
#Copyright {
	background: #9B9B9B;
	color: #fff;   
	padding: 10px 0;
	font-size: 12px; line-height: 18px;
	text-align: center;
}
	@media screen and (min-width: 900px) {
		#Copyright {
			text-align: left;
		}	
	}
	
	#Copyright a {
		color: #fff;
	}
		#Copyright a:hover {
			color: #ccc;
		}

#Breadcrumbs {
	font-size: 0.9em;
	margin-bottom: 0;
	padding: 5px 0;
	font-weight: 500;
}
	#Breadcrumbs span {
		color: #666;
	}

/* Read More */

.read-more-content {
	display: none;
	margin-bottom: 20px;
}
	.read-more-link {
		text-decoration: none;
		margin-bottom: 20px;
		display: block;
	}

/* Blog */

.news-item {
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
	.news-item h2 {
		margin-bottom: 0;
	}
	
	.news-item h2 a {
		text-decoration: none;
	}
	.postdate {
		font-size: 0.8em;
		color: #999;
	}
	.back-link {
		padding-top: 30px;
		display: block;
	}
	
	.page-numbers {
		padding: 5px 8px;
		border: 1px solid #e5e5e5;
		margin: 2px;
	}
.grecaptcha-badge { 
    visibility: hidden;
}
