/**
 * @Author: J. Ignatius Aggrey <IggsGrey>
 * @Date:   2021-06-17T11:29:12+00:00
 * @Email:  jaygrey.jg@gmail.com
 * @Project: Yakam Hotel (Hotelipad Module)
 * @Last modified by:   IggsGrey
 * @Last modified time: 2021-06-28T17:44:53+00:00
 * @License: Private
 * @Copyright: This file may not be reproduced without permission
 */




/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

:root {
  --primary-theme-color: #0C4468;
  --secondary-theme-color: #E1AB5E;
}


html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1,
h2.page-title {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

meta.foundation-version {
	font-family: "/5.5.3/"
}

meta.foundation-mq-small {
	font-family: "/only screen and (min-width:30.063em)/";
	width: 30.063em
}

meta.foundation-mq-small-only {
	font-family: "/only screen and (min-width:30.063em) and (max-width:42em)/";
	width: 30.063em
}

meta.foundation-mq-medium {
	font-family: "/only screen and (min-width:42.063em)/";
	width: 42.063em
}

meta.foundation-mq-medium-only {
	font-family: "/only screen and (min-width:42.063em) and (max-width:48em)/";
	width: 42.063em
}

meta.foundation-mq-large {
	font-family: "/only screen and (min-width:48.063em)/";
	width: 48.063em
}

meta.foundation-mq-large-only {
	font-family: "/only screen and (min-width:48.063em) and (max-width:60em)/";
	width: 48.063em
}

meta.foundation-mq-xlarge {
	font-family: "/only screen and (min-width:60.063em)/";
	width: 60.063em
}

meta.foundation-mq-xlarge-only {
	font-family: "/only screen and (min-width:60.063em) and (max-width:87em)/";
	width: 60.063em
}

meta.foundation-mq-xxlarge {
	font-family: "/only screen and (min-width:87.063em)/";
	width: 87.063em
}

meta.foundation-data-attribute-namespace {
	font-family: false
}

html,
body {
	height: 100%
}

*,
*:before,
*:after {
	box-sizing: border-box
}

html,
body {
	font-size: 100%
}

body {
	background: #fff;
	color: #1c1c1c;
	cursor: auto;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	position: relative
}

a:hover {
	cursor: pointer
}

img {
	max-width: 100%;
	height: auto
}

img {
	-ms-interpolation-mode: bicubic
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important
}

.left {
	float: left !important
}

.right {
	float: right !important
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.hide {
	display: none
}

.invisible {
	visibility: hidden
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	display: inline-block;
	vertical-align: middle
}

textarea {
	height: auto;
	min-height: 50px
}

select {
	width: 100%
}

.row {
	margin: 0 auto;
	max-width: 75rem;
	width: 100%
}

.row:before,
.row:after {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
	padding-left: 0;
	padding-right: 0
}

.row.collapse .row {
	margin-left: 0;
	margin-right: 0
}

.row .row {
	margin: 0 -.625rem;
	max-width: none;
	width: auto
}

.row .row:before,
.row .row:after {
	content: " ";
	display: table
}

.row .row:after {
	clear: both
}

.row .row.collapse {
	margin: 0;
	max-width: none;
	width: auto
}

.row .row.collapse:before,
.row .row.collapse:after {
	content: " ";
	display: table
}

.row .row.collapse:after {
	clear: both
}

.column,
.columns {
	padding-left: .625rem;
	padding-right: .625rem;
	width: 100%;
	float: left
}

.column+.column:last-child,
.columns+.column:last-child,
.column+.columns:last-child,
.columns+.columns:last-child {
	float: right
}

.column+.column.end,
.columns+.column.end,
.column+.columns.end,
.columns+.columns.end {
	float: left
}

@media only screen and (min-width:30.063em) {
	.small-push-0 {
		position: relative;
		left: 0;
		right: auto
	}
	.small-pull-0 {
		position: relative;
		right: 0;
		left: auto
	}
	.small-push-1 {
		position: relative;
		left: 8.33333%;
		right: auto
	}
	.small-pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto
	}
	.small-push-2 {
		position: relative;
		left: 16.66667%;
		right: auto
	}
	.small-pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto
	}
	.small-push-3 {
		position: relative;
		left: 25%;
		right: auto
	}
	.small-pull-3 {
		position: relative;
		right: 25%;
		left: auto
	}
	.small-push-4 {
		position: relative;
		left: 33.33333%;
		right: auto
	}
	.small-pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto
	}
	.small-push-5 {
		position: relative;
		left: 41.66667%;
		right: auto
	}
	.small-pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto
	}
	.small-push-6 {
		position: relative;
		left: 50%;
		right: auto
	}
	.small-pull-6 {
		position: relative;
		right: 50%;
		left: auto
	}
	.small-push-7 {
		position: relative;
		left: 58.33333%;
		right: auto
	}
	.small-pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto
	}
	.small-push-8 {
		position: relative;
		left: 66.66667%;
		right: auto
	}
	.small-pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto
	}
	.small-push-9 {
		position: relative;
		left: 75%;
		right: auto
	}
	.small-pull-9 {
		position: relative;
		right: 75%;
		left: auto
	}
	.small-push-10 {
		position: relative;
		left: 83.33333%;
		right: auto
	}
	.small-pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto
	}
	.small-push-11 {
		position: relative;
		left: 91.66667%;
		right: auto
	}
	.small-pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto
	}
	.column,
	.columns {
		position: relative;
		padding-left: .625rem;
		padding-right: .625rem;
		float: left
	}
	.small-1 {
		width: 8.33333%
	}
	.small-2 {
		width: 16.66667%
	}
	.small-3 {
		width: 25%
	}
	.small-4 {
		width: 33.33333%
	}
	.small-5 {
		width: 41.66667%
	}
	.small-6 {
		width: 50%
	}
	.small-7 {
		width: 58.33333%
	}
	.small-8 {
		width: 66.66667%
	}
	.small-9 {
		width: 75%
	}
	.small-10 {
		width: 83.33333%
	}
	.small-11 {
		width: 91.66667%
	}
	.small-12 {
		width: 100%
	}
	.small-offset-0 {
		margin-left: 0 !important
	}
	.small-offset-1 {
		margin-left: 8.33333% !important
	}
	.small-offset-2 {
		margin-left: 16.66667% !important
	}
	.small-offset-3 {
		margin-left: 25% !important
	}
	.small-offset-4 {
		margin-left: 33.33333% !important
	}
	.small-offset-5 {
		margin-left: 41.66667% !important
	}
	.small-offset-6 {
		margin-left: 50% !important
	}
	.small-offset-7 {
		margin-left: 58.33333% !important
	}
	.small-offset-8 {
		margin-left: 66.66667% !important
	}
	.small-offset-9 {
		margin-left: 75% !important
	}
	.small-offset-10 {
		margin-left: 83.33333% !important
	}
	.small-offset-11 {
		margin-left: 91.66667% !important
	}
	.small-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto
	}
	.column.small-centered,
	.columns.small-centered {
		margin-left: auto;
		margin-right: auto;
		float: none
	}
	.column.small-uncentered,
	.columns.small-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0
	}
	.column.small-centered:last-child,
	.columns.small-centered:last-child {
		float: none
	}
	.column.small-uncentered:last-child,
	.columns.small-uncentered:last-child {
		float: left
	}
	.column.small-uncentered.opposite,
	.columns.small-uncentered.opposite {
		float: right
	}
	.row.small-collapse>.column,
	.row.small-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}
	.row.small-collapse .row {
		margin-left: 0;
		margin-right: 0
	}
	.row.small-uncollapse>.column,
	.row.small-uncollapse>.columns {
		padding-left: .625rem;
		padding-right: .625rem;
		float: left
	}
}

@media only screen and (min-width:42.063em) {
	.medium-push-0 {
		position: relative;
		left: 0;
		right: auto
	}
	.medium-pull-0 {
		position: relative;
		right: 0;
		left: auto
	}
	.medium-push-1 {
		position: relative;
		left: 8.33333%;
		right: auto
	}
	.medium-pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto
	}
	.medium-push-2 {
		position: relative;
		left: 16.66667%;
		right: auto
	}
	.medium-pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto
	}
	.medium-push-3 {
		position: relative;
		left: 25%;
		right: auto
	}
	.medium-pull-3 {
		position: relative;
		right: 25%;
		left: auto
	}
	.medium-push-4 {
		position: relative;
		left: 33.33333%;
		right: auto
	}
	.medium-pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto
	}
	.medium-push-5 {
		position: relative;
		left: 41.66667%;
		right: auto
	}
	.medium-pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto
	}
	.medium-push-6 {
		position: relative;
		left: 50%;
		right: auto
	}
	.medium-pull-6 {
		position: relative;
		right: 50%;
		left: auto
	}
	.medium-push-7 {
		position: relative;
		left: 58.33333%;
		right: auto
	}
	.medium-pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto
	}
	.medium-push-8 {
		position: relative;
		left: 66.66667%;
		right: auto
	}
	.medium-pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto
	}
	.medium-push-9 {
		position: relative;
		left: 75%;
		right: auto
	}
	.medium-pull-9 {
		position: relative;
		right: 75%;
		left: auto
	}
	.medium-push-10 {
		position: relative;
		left: 83.33333%;
		right: auto
	}
	.medium-pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto
	}
	.medium-push-11 {
		position: relative;
		left: 91.66667%;
		right: auto
	}
	.medium-pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto
	}
	.column,
	.columns {
		position: relative;
		padding-left: .625rem;
		padding-right: .625rem;
		float: left
	}
	.medium-1 {
		width: 8.33333%
	}
	.medium-2 {
		width: 16.66667%
	}
	.medium-3 {
		width: 25%
	}
	.medium-4 {
		width: 33.33333%
	}
	.medium-5 {
		width: 41.66667%
	}
	.medium-6 {
		width: 50%
	}
	.medium-7 {
		width: 58.33333%
	}
	.medium-8 {
		width: 66.66667%
	}
	.medium-9 {
		width: 75%
	}
	.medium-10 {
		width: 83.33333%
	}
	.medium-11 {
		width: 91.66667%
	}
	.medium-12 {
		width: 100%
	}
	.medium-offset-0 {
		margin-left: 0 !important
	}
	.medium-offset-1 {
		margin-left: 8.33333% !important
	}
	.medium-offset-2 {
		margin-left: 16.66667% !important
	}
	.medium-offset-3 {
		margin-left: 25% !important
	}
	.medium-offset-4 {
		margin-left: 33.33333% !important
	}
	.medium-offset-5 {
		margin-left: 41.66667% !important
	}
	.medium-offset-6 {
		margin-left: 50% !important
	}
	.medium-offset-7 {
		margin-left: 58.33333% !important
	}
	.medium-offset-8 {
		margin-left: 66.66667% !important
	}
	.medium-offset-9 {
		margin-left: 75% !important
	}
	.medium-offset-10 {
		margin-left: 83.33333% !important
	}
	.medium-offset-11 {
		margin-left: 91.66667% !important
	}
	.medium-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto
	}
	.column.medium-centered,
	.columns.medium-centered {
		margin-left: auto;
		margin-right: auto;
		float: none
	}
	.column.medium-uncentered,
	.columns.medium-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0
	}
	.column.medium-centered:last-child,
	.columns.medium-centered:last-child {
		float: none
	}
	.column.medium-uncentered:last-child,
	.columns.medium-uncentered:last-child {
		float: left
	}
	.column.medium-uncentered.opposite,
	.columns.medium-uncentered.opposite {
		float: right
	}
	.row.medium-collapse>.column,
	.row.medium-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}
	.row.medium-collapse .row {
		margin-left: 0;
		margin-right: 0
	}
	.row.medium-uncollapse>.column,
	.row.medium-uncollapse>.columns {
		padding-left: .625rem;
		padding-right: .625rem;
		float: left
	}
	.push-0 {
		position: relative;
		left: 0;
		right: auto
	}
	.pull-0 {
		position: relative;
		right: 0;
		left: auto
	}
	.push-1 {
		position: relative;
		left: 8.33333%;
		right: auto
	}
	.pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto
	}
	.push-2 {
		position: relative;
		left: 16.66667%;
		right: auto
	}
	.pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto
	}
	.push-3 {
		position: relative;
		left: 25%;
		right: auto
	}
	.pull-3 {
		position: relative;
		right: 25%;
		left: auto
	}
	.push-4 {
		position: relative;
		left: 33.33333%;
		right: auto
	}
	.pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto
	}
	.push-5 {
		position: relative;
		left: 41.66667%;
		right: auto
	}
	.pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto
	}
	.push-6 {
		position: relative;
		left: 50%;
		right: auto
	}
	.pull-6 {
		position: relative;
		right: 50%;
		left: auto
	}
	.push-7 {
		position: relative;
		left: 58.33333%;
		right: auto
	}
	.pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto
	}
	.push-8 {
		position: relative;
		left: 66.66667%;
		right: auto
	}
	.pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto
	}
	.push-9 {
		position: relative;
		left: 75%;
		right: auto
	}
	.pull-9 {
		position: relative;
		right: 75%;
		left: auto
	}
	.push-10 {
		position: relative;
		left: 83.33333%;
		right: auto
	}
	.pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto
	}
	.push-11 {
		position: relative;
		left: 91.66667%;
		right: auto
	}
	.pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto
	}
}

@media only screen and (min-width:48.063em) {
	.large-push-0 {
		position: relative;
		left: 0;
		right: auto
	}
	.large-pull-0 {
		position: relative;
		right: 0;
		left: auto
	}
	.large-push-1 {
		position: relative;
		left: 8.33333%;
		right: auto
	}
	.large-pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto
	}
	.large-push-2 {
		position: relative;
		left: 16.66667%;
		right: auto
	}
	.large-pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto
	}
	.large-push-3 {
		position: relative;
		left: 25%;
		right: auto
	}
	.large-pull-3 {
		position: relative;
		right: 25%;
		left: auto
	}
	.large-push-4 {
		position: relative;
		left: 33.33333%;
		right: auto
	}
	.large-pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto
	}
	.large-push-5 {
		position: relative;
		left: 41.66667%;
		right: auto
	}
	.large-pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto
	}
	.large-push-6 {
		position: relative;
		left: 50%;
		right: auto
	}
	.large-pull-6 {
		position: relative;
		right: 50%;
		left: auto
	}
	.large-push-7 {
		position: relative;
		left: 58.33333%;
		right: auto
	}
	.large-pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto
	}
	.large-push-8 {
		position: relative;
		left: 66.66667%;
		right: auto
	}
	.large-pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto
	}
	.large-push-9 {
		position: relative;
		left: 75%;
		right: auto
	}
	.large-pull-9 {
		position: relative;
		right: 75%;
		left: auto
	}
	.large-push-10 {
		position: relative;
		left: 83.33333%;
		right: auto
	}
	.large-pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto
	}
	.large-push-11 {
		position: relative;
		left: 91.66667%;
		right: auto
	}
	.large-pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto
	}
	.column,
	.columns {
		position: relative;
		padding-left: .625rem;
		padding-right: .625rem;
		float: left
	}
	.large-1 {
		width: 8.33333%
	}
	.large-2 {
		width: 16.66667%
	}
	.large-3 {
		width: 25%
	}
	.large-4 {
		width: 33.33333%
	}
	.large-5 {
		width: 41.66667%
	}
	.large-6 {
		width: 50%
	}
	.large-7 {
		width: 58.33333%
	}
	.large-8 {
		width: 66.66667%
	}
	.large-9 {
		width: 75%
	}
	.large-10 {
		width: 83.33333%
	}
	.large-11 {
		width: 91.66667%
	}
	.large-12 {
		width: 100%
	}
	.large-offset-0 {
		margin-left: 0 !important
	}
	.large-offset-1 {
		margin-left: 8.33333% !important
	}
	.large-offset-2 {
		margin-left: 16.66667% !important
	}
	.large-offset-3 {
		margin-left: 25% !important
	}
	.large-offset-4 {
		margin-left: 33.33333% !important
	}
	.large-offset-5 {
		margin-left: 41.66667% !important
	}
	.large-offset-6 {
		margin-left: 50% !important
	}
	.large-offset-7 {
		margin-left: 58.33333% !important
	}
	.large-offset-8 {
		margin-left: 66.66667% !important
	}
	.large-offset-9 {
		margin-left: 75% !important
	}
	.large-offset-10 {
		margin-left: 83.33333% !important
	}
	.large-offset-11 {
		margin-left: 91.66667% !important
	}
	.large-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto
	}
	.column.large-centered,
	.columns.large-centered {
		margin-left: auto;
		margin-right: auto;
		float: none
	}
	.column.large-uncentered,
	.columns.large-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0
	}
	.column.large-centered:last-child,
	.columns.large-centered:last-child {
		float: none
	}
	.column.large-uncentered:last-child,
	.columns.large-uncentered:last-child {
		float: left
	}
	.column.large-uncentered.opposite,
	.columns.large-uncentered.opposite {
		float: right
	}
	.row.large-collapse>.column,
	.row.large-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}
	.row.large-collapse .row {
		margin-left: 0;
		margin-right: 0
	}
	.row.large-uncollapse>.column,
	.row.large-uncollapse>.columns {
		padding-left: .625rem;
		padding-right: .625rem;
		float: left
	}
	.push-0 {
		position: relative;
		left: 0;
		right: auto
	}
	.pull-0 {
		position: relative;
		right: 0;
		left: auto
	}
	.push-1 {
		position: relative;
		left: 8.33333%;
		right: auto
	}
	.pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto
	}
	.push-2 {
		position: relative;
		left: 16.66667%;
		right: auto
	}
	.pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto
	}
	.push-3 {
		position: relative;
		left: 25%;
		right: auto
	}
	.pull-3 {
		position: relative;
		right: 25%;
		left: auto
	}
	.push-4 {
		position: relative;
		left: 33.33333%;
		right: auto
	}
	.pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto
	}
	.push-5 {
		position: relative;
		left: 41.66667%;
		right: auto
	}
	.pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto
	}
	.push-6 {
		position: relative;
		left: 50%;
		right: auto
	}
	.pull-6 {
		position: relative;
		right: 50%;
		left: auto
	}
	.push-7 {
		position: relative;
		left: 58.33333%;
		right: auto
	}
	.pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto
	}
	.push-8 {
		position: relative;
		left: 66.66667%;
		right: auto
	}
	.pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto
	}
	.push-9 {
		position: relative;
		left: 75%;
		right: auto
	}
	.pull-9 {
		position: relative;
		right: 75%;
		left: auto
	}
	.push-10 {
		position: relative;
		left: 83.33333%;
		right: auto
	}
	.pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto
	}
	.push-11 {
		position: relative;
		left: 91.66667%;
		right: auto
	}
	.pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto
	}
}

[class*="block-grid-"] {
	display: block;
	padding: 0;
	margin: 0 -.625rem
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
	content: " ";
	display: table
}

[class*="block-grid-"]:after {
	clear: both
}

[class*="block-grid-"]>li {
	display: block;
	float: left;
	height: auto;
	padding: 0 .625rem 1.25rem
}

@media only screen and (min-width:30.063em) {
	.small-block-grid-1>li {
		list-style: none;
		width: 100%
	}
	.small-block-grid-1>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-1>li:nth-of-type(1n+1) {
		clear: both
	}
	.small-block-grid-2>li {
		list-style: none;
		width: 50%
	}
	.small-block-grid-2>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-2>li:nth-of-type(2n+1) {
		clear: both
	}
	.small-block-grid-3>li {
		list-style: none;
		width: 33.33333%
	}
	.small-block-grid-3>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-3>li:nth-of-type(3n+1) {
		clear: both
	}
	.small-block-grid-4>li {
		list-style: none;
		width: 25%
	}
	.small-block-grid-4>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-4>li:nth-of-type(4n+1) {
		clear: both
	}
	.small-block-grid-5>li {
		list-style: none;
		width: 20%
	}
	.small-block-grid-5>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-5>li:nth-of-type(5n+1) {
		clear: both
	}
	.small-block-grid-6>li {
		list-style: none;
		width: 16.66667%
	}
	.small-block-grid-6>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-6>li:nth-of-type(6n+1) {
		clear: both
	}
	.small-block-grid-7>li {
		list-style: none;
		width: 14.28571%
	}
	.small-block-grid-7>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-7>li:nth-of-type(7n+1) {
		clear: both
	}
	.small-block-grid-8>li {
		list-style: none;
		width: 12.5%
	}
	.small-block-grid-8>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-8>li:nth-of-type(8n+1) {
		clear: both
	}
	.small-block-grid-9>li {
		list-style: none;
		width: 11.11111%
	}
	.small-block-grid-9>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-9>li:nth-of-type(9n+1) {
		clear: both
	}
	.small-block-grid-10>li {
		list-style: none;
		width: 10%
	}
	.small-block-grid-10>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-10>li:nth-of-type(10n+1) {
		clear: both
	}
	.small-block-grid-11>li {
		list-style: none;
		width: 9.09091%
	}
	.small-block-grid-11>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-11>li:nth-of-type(11n+1) {
		clear: both
	}
	.small-block-grid-12>li {
		list-style: none;
		width: 8.33333%
	}
	.small-block-grid-12>li:nth-of-type(1n) {
		clear: none
	}
	.small-block-grid-12>li:nth-of-type(12n+1) {
		clear: both
	}
}

@media only screen and (min-width:42.063em) {
	.medium-block-grid-1>li {
		list-style: none;
		width: 100%
	}
	.medium-block-grid-1>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-1>li:nth-of-type(1n+1) {
		clear: both
	}
	.medium-block-grid-2>li {
		list-style: none;
		width: 50%
	}
	.medium-block-grid-2>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-2>li:nth-of-type(2n+1) {
		clear: both
	}
	.medium-block-grid-3>li {
		list-style: none;
		width: 33.33333%
	}
	.medium-block-grid-3>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-3>li:nth-of-type(3n+1) {
		clear: both
	}
	.medium-block-grid-4>li {
		list-style: none;
		width: 25%
	}
	.medium-block-grid-4>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-4>li:nth-of-type(4n+1) {
		clear: both
	}
	.medium-block-grid-5>li {
		list-style: none;
		width: 20%
	}
	.medium-block-grid-5>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-5>li:nth-of-type(5n+1) {
		clear: both
	}
	.medium-block-grid-6>li {
		list-style: none;
		width: 16.66667%
	}
	.medium-block-grid-6>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-6>li:nth-of-type(6n+1) {
		clear: both
	}
	.medium-block-grid-7>li {
		list-style: none;
		width: 14.28571%
	}
	.medium-block-grid-7>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-7>li:nth-of-type(7n+1) {
		clear: both
	}
	.medium-block-grid-8>li {
		list-style: none;
		width: 12.5%
	}
	.medium-block-grid-8>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-8>li:nth-of-type(8n+1) {
		clear: both
	}
	.medium-block-grid-9>li {
		list-style: none;
		width: 11.11111%
	}
	.medium-block-grid-9>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-9>li:nth-of-type(9n+1) {
		clear: both
	}
	.medium-block-grid-10>li {
		list-style: none;
		width: 10%
	}
	.medium-block-grid-10>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-10>li:nth-of-type(10n+1) {
		clear: both
	}
	.medium-block-grid-11>li {
		list-style: none;
		width: 9.09091%
	}
	.medium-block-grid-11>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-11>li:nth-of-type(11n+1) {
		clear: both
	}
	.medium-block-grid-12>li {
		list-style: none;
		width: 8.33333%
	}
	.medium-block-grid-12>li:nth-of-type(1n) {
		clear: none
	}
	.medium-block-grid-12>li:nth-of-type(12n+1) {
		clear: both
	}
}

@media only screen and (min-width:48.063em) {
	.large-block-grid-1>li {
		list-style: none;
		width: 100%
	}
	.large-block-grid-1>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-1>li:nth-of-type(1n+1) {
		clear: both
	}
	.large-block-grid-2>li {
		list-style: none;
		width: 50%
	}
	.large-block-grid-2>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-2>li:nth-of-type(2n+1) {
		clear: both
	}
	.large-block-grid-3>li {
		list-style: none;
		width: 33.33333%
	}
	.large-block-grid-3>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-3>li:nth-of-type(3n+1) {
		clear: both
	}
	.large-block-grid-4>li {
		list-style: none;
		width: 25%
	}
	.large-block-grid-4>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-4>li:nth-of-type(4n+1) {
		clear: both
	}
	.large-block-grid-5>li {
		list-style: none;
		width: 20%
	}
	.large-block-grid-5>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-5>li:nth-of-type(5n+1) {
		clear: both
	}
	.large-block-grid-6>li {
		list-style: none;
		width: 16.66667%
	}
	.large-block-grid-6>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-6>li:nth-of-type(6n+1) {
		clear: both
	}
	.large-block-grid-7>li {
		list-style: none;
		width: 14.28571%
	}
	.large-block-grid-7>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-7>li:nth-of-type(7n+1) {
		clear: both
	}
	.large-block-grid-8>li {
		list-style: none;
		width: 12.5%
	}
	.large-block-grid-8>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-8>li:nth-of-type(8n+1) {
		clear: both
	}
	.large-block-grid-9>li {
		list-style: none;
		width: 11.11111%
	}
	.large-block-grid-9>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-9>li:nth-of-type(9n+1) {
		clear: both
	}
	.large-block-grid-10>li {
		list-style: none;
		width: 10%
	}
	.large-block-grid-10>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-10>li:nth-of-type(10n+1) {
		clear: both
	}
	.large-block-grid-11>li {
		list-style: none;
		width: 9.09091%
	}
	.large-block-grid-11>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-11>li:nth-of-type(11n+1) {
		clear: both
	}
	.large-block-grid-12>li {
		list-style: none;
		width: 8.33333%
	}
	.large-block-grid-12>li:nth-of-type(1n) {
		clear: none
	}
	.large-block-grid-12>li:nth-of-type(12n+1) {
		clear: both
	}
}

.flex-video {
	height: 0;
	margin-bottom: 1rem;
	overflow: hidden;
	padding-bottom: 67.5%;
	padding-top: 1.5625rem;
	position: relative
}

.flex-video.widescreen {
	padding-bottom: 56.34%
}

.flex-video.vimeo {
	padding-top: 0
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0
}

form {
	margin: 0 0 1rem
}

form .row .row {
	margin: 0 -.5rem
}

form .row .row .column,
form .row .row .columns {
	padding: 0 .5rem
}

form .row .row.collapse {
	margin: 0
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
	padding: 0
}

form .row .row.collapse input {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
	padding-left: .5rem
}

label {
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-size: .875rem;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0
}

label.right {
	float: none !important;
	text-align: right
}

label.inline {
	margin: 0 0 1rem 0;
	padding: .5625rem 0
}

label small {
	text-transform: capitalize;
	color: #676767
}

.prefix,
.postfix {
	border-style: solid;
	border-width: 1px;
	display: block;
	font-size: .875rem;
	height: 2.3125rem;
	line-height: 2.3125rem;
	overflow: visible;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2
}

.postfix.button {
	border: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center
}

.prefix.button {
	border: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center
}

.prefix.button.radius {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.postfix.button.radius {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.prefix.button.round {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 1000px;
	-webkit-border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px
}

.postfix.button.round {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 1000px;
	-webkit-border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px
}

span.prefix,
label.prefix {
	background: #f2f2f2;
	border-right: 0;
	color: #333;
	border-color: #ccc
}

span.postfix,
label.postfix {
	background: #f2f2f2;
	border-left: 0;
	color: #333;
	border-color: #ccc
}

input:not([type]),
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 {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #bfbfbf;
	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: .875rem;
	height: 2.3125rem;
	margin: 0 0 1rem 0;
	padding: .5rem;
	width: 100%;
	box-sizing: border-box;
	transition: border-color .15s linear, background .15s linear
}

input:not([type]):focus,
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: rgba(249, 249, 249, 0.8);
	border-color: #31548c;
	outline: 0
}

input:not([type]):disabled,
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: #e5e5e5;
	cursor: default
}

input:not([type])[disabled],
input:not([type])[readonly],
fieldset[disabled] input:not([type]),
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: #e5e5e5;
	cursor: default
}

input:not([type]).radius,
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 {
	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 {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

form .row .prefix-radius.row.collapse .prefix {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

form .row .postfix-radius.row.collapse .postfix {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 1000px;
	-webkit-border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px
}

form .row .prefix-round.row.collapse .prefix {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 1000px;
	-webkit-border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
	border-radius: 0;
	-webkit-border-bottom-left-radius: 1000px;
	-webkit-border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-top-left-radius: 1000px
}

form .row .postfix-round.row.collapse .postfix {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 1000px;
	-webkit-border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0
}

textarea[rows] {
	height: auto
}

textarea {
	max-width: 100%
}

::-webkit-input-placeholder {
	color: #666
}

:-moz-placeholder {
	color: #666
}

::-moz-placeholder {
	color: #666
}

:-ms-input-placeholder {
	color: #666
}

select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-color: #fafafa;
	border-radius: 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #bfbfbf;
	color: rgba(0, 0, 0, 0.75);
	font-family: inherit;
	font-size: .875rem;
	line-height: normal;
	padding: .5rem;
	border-radius: 0;
	height: 2.3125rem
}

select::-ms-expand {
	display: none
}

select.radius {
	border-radius: 3px
}

select:focus {
	background-color: #f3f3f3;
	border-color: #31548c
}

select:disabled {
	background-color: #e5e5e5;
	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: .5rem;
	margin-right: 1rem;
	margin-bottom: 0;
	vertical-align: baseline
}

input[type="file"] {
	width: 100%
}

fieldset {
	border: 1px solid #e5e5e5;
	margin: 1.125rem 0;
	padding: 1.25rem
}

fieldset legend {
	font-weight: bold;
	margin: 0;
	margin-left: -.1875rem;
	padding: 0 .1875rem
}

[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
	display: block;
	font-size: .75rem;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1rem;
	margin-top: -1px;
	padding: .375rem .5625rem .5625rem;
	background: #f04124;
	color: #fff
}

[data-abide] span.error,
[data-abide] small.error {
	display: none
}

span.error,
small.error {
	display: block;
	font-size: .75rem;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1rem;
	margin-top: -1px;
	padding: .375rem .5625rem .5625rem;
	background: #f04124;
	color: #fff
}

.error input,
.error textarea,
.error select {
	margin-bottom: 0
}

.error input[type="checkbox"],
.error input[type="radio"] {
	margin-bottom: 1rem
}

.error label,
.error label.error {
	color: #f04124
}

.error small.error {
	display: block;
	font-size: .75rem;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1rem;
	margin-top: -1px;
	padding: .375rem .5625rem .5625rem;
	background: #f04124;
	color: #fff
}

.error>label>small {
	background: transparent;
	color: #676767;
	display: inline;
	font-size: 60%;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-transform: capitalize
}

.error span.error-message {
	display: block
}

input.error,
textarea.error,
select.error {
	margin-bottom: 0
}

label.error {
	color: #f04124
}

.icon-bar {
	display: inline-block;
	font-size: 0;
	width: 100%;
	background: #333
}

.icon-bar>* {
	display: block;
	float: left;
	font-size: 1rem;
	margin: 0 auto;
	padding: 1.25rem;
	text-align: center;
	width: 25%
}

.icon-bar>* i,
.icon-bar>* img {
	display: block;
	margin: 0 auto
}

.icon-bar>* i+label,
.icon-bar>* img+label {
	margin-top: .0625rem
}

.icon-bar>* i {
	font-size: 1.875rem;
	vertical-align: middle
}

.icon-bar>* img {
	height: 1.875rem;
	width: 1.875rem
}

.icon-bar.label-right>* i,
.icon-bar.label-right>* img {
	display: inline-block;
	margin: 0 .0625rem 0 0
}

.icon-bar.label-right>* i+label,
.icon-bar.label-right>* img+label {
	margin-top: 0
}

.icon-bar.label-right>* label {
	display: inline-block
}

.icon-bar.vertical.label-right>* {
	text-align: left
}

.icon-bar.vertical,
.icon-bar.small-vertical {
	height: 100%;
	width: auto
}

.icon-bar.vertical .item,
.icon-bar.small-vertical .item {
	float: none;
	margin: auto;
	width: auto
}

@media only screen and (min-width:42.063em) {
	.icon-bar.medium-vertical {
		height: 100%;
		width: auto
	}
	.icon-bar.medium-vertical .item {
		float: none;
		margin: auto;
		width: auto
	}
}

@media only screen and (min-width:48.063em) {
	.icon-bar.large-vertical {
		height: 100%;
		width: auto
	}
	.icon-bar.large-vertical .item {
		float: none;
		margin: auto;
		width: auto
	}
}

.icon-bar>* {
	font-size: 1rem;
	padding: 1.25rem
}

.icon-bar>* i+label,
.icon-bar>* img+label {
	margin-top: .0625rem;
	font-size: 1rem
}

.icon-bar>* i {
	font-size: 1.875rem
}

.icon-bar>* img {
	height: 1.875rem;
	width: 1.875rem
}

.icon-bar>* label {
	color: #fff
}

.icon-bar>* i {
	color: #fff
}

.icon-bar>a:hover {
	background: #008cba
}

.icon-bar>a:hover label {
	color: #fff
}

.icon-bar>a:hover i {
	color: #fff
}

.icon-bar>a.active {
	background: #008cba
}

.icon-bar>a.active label {
	color: #fff
}

.icon-bar>a.active i {
	color: #fff
}

.icon-bar .item.disabled {
	cursor: not-allowed;
	opacity: .7;
	pointer-events: none
}

.icon-bar .item.disabled>* {
	opacity: .7;
	cursor: not-allowed
}

.icon-bar.two-up .item {
	width: 50%
}

.icon-bar.two-up.vertical .item,
.icon-bar.two-up.small-vertical .item {
	width: auto
}

@media only screen and (min-width:42.063em) {
	.icon-bar.two-up.medium-vertical .item {
		width: auto
	}
}

@media only screen and (min-width:48.063em) {
	.icon-bar.two-up.large-vertical .item {
		width: auto
	}
}

.icon-bar.three-up .item {
	width: 33.3333%
}

.icon-bar.three-up.vertical .item,
.icon-bar.three-up.small-vertical .item {
	width: auto
}

@media only screen and (min-width:42.063em) {
	.icon-bar.three-up.medium-vertical .item {
		width: auto
	}
}

@media only screen and (min-width:48.063em) {
	.icon-bar.three-up.large-vertical .item {
		width: auto
	}
}

.icon-bar.four-up .item {
	width: 25%
}

.icon-bar.four-up.vertical .item,
.icon-bar.four-up.small-vertical .item {
	width: auto
}

@media only screen and (min-width:42.063em) {
	.icon-bar.four-up.medium-vertical .item {
		width: auto
	}
}

@media only screen and (min-width:48.063em) {
	.icon-bar.four-up.large-vertical .item {
		width: auto
	}
}

.icon-bar.five-up .item {
	width: 20%
}

.icon-bar.five-up.vertical .item,
.icon-bar.five-up.small-vertical .item {
	width: auto
}

@media only screen and (min-width:42.063em) {
	.icon-bar.five-up.medium-vertical .item {
		width: auto
	}
}

@media only screen and (min-width:48.063em) {
	.icon-bar.five-up.large-vertical .item {
		width: auto
	}
}

.icon-bar.six-up .item {
	width: 16.66667%
}

.icon-bar.six-up.vertical .item,
.icon-bar.six-up.small-vertical .item {
	width: auto
}

@media only screen and (min-width:42.063em) {
	.icon-bar.six-up.medium-vertical .item {
		width: auto
	}
}

@media only screen and (min-width:48.063em) {
	.icon-bar.six-up.large-vertical .item {
		width: auto
	}
}

.icon-bar.seven-up .item {
	width: 14.28571%
}

.icon-bar.seven-up.vertical .item,
.icon-bar.seven-up.small-vertical .item {
	width: auto
}

@media only screen and (min-width:42.063em) {
	.icon-bar.seven-up.medium-vertical .item {
		width: auto
	}
}

@media only screen and (min-width:48.063em) {
	.icon-bar.seven-up.large-vertical .item {
		width: auto
	}
}

.icon-bar.eight-up .item {
	width: 12.5%
}

.icon-bar.eight-up.vertical .item,
.icon-bar.eight-up.small-vertical .item {
	width: auto
}

@media only screen and (min-width:42.063em) {
	.icon-bar.eight-up.medium-vertical .item {
		width: auto
	}
}

@media only screen and (min-width:48.063em) {
	.icon-bar.eight-up.large-vertical .item {
		width: auto
	}
}

.icon-bar.two-up .item {
	width: 50%
}

.icon-bar.two-up.vertical .item,
.icon-bar.two-up.small-vertical .item {
	width: auto
}

@media only screen and (min-width:42.063em) {
	.icon-bar.two-up.medium-vertical .item {
		width: auto
	}
}

@media only screen and (min-width:48.063em) {
	.icon-bar.two-up.large-vertical .item {
		width: auto
	}
}

.icon-bar.three-up .item {
	width: 33.3333%
}

.icon-bar.three-up.vertical .item,
.icon-bar.three-up.small-vertical .item {
	width: auto
}

@media only screen and (min-width:42.063em) {
	.icon-bar.three-up.medium-vertical .item {
		width: auto
	}
}

@media only screen and (min-width:48.063em) {
	.icon-bar.three-up.large-vertical .item {
		width: auto
	}
}

.icon-bar.four-up .item {
	width: 25%
}

.icon-bar.four-up.vertical .item,
.icon-bar.four-up.small-vertical .item {
	width: auto
}

@media only screen and (min-width:42.063em) {
	.icon-bar.four-up.medium-vertical .item {
		width: auto
	}
}

@media only screen and (min-width:48.063em) {
	.icon-bar.four-up.large-vertical .item {
		width: auto
	}
}

.icon-bar.five-up .item {
	width: 20%
}

.icon-bar.five-up.vertical .item,
.icon-bar.five-up.small-vertical .item {
	width: auto
}

@media only screen and (min-width:42.063em) {
	.icon-bar.five-up.medium-vertical .item {
		width: auto
	}
}

@media only screen and (min-width:48.063em) {
	.icon-bar.five-up.large-vertical .item {
		width: auto
	}
}

.icon-bar.six-up .item {
	width: 16.66667%
}

.icon-bar.six-up.vertical .item,
.icon-bar.six-up.small-vertical .item {
	width: auto
}

@media only screen and (min-width:42.063em) {
	.icon-bar.six-up.medium-vertical .item {
		width: auto
	}
}

@media only screen and (min-width:48.063em) {
	.icon-bar.six-up.large-vertical .item {
		width: auto
	}
}

.icon-bar.seven-up .item {
	width: 14.28571%
}

.icon-bar.seven-up.vertical .item,
.icon-bar.seven-up.small-vertical .item {
	width: auto
}

@media only screen and (min-width:42.063em) {
	.icon-bar.seven-up.medium-vertical .item {
		width: auto
	}
}

@media only screen and (min-width:48.063em) {
	.icon-bar.seven-up.large-vertical .item {
		width: auto
	}
}

.icon-bar.eight-up .item {
	width: 12.5%
}

.icon-bar.eight-up.vertical .item,
.icon-bar.eight-up.small-vertical .item {
	width: auto
}

@media only screen and (min-width:42.063em) {
	.icon-bar.eight-up.medium-vertical .item {
		width: auto
	}
}

@media only screen and (min-width:48.063em) {
	.icon-bar.eight-up.large-vertical .item {
		width: auto
	}
}

.inline-list {
	list-style: none;
	margin-top: 0;
	margin-bottom: 1.0625rem;
	margin-left: -1.375rem;
	margin-right: 0;
	overflow: hidden;
	padding: 0
}

.inline-list>li {
	display: block;
	float: left;
	list-style: none;
	margin-left: 1.375rem
}

.inline-list>li>* {
	display: block
}

ul.pagination {
	display: block;
	margin-left: -.3125rem;
	min-height: 1.5rem
}

ul.pagination li {
	color: #1c1c1c;
	font-size: 16px;
	height: 1.5rem;
	margin-left: .3125rem
}

ul.pagination li a,
ul.pagination li button {
	border-radius: 3px;
	transition: background-color 300ms ease-out;
	background: 0;
	color: #3b68b3;
	display: block;
	font-size: 1em;
	font-weight: normal;
	line-height: inherit;
	padding: 0 3px
}

ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
	background: #e6e6e6
}

ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
	cursor: default;
	color: #999;
	pointer-events: none
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
	background: rgba(0, 0, 0, 0)
}

ul.pagination li.current a,
ul.pagination li.current button {
	background: rgba(0, 0, 0, 0);
	color: #6f6f6f;
	cursor: default;
	font-weight: normal
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
	background: rgba(0, 0, 0, 0)
}

ul.pagination li {
	display: block;
	float: left
}

.pagination-centered {
	text-align: center
}

.pagination-centered ul.pagination li {
	display: inline-block;
	float: none
}

.panel {
	border-style: solid;
	border-width: 1px;
	border-color: #d8d8d8;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	background: #f2f2f2;
	color: #333
}

.panel>:first-child {
	margin-top: 0
}

.panel>:last-child {
	margin-bottom: 0
}

.panel h1,
.panel h2.page-title,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p,
.panel li,
.panel dl {
	color: #333
}

.panel h1,
.panel h2.page-title,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
	line-height: 1;
	margin-bottom: .625rem
}

.panel h1.subheader,
.panel h2.subheader.page-title,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
	line-height: 1.4
}

.panel.callout {
	border-style: solid;
	border-width: 1px;
	border-color: #d8d8d8;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	background: #ecfaff;
	color: #333
}

.panel.callout>:first-child {
	margin-top: 0
}

.panel.callout>:last-child {
	margin-bottom: 0
}

.panel.callout h1,
.panel.callout h2.page-title,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p,
.panel.callout li,
.panel.callout dl {
	color: #333
}

.panel.callout h1,
.panel.callout h2.page-title,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
	line-height: 1;
	margin-bottom: .625rem
}

.panel.callout h1.subheader,
.panel.callout h2.subheader.page-title,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
	line-height: 1.4
}

.panel.callout a:not(.button) {
	color: #008cba
}

.panel.callout a:not(.button):hover,
.panel.callout a:not(.button):focus {
	color: #0078a0
}

.panel.radius {
	border-radius: 3px
}

.progress {
	background-color: #f6f6f6;
	border: 1px solid #fff;
	height: 1.5625rem;
	margin-bottom: .625rem;
	padding: .125rem
}

.progress .meter {
	background: #008cba;
	display: block;
	height: 100%;
	float: left;
	width: 0
}

.progress .meter.secondary {
	background: #e7e7e7;
	display: block;
	height: 100%;
	float: left;
	width: 0
}

.progress .meter.success {
	background: #43ac6a;
	display: block;
	height: 100%;
	float: left;
	width: 0
}

.progress .meter.alert {
	background: #f04124;
	display: block;
	height: 100%;
	float: left;
	width: 0
}

.progress.secondary .meter {
	background: #e7e7e7;
	display: block;
	height: 100%;
	float: left;
	width: 0
}

.progress.success .meter {
	background: #43ac6a;
	display: block;
	height: 100%;
	float: left;
	width: 0
}

.progress.alert .meter {
	background: #f04124;
	display: block;
	height: 100%;
	float: left;
	width: 0
}

.progress.radius {
	border-radius: 3px
}

.progress.radius .meter {
	border-radius: 2px
}

.progress.round {
	border-radius: 1000px
}

.progress.round .meter {
	border-radius: 999px
}

.reveal-modal-bg {
	background: #000;
	background: rgba(0, 0, 0, 0.45);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1004;
	left: 0
}

.reveal-modal {
	border-radius: 3px;
	display: none;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 1005;
	left: 0;
	background-color: #fff;
	padding: 1.25rem;
	border: solid 0 #666;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.6)
}

@media only screen and (min-width:30.063em) and (max-width:42em) {
	.reveal-modal {
		min-height: 100vh
	}
}

.reveal-modal .column,
.reveal-modal .columns {
	min-width: 0
}

.reveal-modal>:first-child {
	margin-top: 0
}

.reveal-modal>:last-child {
	margin-bottom: 0
}

@media only screen and (min-width:42.063em) {
	.reveal-modal {
		left: 0;
		margin: 0 auto;
		max-width: 74em;
		right: 0;
		width: 80%
	}
}

@media only screen and (min-width:42.063em) {
	.reveal-modal {
		top: 3.125rem
	}
}

.reveal-modal.radius {
	box-shadow: none;
	border-radius: 3px
}

.reveal-modal.round {
	box-shadow: none;
	border-radius: 1000px
}

.reveal-modal.collapse {
	padding: 0;
	box-shadow: none
}

@media only screen and (min-width:42.063em) {
	.reveal-modal.tiny {
		left: 0;
		margin: 0 auto;
		max-width: 74em;
		right: 0;
		width: 30%
	}
}

@media only screen and (min-width:42.063em) {
	.reveal-modal.small {
		left: 0;
		margin: 0 auto;
		max-width: 74em;
		right: 0;
		width: 40%
	}
}

@media only screen and (min-width:42.063em) {
	.reveal-modal.medium {
		left: 0;
		margin: 0 auto;
		max-width: 74em;
		right: 0;
		width: 60%
	}
}

@media only screen and (min-width:42.063em) {
	.reveal-modal.large {
		left: 0;
		margin: 0 auto;
		max-width: 74em;
		right: 0;
		width: 70%
	}
}

@media only screen and (min-width:42.063em) {
	.reveal-modal.xlarge {
		left: 0;
		margin: 0 auto;
		max-width: 74em;
		right: 0;
		width: 95%
	}
}

.reveal-modal.full {
	height: 100vh;
	height: 100%;
	left: 0;
	margin-left: 0 !important;
	max-width: none !important;
	min-height: 100vh;
	top: 0
}

@media only screen and (min-width:42.063em) {
	.reveal-modal.full {
		left: 0;
		margin: 0 auto;
		max-width: 74em;
		right: 0;
		width: 100%
	}
}

.reveal-modal.toback {
	z-index: 1003
}

.reveal-modal .close-reveal-modal {
	color: #aaa;
	cursor: pointer;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: .625rem;
	right: 1.375rem
}

.switch {
	border: 0;
	margin-bottom: 1.5rem;
	outline: 0;
	padding: 0;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.switch label {
	background: #ddd;
	color: transparent;
	cursor: pointer;
	display: block;
	margin-bottom: 1rem;
	position: relative;
	text-indent: 100%;
	width: 4rem;
	height: 2rem;
	transition: left .15s ease-out
}

.switch input {
	left: 10px;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 9px
}

.switch input+label {
	margin-left: 0;
	margin-right: 0
}

.switch label:after {
	background: #fff;
	content: "";
	display: block;
	height: 1.5rem;
	left: .25rem;
	position: absolute;
	top: .25rem;
	width: 1.5rem;
	transition: left .15s ease-out;
	transform: translate3d(0, 0, 0)
}

.switch input:checked+label {
	background: #008cba
}

.switch input:checked+label:after {
	left: 2.25rem
}

.switch label {
	height: 2rem;
	width: 4rem
}

.switch label:after {
	height: 1.5rem;
	width: 1.5rem
}

.switch input:checked+label:after {
	left: 2.25rem
}

.switch label {
	color: transparent;
	background: #ddd
}

.switch label:after {
	background: #fff
}

.switch input:checked+label {
	background: #008cba
}

.switch.large label {
	height: 2.5rem;
	width: 5rem
}

.switch.large label:after {
	height: 2rem;
	width: 2rem
}

.switch.large input:checked+label:after {
	left: 2.75rem
}

.switch.small label {
	height: 1.75rem;
	width: 3.5rem
}

.switch.small label:after {
	height: 1.25rem;
	width: 1.25rem
}

.switch.small input:checked+label:after {
	left: 2rem
}

.switch.tiny label {
	height: 1.5rem;
	width: 3rem
}

.switch.tiny label:after {
	height: 1rem;
	width: 1rem
}

.switch.tiny input:checked+label:after {
	left: 1.75rem
}

.switch.radius label {
	border-radius: 4px
}

.switch.radius label:after {
	border-radius: 3px
}

.switch.round {
	border-radius: 1000px
}

.switch.round label {
	border-radius: 2rem
}

.switch.round label:after {
	border-radius: 2rem
}

table {
	background: #fff;
	border: solid 1px #e5e5e5;
	margin-bottom: 1.25rem;
	table-layout: auto
}

table caption {
	background: rgba(0, 0, 0, 0);
	color: #1c1c1c;
	font-size: 1rem;
	font-weight: bold
}

table thead {
	background: #f5f5f5
}

table thead tr th,
table thead tr td {
	color: #1c1c1c;
	font-size: inherit;
	font-weight: bold;
	padding: .5rem .625rem .625rem
}

table tfoot {
	background: #f5f5f5
}

table tfoot tr th,
table tfoot tr td {
	color: #1c1c1c;
	font-size: inherit;
	font-weight: bold;
	padding: .5rem .625rem .625rem
}

table tr th,
table tr td {
	color: #1c1c1c;
	font-size: inherit;
	padding: .5625rem .625rem;
	text-align: left
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
	background: #f9f9f9
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
	display: table-cell;
	line-height: 1.125rem
}

.tabs {
	margin-bottom: 0 !important;
	margin-left: 0
}

.tabs:before,
.tabs:after {
	content: " ";
	display: table
}

.tabs:after {
	clear: both
}

.tabs dd,
.tabs .tab-title {
	float: left;
	list-style: none;
	margin-bottom: 0 !important;
	position: relative
}

.tabs dd>a,
.tabs .tab-title>a {
	display: block;
	background-color: #fff;
	color: #1c1c1c;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 1rem;
	padding: 1rem 2rem
}

.tabs dd>a:hover,
.tabs .tab-title>a:hover {
	background-color: #f0f0f0
}

.tabs dd.active>a,
.tabs .tab-title.active>a {
	background-color: #fff;
	color: #1c1c1c
}

.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.tabs.vertical dd,
.tabs.vertical .tab-title {
	position: inherit;
	float: none;
	display: block;
	top: auto
}

.tabs-content {
	margin-bottom: 1.5rem;
	width: 100%
}

.tabs-content:before,
.tabs-content:after {
	content: " ";
	display: table
}

.tabs-content:after {
	clear: both
}

.tabs-content>.content {
	display: none;
	float: left;
	padding: .625rem 0;
	width: 100%
}

.tabs-content>.content.active {
	display: block;
	float: none
}

.tabs-content>.content.contained {
	padding: .625rem
}

.tabs-content.vertical {
	display: block
}

.tabs-content.vertical>.content {
	padding: 0 .625rem
}

@media only screen and (min-width:42.063em) {
	.tabs.vertical {
		float: left;
		margin: 0;
		margin-bottom: 1.25rem !important;
		max-width: 20%;
		width: 20%
	}
	.tabs-content.vertical {
		float: left;
		margin-left: -1px;
		max-width: 80%;
		padding-left: 1rem;
		width: 80%
	}
}

.no-js .tabs-content>.content {
	display: block;
	float: none
}

.th {
	border: solid 4px #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	display: inline-block;
	line-height: 0;
	max-width: 100%;
	transition: all 200ms ease-out
}

.th:hover,
.th:focus {
	box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5)
}

.th.radius {
	border-radius: 3px
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.text-justify {
	text-align: justify !important
}

@media only screen and (min-width:30.063em) and (max-width:42em) {
	.small-only-text-left {
		text-align: left !important
	}
	.small-only-text-right {
		text-align: right !important
	}
	.small-only-text-center {
		text-align: center !important
	}
	.small-only-text-justify {
		text-align: justify !important
	}
}

@media only screen and (min-width:30.063em) {
	.small-text-left {
		text-align: left !important
	}
	.small-text-right {
		text-align: right !important
	}
	.small-text-center {
		text-align: center !important
	}
	.small-text-justify {
		text-align: justify !important
	}
}

@media only screen and (min-width:42.063em) and (max-width:48em) {
	.medium-only-text-left {
		text-align: left !important
	}
	.medium-only-text-right {
		text-align: right !important
	}
	.medium-only-text-center {
		text-align: center !important
	}
	.medium-only-text-justify {
		text-align: justify !important
	}
}

@media only screen and (min-width:42.063em) {
	.medium-text-left {
		text-align: left !important
	}
	.medium-text-right {
		text-align: right !important
	}
	.medium-text-center {
		text-align: center !important
	}
	.medium-text-justify {
		text-align: justify !important
	}
}

@media only screen and (min-width:48.063em) and (max-width:60em) {
	.large-only-text-left {
		text-align: left !important
	}
	.large-only-text-right {
		text-align: right !important
	}
	.large-only-text-center {
		text-align: center !important
	}
	.large-only-text-justify {
		text-align: justify !important
	}
}

@media only screen and (min-width:48.063em) {
	.large-text-left {
		text-align: left !important
	}
	.large-text-right {
		text-align: right !important
	}
	.large-text-center {
		text-align: center !important
	}
	.large-text-justify {
		text-align: justify !important
	}
}

@media only screen and (min-width:60.063em) and (max-width:87em) {
	.xlarge-only-text-left {
		text-align: left !important
	}
	.xlarge-only-text-right {
		text-align: right !important
	}
	.xlarge-only-text-center {
		text-align: center !important
	}
	.xlarge-only-text-justify {
		text-align: justify !important
	}
}

@media only screen and (min-width:60.063em) {
	.xlarge-text-left {
		text-align: left !important
	}
	.xlarge-text-right {
		text-align: right !important
	}
	.xlarge-text-center {
		text-align: center !important
	}
	.xlarge-text-justify {
		text-align: justify !important
	}
}

@media only screen and (min-width:87.063em) and (max-width:99999999em) {
	.xxlarge-only-text-left {
		text-align: left !important
	}
	.xxlarge-only-text-right {
		text-align: right !important
	}
	.xxlarge-only-text-center {
		text-align: center !important
	}
	.xxlarge-only-text-justify {
		text-align: justify !important
	}
}

@media only screen and (min-width:87.063em) {
	.xxlarge-text-left {
		text-align: left !important
	}
	.xxlarge-text-right {
		text-align: right !important
	}
	.xxlarge-text-center {
		text-align: center !important
	}
	.xxlarge-text-justify {
		text-align: justify !important
	}
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2.page-title,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

a {
	color: #008cba;
	line-height: inherit;
	text-decoration: none
}

a:hover,
a:focus {
	color: #0078a0
}

a img {
	border: 0
}

p {
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility
}

p.lead {
	font-size: 1.21875rem;
	line-height: 1.6
}

p aside {
	font-size: .875rem;
	font-style: italic;
	line-height: 1.35
}

h1,
h2.page-title,
h2,
h3,
h4,
h5,
h6 {
	color: #1c1c1c;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: .5rem;
	margin-top: .2rem;
	text-rendering: optimizeLegibility
}

h1 small,
h2.page-title small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: #6b6b6b;
	font-size: 60%;
	line-height: 0
}

h1,
h2.page-title {
	font-size: 2.125rem
}

h2 {
	font-size: 1.6875rem
}

h3 {
	font-size: 1.375rem
}

h4 {
	font-size: 1.125rem
}

h5 {
	font-size: 1.125rem
}

h6 {
	font-size: 1rem
}

.subheader {
	line-height: 1.4;
	color: #6b6b6b;
	font-weight: normal;
	margin-top: .2rem;
	margin-bottom: .5rem
}

hr {
	border: solid #e5e5e5;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 1.25rem 0 1.1875rem
}

em,
i {
	font-style: italic;
	line-height: inherit
}

strong,
b {
	font-weight: bold;
	line-height: inherit
}

small {
	font-size: 60%;
	line-height: inherit
}

code {
	background-color: #f8f8f8;
	border-color: #dfdfdf;
	border-style: solid;
	border-width: 1px;
	color: #333;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	padding: .125rem .3125rem .0625rem
}

ul,
ol,
dl {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.6;
	list-style-position: outside;
	margin-bottom: 1.25rem
}

ul {
	margin-left: 1.1rem
}

ul li ul,
ul li ol {
	margin-left: 1.25rem;
	margin-bottom: 0
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
	list-style: inherit
}

ul.square {
	list-style-type: square;
	margin-left: 1.1rem
}

ul.circle {
	list-style-type: circle;
	margin-left: 1.1rem
}

ul.disc {
	list-style-type: disc;
	margin-left: 1.1rem
}

ol {
	margin-left: 1.4rem
}

ol li ul,
ol li ol {
	margin-left: 1.25rem;
	margin-bottom: 0
}

.no-bullet {
	list-style-type: none;
	margin-left: 0
}

.no-bullet li ul,
.no-bullet li ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
	list-style: none
}

dl dt {
	margin-bottom: .3rem;
	font-weight: bold
}

dl dd {
	margin-bottom: .75rem
}

abbr,
acronym {
	text-transform: uppercase;
	font-size: 90%;
	color: #1c1c1c;
	cursor: help
}

abbr {
	text-transform: none
}

abbr[title] {
	border-bottom: 1px dotted #e5e5e5
}

blockquote {
	margin: 0 0 1.25rem;
	padding: .5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #e5e5e5
}

blockquote cite {
	display: block;
	font-size: .8125rem;
	color: #505050
}

blockquote cite:before {
	content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited {
	color: #505050
}

blockquote,
blockquote p {
	line-height: 1.6;
	color: #6b6b6b
}

.vcard {
	display: inline-block;
	margin: 0 0 1.25rem 0;
	border: 1px solid #e5e5e5;
	padding: .625rem .75rem
}

.vcard li {
	margin: 0;
	display: block
}

.vcard .fn {
	font-weight: bold;
	font-size: .9375rem
}

.vevent .summary {
	font-weight: bold
}

.vevent abbr {
	cursor: default;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	padding: 0 .0625rem
}

@media only screen and (min-width:42.063em) {
	h1,
	h2.page-title,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.4
	}
	h1,
	h2.page-title {
		font-size: 2.75rem
	}
	h2 {
		font-size: 2.3125rem
	}
	h3 {
		font-size: 1.6875rem
	}
	h4 {
		font-size: 1.4375rem
	}
	h5 {
		font-size: 1.125rem
	}
	h6 {
		font-size: 1rem
	}
}

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	@page {
		margin: .34in
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
}

@media only screen and (min-width:30.063em) {
	.show-for-small-only,
	.show-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.hide-for-medium-only,
	.hide-for-medium-up,
	.hide-for-medium,
	.show-for-medium-down,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-large,
	.show-for-large-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important
	}
	.hide-for-small-only,
	.hide-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.show-for-medium-only,
	.show-for-medium-up,
	.show-for-medium,
	.hide-for-medium-down,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-large,
	.hide-for-large-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important
	}
	.visible-for-small-only,
	.visible-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.hidden-for-medium-only,
	.hidden-for-medium-up,
	.hidden-for-medium,
	.visible-for-medium-down,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-large,
	.visible-for-large-down,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto
	}
	.hidden-for-small-only,
	.hidden-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.visible-for-medium-only,
	.visible-for-medium-up,
	.visible-for-medium,
	.hidden-for-medium-down,
	.visible-for-large-only,
	.visible-for-large-up,
	.visible-for-large,
	.hidden-for-large-down,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.hidden-for-xxlarge-down {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px
	}
	table.show-for-small-only,
	table.show-for-small-up,
	table.show-for-small,
	table.show-for-small-down,
	table.hide-for-medium-only,
	table.hide-for-medium-up,
	table.hide-for-medium,
	table.show-for-medium-down,
	table.hide-for-large-only,
	table.hide-for-large-up,
	table.hide-for-large,
	table.show-for-large-down,
	table.hide-for-xlarge-only,
	table.hide-for-xlarge-up,
	table.hide-for-xlarge,
	table.show-for-xlarge-down,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.hide-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important
	}
	thead.show-for-small-only,
	thead.show-for-small-up,
	thead.show-for-small,
	thead.show-for-small-down,
	thead.hide-for-medium-only,
	thead.hide-for-medium-up,
	thead.hide-for-medium,
	thead.show-for-medium-down,
	thead.hide-for-large-only,
	thead.hide-for-large-up,
	thead.hide-for-large,
	thead.show-for-large-down,
	thead.hide-for-xlarge-only,
	thead.hide-for-xlarge-up,
	thead.hide-for-xlarge,
	thead.show-for-xlarge-down,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.hide-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important
	}
	tbody.show-for-small-only,
	tbody.show-for-small-up,
	tbody.show-for-small,
	tbody.show-for-small-down,
	tbody.hide-for-medium-only,
	tbody.hide-for-medium-up,
	tbody.hide-for-medium,
	tbody.show-for-medium-down,
	tbody.hide-for-large-only,
	tbody.hide-for-large-up,
	tbody.hide-for-large,
	tbody.show-for-large-down,
	tbody.hide-for-xlarge-only,
	tbody.hide-for-xlarge-up,
	tbody.hide-for-xlarge,
	tbody.show-for-xlarge-down,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.hide-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important
	}
	tr.show-for-small-only,
	tr.show-for-small-up,
	tr.show-for-small,
	tr.show-for-small-down,
	tr.hide-for-medium-only,
	tr.hide-for-medium-up,
	tr.hide-for-medium,
	tr.show-for-medium-down,
	tr.hide-for-large-only,
	tr.hide-for-large-up,
	tr.hide-for-large,
	tr.show-for-large-down,
	tr.hide-for-xlarge-only,
	tr.hide-for-xlarge-up,
	tr.hide-for-xlarge,
	tr.show-for-xlarge-down,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.hide-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row
	}
	th.show-for-small-only,
	td.show-for-small-only,
	th.show-for-small-up,
	td.show-for-small-up,
	th.show-for-small,
	td.show-for-small,
	th.show-for-small-down,
	td.show-for-small-down,
	th.hide-for-medium-only,
	td.hide-for-medium-only,
	th.hide-for-medium-up,
	td.hide-for-medium-up,
	th.hide-for-medium,
	td.hide-for-medium,
	th.show-for-medium-down,
	td.show-for-medium-down,
	th.hide-for-large-only,
	td.hide-for-large-only,
	th.hide-for-large-up,
	td.hide-for-large-up,
	th.hide-for-large,
	td.hide-for-large,
	th.show-for-large-down,
	td.show-for-large-down,
	th.hide-for-xlarge-only,
	td.hide-for-xlarge-only,
	th.hide-for-xlarge-up,
	td.hide-for-xlarge-up,
	th.hide-for-xlarge,
	td.hide-for-xlarge,
	th.show-for-xlarge-down,
	td.show-for-xlarge-down,
	th.hide-for-xxlarge-only,
	td.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	td.hide-for-xxlarge-up,
	th.hide-for-xxlarge,
	td.hide-for-xxlarge,
	th.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important
	}
}

@media only screen and (min-width:42.063em) {
	.hide-for-small-only,
	.show-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.show-for-medium-only,
	.show-for-medium-up,
	.show-for-medium,
	.show-for-medium-down,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-large,
	.show-for-large-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important
	}
	.show-for-small-only,
	.hide-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.hide-for-medium-only,
	.hide-for-medium-up,
	.hide-for-medium,
	.hide-for-medium-down,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-large,
	.hide-for-large-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important
	}
	.hidden-for-small-only,
	.visible-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.visible-for-medium-only,
	.visible-for-medium-up,
	.visible-for-medium,
	.visible-for-medium-down,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-large,
	.visible-for-large-down,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto
	}
	.visible-for-small-only,
	.hidden-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.hidden-for-medium-only,
	.hidden-for-medium-up,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.visible-for-large-only,
	.visible-for-large-up,
	.visible-for-large,
	.hidden-for-large-down,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.hidden-for-xxlarge-down {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px
	}
	table.hide-for-small-only,
	table.show-for-small-up,
	table.hide-for-small,
	table.hide-for-small-down,
	table.show-for-medium-only,
	table.show-for-medium-up,
	table.show-for-medium,
	table.show-for-medium-down,
	table.hide-for-large-only,
	table.hide-for-large-up,
	table.hide-for-large,
	table.show-for-large-down,
	table.hide-for-xlarge-only,
	table.hide-for-xlarge-up,
	table.hide-for-xlarge,
	table.show-for-xlarge-down,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.hide-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important
	}
	thead.hide-for-small-only,
	thead.show-for-small-up,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.show-for-medium-only,
	thead.show-for-medium-up,
	thead.show-for-medium,
	thead.show-for-medium-down,
	thead.hide-for-large-only,
	thead.hide-for-large-up,
	thead.hide-for-large,
	thead.show-for-large-down,
	thead.hide-for-xlarge-only,
	thead.hide-for-xlarge-up,
	thead.hide-for-xlarge,
	thead.show-for-xlarge-down,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.hide-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important
	}
	tbody.hide-for-small-only,
	tbody.show-for-small-up,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.show-for-medium-only,
	tbody.show-for-medium-up,
	tbody.show-for-medium,
	tbody.show-for-medium-down,
	tbody.hide-for-large-only,
	tbody.hide-for-large-up,
	tbody.hide-for-large,
	tbody.show-for-large-down,
	tbody.hide-for-xlarge-only,
	tbody.hide-for-xlarge-up,
	tbody.hide-for-xlarge,
	tbody.show-for-xlarge-down,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.hide-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important
	}
	tr.hide-for-small-only,
	tr.show-for-small-up,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.show-for-medium-only,
	tr.show-for-medium-up,
	tr.show-for-medium,
	tr.show-for-medium-down,
	tr.hide-for-large-only,
	tr.hide-for-large-up,
	tr.hide-for-large,
	tr.show-for-large-down,
	tr.hide-for-xlarge-only,
	tr.hide-for-xlarge-up,
	tr.hide-for-xlarge,
	tr.show-for-xlarge-down,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.hide-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row
	}
	th.hide-for-small-only,
	td.hide-for-small-only,
	th.show-for-small-up,
	td.show-for-small-up,
	th.hide-for-small,
	td.hide-for-small,
	th.hide-for-small-down,
	td.hide-for-small-down,
	th.show-for-medium-only,
	td.show-for-medium-only,
	th.show-for-medium-up,
	td.show-for-medium-up,
	th.show-for-medium,
	td.show-for-medium,
	th.show-for-medium-down,
	td.show-for-medium-down,
	th.hide-for-large-only,
	td.hide-for-large-only,
	th.hide-for-large-up,
	td.hide-for-large-up,
	th.hide-for-large,
	td.hide-for-large,
	th.show-for-large-down,
	td.show-for-large-down,
	th.hide-for-xlarge-only,
	td.hide-for-xlarge-only,
	th.hide-for-xlarge-up,
	td.hide-for-xlarge-up,
	th.hide-for-xlarge,
	td.hide-for-xlarge,
	th.show-for-xlarge-down,
	td.show-for-xlarge-down,
	th.hide-for-xxlarge-only,
	td.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	td.hide-for-xxlarge-up,
	th.hide-for-xxlarge,
	td.hide-for-xxlarge,
	th.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important
	}
}

@media only screen and (min-width:48.063em) {
	.hide-for-small-only,
	.show-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-medium-only,
	.show-for-medium-up,
	.hide-for-medium,
	.hide-for-medium-down,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-large,
	.show-for-large-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important
	}
	.show-for-small-only,
	.hide-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.show-for-medium-only,
	.hide-for-medium-up,
	.show-for-medium,
	.show-for-medium-down,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-large,
	.hide-for-large-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important
	}
	.hidden-for-small-only,
	.visible-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-medium-only,
	.visible-for-medium-up,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.visible-for-large-only,
	.visible-for-large-up,
	.visible-for-large,
	.visible-for-large-down,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto
	}
	.visible-for-small-only,
	.hidden-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.visible-for-medium-only,
	.hidden-for-medium-up,
	.visible-for-medium,
	.visible-for-medium-down,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-large,
	.hidden-for-large-down,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.hidden-for-xxlarge-down {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px
	}
	table.hide-for-small-only,
	table.show-for-small-up,
	table.hide-for-small,
	table.hide-for-small-down,
	table.hide-for-medium-only,
	table.show-for-medium-up,
	table.hide-for-medium,
	table.hide-for-medium-down,
	table.show-for-large-only,
	table.show-for-large-up,
	table.show-for-large,
	table.show-for-large-down,
	table.hide-for-xlarge-only,
	table.hide-for-xlarge-up,
	table.hide-for-xlarge,
	table.show-for-xlarge-down,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.hide-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important
	}
	thead.hide-for-small-only,
	thead.show-for-small-up,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.hide-for-medium-only,
	thead.show-for-medium-up,
	thead.hide-for-medium,
	thead.hide-for-medium-down,
	thead.show-for-large-only,
	thead.show-for-large-up,
	thead.show-for-large,
	thead.show-for-large-down,
	thead.hide-for-xlarge-only,
	thead.hide-for-xlarge-up,
	thead.hide-for-xlarge,
	thead.show-for-xlarge-down,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.hide-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important
	}
	tbody.hide-for-small-only,
	tbody.show-for-small-up,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.hide-for-medium-only,
	tbody.show-for-medium-up,
	tbody.hide-for-medium,
	tbody.hide-for-medium-down,
	tbody.show-for-large-only,
	tbody.show-for-large-up,
	tbody.show-for-large,
	tbody.show-for-large-down,
	tbody.hide-for-xlarge-only,
	tbody.hide-for-xlarge-up,
	tbody.hide-for-xlarge,
	tbody.show-for-xlarge-down,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.hide-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important
	}
	tr.hide-for-small-only,
	tr.show-for-small-up,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.hide-for-medium-only,
	tr.show-for-medium-up,
	tr.hide-for-medium,
	tr.hide-for-medium-down,
	tr.show-for-large-only,
	tr.show-for-large-up,
	tr.show-for-large,
	tr.show-for-large-down,
	tr.hide-for-xlarge-only,
	tr.hide-for-xlarge-up,
	tr.hide-for-xlarge,
	tr.show-for-xlarge-down,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.hide-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row
	}
	th.hide-for-small-only,
	td.hide-for-small-only,
	th.show-for-small-up,
	td.show-for-small-up,
	th.hide-for-small,
	td.hide-for-small,
	th.hide-for-small-down,
	td.hide-for-small-down,
	th.hide-for-medium-only,
	td.hide-for-medium-only,
	th.show-for-medium-up,
	td.show-for-medium-up,
	th.hide-for-medium,
	td.hide-for-medium,
	th.hide-for-medium-down,
	td.hide-for-medium-down,
	th.show-for-large-only,
	td.show-for-large-only,
	th.show-for-large-up,
	td.show-for-large-up,
	th.show-for-large,
	td.show-for-large,
	th.show-for-large-down,
	td.show-for-large-down,
	th.hide-for-xlarge-only,
	td.hide-for-xlarge-only,
	th.hide-for-xlarge-up,
	td.hide-for-xlarge-up,
	th.hide-for-xlarge,
	td.hide-for-xlarge,
	th.show-for-xlarge-down,
	td.show-for-xlarge-down,
	th.hide-for-xxlarge-only,
	td.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	td.hide-for-xxlarge-up,
	th.hide-for-xxlarge,
	td.hide-for-xxlarge,
	th.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important
	}
}

@media only screen and (min-width:60.063em) {
	.hide-for-small-only,
	.show-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-medium-only,
	.show-for-medium-up,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-large-only,
	.show-for-large-up,
	.hide-for-large,
	.hide-for-large-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important
	}
	.show-for-small-only,
	.hide-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.show-for-medium-only,
	.hide-for-medium-up,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-large-only,
	.hide-for-large-up,
	.show-for-large,
	.show-for-large-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important
	}
	.hidden-for-small-only,
	.visible-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-medium-only,
	.visible-for-medium-up,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.hidden-for-large-only,
	.visible-for-large-up,
	.hidden-for-large,
	.hidden-for-large-down,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto
	}
	.visible-for-small-only,
	.hidden-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.visible-for-medium-only,
	.hidden-for-medium-up,
	.visible-for-medium,
	.visible-for-medium-down,
	.visible-for-large-only,
	.hidden-for-large-up,
	.visible-for-large,
	.visible-for-large-down,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.hidden-for-xxlarge-down {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px
	}
	table.hide-for-small-only,
	table.show-for-small-up,
	table.hide-for-small,
	table.hide-for-small-down,
	table.hide-for-medium-only,
	table.show-for-medium-up,
	table.hide-for-medium,
	table.hide-for-medium-down,
	table.hide-for-large-only,
	table.show-for-large-up,
	table.hide-for-large,
	table.hide-for-large-down,
	table.show-for-xlarge-only,
	table.show-for-xlarge-up,
	table.show-for-xlarge,
	table.show-for-xlarge-down,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.hide-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important
	}
	thead.hide-for-small-only,
	thead.show-for-small-up,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.hide-for-medium-only,
	thead.show-for-medium-up,
	thead.hide-for-medium,
	thead.hide-for-medium-down,
	thead.hide-for-large-only,
	thead.show-for-large-up,
	thead.hide-for-large,
	thead.hide-for-large-down,
	thead.show-for-xlarge-only,
	thead.show-for-xlarge-up,
	thead.show-for-xlarge,
	thead.show-for-xlarge-down,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.hide-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important
	}
	tbody.hide-for-small-only,
	tbody.show-for-small-up,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.hide-for-medium-only,
	tbody.show-for-medium-up,
	tbody.hide-for-medium,
	tbody.hide-for-medium-down,
	tbody.hide-for-large-only,
	tbody.show-for-large-up,
	tbody.hide-for-large,
	tbody.hide-for-large-down,
	tbody.show-for-xlarge-only,
	tbody.show-for-xlarge-up,
	tbody.show-for-xlarge,
	tbody.show-for-xlarge-down,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.hide-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important
	}
	tr.hide-for-small-only,
	tr.show-for-small-up,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.hide-for-medium-only,
	tr.show-for-medium-up,
	tr.hide-for-medium,
	tr.hide-for-medium-down,
	tr.hide-for-large-only,
	tr.show-for-large-up,
	tr.hide-for-large,
	tr.hide-for-large-down,
	tr.show-for-xlarge-only,
	tr.show-for-xlarge-up,
	tr.show-for-xlarge,
	tr.show-for-xlarge-down,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.hide-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row
	}
	th.hide-for-small-only,
	td.hide-for-small-only,
	th.show-for-small-up,
	td.show-for-small-up,
	th.hide-for-small,
	td.hide-for-small,
	th.hide-for-small-down,
	td.hide-for-small-down,
	th.hide-for-medium-only,
	td.hide-for-medium-only,
	th.show-for-medium-up,
	td.show-for-medium-up,
	th.hide-for-medium,
	td.hide-for-medium,
	th.hide-for-medium-down,
	td.hide-for-medium-down,
	th.hide-for-large-only,
	td.hide-for-large-only,
	th.show-for-large-up,
	td.show-for-large-up,
	th.hide-for-large,
	td.hide-for-large,
	th.hide-for-large-down,
	td.hide-for-large-down,
	th.show-for-xlarge-only,
	td.show-for-xlarge-only,
	th.show-for-xlarge-up,
	td.show-for-xlarge-up,
	th.show-for-xlarge,
	td.show-for-xlarge,
	th.show-for-xlarge-down,
	td.show-for-xlarge-down,
	th.hide-for-xxlarge-only,
	td.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	td.hide-for-xxlarge-up,
	th.hide-for-xxlarge,
	td.hide-for-xxlarge,
	th.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important
	}
}

@media only screen and (min-width:87.063em) {
	.hide-for-small-only,
	.show-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-medium-only,
	.show-for-medium-up,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-large-only,
	.show-for-large-up,
	.hide-for-large,
	.hide-for-large-down,
	.hide-for-xlarge-only,
	.show-for-xlarge-up,
	.hide-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important
	}
	.show-for-small-only,
	.hide-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.show-for-medium-only,
	.hide-for-medium-up,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-large-only,
	.hide-for-large-up,
	.show-for-large,
	.show-for-large-down,
	.show-for-xlarge-only,
	.hide-for-xlarge-up,
	.show-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important
	}
	.hidden-for-small-only,
	.visible-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-medium-only,
	.visible-for-medium-up,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.hidden-for-large-only,
	.visible-for-large-up,
	.hidden-for-large,
	.hidden-for-large-down,
	.hidden-for-xlarge-only,
	.visible-for-xlarge-up,
	.hidden-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto
	}
	.visible-for-small-only,
	.hidden-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.visible-for-medium-only,
	.hidden-for-medium-up,
	.visible-for-medium,
	.visible-for-medium-down,
	.visible-for-large-only,
	.hidden-for-large-up,
	.visible-for-large,
	.visible-for-large-down,
	.visible-for-xlarge-only,
	.hidden-for-xlarge-up,
	.visible-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.hidden-for-xxlarge-down {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px
	}
	table.hide-for-small-only,
	table.show-for-small-up,
	table.hide-for-small,
	table.hide-for-small-down,
	table.hide-for-medium-only,
	table.show-for-medium-up,
	table.hide-for-medium,
	table.hide-for-medium-down,
	table.hide-for-large-only,
	table.show-for-large-up,
	table.hide-for-large,
	table.hide-for-large-down,
	table.hide-for-xlarge-only,
	table.show-for-xlarge-up,
	table.hide-for-xlarge,
	table.hide-for-xlarge-down,
	table.show-for-xxlarge-only,
	table.show-for-xxlarge-up,
	table.show-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important
	}
	thead.hide-for-small-only,
	thead.show-for-small-up,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.hide-for-medium-only,
	thead.show-for-medium-up,
	thead.hide-for-medium,
	thead.hide-for-medium-down,
	thead.hide-for-large-only,
	thead.show-for-large-up,
	thead.hide-for-large,
	thead.hide-for-large-down,
	thead.hide-for-xlarge-only,
	thead.show-for-xlarge-up,
	thead.hide-for-xlarge,
	thead.hide-for-xlarge-down,
	thead.show-for-xxlarge-only,
	thead.show-for-xxlarge-up,
	thead.show-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important
	}
	tbody.hide-for-small-only,
	tbody.show-for-small-up,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.hide-for-medium-only,
	tbody.show-for-medium-up,
	tbody.hide-for-medium,
	tbody.hide-for-medium-down,
	tbody.hide-for-large-only,
	tbody.show-for-large-up,
	tbody.hide-for-large,
	tbody.hide-for-large-down,
	tbody.hide-for-xlarge-only,
	tbody.show-for-xlarge-up,
	tbody.hide-for-xlarge,
	tbody.hide-for-xlarge-down,
	tbody.show-for-xxlarge-only,
	tbody.show-for-xxlarge-up,
	tbody.show-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important
	}
	tr.hide-for-small-only,
	tr.show-for-small-up,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.hide-for-medium-only,
	tr.show-for-medium-up,
	tr.hide-for-medium,
	tr.hide-for-medium-down,
	tr.hide-for-large-only,
	tr.show-for-large-up,
	tr.hide-for-large,
	tr.hide-for-large-down,
	tr.hide-for-xlarge-only,
	tr.show-for-xlarge-up,
	tr.hide-for-xlarge,
	tr.hide-for-xlarge-down,
	tr.show-for-xxlarge-only,
	tr.show-for-xxlarge-up,
	tr.show-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row
	}
	th.hide-for-small-only,
	td.hide-for-small-only,
	th.show-for-small-up,
	td.show-for-small-up,
	th.hide-for-small,
	td.hide-for-small,
	th.hide-for-small-down,
	td.hide-for-small-down,
	th.hide-for-medium-only,
	td.hide-for-medium-only,
	th.show-for-medium-up,
	td.show-for-medium-up,
	th.hide-for-medium,
	td.hide-for-medium,
	th.hide-for-medium-down,
	td.hide-for-medium-down,
	th.hide-for-large-only,
	td.hide-for-large-only,
	th.show-for-large-up,
	td.show-for-large-up,
	th.hide-for-large,
	td.hide-for-large,
	th.hide-for-large-down,
	td.hide-for-large-down,
	th.hide-for-xlarge-only,
	td.hide-for-xlarge-only,
	th.show-for-xlarge-up,
	td.show-for-xlarge-up,
	th.hide-for-xlarge,
	td.hide-for-xlarge,
	th.hide-for-xlarge-down,
	td.hide-for-xlarge-down,
	th.show-for-xxlarge-only,
	td.show-for-xxlarge-only,
	th.show-for-xxlarge-up,
	td.show-for-xxlarge-up,
	th.show-for-xxlarge,
	td.show-for-xxlarge,
	th.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important
	}
}

.show-for-landscape,
.hide-for-portrait {
	display: inherit !important
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important
}

table.hide-for-landscape,
table.show-for-portrait {
	display: table !important
}

thead.hide-for-landscape,
thead.show-for-portrait {
	display: table-header-group !important
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
	display: table-row-group !important
}

tr.hide-for-landscape,
tr.show-for-portrait {
	display: table-row !important
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
	display: table-cell !important
}

@media only screen and (orientation:landscape) {
	.show-for-landscape,
	.hide-for-portrait {
		display: inherit !important
	}
	.hide-for-landscape,
	.show-for-portrait {
		display: none !important
	}
	table.show-for-landscape,
	table.hide-for-portrait {
		display: table !important
	}
	thead.show-for-landscape,
	thead.hide-for-portrait {
		display: table-header-group !important
	}
	tbody.show-for-landscape,
	tbody.hide-for-portrait {
		display: table-row-group !important
	}
	tr.show-for-landscape,
	tr.hide-for-portrait {
		display: table-row !important
	}
	td.show-for-landscape,
	td.hide-for-portrait,
	th.show-for-landscape,
	th.hide-for-portrait {
		display: table-cell !important
	}
}

@media only screen and (orientation:portrait) {
	.show-for-portrait,
	.hide-for-landscape {
		display: inherit !important
	}
	.hide-for-portrait,
	.show-for-landscape {
		display: none !important
	}
	table.show-for-portrait,
	table.hide-for-landscape {
		display: table !important
	}
	thead.show-for-portrait,
	thead.hide-for-landscape {
		display: table-header-group !important
	}
	tbody.show-for-portrait,
	tbody.hide-for-landscape {
		display: table-row-group !important
	}
	tr.show-for-portrait,
	tr.hide-for-landscape {
		display: table-row !important
	}
	td.show-for-portrait,
	td.hide-for-landscape,
	th.show-for-portrait,
	th.hide-for-landscape {
		display: table-cell !important
	}
}

.show-for-touch {
	display: none !important
}

.hide-for-touch {
	display: inherit !important
}

.touch .show-for-touch {
	display: inherit !important
}

.touch .hide-for-touch {
	display: none !important
}

table.hide-for-touch {
	display: table !important
}

.touch table.show-for-touch {
	display: table !important
}

thead.hide-for-touch {
	display: table-header-group !important
}

.touch thead.show-for-touch {
	display: table-header-group !important
}

tbody.hide-for-touch {
	display: table-row-group !important
}

.touch tbody.show-for-touch {
	display: table-row-group !important
}

tr.hide-for-touch {
	display: table-row !important
}

.touch tr.show-for-touch {
	display: table-row !important
}

td.hide-for-touch {
	display: table-cell !important
}

.touch td.show-for-touch {
	display: table-cell !important
}

th.hide-for-touch {
	display: table-cell !important
}

.touch th.show-for-touch {
	display: table-cell !important
}

.show-for-sr {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px
}

.show-on-focus {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px
}

.show-on-focus:focus,
.show-on-focus:active {
	position: static !important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto
}

.print-only,
.show-for-print {
	display: none !important
}

@media print {
	.print-only,
	.show-for-print {
		display: block !important
	}
	.hide-on-print,
	.hide-for-print {
		display: none !important
	}
	table.show-for-print {
		display: table !important
	}
	thead.show-for-print {
		display: table-header-group !important
	}
	tbody.show-for-print {
		display: table-row-group !important
	}
	tr.show-for-print {
		display: table-row !important
	}
	td.show-for-print {
		display: table-cell !important
	}
	th.show-for-print {
		display: table-cell !important
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

@font-face {
	font-display: swap;
	font-family: 'ritz-icons';
	font-style: normal;
	font-weight: 400;
	src: url(clientlib/fonts/ritz-icons.eot);
	src: url(clientlib/fonts/ritz-icons.woff) format("woff"), url(clientlib/fonts/ritz-icons.ttf) format("truetype"), url(clientlib/fonts/ritz-icons.svg) format("svg")
}

@font-face {
	font-display: swap;
	font-family: 'proxima-nova';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	src: url(clientlib/fonts/proxima-nova-regular.eot);
	src: url(clientlib/fonts/proxima-nova-regular.woff) format("woff"), url(clientlib/fonts/proxima-nova-regular.ttf) format("truetype")
}

@font-face {
	font-display: swap;
	font-family: 'proxima-nova-thin';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	src: url(clientlib/fonts/proxima-nova-thin.eot);
	src: url(clientlib/fonts/proxima-nova-thin.woff) format("woff"), url(clientlib/fonts/proxima-nova-thin.ttf) format("truetype")
}

@font-face {
	font-display: swap;
	font-family: 'proxima-nova-bold';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	src: url(clientlib/fonts/proxima-nova-semibold.eot);
	src: url(clientlib/fonts/proxima-nova-semibold.woff) format("woff"), url(clientlib/fonts/proxima-nova-semibold.ttf) format("truetype")
}

@font-face {
	font-display: swap;
	font-family: 'caslon-540';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	src: url(clientlib/fonts/Caslon540LTStd-Roman.eot);
	src: url(clientlib/fonts/Caslon540LTStd-Roman.woff) format("woff"), url(clientlib/fonts/Caslon540LTStd-Roman.ttf) format("truetype")
}

@font-face {
	font-display: swap;
	font-family: 'charter-bt';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	src: url(clientlib/fonts/tt0648m.eot);
	src: url(clientlib/fonts/tt0648m.woff) format("woff"), url(clientlib/fonts/tt0648m.ttf) format("truetype")
}

@font-face {
	font-display: swap;
	font-family: 'caslon-224';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	src: url(clientlib/fonts/Caslon224Std-Book.eot);
	src: url(clientlib/fonts/Caslon224Std-Book.woff) format("woff"), url(clientlib/fonts/Caslon224Std-Book.ttf) format("truetype")
}

@font-face {
	font-display: swap;
	font-family: 'din-next';
	-webkit-font-smoothing: antialiased;
	font-style: 100;
	font-weight: normal;
	src: url(clientlib/fonts/DINNextLTPro-Regular.eot);
	src: url(clientlib/fonts/DINNextLTPro-Regular.woff) format("woff"), url(clientlib/fonts/DINNextLTPro-Regular.ttf) format("truetype")
}

[class*='icon-'],
[data-icon]::before {
	font-family: 'ritz-icons';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none
}

.icon-instagram::before {
	content: '\e60b'
}

.icon-twitter::before {
	content: '\e004';
	vertical-align: -1px
}

.icon-google-plus::before {
	content: '\e610'
}

.icon-facebook::before {
	content: '\ea8c';
	vertical-align: 2px
}

.icon-youtube::before {
	content: '\ea99'
}

.icon-pinterest::before {
	content: '\e612'
}

.icon-plus::before {
	content: '\e60f'
}

.icon-sina-weibo::before {
	content: '\e63e'
}

.icon-foursquare::before {
	content: '\e63f'
}

.icon-youku::before {
	content: '\e640'
}

.icon-arrow-right::before {
	content: '\e600'
}

.icon-arrow-left::before {
	content: '\e601'
}

.icon-arrow-up::before {
	content: '\e629'
}

.icon-arrow-down::before {
	content: '\e62a'
}

.icon-full-arrow-right::before {
	content: '\e637'
}

.icon-full-arrow-left::before {
	content: '\e638'
}

.icon-full-arrow-up::before {
	content: '\e639'
}

.icon-full-arrow-down::before {
	content: '\e63a'
}

.icon-thin-arrow::before {
	content: '\e909'
}

.icon-sun::before {
	content: '\e614'
}

.icon-partly-cloudly::before,
.icon-mostly-cloudy::before,
.icon-mostly-sunny::before,
.icon-partly-sunny::before {
	content: '\e615'
}

.icon-cloudy::before {
	content: '\e616'
}

.icon-tstorms::before,
.icon-chance-tstorms::before,
.icon-weather-unknown::before {
	content: '\e617'
}

.icon-chance-rain::before {
	content: '\e618'
}

.icon-rain ::before {
	content: '\e619'
}

.icon-wind-clouds::before {
	content: '\e61a'
}

.icon-wind-clouds-rain::before {
	content: '\e61b'
}

.icon-flurries::before,
.icon-chance-snow::before {
	content: '\e61c'
}

.icon-snow::before {
	content: '\e61d'
}

.icon-kingor2queen::before {
	content: '\e902'
}

.icon-kingor2double::before {
	content: '\e62f'
}

.icon-kingor2twin::before {
	content: '\e903'
}

.icon-king::before {
	content: '\e631'
}

.icon-queen::before {
	content: '\e904'
}

.icon-2queen::before {
	content: '\e905'
}

.icon-double::before {
	content: '\e632'
}

.icon-2double::before {
	content: '\e906'
}

.icon-2twin::before {
	content: '\e907'
}

.icon-king-2-double::before {
	content: '\e62f'
}

.icon-king-2-double2::before {
	content: '\e62c'
}

.icon-double::before {
	content: '\e632'
}

.icon-king::before {
	content: '\e631'
}

.icon-king2::before {
	content: '\e62d'
}

.icon-floorplan::before {
	content: '\e62e'
}

.icon-map-pin::before {
	content: '\e000'
}

.icon-location::before {
	content: '\e947'
}

.icon-heart-filled::before {
	content: '\e006'
}

.icon-heart-outline::before {
	content: '\e007'
}

.icon-printer::before {
	content: '\e008'
}

.icon-phone::before {
	content: '\e00a'
}

.icon-menu::before {
	content: '\e00c'
}

.icon-marriott-full::before {
	content: '\e00d'
}

.icon-marriott-mark::before {
	content: '\e00e'
}

.icon-email::before {
	content: '\e011'
}

.icon-warning::before {
	color: #eea236;
	content: '\e022';
	font-size: 20px
}

.icon-play-outline::before {
	content: '\e052'
}

.icon-search::before {
	content: '\e602'
}

.icon-star::before {
	content: '\e603'
}

.icon-star2::before {
	content: '\e604'
}

.icon-close::before {
	content: '\e605'
}

.icon-play::before {
	content: '\e606'
}

.icon-pause::before {
	content: '\e607'
}

.icon-checkmark::before {
	content: '\e608'
}

.icon-expand::before {
	content: '\e609'
}

.icon-collapse::before {
	content: '\e60a'
}

.icon-user::before {
	content: '\e60c'
}

.icon-mobile::before {
	content: '\e60d'
}

.icon-calendar::before {
	content: '\e60e'
}

.icon-calendar2::before {
	content: '\e611'
}

.icon-photos::before {
	content: '\e613'
}

.icon-home::before {
	content: '\e628'
}

.icon-dash::before {
	content: '\e62b'
}

.icon-person::before {
	content: '\e630'
}

.icon-camera::before {
	content: '\e633'
}

.icon-chat::before {
	content: '\e634'
}

.icon-chat2::before {
	content: '\e635'
}

.icon-info::before {
	content: '\e636'
}

.icon-circle::before {
	content: '\e63b'
}

.icon-circle-outline::before {
	content: '\ea56'
}

.icon-square-outline::before {
	content: '\e63c'
}

.icon-sphere::before {
	content: '\e9c9'
}

.icon-cross::before {
	content: '\e605'
}

.icon-error::before {
	color: #ce4844
}

.icon-error.large::before {
	color: rgba(255, 255, 255, 0.4)
}

.icon-logout::before {
	content: '\e906'
}

.icon-user2::before {
	content: '\e901'
}

.icon-globe::before {
	content: '\e900'
}

.icon-spinner {
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	display: inline-block
}

.icon-spinner::before {
	content: '\e801'
}

@-webkit-keyframes spin {
	0 {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0 {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

.key-marker {
	background: 0
}

.key-marker.blue {
	background: url(clientlib/images/map-marker.svg);
	background-size: 15px 22px
}

.key-marker.orange {
	background: url(clientlib/images/map-marker-orange.svg);
	background-size: 15px 22px
}

.key-marker.pink {
	background: url(clientlib/images/map-marker-pink.svg);
	background-size: 15px 22px
}

.key-marker.green {
	background: url(clientlib/images/map-marker-green.svg);
	background-size: 15px 22px
}

.key-marker.grey {
	background: url(clientlib/images/map-marker-grey.svg);
	background-size: 15px 22px
}

.key-marker.yellow {
	background: url(clientlib/images/map-marker-yellow.svg);
	background-size: 15px 22px
}

.key-marker.red {
	background: url(clientlib/images/map-marker-red.svg);
	background-size: 15px 22px
}

.key-marker.purple {
	background: url(clientlib/images/map-marker-purple.svg);
	background-size: 15px 22px
}

.key-marker.ltgrey {
	background: url(clientlib/images/map-marker-ltgrey.svg);
	background-size: 15px 22px
}

.key-marker.featured {
	background: url(clientlib/images/map-marker-star.svg);
	background-size: 15px 22px
}

.icon-reserve-location::before {
	content: '\e90a'
}

.icon-reserve-menu::before {
	content: '\e90b'
}

.icon-reserve-cloudy::before {
	content: '\e90c'
}

.icon-reserve-wind-rain::before {
	content: '\e90d'
}

.icon-reserve-windy::before {
	content: '\e90e'
}

.icon-reserve-partly-cloudy::before {
	content: '\e90f'
}

.icon-reserve-sun::before {
	content: '\e910'
}

.icon-reserve-tstorm::before {
	content: '\e913'
}

.icon-reserve-rain::before {
	content: '\e914'
}

.icon-reserve-snow::before {
	content: '\e915'
}

.icon-reserve-flourish::before {
	content: '\e911'
}

.icon-reserver-footer-arrow::before {
	content: '\e912'
}

.icon-journey-arrow::after {
	content: '\e916';
	font-family: 'ritz-icons';
	font-size: 5px
}

.icon-linkedin::after {
	content: '\e917'
}

.dot-container .dot {
	background: #1c1c1c;
	display: inline-block;
	height: 4px;
	margin: 6px;
	transform: rotate(45deg);
	width: 4px
}

.hr-icon {
	border-top: 0 solid rgba(255, 255, 255, 0.3);
	margin: 0 auto 20px;
	width: calc(100% - 60px)
}

.hr-icon::after {
	color: rgba(255, 255, 255, 0.7);
	content: '\e911';
	font-family: 'ritz-icons';
	font-size: 25px;
	left: 50%;
	padding: 0 10px 0 15px;
	position: absolute;
	transform: translate(-50%, -50%)
}

.rectangle {
	border: 2px solid #8c8c8c;
	display: block;
	height: 55px;
	margin: 0 0 20px;
	width: 135px
}

.digitalblack {
	background-color: #1c1c1c
}

.ritzblue {
	background-color: #c7ddf3
}

.ritzbluefaded {
	background-color: #e9f1fa
}

.digitalblue {
	background-color: #31548c
}

.middlewebblue {
	background-color: #a5c1e2
}

.darkwebblue {
	background-color: #7c9dcf
}

.linkcolor {
	background-color: #3b68b3
}

.darkestgray {
	background-color: #333
}

.darkgray {
	background-color: #6f6f6f
}

.gray {
	background-color: #bfbfbf
}

.white {
	background-color: #fff
}

.lightgray {
	background-color: #e5e5e5
}

.red {
	background-color: #ce4844
}

.green {
	background-color: #468847
}

.yellow {
	background-color: #eea236
}

.styleguide-header {
	background-color: #1c1c1c;
	margin: 0 0 30px;
	padding: 10px 0
}

#back-top {
	background-color: #1c1c1c;
	bottom: 0;
	letter-spacing: 1px;
	opacity: .85;
	padding: 10px 0;
	position: fixed;
	text-align: center;
	text-transform: uppercase;
	width: 100%
}

.end-of-section {
	border-bottom: 3px solid #6f6f6f;
	margin-bottom: 30px;
	padding-bottom: 30px
}

.element-style {
	background-color: #e5e5e5;
	color: #31548c;
	margin-bottom: 20px;
	padding: 3px 8px
}

.no-bottom-margin {
	margin-bottom: 0 !important
}

.mini-bottom-margin {
	margin-bottom: 25px !important
}

.small-bottom-margin {
	margin-bottom: 35px !important
}

.standard-bottom-margin {
	margin-bottom: 60px !important
}

.medium-bottom-margin {
	margin-bottom: 80px !important
}

.large-bottom-margin {
	margin-bottom: 100px !important
}

.left-margin-xsmall {
	margin-left: 10% !important
}

.left-margin-small {
	margin-left: 20% !important
}

.left-margin-medium {
	margin-left: 30% !important
}

.left-margin-large {
	margin-left: 40% !important
}

.left-margin-xlarge {
	margin-left: 50% !important
}

.right-margin-xsmall {
	margin-right: 10% !important
}

.right-margin-small {
	margin-right: 20% !important
}

.right-margin-medium {
	margin-right: 30% !important
}

.right-margin-large {
	margin-right: 40% !important
}

.right-margin-xlarge {
	margin-right: 50% !important
}

@media(max-width:42.063em) {
	.mini-bottom-margin {
		margin-bottom: 10px !important
	}
	.small-bottom-margin {
		margin-bottom: 20px !important
	}
	.standard-bottom-margin {
		margin-bottom: 45px !important
	}
	.medium-bottom-margin {
		margin-bottom: 65px !important
	}
	.large-bottom-margin {
		margin-bottom: 85px !important
	}
}

.element-code {
	background-color: #f8f8f8;
	border-color: #dfdfdf;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px
}

.showcase {
	background-color: #e9f1fa;
	margin-bottom: 60px;
	padding-top: 60px
}

.showcase.footer-sibling {
	margin-bottom: 0
}

.two-col-left .large-9 .showcase,
.two-col-right .large-9 .showcase,
.three-col-right-banner .large-9 .showcase {
	padding-left: 20px;
	padding-right: 20px
}

@media(max-width:48.063em) {
	.two-col-left .large-9 .showcase,
	.two-col-right .large-9 .showcase,
	.three-col-right-banner .large-9 .showcase {
		margin-left: -0.625em;
		margin-right: -0.625em;
		padding-left: .625em;
		padding-right: .625em
	}
}

.showcase-dark {
	background-color: #1c1c1c;
	margin-bottom: 60px;
	padding-top: 60px
}

.showcase-dark.footer-sibling {
	margin-bottom: 0
}

.two-col-left .large-9 .showcase-dark,
.two-col-right .large-9 .showcase-dark,
.three-col-right-banner .large-9 .showcase-dark {
	padding-left: 20px;
	padding-right: 20px
}

@media(max-width:48.063em) {
	.two-col-left .large-9 .showcase-dark,
	.two-col-right .large-9 .showcase-dark,
	.three-col-right-banner .large-9 .showcase-dark {
		margin-left: -0.625em;
		margin-right: -0.625em;
		padding-left: .625em;
		padding-right: .625em
	}
}

hr {
	margin-bottom: 60px;
	margin-top: 60px
}

.flex-video.widescreen {
	padding-top: 0
}

.show {
	display: block !important
}

body {
	letter-spacing: inherit;
	overflow-x: hidden;
	position: relative
}

body.fixed {
	position: fixed
}

@media print {
	a[href]::after {
		content: none !important
	}
}

p+h2,
ul+h2,
ol+h2,
dl+h2,
p+h3,
ul+h3,
ol+h3,
dl+h3,
p+h4,
ul+h4,
ol+h4,
dl+h4,
p+h5,
ul+h5,
ol+h5,
dl+h5,
p+h6,
ul+h6,
ol+h6,
dl+h6 {
	margin-top: 46.8px
}

ul,
ol,
dl {
	margin-bottom: 15.8px
}

li,
dt,
dd {
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 5.8px
}

p {
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 15.8px
}

h1,
h2.page-title,
.h1 {
	font-family: "proxima-nova-thin", Helvetica, "Arial Unicode", sans-serif;
	font-size: 2.75rem;
	font-weight: 100;
	line-height: 1.1em;
	margin-bottom: 21.8px;
	text-transform: uppercase
}

h1.secondary-h1,
h2.secondary-h1.page-title,
.h1.secondary-h1 {
	font-size: 24px
}

@media(min-width:54.063em) {
	h1.secondary-h1,
	h2.secondary-h1.page-title,
	.h1.secondary-h1 {
		font-size: 30px
	}
}

@media(min-width:60em) {
	h1.secondary-h1,
	h2.secondary-h1.page-title,
	.h1.secondary-h1 {
		font-size: 36px
	}
}

h1.property-h1,
h2.property-h1.page-title,
.h1.property-h1 {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 40px;
	letter-spacing: .05em;
	line-height: 1.1
}

@media(max-width:60em) {
	h1.property-h1,
	h2.property-h1.page-title,
	.h1.property-h1 {
		font-size: 34px
	}
}

h1.page-title,
h2.page-title,
.h1.page-title {
	font-size: 36px
}

@media(max-width:48.063em) {
	h1,
	h2.page-title,
	.h1 {
		font-size: 2.75rem
	}
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 20.6px;
	word-wrap: break-word
}

h2,
.h2 {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 26px;
	line-height: 1.3;
	text-transform: uppercase
}

h2.top-padding,
.h2.top-padding {
	font-size: 22px;
	font-weight: 700;
	padding-top: 60px
}

@media(max-width:48.063em) {
	h2,
	.h2 {
		font-size: 26px
	}
}

h3,
.h3 {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 22px;
	font-weight: 700;
	line-height: inherit
}

h3 a,
.h3 a {
	font-weight: inherit
}

h4,
.h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: inherit;
	text-transform: uppercase
}

h5,
.h5 {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 20px;
	font-weight: 700
}

h6,
.h6 {
	font-size: 16px;
	font-weight: 700
}

.reserve-text h1,
.reserve-text h2.page-title,
.reserve-text h2,
.reserve-text h3,
.reserve-text h4,
.reserve-text h5,
.reserve-text h6 {
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif;
	letter-spacing: 1.2px
}

.reserve-text p,
.reserve-text ol,
.reserve-text ul {
	font-family: "caslon-224", "caslon-540", "Times New Roman", serif;
	letter-spacing: .3px
}

.reserve-text ol,
.reserve-text ul {
	list-style-position: inside
}

.reserve-text .white-text {
	color: #fff
}

.reserve-text .white-text h1,
.reserve-text .white-text h2.page-title,
.reserve-text .white-text h2,
.reserve-text .white-text h3,
.reserve-text .white-text h4,
.reserve-text .white-text h5,
.reserve-text .white-text h6 {
	color: #fff
}

.eyebrow {
	font-size: 10px;
	text-transform: uppercase
}

ul {
	list-style: disc
}

html[dir='rtl'] ul {
	margin-right: 20px
}

ol {
	list-style: decimal
}

html[dir='rtl'] ol {
	margin-right: 20px
}

dt {
	font-size: 120%;
	font-weight: 700
}

blockquote {
	background: #c7ddf3;
	color: #1c1c1c;
	margin: 10px 5% 35px;
	padding: 20px;
	quotes: none
}

q {
	quotes: none
}

a {
	color: #3b68b3;
	font-weight: normal;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: color, border-bottom-color
}

a:hover,
a:focus {
	color: #3b68b3;
	text-decoration: underline
}

.reserve-button {
	text-align: center
}

.reserve-button a.button {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.75px;
	line-height: 16px;
	margin-bottom: 40px
}

abbr[title] {
	border-bottom: 0;
	cursor: initial;
	font-weight: 700
}

acronym[title] {
	cursor: initial
}

cite {
	font-style: italic
}

code {
	background: #bfbfbf;
	font-family: 'Courier', monospace;
	padding: .5em;
	white-space: pre-wrap
}

dfn {
	font-style: normal;
	font-weight: 700
}

kbd {
	background-color: transparent;
	border-color: transparent;
	font-family: 'Courier', monospace;
	white-space: pre-wrap
}

mark {
	background-color: #c7ddf3;
	padding: 5px
}

small {
	font-size: 80%
}

.visually-hidden,
.event-filter-wrapper .checkbox input[type='checkbox'] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.spacer-right {
	padding-right: .625rem
}

.spacer-left {
	padding-left: .625rem
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.pdf-doc-definition {
	display: none
}

.align-left {
	float: left
}

.align-right {
	float: right
}

.align-center {
	text-align: center
}

.basecomponent.threecolumn,
.basecomponent.twocolumn {
	padding-bottom: 35px
}

.journey-h1 {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 70px;
	line-height: 80px
}

@media screen and (min-width:1024px) and (max-width:1439px) {
	.journey-h1 {
		font-size: 50px;
		line-height: 60px
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.journey-h1 {
		font-size: 40px;
		line-height: 50px
	}
}

@media screen and (min-width:0) and (max-width:767px) {
	.journey-h1 {
		font-size: 32px;
		line-height: 42px
	}
}

.journey-h2 {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 50px;
	line-height: 62px
}

@media screen and (min-width:1024px) and (max-width:1439px) {
	.journey-h2 {
		font-size: 42px;
		line-height: 52px
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.journey-h2 {
		font-size: 32px;
		line-height: 42px
	}
}

@media screen and (min-width:0) and (max-width:767px) {
	.journey-h2 {
		font-size: 24px;
		line-height: 34px
	}
}

.journey-h3 {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 36px;
	line-height: 40px
}

@media screen and (min-width:1024px) and (max-width:1439px) {
	.journey-h3 {
		font-size: 36px;
		line-height: 46px
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.journey-h3 {
		font-size: 26px;
		letter-spacing: -0.14px;
		line-height: 36px
	}
}

@media screen and (min-width:0) and (max-width:767px) {
	.journey-h3 {
		font-size: 20px;
		letter-spacing: .11px;
		line-height: 30px
	}
}

.journey-h4 {
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-size: 24px;
	line-height: 26px
}

@media screen and (min-width:1024px) and (max-width:1439px) {
	.journey-h4 {
		font-size: 24px;
		line-height: 34px
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.journey-h4 {
		font-size: 22px;
		line-height: 28px
	}
}

@media screen and (min-width:0) and (max-width:767px) {
	.journey-h4 {
		font-size: 20px;
		line-height: 26px
	}
}

.journey-h5 {
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	line-height: 20px
}

@media screen and (min-width:0) and (max-width:1439px) {
	.journey-h5 {
		font-size: 18px;
		line-height: 24px
	}
}

.journey-p {
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-size: 18px;
	line-height: 30px
}

button,
.button {
	background: var(--secondary-theme-color);
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	margin: 2px 4px 2px 0;
	padding: 9px 20px 8px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition-duration: .3s;
	transition-property: all
}

button:focus:not([disabled]),
.button:focus:not([disabled]) {
	background: #363636;
	color: #fff;
	text-decoration: none
}

button.outlined-cta,
.button.outlined-cta {
	background: #fff;
	border: solid 1px #1c1c1c;
	color: #1c1c1c;
	font-size: 13px;
	padding: 6px 10px 5px;
	text-transform: uppercase
}

button.outlined-cta.club-level,
.button.outlined-cta.club-level {
	background: #e9f1fa
}

button.outlined-cta.transparent,
.button.outlined-cta.transparent {
	background: transparent;
	border: solid 1px rgba(255, 255, 255, 0.8);
	color: #fff;
	letter-spacing: .05em
}

button.outlined-cta.reserve-cta,
.button.outlined-cta.reserve-cta {
	border: solid 2px #1c1c1c;
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-weight: 600;
	padding: 6px 10px 4px
}

button.outlined-cta[disabled],
.button.outlined-cta[disabled] {
	background-color: #e5e5e5
}

button.secondary,
.button.secondary {
	background: #a5c1e2;
	color: #1c1c1c
}

button.tertiary,
button input[type='reset'],
.button.tertiary,
.button input[type='reset'] {
	background: #6f6f6f;
	color: #fff
}

button.download-pdf,
.button.download-pdf {
	margin-bottom: 25px
}

.download-pdf+.icon-spinner {
	font-size: 22px;
	margin-left: 15px;
	vertical-align: -5px
}

.link-cta {
	color: #1c1c1c;
	display: inline-block;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px;
	font-weight: normal
}

a.link-cta {
	text-decoration: underline
}

a.link-cta span {
	text-decoration: underline
}

html[dir='rtl'] a.link-cta::before {
	color: #1c1c1c;
	content: '\e601';
	display: inline;
	font-family: 'ritz-icons';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 25px;
	line-height: 1;
	padding-right: 5px;
	position: relative;
	speak: none;
	text-transform: none;
	vertical-align: middle
}

html[dir='rtl'] a.link-cta::after {
	display: none
}

.no-touch button:hover:not([disabled]),
.no-touch .button:hover:not([disabled]) {
	background: #363636;
	color: #fff;
	text-decoration: none
}

.no-touch button.outlined-cta:hover:not([disabled]),
.no-touch .button.outlined-cta:hover:not([disabled]) {
	background: #1c1c1c;
	color: #fff;
	text-decoration: none
}

.no-touch button.outlined-cta.transparent:hover,
.no-touch .button.outlined-cta.transparent:hover {
	background: #fff;
	border: 1px solid #1c1c1c;
	color: #1c1c1c;
	text-decoration: none
}

.no-touch button.outlined-cta.reserve-cta:hover,
.no-touch .button.outlined-cta.reserve-cta:hover {
	border: 2px solid #1c1c1c
}

.no-touch button.secondary:hover,
.no-touch .button.secondary:hover {
	background: #c7ddf3;
	color: #31548c
}

.no-touch button.tertiary:hover,
.no-touch button input[type='reset']:hover,
.no-touch .button.tertiary:hover,
.no-touch .button input[type='reset']:hover {
	background: #898989
}

.no-touch a.link-cta:hover {
	color: #3b68b3;
	text-decoration: underline
}

.no-touch a.link-cta:hover::after,
.no-touch a.link-cta:hover::before {
	color: #3b68b3
}

.basecomponent.reservecta+.horizontalrule {
	margin-top: -60px
}

.reserve button,
.reserve .button {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	padding: 8px 10px 5px
}

.journey-button {
	background: #2e557a;
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 18px;
	padding: 14px 37px;
	text-transform: uppercase;
	transition: .5s
}

.journey-button:hover {
	background: #203b55;
	color: #fff;
	text-decoration: none
}

.journey-button:disabled,
.journey-button[disabled] {
	background: #999
}

.journey-button:focus {
	background: #2e557a;
	border: 2px solid #c7ddf3;
	color: #fff;
	text-decoration: none
}

.journey-button.secondary {
	background: transparent;
	border: 1px solid #2e557a;
	color: #2e557a
}

.journey-button.secondary:hover {
	background: #1c1c1c;
	border: 1px solid #1c1c1c;
	color: #fff
}

.journey-button.secondary:disabled,
.journey-button.secondary[disabled] {
	background: transparent;
	border: 2px solid #999
}

.journey-button.secondary:focus {
	background: transparent !important;
	border: 2px solid #1c1c1c;
	color: #1c1c1c !important;
	text-decoration: none
}

.journey-cta {
	color: #97502f;
	font-size: 13px;
	letter-spacing: 1.11px;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase
}

.journey-cta::after {
	content: '\e916';
	font-family: 'ritz-icons';
	font-size: 5px;
	position: relative;
	top: -1px
}

.journey-cta:hover {
	color: #97502f;
	text-decoration: none
}

.journey-cta:hover span {
	border-bottom: 1px solid #97502f
}

.journey-cta:disabled,
.journey-cta[disabled] {
	color: #999
}

.journey-cta:focus span {
	background: #c7ddf3;
	padding: 3px
}

.journey-cta.secondary {
	color: #1c1c1c;
	font-family: "caslon-540", "Times New Roman", serif;
	letter-spacing: 0;
	text-transform: none
}

.journey-cta.secondary::after {
	content: ''
}

.journey-cta.secondary:hover span {
	border-bottom: 1px solid #97502f;
	color: #97502f
}

.journey-link {
	border-bottom: 1px solid #2e557a;
	color: #2e557a;
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	letter-spacing: .3px;
	line-height: 16px
}

.journey-link:hover {
	opacity: 75%
}

.journey-link:disabled,
.journey-link[disabled] {
	border-bottom: 1px solid #999;
	color: #999
}

html.hassmartbanner.homepage .page-wrapper {
	top: 78px
}

html.hassmartbanner.homepage .header {
	top: 78px
}

html.hassmartbanner.homepage .brand-menu-wrapper {
	height: calc(100% - 124px);
	top: 124px
}

html.hassmartbanner .brand-menu-wrapper {
	height: calc(100% - 124px);
	top: 124px
}

html.hassmartbanner .brand-menu-wrapper.stuck {
	top: 46px
}

html.hassmartbanner .brand-menu-wrapper.stuck.shadow {
	top: 37px
}

html.hassmartbanner .shadow {
	top: 115px
}

html.hassmartbanner .brand-hero-homepage {
	top: 78px
}

#smartbanner {
	background: #f2f2f2;
	border-bottom: 1px solid #c2c2c2;
	font-family: 'Helvetica Neue', sans-serif;
	-webkit-font-smoothing: antialiased;
	height: 78px;
	left: 0;
	overflow: hidden;
	position: absolute;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	top: -52px;
	width: 100%;
	z-index: 9998
}

#smartbanner,
html.sb-animation {
	transition: all .3s ease
}

#smartbanner .sb-container {
	margin: 0 auto
}

#smartbanner .sb-close {
	border-radius: 14px;
	color: #787878;
	display: block;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 20px;
	left: 5px;
	line-height: 15px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 30px
}

#smartbanner .sb-close:active {
	color: #aaa;
	font-size: 13px
}

#smartbanner .sb-icon {
	background-size: cover;
	border-radius: 10px;
	display: block;
	height: 57px;
	left: 30px;
	position: absolute;
	top: 10px;
	width: 57px
}

#smartbanner.no-icon .sb-icon {
	display: none
}

#smartbanner .sb-info {
	color: #6a6a6a;
	font-size: 11px;
	font-weight: bold;
	left: 98px;
	line-height: 12px;
	position: absolute;
	top: 10px;
	width: 44%
}

#smartbanner #smartbanner.no-icon .sb-info {
	left: 34px
}

#smartbanner .sb-info strong {
	color: #000;
	display: block;
	font-size: 13px;
	line-height: 15px
}

#smartbanner .sb-info>span {
	display: block
}

#smartbanner .sb-info em {
	font-style: normal
}

#smartbanner .sb-button {
	background: linear-gradient(to bottom, #efefef 0, #dcdcdc 100%);
	color: #6a6a6a;
	font-size: 14px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	min-width: 10%;
	position: absolute;
	right: 5px;
	text-align: center;
	text-decoration: none;
	top: 24px
}

#smartbanner .sb-icon.gloss::after {
	border-radius: 10px 10px 12px 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.8);
	content: '';
	height: 50%;
	left: 0;
	position: absolute;
	top: -1px;
	width: 100%
}

#smartbanner.android {
	background: #f2f2f2;
	border-bottom: 1px solid #c2c2c2
}

#smartbanner.android .sb-close {
	border: 0;
	color: #787878;
	height: 17px;
	line-height: 17px;
	width: 17px
}

#smartbanner.android .sb-close:active {
	color: #eee
}

#smartbanner.android .sb-info {
	color: #303030
}

#smartbanner.android .sb-info strong {
	color: #000;
	padding-bottom: 5px
}

#smartbanner.android .sb-button {
	background: 0;
	color: #007aff;
	font-size: 18px;
	padding-top: 3px
}

#smartbanner.android .sb-button span {
	display: block;
	padding: 0 10px;
	text-align: center;
	text-transform: none
}

#smartbanner.android .sb-button:active,
#smartbanner.android .sb-button:hover {
	background: 0
}

#smartbanner.windows .sb-icon {
	border-radius: 0
}

.new.section.cq-Editable-dom[data-emptytext]::before {
	background-color: rgba(255, 255, 255, 0.75);
	color: gray;
	content: attr(data-emptytext);
	display: inline-block;
	font-family: 'proxima-nova', sans-serif;
	font-size: .8125rem;
	font-style: normal;
	font-weight: normal;
	height: 100%;
	line-height: 2.875rem;
	padding: 0 2px;
	text-align: center;
	width: 100%
}

.new.section.cq-Editable-dom::before {
	background-color: rgba(255, 255, 255, 0.75);
	color: gray;
	content: 'Drag Components Here';
	display: inline-block;
	font-family: 'proxima-nova', sans-serif;
	font-size: .8125rem;
	font-style: normal;
	font-weight: normal;
	height: 100%;
	line-height: 2.875rem;
	padding: 0 2px;
	text-align: center;
	width: 100%
}

picture.image-processing::before {
	background-color: #87beff;
	border-radius: .25rem;
	box-sizing: border-box;
	color: #323232;
	content: 'Image Processing...';
	display: block;
	line-height: 1.0625rem;
	margin: .5rem 0;
	min-height: 2.375rem;
	padding: .625rem .9375rem;
	position: relative
}

.skipnav {
	background: #1c1c1c;
	color: #fff !important;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 15px;
	height: 1px;
	left: -1000px;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	top: -1000px;
	width: 1px;
	z-index: 999999
}

a.skipnav:active,
a.skipnav:focus {
	text-decoration: none !important
}

a.skipnav:active,
a.skipnav:focus,
a.skipnav:hover {
	height: auto;
	left: 0;
	overflow: visible;
	top: 0;
	width: auto
}

a.skipnav:hover {
	text-decoration: underline !important
}

.page-wrapper {
	position: relative;
	transition: transform .3s
}

#externalsite-speedbump-modal {
	max-width: 700px
}

.header-push-filler {
	height: 1px;
	margin-left: -99999px;
	margin-top: -1px
}

.home-header-push {
	/* background: #fff; */
	/* margin-top: 495px; */
	position: relative;
	transform: translate3d(0, 0, 0);
	z-index: 0
}

@media(max-width: 767px) {
	.home-header-push {
		/* margin-top: 350px !important; */
	}
}

@media(max-width: 1350px) {
	.home-header-push {
		/* margin-top: 450px; */
	}
}

.home-content-wrapper {
	background: #fff;
	overflow-x: hidden
}

.home-content-wrapper .main-component-area {
	padding-top: 0 !important
}

.home-content-wrapper .hero-area {
	display: none !important
}

.main-component-area.property {
	padding-top: 40px
}

.main-component-area.brand {
	padding-top: 60px
}

.hero-area.property .brand-hero:not(.photo-tour) .component-caption {
	margin-top: -20px
}

.hero-area.property .brand-hero:not(.photo-tour)>.container {
	margin-bottom: 20px
}

.hero-area.property .form-reservation {
	margin-bottom: 0
}

.hero-area.brand .brand-hero>.container {
	margin-bottom: 0
}

.hero-area.brand .brand-hero .component-caption {
	margin-bottom: 0;
	margin-top: 10px
}

.basecomponent.roomdetail {
	margin-bottom: 60px
}

.basecomponent.roomdetail h3 {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 22px
}

.basecomponent.roomdetail ul li {
	font-size: 16px
}

.sitemap .sitemap-header {
	color: #fff;
	text-align: center
}

.sitemap .sitemap-header svg {
	fill: #fff;
	height: 20px;
	margin-bottom: -5px;
	width: 220px
}

.sitemap .list-wrapper {
	-moz-column-count: 2;
	column-count: 2;
	margin-bottom: 50px
}

@media only screen and (min-width:35em) {
	.sitemap .list-wrapper {
		-moz-column-count: 2;
		column-count: 2
	}
}

@media only screen and (min-width:48.063em) {
	.sitemap .list-wrapper {
		-moz-column-count: 3;
		column-count: 3
	}
}

@media only screen and (min-width:60em) {
	.sitemap .list-wrapper {
		-moz-column-count: 4;
		column-count: 4
	}
}

.has-brand-hero-homepage footer {
	transform: translateZ(1px)
}

.footer-brand {
	background-color: #c7ddf3;
	padding: 0;
	position: relative
}

.footer-brand ul {
	list-style: none;
	margin: 0;
	position: relative
}

.footer-brand ul:last-child li {
	border-bottom: 0 !important
}

.footer-brand ul p.mobile-title {
	margin: 10px 20px 10px 0
}

.footer-brand ul>li:first-of-type {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	margin-bottom: 0
}

.footer-brand ul ul {
	display: none
}

.footer-brand ul ul li {
	margin-bottom: .25em
}

.footer-brand ul ul li a,
.footer-brand ul ul li p {
	color: #1c1c1c;
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 100%
}

.footer-brand ul ul li a.footer-header,
.footer-brand ul ul li p.footer-header {
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	margin: 1em 0 .5em;
	text-transform: uppercase
}

.footer-brand .toggle-accordion {
	position: absolute;
	right: 0;
	top: 0
}

.footer-brand .toggle-accordion.open .icon-plus {
	transform: rotate(45deg)
}

.footer-brand .toggle-accordion .icon-plus {
	color: #1c1c1c;
	display: inline-block;
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	transform-origin: center center;
	transition: transform .3s;
	vertical-align: top;
	width: 45px
}

.hide-footer-brand .footer-brand {
	display: none
}

.brand-universal {
	background-color: #1c1c1c;
	position: relative
}

.brand-universal>.row {
	padding-top: 20px
}

.brand-universal>.row:first-of-type {
	padding-left: .625rem;
	padding-right: .625rem
}

.brand-universal>.row:first-of-type .top-wrapper {
	border-bottom: 1px solid #6f6f6f;
	padding-bottom: 20px
}

.brand-universal>.row:last-child {
	padding-top: 0
}

.brand-universal .trc-story {
	margin-top: 6px;
	padding-left: 0
}

html[dir='rtl'] .brand-universal .trc-story {
	text-align: left
}

.brand-universal .trc-story a {
	color: #fff;
	text-transform: uppercase
}

@media only screen and (max-width:48.001em) {
	.brand-universal .trc-story {
		display: none
	}
	.brand-universal .signup-form {
		font-size: 16px;
		max-width: initial !important;
		padding-left: 0;
		width: 100%
	}
}

.brand-universal .signup-form {
	float: right;
	max-width: 615px;
	padding-right: 0;
	position: relative
}

.brand-universal .signup-form button {
	padding: 11px 20px 10px;
	position: absolute;
	right: -4px;
	top: -2px
}

.brand-universal .signup-form button:hover {
	text-decoration: none
}

.brand-universal .signup-form button:focus {
	text-decoration: none
}

.brand-universal .signup-form label.visually-hidden {
	color: #fff
}

.brand-universal .signup-form input {
	background-color: #1c1c1c;
	border-color: #6f6f6f;
	color: #fff;
	font-size: 1em;
	margin-bottom: 0;
	margin-right: 110px
}

.brand-universal .signup-form input::-moz-placeholder {
	color: #e5e5e5;
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 1em;
	font-style: italic;
	opacity: 1
}

.brand-universal .signup-form input:-ms-input-placeholder {
	color: #e5e5e5;
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 1em;
	font-style: italic;
	opacity: 1
}

.brand-universal .signup-form input::-ms-input-placeholder {
	color: #e5e5e5;
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 1em;
	font-style: italic;
	opacity: 1
}

.brand-universal .signup-form input::placeholder,
.brand-universal .signup-form input.placeholder {
	color: #e5e5e5;
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 1em;
	font-style: italic;
	opacity: 1
}

.brand-universal .signup-form span.error {
	display: none
}

.brand-universal .signup-form.error input {
	border-color: #d4605c
}

.brand-universal .signup-form.error span.error {
	background: 0;
	color: #d4605c;
	display: block;
	font-size: .875rem;
	font-style: normal;
	margin-bottom: -5px;
	padding: 8px 0 0
}

.brand-universal .signup-form .subscribed {
	color: #bfbfbf;
	opacity: .5
}

@media only screen and (max-width:30.063em) {
	.brand-universal .signup-form label.visually-hidden {
		border: 0;
		font-family: "caslon-540", "Times New Roman", serif;
		font-size: 1em;
		font-style: italic;
		height: auto;
		margin: auto;
		opacity: 1;
		overflow: auto;
		position: relative;
		width: auto
	}
	.brand-universal .signup-form input#signup-email::-moz-placeholder {
		color: transparent
	}
	.brand-universal .signup-form input#signup-email:-ms-input-placeholder {
		color: transparent
	}
	.brand-universal .signup-form input#signup-email::-ms-input-placeholder {
		color: transparent
	}
	.brand-universal .signup-form input#signup-email::placeholder {
		color: transparent
	}
	.brand-universal .signup-form button {
		bottom: -2px;
		top: auto
	}
}

@media only screen and (max-width:42.001em) {
	.brand-universal .signup-form {
		padding-left: 0;
		width: 100%
	}
}

.brand-universal .links-row ul {
	list-style: none;
	margin-left: 0
}

.brand-universal .links-row li {
	float: left;
	margin-right: .5em;
	padding-right: .5em
}

.brand-universal .links-row li:last-child {
	margin-right: 0;
	padding-right: 0
}

.brand-universal .links-row li a {
	color: #bfbfbf;
	font-size: 14px
}

@media only screen and (max-width:48.063em) {
	.brand-universal .links-row li.tracking-prefs {
		display: none
	}
}

.brand-universal .links-row .language-option {
	clear: both
}

.brand-universal .links-row .language-option label {
	color: #fff
}

.brand-universal .links-row .language-option>p {
	color: #6f6f6f;
	padding: 1px 0 0
}

.brand-universal .links-row .language-option:lang(ar) .left {
	float: right !important
}

.brand-universal .links-row .language-option:lang(ar) .right {
	float: left !important
}

.brand-universal .links-row .local {
	background-color: transparent;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 80px
}

.brand-universal .links-row .local :hover {
	cursor: pointer
}

.brand-universal .links-row .local::after {
	color: #bfbfbf;
	content: '\e62a';
	font-family: 'ritz-icons';
	font-size: 13px;
	position: absolute;
	right: 0;
	top: 2px;
	z-index: 0
}

html[dir='rtl'] .brand-universal .links-row .local::after {
	right: 75%
}

.brand-universal .links-row .local select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	color: #bfbfbf;
	height: 25px;
	margin-bottom: 0;
	padding: 0 5px;
	position: relative;
	top: -2px;
	width: 130%;
	z-index: 1
}

.brand-universal .links-row .local select option {
	color: #bfbfbf
}

@media only screen and (min-width:64.063em) {
	.brand-universal .links-row ul .language-option {
		clear: none;
		float: right
	}
}

.brand-universal .copyright {
	color: #bfbfbf;
	font-size: 14px
}

.brand-universal .social-icons {
	color: #bfbfbf;
	font-size: 14px
}

@media only screen and (max-width:64.063em) {
	.brand-universal .social-icons {
		float: left;
		width: 100%
	}
}

.brand-universal .footer-social {
	padding-bottom: 20px
}

.brand-universal .social-icons {
	margin-bottom: 0;
	margin-left: 0;
	text-align: left
}

.brand-universal .social-icons li {
	display: inline-block
}

.brand-universal .social-icons li a {
	color: #bfbfbf;
	font-size: 21px;
	margin-right: 8px;
	padding: 0 4px 0 0;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: color
}

.brand-universal .social-icons li a:hover {
	color: #fff
}

@media only screen and (min-width:64.063em) {
	.brand-universal .social-icons {
		position: absolute;
		right: 0;
		text-align: right;
		top: 0
	}
	html[dir='rtl'] .brand-universal .social-icons {
		left: 10px;
		text-align: left
	}
}

.footer-page {
	background-color: #a5c1e2;
	margin-top: 10px;
	padding: 35px 0;
	position: relative
}

.footer-page ul {
	list-style: none;
	margin: 0;
	padding-left: 9px
}

.footer-page ul li {
	float: left;
	margin-bottom: 0
}

.footer-page ul li:last-child::after {
	content: ''
}

html[dir='rtl'] .footer-page ul li:last-child::after {
	content: '|'
}

html[dir='rtl'] .footer-page ul li:first-child::after {
	content: ''
}

.footer-page ul li::after {
	content: '|';
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none
}

.footer-page ul li a {
	color: #1c1c1c;
	font-size: 16px;
	text-transform: uppercase
}

.brand-header {
	position: relative
}

.brand-header .header {
	position: fixed;
	top: 0;
	transition-duration: .3s;
	transition-property: background, border-color;
	width: 100%;
	z-index: 101
}

.brand-header .header .brand-nav {
	position: relative
}

.brand-header .header .brand-nav.top-padding {
	padding-top: 60px
}

.brand-header .header .brand-nav .brand-header-wrapper {
	float: none;
	padding-top: 20px
}

@media only screen and (max-width:48.063em) {
	.brand-header .header .brand-nav .brand-header-wrapper {
		padding: 0
	}
}

.brand-header .header .brand-logo {
	float: left
}

@media only screen and (max-width:48.063em) {
	.brand-header .header .brand-logo {
		text-align: center;
		width: 100%
	}
}

.brand-header .header .brand-links {
	float: right;
	width: calc(100% - 290px)
}

@media only screen and (max-width:48.063em) {
	.brand-header .header .brand-links {
		width: 100%
	}
}

.brand-header .header .brand-links .brand-rewards,
.brand-header .header .brand-links .navigation {
	float: right
}

.brand-header .header .brand-links .brand-rewards {
	margin-bottom: 10px
}

.brand-header .header .brand-links .navigation {
	text-align: right;
	width: 100%
}

.brand-header .header .brand-logo-text {
	height: 0;
	opacity: 0;
	position: absolute;
	z-index: -1000
}

.brand-header .header .brand-logo-text a {
	display: inline-block;
	height: 35px
}

.brand-header .header .brand-logo-text svg {
	height: 0;
	width: 0
}

.brand-header .header .brand-logo-dark {
	display: none
}

.brand-header .header .brand-logo-text a p,
.brand-header .header .brand-logo-dark a p,
.brand-header .header .brand-logo-light a p {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px
}

.brand-header .header.header-gradient-light:not(.white-header) .brand-nav {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%)
}

.brand-header .header.header-gradient-light:not(.white-header) .brand-nav .brand-logo-dark a {
	-webkit-filter: drop-shadow(0 1px 1px rgba(200, 200, 200, 0.8));
	filter: drop-shadow(0 1px 1px rgba(200, 200, 200, 0.8))
}

.brand-header .header.header-gradient-light:not(.white-header) .brand-nav .brand-logo-dark svg {
	fill: #1c1c1c
}

.brand-header .header.header-gradient-light:not(.white-header) .outlined-cta.transparent {
	border: solid 1px rgba(0, 0, 0, 0.8);
	color: #1c1c1c;
	-webkit-filter: drop-shadow(0 1px 1px rgba(200, 200, 200, 0.8));
	filter: drop-shadow(0 1px 1px rgba(200, 200, 200, 0.8));
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif
}

.brand-header .header.header-gradient-light:not(.white-header) .header-rewards-link,
.brand-header .header.header-gradient-light:not(.white-header) .header-menu-toggle {
	color: #1c1c1c
}

.brand-header .header.header-gradient-light:not(.white-header) .brand-links .navigation {
	border-top: 1px solid rgba(0, 0, 0, 0.4)
}

@media only screen and (max-width:48.063em) {
	.brand-header .header.header-gradient-light:not(.white-header) .brand-links .navigation {
		border: 0
	}
}

.brand-header .header.header-gradient-light:not(.white-header) .brand-links .brand-rewards li {
	color: #1c1c1c
}

.brand-header .header.header-gradient-light:not(.white-header) .brand-links .brand-rewards li a {
	color: #1c1c1c
}

.brand-header .header.header-gradient-light:not(.white-header) .brand-links .brand-rewards li a.sign-in::after {
	color: #1c1c1c
}

.brand-header .header.header-gradient-light:not(.white-header) .brand-links .brand-rewards li.marriott-logo .dark {
	display: block
}

.brand-header .header.header-gradient-light:not(.white-header) .brand-links .brand-rewards li.marriott-logo .light {
	display: none
}

.brand-header .header.header-gradient-light:not(.white-header) .brand-links .brand-rewards li:last-child {
	border-right: 0
}

.brand-header .header.header-gradient-light:not(.white-header) .brand-links .brand-middle li a {
	color: #1c1c1c
}

.brand-header .header.header-gradient-light:not(.white-header) .brand-links .brand-middle li a:hover span,
.brand-header .header.header-gradient-light:not(.white-header) .brand-links .brand-middle li a.active span {
	border-bottom-color: #1c1c1c
}

.brand-header .header.header-gradient-light:not(.white-header) .brand-links .brand-middle li a span {
	-webkit-filter: drop-shadow(0 1px 1px rgba(200, 200, 200, 0.8));
	filter: drop-shadow(0 1px 1px rgba(200, 200, 200, 0.8))
}

.brand-header .header.header-gradient-light:not(.white-header) .brand-logo-dark {
	display: block
}

.brand-header .header.header-gradient-light:not(.white-header) .brand-logo-light {
	display: none
}

.brand-header .header.header-gradient-dark:not(.white-header) .brand-nav {
	background: linear-gradient(to bottom, rgba(28, 28, 28, 0.7) 0, rgba(28, 28, 28, 0) 100%);
	padding-bottom: 50px
}

.brand-header .header.header-gradient-dark:not(.white-header) .brand-middle li a {
	color: #fff
}

.brand-header .header.header-gradient-dark:not(.white-header) .brand-middle li a:hover span,
.brand-header .header.header-gradient-dark:not(.white-header) .brand-middle li a.active span {
	border-bottom-color: #fff
}

.brand-header .header.header-gradient-dark:not(.white-header) .brand-middle li a span {
	-webkit-filter: drop-shadow(0 1px 1px #1c1c1c);
	filter: drop-shadow(0 1px 1px #1c1c1c)
}

.brand-header .header.header-gradient-dark:not(.white-header) .local.right select {
	color: #fff
}

.brand-header .header.header-gradient-dark:not(.white-header) .local.right::after {
	color: #fff
}

.brand-header .header.header-gradient-dark:not(.white-header) .outlined-cta.transparent {
	border: solid 1px rgba(255, 255, 255, 0.8);
	color: #fff;
	-webkit-filter: drop-shadow(0 1px 1px rgba(28, 28, 28, 0.8));
	filter: drop-shadow(0 1px 1px rgba(28, 28, 28, 0.8))
}

.brand-header .header.header-gradient-dark:not(.white-header) .outlined-cta.transparent:hover {
	color: #1c1c1c
}

.brand-header .header.header-gradient-dark:not(.white-header) .brand-rewards li {
	color: #fff;
	-webkit-filter: drop-shadow(0 1px 1px #1c1c1c);
	filter: drop-shadow(0 1px 1px #1c1c1c)
}

.brand-header .header.header-gradient-dark:not(.white-header) .brand-rewards li a {
	color: #fff
}

.brand-header .header.header-gradient-dark:not(.white-header) .brand-rewards li.marriott-logo .dark {
	display: none
}

.brand-header .header.header-gradient-dark:not(.white-header) .brand-rewards li.marriott-logo .light {
	display: block
}

.brand-header .header.header-gradient-dark:not(.white-header) .brand-rewards li:last-child {
	border-right: 0
}

.brand-header .header.header-gradient-dark:not(.white-header) .brand-links .navigation {
	border-top: 1px solid rgba(255, 255, 255, 0.4)
}

@media only screen and (max-width:48.063em) {
	.brand-header .header.header-gradient-dark:not(.white-header) .brand-links .navigation {
		border: 0
	}
}

.brand-header .header.white-header {
	background-color: #fff;
	border-bottom: 1px solid #bfbfbf;
	box-shadow: 0 1px 5px rgba(28, 28, 28, 0.35);
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif
}

.brand-header .header.white-header .outlined-cta.transparent {
	border: 1px solid var(--secondary-theme-color);
	color: var(--secondary-theme-color);
	-webkit-filter: none;
	filter: none;
	margin-bottom: 25px
}

.brand-header .header.white-header .outlined-cta.transparent:hover {
	background: var(--secondary-theme-color);
	color: #fff
}

.brand-header .header.white-header .header-menu-toggle,
.brand-header .header.white-header .header-rewards-link {
	color: #1c1c1c
}

.brand-header .header.white-header .brand-middle li {
	color: #1c1c1c
}

.brand-header .header.white-header .brand-middle li a {
	color: #1c1c1c;
}

.brand-header .header.white-header .brand-middle li a:hover span,
.brand-header .header.white-header .brand-middle li a.active span {
	border-bottom-color: var(--secondary-theme-color);
}

.brand-header .header.white-header .brand-middle li a span {
	-webkit-filter: none;
	filter: none
}

.brand-header .header.white-header .brand-middle .button.outlined-cta.reserve-cta {
	border: solid 1px #1c1c1c
}

.brand-header .header.white-header .brand-rewards li {
	color: #1c1c1c
}

.brand-header .header.white-header .brand-rewards li:last-child {
	border-right: 0
}

.brand-header .header.white-header .brand-rewards li a {
	color: var(--secondary-theme-color);
}

.brand-header .header.white-header .brand-rewards li a.sign-in::after {
	color: #1c1c1c
}

.brand-header .header.white-header .brand-rewards li.marriott-logo .light {
	display: none
}

.brand-header .header.white-header .brand-logo-light {
	display: none
}

.brand-header .header.white-header .brand-logo-dark {
	display: block
}

.brand-header .header.white-header .brand-logo-dark a {
	-webkit-filter: none;
	filter: none;
	height: inherit
}

.brand-header .header.white-header .brand-logo-dark svg {
	fill: #1c1c1c
}

.brand-header .header.white-header .brand-logo-text {
	display: none;
	height: auto;
	opacity: 1;
	position: relative;
	z-index: 1
}

.brand-header .header.white-header .brand-logo-text picture img.primary {
	width: 250px
}

.brand-header .outlined-cta.transparent {
	font-weight: 400;
	height: auto !important;
	letter-spacing: .1em;
	margin: 0 0 0 10px;
	padding: 6px 16px 4px;
	text-decoration: none
}

.brand-header .brand-middle {
	display: inline;
	list-style: none;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto
}

.brand-header .brand-middle li {
	display: inline-block;
	margin-bottom: 0
}

.brand-header .brand-middle li:last-child {
	padding-right: 0
}

.brand-header .brand-middle li a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	letter-spacing: .05em;
	padding: 20px 10px 5px;
	text-decoration: none;
	text-transform: uppercase
}

.brand-header .brand-middle li a span {
	border-bottom: 1px solid transparent;
	display: inline-block;
	transition: border-color .3s
}

.brand-header .brand-middle li a:hover span,
.brand-header .brand-middle li a.active span {
	border-bottom-color: #fff
}

.brand-header .brand-rewards {
	list-style: none;
	margin-bottom: 0
}

.brand-header .brand-rewards li {
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	height: 16px;
	margin-right: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: capitalize;
	transition: opacity .3s
}

.brand-header .brand-rewards li:last-child {
	margin-right: 0;
	padding-right: 0
}

.brand-header .brand-rewards li span,
.brand-header .brand-rewards li a {
	display: block;
	margin-top: -2px
}

.brand-header .brand-rewards li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase
}

.brand-header .brand-rewards li a:hover {
	opacity: 1
}

.brand-header .brand-rewards li .icon {
	display: inline;
	font-size: 18px;
	margin-right: 2px;
	position: relative;
	top: 4px
}

.brand-header .brand-rewards li .icon.icon-globe {
	font-size: 16px;
	top: 1px
}

.brand-header .brand-rewards li.marriott-logo img {
	max-height: 20px
}

.brand-header .brand-rewards label {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px
}

.brand-header .brand-rewards .local.right {
	position: relative
}

.brand-header .brand-rewards .local.right select {
	background-color: transparent;
	background-image: none;
	border: 0;
	color: #1c1c1c;
	cursor: pointer;
	font-size: 12px;
	height: 24px;
	margin: 0;
	padding: 0 10px 0 0;
	position: relative;
	text-transform: uppercase;
	top: -1px;
	width: 66px;
	z-index: 1
}

.brand-header .brand-rewards .local.right select:lang(ar) {
	padding-right: 15px
}

.brand-header .brand-rewards .local.right select option {
	color: #000 !important;
	padding-left: 10px
}

.brand-header .brand-rewards .local.right::after {
	color: #1c1c1c;
	content: '\e62a';
	font-family: 'ritz-icons';
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 3px;
	z-index: 0
}

.brand-header .brand-rewards .local.right.small-lang select {
	width: 55px
}

.brand-header .brand-rewards .local.right.small-lang::after {
	left: 45px
}

.brand-header .brand-rewards .local.right.long-lang select {
	width: 80px
}

.brand-header .brand-rewards .local.right.long-lang::after {
	left: 70px
}

.brand-header .brand-logo-light {
	opacity: 1;
	transition-duration: .3s;
	transition-property: opacity
}

.brand-header .brand-logo-light a {
	display: inline-block;
	-webkit-filter: drop-shadow(0 1px 1px rgba(28, 28, 28, 0.8));
	filter: drop-shadow(0 1px 1px rgba(28, 28, 28, 0.8))
}

.brand-header .brand-logo-light svg {
	fill: #fff;
	height: 44px;
	padding-top: 5px;
	width: 230px
}

.brand-header .brand-logo-light picture img.primary {
	-webkit-filter: drop-shadow(0 1px 1px rgba(28, 28, 28, 0.7));
	filter: drop-shadow(0 1px 1px rgba(28, 28, 28, 0.7));
	height: auto;
	padding-top: 5px;
	width: 230px
}

@media only screen and (min-width:48.063em) {
	.brand-header .brand-logo-light svg {
		height: 55px;
		width: 260px
	}
	.brand-header .brand-logo-light picture img.primary {
		height: 110px;
		padding-top: 10px;
		width: 260px
	}
}

.brand-header .brand-logo-dark {
	opacity: 1;
	transition-duration: .3s;
	transition-property: opacity
}

.brand-header .brand-logo-dark a {
	display: inline-block;
	-webkit-filter: drop-shadow(0 1px 1px rgba(200, 200, 200, 0.8));
	filter: drop-shadow(0 1px 1px rgba(200, 200, 200, 0.8))
}

.brand-header .brand-logo-dark svg {
	fill: #000;
	height: auto;
	padding-top: 5px;
	width: 230px
}

.brand-header .brand-logo-dark picture img.primary {
	height: auto;
	width: 190px
}

@media only screen and (min-width:48.063em) {
	.brand-header .brand-logo-dark svg {
		height: 55px;
		width: 190px
	}
	.brand-header .brand-logo-dark picture img.primary {
		height: auto;
		width: 190px
	}
}

.brand-header .header-menu-toggle {
	background: none !important;
	border: solid 1px transparent;
	border-bottom: 0;
	border-radius: 3px;
	color: #fff;
	display: none;
	left: 0;
	opacity: .8;
	padding: 11px 14px;
	position: absolute;
	text-decoration: none;
	text-shadow: #1c1c1c;
	top: 2px;
	transition: opacity .3s;
	transition-duration: .3s;
	transition-property: all
}

.brand-header .header-rewards-link {
	border: solid 1px transparent;
	border-bottom: 0;
	border-radius: 3px;
	color: #fff;
	display: none;
	font-size: 20px;
	opacity: .8;
	padding: 11px 13px;
	position: absolute;
	right: 0;
	text-decoration: none !important;
	top: 1px;
	transition: opacity .3s;
	transition-duration: .3s;
	transition-property: all
}

.brand-header .header-rewards-link:hover {
	color: #fff;
	opacity: 1
}

@media only screen and (max-width:64.063em) {
	.brand-header .brand-rewards li a {
		letter-spacing: .05em
	}
}

.brand-header .sticky-nav {
	z-index: 1000
}

.brand-header .sticky-nav.header {
	padding-bottom: 0;
	position: relative;
	z-index: 1000
}

.brand-header .sticky-nav.header .brand-links {
	background-color: #fff;
	position: relative;
	z-index: 1000
}

.brand-header .sticky-nav.header .brand-links .brand-middle {
	opacity: 1;
	transition: opacity .3s
}

.brand-header .sticky-nav.header .brand-links.stuck {
	box-shadow: 0 1px 5px rgba(28, 28, 28, 0.35);
	height: 54px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000
}

.brand-header .sticky-nav.header .brand-links.stuck .brand-logo-text {
	height: auto;
	opacity: 1
}

.brand-header .sticky-nav.header .brand-links.stuck .brand-middle {
	height: 0;
	max-height: 50px;
	opacity: 0;
	overflow: hidden;
	transition: opacity .2s
}

.brand-header .sticky-nav.header .brand-links.stuck .brand-rewards {
	position: absolute;
	right: 15px;
	top: 16px
}

.brand-header .sticky-nav.header .brand-links.stuck .brand-rewards .marriott-logo {
	display: none
}

.brand-header .sticky-nav.header .brand-links.stuck .brand-rewards li:not(.white-header):not(.language-option) {
	margin: 0;
	padding: 0
}

.brand-header .sticky-nav.header .brand-links.stuck .outlined-cta.transparent {
	left: 15px;
	margin: 0;
	position: absolute;
	top: 10px
}

.brand-header .sticky-nav.header .brand-links.stuck .language-option label {
	position: fixed
}

.brand-header .sticky-nav.header .brand-links.stuck.tall {
	height: 70px
}

.brand-header .sticky-nav.header .brand-links.stuck.tall .brand-logo-text {
	top: 14px
}

.brand-header .sticky-nav.header .brand-links.stuck.tall .brand-rewards {
	top: 27px
}

.brand-header .sticky-nav.header .header-menu-toggle,
.brand-header .sticky-nav.header .header-rewards-link {
	color: #1c1c1c
}

.brand-header .sticky-nav.header .brand-logo-text {
	height: 29px;
	left: 50%;
	margin-left: -110px;
	overflow: hidden;
	top: 15px;
	transition: opacity .4s;
	width: 220px
}

.brand-header .sticky-nav.header .brand-logo-text svg {
	height: 23px;
	margin-top: 10px;
	width: 220px
}

.brand-header .sticky-nav.header .brand-logo-dark {
	margin-bottom: 20px;
	z-index: 1
}

.brand-header .sticky-nav.header .brand-logo-dark a {
	margin-bottom: 0
}

.brand-header .sticky-nav .white-header {
	box-shadow: none
}

.brand-header.brand-header-local .header.white-header {
	box-shadow: none
}

.brand-header.brand-header-local .header.white-header.sticky-nav .brand-logo-text svg {
	margin-top: 0
}

.brand-header.brand-header-local .header.white-header .brand-logo-text {
	display: none
}

.brand-header.brand-header-local .header.white-header .brand-logo-text picture img.primary {
	height: 30px;
	width: auto
}

.brand-header.brand-header-local .header.white-header .brand-logo-light {
	display: none
}

.brand-header.brand-header-local .header.white-header nav.stuck .brand-logo-text {
	display: block;
	position: fixed;
	z-index: 999999
}

.brand-header.brand-header-local .header.white-header nav.stuck .brand-logo-text.tall {
	top: 25px
}

@media only screen and (max-width:48.001em) {
	.brand-header .brand-middle,
	.brand-header .outlined-cta.transparent,
	.brand-header .brand-rewards {
		display: none
	}
	.brand-header .header-rewards-link,
	.brand-header .header-menu-toggle {
		display: block
	}
	.brand-header .brand-logo-dark {
		padding-top: 10px
	}
	.brand-header .white-header {
		padding: 0 0 15px
	}
	.brand-header .white-header picture img.primary {
		padding-bottom: 0
	}
	.brand-header.sticky-nav .brand-logo-text {
		display: block !important;
		top: 2px !important
	}
	.brand-header.sticky-nav .brand-header,
	.brand-header.sticky-nav .brand-links {
		height: 46px
	}
	.brand-header.sticky-nav .brand-logo-dark {
		display: none
	}
	.brand-header.brand-header-local .white-header {
		padding: 0
	}
	.brand-header.brand-header-local .header.white-header.sticky-nav nav.stuck .brand-logo-text.tall {
		top: 8px
	}
	.brand-header.brand-header-local .header.white-header.sticky-nav .brand-logo-text {
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 10px;
		z-index: 9999999
	}
}

.has-brand-hero-homepage .brand-header .header.white-header {
	transform: translateZ(2px)
}

.ie8 .brand-header .brand-logo-text {
	display: none
}

.ie8 .brand-header .brand-logo-dark img {
	width: 260px
}

@media only screen and (max-width:48.001em) {
	.brand-header.brand-header-local .sticky-nav {
		height: 46px
	}
	.brand-header.brand-header-local .sticky-nav .brand-links {
		background-color: #fff;
		height: 45px !important
	}
	.brand-header .header.sticky-nav .brand-logo-text {
		height: auto;
		left: auto;
		margin: 0 auto;
		opacity: 1;
		padding-top: 2px;
		position: static;
		width: 200px
	}
	.brand-header .header.sticky-nav .brand-logo-text svg {
		width: 200px
	}
	.brand-header .header.sticky-nav .brand-logo-dark {
		display: none;
		opacity: 0
	}
	.brand-header .header.sticky-nav.white-header {
		box-shadow: none
	}
}

@media only screen and (min-width:60em) {
	.brand-header .brand-middle li a {
		letter-spacing: .1em
	}
}

@media only screen and (min-width:72em) {
	.brand-header .outlined-cta.transparent {
		width: 140px
	}
	.brand-header:lang(ru) .outlined-cta.transparent {
		width: auto
	}
	.brand-header .brand-middle li a {
		padding: 20px 13px 5px
	}
}

@media only screen and (max-width:48.063em) {
	.brand-header .brand-logo-light svg,
	.brand-header .brand-logo-light picture img.primary {
		margin-top: 15px
	}
}

.no-touch .header-menu-toggle:hover {
	color: #fff;
	opacity: 1;
	text-decoration: none
}

html.csstransforms .brand-hero-homepage img {
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0)
}

html.csstransforms .brand-hero-homepage img.lock-to-middle {
	bottom: 50%;
	transform: translate(-50%, 50%)
}

html.csstransforms .brand-hero-homepage img.lock-to-bottom {
	bottom: 0
}

.brand-hero-homepage {
	border-bottom: solid 1px #bfbfbf;
	height: 90vh;
	/* max-height: 100%; */
	position: relative;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 100;
}

.brand-hero-homepage>.basecomponent {
	height: 100%
}

.brand-hero-homepage .brand-hero.ratio_hero .slide img {
	height: auto !important
}

.brand-hero-homepage img {
	max-height: 140% !important;
	max-width: none !important;
	min-height: 100% !important;
	min-width: 100% !important;
	width: auto !important
}

.brand-hero-homepage .video-viewer {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	height: auto !important;
	left: -55%;
	max-width: none !important;
	min-height: 100% !important;
	min-width: 100% !important;
	width: 210% !important
}

@media only screen and (min-width:48.063em) {
	.brand-hero-homepage .video-viewer {
		left: -37.5%;
		width: 175% !important
	}
}

@media only screen and (min-width:60em) {
	.brand-hero-homepage .video-viewer {
		left: -17.5%;
		width: 135% !important
	}
}

@media only screen and (min-width:72em) {
	.brand-hero-homepage .video-viewer {
		left: -7.5%;
		width: 115% !important
	}
}

@media only screen and (min-width:87.063em) {
	.brand-hero-homepage .video-viewer {
		left: 0;
		width: 100% !important
	}
}

.brand-hero-homepage .brand-headline-wrapper {
	bottom: 150px;
	max-width: 620px;
	padding-left: .625rem;
	padding-right: .625rem;
	position: absolute;
	text-decoration: none !important;
	z-index: 102
}

.brand-hero-homepage .brand-headline-wrapper :last-child {
	margin-bottom: 0
}

.brand-hero-homepage .brand-headline-wrapper.left-bottom {
	left: 50%;
	margin-left: -600px;
	text-align: left
}

.brand-hero-homepage .brand-headline-wrapper.right-bottom {
	margin-right: -600px;
	right: 50%;
	text-align: right
}

.brand-hero-homepage .brand-headline-wrapper.left-center {
	bottom: 35%;
	left: 50%;
	margin-left: -600px;
	text-align: left
}

.brand-hero-homepage .brand-headline-wrapper.right-center {
	bottom: 35%;
	margin-right: -600px;
	right: 50%;
	text-align: right
}

.brand-hero-homepage .brand-headline-wrapper h1,
.brand-hero-homepage .brand-headline-wrapper h2.page-title,
.brand-hero-homepage .brand-headline-wrapper h2 {
	color: #fff;
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 36px;
	letter-spacing: .1em
}

.brand-hero-homepage .brand-headline-wrapper h1.dark-headline,
.brand-hero-homepage .brand-headline-wrapper h2.dark-headline.page-title,
.brand-hero-homepage .brand-headline-wrapper h2.dark-headline {
	color: #1c1c1c
}

.brand-hero-homepage .brand-headline-wrapper h1 span,
.brand-hero-homepage .brand-headline-wrapper h2.page-title span,
.brand-hero-homepage .brand-headline-wrapper h2 span {
	display: block;
	line-height: 1.2em
}

.brand-hero-homepage .brand-headline-wrapper h3 {
	color: #fff;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.25em
}

.brand-hero-homepage .brand-headline-wrapper h3.dark-caption {
	color: #1c1c1c
}

@media only screen and (min-width:48.063em) and (max-width:1272px) {
	.brand-hero-homepage .brand-headline-wrapper {
		max-width: 620px
	}
	.brand-hero-homepage .brand-headline-wrapper.left-bottom {
		left: 30px;
		margin-left: 0
	}
	.brand-hero-homepage .brand-headline-wrapper.right-bottom {
		margin-right: 0;
		right: 30px
	}
	.brand-hero-homepage .brand-headline-wrapper.left-center {
		left: 30px;
		margin-left: 0
	}
	.brand-hero-homepage .brand-headline-wrapper.right-center {
		margin-right: 0;
		right: 30px
	}
}

.brand-hero-homepage .brand-hero .autoplay-toggle {
	left: 15px
}

.brand-hero-homepage .brand-hero .caption {
	background: rgba(28, 28, 28, 0.8);
	font-size: 14px;
	height: auto;
	left: auto;
	letter-spacing: 1.25px;
	line-height: 14px;
	max-width: calc(100% - 60px);
	padding: 10px 40px 8px;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	width: auto
}

.brand-hero-homepage .brand-hero .caption a {
	color: #fff
}

@media only screen and (max-width:35em) {
	.brand-hero-homepage .video-viewer {
		width: 175%
	}
	.brand-hero-homepage .brand-headline-wrapper.left-bottom {
		bottom: 10%;
		left: 30px;
		margin-left: 0
	}
	.brand-hero-homepage .brand-headline-wrapper.right-bottom {
		bottom: 10%;
		margin-right: 0;
		right: 3%
	}
	.brand-hero-homepage .brand-headline-wrapper.left-center {
		bottom: 10%;
		left: 3%;
		margin-left: 0
	}
	.brand-hero-homepage .brand-headline-wrapper.right-center {
		bottom: 10%;
		margin-right: 0;
		right: 3%
	}
	.brand-hero-homepage .brand-headline-wrapper h1,
	.brand-hero-homepage .brand-headline-wrapper h2.page-title,
	.brand-hero-homepage .brand-headline-wrapper h2 {
		font-size: 24px;
		line-height: 1
	}
	.brand-hero-homepage .brand-headline-wrapper h3 {
		display: none
	}
}

@media only screen and (min-width:35em) and (max-width:48em) {
	.brand-hero-homepage {
		width: 100%
	}
	.brand-hero-homepage .brand-headline-wrapper {
		bottom: 40px
	}
	.brand-hero-homepage .brand-headline-wrapper h1,
	.brand-hero-homepage .brand-headline-wrapper h2.page-title,
	.brand-hero-homepage .brand-headline-wrapper h2 {
		font-size: 24px;
		line-height: 1
	}
	.brand-hero-homepage .brand-headline-wrapper.left-bottom {
		left: 30px;
		margin-left: 0
	}
	.brand-hero-homepage .brand-headline-wrapper.right-bottom {
		margin-right: 0;
		right: 30px
	}
	.brand-hero-homepage .brand-headline-wrapper.left-center {
		bottom: 10%;
		left: 30px;
		margin-left: 0
	}
	.brand-hero-homepage .brand-headline-wrapper.right-center {
		bottom: 10%;
		margin-right: 0;
		right: 30px
	}
}

@media(min-height:640px) and (min-width:35em) {
	.brand-hero-homepage {
		/* height: 640px */
	}
	.brand-hero-homepage .brand-headline-wrapper {
		bottom: 60px
	}
	.brand-hero-homepage .brand-headline-wrapper h3 {
		display: block
	}
}

@media only screen and (max-height:639px) {
	.brand-hero-homepage .brand-headline-wrapper {
		bottom: 40px
	}
}

@media(min-height:640px) and (min-width:48.063em) {
	.brand-hero-homepage {
		/* height: calc(100% - 98px); */
		max-height: 1200px;
		width: 100%
	}
	.brand-hero-homepage .brand-headline-wrapper {
		bottom: 150px
	}
}

.property-header {
	padding-bottom: 10px;
	padding-top: 1px;
	position: relative;
	z-index: 1
}

.property-header>.row {
	position: relative
}

.property-header .logo {
	line-height: 1;
	margin: 5px auto 10px;
	position: relative;
	text-align: center;
	top: 5px;
	transition: opacity .3s;
	width: 250px
}

.property-header .logo a {
	display: block
}

.property-header .logo a:hover {
	text-decoration: none
}

.property-header .logo a picture img.brand-lock-up {
	height: auto;
	margin: auto;
	max-height: 150px;
	width: auto
}

.property-header .logo a p {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px
}

.property-header .property-info {
	position: relative;
	text-align: center
}

.property-header .property-info>p {
	font-size: 12px;
	margin-bottom: 0
}

.property-header .property-info>p a {
	color: #6f6f6f
}

.property-header .property-info>p span {
	display: block
}

.property-header .property-info .property-address span {
	display: inline
}

.property-header .property-name {
	color: #1c1c1c;
	display: block;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	margin: auto;
	position: static;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 95%
}

.property-header .property-name:hover {
	text-decoration: none
}

.property-header .brand-lock-up {
	display: none
}

.property-header .brand-text {
	display: block;
	height: 26px;
	width: 250px
}

.property-header .brand-text.al-bustan {
	height: 39px;
	margin: 0 auto
}

.property-header .brand-text.hotel-paix-geneva {
	height: auto;
	margin: 10px 0
}

.property-header .brand-text.al-wadi-desert {
	height: auto;
	margin: 10px 0
}

.property-header .brand-text.sharq {
	height: 40px;
	margin: 0 auto;
	width: 113px
}

.property-header .brand-text.trc-montreal {
	height: 40px;
	margin: 0 auto
}

.property-header .brand-text.trc-club {
	height: 37px;
	margin: 0 auto;
	width: 225px
}

.property-header .brand-text.trc-residences {
	height: 37px;
	margin: 0 auto;
	width: 225px
}

.property-header .brand-text.trc-portman {
	margin-left: -15px;
	width: 280px
}

.property-header .mobile-logo-option {
	height: auto;
	margin: auto;
	max-height: 150px;
	padding-top: 10px;
	width: auto
}

.property-header .override.edition {
	height: 43px;
	margin: 0 auto;
	width: 240px
}

.sticky-header {
	background: #fff;
	height: 44px;
	margin-top: -45px;
	opacity: 0;
	position: absolute;
	transition: opacity 500ms;
	width: 100%
}

.sticky-header h6 {
	color: #1c1c1c;
	display: inline-block;
	float: left;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	margin-bottom: 10px;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 12px;
	position: relative;
	text-decoration: none;
	text-overflow: ellipsis;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	width: 33%;
	z-index: 10
}

html[dir='rtl'] .sticky-header h6 {
	text-align: left
}

.sticky-header h6 a {
	color: #1c1c1c
}

.sticky-header .brand-logo {
	position: absolute;
	text-align: center;
	top: 2px;
	width: 100%
}

.sticky-header .brand-logo a {
	display: inline-block;
	height: 35px
}

.sticky-header .brand-logo a p {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px
}

.sticky-header .brand-logo picture img {
	height: 30px;
	margin-top: 5px;
	width: auto
}

.sticky-header .brand-logo img {
	width: 220px
}

.sticky-header .brand-logo svg {
	fill: #1c1c1c;
	height: 23px;
	margin-top: 10px;
	width: 220px
}

.sticky-header .brand-logo .dorado-beach,
.sticky-header .brand-logo .phulay-bay {
	height: 37px;
	margin-top: 7px
}

.sticky-header .brand-logo .al-bustan {
	height: 39px;
	margin-top: 5px
}

.sticky-header .brand-logo .edition {
	height: 21px
}

.sticky-header .brand-logo .hotel-paix-geneva {
	height: auto;
	margin-top: 14px
}

.sticky-header .brand-logo .al-wadi-desert {
	height: auto;
	margin-top: 13px
}

.sticky-header .brand-logo .zadun {
	height: 30px;
	margin-top: 5px
}

.sticky-header .brand-logo svg.al-wadi-desert {
	width: 290px
}

.sticky-header .brand-logo .trc-portman {
	margin-left: -15px;
	width: 280px
}

.sticky-header .brand-logo+.row {
	max-width: none
}

.sticky-header .brand-sign-in {
	color: #6f6f6f;
	display: inline-block;
	float: right;
	font-size: 16px;
	padding-right: 20px;
	padding-top: 11px;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	vertical-align: middle;
	z-index: 10
}

@media only screen and (min-width:48.063em) {
	.property-header {
		padding-bottom: 15px;
		padding-top: 20px
	}
	.property-header .logo {
		margin-top: 0;
		padding-top: 0
	}
	.property-header .property-info {
		position: absolute;
		right: 8px;
		text-align: right;
		top: 0;
		width: 35%
	}
	.property-header .property-name {
		margin-bottom: 10px;
		width: 60%
	}
	.property-header .brand-lock-up {
		display: block;
		height: 100px;
		width: 250px
	}
	.property-header .brand-lock-up.al-bustan {
		height: 125px;
		margin: 0 auto;
		width: 200px
	}
	.property-header .brand-lock-up.hotel-arts {
		height: 122px;
		margin: 0 auto;
		width: 240px
	}
	.property-header .brand-lock-up.hotel-paix-geneva {
		height: 80px;
		margin-left: -50px;
		width: 350px
	}
	.property-header .brand-lock-up.al-wadi-desert {
		height: 80px;
		margin-left: -50px;
		width: 350px
	}
	.property-header .brand-lock-up.penha-longa {
		height: 135px;
		margin: 0 auto;
		width: 180px
	}
	.property-header .brand-lock-up.sharq {
		height: 176px;
		margin: 0 auto;
		width: 110px
	}
	.property-header .brand-lock-up.trc-montreal {
		height: 140px
	}
	.property-header .brand-lock-up.trc-club,
	.property-header .brand-lock-up.trc-residences {
		height: 120px
	}
	.property-header .brand-lock-up.trc-portman {
		height: auto;
		margin-left: -50px;
		width: 350px
	}
	.property-header .brand-text {
		display: none
	}
	.property-header .mobile-logo-option {
		display: none
	}
	.property-nav .sticky-header {
		display: none
	}
	.property-nav.stuck {
		background-color: #fff;
		border-color: #bfbfbf;
		box-shadow: 0 0 1px rgba(28, 28, 28, 0.25);
		display: block;
		position: fixed;
		top: 44px;
		width: 100%;
		z-index: 1000
	}
	.property-nav.stuck .sticky-header {
		display: block;
		opacity: 1
	}
}

@media only screen and (max-width:48.063em) {
	.property-header picture img.brand-text {
		display: block;
		height: auto
	}
}

@media only screen and (max-width:48em) {
	.property-header {
		margin-bottom: 0 !important
	}
}

@media only screen and (min-width:30.063em) {
	.property-header .logo {
		top: 8px
	}
}

.property-nav {
	border-bottom: solid 1px #e5e5e5;
	border-top: solid 1px #e5e5e5;
	font-weight: 500;
	transition-duration: 300ms;
	transition-property: background, box-shadow, top
}

.property-nav.no-reservations .menu-toggle {
	padding: 7px 11px;
	position: relative;
	right: auto;
	text-align: left;
	top: auto;
	width: 100%
}

.property-nav.no-nav p.item-reservations {
	display: block;
	text-align: center
}

.property-nav.no-nav p.item-reservations .reserve-cta {
	float: none !important
}

.property-nav.empty {
	border-bottom: 0
}

.property-nav.broken-nav nav {
	border: 2px solid #ce4844 !important
}

.property-nav.broken-nav ul li a {
	color: #ce4844 !important
}

.property-nav .item-reservations {
	flex-grow: initial;
	list-style: none;
	margin: 0;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	text-align: center;
	top: 8px
}

.property-nav .item-reservations .reserve-cta {
	margin-left: 8px;
	margin-right: 0;
	min-width: 140px
}

.property-nav .menu-toggle {
	color: #1c1c1c;
	display: block;
	font-size: 13px;
	padding: 10px 0;
	position: absolute;
	right: 11px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	top: -3px;
	width: calc(100% - 160px)
}

.property-nav .menu-toggle [class*='icon'] {
	color: #bfbfbf;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: 1px;
	transform-origin: center center;
	transition: transform .3s
}

.property-nav .menu-toggle.is-expanded [class*='icon'] {
	color: #1c1c1c;
	transform: rotate(180deg)
}

.property-nav ul {
	display: block;
	height: auto;
	list-style: none;
	margin: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s
}

.property-nav ul li:last-child {
	margin-right: 0 !important
}

.property-nav ul li:last-child:lang(ar) {
	margin-right: 24px !important
}

.property-nav ul li {
	flex-grow: 1;
	list-style: none;
	margin: 0;
	padding: 0 15px
}

.property-nav ul li a {
	color: #1c1c1c;
	display: block;
	font-size: 13px;
	height: 47px;
	padding: 16px 0 12px;
	text-transform: uppercase
}

.property-nav ul li a:hover,
.property-nav ul li a.active {
	text-decoration: none
}

.property-nav ul li a:hover span,
.property-nav ul li a.active span {
	border-bottom-color: #1c1c1c
}

.property-nav ul li a span {
	border-bottom: solid 1px transparent;
	display: inline-block;
	transition-duration: .3s;
	transition-property: all
}

.property-nav ul li .visible-large {
	display: none
}

.property-nav ul li .hidden-large {
	display: inline-block
}

@media only screen and (min-width:48.063em) {
	.property-nav .menu-toggle {
		display: none
	}
	.property-nav ul {
		display: inline-block;
		float: left;
		height: 47px;
		max-height: 47px !important;
		padding-left: 30px
	}
	.property-nav ul li {
		display: inline-block;
		margin-right: 30px;
		padding: 0
	}
	.property-nav ul li a {
		letter-spacing: .05em
	}
	.property-nav .item-reservations {
		float: left
	}
}

@media(min-width:60em) {
	.property-nav ul {
		padding-left: 15px
	}
	.property-nav ul li {
		margin-right: 15px
	}
	.property-nav ul li .visible-large {
		display: inline-block
	}
	.property-nav ul li .hidden-large {
		display: none
	}
	ul li a span {
		display: inline-block
	}
}

@media(min-width:64.063em) {
	.property-nav ul {
		padding-left: 24px
	}
	.property-nav ul li {
		margin-right: 24px
	}
}

@media(min-width:72em) {
	.property-nav ul {
		padding-left: 44px
	}
	.property-nav ul li {
		margin-right: 44px
	}
	.property-nav.no-reservations ul {
		padding-left: 24px
	}
	.property-nav.no-reservations ul li {
		margin-right: 24px
	}
}

.hide-property-nav .property-nav {
	display: none
}

.back-to-top {
	background: #1c1c1c;
	border-radius: 3px;
	bottom: -30px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	opacity: .35;
	padding: 5px 8px;
	position: fixed;
	right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 100
}

.back-to-top.visible {
	bottom: 20px
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
	color: #fff;
	text-decoration: none
}

.back-to-top .icon-arrow-up {
	font-size: 16px;
	vertical-align: -3px
}

.back-to-top.locked {
	transition: none
}

html.touch .back-to-top.locked {
	float: right;
	margin-bottom: -26px;
	margin-right: 20px;
	position: static
}

html.no-touch .back-to-top:hover {
	opacity: 1
}

.brand-bar {
	background: #48484a;
	height: 37px;
	position: relative
}

.brand-bar a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 37px;
	line-height: 37px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition-duration: .3s;
	transition-property: background, color
}

.brand-bar a:hover {
	background: #333;
	color: #fff
}

.brand-bar a [class^='icon'] {
	padding-right: 2px;
	position: relative
}

.brand-bar a.home-link {
	font-size: 14px
}

.brand-bar .menu-link {
	background: 0;
	color: #fff;
	float: left;
	font-size: 14px;
	height: 37px;
	line-height: 37px;
	margin: 0;
	padding: 2px 14px 0
}

.brand-bar .links-primary {
	line-height: 1.4
}

.brand-bar .links-secondary ul {
	list-style: none;
	margin: 0
}

.brand-bar .links-secondary ul li {
	display: inline;
	margin: 0
}

.brand-bar .links-secondary ul li a {
	border-right: 1px solid #6f6f6f;
	float: left
}

.brand-bar .links-secondary ul li a.marriott-logo {
	border-right: 0
}

.brand-bar .links-secondary ul li a.marriott-logo img {
	margin-top: -4px;
	max-height: 20px
}

.brand-bar .links-secondary ul li [class*='icon'] {
	font-size: 110%;
	line-height: inherit;
	padding: 0 1px
}

.brand-bar .links-secondary ul li .icon-user {
	margin-right: -1px;
	padding-right: 0
}

@media only screen and (min-width:54.063em) {
	.brand-bar .menu-link {
		border: solid 1px #fff;
		height: 29px;
		line-height: normal;
		margin: 4px 5px 0 8px
	}
	.brand-bar .icon {
		display: none
	}
}

@media only screen and (max-width:54.063em) {
	.brand-bar .text {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px
	}
	.brand-bar .marriott-logo {
		display: none
	}
}

@media only screen and (min-width:48.063em) {
	.brand-bar .text {
		margin-left: 2px;
		vertical-align: 5%
	}
	.brand-bar a [class^='icon'] {
		top: 1px
	}
}

@media only screen and (min-width:48.063em) {
	.brand-bar .brand-bar .links-secondary a {
		padding-top: 14px
	}
}

.brand-local-nav {
	background-color: #fff;
	border-bottom: 1px solid #bfbfbf;
	height: 45px;
	overflow: hidden;
	position: relative;
	transition: height .5s;
	transition-timing-function: ease-in
}

.brand-local-nav.broken-nav {
	height: auto !important
}

.brand-local-nav.broken-nav ul {
	border: 2px solid #ce4844
}

.brand-local-nav.broken-nav ul a {
	color: #ce4844 !important
}

.brand-local-nav.is-open {
	max-height: auto
}

.brand-local-nav .expand-toggle {
	display: inline;
	position: absolute;
	right: 0;
	top: 0
}

.brand-local-nav .expand-toggle::after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden
}

.brand-local-nav .expand-toggle .activate-more {
	background: #fff;
	border-left: 1px solid #bfbfbf;
	color: #1c1c1c;
	display: inline-block;
	height: 44px;
	margin: 0 0 0 8px;
	outline: 0;
	overflow: hidden;
	padding: 14px 17px;
	transition: border .3s;
	vertical-align: top
}

.brand-local-nav .expand-toggle .activate-more span {
	color: #1c1c1c;
	display: inline-block;
	transform: rotate(-90deg);
	transform-origin: center center;
	transition: transform .3s
}

.brand-local-nav .expand-toggle .activate-more::before {
	transform: rotate(-90deg);
	transform-origin: center center;
	transition: transform .3s
}

.brand-local-nav .expand-toggle .activate-more.is-menu-open {
	border-color: transparent
}

.brand-local-nav .expand-toggle .activate-more.is-menu-open [class*='icon'] {
	transform: rotate(90deg)
}

.brand-local-nav .expand-toggle .activate-more:hover {
	background: #fff;
	text-decoration: none
}

.brand-local-nav ul {
	margin: auto;
	max-width: 1200px
}

.brand-local-nav li {
	display: block;
	margin: 0
}

.brand-local-nav li a {
	color: #1c1c1c;
	display: block;
	font-size: 13px;
	letter-spacing: .1em;
	padding: 12px 0;
	position: relative;
	text-transform: uppercase;
	transition: background .3s
}

.brand-local-nav li a:hover span,
.brand-local-nav li a.active span {
	border-bottom: 1px solid #1c1c1c
}

.brand-local-nav li a span {
	border-bottom: 1px solid transparent;
	display: inline-block;
	padding: 0;
	transition-duration: .3s;
	transition-property: border
}

.brand-local-nav li .visible-large {
	display: none
}

.brand-local-nav li .hidden-large {
	display: inline-block
}

@media only screen and (min-width:48.063em) {
	.brand-local-nav {
		height: auto;
		margin-top: 0;
		min-height: 52px !important
	}
	.brand-local-nav .expand-toggle {
		display: none
	}
	.brand-local-nav ul {
		text-align: right
	}
	.brand-local-nav ul li {
		display: inline-block
	}
	.brand-local-nav ul li a {
		padding: 16px 8px
	}
	.brand-local-nav ul li:first-child {
		float: left
	}
	.brand-local-nav ul li:first-child a {
		font-family: "proxima-nova-thin", Helvetica, "Arial Unicode", sans-serif;
		font-size: 28px;
		font-weight: 300;
		line-height: 1;
		padding: 12px 0
	}
}

@media only screen and (min-width:60em) {
	.brand-local-nav ul li .visible-large {
		display: inline-block
	}
	.brand-local-nav ul li .hidden-large {
		display: none
	}
	.brand-local-nav ul li a {
		padding: 16px
	}
}

@media only screen and (min-width:72em) {
	.brand-local-nav ul li a {
		padding: 16px 20px
	}
}

body.show-menu {
	height: 100%;
	overflow: hidden
}

body.show-menu .brand-menu-items {
	visibility: visible
}

.brand-menu .brand-menu-wrapper {
	background: #fff;
	border-top: 1px solid #1c1c1c;
	color: #1c1c1c;
	height: calc(100% - 46px);
	left: -320px;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	padding: 20px 0;
	position: fixed;
	text-transform: uppercase;
	top: 50px;
	transition: left .3s;
	width: 320px;
	z-index: 104
}

.brand-menu .brand-menu-wrapper.adjust-position {
	height: calc(100% - 37px);
	top: 37px
}

.brand-menu .shadow {
	background: rgba(28, 28, 28, 0.9);
	bottom: 0;
	height: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 37px;
	transition-duration: .3s;
	transition-property: opacity;
	z-index: -1000
}

.brand-menu .brand-menu-items {
	list-style: none;
	margin-left: 0;
	outline: 0;
	overflow: auto;
	visibility: hidden
}

.brand-menu .brand-menu-items li {
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 0;
	overflow: hidden;
	padding: 0;
	transition: all .3s
}

.brand-menu .brand-menu-items li .outlined-cta {
	display: block;
	height: 40px;
	margin: 0;
	padding-bottom: 6px;
	padding-top: 11px;
	width: 100%
}

.brand-menu .brand-menu-items li a {
	color: #1c1c1c;
	display: block;
	float: left;
	font-size: 16px;
	padding: 13px 10px 7px;
	text-decoration: none;
	width: calc(100% - 45px)
}

.brand-menu .brand-menu-items li a:focus:not(.outlined-cta) {
	height: 39px;
	margin: 3px 0 3px 3px;
	padding: 10px 7px 5px;
	width: calc(100% - 48px)
}

.brand-menu .brand-menu-items li .expand-toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0;
	border: 0;
	display: block;
	float: right;
	font-size: 20px;
	height: 45px;
	line-height: 1;
	margin: 0;
	padding: 13px 10px 8px;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	width: 45px
}

.brand-menu .brand-menu-items li .expand-toggle:focus {
	height: 39px;
	margin: 3px;
	padding: 6px 0 0;
	width: 39px
}

.brand-menu .brand-menu-items li .expand-toggle.is-expanded .icon-arrow-down {
	color: #1c1c1c;
	transform: rotate(180deg)
}

.brand-menu .brand-menu-items li .expand-toggle .icon-arrow-down {
	color: #bfbfbf;
	display: inline-block;
	transform-origin: center center;
	transition: transform .3s
}

.brand-menu .brand-menu-items .reservations-li {
	border: 0;
	margin: 0 0 10px;
	padding: 0 10px
}

.brand-menu .brand-menu-items .menu-level-2 {
	display: none;
	height: auto;
	list-style: none;
	margin: 0;
	max-height: 0;
	overflow: hidden;
	padding: 0;
	position: static;
	transition: max-height .3s;
	width: 100%
}

.brand-menu .brand-menu-items .menu-level-2.is-visible {
	display: block;
	max-height: 1000px
}

.brand-menu .brand-menu-items .menu-level-2 li {
	border: 0
}

.brand-menu .brand-menu-items .menu-level-2 a {
	font-size: 14px;
	padding-left: 20px
}

.brand-menu .brand-menu-items .menu-level-2 a:focus {
	font-size: 14px;
	height: 36px !important;
	padding-left: 17px !important;
	text-decoration: none
}

.brand-menu-content-wrapper {
	transition: transform .3s
}

.show-menu .header {
	padding-bottom: 0
}

.show-menu.brand-bar-open {
	padding-top: 37px
}

.show-menu .brand-menu-wrapper {
	left: 0;
	position: fixed
}

.show-menu .shadow {
	height: 100%;
	opacity: 1;
	z-index: 99
}

.show-menu .brand-menu-content-wrapper {
	transform: translate3d(320px, 0, 0)
}

.show-menu .sliding-menu-on-home .brand-nav {
	background: #fff !important;
	height: 46px
}

.show-menu .sliding-menu-on-home .brand-nav .header-menu-toggle,
.show-menu .sliding-menu-on-home .brand-nav .header-rewards-link {
	color: #1c1c1c;
	z-index: 113
}

.show-menu .sliding-menu-on-home .brand-logo,
.show-menu .sliding-menu-on-home .brand-logo-dark,
.show-menu .sliding-menu-on-home .brand-logo-light {
	height: 0;
	opacity: 0;
	width: 0
}

.show-menu .brand-bar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 111
}

.no-touch .brand-menu .brand-menu-items li:hover {
	background-color: rgba(199, 221, 243, 0.4)
}

.no-touch .brand-menu .brand-menu-items li:hover .icon-arrow-down {
	color: #1c1c1c
}

.no-touch .brand-menu .brand-menu-items li:focus {
	background-color: rgba(199, 221, 243, 0.4)
}

.no-touch .brand-menu .brand-menu-items .menu-level-2 li:hover {
	background: #c7ddf3
}

.jump-links {
	padding-bottom: 60px
}

.jump-links ul {
	-moz-column-gap: 10px;
	column-gap: 10px;
	-moz-columns: 2;
	columns: 2;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0
}

.jump-links ul li {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	display: inline-block;
	padding: 0;
	page-break-inside: avoid;
	width: 100%
}

a[name] {
	display: block;
	margin-top: 40px
}

a[name]:first-of-type {
	margin-top: 0
}

h2.highlight,
h3.highlight,
h4.highlight,
h5.highlight,
h6.highlight {
	background-color: #c7ddf3;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	transition: background 1s linear
}

h2.fade,
h3.fade,
h4.fade,
h5.fade,
h6.fade {
	background: 0
}

h4.highlight {
	padding: 6px 10px 4px
}

h3.highlight,
h5.highlight {
	padding: 8px 20px 0
}

.table.single .header.highlight {
	background-color: #c7ddf3;
	margin: 0;
	transition: background 1s linear
}

.table.single .header.highlight.fade {
	background-color: rgba(229, 229, 229, 0.6)
}

@media only screen and (min-width:35em) {
	.jump-links ul {
		-moz-columns: 3;
		columns: 3
	}
}

@media only screen and (min-width:60em) {
	.jump-links ul {
		-moz-column-gap: 20px;
		column-gap: 20px
	}
}

.rooms-block ul {
	margin-bottom: 25px;
	margin-left: 0
}

.rooms-block ul li {
	margin-left: 20px
}

.rooms-block h3 {
	margin-bottom: 20px;
	margin-top: 0
}

.rooms-block h3 a {
	color: #1c1c1c
}

.rooms-block h3 a:hover {
	color: #3b68b3
}

.rooms-block .accomodations-group {
	padding: 0
}

.rooms-block .cta-container {
	margin-bottom: 60px
}

@media only screen and (min-width:60em) {
	.rooms-block .four-columns .xlarge-3 {
		width: 25%
	}
}

@media only screen and (min-width:30.063em) {
	.rooms-block .medium-6 {
		width: 50%
	}
	.rooms-block .cta-container .button:not(:first-of-type) {
		margin-left: 13px
	}
}

@media only screen and (min-width:42.063em) {
	.rooms-block .large-12 {
		width: 100%
	}
	.rooms-block .large-4 {
		width: 33.33333%
	}
	.rooms-block .large-4:nth-of-type(4) {
		clear: both
	}
}

@media only screen and (min-width:60em) {
	.rooms-block .large-4:nth-of-type(4) {
		clear: none
	}
}

.sidebar-body {
	display: none
}

@media only screen and (min-width:48.063em) {
	.sidebar-body {
		display: block
	}
}

.sidebar a {
	color: #1c1c1c;
	letter-spacing: .03em;
	line-height: 1.2em
}

.sidebar a:hover {
	text-decoration: none
}

.sidebar h1,
.sidebar h2.page-title,
.sidebar h5,
.sidebar .heading {
	font-family: "proxima-nova-thin", Helvetica, "Arial Unicode", sans-serif;
	font-size: 24px;
	font-weight: 100;
	line-height: 1.1em;
	margin-bottom: 25px;
	margin-top: 0;
	text-transform: uppercase;
	word-wrap: break-word
}

.sidebar h6 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: uppercase
}

.sidebar ul {
	list-style: none;
	margin-left: 0
}

.sidebar ul li {
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 1.25;
	margin-bottom: 0;
	padding: 5px 5px 5px 0;
	text-transform: uppercase
}

.sidebar ul ul {
	margin-left: 10px
}

@media only screen and (min-width:54.063em) {
	.sidebar h1,
	.sidebar h2.page-title,
	.sidebar h5,
	.sidebar .heading {
		font-size: 30px
	}
}

@media only screen and (min-width:60em) {
	.sidebar h1,
	.sidebar h2.page-title,
	.sidebar h5,
	.sidebar .heading {
		font-size: 36px
	}
}

.sidebar .active {
	text-decoration: underline
}

.sidebar .active:hover {
	text-decoration: underline
}

@media only screen and (min-width:54.063em) {
	html[lang='de'] .sidebar h1,
	html[lang='de'] .sidebar h2.page-title,
	html[lang='de'] .sidebar h5,
	html[lang='de'] .sidebar .heading {
		font-size: 23px;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto
	}
}

@media only screen and (min-width:60em) {
	html[lang='de'] .sidebar h1,
	html[lang='de'] .sidebar h2.page-title,
	html[lang='de'] .sidebar h5,
	html[lang='de'] .sidebar .heading {
		font-size: 30px;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto
	}
}

ul.pagination {
	display: table;
	margin: auto;
	padding-bottom: 60px
}

ul.pagination .item-next {
	margin-bottom: 0;
	margin-left: 20px;
	padding-right: 17px;
	position: relative
}

ul.pagination .item-next a::after {
	color: #1c1c1c;
	content: '\e600';
	font-family: 'ritz-icons';
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0
}

ul.pagination .item-prev {
	margin-bottom: 0;
	margin-right: 15px;
	padding-left: 17px;
	position: relative
}

ul.pagination .item-prev a::before {
	color: #1c1c1c;
	content: '\e601';
	font-family: 'ritz-icons';
	font-size: 16px;
	left: 0;
	position: absolute;
	top: 0
}

ul.pagination li {
	background: transparent !important
}

ul.pagination li a {
	color: #1c1c1c;
	text-decoration: underline
}

ul.pagination li a.disabled {
	color: #1c1c1c !important;
	cursor: default !important;
	opacity: .3;
	text-decoration: none !important
}

ul.pagination li a:hover {
	background: transparent;
	color: #3b68b3
}

ul.pagination li a:hover::before,
ul.pagination li a:hover::after {
	color: #3b68b3
}

ul.pagination li a.active {
	background: transparent !important;
	color: #6f6f6f !important;
	cursor: default !important;
	text-decoration: none !important
}

.pagination-links-wrapper.appending {
	clear: both;
	margin: -60px 0 0;
	padding: 15px 0;
	text-align: center
}

.pagination-links-wrapper.appending a.see-more {
	color: #1c1c1c;
	display: inline-block;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px;
	text-decoration: none
}

html[dir='rtl'] .pagination-links-wrapper.appending a.see-more::before {
	color: #1c1c1c;
	content: '\e62A';
	display: inline;
	font-family: 'ritz-icons';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 25px;
	line-height: 1;
	padding-right: 5px;
	position: relative;
	speak: none;
	text-transform: none;
	vertical-align: -2px
}

html[dir='rtl'] .pagination-links-wrapper.appending a.see-more::after {
	display: none
}

.pagination-links-wrapper.appending a.see-more span {
	border-bottom: 1px solid #bfbfbf;
	display: inline-block;
	line-height: 90%
}

.pagination-links-wrapper.appending a.see-more:hover span {
	border-bottom-color: currentColor
}

.pagination-links-wrapper.appending a.see-more::after {
	color: #1c1c1c;
	content: '\e62A';
	display: inline;
	font-family: 'ritz-icons';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 25px;
	line-height: 1;
	padding-left: 5px;
	position: relative;
	speak: none;
	text-transform: none;
	vertical-align: -2px
}

.pagination-links-wrapper.appending a.see-more.disabled {
	display: none
}

.no-touch .pagination-links-wrapper a.see-more:hover {
	color: #3b68b3;
	text-decoration: none
}

.no-touch .pagination-links-wrapper a.see-more:hover::after,
.no-touch .pagination-links-wrapper a.see-more:hover::before {
	color: #3b68b3
}

@media only screen and (max-width:35em) {
	ul.pagination li {
		display: none;
		padding-left: 10px;
		padding-right: 10px
	}
	ul.pagination li.visible-small,
	ul.pagination li.item-prev,
	ul.pagination li.item-next {
		display: block
	}
	ul.pagination li a {
		background-color: #fff !important
	}
	ul.pagination .item-prev {
		margin-right: 10px;
		padding-left: 0
	}
	ul.pagination .item-prev a>span {
		display: none
	}
	ul.pagination .item-next {
		margin-left: 25px !important
	}
	ul.pagination .item-next a>span {
		display: none
	}
}

.sitemap-drawer {
	margin-top: 50px
}

.sitemap-drawer .property-name {
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0 10px 10px;
	padding-top: 10px;
	text-transform: uppercase
}

.sitemap-drawer .property-name a {
	color: #1c1c1c;
	word-wrap: break-word
}

.sitemap-drawer.no-reservations ul {
	margin-bottom: 0
}

.sitemap-drawer ul {
	border-top: solid 1px #e5e5e5;
	list-style-type: none;
	margin-bottom: 20px;
	margin-left: 0;
	text-transform: uppercase
}

.sitemap-drawer ul>li {
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 0;
	margin-left: 0;
	position: relative
}

.sitemap-drawer ul>li a {
	color: #1c1c1c;
	display: inline-block;
	padding: 13px 10px 7px;
	text-decoration: none;
	width: calc(100% - 45px)
}

.sitemap-drawer ul>li a:hover {
	text-decoration: underline
}

.sitemap-drawer ul>li.active>a {
	text-decoration: underline
}

.sitemap-drawer ul>li.active>a ul li a {
	text-decoration: none
}

.sitemap-drawer ul>li .expand-toggle {
	background: transparent;
	color: #bfbfbf;
	cursor: pointer;
	display: inline;
	float: right;
	font-size: 20px;
	height: 45px;
	line-height: 1;
	margin: 0;
	padding: 13px 0 6px;
	text-align: center;
	text-decoration: none;
	transform-origin: center center;
	transition: transform .3s;
	width: 45px
}

.sitemap-drawer ul>li .expand-toggle:hover {
	background: transparent;
	color: #bfbfbf
}

.sitemap-drawer ul>li.open .expand-toggle {
	color: #1c1c1c;
	transform: rotate(180deg)
}

.sitemap-drawer ul>li.open>ul {
	max-height: 1500px
}

.sitemap-drawer ul>li.cta {
	border: 0;
	margin-top: 10px;
	text-align: center
}

.sitemap-drawer ul>li.cta .button {
	width: 60%
}

.sitemap-drawer ul>li ul {
	border-top: solid 1px transparent;
	font-size: 14px;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
	max-height: 0;
	overflow: hidden;
	transition-duration: .3s;
	transition-property: max-height
}

.sitemap-drawer ul>li ul li {
	border-bottom: solid 1px #fff;
	margin-bottom: 0;
	margin-left: 0
}

.sitemap-drawer ul>li ul li a {
	color: #1c1c1c;
	display: block;
	padding: 13px 10px 7px 20px
}

.sitemap-drawer ul>li ul li a:hover {
	text-decoration: underline
}

.sitemap-drawer ul>li ul li a:focus {
	margin: 3px;
	padding: 10px 7px 4px 17px
}

.sitemap-drawer ul>li ul li.active a {
	text-decoration: underline
}

.sitemap-drawer ul>li ul li.active ul li a {
	text-decoration: none
}

.sitemap-drawer ul>li ul ul li a {
	padding-left: 30px
}

.sitemap-drawer ul>li ul ul li a:hover {
	text-decoration: underline
}

.sitemap-drawer ul>li ul ul li.active a {
	text-decoration: underline
}

.sitemap-drawer .property-name a:focus,
.sitemap-drawer li a:focus,
.sitemap-drawer .expand-toggle:focus {
	outline: 3px solid #7aacfe;
	outline: 3px auto -webkit-focus-ring-color
}

@media only screen and (min-width:48.063em) {
	.sitemap-drawer {
		display: none
	}
}

form,
.form {
	margin: 0 0 40px
}

form .columns,
.form .columns {
	position: relative
}

html[dir='rtl'] form .columns,
html[dir='rtl'] form .columns.end,
html[dir='rtl'] .form .columns,
html[dir='rtl'] .form .columns.end {
	float: right
}

html[dir='rtl'] form .columns:last-child,
html[dir='rtl'] .form .columns:last-child {
	float: left
}

form .form-note,
.form .form-note {
	font-size: 12px;
	font-style: italic;
	line-height: 1.25em
}

form .form-note span,
.form .form-note span {
	color: #ce4844
}

form .icon-calendar,
.form .icon-calendar {
	color: #31548c;
	display: inline-block;
	font-size: 20px;
	position: absolute;
	right: 17px;
	top: 5px
}

form[data-abide] .error small.error,
form[data-abide] .error span.error,
form[data-abide] span.error,
form[data-abide] small.error,
form[data-abide] .error-size,
.form[data-abide] .error small.error,
.form[data-abide] .error span.error,
.form[data-abide] span.error,
.form[data-abide] small.error,
.form[data-abide] .error-size {
	background: 0;
	color: #ce4844;
	font-size: .875rem;
	font-style: normal;
	margin-bottom: 0;
	padding: 8px 0 0
}

form[data-abide] .error label,
form[data-abide] .error label.error,
form[data-abide] p.error,
.form[data-abide] .error label,
.form[data-abide] .error label.error,
.form[data-abide] p.error {
	color: #ce4844
}

form[data-abide] p.error,
.form[data-abide] p.error {
	margin-top: 15.8px
}

form[data-abide] .success,
.form[data-abide] .success {
	color: #468847
}

form[data-abide] .success label,
form[data-abide] .success .label,
.form[data-abide] .success label,
.form[data-abide] .success .label {
	color: #468847;
	font-weight: 700
}

form[data-abide] .success input,
form[data-abide] .success textarea,
.form[data-abide] .success input,
.form[data-abide] .success textarea {
	border-color: #468847
}

form[data-abide] input+.success,
.form[data-abide] input+.success {
	margin-top: 16px
}

form[data-abide] .warning label,
.form[data-abide] .warning label {
	color: #eea236;
	font-weight: 700
}

form[data-abide] .warning input,
form[data-abide] .warning textarea,
.form[data-abide] .warning input,
.form[data-abide] .warning textarea {
	border-color: #eea236
}

form[data-abide] label.error,
form[data-abide] .label.error,
.form[data-abide] label.error,
.form[data-abide] .label.error {
	color: #ce4844;
	font-weight: 700;
	margin-bottom: 2px;
	margin-top: -2px
}

@media(min-width:42.063em) {
	form[data-abide] label.error,
	form[data-abide] .label.error,
	.form[data-abide] label.error,
	.form[data-abide] .label.error {
		margin: 0
	}
}

form[data-abide] .error input,
form[data-abide] .error textarea,
form[data-abide] .error select,
form[data-abide] .error .custom-checkbox,
.form[data-abide] .error input,
.form[data-abide] .error textarea,
.form[data-abide] .error select,
.form[data-abide] .error .custom-checkbox {
	border-color: #ce4844 !important
}

form[data-abide] .input-bottom-border.error,
.form[data-abide] .input-bottom-border.error {
	border-color: #ce4844
}

form[data-abide] .input-bottom-border.error input,
.form[data-abide] .input-bottom-border.error input {
	border-right-color: transparent
}

form fieldset,
.form fieldset {
	border: 0;
	margin: 0 0 25px;
	padding: 0
}

form fieldset legend,
.form fieldset legend {
	color: #1c1c1c;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px
}

form fieldset legend.label,
.form fieldset legend.label {
	line-height: 1.5;
	margin-bottom: 0;
	padding-right: 0
}

form fieldset .row,
.form fieldset .row {
	margin-bottom: 16px !important
}

form fieldset .row input[data-date-picker],
.form fieldset .row input[data-date-picker] {
	padding-right: 35px
}

form fieldset>.row:last-child,
.form fieldset>.row:last-child {
	margin-bottom: 0 !important
}

form .field-margin,
form .field-margin-mobile,
.form .field-margin,
.form .field-margin-mobile {
	margin-bottom: 16px
}

form .field-note,
.form .field-note {
	color: #6f6f6f;
	display: block;
	margin-top: 5px
}

@media(min-width:42.063em) {
	form .field-margin-mobile,
	.form .field-margin-mobile {
		margin-bottom: 0
	}
}

form input[type='text']:focus,
form input[type='number']:focus,
form input[type='email']:focus,
form input[type='password']:focus,
form input[type='file']:focus,
form input[type='tel']:focus,
form input[type='url']:focus,
form textarea:focus,
form select:focus,
.form input[type='text']:focus,
.form input[type='number']:focus,
.form input[type='email']:focus,
.form input[type='password']:focus,
.form input[type='file']:focus,
.form input[type='tel']:focus,
.form input[type='url']:focus,
.form textarea:focus,
.form select:focus {
	background-color: rgba(249, 249, 249, 0.8);
	box-shadow: 0 0 5px #e5e5e5;
	outline: 0
}

form input[type='text'],
form input[type='number'],
form input[type='password'],
form input[type='file'],
form input[type='tel'],
form input[type='email'],
form input[type='url'],
.form input[type='text'],
.form input[type='number'],
.form input[type='password'],
.form input[type='file'],
.form input[type='tel'],
.form input[type='email'],
.form input[type='url'] {
	height: 32px;
	line-height: 1.2;
	margin-bottom: -2px;
	padding-bottom: 5px;
	padding-top: 5px
}

form input[type='text']::-moz-placeholder,
form input[type='number']::-moz-placeholder,
form input[type='password']::-moz-placeholder,
form input[type='file']::-moz-placeholder,
form input[type='tel']::-moz-placeholder,
form input[type='email']::-moz-placeholder,
form input[type='url']::-moz-placeholder,
.form input[type='text']::-moz-placeholder,
.form input[type='number']::-moz-placeholder,
.form input[type='password']::-moz-placeholder,
.form input[type='file']::-moz-placeholder,
.form input[type='tel']::-moz-placeholder,
.form input[type='email']::-moz-placeholder,
.form input[type='url']::-moz-placeholder {
	padding-top: 1px
}

form input[type='text']:-ms-input-placeholder,
form input[type='number']:-ms-input-placeholder,
form input[type='password']:-ms-input-placeholder,
form input[type='file']:-ms-input-placeholder,
form input[type='tel']:-ms-input-placeholder,
form input[type='email']:-ms-input-placeholder,
form input[type='url']:-ms-input-placeholder,
.form input[type='text']:-ms-input-placeholder,
.form input[type='number']:-ms-input-placeholder,
.form input[type='password']:-ms-input-placeholder,
.form input[type='file']:-ms-input-placeholder,
.form input[type='tel']:-ms-input-placeholder,
.form input[type='email']:-ms-input-placeholder,
.form input[type='url']:-ms-input-placeholder {
	padding-top: 1px
}

form input[type='text']::-ms-input-placeholder,
form input[type='number']::-ms-input-placeholder,
form input[type='password']::-ms-input-placeholder,
form input[type='file']::-ms-input-placeholder,
form input[type='tel']::-ms-input-placeholder,
form input[type='email']::-ms-input-placeholder,
form input[type='url']::-ms-input-placeholder,
.form input[type='text']::-ms-input-placeholder,
.form input[type='number']::-ms-input-placeholder,
.form input[type='password']::-ms-input-placeholder,
.form input[type='file']::-ms-input-placeholder,
.form input[type='tel']::-ms-input-placeholder,
.form input[type='email']::-ms-input-placeholder,
.form input[type='url']::-ms-input-placeholder {
	padding-top: 1px
}

form input[type='text']::placeholder,
form input[type='text'].placeholder,
form input[type='number']::placeholder,
form input[type='number'].placeholder,
form input[type='password']::placeholder,
form input[type='password'].placeholder,
form input[type='file']::placeholder,
form input[type='file'].placeholder,
form input[type='tel']::placeholder,
form input[type='tel'].placeholder,
form input[type='email']::placeholder,
form input[type='email'].placeholder,
form input[type='url']::placeholder,
form input[type='url'].placeholder,
.form input[type='text']::placeholder,
.form input[type='text'].placeholder,
.form input[type='number']::placeholder,
.form input[type='number'].placeholder,
.form input[type='password']::placeholder,
.form input[type='password'].placeholder,
.form input[type='file']::placeholder,
.form input[type='file'].placeholder,
.form input[type='tel']::placeholder,
.form input[type='tel'].placeholder,
.form input[type='email']::placeholder,
.form input[type='email'].placeholder,
.form input[type='url']::placeholder,
.form input[type='url'].placeholder {
	padding-top: 1px
}

form input[type='file'],
form input[type='checkbox'],
form input[type='radio'],
form select,
.form input[type='file'],
.form input[type='checkbox'],
.form input[type='radio'],
.form select {
	margin-bottom: 0
}

form label,
form .label,
.form label,
.form .label {
	color: #6f6f6f;
	font-size: .875em;
	font-weight: normal;
	padding-bottom: 5px;
	text-align: left
}

form label.required::after,
form .label.required::after,
.form label.required::after,
.form .label.required::after {
	color: #ce4844;
	content: '*';
	padding-left: 4px;
	position: absolute
}

@media(min-width:42.063em) {
	form label,
	form .label,
	.form label,
	.form .label {
		padding-bottom: 0;
		padding-top: 5px;
		text-align: right
	}
}

form legend.label,
.form legend.label {
	float: left
}

@media(min-width:42.063em) {
	form legend.label,
	.form legend.label {
		float: right
	}
}

form textarea,
.form textarea {
	height: 72px;
	margin-bottom: 0
}

form select,
.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	height: 32px;
	line-height: 1.2;
	padding: 0 0 0 .5rem
}

form input[type='file'],
.form input[type='file'] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

form .file-name,
.form .file-name {
	color: #6f6f6f;
	font-size: .875rem
}

form .columns .checkbox.block:last-of-type,
.form .columns .checkbox.block:last-of-type {
	margin-bottom: 0
}

form .radio,
.form .radio {
	padding-top: 4px
}

form .radio [type='radio'],
.form .radio [type='radio'] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

form .radio [type='radio']:checked+label::before,
.form .radio [type='radio']:checked+label::before {
	background-color: #c7ddf3;
	color: #31548c;
	content: '\2022';
	font-size: 28px;
	line-height: 10px;
	text-align: center;
	transition-duration: .3s;
	transition-property: background-color
}

form .radio [type='radio']:focus+label::before,
.form .radio [type='radio']:focus+label::before {
	outline: 5px auto #7c9dcf
}

form .radio label,
.form .radio label {
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	margin-left: 0;
	margin-right: 15px;
	padding-bottom: 2px;
	padding-left: 25px;
	position: relative
}

form .radio label::before,
.form .radio label::before {
	background-color: #fff;
	border: 1px solid #31548c;
	border-radius: 8px;
	bottom: 1px;
	content: '';
	display: inline-block;
	height: 16px;
	left: 0;
	position: absolute;
	width: 16px
}

form .conditional-panel,
.form .conditional-panel {
	display: none;
	margin-bottom: 16px
}

form .icon-spinner,
.form .icon-spinner {
	font-size: 26px;
	margin-left: 15px;
	vertical-align: -5px
}

form.labels-above .icon-calendar,
.form.labels-above .icon-calendar {
	margin-top: 26px
}

form.labels-above .no-bottom-margin,
.form.labels-above .no-bottom-margin {
	margin-bottom: 0 !important
}

form.labels-above .checkbox-column-group,
.form.labels-above .checkbox-column-group {
	margin-top: 8px
}

@media(min-width:42.063em) {
	form.labels-above label,
	.form.labels-above label {
		padding-bottom: 5px;
		padding-top: 0;
		text-align: left
	}
	form.labels-above .no-label,
	.form.labels-above .no-label {
		margin-top: 26px
	}
}

form.labels-above input[type='checkbox']+label,
form.labels-above input[type='radio']+label,
.form.labels-above input[type='checkbox']+label,
.form.labels-above input[type='radio']+label {
	padding-bottom: 0
}

form .conditional-panel-roomcount,
.form .conditional-panel-roomcount {
	display: none
}

.checkbox {
	color: #6f6f6f;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin-right: 20px;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	width: auto
}

html[dir='rtl'] .checkbox {
	margin-right: 0;
	text-align: right
}

.checkbox input[type='checkbox'] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.checkbox input[type='checkbox'][disabled]+.custom-checkbox {
	background: #e5e5e5
}

.checkbox input[type='checkbox']:focus+.custom-checkbox {
	outline: 5px auto #7c9dcf
}

.checkbox .custom-checkbox {
	background: transparent;
	border: 1px solid #31548c;
	display: inline-block;
	height: 17px;
	margin: 2px 10px 5px 0;
	outline: 0;
	position: relative;
	transition-duration: .3s;
	transition-property: all;
	vertical-align: top;
	width: 17px
}

html[dir='rtl'] .checkbox .custom-checkbox {
	margin-left: 10px
}

.checkbox .custom-checkbox::before {
	color: #fff;
	content: '\e608';
	font-family: 'ritz-icons';
	font-size: 12px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	left: 2px;
	line-height: 1;
	opacity: 0;
	position: absolute;
	speak: none;
	text-transform: none;
	top: 2px;
	transition-duration: .2s;
	transition-property: all
}

.checkbox input[type='checkbox']:checked+.custom-checkbox {
	background: #1c1c1c;
	transition-duration: .3s;
	transition-property: all
}

.checkbox input[type='checkbox']:checked+.custom-checkbox::before {
	opacity: 1
}

.checkbox.block {
	display: block;
	margin-bottom: 3px;
	margin-right: 0
}

.success-content {
	display: none
}

.success-content .print-page {
	margin-bottom: 60px;
	margin-top: -60px
}

.requestforproposal .print-page {
	margin-bottom: 60px
}

.intro-content,
.success-content {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 60px
}

.touch input[type='text'],
.touch input[type='number'],
.touch input[type='email'],
.touch input[type='password'],
.touch input[type='file'],
.touch input[type='tel'],
.touch input[type='url'],
.touch textarea,
.touch select {
	font-size: 16px
}

small.error-size {
	display: none;
	padding: 8px 0 0
}

form.rfp-form {
	max-width: 700px
}

.date-picker {
	border: 0;
	color: #303030;
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 10px;
	position: relative;
	width: 170px;
	z-index: 2
}

.date-picker-wrapper {
	background-color: #efefef;
	border: 1px solid #bfbfbf;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
	box-sizing: initial;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 12px;
	position: absolute;
	z-index: 1
}

.date-picker-wrapper.inline-wrapper {
	box-shadow: none;
	display: inline-block;
	position: relative
}

.date-picker-wrapper.single-date {
	width: auto
}

.date-picker-wrapper.no-shortcuts {
	padding-bottom: 12px
}

.date-picker-wrapper.no-topbar {
	padding-top: 12px
}

.date-picker-wrapper .footer {
	font-size: 11px;
	padding-top: 3px
}

.date-picker-wrapper b {
	color: #666;
	font-weight: 700
}

.date-picker-wrapper a {
	color: #6bb4d6;
	text-decoration: underline
}

.date-picker-wrapper .month-name {
	text-transform: uppercase
}

.date-picker-wrapper .month-wrapper {
	background-color: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	cursor: default;
	overflow: hidden;
	padding: 5px;
	position: relative
}

.date-picker-wrapper .month-wrapper table {
	float: left;
	width: 190px
}

.date-picker-wrapper .month-wrapper table.month2 {
	float: left;
	width: 190px
}

.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle
}

.date-picker-wrapper .month-wrapper table .day {
	color: #ccc;
	cursor: default;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 1px;
	padding: 5px 0
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
	color: #999;
	cursor: default
}

.date-picker-wrapper .month-wrapper table .day.checked {
	background-color: #9cdbf7
}

.date-picker-wrapper .month-wrapper table .week-name {
	font-weight: 100;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
	cursor: help !important
}

.date-picker-wrapper .time label {
	white-space: nowrap
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
	color: #333;
	cursor: pointer
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
	background-color: #cdecfa
}

.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
	display: none
}

.date-picker-wrapper .month-wrapper table .day.real-today {
	background-color: #ffe684
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
	background-color: #70ccd5
}

.date-picker-wrapper table .caption {
	height: 40px
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
	cursor: pointer;
	padding: 0 5px
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
	background-color: #ccc;
	color: #fff
}

.date-picker-wrapper .gap {
	background-color: #ce4844;
	float: left;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0 10px -10px;
	position: relative;
	top: -5px;
	visibility: hidden;
	width: 15px;
	z-index: 1
}

.date-picker-wrapper .gap .gap-lines {
	height: 100%;
	overflow: hidden
}

.date-picker-wrapper .gap .gap-line {
	height: 15px;
	position: relative;
	width: 15px
}

.date-picker-wrapper .gap .gap-line .gap-1 {
	border-bottom: 8px solid #eee;
	border-left: 8px solid #fff;
	border-top: 8px solid #eee;
	height: 0;
	z-index: 1
}

.date-picker-wrapper .gap .gap-line .gap-2 {
	border-left: 8px solid transparent;
	border-top: 8px solid #fff;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.date-picker-wrapper .gap .gap-line .gap-3 {
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	height: 0;
	position: absolute;
	right: 0;
	top: 8px;
	z-index: 2
}

.date-picker-wrapper .gap .gap-top-mask {
	background-color: #eee;
	height: 1px;
	left: 1px;
	position: absolute;
	top: -1px;
	width: 6px;
	z-index: 3
}

.date-picker-wrapper .gap .gap-bottom-mask {
	background-color: #eee;
	bottom: -1px;
	height: 1px;
	left: 7px;
	position: absolute;
	width: 6px;
	z-index: 3
}

.date-picker-wrapper .selected-days {
	display: none
}

.date-picker-wrapper .drp_top-bar {
	line-height: 1.4;
	padding: 10px 40px 10px 0;
	position: relative
}

.date-picker-wrapper .drp_top-bar .error-top {
	display: none
}

.date-picker-wrapper .drp_top-bar .normal-top {
	display: none
}

.date-picker-wrapper .drp_top-bar .default-top {
	display: block
}

.date-picker-wrapper .drp_top-bar.error .default-top {
	display: none
}

.date-picker-wrapper .drp_top-bar.error .error-top {
	color: #ce4844;
	display: block
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
	display: none
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
	display: block
}

.date-picker-wrapper .drp_top-bar .apply-btn {
	background: #0095cd;
	background: linear-gradient(to bottom, #00adee, #0078a5);
	border: solid 1px #0076a3;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
	font-size: 12px;
	line-height: initial;
	margin: 0;
	padding: 3px 5px;
	position: absolute;
	right: 0;
	top: 6px
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
	background: #fff;
	background: linear-gradient(to bottom, #fff, #ededed);
	border: solid 1px #b7b7b7;
	color: #606060;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed')
}

.date-picker-wrapper .time {
	position: relative
}

.date-picker-wrapper.single-month .time {
	display: none
}

.date-picker-wrapper .time input[type=range] {
	height: 20px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 129px
}

.date-picker-wrapper .time1,
.time2 {
	padding: 0 5px;
	text-align: center;
	width: 180px
}

.date-picker-wrapper .time1 {
	float: left
}

.date-picker-wrapper .time2 {
	float: right
}

.date-picker-wrapper .hour,
.minute {
	text-align: right
}

.date-picker-wrapper .hide {
	display: none
}

.date-picker-wrapper .first-date-selected {
	background-color: #49e !important;
	color: #fff !important
}

.date-picker-wrapper .last-date-selected {
	background-color: #49e !important;
	color: #fff !important
}

.date-picker-wrapper .date-range-length-tip {
	background-color: red;
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	display: none;
	-webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
	font-size: 12px;
	line-height: 16px;
	margin-left: -8px;
	margin-top: -4px;
	padding: 0 6px;
	position: absolute
}

.date-picker-wrapper .date-range-length-tip::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid red;
	bottom: -4px;
	content: '';
	left: 50%;
	margin-left: -4px;
	position: absolute
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
	display: none
}

.date-picker-wrapper .week-number {
	color: #999;
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 1px;
	padding: 5px 0
}

.date-picker-wrapper .week-number.week-number-selected {
	color: #49e;
	font-weight: bold
}

body .date-picker-wrapper,
body .date-picker-wrapper .month-wrapper {
	background-color: #000;
	border: 0;
	padding: 0
}

body .date-picker-wrapper {
	box-shadow: none;
	padding: 0 10px;
	z-index: 1000
}

body .date-picker-wrapper.no-shortcuts {
	padding-bottom: 0
}

body .date-picker-wrapper .drp_top-bar {
	display: none
}

body .date-picker-wrapper .date-range-length-tip {
	background: #c7ddf3;
	color: #000;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 13px;
	margin-top: -6px;
	padding-bottom: 3px;
	padding-top: 3px
}

body .date-picker-wrapper .date-range-length-tip::after {
	border-top-color: #c7ddf3
}

body .date-picker-wrapper .month-wrapper {
	width: 665px !important
}

body .date-picker-wrapper .month-wrapper table {
	margin-top: 10px
}

body .date-picker-wrapper .month-wrapper table td {
	line-height: 16px
}

body .date-picker-wrapper .month-wrapper table .day {
	border: 1px solid #000;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px;
	padding: 13px 0;
	width: 44px
}

body .date-picker-wrapper .month-wrapper .week-name th {
	font-size: 14px;
	padding: 6px 0
}

body .date-picker-wrapper .month-wrapper .day.invalid {
	color: rgba(191, 191, 191, 0.4) !important
}

body .date-picker-wrapper .month-wrapper .day.valid {
	color: #c7ddf3 !important
}

body .date-picker-wrapper .month-wrapper .day.valid:hover,
body .date-picker-wrapper .month-wrapper .day.valid.hovering,
body .date-picker-wrapper .month-wrapper .day.valid.hover {
	background: #333;
	border-color: #333
}

body .date-picker-wrapper .month-wrapper .day.valid.nextMonth {
	color: #bfbfbf !important
}

body .date-picker-wrapper .month-wrapper .day.real-today {
	background: #000 !important;
	border-color: #c7ddf3 !important;
	color: #fff !important
}

body .date-picker-wrapper .month-wrapper .day.checked {
	background: #c7ddf3;
	border-color: #c7ddf3;
	color: #000 !important
}

body .date-picker-wrapper .month-wrapper .day.first-date-selected,
body .date-picker-wrapper .month-wrapper .day.last-date-selected {
	background: #c7ddf3 !important;
	color: #000 !important
}

body .date-picker-wrapper .month-wrapper .day.first-date-selected:hover,
body .date-picker-wrapper .month-wrapper .day.first-date-selected.hovering,
body .date-picker-wrapper .month-wrapper .day.first-date-selected:focus,
body .date-picker-wrapper .month-wrapper .day.last-date-selected:hover,
body .date-picker-wrapper .month-wrapper .day.last-date-selected.hovering,
body .date-picker-wrapper .month-wrapper .day.last-date-selected:focus {
	background: #333 !important
}

body .date-picker-wrapper table {
	background: #000;
	border: 0;
	color: #fff;
	display: block;
	margin-bottom: 0;
	width: auto !important
}

body .date-picker-wrapper table thead {
	border-color: rgba(191, 191, 191, 0.4)
}

body .date-picker-wrapper table thead,
body .date-picker-wrapper table tr,
body .date-picker-wrapper table td {
	background: #000;
	color: #fff
}

body .date-picker-wrapper table thead tr th,
body .date-picker-wrapper table thead tr td {
	color: #fff
}

body .date-picker-wrapper table th {
	color: #bfbfbf;
	font-weight: normal;
	text-transform: capitalize
}

body .date-picker-wrapper table th.month-name {
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 18px;
	position: relative;
	text-transform: capitalize
}

body .date-picker-wrapper table th.month-name:lang(fr),
body .date-picker-wrapper table th.month-name:lang(es) {
	text-transform: none
}

body .date-picker-wrapper table .week-name th {
	color: #bfbfbf
}

body .date-picker-wrapper table .caption .next,
body .date-picker-wrapper table .caption .prev {
	color: #c7ddf3;
	cursor: pointer;
	display: block;
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	padding: 0 5px;
	width: 44px
}

body .date-picker-wrapper table .caption .next:hover,
body .date-picker-wrapper table .caption .prev:hover {
	background: #c7ddf3;
	color: #1c1c1c
}

body .date-picker-wrapper table .caption .next::before,
body .date-picker-wrapper table .caption .prev::before {
	display: block
}

body .date-picker-wrapper table .bottom-row {
	height: 40px
}

body .date-picker-wrapper.single-date .month-wrapper {
	width: 308px !important
}

body .date-picker-wrapper.single-date table {
	margin-bottom: 0
}

body .date-picker-wrapper .gap {
	background: 0;
	top: auto
}

body .date-picker-wrapper .gap .gap-top-mask,
body .date-picker-wrapper .gap .gap-bottom-mask {
	display: none
}

body .date-picker-wrapper .gap .gap-line .gap-1 {
	border-left-color: #000
}

body .date-picker-wrapper .gap .gap-line .gap-2 {
	border-top-color: #000
}

body .date-picker-wrapper .gap .gap-line .gap-3 {
	border-bottom-color: #000
}

body .date-picker-wrapper .close {
	color: #fff;
	display: block;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px;
	margin-top: 7px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase
}

body .date-picker-wrapper .close:hover {
	cursor: pointer
}

body .date-picker-wrapper .icon-close {
	font-size: 23px;
	vertical-align: -5px
}

body .date-picker-wrapper .footer {
	padding-bottom: 10px;
	padding-top: 0
}

body .date-picker-wrapper .footer .close {
	margin-top: 0
}

@media(max-width:42.001em) {
	body .date-picker-wrapper .gap {
		display: none
	}
	body .date-picker-wrapper .month-wrapper {
		width: 276px !important
	}
	body .date-picker-wrapper .month-wrapper table .day {
		font-size: 13px;
		width: 38px
	}
	body .date-picker-wrapper.single-date .month-wrapper {
		width: 276px !important
	}
}

body.reserve-date-picker .date-picker-wrapper.two-months {
	left: auto !important;
	right: .625rem !important
}

@media(max-width:64.063em) {
	body .date-picker-wrapper.two-months {
		left: .625rem !important
	}
}

html[dir='rtl'] form select {
	background-position: 0 center;
	padding-right: 10px
}

.form-reservation {
	position: relative
}

html[dir='rtl'] .form-reservation .main-panel .row .columns.small-12.large-8 .row .columns.small-12.large-6.right {
	float: left !important
}

.form-reservation small.error-message {
	clear: both;
	display: none;
	float: left;
	margin-bottom: 5px !important;
	margin-top: -15px !important;
	padding-top: 0 !important;
	position: relative
}

.form-reservation .error span[class^='icon-'] {
	color: #ce4844
}

.form-reservation .error .field-wrapper {
	border-bottom: 1px solid #1c1c1c;
	margin-bottom: 20px
}

.form-reservation .main-panel {
	left: 0;
	position: relative
}

.form-reservation .field-wrapper {
	border-bottom: 1px solid #1c1c1c;
	height: 38px;
	margin-bottom: 20px;
	position: relative
}

.form-reservation .field-wrapper.error {
	border-color: #ce4844 !important
}

.form-reservation .field-wrapper.error input {
	border-right-color: transparent !important
}

.form-reservation .field-wrapper.error+.error-message {
	display: block
}

.form-reservation .main-panel>.row:last-of-type .columns .row:last-of-type .field-wrapper {
	margin-bottom: 8px
}

.form-reservation input[type='text'],
.form-reservation input[type='email'],
.form-reservation textarea,
.form-reservation select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 20px;
	font-style: normal;
	height: 38px;
	line-height: 1.1;
	padding: 5px;
	position: relative;
	width: 100%;
	z-index: 2
}

.form-reservation input[type='text']::-moz-placeholder,
.form-reservation input[type='email']::-moz-placeholder,
.form-reservation textarea::-moz-placeholder,
.form-reservation select::-moz-placeholder {
	color: #1c1c1c;
	padding-top: 1px
}

.form-reservation input[type='text']:-ms-input-placeholder,
.form-reservation input[type='email']:-ms-input-placeholder,
.form-reservation textarea:-ms-input-placeholder,
.form-reservation select:-ms-input-placeholder {
	color: #1c1c1c;
	padding-top: 1px
}

.form-reservation input[type='text']::-ms-input-placeholder,
.form-reservation input[type='email']::-ms-input-placeholder,
.form-reservation textarea::-ms-input-placeholder,
.form-reservation select::-ms-input-placeholder {
	color: #1c1c1c;
	padding-top: 1px
}

.form-reservation input[type='text']::placeholder,
.form-reservation input[type='text'].placeholder,
.form-reservation input[type='email']::placeholder,
.form-reservation input[type='email'].placeholder,
.form-reservation textarea::placeholder,
.form-reservation textarea.placeholder,
.form-reservation select::placeholder,
.form-reservation select.placeholder {
	color: #1c1c1c;
	padding-top: 1px
}

.form-reservation input[type='text']:focus,
.form-reservation input[type='email']:focus,
.form-reservation textarea:focus,
.form-reservation select:focus {
	background-color: rgba(249, 249, 249, 0.8);
	border-color: #31548c;
	box-shadow: 0 0 5px #e5e5e5;
	outline: 0
}

.form-reservation input[type='text'] {
	border-right: 30px solid transparent
}

.form-reservation input[type='text']:focus {
	border-right: 30px solid transparent
}

.form-reservation input[type='text']::-ms-clear {
	display: none
}

.form-reservation .checkbox {
	font-size: 12px;
	text-align: left;
	text-transform: uppercase
}

.form-reservation .checkbox .custom-checkbox {
	border-color: #1c1c1c !important;
	margin-top: 1px
}

.form-reservation .rf-location,
.form-reservation .rf-rooms,
.form-reservation .rf-guests {
	float: left
}

.form-reservation .rf-rooms,
.form-reservation .rf-guests {
	border-bottom: 1px solid #1c1c1c;
	margin-bottom: 20px;
	padding-bottom: 5px;
	width: 130%
}

.form-reservation .rf-rooms:lang(ar),
.form-reservation .rf-guests:lang(ar) {
	padding-right: 30px;
	width: 100%
}

.form-reservation .drop-down-select {
	overflow: hidden;
	position: relative
}

.form-reservation .icon-map-pin,
.form-reservation .icon-close {
	transition: opacity 200ms ease-in-out
}

.form-reservation .icon-close {
	color: #1c1c1c;
	font-size: 26px;
	line-height: 22px;
	opacity: 0;
	padding: 3px 0 3px 17px
}

.form-reservation .icon-map-pin {
	color: #1c1c1c;
	font-size: 20px;
	opacity: 1;
	padding: 3px 0 3px 20px
}

.form-reservation .location-icon {
	display: inline-block;
	float: right;
	position: relative;
	right: 44px;
	top: 4px
}

.form-reservation .location-icon .icon-map-pin,
.form-reservation .location-icon .icon-close {
	left: 0;
	position: absolute;
	top: 0
}

.form-reservation .icon-arrow-down {
	color: #1c1c1c;
	font-size: 20px;
	margin-left: -44px;
	padding: 3px 0 3px 20px;
	position: absolute;
	right: 4px;
	top: 6px
}

html[dir='rtl'] .form-reservation .icon-arrow-down {
	left: 0;
	margin-left: auto;
	padding-left: 15px;
	position: absolute
}

.form-reservation .icon-calendar {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 20px, #fff 100%);
	color: #1c1c1c;
	margin-right: -13px;
	padding: 2px 3px 6px 20px;
	z-index: 3
}

.form-reservation .check-availability {
	margin-bottom: 10px;
	margin-top: -4px;
	padding: 1px;
	width: 100%
}

.form-reservation .check-availability span {
	border: 2px solid #fff;
	display: block;
	padding: 8px 20px 7px
}

.form-reservation .check-availability:focus {
	box-shadow: 0 0 5px #fff;
	outline: 2px solid #fff
}

.form-reservation .auxiliary-links a {
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 12px;
	padding: 2px 0;
	text-transform: uppercase
}

.form-reservation.dark-background {
	background-color: #1c1c1c;
	padding: 20px 0
}

.form-reservation.dark-background .error span[class^='icon-'] {
	color: #d4605c
}

.form-reservation.dark-background .field-wrapper.error {
	border-color: #d4605c !important
}

.form-reservation.dark-background .field-wrapper.error+.error-message {
	color: #d4605c
}

.form-reservation.dark-background h2 {
	color: #fff;
	font-family: "proxima-nova-thin", Helvetica, "Arial Unicode", sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 10px
}

.form-reservation.dark-background .touch-date-range-picker-wrap h2 {
	color: #fff
}

.form-reservation.dark-background .check-availability {
	background: #c7ddf3;
	color: #1c1c1c;
	padding: 1px
}

.form-reservation.dark-background .check-availability span {
	border: 2px solid #1c1c1c
}

.form-reservation.dark-background .check-availability:hover {
	background: #a5c1e2
}

.form-reservation.dark-background.edition .check-availability {
	background: #fff
}

.form-reservation.dark-background.edition .check-availability:hover {
	background: #f3f3f3
}

.form-reservation.dark-background input[type='text'],
.form-reservation.dark-background input[type='email'],
.form-reservation.dark-background textarea,
.form-reservation.dark-background select {
	color: #fff
}

.form-reservation.dark-background input[type='text']::-moz-placeholder,
.form-reservation.dark-background input[type='email']::-moz-placeholder,
.form-reservation.dark-background textarea::-moz-placeholder,
.form-reservation.dark-background select::-moz-placeholder {
	color: #fff
}

.form-reservation.dark-background input[type='text']:-ms-input-placeholder,
.form-reservation.dark-background input[type='email']:-ms-input-placeholder,
.form-reservation.dark-background textarea:-ms-input-placeholder,
.form-reservation.dark-background select:-ms-input-placeholder {
	color: #fff
}

.form-reservation.dark-background input[type='text']::-ms-input-placeholder,
.form-reservation.dark-background input[type='email']::-ms-input-placeholder,
.form-reservation.dark-background textarea::-ms-input-placeholder,
.form-reservation.dark-background select::-ms-input-placeholder {
	color: #fff
}

.form-reservation.dark-background input[type='text']::placeholder,
.form-reservation.dark-background input[type='text'].placeholder,
.form-reservation.dark-background input[type='email']::placeholder,
.form-reservation.dark-background input[type='email'].placeholder,
.form-reservation.dark-background textarea::placeholder,
.form-reservation.dark-background textarea.placeholder,
.form-reservation.dark-background select::placeholder,
.form-reservation.dark-background select.placeholder {
	color: #fff
}

.form-reservation.dark-background input[type='text']:focus,
.form-reservation.dark-background input[type='email']:focus,
.form-reservation.dark-background textarea:focus,
.form-reservation.dark-background select:focus {
	background-color: rgba(249, 249, 249, 0.4);
	box-shadow: none
}

.form-reservation.dark-background input[type='checkbox']:focus+.custom-checkbox {
	outline: 5px auto #fff
}

.form-reservation.dark-background .field-wrapper {
	border-bottom: 1px solid #c7ddf3;
	position: relative
}

.form-reservation.dark-background .rf-rooms,
.form-reservation.dark-background .rf-guests {
	border-bottom: 1px solid #c7ddf3;
	margin-bottom: 20px
}

.form-reservation.dark-background select option {
	background-color: #1c1c1c;
	color: #fff
}

.form-reservation.dark-background .icon-calendar,
.form-reservation.dark-background .icon-arrow-down,
.form-reservation.dark-background .icon-map-pin,
.form-reservation.dark-background .icon-close {
	background: transparent;
	color: #c7ddf3
}

.form-reservation.dark-background .custom-checkbox {
	border-color: #c7ddf3
}

.form-reservation.dark-background .custom-checkbox:focus {
	background-color: rgba(255, 255, 255, 0.2)
}

.form-reservation.dark-background .checkbox {
	color: #bfbfbf
}

.form-reservation.dark-background .checkbox .custom-checkbox {
	border-color: #c7ddf3 !important
}

.form-reservation.dark-background .auxiliary-links a {
	color: #c7ddf3
}

.form-reservation.dark-background .auxiliary-links a:focus {
	box-shadow: 0 0 5px #fff;
	outline: 2px solid #fff
}

.form-reservation.dark-background label.visually-hidden {
	color: #fff
}

.form-reservation .main-panel,
.form-reservation .touch-date-range-picker-wrap {
	transition: left 300ms ease-in-out
}

.form-reservation .touch-date-range-picker-wrap {
	left: 100%;
	position: absolute;
	top: 0;
	width: 100%
}

.form-reservation .touch-date-range-picker-wrap .close-touch-date-range-picker-wrap {
	color: #6f6f6f;
	display: block;
	padding: 10px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase
}

.form-reservation .touch-date-range-picker-wrap .close-touch-date-range-picker-wrap:hover {
	text-decoration: none
}

.form-reservation .touch-date-range-picker-wrap .close-touch-date-range-picker-wrap .icon-close {
	color: #6f6f6f;
	margin: 0;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	top: 3px;
	vertical-align: middle
}

.form-reservation .touch-date-range-picker-wrap .close-touch-date-range-picker-wrap .icon-close::before {
	display: block;
	float: left
}

.form-reservation .touch-date-range-picker-wrap h2 {
	color: #6f6f6f;
	font-size: 18px;
	margin: 15px 0;
	padding-left: 10px
}

.form-reservation .touch-date-range-picker-wrap .date-picker-wrapper {
	left: 0 !important;
	position: relative !important;
	top: 0 !important;
	width: calc(100% - 16px)
}

.form-reservation .touch-date-range-picker-wrap .date-picker-wrapper .footer {
	display: none !important
}

.form-reservation .touch-date-range-picker-wrap .date-picker-wrapper .month-wrapper {
	width: 100% !important
}

.form-reservation .touch-date-range-picker-wrap .date-picker-wrapper .month-wrapper table {
	display: table;
	width: 100% !important
}

.form-reservation .touch-date-range-picker-wrap .date-picker-wrapper .month-wrapper table.month2 {
	display: none
}

.form-reservation .touch-date-range-picker-wrap .date-picker-wrapper .month-wrapper table.month1,
.form-reservation .touch-date-range-picker-wrap .date-picker-wrapper .month-wrapper table.month2 {
	margin-bottom: 20px;
	width: 100%
}

.form-reservation .touch-date-range-picker-wrap .date-picker-wrapper .month-wrapper table.month1 td,
.form-reservation .touch-date-range-picker-wrap .date-picker-wrapper .month-wrapper table.month1 th,
.form-reservation .touch-date-range-picker-wrap .date-picker-wrapper .month-wrapper table.month2 td,
.form-reservation .touch-date-range-picker-wrap .date-picker-wrapper .month-wrapper table.month2 th {
	text-align: center;
	width: 14.2857142857%
}

.form-reservation .touch-date-range-picker-wrap .date-picker-wrapper .month-wrapper table.month1 .next,
.form-reservation .touch-date-range-picker-wrap .date-picker-wrapper .month-wrapper table.month2 .next {
	float: right
}

.form-reservation .touch-date-range-picker-wrap .date-picker-wrapper .month-wrapper table.month1 .day,
.form-reservation .touch-date-range-picker-wrap .date-picker-wrapper .month-wrapper table.month2 .day {
	font-size: 13px;
	width: 100%
}

.form-reservation.light-background .touch-date-range-picker-wrap * {
	background: #fff;
	border-color: #fff !important
}

.form-reservation.light-background .touch-date-range-picker-wrap table.month1 th,
.form-reservation.light-background .touch-date-range-picker-wrap table.month2 th {
	color: #1c1c1c
}

.form-reservation.light-background .touch-date-range-picker-wrap table.month1 th.month-name,
.form-reservation.light-background .touch-date-range-picker-wrap table.month2 th.month-name {
	color: #1c1c1c;
	text-transform: uppercase
}

.form-reservation.light-background .touch-date-range-picker-wrap table.month1 [class*='icon'],
.form-reservation.light-background .touch-date-range-picker-wrap table.month2 [class*='icon'] {
	color: #1c1c1c;
	font-size: 20px
}

.form-reservation.light-background .touch-date-range-picker-wrap table.month1 [class*='icon']:hover,
.form-reservation.light-background .touch-date-range-picker-wrap table.month1 [class*='icon']:focus,
.form-reservation.light-background .touch-date-range-picker-wrap table.month2 [class*='icon']:hover,
.form-reservation.light-background .touch-date-range-picker-wrap table.month2 [class*='icon']:focus {
	background: #c7ddf3 !important;
	color: #000
}

.form-reservation.light-background .touch-date-range-picker-wrap table.month1 .day.valid,
.form-reservation.light-background .touch-date-range-picker-wrap table.month2 .day.valid {
	color: #1c1c1c !important
}

.form-reservation.light-background .touch-date-range-picker-wrap table.month1 .day.valid:hover,
.form-reservation.light-background .touch-date-range-picker-wrap table.month1 .day.valid.hovering,
.form-reservation.light-background .touch-date-range-picker-wrap table.month2 .day.valid:hover,
.form-reservation.light-background .touch-date-range-picker-wrap table.month2 .day.valid.hovering {
	background: rgba(191, 191, 191, 0.5) !important
}

.form-reservation.light-background .touch-date-range-picker-wrap table.month1 .day.invalid,
.form-reservation.light-background .touch-date-range-picker-wrap table.month1 .day.lastMonth,
.form-reservation.light-background .touch-date-range-picker-wrap table.month1 .day.invalid.lastMonth,
.form-reservation.light-background .touch-date-range-picker-wrap table.month2 .day.invalid,
.form-reservation.light-background .touch-date-range-picker-wrap table.month2 .day.lastMonth,
.form-reservation.light-background .touch-date-range-picker-wrap table.month2 .day.invalid.lastMonth {
	color: rgba(191, 191, 191, 0.5)
}

.form-reservation.light-background .touch-date-range-picker-wrap table.month1 .day.nextMonth,
.form-reservation.light-background .touch-date-range-picker-wrap table.month2 .day.nextMonth {
	color: #6f6f6f !important
}

.form-reservation.light-background .touch-date-range-picker-wrap table.month1 .day.real-today,
.form-reservation.light-background .touch-date-range-picker-wrap table.month2 .day.real-today {
	background: #fff !important;
	border-color: #1c1c1c !important
}

.form-reservation.light-background .touch-date-range-picker-wrap table.month1 .day.checked,
.form-reservation.light-background .touch-date-range-picker-wrap table.month2 .day.checked {
	background: #c7ddf3 !important;
	color: #fff !important
}

.form-reservation.light-background .touch-date-range-picker-wrap .custom-checkbox {
	border-color: #1c1c1c
}

html.wurfl-tablet .form-reservation.showing-touch-datepicker::before {
	content: '';
	display: block;
	height: 170px;
	width: 100%
}

.form-reservation.showing-touch-datepicker .main-panel {
	left: -100%
}

.form-reservation.showing-touch-datepicker .touch-date-range-picker-wrap {
	left: 0
}

@media only screen and (max-width:48.001em) {
	.form-reservation {
		overflow-x: hidden
	}
	.form-reservation .check-availability {
		margin-top: 7px
	}
	.form-reservation .check-availability span {
		border: 2px solid #fff;
		display: block
	}
	.form-reservation .checkbox {
		margin-top: -3px;
		padding: 0 0 5px
	}
	.form-reservation .rooms-guests-flexible-row {
		display: table;
		margin-left: 0;
		width: 100%
	}
	.form-reservation .rooms-guests-flexible-row:lang(ar) {
		display: block;
		width: calc(100% + 10px)
	}
	.form-reservation .rooms-guests-flexible-row>.columns:first-child {
		display: table-footer-group;
		float: none
	}
	.form-reservation .rooms-guests-flexible-row>.columns:first-child:lang(ar) {
		float: right;
		padding-left: 0
	}
	.form-reservation .rooms-guests-flexible-row>.columns:last-child {
		display: table-header-group;
		float: none
	}
	.form-reservation label[for='rf-rewards'] {
		margin-top: 10px
	}
}

.rf-takeover-container {
	display: none
}

.rf-takeover-container .rf-takeover-mask {
	background: rgba(0, 0, 0, 0.9);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 103
}

.rf-takeover-container .form-reservation {
	background: transparent;
	margin: 0 !important;
	position: absolute;
	width: 100%;
	z-index: 110
}

.rf-takeover-container .form-reservation.fixed-position {
	position: fixed
}

@media(max-height:630px) {
	.rf-takeover-container .form-reservation.fixed-position {
		position: absolute;
		top: 25% !important
	}
}

.rf-takeover-container .icon-spinner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	display: block;
	font-size: 40px;
	text-align: center
}

.showing-rf-takeover {
	overflow-y: scroll;
	position: fixed;
	width: 100%
}

@media(max-height:630px) {
	.showing-rf-takeover {
		position: relative
	}
	.showing-rf-takeover .item-reservations {
		top: -95px
	}
}

.showing-rf-takeover .brand-links .outlined-cta.transparent {
	background: #fff;
	color: #1c1c1c !important
}

.showing-rf-takeover .brand-header {
	z-index: 104
}

.showing-rf-takeover .brand-header .header.white-header,
.showing-rf-takeover .brand-header .header.header-gradient-light {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none
}

.showing-rf-takeover .brand-header .header.white-header .outlined-cta.transparent,
.showing-rf-takeover .brand-header .header.header-gradient-light .outlined-cta.transparent {
	border: solid 1px #fff
}

.showing-rf-takeover .brand-header .header.white-header .outlined-cta.transparent:hover,
.showing-rf-takeover .brand-header .header.header-gradient-light .outlined-cta.transparent:hover {
	background: #fff;
	color: #1c1c1c
}

.showing-rf-takeover .brand-header .header.white-header .header-menu-toggle,
.showing-rf-takeover .brand-header .header.white-header .header-rewards-link,
.showing-rf-takeover .brand-header .header.header-gradient-light .header-menu-toggle,
.showing-rf-takeover .brand-header .header.header-gradient-light .header-rewards-link {
	color: #fff
}

.showing-rf-takeover .brand-header .header.white-header .brand-middle li a,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-middle li a {
	color: #fff !important;
	-webkit-filter: none;
	filter: none
}

.showing-rf-takeover .brand-header .header.white-header .brand-middle li a:hover span,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-middle li a:hover span {
	border-bottom-color: #fff
}

.showing-rf-takeover .brand-header .header.white-header .brand-links .navigation,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-links .navigation {
	border-top: 1px solid rgba(255, 255, 255, 0.4)
}

.showing-rf-takeover .brand-header .header.white-header .brand-rewards li,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-rewards li {
	color: #fff !important
}

.showing-rf-takeover .brand-header .header.white-header .brand-rewards li a,
.showing-rf-takeover .brand-header .header.white-header .brand-rewards li select,
.showing-rf-takeover .brand-header .header.white-header .brand-rewards li .local.right::after,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-rewards li a,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-rewards li select,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-rewards li .local.right::after {
	color: #fff !important
}

.showing-rf-takeover .brand-header .header.white-header .brand-rewards li.marriott-logo .dark,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-rewards li.marriott-logo .dark {
	display: none !important
}

.showing-rf-takeover .brand-header .header.white-header .brand-rewards li.marriott-logo .light,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-rewards li.marriott-logo .light {
	display: block !important
}

.showing-rf-takeover .brand-header .header.white-header .brand-nav,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-nav {
	background: 0
}

.showing-rf-takeover .brand-header .header.white-header .brand-logo svg,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-logo svg {
	fill: #fff !important;
	-webkit-filter: none !important;
	filter: none !important
}

.showing-rf-takeover .brand-header .header.white-header .brand-links,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-links {
	background-color: transparent
}

.showing-rf-takeover .brand-header .header.white-header .brand-links .brand-logo-text svg,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-links .brand-logo-text svg {
	fill: #fff
}

.showing-rf-takeover .brand-header .header.white-header .brand-links.is-stuck,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-links.is-stuck {
	background: #1c1c1c;
	border-bottom: solid 1px #3c3c3c
}

.showing-rf-takeover .property-header {
	z-index: 104
}

.showing-rf-takeover .property-header .logo a picture img.brand-lock-up {
	-webkit-filter: invert(100%);
	filter: invert(100%)
}

.showing-rf-takeover .property-header svg.brand-lock-up,
.showing-rf-takeover .property-header .override {
	fill: #fff;
	position: relative;
	z-index: 100000
}

.showing-rf-takeover .property-header svg.brand-text {
	fill: #fff
}

.showing-rf-takeover .property-header .property-name {
	color: #fff
}

.showing-rf-takeover .property-header .property-info {
	display: none
}

.showing-rf-takeover .property-nav {
	border: 1px solid rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 112
}

.showing-rf-takeover .property-nav .sticky-header {
	background: transparent
}

.showing-rf-takeover .property-nav.stuck {
	background: #1c1c1c;
	border-bottom: 1px solid #3c3c3c;
	border-top: 1px solid #fff;
	position: fixed
}

.showing-rf-takeover .property-nav.stuck .brand-logo {
	visibility: visible
}

.showing-rf-takeover .property-nav.stuck .brand-logo svg {
	fill: #fff
}

.showing-rf-takeover .property-nav.stuck .sticky-header {
	background: #1c1c1c
}

.showing-rf-takeover .property-nav .property-name {
	color: #fff
}

.showing-rf-takeover .property-nav .brand-logo {
	visibility: hidden
}

.showing-rf-takeover .property-nav .reserve-cta {
	background: transparent !important;
	border-color: #fff !important;
	color: #fff !important
}

.showing-rf-takeover .property-nav .reserve-cta:hover {
	background: #fff !important;
	color: #1c1c1c !important
}

.showing-rf-takeover .property-nav .menu-toggle {
	display: none
}

.showing-rf-takeover .property-nav ul {
	display: none
}

.select-jump {
	margin-bottom: 45px
}

.select-jump form {
	margin: 0
}

.select-jump label,
.select-jump .caption {
	color: #6f6f6f;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 0;
	padding-top: 0;
	vertical-align: middle
}

.select-jump .caption {
	display: inline-block;
	float: none !important;
	line-height: 130%;
	margin-right: -3px;
	width: 50%
}

.select-jump select {
	display: inline-block;
	max-width: 400px;
	vertical-align: middle
}

.select-jump .select-submit {
	display: inline-block;
	margin: 10px 0 0;
	padding: 6px 20px;
	vertical-align: bottom
}

.select-jump .right {
	display: inline-block;
	float: none !important;
	text-align: right;
	vertical-align: middle;
	width: 50%
}

.select-jump .right label {
	padding-bottom: 5px;
	text-align: right
}

.select-jump.border {
	border: 1px solid #e5e5e5;
	padding: 10px 15px
}

.select-jump.black label,
.select-jump.black .caption {
	color: #1c1c1c
}

.three-column .select-jump {
	margin-bottom: 0 !important
}

@media(min-width:48.063em) {
	.select-jump .right label {
		padding-bottom: 0
	}
	.select-jump select {
		width: 70%
	}
}

@media(min-width:42.063em) {
	.threecolumn .select-jump {
		margin-bottom: 0
	}
}

@media(min-width:60em) {
	.select-jump select {
		width: 48%
	}
	.select-jump .select-submit {
		margin-top: 0
	}
}

@media(min-width:64.063em) {
	.select-jump label {
		padding-right: 8px
	}
}

@media(min-width:72em) {
	.select-jump select {
		width: 55%
	}
}

.property-search-wrapper {
	position: relative
}

.property-search-wrapper.isFiltered .property-search li {
	display: none
}

.property-search-wrapper.isFiltered .property-search li.isMatch {
	display: block
}

.property-search-wrapper .no-matches {
	color: #bfbfbf;
	display: none;
	padding: 8px
}

.property-search-wrapper.noMatches .no-matches {
	display: block
}

.property-search-wrapper.noMatches .property-search ul {
	display: none
}

.property-search-wrapper.open .location-icon {
	cursor: pointer;
	z-index: 3
}

.property-search-wrapper.open .location-icon .icon-map-pin {
	opacity: 0
}

.property-search-wrapper.open .location-icon .icon-close {
	opacity: 1
}

.property-search {
	background: #000;
	box-shadow: 0 5px 9px 1px rgba(0, 0, 0, 0.9);
	display: none;
	left: 0;
	max-width: 150%;
	min-width: 100%;
	position: absolute;
	top: 38px;
	z-index: 100
}

.property-search ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.property-search ul li {
	color: #c7ddf3;
	cursor: pointer;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	outline: 0;
	padding: 8px;
	position: relative
}

.property-search ul li:not(.region) {
	padding-left: 25px
}

.isFiltered .property-search ul li:not(.region) {
	padding-left: 8px
}

.property-search ul li.region {
	color: #bfbfbf;
	cursor: default
}

.property-search ul li::after {
	background-color: #333;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 2%;
	position: absolute;
	width: 96%
}

.property-search ul li strong {
	color: #fff;
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-weight: 700
}

.property-search ul li:not(.region):hover,
.property-search ul li.active:not(.region) {
	background: rgba(255, 255, 255, 0.2)
}

.property-search ul li.active.region {
	background: rgba(255, 255, 255, 0.1)
}

.property-search ul li.error {
	color: #ce4844
}

.property-search ul li.error strong {
	color: #ce4844
}

.property-search .scrollable-pane {
	position: relative
}

.property-search .scrollable-pane .inner {
	overflow-y: auto
}

.property-search .scrollable-pane .inner::-webkit-scrollbar {
	width: 10px
}

.property-search .scrollable-pane .inner::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.3)
}

.property-search .scrollable-pane .inner::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.05)
}

.property-search .scrollable-pane .inner::-webkit-scrollbar-track-piece {
	background: rgba(255, 255, 255, 0.05)
}

.property-search .scrollable-pane.shadowed::after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
	bottom: 0;
	content: '';
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%
}

.property-search .all-hotels-resorts,
.touch-propsearch-wrap .all-hotels-resorts {
	background: #1c1c1c;
	border-top: 1px solid #fff;
	color: #c7ddf3;
	display: block;
	font-size: 13px;
	padding: 10px 8px 6px;
	text-align: right;
	text-transform: uppercase
}

.property-search .all-hotels-resorts .icon-arrow-right,
.touch-propsearch-wrap .all-hotels-resorts .icon-arrow-right {
	color: #c7ddf3 !important
}

.touch-propsearch-wrap .all-hotels-resorts {
	padding: 9px 8px 7px
}

.touch-propsearch-wrap .all-hotels-resorts .icon-arrow-right {
	position: relative;
	top: 1px
}

.touch-propsearch-wrap {
	height: 100%;
	left: 100%;
	position: absolute;
	top: 0;
	width: 100%
}

.touch-propsearch-wrap .touch-propsearch-header {
	border-bottom: 1px solid #fff;
	margin-bottom: 4px
}

.touch-propsearch-wrap .rf-location {
	clear: both;
	display: block;
	margin: 0
}

.touch-propsearch-wrap .icon-map-pin {
	float: left
}

.touch-propsearch-wrap .done-with-touch-propsearch {
	background: #1c1c1c;
	color: #c7ddf3;
	display: block;
	float: left;
	font-size: 13px;
	padding: 9px 8px 7px;
	text-decoration: none;
	text-transform: uppercase
}

.touch-propsearch-wrap .done-with-touch-propsearch .icon-arrow-left {
	position: relative;
	top: 1px
}

.touch-propsearch-wrap .property-search-wrapper {
	height: 100%
}

.touch-propsearch-wrap .property-search-wrapper .property-search {
	box-shadow: none;
	display: block;
	height: calc(100% - 79px);
	top: 79px
}

.touch-propsearch-wrap .property-search-wrapper .property-search .scrollable-pane {
	height: 100%
}

.touch-propsearch-wrap .property-search-wrapper .property-search .scrollable-pane .inner {
	height: 100%
}

.touch-propsearch-wrap .property-search-wrapper .property-search .all-hotels-resorts {
	display: none
}

.touch-propsearch-wrap .all-hotels-resorts {
	border-top: 0;
	float: right;
	text-decoration: none
}

html.wurfl-tablet .form-reservation.showing-touch-propsearch {
	height: calc(100% - 79px);
	min-height: 600px
}

.form-reservation.showing-touch-propsearch .main-panel {
	left: -100%
}

.form-reservation.showing-touch-propsearch .touch-propsearch-wrap {
	left: 0
}

.form-reservation .touch-propsearch-wrap {
	transition: left 300ms ease-in-out
}

.form-reservation.light-background .touch-propsearch-wrap input.rf-location:focus {
	background: transparent;
	box-shadow: none
}

.form-reservation.light-background .touch-propsearch-wrap .touch-propsearch-header {
	background-color: #f7f7f7
}

.form-reservation.light-background .touch-propsearch-wrap .touch-propsearch-header a {
	background: transparent;
	color: #3b68b3 !important
}

.form-reservation.light-background .touch-propsearch-wrap .touch-propsearch-header a.all-hotels-resorts .icon-arrow-right {
	color: #3b68b3 !important
}

.form-reservation.light-background .touch-propsearch-wrap .property-search {
	background: #fff
}

.form-reservation.light-background .touch-propsearch-wrap .property-search ul li {
	color: #000
}

.form-reservation.light-background .touch-propsearch-wrap .property-search ul li strong {
	color: #3b68b3
}

.form-reservation.light-background .touch-propsearch-wrap .property-search ul li::after {
	background-color: #e5e5e5
}

.form-reservation.light-background .touch-propsearch-wrap .property-search ul li:hover {
	background: #c7ddf3
}

.form-reservation.light-background .touch-propsearch-wrap .property-search .scrollable-pane.shadowed::after {
	background: linear-gradient(to bottom, rgba(239, 239, 239, 0) 0, #efefef 100%)
}

.form-reservation.light-background .touch-propsearch-wrap .property-search .scrollable-pane .inner::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.1)
}

.form-reservation.dark-background .touch-propsearch-wrap,
.form-reservation.dark-background .close-touch-date-range-picker-wrap {
	color: #fff
}

.lt-ie10 .property-search .scrollable-pane.shadowed::after {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000', GradientType=0)
}

.lt-ie10 .form-reservation.light-background .touch-propsearch-wrap .property-search .scrollable-pane {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00efefef', endColorstr='#efefef', GradientType=0)
}

.pre-arrival-form .tabs li:not(.accessible) {
	pointer-events: none
}

.pre-arrival-form .add-row {
	font-size: .875em
}

.pre-arrival-form fieldset legend.label {
	float: none;
	margin-bottom: 25px;
	text-align: left
}

.pre-arrival-form fieldset label.checkbox.no-pref {
	font-style: italic;
	margin-top: 10px
}

.pre-arrival-form fieldset label.checkbox.no-pref.label-added {
	margin-top: 32px
}

.pre-arrival-form p+h4 {
	margin-top: 30.8px
}

.pre-arrival-form span.icon-calendar {
	margin-top: 6px
}

.pre-arrival-form span.icon-calendar.label-added {
	margin-top: 26px
}

.pre-arrival-form .tabs-content .content:not(.active) input,
.pre-arrival-form .tabs-content .content:not(.active) select,
.pre-arrival-form .tabs-content .content:not(.active) textarea {
	visibility: hidden
}

.pre-arrival-form .tabs-content h3 {
	display: block
}

.pre-arrival-form .add-row {
	text-decoration: none
}

.pre-arrival-form .add-row .icon-plus {
	vertical-align: -10%
}

.pre-arrival-form .add-row:hover .text {
	text-decoration: underline
}

.pre-arrival-form.property-services img.hero {
	width: 100%
}

.pre-arrival-form.property-services h2 {
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 22px;
	margin-top: 0
}

.pre-arrival-form.property-services h2.twoOrMore {
	margin-bottom: .25em;
	margin-top: .5rem
}

.pre-arrival-form.property-services p.quote {
	color: #6f6f6f;
	font-style: italic
}

.pre-arrival-form.property-services p.twoOrMore {
	margin-bottom: .25em
}

.pre-arrival-form.property-services .checkbox-column-group .columns {
	clear: none
}

.pre-arrival-form.property-services .checkbox-column-group .columns:nth-of-type(3n+1) {
	clear: both
}

.pre-arrival-form.property-services .checkbox-column-group .optionTitle {
	display: inline;
	font-size: 20px;
	line-height: 1.2
}

.pre-arrival-form.property-services .checkbox-column-group .optionImage {
	display: block;
	max-height: 250px;
	padding-bottom: 15px
}

.pre-arrival-form.property-services .checkbox-column-group .image {
	margin-bottom: 15px
}

.pre-arrival-form.property-services .checkbox-column-group .image .optionImage {
	display: block;
	max-height: 250px;
	padding-bottom: 15px
}

.pre-arrival-form.property-services .checkbox-column-group .image.lock-to-top,
.pre-arrival-form.property-services .checkbox-column-group .image.lock-to-middle,
.pre-arrival-form.property-services .checkbox-column-group .image.lock-to-bottom {
	margin-bottom: 15px;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%
}

.pre-arrival-form.property-services .checkbox-column-group .image.lock-to-top img,
.pre-arrival-form.property-services .checkbox-column-group .image.lock-to-middle img,
.pre-arrival-form.property-services .checkbox-column-group .image.lock-to-bottom img {
	bottom: 0;
	left: 0;
	margin: auto;
	min-height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.pre-arrival-form.property-services .checkbox-column-group .image.lock-to-top img {
	bottom: auto;
	top: 0
}

.pre-arrival-form.property-services .checkbox-column-group .image.lock-to-bottom img {
	bottom: 0;
	top: auto
}

.pre-arrival-form button.continue {
	margin: 0 0 0 10px
}

.pre-arrival-form .dropdown .dropdown-row {
	display: none
}

@media only screen and (min-width:48.063em) {
	.pre-arrival-form .tabs-content h3:not(.aem-component) {
		display: none
	}
}

.progress-bar-wrapper {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	position: fixed;
	top: 0;
	width: 100%
}

.rfs-formv2 form .row .row {
	margin: 0 0 20px
}

.rfs-formv2 form .row .row .row {
	margin: 0
}

.rfs-formv2 form .row .row .row .row {
	margin: 0
}

.rfs-formv2 form legend.label {
	float: none
}

.rfs-formv2 form h4 {
	margin-bottom: 0;
	padding: 0 .5rem
}

.rfs-formv2 form label,
.rfs-formv2 form .label {
	text-align: left
}

.rfs-formv2 form .icon-calendar {
	bottom: 4px;
	top: auto
}

.rfs-formv2 form .dropdown .dropdown-row {
	display: none
}

.calendar .calendar-month .calendar-events .item dl dd {
	white-space: pre-line
}

.key-metadata {
	border: 1px solid #e5e5e5;
	margin-bottom: 35px;
	overflow: hidden;
	padding: 10px 10px 0
}

.key-metadata h6 {
	font-size: 16px
}

.key-metadata p {
	font-size: .75em;
	line-height: 2em
}

.content-reserve-cta {
	margin-bottom: 60px
}

.content-reserve-cta .outlined-cta {
	border: solid 2px #1c1c1c;
	display: block;
	font-weight: 600;
	margin: 0 auto;
	padding: 6px 10px 4px;
	width: 80%
}

@media only screen and (min-width:35em) {
	.content-reserve-cta .outlined-cta {
		display: inline;
		float: right;
		width: auto
	}
	html[dir='rtl'] .content-reserve-cta .outlined-cta {
		float: left
	}
	.content-reserve-cta p {
		float: left;
		margin-bottom: 0;
		max-width: 63%
	}
	html[dir='rtl'] .content-reserve-cta p {
		float: right
	}
}

.page-title {
	margin: 0 0 20px
}

.locations-list .accordion ul {
	list-style: none;
	margin-left: 0
}

.locations-list .accordion ul li {
	position: relative
}

.locations-list .accordion ul li.region {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-top: 30px
}

.locations-list .accordion ul li.region:first-of-type {
	border-top: 1px solid #e5e5e5;
	margin-top: 0;
	padding-bottom: 20px;
	padding-top: 30px
}

.locations-list .accordion ul li h2,
.locations-list .accordion ul li h3 {
	margin-bottom: 0;
	padding-left: 20px;
	position: relative;
	width: 90%;
	z-index: 2
}

.locations-list .accordion ul li h2 a,
.locations-list .accordion ul li h3 a {
	color: #1c1c1c
}

.locations-list .accordion ul li .sub-region-container {
	border-top: solid 1px transparent;
	font-size: 14px;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
	max-height: 0;
	overflow: hidden;
	padding: 0 20px;
	transition-duration: .3s;
	transition-property: max-height
}

.locations-list .accordion ul li .sub-region-container.partner {
	-moz-columns: 1;
	columns: 1;
	padding: 0
}

.locations-list .accordion ul li .sub-region-container .sub-region {
	margin-bottom: 30px
}

.locations-list .accordion ul li .sub-region-container .sub-region-name::after {
	display: none
}

.locations-list .accordion ul li .expand-toggle {
	background: transparent;
	color: #bfbfbf;
	font-size: 20px;
	height: 45px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 20px;
	transition: transform .3s;
	width: 100%;
	z-index: 1
}

.locations-list .accordion ul li .expand-toggle:hover {
	background: transparent;
	color: #1c1c1c
}

.locations-list .accordion ul li .expand-toggle::before {
	position: absolute;
	right: 0;
	top: 15px;
	transition: transform .3s
}

.locations-list .accordion ul li.open .icon-arrow-down::before {
	color: #1c1c1c;
	display: block;
	transform: rotate(180deg)
}

.locations-list .accordion ul li.open .sub-region-container {
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 20px;
	max-height: none
}

@media only screen and (min-width:42.063em) {
	.locations-list .accordion .region {
		-moz-columns: auto;
		columns: auto
	}
}

@media only screen and (min-width:30.063em) {
	.locations-list .accordion .region {
		-moz-column-gap: 0;
		column-gap: 0;
		-moz-columns: auto;
		columns: auto
	}
}

@media only screen and (min-width:42.063em) {
	.locations-list .accordion .sub-region-container {
		-moz-columns: 4 190px;
		columns: 4 190px
	}
}

@media only screen and (max-width:30.063em) {
	.locations-list .accordion .sub-region-container {
		-moz-column-gap: 10px;
		column-gap: 10px;
		-moz-columns: 3 160px;
		columns: 3 160px
	}
}

@media only screen and (min-width:60em) {
	.locations-list .accordion .sub-region-container {
		-moz-column-gap: 20px;
		column-gap: 20px
	}
}

.locations-list h2 {
	font-weight: normal;
	margin-top: 0
}

.locations-list .key-container {
	list-style: none;
	margin: 0 0 40px
}

.locations-list .key-container li {
	cursor: auto;
	font-size: 14px;
	margin: 0 0 .5em
}

.locations-list .key-container li.active {
	color: #31548c;
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-weight: bold
}

@media only screen and (max-width:42.063em) {
	.locations-list.resort-map .key-container {
		display: none
	}
}

.locations-list .key-container-context {
	margin-bottom: 40px
}

.locations-list .key-container-context .photo {
	width: 100%
}

.locations-list .key-container-context .label {
	background-color: transparent;
	color: #1c1c1c;
	display: none;
	margin: 15px 0 0;
	padding: 0;
	text-align: left;
	white-space: normal
}

.locations-list .key-container-context .label.above-image {
	display: block;
	margin: 0 0 10px
}

@media only screen and (min-width:42.063em) {
	.locations-list .key-container-context .label.above-image {
		display: none
	}
}

@media only screen and (min-width:42.063em) {
	.locations-list .key-container-context .label {
		display: block
	}
}

.locations-list .key-container-context .name {
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-weight: bold;
	line-height: 30px;
	margin-top: -8px
}

@media only screen and (min-width:42.063em) {
	.locations-list .key-container-context .name {
		display: none
	}
}

.locations-list .key-container-context .directions {
	display: none;
	font-size: 11px;
	padding: 10px 0
}

.locations-list .key-container-context .directions.above-image {
	margin: -10px 0 0
}

@media only screen and (max-width:42.063em) {
	.locations-list .key-container-context .directions.above-image.active {
		display: block
	}
}

@media only screen and (min-width:42.063em) {
	.locations-list .key-container-context .directions.active {
		display: block
	}
	.locations-list .key-container-context .directions.active.above-image {
		display: none
	}
}

.locations-list .link a {
	color: #1c1c1c;
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: color
}

.locations-list .link a:hover {
	color: #3b68b3;
	text-decoration: underline
}

.locations-list .key-marker-container {
	display: inline-block;
	vertical-align: top
}

.locations-list .key-marker-text {
	display: inline-block;
	margin-top: 5px
}

.locations-list .key-marker {
	display: inline-block;
	height: 22px;
	margin-left: 5px;
	margin-right: 7px;
	position: relative;
	text-align: center;
	top: 5px;
	width: 15px
}

.locations-list .region {
	margin-bottom: 60px
}

@media only screen and (min-width:20em) {
	.locations-list .key-marker-text {
		width: 90%
	}
}

@media only screen and (min-width:30.063em) {
	.locations-list .region {
		-moz-column-gap: 10px;
		column-gap: 10px;
		-moz-columns: 3 160px;
		columns: 3 160px
	}
}

@media only screen and (min-width:42.063em) {
	.locations-list .region {
		-moz-columns: 3 200px;
		columns: 3 200px
	}
	.locations-list .key-marker-text {
		width: 75%
	}
}

@media only screen and (min-width:60em) {
	.locations-list .region {
		-moz-column-gap: 20px;
		column-gap: 20px
	}
	.locations-list .key-marker-text {
		width: 85%
	}
}

.locations-list .region-link a {
	color: #1c1c1c;
	font-weight: normal;
	transition-duration: .3s;
	transition-property: color
}

.locations-list .region-link a:hover {
	color: #3b68b3;
	text-decoration: underline
}

.locations-list .sub-region {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	page-break-inside: avoid
}

.locations-list .sub-region p {
	margin-bottom: 0 !important
}

.locations-list .sub-region p::after {
	content: ' ';
	display: block;
	height: 15.8px
}

.locations-list .sub-region .sub-region-name {
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 15.8px;
	margin-top: 0
}

.locations-list .sub-region .sub-region-name a {
	font-weight: bold
}

@media only screen and (max-width:42.063em) {
	.locations-list {
		display: table
	}
	.locations-list.resort-map {
		display: block
	}
	.locations-list>.columns:first-of-type {
		display: table-footer-group;
		float: none
	}
	.locations-list>.columns:first-of-type .key-container {
		padding-left: .625rem;
		padding-right: .625rem
	}
	.locations-list>.columns:last-of-type {
		display: table-header-group;
		float: left
	}
}

.trip-advisor-map {
	margin: 0 auto !important;
	max-width: 955px !important
}

.editorial .image-left .columns {
	float: right
}

.editorial .image-left .image-container {
	float: left
}

.editorial .image-left .columns:not(.image-container) {
	padding-left: 20px
}

.editorial h2 {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 24px;
	letter-spacing: .05em;
	line-height: 1.4;
	margin-bottom: 20.6px;
	margin-top: 0;
	word-wrap: normal
}

.editorial h2.small-text {
	font-size: 24px
}

@media only screen and (min-width:72em) {
	.editorial h2 {
		font-size: 34px
	}
}

.editorial hr {
	margin-bottom: 20px
}

.editorial h5 {
	font-family: "caslon-540", "Times New Roman", serif;
	font-weight: normal;
	margin-top: 0
}

.editorial h6 {
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: .875em;
	font-weight: normal;
	letter-spacing: .05em;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: uppercase
}

.editorial .image-container {
	display: block;
	float: right;
	margin-bottom: 35px;
	padding-left: 10px
}

.editorial .image-container p {
	margin-bottom: 60px
}

.editorial .image-container p:last-child {
	margin-bottom: 0
}

.editorial .image-container .brand-hero>.container {
	margin-bottom: 0
}

.editorial .secondary {
	padding-bottom: 7px;
	padding-top: 14px
}

.editorial .top-border {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px
}

.editorial:not(.with-image)>.columns {
	width: 100%
}

.editorial .columns+.columns:last-child:lang(ar) {
	float: right
}

@media only screen and (max-width:60em) {
	.editorial .columns {
		width: 100% !important
	}
}

.intro-feature a {
	color: #1c1c1c;
	text-decoration: underline
}

.intro-feature a:hover {
	color: #1c1c1c
}

.intro-feature .intro-feature-container {
	padding: 60px 0
}

.intro-feature .intro-feature-container.bottom-align .slider .slide .content {
	align-items: normal
}

.intro-feature .intro-feature-container.bottom-align .slider .slide .content .description {
	display: flex;
	flex-direction: column
}

.intro-feature .intro-feature-container.bottom-align .slider .slide .content .cta-block {
	margin-top: auto
}

.intro-feature .intro-feature-container.large-image .slick-prev,
.intro-feature .intro-feature-container.large-image .slick-next {
	height: 80px;
	width: 40px
}

.intro-feature .intro-feature-container.large-image .slick-prev::before,
.intro-feature .intro-feature-container.large-image .slick-next::before {
	font-size: 55px;
	height: 58px;
	top: calc(50% - 27px);
	width: 30px
}

.intro-feature .intro-feature-container.large-image .slick-prev::before {
	left: -9px
}

.intro-feature .intro-feature-container.large-image .slick-next::before {
	left: -6px
}

.intro-feature .intro-feature-container .slick-prev,
.intro-feature .intro-feature-container .slick-next {
	margin-top: -40px
}

.intro-feature .intro-feature-container .slick-prev::before,
.intro-feature .intro-feature-container .slick-prev::after,
.intro-feature .intro-feature-container .slick-next::before,
.intro-feature .intro-feature-container .slick-next::after {
	text-shadow: none
}

.intro-feature .intro-feature-container .slick-prev {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.intro-feature .intro-feature-container .slick-next {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.intro-feature .description {
	background-color: transparent;
	overflow: hidden
}

.intro-feature .description p {
	line-height: 1.5;
	margin-bottom: 20px
}

.intro-feature .slider .slick-list {
	height: auto;
	position: relative
}

.intro-feature .slider .slick-track {
	height: auto;
	position: relative
}

.intro-feature .slider .slick-slide {
	background-color: #fff;
	display: inline-block;
	float: none;
	height: auto;
	vertical-align: middle
}

.intro-feature .slider .slide:not(.slick-active) {
	height: 0;
	visibility: hidden
}

.intro-feature .slider .slide:not(.slick-active):first-of-type {
	height: auto;
	visibility: visible
}

.intro-feature .slider .slide .content {
	display: block;
	margin: 0 auto;
	max-width: 1050px;
	padding: 0 60px
}

.intro-feature .slider .slide .content.rf-large-image {
	padding: 0
}

.intro-feature .slider .slide .content.image-right .image {
	order: 1;
	padding: 0
}

.intro-feature .slider .slide .content.image-right .image .inner-image {
	padding-bottom: 66.6666%
}

.intro-feature .slider .slide .content.image-right .description {
	margin-bottom: 40px;
	order: 2;
	padding: 0 3% 0 0
}

.intro-feature .slider .slide .content .image .inner-image {
	margin-bottom: 40px;
	overflow: hidden;
	padding-bottom: 66.6666%;
	position: relative
}

.intro-feature .slider .slide .content .image .inner-image img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.intro-feature .slider .slide .content .image .inner-image.lock-to-top img {
	bottom: auto
}

.intro-feature .slider .slide .content .image .inner-image.lock-to-bottom img {
	top: auto
}

.intro-feature .slider .slide .content .image .inner-image.rf-large-image img {
	padding-left: .625rem;
	padding-right: .625rem
}

.intro-feature .slider .slide .content .description {
	margin-bottom: 40px
}

.intro-feature .slider .cta-block .cta-primary,
.intro-feature .slider .cta-block .cta-secondary {
	display: inline
}

.intro-feature .slider .cta-block .cta-primary .link-cta,
.intro-feature .slider .cta-block .cta-secondary .link-cta {
	color: #1c1c1c;
	margin-right: 20px;
	text-decoration: underline
}

.intro-feature .slider .cta-block .cta-primary .link-cta::after,
.intro-feature .slider .cta-block .cta-secondary .link-cta::after {
	text-decoration: none
}

.intro-feature .slider .cta-block .cta-primary .link-cta:hover,
.intro-feature .slider .cta-block .cta-secondary .link-cta:hover {
	color: #3b68b3
}

.intro-feature .slider .cta-block .cta-primary a.button,
.intro-feature .slider .cta-block .cta-secondary a.button {
	text-decoration: none
}

.intro-feature .slider .cta-block .cta-primary a {
	color: #fff
}

.intro-feature .headline {
	margin-bottom: 20px;
	margin-top: 0
}

.intro-feature .intro-feature-container {
	overflow: hidden;
	padding-bottom: 60px;
	position: relative
}

.intro-feature .pre-headline {
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .05em;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: uppercase
}

@media only screen and (min-width:48.063em) {
	.intro-feature .intro-feature-container .slick-next,
	.intro-feature .intro-feature-container .slick-prev {
		cursor: pointer
	}
	.intro-feature .slider .slide .content {
		align-items: center;
		display: flex
	}
	.intro-feature .slider .slide .content.image-right .image {
		order: 2
	}
	.intro-feature .slider .slide .content.image-right .image .inner-image {
		padding-bottom: 66.666%
	}
	.intro-feature .slider .slide .content.image-right .description {
		margin-bottom: 0;
		order: 1;
		padding: 0 3% 0 .625rem
	}
	.intro-feature .slider .slide .content .image {
		margin-bottom: 0
	}
	.intro-feature .slider .slide .content .image .inner-image {
		padding-bottom: 66.6666%
	}
	.intro-feature .slider .slide .content .description {
		margin-bottom: 0;
		padding: 0 .625rem 0 3%
	}
	.intro-feature .slider .slide .content .cta-block {
		margin-bottom: 0
	}
}

@media only screen and (min-width:1200px) {
	.intro-feature .slider .slide .content {
		padding: 0
	}
	.intro-feature .intro-feature-container .slick-prev,
	.intro-feature .intro-feature-container .slick-next {
		border-radius: 3px
	}
}

.showcase .intro-feature {
	margin-top: -20px
}

.showcase .intro-feature .intro-feature-container {
	padding: 60px 0
}

.showcase .intro-feature .slider .slick-slide {
	background-color: #e9f1fa
}

.showcase-dark .intro-feature {
	margin-top: -20px
}

.showcase-dark .intro-feature .intro-feature-container {
	padding: 60px 0
}

.showcase-dark .intro-feature .intro-feature-container .slider .slick-slide {
	background-color: #1c1c1c
}

.showcase-dark .intro-feature .intro-feature-container .slider .slick-slide .headline,
.showcase-dark .intro-feature .intro-feature-container .slider .slick-slide .pre-headline,
.showcase-dark .intro-feature .intro-feature-container .slider .slick-slide p {
	color: #fff
}

.showcase-dark .intro-feature .intro-feature-container .slider .slick-slide .cta-primary a.button {
	background: #fff;
	color: #000
}

.showcase-dark .intro-feature .intro-feature-container .slider .slick-slide .cta-primary a.button:hover {
	background: #e5e5e5;
	color: #333
}

.showcase-dark .intro-feature .intro-feature-container .slider .slick-slide .cta-primary a.link-cta.link-cta,
.showcase-dark .intro-feature .intro-feature-container .slider .slick-slide .cta-secondary a.link-cta.link-cta {
	background: 0;
	color: #fff
}

.showcase-dark .intro-feature .intro-feature-container .slider .slick-slide .cta-primary a.link-cta.link-cta::after,
.showcase-dark .intro-feature .intro-feature-container .slider .slick-slide .cta-secondary a.link-cta.link-cta::after {
	color: #fff
}

.showcase-dark .intro-feature .intro-feature-container .slider .slick-slide .cta-primary a.link-cta.link-cta:hover,
.showcase-dark .intro-feature .intro-feature-container .slider .slick-slide .cta-secondary a.link-cta.link-cta:hover {
	background: 0;
	color: #3b68b3
}

.showcase-dark .intro-feature .intro-feature-container .slider .slick-slide .cta-primary a.link-cta.link-cta:hover::after,
.showcase-dark .intro-feature .intro-feature-container .slider .slick-slide .cta-secondary a.link-cta.link-cta:hover::after {
	color: #3b68b3
}

.no-touch button.slick-prev:hover:not([disabled]),
.no-touch .button.slick-prev:hover:not([disabled]),
.no-touch button.slick-next:hover:not([disabled]),
.no-touch .button.slick-next:hover:not([disabled]) {
	background: #e5e5e5
}

.intro-header {
	padding-bottom: 60px
}

html[dir='rtl'] .intro-header .columns {
	float: right
}

.intro-header .columns:last-of-type p:last-of-type {
	margin-bottom: 0
}

.intro-header.supplemental-text h2,
.intro-header.supplemental-text h1,
.intro-header.supplemental-text h2.page-title {
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .05em;
	text-transform: uppercase
}

.intro-header.supplemental-text p {
	display: none
}

@media(min-width:48.063em) {
	.intro-header.supplemental-text p {
		display: block
	}
}

.intro-header.page-second-header h2 {
	letter-spacing: .05em
}

.intro-header.page-second-header .cta {
	text-align: left
}

@media only screen and (min-width:48.063em) {
	.intro-header.page-second-header h2 {
		margin: 0
	}
	.intro-header.page-second-header .cta {
		text-align: right
	}
}

.intro-header.brand-voice .eyebrow {
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	margin-bottom: 11.8px
}

.intro-header.brand-voice h1,
.intro-header.brand-voice h2.page-title,
.intro-header.brand-voice h2 {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 28px;
	letter-spacing: .05em;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-top: 0;
	word-wrap: normal
}

@media only screen and (min-width:35em) {
	.intro-header.brand-voice h1,
	.intro-header.brand-voice h2.page-title,
	.intro-header.brand-voice h2 {
		font-size: 34px
	}
}

@media only screen and (min-width:60em) {
	.intro-header.brand-voice h1,
	.intro-header.brand-voice h2.page-title,
	.intro-header.brand-voice h2 {
		font-size: 40px
	}
}

@media only screen and (min-width:674px) {
	.intro-header.brand-voice .button {
		float: right
	}
}

.intro-header.brand-voice .block-primary {
	display: inline-block;
	line-height: 1.1;
	margin-right: 16px;
	vertical-align: top
}

html[dir='rtl'] .intro-header.brand-voice .block-primary {
	margin-left: 16px;
	margin-right: 0
}

@media only screen and (min-width:674px) {
	.intro-header.brand-voice .block-primary {
		margin-bottom: 15.8px
	}
	.intro-header.brand-voice .secondary {
		margin-bottom: 0
	}
}

.intro-header.brand-voice .block-secondary {
	display: inline-block;
	text-transform: uppercase
}

.intro-header.brand-voice .block-secondary p {
	font-size: 14px
}

.intro-header.simple h1,
.intro-header.simple h2.page-title {
	font-size: 36px;
	margin-top: 0
}

.intro-header.simple p {
	max-width: 52.1em
}

html[dir='rtl'] .intro-header.simple .end {
	float: right
}

.intro-header .secondary {
	margin-bottom: 15.8px
}

.intro-header.secondary-action h1,
.intro-header.secondary-action h2.page-title {
	font-size: 36px;
	margin-top: 0
}

@media only screen and (min-width:35em) {
	.intro-header.secondary-action .medium-4 {
		width: 33.33333%
	}
	.intro-header.secondary-action .medium-8 {
		width: 66.66667%
	}
}

.intro-header.itineraries {
	padding-bottom: 30px
}

.intro-header.itineraries h1,
.intro-header.itineraries h2.page-title,
.intro-header.itineraries h2 {
	color: #1c1c1c;
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 40px;
	letter-spacing: .05em;
	line-height: 1.3;
	margin-bottom: 0;
	margin-top: 15px
}

@media only screen and (max-width:60em) {
	.intro-header.itineraries h1,
	.intro-header.itineraries h2.page-title,
	.intro-header.itineraries h2 {
		font-size: 34px
	}
}

@media only screen and (max-width:35em) {
	.intro-header.itineraries h1,
	.intro-header.itineraries h2.page-title,
	.intro-header.itineraries h2 {
		font-size: 28px
	}
}

.intro-header.jump-navigation .eyebrow {
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	margin-bottom: 11.8px
}

.intro-header.jump-navigation h1,
.intro-header.jump-navigation h2.page-title,
.intro-header.jump-navigation h2 {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 28px;
	letter-spacing: .05em;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-top: 0;
	word-wrap: normal
}

.intro-header.jump-navigation p {
	margin-top: 30px
}

@media only screen and (min-width:35em) {
	.intro-header.jump-navigation h1,
	.intro-header.jump-navigation h2.page-title,
	.intro-header.jump-navigation h2 {
		font-size: 34px
	}
	.intro-header.jump-navigation p {
		margin-top: 0
	}
}

@media only screen and (min-width:60em) {
	.intro-header.jump-navigation h1,
	.intro-header.jump-navigation h2.page-title,
	.intro-header.jump-navigation h2 {
		font-size: 40px
	}
}

.intro-header+hr {
	margin-top: 0
}

.dining-cards h3 {
	text-transform: uppercase
}

.dining-cards h3 a {
	color: #1c1c1c
}

.dining-cards img {
	height: auto;
	margin-bottom: 10px
}

.dining-cards ul {
	margin-bottom: 20px;
	margin-left: 0
}

.dining-cards ul li {
	font-size: 16px;
	margin-left: 20px
}

@media only screen and (min-width:35em) {
	.dining-cards img {
		height: auto;
		width: 200px
	}
	.dining-cards .dining-info {
		overflow: hidden
	}
	.dining-cards .dining-intro {
		padding-right: 20px
	}
	.dining-cards .lock-to-top,
	.dining-cards .lock-to-middle,
	.dining-cards .lock-to-bottom {
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		width: 200px
	}
	.dining-cards .lock-to-top img,
	.dining-cards .lock-to-middle img,
	.dining-cards .lock-to-bottom img {
		position: absolute;
		top: 50%;
		transform: translateY(-50%)
	}
	.dining-cards .lock-to-top img {
		bottom: auto;
		top: 0;
		transform: translateY(0)
	}
	.dining-cards .lock-to-bottom img {
		bottom: 0;
		margin-bottom: 0;
		top: auto;
		transform: translateY(0)
	}
}

@media only screen and (min-width:64.063em) {
	.dining-cards img {
		height: auto;
		width: 314px
	}
}

@media only screen and (min-width:54.063em) {
	.dining-cards .info-wrapper {
		display: block !important
	}
	.dining-cards .is-hidden {
		display: none
	}
	.dining-cards .more-less-button {
		display: none
	}
}

.dining-cards .button {
	margin-bottom: 40px
}

html[dir='rtl'] .dining-cards .right {
	float: left !important
}

.dining-cards .card {
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
	padding-bottom: 45px;
	padding-top: 45px
}

.dining-cards .card.more-less .info-wrapper {
	display: none
}

.dining-cards .card.more-less .more-less-container {
	display: block
}

.dining-cards .dining-description {
	margin-top: 20px
}

.dining-cards .dining-intro {
	float: left
}

.dining-cards .icon-plus {
	display: inline-block;
	transform-origin: center center;
	transition: transform .3s
}

.dining-cards .is-visible {
	display: block !important
}

.dining-cards .less {
	display: none;
	float: right;
	padding-right: 3px
}

.dining-cards .links-container {
	margin: 20px 0 0
}

.dining-cards .links-container a {
	margin-right: 10px
}

.dining-cards .more {
	display: inline-block
}

.dining-cards .more-less-container {
	display: none;
	margin-bottom: 5px;
	overflow: hidden
}

.dining-cards .meals-and-times a {
	margin-right: 10px
}

html[dir='rtl'] .dining-cards .meals-and-times a {
	float: left
}

.dining-cards .meals-and-times p {
	margin-bottom: 0
}

.dining-cards .meals-and-times ul {
	list-style: none
}

.dining-cards .meals-and-times ul li {
	margin-left: 0
}

.dining-cards .meals-and-times .meal {
	color: #6f6f6f;
	float: left;
	font-weight: 700;
	min-width: 140px
}

html[dir='rtl'] .dining-cards .meals-and-times .meal {
	float: right
}

.dining-cards .meals-and-times .download-menu-link {
	padding-left: 10px
}

.dining-cards .meals-and-times .time {
	margin-bottom: 5.8px
}

.dining-cards .more-less-button {
	background: #fff;
	border: 1px solid #31548c;
	color: #1c1c1c;
	float: right;
	font-size: 14px;
	margin-bottom: 4px;
	padding: 5px 3px 5px 8px;
	text-transform: uppercase;
	vertical-align: top
}

.dining-cards .more-less-button .less,
.dining-cards .more-less-button .more {
	margin-top: 2px
}

.dining-cards .more-less-button:hover,
.dining-cards .more-less-button:focus,
.dining-cards .more-less-button:visited {
	text-decoration: none
}

.dining-cards .more-less-button .icon-plus {
	float: right;
	font-size: 20px
}

.dining-cards .more-less-button.open .icon-plus {
	transform: rotate(45deg)
}

.dining-cards .more-less-button.open .less {
	display: block;
	float: right
}

.dining-cards .more-less-button.open .less .icon-plus {
	vertical-align: -4px
}

.dining-cards .more-less-button.open .more {
	display: none
}

.dining-cards .more-less-button.open .more .icon-plus {
	vertical-align: top
}

.dining-cards .no-padding {
	padding: 0
}

.dining-cards .top-border {
	border-top: 1px solid #e5e5e5
}

.portfolio {
	padding-bottom: 60px
}

.portfolio ul {
	list-style-type: none;
	margin: -20px 0 0;
	text-align: left
}

.portfolio ul li {
	display: inline-block;
	margin-top: 20px;
	padding-right: 20px
}

.portfolio ul li img {
	width: 130px
}

@media only screen and (min-width:48.063em) {
	.portfolio ul li img {
		width: 200px
	}
}

@media only screen and (min-width:60em) {
	.basecomponent.portfolio>.row>.columns {
		padding: 0 60px
	}
	.basecomponent.portfolio>.row>.columns .ch-padding {
		padding-left: .625rem;
		padding-right: .625rem
	}
}

.info-cards {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0
}

.info-cards>li {
	display: flex;
	float: left;
	margin-bottom: 45px;
	width: 100%
}

.info-cards .image {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative
}

.info-cards .image img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	min-height: 215px;
	width: 100%
}

.info-cards .image.lock-to-top img {
	bottom: auto;
	top: 0;
	transform: translateY(0)
}

.info-cards .image.lock-to-bottom img {
	bottom: 0;
	top: auto;
	transform: translateY(0)
}

.info-cards .card-content {
	background: #fff;
	height: inherit;
	position: relative;
	width: 100%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35)
}

.info-cards .accomodation-info {
	padding: 20px 20px 35px
}

.info-cards .accomodation-info h3 {
	font-family: "caslon-540", "Times New Roman", serif;
	text-transform: uppercase;
	font-weight: 400
}

.info-cards .accomodation-info h3 a {
	color: #1c1c1c
}

.info-cards .accomodation-info p {
	font-size: 16px;
	text-transform: uppercase
}

.info-cards .accomodation-info p strong {
	color: #1c1c1c;
	display: inline-block;
	min-width: 40px
}

.info-cards .accomodation-info .features {
	font-size: 16px;
	list-style-type: disc;
	margin-bottom: 35px;
	text-transform: none
}

.info-cards .accomodation-info .features p {
	text-transform: none
}

html[dir='rtl'] .info-cards .accomodation-info .features {
	padding-right: 15px
}

.info-cards .accomodation-info .cta-list {
	left: 0;
	list-style-type: none;
	margin-bottom: 0;
	position: absolute;
	bottom: 15px
}

html[dir='rtl'] .info-cards .accomodation-info .cta-list {
	padding-right: 10px;
	right: 0
}

.info-cards .accomodation-info .cta-list li {
	display: inline-block;
	margin: 0 .5em 0 0
}

.info-cards .link-cta {
	font-weight: 500;
	text-decoration: underline;
	text-transform: uppercase
}

.info-cards .link-cta::after {
	content: ''
}

.info-cards .link-cta:hover {
	color: #3b68b3;
	text-decoration: underline
}

.info-cards.reserve .card-content {
	box-shadow: none;
	height: 0;
	overflow: hidden;
	padding-bottom: 150%;
	position: relative
}

.info-cards.reserve .card-content:hover .image {
	transform: scale(1.05)
}

.info-cards.reserve .card-content .image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	transition-duration: 1s;
	width: 100%
}

.info-cards.reserve .card-content .accomodation-info {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	padding: 25px;
	position: absolute;
	width: 100%
}

.info-cards.reserve .card-content .accomodation-info h3,
.info-cards.reserve .card-content .accomodation-info h3 a {
	color: #fff;
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif;
	letter-spacing: .98px;
	line-height: 26px;
	margin-bottom: 10px
}

.info-cards.reserve .card-content .accomodation-info .features {
	margin-bottom: 65px
}

.info-cards.reserve .card-content .accomodation-info .features p,
.info-cards.reserve .card-content .accomodation-info .features li {
	margin-bottom: 0
}

.info-cards.reserve .card-content .accomodation-info p,
.info-cards.reserve .card-content .accomodation-info li {
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	margin-bottom: 10px
}

.info-cards.reserve .card-content .accomodation-info p strong,
.info-cards.reserve .card-content .accomodation-info li strong {
	color: #fff
}

.info-cards.reserve .card-content .accomodation-info .button.outlined-cta.reserve-cta {
	border: solid 1px #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 14px;
	padding: 18px 30px 16px
}

@media only screen and (max-width:64.063em) {
	.info-cards.reserve>li {
		width: calc(49.9% - 0.625em)
	}
	.info-cards.reserve>li:nth-of-type(2n) {
		margin-right: 0
	}
	.info-cards.reserve>li:nth-of-type(2n+1) {
		margin-right: 1.25em
	}
	html[dir='rtl'] .info-cards.reserve>li {
		margin-left: 1.25em;
		margin-right: 0
	}
	html[dir='rtl'] .info-cards.reserve>li:nth-of-type(2n) {
		margin-left: 0
	}
	html[dir='rtl'] .info-cards.reserve>li:nth-of-type(3n) {
		margin-left: 1.25em
	}
}

@media only screen and (max-width:42.063em) {
	.info-cards.reserve>li {
		margin-right: 0;
		width: calc(100%)
	}
	.info-cards.reserve>li:nth-of-type(2n+1) {
		margin-right: 0
	}
	html[dir='rtl'] .info-cards.reserve>li {
		margin-left: 1.25em;
		margin-right: 0
	}
	html[dir='rtl'] .info-cards.reserve>li:nth-of-type(2n) {
		margin-left: 0
	}
	.info-cards.reserve>li .card-content {
		padding-bottom: 125%
	}
}

@media only screen and (min-width:35em) {
	.info-cards>li {
		margin-right: 1.25em;
		width: calc(49.9% - 0.625em)
	}
	.info-cards>li:nth-of-type(2n) {
		margin-right: 0
	}
	html[dir='rtl'] .info-cards>li {
		margin-left: 1.25em;
		margin-right: 0
	}
	html[dir='rtl'] .info-cards>li:nth-of-type(2n) {
		margin-left: 0
	}
}

@media only screen and (min-width:42.063em) {
	.info-cards>li {
		margin-bottom: 60px
	}
}

@media only screen and (min-width:48.063em) {
	.info-cards>li {
		width: calc(33.2% - 0.83333em)
	}
	.info-cards>li:nth-of-type(2n) {
		margin-right: 1.25rem
	}
	.info-cards>li:nth-of-type(3n) {
		margin-right: 0
	}
	html[dir='rtl'] .info-cards>li {
		margin-left: 1.25em;
		margin-right: 0
	}
	html[dir='rtl'] .info-cards>li:nth-of-type(2n) {
		margin-left: 1.25rem
	}
	html[dir='rtl'] .info-cards>li:nth-of-type(3n) {
		margin-left: 0
	}
}

.media-object h3 {
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .05em;
	margin-top: 0;
	text-transform: uppercase
}

.media-object h4 {
	margin-bottom: 20px;
	margin-top: 0
}

.media-object h4 a {
	color: #1c1c1c
}

.media-object h4 a:hover {
	color: #1c1c1c
}

.media-object p {
	font-size: 16px
}

.media-object a.anchor-name {
	margin: 0
}

.media-object a .link-cta {
	font-size: 16px
}

.media-object .text p,
.media-object .text div {
	margin-bottom: 15.8px
}

.media-object .text p.description,
.media-object .text div.description {
	margin-bottom: 15px
}

.media-object.columns {
	margin-left: -0.625rem
}

.media-object.centered {
	float: none;
	margin-left: auto;
	margin-right: auto
}

.media-object .image.lock-to-top,
.media-object .image.lock-to-middle,
.media-object .image.lock-to-bottom {
	margin-bottom: 35px;
	overflow: hidden;
	padding-bottom: 66.66%;
	position: relative
}

@supports(-ms-ime-align:auto) {
	.media-object .image.lock-to-top,
	.media-object .image.lock-to-middle,
	.media-object .image.lock-to-bottom {
		padding-bottom: 11.75vw
	}
}

.media-object .image.lock-to-top img,
.media-object .image.lock-to-middle img,
.media-object .image.lock-to-bottom img {
	bottom: 0;
	left: 0;
	margin: auto;
	min-height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.media-object .image.lock-to-top img {
	bottom: auto
}

.media-object .image.lock-to-bottom img {
	top: auto
}

.media-object img {
	margin-bottom: 35px;
	width: 100%
}

.media-object hr {
	color: #31548c;
	margin: 35px 0
}

@media only screen and (min-width:35em) {
	.media-object .medium-6 {
		width: 49.8%
	}
}

@media only screen and (min-width:48.063em) {
	.media-object .large-3 {
		width: 24.9%
	}
}

.media-object.small-left-thumbnail .button,
.media-object.medium-feature .button,
.media-object.large-cta .button {
	background: transparent;
	border: solid 1px #1c1c1c;
	color: #1c1c1c;
	font-size: 13px;
	padding: 6px 10px 5px
}

.media-object.small-left-thumbnail .button.reserveCta,
.media-object.medium-feature .button.reserveCta,
.media-object.large-cta .button.reserveCta {
	background: #1c1c1c;
	color: #fff;
	font-size: 16px;
	padding: 9px 20px 8px
}

.media-object.small-left-thumbnail .button.reserveCta:hover,
.media-object.medium-feature .button.reserveCta:hover,
.media-object.large-cta .button.reserveCta:hover {
	background: #363636
}

.media-object.small-left-thumbnail img {
	margin-bottom: 0
}

.media-object.small-left-thumbnail p {
	font-size: 14px
}

.media-object.small-left-thumbnail ul {
	margin-bottom: 16px;
	margin-left: 0
}

.media-object.small-left-thumbnail ul li {
	margin-left: 20px
}

.media-object.small-left-thumbnail .item {
	margin-bottom: 45px
}

.media-object.small-left-thumbnail .item:before,
.media-object.small-left-thumbnail .item:after {
	content: " ";
	display: table
}

.media-object.small-left-thumbnail .item:after {
	clear: both
}

.media-object.small-left-thumbnail .image {
	margin-bottom: 20px
}

.media-object.small-left-thumbnail .image.lock-to-top,
.media-object.small-left-thumbnail .image.lock-to-middle,
.media-object.small-left-thumbnail .image.lock-to-bottom {
	margin-bottom: 20px;
	padding-bottom: 56.25%;
	width: 100%
}

.media-object.small-left-thumbnail .link-cta {
	color: #3b68b3
}

.media-object.small-left-thumbnail .link-cta span {
	text-decoration: none
}

.media-object.small-left-thumbnail .link-cta.reserveCta {
	float: right
}

.media-object.small-left-thumbnail .link-cta::after {
	color: #3b68b3
}

.media-object.small-left-thumbnail .link-cta:hover span {
	text-decoration: underline
}

@media only screen and (min-width:35em) {
	.media-object.small-left-thumbnail .content-table {
		display: table;
		width: 100%
	}
	.media-object.small-left-thumbnail .content-table .cell {
		display: table-cell;
		vertical-align: top
	}
	.media-object.small-left-thumbnail .content-table .cell.title-cell {
		float: left;
		width: 75%
	}
	html[dir='rtl'] .media-object.small-left-thumbnail .content-table .cell.title-cell {
		float: right
	}
	.media-object.small-left-thumbnail .content-table .cell.cta-cell {
		padding: 0 0 10px 10px;
		width: 25%
	}
	.media-object.small-left-thumbnail .button.reserveCta {
		float: right !important
	}
}

@media only screen and (min-width:30.063em) {
	.media-object.small-left-thumbnail img {
		max-width: 170px
	}
	.media-object.small-left-thumbnail ul li {
		font-size: 14px
	}
	.media-object.small-left-thumbnail .content {
		padding-left: 200px
	}
	.media-object.small-left-thumbnail .image {
		float: left;
		margin-right: 30px
	}
	.media-object.small-left-thumbnail .image.lock-to-top,
	.media-object.small-left-thumbnail .image.lock-to-middle,
	.media-object.small-left-thumbnail .image.lock-to-bottom {
		max-width: 170px;
		padding-bottom: 85px
	}
}

@media only screen and (min-width:42.063em) {
	.media-object.small-left-thumbnail .item {
		margin-bottom: 60px
	}
}

.media-object.medium-feature h3 {
	margin-bottom: 20px
}

.media-object.medium-feature h3 a {
	color: #1c1c1c
}

.media-object.medium-feature h3 a:hover {
	color: #1c1c1c
}

.media-object.medium-feature img {
	margin-bottom: 0
}

.media-object.medium-feature p {
	font-size: 16px
}

.media-object.medium-feature ul {
	margin-bottom: 20px;
	margin-left: 0
}

.media-object.medium-feature ul li {
	margin-left: 20px
}

.media-object.medium-feature .item {
	margin-bottom: 45px;
	overflow: hidden
}

html[dir='rtl'] .media-object.medium-feature .item {
	float: right
}

.media-object.medium-feature .item:last-of-type {
	float: left
}

.media-object.medium-feature .image {
	float: left;
	margin-bottom: 20px
}

.media-object.medium-feature .image.lock-to-top,
.media-object.medium-feature .image.lock-to-middle,
.media-object.medium-feature .image.lock-to-bottom {
	padding-bottom: 56.25%;
	width: 100%
}

.media-object.medium-feature .link-cta {
	color: #3b68b3;
	margin-bottom: 0
}

.media-object.medium-feature .link-cta span {
	text-decoration: none
}

.media-object.medium-feature .link-cta.reserveCta {
	float: right
}

.media-object.medium-feature .link-cta::after {
	color: #3b68b3
}

.media-object.medium-feature .link-cta:hover span {
	text-decoration: underline
}

@media only screen and (max-width:30em) {
	.media-object.medium-feature .image {
		width: 100%
	}
}

@media only screen and (min-width:30.063em) {
	.media-object.medium-feature img {
		max-width: 170px
	}
	.media-object.medium-feature ul li {
		font-size: 14px
	}
	.media-object.medium-feature p {
		font-size: 14px
	}
	.media-object.medium-feature .content {
		overflow: hidden
	}
	.media-object.medium-feature .content ul {
		font-size: 75%
	}
	.media-object.medium-feature .image {
		margin-right: 30px
	}
	.media-object.medium-feature .image.lock-to-top,
	.media-object.medium-feature .image.lock-to-middle,
	.media-object.medium-feature .image.lock-to-bottom {
		max-width: 300px;
		padding-bottom: 150px;
		width: 100%
	}
	.media-object.medium-feature .link-cta {
		margin-bottom: 15.8px !important
	}
}

@media only screen and (min-width:35em) {
	.media-object.medium-feature .content-table {
		display: table;
		width: 100%
	}
	.media-object.medium-feature .content-table .cell {
		display: table-cell;
		vertical-align: top
	}
	.media-object.medium-feature .content-table .cell.title-cell {
		float: left;
		width: 75%
	}
	html[dir='rtl'] .media-object.medium-feature .content-table .cell.title-cell {
		float: right
	}
	.media-object.medium-feature .content-table .cell.cta-cell {
		padding: 0 0 10px 10px;
		width: 25%
	}
	.media-object.medium-feature .button.reserveCta {
		float: right !important
	}
}

@media only screen and (min-width:42.063em) {
	.media-object.medium-feature .item {
		margin-bottom: 60px
	}
}

@media only screen and (min-width:48.063em) {
	.media-object.medium-feature img {
		max-width: 300px
	}
	.media-object.medium-feature p {
		font-size: 16px
	}
}

.media-object.large-cta.center-align {
	text-align: center
}

.media-object.large-cta .item {
	margin-bottom: 45px;
	overflow: hidden;
	position: relative
}

.media-object.large-cta a.link-cta {
	color: #3b68b3
}

.media-object.large-cta a.link-cta span {
	text-decoration: none
}

.media-object.large-cta a.link-cta.reserveCta {
	float: right
}

.media-object.large-cta a.link-cta::after {
	color: #3b68b3
}

.media-object.large-cta a.link-cta:hover span {
	text-decoration: underline
}

.media-object.large-cta a.button:hover {
	color: #fff
}

.media-object.large-cta img {
	margin-bottom: 0
}

.media-object.large-cta p {
	display: block;
	font-size: 16px
}

.media-object.large-cta ul {
	margin-bottom: 20px;
	margin-left: 0;
	overflow: hidden;
	width: 100%
}

.media-object.large-cta ul li {
	margin-left: 20px
}

html[dir='rtl'] .media-object.large-cta .button {
	float: right
}

.media-object.large-cta .image {
	float: left;
	margin-bottom: 20px
}

.media-object.large-cta .image.lock-to-top,
.media-object.large-cta .image.lock-to-middle,
.media-object.large-cta .image.lock-to-bottom {
	padding-bottom: 56.25%;
	width: 100%
}

@media only screen and (max-width:30em) {
	.media-object.large-cta .image {
		width: 100%
	}
}

@media only screen and (min-width:30.063em) {
	.media-object.large-cta h4 a {
		font-size: 18px
	}
	.media-object.large-cta img {
		max-width: 170px
	}
	.media-object.large-cta ul li {
		font-size: 14px
	}
	.media-object.large-cta p {
		font-size: 14px
	}
	.media-object.large-cta .content {
		overflow: hidden
	}
	.media-object.large-cta .image {
		margin-right: 30px
	}
	.media-object.large-cta .image.lock-to-top,
	.media-object.large-cta .image.lock-to-middle,
	.media-object.large-cta .image.lock-to-bottom {
		max-width: 170px;
		padding-bottom: 85px
	}
}

@media only screen and (min-width:35em) {
	.media-object.large-cta .content-table {
		display: table;
		width: 100%
	}
	.media-object.large-cta .content-table .cell {
		display: table-cell;
		vertical-align: top
	}
	.media-object.large-cta .content-table .cell.title-cell {
		float: left;
		width: 75%
	}
	html[dir='rtl'] .media-object.large-cta .content-table .cell.title-cell {
		float: right
	}
	.media-object.large-cta .content-table .cell.cta-cell {
		padding: 0 0 10px 10px;
		width: 25%
	}
	.media-object.large-cta .button.reserveCta {
		float: right !important
	}
}

@media only screen and (min-width:42.063em) {
	.media-object.large-cta .item {
		margin-bottom: 60px
	}
}

.media-object.stacked {
	margin-bottom: 15px
}

.media-object.stacked.center-align {
	text-align: center
}

.media-object.stacked p a,
.media-object.stacked ul a,
.media-object.stacked li a {
	margin-right: 0;
	text-decoration: underline
}

.media-object.stacked a {
	color: #1c1c1c
}

.media-object.stacked a.button {
	background: transparent;
	border: solid 1px #1c1c1c;
	color: #1c1c1c;
	font-size: 13px;
	padding: 6px 10px 5px
}

.media-object.stacked a.button.reserveCta {
	background: #1c1c1c;
	color: #fff;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif
}

.media-object.stacked a.button.reserveCta:hover {
	background: #363636
}

.media-object.stacked a.anchor-name {
	margin: 0
}

.media-object.stacked a:hover {
	color: #1c1c1c
}

.media-object.stacked .cta-buttons a.button {
	margin-right: 10px;
	text-decoration: none
}

.media-object.stacked .cta-buttons .link-cta {
	margin-right: 10px
}

.media-object.stacked img {
	margin-bottom: 20px
}

.media-object.stacked .item {
	float: left;
	margin-bottom: 45px
}

html[dir='rtl'] .media-object.stacked .item {
	float: right
}

.media-object.stacked.film-strip {
	padding: 0 2.5em
}

.media-object.stacked.film-strip .columns {
	clear: none !important;
	padding-left: 1.375rem;
	padding-right: 1.375rem
}

.media-object.stacked.film-strip .slick-list,
.media-object.stacked.film-strip .slick-track {
	height: auto;
	position: relative
}

.media-object.stacked.film-strip .slick-list::before,
.media-object.stacked.film-strip .slick-list::after {
	background: #fff;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 1.5rem;
	z-index: 1
}

.media-object.stacked.film-strip .slick-list::before {
	left: -.125rem
}

.media-object.stacked.film-strip .slick-list::after {
	right: -.125rem
}

.media-object.stacked.film-strip .slick-prev,
.media-object.stacked.film-strip .slick-next {
	height: 60px;
	margin-top: -30px;
	opacity: .4;
	width: 35px
}

.media-object.stacked.film-strip .slick-prev::before,
.media-object.stacked.film-strip .slick-next::before {
	color: #1c1c1c;
	content: '\e909';
	display: block;
	font-family: 'ritz-icons';
	font-size: 22px;
	height: 22px;
	margin-left: -6px;
	margin-top: 20px;
	opacity: 1;
	width: 44px
}

.media-object.stacked.film-strip .slick-prev {
	left: 13px
}

.media-object.stacked.film-strip .slick-prev::before {
	transform: rotate(90deg)
}

.media-object.stacked.film-strip .slick-next {
	right: 13px
}

.media-object.stacked.film-strip .slick-next::before {
	transform: rotate(-90deg)
}

.media-object.stacked.film-strip .slick-slide {
	height: auto
}

.media-object.stacked.film-strip:not(.slick-initialized).two-up .columns:nth-of-type(n+3),
.media-object.stacked.film-strip:not(.slick-initialized).three-up .columns:nth-of-type(n+4) {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.media-object.stacked.film-strip.offers-collection {
	text-align: center
}

.media-object.stacked.film-strip.offers-collection h3 {
	font-size: 16px;
	letter-spacing: 0
}

.media-object.stacked.film-strip.offers-collection .slick-track {
	display: flex
}

.media-object.stacked.film-strip.offers-collection.divided {
	display: flex;
	flex-wrap: wrap
}

.media-object.stacked.film-strip.offers-collection.divided .columns {
	border-left: 1px solid #bfbfbf
}

.media-object.stacked.film-strip.offers-collection .slick-prev,
.media-object.stacked.film-strip.offers-collection .slick-next {
	top: 25%
}

@media only screen and (min-width:48.063em) {
	.media-object.stacked.two-up .large-3 {
		width: 49.8%
	}
	.media-object.stacked.two-up .columns:nth-of-type(2n+1) {
		clear: both
	}
	html[dir='rtl'] .media-object.stacked.two-up .columns:nth-of-type(2n+1) {
		float: right
	}
}

.media-object.stacked.four-up .columns:nth-of-type(2n+1),
.media-object.stacked.three-up .columns:nth-of-type(2n+1) {
	clear: both
}

html[dir='rtl'] .media-object.stacked.four-up .columns:nth-of-type(2n+1),
html[dir='rtl'] .media-object.stacked.three-up .columns:nth-of-type(2n+1) {
	float: right
}

@media only screen and (min-width:48.063em) {
	.media-object.stacked.four-up .columns:nth-of-type(2n+1),
	.media-object.stacked.three-up .columns:nth-of-type(2n+1) {
		clear: none
	}
	html[dir='rtl'] .media-object.stacked.four-up .columns:nth-of-type(2n+1),
	html[dir='rtl'] .media-object.stacked.three-up .columns:nth-of-type(2n+1) {
		float: right
	}
}

@media only screen and (min-width:48.063em) {
	.media-object.stacked.four-up .columns:nth-of-type(4n+1) {
		clear: both
	}
	html[dir='rtl'] .media-object.stacked.four-up .columns:nth-of-type(4n+1) {
		float: right
	}
}

.media-object.stacked.three-up h4 {
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px
}

@media only screen and (min-width:48.063em) {
	.media-object.stacked.three-up .large-3 {
		width: 33.2%
	}
	.media-object.stacked.three-up .columns:nth-of-type(3n+1) {
		clear: both
	}
	html[dir='rtl'] .media-object.stacked.three-up .columns:nth-of-type(3n+1) {
		float: right
	}
}

.media-object.stacked .link-cta:hover {
	color: #3b68b3
}

@media only screen and (min-width:42.063em) {
	.media-object.stacked img {
		margin-bottom: 35px
	}
}

.media-object.three-up-large-image {
	margin-bottom: 60px;
	overflow: hidden
}

.media-object.three-up-large-image .columns {
	float: right
}

.media-object.three-up-large-image h4 a {
	color: #1c1c1c
}

.media-object.three-up-large-image h4 a a:hover {
	color: #1c1c1c
}

.media-object.three-up-large-image .image {
	margin-bottom: 35px;
	overflow: hidden;
	padding-bottom: 92%;
	position: relative;
	width: 100%
}

.media-object.three-up-large-image .image img {
	height: 100%;
	left: -50%;
	margin: auto;
	max-width: none;
	position: absolute;
	right: -50%;
	top: 0;
	width: auto
}

.media-object.three-up-large-image .image.lock-to-top {
	bottom: auto;
	top: 0
}

.media-object.three-up-large-image .image.lock-to-bottom {
	bottom: 0;
	top: auto
}

.media-object.three-up-large-image .content {
	margin-bottom: 45px;
	padding-left: 0
}

.media-object.three-up-large-image .item {
	margin-bottom: 25px;
	overflow: hidden;
	width: 100%
}

html[dir='rtl'] .media-object.three-up-large-image .item {
	float: right
}

.media-object.three-up-large-image a {
	margin-right: 0
}

.media-object.three-up-large-image a .link-cta {
	color: #1c1c1c
}

.media-object.three-up-large-image a .link-cta:hover {
	color: #3b68b3
}

.media-object.three-up-large-image a.button {
	background: transparent;
	border: solid 1px #1c1c1c;
	color: #1c1c1c;
	font-size: 13px;
	padding: 6px 10px 5px
}

.media-object.three-up-large-image a.button.reserveCta {
	background: #1c1c1c;
	color: #fff
}

.media-object.three-up-large-image a.button.reserveCta:hover {
	background: #363636
}

@media only screen and (min-width:35em) {
	.media-object.three-up-large-image .content {
		float: left;
		padding-left: 10px;
		width: 67%
	}
	.media-object.three-up-large-image .image {
		clear: left;
		float: left;
		width: 33%
	}
}

@media(max-width:48.063em) and (min-width:35em) {
	.media-object.three-up-large-image .image {
		padding-bottom: 33%
	}
}

@media only screen and (min-width:42.063em) {
	.media-object.three-up-large-image .image.lock-to-top,
	.media-object.three-up-large-image .image.lock-to-middle,
	.media-object.three-up-large-image .image.lock-to-bottom {
		margin-bottom: 35px
	}
}

@media only screen and (min-width:48.063em) {
	.media-object.three-up-large-image .item {
		float: left;
		width: 33.2%
	}
	.media-object.three-up-large-image .item:nth-of-type(3n+1) {
		clear: both
	}
	html[dir='rtl'] .media-object.three-up-large-image .item:nth-of-type(3n+1) {
		float: right
	}
	.media-object.three-up-large-image .image {
		width: 100%
	}
	.media-object.three-up-large-image .content {
		padding-left: 0;
		width: 100%
	}
}

@media only screen and (min-width:60em) {
	.media-object.three-up-large-image h4 {
		font-family: "caslon-540", "Times New Roman", serif;
		font-size: 28px
	}
}

.media-object.bottom-cta.stacked,
.media-object.bottom-cta.three-up-large-image {
	display: flex;
	flex-flow: wrap
}

.media-object.bottom-cta.stacked .item,
.media-object.bottom-cta.three-up-large-image .item {
	display: flex;
	flex-direction: column
}

.media-object.bottom-cta.stacked .item .content,
.media-object.bottom-cta.three-up-large-image .item .content {
	display: flex;
	flex-direction: column;
	height: 100%
}

.media-object.bottom-cta.stacked .item .cta-buttons,
.media-object.bottom-cta.three-up-large-image .item .cta-buttons {
	margin-top: auto
}

.filtering.row {
	margin-bottom: 25px
}

.filtering.row a {
	background: #e5e5e5;
	border-radius: 20px;
	color: #000;
	display: inline-block;
	letter-spacing: .05em;
	margin: 0 5px 5px 0;
	padding: 5px 15px;
	text-transform: uppercase;
	transition: all .2s ease-in-out
}

.filtering.row a.active {
	background: #bfbfbf;
	text-decoration: none
}

.filtering.row a:hover,
.filtering.row a:active {
	background: rgba(191, 191, 191, 0.75);
	text-decoration: none
}

.points-of-interest {
	margin-bottom: 60px !important
}

.points-of-interest .row {
	height: 100%
}

.points-of-interest .right {
	position: relative
}

.points-of-interest h2 {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 52px;
	line-height: 1
}

.points-of-interest p {
	font-size: 16px
}

.points-of-interest .button {
	font-size: 11px;
	height: 30px;
	padding: 8px 10px 3px
}

.points-of-interest .eyebrow {
	font-size: 14px;
	margin-bottom: 10px
}

html.csstransforms .points-of-interest .right {
	padding-top: 0
}

@media only screen and (max-width:42.001em) {
	.points-of-interest {
		margin-bottom: 45px !important
	}
	.points-of-interest .button {
		display: block;
		font-size: 16px;
		height: 40px;
		margin-bottom: 15px;
		margin-right: 0;
		padding: 12px 10px 7px
	}
	.points-of-interest .button:last-child {
		margin-bottom: 0
	}
}

@media only screen and (min-width:60em) {
	.points-of-interest {
		padding: 0 60px
	}
	.points-of-interest .large-4 {
		width: 41.6666666667%
	}
	.points-of-interest .large-8 {
		width: 58.3333333333%
	}
}

@media only screen and (min-width:42.063em) {
	.points-of-interest .button {
		width: 49%
	}
}

@media only screen and (max-width:54.063em) {
	.points-of-interest .left {
		margin-top: 20px;
		padding: 0
	}
}

@media only screen and (min-width:48.063em) {
	html.csstransforms .points-of-interest {
		height: 418px
	}
	html.csstransforms .points-of-interest .right {
		padding-top: 0;
		position: relative;
		top: 50%;
		transform: translate(0, -50%)
	}
	.points-of-interest .button {
		width: auto
	}
}

@media only screen and (min-width:60em) {
	.points-of-interest .right {
		padding: 0 3%
	}
}

@media only screen and (min-width:72em) {
	.points-of-interest .right {
		padding: 0 5%
	}
}

.details {
	border: 1px solid #333;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
	margin: 0 .625rem 35px;
	padding: 20px
}

.details h4 {
	margin-top: 35px
}

.details ul,
.details li {
	font-size: 14px;
	margin-left: 10px
}

.details h3 {
	text-transform: uppercase
}

.details p,
.details a {
	font-size: 14px;
	margin-bottom: auto;
	margin-top: 15px
}

.details .top-bookend {
	margin-bottom: 15.8px
}

.details .no-top-margin {
	margin-top: 0
}

@media only screen and (min-width:48.063em) {
	.details p,
	.details a {
		font-size: 16px;
		margin-top: 30px
	}
	.details li {
		font-size: 16px
	}
}

@media only screen and (min-width:48.063em) {
	.details {
		margin-top: 60px
	}
	.details.no-top-margin {
		margin-top: 0
	}
}

.legal {
	color: #6f6f6f;
	line-height: 1.25;
	margin-bottom: 60px
}

.legal h4 {
	color: #6f6f6f;
	font-size: 14px
}

.legal p,
.legal li {
	font-size: 12px
}

.legal p:last-child,
.legal ul:last-child {
	margin-bottom: 0
}

.legal-inline {
	color: #6f6f6f;
	font-size: 12px;
	line-height: 1.25;
	margin-bottom: 60px
}

.offers ul {
	margin-bottom: 60px;
	margin-left: 20px
}

.tabs-wrapper {
	border-top: 1px solid #bfbfbf;
	padding-top: 20px
}

.tabs-wrapper .tabs {
	display: none
}

.tabs-wrapper .tab-select-wrapper label {
	font-size: 16px
}

.tabs-wrapper .tab-select-wrapper .tab-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	border-bottom: solid 1px #000;
	border-radius: 0;
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 20px;
	font-style: italic;
	height: 34px;
	line-height: 1.1;
	padding: 5px;
	width: 100%
}

.tabs-wrapper .tab-select-wrapper optgroup {
	font-size: 14px;
	padding-left: 10px
}

.tabs-wrapper .tab-select-wrapper option {
	font-size: 14px;
	padding-left: 10px
}

.tabs-wrapper .tab-select-wrapper [class*='icon'] {
	background: #fff;
	color: #31548c;
	font-size: 20px;
	margin-left: -45px;
	padding: 3px 0 3px 20px;
	position: relative;
	top: 5px;
	z-index: -1
}

.tabs-content {
	margin-bottom: 0
}

.tabs-content>.content {
	display: block;
	height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	width: 0
}

.tabs-content>.content.active {
	-webkit-animation: fadeIn .5s;
	animation: fadeIn .5s;
	height: auto;
	opacity: 1;
	overflow: visible;
	width: auto
}

.tabs-content .slick-track {
	width: 100% !important
}

.tabs-content .slick-track .slick-slide {
	width: 100% !important
}

@media only screen and (min-width:48.063em) {
	.tabs-wrapper {
		border-bottom: 1px solid #bfbfbf;
		border-top: 0;
		margin-bottom: 50px;
		padding-top: 0
	}
	.tabs-wrapper.itineraries {
		border-bottom: 0
	}
	.tabs-wrapper .tab-select-wrapper {
		display: none
	}
	.tabs-wrapper .tabs {
		display: block
	}
	.tabs-wrapper .tabs.itineraries {
		display: flex
	}
	ul.tabs {
		margin-bottom: -1px !important
	}
	ul.tabs .tab-title {
		margin-bottom: -1px;
		margin-right: -1px
	}
	html[dir='rtl'] ul.tabs .tab-title {
		float: right
	}
	ul.tabs .tab-title>a {
		border: 1px solid #fff;
		border-bottom: 0;
		line-height: 35px;
		outline: 0;
		padding: 3px 20px 1px;
		text-transform: uppercase;
		transition: background .3s
	}
	ul.tabs .tab-title>a>h2 {
		font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
		font-size: 1rem;
		font-weight: 400;
		line-height: 35px;
		margin: 0
	}
	ul.tabs .tab-title:hover:not(.active) {
		z-index: 1
	}
	ul.tabs .tab-title:hover:not(.active) a {
		background-color: #c7ddf3;
		text-decoration: none;
		z-index: 1
	}
	ul.tabs .tab-title.active {
		margin-bottom: 0;
		z-index: 1
	}
	ul.tabs .tab-title.active a {
		border: 1px solid #bfbfbf;
		border-bottom-color: #fff;
		text-decoration: none
	}
	ul.tabs .tab-title.primary {
		float: right
	}
	ul.tabs .tab-title.primary a {
		background: #1c1c1c;
		border: 1px solid #1c1c1c;
		border-bottom: 0;
		color: #fff
	}
	ul.tabs .tab-title.primary a:hover {
		background: #363636;
		border: 1px solid #363636;
		border-bottom: 0
	}
	ul.tabs .tab-title.primary a h2 {
		color: #fff
	}
	ul.tabs .tab-title.primary.active a {
		border: 1px solid #363636;
		border-bottom-color: #fff
	}
	ul.tabs .tab-title.secondary {
		float: right
	}
	ul.tabs .tab-title.secondary a {
		background: #e5e5e5;
		border: 1px solid #bfbfbf;
		border-bottom: 0
	}
	ul.tabs .tab-title.secondary a:hover {
		background: #bfbfbf;
		border-bottom: 0
	}
	ul.tabs .tab-title.secondary.active a {
		background: #fff;
		border: 1px solid #bfbfbf;
		border-bottom-color: #fff
	}
	ul.tabs.itineraries .tab-title {
		align-items: center;
		background-color: #7c9dcf;
		-o-border-image: linear-gradient(to left, #7390bc, #7c9dcf) 1 100%;
		border-image: linear-gradient(to left, #7390bc, #7c9dcf) 1 100%;
		border-style: solid;
		border-width: 0 30px 0 0;
		display: flex;
		justify-content: center;
		transition: none;
		width: 33.33333%
	}
	ul.tabs.itineraries .tab-title.active {
		background-color: #1c1c1c;
		border-width: 0
	}
	ul.tabs.itineraries .tab-title.active h2 {
		color: #7c9dcf
	}
	ul.tabs.itineraries .tab-title.active:hover {
		background-color: #333
	}
	ul.tabs.itineraries .tab-title:hover:not(.active) {
		background-color: #c7ddf3;
		border: 0;
		-o-border-image: none;
		border-image: none;
		padding-right: 30px
	}
	ul.tabs.itineraries .tab-title:hover:not(.active) a {
		border-style: none
	}
	ul.tabs.itineraries .tab-title:last-child {
		border-width: 0
	}
	ul.tabs.itineraries .tab-title a {
		background-color: transparent;
		border: 0;
		transition: none;
		width: 100%
	}
	ul.tabs.itineraries .tab-title a h2 {
		font-family: "caslon-540", "Times New Roman", serif;
		font-size: 28px;
		line-height: 32px;
		padding: 20px 0 10px
	}
}

@media only screen and (min-width:54.063em) {
	.tabs .tab-title>a {
		padding: 3px 30px 1px
	}
}

@media only screen and (max-width:60em) {
	ul.tabs.itineraries .tab-title a h2 {
		font-size: 20px;
		line-height: 24px;
		padding: 15px 0 7px
	}
}

table:not(.month1):not(.month2),
.table {
	border: solid 1px #e5e5e5;
	font-size: 12px;
	margin-bottom: 60px
}

table:not(.month1):not(.month2) p,
table:not(.month1):not(.month2) dd,
.table p,
.table dd {
	font-size: 12px
}

html[dir='rtl'] table:not(.month1):not(.month2) td,
html[dir='rtl'] table:not(.month1):not(.month2) th,
html[dir='rtl'] .table td,
html[dir='rtl'] .table th {
	text-align: right
}

table:not(.month1):not(.month2) caption,
.table caption {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	padding: 8px 5px 4px 6px;
	text-align: left
}

html[dir='rtl'] table:not(.month1):not(.month2) caption,
html[dir='rtl'] .table caption {
	text-align: right
}

table:not(.month1):not(.month2) caption.header,
.table caption.header {
	background: rgba(229, 229, 229, 0.6);
	border-bottom: 0;
	font-style: normal
}

table:not(.month1):not(.month2) thead,
table:not(.month1):not(.month2) .header,
table:not(.month1):not(.month2) .tbody-header,
.table thead,
.table .header,
.table .tbody-header {
	background: 0;
	border-bottom: 1px solid #e5e5e5
}

table:not(.month1):not(.month2) thead tr th,
table:not(.month1):not(.month2) .header tr th,
table:not(.month1):not(.month2) .tbody-header tr th,
.table thead tr th,
.table .header tr th,
.table .tbody-header tr th {
	font-weight: normal;
	padding: 5px 6px 3px;
	vertical-align: bottom
}

table:not(.month1):not(.month2) thead tr th h4,
table:not(.month1):not(.month2) .header tr th h4,
table:not(.month1):not(.month2) .tbody-header tr th h4,
.table thead tr th h4,
.table .header tr th h4,
.table .tbody-header tr th h4 {
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0
}

table:not(.month1):not(.month2) thead tr th p,
table:not(.month1):not(.month2) .header tr th p,
table:not(.month1):not(.month2) .tbody-header tr th p,
.table thead tr th p,
.table .header tr th p,
.table .tbody-header tr th p {
	margin-bottom: 0
}

table:not(.month1):not(.month2) tbody tr td,
table:not(.month1):not(.month2) .item,
.table tbody tr td,
.table .item {
	padding: 6px 6px 2px
}

table:not(.month1):not(.month2) tr.even,
table:not(.month1):not(.month2) tr.alt,
table:not(.month1):not(.month2) tr:nth-of-type(even),
.table tr.even,
.table tr.alt,
.table tr:nth-of-type(even) {
	background: 0
}

table:not(.month1):not(.month2).full-width,
.table.full-width {
	width: 100%
}

table:not(.month1):not(.month2).padded thead tr th,
table:not(.month1):not(.month2).padded .header,
table:not(.month1):not(.month2).padded .tbody-header tr th,
.table.padded thead tr th,
.table.padded .header,
.table.padded .tbody-header tr th {
	padding: 7px 12px 5px
}

table:not(.month1):not(.month2).padded caption.header,
.table.padded caption.header {
	padding-top: 10px
}

table:not(.month1):not(.month2).padded tr td,
table:not(.month1):not(.month2).padded .item,
.table.padded tr td,
.table.padded .item {
	padding: 8px 12px 4px
}

table:not(.month1):not(.month2).single thead tr th,
table:not(.month1):not(.month2).single .header,
.table.single thead tr th,
.table.single .header {
	padding: 8px 10px 4px
}

table:not(.month1):not(.month2).single tr td,
table:not(.month1):not(.month2).single .item,
.table.single tr td,
.table.single .item {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 10px
}

table:not(.month1):not(.month2).single tr td p:last-of-type,
table:not(.month1):not(.month2).single .item p:last-of-type,
.table.single tr td p:last-of-type,
.table.single .item p:last-of-type {
	margin-bottom: 0
}

table:not(.month1):not(.month2).single .item:last-of-type,
.table.single .item:last-of-type {
	border-bottom: 0
}

table:not(.month1):not(.month2).single .header,
.table.single .header {
	background: rgba(229, 229, 229, 0.6);
	font-weight: bold
}

table:not(.month1):not(.month2).single.press-releases .item h3 a,
.table.single.press-releases .item h3 a {
	color: #1c1c1c
}

table:not(.month1):not(.month2).single.press-releases .item a,
.table.single.press-releases .item a {
	margin-right: 10px
}

table:not(.month1):not(.month2).single.press-releases .item a.button,
.table.single.press-releases .item a.button {
	background: transparent;
	border: solid 1px #1c1c1c;
	color: #1c1c1c;
	font-size: 13px;
	padding: 6px 10px 5px
}

table:not(.month1):not(.month2).single.press-releases .item a.button.reserveCta,
.table.single.press-releases .item a.button.reserveCta {
	background: #1c1c1c;
	color: #fff
}

table:not(.month1):not(.month2).single.press-releases .item a.button:hover,
.table.single.press-releases .item a.button:hover {
	background: #363636;
	color: #fff
}

table:not(.month1):not(.month2).single.press-releases .item p,
table:not(.month1):not(.month2).single.press-releases .item ul li,
.table.single.press-releases .item p,
.table.single.press-releases .item ul li {
	font-style: italic;
	margin-left: 0 !important
}

table:not(.month1):not(.month2).single.press-releases .item p:nth-last-of-type(2),
.table.single.press-releases .item p:nth-last-of-type(2) {
	margin-bottom: 30px
}

table:not(.month1):not(.month2).single.press-releases .item p:last-of-type,
.table.single.press-releases .item p:last-of-type {
	font-style: normal
}

table:not(.month1):not(.month2).striped tbody tr,
.table.striped tbody tr {
	background: rgba(229, 229, 229, 0.6)
}

table:not(.month1):not(.month2).striped tr.even,
table:not(.month1):not(.month2).striped tr.alt,
table:not(.month1):not(.month2).striped tr:nth-of-type(even),
.table.striped tr.even,
.table.striped tr.alt,
.table.striped tr:nth-of-type(even) {
	background: 0
}

table:not(.month1):not(.month2).switcher tr th,
.table.switcher tr th {
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-weight: bold
}

table:not(.month1):not(.month2).switcher .compare,
.table.switcher .compare {
	display: none;
	opacity: 0
}

table:not(.month1):not(.month2).switcher .compare.default,
.table.switcher .compare.default {
	display: table-cell;
	opacity: 1
}

table:not(.month1):not(.month2).switcher .compare.active,
.table.switcher .compare.active {
	display: table-cell;
	opacity: 1
}

table:not(.month1):not(.month2).switcher .compare h4+p,
.table.switcher .compare h4+p {
	margin-top: 20.6px
}

table:not(.month1):not(.month2).switcher .select .select-label,
.table.switcher .select .select-label {
	display: inline-block;
	vertical-align: bottom
}

table:not(.month1):not(.month2).switcher .select .select-label label,
.table.switcher .select .select-label label {
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 0;
	margin-right: 5px
}

table:not(.month1):not(.month2).switcher .select .select-label+.select-field,
.table.switcher .select .select-label+.select-field {
	display: inline-block
}

table:not(.month1):not(.month2).switcher .select select,
.table.switcher .select select {
	font-size: 1em;
	height: auto;
	margin-bottom: 2px;
	padding: .25rem 20px .25rem .5rem
}

table:not(.month1):not(.month2).switcher:not(.comparison) .select-label,
.table.switcher:not(.comparison) .select-label {
	display: none
}

table:not(.month1):not(.month2).sortable .tablesorter-header,
.table.sortable .tablesorter-header {
	outline: 0
}

table:not(.month1):not(.month2).sortable .tablesorter-header:not(.sorter-false),
.table.sortable .tablesorter-header:not(.sorter-false) {
	padding-right: 25px;
	position: relative
}

table:not(.month1):not(.month2).sortable .tablesorter-header:not(.sorter-false)::after,
.table.sortable .tablesorter-header:not(.sorter-false)::after {
	bottom: 6px;
	color: #bfbfbf;
	content: '\e62a';
	font-family: 'ritz-icons';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	right: 5px;
	speak: none;
	text-transform: none
}

table:not(.month1):not(.month2).sortable .tablesorter-header-desc:not(.sorter-false)::after,
.table.sortable .tablesorter-header-desc:not(.sorter-false)::after {
	color: #1c1c1c
}

table:not(.month1):not(.month2).sortable .tablesorter-header-asc:not(.sorter-false)::after,
.table.sortable .tablesorter-header-asc:not(.sorter-false)::after {
	color: #1c1c1c;
	content: '\e629'
}

table:not(.month1):not(.month2) .tbody-header tr,
table:not(.month1):not(.month2).striped .tbody-header tr,
.table .tbody-header tr,
.table.striped .tbody-header tr {
	background: 0
}

table:not(.month1):not(.month2) .tbody-header tr th,
table:not(.month1):not(.month2).striped .tbody-header tr th,
.table .tbody-header tr th,
.table.striped .tbody-header tr th {
	border-right: 0
}

table:not(.month1):not(.month2) ul,
table:not(.month1):not(.month2) ol,
table:not(.month1):not(.month2) dl,
.table ul,
.table ol,
.table dl {
	font-size: 12px;
	margin-bottom: 20px
}

table:not(.month1):not(.month2).comparison,
.table.comparison {
	border: 0
}

table:not(.month1):not(.month2).comparison .tbody-header,
table:not(.month1):not(.month2).comparison thead,
.table.comparison .tbody-header,
.table.comparison thead {
	background: #6f6f6f
}

table:not(.month1):not(.month2).comparison .tbody-header tr th,
table:not(.month1):not(.month2).comparison thead tr th,
.table.comparison .tbody-header tr th,
.table.comparison thead tr th {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	vertical-align: middle
}

table:not(.month1):not(.month2).comparison tr th,
table:not(.month1):not(.month2).comparison tr td,
.table.comparison tr th,
.table.comparison tr td {
	padding: 7px 8px
}

table:not(.month1):not(.month2).comparison tr th p:last-of-type,
table:not(.month1):not(.month2).comparison tr td p:last-of-type,
.table.comparison tr th p:last-of-type,
.table.comparison tr td p:last-of-type {
	margin-bottom: 0
}

table:not(.month1):not(.month2).comparison tbody tr td,
.table.comparison tbody tr td {
	border-bottom: solid 1px #e5e5e5;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 18px
}

table:not(.month1):not(.month2).comparison tbody tr td p,
.table.comparison tbody tr td p {
	font-size: 16px
}

table:not(.month1):not(.month2).comparison tbody tr td img,
.table.comparison tbody tr td img {
	margin-bottom: 5px;
	max-width: 180px
}

table:not(.month1):not(.month2).comparison tbody tr td .lock-to-top,
table:not(.month1):not(.month2).comparison tbody tr td .lock-to-middle,
table:not(.month1):not(.month2).comparison tbody tr td .lock-to-bottom,
.table.comparison tbody tr td .lock-to-top,
.table.comparison tbody tr td .lock-to-middle,
.table.comparison tbody tr td .lock-to-bottom {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative
}

table:not(.month1):not(.month2).comparison tbody tr td .lock-to-top img,
table:not(.month1):not(.month2).comparison tbody tr td .lock-to-middle img,
table:not(.month1):not(.month2).comparison tbody tr td .lock-to-bottom img,
.table.comparison tbody tr td .lock-to-top img,
.table.comparison tbody tr td .lock-to-middle img,
.table.comparison tbody tr td .lock-to-bottom img {
	bottom: 0;
	left: 0;
	margin: auto;
	min-height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

table:not(.month1):not(.month2).comparison tbody tr td .lock-to-top img,
.table.comparison tbody tr td .lock-to-top img {
	bottom: auto;
	top: 0
}

table:not(.month1):not(.month2).comparison tbody tr td .lock-to-bottom img,
.table.comparison tbody tr td .lock-to-bottom img {
	bottom: 0;
	top: auto
}

table:not(.month1):not(.month2).comparison tbody tr:last-of-type td,
.table.comparison tbody tr:last-of-type td {
	padding-bottom: 20px
}

table:not(.month1):not(.month2).comparison .icon-person,
.table.comparison .icon-person {
	color: #6f6f6f;
	display: inline-block;
	font-size: 28px;
	margin-left: 2px;
	margin-top: -8px;
	text-align: center;
	vertical-align: -6px;
	width: 20px
}

table:not(.month1):not(.month2).comparison .icon-kingor2queen,
table:not(.month1):not(.month2).comparison .icon-kingor2double,
table:not(.month1):not(.month2).comparison .icon-kingor2twin,
table:not(.month1):not(.month2).comparison .icon-king,
table:not(.month1):not(.month2).comparison .icon-queen,
table:not(.month1):not(.month2).comparison .icon-2queen,
table:not(.month1):not(.month2).comparison .icon-double,
table:not(.month1):not(.month2).comparison .icon-2double,
table:not(.month1):not(.month2).comparison .icon-2twin,
.table.comparison .icon-kingor2queen,
.table.comparison .icon-kingor2double,
.table.comparison .icon-kingor2twin,
.table.comparison .icon-king,
.table.comparison .icon-queen,
.table.comparison .icon-2queen,
.table.comparison .icon-double,
.table.comparison .icon-2double,
.table.comparison .icon-2twin {
	color: #6f6f6f;
	font-size: 24px
}

table:not(.month1):not(.month2).comparison .select,
.table.comparison .select {
	padding-top: 7px
}

table:not(.month1):not(.month2).comparison .select .select-label,
.table.comparison .select .select-label {
	margin-bottom: -6px;
	vertical-align: middle
}

table:not(.month1):not(.month2).comparison .select .select-label label,
.table.comparison .select .select-label label {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase
}

table:not(.month1):not(.month2).comparison .select select,
.table.comparison .select select {
	font-size: 12px
}

table:not(.month1):not(.month2).borderless,
.table.borderless {
	border: 0 !important
}

table:not(.month1):not(.month2).borderless thead,
table:not(.month1):not(.month2).borderless tbody,
.table.borderless thead,
.table.borderless tbody {
	border: 0 !important
}

table:not(.month1):not(.month2).borderless tr,
.table.borderless tr {
	border: 0 !important;
	vertical-align: top
}

table:not(.month1):not(.month2).borderless tr td,
.table.borderless tr td {
	border: 0 !important
}

.meetingdatatable table tr td:first-child {
	width: 40%
}

.no-touch table:not(.month1):not(.month2).sortable .tablesorter-header:not(.sorter-false),
.table.sortable .tablesorter-header:not(.sorter-false) {
	cursor: pointer
}

@media only screen and (min-width:35em) {
	table:not(.month1):not(.month2),
	.table {
		font-size: 14px
	}
	table:not(.month1):not(.month2) p,
	table:not(.month1):not(.month2) dd,
	.table p,
	.table dd {
		font-size: 14px
	}
	table:not(.month1):not(.month2).single thead tr th,
	table:not(.month1):not(.month2).single .header,
	.table.single thead tr th,
	.table.single .header {
		padding: 5px 20px 3px !important
	}
	table:not(.month1):not(.month2).single tr td,
	table:not(.month1):not(.month2).single .item,
	.table.single tr td,
	.table.single .item {
		padding: 20px !important
	}
	table:not(.month1):not(.month2).switcher .compare.below-m,
	.table.switcher .compare.below-m {
		display: table-cell;
		opacity: 1
	}
	table:not(.month1):not(.month2).switcher .select.below-m,
	.table.switcher .select.below-m {
		display: none
	}
	table:not(.month1):not(.month2) ul,
	table:not(.month1):not(.month2) ol,
	table:not(.month1):not(.month2) dl,
	.table ul,
	.table ol,
	.table dl {
		font-size: 14px;
		margin-bottom: 30px
	}
	a[name] {
		margin-top: 0
	}
}

@media only screen and (min-width:48.063em) {
	table:not(.month1):not(.month2).switcher .compare.below-ml,
	.table.switcher .compare.below-ml {
		display: table-cell;
		opacity: 1
	}
	table:not(.month1):not(.month2).switcher .select.below-ml,
	.table.switcher .select.below-ml {
		display: none
	}
	table:not(.month1):not(.month2).comparison thead tr td:first-of-type,
	table:not(.month1):not(.month2).comparison tbody tr td:first-of-type,
	.table.comparison thead tr td:first-of-type,
	.table.comparison tbody tr td:first-of-type {
		width: 196px
	}
	table:not(.month1):not(.month2).comparison thead tr th:not(:first-child),
	table:not(.month1):not(.month2).comparison tbody tr th:not(:first-child),
	table:not(.month1):not(.month2).comparison tbody tr td:not(:first-child),
	.table.comparison thead tr th:not(:first-child),
	.table.comparison tbody tr th:not(:first-child),
	.table.comparison tbody tr td:not(:first-child) {
		text-align: center
	}
	table:not(.month1):not(.month2).switcher.comparison.meetingRoom,
	.table.switcher.comparison.meetingRoom {
		table-layout: fixed
	}
	table:not(.month1):not(.month2).switcher.comparison.meetingRoom thead tr th,
	.table.switcher.comparison.meetingRoom thead tr th {
		width: 100%
	}
	table:not(.month1):not(.month2).switcher.comparison.meetingRoom thead tr th:nth-child(n+5),
	.table.switcher.comparison.meetingRoom thead tr th:nth-child(n+5) {
		display: none
	}
	table:not(.month1):not(.month2).switcher.comparison.meetingRoom thead tr th.select,
	.table.switcher.comparison.meetingRoom thead tr th.select {
		display: table-cell
	}
	table:not(.month1):not(.month2).switcher.comparison.meetingRoom tbody tr td:nth-child(n+5),
	.table.switcher.comparison.meetingRoom tbody tr td:nth-child(n+5) {
		display: none
	}
	table:not(.month1):not(.month2).switcher.comparison.meetingRoom tbody tr td.active,
	.table.switcher.comparison.meetingRoom tbody tr td.active {
		display: table-cell
	}
	table:not(.month1):not(.month2).switcher.comparison.meetingRoom tbody.tbody-header th:nth-child(n+5),
	.table.switcher.comparison.meetingRoom tbody.tbody-header th:nth-child(n+5) {
		display: none
	}
	table:not(.month1):not(.month2).switcher.comparison.meetingRoom tbody.tbody-header th.active,
	.table.switcher.comparison.meetingRoom tbody.tbody-header th.active {
		display: table-cell
	}
}

@media only screen and (max-width:48.001em) {
	table:not(.month1):not(.month2).comparison .tbody-header tr th,
	.table.comparison .tbody-header tr th {
		display: none
	}
	table:not(.month1):not(.month2).comparison .tbody-header tr th:nth-of-type(2),
	.table.comparison .tbody-header tr th:nth-of-type(2) {
		text-indent: -999999px
	}
	table:not(.month1):not(.month2).comparison .tbody-header tr th:first-of-type,
	table:not(.month1):not(.month2).comparison .tbody-header tr th:nth-of-type(2),
	.table.comparison .tbody-header tr th:first-of-type,
	.table.comparison .tbody-header tr th:nth-of-type(2) {
		display: table-cell;
		width: 50%
	}
}

table.reserve {
	border-collapse: separate;
	border-spacing: 0 15px
}

table.reserve:not(.month1):not(.month2).comparison thead {
	background: transparent;
	border: 0
}

table.reserve:not(.month1):not(.month2).comparison thead tr th {
	color: #1c1c1c;
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif;
	letter-spacing: 1.11px;
	padding: 0 5px
}

table.reserve:not(.month1):not(.month2).comparison thead tr th.location {
	font-size: 31px;
	font-weight: 300;
	line-height: 38px
}

table.reserve:not(.month1):not(.month2).comparison thead tr th:last-of-type {
	padding: 7px 8px
}

table.reserve:not(.month1):not(.month2).comparison thead .select .select-label {
	width: 100%
}

table.reserve:not(.month1):not(.month2).comparison thead .select .select-label label {
	color: #1c1c1c
}

table.reserve:not(.month1):not(.month2).comparison tbody tr {
	background: #f3f3f3
}

table.reserve:not(.month1):not(.month2).comparison tbody tr td {
	border-bottom: 0;
	color: #1c1c1c;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px;
	letter-spacing: .35px;
	line-height: 28px
}

table.reserve:not(.month1):not(.month2).comparison tbody tr td a {
	color: #1c1c1c;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .63px
}

table.reserve:not(.month1):not(.month2).comparison tbody tr td a:hover {
	color: #3b68b3
}

table.reserve:not(.month1):not(.month2).comparison tbody tr:nth-of-type(even) {
	background: #f3f3f3
}

table.reserve:not(.month1):not(.month2).comparison .tbody-header {
	background: transparent;
	border: 0
}

table.reserve:not(.month1):not(.month2).comparison .tbody-header tr {
	background: transparent
}

table.reserve:not(.month1):not(.month2).comparison .tbody-header tr th {
	color: #1c1c1c;
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif;
	letter-spacing: 1.11px;
	padding: 0 5px
}

table.reserve:not(.month1):not(.month2).comparison .tbody-header tr th:first-of-type {
	font-size: 31px;
	font-weight: 300;
	line-height: 38px
}

.comparison-controls {
	color: #1c1c1c;
	float: right;
	font-size: 20px
}

.comparison-controls a {
	color: #1c1c1c
}

.comparison-controls a.active {
	color: #3b68b3
}

.brand-logo-bar {
	padding: 30px 0 60px
}

.brand-logo-bar .marriott-logo {
	background-color: #000;
	margin: auto;
	position: relative;
	top: 20px;
	width: 140px;
	z-index: 2
}

.brand-logo-bar .marriott-logo .logo {
	padding: 0 14px;
	width: 100%
}

.brand-logo-bar .brand-logos-container {
	border: 0;
	border: 2px solid #8d8d8d;
	padding-bottom: 10px;
	position: relative
}

.brand-logo-bar .brand-logos-container .brand-logos {
	margin-top: 30px
}

.brand-logo-bar .brand-logos-container .brand-logos .logo-title {
	color: #e5e5e5;
	display: inline;
	font-size: 12px;
	margin: 0 20px;
	text-transform: uppercase
}

.brand-logo-bar .brand-logos-container .brand-logos .group {
	align-items: center;
	display: flex;
	margin-top: 10px
}

.brand-logo-bar .brand-logos-container .brand-logos .group ul {
	list-style-type: none;
	margin: auto;
	text-align: center
}

.brand-logo-bar .brand-logos-container .brand-logos .group ul li {
	display: inline-block;
	height: 50px;
	margin: 0;
	padding: 0 5px;
	position: relative;
	width: 92px
}

@media only screen and (max-width:425px) {
	.brand-logo-bar .brand-logos-container .brand-logos .group ul li {
		width: calc(33% - 10px)
	}
}

.brand-logo-bar .brand-logos-container .brand-logos .group ul li a {
	display: block;
	height: 100%;
	width: 100%
}

.brand-logo-bar .brand-logos-container .brand-logos .group ul li img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) !important;
	max-height: 50px;
	max-width: 76px
}

.brand-logo-bar .brand-logos-container .brand-logos .group ul li:hover {
	opacity: .5
}

@media only screen and (max-width:48.063em) {
	.brand-logo-bar .brand-logos-container {
		border: 0;
		border: 2px solid #8d8d8d;
		position: relative
	}
	.brand-logo-bar .brand-logos-container .brand-logos .group {
		display: block;
		margin-top: 50px
	}
	.brand-logo-bar .brand-logos-container .brand-logos .group .logo-title {
		display: block;
		font-size: 14px;
		text-align: center;
		width: calc(100% - 40px)
	}
	.brand-logo-bar .brand-logos-container .brand-logos .group ul {
		text-align: center
	}
}

.brandlogobar {
	background: #000
}

ul.progress-bar {
	margin: 0
}

ul.progress-bar .step {
	background: #e5e5e5;
	cursor: default;
	float: left;
	list-style-type: none;
	margin: 0 4px 0 0;
	padding: 0;
	pointer-events: none;
	position: relative;
	text-align: center;
	transition: background-color .2s ease;
	width: calc(20% - 4px)
}

ul.progress-bar .step::after,
ul.progress-bar .step::before {
	border-bottom: 20px solid transparent;
	border-left: 17px solid #e5e5e5;
	border-top: 20px solid transparent;
	content: ' ';
	height: 0;
	position: absolute;
	right: -17px;
	top: 0;
	transition: border-color .2s ease;
	width: 0;
	z-index: 2
}

ul.progress-bar .step h2,
ul.progress-bar .step a {
	display: inline;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 1rem;
	line-height: 20px
}

ul.progress-bar .step h2 {
	display: none;
	margin: 0
}

ul.progress-bar .step a {
	color: #1c1c1c;
	display: inline-block;
	outline: 0;
	padding: 10px 10px 10px 30px;
	text-decoration: none;
	width: 100%
}

ul.progress-bar .step:first-of-type a {
	padding-left: 20px
}

ul.progress-bar .step:first-of-type.completed a {
	padding-left: 40px
}

ul.progress-bar .step:first-of-type.completed a::before {
	left: 20px
}

ul.progress-bar .step:first-of-type.active~.row .tertiary {
	display: none
}

ul.progress-bar .step::before {
	border-left: 17px solid #fff;
	left: 0;
	right: auto;
	z-index: 0
}

ul.progress-bar .step:first-child::before {
	border: 0
}

ul.progress-bar .step.accessible,
ul.progress-bar .step.completed {
	background-color: #bfbfbf;
	pointer-events: all
}

ul.progress-bar .step.accessible::after,
ul.progress-bar .step.completed::after {
	border-left: 17px solid #bfbfbf
}

ul.progress-bar .step.completed {
	position: relative
}

ul.progress-bar .step.completed a {
	padding-left: 50px
}

ul.progress-bar .step.completed a::before {
	content: '\e608';
	font-family: 'ritz-icons';
	font-size: 14px;
	left: 30px;
	opacity: 1;
	position: absolute;
	top: 11px
}

ul.progress-bar .step.active,
ul.progress-bar .step:hover {
	background-color: #a5c1e2
}

ul.progress-bar .step.active::after,
ul.progress-bar .step:hover::after {
	border-left: 17px solid #a5c1e2
}

ul.progress-bar .step.active {
	pointer-events: all
}

ul.progress-bar .step.error {
	background-color: #ce4844
}

ul.progress-bar .step.error h2,
ul.progress-bar .step.error a {
	color: #fff
}

ul.progress-bar .step.error::after {
	border-left-color: #ce4844
}

ul.progress-bar .step:last-of-type a {
	padding-right: 20px
}

ul.progress-bar .step:last-of-type::after {
	display: none
}

ul.progress-bar .step:last-of-type.active~.row .submit {
	display: inline
}

ul.progress-bar .step:last-of-type.active~.row .continue {
	display: none
}

ul.progress-bar .step.tabs4 .step {
	width: calc(25% - 4px)
}

ul.progress-bar .step.tabs3 .step {
	width: calc(33.3333% - 4px)
}

ul.progress-bar .step.tabs2 .step {
	width: calc(50% - 4px)
}

ul.progress-bar .step.tabs1 .step {
	width: calc(100% - 4px)
}

ul.progress-bar .form-note {
	float: left;
	padding-top: 20px
}

ul.progress-bar .secondaryNav {
	margin: 0 4px 0;
	text-align: right
}

ul.progress-bar .secondaryNav .button.continue {
	margin: 10px 0 10px 10px
}

ul.progress-bar .secondaryNav .button.submit {
	display: none;
	margin: 10px 0 10px 10px
}

ul.progress-bar.sticky {
	position: fixed;
	z-index: 1
}

@media only screen and (min-width:48.063em) {
	ul.progress-bar .step a {
		line-height: 34px
	}
	ul.progress-bar .step .num {
		display: none
	}
	ul.progress-bar .step h2 {
		display: block
	}
	ul.progress-bar .step.active h2 {
		display: block
	}
	ul.progress-bar .step.active .num {
		display: none
	}
	ul.progress-bar .step.completed a::before {
		top: 4px
	}
}

@media only screen and (max-width:30.063em) {
	ul.progress-bar .form-note {
		float: none;
		margin-bottom: 10px;
		padding-top: 10px;
		text-align: center;
		width: 100%
	}
	ul.progress-bar .secondaryNav {
		text-align: center
	}
	ul.progress-bar .secondaryNav button.submit {
		margin-top: 0
	}
}

@media only screen and (max-width:30.063em) {
	ul.progress-bar .step.completed a {
		padding-left: 45px
	}
	ul.progress-bar .step.completed a::before {
		left: 25px
	}
}

.event-card {
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0
}

.event-card.one-column .grid-item {
	width: calc(100% - 15px)
}

.event-card .grid-item {
	width: calc(100% - 15px)
}

.event-card .box {
	background: #fff;
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.35);
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	display: inline-block;
	height: inherit;
	margin-bottom: 30px;
	margin-left: 1%;
	margin-top: 1px;
	position: relative;
	transition-duration: .6s;
	transition-property: left, right, top;
	width: 98%
}

.event-card .box.hidden {
	display: none !important
}

.event-card .card-info {
	padding: 20px 20px 35px;
	position: relative
}

.event-card .card-info span.filter {
	border: 1px solid #6f6f6f;
	border-radius: 30px;
	color: #6f6f6f;
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 12px;
	font-style: italic;
	padding: 5px 25px 3px
}

.event-card .card-info h3 {
	font-weight: 400;
	margin: 0 0 5px;
	text-transform: uppercase
}

.event-card .card-info h3 a {
	color: #1c1c1c
}

.event-card .card-info p.day,
.event-card .card-info p.dates {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	text-align: right
}

.event-card .card-info p.time,
.event-card .card-info p.price {
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-weight: 600;
	margin-bottom: 5px
}

.event-card .card-info .features {
	list-style-type: none;
	margin: 0 0 5px;
	text-transform: none
}

.event-card .card-info .features p {
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-weight: 600;
	text-transform: none
}

.event-card .card-info .image {
	display: block;
	height: 0;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 75% 0 0;
	position: relative;
	width: 100%
}

.event-card .card-info .image img {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.event-card .cta {
	text-align: left
}

.event-card .cta .hasCta {
	margin-bottom: 10px
}

.event-card .button.secondary {
	margin: 0;
	width: 100%
}

.event-card .showAll {
	margin-bottom: 40px;
	text-align: center
}

.event-card.one-column .fitler-container {
	display: inline-block;
	margin-bottom: 20px;
	width: 50%
}

.event-card.one-column p.day {
	display: inline-block;
	float: right;
	width: 100%
}

.event-card.one-column .image {
	height: 0;
	overflow: hidden;
	padding: 75% 0 0;
	position: relative
}

.event-card.one-column .button.secondary {
	width: 100%
}

@media only screen and (min-width:35em) {
	.event-card .grid-item {
		width: calc(33.33333% - 15px)
	}
	.event-card.one-column .grid-item {
		width: calc(100% - 15px)
	}
}

@media only screen and (min-width:48.063em) {
	.event-card .grid-item {
		width: calc(25% - 13.333333px)
	}
	.event-card .grid-item .dates,
	.event-card .grid-item .day {
		font-size: 15px
	}
	.event-card.one-column .grid-item {
		width: calc(100% - 15px)
	}
	.event-card.one-column .grid-item .card-info {
		height: auto;
		overflow: hidden
	}
	.event-card.one-column .grid-item .card-info .info,
	.event-card.one-column .grid-item .card-info .image {
		display: inline-block;
		margin-right: 2%;
		vertical-align: top;
		width: 23%
	}
	.event-card.one-column .grid-item .card-info .image {
		margin-bottom: 0;
		padding: 17% 0 0
	}
	.event-card.one-column .grid-item .card-info .image img {
		padding: 0 15px
	}
	.event-card.one-column .grid-item .card-info .desc {
		display: inline-block;
		margin-right: 2%;
		width: 31%
	}
	.event-card.one-column .grid-item .card-info .cta {
		display: inline-block;
		float: right;
		margin-right: 0;
		margin-top: 10px;
		vertical-align: bottom;
		width: 15%
	}
	.event-card.one-column .grid-item .card-info .cta .hasCta {
		padding-bottom: 40px
	}
	.event-card.one-column .grid-item .card-info .button.secondary {
		bottom: 15px;
		clear: both;
		display: block;
		float: right;
		margin-top: 25px;
		position: absolute;
		right: 15px;
		width: 15%
	}
	.event-card.one-column ul {
		margin-bottom: 0
	}
}

.event-intro .eyebrow {
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	margin-bottom: 11.8px
}

.event-intro h1,
.event-intro h2.page-title {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 28px;
	letter-spacing: .05em;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-top: 0;
	word-wrap: normal
}

.event-intro .button {
	margin-bottom: 20px
}

@media only screen and (min-width:35em) {
	.event-intro h1,
	.event-intro h2.page-title {
		font-size: 34px
	}
}

@media only screen and (min-width:60em) {
	.event-intro h1,
	.event-intro h2.page-title {
		font-size: 40px
	}
}

@media only screen and (min-width:674px) {
	.event-intro .button {
		width: 100%
	}
}

.event-intro p.quote {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 22px;
	font-style: italic;
	line-height: 1.3;
	text-align: center
}

.event-intro .author {
	border-top: 1px solid #e5e5e5;
	margin: auto;
	max-width: 280px;
	text-align: center;
	width: 60%
}

.event-intro .author .name {
	margin: 20px 0 0;
	text-transform: uppercase
}

.event-intro .author .position {
	font-style: italic
}

.event-filter-wrapper form {
	margin-bottom: 0
}

.event-filter-wrapper form fieldset {
	margin-bottom: 0
}

.event-filter-wrapper input,
.event-filter-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 20px;
	font-style: normal;
	height: 38px;
	line-height: 1.1;
	padding: 5px;
	position: relative;
	width: 100%;
	z-index: 2
}

.event-filter-wrapper .share {
	text-align: right
}

.event-filter-wrapper .field-wrapper {
	border-bottom: 1px solid #1c1c1c;
	height: 38px;
	margin-bottom: 20px;
	position: relative
}

.event-filter-wrapper .field-wrapper input,
.event-filter-wrapper .field-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: rgba(0, 0, 0, 0.75);
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 20px;
	font-style: normal;
	height: 38px;
	line-height: 1.1;
	padding: 5px;
	position: relative;
	width: 100%;
	z-index: 2
}

.event-filter-wrapper .field-wrapper .icon-calendar {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 20px, #fff 100%);
	color: #1c1c1c;
	display: inline-block;
	font-size: 20px;
	margin-right: -13px;
	padding: 2px 3px 6px 20px;
	position: absolute;
	right: 17px;
	top: 5px;
	z-index: 3
}

.event-filter-wrapper .drop-down-select {
	overflow: hidden;
	position: relative
}

.event-filter-wrapper .drop-down-select select.event-type {
	border-bottom: 1px solid #1c1c1c;
	margin-bottom: 20px;
	width: 130%
}

.event-filter-wrapper .icon-arrow-down {
	color: #1c1c1c;
	font-size: 20px;
	margin-left: -44px;
	padding: 3px 0 3px 20px;
	position: absolute;
	right: 4px;
	top: 6px
}

.event-filter-wrapper #results {
	margin-top: 10px;
	text-align: right
}

.event-filter-wrapper .checkbox-dropdown {
	border-bottom: 1px solid #1c1c1c;
	color: rgba(0, 0, 0, 0.65);
	cursor: pointer;
	font-size: 20px;
	height: 38px;
	margin-bottom: 20px;
	padding: 5px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.event-filter-wrapper .checkbox-dropdown.is-active span.icon-arrow-down {
	padding: 0;
	transform: rotate(180deg)
}

.event-filter-wrapper .checkbox-dropdown.is-active .checkbox-dropdown-list {
	margin-top: 1px;
	opacity: 1;
	padding-top: 10px;
	pointer-events: auto
}

.event-filter-wrapper .checkbox-dropdown.is-active .checkbox-dropdown-list .close {
	padding-bottom: 5px
}

.event-filter-wrapper .checkbox-dropdown .checkbox-dropdown-list {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: 0;
	left: -1px;
	list-style: none;
	margin: 0;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	right: -1px;
	top: 101%;
	transition: opacity .4s ease-in-out;
	z-index: 1
}

.event-filter-wrapper .checkbox-dropdown .checkbox-dropdown-list li:last-of-type {
	border-bottom: 0;
	margin-bottom: none
}

.event-filter-wrapper .checkbox-dropdown .checkbox-dropdown-list li label {
	display: block;
	font-size: 20px;
	padding: 5px 10px;
	text-align: left;
	transition: all .2s ease-out
}

.event-filter-wrapper .checkbox-dropdown .checkbox-dropdown-list li label input {
	height: auto;
	margin-right: 10px;
	width: auto
}

.event-filter-wrapper .checkbox {
	color: #6f6f6f;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	width: auto
}

html[dir='rtl'] .event-filter-wrapper .checkbox {
	margin-right: 0;
	text-align: right
}

.event-filter-wrapper .checkbox input[type='checkbox'][disabled]+.custom-checkbox {
	background: #e5e5e5
}

.event-filter-wrapper .checkbox input[type='checkbox']:focus+.custom-checkbox {
	outline: 5px auto #7c9dcf
}

.event-filter-wrapper .checkbox input[type='checkbox']:checked+.custom-checkbox {
	background: #1c1c1c;
	transition-duration: .3s;
	transition-property: all
}

.event-filter-wrapper .checkbox input[type='checkbox']:checked+.custom-checkbox::before {
	opacity: 1
}

.event-filter-wrapper .checkbox .custom-checkbox {
	background: transparent;
	border: 1px solid #31548c;
	display: inline-block;
	height: 17px;
	margin: 5px 15px 5px 0;
	outline: 0;
	position: relative;
	transition-duration: .3s;
	transition-property: all;
	vertical-align: top;
	width: 17px
}

html[dir='rtl'] .event-filter-wrapper .checkbox .custom-checkbox {
	margin-left: 10px
}

.event-filter-wrapper .checkbox .custom-checkbox::before {
	color: #fff;
	content: '\e608';
	font-family: 'ritz-icons';
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	left: 2px;
	line-height: 1;
	opacity: 0;
	position: absolute;
	speak: none;
	text-transform: none;
	top: 2px;
	transition-duration: .2s;
	transition-property: all
}

.event-filter-wrapper .buttons {
	padding: 5px 10px;
	text-align: right
}

.event-filter-wrapper .buttons .close {
	color: #1c1c1c;
	display: inline-block;
	float: right;
	text-transform: uppercase
}

.event-filter-wrapper .buttons .close .icon-close {
	font-size: 23px;
	vertical-align: -5px
}

.event-filter-wrapper .buttons .close:hover {
	text-decoration: none
}

.event-filter-wrapper .buttons .clear {
	color: #000;
	text-transform: uppercase
}

.event-filter-wrapper .buttons .apply {
	color: #000;
	display: inline;
	margin-left: 15px;
	text-transform: uppercase
}

.event-filter-wrapper .buttons .apply .icon-checkmark {
	margin-left: 3px;
	position: relative;
	top: 3px
}

.event-filter-wrapper .filter {
	display: inline-block;
	margin-bottom: 15px;
	text-transform: uppercase
}

.event-filter-wrapper .filter span {
	margin-right: 10px
}

.event-filter-wrapper .filter .filter-container {
	display: inline-block;
	margin: 0 0 10px
}

.event-filter-wrapper .filter .filter-container span.filter.label {
	background: #c7ddf3;
	border-radius: 15px;
	display: inline;
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 800;
	height: 30px;
	margin: 0 0 0 5px;
	padding: 8px 25px 0
}

.event-filter-wrapper .filter .filter-container span.filter.label div.pill-link {
	display: inline
}

.event-filter-wrapper .filter .filter-container span.filter.label div.pill-link a {
	color: #000;
	padding-right: 10px
}

.event-filter-wrapper .filter .reset-filters {
	display: inline-block
}

.event-filter-wrapper .filter .reset-filters .reset-button {
	color: #1c1c1c;
	padding-left: 15px
}

.event-filter-wrapper .filter .reset-filters .reset-button:hover {
	text-decoration: none
}

.event-filter-wrapper .filter .reset-filters .reset-button span {
	text-decoration: underline
}

.show-more {
	text-align: center
}

form.form-calendar-events .columns.small-12.large-4.end {
	outline-style: none
}

.events .share {
	float: right;
	margin: 5px 0;
	text-align: right;
	width: 50%
}

.events .results {
	height: 0;
	position: relative;
	top: -30px
}

.events .results p {
	float: none;
	margin: 0;
	width: 50%
}

@media only screen and (min-width:48.063em) {
	.events .results {
		height: 0;
		position: relative;
		text-align: right;
		top: -70px
	}
	.events .results p {
		float: right;
		width: 33.33%
	}
}

.date-picker-wrapper .footer {
	float: right;
	padding-bottom: 5px
}

.date-picker-wrapper .footer span.done-button.apply {
	padding-left: 20px
}

.date-picker-wrapper .footer .close,
.date-picker-wrapper .footer .apply,
.date-picker-wrapper .footer .clear {
	color: #fff;
	cursor: pointer;
	display: inline;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px;
	margin-top: 7px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase
}

.eventsLink h1.secondary-h1,
.eventsLink h2.secondary-h1.page-title {
	width: 90%
}

#noResults {
	text-align: center
}

.back-button {
	display: none
}

@media only screen and (max-width:48.063em) {
	.reveal-modal-bg {
		display: none !important
	}
	.back-button {
		display: block;
		margin: auto;
		margin-top: 20px;
		width: 50%
	}
}

.curated-content-row {
	display: flex
}

.curated-content-row .oneCol,
.curated-content-row .twoCol,
.curated-content-row .threeCol {
	margin-bottom: 30px
}

.curated-content-row .curated-content {
	overflow: hidden;
	padding: 10px 10px 0
}

.curated-content-row .curated-content .image.rectangle {
	border: 0;
	overflow: hidden;
	padding-bottom: 66.666%;
	position: relative;
	width: 100%
}

.curated-content-row .curated-content .image.rectangle img {
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%
}

.curated-content-row .curated-content .image.square {
	overflow: hidden;
	padding-bottom: 100%;
	position: relative
}

.curated-content-row .curated-content .image.square img {
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%
}

.curated-content-row .curated-content .image.lock-top img {
	top: 0;
	transform: translate(0, 0)
}

.curated-content-row .curated-content .image.lock-bottom img {
	bottom: 0;
	top: auto;
	transform: translate(0, 0)
}

.curated-content-row .curated-content hr {
	background-color: #7c9dcf;
	border-color: #7c9dcf;
	color: #7c9dcf;
	height: 2px;
	margin: 15px 0 17px
}

.curated-content-row .curated-content .text h3 {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase
}

.curated-content-row .curated-content .text p {
	margin-bottom: 0
}

.curated-content-row .curated-content .text span {
	font-weight: 600;
	margin-right: 5px
}

.curated-content-row .curated-content .text .link-cta span {
	font-weight: 400;
	text-decoration: underline;
	text-transform: inherit
}

.curated-content-row .curated-content.bordered {
	padding: 10px;
	position: relative;
	text-align: left;
	top: 50%;
	transform: translateY(-50%)
}

.curated-content-row .curated-content.bordered hr {
	border-top: 0;
	height: 0;
	margin: 0
}

.curated-content-row .curated-content.bordered .image {
	margin: 0 auto 15px;
	padding-bottom: 0;
	text-align: center;
	width: 35%
}

.curated-content-row .curated-content.bordered .image.square {
	margin: 0 auto 15px;
	overflow: hidden;
	padding-bottom: calc(35% - 50px);
	width: 35%
}

.curated-content-row .curated-content.bordered .image.square img {
	left: 50%;
	margin: 0;
	min-height: 100%;
	min-width: 80px;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%
}

.curated-content-row .curated-content.bordered .image img {
	margin: auto;
	margin-bottom: 15px;
	min-width: 80px;
	position: relative
}

.curated-content-row .curated-content.bordered .text {
	text-align: center
}

.curated-content-row .curated-content.bordered .text span {
	text-transform: uppercase
}

.curated-content-row .curated-content.bordered .text .show-more-text {
	display: inline
}

.curated-content-row .curated-content.bordered .text .show-more-text p {
	display: inline
}

.curated-content-row .curated-content.top-bar {
	border-top: 3px solid #7c9dcf;
	display: block;
	padding-top: 15px
}

.curated-content-row .curated-content.top-bar h2 {
	font-size: 22px
}

.curated-content-row .curated-content.top-bar .image {
	float: left;
	padding-bottom: 14%;
	width: 23%
}

.curated-content-row .curated-content.top-bar .image.square {
	overflow: hidden;
	padding-bottom: 10%;
	position: relative
}

.curated-content-row .curated-content.top-bar .image.square img {
	left: 50%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%
}

.curated-content-row .curated-content.top-bar hr {
	display: none
}

.curated-content-row .curated-content.top-bar .text {
	float: right;
	padding-left: 30px;
	width: 77%
}

.curated-content-row .oneCol .curated-content {
	align-items: center;
	display: flex
}

.curated-content-row .oneCol .curated-content .image {
	overflow: visible;
	padding-bottom: 0;
	width: 30%
}

.curated-content-row .oneCol .curated-content .image img {
	float: left;
	margin: 0;
	position: relative;
	width: 100%
}

.curated-content-row .oneCol .curated-content hr {
	display: none
}

.curated-content-row .oneCol .curated-content .text {
	float: right;
	padding-left: 30px;
	width: 70%
}

.curated-content-row .oneCol .curated-content.top-bar {
	display: block
}

.curated-content-row .oneCol .curated-content.top-bar .image {
	width: 10%
}

.curated-content-row .oneCol .curated-content.top-bar .text {
	width: 90%
}

.curated-content-row .borderedCol {
	border: 3px solid #7c9dcf;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	margin-top: 10px
}

.curated-content-row .borderedCol.oneCol {
	margin-bottom: 0;
	padding: 10px
}

.curated-content-row .borderedCol.oneCol .image {
	overflow: visible;
	padding-bottom: 0;
	width: 15%
}

.curated-content-row .borderedCol.oneCol .image img {
	float: left;
	margin: 0;
	position: relative;
	width: 100%
}

.curated-content-row .borderedCol.oneCol .text {
	text-align: left;
	width: 85%
}

.curated-content-row .borderedCol.oneCol .text p {
	display: inline;
	width: 100%
}

.curated-content-row .large-4.small-12 .top-bar .image {
	padding-bottom: 20%;
	width: 30%
}

.curated-content-row .large-4.small-12 .top-bar .image.square {
	padding-bottom: 30%
}

.curated-content-row .large-4.small-12 .top-bar .text {
	width: 70%
}

@media only screen and (max-width:48.063em) {
	.curated-content-row {
		display: block
	}
	.curated-content-row .borderedCol {
		width: calc(100% - 2.5rem)
	}
	.curated-content-row .curated-content .text .show-more-text {
		cursor: pointer;
		display: inline
	}
	.curated-content-row .curated-content .text .show-more-text .textShown {
		display: inline
	}
	.curated-content-row .curated-content .text h3 {
		margin-bottom: 5px
	}
	.curated-content-row .curated-content .text .link-cta {
		display: block
	}
	.curated-content-row .curated-content.bordered {
		padding: 20px 10px;
		position: relative;
		top: auto;
		transform: none
	}
	.curated-content-row .curated-content.bordered .rectangle img {
		transform: translate(0, 0)
	}
	.curated-content-row .curated-content.bordered .image {
		height: auto;
		margin: auto;
		width: 25%
	}
	.curated-content-row .curated-content.bordered .image img {
		margin-bottom: 15px;
		width: auto
	}
	.curated-content-row .oneCol .curated-content {
		display: block
	}
	.curated-content-row .oneCol .curated-content .image {
		overflow: hidden;
		width: 100%
	}
	.curated-content-row .oneCol .curated-content .image img {
		float: none;
		width: auto
	}
	.curated-content-row .oneCol .curated-content hr {
		display: block
	}
	.curated-content-row .oneCol .curated-content .text {
		float: none;
		padding-left: 0;
		width: 100%
	}
	.curated-content-row .oneCol .curated-content.bordered {
		margin-bottom: 0
	}
	.curated-content-row .oneCol .curated-content.bordered .image {
		margin: auto;
		width: 25%
	}
	.curated-content-row .oneCol .curated-content.bordered .image img {
		margin-bottom: 15px
	}
	.curated-content-row .oneCol .curated-content.bordered .text {
		margin-left: 0;
		padding-left: 0;
		text-align: center
	}
	.curated-content-row .oneCol .curated-content.bordered .text p {
		display: inline
	}
	.curated-content-row .oneCol .curated-content.top-bar .image {
		width: 15%
	}
	.curated-content-row .oneCol .curated-content.top-bar hr {
		display: none
	}
	.curated-content-row .oneCol .curated-content.top-bar .text {
		float: right;
		padding-left: 30px;
		width: 85%
	}
}

.craftsmen hr {
	border-top: 2px solid #7c9dcf;
	margin: 0 0 20px
}

.craftsmen .image {
	overflow: hidden;
	padding-bottom: 100%;
	position: relative
}

.craftsmen .image img {
	bottom: 0;
	left: 0;
	margin: auto;
	min-height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.craftsmen .image.lock-to-top img {
	bottom: auto
}

.craftsmen .image.lock-to-bottom img {
	top: auto
}

.craftsmen .text {
	margin-bottom: 30px
}

.craftsmen .text h3 {
	font-size: 24px;
	margin-bottom: 0
}

.craftsmen .text .quote {
	border-left: 2px solid #7c9dcf;
	font-size: 18px;
	font-style: italic;
	padding-left: 20px
}

.craftsmen .text p {
	margin-bottom: 30px
}

.craftsmen .text .additional {
	margin-bottom: 30px
}

.craftsmen .text .additional span {
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-weight: bold;
	margin-right: 10px;
	text-transform: uppercase
}

.craftsmen .text .additional p {
	display: inline
}

@media only screen and (max-width:30.063em) {
	.craftsmen img {
		margin-bottom: 20px;
		width: 100%
	}
}

.day-container.row {
	margin-top: 10px
}

.day-container .day-box {
	border: 2px solid #7c9dcf;
	margin: auto;
	max-width: 80px;
	padding: 10px;
	text-align: center
}

.day-container .day-box p {
	color: #7c9dcf;
	margin-bottom: 0;
	text-transform: uppercase
}

.day-container .day-box p.number {
	font-size: 50px;
	font-weight: 300;
	line-height: 50px
}

.day-container .decription {
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-weight: bold;
	margin-bottom: 25px
}

.day-container .decription p {
	margin-bottom: 0
}

.day-container h6 {
	font-size: 26px;
	font-weight: 400;
	margin-top: -5px;
	text-transform: uppercase
}

.day-container .show-arrow {
	display: none;
	text-align: center
}

.day-container .show-arrow .icon-arrow-down,
.day-container .show-arrow .icon-arrow-up {
	color: #7c9dcf;
	cursor: pointer;
	font-size: 40px;
	font-weight: 100
}

.day-container.show-hide .show-arrow {
	display: block;
	margin-bottom: 30px
}

.day-container.show-hide .show-arrow.rotate {
	transform: rotate(180deg)
}

@media only screen and (max-width:30.063em) {
	.day-container .day-box {
		margin: auto;
		margin-bottom: 15px;
		min-width: 100px;
		width: 30%
	}
}

.times-of-day {
	margin-bottom: 40px
}

.times-of-day ul {
	list-style-type: none
}

.times-of-day ul li::before {
	background: #7c9dcf;
	content: '';
	display: inline-block;
	height: 6px;
	margin-bottom: 2px;
	margin-right: 10px;
	width: 6px
}

.times-of-day ul li span {
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-weight: bold;
	margin-right: 10px;
	text-transform: uppercase
}

.times-of-day ul li p {
	display: inline
}

.times-of-day ul li a {
	text-decoration: underline
}

.promo-row {
	display: flex;
	padding-bottom: 35px
}

.promo-row .promo {
	overflow: hidden;
	padding: 10px 10px 0
}

.promo-row .promo .image {
	height: 0;
	margin-bottom: 15px;
	overflow: hidden;
	padding-bottom: 17%;
	position: relative
}

.promo-row .promo .image img {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%
}

.promo-row .promo .text p {
	margin-bottom: 0;
	margin-top: 15px
}

.promo-row .promo .text .eyebrow {
	font-size: 14px
}

.promo-row .promo .text h4 {
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 15px;
	text-transform: none
}

.promo-row .promo .text h4 a {
	color: #1c1c1c
}

.promo-row .promo.stylized {
	background: #c7ddf3;
	margin: 10px 10px 0;
	padding: 30px;
	position: relative
}

.promo-row .promo.stylized .image {
	height: 100%;
	margin-bottom: 0;
	overflow: hidden;
	padding-bottom: 0
}

.promo-row .promo.stylized .image img {
	height: 100%;
	position: relative;
	top: 0;
	transform: none;
	width: 100%
}

.promo-row .promo.stylized .text-container {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	height: calc(100% - 60px);
	margin-top: 30px;
	padding: 25px;
	position: absolute;
	top: 0;
	width: 40%
}

.promo-row .promo.stylized .text-container h4 {
	color: #fff
}

.promo-row .promo.stylized .text-container h4 a {
	color: #fff
}

.promo-row .promo.stylized .text-container .text {
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.promo-row .promo.stylized.large-8 .image {
	padding-bottom: 0
}

.promo-row .promo.stylized.large-4 .text-container {
	width: calc(100% - 60px)
}

.promo-row .promo.stylized.large-4 .image {
	padding-bottom: 0
}

.promo-row .promo.stylized.right .text-container {
	right: 30px
}

.promo-row .promo.large-8 .image {
	padding-bottom: 25.75%
}

.promo-row .promo.large-4 .image {
	padding-bottom: 53%
}

.promo-container-title {
	text-align: center
}

@media(min-width:48.063em) and (max-width:60em) {
	.promo-row .promo .text-container {
		padding: 15px
	}
	.promo-row .promo .text-container .text .eyebrow {
		font-size: 12px
	}
	.promo-row .promo .text-container .text h4 {
		font-size: 14px;
		margin-top: 0
	}
	.promo-row .promo .text-container .text p {
		font-size: 14px;
		line-height: 16px;
		margin-top: 5px
	}
}

@media only screen and (max-width:48.063em) {
	.promo-row {
		display: block
	}
	.promo-row .promo .text-container {
		height: calc(100% - 40px);
		padding: 10px
	}
	.promo-row .promo .text-container .text .eyebrow {
		font-size: 12px
	}
	.promo-row .promo .text-container .text h4 {
		font-size: 16px;
		margin: 0 0 5px
	}
	.promo-row .promo .text-container .text p {
		font-size: 14px;
		line-height: 20px;
		margin-top: 0
	}
	.promo-row .promo.small-12 .image {
		padding-bottom: 56%
	}
	.promo-row .promo.stylized {
		min-height: 220px;
		width: calc(100% - 20px)
	}
	.promo-row .promo.stylized .image {
		padding-bottom: 0
	}
	.promo-row .promo.stylized .image img {
		min-height: 200px
	}
	.promo-row .promo.stylized.large-8,
	.promo-row .promo.stylized.large-4 {
		width: calc(100% - 20px)
	}
}

@media only screen and (max-width:30.063em) {
	.promo-row {
		display: block
	}
	.promo-row .promo.stylized .text-container {
		width: calc(100% - 60px)
	}
}

.links-rollup .title {
	width: 20%
}

.links-rollup .links {
	width: 80%
}

.links-rollup h6 {
	font-weight: 500;
	margin-top: 13px;
	text-transform: uppercase
}

.links-rollup li {
	display: inline;
	float: left;
	margin-right: 40px
}

.links-rollup li::before {
	border-color: transparent #111;
	border-style: solid;
	border-width: .35em 0 .35em .45em;
	content: '';
	display: block;
	height: 11.2px;
	left: -15px;
	position: relative;
	top: 16px;
	width: 15px
}

.links-rollup li:first-of-type {
	margin-left: 0
}

.links-rollup li a {
	text-decoration: underline
}

@media only screen and (max-width:42.063em) {
	.links-rollup .title {
		width: 100%
	}
	.links-rollup .links {
		width: 100%
	}
	.links-rollup ul {
		margin-left: 15px
	}
}

.row.bazaar-voice {
	border: 1px solid #e5e5e5;
	margin: 0 0 35px;
	padding: 30px;
	text-align: center
}

.row.bazaar-voice .inner-wrapper {
	display: inline-flex;
	height: 100%;
	width: 100%
}

.row.bazaar-voice .inner-wrapper .left,
.row.bazaar-voice .inner-wrapper .right {
	align-self: center;
	position: relative;
	width: 50%
}

.row.bazaar-voice .inner-wrapper .left {
	float: left;
	padding-right: .625rem
}

.row.bazaar-voice .inner-wrapper .right {
	float: right;
	padding-left: .625rem
}

.row.bazaar-voice .clear {
	clear: both
}

.row.bazaar-voice hr {
	margin: 20px auto;
	width: 20%
}

.row.bazaar-voice .review .quote {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
	padding: 20px 40px 0;
	position: relative
}

.row.bazaar-voice .review .quote::before,
.row.bazaar-voice .review .quote::after {
	font-family: 'caslon-540', 'Times New Roman', serif;
	font-size: 80px;
	position: relative;
	top: 25px
}

.row.bazaar-voice .review .quote::before {
	content: open-quote;
	left: -15px
}

.row.bazaar-voice .review .quote::after {
	content: close-quote;
	margin-left: 15px;
	position: absolute;
	top: 45px
}

.row.bazaar-voice .review .quote.tall::after {
	right: 10px
}

.row.bazaar-voice .review .quote:lang(ar)::before {
	left: 15px
}

.row.bazaar-voice .review .quote:lang(ar)::after {
	position: relative;
	right: 10px;
	top: 25px
}

.row.bazaar-voice .review .quote:lang(ar).tall::after {
	left: -10px;
	position: absolute;
	text-align: left;
	top: 40px
}

.row.bazaar-voice .review .quote:lang(ar).tall::before {
	position: absolute;
	right: 5px;
	text-align: right;
	top: 40px
}

.row.bazaar-voice .review .author {
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 0
}

.row.bazaar-voice .review .author::before {
	content: '- ';
	font-size: 18px;
	left: -5px;
	position: relative;
	top: auto
}

.row.bazaar-voice.overview h2 {
	height: calc(100% + 30px)
}

.row.bazaar-voice.overview .left,
.row.bazaar-voice.overview .right {
	margin-top: 20px
}

@media only screen and (max-width:48.063em) {
	.row.bazaar-voice.row {
		margin: 5px
	}
	.row.bazaar-voice .inner-wrapper {
		height: auto
	}
	.row.bazaar-voice .inner-wrapper .right,
	.row.bazaar-voice .inner-wrapper .left {
		top: 0;
		transform: none;
		width: 100%
	}
	.row.bazaar-voice .inner-wrapper .left {
		margin-bottom: 20px
	}
	.row.bazaar-voice hr {
		margin: 40px auto 20px
	}
	.row.bazaar-voice.overview .left,
	.row.bazaar-voice.overview .right {
		margin-top: 0
	}
}

.bazaarVoiceFullPage {
	padding-left: .625rem;
	padding-right: .625rem
}

.speedbump.reveal-modal .close-reveal-modal {
	float: right;
	margin: 5px 10px 0;
	position: relative;
	right: -20px;
	top: -10px
}

body.content-hub .speedbump.reveal-modal {
	margin-top: 10%
}

.textimage.row {
	display: flex;
	flex-direction: row-reverse
}

.textimage.row.bottom-margin {
	margin-bottom: 60px
}

.textimage.row .columns.image {
	float: right;
	padding-left: 0
}

.textimage.row .columns.image .content.lock-top,
.textimage.row .columns.image .content.lock-bottom,
.textimage.row .columns.image .content.lock-middle {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative
}

.textimage.row .columns.image .content.lock-top img,
.textimage.row .columns.image .content.lock-bottom img,
.textimage.row .columns.image .content.lock-middle img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.textimage.row .columns.image .content.lock-top img {
	bottom: auto
}

.textimage.row .columns.image .content.lock-bottom img {
	top: auto
}

.textimage.row .columns.image .content img {
	width: 100%
}

.textimage.row .columns.image .content .button {
	margin-bottom: 10px
}

.textimage.row .columns.text {
	display: flex;
	padding-right: 40px
}

.textimage.row .columns.text .title {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 26px;
	line-height: 1.3
}

.textimage.row .columns.text .content {
	align-items: flex-start;
	align-self: center;
	display: flex;
	flex-direction: column
}

.textimage.row.image-left {
	flex-direction: row
}

.textimage.row.image-left .image {
	float: left;
	padding-left: .625rem;
	padding-right: 0
}

.textimage.row.image-left .text {
	padding-left: 40px;
	padding-right: .625rem
}

@media only screen and (max-width:48.063em) {
	.textimage.row {
		flex-direction: column
	}
	.textimage.row.image-left {
		flex-direction: column
	}
	.textimage.row .columns.image,
	.textimage.row .columns.text {
		height: auto !important;
		margin-bottom: 30px;
		padding-left: .625rem;
		padding-right: .625rem
	}
}

.callout-cards {
	padding: 60px 0;
	text-align: center
}

.callout-cards .container {
	display: block;
	vertical-align: middle
}

.callout-cards .container .card .title {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 20px
}

.callout-cards .container .card hr {
	border-color: #bfbfbf;
	margin: 20px auto;
	width: 33%
}

.callout-cards .container .card:last-of-type hr {
	display: none
}

.callout-cards .container .card .link-cta {
	text-decoration: underline
}

.callout-cards .horizontal .container {
	display: table
}

.callout-cards .horizontal .container .card {
	border-bottom: 0;
	border-right: 1px solid #bfbfbf;
	display: table-cell;
	padding: 15px 35px;
	width: 33%
}

.callout-cards .horizontal .container .card:last-of-type {
	border-right: 0
}

.callout-cards .horizontal .container .card hr {
	display: none
}

@media only screen and (max-width:54.063em) {
	.callout-cards .horizontal .container {
		margin: auto
	}
	.callout-cards .horizontal .container .card {
		border-right: 0;
		display: block;
		padding: 0;
		width: 100%
	}
	.callout-cards .horizontal .container .card hr {
		display: block
	}
}

.callout-cards.showcase-dark {
	color: #fff;
	margin-bottom: 60px
}

.callout-cards.showcase-dark a {
	color: #fff
}

.callout-cards.showcase-dark a::after {
	color: #fff
}

.callout-cards.showcase-dark a.button {
	background: #fff;
	color: #000
}

.callout-cards.showcase-dark a.button:hover {
	background: #e5e5e5;
	color: #333
}

.callout-cards.showcase {
	margin-bottom: 60px
}

.callout-cards.full-bleed {
	max-width: none
}

.callout-cards.full-bleed .container {
	margin: auto;
	max-width: 75rem
}

.twocolumn.with-callout-cards .columns {
	display: table !important
}

.twocolumn.with-callout-cards .columns .basecomponent {
	display: block;
	vertical-align: middle;
	width: 100% !important
}

.twocolumn.with-callout-cards .columns .callout-cards {
	padding: 0
}

.twocolumn.with-callout-cards .columns .callout-cards .container {
	display: table-cell
}

@media only screen and (max-width:54.063em) {
	.twocolumn.with-callout-cards .large-9,
	.twocolumn.with-callout-cards .large-3 {
		width: 100%
	}
	.twocolumn.with-callout-cards .columns .callout-cards {
		padding: 60px 0
	}
}

.banner {
	position: relative
}

.banner.showcase {
	background-color: #000 !important;
	color: #fff;
	margin: 0;
	padding: 20px 0
}

.banner.showcase .link-cta {
	color: #fff;
	margin-right: 10px;
	text-decoration: underline
}

.banner.showcase .row {
	align-items: center;
	display: flex
}

.banner .ctas {
	text-align: right
}

.banner .ctas.close-ctas {
	position: absolute;
	right: 5px;
	top: calc(50% - 15px)
}

.banner .text {
	width: calc(100% - 20px)
}

.banner h4,
.banner p:first-of-type {
	display: inline
}

.banner h4 {
	color: #fff;
	margin-bottom: .5rem
}

.banner p a,
.banner a {
	color: #a5c1e2
}

.banner .close {
	position: relative;
	top: 5px
}

.banner .close .icon-close {
	color: #fff;
	font-size: 24px
}

.banner .close:hover {
	text-decoration: none
}

.reserve-inner-body .banner.showcase,
.has-brand-hero-homepage .banner.showcase {
	position: fixed;
	top: 0;
	transform: translateZ(2px);
	width: 100%;
	z-index: 4
}

.reserve-inner-body .reserve-header,
.reserve-inner-body .brand-header .header,
.has-brand-hero-homepage .reserve-header,
.has-brand-hero-homepage .brand-header .header {
	transition: 1s !important
}

.premier .banner.showcase {
	max-width: unset;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4
}

.premier .banner.showcase a,
.premier .banner.showcase .link-cta {
	color: #fff
}

.premier .banner.showcase a:hover,
.premier .banner.showcase .link-cta:hover {
	color: #e5e5e5
}

.premier .banner.showcase .button.secondary {
	background: #fff;
	color: #1c1c1c
}

.premier .banner.showcase .button.secondary:hover {
	background: #e5e5e5;
	color: #1c1c1c
}

.premier.premier-c .banner.showcase {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 4
}

.premier.premier-c .property-header.stuck {
	margin-top: 0 !important
}

.premier .showing-banner.stuck .logo {
	display: none
}

.premier header,
.premier .layout-right,
.premier .layout-left {
	transition: 1s !important
}

.button-container {
	padding: 35px .625rem
}

.button-container.center {
	text-align: center
}

.button-container.right {
	text-align: right
}

.button-container.no-top-padding {
	padding-top: 0
}

.button-container.no-bottom-padding {
	padding-bottom: 0
}

.button-container .secondary:focus:not([disabled]) {
	background: #c7ddf3;
	color: #31548c
}

.image-grid {
	margin-bottom: 35px
}

.image-grid .close-reveal-modal {
	position: absolute;
	right: 0 !important;
	z-index: 1
}

.image-grid .close-reveal-modal:hover,
.image-grid .close-reveal-modal:focus {
	background: #fff;
	opacity: .8
}

.image-grid.three-up .image,
.image-grid.three-grid .image,
.image-grid.six-up .image,
.image-grid.six-grid .image,
.image-grid.nine-grid .image {
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative
}

.image-grid.three-up .image img,
.image-grid.three-grid .image img,
.image-grid.six-up .image img,
.image-grid.six-grid .image img,
.image-grid.nine-grid .image img {
	bottom: auto;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	transform: none;
	width: 100%
}

.image-grid.three-up .image.lock-to-middle img,
.image-grid.three-grid .image.lock-to-middle img,
.image-grid.six-up .image.lock-to-middle img,
.image-grid.six-grid .image.lock-to-middle img,
.image-grid.nine-grid .image.lock-to-middle img {
	bottom: auto;
	top: 50%;
	transform: translate(0, -50%)
}

.image-grid.three-up .image.lock-to-bottom img,
.image-grid.three-grid .image.lock-to-bottom img,
.image-grid.six-up .image.lock-to-bottom img,
.image-grid.six-grid .image.lock-to-bottom img,
.image-grid.nine-grid .image.lock-to-bottom img {
	bottom: 0;
	top: auto;
	transform: none
}

.image-grid.three-up .caption,
.image-grid.three-grid .caption,
.image-grid.six-up .caption,
.image-grid.six-grid .caption,
.image-grid.nine-grid .caption {
	background: rgba(28, 28, 28, 0.6);
	bottom: 0;
	left: auto;
	position: absolute;
	right: 0;
	text-align: right;
	width: auto
}

.image-grid.three-up .caption p,
.image-grid.three-grid .caption p,
.image-grid.six-up .caption p,
.image-grid.six-grid .caption p,
.image-grid.nine-grid .caption p {
	color: #fff;
	margin: 0;
	padding: 5px 15px
}

.image-grid.three-grid .medium-4 .small-6 {
	padding-left: 0;
	padding-right: 0
}

.image-grid.six-up .image {
	padding-bottom: 66.666%
}

.image-grid.six-grid .left .wide-image {
	padding-bottom: 40.75%
}

.image-grid.six-grid .left .wide-image img {
	height: auto;
	width: 100%
}

.image-grid.six-grid .left>.medium-6 {
	padding-left: 0
}

.image-grid.six-grid .left>.medium-6~.medium-6 {
	padding-left: .625rem;
	padding-right: 0
}

.image-grid.six-grid .right .image {
	padding-bottom: 66.66666%
}

.image-grid.six-grid .right .medium-12 {
	padding-left: 0;
	padding-right: 0
}

.image-grid.nine-grid .wide-image {
	padding-bottom: 37.5%
}

.image-grid.nine-grid .wide-image img {
	height: auto;
	width: 100%
}

.image-grid.nine-grid .left .medium-3 a:first-child .image {
	padding-bottom: 190%
}

.image-grid.nine-grid .left .medium-3 a:last-child .image {
	padding-bottom: 86.5%
}

.image-grid.nine-grid .left .medium-5 a:first-child .image {
	padding-bottom: 56.5%
}

.image-grid.nine-grid .left .medium-5 a:first-child .image img {
	height: auto;
	width: 100%
}

.image-grid.nine-grid .right div {
	padding-left: 0;
	padding-right: 0
}

.image-grid.nine-grid .right div:first-of-type a .image {
	padding-bottom: 140%
}

.image-grid.nine-grid .right div:last-of-type a .image {
	padding-bottom: 73.25%
}

@media only screen and (max-width:672px) {
	.image-grid.three-grid .medium-4 .small-6:first-of-type {
		padding-left: 0;
		padding-right: .625rem
	}
	.image-grid.three-grid .medium-4 .small-6:last-of-type {
		padding-left: .625rem;
		padding-right: 0
	}
	.image-grid.six-grid .right .image {
		padding-bottom: 100%
	}
	.image-grid.six-grid .medium-6 .small-6:first-of-type {
		padding-left: 0;
		padding-right: .625rem
	}
	.image-grid.six-grid .medium-6 .small-6:last-of-type {
		padding-left: .625rem;
		padding-right: 0
	}
	.image-grid.nine-grid .right div:first-of-type a .image,
	.image-grid.nine-grid .right div:last-of-type a .image {
		padding-bottom: 100%
	}
	.image-grid.nine-grid .wide-image {
		padding-bottom: 100%
	}
	.image-grid.nine-grid .wide-image img {
		height: 100%;
		width: auto
	}
	.image-grid.nine-grid .medium-4 .small-6:first-of-type {
		padding-left: 0;
		padding-right: .625rem
	}
	.image-grid.nine-grid .medium-4 .small-6:last-of-type {
		padding-left: .625rem;
		padding-right: 0
	}
}

@media only screen and (max-width:481px) {
	.image-grid.three-grid .medium-4 .small-6 {
		width: 50%
	}
}

@media only screen and (min-width:1150px) {
	.image-grid.nine-grid .left .medium-5 a:first-child .image {
		padding-bottom: 57.5%
	}
	.image-grid.nine-grid .left .medium-3 a:last-child .image {
		padding-bottom: 84.5%
	}
	.image-grid.nine-grid .right div:last-of-type a .image {
		padding-bottom: 72%
	}
}

@media only screen and (max-width:1149px) {
	.image-grid.nine-grid .left .medium-5 a:first-child .image {
		padding-bottom: 56.5%
	}
	.image-grid.nine-grid .left .medium-3 a:last-child .image {
		padding-bottom: 84.5%
	}
	.image-grid.nine-grid .right div:last-of-type a .image {
		padding-bottom: 72.5%
	}
}

@media only screen and (max-width:860px) {
	.image-grid.nine-grid .left .medium-3 a:last-child .image {
		padding-bottom: 87.5%
	}
	.image-grid.nine-grid .right div:last-of-type a .image {
		padding-bottom: 74.5%
	}
}

div[id^='social-images-modal-'].image-grid {
	max-width: 1000px;
	min-height: initial;
	overflow: hidden;
	padding: 0;
	text-align: center
}

div[id^='social-images-modal-'].image-grid .carousel {
	visibility: hidden
}

div[id^='social-images-modal-'].image-grid .carousel.visible {
	visibility: visible
}

div[id^='social-images-modal-'].image-grid .brand-hero-grid.ratio_1-1 {
	max-height: none;
	max-width: 1000px
}

div[id^='social-images-modal-'].image-grid .brand-hero-grid.ratio_1-1 .container {
	margin-bottom: 0;
	max-height: none;
	width: 100%
}

div[id^='social-images-modal-'].image-grid .brand-hero-grid.ratio_1-1 .container::before {
	padding-top: 0
}

div[id^='social-images-modal-'].image-grid .brand-hero-grid.ratio_1-1 .slick-track {
	max-height: none;
	min-width: 100%;
	transform: translate(0) !important
}

div[id^='social-images-modal-'].image-grid .brand-hero-grid.ratio_1-1 .slide {
	background: #fff;
	height: auto !important;
	max-height: none;
	max-width: none
}

div[id^='social-images-modal-'].image-grid .brand-hero-grid.ratio_1-1 .slide .image {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative
}

div[id^='social-images-modal-'].image-grid .brand-hero-grid.ratio_1-1 .slide .image img {
	height: auto;
	left: 50%;
	margin: auto;
	max-width: none;
	position: absolute;
	top: 0;
	transform: translate(-50%, 0);
	width: 100%
}

div[id^='social-images-modal-'].image-grid .brand-hero-grid.ratio_1-1 .slide .image.lock-to-middle img {
	top: 50%;
	transform: translate(-50%, -50%)
}

div[id^='social-images-modal-'].image-grid .brand-hero-grid.ratio_1-1 .slide .image.lock-to-bottom img {
	bottom: 0;
	top: auto;
	transform: translate(-50%, 0)
}

div[id^='social-images-modal-'].image-grid .brand-hero-grid.ratio_1-1 .slide .photo-caption {
	margin: 15px 0
}

.expand-collapse.legal .expand-collapse-headline {
	font-size: 18px
}

.expand-collapse .expand-collapse-headline {
	background: transparent;
	color: #1c1c1c;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: unset
}

.expand-collapse .expand-collapse-headline:hover,
.expand-collapse .expand-collapse-headline:focus {
	background: transparent !important;
	color: #1c1c1c !important
}

.expand-collapse .expand-collapse-headline span {
	display: inline-block;
	font-size: 19px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	top: 3px;
	transition: transform .5s
}

.expand-collapse .expand-collapse-headline span.close {
	transform: rotate(180deg)
}

.expand-collapse .hidden-text {
	display: none;
	margin-top: 20px
}

.expandcollapse .row .expand-collapse.row {
	left: auto;
	margin: 0 -0.625rem;
	max-width: none;
	right: auto;
	width: 100%
}

.expandcollapse .expand-collapse.row {
	max-width: none;
	position: relative;
	width: 100%
}

.expandcollapse .showcase .expand-collapse {
	padding-bottom: 40px
}

.social-icons {
	margin-bottom: 35px;
	text-align: center
}

.social-icons.vertical ul {
	display: block
}

.social-icons.vertical ul li {
	display: block
}

.social-icons.inverted {
	text-align: unset
}

.social-icons.inverted p {
	color: #fff;
	padding: 0
}

.social-icons.inverted ul li a {
	color: #fff
}

.social-icons p {
	display: inline;
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	padding-right: 15px
}

.social-icons ul {
	display: inline;
	list-style: none;
	margin: 0
}

.social-icons ul li {
	display: inline-block
}

.social-icons ul li a {
	color: #1c1c1c;
	font-size: 22px;
	padding: 0 15px;
	position: relative;
	top: 4px
}

.social-icons ul li a:hover,
.social-icons ul li a:focus {
	text-decoration: none
}

#maincontent.reserve .social-icons p {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif
}

.slick-list {
	height: 100%;
	position: absolute;
	width: 100%
}

.slick-list:focus {
	outline: 0
}

.slick-loading .slick-list {
	background: #fff url(clientlib/images/ajax-loader.gif) center center no-repeat
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-track {
	height: 100%;
	position: absolute
}

.slick-prev,
.slick-next {
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 12px;
	height: 20px;
	line-height: 0;
	margin-top: -10px;
	outline: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 20px;
	z-index: 100
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: transparent;
	color: transparent;
	outline: 0
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
	opacity: 1
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
	opacity: .25
}

.slick-prev::before,
.slick-next::before {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	opacity: .75
}

.slick-prev {
	left: -25px
}

div[dir='rtl'] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev::before {
	content: "←"
}

div[dir='rtl'] .slick-prev::before {
	content: "→"
}

.slick-prev:focus {
	outline: auto
}

.slick-next {
	margin-right: 0;
	right: -25px
}

div[dir='rtl'] .slick-next {
	left: -25px;
	right: auto
}

.slick-next::before {
	content: "→"
}

div[dir='rtl'] .slick-next::before {
	content: "←"
}

.slick-next:focus {
	outline: auto
}

.slick-slider {
	margin-bottom: 0
}

.slick-dots {
	bottom: 50%;
	display: block !important;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	text-align: center;
	transform: translateY(50%);
	width: 14px
}

@media only screen and (max-width:42.063em) {
	.slick-dots {
		display: none !important
	}
}

.slick-dots li {
	cursor: pointer;
	display: block;
	height: 14px;
	margin: 10px 0;
	padding: 0;
	position: relative;
	width: 14px
}

.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 14px;
	line-height: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	width: 14px
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	background: none !important;
	outline: 0
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
	background: rgba(255, 255, 255, 0.3)
}

.slick-dots li button::before {
	border: 1px solid #fff;
	border-radius: 50%;
	content: '';
	height: 13px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 13px
}

.slick-dots li.slick-active button::before {
	background: #fff
}

.slick-slide {
	z-index: 80 !important
}

.slick-slide.slick-active {
	z-index: 90 !important
}

[dir="rtl"] .slick-slide {
	float: left
}

div[dir='rtl'] .slick-slide {
	float: right
}

.brand-hero.ratio_generic-slideshow>.container,
.brand-hero-grid.ratio_generic-slideshow>.container,
.photo-tour.ratio_generic-slideshow>.container,
.media-carousel.ratio_generic-slideshow>.container {
	max-height: 497px
}

.brand-hero.ratio_generic-slideshow>.container::before,
.brand-hero-grid.ratio_generic-slideshow>.container::before,
.photo-tour.ratio_generic-slideshow>.container::before,
.media-carousel.ratio_generic-slideshow>.container::before {
	padding-top: 56.285%
}

.brand-hero.ratio_generic-slideshow .slick-track,
.brand-hero-grid.ratio_generic-slideshow .slick-track,
.photo-tour.ratio_generic-slideshow .slick-track,
.media-carousel.ratio_generic-slideshow .slick-track {
	max-height: 497px
}

.brand-hero.ratio_generic-slideshow .slide,
.brand-hero-grid.ratio_generic-slideshow .slide,
.photo-tour.ratio_generic-slideshow .slide,
.media-carousel.ratio_generic-slideshow .slide {
	max-height: 497px
}

.brand-hero.ratio_hero,
.brand-hero-grid.ratio_hero,
.photo-tour.ratio_hero,
.media-carousel.ratio_hero {
	height: 100%
}

.brand-hero.ratio_hero>.container,
.brand-hero-grid.ratio_hero>.container,
.photo-tour.ratio_hero>.container,
.media-carousel.ratio_hero>.container {
	height: inherit;
	max-height: none
}

.brand-hero.ratio_hero>.container::before,
.brand-hero-grid.ratio_hero>.container::before,
.photo-tour.ratio_hero>.container::before,
.media-carousel.ratio_hero>.container::before {
	height: 0;
	padding-top: 0
}

.brand-hero.ratio_hero .slides,
.brand-hero.ratio_hero .slick-list,
.brand-hero.ratio_hero .slick-track,
.brand-hero-grid.ratio_hero .slides,
.brand-hero-grid.ratio_hero .slick-list,
.brand-hero-grid.ratio_hero .slick-track,
.photo-tour.ratio_hero .slides,
.photo-tour.ratio_hero .slick-list,
.photo-tour.ratio_hero .slick-track,
.media-carousel.ratio_hero .slides,
.media-carousel.ratio_hero .slick-list,
.media-carousel.ratio_hero .slick-track {
	position: relative
}

.brand-hero.ratio_hero .slick-track,
.brand-hero-grid.ratio_hero .slick-track,
.photo-tour.ratio_hero .slick-track,
.media-carousel.ratio_hero .slick-track {
	max-height: none
}

.brand-hero.ratio_hero .slide,
.brand-hero-grid.ratio_hero .slide,
.photo-tour.ratio_hero .slide,
.media-carousel.ratio_hero .slide {
	max-height: none;
	position: relative
}

.brand-hero.ratio_hero .slide img,
.brand-hero-grid.ratio_hero .slide img,
.photo-tour.ratio_hero .slide img,
.media-carousel.ratio_hero .slide img {
	height: 100%
}

.brand-hero.ratio_1-1,
.brand-hero-grid.ratio_1-1,
.photo-tour.ratio_1-1,
.media-carousel.ratio_1-1 {
	max-height: 600px;
	max-width: 600px
}

.brand-hero.ratio_1-1>.container,
.brand-hero-grid.ratio_1-1>.container,
.photo-tour.ratio_1-1>.container,
.media-carousel.ratio_1-1>.container {
	margin-bottom: 165px;
	max-height: 600px;
	overflow: visible
}

.brand-hero.ratio_1-1>.container::before,
.brand-hero-grid.ratio_1-1>.container::before,
.photo-tour.ratio_1-1>.container::before,
.media-carousel.ratio_1-1>.container::before {
	padding-top: 100%
}

@media only screen and (min-width:42.063em) {
	.brand-hero.ratio_1-1>.container,
	.brand-hero-grid.ratio_1-1>.container,
	.photo-tour.ratio_1-1>.container,
	.media-carousel.ratio_1-1>.container {
		margin-bottom: 120px
	}
}

.brand-hero.ratio_1-1 .slick-list,
.brand-hero-grid.ratio_1-1 .slick-list,
.photo-tour.ratio_1-1 .slick-list,
.media-carousel.ratio_1-1 .slick-list {
	overflow: visible
}

.brand-hero.ratio_1-1 .slick-list:nth-of-type(3n+1),
.brand-hero-grid.ratio_1-1 .slick-list:nth-of-type(3n+1),
.photo-tour.ratio_1-1 .slick-list:nth-of-type(3n+1),
.media-carousel.ratio_1-1 .slick-list:nth-of-type(3n+1) {
	clear: both
}

.brand-hero.ratio_1-1 .slick-track,
.brand-hero-grid.ratio_1-1 .slick-track,
.photo-tour.ratio_1-1 .slick-track,
.media-carousel.ratio_1-1 .slick-track {
	max-height: 600px;
	max-width: 100%
}

.brand-hero.ratio_1-1 .slide,
.brand-hero-grid.ratio_1-1 .slide,
.photo-tour.ratio_1-1 .slide,
.media-carousel.ratio_1-1 .slide {
	max-height: 600px;
	max-width: 600px;
	width: 100% !important
}

.brand-hero.ratio_1-1 .slide img,
.brand-hero-grid.ratio_1-1 .slide img,
.photo-tour.ratio_1-1 .slide img,
.media-carousel.ratio_1-1 .slide img {
	height: 100%
}

.brand-hero.ratio_1-1 .slide .slide-image,
.brand-hero-grid.ratio_1-1 .slide .slide-image,
.photo-tour.ratio_1-1 .slide .slide-image,
.media-carousel.ratio_1-1 .slide .slide-image {
	height: 100%;
	width: 100%
}

.brand-hero.ratio_1-1 .slide .slide-image img,
.brand-hero-grid.ratio_1-1 .slide .slide-image img,
.photo-tour.ratio_1-1 .slide .slide-image img,
.media-carousel.ratio_1-1 .slide .slide-image img {
	left: 50%;
	position: relative;
	top: 50%;
	transform: translate(-50%, -50%) !important;
	height: auto;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	width: auto
}

.brand-hero.ratio_16-9>.container,
.brand-hero-grid.ratio_16-9>.container,
.photo-tour.ratio_16-9>.container,
.media-carousel.ratio_16-9>.container {
	max-height: 810px
}

.brand-hero.ratio_16-9>.container::before,
.brand-hero-grid.ratio_16-9>.container::before,
.photo-tour.ratio_16-9>.container::before,
.media-carousel.ratio_16-9>.container::before {
	padding-top: 56.25%
}

.brand-hero.ratio_16-9 .slick-track,
.brand-hero-grid.ratio_16-9 .slick-track,
.photo-tour.ratio_16-9 .slick-track,
.media-carousel.ratio_16-9 .slick-track {
	max-height: 810px
}

.brand-hero.ratio_16-9 .slide,
.brand-hero-grid.ratio_16-9 .slide,
.photo-tour.ratio_16-9 .slide,
.media-carousel.ratio_16-9 .slide {
	max-height: 810px
}

.brand-hero.ratio_16-9 .slide .video-viewer.controls-enabled,
.brand-hero-grid.ratio_16-9 .slide .video-viewer.controls-enabled,
.photo-tour.ratio_16-9 .slide .video-viewer.controls-enabled,
.media-carousel.ratio_16-9 .slide .video-viewer.controls-enabled {
	max-height: 810px
}

.brand-hero.ratio_16-9 .slide .video-viewer.controls-enabled>.s7container,
.brand-hero-grid.ratio_16-9 .slide .video-viewer.controls-enabled>.s7container,
.photo-tour.ratio_16-9 .slide .video-viewer.controls-enabled>.s7container,
.media-carousel.ratio_16-9 .slide .video-viewer.controls-enabled>.s7container {
	max-height: 810px !important
}

.brand-hero.ratio_3-1>.container,
.brand-hero-grid.ratio_3-1>.container,
.photo-tour.ratio_3-1>.container,
.media-carousel.ratio_3-1>.container {
	max-height: 465px
}

.brand-hero.ratio_3-1>.container::before,
.brand-hero-grid.ratio_3-1>.container::before,
.photo-tour.ratio_3-1>.container::before,
.media-carousel.ratio_3-1>.container::before {
	padding-top: 33.3333%
}

.brand-hero.ratio_3-1 .slick-track,
.brand-hero-grid.ratio_3-1 .slick-track,
.photo-tour.ratio_3-1 .slick-track,
.media-carousel.ratio_3-1 .slick-track {
	max-height: 465px
}

.brand-hero.ratio_3-1 .slide,
.brand-hero-grid.ratio_3-1 .slide,
.photo-tour.ratio_3-1 .slide,
.media-carousel.ratio_3-1 .slide {
	max-height: 465px
}

.brand-hero.ratio_5-1>.container::before,
.brand-hero-grid.ratio_5-1>.container::before,
.photo-tour.ratio_5-1>.container::before,
.media-carousel.ratio_5-1>.container::before {
	padding-top: 20%
}

.brand-hero.ratio_5-1>.container .slide img,
.brand-hero-grid.ratio_5-1>.container .slide img,
.photo-tour.ratio_5-1>.container .slide img,
.media-carousel.ratio_5-1>.container .slide img {
	max-width: 100% !important
}

@media only screen and (min-width:48.063em) {
	.brand-hero.ratio_5-1>.container::before,
	.brand-hero-grid.ratio_5-1>.container::before,
	.photo-tour.ratio_5-1>.container::before,
	.media-carousel.ratio_5-1>.container::before {
		padding-top: 14.2857%
	}
}

.brand-hero .component-caption,
.brand-hero-grid .component-caption,
.photo-tour .component-caption,
.media-carousel .component-caption {
	color: #bfbfbf;
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 52px;
	margin-top: -55px;
	padding: 10px 15px;
	text-align: center
}

.brand-hero .slide-headline-wrapper,
.brand-hero-grid .slide-headline-wrapper,
.photo-tour .slide-headline-wrapper,
.media-carousel .slide-headline-wrapper {
	bottom: 0;
	color: #fff;
	height: 60px;
	left: 0;
	line-height: 1em;
	margin: 0 auto;
	opacity: 1;
	position: absolute;
	text-align: left;
	transition: opacity .25s ease;
	width: 100%
}

.brand-hero .slide-headline-wrapper.quarter-width-caption,
.brand-hero-grid .slide-headline-wrapper.quarter-width-caption,
.photo-tour .slide-headline-wrapper.quarter-width-caption,
.media-carousel .slide-headline-wrapper.quarter-width-caption {
	max-width: none;
	width: 70%
}

.brand-hero .slide-headline-wrapper.quarter-width-caption a,
.brand-hero-grid .slide-headline-wrapper.quarter-width-caption a,
.photo-tour .slide-headline-wrapper.quarter-width-caption a,
.media-carousel .slide-headline-wrapper.quarter-width-caption a {
	max-width: none
}

.brand-hero .slide-headline-wrapper.full-width-caption,
.brand-hero-grid .slide-headline-wrapper.full-width-caption,
.photo-tour .slide-headline-wrapper.full-width-caption,
.media-carousel .slide-headline-wrapper.full-width-caption {
	max-width: none;
	width: 90%
}

.brand-hero .slide-headline-wrapper.full-width-caption a,
.brand-hero-grid .slide-headline-wrapper.full-width-caption a,
.photo-tour .slide-headline-wrapper.full-width-caption a,
.media-carousel .slide-headline-wrapper.full-width-caption a {
	max-width: none
}

.brand-hero .slide-headline-wrapper.left-bottom,
.brand-hero .slide-headline-wrapper.left-center,
.brand-hero-grid .slide-headline-wrapper.left-bottom,
.brand-hero-grid .slide-headline-wrapper.left-center,
.photo-tour .slide-headline-wrapper.left-bottom,
.photo-tour .slide-headline-wrapper.left-center,
.media-carousel .slide-headline-wrapper.left-bottom,
.media-carousel .slide-headline-wrapper.left-center {
	text-align: left
}

.brand-hero .slide-headline-wrapper.right-bottom,
.brand-hero .slide-headline-wrapper.right-center,
.brand-hero-grid .slide-headline-wrapper.right-bottom,
.brand-hero-grid .slide-headline-wrapper.right-center,
.photo-tour .slide-headline-wrapper.right-bottom,
.photo-tour .slide-headline-wrapper.right-center,
.media-carousel .slide-headline-wrapper.right-bottom,
.media-carousel .slide-headline-wrapper.right-center {
	text-align: right
}

.brand-hero .slide-headline-wrapper.center-center,
.brand-hero-grid .slide-headline-wrapper.center-center,
.photo-tour .slide-headline-wrapper.center-center,
.media-carousel .slide-headline-wrapper.center-center {
	bottom: 50%;
	left: 0;
	max-width: none;
	right: 0;
	text-align: center;
	transform: translateY(50%);
	width: 100%
}

.brand-hero .slide-headline-wrapper.center-center .inner,
.brand-hero-grid .slide-headline-wrapper.center-center .inner,
.photo-tour .slide-headline-wrapper.center-center .inner,
.media-carousel .slide-headline-wrapper.center-center .inner {
	display: block;
	max-width: 90%
}

.brand-hero .slide-headline-wrapper.center-center a,
.brand-hero-grid .slide-headline-wrapper.center-center a,
.photo-tour .slide-headline-wrapper.center-center a,
.media-carousel .slide-headline-wrapper.center-center a {
	display: block;
	max-width: none
}

.brand-hero .slide-headline-wrapper a,
.brand-hero-grid .slide-headline-wrapper a,
.photo-tour .slide-headline-wrapper a,
.media-carousel .slide-headline-wrapper a {
	font-size: 13px;
	line-height: 1.2;
	text-decoration: none !important;
	vertical-align: middle
}

.brand-hero .slide-headline-wrapper a h1,
.brand-hero .slide-headline-wrapper a h2.page-title,
.brand-hero .slide-headline-wrapper a h2,
.brand-hero-grid .slide-headline-wrapper a h1,
.brand-hero-grid .slide-headline-wrapper a h2.page-title,
.brand-hero-grid .slide-headline-wrapper a h2,
.photo-tour .slide-headline-wrapper a h1,
.photo-tour .slide-headline-wrapper a h2.page-title,
.photo-tour .slide-headline-wrapper a h2,
.media-carousel .slide-headline-wrapper a h1,
.media-carousel .slide-headline-wrapper a h2.page-title,
.media-carousel .slide-headline-wrapper a h2 {
	font-size: 100%;
	font-weight: 500
}

.brand-hero .slide-headline-wrapper a h3,
.brand-hero-grid .slide-headline-wrapper a h3,
.photo-tour .slide-headline-wrapper a h3,
.media-carousel .slide-headline-wrapper a h3 {
	display: none
}

.brand-hero .slide-headline-wrapper a.headline-cta,
.brand-hero-grid .slide-headline-wrapper a.headline-cta,
.photo-tour .slide-headline-wrapper a.headline-cta,
.media-carousel .slide-headline-wrapper a.headline-cta {
	color: #fff;
	font-size: 16px
}

.brand-hero .slide-headline-wrapper a.headline-cta:hover,
.brand-hero-grid .slide-headline-wrapper a.headline-cta:hover,
.photo-tour .slide-headline-wrapper a.headline-cta:hover,
.media-carousel .slide-headline-wrapper a.headline-cta:hover {
	color: inherit
}

.brand-hero .slide-headline-wrapper a.headline-cta::after,
.brand-hero-grid .slide-headline-wrapper a.headline-cta::after,
.photo-tour .slide-headline-wrapper a.headline-cta::after,
.media-carousel .slide-headline-wrapper a.headline-cta::after {
	color: inherit !important
}

.brand-hero .slide-headline-wrapper a.headline-cta.dark,
.brand-hero-grid .slide-headline-wrapper a.headline-cta.dark,
.photo-tour .slide-headline-wrapper a.headline-cta.dark,
.media-carousel .slide-headline-wrapper a.headline-cta.dark {
	color: #1c1c1c
}

.brand-hero .slide-headline-wrapper h1,
.brand-hero .slide-headline-wrapper h2.page-title,
.brand-hero .slide-headline-wrapper h2,
.brand-hero-grid .slide-headline-wrapper h1,
.brand-hero-grid .slide-headline-wrapper h2.page-title,
.brand-hero-grid .slide-headline-wrapper h2,
.photo-tour .slide-headline-wrapper h1,
.photo-tour .slide-headline-wrapper h2.page-title,
.photo-tour .slide-headline-wrapper h2,
.media-carousel .slide-headline-wrapper h1,
.media-carousel .slide-headline-wrapper h2.page-title,
.media-carousel .slide-headline-wrapper h2 {
	color: #fff;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: none
}

.brand-hero .slide-headline-wrapper h1.headline,
.brand-hero .slide-headline-wrapper h2.headline.page-title,
.brand-hero .slide-headline-wrapper h2.headline,
.brand-hero-grid .slide-headline-wrapper h1.headline,
.brand-hero-grid .slide-headline-wrapper h2.headline.page-title,
.brand-hero-grid .slide-headline-wrapper h2.headline,
.photo-tour .slide-headline-wrapper h1.headline,
.photo-tour .slide-headline-wrapper h2.headline.page-title,
.photo-tour .slide-headline-wrapper h2.headline,
.media-carousel .slide-headline-wrapper h1.headline,
.media-carousel .slide-headline-wrapper h2.headline.page-title,
.media-carousel .slide-headline-wrapper h2.headline {
	text-transform: uppercase
}

.brand-hero .slide-headline-wrapper h1.premier-sub,
.brand-hero .slide-headline-wrapper h2.premier-sub.page-title,
.brand-hero .slide-headline-wrapper h2.premier-sub,
.brand-hero-grid .slide-headline-wrapper h1.premier-sub,
.brand-hero-grid .slide-headline-wrapper h2.premier-sub.page-title,
.brand-hero-grid .slide-headline-wrapper h2.premier-sub,
.photo-tour .slide-headline-wrapper h1.premier-sub,
.photo-tour .slide-headline-wrapper h2.premier-sub.page-title,
.photo-tour .slide-headline-wrapper h2.premier-sub,
.media-carousel .slide-headline-wrapper h1.premier-sub,
.media-carousel .slide-headline-wrapper h2.premier-sub.page-title,
.media-carousel .slide-headline-wrapper h2.premier-sub {
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.25em;
	text-transform: none
}

.brand-hero .slide-headline-wrapper h1.dark-headline,
.brand-hero .slide-headline-wrapper h2.dark-headline.page-title,
.brand-hero .slide-headline-wrapper h2.dark-headline,
.brand-hero-grid .slide-headline-wrapper h1.dark-headline,
.brand-hero-grid .slide-headline-wrapper h2.dark-headline.page-title,
.brand-hero-grid .slide-headline-wrapper h2.dark-headline,
.photo-tour .slide-headline-wrapper h1.dark-headline,
.photo-tour .slide-headline-wrapper h2.dark-headline.page-title,
.photo-tour .slide-headline-wrapper h2.dark-headline,
.media-carousel .slide-headline-wrapper h1.dark-headline,
.media-carousel .slide-headline-wrapper h2.dark-headline.page-title,
.media-carousel .slide-headline-wrapper h2.dark-headline {
	color: #1c1c1c
}

.brand-hero .slide-headline-wrapper h1.dark-caption,
.brand-hero .slide-headline-wrapper h2.dark-caption.page-title,
.brand-hero .slide-headline-wrapper h2.dark-caption,
.brand-hero-grid .slide-headline-wrapper h1.dark-caption,
.brand-hero-grid .slide-headline-wrapper h2.dark-caption.page-title,
.brand-hero-grid .slide-headline-wrapper h2.dark-caption,
.photo-tour .slide-headline-wrapper h1.dark-caption,
.photo-tour .slide-headline-wrapper h2.dark-caption.page-title,
.photo-tour .slide-headline-wrapper h2.dark-caption,
.media-carousel .slide-headline-wrapper h1.dark-caption,
.media-carousel .slide-headline-wrapper h2.dark-caption.page-title,
.media-carousel .slide-headline-wrapper h2.dark-caption {
	color: #1c1c1c
}

.brand-hero .slide-headline-wrapper h3,
.brand-hero-grid .slide-headline-wrapper h3,
.photo-tour .slide-headline-wrapper h3,
.media-carousel .slide-headline-wrapper h3 {
	color: #fff;
	font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.25em
}

.brand-hero .slide-headline-wrapper h3.dark-caption,
.brand-hero .slide-headline-wrapper h3.dark-headline,
.brand-hero-grid .slide-headline-wrapper h3.dark-caption,
.brand-hero-grid .slide-headline-wrapper h3.dark-headline,
.photo-tour .slide-headline-wrapper h3.dark-caption,
.photo-tour .slide-headline-wrapper h3.dark-headline,
.media-carousel .slide-headline-wrapper h3.dark-caption,
.media-carousel .slide-headline-wrapper h3.dark-headline {
	color: #1c1c1c
}

.brand-hero .slide-headline-wrapper .inner,
.brand-hero-grid .slide-headline-wrapper .inner,
.photo-tour .slide-headline-wrapper .inner,
.media-carousel .slide-headline-wrapper .inner {
	display: table;
	height: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%
}

@media only screen and (min-width:30.063em) {
	.brand-hero .slide-headline-wrapper a,
	.brand-hero-grid .slide-headline-wrapper a,
	.photo-tour .slide-headline-wrapper a,
	.media-carousel .slide-headline-wrapper a {
		font-size: 16px
	}
}

@media only screen and (min-width:42.063em) {
	.brand-hero .slide-headline-wrapper,
	.brand-hero-grid .slide-headline-wrapper,
	.photo-tour .slide-headline-wrapper,
	.media-carousel .slide-headline-wrapper {
		background: 0;
		height: auto;
		width: auto
	}
	.brand-hero .slide-headline-wrapper.right-bottom,
	.brand-hero .slide-headline-wrapper.right-center,
	.brand-hero-grid .slide-headline-wrapper.right-bottom,
	.brand-hero-grid .slide-headline-wrapper.right-center,
	.photo-tour .slide-headline-wrapper.right-bottom,
	.photo-tour .slide-headline-wrapper.right-center,
	.media-carousel .slide-headline-wrapper.right-bottom,
	.media-carousel .slide-headline-wrapper.right-center {
		text-align: right
	}
	.brand-hero .slide-headline-wrapper .inner,
	.brand-hero-grid .slide-headline-wrapper .inner,
	.photo-tour .slide-headline-wrapper .inner,
	.media-carousel .slide-headline-wrapper .inner {
		display: inline;
		padding: 0
	}
	.brand-hero .slide-headline-wrapper.quarter-width-caption,
	.brand-hero-grid .slide-headline-wrapper.quarter-width-caption,
	.photo-tour .slide-headline-wrapper.quarter-width-caption,
	.media-carousel .slide-headline-wrapper.quarter-width-caption {
		max-width: none;
		width: 72%
	}
	.brand-hero .slide-headline-wrapper.quarter-width-caption a,
	.brand-hero-grid .slide-headline-wrapper.quarter-width-caption a,
	.photo-tour .slide-headline-wrapper.quarter-width-caption a,
	.media-carousel .slide-headline-wrapper.quarter-width-caption a {
		display: block;
		max-width: none
	}
	.brand-hero .slide-headline-wrapper.full-width-caption,
	.brand-hero-grid .slide-headline-wrapper.full-width-caption,
	.photo-tour .slide-headline-wrapper.full-width-caption,
	.media-carousel .slide-headline-wrapper.full-width-caption {
		max-width: none;
		width: 96%
	}
	.brand-hero .slide-headline-wrapper.full-width-caption a,
	.brand-hero-grid .slide-headline-wrapper.full-width-caption a,
	.photo-tour .slide-headline-wrapper.full-width-caption a,
	.media-carousel .slide-headline-wrapper.full-width-caption a {
		display: block;
		max-width: none
	}
	.brand-hero .slide-headline-wrapper.left-bottom,
	.brand-hero-grid .slide-headline-wrapper.left-bottom,
	.photo-tour .slide-headline-wrapper.left-bottom,
	.media-carousel .slide-headline-wrapper.left-bottom {
		left: 3%;
		right: auto;
		top: auto
	}
	.brand-hero .slide-headline-wrapper.right-bottom,
	.brand-hero-grid .slide-headline-wrapper.right-bottom,
	.photo-tour .slide-headline-wrapper.right-bottom,
	.media-carousel .slide-headline-wrapper.right-bottom {
		left: auto;
		right: 3%;
		top: auto
	}
	.brand-hero .slide-headline-wrapper.left-center,
	.brand-hero-grid .slide-headline-wrapper.left-center,
	.photo-tour .slide-headline-wrapper.left-center,
	.media-carousel .slide-headline-wrapper.left-center {
		bottom: 40%;
		left: 3%;
		right: auto
	}
	.brand-hero .slide-headline-wrapper.right-center,
	.brand-hero-grid .slide-headline-wrapper.right-center,
	.photo-tour .slide-headline-wrapper.right-center,
	.media-carousel .slide-headline-wrapper.right-center {
		bottom: 40%;
		left: auto;
		right: 3%
	}
	.brand-hero .slide-headline-wrapper a,
	.brand-hero-grid .slide-headline-wrapper a,
	.photo-tour .slide-headline-wrapper a,
	.media-carousel .slide-headline-wrapper a {
		display: inline-block;
		font-size: 24px
	}
	.brand-hero .slide-headline-wrapper a h1,
	.brand-hero .slide-headline-wrapper a h2.page-title,
	.brand-hero .slide-headline-wrapper a h2,
	.brand-hero-grid .slide-headline-wrapper a h1,
	.brand-hero-grid .slide-headline-wrapper a h2.page-title,
	.brand-hero-grid .slide-headline-wrapper a h2,
	.photo-tour .slide-headline-wrapper a h1,
	.photo-tour .slide-headline-wrapper a h2.page-title,
	.photo-tour .slide-headline-wrapper a h2,
	.media-carousel .slide-headline-wrapper a h1,
	.media-carousel .slide-headline-wrapper a h2.page-title,
	.media-carousel .slide-headline-wrapper a h2 {
		font-family: "caslon-540", "Times New Roman", serif;
		letter-spacing: .1em
	}
	.brand-hero .slide-headline-wrapper a h3,
	.brand-hero-grid .slide-headline-wrapper a h3,
	.photo-tour .slide-headline-wrapper a h3,
	.media-carousel .slide-headline-wrapper a h3 {
		display: block
	}
}

@media only screen and (max-width:60em) {
	.brand-hero .slide-headline-wrapper a h1,
	.brand-hero .slide-headline-wrapper a h2.page-title,
	.brand-hero .slide-headline-wrapper a h2,
	.brand-hero-grid .slide-headline-wrapper a h1,
	.brand-hero-grid .slide-headline-wrapper a h2.page-title,
	.brand-hero-grid .slide-headline-wrapper a h2,
	.photo-tour .slide-headline-wrapper a h1,
	.photo-tour .slide-headline-wrapper a h2.page-title,
	.photo-tour .slide-headline-wrapper a h2,
	.media-carousel .slide-headline-wrapper a h1,
	.media-carousel .slide-headline-wrapper a h2.page-title,
	.media-carousel .slide-headline-wrapper a h2 {
		margin: 0
	}
}

@media only screen and (min-width:48.063em) {
	.brand-hero .slide-headline-wrapper a,
	.brand-hero-grid .slide-headline-wrapper a,
	.photo-tour .slide-headline-wrapper a,
	.media-carousel .slide-headline-wrapper a {
		font-size: 32px;
		max-width: 620px
	}
}

@media only screen and (min-width:54.063em) {
	.brand-hero .slide-headline-wrapper,
	.brand-hero-grid .slide-headline-wrapper,
	.photo-tour .slide-headline-wrapper,
	.media-carousel .slide-headline-wrapper {
		bottom: 10%
	}
	.brand-hero .slide-headline-wrapper a,
	.brand-hero-grid .slide-headline-wrapper a,
	.photo-tour .slide-headline-wrapper a,
	.media-carousel .slide-headline-wrapper a {
		font-size: 36px
	}
}

@media only screen and (min-width:64.063em) {
	.brand-hero .slide-headline-wrapper.quarter-width-caption,
	.brand-hero-grid .slide-headline-wrapper.quarter-width-caption,
	.photo-tour .slide-headline-wrapper.quarter-width-caption,
	.media-carousel .slide-headline-wrapper.quarter-width-caption {
		max-width: none;
		width: 70%
	}
	.brand-hero .slide-headline-wrapper.quarter-width-caption a,
	.brand-hero-grid .slide-headline-wrapper.quarter-width-caption a,
	.photo-tour .slide-headline-wrapper.quarter-width-caption a,
	.media-carousel .slide-headline-wrapper.quarter-width-caption a {
		display: block;
		max-width: none
	}
	.brand-hero .slide-headline-wrapper.full-width-caption,
	.brand-hero-grid .slide-headline-wrapper.full-width-caption,
	.photo-tour .slide-headline-wrapper.full-width-caption,
	.media-carousel .slide-headline-wrapper.full-width-caption {
		max-width: none;
		width: 90%
	}
	.brand-hero .slide-headline-wrapper.full-width-caption a,
	.brand-hero-grid .slide-headline-wrapper.full-width-caption a,
	.photo-tour .slide-headline-wrapper.full-width-caption a,
	.media-carousel .slide-headline-wrapper.full-width-caption a {
		display: block;
		max-width: none
	}
	.brand-hero .slide-headline-wrapper.left-bottom,
	.brand-hero-grid .slide-headline-wrapper.left-bottom,
	.photo-tour .slide-headline-wrapper.left-bottom,
	.media-carousel .slide-headline-wrapper.left-bottom {
		bottom: 40px;
		left: 5%
	}
	.brand-hero .slide-headline-wrapper.right-bottom,
	.brand-hero-grid .slide-headline-wrapper.right-bottom,
	.photo-tour .slide-headline-wrapper.right-bottom,
	.media-carousel .slide-headline-wrapper.right-bottom {
		bottom: 40px;
		right: 5%
	}
	.brand-hero .slide-headline-wrapper.left-center,
	.brand-hero-grid .slide-headline-wrapper.left-center,
	.photo-tour .slide-headline-wrapper.left-center,
	.media-carousel .slide-headline-wrapper.left-center {
		left: 5%
	}
	.brand-hero .slide-headline-wrapper.right-center,
	.brand-hero-grid .slide-headline-wrapper.right-center,
	.photo-tour .slide-headline-wrapper.right-center,
	.media-carousel .slide-headline-wrapper.right-center {
		right: 5%
	}
	.brand-hero .slide-headline-wrapper a,
	.brand-hero-grid .slide-headline-wrapper a,
	.photo-tour .slide-headline-wrapper a,
	.media-carousel .slide-headline-wrapper a {
		font-size: 36px
	}
}

.brand-hero.no-padding>.container,
.brand-hero-grid.no-padding>.container,
.photo-tour.no-padding>.container,
.media-carousel.no-padding>.container {
	margin-bottom: 0
}

.brand-hero>.container,
.brand-hero-grid>.container,
.photo-tour>.container,
.media-carousel>.container {
	margin-bottom: 60px;
	overflow: hidden;
	position: relative
}

.brand-hero>.container::before,
.brand-hero-grid>.container::before,
.photo-tour>.container::before,
.media-carousel>.container::before {
	content: '';
	display: block
}

.brand-hero>.container .slides,
.brand-hero-grid>.container .slides,
.photo-tour>.container .slides,
.media-carousel>.container .slides {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.brand-hero>.container .slides .slick-list,
.brand-hero-grid>.container .slides .slick-list,
.photo-tour>.container .slides .slick-list,
.media-carousel>.container .slides .slick-list {
	max-height: 100%
}

.brand-hero>.container .slides img,
.brand-hero-grid>.container .slides img,
.photo-tour>.container .slides img,
.media-carousel>.container .slides img {
	max-width: 1400px;
	max-height: 100%;
}

.brand-hero .slide,
.brand-hero-grid .slide,
.photo-tour .slide,
.media-carousel .slide {
	background: #1c1c1c;
	height: 100%;
	left: 0 !important;
	overflow: hidden;
	position: absolute !important;
	text-align: center;
	top: 0 !important;
	width: 100%
}

.brand-hero .slide img,
.brand-hero-grid .slide img,
.photo-tour .slide img,
.media-carousel .slide img {
	margin: 0 auto;
	width: 100%
}

.brand-hero .slide img.lock-middle,
.brand-hero-grid .slide img.lock-middle,
.photo-tour .slide img.lock-middle,
.media-carousel .slide img.lock-middle {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) !important
}

.brand-hero .slide img.lock-bottom,
.brand-hero-grid .slide img.lock-bottom,
.photo-tour .slide img.lock-bottom,
.media-carousel .slide img.lock-bottom {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0
}

.brand-hero .slide img.full-bleed,
.brand-hero-grid .slide img.full-bleed,
.photo-tour .slide img.full-bleed,
.media-carousel .slide img.full-bleed {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) !important;
	max-width: none !important
}

.brand-hero .slide img.full-bleed.lock-top,
.brand-hero-grid .slide img.full-bleed.lock-top,
.photo-tour .slide img.full-bleed.lock-top,
.media-carousel .slide img.full-bleed.lock-top {
	position: absolute;
	top: 0;
	transform: translate(-50%, 0) !important
}

.brand-hero .slide img.full-bleed.lock-bottom,
.brand-hero-grid .slide img.full-bleed.lock-bottom,
.photo-tour .slide img.full-bleed.lock-bottom,
.media-carousel .slide img.full-bleed.lock-bottom {
	position: absolute;
	top: 100%;
	transform: translate(-50%, -100%) !important
}

.brand-hero .caption,
.brand-hero-grid .caption,
.photo-tour .caption,
.media-carousel .caption {
	background: rgba(28, 28, 28, 0.8);
	bottom: 0;
	color: #fff;
	font-size: 13px;
	height: 60px;
	left: 0;
	line-height: 1em;
	margin: 0 auto;
	opacity: 1;
	position: absolute;
	text-align: left;
	transition: opacity .25s ease;
	width: 100%
}

.brand-hero .caption .inner,
.brand-hero-grid .caption .inner,
.photo-tour .caption .inner,
.media-carousel .caption .inner {
	display: table;
	height: 100%;
	margin: 0 auto;
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 59px;
	width: 100%
}

.brand-hero .caption .inner .text,
.brand-hero .caption .inner .short,
.brand-hero-grid .caption .inner .text,
.brand-hero-grid .caption .inner .short,
.photo-tour .caption .inner .text,
.photo-tour .caption .inner .short,
.media-carousel .caption .inner .text,
.media-carousel .caption .inner .short {
	display: table-cell;
	line-height: 1.2;
	vertical-align: middle
}

.brand-hero .caption .inner .long,
.brand-hero-grid .caption .inner .long,
.photo-tour .caption .inner .long,
.media-carousel .caption .inner .long {
	display: none;
	line-height: 1.2;
	vertical-align: middle
}

.brand-hero .caption .inner a,
.brand-hero-grid .caption .inner a,
.photo-tour .caption .inner a,
.media-carousel .caption .inner a {
	color: #fff
}

@media only screen and (min-width:48.063em) {
	.brand-hero .caption,
	.brand-hero-grid .caption,
	.photo-tour .caption,
	.media-carousel .caption {
		font-size: initial
	}
}

.brand-hero .carousel-toolbar,
.brand-hero-grid .carousel-toolbar,
.photo-tour .carousel-toolbar,
.media-carousel .carousel-toolbar {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%
}

.brand-hero .carousel-toolbar .inner,
.brand-hero-grid .carousel-toolbar .inner,
.photo-tour .carousel-toolbar .inner,
.media-carousel .carousel-toolbar .inner {
	margin: 0 auto;
	max-width: 1200px;
	position: relative
}

.brand-hero .carousel-toolbar .autoplay-toggle,
.brand-hero .carousel-toolbar .MC-autoplay-toggle,
.brand-hero-grid .carousel-toolbar .autoplay-toggle,
.brand-hero-grid .carousel-toolbar .MC-autoplay-toggle,
.photo-tour .carousel-toolbar .autoplay-toggle,
.photo-tour .carousel-toolbar .MC-autoplay-toggle,
.media-carousel .carousel-toolbar .autoplay-toggle,
.media-carousel .carousel-toolbar .MC-autoplay-toggle {
	background: rgba(28, 28, 28, 0.8);
	border: 1px solid #333;
	bottom: 15px;
	color: #fff;
	display: block;
	height: 30px;
	padding: 0;
	position: absolute;
	right: 15px;
	width: 30px;
	z-index: 1
}

.brand-hero .carousel-toolbar .autoplay-toggle .icon-pause,
.brand-hero .carousel-toolbar .MC-autoplay-toggle .icon-pause,
.brand-hero-grid .carousel-toolbar .autoplay-toggle .icon-pause,
.brand-hero-grid .carousel-toolbar .MC-autoplay-toggle .icon-pause,
.photo-tour .carousel-toolbar .autoplay-toggle .icon-pause,
.photo-tour .carousel-toolbar .MC-autoplay-toggle .icon-pause,
.media-carousel .carousel-toolbar .autoplay-toggle .icon-pause,
.media-carousel .carousel-toolbar .MC-autoplay-toggle .icon-pause {
	font-family: 'ritz-icons';
	font-size: 19px;
	left: 4px;
	position: absolute;
	top: 4px
}

.brand-hero .carousel-toolbar .autoplay-toggle .icon-pause::before,
.brand-hero .carousel-toolbar .MC-autoplay-toggle .icon-pause::before,
.brand-hero-grid .carousel-toolbar .autoplay-toggle .icon-pause::before,
.brand-hero-grid .carousel-toolbar .MC-autoplay-toggle .icon-pause::before,
.photo-tour .carousel-toolbar .autoplay-toggle .icon-pause::before,
.photo-tour .carousel-toolbar .MC-autoplay-toggle .icon-pause::before,
.media-carousel .carousel-toolbar .autoplay-toggle .icon-pause::before,
.media-carousel .carousel-toolbar .MC-autoplay-toggle .icon-pause::before {
	content: '\e607'
}

.brand-hero .carousel-toolbar .autoplay-toggle:hover,
.brand-hero .carousel-toolbar .MC-autoplay-toggle:hover,
.brand-hero-grid .carousel-toolbar .autoplay-toggle:hover,
.brand-hero-grid .carousel-toolbar .MC-autoplay-toggle:hover,
.photo-tour .carousel-toolbar .autoplay-toggle:hover,
.photo-tour .carousel-toolbar .MC-autoplay-toggle:hover,
.media-carousel .carousel-toolbar .autoplay-toggle:hover,
.media-carousel .carousel-toolbar .MC-autoplay-toggle:hover {
	background: rgba(28, 28, 28, 0.9)
}

.brand-hero .carousel-toolbar .caption-toggle,
.brand-hero-grid .carousel-toolbar .caption-toggle,
.photo-tour .carousel-toolbar .caption-toggle,
.media-carousel .carousel-toolbar .caption-toggle {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #333;
	bottom: 18px;
	color: #1c1c1c;
	font-size: 14px;
	height: 25px;
	left: 18px;
	letter-spacing: .1em;
	line-height: 1em;
	padding: 5px 14px;
	position: absolute;
	text-decoration: none !important;
	text-transform: uppercase
}

.brand-hero .carousel-toolbar .caption-toggle:hover,
.brand-hero-grid .carousel-toolbar .caption-toggle:hover,
.photo-tour .carousel-toolbar .caption-toggle:hover,
.media-carousel .carousel-toolbar .caption-toggle:hover {
	background: rgba(255, 255, 255, 0.9)
}

.brand-hero.captions-enabled .caption,
.brand-hero-grid.captions-enabled .caption,
.photo-tour.captions-enabled .caption,
.media-carousel.captions-enabled .caption {
	opacity: 0
}

.brand-hero.captions-enabled .slick-active .caption,
.brand-hero-grid.captions-enabled .slick-active .caption,
.photo-tour.captions-enabled .slick-active .caption,
.media-carousel.captions-enabled .slick-active .caption {
	opacity: 1
}

.brand-hero.captions-enabled .slick-active .caption .short,
.brand-hero-grid.captions-enabled .slick-active .caption .short,
.photo-tour.captions-enabled .slick-active .caption .short,
.media-carousel.captions-enabled .slick-active .caption .short {
	display: table-cell
}

.brand-hero.captions-enabled .slick-active .caption .long,
.brand-hero-grid.captions-enabled .slick-active .caption .long,
.photo-tour.captions-enabled .slick-active .caption .long,
.media-carousel.captions-enabled .slick-active .caption .long {
	display: none
}

.brand-hero.captions-enabled .caption-toggle,
.brand-hero-grid.captions-enabled .caption-toggle,
.photo-tour.captions-enabled .caption-toggle,
.media-carousel.captions-enabled .caption-toggle {
	display: none
}

.brand-hero.captions-enabled.captions-hidden .slick-active .caption,
.brand-hero-grid.captions-enabled.captions-hidden .slick-active .caption,
.photo-tour.captions-enabled.captions-hidden .slick-active .caption,
.media-carousel.captions-enabled.captions-hidden .slick-active .caption {
	opacity: 0
}

.brand-hero.captions-hidden .caption,
.brand-hero-grid.captions-hidden .caption,
.photo-tour.captions-hidden .caption,
.media-carousel.captions-hidden .caption {
	opacity: 1 !important
}

.brand-hero.captions-hidden .carousel-toolbar .caption-toggle,
.brand-hero-grid.captions-hidden .carousel-toolbar .caption-toggle,
.photo-tour.captions-hidden .carousel-toolbar .caption-toggle,
.media-carousel.captions-hidden .carousel-toolbar .caption-toggle {
	background: rgba(28, 28, 28, 0.6);
	border: 1px solid #333;
	color: #fff
}

.brand-hero.captions-hidden .carousel-toolbar .caption-toggle:hover,
.brand-hero-grid.captions-hidden .carousel-toolbar .caption-toggle:hover,
.photo-tour.captions-hidden .carousel-toolbar .caption-toggle:hover,
.media-carousel.captions-hidden .carousel-toolbar .caption-toggle:hover {
	background: rgba(28, 28, 28, 0.9)
}

.brand-hero.floorplanDisplay .slide,
.brand-hero-grid.floorplanDisplay .slide,
.photo-tour.floorplanDisplay .slide,
.media-carousel.floorplanDisplay .slide {
	background-color: #fff
}

.brand-hero.floorplanDisplay .slide img,
.brand-hero-grid.floorplanDisplay .slide img,
.photo-tour.floorplanDisplay .slide img,
.media-carousel.floorplanDisplay .slide img {
	margin: auto;
	max-height: 100% !important;
	width: auto
}

.brand-hero.floorplanDisplay.paused .carousel-toolbar .autoplay-toggle,
.brand-hero-grid.floorplanDisplay.paused .carousel-toolbar .autoplay-toggle,
.photo-tour.floorplanDisplay.paused .carousel-toolbar .autoplay-toggle,
.media-carousel.floorplanDisplay.paused .carousel-toolbar .autoplay-toggle {
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #333
}

.brand-hero.floorplanDisplay.paused .carousel-toolbar .autoplay-toggle:hover,
.brand-hero-grid.floorplanDisplay.paused .carousel-toolbar .autoplay-toggle:hover,
.photo-tour.floorplanDisplay.paused .carousel-toolbar .autoplay-toggle:hover,
.media-carousel.floorplanDisplay.paused .carousel-toolbar .autoplay-toggle:hover {
	background: rgba(255, 255, 255, 0.9)
}

.brand-hero.floorplanDisplay.paused .carousel-toolbar .autoplay-toggle .icon-pause,
.brand-hero-grid.floorplanDisplay.paused .carousel-toolbar .autoplay-toggle .icon-pause,
.photo-tour.floorplanDisplay.paused .carousel-toolbar .autoplay-toggle .icon-pause,
.media-carousel.floorplanDisplay.paused .carousel-toolbar .autoplay-toggle .icon-pause {
	top: 5px
}

.brand-hero.floorplanDisplay.paused .carousel-toolbar .autoplay-toggle .icon-pause::before,
.brand-hero-grid.floorplanDisplay.paused .carousel-toolbar .autoplay-toggle .icon-pause::before,
.photo-tour.floorplanDisplay.paused .carousel-toolbar .autoplay-toggle .icon-pause::before,
.media-carousel.floorplanDisplay.paused .carousel-toolbar .autoplay-toggle .icon-pause::before {
	color: #1c1c1c;
	content: '\e606'
}

.carousel,
.media-carousel {
	margin: 0 !important
}

.carousel.paused .carousel-toolbar .autoplay-toggle,
.carousel.paused .carousel-toolbar .MC-autoplay-toggle,
.media-carousel.paused .carousel-toolbar .autoplay-toggle,
.media-carousel.paused .carousel-toolbar .MC-autoplay-toggle {
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #333
}

.carousel.paused .carousel-toolbar .autoplay-toggle:hover,
.carousel.paused .carousel-toolbar .MC-autoplay-toggle:hover,
.media-carousel.paused .carousel-toolbar .autoplay-toggle:hover,
.media-carousel.paused .carousel-toolbar .MC-autoplay-toggle:hover {
	background: rgba(255, 255, 255, 0.9)
}

.carousel.paused .carousel-toolbar .autoplay-toggle .icon-pause,
.carousel.paused .carousel-toolbar .MC-autoplay-toggle .icon-pause,
.media-carousel.paused .carousel-toolbar .autoplay-toggle .icon-pause,
.media-carousel.paused .carousel-toolbar .MC-autoplay-toggle .icon-pause {
	top: 5px
}

.carousel.paused .carousel-toolbar .autoplay-toggle .icon-pause::before,
.carousel.paused .carousel-toolbar .MC-autoplay-toggle .icon-pause::before,
.media-carousel.paused .carousel-toolbar .autoplay-toggle .icon-pause::before,
.media-carousel.paused .carousel-toolbar .MC-autoplay-toggle .icon-pause::before {
	color: #1c1c1c;
	content: '\e606'
}

.media-carousel .slide .caption.has-long .inner .long {
	display: none
}

@media(max-width:30em) {
	.brand-hero.captions-enabled .slide .caption .inner,
	.photo-tour.captions-enabled .slide .caption .inner,
	.media-carousel.captions-enabled .slide .caption .inner {
		padding-left: 18px !important
	}
}

.close-reveal-modal {
	display: none
}

.has-brand-hero-homepage .reveal-modal,
.has-brand-hero-homepage .photo-tour.modal,
.has-brand-hero-homepage .media-carousel.modal,
.has-brand-hero-homepage .brand-hero.floorplanDisplay {
	transform: translate3d(0, 0, 0)
}

.brand-hero-homepage,
.reveal-modal,
.photo-tour,
.brand-hero.controls-enabled,
.brand-hero.floorplanDisplay,
.photo-tour.controls-enabled,
.media-carousel,
.media-carousel.controls-enabled,
.intro-feature {
	outline: 0
}

.brand-hero-homepage .close-reveal-modal,
.brand-hero-homepage .close-modal,
.reveal-modal .close-reveal-modal,
.reveal-modal .close-modal,
.photo-tour .close-reveal-modal,
.photo-tour .close-modal,
.brand-hero.controls-enabled .close-reveal-modal,
.brand-hero.controls-enabled .close-modal,
.brand-hero.floorplanDisplay .close-reveal-modal,
.brand-hero.floorplanDisplay .close-modal,
.photo-tour.controls-enabled .close-reveal-modal,
.photo-tour.controls-enabled .close-modal,
.media-carousel .close-reveal-modal,
.media-carousel .close-modal,
.media-carousel.controls-enabled .close-reveal-modal,
.media-carousel.controls-enabled .close-modal,
.intro-feature .close-reveal-modal,
.intro-feature .close-modal {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #1c1c1c;
	display: block;
	font-size: 16px;
	opacity: .4;
	overflow: hidden;
	padding: 5px;
	right: 5px;
	text-decoration: none;
	text-transform: uppercase;
	top: 5px
}

.brand-hero-homepage .close-reveal-modal .close-text,
.brand-hero-homepage .close-modal .close-text,
.reveal-modal .close-reveal-modal .close-text,
.reveal-modal .close-modal .close-text,
.photo-tour .close-reveal-modal .close-text,
.photo-tour .close-modal .close-text,
.brand-hero.controls-enabled .close-reveal-modal .close-text,
.brand-hero.controls-enabled .close-modal .close-text,
.brand-hero.floorplanDisplay .close-reveal-modal .close-text,
.brand-hero.floorplanDisplay .close-modal .close-text,
.photo-tour.controls-enabled .close-reveal-modal .close-text,
.photo-tour.controls-enabled .close-modal .close-text,
.media-carousel .close-reveal-modal .close-text,
.media-carousel .close-modal .close-text,
.media-carousel.controls-enabled .close-reveal-modal .close-text,
.media-carousel.controls-enabled .close-modal .close-text,
.intro-feature .close-reveal-modal .close-text,
.intro-feature .close-modal .close-text {
	display: none
}

.brand-hero-homepage .close-reveal-modal .icon-close,
.brand-hero-homepage .close-modal .icon-close,
.reveal-modal .close-reveal-modal .icon-close,
.reveal-modal .close-modal .icon-close,
.photo-tour .close-reveal-modal .icon-close,
.photo-tour .close-modal .icon-close,
.brand-hero.controls-enabled .close-reveal-modal .icon-close,
.brand-hero.controls-enabled .close-modal .icon-close,
.brand-hero.floorplanDisplay .close-reveal-modal .icon-close,
.brand-hero.floorplanDisplay .close-modal .icon-close,
.photo-tour.controls-enabled .close-reveal-modal .icon-close,
.photo-tour.controls-enabled .close-modal .icon-close,
.media-carousel .close-reveal-modal .icon-close,
.media-carousel .close-modal .icon-close,
.media-carousel.controls-enabled .close-reveal-modal .icon-close,
.media-carousel.controls-enabled .close-modal .icon-close,
.intro-feature .close-reveal-modal .icon-close,
.intro-feature .close-modal .icon-close {
	font-size: 30px
}

.brand-hero-homepage .close-reveal-modal:hover,
.brand-hero-homepage .close-modal:hover,
.reveal-modal .close-reveal-modal:hover,
.reveal-modal .close-modal:hover,
.photo-tour .close-reveal-modal:hover,
.photo-tour .close-modal:hover,
.brand-hero.controls-enabled .close-reveal-modal:hover,
.brand-hero.controls-enabled .close-modal:hover,
.brand-hero.floorplanDisplay .close-reveal-modal:hover,
.brand-hero.floorplanDisplay .close-modal:hover,
.photo-tour.controls-enabled .close-reveal-modal:hover,
.photo-tour.controls-enabled .close-modal:hover,
.media-carousel .close-reveal-modal:hover,
.media-carousel .close-modal:hover,
.media-carousel.controls-enabled .close-reveal-modal:hover,
.media-carousel.controls-enabled .close-modal:hover,
.intro-feature .close-reveal-modal:hover,
.intro-feature .close-modal:hover {
	opacity: .8
}

.brand-hero-homepage .slick-prev,
.brand-hero-homepage .slick-next,
.reveal-modal .slick-prev,
.reveal-modal .slick-next,
.photo-tour .slick-prev,
.photo-tour .slick-next,
.brand-hero.controls-enabled .slick-prev,
.brand-hero.controls-enabled .slick-next,
.brand-hero.floorplanDisplay .slick-prev,
.brand-hero.floorplanDisplay .slick-next,
.photo-tour.controls-enabled .slick-prev,
.photo-tour.controls-enabled .slick-next,
.media-carousel .slick-prev,
.media-carousel .slick-next,
.media-carousel.controls-enabled .slick-prev,
.media-carousel.controls-enabled .slick-next,
.intro-feature .slick-prev,
.intro-feature .slick-next {
	background: #fff;
	height: 45px;
	margin-top: -22px;
	opacity: .4;
	width: 42px
}

.brand-hero-homepage .slick-prev::before,
.brand-hero-homepage .slick-next::before,
.reveal-modal .slick-prev::before,
.reveal-modal .slick-next::before,
.photo-tour .slick-prev::before,
.photo-tour .slick-next::before,
.brand-hero.controls-enabled .slick-prev::before,
.brand-hero.controls-enabled .slick-next::before,
.brand-hero.floorplanDisplay .slick-prev::before,
.brand-hero.floorplanDisplay .slick-next::before,
.photo-tour.controls-enabled .slick-prev::before,
.photo-tour.controls-enabled .slick-next::before,
.media-carousel .slick-prev::before,
.media-carousel .slick-next::before,
.media-carousel.controls-enabled .slick-prev::before,
.media-carousel.controls-enabled .slick-next::before,
.intro-feature .slick-prev::before,
.intro-feature .slick-next::before {
	color: #1c1c1c;
	display: block;
	font-family: 'ritz-icons';
	font-size: 35px;
	height: 35px;
	opacity: 1;
	position: absolute;
	text-shadow: 0 1px #fff;
	top: calc(50% - 18px);
	width: 35px
}

.brand-hero-homepage .slick-prev:hover,
.brand-hero-homepage .slick-prev.hover,
.brand-hero-homepage .slick-next:hover,
.brand-hero-homepage .slick-next.hover,
.reveal-modal .slick-prev:hover,
.reveal-modal .slick-prev.hover,
.reveal-modal .slick-next:hover,
.reveal-modal .slick-next.hover,
.photo-tour .slick-prev:hover,
.photo-tour .slick-prev.hover,
.photo-tour .slick-next:hover,
.photo-tour .slick-next.hover,
.brand-hero.controls-enabled .slick-prev:hover,
.brand-hero.controls-enabled .slick-prev.hover,
.brand-hero.controls-enabled .slick-next:hover,
.brand-hero.controls-enabled .slick-next.hover,
.brand-hero.floorplanDisplay .slick-prev:hover,
.brand-hero.floorplanDisplay .slick-prev.hover,
.brand-hero.floorplanDisplay .slick-next:hover,
.brand-hero.floorplanDisplay .slick-next.hover,
.photo-tour.controls-enabled .slick-prev:hover,
.photo-tour.controls-enabled .slick-prev.hover,
.photo-tour.controls-enabled .slick-next:hover,
.photo-tour.controls-enabled .slick-next.hover,
.media-carousel .slick-prev:hover,
.media-carousel .slick-prev.hover,
.media-carousel .slick-next:hover,
.media-carousel .slick-next.hover,
.media-carousel.controls-enabled .slick-prev:hover,
.media-carousel.controls-enabled .slick-prev.hover,
.media-carousel.controls-enabled .slick-next:hover,
.media-carousel.controls-enabled .slick-next.hover,
.intro-feature .slick-prev:hover,
.intro-feature .slick-prev.hover,
.intro-feature .slick-next:hover,
.intro-feature .slick-next.hover {
	background: #fff;
	opacity: .8
}

.brand-hero-homepage .slick-prev:focus,
.brand-hero-homepage .slick-prev.focus,
.brand-hero-homepage .slick-next:focus,
.brand-hero-homepage .slick-next.focus,
.reveal-modal .slick-prev:focus,
.reveal-modal .slick-prev.focus,
.reveal-modal .slick-next:focus,
.reveal-modal .slick-next.focus,
.photo-tour .slick-prev:focus,
.photo-tour .slick-prev.focus,
.photo-tour .slick-next:focus,
.photo-tour .slick-next.focus,
.brand-hero.controls-enabled .slick-prev:focus,
.brand-hero.controls-enabled .slick-prev.focus,
.brand-hero.controls-enabled .slick-next:focus,
.brand-hero.controls-enabled .slick-next.focus,
.brand-hero.floorplanDisplay .slick-prev:focus,
.brand-hero.floorplanDisplay .slick-prev.focus,
.brand-hero.floorplanDisplay .slick-next:focus,
.brand-hero.floorplanDisplay .slick-next.focus,
.photo-tour.controls-enabled .slick-prev:focus,
.photo-tour.controls-enabled .slick-prev.focus,
.photo-tour.controls-enabled .slick-next:focus,
.photo-tour.controls-enabled .slick-next.focus,
.media-carousel .slick-prev:focus,
.media-carousel .slick-prev.focus,
.media-carousel .slick-next:focus,
.media-carousel .slick-next.focus,
.media-carousel.controls-enabled .slick-prev:focus,
.media-carousel.controls-enabled .slick-prev.focus,
.media-carousel.controls-enabled .slick-next:focus,
.media-carousel.controls-enabled .slick-next.focus,
.intro-feature .slick-prev:focus,
.intro-feature .slick-prev.focus,
.intro-feature .slick-next:focus,
.intro-feature .slick-next.focus {
	background: #fff;
	opacity: .8
}

.brand-hero-homepage .slick-prev,
.reveal-modal .slick-prev,
.photo-tour .slick-prev,
.brand-hero.controls-enabled .slick-prev,
.brand-hero.floorplanDisplay .slick-prev,
.photo-tour.controls-enabled .slick-prev,
.media-carousel .slick-prev,
.media-carousel.controls-enabled .slick-prev,
.intro-feature .slick-prev {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	left: 0
}

.brand-hero-homepage .slick-prev::before,
.reveal-modal .slick-prev::before,
.photo-tour .slick-prev::before,
.brand-hero.controls-enabled .slick-prev::before,
.brand-hero.floorplanDisplay .slick-prev::before,
.photo-tour.controls-enabled .slick-prev::before,
.media-carousel .slick-prev::before,
.media-carousel.controls-enabled .slick-prev::before,
.intro-feature .slick-prev::before {
	content: '\e601';
	left: 2px
}

.brand-hero-homepage .slick-prev:hover,
.reveal-modal .slick-prev:hover,
.photo-tour .slick-prev:hover,
.brand-hero.controls-enabled .slick-prev:hover,
.brand-hero.floorplanDisplay .slick-prev:hover,
.photo-tour.controls-enabled .slick-prev:hover,
.media-carousel .slick-prev:hover,
.media-carousel.controls-enabled .slick-prev:hover,
.intro-feature .slick-prev:hover {
	opacity: .8
}

.brand-hero-homepage .slick-next,
.reveal-modal .slick-next,
.photo-tour .slick-next,
.brand-hero.controls-enabled .slick-next,
.brand-hero.floorplanDisplay .slick-next,
.photo-tour.controls-enabled .slick-next,
.media-carousel .slick-next,
.media-carousel.controls-enabled .slick-next,
.intro-feature .slick-next {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	right: 0
}

.brand-hero-homepage .slick-next::before,
.reveal-modal .slick-next::before,
.photo-tour .slick-next::before,
.brand-hero.controls-enabled .slick-next::before,
.brand-hero.floorplanDisplay .slick-next::before,
.photo-tour.controls-enabled .slick-next::before,
.media-carousel .slick-next::before,
.media-carousel.controls-enabled .slick-next::before,
.intro-feature .slick-next::before {
	content: '\e600';
	left: 6px
}

@media(min-width:30.063em) {
	.brand-hero.captions-hidden .caption,
	.photo-tour.captions-hidden .caption {
		opacity: 0 !important
	}
	.brand-hero.captions-enabled .slide .caption .inner,
	.photo-tour.captions-enabled .slide .caption .inner {
		padding-left: 103px
	}
	.brand-hero.captions-enabled .caption-toggle,
	.photo-tour.captions-enabled .caption-toggle {
		display: block
	}
	.reveal-modal .close-reveal-modal,
	.reveal-modal .close-modal,
	.photo-tour .close-reveal-modal,
	.photo-tour .close-modal {
		padding: 5px 7px 5px 10px;
		right: 18px;
		top: 18px;
		z-index: 100
	}
	.reveal-modal .close-reveal-modal .close-text,
	.reveal-modal .close-modal .close-text,
	.photo-tour .close-reveal-modal .close-text,
	.photo-tour .close-modal .close-text {
		display: inline-block;
		font-weight: normal;
		vertical-align: 5px
	}
	.reveal-modal .close-reveal-modal .icon-close,
	.reveal-modal .close-modal .icon-close,
	.photo-tour .close-reveal-modal .icon-close,
	.photo-tour .close-modal .icon-close {
		font-size: 23px
	}
	.reveal-modal .close-reveal-modal {
		float: right;
		margin-bottom: 10px;
		position: relative;
		right: auto;
		top: auto
	}
}

@media(min-width:48.063em) {
	.brand-hero.captions-enabled .slide .caption.has-long .inner .long,
	.photo-tour.captions-enabled .slide .caption.has-long .inner .long,
	.media-carousel.captions-enabled .slide .caption.has-long .inner .long {
		display: table-cell
	}
	.photo-tour.captions-enabled .slide .caption.has-long .inner .short {
		display: none
	}
	.media-carousel .slide .caption.has-long .inner .short,
	.brand-hero .slide .caption.has-long .inner .short {
		display: none
	}
	.media-carousel .slide .caption.has-long .inner .long,
	.brand-hero .slide .caption.has-long .inner .long {
		display: table-cell
	}
	.brand-hero-homepage .slide .caption.has-long .inner .long,
	.reveal-modal .slide .caption.has-long .inner .long,
	.media-carousel .slide .caption.has-long .inner .long {
		text-align: right
	}
	.reveal-modal .slick-prev,
	.reveal-modal .slick-next,
	.photo-tour .slick-prev,
	.photo-tour .slick-next,
	.media-carousel .slick-prev,
	.media-carousel .slick-next,
	.brand-hero.controls-enabled .slick-prev,
	.brand-hero.controls-enabled .slick-next,
	.brand-hero.floorplanDisplay .slick-prev,
	.brand-hero.floorplanDisplay .slick-next,
	.photo-tour.controls-enabled .slick-prev,
	.photo-tour.controls-enabled .slick-next,
	.media-carousel.controls-enabled .slick-prev,
	.media-carousel.controls-enabled .slick-next {
		height: 65px;
		margin-top: -32px;
		width: 61px
	}
	.reveal-modal .slick-prev::before,
	.reveal-modal .slick-next::before,
	.photo-tour .slick-prev::before,
	.photo-tour .slick-next::before,
	.media-carousel .slick-prev::before,
	.media-carousel .slick-next::before,
	.brand-hero.controls-enabled .slick-prev::before,
	.brand-hero.controls-enabled .slick-next::before,
	.brand-hero.floorplanDisplay .slick-prev::before,
	.brand-hero.floorplanDisplay .slick-next::before,
	.photo-tour.controls-enabled .slick-prev::before,
	.photo-tour.controls-enabled .slick-next::before,
	.media-carousel.controls-enabled .slick-prev::before,
	.media-carousel.controls-enabled .slick-next::before {
		font-size: 45px;
		height: 45px;
		top: calc(50% - 23px);
		width: 45px
	}
	.reveal-modal .slick-prev::before,
	.photo-tour .slick-prev::before,
	.media-carousel .slick-prev::before,
	.brand-hero.controls-enabled .slick-prev::before,
	.brand-hero.floorplanDisplay .slick-prev::before,
	.photo-tour.controls-enabled .slick-prev::before,
	.media-carousel.controls-enabled .slick-prev::before {
		left: 6px
	}
	.reveal-modal .slick-next::before,
	.photo-tour .slick-next::before,
	.media-carousel .slick-next::before,
	.brand-hero.controls-enabled .slick-next::before,
	.brand-hero.floorplanDisplay .slick-next::before,
	.photo-tour.controls-enabled .slick-next::before,
	.media-carousel.controls-enabled .slick-next::before {
		left: 10px
	}
}

.premierhero .brand-hero .slides .slide .caption,
.media-carousel .slides .slide .caption {
	background: rgba(28, 28, 28, 0.6);
	height: 35px;
	left: auto;
	right: 0;
	text-align: right;
	width: auto
}

.premierhero .brand-hero .slides .slide .caption .inner,
.media-carousel .slides .slide .caption .inner {
	padding: 0 40px
}

.premierhero .brand-hero .slides .slide .caption .inner .short,
.media-carousel .slides .slide .caption .inner .short {
	font-size: 14px;
	letter-spacing: .1em;
	position: relative;
	text-transform: uppercase;
	top: 2px
}

.premierhero .brand-hero .slides .slide .caption .inner .short p,
.media-carousel .slides .slide .caption .inner .short p {
	font-size: 14px;
	margin: 0
}

.premierhero .brand-hero .carousel-toolbar .inner .caption-toggle,
.media-carousel .carousel-toolbar .inner .caption-toggle {
	left: auto;
	right: 18px
}

.premierhero .brand-hero .carousel-toolbar .inner .autoplay-toggle,
.media-carousel .carousel-toolbar .inner .autoplay-toggle {
	left: 15px;
	right: auto
}

.premierhero .brand-hero .carousel-toolbar .inner .MC-autoplay-toggle,
.media-carousel .carousel-toolbar .inner .MC-autoplay-toggle {
	bottom: -2px;
	left: 0
}

.premierhero .brand-hero .caption {
	opacity: 1 !important
}

.premierhero .brand-hero .carousel-toolbar .inner {
	padding: 0 30px
}

.premierhero .brand-hero .carousel-toolbar .inner .autoplay-toggle {
	bottom: 0;
	left: 0;
	margin: 0
}

.premierhero .brand-hero .slick-active.video-slide.captions-hidden .slide-headline-wrapper {
	display: none
}

.premierhero .brand-hero .inner {
	padding: 0 !important
}

.premierhero .brand-hero .inner .short,
.premierhero .brand-hero .inner .long,
.premierhero .brand-hero .inner .text {
	padding: 0 20px
}

.premier-c .premierhero .brand-hero .carousel-toolbar .inner .autoplay-toggle {
	left: 5%
}

@media(max-width:48.063em) {
	.photo-tour .caption .inner .long {
		display: none
	}
	.brand-hero.ratio_3-1 .slick-next,
	.brand-hero.ratio_3-1 .slick-prev,
	.brand-hero.ratio_5-1 .slick-next,
	.brand-hero.ratio_5-1 .slick-prev {
		display: none !important
	}
	.premierhero .brand-hero .slide-headline-wrapper {
		background: 0;
		bottom: calc(50% - 20px);
		height: auto
	}
	.premierhero .brand-hero .slide-headline-wrapper.right-bottom .inner,
	.premierhero .brand-hero .slide-headline-wrapper .right-center .inner {
		float: right
	}
	.premierhero .brand-hero .slide-headline-wrapper.center-center .inner {
		text-align: center
	}
	.premierhero .brand-hero .slide-headline-wrapper .inner {
		width: auto
	}
	.premierhero .brand-hero .slide-headline-wrapper h1,
	.premierhero .brand-hero .slide-headline-wrapper h2.page-title,
	.premierhero .brand-hero .slide-headline-wrapper h2 {
		font-family: 'caslon-540', 'Times New Roman', serif;
		font-size: 150%
	}
	.premierhero .brand-hero .slide-headline-wrapper h3 {
		margin: 0
	}
	.premierhero .brand-hero .slides .slide .caption .inner {
		padding: 0 20px
	}
}

@media(min-width:30.063em) {
	.media-carousel .carousel-toolbar .caption .inner {
		padding-left: 15px !important
	}
}

@media print {
	.slick-track,
	.slide {
		max-width: 100% !important
	}
}

.no-touch .brand-hero .slide-headline-wrapper a.headline-cta:hover,
.no-touch .photo-tour .slide-headline-wrapper a.headline-cta:hover,
.no-touch .media-carousel .slide-headline-wrapper a.headline-cta:hover {
	text-decoration: none !important
}

.brand-hero.no-bottom-margin .container {
	margin-bottom: 0
}

.brand-hero.no-bottom-margin.has-caption .container {
	margin-bottom: 60px
}

.brand-hero.no-bottom-margin.has-caption .component-caption {
	margin-bottom: 0
}

.brand-hero-homepage .brand-hero .slide .caption {
	transition: opacity .5s ease-out
}

.brand-hero-homepage .brand-hero .slide.slick-active .caption {
	display: block;
	opacity: 1
}

.photo-tour {
	margin-bottom: 6px
}

.photo-tour>.container {
	margin-bottom: 0;
	max-height: 675px;
	overflow: visible
}

.photo-tour>.container::before {
	padding-top: 56.25%
}

.photo-tour.aem-editmode .slick-track {
	background: #8e8e8e !important;
	text-align: center !important;
	transform: none !important;
	width: 100% !important
}

.photo-tour.aem-editmode .slick-track .slide {
	float: none !important;
	margin: 0 auto !important
}

.photo-tour .category-nav {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.photo-tour .category-nav nav {
	margin: 0 auto;
	max-width: 75em;
	position: relative
}

.photo-tour .category-nav ul {
	background: rgba(28, 28, 28, 0.9);
	border: 1px solid #333;
	display: inline-block;
	left: 5px;
	margin: 0;
	max-height: 30px;
	overflow: hidden;
	padding-top: 2px;
	position: absolute;
	top: 4px;
	z-index: 30
}

.photo-tour .category-nav ul::before,
.photo-tour .category-nav ul::after {
	color: #fff;
	font-family: 'ritz-icons';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	opacity: .4;
	position: absolute;
	speak: none;
	text-transform: none
}

.photo-tour .category-nav ul::before {
	content: '\e633';
	display: none;
	font-size: 17px;
	left: 8px;
	top: 4px
}

.photo-tour .category-nav ul::after {
	content: '\e62a';
	font-size: 14px;
	right: 7px;
	top: 8px
}

.photo-tour .category-nav ul li {
	display: none;
	margin-bottom: 0;
	opacity: .7
}

.photo-tour .category-nav ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 1em;
	padding: 6px 110px 6px 10px;
	text-decoration: none;
	text-transform: uppercase
}

.photo-tour .category-nav ul li:hover {
	opacity: 1
}

.photo-tour .category-nav ul li.active {
	display: block;
	opacity: 1
}

.photo-tour .category-nav ul li.counter {
	color: #fff;
	display: block;
	font-size: 13px;
	letter-spacing: .1em;
	opacity: 1;
	position: absolute;
	right: 27px;
	text-align: center;
	top: 4px
}

.photo-tour .category-nav ul.hover {
	max-height: 265px;
	overflow: hidden;
	transition: max-height .3s
}

.photo-tour .category-nav ul.hover::before {
	opacity: 1
}

.photo-tour .category-nav ul.hover::after {
	transform: rotate(180deg)
}

.photo-tour .category-nav ul.hover li {
	display: block
}

.photo-tour .slick-track {
	max-height: 675px;
	transform-style: preserve-3d
}

.photo-tour .slick-prev.focus,
.photo-tour .slick-next.focus {
	opacity: .8
}

.photo-tour .slides .slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	left: auto !important;
	margin: 0 3px;
	max-height: 788px;
	max-width: 75rem;
	opacity: .5;
	perspective: 1000;
	position: relative !important;
	top: auto !important;
	transform: translate3d(0, 0, 0);
	transition-duration: 300ms;
	transition-property: opacity;
	width: 100% !important
}

.photo-tour .slides .slide.slick-active {
	opacity: 1
}

.photo-tour .slides .slide.slick-active:hover {
	cursor: zoom-in
}

.photo-tour .slides .slide picture {
	display: block;
	height: inherit;
	transform-style: preserve-3d
}

.photo-tour .slides .slide img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 100%;
	width: auto
}

.photo-tour .slides .slide img .floorplan-slide {
	max-height: 100%
}

.photo-tour .slides .slide .caption.no-short {
	display: none
}

.photo-tour .slides .slide .caption.no-long {
	display: block
}

@media(min-width:48.063em) {
	.photo-tour .slides .slide .caption.no-short {
		display: block
	}
	.photo-tour .slides .slide .caption.no-long {
		display: none
	}
}

.photo-tour .slides .slide.previous-slide,
.photo-tour .slides .slide.next-slide {
	cursor: pointer
}

.photo-tour .close-modal {
	display: none;
	line-height: 1
}

.photo-tour .thumbnail-nav {
	bottom: 0;
	position: absolute;
	visibility: hidden;
	width: 100%
}

.photo-tour .thumbnail-nav::before,
.photo-tour .thumbnail-nav::after {
	transition: opacity 500ms
}

.photo-tour .thumbnail-nav::before {
	background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 100%);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 30px;
	z-index: 1
}

.photo-tour .thumbnail-nav.left-gradient::before {
	opacity: 1
}

.photo-tour .thumbnail-nav::after {
	background: linear-gradient(to left, #fff 10%, rgba(255, 255, 255, 0) 100%);
	content: '';
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px
}

.photo-tour .thumbnail-nav.right-gradient::after {
	opacity: 1
}

.photo-tour .thumbnail-nav nav {
	height: 90px;
	overflow-x: scroll;
	width: 100%
}

.photo-tour .thumbnail-nav ul {
	list-style-type: none;
	margin: 0 auto
}

.photo-tour .thumbnail-nav ul li {
	float: left;
	height: 60px;
	padding-left: 10px;
	position: relative;
	width: 70px
}

.photo-tour .thumbnail-nav ul li:hover {
	cursor: pointer
}

.photo-tour .thumbnail-nav ul li:last-of-type {
	padding-right: 10px;
	width: 80px
}

.photo-tour .thumbnail-nav ul li span {
	background: #1c1c1c;
	display: block;
	height: 60px;
	width: 60px
}

.photo-tour .thumbnail-nav ul li img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: inherit
}

.photo-tour .thumbnail-nav ul li.active::after {
	background: rgba(28, 28, 28, 0.5);
	border: 2px solid #1c1c1c;
	content: '';
	display: block;
	height: 60px;
	left: 10px;
	position: absolute;
	top: 0;
	width: 60px
}

.photo-tour.modal {
	background: #fff;
	bottom: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1120
}

.photo-tour.modal .close-modal {
	display: block;
	position: absolute
}

.photo-tour.modal .container {
	height: calc(100% - 100px);
	margin-bottom: 0;
	max-height: none
}

.photo-tour.modal .slick-track {
	max-height: none
}

.photo-tour.modal .slides .slide {
	max-height: none;
	max-width: none
}

.photo-tour.modal .slides .slide.slick-active:hover {
	cursor: auto
}

.photo-tour.modal .slides .slide .html5VideoViewer {
	bottom: 0;
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0
}

.photo-tour.modal .slides .slide .html5VideoViewer::before {
	padding-top: 0
}

.photo-tour.modal .slick-prev,
.photo-tour.modal .slick-next {
	display: block !important
}

.photo-tour.modal .thumbnail-nav {
	visibility: visible
}

.no-touch .photo-tour:hover .slick-prev,
.no-touch .photo-tour:hover .slick-next {
	display: block !important
}

@media(min-width:1372px) {
	.photo-tour:not(.modal) .slick-next {
		border-radius: 3px;
		right: calc(((100% - 75rem)/2) - 81px)
	}
	.photo-tour:not(.modal) .slick-prev {
		border-radius: 3px;
		left: calc(((100% - 75rem)/2) - 81px)
	}
}

@media(min-width:30.063em) {
	.photo-tour>.container {
		overflow: hidden
	}
	.photo-tour .category-nav ul {
		left: 18px;
		top: 18px
	}
	.photo-tour .category-nav ul li a {
		padding-left: 35px
	}
	.photo-tour .category-nav ul::before {
		display: block
	}
}

.media-carousel {
	margin-bottom: 6px
}

.media-carousel>.container {
	margin-bottom: 0;
	max-height: 675px;
	overflow: visible
}

.media-carousel>.container::before {
	padding-top: 56.25%
}

.media-carousel.modal .slides .slide .caption {
	width: 100%
}

.media-carousel.aem-editmode .slick-track {
	background: #8e8e8e !important;
	text-align: center !important;
	transform: none !important;
	width: 100% !important
}

.media-carousel.aem-editmode .slick-track .slide {
	float: none !important;
	margin: 0 auto !important
}

.media-carousel .MC-category-nav {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.media-carousel .MC-category-nav nav {
	margin: 0 auto;
	max-width: 75em;
	position: relative
}

.media-carousel .MC-category-nav ul {
	background: rgba(28, 28, 28, 0.9);
	border: 1px solid #333;
	display: inline-block;
	left: 5px;
	margin: 0;
	max-height: 30px;
	overflow: hidden;
	padding-top: 2px;
	position: absolute;
	top: 4px;
	z-index: 30
}

.media-carousel .MC-category-nav ul::before,
.media-carousel .MC-category-nav ul::after {
	color: #fff;
	font-family: 'ritz-icons';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	opacity: .4;
	position: absolute;
	speak: none;
	text-transform: none
}

.media-carousel .MC-category-nav ul.hide {
	display: none !important
}

.media-carousel .MC-category-nav ul::before {
	content: '\e633';
	display: none;
	font-size: 17px;
	left: 8px;
	top: 4px
}

.media-carousel .MC-category-nav ul::after {
	content: '\e62a';
	font-size: 14px;
	right: 7px;
	top: 8px
}

.media-carousel .MC-category-nav ul li {
	display: none;
	margin-bottom: 0;
	opacity: .7
}

.media-carousel .MC-category-nav ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 1em;
	padding: 6px 110px 6px 10px;
	text-decoration: none;
	text-transform: uppercase
}

.media-carousel .MC-category-nav ul li:hover {
	opacity: 1
}

.media-carousel .MC-category-nav ul li.active {
	display: block;
	opacity: 1
}

.media-carousel .MC-category-nav ul.hover {
	max-height: 215px;
	overflow: hidden;
	transition: max-height .3s
}

.media-carousel .MC-category-nav ul.hover::before {
	opacity: 1
}

.media-carousel .MC-category-nav ul.hover::after {
	transform: rotate(180deg)
}

.media-carousel .MC-category-nav ul.hover li {
	display: block
}

.media-carousel .MC-category-nav ul .MC-counter {
	color: #fff;
	display: block;
	font-size: 13px;
	letter-spacing: .1em;
	opacity: 1;
	position: absolute;
	right: 27px;
	text-align: center;
	top: 4px
}

.media-carousel .slick-track {
	max-height: 675px;
	transform-style: preserve-3d
}

.media-carousel .slides .slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	left: auto !important;
	margin: 0 3px;
	max-height: 788px;
	max-width: 75rem;
	opacity: .5;
	perspective: 1000;
	position: relative !important;
	top: auto !important;
	transform: translate3d(0, 0, 0);
	transition-duration: 300ms;
	transition-property: opacity;
	width: 100% !important
}

.media-carousel .slides .slide.slick-active {
	opacity: 1
}

.media-carousel .slides .slide.slick-active:hover {
	cursor: zoom-in
}

.media-carousel .slides .slide picture {
	display: block;
	height: inherit;
	transform-style: preserve-3d
}

.media-carousel .slides .slide.lock-to-top img {
	position: absolute;
	top: 0;
	transform: none
}

.media-carousel .slides .slide.lock-to-bottom img {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: auto;
	transform: none
}

.media-carousel .slides .slide img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.media-carousel .slides .slide img .floorplan-slide {
	max-height: 100%
}

.media-carousel .slides .slide.previous-slide,
.media-carousel .slides .slide.next-slide {
	cursor: pointer
}

.media-carousel .slides .slide .caption {
	height: auto
}

.media-carousel .slides .slide .caption .inner {
	padding: 10px 40px;
	text-align: left
}

.media-carousel .slides .slide .caption.no-short {
	display: none
}

.media-carousel .slides .slide .caption.no-long {
	display: block
}

@media(min-width:48.063em) {
	.media-carousel .slides .slide .caption.no-short {
		display: block
	}
	.media-carousel .slides .slide .caption.no-long {
		display: none
	}
}

.media-carousel .close-modal {
	display: none;
	line-height: 1
}

.media-carousel .thumbnail-nav {
	bottom: 0;
	position: absolute;
	visibility: hidden;
	width: 100%
}

.media-carousel .thumbnail-nav::before,
.media-carousel .thumbnail-nav::after {
	transition: opacity 500ms
}

.media-carousel .thumbnail-nav::before {
	background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 100%);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 30px;
	z-index: 1
}

.media-carousel .thumbnail-nav.left-gradient::before {
	opacity: 1
}

.media-carousel .thumbnail-nav::after {
	background: linear-gradient(to left, #fff 10%, rgba(255, 255, 255, 0) 100%);
	content: '';
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px
}

.media-carousel .thumbnail-nav.right-gradient::after {
	opacity: 1
}

.media-carousel .thumbnail-nav nav {
	height: 90px;
	overflow-x: scroll;
	width: 100%
}

.media-carousel .thumbnail-nav ul {
	display: flex;
	flex-wrap: nowrap;
	list-style-type: none;
	margin: 0 auto
}

.media-carousel .thumbnail-nav ul li {
	background: #1c1c1c;
	display: block;
	flex: 0 0 auto;
	float: left;
	height: 60px;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
	width: 60px
}

.media-carousel .thumbnail-nav ul li:hover {
	cursor: pointer
}

.media-carousel .thumbnail-nav ul li img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: inherit
}

.media-carousel .thumbnail-nav ul li.active::after {
	background: rgba(28, 28, 28, 0.5);
	border: 2px solid #1c1c1c;
	content: '';
	display: block;
	height: 60px;
	position: absolute;
	top: 0;
	width: 60px
}

.media-carousel.modal {
	background: #fff;
	bottom: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1120
}

.media-carousel.modal .close-modal {
	display: block;
	position: absolute;
	z-index: 1
}

.media-carousel.modal .container {
	height: calc(100% - 100px);
	margin-bottom: 0;
	max-height: none
}

.media-carousel.modal .slick-track {
	max-height: none
}

.media-carousel.modal .slides .slide {
	max-height: none;
	max-width: none
}

.media-carousel.modal .slides .slide.slick-active:hover {
	cursor: auto
}

.media-carousel.modal .slides .slide .video-viewer {
	height: 100% !important
}

.media-carousel.modal .slides .slide .video-viewer::before {
	padding-top: 0
}

.media-carousel.modal .slides .slide .video-viewer .s7container {
	height: 100% !important
}

.media-carousel.modal .slides .slide .html5VideoViewer {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.media-carousel.modal .slick-prev,
.media-carousel.modal .slick-next {
	display: block !important
}

.media-carousel.modal .thumbnail-nav {
	visibility: visible
}

.no-touch .media-carousel .slick-prev,
.no-touch .media-carousel .slick-next {
	display: block !important
}

@media(min-width:1372px) {
	.media-carousel:not(.modal) .slick-next {
		border-radius: 3px;
		right: calc(((100% - 75rem)/2) - 81px)
	}
	.media-carousel:not(.modal) .slick-prev {
		border-radius: 3px;
		left: calc(((100% - 75rem)/2) - 81px)
	}
}

@media(min-width:30.063em) {
	.media-carousel>.container {
		overflow: hidden
	}
	.media-carousel .MC-category-nav ul {
		left: 18px;
		top: 18px
	}
	.media-carousel .MC-category-nav ul li a {
		padding-left: 35px
	}
	.media-carousel .MC-category-nav ul::before {
		display: block
	}
}

@media(max-width:48.063em) {
	.media-carousel .slide {
		overflow: hidden
	}
	.media-carousel .slide .slide-headline-wrapper.left-bottom,
	.media-carousel .slide .slide-headline-wrapper.right-bottom {
		bottom: 30px
	}
}

.media-carousel .slick-slide video {
	pointer-events: none
}

.media-carousel .slick-slide.slick-active video {
	pointer-events: unset
}

.media-carousel video::-webkit-media-controls-panel {
	width: 100%
}

.video-viewer,
.html5VideoViewer {
	height: auto !important;
	max-height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	position: relative;
	width: 100% !important
}

.video-viewer::before,
.html5VideoViewer::before {
	content: '';
	display: block;
	padding-top: 56.25%
}

.video-viewer>.s7container,
.html5VideoViewer>.s7container {
	left: 0;
	position: absolute !important;
	top: 0
}

.video-viewer .s7socialshare,
.html5VideoViewer .s7socialshare {
	display: none !important
}

.video-viewer.controls-disabled .s7controlbar,
.html5VideoViewer.controls-disabled .s7controlbar {
	display: none !important
}

.video-viewer video,
.html5VideoViewer video {
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important
}

.s7videoviewer .s7videoplayer {
	background-color: #1c1c1c
}

.s7videoviewer .s7videoscrubber .s7track {
	background-color: #6f6f6f
}

.s7videoviewer .s7videoscrubber .s7trackplayed {
	background-color: #e5e5e5
}

.s7videoviewer .s7controlbar {
	background-color: rgba(28, 28, 28, 0.6);
	background-image: none;
	cursor: auto;
	visibility: unset !important;
	z-index: 1
}

.s7videoviewer .s7controlbar.hidden-in-mobile {
	opacity: 0 !important;
	visibility: hidden !important
}

.s7videoviewer .s7videotime div:nth-of-type(2) {
	display: none
}

.s7videoviewer .s7iconeffect {
	cursor: pointer;
	pointer-events: auto !important;
	z-index: 2
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
	.s7videoviewer.s7touchinput .s7mutablevolume .s7mutebutton[selected='false'][state='up'] {
		background-position: -60px -952px
	}
}

.local-forecast {
	margin-bottom: 60px
}

.local-forecast .attribution {
	margin-left: 5px;
	position: relative;
	top: -3px;
	width: 78px
}

.local-forecast .row {
	margin-left: 0;
	margin-right: 0
}

.local-forecast ul {
	list-style: none;
	max-width: none
}

.local-forecast ul li {
	float: left;
	font-size: 12px;
	padding: 10px
}

html[dir='rtl'] .local-forecast ul li {
	float: right
}

.local-forecast ul .date {
	margin-bottom: 15px
}

.local-forecast ul .col {
	float: left;
	width: 50%
}

.local-forecast ul .icon {
	color: #6f6f6f;
	font-family: 'ritz-icons';
	font-size: 40px;
	font-weight: normal !important;
	line-height: 1;
	text-align: center
}

.local-forecast ul .icon .icon-sun::before,
.local-forecast ul .icon [class='31']::before,
.local-forecast ul .icon [class='32']::before,
.local-forecast ul .icon [class='36']::before {
	content: '\e614'
}

.local-forecast ul .icon .icon-partly-cloudly::before,
.local-forecast ul .icon .icon-mostly-cloudy::before,
.local-forecast ul .icon .icon-mostly-sunny::before,
.local-forecast ul .icon .icon-partly-sunny::before,
.local-forecast ul .icon [class='29']::before,
.local-forecast ul .icon [class='30']::before,
.local-forecast ul .icon [class='33']::before,
.local-forecast ul .icon [class='34']::before {
	content: '\e615'
}

.local-forecast ul .icon .icon-cloudy::before,
.local-forecast ul .icon [class='27']::before,
.local-forecast ul .icon [class='28']::before {
	content: '\e616'
}

.local-forecast ul .icon .icon-tstorms::before,
.local-forecast ul .icon .icon-chance-tstorms::before,
.local-forecast ul .icon .icon-weather-unknown::before,
.local-forecast ul .icon [class='0']::before,
.local-forecast ul .icon [class='1']::before,
.local-forecast ul .icon [class='2']::before,
.local-forecast ul .icon [class='3']::before,
.local-forecast ul .icon [class='4']::before,
.local-forecast ul .icon [class='37']::before,
.local-forecast ul .icon [class='38']::before,
.local-forecast ul .icon [class='47']::before {
	content: '\e617'
}

.local-forecast ul .icon .icon-chance-rain::before,
.local-forecast ul .icon [class='9']::before,
.local-forecast ul .icon [class='10']::before,
.local-forecast ul .icon [class='11']::before,
.local-forecast ul .icon [class='39']::before,
.local-forecast ul .icon [class='45']::before {
	content: '\e618'
}

.local-forecast ul .icon .icon-rain::before,
.local-forecast ul .icon [class='12']::before,
.local-forecast ul .icon [class='35']::before,
.local-forecast ul .icon [class='40']::before {
	content: '\e619'
}

.local-forecast ul .icon .icon-wind-clouds::before,
.local-forecast ul .icon [class='15']::before,
.local-forecast ul .icon [class='19']::before,
.local-forecast ul .icon [class='20']::before,
.local-forecast ul .icon [class='21']::before,
.local-forecast ul .icon [class='22']::before,
.local-forecast ul .icon [class='23']::before,
.local-forecast ul .icon [class='24']::before,
.local-forecast ul .icon [class='26']::before {
	content: '\e61a'
}

.local-forecast ul .icon .icon-wind-clouds-rain::before,
.local-forecast ul .icon [class='25']::before {
	content: '\e61b'
}

.local-forecast ul .icon .icon-flurries::before,
.local-forecast ul .icon .icon-chance-snow::before,
.local-forecast ul .icon [class='5']::before,
.local-forecast ul .icon [class='6']::before,
.local-forecast ul .icon [class='7']::before,
.local-forecast ul .icon [class='8']::before,
.local-forecast ul .icon [class='13']::before,
.local-forecast ul .icon [class='14']::before,
.local-forecast ul .icon [class='42']::before,
.local-forecast ul .icon [class='46']::before {
	content: '\e61c'
}

.local-forecast ul .icon .icon-snow::before,
.local-forecast ul .icon [class='16']::before,
.local-forecast ul .icon [class='17']::before,
.local-forecast ul .icon [class='18']::before,
.local-forecast ul .icon [class='42']::before,
.local-forecast ul .icon [class='43']::before {
	content: '\e61d'
}

.local-forecast ul .icon [class='44']::before {
	content: '\e62b'
}

.local-forecast ul .forecast p {
	font-size: inherit;
	margin-bottom: 5px
}

.local-forecast ul .forecast span {
	color: #6f6f6f;
	font-weight: normal !important
}

@media only screen and (min-width:42.063em) {
	.local-forecast ul .icon {
		text-align: left
	}
}

@media only screen and (max-width:54.063em) {
	.local-forecast ul span {
		display: block
	}
}

.local-forecast ul .today {
	border: 1px solid #c7ddf3;
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-weight: bold
}

.local-forecast ul .today p {
	font-weight: bold
}

.local-forecast ul .today .icon {
	color: #1c1c1c
}

.weatherv2 {
	margin-bottom: 60px;
	position: relative
}

.weatherv2 .background {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative
}

.weatherv2 .background img {
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%
}

.weatherv2 span.cel {
	display: none
}

.weatherv2 span.far {
	display: inline
}

.weatherv2 p.h2 {
	font-size: 30px;
	margin-bottom: 10px;
	text-transform: none
}

.weatherv2 h6 {
	font-family: "proxima-nova-thin", Helvetica, "Arial Unicode", sans-serif;
	font-size: 20px;
	font-weight: 900;
	margin: 0 0 20px;
	text-transform: uppercase
}

.weatherv2 li {
	list-style: none
}

.weatherv2 .current-forecast .icon,
.weatherv2 .current-forecast .forecast {
	color: #1c1c1c;
	display: inline-block;
	margin: 0 10px
}

.weatherv2 .current-forecast .forecast p {
	color: #1c1c1c;
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 48px;
	line-height: 50px;
	margin-bottom: 0;
	position: relative;
	top: 7px
}

.weatherv2 #local-forecast .pane-1 {
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 10%;
	padding: 40px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 400px
}

.weatherv2 #local-forecast .pane-1 .current-forecast .icon,
.weatherv2 #local-forecast .pane-1 .current-forecast .forecast {
	color: #1c1c1c;
	display: inline-block;
	margin: 0 10px
}

.weatherv2 #local-forecast .pane-1 .current-forecast .forecast p {
	color: #1c1c1c;
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 48px;
	line-height: 50px;
	margin-bottom: 0;
	position: relative;
	top: 7px
}

.weatherv2 #local-forecast .pane-1 .local-forecastV2 .row {
	margin: 0
}

.weatherv2 #local-forecast .pane-1 .local-forecastV2 li {
	margin-bottom: 10px
}

.weatherv2 #local-forecast .pane-1 .local-forecastV2 .forecast p {
	color: #6f6f6f;
	margin-bottom: 0
}

.weatherv2 #local-forecast .pane-1 .local-forecastV2 .today {
	border-bottom: 1px solid #6f6f6f;
	color: #1c1c1c;
	margin-bottom: 20px;
	padding-bottom: 20px
}

.weatherv2 #local-forecast .pane-1 .local-forecastV2 .today p {
	color: #1c1c1c;
	font-size: 20px
}

.weatherv2 #local-forecast .pane-1 .local-forecastV2 .today .date,
.weatherv2 #local-forecast .pane-1 .local-forecastV2 .today .icon {
	display: none
}

.weatherv2 #local-forecast li {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none
}

.weatherv2 #local-forecast li .date {
	width: 100%
}

.weatherv2 .controls {
	margin-top: 20px;
	text-align: left
}

.weatherv2 .controls a {
	color: #6f6f6f
}

.weatherv2 .controls a.active {
	color: #1c1c1c
}

.weatherv2 .controls a:hover,
.weatherv2 .controls a:focus {
	color: #1c1c1c;
	text-decoration: none
}

.weatherv2 .controls .far-cel,
.weatherv2 .controls .day-month {
	display: inline-block
}

.weatherv2 .controls .far-cel {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 30px;
	margin-right: 20px
}

.weatherv2 .controls .day-month .hide-monthly {
	display: none
}

.weatherv2 .controls .icon-arrow-right,
.weatherv2 .controls .icon-arrow-left {
	left: 5px;
	position: relative;
	top: 3px
}

.weatherv2.far-active .forecast span.cel {
	display: none
}

.weatherv2.far-active .forecast span.far {
	display: inline
}

.weatherv2.cel-active span.far {
	display: none
}

.weatherv2.cel-active span.cel {
	display: inline
}

.weatherv2 #local-almanac {
	background: rgba(255, 255, 255, 0.75);
	display: flex;
	height: 100%;
	left: calc(400px + 10%);
	opacity: 0;
	padding: 40px;
	position: absolute;
	text-align: center;
	top: 0;
	transition: opacity 1s;
	width: 400px
}

.weatherv2 #local-almanac>.local-almanac {
	float: left;
	height: 100%;
	width: 50%
}

.weatherv2 #local-almanac>.local-almanac>.row {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between
}

.weatherv2 #local-almanac>.local-almanac p {
	margin-bottom: 0
}

.weatherv2 #local-almanac>.local-almanac hr {
	display: none
}

.weatherv2 #local-almanac>.local-almanac .date {
	font-family: "caslon-540", "Times New Roman", serif;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase
}

.weatherv2 #local-almanac>.local-almanac .col {
	margin: 0 10px
}

.weatherv2 #local-almanac>.local-almanac .col:not(.icon) p:first-of-type::before {
	content: 'H: '
}

.weatherv2 #local-almanac>.local-almanac .col:not(.icon) p:last-of-type::before {
	content: 'L: '
}

.weatherv2 #local-almanac>.local-almanac .col.icon {
	color: #6f6f6f;
	font-size: 30px
}

.weatherv2 #local-almanac.show {
	opacity: 100%
}

.weatherv2 .icon {
	color: #6f6f6f;
	font-family: 'ritz-icons';
	font-size: 40px;
	font-weight: normal !important;
	line-height: 1;
	text-align: center
}

.weatherv2 .icon .icon-sun::before,
.weatherv2 .icon [class='31']::before,
.weatherv2 .icon [class='32']::before,
.weatherv2 .icon [class='36']::before {
	content: '\e614'
}

.weatherv2 .icon .icon-partly-cloudly::before,
.weatherv2 .icon .icon-mostly-cloudy::before,
.weatherv2 .icon .icon-mostly-sunny::before,
.weatherv2 .icon .icon-partly-sunny::before,
.weatherv2 .icon [class='29']::before,
.weatherv2 .icon [class='30']::before,
.weatherv2 .icon [class='33']::before,
.weatherv2 .icon [class='34']::before {
	content: '\e615'
}

.weatherv2 .icon .icon-cloudy::before,
.weatherv2 .icon [class='27']::before,
.weatherv2 .icon [class='28']::before {
	content: '\e616'
}

.weatherv2 .icon .icon-tstorms::before,
.weatherv2 .icon .icon-chance-tstorms::before,
.weatherv2 .icon .icon-weather-unknown::before,
.weatherv2 .icon [class='0']::before,
.weatherv2 .icon [class='1']::before,
.weatherv2 .icon [class='2']::before,
.weatherv2 .icon [class='3']::before,
.weatherv2 .icon [class='4']::before,
.weatherv2 .icon [class='37']::before,
.weatherv2 .icon [class='38']::before,
.weatherv2 .icon [class='47']::before {
	content: '\e617'
}

.weatherv2 .icon .icon-chance-rain::before,
.weatherv2 .icon [class='9']::before,
.weatherv2 .icon [class='10']::before,
.weatherv2 .icon [class='11']::before,
.weatherv2 .icon [class='39']::before,
.weatherv2 .icon [class='45']::before {
	content: '\e618'
}

.weatherv2 .icon .icon-rain::before,
.weatherv2 .icon [class='12']::before,
.weatherv2 .icon [class='35']::before,
.weatherv2 .icon [class='40']::before {
	content: '\e619'
}

.weatherv2 .icon .icon-wind-clouds::before,
.weatherv2 .icon [class='15']::before,
.weatherv2 .icon [class='19']::before,
.weatherv2 .icon [class='20']::before,
.weatherv2 .icon [class='21']::before,
.weatherv2 .icon [class='22']::before,
.weatherv2 .icon [class='23']::before,
.weatherv2 .icon [class='24']::before,
.weatherv2 .icon [class='26']::before {
	content: '\e61a'
}

.weatherv2 .icon .icon-wind-clouds-rain::before,
.weatherv2 .icon [class='25']::before {
	content: '\e61b'
}

.weatherv2 .icon .icon-flurries::before,
.weatherv2 .icon .icon-chance-snow::before,
.weatherv2 .icon [class='5']::before,
.weatherv2 .icon [class='6']::before,
.weatherv2 .icon [class='7']::before,
.weatherv2 .icon [class='8']::before,
.weatherv2 .icon [class='13']::before,
.weatherv2 .icon [class='14']::before,
.weatherv2 .icon [class='42']::before,
.weatherv2 .icon [class='46']::before {
	content: '\e61c'
}

.weatherv2 .icon .icon-snow::before,
.weatherv2 .icon [class='16']::before,
.weatherv2 .icon [class='17']::before,
.weatherv2 .icon [class='18']::before,
.weatherv2 .icon [class='42']::before,
.weatherv2 .icon [class='43']::before {
	content: '\e61d'
}

.weatherv2 .icon [class='44']::before {
	content: '\e62b'
}

@media screen and (min-width:60em) and (max-width:72em) {
	.weatherv2 p.h2 {
		margin-bottom: 0
	}
	.weatherv2 h6 {
		margin: 0 0 10px
	}
	.weatherv2 #local-forecast .local-forecastV2 .today {
		margin-bottom: 10px;
		padding-bottom: 10px
	}
	.weatherv2 .controls {
		margin-top: 10px
	}
	.weatherv2 #local-almanac {
		padding: 20px
	}
}

@media screen and (max-width:60em) {
	.weatherv2 .background {
		height: 100%;
		padding-bottom: 0;
		position: absolute;
		width: calc(100% - 1.25rem)
	}
	.weatherv2 .background img {
		height: 100%
	}
	.weatherv2 #local-forecast .pane-1 {
		left: 0;
		margin: 20px;
		padding: 20px;
		position: relative;
		top: 20px;
		width: calc(100% - 40px)
	}
	.weatherv2 #local-forecast .pane-1 .local-forecastV2 .columns:not(.today) {
		width: 33%
	}
	.weatherv2 #local-forecast .pane-1 .controls .icon-arrow-right,
	.weatherv2 #local-forecast .pane-1 .controls .icon-arrow-left {
		display: inline-block;
		transform: rotate(90deg)
	}
	.weatherv2 #local-almanac {
		display: none;
		height: 0;
		left: 0;
		padding: 0;
		position: relative;
		top: 0;
		transition: opacity .5s, height .5s;
		width: calc(100% - 40px)
	}
	.weatherv2 #local-almanac>.local-almanac {
		float: none;
		width: 100%
	}
	.weatherv2 #local-almanac>.local-almanac>.row {
		flex-flow: row wrap;
		margin: 0;
		width: 100%
	}
	.weatherv2 #local-almanac>.local-almanac>.row li {
		margin-bottom: 20px;
		padding: 0;
		width: 33%
	}
	.weatherv2 #local-almanac.show {
		height: 100%;
		margin: 20px 20px 0;
		padding: 20px 20px 0
	}
}

.three-col-right-banner>.columns.large-9 .weatherv2 .background,
.two-col-left>.columns.large-9 .weatherv2 .background,
.two-col-right>.columns.large-9 .weatherv2 .background {
	padding-bottom: 75%
}

@media screen and (max-width:30.063em) {
	.three-col-right-banner>.columns.large-9 .weatherv2 .background,
	.two-col-left>.columns.large-9 .weatherv2 .background,
	.two-col-right>.columns.large-9 .weatherv2 .background {
		width: 100%
	}
}

.three-col-right-banner>.columns.large-9 .weatherv2 #local-almanac,
.two-col-left>.columns.large-9 .weatherv2 #local-almanac,
.two-col-right>.columns.large-9 .weatherv2 #local-almanac {
	width: 350px
}

@media screen and (max-width:60em) {
	.three-col-right-banner>.columns.large-9 .weatherv2 #local-almanac,
	.two-col-left>.columns.large-9 .weatherv2 #local-almanac,
	.two-col-right>.columns.large-9 .weatherv2 #local-almanac {
		width: calc(100% - 40px)
	}
}

.three-col-right-banner>.columns.large-9 .large-9 .weatherv2 .background,
.two-col-left>.columns.large-9 .large-9 .weatherv2 .background,
.two-col-right>.columns.large-9 .large-9 .weatherv2 .background {
	height: 100%;
	padding-bottom: 0;
	position: absolute;
	width: calc(100% - 20px)
}

.three-col-right-banner>.columns.large-9 .large-9 .weatherv2 .background img,
.two-col-left>.columns.large-9 .large-9 .weatherv2 .background img,
.two-col-right>.columns.large-9 .large-9 .weatherv2 .background img {
	height: 100%
}

@media screen and (max-width:30.063em) {
	.three-col-right-banner>.columns.large-9 .large-9 .weatherv2 .background,
	.two-col-left>.columns.large-9 .large-9 .weatherv2 .background,
	.two-col-right>.columns.large-9 .large-9 .weatherv2 .background {
		width: 100%
	}
}

.three-col-right-banner>.columns.large-9 .large-9 .weatherv2 #local-forecast .pane-1,
.two-col-left>.columns.large-9 .large-9 .weatherv2 #local-forecast .pane-1,
.two-col-right>.columns.large-9 .large-9 .weatherv2 #local-forecast .pane-1 {
	left: 0;
	margin: 20px;
	padding: 20px;
	position: relative;
	top: 20px;
	width: calc(100% - 40px)
}

.three-col-right-banner>.columns.large-9 .large-9 .weatherv2 #local-forecast .pane-1 .local-forecastV2 .columns:not(.today),
.two-col-left>.columns.large-9 .large-9 .weatherv2 #local-forecast .pane-1 .local-forecastV2 .columns:not(.today),
.two-col-right>.columns.large-9 .large-9 .weatherv2 #local-forecast .pane-1 .local-forecastV2 .columns:not(.today) {
	width: 33%
}

.three-col-right-banner>.columns.large-9 .large-9 .weatherv2 #local-forecast .pane-1 .controls .icon-arrow-right,
.three-col-right-banner>.columns.large-9 .large-9 .weatherv2 #local-forecast .pane-1 .controls .icon-arrow-left,
.two-col-left>.columns.large-9 .large-9 .weatherv2 #local-forecast .pane-1 .controls .icon-arrow-right,
.two-col-left>.columns.large-9 .large-9 .weatherv2 #local-forecast .pane-1 .controls .icon-arrow-left,
.two-col-right>.columns.large-9 .large-9 .weatherv2 #local-forecast .pane-1 .controls .icon-arrow-right,
.two-col-right>.columns.large-9 .large-9 .weatherv2 #local-forecast .pane-1 .controls .icon-arrow-left {
	display: inline-block;
	transform: rotate(90deg)
}

.three-col-right-banner>.columns.large-9 .large-9 .weatherv2 #local-almanac,
.two-col-left>.columns.large-9 .large-9 .weatherv2 #local-almanac,
.two-col-right>.columns.large-9 .large-9 .weatherv2 #local-almanac {
	display: none;
	height: 0;
	left: 0;
	padding: 0;
	position: relative;
	top: 0;
	transition: opacity .5s, height .5s;
	width: calc(100% - 40px)
}

.three-col-right-banner>.columns.large-9 .large-9 .weatherv2 #local-almanac>.local-almanac,
.two-col-left>.columns.large-9 .large-9 .weatherv2 #local-almanac>.local-almanac,
.two-col-right>.columns.large-9 .large-9 .weatherv2 #local-almanac>.local-almanac {
	float: none;
	width: 100%
}

.three-col-right-banner>.columns.large-9 .large-9 .weatherv2 #local-almanac>.local-almanac>.row,
.two-col-left>.columns.large-9 .large-9 .weatherv2 #local-almanac>.local-almanac>.row,
.two-col-right>.columns.large-9 .large-9 .weatherv2 #local-almanac>.local-almanac>.row {
	flex-flow: row wrap;
	margin: 0;
	width: 100%
}

.three-col-right-banner>.columns.large-9 .large-9 .weatherv2 #local-almanac>.local-almanac>.row li,
.two-col-left>.columns.large-9 .large-9 .weatherv2 #local-almanac>.local-almanac>.row li,
.two-col-right>.columns.large-9 .large-9 .weatherv2 #local-almanac>.local-almanac>.row li {
	margin-bottom: 20px;
	padding: 0;
	width: 33%
}

.three-col-right-banner>.columns.large-9 .large-9 .weatherv2 #local-almanac.show,
.two-col-left>.columns.large-9 .large-9 .weatherv2 #local-almanac.show,
.two-col-right>.columns.large-9 .large-9 .weatherv2 #local-almanac.show {
	height: 100%;
	margin: 20px 20px 0;
	padding: 20px 20px 0
}

.trc-map {
	height: 250px
}

.trc-map .markers {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	min-width: 35px;
	text-align: center;
	transform: translate(-50%, 0)
}

.trc-map .markers span {
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.8), 1px -1px 0 rgba(0, 0, 0, 0.8), -1px 1px 0 rgba(0, 0, 0, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.8)
}

.trc-map .gm-style-iw {
	padding: 5px
}

.trc-map .infobox-body {
	padding: 5px 0
}

.trc-map .gm-style-iw .iw-image,
.trc-map .infobox-body .iw-image {
	margin-right: 3%;
	max-width: 300px;
	padding-left: 0;
	vertical-align: top;
	width: 48%
}

.trc-map .gm-style-iw .iw-image img,
.trc-map .infobox-body .iw-image img {
	max-width: 100%
}

.trc-map .gm-style-iw .iw-title,
.trc-map .infobox-body .iw-title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px
}

.trc-map .gm-style-iw .iw-body p:last-of-type,
.trc-map .infobox-body .iw-body p:last-of-type {
	margin-bottom: 0
}

.trc-map .gm-style-iw .iw-link,
.trc-map .infobox-body .iw-link {
	display: block;
	font-size: 14px;
	margin-top: 5px
}

.trc-map .gm-style-mtc div:nth-of-type(2) {
	width: 100%
}

.trc-map .gm-style-mtc div:nth-of-type(2) span[role='checkbox'] {
	float: left
}

.trc-map .gm-style-mtc div:nth-of-type(2) label {
	font-size: 12px;
	margin-top: -2px
}

.map-utility-links {
	list-style-type: none;
	margin-bottom: 50px;
	margin-left: 0
}

.map-utility-links li {
	display: inline-block;
	margin-bottom: 0
}

.map-utility-links li:not(:first-child)::before {
	content: '|'
}

.map-utility-links li a {
	padding: 0 10px
}

.map-utility-links li:first-of-type a {
	padding-left: 0
}

.poi-list.key-container li {
	cursor: pointer
}

.poi-list .map-region-list-item-active {
	font-family: "proxima-nova-bold", Helvetica, "Arial Unicode", sans-serif;
	font-weight: bold
}

.poi-list .map-region-list-item-hover,
.poi-list .map-region-list-item:hover {
	text-decoration: underline
}

@media only screen and (min-width:42.063em) {
	.poi-map {
		height: 435px
	}
}

.location-map {
	margin: 0 0 20px
}

.location-map .gm-style-iw .iw-body>span,
.location-map .infobox-info .iw-body>span {
	white-space: nowrap
}

@media only screen and (min-width:54.063em) {
	.location-map {
		height: 500px
	}
}

@media only screen and (min-width:42.063em) {
	.property-map {
		height: 300px
	}
}

#hotel-map {
	margin-bottom: 20px
}

.reserve-hero,
.card-overlay,
.reserve-mosaic {
	margin-bottom: 60px
}

.reserve-hero>.container,
.card-overlay>.container,
.reserve-mosaic>.container {
	max-height: 810px;
	overflow: hidden;
	position: relative
}

.reserve-hero>.container::before,
.card-overlay>.container::before,
.reserve-mosaic>.container::before {
	content: '';
	display: block;
	padding-top: 56.25%
}

.reserve-hero>.container .slides,
.card-overlay>.container .slides,
.reserve-mosaic>.container .slides {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.reserve-hero>.container .slides .slide .headline,
.card-overlay>.container .slides .slide .headline,
.reserve-mosaic>.container .slides .slide .headline {
	font-family: "caslon-540", "Times New Roman", serif
}

.reserve-hero>.container .slides .slide p,
.card-overlay>.container .slides .slide p,
.reserve-mosaic>.container .slides .slide p {
	font-family: "caslon-540", "Times New Roman", serif
}

.reserve-hero>.container .slides .slick-list,
.card-overlay>.container .slides .slick-list,
.reserve-mosaic>.container .slides .slick-list {
	max-height: 100%
}

.reserve-hero>.container .slides .slick-list .slick-track,
.card-overlay>.container .slides .slick-list .slick-track,
.reserve-mosaic>.container .slides .slick-list .slick-track {
	max-height: 810px
}

.reserve-hero>.container .slides .slick-list .slick-track .slide,
.card-overlay>.container .slides .slick-list .slick-track .slide,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide {
	background: #1c1c1c;
	height: 100%;
	left: 0 !important;
	max-height: 810px;
	position: absolute !important;
	text-align: center;
	top: 0 !important;
	width: 100%
}

.reserve-hero>.container .slides .slick-list .slick-track .slide img,
.card-overlay>.container .slides .slick-list .slick-track .slide img,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide img {
	margin: 0 auto;
	width: 100%
}

.reserve-hero>.container .slides .slick-list .slick-track .slide img.lock-middle,
.reserve-hero>.container .slides .slick-list .slick-track .slide img.lock-to-middle,
.card-overlay>.container .slides .slick-list .slick-track .slide img.lock-middle,
.card-overlay>.container .slides .slick-list .slick-track .slide img.lock-to-middle,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide img.lock-middle,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide img.lock-to-middle {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) !important
}

.reserve-hero>.container .slides .slick-list .slick-track .slide img.lock-bottom,
.reserve-hero>.container .slides .slick-list .slick-track .slide img.lock-to-bottom,
.card-overlay>.container .slides .slick-list .slick-track .slide img.lock-bottom,
.card-overlay>.container .slides .slick-list .slick-track .slide img.lock-to-bottom,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide img.lock-bottom,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide img.lock-to-bottom {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .card-wrapper,
.card-overlay>.container .slides .slick-list .slick-track .slide .card-wrapper,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .card-wrapper {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 1s ease, top 1s ease
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .card-wrapper .card,
.card-overlay>.container .slides .slick-list .slick-track .slide .card-wrapper .card,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .card-wrapper .card {
	background: #1c1c1c;
	color: #fff;
	font-size: 13px;
	line-height: 1em;
	max-width: 375px;
	opacity: 1;
	padding: 30px 20px;
	position: relative;
	text-align: center;
	width: 375px
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .card-wrapper .card .hr-icon,
.card-overlay>.container .slides .slick-list .slick-track .slide .card-wrapper .card .hr-icon,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .card-wrapper .card .hr-icon {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin: 0 auto 30px;
	width: calc(100% - 60px)
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .card-wrapper .card .hr-icon::after,
.card-overlay>.container .slides .slick-list .slick-track .slide .card-wrapper .card .hr-icon::after,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .card-wrapper .card .hr-icon::after {
	background: #1c1c1c;
	color: rgba(255, 255, 255, 0.7);
	content: '\e911';
	font-family: 'ritz-icons';
	font-size: 25px;
	left: 50%;
	padding: 0 10px 0 15px;
	position: absolute;
	transform: translate(-50%, -50%)
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .card-wrapper .card .headline,
.card-overlay>.container .slides .slick-list .slick-track .slide .card-wrapper .card .headline,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .card-wrapper .card .headline {
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif;
	font-size: 28px;
	letter-spacing: .6px;
	line-height: 32px;
	text-transform: uppercase
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .card-wrapper .card .dot-container,
.card-overlay>.container .slides .slick-list .slick-track .slide .card-wrapper .card .dot-container,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .card-wrapper .card .dot-container {
	padding: 5px 0
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .card-wrapper .card .dot-container .dot,
.card-overlay>.container .slides .slick-list .slick-track .slide .card-wrapper .card .dot-container .dot,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .card-wrapper .card .dot-container .dot {
	background: #f2f2f2
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .card-wrapper .card p,
.card-overlay>.container .slides .slick-list .slick-track .slide .card-wrapper .card p,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .card-wrapper .card p {
	font-family: "caslon-224", "caslon-540", "Times New Roman", serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .3px;
	line-height: 26px
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .card-wrapper .card .bottom,
.card-overlay>.container .slides .slick-list .slick-track .slide .card-wrapper .card .bottom,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .card-wrapper .card .bottom {
	bottom: 30px;
	left: 20px;
	position: absolute;
	right: 20px
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .card-wrapper .card .bottom .button,
.card-overlay>.container .slides .slick-list .slick-track .slide .card-wrapper .card .bottom .button,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .card-wrapper .card .bottom .button {
	display: inline-block;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	letter-spacing: 1.2px;
	line-height: 16px;
	margin: auto;
	padding: 17px 35px 15px
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .card-wrapper .card .bottom .slide-count-wrap,
.card-overlay>.container .slides .slick-list .slick-track .slide .card-wrapper .card .bottom .slide-count-wrap,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .card-wrapper .card .bottom .slide-count-wrap {
	display: block;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2.46px;
	line-height: 19px;
	margin: 15px 5px 5px
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .card-wrapper .card .bottom .slide-count-wrap .slide-count,
.card-overlay>.container .slides .slick-list .slick-track .slide .card-wrapper .card .bottom .slide-count-wrap .slide-count,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .card-wrapper .card .bottom .slide-count-wrap .slide-count {
	display: inline-block;
	position: relative
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .utility,
.reserve-hero>.container .slides .slick-list .slick-track .slide .card-wrapper,
.card-overlay>.container .slides .slick-list .slick-track .slide .utility,
.card-overlay>.container .slides .slick-list .slick-track .slide .card-wrapper,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .utility,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .card-wrapper {
	display: block
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .slick-prev,
.reserve-hero>.container .slides .slick-list .slick-track .slide .slick-next,
.card-overlay>.container .slides .slick-list .slick-track .slide .slick-prev,
.card-overlay>.container .slides .slick-list .slick-track .slide .slick-next,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .slick-prev,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .slick-next {
	font-family: 'ritz-icons';
	height: 40px;
	top: -4px;
	width: 40px
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .slick-prev::before,
.reserve-hero>.container .slides .slick-list .slick-track .slide .slick-next::before,
.card-overlay>.container .slides .slick-list .slick-track .slide .slick-prev::before,
.card-overlay>.container .slides .slick-list .slick-track .slide .slick-next::before,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .slick-prev::before,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .slick-next::before {
	opacity: 1
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .slick-prev:hover,
.reserve-hero>.container .slides .slick-list .slick-track .slide .slick-next:hover,
.card-overlay>.container .slides .slick-list .slick-track .slide .slick-prev:hover,
.card-overlay>.container .slides .slick-list .slick-track .slide .slick-next:hover,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .slick-prev:hover,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .slick-next:hover {
	background: transparent
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .slick-prev,
.card-overlay>.container .slides .slick-list .slick-track .slide .slick-prev,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .slick-prev {
	left: -50px
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .slick-prev::before,
.card-overlay>.container .slides .slick-list .slick-track .slide .slick-prev::before,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .slick-prev::before {
	content: '\e601'
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .slick-next,
.card-overlay>.container .slides .slick-list .slick-track .slide .slick-next,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .slick-next {
	right: -45px
}

.reserve-hero>.container .slides .slick-list .slick-track .slide .slick-next::before,
.card-overlay>.container .slides .slick-list .slick-track .slide .slick-next::before,
.reserve-mosaic>.container .slides .slick-list .slick-track .slide .slick-next::before {
	content: '\e600'
}

.reserve-hero>.container .slides .utility,
.reserve-hero>.container .slides .card-wrapper,
.card-overlay>.container .slides .utility,
.card-overlay>.container .slides .card-wrapper,
.reserve-mosaic>.container .slides .utility,
.reserve-mosaic>.container .slides .card-wrapper {
	display: none
}

@media screen and (max-width:54.063em) {
	.reserve-hero,
	.card-overlay,
	.reserve-mosaic {
		height: 100%
	}
	.reserve-hero>.container,
	.card-overlay>.container,
	.reserve-mosaic>.container {
		height: 580px;
		max-height: none;
		overflow: hidden
	}
	.reserve-hero>.container .slides .slick-list,
	.card-overlay>.container .slides .slick-list,
	.reserve-mosaic>.container .slides .slick-list {
		max-height: 100%
	}
	.reserve-hero>.container .slides .slick-list .slick-track,
	.card-overlay>.container .slides .slick-list .slick-track,
	.reserve-mosaic>.container .slides .slick-list .slick-track {
		max-height: none
	}
	.reserve-hero>.container .slides .slick-list .slick-track .slide,
	.card-overlay>.container .slides .slick-list .slick-track .slide,
	.reserve-mosaic>.container .slides .slick-list .slick-track .slide {
		max-height: none
	}
	.reserve-hero>.container .slides .slick-list .slick-track .slide img,
	.card-overlay>.container .slides .slick-list .slick-track .slide img,
	.reserve-mosaic>.container .slides .slick-list .slick-track .slide img {
		height: auto !important;
		left: 50%;
		max-height: 140% !important;
		max-width: none !important;
		min-height: 100% !important;
		min-width: 100% !important;
		position: absolute;
		transform: translate(-50%, 0);
		width: auto !important
	}
	.reserve-hero>.container .slides .slick-list .slick-track .slide .card-wrapper,
	.card-overlay>.container .slides .slick-list .slick-track .slide .card-wrapper,
	.reserve-mosaic>.container .slides .slick-list .slick-track .slide .card-wrapper {
		margin: auto;
		width: 100%
	}
	.reserve-hero>.container .slides .slick-list .slick-track .slide .card-wrapper .card,
	.card-overlay>.container .slides .slick-list .slick-track .slide .card-wrapper .card,
	.reserve-mosaic>.container .slides .slick-list .slick-track .slide .card-wrapper .card {
		margin: auto;
		max-width: 375px;
		width: calc(100% - 40px)
	}
}

.reserve#herocontent {
	position: relative
}

.reserve#herocontent.parallax {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0
}

.reserve#maincontent {
	background: #fff;
	overflow-x: hidden;
	padding-top: 40px;
	position: relative;
	z-index: 1
}

.reserve .epicattributelist h2,
.reserve .epicattributelist .h2 {
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif
}

.reserve .epicattributelist li,
.reserve .epicattributelist p {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif
}

@media screen and (min-width:48.063em) {
	.reserve-inner-body .persistent-button {
		display: none !important
	}
}

@media screen and (max-width:48.063em) {
	.reserve-inner-body .persistent-button {
		background: #000;
		bottom: 0;
		position: fixed;
		right: 0;
		text-align: center;
		width: 100%;
		z-index: 3
	}
	.reserve-inner-body .persistent-button .button {
		background: transparent;
		border: solid 1px rgba(255, 255, 255, 0.8);
		color: #fff;
		font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
		font-size: 14px;
		letter-spacing: 1.11px;
		margin: 10px;
		text-align: center
	}
}

.column-control.reserve {
	margin: 0 auto 40px;
	max-width: 75rem;
	padding-top: 40px
}

.column-control.reserve.full-bleed {
	max-width: none
}

.column-control.reserve.gray {
	background: #f6f3f3
}

.column-control.reserve.black {
	background: #2b2b2d
}

.column-control.reserve.no-padding {
	margin-top: -40px
}

.reserve-footer {
	font-weight: 300;
	padding: 70px 0 50px
}

.reserve-footer .row {
	padding: 0 10px
}

.reserve-footer .trc-logo {
	margin: 0 0 40px;
	max-width: 250px;
	width: 100%
}

.reserve-footer .social-icons {
	position: relative;
	text-align: left
}

.reserve-footer .social-icons li {
	margin: 0
}

.reserve-footer .social-icons li a {
	color: #fff;
	margin: 0 25px 0 0;
	padding: 0
}

.reserve-footer .social-icons li a img {
	max-height: 20px
}

.reserve-footer .links {
	margin: 0;
	position: relative;
	top: -8px
}

.reserve-footer .links li {
	margin: 0
}

.reserve-footer .links li a {
	border-bottom: 1px solid #c7ddf3;
	color: #fff;
	display: inline-block;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 2.2px;
	line-height: 13px;
	padding: 40px 0 10px;
	text-transform: uppercase
}

.reserve-footer .links li a:hover {
	text-decoration: none
}

.reserve-footer .links li:first-of-type a {
	padding: 0 0 10px
}

.reserve-footer .headline {
	color: #c7ddf3;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 2.2px;
	line-height: 13px;
	margin: 0 0 15px;
	text-transform: uppercase
}

.reserve-footer .signup-form {
	float: left;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	max-width: 335px
}

.reserve-footer .signup-form .info {
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 28px
}

.reserve-footer .signup-form form {
	margin: auto
}

.reserve-footer .signup-form form input {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #c7ddf3;
	box-shadow: none;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 18px;
	height: auto;
	line-height: 21px;
	padding: 10px 50px 10px 0;
	width: calc(100% - 20px)
}

.reserve-footer .signup-form form input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 21px
}

.reserve-footer .signup-form form input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 21px
}

.reserve-footer .signup-form form input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 21px
}

.reserve-footer .signup-form form input::placeholder,
.reserve-footer .signup-form form input.placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 21px
}

.reserve-footer .signup-form form button {
	background: #fff;
	border-radius: 60px;
	bottom: 6px;
	font-size: 8px;
	margin: 0;
	padding: 13px 6px;
	position: absolute;
	right: 20px;
	top: auto
}

.reserve-footer .signup-form form button span::before {
	font-size: 8px;
	position: relative;
	top: 1px
}

.reserve-footer .language-selector select {
	background: #1c1c1c;
	border: 0;
	border-bottom: 1px solid #c7ddf3;
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 18px;
	height: auto;
	line-height: 21px;
	padding: 10px 0;
	width: auto
}

.reserve-footer .copyright {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	line-height: 28px;
	margin: 80px 0 0
}

@media only screen and (max-width:48.063em) {
	.reserve-footer {
		padding: 38px 0 0
	}
	.reserve-footer .columns {
		padding-bottom: 50px
	}
	.reserve-footer .trc-logo {
		margin: 0 0 30px
	}
	.reserve-footer .signup-form {
		padding: 0 10px 50px
	}
	.reserve-footer .signup-form form {
		position: relative
	}
	.reserve-footer .signup-form form input {
		padding: 14px 0;
		width: 100%
	}
	.reserve-footer .signup-form form button {
		bottom: 9px;
		right: 5px
	}
	.reserve-footer .copyright {
		margin: 0
	}
}

.lightblue-theme .reserve-footer .links li a {
	border-bottom: 1px solid #b4ffff
}

.lightblue-theme .reserve-footer .headline {
	color: #b4ffff
}

.lightblue-theme .reserve-footer .signup-form form input {
	border-bottom: 1px solid #b4ffff
}

.lightblue-theme .reserve-footer .language-selector select {
	border-bottom: 1px solid #b4ffff
}

.fuchsia-theme .reserve-footer .links li a {
	border-bottom: 1px solid #ffb3ff
}

.fuchsia-theme .reserve-footer .headline {
	color: #ffb3ff
}

.fuchsia-theme .reserve-footer .signup-form form input {
	border-bottom: 1px solid #ffb3ff
}

.fuchsia-theme .reserve-footer .language-selector select {
	border-bottom: 1px solid #ffb3ff
}

.orange-theme .reserve-footer .links li a {
	border-bottom: 1px solid #ffddb6
}

.orange-theme .reserve-footer .headline {
	color: #ffddb6
}

.orange-theme .reserve-footer .signup-form form input {
	border-bottom: 1px solid #ffddb6
}

.orange-theme .reserve-footer .language-selector select {
	border-bottom: 1px solid #ffddb6
}

.reserve-header {
	background: rgba(0, 0, 0, 0.45);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 3
}

.reserve-header.edit {
	position: relative
}

.reserve-header.sticky {
	background: rgba(0, 0, 0, 0.8);
	transition: 1s ease 2s
}

.reserve-header .brand-color {
	background: #7c9dce;
	height: 7px;
	width: 100%
}

.reserve-header .brand-top,
.reserve-header .reserve-links {
	margin: 0 auto;
	max-width: 1174px;
	width: 100%
}

.reserve-header .brand-top a {
	color: #fff
}

.reserve-header .brand-top .left,
.reserve-header .brand-top .right {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 2.6px;
	line-height: 16px;
	padding: 20px 0 10px;
	text-transform: uppercase
}

.reserve-header .brand-top .left a,
.reserve-header .brand-top .right a {
	font-weight: 100;
	text-decoration: none
}

.reserve-header .brand-top .left a span,
.reserve-header .brand-top .right a span {
	border-bottom: 1px solid transparent
}

.reserve-header .brand-top .left a:hover span:not(.icon-reserve-location),
.reserve-header .brand-top .right a:hover span:not(.icon-reserve-location) {
	border-bottom-color: #fff
}

.reserve-header .brand-top .left a.button,
.reserve-header .brand-top .right a.button {
	background: #fff;
	color: #1c1c1c;
	display: inline-block;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-weight: 400;
	letter-spacing: 1.75px;
	margin: 0 0 0 12px;
	padding: 10px 20px 8px
}

.reserve-header .brand-top .left a {
	display: block;
	margin-top: 15px
}

.reserve-header .brand-top .right {
	display: inline;
	list-style: none;
	margin: 0
}

.reserve-header .brand-top .right li {
	display: inline-block
}

.reserve-header .brand-top .right li a {
	padding-left: 20px
}

.reserve-header .brand-top .right li a.location {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	padding: 0;
	text-transform: none
}

.reserve-header .brand-top .right li a.location .icon-reserve-location {
	font-size: 13px;
	margin-right: 15px
}

.reserve-header .brand-top .right li a.location::after {
	content: '|';
	padding-left: 20px
}

.reserve-header .reserve-links {
	clear: both
}

.reserve-header .reserve-links .brand-logo {
	float: left;
	height: auto;
	margin-bottom: 20px;
	width: 218px
}

.reserve-header .reserve-links .brand-logo .icon-reserve-menu {
	display: none
}

.reserve-header .reserve-links .reserve-nav {
	float: right;
	padding: 15px 0;
	text-align: right;
	width: calc(100% - 218px)
}

.reserve-header .reserve-links .reserve-nav ul {
	display: inline;
	list-style: none;
	margin: 0
}

.reserve-header .reserve-links .reserve-nav ul li {
	display: inline-block;
	padding: 0 10px
}

.reserve-header .reserve-links .reserve-nav ul li:last-of-type {
	padding-right: 0
}

.reserve-header .reserve-links .reserve-nav ul li a span {
	border-bottom: 1px solid transparent;
	padding-bottom: 2px
}

.reserve-header .reserve-links .reserve-nav ul li a:hover span {
	border-bottom-color: #fff
}

.reserve-header .reserve-links .reserve-nav ul li a,
.reserve-header .reserve-links .reserve-nav .button {
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase
}

@media screen and (max-width:1222px) {
	.reserve-header .brand-top,
	.reserve-header .reserve-links {
		padding: 0 24px
	}
}

@media screen and (max-width:48.063em) {
	.reserve-header .brand-top .left {
		padding: 20px 0 7px
	}
	.reserve-header .brand-top .right {
		display: none
	}
	.reserve-header .reserve-links {
		position: relative
	}
	.reserve-header .reserve-links .brand-logo {
		float: none
	}
	.reserve-header .reserve-links .brand-logo img {
		margin: 0 0 20px
	}
	.reserve-header .reserve-links .brand-logo .header-menu-toggle {
		background: 0;
		bottom: 20px;
		left: auto;
		opacity: 1;
		padding: 0;
		position: absolute;
		right: 24px;
		top: auto
	}
	.reserve-header .reserve-links .brand-logo .header-menu-toggle .icon-reserve-menu {
		color: #fff;
		display: block
	}
	.reserve-header .reserve-links .reserve-nav {
		display: none
	}
}

.reserve-header::after {
	clear: both;
	content: '';
	display: block;
	height: 0;
	visibility: hidden
}

.show-menu .reserve-header {
	background: transparent;
	transition: none
}

@media screen and (max-width:48.063em) {
	.reserve-header.sticky {
		transition: 1s ease 0
	}
}

.brand-menu.reserve {
	visibility: hidden
}

@media screen and (max-width:48.063em) {
	.brand-menu.reserve .brand-menu-wrapper {
		background: rgba(28, 28, 28, 0.95);
		border-top: 0;
		color: #fff;
		height: 100%;
		left: 100%;
		padding: 30px;
		text-transform: none;
		top: 0;
		width: 100%
	}
	.brand-menu.reserve .brand-menu-wrapper .close-icon {
		background: transparent;
		font-size: 30px;
		position: absolute;
		right: 0;
		top: 10px
	}
	.brand-menu.reserve .brand-menu-wrapper .brand-menu-items {
		font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 2.29px;
		line-height: 64px;
		overflow: hidden;
		visibility: visible
	}
	.brand-menu.reserve .brand-menu-wrapper .brand-menu-items li {
		border-bottom: 0;
		float: none;
		padding: 0;
		text-align: center;
		width: 100%
	}
	.brand-menu.reserve .brand-menu-wrapper .brand-menu-items li:hover {
		background: 0
	}
	.brand-menu.reserve .brand-menu-wrapper .brand-menu-items li a {
		color: #fff;
		float: none;
		padding: 0;
		text-transform: uppercase;
		width: 100%
	}
	.brand-menu.reserve .brand-menu-wrapper .brand-menu-items li a.location {
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 40px;
		text-transform: none
	}
	.brand-menu.reserve .brand-menu-wrapper .brand-menu-items li.utility-links {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		display: inline-block;
		float: left;
		padding-bottom: 30px;
		width: calc(50% - 25px)
	}
	.brand-menu.reserve .brand-menu-wrapper .brand-menu-items li.utility-links a {
		display: inline-block;
		font-size: 13px;
		letter-spacing: 2.6px;
		line-height: 15px;
		padding: 0
	}
	.brand-menu.reserve .brand-menu-wrapper .brand-menu-items li.utility-links:nth-child(odd) {
		float: right
	}
	.brand-menu.reserve .brand-menu-wrapper .brand-menu-items li.navigation-links {
		margin-bottom: 30px
	}
	.brand-menu.reserve .brand-menu-wrapper .brand-menu-items li.reserve-button {
		bottom: 30px;
		left: 0;
		position: absolute;
		right: 0;
		text-align: center
	}
	.brand-menu.reserve .brand-menu-wrapper .brand-menu-items li .button {
		background: #fff;
		color: #1c1c1c;
		display: inline-block;
		letter-spacing: 1.75px;
		margin: 0;
		padding: 16px 17px;
		width: auto
	}
	.brand-menu.reserve .brand-menu-wrapper .brand-menu-items .hr-icon {
		border-top: 0 solid rgba(255, 255, 255, 0.3);
		margin: 0 auto 40px
	}
	.show-menu .brand-menu.reserve .brand-menu-wrapper {
		left: 0;
		transform: translateZ(2px);
		visibility: visible
	}
}

body.press-release .reserve-header {
	background: rgba(0, 0, 0, 0.8);
	margin-bottom: 40px
}

body.press-release .reserve-header.sticky {
	background: rgba(0, 0, 0, 0.8);
	transition: 1s ease 2s
}

.lightblue-theme .reserve-header .brand-color {
	background: #67c9ce
}

.fuchsia-theme .reserve-header .brand-color {
	background: #99005a
}

.orange-theme .reserve-header .brand-color {
	background: #d6441d
}

.quote-container {
	text-align: center
}

.quote-container .no-bottom-margin {
	margin-bottom: 100px !important
}

.quote-container .small-bottom-margin {
	margin-bottom: 135px !important
}

.quote-container .standard-bottom-margin {
	margin-bottom: 160px !important
}

.quote-container .large-bottom-margin {
	margin-bottom: 200px !important
}

.quote-container .quote {
	border: 1px solid #1c1c1c;
	margin: 10px 0 170px
}

.quote-container .quote .container {
	padding: 50px 40px 107px;
	position: relative
}

.quote-container .quote .container p {
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif;
	font-size: 54px;
	font-weight: 300;
	line-height: 64px
}

.quote-container .quote .container p.author {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 16px;
	margin: 16px 0 0;
	text-transform: uppercase
}

.quote-container .quote .container::before {
	border: 1px solid #1c1c1c;
	bottom: 5px;
	content: '';
	left: -7px;
	position: absolute;
	right: -7px;
	top: 5px;
	z-index: -1
}

.quote-container .quote .container.no-image {
	padding: 50px 40px 60px
}

.quote-container .quote .image-cropper {
	border: 20px solid #fff;
	border-radius: 50%;
	height: 214px;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	transform: translate(0, -50%);
	width: 214px
}

.quote-container .quote .image-cropper img {
	display: inline;
	height: 100%;
	margin: 0 auto;
	width: auto
}

@media screen and (max-width:1240px) {
	.quote-container .quote {
		margin: 10px 30px 100px;
		width: calc(100% - 60px)
	}
}

@media screen and (max-width:48.063em) {
	.quote-container .quote .container {
		padding: 25px 25px 75px
	}
	.quote-container .quote .container.no-image {
		padding: 25px 25px 35px
	}
	.quote-container .quote .container p {
		font-size: 28px;
		line-height: 31px
	}
	.quote-container .quote .container p.author {
		font-size: 10px;
		letter-spacing: 1.43px;
		line-height: 11px
	}
	.quote-container .quote .image-cropper {
		border: 5px solid #fff;
		height: 131px;
		width: 131px
	}
}

.card-overlay {
	margin: 0 0 100px
}

.card-overlay>.container .slides .slick-list .slick-track {
	left: 0;
	margin: auto;
	right: 0
}

.card-overlay>.container .slides .slick-list .slick-track .slide img.lock-to-middle {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) !important
}

.card-overlay>.container .slides .slick-list .slick-track .slide img.lock-to-bottom {
	bottom: 0;
	position: absolute
}

.card-overlay>.container .slides .slick-list .slick-track .slide .card-wrapper {
	transition: all 1s ease 0
}

.card-overlay.static>.container img {
	height: auto !important;
	left: 50%;
	max-height: 140% !important;
	max-width: none !important;
	min-height: 100% !important;
	min-width: 100% !important;
	position: absolute;
	top: 0;
	transform: translate(-50%, 0);
	width: auto !important
}

.card-overlay.static>.container .slides {
	bottom: 80px
}

.card-overlay.static>.container .slick-list .slick-track .slide {
	background: transparent !important
}

.card-overlay.static>.container .slick-list .slick-track .slide .card-wrapper {
	padding-top: 30px
}

.card-overlay.static>.container .lock-to-middle img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) !important
}

.card-overlay.static>.container .lock-to-bottom img {
	bottom: 0;
	position: absolute;
	top: auto
}

.card-overlay.static>.container.video-container::before {
	padding-top: 0
}

.card-overlay.static>.container.video-container .video {
	height: 810px
}

.card-overlay.static>.container.video-container .video video {
	background: #1c1c1c;
	height: 100% !important;
	position: absolute
}

@media screen and (min-width:60em) {
	.card-overlay.left,
	.card-overlay.right {
		float: none !important;
		margin: 0 auto;
		max-width: 75rem;
		width: 100%
	}
	.card-overlay.left .container .slides .slick-list .slick-track .slide,
	.card-overlay.right .container .slides .slick-list .slick-track .slide {
		background: transparent
	}
	.card-overlay.left .container .slides .slick-list .slick-track .slide img,
	.card-overlay.right .container .slides .slick-list .slick-track .slide img {
		position: absolute;
		transform: translate(0, -50%) !important;
		width: calc(100% - 80px)
	}
	.card-overlay.left .container .slides .slick-list .slick-track .slide img.lock-to-bottom,
	.card-overlay.right .container .slides .slick-list .slick-track .slide img.lock-to-bottom {
		transform: translate(0, 0) !important
	}
	.card-overlay.left .container .slides .slick-list .slick-track .slide img.lock-to-top,
	.card-overlay.right .container .slides .slick-list .slick-track .slide img.lock-to-top {
		transform: translate(0, 0) !important
	}
	.card-overlay.left .container .slides .slick-list .slick-track .slide .card-wrapper {
		left: 0;
		transform: translate(0, -50%)
	}
	.card-overlay.left .container .slides .slick-list .slick-track .slide img {
		left: 80px;
		width: calc(100% - 80px) !important
	}
	.card-overlay.left .container .slides .slick-list .slick-track .slide .video {
		height: 100%;
		position: relative;
		width: 100%
	}
	.card-overlay.left .container .slides .slick-list .slick-track .slide .video video {
		height: 100% !important;
		left: 80px;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		width: calc(100% - 80px) !important
	}
	.card-overlay.right .container .slides .slick-list .slick-track .slide .card-wrapper {
		left: auto;
		right: 0;
		transform: translate(0, -50%)
	}
	.card-overlay.right .container .slides .slick-list .slick-track .slide img {
		left: 0;
		right: 80px;
		width: calc(100% - 80px) !important
	}
	.card-overlay.right .container .slides .slick-list .slick-track .slide .video {
		height: 100%;
		position: relative;
		width: 100%
	}
	.card-overlay.right .container .slides .slick-list .slick-track .slide .video video {
		height: 100% !important;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		width: calc(100% - 80px) !important
	}
	.card-overlay.center .container .slides .slick-list .slick-track .slide video {
		-o-object-fit: cover;
		object-fit: cover
	}
	.card-overlay.center .container .slides .slick-list .slick-track .slide img.lock-to-middle {
		transform: translate(-50%, -50%) !important
	}
}

@media screen and (max-width:1240px) {
	.card-overlay.left,
	.card-overlay.right {
		float: none !important;
		margin: 10px 30px 60px;
		width: calc(100% - 60px)
	}
}

@media screen and (max-width:48.063em) {
	.card-overlay {
		height: 100%;
		padding: 0 0 40px
	}
	.card-overlay .container {
		height: 580px;
		max-height: none;
		overflow: hidden
	}
	.card-overlay .container .slides .slick-list {
		max-height: 100%
	}
	.card-overlay .container .slides .slick-list .slick-track {
		max-height: none
	}
	.card-overlay .container .slides .slick-list .slick-track .slide {
		max-height: none
	}
	.card-overlay .container .slides .slick-list .slick-track .slide .card-wrapper {
		opacity: 1;
		top: 50%
	}
	.card-overlay .container .video {
		height: 100%;
		position: absolute;
		width: 100%
	}
	.card-overlay .container .video video {
		height: 100% !important;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		width: 100% !important
	}
}

@media screen and (max-width:54.063em) {
	.card-overlay .container .slides .slick-list .slick-track .slide .video {
		height: 100%;
		position: relative;
		width: 100%
	}
	.card-overlay .container .slides .slick-list .slick-track .slide .video video {
		height: 100% !important;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		width: 100% !important
	}
}

.copy-block {
	padding: 0 30px 60px;
	text-align: center
}

.copy-block p {
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .3px;
	line-height: 26px;
	padding: 10px 0 0
}

.copy-block p.title {
	font-size: 41px;
	letter-spacing: 1.11px;
	line-height: 52px;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}

@media only screen and (max-width:48.063em) {
	.copy-block {
		padding: 0 30px 35px
	}
}

.copy-block.whiteText {
	color: #fff
}

.copy-block.whiteText .dot-container .dot {
	background: #fff
}

.reserve-reservation .close-reveal-modal {
	color: #fff;
	display: none;
	float: right;
	opacity: .4;
	overflow: hidden;
	padding: 5px;
	position: absolute;
	right: 5px;
	text-decoration: none;
	text-transform: uppercase;
	top: -45px
}

.reserve-reservation .close-reveal-modal.reserve-close .icon-close {
	display: inline;
	font-size: 23px;
	opacity: 1;
	position: relative;
	top: 5px
}

.reserve-reservation .close-reveal-modal.reserve-close .icon-close::before {
	content: '\e605'
}

.reserve-reservation.form-reservation {
	background: #1c1c1c !important;
	padding: 50px 0
}

.reserve-reservation.form-reservation.dark-background input[type='text']::-moz-placeholder {
	color: #fff !important
}

.reserve-reservation.form-reservation.dark-background input[type='text']:-ms-input-placeholder {
	color: #fff !important
}

.reserve-reservation.form-reservation.dark-background input[type='text']::-ms-input-placeholder {
	color: #fff !important
}

.reserve-reservation.form-reservation.dark-background input[type='text'],
.reserve-reservation.form-reservation.dark-background input[type='text']::placeholder,
.reserve-reservation.form-reservation.dark-background select,
.reserve-reservation.form-reservation.dark-background .checkbox,
.reserve-reservation.form-reservation.dark-background h2,
.reserve-reservation.form-reservation.dark-background .auxiliary-links a {
	color: #fff !important
}

.reserve-reservation.form-reservation.dark-background h2 {
	margin-bottom: 18px;
	padding: 0
}

.reserve-reservation.form-reservation.dark-background .check-availability {
	background: transparent !important
}

.reserve-reservation.form-reservation.dark-background .check-availability:hover {
	background: #fff !important;
	color: #1c1c1c !important
}

.reserve-reservation.no-padding {
	margin-top: -40px
}

.reserve-reservation .main-panel .columns {
	padding-left: 35px;
	padding-right: 35px
}

.reserve-reservation .main-panel .columns.rooms-guests:first-of-type {
	padding-left: 0
}

.reserve-reservation .main-panel .columns.rooms-guests:last-of-type {
	padding-left: 25px
}

.reserve-reservation .main-panel .secondary {
	display: none;
	margin: 60px auto 0
}

.reserve-reservation .main-panel .field-wrapper.location input[disabled] {
	pointer-events: none
}

.reserve-reservation .main-panel .field-wrapper,
.reserve-reservation .main-panel .rf-rooms,
.reserve-reservation .main-panel .rf-guests {
	border-color: rgba(255, 255, 255, 0.5) !important;
	margin-bottom: 0
}

.reserve-reservation .main-panel h2 {
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: .34px;
	line-height: 24px;
	padding: 0 0 50px;
	text-align: center;
	text-transform: none
}

.reserve-reservation .main-panel input[type='text'],
.reserve-reservation .main-panel input[type='email'],
.reserve-reservation .main-panel textarea,
.reserve-reservation .main-panel select {
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-weight: 300
}

.reserve-reservation .main-panel input[type='text'].rf-dates,
.reserve-reservation .main-panel input[type='email'].rf-dates,
.reserve-reservation .main-panel textarea.rf-dates,
.reserve-reservation .main-panel select.rf-dates {
	padding-left: 30px
}

.reserve-reservation .main-panel input[type='text'].rf-dates:focus,
.reserve-reservation .main-panel input[type='email'].rf-dates:focus,
.reserve-reservation .main-panel textarea.rf-dates:focus,
.reserve-reservation .main-panel select.rf-dates:focus {
	border-right: 0 solid transparent
}

.reserve-reservation .main-panel .dates {
	top: -3px
}

.reserve-reservation .main-panel label,
.reserve-reservation .main-panel label.checkbox,
.reserve-reservation .main-panel span.label {
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 16px;
	opacity: .75;
	text-align: left;
	text-transform: uppercase
}

.reserve-reservation .main-panel label span.custom-checkbox,
.reserve-reservation .main-panel label.checkbox span.custom-checkbox,
.reserve-reservation .main-panel span.label span.custom-checkbox {
	border-color: #fff !important;
	height: 18px;
	top: -4px;
	width: 18px
}

.reserve-reservation .main-panel label.required::after,
.reserve-reservation .main-panel label.checkbox.required::after,
.reserve-reservation .main-panel span.label.required::after {
	display: none
}

.reserve-reservation .main-panel .icon-arrow-down {
	color: #fff !important;
	font-size: 14px;
	top: 10px
}

.reserve-reservation .main-panel .drop-down-select .icon-arrow-down {
	top: 30px
}

.reserve-reservation .main-panel .location-icon {
	right: 0;
	top: 0
}

.reserve-reservation .main-panel .icon-close {
	color: #fff;
	display: none;
	padding: 3px 0 3px 5px
}

.reserve-reservation .main-panel input,
.reserve-reservation .main-panel .rf-rooms,
.reserve-reservation .main-panel .rf-guests {
	border-right: 0;
	padding: 0;
	width: 100%
}

.reserve-reservation .main-panel .icon-cal {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: auto;
	top: 7px
}

.reserve-reservation .main-panel .icon-cal:last-of-type {
	padding-left: 25px
}

.reserve-reservation .main-panel .secondary {
	display: none;
	margin: 60px auto 0
}

.reserve-reservation .main-panel .field-wrapper,
.reserve-reservation .main-panel .rf-rooms,
.reserve-reservation .main-panel .rf-guests {
	border-color: rgba(255, 255, 255, 0.5);
	margin-bottom: 0
}

.reserve-reservation .main-panel h2 {
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: .34px;
	line-height: 24px;
	padding: 0 0 50px;
	text-align: center;
	text-transform: none
}

.reserve-reservation .main-panel input[type='text'],
.reserve-reservation .main-panel input[type='email'],
.reserve-reservation .main-panel textarea,
.reserve-reservation .main-panel select {
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-weight: 300
}

.reserve-reservation .main-panel input[type='text'].rf-dates,
.reserve-reservation .main-panel input[type='email'].rf-dates,
.reserve-reservation .main-panel textarea.rf-dates,
.reserve-reservation .main-panel select.rf-dates {
	padding-left: 30px
}

.reserve-reservation .main-panel input[type='text'].rf-dates:focus,
.reserve-reservation .main-panel input[type='email'].rf-dates:focus,
.reserve-reservation .main-panel textarea.rf-dates:focus,
.reserve-reservation .main-panel select.rf-dates:focus {
	border-right: 0 solid transparent
}

.reserve-reservation .main-panel .dates {
	top: -3px
}

.reserve-reservation .main-panel label,
.reserve-reservation .main-panel label.checkbox,
.reserve-reservation .main-panel span.label {
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 16px;
	opacity: .75;
	text-align: left;
	text-transform: uppercase
}

.reserve-reservation .main-panel label span.custom-checkbox,
.reserve-reservation .main-panel label.checkbox span.custom-checkbox,
.reserve-reservation .main-panel span.label span.custom-checkbox {
	border-color: #fff !important;
	height: 18px;
	top: -4px;
	width: 18px
}

.reserve-reservation .main-panel label.required::after,
.reserve-reservation .main-panel label.checkbox.required::after,
.reserve-reservation .main-panel span.label.required::after {
	display: none
}

.reserve-reservation .main-panel .icon-arrow-down {
	color: #fff;
	font-size: 14px;
	top: 10px
}

.reserve-reservation .main-panel .drop-down-select .icon-arrow-down {
	top: 30px
}

.reserve-reservation .main-panel .location-icon {
	right: 0;
	top: 0
}

.reserve-reservation .main-panel .icon-close {
	color: #fff;
	padding: 3px 0 3px 5px
}

.reserve-reservation .main-panel input,
.reserve-reservation .main-panel .rf-rooms,
.reserve-reservation .main-panel .rf-guests {
	border-right: 0;
	padding: 0;
	width: 100%
}

.reserve-reservation .main-panel .icon-cal {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: auto;
	top: 7px
}

.reserve-reservation .main-panel .icon-cal::before {
	content: '\e60e'
}

.reserve-reservation .main-panel .aux-links label,
.reserve-reservation .main-panel .aux-links a {
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.8px;
	line-height: 16px;
	opacity: 1
}

.reserve-reservation .main-panel .aux-links label {
	padding: 0 0 15px
}

.reserve-reservation .main-panel .aux-links a span {
	border-bottom: 1px solid #fff
}

.reserve-reservation .main-panel .aux-links a:hover {
	text-decoration: none
}

.reserve-reservation .main-panel .aux-links .mobile {
	display: none
}

.reserve-reservation .main-panel .check-availability {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 16px;
	margin: 0;
	padding: 16px 32px
}

.reserve-reservation .main-panel .check-availability:hover {
	background: #fff;
	color: #1c1c1c
}

.reserve-reservation .property-search li {
	list-style: none
}

@media only screen and (max-width:48.063em) {
	.reserve-reservation .main-panel .columns.rooms-guests:first-of-type {
		padding: 0 10px
	}
	.reserve-reservation .main-panel h2 {
		margin: 0;
		padding: 0 0 35px
	}
	.reserve-reservation .main-panel .field-wrapper,
	.reserve-reservation .main-panel .rf-rooms,
	.reserve-reservation .main-panel .rf-guests {
		margin-bottom: 25px
	}
	.reserve-reservation .main-panel .field-wrapper.error+.error,
	.reserve-reservation .main-panel .rf-rooms.error+.error,
	.reserve-reservation .main-panel .rf-guests.error+.error {
		padding-top: 20px !important
	}
	.reserve-reservation .main-panel .secondary {
		margin: 25px auto 0
	}
	.reserve-reservation .main-panel .secondary .field-wrapper {
		margin-bottom: 50px
	}
	.reserve-reservation .main-panel .secondary .aux-links .desktop {
		display: none
	}
	.reserve-reservation .main-panel .secondary .aux-links .mobile {
		display: block;
		padding: 40px 0 25px;
		text-align: center
	}
	.reserve-reservation .main-panel .secondary .check-availability {
		margin-top: 50px
	}
}

.fixed-position.reserve-reservation .main-panel .secondary {
	margin: 20px auto 0
}

.showing-rf-takeover .brand-header.reserve-header {
	z-index: 3 !important
}

.showing-rf-takeover .close-reveal-modal {
	display: inline-block
}

.rf-takeover-container .reserve-reservation.absolute-position {
	top: 50%;
	transform: translateY(-50%)
}

.rf-takeover-container .reserve-reservation .secondary {
	display: block
}

.reserve-hero {
	margin-bottom: 0
}

.reserve-hero .container {
	height: 100vh;
	margin-bottom: 0
}

.reserve-hero .container .slides .slick-list .slick-track .slide .overlay {
	background: rgba(0, 0, 0, 0.45);
	bottom: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 1s ease 3s;
	z-index: 2
}

.reserve-hero .container .slides .slick-list .slick-track .slide .lock-to-middle img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) !important
}

.reserve-hero .container .slides .slick-list .slick-track .slide .lock-to-bottom img {
	bottom: 0;
	position: absolute
}

.reserve-hero .container .slides .slick-list .slick-track .slide h1,
.reserve-hero .container .slides .slick-list .slick-track .slide h2.page-title {
	color: #fff;
	display: block;
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif;
	font-size: 120px;
	font-weight: 300;
	left: 50%;
	letter-spacing: 1.8px;
	line-height: 114px;
	position: absolute;
	text-align: center;
	text-transform: none;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 4
}

.reserve-hero .container .slides .slick-list .slick-track .slide .lock-to-middle img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) !important
}

.reserve-hero .container .slides .slick-list .slick-track .slide .lock-to-bottom img {
	bottom: 0;
	position: absolute
}

.reserve-hero .container .slides .slick-list .slick-track .slide .utility-wrapper {
	background: linear-gradient(0, #000 0, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	display: block;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	left: 0;
	padding: 200px 30px 50px;
	position: absolute;
	right: 0;
	text-align: left;
	z-index: 3
}

.reserve-hero .container .slides .slick-list .slick-track .slide .utility-wrapper .utility {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	letter-spacing: .38px;
	line-height: 16px;
	text-align: left
}

.reserve-hero .container .slides .slick-list .slick-track .slide .utility-wrapper .utility .caption {
	display: block;
	margin: 0 0 20px
}

.reserve-hero .container .slides .slick-list .slick-track .slide .utility-wrapper .utility .slide-count-wrap {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 2.46px;
	line-height: 19px;
	margin-left: 35px;
	position: relative
}

.reserve-hero .container .slides .slick-list .slick-track .slide .utility-wrapper .utility .slide-count-wrap .slick-next {
	left: 54px;
	position: relative;
	top: -23px
}

.reserve-hero .container .slides .slick-list .slick-track .slide .utility-wrapper .utility .slide-count-wrap .slick-prev {
	left: -50px;
	top: -4px
}

.reserve-hero .container .slides .slick-list .slick-track .slide .utility-wrapper .utility .slide-count-wrap .slick-next,
.reserve-hero .container .slides .slick-list .slick-track .slide .utility-wrapper .utility .slide-count-wrap .slick-prev {
	height: 40px;
	width: 40px
}

.reserve-hero .container .slides .slick-list .slick-track .slide .utility-wrapper .button {
	float: right;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	letter-spacing: 1.11px;
	line-height: 16px;
	margin: 0;
	padding: 18px 35px 16px
}

.reserve-hero .container .slide h1,
.reserve-hero .container .slide h2.page-title,
.reserve-hero .container .slide .utility-wrapper {
	display: none
}

.reserve-hero .container .slide img {
	width: 100%
}

@media screen and (max-width:1260px) {
	.reserve-hero .container .slides .slick-list .slick-track .slide .utility-wrapper .button {
		right: 30px
	}
	.reserve-hero .container .slides .slick-list .slick-track .slide .utility-wrapper .slide-count-wrap {
		line-height: 19px
	}
}

@media screen and (max-width:48.063em) {
	.reserve-hero .container {
		height: 810px;
		max-height: 100vh
	}
	.reserve-hero .container .slides .slick-list .slick-track .slide h1,
	.reserve-hero .container .slides .slick-list .slick-track .slide h2.page-title {
		font-size: 60px;
		letter-spacing: .9px;
		line-height: 54px
	}
	.reserve-hero .container .slides .slick-list .slick-track .slide .utility-wrapper {
		padding: 200px 30px 30px;
		text-align: center
	}
	.reserve-hero .container .slides .slick-list .slick-track .slide .utility-wrapper .utility {
		text-align: center;
		width: 100%
	}
	.reserve-hero .container .slides .slick-list .slick-track .slide .utility-wrapper .utility .caption {
		margin: 0 0 30px
	}
	.reserve-hero .container .slides .slick-list .slick-track .slide .utility-wrapper .utility .slide-count-wrap {
		bottom: 0;
		display: table;
		left: auto;
		margin: auto;
		position: relative;
		right: auto
	}
	.reserve-hero .container .slides .slick-list .slick-track .slide .utility-wrapper .utility .slide-count-wrap .slick-next {
		right: -50px
	}
	.reserve-hero .container .slides .slick-list .slick-track .slide .utility-wrapper .button {
		display: block;
		float: none;
		margin: 40px 0 0;
		position: relative;
		right: auto
	}
	.reserve-hero .container.videoMedia {
		height: 90vh;
		max-height: 90vh
	}
}

.reserve-hero .container.videoMedia::before {
	padding-top: 0
}

.reserve-hero .container.videoMedia .html5VideoViewer {
	height: 100% !important;
	left: 50%;
	max-height: 100% !important;
	max-width: 100vw;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	position: absolute;
	transform: translate(-50%, 0)
}

.reserve-hero .container.videoMedia .video-subtitle {
	bottom: 50px;
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	left: 10px;
	position: absolute
}

.reserve-hero .container.imageMedia .slides .slick-list .slick-track .slide img {
	height: auto
}

.reserve-hero.overlay-removed .slides .slick-list .slick-track .slide h1,
.reserve-hero.overlay-removed .slides .slick-list .slick-track .slide h2.page-title {
	opacity: 0
}

.reserve-hero.edit .container .slides .slick-list .slick-track .slide .overlay {
	height: 100% !important;
	margin-top: 0 !important
}

.reserve-hero.short-hero {
	margin-bottom: 0 !important;
	overflow: hidden;
	position: relative
}

.reserve-hero.short-hero .container {
	height: 400px;
	max-height: 400px
}

.reserve-hero.short-hero .container::before {
	padding-top: 0
}

.reserve-hero.short-hero .container.videoMedia::before {
	padding-top: 0
}

.reserve-hero.short-hero .container.videoMedia .html5VideoViewer {
	height: 400px !important;
	max-height: 400px !important
}

.reserve-hero.short-hero .image-container {
	height: 400px;
	width: auto
}

.reserve-hero.short-hero .image-container img {
	height: auto !important;
	left: 50%;
	max-width: none !important;
	min-height: 100% !important;
	min-width: 100% !important;
	position: absolute;
	transform: translate(-50%, 0);
	width: auto !important
}

.reserve-hero.short-hero .image-container.lock-to-middle img {
	bottom: 50%;
	transform: translate(-50%, 50%)
}

.reserve-hero.short-hero .image-container.lock-to-bottom img {
	bottom: 0
}

@media screen and (max-width:48.063em) {
	.reserve-hero.short-hero .container.videoMedia .s7videoviewer .s7container .s7innercontainer .s7videoplayer video {
		height: 100% !important
	}
}

.reserve-mo {
	padding: 0 30px
}

.reserve-mo .image {
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative
}

.reserve-mo .image.tall {
	padding-bottom: calc(200% + 20px)
}

.reserve-mo .image.tall.three-column {
	padding-bottom: calc(150% + 20px)
}

.reserve-mo .image:hover img {
	transform: scale(1.05)
}

.reserve-mo .image img {
	bottom: 0;
	left: -50%;
	margin: auto;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	right: -50%;
	top: 0;
	transition-duration: 1s;
	width: 100%
}

.reserve-mo .image img.lock-to-top {
	bottom: auto
}

.reserve-mo .image img.lock-to-bottom {
	top: auto
}

.reserve-mo .image .overlay {
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	position: absolute;
	width: 100%
}

.reserve-mo .image .overlay .details-wrapper {
	bottom: 0;
	color: #fff;
	margin: 25px;
	position: absolute
}

.reserve-mo .image .overlay .details-wrapper p {
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: .98px;
	line-height: 46px;
	text-transform: uppercase
}

.reserve-mo .image .overlay .details-wrapper .button {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 14px;
	padding: 18px 30px 16px
}

.reserve-mo .image .overlay .details-wrapper .button:hover {
	background: #fff;
	color: #1c1c1c;
	text-decoration: none
}

@media screen and (max-width:48.063em) {
	.reserve-mo .columns {
		padding: 0 30px
	}
	.reserve-mo .columns .image {
		margin-bottom: 30px;
		padding-bottom: 135%
	}
}

@media screen and (min-width:48.063em) {
	.reserve-mo .image.one-column {
		padding-bottom: 56.25%
	}
	.reserve-mo .image.one-column img {
		height: auto;
		width: 100%
	}
}

#reserve-forecast {
	background: #1c1c1c;
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-weight: 100;
	margin-bottom: 40px;
	min-height: 300px
}

#reserve-forecast.no-padding {
	margin-top: -40px
}

#reserve-forecast h6 {
	display: none
}

#reserve-forecast .forecast-controls {
	margin-bottom: 30px;
	padding-top: 30px
}

#reserve-forecast .forecast-controls a {
	color: #fff;
	text-decoration: none
}

#reserve-forecast .forecast-controls .day-month {
	font-size: 17px;
	letter-spacing: .38px;
	line-height: 20px;
	padding-bottom: 7px
}

#reserve-forecast .forecast-controls .day-month .active {
	border-bottom: 2px solid #7c9dce
}

#reserve-forecast .forecast-controls .day-month .weekly {
	margin-right: 40px
}

#reserve-forecast .forecast-controls .far-cel {
	font-size: 24px;
	letter-spacing: .38px;
	line-height: 28px;
	opacity: .54;
	text-align: right
}

#reserve-forecast .forecast-controls .far-cel .active {
	color: #7c9dce;
	opacity: 1
}

#reserve-forecast.far-active .local-forecast-inner ul li .forecast span.cel {
	display: none
}

#reserve-forecast.far-active .local-forecast-inner ul li .forecast span.far {
	display: block
}

#reserve-forecast.far-active .local-almanac ul li span.cel {
	display: none
}

#reserve-forecast.far-active .local-almanac ul li span.far {
	display: block
}

#reserve-forecast.cel-active .local-forecast-inner ul li .forecast span.far {
	display: none
}

#reserve-forecast.cel-active .local-forecast-inner ul li .forecast span.cel {
	display: block
}

#reserve-forecast.cel-active .local-almanac ul li span.far {
	display: none
}

#reserve-forecast.cel-active .local-almanac ul li span.cel {
	display: block
}

#reserve-forecast .container {
	overflow: hidden;
	position: relative;
	transition: 2s ease;
	width: 200%
}

#reserve-forecast .container::after {
	clear: both;
	content: '';
	display: table
}

#reserve-forecast.month-active .container {
	transform: translate(-50%);
	transition: 2s ease
}

#reserve-forecast.week-active .container {
	transform: translate(0);
	transition: 2s ease
}

#reserve-forecast .local-forecast,
#reserve-forecast .reserve-almanac {
	float: left;
	width: 50%
}

#reserve-forecast .local-forecast-inner {
	padding-bottom: 60px
}

#reserve-forecast .local-forecast-inner ul {
	margin: auto;
	max-width: 75rem
}

#reserve-forecast .local-forecast-inner ul .forcast,
#reserve-forecast .local-forecast-inner ul .icon,
#reserve-forecast .local-forecast-inner ul .today .icon {
	color: #fff
}

#reserve-forecast .local-forecast-inner ul li {
	background: #000;
	border-radius: 8px;
	font-weight: 100;
	margin-right: 5px;
	padding: 20px 10px 10px;
	text-align: center !important;
	width: calc(14.3333% - 5px)
}

#reserve-forecast .local-forecast-inner ul li.today {
	border: 0
}

#reserve-forecast .local-forecast-inner ul li .dow {
	font-size: 18px;
	letter-spacing: .38px;
	line-height: 21px;
	text-transform: uppercase
}

#reserve-forecast .local-forecast-inner ul li .date {
	font-size: 12px;
	letter-spacing: .25px;
	line-height: 14px
}

#reserve-forecast .local-forecast-inner ul li hr {
	border: solid #7c9dce;
	border-width: 1px 0 0;
	margin: 5px auto;
	width: 15px
}

#reserve-forecast .local-forecast-inner ul li .forecast {
	font-size: 28px;
	letter-spacing: .22px;
	line-height: 33px
}

#reserve-forecast .local-forecast-inner ul li .forecast span {
	color: #fff;
	font-weight: 100 !important
}

#reserve-forecast .local-forecast-inner ul li .forecast span.cel {
	display: none
}

#reserve-forecast .local-forecast-inner ul li .icon {
	font-size: 36px;
	padding: 30px 10px;
	text-align: center
}

#reserve-forecast .local-forecast-inner ul li:last-of-type {
	float: left;
	margin-right: 0
}

#reserve-forecast .reserve-almanac {
	padding-bottom: 60px
}

#reserve-forecast .reserve-almanac .local-almanac:first-of-type ul li {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom: 0;
	padding: 20px 25px 0
}

#reserve-forecast .reserve-almanac .local-almanac:first-of-type ul li .col {
	padding-bottom: 20px
}

#reserve-forecast .reserve-almanac .local-almanac:last-of-type ul li {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-bottom: 0;
	padding: 0 25px 20px
}

#reserve-forecast .reserve-almanac .local-almanac:last-of-type ul li hr {
	display: none
}

#reserve-forecast .reserve-almanac .local-almanac:last-of-type ul li .col hr {
	display: block
}

#reserve-forecast .reserve-almanac ul li {
	background: #000;
	border-radius: 8px;
	font-weight: 100;
	list-style: none;
	margin-right: 2.3333333%;
	text-align: center;
	width: calc(14.666667%)
}

#reserve-forecast .reserve-almanac ul li .date {
	margin-bottom: 20px;
	text-transform: uppercase
}

#reserve-forecast .reserve-almanac ul li:last-of-type {
	margin-right: 0
}

#reserve-forecast .reserve-almanac ul li hr {
	margin: 20px auto;
	width: calc(100% - 20px)
}

#reserve-forecast .reserve-almanac ul li .col {
	float: left;
	width: 50%
}

#reserve-forecast .reserve-almanac ul li .col p {
	font-size: 28px;
	font-weight: 300;
	letter-spacing: .22px;
	line-height: 33px;
	margin: 0
}

#reserve-forecast .reserve-almanac ul li .col hr {
	border: solid #7c9dce;
	border-width: 1px 0 0;
	margin: 5px auto;
	width: calc(100% - 30px)
}

#reserve-forecast .reserve-almanac ul li .cel {
	display: none
}

#reserve-forecast .reserve-almanac ul li .icon {
	padding: 10px 0
}

#reserve-forecast .reserve-almanac ul li .icon span {
	font-size: 30px
}

#reserve-forecast .reserve-almanac ul li .icon p {
	font-size: 13px;
	letter-spacing: .27px;
	line-height: 15px;
	padding-top: 5px
}

#reserve-forecast .reserve-almanac ul li.current-month .date {
	color: #7c9dce
}

#reserve-forecast .icon .reserve-cloudy,
#reserve-forecast .icon [class='26'] {
	font-size: 34px
}

#reserve-forecast .icon .reserve-cloudy::before,
#reserve-forecast .icon [class='26']::before {
	content: '\e90c'
}

#reserve-forecast .icon .reserve-wind-rain::before,
#reserve-forecast .icon [class='15']::before {
	content: '\e90d'
}

#reserve-forecast .icon .reserve-windy,
#reserve-forecast .icon [class='19'],
#reserve-forecast .icon [class='20'],
#reserve-forecast .icon [class='21'],
#reserve-forecast .icon [class='22'],
#reserve-forecast .icon [class='23'],
#reserve-forecast .icon [class='24'] {
	font-size: 32px
}

#reserve-forecast .icon .reserve-windy::before,
#reserve-forecast .icon [class='19']::before,
#reserve-forecast .icon [class='20']::before,
#reserve-forecast .icon [class='21']::before,
#reserve-forecast .icon [class='22']::before,
#reserve-forecast .icon [class='23']::before,
#reserve-forecast .icon [class='24']::before {
	content: '\e90e'
}

#reserve-forecast .icon .reserve-partly-cloudy,
#reserve-forecast .icon [class='27'],
#reserve-forecast .icon [class='28'],
#reserve-forecast .icon [class='29'],
#reserve-forecast .icon [class='30'] {
	font-size: 42px
}

#reserve-forecast .icon .reserve-partly-cloudy::before,
#reserve-forecast .icon [class='27']::before,
#reserve-forecast .icon [class='28']::before,
#reserve-forecast .icon [class='29']::before,
#reserve-forecast .icon [class='30']::before {
	content: '\e90f'
}

#reserve-forecast .icon .reserve-sun,
#reserve-forecast .icon [class='31'],
#reserve-forecast .icon [class='32'],
#reserve-forecast .icon [class='33'],
#reserve-forecast .icon [class='34'],
#reserve-forecast .icon [class='36'] {
	font-size: 42px
}

#reserve-forecast .icon .reserve-sun::before,
#reserve-forecast .icon [class='31']::before,
#reserve-forecast .icon [class='32']::before,
#reserve-forecast .icon [class='33']::before,
#reserve-forecast .icon [class='34']::before,
#reserve-forecast .icon [class='36']::before {
	content: '\e910'
}

#reserve-forecast .icon .reserve-rain::before,
#reserve-forecast .icon .icon-rain::before,
#reserve-forecast .icon [class='6']::before,
#reserve-forecast .icon [class='9']::before,
#reserve-forecast .icon [class='11']::before,
#reserve-forecast .icon [class='12']::before,
#reserve-forecast .icon [class='39']::before,
#reserve-forecast .icon [class='40']::before,
#reserve-forecast .icon [class='45']::before {
	content: '\e914'
}

#reserve-forecast .icon .reserve-tstorm,
#reserve-forecast .icon [class='0'],
#reserve-forecast .icon [class='1'],
#reserve-forecast .icon [class='2'],
#reserve-forecast .icon [class='3'],
#reserve-forecast .icon [class='4'],
#reserve-forecast .icon [class='5'],
#reserve-forecast .icon [class='37'],
#reserve-forecast .icon [class='47'] {
	font-size: 42px
}

#reserve-forecast .icon .reserve-tstorm::before,
#reserve-forecast .icon [class='0']::before,
#reserve-forecast .icon [class='1']::before,
#reserve-forecast .icon [class='2']::before,
#reserve-forecast .icon [class='3']::before,
#reserve-forecast .icon [class='4']::before,
#reserve-forecast .icon [class='5']::before,
#reserve-forecast .icon [class='37']::before,
#reserve-forecast .icon [class='47']::before {
	content: '\e913'
}

#reserve-forecast .icon .reserve-snow::before,
#reserve-forecast .icon [class='7']::before,
#reserve-forecast .icon [class='8']::before,
#reserve-forecast .icon [class='10']::before,
#reserve-forecast .icon [class='13']::before,
#reserve-forecast .icon [class='14']::before,
#reserve-forecast .icon [class='16']::before,
#reserve-forecast .icon [class='17']::before,
#reserve-forecast .icon [class='18']::before,
#reserve-forecast .icon [class='25']::before,
#reserve-forecast .icon [class='35']::before,
#reserve-forecast .icon [class='41']::before,
#reserve-forecast .icon [class='42']::before,
#reserve-forecast .icon [class='43']::before,
#reserve-forecast .icon [class='46']::before {
	content: '\e915'
}

#reserve-forecast .icon [class='44']::before {
	content: '\e62b'
}

@media screen and (max-width:1240px) {
	#reserve-forecast .forecast-controls {
		margin: 0 30px 30px;
		width: calc(100% - 60px)
	}
	#reserve-forecast .local-forecast-inner,
	#reserve-forecast .local-almanac {
		margin: 0 30px;
		width: calc(100% - 60px)
	}
	#reserve-forecast .local-almanac:first-of-type ul li {
		padding: 20px 20px 0
	}
	#reserve-forecast .local-almanac:last-of-type ul li {
		padding: 0 20px 20px
	}
}

@media screen and (max-width:1000px) {
	#reserve-forecast {
		min-height: 355px
	}
	#reserve-forecast .forecast-controls .right,
	#reserve-forecast .forecast-controls .left {
		float: none !important
	}
	#reserve-forecast .forecast-controls .right {
		padding-bottom: 20px;
		text-align: right
	}
	#reserve-forecast .forecast-controls .right .far {
		padding-right: 10px
	}
	#reserve-forecast .local-forecast-inner {
		width: auto
	}
	#reserve-forecast .local-forecast-inner ul {
		display: flex;
		flex-wrap: nowrap;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto
	}
	#reserve-forecast .local-forecast-inner ul li {
		flex: 0 0 auto;
		width: 160px
	}
	#reserve-forecast .local-forecast-inner ul::-webkit-scrollbar {
		display: none
	}
	#reserve-forecast .reserve-almanac {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 60px
	}
	#reserve-forecast .reserve-almanac .local-almanac {
		flex: 0 0 auto;
		width: auto
	}
	#reserve-forecast .reserve-almanac .local-almanac ul li {
		display: inline;
		width: 160px
	}
	#reserve-forecast .reserve-almanac .local-almanac ul li .col {
		padding-bottom: 20px
	}
	#reserve-forecast .reserve-almanac .local-almanac ul li .col hr {
		display: block
	}
	#reserve-forecast .reserve-almanac .local-almanac ul li hr {
		display: none
	}
	#reserve-forecast .reserve-almanac .local-almanac ul:first-of-type li,
	#reserve-forecast .reserve-almanac .local-almanac ul:last-of-type li {
		border-radius: 8px;
		margin-right: 5px;
		padding: 20px 25px 0
	}
	#reserve-forecast .reserve-almanac .local-almanac:first-of-type {
		margin-right: 0
	}
	#reserve-forecast .reserve-almanac .local-almanac:last-of-type {
		margin-left: 0
	}
	#reserve-forecast .reserve-almanac .local-almanac:last-of-type ul li:last-of-type {
		margin-right: 30px
	}
	#reserve-forecast .reserve-almanac::-webkit-scrollbar {
		display: none
	}
}

@media screen and (max-width:35em) {
	#reserve-forecast .forecast-controls .left a {
		display: inline-block;
		margin-bottom: 10px;
		padding-bottom: 5px;
		white-space: nowrap
	}
}

.lightblue-theme #reserve-forecast .forecast-controls .left .active {
	border-bottom: 2px solid #67c9ce
}

.lightblue-theme #reserve-forecast .forecast-controls .right .active {
	color: #67c9ce
}

.lightblue-theme #reserve-forecast .local-forecast-inner ul li hr {
	border: 1px solid #67c9ce
}

.lightblue-theme #reserve-forecast .reserve-almanac ul li .col hr {
	border: 1px solid #67c9ce
}

.lightblue-theme #reserve-forecast .reserve-almanac ul li.current-month .date {
	color: #67c9ce
}

.fuchsia-theme #reserve-forecast .forecast-controls .left .active {
	border-bottom: 2px solid #99005a
}

.fuchsia-theme #reserve-forecast .forecast-controls .right .active {
	color: #99005a
}

.fuchsia-theme #reserve-forecast .local-forecast-inner ul li hr {
	border: 1px solid #99005a
}

.fuchsia-theme #reserve-forecast .reserve-almanac ul li .col hr {
	border: 1px solid #99005a
}

.fuchsia-theme #reserve-forecast .reserve-almanac ul li.current-month .date {
	color: #99005a
}

.orange-theme #reserve-forecast .forecast-controls .left .active {
	border-bottom: 2px solid #d6441d
}

.orange-theme #reserve-forecast .forecast-controls .right .active {
	color: #d6441d
}

.orange-theme #reserve-forecast .local-forecast-inner ul li hr {
	border: 1px solid #d6441d
}

.orange-theme #reserve-forecast .reserve-almanac ul li .col hr {
	border: 1px solid #d6441d
}

.orange-theme #reserve-forecast .reserve-almanac ul li.current-month .date {
	color: #d6441d
}

.reserve.tabs-wrapper {
	border: 0;
	padding: 0 20px
}

.reserve.tabs-wrapper .tab-select-wrapper .tab-select {
	z-index: 1
}

.reserve.tabs-wrapper .tab-select-wrapper [class*='icon'] {
	background: transparent;
	color: #7c9dce;
	z-index: 0
}

.reserve.tabs-wrapper ul.tabs .tab-title {
	display: inline-block;
	float: none
}

.reserve.tabs-wrapper ul.tabs .tab-title a {
	border: 0
}

.reserve.tabs-wrapper ul.tabs .tab-title a h2 {
	border-bottom: 2px solid transparent;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	letter-spacing: .38px;
	line-height: 20px;
	padding-bottom: 10px;
	text-transform: none
}

.reserve.tabs-wrapper ul.tabs .tab-title.active a {
	border: 0
}

.reserve.tabs-wrapper ul.tabs .tab-title.active a h2 {
	border-bottom: 2px solid #7c9dce
}

.reserve.tabs-wrapper ul.tabs .tab-title:hover:not(.active) a {
	background-color: transparent
}

@media only screen and (min-width:48.063em) {
	.reserve .tabs-wrapper {
		border-bottom: 0;
		padding: 0
	}
}

.column-control.reserve.gray .tabs-wrapper.reserve .tabs .tab-title>a {
	background-color: transparent
}

.column-control.reserve.black .tabs-wrapper.reserve .tab-select-wrapper .tab-select {
	border-bottom: solid 1px #fff;
	color: #fff
}

.column-control.reserve.black .tabs-wrapper.reserve .tab-select-wrapper [class*='icon'] {
	color: #a5c1e2
}

.column-control.reserve.black .tabs-wrapper.reserve .tabs .tab-title>a {
	background-color: transparent
}

.column-control.reserve.black .tabs-wrapper.reserve .tabs .tab-title>a h2 {
	color: #fff
}

.lightblue-theme .page-wrapper .reserve.tabs-wrapper .tab-select-wrapper [class*='icon'] {
	color: #67c9ce
}

.lightblue-theme .page-wrapper .reserve.tabs-wrapper ul.tabs .tab-title.active a h2 {
	border-bottom: 2px solid #67c9ce
}

.fuchsia-theme .page-wrapper .reserve.tabs-wrapper .tab-select-wrapper [class*='icon'] {
	color: #99005a
}

.fuchsia-theme .page-wrapper .reserve.tabs-wrapper ul.tabs .tab-title.active a h2 {
	border-bottom: 2px solid #99005a
}

.orange-theme .page-wrapper .reserve.tabs-wrapper .tab-select-wrapper [class*='icon'] {
	color: #d6441d
}

.orange-theme .page-wrapper .reserve.tabs-wrapper ul.tabs .tab-title.active a h2 {
	border-bottom: 2px solid #d6441d
}

.locations-list.reserve {
	display: block
}

.locations-list.reserve .location-map {
	height: 100vh;
	max-height: 810px
}

.locations-list.reserve .location-map .gm-fullscreen-control {
	bottom: 15px !important;
	top: auto !important
}

.locations-list.reserve .location-map .gm-bundled-control {
	bottom: 146px !important;
	top: auto !important
}

.locations-list.reserve .location-map .gm-style-iw {
	padding: 10px !important
}

.resort-map.reserve .title {
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif;
	font-size: 41px;
	font-weight: 300;
	letter-spacing: 1.11px;
	line-height: 52px;
	padding-top: 40px;
	text-transform: uppercase
}

.resort-map.reserve .title,
.resort-map.reserve .dot-container,
.resort-map.reserve .description {
	font-weight: 300;
	text-align: center
}

.resort-map.reserve .description {
	font-family: "caslon-224", "caslon-540", "Times New Roman", serif;
	font-size: 16px;
	letter-spacing: .3px;
	line-height: 26px;
	padding-bottom: 40px
}

.resort-map.reserve .photo {
	margin-bottom: 35px;
	overflow: hidden;
	padding-bottom: 66.66%;
	position: relative
}

.resort-map.reserve .photo img {
	bottom: 0;
	left: 0;
	margin: auto;
	min-height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.resort-map.reserve .photo.lock-to-top img {
	bottom: auto
}

.resort-map.reserve .photo.lock-to-bottom img {
	top: auto
}

.resort-map.reserve .locations-container .label {
	display: none;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .23px;
	line-height: 14px
}

.resort-map.reserve .locations-container .icon-arrow-down {
	display: none
}

.resort-map.reserve .locations-container .poi-list.key-container li {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	letter-spacing: .38px;
	line-height: 16px;
	margin-bottom: 30px;
	width: 50%
}

.resort-map.reserve .locations-container .poi-list.key-container li:nth-child(odd) {
	clear: left;
	float: left
}

.resort-map.reserve .locations-container .poi-list.key-container li:nth-child(even) {
	clear: right;
	float: right
}

.resort-map.reserve .locations-container .poi-list.key-container li.init {
	font-weight: 500;
	margin-bottom: 20px
}

.resort-map.reserve .locations-container .poi-list.key-container li:hover {
	text-decoration: none
}

.resort-map.reserve .locations-container .poi-list.key-container li span {
	border-bottom: 1px solid transparent
}

.resort-map.reserve .locations-container .poi-list.key-container li.map-region-list-item-active span {
	border-bottom: 1px solid #7c9dce
}

.resort-map.reserve .poi-list-feature {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	letter-spacing: .38px;
	line-height: 20px
}

.resort-map.reserve .poi-list-feature .name {
	display: block;
	padding-top: 15px
}

.resort-map.reserve .poi-list-feature img {
	width: 100%
}

@media screen and (max-width:1240px) {
	.resort-map.reserve .content-row {
		margin: 10px 30px 100px;
		width: calc(100% - 60px)
	}
}

@media screen and (max-width:48.063em) {
	.resort-map.reserve .locations-container {
		position: relative
	}
	.resort-map.reserve .locations-container .label,
	.resort-map.reserve .locations-container .icon-arrow-down {
		display: block
	}
	.resort-map.reserve .locations-container .icon-arrow-down {
		position: absolute;
		right: 10px;
		top: 15px
	}
	.resort-map.reserve .locations-container .poi-list.key-container {
		display: block
	}
	.resort-map.reserve .locations-container .poi-list.key-container li {
		float: none;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: .3px;
		line-height: 19px;
		width: 100%
	}
	.resort-map.reserve .locations-container .poi-list.key-container li:not(.init) {
		display: none
	}
	.resort-map.reserve .locations-container .poi-list.key-container li.init {
		cursor: pointer
	}
	.resort-map.reserve .locations-container .poi-list.key-container li.selected:not(.init) {
		background: #bfbfbf
	}
	.resort-map.reserve .key-container-context .label {
		display: block
	}
}

.lightblue-theme .resort-map.reserve .locations-container .poi-list.key-container li.map-region-list-item-active span {
	border-bottom: 1px solid #67c9ce
}

.fuchsia-theme .resort-map.reserve .locations-container .poi-list.key-container li.map-region-list-item-active span {
	border-bottom: 1px solid #99005a
}

.orange-theme .resort-map.reserve .locations-container .poi-list.key-container li.map-region-list-item-active span {
	border-bottom: 1px solid #d6441d
}

.news-updates {
	text-align: center
}

.news-updates .columns+.columns:last-child {
	float: left
}

.news-updates .card {
	margin-bottom: 55px
}

.news-updates .card .date {
	background: #1c1c1c;
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-weight: 500;
	letter-spacing: .3px;
	max-width: 78px;
	text-align: center;
	text-transform: uppercase
}

.news-updates .card .date .month {
	font-size: 18px;
	line-height: 21px;
	margin: 10px 0 5px
}

.news-updates .card .date .year {
	font-size: 19px;
	line-height: 23px;
	margin: 5px 0 10px
}

.news-updates .card .date hr {
	background: #fff;
	border: solid .5px #fff;
	height: 2px;
	margin: auto;
	width: 15px
}

.news-updates .card .content {
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: .3px;
	line-height: 36px;
	text-align: left
}

.news-updates .card .content h3 {
	margin: 0
}

.news-updates .card .content p {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px
}

.news-updates .card .content p a {
	color: #000;
	font-weight: 700
}

.news-updates .card:nth-child(odd) {
	clear: both
}

.news-updates .pagination-links-wrapper.appending a.see-more {
	background: #1c1c1c;
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.75px;
	line-height: 16px;
	padding: 16px 50px;
	text-decoration: none;
	text-transform: uppercase
}

.news-updates .pagination-links-wrapper.appending a.see-more:hover {
	background: #333
}

.news-updates .pagination-links-wrapper.appending a.see-more span {
	border-bottom: 0
}

.news-updates .pagination-links-wrapper.appending a.see-more::after {
	content: ''
}

@media screen and (max-width:1240px) {
	.news-updates {
		margin: 10px 30px 60px;
		width: calc(100% - 60px)
	}
	.news-updates .card .date {
		width: 20%
	}
	.news-updates .card .content {
		margin-left: 10%;
		width: 70%
	}
	.news-updates .card .content p {
		font-size: 10px
	}
}

.pre-arrival-form.reserve {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: none;
	left: 0;
	margin: 0 auto;
	padding: 0 0 50px;
	position: absolute;
	right: 0;
	top: 200px
}

.pre-arrival-form.reserve a {
	color: #fff
}

.pre-arrival-form.reserve a.back {
	display: none
}

.pre-arrival-form.reserve .progress-bar {
	display: flex;
	justify-content: space-between;
	padding: 50px 0 70px
}

.pre-arrival-form.reserve .progress-bar.sticky {
	padding: 0 0 70px
}

.pre-arrival-form.reserve .progress-bar.sticky .step a h2 {
	color: #1c1c1c
}

.pre-arrival-form.reserve .progress-bar .step {
	background-color: transparent !important;
	margin: 0;
	width: auto
}

.pre-arrival-form.reserve .progress-bar .step::before,
.pre-arrival-form.reserve .progress-bar .step::after {
	display: none
}

.pre-arrival-form.reserve .progress-bar .step a {
	padding: 0
}

.pre-arrival-form.reserve .progress-bar .step a h2 {
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 17px;
	font-weight: 100;
	letter-spacing: .38px;
	line-height: 20px;
	padding-bottom: 8px
}

.pre-arrival-form.reserve .progress-bar .step.active a h2 {
	border-bottom: 3px solid #7c9dce;
	font-weight: 400
}

.pre-arrival-form.reserve .progress-bar .step.completed a {
	padding-left: 0
}

.pre-arrival-form.reserve .progress-bar .step.completed a h2 {
	color: #7c9dce
}

.pre-arrival-form.reserve .progress-bar .step.completed a::before,
.pre-arrival-form.reserve .progress-bar .step.completed a::after {
	display: none
}

.pre-arrival-form.reserve .progress-bar .step:first-of-type {
	text-align: left
}

.pre-arrival-form.reserve .progress-bar .step:last-of-type {
	text-align: right
}

.pre-arrival-form.reserve .progress-bar .step .num {
	display: none
}

.pre-arrival-form.reserve form {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	padding: 0 96px
}

.pre-arrival-form.reserve form .tabs-content.review {
	position: relative
}

.pre-arrival-form.reserve form .tabs-content.review .container.basecomponent {
	position: relative
}

.pre-arrival-form.reserve form .tabs-content.review .container.basecomponent::before {
	bottom: 0;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999
}

.pre-arrival-form.reserve form .tabs-content.review a.back {
	display: inline
}

.pre-arrival-form.reserve form .tabs-content.review #Review a.back,
.pre-arrival-form.reserve form .tabs-content.review #REVIEW a.back {
	display: none
}

.pre-arrival-form.reserve form .tabs-content.review .content {
	height: auto;
	opacity: 1;
	overflow: hidden;
	padding: .625rem 0;
	width: 100%
}

.pre-arrival-form.reserve form .tabs-content.review .content input,
.pre-arrival-form.reserve form .tabs-content.review .content select,
.pre-arrival-form.reserve form .tabs-content.review .content textarea {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #fff;
	height: 100%;
	padding: 10px 0;
	visibility: visible
}

.pre-arrival-form.reserve form .tabs-content.review .content input span,
.pre-arrival-form.reserve form .tabs-content.review .content select span,
.pre-arrival-form.reserve form .tabs-content.review .content textarea span {
	display: none
}

.pre-arrival-form.reserve form .tabs-content.review .content input:not(.submit) {
	font-weight: 300;
	height: 42px;
	letter-spacing: .22px;
	padding: 0
}

.pre-arrival-form.reserve form .tabs-content.review .content input.submit {
	background: #7c9dce;
	margin-top: 30px;
	padding: 16px 35px 15px
}

.pre-arrival-form.reserve form .tabs-content.review .content .time span {
	display: none
}

.pre-arrival-form.reserve form .tabs-content.review .content textarea {
	background: transparent;
	box-shadow: none;
	color: #fff;
	height: auto;
	padding: 10px 0;
	resize: none
}

.pre-arrival-form.reserve form .tabs-content.review .content .continue:not(.submit) {
	display: none
}

.pre-arrival-form.reserve form .tabs-content.review .content .review-title {
	display: block
}

.pre-arrival-form.reserve form .tabs-content.review .content.active {
	float: inherit;
	overflow: inherit
}

.pre-arrival-form.reserve form .tabs-content.review .content.active h4 {
	position: absolute
}

.pre-arrival-form.reserve form .tabs-content.review .content.active p {
	display: block;
	position: absolute;
	top: 82px
}

.pre-arrival-form.reserve form .tabs-content.review .content.active .reserve-mo p {
	position: relative;
	top: auto
}

.pre-arrival-form.reserve form .tabs-content.review .content .conditional-panel .textbox,
.pre-arrival-form.reserve form .tabs-content.review .content .conditional-panel .question {
	padding: 0 15px
}

.pre-arrival-form.reserve form .tabs-content.review .property-services {
	margin-bottom: 0 !important
}

.pre-arrival-form.reserve form .tabs-content.review .property-services h4,
.pre-arrival-form.reserve form .tabs-content.review .property-services legend {
	display: none
}

.pre-arrival-form.reserve form .tabs-content.review.confirmation .icon-spinner,
.pre-arrival-form.reserve form .tabs-content.review.confirmation .button.submit,
.pre-arrival-form.reserve form .tabs-content.review.confirmation a.back {
	display: none
}

.pre-arrival-form.reserve form .content .review-title {
	color: #fff;
	display: none;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: .28px;
	line-height: 42px;
	margin-top: 30px;
	text-transform: uppercase
}

.pre-arrival-form.reserve form .checkBox {
	padding: 0 .5rem
}

.pre-arrival-form.reserve form .property-services h2,
.pre-arrival-form.reserve form .property-services p,
.pre-arrival-form.reserve form .property-services p.quote {
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif
}

.pre-arrival-form.reserve form .property-services .checkbox-column-group .columns.large-4 {
	display: flex;
	flex-basis: 33%;
	flex-direction: column;
	width: 33%
}

.pre-arrival-form.reserve form .property-services legend {
	font-size: 17px;
	letter-spacing: .38px;
	line-height: 29px
}

.pre-arrival-form.reserve form .property-services .checkbox-column-group {
	display: flex;
	flex-flow: row wrap
}

.pre-arrival-form.reserve form .property-services .checkbox-column-group .columns {
	margin-bottom: 40px
}

.pre-arrival-form.reserve form .property-services .checkbox-column-group .recommendation-card {
	background: #fff;
	height: 100%;
	padding: 20px 20px 0;
	position: relative
}

.pre-arrival-form.reserve form .property-services .checkbox-column-group .recommendation-card .checkbox {
	color: #000;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	height: 100%;
	letter-spacing: .14px;
	line-height: 21px
}

.pre-arrival-form.reserve form .property-services .checkbox-column-group .recommendation-card .checkbox input[type='checkbox']:checked {
	color: #000
}

.pre-arrival-form.reserve form .property-services .checkbox-column-group .recommendation-card .checkbox input[type='checkbox']:checked+.custom-checkbox {
	background: #000
}

.pre-arrival-form.reserve form .property-services .checkbox-column-group .recommendation-card .checkbox .custom-checkbox {
	border: 1px solid #000;
	float: right;
	margin: 4px 0;
	position: absolute;
	right: 20px;
	top: 20px
}

.pre-arrival-form.reserve form .property-services .checkbox-column-group .recommendation-card .checkbox .custom-checkbox::before {
	color: #fff
}

.pre-arrival-form.reserve form .property-services .checkbox-column-group .recommendation-card .checkbox .optionTitle {
	color: #1c1c1c;
	display: block;
	font-family: "caslon-224", "caslon-540", "Times New Roman", serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: .42px;
	line-height: 31px;
	width: calc(100% - 20px)
}

.pre-arrival-form.reserve form .property-services .checkbox-column-group .recommendation-card .image,
.pre-arrival-form.reserve form .property-services .checkbox-column-group .recommendation-card .video {
	margin: 25px 0;
	margin-top: auto;
	overflow: hidden;
	padding-bottom: 105%;
	position: relative
}

@supports(-ms-ime-align:auto) {
	.pre-arrival-form.reserve form .property-services .checkbox-column-group .recommendation-card .image,
	.pre-arrival-form.reserve form .property-services .checkbox-column-group .recommendation-card .video {
		padding-bottom: 22vw
	}
}

.pre-arrival-form.reserve form .property-services .checkbox-column-group .recommendation-card .image img,
.pre-arrival-form.reserve form .property-services .checkbox-column-group .recommendation-card .image .html5VideoViewer,
.pre-arrival-form.reserve form .property-services .checkbox-column-group .recommendation-card .video img,
.pre-arrival-form.reserve form .property-services .checkbox-column-group .recommendation-card .video .html5VideoViewer {
	height: 100%;
	left: -50%;
	margin: auto;
	max-width: none;
	min-height: 100%;
	position: absolute;
	right: -50%;
	width: auto
}

.pre-arrival-form.reserve form .property-services .checkbox-column-group .recommendation-card label {
	display: block;
	padding: 0
}

.pre-arrival-form.reserve form fieldset {
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	min-width: 0
}

.pre-arrival-form.reserve form fieldset legend {
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: .28px;
	line-height: 42px
}

.pre-arrival-form.reserve form fieldset p {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: .38px;
	line-height: 35px
}

.pre-arrival-form.reserve form fieldset h4 {
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: .28px;
	line-height: 42px;
	text-transform: none
}

.pre-arrival-form.reserve form fieldset .checkbox-column-group .columns {
	float: left;
	padding-right: 0;
	width: auto
}

.pre-arrival-form.reserve form fieldset .checkbox-column-group .columns label {
	display: inline;
	padding-right: 30px;
	white-space: nowrap
}

.pre-arrival-form.reserve form fieldset .checkbox-column-group .columns label p {
	white-space: normal
}

.pre-arrival-form.reserve form fieldset .checkbox {
	color: #fff;
	font-size: 18px;
	letter-spacing: .14px;
	line-height: 21px
}

.pre-arrival-form.reserve form fieldset .checkbox input[type='checkbox']:checked {
	color: #fff
}

.pre-arrival-form.reserve form fieldset .checkbox input[type='checkbox']:checked+.custom-checkbox {
	background: #fff
}

.pre-arrival-form.reserve form fieldset .checkbox .custom-checkbox {
	border: 1px solid #fff
}

.pre-arrival-form.reserve form fieldset .checkbox .custom-checkbox::before {
	color: #1c1c1c
}

.pre-arrival-form.reserve form fieldset .radio [type='radio'] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.pre-arrival-form.reserve form fieldset .radio [type='radio']:checked+label::before {
	background-color: #fff;
	border: 1px solid #fff;
	color: transparent
}

.pre-arrival-form.reserve form fieldset .radio [type='radio']:focus+label::before {
	outline: 5px auto #fff
}

.pre-arrival-form.reserve form fieldset .radio label::before {
	background-color: transparent;
	border: 1px solid #fff
}

.pre-arrival-form.reserve form .textbox input:not([type]),
.pre-arrival-form.reserve form .textbox input[type='text'],
.pre-arrival-form.reserve form .textbox input[type='password'],
.pre-arrival-form.reserve form .textbox input[type='date'],
.pre-arrival-form.reserve form .textbox input[type='datetime'],
.pre-arrival-form.reserve form .textbox input[type='datetime-local'],
.pre-arrival-form.reserve form .textbox input[type='month'],
.pre-arrival-form.reserve form .textbox input[type='week'],
.pre-arrival-form.reserve form .textbox input[type='email'],
.pre-arrival-form.reserve form .textbox input[type='number'],
.pre-arrival-form.reserve form .textbox input[type='search'],
.pre-arrival-form.reserve form .textbox input[type='tel'],
.pre-arrival-form.reserve form .textbox input[type='time'],
.pre-arrival-form.reserve form .textbox input[type='url'],
.pre-arrival-form.reserve form .textbox input[type='color'],
.pre-arrival-form.reserve form .textbox textarea {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #979797;
	box-shadow: none;
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	height: 42px;
	letter-spacing: .22px;
	line-height: 33px;
	padding: 0 0 5px
}

.pre-arrival-form.reserve form .textbox input:not([type])::-moz-placeholder,
.pre-arrival-form.reserve form .textbox input[type='text']::-moz-placeholder,
.pre-arrival-form.reserve form .textbox input[type='password']::-moz-placeholder,
.pre-arrival-form.reserve form .textbox input[type='date']::-moz-placeholder,
.pre-arrival-form.reserve form .textbox input[type='datetime']::-moz-placeholder,
.pre-arrival-form.reserve form .textbox input[type='datetime-local']::-moz-placeholder,
.pre-arrival-form.reserve form .textbox input[type='month']::-moz-placeholder,
.pre-arrival-form.reserve form .textbox input[type='week']::-moz-placeholder,
.pre-arrival-form.reserve form .textbox input[type='email']::-moz-placeholder,
.pre-arrival-form.reserve form .textbox input[type='number']::-moz-placeholder,
.pre-arrival-form.reserve form .textbox input[type='search']::-moz-placeholder,
.pre-arrival-form.reserve form .textbox input[type='tel']::-moz-placeholder,
.pre-arrival-form.reserve form .textbox input[type='time']::-moz-placeholder,
.pre-arrival-form.reserve form .textbox input[type='url']::-moz-placeholder,
.pre-arrival-form.reserve form .textbox input[type='color']::-moz-placeholder,
.pre-arrival-form.reserve form .textbox textarea::-moz-placeholder {
	color: #fff
}

.pre-arrival-form.reserve form .textbox input:not([type]):-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='text']:-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='password']:-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='date']:-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='datetime']:-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='datetime-local']:-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='month']:-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='week']:-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='email']:-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='number']:-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='search']:-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='tel']:-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='time']:-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='url']:-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='color']:-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox textarea:-ms-input-placeholder {
	color: #fff
}

.pre-arrival-form.reserve form .textbox input:not([type])::-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='text']::-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='password']::-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='date']::-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='datetime']::-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='datetime-local']::-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='month']::-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='week']::-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='email']::-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='number']::-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='search']::-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='tel']::-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='time']::-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='url']::-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox input[type='color']::-ms-input-placeholder,
.pre-arrival-form.reserve form .textbox textarea::-ms-input-placeholder {
	color: #fff
}

.pre-arrival-form.reserve form .textbox input:not([type])::placeholder,
.pre-arrival-form.reserve form .textbox input:not([type]).placeholder,
.pre-arrival-form.reserve form .textbox input[type='text']::placeholder,
.pre-arrival-form.reserve form .textbox input[type='text'].placeholder,
.pre-arrival-form.reserve form .textbox input[type='password']::placeholder,
.pre-arrival-form.reserve form .textbox input[type='password'].placeholder,
.pre-arrival-form.reserve form .textbox input[type='date']::placeholder,
.pre-arrival-form.reserve form .textbox input[type='date'].placeholder,
.pre-arrival-form.reserve form .textbox input[type='datetime']::placeholder,
.pre-arrival-form.reserve form .textbox input[type='datetime'].placeholder,
.pre-arrival-form.reserve form .textbox input[type='datetime-local']::placeholder,
.pre-arrival-form.reserve form .textbox input[type='datetime-local'].placeholder,
.pre-arrival-form.reserve form .textbox input[type='month']::placeholder,
.pre-arrival-form.reserve form .textbox input[type='month'].placeholder,
.pre-arrival-form.reserve form .textbox input[type='week']::placeholder,
.pre-arrival-form.reserve form .textbox input[type='week'].placeholder,
.pre-arrival-form.reserve form .textbox input[type='email']::placeholder,
.pre-arrival-form.reserve form .textbox input[type='email'].placeholder,
.pre-arrival-form.reserve form .textbox input[type='number']::placeholder,
.pre-arrival-form.reserve form .textbox input[type='number'].placeholder,
.pre-arrival-form.reserve form .textbox input[type='search']::placeholder,
.pre-arrival-form.reserve form .textbox input[type='search'].placeholder,
.pre-arrival-form.reserve form .textbox input[type='tel']::placeholder,
.pre-arrival-form.reserve form .textbox input[type='tel'].placeholder,
.pre-arrival-form.reserve form .textbox input[type='time']::placeholder,
.pre-arrival-form.reserve form .textbox input[type='time'].placeholder,
.pre-arrival-form.reserve form .textbox input[type='url']::placeholder,
.pre-arrival-form.reserve form .textbox input[type='url'].placeholder,
.pre-arrival-form.reserve form .textbox input[type='color']::placeholder,
.pre-arrival-form.reserve form .textbox input[type='color'].placeholder,
.pre-arrival-form.reserve form .textbox textarea::placeholder,
.pre-arrival-form.reserve form .textbox textarea.placeholder {
	color: #fff
}

.pre-arrival-form.reserve form.labels-above label {
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: .14px;
	line-height: 21px
}

.pre-arrival-form.reserve form textarea {
	height: 200px
}

.pre-arrival-form.reserve form .checkBox legend {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: .14px;
	line-height: 21px
}

.pre-arrival-form.reserve form .icon-calendar {
	color: #1c1c1c
}

.pre-arrival-form.reserve .add-row {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	letter-spacing: 1.2px;
	line-height: 16px;
	margin-top: 45px;
	padding: 16px 35px;
	text-transform: uppercase
}

.pre-arrival-form.reserve .add-row .icon-plus {
	display: none
}

.pre-arrival-form.reserve .pre-arrival-progress {
	background: #7c9dce;
	height: 3px;
	max-width: 75rem;
	width: 100%
}

@media only screen and (max-width:1260px) {
	.pre-arrival-form.reserve {
		margin: 0 30px;
		width: calc(100% - 60px)
	}
}

@media only screen and (max-width:1000px) {
	.pre-arrival-form.reserve {
		margin: 0 30px;
		width: calc(100% - 60px)
	}
	.pre-arrival-form.reserve .pre-arrival-progress {
		display: none
	}
	.pre-arrival-form.reserve .progress-bar {
		display: flex;
		flex-wrap: nowrap;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		padding: 50px 0 20px;
		scrollbar-width: none;
		width: calc(100% + 40px)
	}
	.pre-arrival-form.reserve .progress-bar::-webkit-scrollbar {
		display: none
	}
	.pre-arrival-form.reserve .progress-bar .step {
		display: inline-block;
		flex: 0 0 auto;
		float: none;
		padding-right: 40px
	}
	.pre-arrival-form.reserve .progress-bar .step h2 {
		display: block
	}
	.pre-arrival-form.reserve form {
		padding: 0 30px
	}
	.pre-arrival-form.reserve form fieldset .checkbox-column-group .columns label {
		display: inline-block;
		white-space: inherit
	}
	.pre-arrival-form.reserve form .property-services .checkbox-column-group {
		display: block;
		flex-flow: unset
	}
	.pre-arrival-form.reserve form .property-services .checkbox-column-group .columns.large-4 {
		width: 100%
	}
}

.pre-arrival-form.reserve.edit {
	display: block;
	position: relative
}

.pre-arrival-form.reserve button.continue,
.pre-arrival-form.reserve input.button,
.pre-arrival-form.reserve a.back,
.pre-arrival-form.reserve input.submit {
	background: #1c1c1c;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: auto;
	letter-spacing: 1.75px;
	line-height: 16px;
	margin: 0;
	padding: 18px 35px 16px;
	text-transform: uppercase
}

.pre-arrival-intro {
	max-height: 1440px;
	position: relative
}

.pre-arrival-intro .background-header {
	height: 100vh;
	max-height: 1440px;
	min-height: 100vh;
	position: relative;
	width: auto
}

.pre-arrival-intro .background-header .background-image {
	height: 100vh;
	max-height: 1440px;
	width: auto
}

.pre-arrival-intro .background-header .background-image img {
	height: 100vh;
	left: -50%;
	margin: auto;
	max-height: 1440px;
	max-width: none;
	min-width: 100%;
	position: fixed;
	right: -50%;
	top: 0;
	transition-duration: 1s;
	width: auto
}

.pre-arrival-intro .background-header .header {
	left: 0;
	margin: 0 auto;
	max-width: 75em;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.pre-arrival-intro .background-header .header .brand-link {
	border-bottom: 1px solid transparent;
	color: #fff;
	float: left;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 2.6px;
	line-height: 16px;
	margin: 20px 0 25px;
	padding: 20px 0 10px;
	text-transform: uppercase
}

.pre-arrival-intro .background-header .header .brand-link:hover {
	border-bottom-color: #fff
}

.pre-arrival-intro .background-header .header .image {
	clear: both;
	float: left;
	height: auto;
	margin-bottom: 20px;
	width: 218px
}

.pre-arrival-intro .card {
	background: #1c1c1c;
	color: #fff;
	font-size: 13px;
	height: 450px;
	left: 50%;
	line-height: 1em;
	max-width: 375px;
	opacity: 1;
	padding: 30px 20px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 2s ease, top 2s ease;
	width: 375px
}

.pre-arrival-intro .card .hr-icon {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin: 0 auto 30px;
	width: calc(100% - 60px)
}

.pre-arrival-intro .card .hr-icon::after {
	background: #1c1c1c;
	color: rgba(255, 255, 255, 0.7);
	content: '\e911';
	font-family: 'ritz-icons';
	font-size: 25px;
	left: 50%;
	padding: 0 10px 0 15px;
	position: absolute;
	transform: translate(-50%, -50%)
}

.pre-arrival-intro .card .headline {
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif;
	font-size: 28px;
	letter-spacing: .6px;
	line-height: 32px;
	text-transform: uppercase
}

.pre-arrival-intro .card .dot-container {
	padding: 5px 0
}

.pre-arrival-intro .card .dot-container .dot {
	background: #f2f2f2
}

.pre-arrival-intro .card p {
	font-family: "caslon-224", "caslon-540", "Times New Roman", serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .3px;
	line-height: 26px
}

.pre-arrival-intro .card .bottom {
	bottom: 30px;
	left: 20px;
	position: absolute;
	right: 20px
}

.pre-arrival-intro .card .bottom .button {
	display: inline-block;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	letter-spacing: 1.2px;
	line-height: 16px;
	margin: auto;
	padding: 18px 35px 16px
}

.pre-arrival-intro .card .bottom .slide-count-wrap {
	display: block;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2.46px;
	line-height: 19px;
	margin: 15px 5px 5px
}

.pre-arrival-intro .card .bottom .slide-count-wrap .slide-count {
	display: inline-block;
	position: relative
}

@media screen and (max-width:1222px) {
	.pre-arrival-intro .background-header .header {
		padding: 0 24px
	}
}

@media screen and (max-width:48.063em) {
	.pre-arrival-intro .card {
		height: 520px;
		min-width: auto;
		opacity: 1;
		top: 50%;
		width: calc(100% - 60px)
	}
}

.lightblue-theme .pre-arrival-form.reserve .progress-bar .step.active {
	background: transparent
}

.lightblue-theme .pre-arrival-form.reserve .progress-bar .step.active a h2 {
	border-bottom: 3px solid #67c9ce
}

.lightblue-theme .pre-arrival-form.reserve .progress-bar .step.completed a h2 {
	color: #67c9ce
}

.lightblue-theme .pre-arrival-form.reserve form .tabs-content.review .content input.submit {
	background: #67c9ce
}

.lightblue-theme .pre-arrival-form.reserve .pre-arrival-progress {
	background: #67c9ce
}

.fuchsia-theme .pre-arrival-form.reserve .progress-bar .step.active {
	background: transparent
}

.fuchsia-theme .pre-arrival-form.reserve .progress-bar .step.active a h2 {
	border-bottom: 3px solid #99005a
}

.fuchsia-theme .pre-arrival-form.reserve .progress-bar .step.completed a h2 {
	color: #99005a
}

.fuchsia-theme .pre-arrival-form.reserve form .tabs-content.review .content input.submit {
	background: #99005a
}

.fuchsia-theme .pre-arrival-form.reserve .pre-arrival-progress {
	background: #99005a
}

.orange-theme .pre-arrival-form.reserve .progress-bar .step.active {
	background: transparent
}

.orange-theme .pre-arrival-form.reserve .progress-bar .step.active a h2 {
	border-bottom: 3px solid #d6441d
}

.orange-theme .pre-arrival-form.reserve .progress-bar .step.completed a h2 {
	color: #d6441d
}

.orange-theme .pre-arrival-form.reserve form .tabs-content.review .content input.submit {
	background: #d6441d
}

.orange-theme .pre-arrival-form.reserve .pre-arrival-progress {
	background: #d6441d
}

.reserve-offers {
	display: flex;
	flex-flow: row wrap;
	padding: 30px 20px
}

.reserve-offers .item {
	background: #fff;
	display: flex;
	flex-direction: column;
	margin: 10px;
	padding: 25px 35px
}

.reserve-offers .item h2 {
	color: #464646;
	font-family: "caslon-224", "caslon-540", "Times New Roman", serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: .42px;
	line-height: 31px;
	text-transform: none
}

.reserve-offers .item .link {
	color: #1c1c1c;
	display: block;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .36px;
	line-height: 21px;
	text-decoration: none;
	text-transform: uppercase
}

.reserve-offers .item .link:hover span {
	text-decoration: underline
}

.reserve-offers .item .link::after {
	content: '\e600';
	font-family: 'ritz-icons';
	padding-left: 8px;
	position: relative;
	top: 2px
}

.reserve-offers .item .offer-details p {
	color: #555;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .36px;
	line-height: 18px
}

.reserve-offers .item .image {
	margin: 25px 0;
	overflow: hidden;
	padding-bottom: 105%;
	position: relative
}

.reserve-offers .item .image img {
	margin: auto;
	max-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute
}

.reserve-offers .item .image.lock-to-middle img {
	bottom: 50%;
	top: 50%
}

.reserve-offers .item .image.lock-to-bottom img {
	bottom: 0
}

.reserve-offers .item .button-container {
	margin-top: auto;
	padding: 0
}

.reserve-offers .item .button-container .reserve-cta {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.75px;
	line-height: 16px;
	padding: 18px 16px 16px;
	text-align: center;
	width: 100%
}

@media only screen and (min-width:30.063em) {
	.reserve-offers .small-12 {
		width: calc(100% - 40px)
	}
}

@media only screen and (min-width:42.063em) {
	.reserve-offers .medium-6 {
		width: calc(50% - 20px)
	}
}

@media only screen and (min-width:48.063em) {
	.reserve-offers .item {
		width: calc(33.3333% - 20px)
	}
}

.reserve-mosaic {
	float: none !important;
	margin: 0 auto;
	max-width: 1180px;
	width: 100%
}

.reserve-mosaic>.container {
	max-height: none;
	overflow: visible
}

.reserve-mosaic>.container::before {
	padding-top: 0
}

.reserve-mosaic>.container .main-image {
	margin-bottom: 35px;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative
}

.reserve-mosaic>.container .main-image img {
	margin-left: 98px;
	padding-right: 20px;
	position: absolute;
	top: 0;
	width: calc(100% - 98px);
	z-index: 1
}

.reserve-mosaic>.container .main-image img.lock-middle {
	top: 50%;
	transform: translate(0, -50%)
}

.reserve-mosaic>.container .main-image img.lock-bottom {
	bottom: 0;
	top: auto
}

.reserve-mosaic>.container .frosted {
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 40px;
	top: 20px;
	width: calc(100% - 118px)
}

.reserve-mosaic>.container .frosted img {
	-webkit-filter: blur(20px);
	filter: blur(20px);
	height: 100%;
	margin-left: 0;
	transform: scale(1.4);
	width: 100%;
	z-index: 0
}

.reserve-mosaic>.container .gradient {
	height: 100%;
	padding-left: 98px;
	position: absolute;
	right: 0;
	top: 20px;
	width: calc(100% - 118px)
}

.reserve-mosaic>.container .slides {
	z-index: 2
}

.reserve-mosaic>.container .slides .slick-list .slick-track .slide {
	background: transparent
}

.reserve-mosaic>.container .slides .slick-list .slick-track .slide .card-wrapper {
	left: 98px;
	opacity: 1;
	right: auto;
	transform: translate(0, -50%);
	transition: opacity 1s ease, top 1s ease
}

.reserve-mosaic>.container .side-image {
	height: 450px;
	max-width: none;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	transition: all 2s ease;
	width: 98px
}

.reserve-mosaic>.container .side-image img {
	height: 100%;
	margin-left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	padding: 0;
	width: auto
}

.reserve-mosaic.left>.container img {
	margin-left: 0;
	margin-right: 98px;
	padding-left: 20px;
	padding-right: 0
}

.reserve-mosaic.left>.container .frosted {
	left: 0;
	right: auto
}

.reserve-mosaic.left>.container .frosted img {
	margin-right: 0
}

.reserve-mosaic.left>.container .gradient {
	height: 100%;
	left: 0;
	padding-left: 0;
	padding-right: 98px;
	position: absolute;
	right: auto;
	top: 20px;
	width: calc(100% - 118px)
}

.reserve-mosaic.left>.container .default img {
	padding: 0
}

.reserve-mosaic.left>.container .slides .slick-list .slick-track .slide .card-wrapper {
	left: auto;
	right: 98px;
	transform: translate(0, -50%)
}

.reserve-mosaic.left>.container .side-image {
	right: 0
}

.reserve-mosaic.left>.container .side-image img {
	margin-right: 0;
	padding-left: 0
}

@media screen and (max-width:1240px) {
	.reserve-mosaic {
		margin: 10px 30px 60px;
		width: calc(100% - 60px)
	}
}

@media screen and (max-width:64.063em) {
	.reserve-mosaic {
		margin: 10px 0 60px;
		width: 100%
	}
	.reserve-mosaic .frosted,
	.reserve-mosaic .side-image {
		display: none
	}
	.reserve-mosaic .container .main-image {
		padding-bottom: 580px
	}
	.reserve-mosaic .container .main-image img {
		height: auto !important;
		left: 50%;
		margin: 0;
		max-height: 140% !important;
		max-width: none !important;
		min-height: 100% !important;
		min-width: 100% !important;
		padding: 0;
		position: absolute;
		transform: translate(-50%, 0);
		width: auto !important
	}
	.reserve-mosaic .container .main-image img.lock-middle {
		transform: translate(-50%, -50%)
	}
	.reserve-mosaic .container .slides .slick-list .slick-track .slide .card-wrapper {
		left: 50%;
		right: auto;
		transform: translate(-50%, -50%)
	}
	.reserve-mosaic.left>.container .slides .slick-list .slick-track .slide .card-wrapper {
		left: 50%;
		right: auto;
		transform: translate(-50%, -50%)
	}
}

.reserve.rfp-form form label {
	color: #1c1c1c;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 18px;
	padding-bottom: 10px;
	text-align: left
}

.reserve.rfp-form form label.required::after {
	color: #1c1c1c
}

.reserve.rfp-form form fieldset .row {
	margin-bottom: 25px !important
}

.reserve.rfp-form form input {
	height: 40px
}

.reserve.rfp-form form input,
.reserve.rfp-form form textarea {
	border-color: #1c1c1c;
	box-shadow: none
}

.reserve.rfp-form form input::-moz-placeholder,
.reserve.rfp-form form textarea::-moz-placeholder {
	color: transparent
}

.reserve.rfp-form form input:-ms-input-placeholder,
.reserve.rfp-form form textarea:-ms-input-placeholder {
	color: transparent
}

.reserve.rfp-form form input::-ms-input-placeholder,
.reserve.rfp-form form textarea::-ms-input-placeholder {
	color: transparent
}

.reserve.rfp-form form input::placeholder,
.reserve.rfp-form form input.placeholder,
.reserve.rfp-form form textarea::placeholder,
.reserve.rfp-form form textarea.placeholder {
	color: transparent
}

.reserve.rfp-form form .button {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 500;
	height: auto;
	letter-spacing: 1.75px;
	line-height: 16px;
	padding: 18px 22px 16px
}

#roomcards-reserve-row,
.comparison-section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 20px auto;
	width: calc(100% - 40px)
}

#roomcards-reserve-row::before,
.comparison-section::before {
	display: none
}

#roomcards-reserve-row .room-card,
.comparison-section .room-card {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 10px 20px;
	padding: 35px;
	position: relative;
	width: calc(33.33333% - 20px)
}

#roomcards-reserve-row .room-card .check-box,
.comparison-section .room-card .check-box {
	background-color: #b7b7b7;
	border: 1px solid #fff;
	box-shadow: -6px 6px #b7b7b7;
	cursor: pointer;
	height: 17px;
	position: absolute;
	right: 20px;
	top: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 17px
}

#roomcards-reserve-row .room-card .check-box.selected,
.comparison-section .room-card .check-box.selected {
	background-color: #1c1c1c;
	border: 1px solid #fff;
	box-shadow: -6px 6px #1c1c1c
}

#roomcards-reserve-row .room-card .check-box.selected::before,
.comparison-section .room-card .check-box.selected::before {
	color: #fff;
	content: '\e608';
	font-family: 'ritz-icons';
	font-size: 10px;
	left: 3px;
	position: relative;
	top: -5px
}

#roomcards-reserve-row .room-card h2 a,
.comparison-section .room-card h2 a {
	color: #464646;
	font-family: "caslon-224", "caslon-540", "Times New Roman", serif;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: .42px;
	line-height: 22px;
	text-decoration: none;
	white-space: normal
}

#roomcards-reserve-row .room-card .room-description,
.comparison-section .room-card .room-description {
	color: #555;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	white-space: normal
}

#roomcards-reserve-row .room-card .img-wrapper,
.comparison-section .room-card .img-wrapper {
	margin-top: auto;
	overflow: hidden;
	padding-bottom: 130%;
	position: relative
}

#roomcards-reserve-row .room-card .img-wrapper img,
.comparison-section .room-card .img-wrapper img {
	height: 100%;
	left: -50%;
	margin: auto;
	max-width: none;
	position: absolute;
	right: -50%;
	top: 0;
	transition-duration: 1s;
	width: auto
}

.roomcomp-reserve .comparison-section-container {
	background: #f6f3f3;
	bottom: 0;
	left: 0;
	max-height: 250px;
	position: fixed;
	width: 100%;
	z-index: 100
}

.roomcomp-reserve .comparison-section-container .comparison-row {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 75rem;
	padding: 30px 0;
	position: relative;
	z-index: 100
}

.roomcomp-reserve .comparison-section-container .comparison-row .intro-closed {
	position: relative;
	width: 100%
}

.roomcomp-reserve .comparison-section-container .comparison-row p {
	color: #1c1c1c;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 18px;
	letter-spacing: .47px;
	line-height: 22px;
	margin-bottom: 0
}

.roomcomp-reserve .comparison-section-container .comparison-row p.error {
	color: #ce4844;
	display: none;
	font-size: .875rem
}

.roomcomp-reserve .comparison-section-container .comparison-row button {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 45px;
	letter-spacing: 1.75px;
	line-height: 16px;
	position: absolute;
	right: 0;
	top: -10px
}

.roomcomp-reserve .comparison-section-container .comparison-row .intro-opened {
	display: none;
	position: relative;
	width: 100%
}

.roomcomp-reserve .comparison-section-container .comparison-row .intro-opened p {
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif;
	font-size: 41px;
	font-weight: 300;
	letter-spacing: 1.11px;
	line-height: 52px;
	text-align: center
}

.roomcomp-reserve .comparison-section-container .comparison-row .intro-opened button {
	position: absolute;
	right: 0
}

.roomcomp-reserve .comparison-section-container .comparison-section {
	margin: 0 auto;
	max-width: 75rem
}

.roomcomp-reserve .comparison-section-container .comparison-section::-webkit-scrollbar {
	background: transparent;
	width: 0
}

.roomcomp-reserve .comparison-section-container .comparison-section .comparison-cards {
	display: flex;
	margin: auto;
	width: calc(100% - 40px)
}

.roomcomp-reserve .comparison-section-container .comparison-section .comparison-table {
	display: none
}

.roomcomp-reserve .comparison-section-container .comparison-section .comparison-table h4 {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .63px;
	line-height: 25px;
	margin: 25px 0;
	text-transform: none
}

.roomcomp-reserve .comparison-section-container .comparison-section .comparison-table .data {
	display: flex
}

.roomcomp-reserve .comparison-section-container .comparison-section .comparison-table .data .data-cell {
	background: #eae7e7;
	display: flex;
	width: 33.33333333%
}

.roomcomp-reserve .comparison-section-container .comparison-section .comparison-table .data .data-cell p {
	border-right: 1px solid #1c1c1c;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 24px;
	letter-spacing: .35px;
	line-height: 28px;
	margin: 25px 0;
	padding: 0 30px;
	text-align: center;
	white-space: normal;
	width: 100%
}

.roomcomp-reserve .comparison-section-container .comparison-section .comparison-table .data .data-cell:last-of-type p {
	border-right: 0
}

.roomcomp-reserve .comparison-section-container.drawer-opened {
	height: 100%;
	max-height: none
}

.roomcomp-reserve .comparison-section-container.drawer-opened .comparison-row .intro-opened {
	display: block
}

.roomcomp-reserve .comparison-section-container.drawer-opened .comparison-row .intro-closed {
	display: none
}

.roomcomp-reserve .comparison-section-container.drawer-opened .comparison-section {
	overflow-y: scroll
}

.roomcomp-reserve .comparison-section-container.drawer-opened .comparison-section .comparison-table {
	display: block;
	margin-bottom: 30px;
	width: 100%
}

@media only screen and (max-width:1240px) {
	.roomcomp-reserve .comparison-section-container .comparison-row {
		padding: 30px 20px
	}
}

@media screen and (max-width:48.063em) {
	#roomcards-reserve-row .room-card {
		width: calc(50% - 20px)
	}
	#roomcards-reserve-row .comparison-section-container {
		max-height: none
	}
	#roomcards-reserve-row .comparison-section-container .comparison-row {
		padding: 20px
	}
	#roomcards-reserve-row .comparison-section-container .comparison-row .intro-closed {
		text-align: center
	}
	#roomcards-reserve-row .comparison-section-container .comparison-row .intro-closed button {
		margin-top: 20px;
		position: relative;
		right: auto;
		top: auto
	}
	#roomcards-reserve-row .comparison-section-container .comparison-section {
		padding: 0
	}
	#roomcards-reserve-row .comparison-section-container .comparison-section .comparison-cards {
		display: block;
		margin: 0;
		padding: 0
	}
	#roomcards-reserve-row .comparison-section-container .comparison-section .comparison-cards .room-card {
		background: transparent;
		display: block;
		float: none;
		margin: 0 0 10px;
		padding: 0;
		width: 100%
	}
	#roomcards-reserve-row .comparison-section-container .comparison-section .comparison-cards .room-card h2 {
		line-height: 10px;
		margin: 0
	}
	#roomcards-reserve-row .comparison-section-container .comparison-section .comparison-cards .room-card h2 a {
		font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
		font-size: 18px;
		letter-spacing: .47px;
		line-height: 24px;
		text-transform: none
	}
	#roomcards-reserve-row .comparison-section-container .comparison-section .comparison-cards .room-card .check-box,
	#roomcards-reserve-row .comparison-section-container .comparison-section .comparison-cards .room-card .room-description,
	#roomcards-reserve-row .comparison-section-container .comparison-section .comparison-cards .room-card .img-wrapper {
		display: none
	}
	#roomcards-reserve-row .comparison-section-container .comparison-section .comparison-cards .room-card:nth-child(1) h2 a::before {
		content: '1. '
	}
	#roomcards-reserve-row .comparison-section-container .comparison-section .comparison-cards .room-card:nth-child(2) h2 a::before {
		content: '2. '
	}
	#roomcards-reserve-row .comparison-section-container .comparison-section .comparison-cards .room-card:nth-child(3) h2 a::before {
		content: '3. '
	}
	#roomcards-reserve-row .comparison-section-container.drawer-opened .intro-opened {
		text-align: center
	}
	#roomcards-reserve-row .comparison-section-container.drawer-opened .intro-opened button {
		position: relative
	}
	#roomcards-reserve-row .comparison-section-container.drawer-opened .intro-opened p {
		text-transform: uppercase
	}
	#roomcards-reserve-row .comparison-section-container.drawer-opened .comparison-section {
		overflow-x: scroll;
		white-space: nowrap
	}
	#roomcards-reserve-row .comparison-section-container.drawer-opened .comparison-section .comparison-cards {
		display: flex;
		width: auto
	}
	#roomcards-reserve-row .comparison-section-container.drawer-opened .comparison-section .comparison-cards .room-card {
		background: #fff;
		display: flex;
		padding: 35px;
		width: 300px
	}
	#roomcards-reserve-row .comparison-section-container.drawer-opened .comparison-section .comparison-cards .room-card h2 a {
		font-family: "charter-bt", "caslon-540", "Times New Roman", serif;
		font-size: 30px;
		font-weight: 300;
		letter-spacing: .42px;
		line-height: 31px
	}
	#roomcards-reserve-row .comparison-section-container.drawer-opened .comparison-section .comparison-cards .room-card h2 a::before {
		content: none
	}
	#roomcards-reserve-row .comparison-section-container.drawer-opened .comparison-section .comparison-cards .room-card .check-box,
	#roomcards-reserve-row .comparison-section-container.drawer-opened .comparison-section .comparison-cards .room-card .room-description,
	#roomcards-reserve-row .comparison-section-container.drawer-opened .comparison-section .comparison-cards .room-card .img-wrapper {
		display: block
	}
	#roomcards-reserve-row .comparison-section-container.drawer-opened .comparison-section .comparison-table {
		padding: 0 20px 20px;
		width: auto
	}
	#roomcards-reserve-row .comparison-section-container.drawer-opened .comparison-section .comparison-table .data .data-cell {
		width: 310px
	}
}

@media screen and (max-width:30.063em) {
	#roomcards-reserve-row .room-card {
		width: calc(100% - 20px)
	}
}

.reserve-photo-gallery {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	overflow: hidden;
	width: 100%
}

.reserve-photo-gallery .sorting-nav {
	border-bottom: 1px solid #1c1c1c;
	display: inline-block;
	font-size: 20px;
	list-style: none;
	margin: 0 -15px 30px;
	padding: 0 20px 15px;
	width: calc(100% + 30px)
}

.reserve-photo-gallery .sorting-nav li {
	display: inline;
	margin-right: 20px
}

.reserve-photo-gallery .sorting-nav li a {
	color: #1c1c1c;
	padding-bottom: 2px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap
}

.reserve-photo-gallery .sorting-nav li a:hover {
	border-bottom: 1px solid #7c9dce;
	color: #7c9dce
}

.reserve-photo-gallery .sorting-nav li a.active {
	border-bottom: 1px solid #7c9dce;
	color: #7c9dce
}

.reserve-photo-gallery .gutter-sizer {
	width: 10px
}

.reserve-photo-gallery .grid-sizer,
.reserve-photo-gallery .grid-item {
	margin-bottom: 10px;
	width: calc(33.3333% - 7px)
}

@media only screen and (max-width:42.063em) {
	.reserve-photo-gallery .grid-sizer,
	.reserve-photo-gallery .grid-item {
		width: calc(50% - 5px)
	}
}

#photo-gallery-modal {
	background-color: transparent;
	box-shadow: none;
	height: 100vh;
	margin-top: -40px;
	max-width: inherit;
	padding: 0;
	width: 100%
}

#photo-gallery-modal .close-reveal-modal {
	background: transparent;
	color: #fff;
	opacity: 1;
	z-index: 40
}

#photo-gallery-modal .close-reveal-modal span::before {
	font-size: 40px
}

#photo-gallery-modal .close-reveal-modal:hover,
#photo-gallery-modal .close-reveal-modal:focus {
	background: rgba(255, 255, 255, 0.4)
}

#photo-gallery-modal .container {
	max-height: inherit
}

#photo-gallery-modal .carousel {
	display: none;
	margin: auto !important;
	max-height: inherit;
	max-width: inherit
}

#photo-gallery-modal .carousel.visible {
	display: block
}

#photo-gallery-modal .carousel .slick-slider {
	height: 100vh
}

#photo-gallery-modal .carousel .slick-slider .slick-list {
	overflow: visible
}

#photo-gallery-modal .carousel .slick-slider .slick-list .slick-track {
	max-height: inherit;
	width: 100% !important
}

#photo-gallery-modal .carousel .slick-slider .slick-list .slick-track .slide {
	background: transparent;
	height: 100vh;
	max-height: inherit;
	max-width: inherit
}

#photo-gallery-modal .carousel .slick-slider .slick-list .slick-track .slide .slide-inner {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0
}

#photo-gallery-modal .carousel .slick-slider .slick-list .slick-track .slide .slide-inner img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 80vh;
	max-width: 80vw;
	position: absolute;
	right: 0;
	top: 0;
	width: auto
}

#photo-gallery-modal .carousel .slick-slider .slick-list .slick-track .slide .slide-inner .image-caption {
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	color: #fff;
	padding: 10px;
	position: absolute;
	width: 100%
}

#photo-gallery-modal .carousel .slick-slider .slick-list .slick-track .slide .slide-inner .image-caption p {
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	margin: 0
}

#photo-gallery-modal .carousel .slick-slider .slick-list .slick-track .slide .slide-inner .image-caption .divider {
	padding: 0 10px
}

#photo-gallery-modal .carousel .slick-slider .slick-list .slick-track .slide .slide-inner .image-caption .photo-cta {
	border-bottom: 1px solid #7c9dce;
	color: #7c9dce
}

#photo-gallery-modal .carousel .slick-slider .slick-list .slick-track .slide .slide-inner .image-caption .photo-cta:hover {
	text-decoration: none
}

#photo-gallery-modal .carousel .slick-slider .slick-list .slick-track .slide .slide-inner .image-caption .photo-cta span::after {
	content: '\e600';
	font-family: 'ritz-icons';
	font-size: 13px;
	padding-left: 5px
}

#photo-gallery-modal .carousel .slick-slider .slick-list .slick-track .slide .slide-inner .image-caption .tags {
	font-size: 14px;
	opacity: .4
}

#photo-gallery-modal .carousel .slick-slider .slick-list .slick-track .slide .slide-inner .image-caption .tags span:not(:empty):not(:last-child)::after {
	content: ', '
}

#photo-gallery-modal .carousel .slick-slider .slick-list .slick-track .slide .slide-inner .image-caption .sharing a {
	color: #fff;
	font-size: 24px;
	padding: 5px
}

#photo-gallery-modal .carousel .slick-slider .slick-arrow {
	background: transparent;
	height: 80px;
	opacity: 1
}

#photo-gallery-modal .carousel .slick-slider .slick-arrow:hover,
#photo-gallery-modal .carousel .slick-slider .slick-arrow:focus {
	background: rgba(255, 255, 255, 0.4)
}

#photo-gallery-modal .carousel .slick-slider .slick-arrow.slick-next::before,
#photo-gallery-modal .carousel .slick-slider .slick-arrow.slick-prev::before {
	color: #fff;
	content: '\e909';
	font-size: 30px
}

#photo-gallery-modal .carousel .slick-slider .slick-arrow.slick-next::before {
	left: 20px;
	top: 25px;
	transform: rotate(-90deg)
}

#photo-gallery-modal .carousel .slick-slider .slick-arrow.slick-prev::before {
	left: -4px;
	top: 10px;
	transform: rotate(90deg)
}

@media(max-width:48.063em) {
	#photo-gallery-modal .carousel .slick-slider .slick-arrow {
		height: 50px
	}
	#photo-gallery-modal .carousel .slick-slider .slick-arrow.slick-next::before,
	#photo-gallery-modal .carousel .slick-slider .slick-arrow.slick-prev::before {
		font-size: 18px
	}
	#photo-gallery-modal .carousel .slick-slider .slick-arrow.slick-next::before {
		left: 10px;
		top: 8px
	}
	#photo-gallery-modal .carousel .slick-slider .slick-arrow.slick-prev::before {
		left: -4px;
		top: 7px;
		transform: rotate(90deg)
	}
}

.reveal-modal-bg.reserve-photo-gallery-open {
	background: rgba(0, 0, 0, 0.8);
	display: block !important
}

.lightblue-theme .reserve-photo-gallery .sorting-nav li a:hover {
	border-bottom: 1px solid #67c9ce;
	color: #67c9ce
}

.lightblue-theme .reserve-photo-gallery .sorting-nav li a.active {
	border-bottom: 1px solid #67c9ce;
	color: #67c9ce
}

.lightblue-theme #photo-gallery-modal .carousel .slick-slider .slick-list .slick-track .slide .slide-inner .image-caption .photo-cta {
	color: #67c9ce
}

.fuchsia-theme .reserve-photo-gallery .sorting-nav li a:hover {
	border-bottom: 1px solid #99005a;
	color: #99005a
}

.fuchsia-theme .reserve-photo-gallery .sorting-nav li a.active {
	border-bottom: 1px solid #99005a;
	color: #99005a
}

.fuchsia-theme #photo-gallery-modal .carousel .slick-slider .slick-list .slick-track .slide .slide-inner .image-caption .photo-cta {
	color: #99005a
}

.orange-theme .reserve-photo-gallery .sorting-nav li a:hover {
	border-bottom: 1px solid #d6441d;
	color: #d6441d
}

.orange-theme .reserve-photo-gallery .sorting-nav li a.active {
	border-bottom: 1px solid #d6441d;
	color: #d6441d
}

.orange-theme #photo-gallery-modal .carousel .slick-slider .slick-list .slick-track .slide .slide-inner .image-caption .photo-cta {
	color: #d6441d
}

.card-component {
	display: flex;
	padding: 0 10px 60px
}

.card-component .columns {
	display: flex
}

.card-component .card {
	background: #1c1c1c;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	line-height: 1em;
	margin: 0 auto;
	max-width: 375px;
	opacity: 1;
	padding: 30px 20px;
	position: relative;
	text-align: center;
	width: 100%
}

.card-component .card .hr-icon {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin: 0 auto 30px;
	width: calc(100% - 60px)
}

.card-component .card .hr-icon::after {
	background: #1c1c1c;
	color: rgba(255, 255, 255, 0.7);
	content: '\e911';
	font-family: 'ritz-icons';
	font-size: 25px;
	left: 50%;
	padding: 0 10px 0 15px;
	position: absolute;
	transform: translate(-50%, -50%)
}

.card-component .card .headline {
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif;
	font-size: 28px;
	letter-spacing: .6px;
	line-height: 32px;
	text-transform: uppercase
}

.card-component .card .dot-container {
	padding: 5px 0
}

.card-component .card .dot-container .dot {
	background: #f2f2f2
}

.card-component .card a {
	color: #fff;
	text-decoration: underline
}

.card-component .card a:hover {
	color: #bfbfbf
}

.card-component .card h1,
.card-component .card h2.page-title,
.card-component .card h2,
.card-component .card h3,
.card-component .card h4,
.card-component .card h5,
.card-component .card h6 {
	color: #fff
}

.card-component .card p {
	font-family: "caslon-224", "caslon-540", "Times New Roman", serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .3px;
	line-height: 26px;
	margin: 0
}

.card-component .card .bottom {
	margin-top: auto;
	padding-top: 20px
}

.card-component .card .bottom .button {
	display: inline-block;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	font-size: 14px;
	letter-spacing: 1.2px;
	line-height: 16px;
	margin: 10px 5px 0 0;
	padding: 17px 35px 15px
}

.card-component .card .bottom .button.second {
	margin: 10px 0 0 5px
}

.card-component .card .bottom .link-cta {
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif;
	margin: 10px 5px 0 0;
	text-decoration: underline
}

.card-component .card .bottom .link-cta.second {
	margin: 10px 0 0 5px
}

.card-component .card .bottom .link-cta:hover {
	color: #c7ddf3;
	text-decoration: underline
}

.card-component.inverted .card {
	background: #fff;
	color: #1c1c1c
}

.card-component.inverted .card .hr-icon {
	border-top: 1px solid rgba(0, 0, 0, 0.3)
}

.card-component.inverted .card .hr-icon::after {
	background: #fff;
	color: rgba(0, 0, 0, 0.7)
}

.card-component.inverted .card .dot-container .dot {
	background: #111
}

.card-component.inverted .card a {
	color: #3b68b3
}

.card-component.inverted .card a:hover {
	color: #3b68b3
}

.card-component.inverted .card h1,
.card-component.inverted .card h2.page-title,
.card-component.inverted .card h2,
.card-component.inverted .card h3,
.card-component.inverted .card h4,
.card-component.inverted .card h5,
.card-component.inverted .card h6 {
	color: #1c1c1c
}

.card-component.inverted .card .bottom .button {
	background: #1c1c1c;
	border-color: #1c1c1c;
	color: #fff
}

.card-component.inverted .card .bottom .link-cta {
	color: #1c1c1c
}

.card-component.inverted .card .bottom .link-cta:hover {
	color: #7c9dce
}

@media only screen and (max-width:42.063em) {
	.card-component {
		display: block
	}
	.card-component .columns {
		display: block
	}
	.card-component .card {
		display: block;
		flex-direction: unset;
		margin: 0 auto 15px
	}
}

.lightblue-theme .card-component .card .bottom .link-cta:hover {
	color: #b4ffff
}

.lightblue-theme .card-component.inverted .card .bottom .link-cta:hover {
	color: #67c9ce
}

.fuchsia-theme .card-component .card .bottom .link-cta:hover {
	color: #ffb3ff
}

.fuchsia-theme .card-component.inverted .card .bottom .link-cta:hover {
	color: #99005a
}

.orange-theme .card-component .card .bottom .link-cta:hover {
	color: #ffddb6
}

.orange-theme .card-component.inverted .card .bottom .link-cta:hover {
	color: #d6441d
}

.reserve .requestforservicev2 {
	background-color: #1c1c1c;
	margin-bottom: 30px;
	padding: 30px 0
}

.reserve .requestforservicev2 h2 {
	color: #fff;
	font-family: "charter-bt", "caslon-540", "Times New Roman", serif
}

.reserve .requestforservicev2 p,
.reserve .requestforservicev2 h3,
.reserve .requestforservicev2 h4,
.reserve .requestforservicev2 form,
.reserve .requestforservicev2 legend.label {
	color: #fff;
	font-family: "din-next", "proxima-nova", Helvetica, "Arial Unicode", sans-serif
}

.reserve .requestforservicev2 fieldset .radio label::before {
	background-color: transparent;
	border: 1px solid #fff
}

.reserve .requestforservicev2 .icon-calendar {
	color: #fff
}

.reserve .requestforservicev2 .radio [type='radio']:checked+label::before {
	color: #fff;
	line-height: 16px
}

.reserve .requestforservicev2 input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #979797;
	box-shadow: none;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	height: 32px;
	letter-spacing: .22px;
	line-height: 33px;
	padding: 0 0 5px
}

.reserve .requestforservicev2 input:focus {
	background-color: transparent;
	box-shadow: none
}

.reserve .requestforservicev2 input.button {
	font-size: 14px;
	font-weight: 400;
	height: auto;
	letter-spacing: 1.75px;
	line-height: 16px;
	padding: 16px 35px 15px
}

.reserve .requestforservicev2 input.button.rfsSubmit {
	background: #7c9dce
}

.reserve .requestforservicev2 input.button.tertiary {
	background: #fff;
	color: #1c1c1c
}

div.header.white-header::after {
	content: '';
	background: linear-gradient(to right, var(--primary-theme-color), var(--secondary-theme-color));
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 100vw;
	height: 3px;
}

/* .home-header-push {
	background: transparent!important;
	position: relative;
	z-index: 990;

} */

/* .home-reservation-form {
	background: transparent!important;
	display: flex;
	justify-content: center;
	margin-top: -50px;
}

.home-reservation-form .form-reservation {
	background: var(--primary-theme-color);
	width: 80vw;
	border-radius: 12px;

} */
