/**
* Common
*
*
*
*/

html, body {
	height: 100%;
	font-size:16px !important;
	font-family: "Century Gothic W01",Arial,serif;
	font-weight: normal;
	font-style: normal;
}

body {
	background: #fff;
	color: #000;
	padding: 0px !important;
	margin: 0px !important;
	position: relative;
	cursor: default;
}

@media all {
	body {
		padding:0px !important;
		margin:0px !important;
	}
}


p {
	margin-bottom:15px !important;
}


a {
    color:inherit !important;
	text-decoration:none;
}

a img {
	border: 0;
}

form {
	margin: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Century Gothic W01",Arial,serif;
    font-weight: 300;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}


blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd;
    font-size:inherit;
}

legend {
	background-color:inherit !important;
	border-width:0px !important;
}

fieldset legend {
	padding: 0.1875rem 0 !important;
}

label {
	display:inline !important;
}


input[type="radio"] {
	vertical-align:baseline !important;
}

/*
input[type="text"],input[type='password'],input[type='datetime'],input[type='datetime-local'],input[type='date'],input[type='time'],
input[type='search'],input[type='number'],input[type='week'],input[type='tel'],input[type='url'],.uneditable-input {
	background-color:#fff !important;
	border-width:0px !important;
	margin:0px !important;
	padding:0px !important;
}
*/

input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],
input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],
input[type="color"],textarea,select {
	/*
	-webkit-appearance:none;
	-moz-appearance:none;
	*/
	border-radius:0;
	background-color:#fff;
	border-style:solid;
	border-width:1px;
	border-color:#e0e0e0;
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	color:rgba(0,0,0,0.75);
	/*display:block;*/
	font-family:inherit;
	font-size:1rem;
	height:2.4375rem;
	margin:0 0 1rem 0;
	padding:0.5rem;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:border-color 0.15s linear,background 0.15s linear;
	-moz-transition:border-color 0.15s linear,background 0.15s linear;
	-ms-transition:border-color 0.15s linear,background 0.15s linear;
	-o-transition:border-color 0.15s linear,background 0.15s linear;
	transition:border-color 0.15s linear,background 0.15s linear
}

input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,
input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,
input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="color"]:focus,textarea:focus {
	background:#fff;
	border-color:#455560;
	outline:none
}

input[type="text"]:disabled,input[type="password"]:disabled,input[type="date"]:disabled,input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,input[type="month"]:disabled,input[type="week"]:disabled,input[type="email"]:disabled,
input[type="number"]:disabled,input[type="search"]:disabled,input[type="tel"]:disabled,input[type="time"]:disabled,input[type="url"]:disabled,
input[type="color"]:disabled,textarea:disabled {
	background-color:;
	cursor:default
}

input[type="text"][disabled],input[type="text"][readonly],
fieldset[disabled] input[type="text"],input[type="password"][disabled],input[type="password"][readonly],fieldset[disabled] input[type="password"],
input[type="date"][disabled],input[type="date"][readonly],fieldset[disabled] input[type="date"],input[type="datetime"][disabled],
input[type="datetime"][readonly],fieldset[disabled] input[type="datetime"],input[type="datetime-local"][disabled],input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],input[type="month"][disabled],input[type="month"][readonly],fieldset[disabled] input[type="month"],
input[type="week"][disabled],input[type="week"][readonly],fieldset[disabled] input[type="week"],input[type="email"][disabled],input[type="email"][readonly],
fieldset[disabled] input[type="email"],input[type="number"][disabled],input[type="number"][readonly],fieldset[disabled] input[type="number"],
input[type="search"][disabled],input[type="search"][readonly],fieldset[disabled] input[type="search"],input[type="tel"][disabled],input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],input[type="time"][disabled],input[type="time"][readonly],fieldset[disabled] input[type="time"],
input[type="url"][disabled],input[type="url"][readonly],fieldset[disabled] input[type="url"],input[type="color"][disabled],input[type="color"][readonly],
fieldset[disabled] input[type="color"],textarea[disabled],textarea[readonly],fieldset[disabled] textarea {
	background-color:;
	cursor:default
}

input[type="text"].radius,input[type="password"].radius,input[type="date"].radius,input[type="datetime"].radius,input[type="datetime-local"].radius,
input[type="month"].radius,input[type="week"].radius,input[type="email"].radius,input[type="number"].radius,input[type="search"].radius,
input[type="tel"].radius,input[type="time"].radius,input[type="url"].radius,input[type="color"].radius,textarea.radius {
	-webkit-border-radius:3px;
	border-radius:3px
}

form .row .prefix-radius.row.collapse input,form .row .prefix-radius.row.collapse textarea,form .row .prefix-radius.row.collapse /*select*/,
form .row .prefix-radius.row.collapse button{
	-webkit-border-radius:0;
	border-radius:0;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-top-right-radius:3px
}



.column, .columns {
	position: relative;
	
	/* NOTE: this causes misalignments; columns fit prefectly without.*/
	/*
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
	*/
	width: 100%;
	float: left;
}

.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 82.5rem;
	*zoom: 1;
}

.row:before, .row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	float: left;
}

.row.collapse .row {
	margin-left: 0;
	margin-right: 0;
}

.row .row {
	width: auto;
	margin-left: -0.4375rem;
	margin-right: -0.4375rem;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none;
	*zoom: 1;
}

.row .row:before, .row .row:after {
	content: " ";
	display: table;
}

.row .row:after {
	clear: both;
}

.row .row.collapse {
	width: auto;
	margin: 0;
	max-width: none;
	*zoom: 1;
}

.row .row.collapse:before, .row .row.collapse:after {
	content: " ";
	display: table;
}

.row .row.collapse:after {
	clear: both;
}


.show {
	display: block;
}

.hide {
	display: none;
}

@media print {
	.hide-on-print {
		display: none !important;
	}

	.print-only {
		display: block !important;
	}

	.hide-for-print {
		display: none !important;
	}

	.show-for-print {
		display: inherit !important;
	}
}

.show-for-small, .show-for-small-only, .show-for-medium-down, .show-for-large-down, .hide-for-medium, .hide-for-medium-up, .hide-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
	display: inherit !important;
}

.hide-for-small, .hide-for-small-only, .hide-for-medium-down, .show-for-medium, .show-for-medium-up, .show-for-medium-only, .hide-for-large-down, .show-for-large, .show-for-large-up, .show-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
	display: none !important;
}


.border {
	border-width:1px;
	border-style:solid;
	border-collapse:initial;
}

.no-border {
    border-width:0px;
    border-style:none;
}

.release {
	position: absolute; 
	z-index:100;
}

.limbo {
	position: absolute; 
	z-index:3;
	left: -9999px; 
	height: -9999px; 
}

.alt { 
	position: absolute; 
	left: -9999px; 
}

.center { 
	text-align: center; 
}


.shadowed {
	-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 50px rgba(0,0,0,0.25);
}

.shadowed-medium {
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
}

.shadowed-thin {
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}

.shadow-top-thin {
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.45);
	
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.45);
	
	box-shadow: 0 0 6px rgba(0,0,0,0.45);
}


.shadow-bottom-thin {
	-moz-box-shadow:  0 1px 1px rgba(0,0,0,0.45);
	-webkit-box-shadow:  0 1px 1px rgba(0,0,0,0.45);
	box-shadow:  0 1px 1px rgba(0,0,0,0.45);
}

.shadow-bottom-medium {
	-moz-box-shadow:  0 5px 10px rgba(0,0,0,0.45);
	-webkit-box-shadow:  0 5px 10px rgba(0,0,0,0.45);
	box-shadow:  0 5px 10px rgba(0,0,0,0.45);
}

.weight-700 {
	font-weight: 700;
}

.weight-400 {
	font-weight: 400;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style:italic;
}

.highlight {
	background-color:#f7f400;
	font-weight:700;
}

.legal {
	font-size:10px;
	line-height:10px;
}

.required {
	font-weight:bold;
}

.left-nav-text
{
    color:#000000;
    font-size:14px;
    font-weight:bold;
    padding-left:20px;
    text-decoration:none;
}

.left-subnav-text
{
    color:#000000;
    font-size:14px;
    font-weight:normal;
    padding-left:20px;
    text-decoration:none;
}



.input-console
{
    border-width:1px;
    border-style:solid;
    border-color:#cccccc;
    margin:1px;
}

form input.text-field 
{
	border: 1px solid #5ea0d4;
	padding: 2px;
	color: #004568;
}

form select 
{
	color: #004568;
}

form textarea 
{
	width: 250px;
	height: 100px;
	border: 1px solid #5ea0d4;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #004568;
}

.minimize-space
{
    margin:0px;
    padding:0px;
    border-width:0px;
}


.common-link {
	font-family:'Century Gothic',Arial,serif;
	font-weight:700;
	font-size:16px;
	color:rgb(69, 86, 96);
}

.common-link:hover {
	color:#ad208e;
}



.sabon, .sabon-main {
	font-family: 'Sabon LT W01 Roman', serif !important;
}

.sabon-italic, .sabon-main-italic {
	font-family: 'Sabon LT W01 Italic', serif !important;
}


/* animation */

@-webkit-keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-10px);
	}

	60% {
		-webkit-transform: translateY(-5px);
	}
}

@-moz-keyframes bounce {
	0%,20%,50%,80%,100% {
		-moz-transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-10px);
	}

	60% {
		-moz-transform: translateY(-5px);
	}
}

@keyframes bounce {
	0%,20%,50%,80%,100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	60% {
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

.svg-arrow-double {
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	position: absolute;
	bottom: 48px;
	left: 50%;
	margin-left: -16px;
	display: none;
	width: 32px !important;
	height: 36px !important;
	cursor: pointer;
}

.icon-checkmark-shortchunk {
	display:inline-block;
	width:16px;
	height:17px;
	margin:5px;
	background-image:url("/wwwroot/images/interior/icon-checkmark-shortchunk.svg");
	background-repeat:no-repeat;
	background-position-y:center;
	background-position-x:center;
	background-origin:content-box;
	background-position:center;
	background-size:contain;
}

.icon-checkmark-shortchunk-gold {
	display:inline-block;
	width:16px;
	height:17px;
	margin:5px;
	background-image:url("/wwwroot/images/interior/icon-checkmark-shortchunk-gold.svg");
	background-repeat:no-repeat;
	background-position-y:center;
	background-position-x:center;
	background-origin:content-box;
	background-position:center;
	background-size:contain;
}

.icon-checkmark-shortchunk-silver {
	display:inline-block;
	width:16px;
	height:17px;
	margin:5px;
	background-image:url("/wwwroot/images/interior/icon-checkmark-shortchunk-silver.svg");
	background-repeat:no-repeat;
	background-position-y:center;
	background-position-x:center;
	background-origin:content-box;
	background-position:center;
	background-size:contain;
}


/**
* Menu
*
*/

.header-bottom {
	display:block !important;
	width:100%;
	height: 63px;
	max-width:100% !important;
	margin:0px !important;
}

.header-bottom {
	-moz-box-shadow: 0 2px 9px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 2px 9px rgba(0,0,0,0.35);
	box-shadow: 0 2px 9px rgba(0,0,0,0.35);
	position: relative;
	z-index: 3;
}

.header-bottom.is-active {
	display:block !important;
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.35);
	box-shadow: 0 0 0 rgba(0,0,0,0.35);
}

.menu-toggle, .reservation-toggle {
	display:inline-block !important;
	height: 100%;
	padding:0px;
	margin:0px;
}

.menu-toggle {
	background-color: #ad208e;
}

.menu-toggle .svg-menu {
	padding:0px;
	margin: 20px auto;
	display: block;
	fill: #ffffff !important;
}

.menu-toggle.is-active {
	background-color: #fff;
}

.menu-toggle.is-active path {
	fill: #ad208e;
}

.nav-menu-mini.is-active {
	display:block;
	position:fixed;
}

.reservation-toggle {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDM4NCA2MyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmY0YmQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmU3YWUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIzODQiIGhlaWdodD0iNjMiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==");
    background-image: -moz-linear-gradient(bottom,#ff79e2 0%,#fe4cd8 100%);
    background-image: -o-linear-gradient(bottom,#ff79e2 0%,#fe4cd8 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(255, 121, 226) 0%, rgb(254, 76, 216) 100%);
    background-image: linear-gradient(bottom,#ff79e2 0%,#fe4cd8 100%);
    color: #fff !important;
    text-transform: uppercase;
    font-size: 0.93rem;
    line-height: 63px;
    text-align: center;
    text-decoration:none !important;
}

.reservation-toggle-icon:before {
	content:'\2716';
}

.reservation-toggle-icon {
	font-size:16px;
	font-weight:bold;
	color:#fff;	
}


/**
* Navigation
* 
*
*
*/


.logo-site {
	width:100%;
	max-width:291px;
	padding:0px 0px 0px 0px;
	margin:0px;
}

#masthead_quote_container {
	display:block;
	width: 100%;
	height: 50px;
	margin-top: -10%;
	text-align: center;
	z-index: 1;
}

@media only screen and (max-width:60em) {
	#masthead_quote_container {
		display: none;
	}
}



/*@media only screen and (min-width: 76.8755em) {*/


.nav-header {
	display: relative;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	z-index: 4;
	background-color: #fff;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.45);
	box-shadow: 0 0 6px rgba(0,0,0,0.45);
	-webkit-transition: top 0.4s;
	-moz-transition: top 0.4s;
	transition: top 0.4s;
}


/*}*/


.nav-header.map-active {
	top: 28.4375rem;
}


.nav-divider {
	display:inline-block;
	width:30px;
	height:18px;
}

.nav-line-divider {
	display:inline-block;
	width:30px;
	height:15px;
	background-image:url("/wwwroot/images/common/grey_1x18.png");
	background-repeat:no-repeat;
	background-position-y:center;
	background-position-x:center;
	background-origin:content-box;
	background-position:center;
}


.nav-top-container {
    width:1200px;
	height:100%;
    border-style:solid;
    border-collapse:collapse;
	color: #777;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	padding-right:0px;
}

.nav-top-navigation-container {
	display:block;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

.nav-logo-site-container {
	width:100%;
	max-width:341px;
	clear:none;
	margin:10px;
}

.nav-utility-links-container {
	color:#306a59;
	width:850px;
	height:20px;
    margin-top:10px;
}

.nav-top-links-container {
	width:850px;
	height:20px;
	z-index: 5;
	margin-top:20px;
}

.nav-top-container td:first-child {
	width:25%;
}


@media only screen and (max-width:60em) {
	.nav-top-container td:first-child {
		width:100%;
	}	
}

@media only screen and (max-width:76.8125em) {
	.nav-top-container {
		width: 100%;
	}

	.nav-top-navigation-container {
		display:inline;
		width:70%;
	}

	 .nav-utility-links-container {
		width:800px;
		vertical-align:middle;
		padding-left:25%;
		float:left;
	}

	.nav-top-links-container {
		width:100%;
		vertical-align:middle;
	}
}

.nav-top-links-container a {
	color:#777;
	text-transform: uppercase;
}

.nav-top-links-container .secondary {
	display: none;
}

#nav_membershipstatus_container {
	display:none;
}

/*
@media only screen and (min-width: 76.8755em) {
	.nav-top-links-container .secondary {
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .1s all .25s;
		-moz-transition: .1s all .25s;
		-ms-transition: .1s all .25s;
		-o-transition: .1s all .25s;
		transition: .1s all .25s;
	}
}

@media only screen and (min-width: 0em) and (max-width: 76.8125em) {
	.nav-top-links-container {
		-webkit-transition: 300ms ease-out;
		-moz-transition: 300ms ease-out;
		transition: 300ms ease-out;
		-webkit-transform: translate(0,-10px);
		-moz-transform: translate(0,-10px);
		-ms-transform: translate(0,-10px);
		-o-transform: translate(0,-10px);
		transform: translate(0,-10px);
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 138px;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 0;
		background: rgba(0,0,0,0.5);
		z-index: 3;
	}
}
*/

@media only screen and (min-width: 0em) and (max-width: 76.8125em) and (min-width: 48em) {
	.nav-top-links-container {
		top: 136px;
	}
}

@media only screen and (max-width: 76.8125em) {
	 .nav-top-links-container {
		display:none;
	 }
}

@media only screen and (max-width: 60em) {
	 .nav-utility-links-container {
		display:none;
	 }
}

@media only screen and (max-width: 60em) {
	 .nav-logo-site-container {
		width:95%;
		padding:10px;
	 }
}


.nav-utility-link {
    color:#306a59;
    font-size:11px;
    font-style:normal;
    text-decoration:none;
	font-family: "Montserrat",Arial,serif;
	font-weight: 400;
}

.nav-top-link {
    color:#000 !important;
    font-size:13px;
    font-style:normal;
    text-decoration:none;
	font-family: "Montserrat",Arial,serif;
	font-weight: 500 !important;
}

.nav-utility-background-hover {
    background-color:#eaeaea;
}

/*@media only screen and (min-width: 76.8755em) {*/
/*
	.nav-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 160px;
		z-index: 4;
		background-color: #fff;
		-moz-box-shadow: 0 0 6px rgba(0,0,0,0.45);
		-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.45);
		box-shadow: 0 0 6px rgba(0,0,0,0.45);
		-webkit-transition: top 0.4s;
		-moz-transition: top 0.4s;
		transition: top 0.4s;
	}
*/
/*}*/

.nav-divider {
	display:inline-block;
	width:30px;
	height:18px;
}

.nav-line-divider {
	display:inline-block;
	width:30px;
	height:20px;
	background-image:url("/wwwroot/images/common/grey_1x18.png");
	background-repeat:no-repeat;
	background-position-y:center;
	background-position-x:center;
	background-origin:content-box;
	background-position:center;
}

/*
.nav-top-container {
    width:1275px;
	height:100%;
    border-width:0px;
    border-style:solid;
    border-collapse:collapse;
	color: #2c648d;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
*/

.nav-utility-link {
    color:#306a59;
    font-size:11px;
    font-style:normal;
    text-decoration:none;
	font-family: "Montserrat",Arial,serif;
	font-weight: 400;
}

.nav-top-link {
    color:#455560;
    font-size:13px;
    font-style:normal;
    text-decoration:none;
	font-family: "Montserrat",Arial,serif;
	font-weight: 400;
}

.nav-utility-container {
    color:#306a59;
    margin-right:0px;
    margin-top:5px;
}

.nav-utility-background-hover {
    background-color:#eaeaea;
}

.nav-footer-container {
    width:1200px;
	height:318px;
	text-align:left;
    border-style:solid;
    border-collapse:collapse;
	padding-top:40px;
}

@media only screen and (max-width:60em) {
	.nav-footer-container {
		text-align:center;
	}
}

.footer-maunakea {
    color:#ffffff;
    font-size:18px;
    font-style:normal;
	font-family: "Century Gothic",Arial,serif;
	font-weight: 400;
}

.footer-address {
	display:block;
	position:relative;
	width:800px;
	height:125px;
	text-align:left;
    font-size:14px;
    font-style:normal;
	font-family: "Century Gothic",Arial,serif;
	font-weight: normal;
	line-height:18px;
	margin:0px;
}

.footer-address {
    color:#5d9685;
    font-size:14px;
    font-style:normal;
	font-family: "Century Gothic",Arial,serif;
	font-weight: normal;
}

@media only screen and (max-width:60em) {
	.footer-address {
		width:300px;
		font-size:10px;
		padding-top:10px;
		margin:20px;
	}
}

.footer-address-details {
	float: left;
}

@media only screen and (max-width:40em) {
	.footer-address-details {
		text-align:center;
	}
}


.footer-container {
	width:100%;
	height:300px;
	background-color:#303e48;
	padding:0px;
}

.footer-container-cell {
	background-color:#ffedfb;
	background-image: url("/wwwroot/images/footer/background_plumeria.png");
	background-repeat: no-repeat;
	background-position-x: right;
}


.footer-search-field {
	position:relative;
	width:250px;
	height:40px;
	float:left;
	background-color:#ffffff;
	margin:5px;
}

.footer-search-input {
	width: 200px;
	height: 100%;
	font-size: 18px;
	font-weight:bold;
	padding:10px;
	border-width:0px !important;
	border-radius:0px;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
}


.nav-footer-link {
    color:#ae208e !important;
    font-size:13px;
    font-style:normal;
    text-decoration:none;
	font-family: "Montserrat",Arial,serif;
	font-weight: 400;
}



.nav-interior-rightside-container {
	width:100%;
	list-style:none outside none;
}

.nav-interior-rightside-container li {
	display:inline-table;
	text-align:left;
	width:100%;
	font-family:'Lora',Arial,serif;
	font-weight:700;
	font-size:18px;
	color:rgb(69, 86, 96);
	margin-bottom:10px;
}

.nav-interior-rightside-container li img {
	float:left;
	width:100%;
	min-width:200px;
	height:1px;
	padding:0px;
	clear:both;
	float:right;
	margin-top:10px;
}

.nav-interior-rightside-container li a {
	text-decoration:none;
}

.nav-interior-rightside-container li a span {
	float: right;
	margin-right: 10px;
}

.nav-interior-rightside-container li a:hover {
	color:#ad208e !important;
}

.nav-interior-rightside-link {
	display:table-cell;
	width:100%;
	font-family:'Lora',Arial,serif;
	font-weight:700;
	font-size:18px;
	color:rgb(69, 86, 96);
}



.nav-interior-rightside-link:hover {
	
	color:#ad208e;

}

.nav-booking-cell {
	height:55px;
	background-color:#303e47;
	border-bottom-color:#fff;
	border-top-color:transparent;
	border-left-color:transparent;
	border-right-color:transparent;
	border-width:1px;
	border-style:solid;
}

.booking-menu-promocode .is-active {
	display:block;
}

.nav-menu-mini-container {
	width:100%;
	list-style:none outside none;
	padding-top:20px;
	padding-bottom:25px;
}

.nav-menu-mini-container ol,ul {
	margin:0px;
}

.nav-menu-mini-container li {
	display:inline-table;
	text-align:left;
	width:100%;
	font-family:"Montserrat",Arial,serif;
	font-weight:400;
	font-size:14px;
	color:rgb(69, 86, 96);
	margin-bottom:20px;
}

.nav-menu-mini-container li img {
	float:right;
	margin-top:20px;
}

.nav-menu-mini-container li a {
	text-decoration:none;
	padding-left:20px;
}

.nav-menu-mini-container li a:hover {
	color:#ad208e;
}

.nav-menu-mini-link {
	display:table-cell;
	width:100%;
	font-family:"Montserrat",Arial,serif;
	font-weight:400;
	font-size:14px;
	text-transform: uppercase;
	color:rgb(69, 86, 96);
}



.nav-menu-mini-link:hover {
	
	color:#ad208e;

}

#nav_menu_mini_property_list {
	width:100%;
	height:350px;
	background-color:#fff;
	margin-top:1px;
	padding:10px;
	text-align:center;
}

#nav_menu_mini_property_list .nav-property-logo {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

#nav_menu_mini_property_list a {
	margin-top:15px;
	margin-bottom:15px;
}

.footer-maunakea {
    color:#ffffff;
    font-size:18px;
    font-style:normal;
	font-family: "Century Gothic",Arial,serif;
	font-weight: 400;
}

.footer-address {
    color:#ae208e;
    font-size:14px;
    font-style:normal;
	font-family: "Century Gothic",Arial,serif;
	font-weight: normal;
}

.icon-search-button {
	position:absolute;
	top:0px;
	left:211px;
} 

.footer-search-field {
	position:relative;
	width:250px;
	height:40px;
	background-color:#ffffff;
	margin-left:50px;
	padding:0px;
}



.footer-search-input {
	
	width: 200px;
	
	height: 100%;
	
	font-size: 14px;
	
	font-weight:bold;
	
	padding:10px;

}

.nav-footer-utility-link {
    color:#ae208e;
    font-size:12px;
    font-style:normal;
	font-family: "Century Gothic",Arial,serif;
	font-weight: normal;
}

.nav-footer-utility-link a {
	text-decoration:underline;
}


.nav-footer-search {
	width:1200px;
	height:55px;
	flot:left;
	padding:0px;
	margin: 12px auto;
}

.nav-footer-socialmedia {
	width:400px;
	height:50px;
	float: right;
	/*
	margin-right: 100px;
	margin-top: 15px;
	margin-bottom: 15px;
	*/
}

.nav-footer-socialmedia a {
	float:right;
	margin:0px 5px;
}

.icon-search-button {
	position:absolute;
	top:0px;
	left:211px;
} 

.logo-pp {
	display:block;
	float:left;
	margin-right:40px;
	margin-bottom:20px;
}

.logo-prince-japan {
	display:block;
	float:left;
}

.footer-hr {
	display:none;
	width: 100%;
	height: 1px;
	margin-top:15px;
	margin-bottom:15px;
}

@media only screen and (max-width:1200px) {
	.nav-footer-container {
		width:95%;
	}

	.nav-footer-search {
		width:100%;
	}
}

@media only screen and (max-width:76.8755em) {
	.footer-container-cell {
		background-image:none;
	}
}


@media only screen and (max-width:60em) {
	.footer-hr {
		display: block;
	}

	.footer-container-cell {
		background-image:none;
	}


	.nav-footer-search {
		display:block;
		width:100%;
		height:100%;
		float:none;
		padding-left:0px;
		padding-right:0px;
		padding-top:15px;
		padding-bottom:25px;
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0px;
		clear:both;
	}

	.footer-search-field {
		float:none;
		margin-left:0px;
	}

	.nav-footer-socialmedia {
		display:flex;
		width:200px;
		float:none;
		clear:both;
		justify-content:center;
		align-items:center;
	}

	.logo-prince-japan {
		display:block;
		float:none;
		/*margin-left:25%;*/
		clear:both;
	}

	.logo-pp {
		display:block;
		float:none;
		clear:both;
		margin-right:0px;
		margin-left:25%;
	} 
	
	.nav-footer-link {
		display:block;
	}
}

@media only screen and (max-width:48em) {
	.logo-prince-japan {
		float:none;
		clear:both;
	}

	.nav-footer-socialmedia a {
		float:none;
	}
}

.map-animation svg {
	-webkit-transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
	-moz-transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
	transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.maps-trigger svg {
    -webkit-transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
    -moz-transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
    transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}


.map-trigger.is-active svg {
	
	-webkit-transform: rotate(630deg);
	
	-moz-transform: rotate(630deg);
	
	-ms-transform: rotate(630deg);
	
	-o-transform: rotate(630deg);
	
	transform: rotate(630deg);

}



@media only screen and (min-width: 0) and (max-width: 76.875em) {
	
	#map-wrapper #category-wrapper {
		overflow: hidden;
		position: absolute;
		top: 60px;
		width: 100%;
		background: #fff;
		max-height: 0;
		transition-property: all;
		transition-duration: .25s;
		transition-timing-function: cubic-bezier(0,1,0.5,1);
	}

	#map-wrapper #category-wrapper.active {
			max-height: 455px;
			height: 455px;
			overflow-y: auto;
		}
}







/**
* Layout
* 
*
*
*/

meta.foundation-version {
	font-family: "/5.2.1/";
}

meta.foundation-mq-small {
	font-family: "/only screen/";
	width: 0em;
}

meta.foundation-mq-medium {
	font-family: "/only screen and (min-width:48em)/";
	width: 48em;
}

meta.foundation-mq-large {
	font-family: "/only screen and (min-width:76.8755em)/";
	width: 76.8755em;
}

meta.foundation-mq-xlarge {
	font-family: "/only screen and (min-width:90.063em)/";
	width: 90.063em;
}

meta.foundation-mq-xxlarge {
	font-family: "/only screen and (min-width:120.063em)/";
	width: 120.063em;
}

/* when missing, causes javascript error, invalid expression: [data-Times-reveal] */
meta.foundation-data-attribute-namespace {
	font-family: false;
}





/**
* Homepage
* 
*
*
*/

.icon-checkmarkbox:before {
	content:'\2611';
}

.icon-checkmark:before {
	content:'\2714';
}

.icon-pencil:before {
	content:'\270e';
}

.icon-smiley:before {
	content:'\263a';
}

.welcome-section {
	width:100%;
	height:100%;
	max-height:520px;
	background:url('/wwwroot/images/ui/background-waves.svg') no-repeat;
	background-size:4200px 100%;
	background-position:42% 168px;
}


.welcome-message-container {
	width:90%;
	height:75px;
	text-align:left;
	line-height:34px;
	max-width:900px;
	color:#777777;
}


.welcome-bullets-container {
	width:90%;
	height:300px;
	text-align:left;
	line-height:18px;
	max-width:800px;
	color:#333333;
	font-size:15px;
	font-weight:500;
}

.welcome-bullet-container {
	width:100%;
	height:75px;
	clear:both;
	display:block;
	padding:2px;
	margin:2px;
}

.welcome-bullet-icon-container {
	width:70px;
	height:100%;
	float:left;
	padding-top:25px;
}

.welcome-bullet-icon-container span {
	width:20px;
	height:20px;
	font-size:60px;
	color:#ae208e;
	font-weight:bolder;
}

.welcome-bullet-text-container {
	width:70px;
	height:100%;
	float:left;
	padding-top:25px;
}

.welcome-bullet-caption {
	font-size:22px;
	font-weight:bold;
	color:#ae208e;
	padding:15px;
	width:150px;
	height:100%;
	float:left;
	background-color:#fef0fb;
	text-align:right;
}

.welcome-bullet-text {
	width:100%;
	height:100%;
	max-width:565px;
	float:right;
	padding:5px;
}

.welcome-text {
	color:#555555;
	font-weight:bold;
	font-size:22px;
}

.welcome-caption {
	font-size:32px;
	font-weight:bold;
	color:#ae208e;
	padding-right:5px;
}


.plumeria-rewards-image {
	width:70%;
	height:100%;
	float:left;
	background:url('/wwwroot/images/masthead/mkbh-pool-beach-2048.jpg') no-repeat;
	background-size:cover;
	background-position:0px 30%;
}

.plumeria-rewards-text {
	width:30%;
	height:100%;
	float:right;
	padding:15px;
	text-align:left;
}


@media only screen and (max-width:63em) {
	.welcome-bullet-caption {
		width:80%;
		text-align:center;
	}

	.welcome-bullet-text {
		display:none;
		width:90%;
		float:left;
		padding-left:75px;
		margin:6px 0px 15px 0px;
		max-width:100%;
	}
}

@media only screen and (max-width:49em) {
	.welcome-message-container {
		height:120px;
	}	

	.welcome-bullet-text {
		/*width:100%;*/
		display:none;
	}

	.plumeria-rewards-image {
		display:none;
	}

	.plumeria-rewards-text {
		width:300px;
		height:100%;
		float:none;
		padding:15px;
		text-align:left;
		margin:0px auto;
	}
}

@media only screen and (max-width:30em) {
	.welcome-bullet-caption {
		width:150px;
		text-align:center;
	}

	.welcome-bullet-text {
		display:none !important;
	}

	.welcome-text {
		font-size:16px;
	}
}













/**
* Interior
* 
*
*
*/

.body-navigation {
	font-family:'Sabon LT W01 Italic',serif;
	font-weight:400;font-size:14px;
	font-style:italic;
	color:rgb(69, 85, 96);
	margin-left:10%;
}

.body-heading {
	font-family:'Sabon LT W01 Roman',serif;
	font-weight:400;
	font-size:40px;
	color:rgb(69, 85, 96);
	margin-left:10%;
}

.body-form-heading {
	display:block;
	font-family:'Sabon LT W01 Roman',serif;
	font-weight:400;
	font-size:40px;
	color:rgb(69, 85, 96);
	margin-top:15px;
	margin-bottom:15px;
}


.body-subheading {
	font-family:'Lora', Arial, serif;
	font-size:24px;
	font-style:normal;
	font-weight:400;
	line-height:34px;
	color:rgb(69, 86, 96);
}

.body-subheading-30 {
	font-family:'Lora', Arial, serif;
	font-size:30px;
	font-style:normal;
	font-weight:400;
	line-height:40px;
	color:rgb(69, 86, 96);
}

.body-content ul {
	margin-left:25px !important;
}

.body-content li {
	padding-left:5px !important;
}

.body-content hr {
	border-top-color: #aaaaaa;
	border-bottom-color: transparent;
}

.body-caption {
	font-family:'Lora', Arial, serif;
	font-size:15px;
	font-style:normal;
	font-weight:700;
	line-height:24px;
	color:rgb(69, 86, 96);
	clear:both;
}

.body-caption-20 {
	font-family:'Lora', Arial, serif;
	font-size:20px;
	font-style:normal;
	font-weight:700;
	line-height:24px;
	color:rgb(69, 86, 96);
	clear:both;
}

.body-caption-30 {
	font-family:'Lora', Arial, serif;
	font-size:30px;
	font-style:normal;
	font-weight:700;
	line-height:24px;
	color:rgb(69, 86, 96);
	clear:both;
}

.body-link {
	text-decoration:underline;
}

.body-inset {
	float:right;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:25px;
	clear:right;
}

.body-layout {
	display:;
	width:90%;
	height:100%;
}

.body-content {
	font-family:'Century Gothic', Arial, serif;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	line-height:24px;
	color:rgb(69, 86, 96);
}

.body-container {
	display:inline-block;
	width: 880px;
	height:;
	position: relative;
	top: -160px;
	left: 0px;
	margin:0px;
}

.body-container a {
	text-decoration: underline;
	color: #ad208e !important;
}

.body-container .button {
	text-decoration: none;
	color: #fff !important;
}

.body-container-details {
	width: 100%;
	background-color: #f8f8f8;
	border-width: 0px;
	border-style: solid;
	border-collapse: separate;
}

.body-rightside-container {
	display:inline-block;
	vertical-align:top;
	width: 20%;
	margin:30px;
}

.body-masthead-crop {
	width:100%;
	height:455px;
	overflow:hidden;
}

.body-masthead-crop img {
	width:100%;
	margin-top:-250px;
}

.body-table {
	width:100%;
	border-width:1px;
	border-style:solid;
}

.body-table th {
	border-width:1px;
	border-style:solid;
	padding:5px;
}

.body-table td {
	border-width:1px;
	border-style:solid;
	padding:5px;
}

.body-table-centered tr > td:nth-child(2) {
                text-align: center;
}

.body-table-centered tr > td:nth-child(3) {
                text-align: center;
}

.body-table-centered tr > td:nth-child(4) {
                text-align: center;
}

#table_body_offset {
	height:150px;
}

.body-activity-container {
	width:100%;
	font-size:10px;
}

.body-activity-container td {
	padding:5px;
}

.body-activity-header {
	font-weight:bold;
}

.body-activity-heading-container {
	width:100%;
	font-family:'Century Gothic', Arial, serif;
	font-size:16px;
}

.body-activity-heading-caption {
	font-size:24px;
	font-weight:bold;
}

.body-activity-summary-total-cell {
	height:25px; 
	font-size:12px;
	font-weight: bold; 
	background-color: #e0e3e8; 
	text-align:right;
}

.body-activity-summary-value-cell {
	height:25px; 
	font-size:12px;
	font-weight: bold; 
	background-color: #e0e3e8; 
	text-align:left;
	padding-left:7px !important;
}

@media only screen and (max-width:76.8755em) {
	.body-container {
		width:60%;
		float:left;
	}

	.body-heading {
		font-size:30px;
		line-height:35px;
	}

	
	.body-rightside-container {
		width:30%;
		float:left;
	}

	.body-inset {
		display:block;
		float:left;
		margin:10px;
		clear:both;
	}

	.body-masthead-crop {
		width:100%;
		height:100%;
		overflow:unset;
	}

	.body-masthead-crop img {
		width:100%;
		margin:0px;
	}
}

@media only screen and (max-width:63em) {
	.body-masthead-crop img {
		width:100%;
		margin:0px !important;
	}
}

@media only screen and (max-width:49em) {
	.body-container {
		position: static;
		display: inline;
		width: 100%;
		clear: both;
		margin: 0px;
	}

	.body-heading {
		font-size: 20px;
	}

	.body-rightside-container {
		position: static;
		display: inline-table;
		width: 95%;
		clear: both;
		margin: 10px;
	}

	.body-masthead-crop img {
		width:100%;
		margin:0px !important;
	}
}


.legal-caption {
	font-family:'Lora', Arial, serif;
	font-size:inherit;
	font-style:normal;
	text-decoration:underline;
	line-height:24px;
	color:rgb(69, 86, 96);
	clear:both;
}


/**
* Section 
*
*
*/

.section-bottom-container {
	width:100%;
	height:550px;
	background-color:#dbdbdb;
	padding-top:100px;
}

@media only screen and (max-width:30em) {
	
}

@media only screen and (max-width:49em) {
	
}


.section .card {
    display: inline-block;
    height: auto;
    margin: 2.25rem 1.5rem 1.5rem;
    padding-bottom: 1rem;
}

.section .card {
    color: #455560;
    background-color: #FFF;
    box-shadow: 0px 0px 24px rgba(0,0,0,0.17);
}

.section .card p {
    font-size: 0.87rem;
    padding: 0 1.5rem;
    margin-bottom: 0.62rem;
    text-align:center;
}

.section .card h3 {
    font-size: 1rem;
    color: #455560;
    text-transform: uppercase;
    margin: 1rem 0 0.25rem;
    padding: 0 1.5rem;
    position: relative;
    font-family: "Sabon LT W01 Roman",serif;
    font-weight:400;
}






/**
* Input
* 
*
*
*/
/*
select.radius {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
*/

select:hover {
	background-color: #f7f7f7;
	border-color: #455560;
}

select:disabled {
	background-color: #ddd;
	cursor: default;
}

select[multiple] {
	height: auto;
}

/*
input[type="file"], input[type="checkbox"], input[type="radio"], select {
	margin: 0 0 1rem 0;
}
*/

/*
input[type="checkbox"] + label, input[type="radio"] + label {
	display: inline-block;
	margin-left: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
	vertical-align: baseline;
}

input[type="file"] {
	width: 100%;
}
*/


button, .button {
	cursor: pointer;
	font-family: "Montserrat",Arial,serif;
	font-weight: normal;
	line-height: normal;
	margin: 2px 0px 2px 0px;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	font-size: 1rem;
	background-color: #f843d0;
	border-color: #f843d0;
	color: #fff !important;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	padding-top: 1.0625rem;
	padding-bottom: 1rem;
	-webkit-appearance: none;
	border: none;
	font-weight: normal !important;
}



.button {
	padding-left: 1rem;
	padding-right: 1rem;
	text-transform: uppercase;
	font-size: 0.875rem;
	line-height: 1;
	letter-spacing: 1px;
}


	.button:hover {
		background-color: #ae208e;
		border-color: #ff4dd8;
	}

	.button:active {
		background-color: #fff !important;
		border-color: #ae208e;
		color: #ae208e;
	}

.white {
	background-color: #fff;
	color: #455560;
	border: 1px solid #455560;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

	.white:hover, .white:active, .white:focus {
		background-color: #f0843c;
		color: #455560;
	}

@media only screen and (min-width: 76.8755em) {
	.white:hover {
		background-color: #f0843c;
		color: #fff;
	}

	.white:active, .white:focus {
		background-color: #fff;
		color: #455560;
	}
}


.white-text {
	color:#fff !important;
}

.white.no-border {
	border: 0;
	-moz-box-shadow: 0 0 22px rgba(46,46,46,0.4);
	-webkit-box-shadow: 0 0 22px rgba(46,46,46,0.4);
	box-shadow: 0 0 22px rgba(46,46,46,0.4);
}

.white.dark-text {
	background-color: #fff;
	color: #303030 !important;
	border: 1px solid #455560;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

	.white.dark-text:hover, .white.dark-text:active, .white.dark-text:focus {
		background-color: #fff;
		color: #303030 !important;
	}

@media only screen and (min-width: 76.8755em) {
	.white.dark-text:hover {
		background-color: #303030;
		color: #fff !important;
	}

	.white.dark-text:active, .white.dark-text:focus {
		background-color: #fff;
		color: #303030 !important;
	}
}

.white.dark-text.no-border {
	border: 0;
	-moz-box-shadow: 0 0 22px rgba(46,46,46,0.4);
	-webkit-box-shadow: 0 0 22px rgba(46,46,46,0.4);
	box-shadow: 0 0 22px rgba(46,46,46,0.4);
}

.dark {
	background-color: #303030;
	color: #fff !important;
	border: 1px solid #455560;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

	.dark:hover, .dark:active, .dark:focus {
		background-color: #303030;
		color: #fff !important;
	}

@media only screen and (min-width: 76.8755em) {
	.dark:hover {
		background-color: #fff;
		color: #303030 !important;
	}

	.dark:active, .dark:focus {
		background-color: #303030;
		color: #fff !important;
	}
}

.dark.no-border {
	border: 0;
	-moz-box-shadow: 0 0 22px rgba(46,46,46,0.4);
	-webkit-box-shadow: 0 0 22px rgba(46,46,46,0.4);
	box-shadow: 0 0 22px rgba(46,46,46,0.4);
}

.dark.white-text {
	background-color: #303030;
	color: #fff;
	border: 1px solid #455560;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.dark.white-text:hover, .dark.white-text:active, .dark.white-text:focus {
	background-color: #303030;
	color: #fff;
}

@media only screen and (min-width: 76.8755em) {
	.dark.white-text:hover {
		background-color: #fff;
		color: #303030;
	}

	.dark.white-text:active, .dark.white-text:focus {
		background-color: #303030;
		color: #fff;
	}
}

.dark.white-text.no-border {
	border: 0;
	-moz-box-shadow: 0 0 22px rgba(46,46,46,0.4);
	-webkit-box-shadow: 0 0 22px rgba(46,46,46,0.4);
	box-shadow: 0 0 22px rgba(46,46,46,0.4);
}






/**
* Booking
* 
*
*
*/

.icon-calendar {
	position:absolute;
	top:9px;
	left:145px;
	pointer-events: none;
}

.booking-form {
	display:block;
}

.booking-container {
	display:table;
	width: 1200px;
	height: 50px;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

.booking-select {
        width:180px;
        height:40px;
        color:#000000;
        font-size:10px;
        font-weight:bold;
		padding:0px;
		margin:0px;
		border-radius:0px;
}


.booking-select option {
        font-size:16px;
        font-weight:normal;
}


.booking-option {
        font-size:16px;
        font-weight:normal;
}

.booking-field {
	position:relative;
	width:175px;
	height:39px;
	background-color:#ffffff;
	padding-left:10px;
	margin:0px;
}

.booking-field input {
	color:#000000;
	background-color:#ffffff;
	border-width:0px;
	padding:0px;
	offset:0px;
}

.booking-links-container {
	color: #ffffff;
	text-decoration: underline;
	width: 100px;
	text-align: center;
}

.booking-links {
    color:#ffffff;
    font-size:9px;
    font-style:normal;
    text-decoration:underline;
	font-family: "Montserrat",Arial,serif;
	font-weight: normal;
}

.date-field .cal-icon {
	position: absolute;
	right: 16px;
	top: 21px;
}

.horizontal-console .field {
	margin: 0 0 .5rem;
	position: relative;
	display: inline-block;
}

.horizontal-console .date-field {
	position: relative;
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
	float: left;
}

@media only screen and (min-width: 48em) {
	.horizontal-console .date-field {
		position: relative;
		padding-left: 0.4375rem;
		padding-right: 0.4375rem;
		float: left;
	}
}

@media only screen and (min-width: 76.8755em) {
	.horizontal-console .date-field {
		position: relative;
		padding-left: 0.4375rem;
		padding-right: 0.4375rem;
		float: left;
	}
}









/**
* Sections
* 
*
*
*/

.membership-section {
	text-align: unset;
	position: relative;
	padding: 32px 25px 44px;
}

@media only screen and (min-width: 48em) {
	.membership-section {
		padding: 28px 30px 48px;
	}
}

@media only screen and (min-width: 76.8755em) {
	.membership-section {
		padding: 38px 0 56px;
	}
}

.membership-section picture {
	display: inline-block;
	min-height: 43px;
}

.membership-section .section-title {
	margin-bottom: 18px;
}

@media only screen and (min-width: 48em) {
	.membership-section .section-title {
		margin-bottom: 16px;
	}
}

@media only screen and (min-width: 76.8755em) {
	.membership-section .section-title {
		margin-bottom: 28px;
	}
}

.membership-section .section-title .sabon-italic {
	font-size: 1.125rem;
}

.membership-section .section-title .sabon {
	font-size: 2.25rem;
}

.membership-section .membership-copy {
	margin-bottom: 24px;
}

.membership-title {
	font-size:16px;
	font-family: "Century Gothic",Arial,serif;
	font-style:normal;
	font-weight:700;
	color:rgb(35,35,35);
	line-height: 22px;
}

.membership-copy {
	font-size:15px;
	font-family: "Century Gothic",Arial,serif;
	font-weight:400;
	line-height: 24px;
	padding-top:15px;
}

@media only screen and (min-width: 48em) {
	.membership-section .membership-copy {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 76.8755em) {
	.membership-section .membership-copy {
		margin-bottom: 42px;
	}
}

.membership-section .buttons {
	text-align: unset;
}

@media only screen and (min-width: 48em) {
	.membership-section .buttons {
		margin-top: 6px;
	}
}

@media only screen and (min-width: 76.8755em) {
	.membership-section .buttons {
		margin-top: 12px;
	}
}

.membership-section .button {
	margin: 0 auto 24px;
	display: block;
	max-width: 217px;
}

@media only screen and (max-width: 47.9375em) {
	.membership-section .button:nth-child(2) {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 48em) {
	.membership-section .button {
		display: inline-block;
		margin: 0 10px;
		max-width: none;
		min-width: 216px;
		font-size: 1.125rem;
	}
}

.membership-section .slick-slider {
	position: relative;
	max-width: 1021px;
	margin: 0 auto;
}

@media only screen and (min-width: 0em) and (max-width: 76.8125em) {
	.membership-section .slick-slider {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

.membership-section .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:unset;
	margin: 0;
}

.membership-section .slick-dots li {
	margin: 0 1px;
}

.membership-section .slick-dots li button:before {
	font-size: 33px;
}

.membership-section .slick-dots li.slick-active button:before {
	color: #1a8fbd;
}

.membership-section .slick-dots li button:before {
	color: #ccc;
}

@media only screen and (min-width: 76.8755em) {
	.membership-detail {
		padding: 0 3%;
	}
}

.membership-detail img {
	display: inline-block;
}

.membership-detail h3 {
	font-size: 1rem;
	text-transform: uppercase;
	margin: 6px 0 9px;
}

@media only screen and (min-width: 76.8755em) {
	.membership-detail h3 {
		margin: 2px 0 7px;
	}
}

.lower-push-section {
	background-image: url(../img/temp/bg-golf.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	padding: 40px 20px;
	text-align: center;
}

@media only screen and (min-width: 48em) {
	.lower-push-section {
		padding: 75px 20px 80px;
	}
}

@media only screen and (min-width: 76.8755em) {
	.lower-push-section {
		padding: 75px 20px 65px;
	}
}

.lower-push-section .row {
	max-width: 852px;
}

.lower-push-section, .lower-push-section .section-title {
	color: #fff;
}

	.lower-push-section .section-title {
		margin-bottom: 28px;
	}

@media only screen and (min-width: 48em) {
	.lower-push-section .section-title {
		margin-bottom: 34px;
	}
}

@media only screen and (min-width: 76.8755em) {
	.lower-push-section .section-title {
		margin-bottom: 28px;
	}
}

.lower-push-section .section-title .sabon-italic {
	font-size: 1.125rem;
}

.lower-push-section .section-title .sabon {
	font-size: 2.25rem;
}

.lower-push-section .button {
	min-width: 222px;
	font-size: 1.0625rem;
}

@media only screen and (min-width: 48em) {
	.lower-push-section .button {
		margin-top: 19px;
	}
}

.section-title .sabon {
	font-family: "Sabon LT W01 Roman",serif;
	font-weight: 400;
}

.section-title .sabon-italic {
	font-family: "Sabon LT W01 Italic",serif;
	font-weight: 400;
}

.section-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5625rem;
	line-height: 1;
	padding: 0 12px;
}

@media only screen and (min-width: 48em) {
	.section-title {
		font-size: 2.125rem;
		padding: 0;
	}
}

.section-title .sabon-main-italic {
	text-transform: none;
}

.section-title .sabon-italic {
	font-size: 1.125rem;
	text-transform: none;
	display: block;
	margin-bottom: 9px;
}

@media only screen and (min-width: 48em) {
	.section-title .sabon-italic {
		font-size: 1.25rem;
	}
}

@media only screen and (min-width: 76.8755em) {
	.section-title .sabon-italic {
		margin-bottom: 11px;
	}
}





.image-slider {
	width:100%;
	height:407px;
	max-width:1200px;
	max-height:500px;
	overflow:hidden;
	padding-bottom:50px;
}


.image-slider ul {
	position:relative;
	top:10px;
}

.image-slider .slick-list {
	height:100%;
}

.image-slider .slick-arrow {
	z-index:1000;
}


.image-slider .slick-prev {
	margin-left:75px;
	bottom:0px;
}


.image-slider .slick-next {
	margin-right:75px;
	bottom:0px;
}


.image-slider li button:before {
	margin-top:20px;
	font-size:50px !important;
}


.image-slider-item {
	/*display:relative;*/
	width:100%;
	height:407px;
	max-height:407px;
}

.image-slider-item-img {
	min-width:1200px;	
}


@media only screen and (max-width: 30em) {
	.image-slider-item {
		background-position:center !important;
	}
}


@media only screen and (max-width: 48em) {
	.image-slider-item {
		background-position:center !important;
	}
}


@media only screen and (min-width: 76.8755em) {
}



/**
* Member Summary content
* 
*
*
*/

.member-summary-table-ho td {
	padding:5px;
	color:#000000;
}

.member-summary-table-hk td {
	padding:5px;
	color:#000000;
}

.member-summary-caption {
	/*font-family:"Lora",Arial,serif;*/
	font-weight:700;
	font-style:italic;
	color:#0e3b73;
}


.video-masthead-wrapper {
	display:block !important;
	float: none;
        clear: both;
        width: 100%;
        position: relative;
}


.video-masthead-wrapper.youtube {
        float: none;
        clear: both;
        width: 100%;
        position: relative;
        padding: 56.25% 0 0 !important;
        height: 0;
}


.video-masthead-wrapper.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-template-home .masthead .video-masthead-wrapper, .page-template-home .masthead .video-masthead-wrapper video, .page-template-home .masthead .video-masthead-wrapper img, .page-template-property-home .masthead .video-masthead-wrapper, .page-template-property-home .masthead .video-masthead-wrapper video, .page-template-property-home .masthead .video-masthead-wrapper img {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.no-touch .page-template-home .masthead-video {
    display: none !important;
}


@media only screen and (max-width: 63em) {
	.video-masthead-wrapper {
		display:none !important;
	}
}

/*@media only screen and (min-width:76.87em)*/
.no-touch .page-template-home .masthead-video {
    display: inline-block !important;
}


.masthead-video {
    width: 100%;
}


.explore-cards {
    width: 100%;
    padding-bottom: 2rem;
}


.resort-card-wrapper {
	margin: 0 auto;
	padding-top: 0rem;
}


.resort-card-wrapper .resort-logo {
	height: 142px;
	text-align: center;
}

.resort-card-wrapper .svg-logo-mkbh {
	width: 212px;
	height: 55px;
}

@media only screen and (min-width: 48em) {
	.resort-card-wrapper .svg-logo-mkbh {
		width: 293px;
		height: 76px;
	}
}

.resort-card-wrapper .svg-logo-hbph {
	width: 212px;
	height: 59px;
}

@media only screen and (min-width: 48em) {
	.resort-card-wrapper .svg-logo-hbph {
		width: 264px;
		height: 72px;
	}
}

.svg-logo-hbph {
	width: 212px;
	height: 76px;
}

@media only screen and (min-width: 48em) {
	.svg-logo-hbph {
		width: 264px;
		height: 76px;
	}
}

.resort-card-wrapper .svg-logo-hphw {
	width: 212px;
	height: 64px;
}

@media only screen and (min-width: 48em) {
	.resort-card-wrapper .svg-logo-hphw {
		width: 265px;
		height: 79px;
	}
}

.resort-card-wrapper .flip-card {
	max-width: 420px;
}

@media only screen and (min-width: 48em) {
	.resort-card-wrapper .flip-card {
		width: 88%;
	}
}

@media only screen and (min-width: 76.8755em) {
	.resort-card-wrapper .flip-card {
		width: 420px;
	}
}

.resort-card-wrapper .resort-tagline, .resort-card-wrapper .resort-desc {
	margin: 0 30px;
}

.resort-card-wrapper .resort-tagline {
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.6;
	border-bottom: 1px solid #dadddf;
	padding-bottom: 10px;
}

@media only screen and (min-width: 48em) {
	.resort-card-wrapper .resort-tagline {
		font-size: 1.125rem;
		padding-bottom: 18px;
	}
}

.resort-card-wrapper .resort-desc {
	margin-top: 10px;
}

@media only screen and (min-width: 48em) {
	.resort-card-wrapper .resort-desc {
		margin-top: 15px;
	}
}

.resort-card-wrapper .resort-desc, .resort-card-wrapper .resort-desc p, .resort-card-wrapper .resort-desc ul {
	font-size: 0.875rem;
}

.resort-card-wrapper .resort-visit {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.75rem;
	padding: 15px 40px;
}

	.resort-card-wrapper .resort-visit:hover {
		opacity: 0.5;
	}

.resort-card-wrapper .mkbh .resort-tagline {
	color: #f58220;
}

.resort-card-wrapper .mkbh .resort-visit {
	background: #f58220;
}

.resort-card-wrapper .hbph .resort-tagline {
	color: #1590c8;
}

.resort-card-wrapper .hbph .resort-visit {
	background: #1590c8;
}

.resort-card-wrapper .hphw .resort-tagline {
	color: #77a9a1;
}

.resort-card-wrapper .hphw .resort-visit {
	background: #77a9a1;
}

.resort-card-wrapper .resort-cards {
	margin: -16px 0 0;
}

@media only screen and (min-width: 48em) {
	.resort-card-wrapper .resort-cards {
		margin: -3px 0 0;
	}
}

@media only screen and (max-width: 48em) {
	.resort-card-wrapper .resort-cards {
		margin-left: -15px;
	}
}

@media only screen and (min-width: 76.8755em) {
	.resort-card-wrapper .slick-list {
		overflow: visible;
	}
}

.resort-card-wrapper .slick-dots {
	text-align: center;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.resort-card-wrapper .slick-dots li {
	margin: 0 1px;
}

.resort-card-wrapper .slick-dots li.slick-active button:before {
	color: #1590c8;
}

.resort-card-wrapper .slick-dots li button:before {
	color: #c1c1c1;
	font-size: 33px;
}

.rotation-section {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 26px 0 42px;
}

@media only screen and (min-width: 48em) {
	.rotation-section {
		padding: 25px 0 42px;
	}
}

@media only screen and (min-width: 76.8755em) {
	.rotation-section {
		padding: 45px 0 42px;
	}
}

.rotation-section .section-title {
	color: #fff;
	margin-bottom: 21px;
}

@media only screen and (min-width: 48em) {
	.rotation-section .section-title {
		margin-bottom: 40px;
	}
}

.rotation-section h2.section-title {
	text-shadow: 1px 1px 2px #000;
}

@media only screen and (min-width: 76.8755em) {
	.rotation-section h2.section-title {
		text-shadow: 1px 1px 1px #333;
	}
}

@media only screen and (min-width: 48em) {
	.rotation-section .column.left {
		width: 36.95%;
	}
}

@media only screen and (min-width: 76.8755em) {
	.rotation-section .column.left {
		width: 32.04%;
	}
}

@media only screen and (min-width: 48em) {
	.rotation-section .column.right {
		width: 63.05%;
	}
}

@media only screen and (min-width: 76.8755em) {
	.rotation-section .column.right {
		width: 67.96%;
	}
}

.rotation-section .rotation-tabs {
	padding: 0;
	margin: 0;
	width: auto;
}

@media only screen and (min-width: 48em) {
	.rotation-section .rotation-tabs {
		margin: 0 48px;
		background: #fff;
		overflow: hidden;
	}
}

@media only screen and (min-width: 76.8755em) {
	.rotation-section .rotation-tabs {
		margin: auto;
	}
}

.rotation-section .rotation-tabs .column {
	padding: 0;
}

.rotation-section .tabs, .rotation-section .tab-content, .rotation-section .tabs .section-title {
	color: #455560;
}

.rotation-section .tabs {
	margin: 0;
	list-style-type: none;
	position: relative;
	z-index: 1;
}

	.rotation-section .tabs .slick-dots {
		position: absolute;
		bottom: -52px;
		right: 0;
		margin: 0;
		text-align: center;
	}

		.rotation-section .tabs .slick-dots li {
			margin: 0 1px;
		}

			.rotation-section .tabs .slick-dots li button:before {
				font-size: 33px;
			}

.rotation-section .tab-title {
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	transition: background 0.4s ease;
	-webkit-transition: height 0.4s ease;
	-moz-transition: height 0.4s ease;
	transition: height 0.4s ease;
	padding: 21px 42px 5px;
	position: relative;
	height: 296px;
}

@media only screen and (min-width: 48em) {
	.rotation-section .tab-title {
		padding: 0;
		background: #eceeef;
		height: 114px;
		margin: 6px;
	}
}

@media only screen and (min-width: 48em) {
	.rotation-section .tab-title.active {
		background: #fff;
		position: relative;
		padding: 15px 10px 0;
		height: 256px;
	}

		.rotation-section .tab-title.active > a {
			display: inline-block;
			width: 100%;
		}
}

@media only screen and (min-width: 76.8755em) {
	.rotation-section .tab-title.active {
		padding: 25px 30px 0;
	}
}

@media only screen and (min-width: 48em) {
	.rotation-section .tab-title.active:after {
		content: "";
		width: 0;
		height: 0;
		border-left: 20px solid white;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		position: absolute;
		right: -26px;
		top: 50%;
		margin-top: -20px;
	}
}

@media only screen and (min-width: 48em) {
	.rotation-section .tab-title:not(.active) > a {
		padding: 15px 30px 0;
		width: 100%;
		display: inline-block;
		height: 114px;
	}
}

@media only screen and (min-width: 76.8755em) {
	.rotation-section .tab-title:not(.active) > a {
		padding: 20px 30px 0;
	}
}

@media only screen and (min-width: 76.8755em) {
	.rotation-section .tab-title:not(.active) .section-title {
		margin: 5px 0 16px;
	}
}

.rotation-section .tab-title a:focus, .rotation-section .tab-title .section-title:focus {
	outline: 0;
}

.rotation-section .tab-title .section-title {
	font-size: 1.5rem;
}

@media only screen and (min-width: 48em) {
	.rotation-section .tab-title .section-title {
		font-size: 1.25rem;
		margin: 0 0 16px;
	}
}

@media only screen and (min-width: 76.8755em) {
	.rotation-section .tab-title .section-title {
		font-size: 1.625rem;
	}
}

.rotation-section .tab-title .section-title .sabon-italic {
	font-size: 1rem;
}

@media only screen and (min-width: 48em) and (max-width: 76.8125em) {
	.rotation-section .tab-title p {
		font-size: 0.8125rem;
	}
}

@media only screen and (min-width: 48em) {
	.rotation-section .tab-title p {
		margin-bottom: 1.25rem;
	}
}

@media only screen and (max-width: 47.9375em) {
	.rotation-section .tab-title:after {
		content: "";
		background: #fff;
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 13px;
		right: 13px;
	}
}

.rotation-section .tab-title-desc {
	text-align: center;
}

@media only screen and (min-width: 48em) {
	.rotation-section .tab-title-desc {
		height: 0;
		overflow: hidden;
	}
}

.rotation-section .tab-title-desc .button {
	min-width: 163px;
	line-height: 1;
	padding: 15px 0;
}

.rotation-section .tab-title-desc .button:hover {
	background-color: #0079c2;
	border-color: #0079c2;
}

.rotation-section .tab-title-desc .button:focus, .rotation-section .tab-title-desc .button:active {
	background-color: #fff;
	border-color: #455560;
	color: #455560;
}

.rotation-section .active .tab-title-desc {
	height: auto;
	overflow: visible;
}

.rotation-section .tabs-content > .content {
	padding: 0;
	width: 100%;
}

.rotation-section .tabs-content {
	margin: 6px 6px 6px 0;
	overflow: hidden;
}

.rotation-section .tabs-content .slick-slide {
	position: relative;
	height: 496px;
	overflow: hidden;
}

.rotation-section .tabs-content .slick-slide img {
	height: 100%;
	width: auto;
	max-width: none;
}

.rotation-section .tab-slider-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background: rgba(0,0,0,0.6);
	text-transform: uppercase;
	font-size: 1rem;
	padding: 19px;
	text-align: right;
}

.rotation-section .tab-slider-caption .title {
	text-align: left;
}

.rotation-section .tabs-content .slick-dots {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 13px 25px;
	text-align: right;
}

.rotation-section .tabs-content .slick-dots li {
	margin: 0 2px 4px;
}

.rotation-section .slick-dots li button:before {
	font-size: 33px;
}

.rotation-section .slick-dots li.slick-active button:before {
	color: #fff;
}

.rotation-section .slick-dots li button:before {
	color: rgba(255,255,255,0.4);
}


.page-type-blog-entry .content-wrapper .conversation h4, .page-type-mauna-kea-blog-entry .content-wrapper .conversation h4, page-type-hapuna-beach-blog-entry .content-wrapper .conversation h4, .page-type-waikiki-blog-entry .content-wrapper .conversation h4, .page-template-blog-entry .content-wrapper h3, .page-template-blog .content-wrapper h3, .page-template-blog-entry .content-wrapper .blog-signup label, .page-template-blog-entry .content-wrapper .post-blog label, .page-template-blog .content-wrapper .blog-signup label, .page-template-blog .content-wrapper .post-blog label, .masthead-offers .masthead-offer-title, .section-title .sabon, .section-title .sabon-main, .address-title, .footer-codes .code-title, .weather.weather-current .locale h2, .weather.weather-weekly article .day h1, .grid-push .section-title .sabon, .grid-push .section-title .sabon-main, .weddings .masthead .ccm-image-slider-text, .weddings.mauna_kea .masthead .ccm-image-slider-text, .golf .masthead .ccm-image-slider-text, .golf.mauna_kea .masthead .ccm-image-slider-text, .meetings .masthead .ccm-image-slider-text, .meetings.mauna_kea .masthead .ccm-image-slider-text, .hapuna_beach .masthead .ccm-image-slider-text, .waikiki .masthead .ccm-image-slider-text, .landing_page_template .masthead .ccm-image-slider-text, .weddings .weddings-push-top .grid-wedding .grid-wedding-lower h3, .weddings .golf-push-top .grid-wedding .grid-wedding-lower h3, .weddings .meetings-push-top .grid-wedding .grid-wedding-lower h3, .weddings.mauna_kea .weddings-push-top .grid-wedding .grid-wedding-lower h3, .weddings.mauna_kea .golf-push-top .grid-wedding .grid-wedding-lower h3, .weddings.mauna_kea .meetings-push-top .grid-wedding .grid-wedding-lower h3, .golf .weddings-push-top .grid-wedding .grid-wedding-lower h3, .golf .golf-push-top .grid-wedding .grid-wedding-lower h3, .golf .meetings-push-top .grid-wedding .grid-wedding-lower h3, .golf.mauna_kea .weddings-push-top .grid-wedding .grid-wedding-lower h3, .golf.mauna_kea .golf-push-top .grid-wedding .grid-wedding-lower h3, .golf.mauna_kea .meetings-push-top .grid-wedding .grid-wedding-lower h3, .meetings .weddings-push-top .grid-wedding .grid-wedding-lower h3, .meetings .golf-push-top .grid-wedding .grid-wedding-lower h3, .meetings .meetings-push-top .grid-wedding .grid-wedding-lower h3, .meetings.mauna_kea .weddings-push-top .grid-wedding .grid-wedding-lower h3, .meetings.mauna_kea .golf-push-top .grid-wedding .grid-wedding-lower h3, .meetings.mauna_kea .meetings-push-top .grid-wedding .grid-wedding-lower h3, .hapuna_beach .weddings-push-top .grid-wedding .grid-wedding-lower h3, .hapuna_beach .golf-push-top .grid-wedding .grid-wedding-lower h3, .hapuna_beach .meetings-push-top .grid-wedding .grid-wedding-lower h3, .waikiki .weddings-push-top .grid-wedding .grid-wedding-lower h3, .waikiki .golf-push-top .grid-wedding .grid-wedding-lower h3, .waikiki .meetings-push-top .grid-wedding .grid-wedding-lower h3, .landing_page_template .weddings-push-top .grid-wedding .grid-wedding-lower h3, .landing_page_template .golf-push-top .grid-wedding .grid-wedding-lower h3, .landing_page_template .meetings-push-top .grid-wedding .grid-wedding-lower h3, .weddings .weddings-idea-board p strong, .weddings .golf-idea-board p strong, .weddings .meetings-idea-board p strong, .weddings.mauna_kea .weddings-idea-board p strong, .weddings.mauna_kea .golf-idea-board p strong, .weddings.mauna_kea .meetings-idea-board p strong, .golf .weddings-idea-board p strong, .golf .golf-idea-board p strong, .golf .meetings-idea-board p strong, .golf.mauna_kea .weddings-idea-board p strong, .golf.mauna_kea .golf-idea-board p strong, .golf.mauna_kea .meetings-idea-board p strong, .meetings .weddings-idea-board p strong, .meetings .golf-idea-board p strong, .meetings .meetings-idea-board p strong, .meetings.mauna_kea .weddings-idea-board p strong, .meetings.mauna_kea .golf-idea-board p strong, .meetings.mauna_kea .meetings-idea-board p strong, .hapuna_beach .weddings-idea-board p strong, .hapuna_beach .golf-idea-board p strong, .hapuna_beach .meetings-idea-board p strong, .waikiki .weddings-idea-board p strong, .waikiki .golf-idea-board p strong, .waikiki .meetings-idea-board p strong, .landing_page_template .weddings-idea-board p strong, .landing_page_template .golf-idea-board p strong, .landing_page_template .meetings-idea-board p strong, .weddings .weddings-push-full-width .content-section p strong, .weddings .golf-push-full-width .content-section p strong, .weddings .meetings-push-full-width .content-section p strong, .weddings.mauna_kea .weddings-push-full-width .content-section p strong, .weddings.mauna_kea .golf-push-full-width .content-section p strong, .weddings.mauna_kea .meetings-push-full-width .content-section p strong, .golf .weddings-push-full-width .content-section p strong, .golf .golf-push-full-width .content-section p strong, .golf .meetings-push-full-width .content-section p strong, .golf.mauna_kea .weddings-push-full-width .content-section p strong, .golf.mauna_kea .golf-push-full-width .content-section p strong, .golf.mauna_kea .meetings-push-full-width .content-section p strong, .meetings .weddings-push-full-width .content-section p strong, .meetings .golf-push-full-width .content-section p strong, .meetings .meetings-push-full-width .content-section p strong, .meetings.mauna_kea .weddings-push-full-width .content-section p strong, .meetings.mauna_kea .golf-push-full-width .content-section p strong, .meetings.mauna_kea .meetings-push-full-width .content-section p strong, .hapuna_beach .weddings-push-full-width .content-section p strong, .hapuna_beach .golf-push-full-width .content-section p strong, .hapuna_beach .meetings-push-full-width .content-section p strong, .waikiki .weddings-push-full-width .content-section p strong, .waikiki .golf-push-full-width .content-section p strong, .waikiki .meetings-push-full-width .content-section p strong, .landing_page_template .weddings-push-full-width .content-section p strong, .landing_page_template .golf-push-full-width .content-section p strong, .landing_page_template .meetings-push-full-width .content-section p strong, .weddings .cross-promo-section .cross-right .cross-right-inner h5, .weddings.mauna_kea .cross-promo-section .cross-right .cross-right-inner h5, .golf .cross-promo-section .cross-right .cross-right-inner h5, .golf.mauna_kea .cross-promo-section .cross-right .cross-right-inner h5, .meetings .cross-promo-section .cross-right .cross-right-inner h5, .meetings.mauna_kea .cross-promo-section .cross-right .cross-right-inner h5, .hapuna_beach .cross-promo-section .cross-right .cross-right-inner h5, .waikiki .cross-promo-section .cross-right .cross-right-inner h5, .landing_page_template .cross-promo-section .cross-right .cross-right-inner h5, .weddings .weddings-request-info .content-section .content-section-inner strong, .weddings .golf-request-info .content-section .content-section-inner strong, .weddings .meetings-request-info .content-section .content-section-inner strong, .weddings .landing-request-info .content-section .content-section-inner strong, .weddings.mauna_kea .weddings-request-info .content-section .content-section-inner strong, .weddings.mauna_kea .golf-request-info .content-section .content-section-inner strong, .weddings.mauna_kea .meetings-request-info .content-section .content-section-inner strong, .weddings.mauna_kea .landing-request-info .content-section .content-section-inner strong, .golf .weddings-request-info .content-section .content-section-inner strong, .golf .golf-request-info .content-section .content-section-inner strong, .golf .meetings-request-info .content-section .content-section-inner strong, .golf .landing-request-info .content-section .content-section-inner strong, .golf.mauna_kea .weddings-request-info .content-section .content-section-inner strong, .golf.mauna_kea .golf-request-info .content-section .content-section-inner strong, .golf.mauna_kea .meetings-request-info .content-section .content-section-inner strong, .golf.mauna_kea .landing-request-info .content-section .content-section-inner strong, .meetings .weddings-request-info .content-section .content-section-inner strong, .meetings .golf-request-info .content-section .content-section-inner strong, .meetings .meetings-request-info .content-section .content-section-inner strong, .meetings .landing-request-info .content-section .content-section-inner strong, .meetings.mauna_kea .weddings-request-info .content-section .content-section-inner strong, .meetings.mauna_kea .golf-request-info .content-section .content-section-inner strong, .meetings.mauna_kea .meetings-request-info .content-section .content-section-inner strong, .meetings.mauna_kea .landing-request-info .content-section .content-section-inner strong, .hapuna_beach .weddings-request-info .content-section .content-section-inner strong, .hapuna_beach .golf-request-info .content-section .content-section-inner strong, .hapuna_beach .meetings-request-info .content-section .content-section-inner strong, .hapuna_beach .landing-request-info .content-section .content-section-inner strong, .waikiki .weddings-request-info .content-section .content-section-inner strong, .waikiki .golf-request-info .content-section .content-section-inner strong, .waikiki .meetings-request-info .content-section .content-section-inner strong, .waikiki .landing-request-info .content-section .content-section-inner strong, .landing_page_template .weddings-request-info .content-section .content-section-inner strong, .landing_page_template .golf-request-info .content-section .content-section-inner strong, .landing_page_template .meetings-request-info .content-section .content-section-inner strong, .landing_page_template .landing-request-info .content-section .content-section-inner strong, .page-template-full.landing_page_template .ccm-image-slider-text .ccm-image-slider-title, .page-template-full.landing_page_template .landing-header h2, .resort-card-wrapper .resort-tagline, .special-pages-cards .special-category-lists .card h3, .special-pages-cards .special-category-lists .hotel-category .card .hotel-description h2, .page-template-full .content-wrapper h1, .page-template-blog .content-wrapper h1, .page-template-blog-entry .content-wrapper h1, div.ccm-conversation-messages-header:before {
	font-family: "Sabon LT W01 Roman",serif;
	font-weight: 400;
}






.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.rslides_nav, .slick-slider {
    margin: 0;
    z-index: 2;
    list-style: none;
}


// Map

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
	
	max-width: none !important;

}

.fa-map-marker:before {
	
	content: "\f041";

}

.map-box, #map-canvas {
	width: 100%;
	height: 19.6875rem;
	margin-top: 0.625rem;
	margin-bottom: 0.9375rem;
}

	.map-box img, #map-canvas img {
		max-width: none;
	}

@media only screen and (min-width: 76.8755em) {
	.map-box, #map-canvas {
		height: 19.0625rem;
	}
}

@media only screen and (min-width: 76.8755em) {
	.directions {
		padding-left: 1.5rem;
	}
}

#map-wrapper {
	position: relative;
}

#map-wrapper * {
	box-sizing: border-box;
}

#map-wrapper .MapContainer #mapDiv {
	width: 99.9%;
	height: 455px;
}

#map-wrapper .MapContainer #mapDiv .gmnoprint img {
	max-width: none;
}

#map-wrapper .MapContainer #mapDiv .pin-marker {
	background: url("../img/map/pin.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 38px;
	width: 32px;
}

#map-wrapper .MapContainer #mapDiv .marker-cat-hotel {
	background: url("../img/map/hotel.png") no-repeat scroll 0 0 transparent;
	height: 48px;
	width: 48px;
}

#map-wrapper .MapContainer #mapDiv .marker-cat-hotel .pin-label {
	display: none;
}

#map-wrapper .MapContainer #mapDiv .pin-label {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 100%;
	line-height: 30px;
	text-align: center;
	width: 100%;
}

@media only screen and (min-width: 76.8755em) {
	#map-wrapper .MapContainer #mapDiv {
		height: 525px;
	}
}

@media only screen and (min-width: 0) and (max-width: 76.875em) {
	#map-wrapper .MapContainer {
		padding-top: 60px;
	}
}

@media only screen and (min-width: 76.8755em) {
	#map-wrapper .MapContainer {
		width: 71%;
		height: 525px;
		border-left: 5px solid #ccc;
		float: right;
	}
}

@media only screen and (min-width: 0) and (max-width: 76.875em) {
	#map-wrapper #category-wrapper {
		overflow: hidden;
		position: absolute;
		top: 60px;
		width: 100%;
		background: #fff;
		max-height: 0;
		transition-property: all;
		transition-duration: .25s;
		transition-timing-function: cubic-bezier(0,1,0.5,1);
	}

		#map-wrapper #category-wrapper.active {
			max-height: 455px;
			height: 455px;
			overflow-y: auto;
		}
}

#map-wrapper #category-wrapper #categories .cat-link {
	display: block;
	margin-bottom: 5px;
	height: 45px;
	background: #fcbe60;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	line-height: 45px;
	font-weight: bold;
}

#map-wrapper #category-wrapper #categories .cat-link:after {
	content: "\f078";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	font-family: FontAwesome;
	position: absolute;
	right: 0;
}

@media only screen and (min-width: 76.8755em) {
	#map-wrapper #category-wrapper #categories .cat-link:after {
		line-height: 45px;
		margin-top: -23px;
		top: 50%;
	}
}

@media only screen and (min-width: 76.8755em) {
	#map-wrapper #category-wrapper #categories .cat-link {
		height: auto;
		line-height: normal;
		min-height: 45px;
		padding-bottom: 16px;
		padding-right: 25px;
		padding-top: 17px;
		position: relative;
	}
}

#map-wrapper #category-wrapper #categories .on .cat-link:after {
	content: "\f077";
}

#map-wrapper #category-wrapper #categories .point-list {
	display: none;
	list-style: none;
}

	#map-wrapper #category-wrapper #categories .point-list li {
		margin-bottom: 10px;
	}

		#map-wrapper #category-wrapper #categories .point-list li a {
			color: #000;
		}

			#map-wrapper #category-wrapper #categories .point-list li a.active {
				color: #ff9900;
			}

				#map-wrapper #category-wrapper #categories .point-list li a.active span {
					color: #000;
				}

			#map-wrapper #category-wrapper #categories .point-list li a span.list-pin {
				float: left;
				text-align: center;
				display: inline-block;
				margin-right: 10px;
				height: 31px;
				width: 33px;
				line-height: 31px;
				background: url("../img/map/pin.png") no-repeat scroll 0 0 transparent;
			}

			#map-wrapper #category-wrapper #categories .point-list li a em {
				display: block;
				overflow: hidden;
				width: auto;
				font-style: normal;
			}

@media only screen and (min-width: 76.8755em) {
	#map-wrapper #category-wrapper #categories {
		padding-top: 0;
		margin: 0 5px;
	}
}

@media only screen and (min-width: 76.8755em) {
	#map-wrapper #category-wrapper {
		display: block;
		width: 29%;
		overflow-y: auto;
		overflow-x: hidden;
		height: 80%;
	}
}

#map-wrapper .cat-menu {
	display: block;
	height: 60px;
	width: 100%;
	background: #ff9900;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	line-height: 60px;
	font-weight: bold;
	position: absolute;
	top: 0;
	padding-right: 15px;
}

	#map-wrapper .cat-menu:after {
		content: "\f078";
		display: inline-block;
		position: absolute;
		right: 0;
		padding-left: 10px;
		padding-right: 10px;
		font-family: FontAwesome;
	}

#map-wrapper .cat-menu.active:after {
	content: "\f077";
}

@media only screen and (min-width: 76.8755em) {
	#map-wrapper {
		box-sizing: content-box;
		height: 525px;
		border: 5px solid #ccc;
	}
}

#map-wrapper .map-logo {
	display: block;
	width: 29%;
	margin: 15px 0 25px;
	text-align: center;
}

#map-wrapper .map-logo .logo {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #2b78e4;
	text-align: center;
	text-transform: uppercase;
}

#map-wrapper.type-pois .cat-link {
	display: none !important;
}

#map-wrapper.type-pois #category-wrapper #categories {
	padding-top: 15px;
}

.infoBox {
	width: 55%;
}

.infoBox .close-box {
	position: absolute;
	right: -17px;
	top: -17px;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background: #000;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.infoBox .close-box:before {
	content: "\00D7";
	font-size: 15px;
	font-family: Verdana;
	width: 25px;
	line-height: 20px;
	font-weight: bold;
}

.infoBox .close-box .close-elem {
	content: "X";
	font-size: 15px;
}

.infoBox .infoWindowContent {
	background: #fff;
	border: 5px solid #f6b26b;
	float: left;
	margin: 0em 0 3em 15px;
	padding: 20px;
	position: relative;
	width: 100%;
	font-size: 13px;
}

.infoBox .infoWindowContent:before {
	border-color: transparent #f6b26b;
	border-style: solid;
	border-width: 20px 23px 20px 0;
	bottom: auto;
	content: "";
	display: block;
	left: -23px;
	position: absolute;
	top: 18px;
	width: 0;
}

.infoBox .infoWindowContent:after {
	border-color: transparent #f6b26b;
	border-style: solid;
	border-width: 15px 17px 15px 0;
	bottom: auto;
	content: "";
	display: block;
	left: -17px;
	position: absolute;
	top: 20px;
	width: 0;
}

.infoBox .infoWindowContent h4 {
	font-size: 1.2em;
	font-weight: bold;
}

.infoBox .infoWindowContent .description p {
	font-size: 1em;
}

.infoBox .infoWindowContent .inset img {
	width: 100%;
}

@media only screen and (min-width: 76.8755em) {
	.infoBox .infoWindowContent {
		width: 315px;
	}
}

@media only screen and (min-width: 0) and (max-width: 76.875em) {
	.infoBox .infoWindowContent {
		padding: 15px;
	}

	.infoWindow .inset {
		display: none;
	}

	.infoWindow .description {
		max-height: 275px;
		overflow-y: auto;
	}
}

@media only screen and (min-width: 0) and (max-width: 76.875em) {
	::-webkit-scrollbar {
		width: 8px;
	}

	::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}

	::-webkit-scrollbar-thumb {
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: rgba(0,0,0,0.8);
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	}

		::-webkit-scrollbar-thumb:window-inactive {
			background: rgba(0,0,0,0.4);
		}
}



@media only screen and (min-width: 76.8755em) {
	.header.map-active {
		-webkit-transition: top 0.4s;
		-moz-transition: top 0.4s;
		transition: top 0.4s;
		top: 28.4375rem;
	}
}


.header-nav-wrapper.map-active {
	-webkit-transition: top 0.4s;
	-moz-transition: top 0.4s;
	transition: top 0.4s;
	top: 0;
}



.map-trigger.is-active svg {
	-webkit-transform: rotate(540deg);
	-moz-transform: rotate(540deg);
	-ms-transform: rotate(540deg);
	-o-transform: rotate(540deg);
	transform: rotate(540deg);
}

.map-trigger svg {
	-webkit-transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
	-moz-transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
	transition: all 1500ms cubic-bezier(0.845,-0.27,0.025,1.305);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.map-outer-div {
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
	z-index: 3;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: grey;
}

@media only screen and (min-width: 76.8755em) {
	.map-outer-div {
		position: fixed;
		top: 0;
		left: 0;
	}
}

.map-outer-div.is-active {
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
	height: 28.4375rem;
	overflow: visible;
}

.map-box, #map-canvas {
	height: 28.4375rem;
	margin: 0;
}

#table_body_offset.map-active {
	height: 28.4375rem;
}

#map-wrapper #category-wrapper #categories .point-list li a {
	color: #fff;
	text-decoration: none;
}

#map-wrapper #category-wrapper #categories .point-list li a.active span {
	color: #fff;
}

.mauna_kea .infoBox .infoWindowContent {
	border-color: #f58220;
}

.mauna_kea .infoBox .infoWindowContent .website {
	color: #fff;
	text-decoration: none;
}

.mauna_kea .infoBox .infoWindowContent:before, .mauna_kea .infoBox .infoWindowContent:after {
	border-color: transparent #f58220;
}

.mauna_kea #map-wrapper .cat-menu {
	color: #fff;
	background-image: -moz-linear-gradient(top,#ffa050 0%,#f58320 100%);
	background-image: -o-linear-gradient(top,#ffa050 0%,#f58320 100%);
	background-image: -webkit-linear-gradient(top,#ffa050 0%,#f58320 100%);
	background-image: linear-gradient(top,#ffa050 0%,#f58320 100%);
}

.mauna_kea #map-wrapper #category-wrapper #categories .point-list li a em {
	color: #f58220;
}

.hapuna_beach .infoBox .infoWindowContent {
	border-color: #1590c8;
}

.hapuna_beach .infoBox .infoWindowContent .website {
	color: #fff;
	text-decoration: none;
}

.hapuna_beach .infoBox .infoWindowContent:before, .hapuna_beach .infoBox .infoWindowContent:after {
	border-color: transparent #1590c8;
}

.hapuna_beach #map-wrapper .cat-menu {
	color: #fff;
	background-image: -moz-linear-gradient(bottom,#d1504f 0%,#ff7171 100%);
	background-image: -o-linear-gradient(bottom,#d1504f 0%,#ff7171 100%);
	background-image: -webkit-linear-gradient(bottom,#d1504f 0%,#ff7171 100%);
	background-image: linear-gradient(bottom,#d1504f 0%,#ff7171 100%);
}

.hapuna_beach #map-wrapper #category-wrapper #categories .point-list li a em {
	color: #1590c8;
}

.waikiki .infoBox .infoWindowContent {
	border-color: #77a9a1;
}

.waikiki .infoBox .infoWindowContent .website {
	color: #fff;
	text-decoration: none;
}

.waikiki .infoBox .infoWindowContent:before, .waikiki .infoBox .infoWindowContent:after {
	border-color: transparent #77a9a1;
}

.waikiki #map-wrapper .cat-menu {
	color: #fff;
	background-image: -moz-linear-gradient(bottom,#d1504f 0%,#ff7171 100%);
	background-image: -o-linear-gradient(bottom,#d1504f 0%,#ff7171 100%);
	background-image: -webkit-linear-gradient(bottom,#d1504f 0%,#ff7171 100%);
	background-image: linear-gradient(bottom,#d1504f 0%,#ff7171 100%);
}

.waikiki #map-wrapper #category-wrapper #categories .point-list li a em {
	color: #77a9a1;
}


/**
* Enroll
*
*
*
*/

.enroll-form-section {
	width:90%;
}

.enroll-form-section td {
	vertical-align:top;
}

.enroll-form-section th {
	vertical-align:top;
	padding-top:0px;
}

.enroll-form-heading {
	display:block;
	margin-top:15px;
	margin-bottom:15px;
}


@media only screen and (max-width: 60em) {

	fieldset legend {
		margin-left:10px;
		margin-right:10px;
	}

	.enroll-form-section {
		margin-left:10px;
		margin-right:10px;
	}

	.enroll-form-element {
		margin-left:10px;
		margin-right:10px;
	}
}


/* Sitemap */

.sitemap-list {
	text-transform:uppercase;
	font-family:'Montserrat',Arial,serif;
	font-size:20px;
	font-weight:400;
	margin 30px;
}

.sitemap-list li {
	font-size:16px;
	font-weight:400;
	margin-bottom:20px;
}

.sitemap-list ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size:16px;
	font-weight:400;
	margin-top:7px;
	margin-bottom:0px;
}

.sitemap-list ul li {
	margin-bottom:7px;
}


/* Featured Promotion */


.featuredpromo-content {
	width: 100%; 
}

.featuredpromo-hotel {
	width: 270px; 
	height: 415px;
	float: left;
}

.featuredpromo-intro {
	width: 100%; 
}

@media only screen and (max-width:49em) {
	.featuredpromo-hotel {
		margin-left: 15px;
		margin-bottom: 20px;
	}

	.featuredpromo-content {
		width: 94%;
		margin-left: 15px;
	}
}
