.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 .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;
    top: 6px;
    right: 4px
}
html[dir="rtl"] .form-reservation .icon-arrow-down {
    margin-left: auto;
    position: absolute;
    left: 0;
    padding-left: 15px
}
.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 .auxiliary-links a {
    display: block;
    font-size: 12px;
    line-height: 2;
    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 {
    color: #d4605c
}
.form-reservation.dark-background h2 {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #fff;
    font-family: "Roboto",  "Arial", sans-serif;
    font-weight: 300
}
.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"]::-webkit-input-placeholder,
.form-reservation.dark-background input[type="text"].placeholder,
.form-reservation.dark-background input[type="email"]::-webkit-input-placeholder,
.form-reservation.dark-background input[type="email"].placeholder,
.form-reservation.dark-background textarea::-webkit-input-placeholder,
.form-reservation.dark-background textarea.placeholder,
.form-reservation.dark-background select::-webkit-input-placeholder,
.form-reservation.dark-background select.placeholder {
    color: #fff
}
.form-reservation.dark-background input[type="text"]:-ms-input-placeholder,
.form-reservation.dark-background input[type="text"].placeholder,
.form-reservation.dark-background input[type="email"]:-ms-input-placeholder,
.form-reservation.dark-background input[type="email"].placeholder,
.form-reservation.dark-background textarea:-ms-input-placeholder,
.form-reservation.dark-background textarea.placeholder,
.form-reservation.dark-background select:-ms-input-placeholder,
.form-reservation.dark-background select.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.1);
    box-shadow: none
}
.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 .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;
    width: 100%;
    height: 170px
}
.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 0
    }
    .form-reservation .rooms-guests-flexible-row {
        display: table;
        margin-left: 0;
        width: 100%
    }
    .form-reservation .rooms-guests-flexible-row>.columns:first-child {
        display: table-footer-group;
        float: none
    }
    .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
}
.rf-takeover-container .icon-spinner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    display: block;
    font-size: 40px;
    text-align: center
}
.showing-rf-takeover {
    overflow-y: scroll;
    position: fixed;
    width: 100%
}
.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 2px #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
}
.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-rewards li,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-rewards li {
    color: #fff
}
.showing-rf-takeover .brand-header .header.white-header .brand-rewards li:first-child,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-rewards li:first-child {
    border-right: 1px solid #fff
}
.showing-rf-takeover .brand-header .header.white-header .brand-rewards li a,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-rewards li a {
    color: #fff
}
.showing-rf-takeover .brand-header .header.white-header .brand-nav,
.showing-rf-takeover .brand-header .header.header-gradient-light .brand-nav {
    background: none
}
.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 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,
.showing-rf-takeover .property-nav .reserve-cta2{
    background: transparent !important;
    color: #fff !important;
    border-color: #fff !important
}
.showing-rf-takeover .property-nav .reserve-cta2:hover,
.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 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: 0px
    }
}
@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 {
    cursor: default;
    color: #bfbfbf
}
.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-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: red
}
.property-search ul li.error strong {
    color: red
}
.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, transparent 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)
}
.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;
    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-size: 22px;
    font-family: "Roboto",  "Arial", sans-serif;
    margin-top: 0
}
.pre-arrival-form.property-services h2.twoOrMore {
    margin-bottom: 0.25em;
    margin-top: 0.5rem
}
.pre-arrival-form.property-services p.quote {
    color: #6f6f6f;
    font-style: italic
}
.pre-arrival-form.property-services p.twoOrMore {
    margin-bottom: 0.25em
}
.pre-arrival-form.property-services .optionTitle {
    display: inline;
    font-size: 20px;
    line-height: 1.2
}
.pre-arrival-form.property-services .optionImage {
    display: block;
    padding-bottom: 15px;
    max-height: 250px
}
.pre-arrival-form button.continue {
    margin: 0 0 0 10px
}
@media only screen and (min-width: 48.063em) {
    .pre-arrival-form .tabs-content h3 {
        display: none
    }
}
.progress-bar-wrapper {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: fixed;
    top: 0px
}
.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 p {
    font-size: .750em
}
.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 h2 {
    font-weight: normal;
    margin-top: 0
}
.locations-list .key-container {
    list-style: none;
    margin: 0 0 40px 0
}
.locations-list .key-container li {
    cursor: auto;
    font-size: 14px;
    margin: 0 0 .5em
}
.locations-list .key-container li.active {
    color: #31548c;
    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-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 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-weight: bold;
    transition-duration: .3s;
    transition-property: color
}
.locations-list .link a:hover {
    color: #3b68b3;
    text-decoration: underline
}
.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: 30.063em) {
    .locations-list .region {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        -webkit-columns: 3 160px;
        -moz-columns: 3 160px;
        columns: 3 160px
    }
}
@media only screen and (min-width: 42.063em) {
    .locations-list .region {
        -webkit-columns: 3 200px;
        -moz-columns: 3 200px;
        columns: 3 200px
    }
}
@media only screen and (min-width: 60em) {
    .locations-list .region {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}
.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 {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    column-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", Helvetica, 'Arial Unicode', sans-serif;
    font-weight: 700;
    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 {
    max-width: 955px !important;
    margin: 0 auto !important
}
.editorial h2 {
    font-family: "Lato", "Times New Roman", serif;
    font-size: 24px;
    letter-spacing: .05em;
    line-height: 1.4;
    margin-bottom: 20.6px;
    margin-top: 0;
    word-wrap: normal
}
@media only screen and (min-width: 72em) {
    .editorial h2 {
        font-size: 34px
    }
}
.editorial hr {
    margin-bottom: 20px
}
.editorial h5 {
    font-family: "Lato", "Times New Roman", serif;
    font-weight: normal;
    margin-top: 0
}
.editorial h6 {
    font-family: "Roboto",  "Arial", 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 {
    padding: 0 8px
}
.intro-feature a {
    color: #1c1c1c
}
.intro-feature a:hover {
    color: #1c1c1c;
    text-decoration: none
}
.intro-feature a:visited {
    text-decoration: none
}
.intro-feature .controls {
    position: absolute;
    right: 0;
    z-index: 1
}
.intro-feature .controls a {
    display: inline-block;
    font-size: 0;
    vertical-align: middle
}
.intro-feature .controls .paging-info {
    vertical-align: 5px
}
.intro-feature .controls .icon-arrow-left,
.intro-feature .controls .icon-arrow-right {
    font-size: 24px
}
.intro-feature .description {
    background-color: transparent;
    overflow: hidden
}
.intro-feature .description p {
    margin-bottom: 20px;
    line-height: 1.5
}
.intro-feature .slider .slick-list {
    height: auto;
    position: relative
}
.intro-feature .slider .slick-track {
    height: 100% !important;
    position: relative
}
.intro-feature .slider .slick-slide {
    background-color: #fff;
    height: 100% !important;
    float: none;
    display: inline-block;
    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.horizontal .image img {
    width: 50%;
    min-height: 240px
}
.intro-feature .slider .slide.horizontal .cta-block.vertical {
    display: none;
    margin-bottom: 20px
}
.intro-feature .slider .slide.horizontal .cta-block.horizontal {
    display: block
}
.intro-feature .slider .slide.vertical .image {
    width: 50%
}
.intro-feature .slider .slide.vertical .image img {
    width: 70%;
    float: right
}
.intro-feature .slider .slide.vertical .cta-block.horizontal {
    display: none
}
.intro-feature .slider .slide.vertical .cta-block.vertical {
    margin-bottom: 20px
}
.intro-feature .slider .slide.vertical .description p {
    line-height: 1.6
}
.intro-feature .slider .cta-block.horizontal {
    margin-top: 10px
}
.intro-feature .slider .cta-block .cta-primary,
.intro-feature .slider .cta-block .cta-secondary {
    display: inline
}
.intro-feature .slider .cta-block .cta-primary a {
    color: white
}
.intro-feature .headline {
    margin-bottom: 20px;
    margin-top: 0;
    /*padding-right: 80px*/
}
.intro-feature .intro-feature-container {
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
    padding-bottom: 60px;
    position: relative
}
.intro-feature .pre-headline {
    font-family: "Roboto",  "Arial", sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    margin-top: 0;
    padding-right: 80px;
    text-transform: uppercase
}
@media only screen and (min-width: 48.063em) {
    .intro-feature .description {
        float: right;
        padding: 0 0 0 2.5%;
        width: 50%
    }
    .intro-feature .icon-arrow-left,
    .intro-feature .icon-arrow-right {
        cursor: pointer
    }
}
.showcase .intro-feature {
    margin-top: -20px
}
.showcase .intro-feature .intro-feature-container {
    padding-bottom: 40px
}
.showcase .intro-feature .slider .slick-slide {
    background-color: #e9f1fa
}
@media only screen and (max-width: 48.063em) {
    .intro-feature .slider .slide.horizontal .image {
        width: 100%
    }
    .intro-feature .slider .slide.horizontal .image img {
        width: 100%
    }
    .intro-feature .slider .slide.horizontal .cta-block.vertical {
        display: block !important;
        margin-bottom: 20px
    }
    .intro-feature .slider .slide.horizontal .cta-block.horizontal {
        display: none !important
    }
    .intro-feature .slider .slide.vertical .image {
        width: 100%;
        margin: auto
    }
    .intro-feature .slider .slide.vertical .image img {
        width: 60%;
        float: none;
        margin: auto
    }
}
.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: "Roboto",  "Arial", 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: "Roboto",  "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 11.8px
}
.intro-header.brand-voice h1,
.intro-header.brand-voice h2.page-title,
.intro-header.brand-voice h2 {
    font-family: "Lato",  '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;
    max-width: 325px
}
.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 {
    font-family: "Lato",  'Times New Roman', serif;
    color: #1c1c1c;
    font-size: 40px;
    letter-spacing: .05em;
    line-height: 1.3;
    margin-bottom: 0px;
    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: "Roboto",  "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 11.8px
}
.intro-header.jump-navigation h1,
.intro-header.jump-navigation h2.page-title,
.intro-header.jump-navigation h2 {
    font-family: "Lato",  '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: 0px
    }
}
@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 {
    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
    }
}
@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;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    transition: -webkit-transform .3s;
    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 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;
    color: #1c1c1c;
    border: 1px solid #31548c;
    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 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    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 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: auto
    }
}
@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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0
}
.info-cards>li {
    display: -webkit-flex;
    display: -ms-flexbox;
    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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    min-height: 215px
}
.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 20px
}
.info-cards .accomodation-info h3 {
    font-family: "Lato", "Times New Roman", serif;
    text-transform: uppercase;
    font-weight: 400
}
.info-cards .accomodation-info h3 a {
    color: #1c1c1c
}
.info-cards .accomodation-info p {
    /*text-transform: uppercase*/
}
.info-cards .accomodation-info p strong {
    color: #1c1c1c;
    display: inline-block;
    min-width: 40px
}
.info-cards .accomodation-info .features {
    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 0.5em 0 0
}
.info-cards .link-cta {
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase
}
.info-cards .link-cta:after {
    content: ''
}
.info-cards .link-cta span {
    text-decoration: underline
}
@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
    }
}
.chute-load-more {
    display: none !important
}
.chute-asset-view {
    border-radius: 0 !important;
    box-shadow: none !important
}
.chute-asset-view .chute-asset-thumbnail {
    margin-bottom: 0 !important
}
.chute-asset-view .chute-detail {
    display: none !important
}
.chute-asset-view.chute-twitter>div {
    display: none !important
}
.chute-asset-view.chute-twitter>div.chute-asset {
    display: block !important
}
.chute-asset-view .chute-asset-thumbnail {
    border-bottom: 0 !important
}
.chute-asset-lightbox-view .chute-asset-caption {
    display: none !important
}
.atm-f {
    height: 28px !important
}
.social-images {
    margin-bottom: 60px !important
}
.social-images .text-block {
    display: inline-block;
    float: none !important;
    width: 100%
}
.social-images .images-block {
    display: inline-block;
    float: none !important;
    margin-left: -4px
}
.social-images .images-block .row {
    margin: 0
}
.social-images .images-block .columns {
    padding: 0
}
.social-images .images-block .center .wall-item {
    float: left;
    width: 33.333%
}
.social-images .images-block .right .wall-item {
    float: left;
    width: 50%
}
.social-images .wall-item .image {
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    /*width: 100%;*/
    margin-left: 4px;
}
.social-images .wall-item .image img {
    bottom: -100%;
    display: block;
    left: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    padding: 0 0 0 0;
    /*position: absolute;*/
    right: -100%;
    top: -100%
}
.social-images .wall-item .image a {
    margin-bottom: 4px;
    overflow: hidden;
    display: block;
}
.social-images .wall-item .image .author {
    display: none
}
.no-touch .social-images .wall-item .image:hover .author {
    background: rgba(28, 28, 28, 0.7);
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 0 4px 4px;
    overflow: hidden;
    padding: 10px 10px 6px 10px;
    position: absolute;
    width: 100%
}
.no-touch .social-images .wall-item .image:hover .author a {
    color: #fff
}
.reveal-modal {
    outline: none
}
#social-images-modal {
    max-width: 600px;
    min-height: initial;
    overflow: hidden;
    padding: 0
}
#social-images-modal .carousel {
    visibility: hidden
}
#social-images-modal .carousel.visible {
    visibility: visible
}
#social-images-modal .author {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 70px
}
#social-images-modal .author .avatar {
    border: 1px solid #bfbfbf;
    float: left;
    margin-left: -60px
}
#social-images-modal .author .avatar img {
    height: 50px;
    width: 50px
}
#social-images-modal .author .asset-details {
    float: left;
    font-size: 14px;
    height: 107px;
    margin-top: -2px;
    overflow: hidden;
    text-align: left
}
#social-images-modal .author .asset-details .user {
    display: block
}
#social-images-modal .author .asset-details .when,
#social-images-modal .author .asset-details .where {
    color: #6f6f6f
}
#social-images-modal .author .asset-details .where {
    margin-left: 10px
}
#social-images-modal .author .asset-details .lat,
#social-images-modal .author .asset-details .lng {
    display: none
}
#social-images-modal .author .asset-details .message {
    display: block
}
#social-images-modal .sharing {
    text-align: left
}
#social-images-modal .sharing a {
    color: #6f6f6f;
    display: block;
    float: left;
    font-size: 18px;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    padding-top: 9px;
    text-align: center;
    text-decoration: none;
    width: 25%
}
#social-images-modal .sharing a.addthis_button_facebook:hover {
    color: #3b5998
}
#social-images-modal .sharing a.addthis_button_twitter {
    margin-top: 2px
}
#social-images-modal .sharing a.addthis_button_twitter:hover {
    color: #55acee
}
#social-images-modal .sharing a.addthis_button_sinaweibo:hover {
    color: #c93227
}
#social-images-modal .sharing a.addthis_button_compact .icon-plus {
    font-size: 22px
}
#social-images-modal .sharing a.addthis_button_compact:hover {
    color: #ff5c3e
}
@media only screen and (min-width: 48.063em) {
    .social-images .images-block .left {
        width: 54.5%
    }
    .social-images .images-block .center {
        width: 18.21%
    }
    .social-images .images-block .center .wall-item {
        width: 100%
    }
    .social-images .images-block .right {
        width: 27.29%
    }
    .social-images .images-block .right .wall-item {
        width: 100%
    }
}
@media only screen and (min-width: 42.063em) {
    #social-images-modal .author .asset-details {
        height: 62px
    }
    #social-images-modal .author .asset-details .user {
        display: inline-block
    }
    #social-images-modal .author .asset-details .when {
        margin-left: 10px
    }
}
@media only screen and (min-width: 60em) {
    .social-images .text-block {
        display: inline-block;
        vertical-align: middle;
        width: 24%
    }
    .social-images .images-block {
        display: inline-block;
        margin-left: 0;
        vertical-align: middle;
        width: 75%
    }
}
.media-object h3 {
    font-family: "Roboto",  "Arial", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.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.columns {
    margin-left: -0.625rem
}
.media-object.centered {
    float: none;
    margin-left: auto;
    margin-right: 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: 50%
    }
}
@media only screen and (min-width: 48.063em) {
    .media-object .large-3 {
        width: 25%
    }
}
.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 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 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;
    max-width: 800px;
    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 .link-cta {
    margin-bottom: 0
}
@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 .link-cta {
        margin-bottom: 15.8px !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 .item {
    margin-bottom: 45px;
    overflow: hidden;
    position: relative
}
.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
}
.media-object.large-cta .button {
    float: left;
    font-size: 16px;
    margin-bottom: 15.8px
}
html[dir="rtl"] .media-object.large-cta .button {
    float: right
}
.media-object.large-cta .image {
    float: left;
    margin-bottom: 20px
}
@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 a {
        font-size: 14px
    }
    .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 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 {
        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 a {
    color: #1c1c1c
}
.media-object.stacked a:hover {
    color: #1c1c1c
}
.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 only screen and (min-width: 48.063em) {
    .media-object.stacked.two-up .large-3 {
        width: 50%
    }
    .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 only screen and (min-width: 48.063em) {
    .media-object.stacked.three-up .large-3 {
        width: 33.33333%
    }
    .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 img {
    margin-bottom: 20px
}
.media-object.three-up-large-image .content {
    margin-bottom: 45px;
    padding-left: 0
}
.media-object.three-up-large-image .item {
    overflow: hidden;
    width: 100%
}
html[dir="rtl"] .media-object.three-up-large-image .item {
    float: right
}
.media-object.three-up-large-image .link-cta {
    color: #1c1c1c
}
.media-object.three-up-large-image .link-cta:hover {
    color: #3b68b3
}
@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 only screen and (min-width: 42.063em) {
    .media-object.three-up-large-image img {
        margin-bottom: 35px
    }
}
@media only screen and (min-width: 48.063em) {
    .media-object.three-up-large-image .item {
        float: left;
        width: 33.33333%
    }
    .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: "Lato", "Times New Roman", serif;
        font-size: 28px
    }
}
.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: "Lato", "Times New Roman", serif;
    font-size: 52px;
    line-height: 1
}
.points-of-interest p {
    font-size: 13px
}
.points-of-interest .button {
    border: solid 1px #1c1c1c;
    font-size: 11px;
    height: 30px;
    padding: 8px 10px 3px
}
.points-of-interest .eyebrow {
    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%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -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);
    padding: 20px 20px 20px 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
}
.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 {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-bottom: solid 1px #000;
    border-radius: 0;
    font-family: "Lato", "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
}
@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: none
    }
    .tabs-wrapper .tab-select-wrapper {
        display: none
    }
    .tabs-wrapper .tabs {
        display: block
    }
    .tabs-wrapper .tabs.itineraries {
        display: -webkit-flex;
        display: -ms-flexbox;
        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 20px;
        text-transform: uppercase;
        transition: background 0.3s
    }
    ul.tabs .tab-title>a>h2 {
        font-family: "Roboto",  "Arial", sans-serif;
        font-size: 1rem;
        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.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 {
        width: 33.33333%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        background-color: #7c9dcf;
        border-width: 0px 30px 0px 0;
        border-style: solid;
        border-image: linear-gradient(to left, #7390bc, #7c9dcf) 1 100%;
        transition: none
    }
    ul.tabs.itineraries .tab-title.active {
        background-color: #1c1c1c;
        border-width: 0px 0px 0px 0px
    }
    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) {
        border-image: none;
        padding-right: 30px;
        border: none;
        background-color: #c7ddf3
    }
    ul.tabs.itineraries .tab-title:hover:not(.active) a {
        border-style: none
    }
    ul.tabs.itineraries .tab-title:last-child {
        border-width: 0px 0px 0px 0px
    }
    ul.tabs.itineraries .tab-title a {
        background-color: transparent;
        border: none;
        transition: none;
        width: 100%
    }
    ul.tabs.itineraries .tab-title a h2 {
        font-family: "Lato", "Times New Roman", serif;
        font-size: 28px;
        padding: 20px 0px 10px 0px;
        line-height: 32px
    }
}
@media only screen and (min-width: 54.063em) {
    .tabs .tab-title>a {
        padding: 3px 30px 1px 30px
    }
}
@media only screen and (max-width: 60em) {
    ul.tabs.itineraries .tab-title a h2 {
        font-size: 20px;
        line-height: 24px;
        padding: 15px 0px 7px 0px
    }
}
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: none;
    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 {
    padding: 5px 6px 3px 6px;
    vertical-align: bottom;
    font-weight: normal
}
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-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 6px
}
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: none
}
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 12px
}
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 12px
}
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 10px
}
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 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
}
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: none
}
table:not(.month1):not(.month2).switcher tr th,
.table.switcher tr th {
    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-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: 0.25rem 20px 0.25rem 0.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: none
}
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: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 20px !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
    }
}
@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%
    }
}
.hotel-contact ul {
    margin-left: 0
}
.hotel-contact ul li {
    list-style: none
}
.brand-logo-bar {
    margin-bottom: 60px
}
.brand-logo-bar .marriott-logo-container {
    height: 28px;
    margin-bottom: 28px;
    position: relative
}
.brand-logo-bar .marriott-logo-container:before {
    background-color: #8d8d8d;
    background-image: linear-gradient(to right, #fff 0%, #fff 10%, #8d8d8d 43%, #8d8d8d 57%, #fff 90%, #fff 100%);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%
}
.brand-logo-bar .marriott-logo-container .marriott-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}
.brand-logo-bar .marriott-logo-container .marriott-logo svg {
    height: 28px;
    width: 45px
}
.brand-logo-bar .logo {
    background: #fff;
    position: absolute
}
.brand-logo-bar .logo svg {
    fill: #6a6b6e
}
.brand-logo-bar .trc-rewards.logo svg {
    height: 16px;
    width: 100px
}
.brand-logo-bar a.trc-rewards.logo:hover svg {
    fill: #1c1c1c
}
.brand-logo-bar .marriott-rewards.logo svg {
    height: 40px;
    width: 81px
}
.brand-logo-bar a.marriott-rewards.logo:hover svg {
    fill: #27a9e1
}
.brand-logo-bar .spg-rewards.logo svg {
    height: 21px;
    width: 78px
}
.brand-logo-bar a.spg-rewards.logo:hover svg .st0 {
    fill: #010101
}
.brand-logo-bar a.spg-rewards.logo:hover svg .st1 {
    fill: #532972
}
.brand-logo-bar .brand-logos-container {
    border: 0;
    border-bottom: 2px solid #8d8d8d;
    border-top: 2px solid #8d8d8d;
    padding-bottom: 10px;
    position: relative
}
.brand-logo-bar .brand-logos-container:before,
.brand-logo-bar .brand-logos-container:after {
    background-color: #8d8d8d;
    background-image: linear-gradient(to bottom, #8d8d8d 0%, #fff 13%, #fff 19%, #8d8d8d 30%, #8d8d8d 36%, #fff 47%, #fff 53%, #8d8d8d 64%, #8d8d8d 70%, #fff 81%, #fff 87%, #8d8d8d 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 2px;
    z-index: 1
}
.brand-logo-bar .brand-logos-container:before {
    left: 0;
    top: 0
}
.brand-logo-bar .brand-logos-container:after {
    right: 0;
    top: 0
}
.brand-logo-bar .spg-logos .brand-logos ul li img {
    max-width: 66px;
    max-height: 40px
}
.brand-logo-bar .brand-logos ul {
    list-style-type: none;
    margin: 0
}
.brand-logo-bar .brand-logos ul li {
    display: inline-block;
    height: 50px;
    margin: 0;
    padding: 0 .5rem;
    position: relative;
    width: 92px
}
.brand-logo-bar .brand-logos ul li a {
    display: block;
    height: 100%;
    width: 100%
}
.brand-logo-bar .brand-logos ul li img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    max-height: 50px;
    max-width: 76px
}
.brand-logo-bar .brand-logos ul.first-half,
.brand-logo-bar .brand-logos ul.second-half {
    float: left;
    width: 50%
}
.brand-logo-bar .brand-logos ul.all {
    display: none
}
@media only screen and (max-width: 30.063em) {
    .brand-logo-bar .brand-logos-inner:before {
        background-color: #8d8d8d;
        background-image: linear-gradient(to bottom, #fff 0%, #8d8d8d 43%, #8d8d8d 57%, #fff 100%);
        content: "";
        height: calc(100% - 50px);
        right: 35%;
        margin-left: -1px;
        top: 35px;
        position: absolute;
        width: 1px;
        z-index: 1
    }
    .brand-logo-bar .marriott-logos .reward-logos,
    .brand-logo-bar .spg-logos .reward-logos {
        height: 40px;
        margin-bottom: 15px;
        margin-top: -20px
    }
    .brand-logo-bar .logo {
        height: 40px;
        padding: 0 10px
    }
    .brand-logo-bar .marriott-logos {
        float: left;
        width: 65%
    }
    .brand-logo-bar .marriott-logos .reward-logos {
        height: 40px;
        position: relative
    }
    .brand-logo-bar .marriott-logos .trc-rewards.logo {
        padding: 0 7px;
        right: 104px
    }
    .brand-logo-bar .marriott-logos .trc-rewards.logo svg {
        margin-top: 12px
    }
    .brand-logo-bar .marriott-logos .marriott-rewards.logo {
        border-left: 2px solid #8d8d8d;
        border-right: 2px solid #8d8d8d;
        right: 0
    }
    .brand-logo-bar .marriott-logos .brand-logos ul li {
        margin: 6px 0
    }
    .brand-logo-bar .spg-logos {
        float: right;
        position: relative;
        width: 35%
    }
    .brand-logo-bar .spg-logos .spg-rewards.logo svg {
        margin-top: 9px
    }
    .brand-logo-bar .brand-logos {
        text-align: center
    }
}
@media only screen and (max-width: 360px) {
    .brand-logo-bar .brand-logos-inner:before {
        right: 32%
    }
    .brand-logo-bar .logo {
        padding: 0 5px
    }
    .brand-logo-bar .marriott-logos {
        width: 68%
    }
    .brand-logo-bar .marriott-logos .trc-rewards.logo {
        right: 88px
    }
    .brand-logo-bar .marriott-logos .trc-rewards.logo svg {
        width: 95px
    }
    .brand-logo-bar .marriott-logos .marriott-rewards.logo svg {
        width: 76px
    }
    .brand-logo-bar .spg-logos {
        width: 32%
    }
    .brand-logo-bar .spg-logos .spg-rewards.logo svg {
        width: 73px
    }
}
@media only screen and (min-width: 30.063em) {
    .brand-logo-bar .marriott-logo-container {
        height: 27px;
        margin-bottom: 0;
        margin-left: 50px
    }
    .brand-logo-bar .marriott-logo-container:before {
        display: none
    }
    .brand-logo-bar .marriott-logo-container .marriott-logo svg {
        height: 54px;
        width: 84px
    }
    .brand-logo-bar .reward-logos {
        left: -49px;
        position: absolute
    }
    .brand-logo-bar .marriott-logos .reward-logos {
        top: 37px
    }
    .brand-logo-bar .marriott-rewards.logo {
        left: 8px;
        padding: 9px 0 12px 0;
        top: 40px
    }
    .brand-logo-bar .spg-rewards.logo {
        height: 48px;
        left: 7px;
        padding: 12px 0;
        top: 17px
    }
    .brand-logo-bar .trc-rewards.logo {
        margin-left: -2px;
        padding: 15px 0 10px 0
    }
    .brand-logo-bar .brand-logos-container {
        border: 0;
        border-left: 2px solid #8d8d8d;
        border-right: 2px solid #8d8d8d;
        margin-left: 50px;
        padding-top: 27px;
        position: relative
    }
    .brand-logo-bar .brand-logos-container:before,
    .brand-logo-bar .brand-logos-container:after {
        content: "";
        height: 2px;
        position: absolute;
        width: 100%;
        z-index: 1
    }
    .brand-logo-bar .brand-logos-container:before {
        background-color: #8d8d8d;
        background-image: linear-gradient(to right, #8d8d8d 0%, #fff 15%, #fff 25%, #8d8d8d 45%, #8d8d8d 55%, #fff 75%, #fff 85%, #8d8d8d 100%);
        left: 0;
        top: 0
    }
    .brand-logo-bar .brand-logos-container:after {
        background-color: #8d8d8d;
        background-image: linear-gradient(to right, #8d8d8d 0%, #fff 13%, #fff 19%, #8d8d8d 30%, #8d8d8d 36%, #fff 47%, #fff 53%, #8d8d8d 64%, #8d8d8d 70%, #fff 81%, #fff 87%, #8d8d8d 100%);
        bottom: 0;
        left: 0;
        right: inherit;
        top: inherit
    }
    .brand-logo-bar .brand-logos ul {
        margin-left: 80px;
        text-align: center
    }
    .brand-logo-bar .brand-logos ul.first-half,
    .brand-logo-bar .brand-logos ul.second-half {
        display: none
    }
    .brand-logo-bar .brand-logos ul.all {
        display: block
    }
    .brand-logo-bar .marriott-logos {
        margin-bottom: 8px;
        min-height: 105px
    }
    .brand-logo-bar .marriott-logos .brand-logos {
        padding-top: 5px
    }
    .brand-logo-bar .spg-logos .brand-logos:before {
        background-color: #8d8d8d;
        background-image: linear-gradient(to bottom, #fff 0%, #8d8d8d 43%, #8d8d8d 57%, #fff 100%);
        content: "";
        height: calc(100% - 35px);
        left: 0;
        margin-left: -1px;
        position: absolute;
        width: 1px;
        z-index: 1
    }
    .brand-logo-bar .spg-logos .brand-logos ul {
        padding-top: 12px
    }
    .brand-logo-bar .spg-logos .brand-logos ul li {
        margin-left: -1px;
        margin-right: -2px;
        padding: 0 5px;
        width: 76px
    }
    .brand-logo-bar .spg-logos .brand-logos:before {
        background-color: #8d8d8d;
        background-image: linear-gradient(to right, #fff 0%, #8d8d8d 43%, #8d8d8d 57%, #fff 100%);
        content: "";
        height: 1px;
        margin-left: 0;
        position: absolute;
        width: 100%;
        z-index: 1
    }
}
@media only screen and (min-width: 64.063em) {
    .brand-logo-bar .brand-logos ul {
        margin-left: 5rem
    }
    .brand-logo-bar .brand-logos ul li {
        width: 108px
    }
    .brand-logo-bar .spg-logos .brand-logos ul li {
        margin-left: 0;
        margin-right: 0;
        width: 86px
    }
}
ul.progress-bar {
    margin: 0
}
ul.progress-bar .step {
    background: #e5e5e5;
    text-align: center;
    cursor: default;
    list-style-type: none;
    margin: 0 4px 0 0;
    padding: 0;
    float: left;
    position: relative;
    pointer-events: none;
    transition: background-color 0.2s ease;
    width: calc(20% - 4px)
}
ul.progress-bar .step:after,
ul.progress-bar .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 17px solid #e5e5e5;
    z-index: 2;
    transition: border-color 0.2s ease
}
ul.progress-bar .step h2,
ul.progress-bar .step a {
    display: inline;
    font-family: "Roboto",  "Arial", 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: none;
    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 {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0
}
ul.progress-bar .step:first-child:before {
    border: none
}
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 {
    text-align: right;
    margin: 0 4px 0px 0
}
ul.progress-bar .secondaryNav .button.continue {
    margin: 10px 0px 10px 10px
}
ul.progress-bar .secondaryNav .button.submit {
    margin: 10px 0px 10px 10px;
    display: none
}
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;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding-top: 10px
    }
    ul.progress-bar .secondaryNav {
        text-align: center
    }
    ul.progress-bar .secondaryNav button.submit {
        margin-top: 0px
    }
}
@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 {
    width: 98%;
    margin-left: 1%;
    margin-top: 1px;
    background: #fff;
    height: inherit;
    position: relative;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.35);
    display: inline-block;
    transition-property: left, right, top;
    transition-duration: 0.6s;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 30px
}
.event-card .box.hidden {
    display: none !important
}
.event-card .card-info {
    padding: 20px 20px 35px 20px
}
.event-card .card-info div:last-child {
    margin-bottom: 0px
}
.event-card .card-info span.filter {
    font-family: "Lato", "Times New Roman", serif;
    border: 1px solid #6f6f6f;
    padding: 5px 25px 3px;
    border-radius: 30px;
    font-size: 12px;
    font-style: italic;
    color: #6f6f6f
}
.event-card .card-info h3 {
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 5px 0
}
.event-card .card-info h3 a {
    color: #1c1c1c
}
.event-card .card-info p.day,
.event-card .card-info p.dates {
    font-size: 18px;
    font-family: "Lato", "Times New Roman", serif;
    font-weight: 600;
    text-align: right;
    margin-bottom: 0px
}
.event-card .card-info p.time,
.event-card .card-info p.price {
    font-weight: 600;
    margin-bottom: 5px
}
.event-card .card-info .features {
    list-style-type: none;
    margin: 0 0 5px 0;
    text-transform: none
}
.event-card .card-info .features p {
    text-transform: none;
    font-weight: 600
}
.event-card .card-info .image {
    margin-bottom: 25px;
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 75% 0 0 0;
    overflow: hidden
}
.event-card .card-info .image img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}
.event-card .cta {
    text-align: left
}
.event-card .cta .button.secondary {
    width: 100%;
    margin: 0
}
.event-card .showAll {
    text-align: center;
    margin-bottom: 40px
}
.event-card.one-column .fitler-container {
    width: 50%;
    display: inline-block;
    margin-bottom: 20px
}
.event-card.one-column p.day {
    width: 100%;
    display: inline-block;
    float: right
}
.event-card.one-column .image {
    position: relative;
    height: 0;
    padding: 75% 0 0 0;
    overflow: hidden
}
@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 .info,
    .event-card.one-column .image {
        width: 23%;
        margin-right: 2%;
        display: inline-block;
        vertical-align: top
    }
    .event-card.one-column .image {
        padding: 17% 0 0 0
    }
    .event-card.one-column .desc {
        width: 31%;
        margin-right: 2%;
        display: inline-block
    }
    .event-card.one-column .cta {
        width: 15%;
        vertical-align: bottom;
        margin-right: 0;
        margin-top: 10px;
        display: inline-block;
        float: right
    }
    .event-card.one-column .image {
        margin-bottom: 0px
    }
    .event-card.one-column .image img {
        padding: 0px 15px
    }
    .event-card.one-column ul {
        margin-bottom: 0
    }
}
.event-intro .eyebrow {
    font-family: "Roboto",  "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 11.8px
}
.event-intro h1,
.event-intro h2.page-title {
    font-family: "Lato",  '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: "Lato",  'Times New Roman', serif;
    font-size: 22px;
    line-height: 1.3;
    font-style: italic;
    text-align: center
}
.event-intro .author {
    max-width: 280px;
    width: 60%;
    border-top: 1px solid #e5e5e5;
    margin: auto;
    text-align: center
}
.event-intro .author .name {
    text-transform: uppercase;
    margin: 20px 0 0 0
}
.event-intro .author .position {
    font-style: italic
}
.event-filter-wrapper form {
    margin-bottom: 0px
}
.event-filter-wrapper form fieldset {
    margin-bottom: 0px
}
.event-filter-wrapper input,
.event-filter-wrapper select {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: "proxima-nova", "Helvetica Neue", 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;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);
    font-family: "proxima-nova", "Helvetica Neue", 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;
    margin-right: -13px;
    padding: 2px 3px 6px 20px;
    z-index: 3;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    right: 17px;
    top: 5px
}
.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;
    top: 6px;
    right: 4px
}
.event-filter-wrapper #results {
    margin-top: 10px;
    text-align: right
}
.event-filter-wrapper .checkbox-dropdown {
    cursor: pointer;
    padding: 5px;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #1c1c1c;
    height: 38px;
    margin-bottom: 20px;
    position: relative;
    color: rgba(0, 0, 0, 0.65);
    font-size: 20px
}
.event-filter-wrapper .checkbox-dropdown.is-active span.icon-arrow-down {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    padding: 0
}
.event-filter-wrapper .checkbox-dropdown.is-active .checkbox-dropdown-list {
    opacity: 1;
    pointer-events: auto;
    padding-top: 10px;
    margin-top: 1px
}
.event-filter-wrapper .checkbox-dropdown .checkbox-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 101%;
    border: 1px solid #e5e5e5;
    border-top: none;
    left: -1px;
    right: -1px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none;
    z-index: 1;
    background: #fff
}
.event-filter-wrapper .checkbox-dropdown .checkbox-dropdown-list li:last-of-type {
    border-bottom: none;
    margin-bottom: none
}
.event-filter-wrapper .checkbox-dropdown .checkbox-dropdown-list li label {
    display: block;
    padding: 5px 10px;
    transition: all 0.2s ease-out;
    text-align: left;
    font-size: 20px
}
.event-filter-wrapper .checkbox-dropdown .checkbox-dropdown-list li label input {
    width: auto;
    height: auto;
    margin-right: 10px
}
.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: 0.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: none;
    position: relative;
    transition-duration: 0.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 {
    opacity: 0;
    transition-duration: 0.2s;
    transition-property: all;
    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;
    position: absolute;
    speak: none;
    text-transform: none;
    top: 2px
}
.event-filter-wrapper .buttons {
    padding: 5px 10px;
    text-align: right
}
.event-filter-wrapper .buttons .close {
    display: inline-block;
    text-transform: uppercase;
    color: #1c1c1c;
    float: right
}
.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 {
    text-transform: uppercase;
    color: black
}
.event-filter-wrapper .buttons .apply {
    margin-left: 15px;
    display: inline;
    text-transform: uppercase;
    color: #000
}
.event-filter-wrapper .buttons .apply .icon-checkmark {
    position: relative;
    top: 3px;
    margin-left: 3px
}
.event-filter-wrapper .filter {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px
}
.event-filter-wrapper .filter .filter-container {
    display: inline-block
}
.event-filter-wrapper .filter .filter-container span.filter.label {
    padding: 8px 20px;
    border-radius: 15px;
    font-size: 14px;
    font-style: italic;
    font-family: "Lato", "Times New Roman", serif;
    margin: 5px 0px 5px 15px;
    height: 30px;
    font-weight: 800;
    background: #c7ddf3
}
.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 {
    text-align: right;
    margin: 5px 0px;
    width: 50%;
    float: right
}
.events .results {
    position: relative;
    height: 0px;
    top: -30px
}
.events .results p {
    margin: 0;
    width: 50%;
    float: none
}
@media only screen and (min-width: 48.063em) {
    .events .results {
        position: relative;
        height: 0px;
        top: -70px;
        text-align: right
    }
    .events .results p {
        width: 33.33%;
        float: right
    }
}
.date-picker-wrapper .footer {
    margin-bottom: 20px
}
.date-picker-wrapper .footer span.close {
    width: 15%;
    float: right
}
.date-picker-wrapper .footer span.close.done-button.apply {
    text-align: right;
    float: right;
    padding-right: 10px
}
.date-picker-wrapper .footer span.close.clear {
    float: left;
    text-align: right;
    width: 85%
}
.eventsLink h1.secondary-h1,
.eventsLink h2.secondary-h1.page-title {
    width: 90%
}
#noResults {
    text-align: center
}
.curated-content-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    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 {
    position: relative;
    overflow: hidden;
    padding-bottom: 50%
}
.curated-content-row .curated-content .image img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.curated-content-row .curated-content .image.square {
    padding-bottom: 100%
}
.curated-content-row .curated-content .image.lock-top img {
    bottom: auto
}
.curated-content-row .curated-content .image.lock-bottom img {
    top: auto
}
.curated-content-row .curated-content hr {
    margin: 15px 0px 17px;
    color: #7c9dcf;
    background-color: #7c9dcf;
    height: 2px;
    border-color: #7c9dcf
}
.curated-content-row .curated-content .text h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal
}
.curated-content-row .curated-content .text p {
    margin-bottom: 0px
}
.curated-content-row .curated-content .text span {
    font-weight: 600;
    margin-right: 5px
}
.curated-content-row .curated-content .text .link-cta span {
    text-decoration: underline;
    text-transform: inherit;
    font-weight: 400
}
.curated-content-row .curated-content.bordered {
    text-align: left;
    padding: 10px 10px 10px 10px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.curated-content-row .curated-content.bordered hr {
    margin: 0px 0px 0px;
    height: 0px;
    border-top: 0px
}
.curated-content-row .curated-content.bordered .image {
    text-align: center;
    padding-bottom: 0;
    overflow: visible
}
.curated-content-row .curated-content.bordered .image img {
    margin: auto;
    width: 35%;
    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 {
    display: block;
    border-top: 3px solid #7c9dcf;
    padding-top: 15px
}
.curated-content-row .curated-content.top-bar h2 {
    font-size: 22px
}
.curated-content-row .curated-content.top-bar .image {
    width: 23%;
    float: left
}
.curated-content-row .curated-content.top-bar .image img {
    position: relative
}
.curated-content-row .curated-content.top-bar hr {
    display: none
}
.curated-content-row .curated-content.top-bar .text {
    width: 77%;
    float: right;
    padding-left: 30px
}
.curated-content-row .oneCol .curated-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.curated-content-row .oneCol .curated-content .image {
    padding-bottom: 0;
    overflow: visible;
    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 {
    width: 70%;
    float: right;
    padding-left: 30px
}
.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-top: 10px;
    margin-left: 1.25rem;
    margin-right: 1.25rem
}
.curated-content-row .borderedCol.oneCol {
    padding: 10px;
    margin-bottom: 0px
}
.curated-content-row .borderedCol.oneCol .image {
    padding-bottom: 0;
    overflow: visible;
    width: 15%
}
.curated-content-row .borderedCol.oneCol .image img {
    float: left;
    margin: 0;
    position: relative;
    width: 100%
}
.curated-content-row .borderedCol.oneCol .text {
    width: 85%;
    text-align: left
}
.curated-content-row .borderedCol.oneCol .text p {
    display: inline;
    width: 100%
}
.curated-content-row .large-4.small-12 .top-bar .image {
    width: 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 {
        position: relative;
        top: 50%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 20px 10px
    }
    .curated-content-row .curated-content.bordered .image {
        width: 25%;
        margin: auto
    }
    .curated-content-row .curated-content.bordered .image img {
        width: auto;
        margin-bottom: 15px
    }
    .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 {
        width: auto;
        float: none
    }
    .curated-content-row .oneCol .curated-content hr {
        display: block
    }
    .curated-content-row .oneCol .curated-content .text {
        width: 100%;
        float: none;
        padding-left: 0px
    }
    .curated-content-row .oneCol .curated-content.bordered {
        margin-bottom: 0px
    }
    .curated-content-row .oneCol .curated-content.bordered .image {
        width: 25%;
        margin: auto
    }
    .curated-content-row .oneCol .curated-content.bordered .image img {
        margin-bottom: 15px
    }
    .curated-content-row .oneCol .curated-content.bordered .text {
        margin-left: 0px;
        padding-left: 0px;
        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 {
        width: 85%;
        float: right;
        padding-left: 30px
    }
}
.craftsmen hr {
    border-top: 2px solid #7c9dcf;
    margin: 0px 0px 20px
}
.craftsmen .text {
    margin-bottom: 30px
}
.craftsmen .text h3 {
    font-size: 24px;
    margin-bottom: 0px
}
.craftsmen .text .quote {
    border-left: 2px solid #7c9dcf;
    padding-left: 20px;
    font-size: 18px;
    font-style: italic
}
.craftsmen .text p {
    margin-bottom: 30px
}
.craftsmen .text .additional {
    margin-bottom: 30px
}
.craftsmen .text .additional span {
    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 {
        width: 100%;
        margin-bottom: 20px
    }
}
.day-container.row {
    margin-top: 10px
}
.day-container .day-box {
    border: 2px solid #7c9dcf;
    text-align: center;
    padding: 10px;
    max-width: 80px;
    margin: auto
}
.day-container .day-box p {
    color: #7c9dcf;
    text-transform: uppercase;
    margin-bottom: 0px
}
.day-container .day-box p.number {
    font-size: 50px;
    line-height: 50px;
    font-weight: 300
}
.day-container .decription {
    font-weight: bold;
    margin-bottom: 25px
}
.day-container .decription p {
    margin-bottom: 0
}
.day-container h6 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
    margin-top: -5px
}
.day-container .times-of-day {
    margin-bottom: 40px
}
.day-container .times-of-day ul {
    list-style-type: square
}
.day-container .times-of-day ul li span {
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px
}
.day-container .times-of-day ul li p {
    display: inline
}
.day-container .times-of-day ul li a {
    text-decoration: underline
}
.day-container .show-arrow {
    display: none;
    text-align: center
}
.day-container .show-arrow .icon-arrow-down,
.day-container .show-arrow .icon-arrow-up {
    font-size: 40px;
    font-weight: 100;
    color: #7c9dcf;
    cursor: pointer
}
.day-container.show-hide .show-arrow {
    display: block;
    margin-bottom: 30px
}
.day-container.show-hide .show-arrow.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
@media only screen and (max-width: 30.063em) {
    .day-container .day-box {
        margin: auto;
        width: 30%;
        min-width: 100px;
        margin-bottom: 15px
    }
}
.promo-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.promo-row .promo {
    overflow: hidden;
    padding: 10px 10px 0
}
.promo-row .promo .image {
    height: 0;
    overflow: hidden;
    padding-bottom: 17%;
    position: relative;
    margin-bottom: 15px
}
.promo-row .promo .image img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%
}
.promo-row .promo .text p {
    margin-top: 15px;
    margin-bottom: 0px
}
.promo-row .promo .text .eyebrow {
    font-size: 14px
}
.promo-row .promo .text h4 {
    text-transform: none;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px
}
.promo-row .promo .text h4 a {
    color: #1c1c1c
}
.promo-row .promo.stylized {
    background: #c7ddf3;
    padding: 30px;
    margin: 10px 10px 0px 10px;
    position: relative
}
.promo-row .promo.stylized .image {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
    height: 100%
}
.promo-row .promo.stylized .image img {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: 100%
}
.promo-row .promo.stylized .text-container {
    position: absolute;
    top: 0;
    width: 40%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 25px;
    margin-top: 30px;
    height: calc(100% - 60px);
    color: #fff
}
.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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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 {
        margin-top: 0px;
        font-size: 14px
    }
    .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 {
        padding: 10px;
        height: calc(100% - 40px)
    }
    .promo-row .promo .text-container .text .eyebrow {
        font-size: 12px
    }
    .promo-row .promo .text-container .text h4 {
        margin: 0 0 5px 0;
        font-size: 16px
    }
    .promo-row .promo .text-container .text p {
        margin-top: 0px;
        font-size: 14px;
        line-height: 20px
    }
    .promo-row .promo.small-12 .image {
        padding-bottom: 56%
    }
    .promo-row .promo.stylized {
        width: calc(100% - 20px);
        min-height: 220px
    }
    .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 {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 13px
}
.links-rollup li {
    display: inline;
    float: left;
    margin-right: 40px
}
.links-rollup li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    left: -15px;
    top: 16px;
    position: relative;
    height: 11.2px;
    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
    }
}
.slick-list {
    position: absolute;
    width: 100%;
    height: 100%
}
.slick-list:focus {
    outline: none
}
.slick-loading .slick-list {
    background: #fff url("clientlib/images/ajax-loader.gif.htm") center center no-repeat
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-track {
    position: absolute;
    height: 100%
}
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 100
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}
.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 {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.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-next {
    right: -25px;
    margin-right: 0
}
div[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}
.slick-next:before {
    content: "→"
}
div[dir="rtl"] .slick-next:before {
    content: "←"
}
.slick-slider {
    margin-bottom: 0
}
.slick-dots {
    position: absolute;
    bottom: 50%;
    right: 20px;
    list-style: none;
    display: block !important;
    text-align: center;
    padding: 0;
    width: 14px;
    margin: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}
@media only screen and (max-width: 42.063em) {
    .slick-dots {
        display: none !important
    }
}
.slick-dots li {
    position: relative;
    display: block;
    height: 14px;
    width: 14px;
    margin: 10px 0;
    padding: 0;
    cursor: pointer
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 14px;
    width: 14px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
    cursor: pointer;
    margin: 0
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background: none !important
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    background: rgba(255, 255, 255, 0.3)
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid white;
    border-radius: 50%;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
    background: white
}
.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,
.photo-tour.ratio_generic-slideshow>.container,
.media-carousel.ratio_generic-slideshow>.container {
    max-height: 497px
}
.brand-hero.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,
.photo-tour.ratio_generic-slideshow .slick-track,
.media-carousel.ratio_generic-slideshow .slick-track {
    max-height: 497px
}
.brand-hero.ratio_generic-slideshow .slide,
.photo-tour.ratio_generic-slideshow .slide,
.media-carousel.ratio_generic-slideshow .slide {
    max-height: 497px
}
.brand-hero.ratio_hero,
.photo-tour.ratio_hero,
.media-carousel.ratio_hero {
    height: 100%
}
.brand-hero.ratio_hero>.container,
.photo-tour.ratio_hero>.container,
.media-carousel.ratio_hero>.container {
    height: inherit;
    max-height: none
}
.brand-hero.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,
.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,
.photo-tour.ratio_hero .slick-track,
.media-carousel.ratio_hero .slick-track {
    max-height: none
}
.brand-hero.ratio_hero .slide,
.photo-tour.ratio_hero .slide,
.media-carousel.ratio_hero .slide {
    max-height: none;
    position: relative
}
.brand-hero.ratio_hero .slide img,
.photo-tour.ratio_hero .slide img,
.media-carousel.ratio_hero .slide img {
    height: 100%
}
.brand-hero.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,
.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,
.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,
    .photo-tour.ratio_1-1>.container,
    .media-carousel.ratio_1-1>.container {
        margin-bottom: 120px
    }
}
.brand-hero.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),
.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,
.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,
.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,
.photo-tour.ratio_1-1 .slide img,
.media-carousel.ratio_1-1 .slide img {
    height: 100%
}
.brand-hero.ratio_1-1 .slide .slide-image,
.photo-tour.ratio_1-1 .slide .slide-image,
.media-carousel.ratio_1-1 .slide .slide-image {
    width: 100%;
    height: 100%
}
.brand-hero.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%;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    height: auto;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    width: auto
}
.brand-hero.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,
.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,
.photo-tour.ratio_16-9 .slick-track,
.media-carousel.ratio_16-9 .slick-track {
    max-height: 810px
}
.brand-hero.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,
.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,
.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,
.photo-tour.ratio_3-1>.container,
.media-carousel.ratio_3-1>.container {
    max-height: 465px
}
.brand-hero.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,
.photo-tour.ratio_3-1 .slick-track,
.media-carousel.ratio_3-1 .slick-track {
    max-height: 465px
}
.brand-hero.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,
.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,
.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,
    .photo-tour.ratio_5-1>.container:before,
    .media-carousel.ratio_5-1>.container:before {
        padding-top: 14.2857%
    }
}
.brand-hero .component-caption,
.photo-tour .component-caption,
.media-carousel .component-caption {
    font-family: "Lato", "Times New Roman", serif;
    font-style: italic;
    font-size: 16px;
    color: #bfbfbf;
    text-align: center;
    padding: 10px 15px;
    margin-top: -55px;
    margin-bottom: 52px
}
.brand-hero .slide-headline-wrapper,
.photo-tour .slide-headline-wrapper,
.media-carousel .slide-headline-wrapper {
    background: rgba(28, 28, 28, 0.4);
    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.left-bottom,
.brand-hero .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,
.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: left
}
.brand-hero .slide-headline-wrapper.center-center,
.photo-tour .slide-headline-wrapper.center-center,
.media-carousel .slide-headline-wrapper.center-center {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    text-align: center;
    max-width: none;
    width: 100%
}
.brand-hero .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,
.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,
.photo-tour .slide-headline-wrapper a,
.media-carousel .slide-headline-wrapper a {
    line-height: 1.2;
    vertical-align: middle;
    text-decoration: none !important;
    font-size: 13px
}
.brand-hero .slide-headline-wrapper a h1,
.brand-hero .slide-headline-wrapper a h2.page-title,
.brand-hero .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,
.photo-tour .slide-headline-wrapper a h3,
.media-carousel .slide-headline-wrapper a h3 {
    display: none
}
.brand-hero .slide-headline-wrapper a.headline-cta,
.photo-tour .slide-headline-wrapper a.headline-cta,
.media-carousel .slide-headline-wrapper a.headline-cta {
    font-size: 16px;
    color: #fff
}
.brand-hero .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,
.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,
.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,
.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", sans-serif
}
.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,
.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-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.25em;
    font-family: "proxima-nova";
    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,
.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,
.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,
.photo-tour .slide-headline-wrapper h3,
.media-carousel .slide-headline-wrapper h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.25em;
    font-family: "proxima-nova"
}
.brand-hero .slide-headline-wrapper h3.dark-caption,
.photo-tour .slide-headline-wrapper h3.dark-caption,
.media-carousel .slide-headline-wrapper h3.dark-caption {
    color: #1c1c1c
}
.brand-hero .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,
    .photo-tour .slide-headline-wrapper a,
    .media-carousel .slide-headline-wrapper a {
        font-size: 16px
    }
    .brand-hero .slide-headline-wrapper.center-center .inner,
    .photo-tour .slide-headline-wrapper.center-center .inner,
    .media-carousel .slide-headline-wrapper.center-center .inner {
        max-width: 80%
    }
}
@media only screen and (min-width: 42.063em) {
    .brand-hero .slide-headline-wrapper,
    .photo-tour .slide-headline-wrapper,
    .media-carousel .slide-headline-wrapper {
        background: none;
        height: auto;
        width: auto
    }
    .brand-hero .slide-headline-wrapper.right-bottom,
    .brand-hero .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,
    .photo-tour .slide-headline-wrapper .inner,
    .media-carousel .slide-headline-wrapper .inner {
        padding: 0;
        display: inline
    }
    .brand-hero .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,
    .photo-tour .slide-headline-wrapper.right-bottom,
    .media-carousel .slide-headline-wrapper.right-bottom {
        right: 3%;
        left: auto;
        top: auto
    }
    .brand-hero .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,
    .photo-tour .slide-headline-wrapper.right-center,
    .media-carousel .slide-headline-wrapper.right-center {
        bottom: 40%;
        right: 3%;
        left: auto
    }
    .brand-hero .slide-headline-wrapper.center-center .inner,
    .photo-tour .slide-headline-wrapper.center-center .inner,
    .media-carousel .slide-headline-wrapper.center-center .inner {
        max-width: 75%
    }
    .brand-hero .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,
    .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: "Lato", "Times New Roman", serif;
        letter-spacing: .1em
    }
    .brand-hero .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,
    .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,
    .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,
    .photo-tour .slide-headline-wrapper,
    .media-carousel .slide-headline-wrapper {
        bottom: 10%
    }
    .brand-hero .slide-headline-wrapper a,
    .photo-tour .slide-headline-wrapper a,
    .media-carousel .slide-headline-wrapper a {
        font-size: 36px
    }
    .brand-hero .slide-headline-wrapper.center-center .inner,
    .photo-tour .slide-headline-wrapper.center-center .inner,
    .media-carousel .slide-headline-wrapper.center-center .inner {
        max-width: 60%
    }
}
@media only screen and (min-width: 64.063em) {
    .brand-hero .slide-headline-wrapper.left-bottom,
    .photo-tour .slide-headline-wrapper.left-bottom,
    .media-carousel .slide-headline-wrapper.left-bottom {
        left: 5%;
        bottom: 40px
    }
    .brand-hero .slide-headline-wrapper.right-bottom,
    .photo-tour .slide-headline-wrapper.right-bottom,
    .media-carousel .slide-headline-wrapper.right-bottom {
        right: 5%;
        bottom: 40px
    }
    .brand-hero .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,
    .photo-tour .slide-headline-wrapper.right-center,
    .media-carousel .slide-headline-wrapper.right-center {
        right: 5%
    }
    .brand-hero .slide-headline-wrapper a,
    .photo-tour .slide-headline-wrapper a,
    .media-carousel .slide-headline-wrapper a {
        font-size: 36px
    }
}
.brand-hero>.container,
.photo-tour>.container,
.media-carousel>.container {
    margin-bottom: 60px;
    overflow: hidden;
    position: relative
}
.brand-hero>.container:before,
.photo-tour>.container:before,
.media-carousel>.container:before {
    content: '';
    display: block
}
.brand-hero>.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,
.photo-tour>.container .slides .slick-list,
.media-carousel>.container .slides .slick-list {
    max-height: 100%
}
.brand-hero>.container .slides img,
.photo-tour>.container .slides img,
.media-carousel>.container .slides img {
    max-width: 1400px
}
.brand-hero .slide,
.photo-tour .slide,
.media-carousel .slide {
    background: #1c1c1c;
    height: 100%;
    left: 0 !important;
    position: absolute !important;
    text-align: center;
    top: 0 !important;
    width: 100%
}
.brand-hero .slide img,
.photo-tour .slide img,
.media-carousel .slide img {
    margin: 0 auto;
    width: 100%
}
.brand-hero .slide img.lock-middle,
.photo-tour .slide img.lock-middle,
.media-carousel .slide img.lock-middle {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}
.brand-hero .slide img.lock-bottom,
.photo-tour .slide img.lock-bottom,
.media-carousel .slide img.lock-bottom {
    bottom: 0;
    left: 0;
    position: absolute
}
.brand-hero .slide img.full-bleed,
.photo-tour .slide img.full-bleed,
.media-carousel .slide img.full-bleed {
    max-width: none !important;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}
.brand-hero .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;
    -webkit-transform: translate(-50%, 0%) !important;
    -ms-transform: translate(-50%, 0%) !important;
    transform: translate(-50%, 0%) !important
}
.brand-hero .caption,
.photo-tour .caption,
.media-carousel .caption {
    background: rgba(28, 28, 28, 0.4);
    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,
.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 .caption .inner .long,
.photo-tour .caption .inner .text,
.photo-tour .caption .inner .short,
.photo-tour .caption .inner .long,
.media-carousel .caption .inner .text,
.media-carousel .caption .inner .short,
.media-carousel .caption .inner .long {
    display: table-cell;
    line-height: 1.2;
    vertical-align: middle
}
@media only screen and (min-width: 48.063em) {
    .brand-hero .caption,
    .photo-tour .caption,
    .media-carousel .caption {
        font-size: initial
    }
}
.brand-hero .carousel-toolbar,
.photo-tour .carousel-toolbar,
.media-carousel .carousel-toolbar {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%
}
.brand-hero .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,
.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.6);
    border: 1px solid #333;
    bottom: 15px;
    color: #fff;
    display: block;
    height: 30px;
    padding: 0;
    position: absolute;
    right: 15px;
    width: 30px
}
.brand-hero .carousel-toolbar .autoplay-toggle .icon-pause,
.brand-hero .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,
.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,
.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,
.photo-tour .carousel-toolbar .caption-toggle,
.media-carousel .carousel-toolbar .caption-toggle {
    background: rgba(255, 255, 255, 0.6);
    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,
.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,
.photo-tour.captions-enabled .caption,
.media-carousel.captions-enabled .caption {
    opacity: 0
}
.brand-hero.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,
.photo-tour.captions-enabled .slick-active .caption .short,
.media-carousel.captions-enabled .slick-active .caption .short {
    display: table-cell
}
.brand-hero.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,
.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,
.photo-tour.captions-hidden .caption,
.media-carousel.captions-hidden .caption {
    opacity: 1 !important
}
.brand-hero.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,
.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,
.photo-tour.floorplanDisplay .slide,
.media-carousel.floorplanDisplay .slide {
    background-color: white
}
.brand-hero.floorplanDisplay .slide img,
.photo-tour.floorplanDisplay .slide img,
.media-carousel.floorplanDisplay .slide img {
    margin: auto;
    width: auto;
    max-height: 100% !important
}
.brand-hero.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,
.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,
.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,
.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 (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 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.reveal-modal,
.photo-tour,
.brand-hero.controls-enabled,
.brand-hero.floorplanDisplay,
.photo-tour.controls-enabled,
.media-carousel,
.media-carousel.controls-enabled {
    outline: 0
}
.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 {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #1c1c1c;
    display: block;
    font-size: 16px;
    opacity: 0.4;
    overflow: hidden;
    padding: 5px;
    right: 5px;
    text-decoration: none;
    text-transform: uppercase;
    top: 5px
}
.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 {
    display: none
}
.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 {
    font-size: 30px
}
.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 {
    opacity: 0.8
}
.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 {
    background: #fff;
    height: 45px;
    margin-top: -22px;
    opacity: 0.4;
    width: 42px
}
.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 {
    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
}
.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 {
    background: #fff;
    opacity: 0.8
}
.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 {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    left: 0
}
.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 {
    content: "\e601";
    left: 2px
}
.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 {
    opacity: 0.8
}
.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 {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    right: 0
}
.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 {
    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
    }
}
@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
    }
    .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
    }
}
.media-carousel .slides .slide .caption {
    left: auto;
    right: 0;
    text-align: right;
    width: auto;
    height: 35px;
    background: rgba(28, 28, 28, 0.6)
}
.media-carousel .slides .slide .caption .inner {
    padding: 0px 40px
}
.media-carousel .slides .slide .caption .inner .short {
    letter-spacing: .1em;
    position: relative;
    top: 2px;
    text-transform: uppercase;
    font-size: 14px
}
.media-carousel .carousel-toolbar .inner .caption-toggle {
    left: auto;
    right: 18px
}
.media-carousel .carousel-toolbar .inner .autoplay-toggle {
    left: 15px;
    right: auto
}
.media-carousel .carousel-toolbar .inner .MC-autoplay-toggle {
    left: 0px;
    bottom: -1px
}
@media (max-width: 48.063em) {
    .photo-tour .caption .inner .long {
        display: none
    }
}
@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
}
.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 {
    width: 100% !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    text-align: center !important;
    background: #8e8e8e !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.6);
    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: 0.5
}
.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 li.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 .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 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.media-carousel .MC-category-nav ul.hover li {
    display: block
}
.media-carousel .slick-track {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-height: 675px
}
.media-carousel .slick-prev,
.media-carousel .slick-next {
    display: none !important
}
.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: 0.5;
    -webkit-perspective: 1000;
    perspective: 1000;
    position: relative !important;
    top: auto !important;
    -webkit-transform: translate3d(0, 0, 0);
    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: -webkit-zoom-in;
    cursor: zoom-in
}
.media-carousel .slides .slide picture {
    display: block;
    height: inherit;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.media-carousel .slides .slide img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    width: auto
}
.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 .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 {
    list-style-type: none;
    margin: 0 auto
}
.media-carousel .thumbnail-nav ul li {
    float: left;
    height: 60px;
    padding-left: 10px;
    position: relative;
    width: 70px
}
.media-carousel .thumbnail-nav ul li:hover {
    cursor: pointer
}
.media-carousel .thumbnail-nav ul li:last-of-type {
    padding-right: 10px;
    width: 80px
}
.media-carousel .thumbnail-nav ul li span {
    background: #1c1c1c;
    display: block;
    height: 60px;
    width: 60px
}
.media-carousel .thumbnail-nav ul li img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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;
    left: 10px;
    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
}
.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 .slick-prev,
.media-carousel.modal .slick-next {
    display: block !important
}
.media-carousel.modal .thumbnail-nav {
    visibility: visible
}
.no-touch .media-carousel:hover .slick-prev,
.no-touch .media-carousel:hover .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
    }
}
.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 {
    width: 100% !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    text-align: center !important;
    background: #8e8e8e !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.6);
    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: 0.5
}
.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 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.photo-tour .category-nav ul.hover li {
    display: block
}
.photo-tour .slick-track {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-height: 675px
}
.photo-tour .slick-prev,
.photo-tour .slick-next {
    display: none !important
}
.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: 0.5;
    -webkit-perspective: 1000;
    perspective: 1000;
    position: relative !important;
    top: auto !important;
    -webkit-transform: translate3d(0, 0, 0);
    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: -webkit-zoom-in;
    cursor: zoom-in
}
.photo-tour .slides .slide picture {
    display: block;
    height: inherit;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.photo-tour .slides .slide img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    width: auto
}
.photo-tour .slides .slide img .floorplan-slide {
    max-height: 100%
}
.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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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 .video-viewer {
    height: 100% !important
}
.photo-tour.modal .slides .slide .video-viewer:before {
    padding-top: 0
}
.photo-tour.modal .slides .slide .video-viewer .s7container {
    height: 100% !important
}
.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
    }
}
.video-viewer {
    height: auto !important;
    overflow: hidden;
    position: relative;
    width: 100% !important
}
.video-viewer:before {
    content: "";
    display: block;
    padding-top: 56.25%
}
.video-viewer>.s7container {
    left: 0;
    position: absolute !important;
    top: 0
}
.video-viewer .s7socialshare {
    display: none !important
}
.video-viewer.controls-disabled .s7controlbar {
    display: none !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;
    z-index: 1
}
.s7videoviewer .s7videotime div:nth-of-type(2) {
    display: none
}
.s7videoviewer .s7iconeffect {
    cursor: pointer;
    pointer-events: auto !important;
    z-index: 2
}
.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 {
    font-size: 12px;
    padding: 10px;
    float: left
}
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 .mostlycloudy:before,
.local-forecast ul .icon .mostlysunny:before,
.local-forecast ul .icon .partlycloudy:before,
.local-forecast ul .icon .partlysunny:before {
    content: "\e615"
}
.local-forecast ul .icon .clear:before,
.local-forecast ul .icon .sunny:before {
    content: "\e614"
}
.local-forecast ul .icon .cloudy:before {
    content: "\e616"
}
.local-forecast ul .icon .chancerain:before {
    content: "\e618"
}
.local-forecast ul .icon .rain:before {
    content: "\e619"
}
.local-forecast ul .icon .snow:before {
    content: "\e61d"
}
.local-forecast ul .icon .flurries:before,
.local-forecast ul .icon .chancesnow:before {
    content: "\e61c"
}
.local-forecast ul .icon .tstorms:before,
.local-forecast ul .icon .chancetstorms:before,
.local-forecast ul .icon .unknown:before {
    content: "\e617"
}
.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-weight: bold
}
.local-forecast ul .today p {
    font-weight: bold
}
.local-forecast ul .today .icon {
    color: #1c1c1c
}
.trc-map {
    height: 250px
}
.trc-map .markers {
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    min-width: 35px;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}
.trc-map .markers span {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5)
}
.trc-map .gm-style-iw,
.trc-map .infobox-info {
    padding: 5px 0
}
.trc-map .gm-style-iw .iw-image,
.trc-map .infobox-info .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-info .iw-image img {
    max-width: 100%
}
.trc-map .gm-style-iw .iw-title,
.trc-map .infobox-info .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-info .iw-body p:last-of-type {
    margin-bottom: 0
}
.trc-map .gm-style-iw .iw-link,
.trc-map .infobox-info .iw-link {
    margin-top: 5px;
    display: block;
    font-size: 14px
}
.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-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
}