/*
* Near Black	#1F2424
* Teal 			#00849B
* Lite Green	#CCDA72
* Dark Green	#89A23C
*/

@font-face {
	font-family: 'Brandon Light';
	src: url('../fonts/brandon_light-webfont.eot');
	src: url('../fonts/brandon_light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/brandon_light-webfont.woff2') format('woff2'),
		 url('../fonts/brandon_light-webfont.woff') format('woff'),
		 url('../fonts/brandon_light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Med';
	src: url('../fonts/brandon_med-webfont.eot');
	src: url('../fonts/brandon_med-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/brandon_med-webfont.woff2') format('woff2'),
		 url('../fonts/brandon_med-webfont.woff') format('woff'),
		 url('../fonts/brandon_med-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Reg';
	src: url('../fonts/brandon_reg-webfont.eot');
	src: url('../fonts/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/brandon_reg-webfont.woff2') format('woff2'),
		 url('../fonts/brandon_reg-webfont.woff') format('woff'),
		 url('../fonts/brandon_reg-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
[role="banner"],
[role="main"],
[role="contentinfo"] {
	position: relative;
	overflow-x: hidden;
	right: 0;
	transition: all 0.25s ease-out;
}

body.no-scroll,
[role="banner"].no-scroll,
[role="main"].no-scroll,
[role="contentinfo"].no-scroll{
	position: relative;
	overflow: hidden;
}

[role="banner"].nav-opened,
[role="main"].nav-opened,
[role="contentinfo"].nav-opened {
	right: 195px;
}

h1, h2, h3, h4 {
	font-family: "Brandon Light", arial, sans-serif;
	text-transform: uppercase;
}

/* COVID ALERT BAR */

#alert-message{
	display: none;
}

.dimmer {
	position: absolute;
	width: 100vw;
	height: 100vh;
	z-index: 800;
	background-color: #00000087;
}

.covid-alert-bar {
	background-color: #00505e;
	color: white;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 900;
	width: 70%;
	max-width: 750px;
	transform: translateX(-50%) translateY(-50%);
	padding: 30px;
	font-family: "Lato", arial, sans-serif;
	line-height: 1.6;
	font-size: 18px;
}

#modal-close{
	position: absolute;
	z-index: 10;
	top: -10px;
	right: -10px;
	padding: 2px 8px;
	height: 40px;
	width: 40px;
	background: #333;
	border-radius: 50%;
	border: 3px solid;
	font-size: 23px;
	line-height: 1.3;
	color: #fff;
	cursor: pointer;
}

@media(max-width: 48em) {
	.covid-alert-bar {
		width: 90%;
	}
}

@media(max-width: 480px) {
	.covid-alert-bar {
		font-size: 16px;
	}
}

.covid-alert-bar a {
	color: #CCDA72;
}

.covid-alert-bar .cta {
	text-align: center;
}

.covid-alert-bar .cta a {
	background-color: #89A23C;
	color: white;
	text-decoration: none;
	padding: 10px;
	display: inline-block;
	margin: 20px auto 0;
	transition: all 0.25s ease-out;
}

.covid-alert-bar .cta a:hover,
.covid-alert-bar .cta a:active,
.covid-alert-bar .cta a:focus {
	background-color: white;
	color: #89A23C;
}

/* HEADER */

[role="banner"] .top-bar {
	position: fixed;
	z-index: 600;
	width: 100vw;
	border-bottom: 3px solid #CCDA72;
	padding: 15px 25px;
	background-image: url('../img/bg-top.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

[role="banner"] section {
	position: relative;
}

[role="banner"] .logo,
[role="banner"] .menu-btn {
	display: inline-block;
	vertical-align: middle;
}

[role="banner"] .logo {
	width: 220px;
}

[role="banner"] .menu-btn {
	position: relative;
	width: 25px;
	bottom: 4px;
	float: right;
	border: 0;
	background-color: transparent;
}

[role="banner"] .menu-btn:after {
	content: "MENU";
	color: #FFF;
	font-size: 11px;
	position: absolute;
	bottom: -10px;
	left: -4px;
}

[role="banner"] .logo-list {
	text-align: right;
}

[role="banner"] .logo-list a {
	position: relative;
	display: inline-block;
}


[role="banner"] nav {
	position: fixed;
	display: block;
	width: 195px;
	height: 100vh;
	padding: 5px 0;
	background-color: #00849B;
	z-index: 600;
	top: 0;
	right: -195px;
	transition: all 0.25s ease-out;
}

[role="banner"] nav.nav-opened {
	right: 0;
}

[role="banner"] nav > button {
	display: block;
	margin: 10px 10px 0 auto;
	border: 0;
	background-color: transparent;
}

[role="banner"] nav ul {
	list-style-type: none;
	margin-top: 18px;
}

[role="banner"] nav li {
	display: block;
	border-top: 1px solid #066879;
	cursor: pointer;
}

[role="banner"] nav li:first-child {
	border-top: none;
}

[role="banner"] nav li:hover {
	background-color: #CCDA72;
}

[role="banner"] nav a {
	display: block;
	color: #FFF;
	padding: 20px 15px;
	font-family: "Brandon Light", arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

[role="main"] a.green {
	color: #89A23C;
	font-family: 'Merriweather', 'Times New Roman', serif;
	text-decoration: none;
}

[role="banner"] .logo-list {
	display: none;
}


/* HERO SHOT */

.hero-shot {
	margin-top: 57px;
	padding: 35px 0;
	background-image: url('../img/hero-kvb.jpg');
	background-repeat: no-repeat;
	background-position: 75% 50%;
	background-size: cover;
	border-bottom: 10px solid #CCDA72;
}


.hero-shot h1 {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: 1px;
	width: 55%;
	margin: 10px auto 0;
}

.hero-shot h1 em {
	font-family: 'Merriweather', 'Times New Roman', serif;
	font-weight: 400;
	text-transform: none;
}

/* MAIN CONTENT */

[role="main"] {
	padding-left: 1em;
	padding-right: 1em;
}

[role="main"] h2 {
	font-size: 21px;
	text-align: center;
	margin: 15px 0;
	letter-spacing: 1px;
}

[role="main"] > section + section {
	margin-top: 20px;
}

[role="main"] > section h3 {
	text-align: center;
	margin: 36px 0 20px 0;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 14px;
}

/* TOP OFFER CALLOUT */

[role="main"] .offer-callout {
	position: relative;
	display: block;
	height: auto;
}

[role="main"] .offer-callout div:first-of-type {
	display: none;
}

[role="main"] .offer-callout div:nth-of-type(2) {
	display: block;
	font-size: 1em;
	line-height: 1.6;
	text-align: center;
	width: 75%;
	margin: 0 auto;
	padding: 20px 0;
	height: auto;
}

[role="main"] .offer-callout h1 {
	font-family: "Brandon Reg", arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4em;
	letter-spacing: 0.01em;
	color: #00849B;
	margin: 0;
}

[role="main"] .offer-callout h2 {
	font-family: "Brandon Reg", arial, sans-serif;
	text-transform: none;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	color: #1F2424;
	margin: 10px 0 0;
	letter-spacing: 0;
}

[role="main"] .offer-callout div > p {
	font-family: 'Lato', 'Helvetica', sans-serif;
	margin-top: 20px;
	font-size: 0.9em;
	font-weight: 400;
}

[role="main"] .offer-callout div > p strong {
	font-style: italic;
}

[role="main"] .offer-callout a {
	color: #89A23C;
	text-decoration: none;
}

[role="main"] .offer-callout button {
	position: relative;
	font-family: "Brandon Reg", arial, sans-serif;
	font-size: 16px;
	margin-top: 20px;
	padding: 5px 50px;
	border: 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	background-color: #89A23C;
}

[role="main"] .offer-callout button:hover {
	background-color: #CCDA72;
}

.mahiki-mark {
	display: block;
	margin: 25px auto 0;
	font-size: 0.9em;
	line-height: 1.4;
	font-family: 'Merriweather', 'Times New Roman', serif;
	font-weight: 400;
	font-style: italic;
}

.mahiki-mark img {
	width: 60px;
	display: inline-block;
	vertical-align: middle;
}

.mahiki-mark p {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

[role="main"] section:not([id*="offer"]) article {
	cursor: pointer;
	padding: 1em 0.5em 0em 0.5em;
	position: relative;
}

[role="main"] section article .homa {
	position: absolute;
	width: 80px;
	top: 0;
	right: -1px;
	z-index: 500;
}


[role="main"] section article [role="presentation"] {
	position: absolute;
	width: calc(100% - 1em);
	height: 50%;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	z-index: 100;
}

[role="main"] section article img {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
}

[role="main"] section article footer {
	position: absolute;
	z-index: 100;
	color: #FFF;
	bottom: 0px;
	width: calc(100% - 1em);
	padding: 10px;
}

[role="main"] section article footer:before,
[role="main"] section article footer:after {
	content: " ";
	display: table;
}

[role="main"] section article footer:after {
	clear: both;
}

[role="main"] section article footer h4 {
	text-transform: none;
	font-size: 18px;
}

[role="main"] section article footer p {
	font-family: 'Merriweather', 'Times New Roman', serif;
	font-style: italic;
	font-size: 10px;
	padding: 6px 0;
}

[role="main"] section article footer span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 11px;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	background-color: #89A23C;
}

[role="main"] section article:hover footer span {
	color: #89A23C;
	background-color: #FFF;
}

/* OFFER DETAILS POP-UP BOXES */
#offer-details,
#offer-callout-details {
	position: fixed;
	display: block;
	-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
				transform: translateY(100%);
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.34), -2px -2px 8px rgba(0, 0, 0, 0.34);
	margin-top: 0;
	width: 100%;
	height: 100vh;
	z-index: 700;
	transition: -webkit-transform 0.2s ease-out;
	transition: -ms-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

#offer-details.active,
#offer-callout-details.active {
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

#offer-details > button,
#offer-callout-details > button {
	position: absolute;
	top: 90px;
	right: 18px;
	z-index: 200;
	border: 0;
	background-color: transparent;
}

#offer-details-container {
	height: 100vh;
}

#offer-details-container .homa {
	width: 100px;
}

#offer-details-container div:first-of-type {
	position: relative;
	display: none;
}

#offer-details-container div:nth-of-type(2) {
	display: block;
	height: 100%;
	width: 100%;
	margin: 120px auto 0;
	padding: 0 30px 25px;
	font-size: 1em;
	line-height: 1.6;
	overflow-y: scroll;
}

#offer-details-container h1 {
	font-family: "Brandon Reg", arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4em;
	color: #00849B;
	margin: 0;
}

#offer-details-container h2 {
	font-family: 'Merriweather', 'Times New Roman', serif;
	font-style: italic;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	text-transform: none;
	color: #1F2424;
	margin: 10px 0 0;
	letter-spacing: 0;
}

#offer-details-container p {
	font-family: "Lato", arial, sans-serif;
	margin-top: 20px;
}

#offer-details-container p strong {
	font-family: 'Merriweather', 'Times New Roman', serif;
	font-size: 0.9em;
	font-style: italic;
}

#offer-details-container a,
#offer-callout-details a {
	color: #89A23C;
	text-decoration: none;
}

/* OFFER CALLOUT BOX */

[role="main"] .offer-callout div:first-of-type img.desktop,
[role="main"] .offer-callout div:first-of-type img.mobile {
	display: none;
}

#offer-callout-details {
	text-align: center;
	padding: 40px 15px 10px;
}


#offer-callout-details > div {
	height: 87vh;
	overflow-y: scroll;
	margin-top: 25px;
}

#offer-callout-details > div > * + * {
	margin-top: 1.5em;
}

#offer-callout-details h1 {
	color: #00849B;
	font-family: "Brandon Reg", arial, sans-serif;
	line-height: 1.6em;
	margin: 0;
}

#offer-callout-details h2 {
	color: #00849B;
	font-size: 20px;
	font-weight: bold;
	font-family: "Brandon Reg", arial, sans-serif;
	margin: 0;
}

#offer-callout-details p {
	line-height: 1.5;
	text-align: left;
}

#offer-callout-details ul {
	list-style-type: none;
	vertical-align: top;
	text-align: left;
	line-height: 1em;
	margin-top: 1.4em;
}

#offer-callout-details ul:nth-child(2) {
	margin-top: 0;
}

#offer-callout-details li {
	margin-top: 10px;
}

#offer-callout-details footer {
	margin-top: 20px;
}

#offer-callout-details .mahiki-mark {
	margin-top: 10px;
}

#offer-callout-details hr {
	display: block;
	border: 0;
	margin: 15px 0;
	padding: 0;
	height: 1px;
	border-top: 1px solid #CCC;
}

#offer-callout-details footer p {
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	color: #666;
}

#offer-callout-details footer > p {
	margin-top: 30px;
}

#offer-callout-details .logo-list {
	margin-top: 15px;
	text-align: right;
}

#offer-callout-details .logo-list img:first-child {
	width: 33%;
}

#offer-callout-details .logo-list img:nth-child(2) {
	width: 18%;
}


/* ABOUT */

section.map {
	padding-left: 10px;
	padding-right: 10px;
	margin: 35px 0;
}

section.map h3 {
	font-size: 24px;
	text-align: left;
}

section.map h5 {
	font-family: 'Merriweather', 'Times New Roman', serif;
	font-weight: 400;
	text-transform: none;
	font-size: 24px;
	color: #00849b;
	padding-top: 1.5em;
}

.map-image {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.map p {
	font-family: "Lato", arial, sans-serif;
	font-size:  16px;
	margin-top: 20px;
	line-height: 1.75em;
}

.map span.blue {
	font-weight: 600;
	color: #00849b;
}

/* ALOHA FOR KAUAI OFFER BANNER */

#offer-banner {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
}

/* FOOTER */

[role="contentinfo"] {
	background-image: url('../img/bg-footer.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 10px solid #CCDA72;
	text-align: center;
	margin-top: 40px;
	padding: 20px 0 25px;
}

[role="contentinfo"] .logo-list {
	text-align: center;
}

[role="contentinfo"] .logo-list > img:first-child {
	width: 75px;
	height: auto;
}

[role="contentinfo"] .logo-list a:first-of-type {
	margin-left: 10px;
}

[role="contentinfo"] .logo-list a:last-of-type {
	margin-left: 20px;
}

[role="contentinfo"] small {
	color: #FFF;
	font-family: "Lato", arial, sans-serif;
	letter-spacing: 1px;
	margin-top: 10px;
	display: inline-block;
}


/* GRID */

.container {
	position: relative;
	margin: 0 auto;
	max-width: 1400px;
}

.column {
	width: 100%;
}



.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}
