.hp-banner{
	height: 80vh;
	min-height: 700px;
	max-height: 1000px;
	background-color:#000;
	background-image: url(img/banner.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}

.hp-banner:before{
	position: absolute;
	content: "";
	width: 100%;
	background: linear-gradient(180deg,rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
	height: 100%;
	top: 0;
	left: 0;
}

/*.front .hp-banner .waves{
	position: absolute;
	width: 100%;
	height: 150px;
	bottom: 0;
	left: 0;
	z-index: 2;
}*/

.hp-banner .waves{
	position: absolute;
	width: 100%;
	max-width: 1600px;
	height: 100%;
	height: 150px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	z-index: 2;
}


.front .hp-banner .waves{
	max-width: unset;
	left: 0;
	transform: unset;
}

.hp-banner .waves .wave {
  position: absolute;
  left:0;
  right:0;
  top:0px;
  bottom:0;
  z-index: 1;
}

.hp-banner .waves.wave + .wave {
  z-index: 2;
}

.hp-banner .field,
.hp-banner .field__item{
	height: 100%;
}

.hp-banner .inner{
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height:100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.hp-banner h1{
	color:#fff;
	font-size:150px;
	margin:0 0 0;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .067em;
}

.hp-banner h1 span.cit{
	font-family: "citadel-inline", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .05em;
	font-size: 1.66666667em;
}

.hp-banner h1 span.train{
	 font-family: "Train One", system-ui;
  font-weight: 400;
}



.hp-banner p{
	color:#000;
	font-size:18px;
	line-height:1.5em;
}
.hp-ctas{
	margin: -100px auto 100px;
	padding: 0 100px;
	max-width: 1000px;
	position: relative;
	z-index: 5;
/*	margin:0 auto;
	max-width:1400px;*/
}
.hp-ctas img{
	height: 130px;
	width: auto;
	display:block;
	margin:0 auto 20px;
}

.hp-ctas .wrap{
	display: block;
	background: #d8e1db;
	text-decoration: none;
	border-radius: 1em;
	padding: 1.5rem;
	box-sizing: border-box;
}

.hp-ctas .wrap h3{
	font-family: "citadel-solid", serif;
	font-weight: 400;
	font-style: normal;
	color: #121f59;
	font-size: 60px;
	letter-spacing: .015em;
	text-align: center;
	margin: 0;
}


.hp-ctas footer{
	margin: 60px 0 0;
}

.hp-ctas footer p{
	text-align: center;
	font-size: 28px;
	color: #0b174a;
	margin: 0;
}

.hp-ctas footer p span{
	font-weight: 700;
}


.news-chunk{
	color:unset;
	text-decoration: none;
}
.news-chunk .title{
	font-size:28px;
}

.hp-foot{
	background: url(img/water-bg.jpg);
	background-size: cover;
	background-position: top;
	padding: 100px;
}


.hp-foot .wrapper {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.hp-foot .marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 20s linear infinite;
  height: 80px;
  margin: 0 0 30px;
}

.hp-foot .marquee p {
  display: inline-block;
  margin: 0;
  font-size: 60px;
  line-height: 1.3em;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.hp-foot .copy{
	max-width: 900px;
	margin: 0 auto;
	color: #fff;
}

.hp-foot .copy h2{
	font-size: 164px;
	font-family: "citadel-inline", serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1em;
	text-align: center;
	margin: 0;
}

.hp-foot .copy h2 span{
	line-height: 1em;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	font-size: .22em;
	display: block;
}


.items-grid-dining{width: 100%;}



[class*='items-grid'] .view-content .item .link { box-sizing: border-box; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; width: 100%; height: 400px; padding: 30px 10px 0; color: #000; text-align: center; text-decoration: none; 
  border-left: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
[class*='items-grid'] .view-content .item:nth-child(-n+3) .link { 
  border-top: 1px solid #cecece; 
}
[class*='items-grid'] .view-content .item:nth-child(3n) .link { 
  border-right: 1px solid #cecece; 
}
[class*='items-grid'] .view-content .item:last-child .link { border-right: 1px solid #cecece; }
[class*='items-grid'] .view-content .item .link .edit { position: absolute; z-index: 1; display: block; top: 0; left: 0; }
[class*='items-grid'] .view-content .item .link .edit a { display: block; padding: 0.5em 1em; background-color: #cecece; color: #666; text-align: center; }
[class*='items-grid'] .view-content .item .link .logo,
[class*='items-grid'] .view-content .item .link .title,
[class*='items-grid'] .view-content .item .link .street,
[class*='items-grid'] .view-content .item .link .street-2,
[class*='items-grid'] .view-content .item .link .contacts,
[class*='items-grid'] .view-content .item .link .social-media { display: block; color: #000; font-size: 1em; line-height: 1em; }
[class*='items-grid'] .view-content .item .link .logo { display: flex; align-items: center; justify-content: center; width: 150px; height: 150px; margin: 0 0 1em; background: transparent url('img/spacer.gif') center center no-repeat; background-size: auto 50px; }
[class*='items-grid'] .view-content .item .link .logo.bg-cover { background-size: contain; }
[class*='items-grid'] .view-content .item .link .logo img {  }
/* custom logos */
/*.items-grid-dining .view-content .item .link .logo { background-image: url('img/icon-dining-blue.png'); }*/
.items-grid-shopping .view-content .item .link .logo { background-image: url('img/icon-shopping-blue.png'); }
.items-grid-activities .view-content .item .link .logo { background-image: url('img/icon-activities-blue.png'); }
.items-grid-services .view-content .item .link .logo { background-image: url('img/icon-services-blue.png'); }
.items-grid-events .view-content .item .link .logo { background-image: url('img/icon-event.png'); }
/* locations */
[class*='items-grid'] .view-content .item .link .title { margin: 0 0 1.222em; font-size: 1.125em; font-weight: 600; }
[class*='items-grid'] .view-content .item .link .street,
[class*='items-grid'] .view-content .item .link .street-2 { margin: 0 0 0.625em; }
[class*='items-grid'] .view-content .item .link .contacts { margin: 0 0 1.875em; }
[class*='items-grid'] .view-content .item .link .contacts .phone,
[class*='items-grid'] .view-content .item .link .contacts .website { display: inline-block; color: #000; }
[class*='items-grid'] .view-content .item .link .contacts .phone + .website { margin-left: 1em; border-left: 1px solid #000; padding-left: 1em; }
[class*='items-grid'] .view-content .item .link .contacts .website { text-decoration: underline; }
[class*='items-grid'] .view-content .item .link .social-media > a { display: inline-block; width: 22px; height: 22px; margin: 0 0 0 10px; background: transparent url('img/spacer.gif') center center no-repeat; background-size: 100% 100%; text-align: left; text-indent: -9999em; }
[class*='items-grid'] .view-content .item .link .social-media > a:first-child { margin-left: 0; }
[class*='items-grid'] .view-content .item .link .social-media .facebook { background-image: url('img/icon-facebook-grey.png'); }
[class*='items-grid'] .view-content .item .link .social-media .instagram { background-image: url('img/icon-instagram-grey.png'); }
/* events */
[class*='items-grid'] .view-content .item .link .event-dates { margin: 0 0 0.2em; font-size: 1.8125em; font-weight: 700; text-transform: uppercase; }
[class*='items-grid'] .view-content .item .link .event-title { margin: 0 0 2em; font-size: 1em; font-weight: 600; }
[class*='items-grid'] .view-content .item .link .more { color: rgb(82,127,155); font-size: 0.875em; font-weight: 700; text-decoration: underline; text-transform: uppercase; }



