@charset "UTF-8";
/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  line-height: 18px;
  cursor: pointer;
  z-index: 5000;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #F57864;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.greenPopup .formErrorContent {
  background: #1B7E85;
}

.blackPopup .formErrorContent {
  background: #1D1933;
  color: #fff;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.ui-datepicker {
  display: none;
  padding: 20px;
  background: #fff;
  border: 1px solid #E5D9BE;
  z-index: 10;
}
body > .ui-datepicker {
  z-index: 30;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 20px);
  }
}

.ui-datepicker-header {
  position: relative;
  display: block;
  color: #1D1933;
  font: normal 400 15px/26px "Oaks Future", sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 1rem 0 2rem 0;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 10px;
  width: 26px;
  height: 26px;
  color: #1D1933;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-prev,
.ui-datepicker-next {
    top: 10px;
  }
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid #1D1933;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
  opacity: 0.5;
}

.ui-datepicker-prev {
  left: 0;
}
.ui-datepicker-prev:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #1D1933;
  border-bottom: 2px solid #1D1933;
}

.ui-datepicker-next {
  right: 0;
}

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  color: #1D1933;
  font: normal 400 1.6rem "Oaks Future", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  color: #1D1933;
  font: 15px "Oaks Future", sans-serif;
  text-align: center;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  opacity: 0.5;
}
.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker-calendar td.ui-datepicker-current-day, .ui-datepicker-calendar td.ui-datepicker-today {
  color: #fff;
}
.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar a.ui-state-active {
  color: #E7C55E;
}
.ui-datepicker-calendar .ui-datepicker-today a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #1D1933;
  z-index: -1;
}
.ui-datepicker-calendar .ui-datepicker-highlight.checkin-date a:before,
.ui-datepicker-calendar .ui-datepicker-highlight.checkout-date a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #1D1933;
  z-index: -1;
}
.ui-datepicker-calendar .ui-datepicker-highlight.checkin-date a:after,
.ui-datepicker-calendar .ui-datepicker-highlight.checkout-date a:after {
  width: 50%;
  left: 50%;
}
.ui-datepicker-calendar .ui-datepicker-highlight.checkout-date a:after {
  left: auto;
  right: 50%;
}
.ui-datepicker-calendar .ui-datepicker-highlight a:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #333c67;
  width: 100%;
  height: 3.6rem;
  margin-top: -1.8rem;
  margin-left: 0;
  top: 50%;
  left: 0;
  z-index: -2;
}

.ui-datepicker-trigger {
  float: left;
  margin: 13px 0 0 8px;
  width: 17px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 -123px no-repeat;
}
.ui-datepicker-trigger:hover {
  background-position: -37px -123px;
}

.hasDatepicker .ui-datepicker {
  display: none;
  padding: 20px;
  background: #F1E6CD;
  z-index: 10;
}
body > .hasDatepicker .ui-datepicker {
  z-index: 30;
}
.hasDatepicker .ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .hasDatepicker .ui-datepicker {
    width: calc(100% - 20px);
  }
}
.hasDatepicker .ui-datepicker-header {
  position: relative;
  display: block;
  color: #fff;
  font: normal 700 2rem "Oaks Future", sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 1rem 0 3.2rem 0;
}
.hasDatepicker .ui-datepicker-prev,
.hasDatepicker .ui-datepicker-next {
  position: absolute;
  top: 10px;
  width: 26px;
  height: 26px;
  color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .hasDatepicker .ui-datepicker-prev,
.hasDatepicker .ui-datepicker-next {
    top: 10px;
  }
}
.hasDatepicker .ui-datepicker-prev:after,
.hasDatepicker .ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid #9E8048;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.hasDatepicker .ui-datepicker-prev.ui-state-disabled,
.hasDatepicker .ui-datepicker-next.ui-state-disabled {
  opacity: 0.5;
}
.hasDatepicker .ui-datepicker-prev {
  left: 0;
}
.hasDatepicker .ui-datepicker-prev:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #9E8048;
  border-bottom: 2px solid #9E8048;
}
.hasDatepicker .ui-datepicker-next {
  right: 0;
}
.hasDatepicker .ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .hasDatepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
.hasDatepicker .ui-datepicker-calendar th, .hasDatepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
}
.hasDatepicker .ui-datepicker-calendar th {
  color: #E7C55E;
  font: normal 700 1.6rem "Oaks Future", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.hasDatepicker .ui-datepicker-calendar td {
  color: #fff;
  font: 15px "Oaks Future", sans-serif;
  text-align: center;
  padding: 0;
  position: relative;
  cursor: pointer;
  justify-items: center;
}
.hasDatepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .hasDatepicker .ui-datepicker-calendar td.ui-state-disabled {
  opacity: 0.5;
}
.hasDatepicker .ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .hasDatepicker .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.hasDatepicker .ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.hasDatepicker .ui-datepicker-calendar .ui-datepicker-today a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #333c67;
  z-index: -1;
}
.hasDatepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkin-date a:before,
.hasDatepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkout-date a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #E7C55E;
  z-index: -1;
}
.hasDatepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkin-date a:after,
.hasDatepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkout-date a:after {
  width: 50%;
  left: 50%;
}
.hasDatepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkout-date a:after {
  left: auto;
  right: 50%;
}
.hasDatepicker .ui-datepicker-calendar .ui-datepicker-highlight a:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #333c67;
  width: 100%;
  height: 3.6rem;
  margin-top: -1.8rem;
  margin-left: 0;
  top: 50%;
  left: 0;
  z-index: -2;
}
.hasDatepicker .ui-datepicker-trigger {
  float: left;
  margin: 13px 0 0 8px;
  width: 17px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 -123px no-repeat;
}
.hasDatepicker .ui-datepicker-trigger:hover {
  background-position: -37px -123px;
}

#booking fieldset,
#open-table-widget fieldset {
  display: contents;
}
#booking .booking-columns,
#open-table-widget .booking-columns {
  display: flex;
  flex-direction: column;
}
#booking .center-column,
#open-table-widget .center-column {
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  #booking .center-column,
#open-table-widget .center-column {
    max-width: 100vw;
  }
}
#booking .extra-room-toptext,
#open-table-widget .extra-room-toptext {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#booking .extra-room-toptext .room-number,
#booking .extra-room-toptext .remove-room-button,
#open-table-widget .extra-room-toptext .room-number,
#open-table-widget .extra-room-toptext .remove-room-button {
  font-family: "Oaks Future", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.96px;
  color: #1D1933;
  text-transform: uppercase;
  padding-bottom: 6px;
}
#booking .reset-buttons,
#open-table-widget .reset-buttons {
  font-family: "Oaks Future", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1.43px;
  font-size: 13px;
  color: #1C7E85;
  text-transform: uppercase;
}
#booking #reset-dates,
#booking #reset-open-table-dates,
#open-table-widget #reset-dates,
#open-table-widget #reset-open-table-dates {
  position: relative;
  height: 0;
  top: -55px;
  z-index: 7;
}
#booking .guests-text,
#open-table-widget .guests-text {
  color: black;
  font-size: 16px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-family: "Oaks Future", sans-serif;
  margin-bottom: 13px;
}
#booking .adults-children-container,
#booking .guests-container,
#open-table-widget .adults-children-container,
#open-table-widget .guests-container {
  display: flex;
  margin-bottom: 20px;
}
#booking .adults-children-container .adults-display,
#booking .guests-container .adults-display,
#open-table-widget .adults-children-container .adults-display,
#open-table-widget .guests-container .adults-display {
  border-right: 1px solid #1D1933;
}
#booking .adults-children-container .adults-display,
#booking .adults-children-container .children-display,
#booking .guests-container .adults-display,
#booking .guests-container .children-display,
#open-table-widget .adults-children-container .adults-display,
#open-table-widget .adults-children-container .children-display,
#open-table-widget .guests-container .adults-display,
#open-table-widget .guests-container .children-display {
  width: 50%;
  justify-items: center;
  font-size: 14px;
  color: #1D1933;
}
#booking .adults-children-container .adults-display .adults-display-number,
#booking .adults-children-container .adults-display .children-display-number,
#booking .adults-children-container .children-display .adults-display-number,
#booking .adults-children-container .children-display .children-display-number,
#booking .guests-container .adults-display .adults-display-number,
#booking .guests-container .adults-display .children-display-number,
#booking .guests-container .children-display .adults-display-number,
#booking .guests-container .children-display .children-display-number,
#open-table-widget .adults-children-container .adults-display .adults-display-number,
#open-table-widget .adults-children-container .adults-display .children-display-number,
#open-table-widget .adults-children-container .children-display .adults-display-number,
#open-table-widget .adults-children-container .children-display .children-display-number,
#open-table-widget .guests-container .adults-display .adults-display-number,
#open-table-widget .guests-container .adults-display .children-display-number,
#open-table-widget .guests-container .children-display .adults-display-number,
#open-table-widget .guests-container .children-display .children-display-number {
  font-family: "Oaks Future", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 8px;
  padding-top: 11px;
}
#booking .adults-children-container .adults-display .adults-display-text,
#booking .adults-children-container .adults-display .children-display-text,
#booking .adults-children-container .children-display .adults-display-text,
#booking .adults-children-container .children-display .children-display-text,
#booking .guests-container .adults-display .adults-display-text,
#booking .guests-container .adults-display .children-display-text,
#booking .guests-container .children-display .adults-display-text,
#booking .guests-container .children-display .children-display-text,
#open-table-widget .adults-children-container .adults-display .adults-display-text,
#open-table-widget .adults-children-container .adults-display .children-display-text,
#open-table-widget .adults-children-container .children-display .adults-display-text,
#open-table-widget .adults-children-container .children-display .children-display-text,
#open-table-widget .guests-container .adults-display .adults-display-text,
#open-table-widget .guests-container .adults-display .children-display-text,
#open-table-widget .guests-container .children-display .adults-display-text,
#open-table-widget .guests-container .children-display .children-display-text {
  font-family: "ATCHarris", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  padding-bottom: 20px;
}
#booking .adults-children-container.main-room,
#booking .guests-container.main-room,
#open-table-widget .adults-children-container.main-room,
#open-table-widget .guests-container.main-room {
  border: 1px solid #1D1933;
}
#booking .adults-children-container.extra-room,
#booking .guests-container.extra-room,
#open-table-widget .adults-children-container.extra-room,
#open-table-widget .guests-container.extra-room {
  flex-direction: column;
}
#booking .adults-children-container.extra-room .guests-text,
#booking .guests-container.extra-room .guests-text,
#open-table-widget .adults-children-container.extra-room .guests-text,
#open-table-widget .guests-container.extra-room .guests-text {
  margin-left: 24px;
}
#booking .adults-children-container.extra-room .extra-room-bottom,
#booking .guests-container.extra-room .extra-room-bottom,
#open-table-widget .adults-children-container.extra-room .extra-room-bottom,
#open-table-widget .guests-container.extra-room .extra-room-bottom {
  display: flex;
  border: 1px solid #1D1933;
}
#booking .adults-children-container.options-visible,
#booking .guests-container.options-visible,
#open-table-widget .adults-children-container.options-visible,
#open-table-widget .guests-container.options-visible {
  border: initial;
}
#booking .adults-children-container.options-visible .extra-room-toptext,
#booking .adults-children-container.options-visible .extra-room-bottom,
#booking .adults-children-container.options-visible .adults-display,
#booking .adults-children-container.options-visible .children-display,
#booking .guests-container.options-visible .extra-room-toptext,
#booking .guests-container.options-visible .extra-room-bottom,
#booking .guests-container.options-visible .adults-display,
#booking .guests-container.options-visible .children-display,
#open-table-widget .adults-children-container.options-visible .extra-room-toptext,
#open-table-widget .adults-children-container.options-visible .extra-room-bottom,
#open-table-widget .adults-children-container.options-visible .adults-display,
#open-table-widget .adults-children-container.options-visible .children-display,
#open-table-widget .guests-container.options-visible .extra-room-toptext,
#open-table-widget .guests-container.options-visible .extra-room-bottom,
#open-table-widget .guests-container.options-visible .adults-display,
#open-table-widget .guests-container.options-visible .children-display {
  display: none;
}
#booking #add-rooms,
#open-table-widget #add-rooms {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13px;
  /* 100% */
  letter-spacing: 1.43px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  color: #1C7E85;
  margin-bottom: 24px;
  font-family: "Oaks Future", sans-serif;
}
#booking #add-rooms::after,
#open-table-widget #add-rooms::after {
  content: " +";
  top: -2px;
  position: relative;
  left: 0;
}
#booking .close-options-selection,
#open-table-widget .close-options-selection {
  display: none;
  font-size: 14px;
  color: red;
  position: absolute;
  right: 8px;
  top: 12px;
  cursor: pointer;
}
#booking .close-options-selection.visible,
#open-table-widget .close-options-selection.visible {
  display: block;
}
#booking .remove-room-button,
#booking .close-options-selection,
#open-table-widget .remove-room-button,
#open-table-widget .close-options-selection {
  display: flex;
  align-items: center;
  gap: 4px;
}
#booking .remove-room-button::after,
#booking .close-options-selection::after,
#open-table-widget .remove-room-button::after,
#open-table-widget .close-options-selection::after {
  content: "";
  background-image: url("../images/booking-remove-x.svg");
  display: block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  justify-self: center;
  transform: rotate(45deg);
}
#booking .options-selection-panel,
#open-table-widget .options-selection-panel {
  display: none;
}
#booking .options-selection-panel.visible,
#open-table-widget .options-selection-panel.visible {
  display: block;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.options-selection-panel-visible #booking .options-selection-panel.visible,
.options-selection-panel-visible #open-table-widget .options-selection-panel.visible {
  height: auto;
  visibility: visible;
  transform: none;
}
@media only screen and (max-width: 767px) {
  .options-selection-panel-visible #booking .options-selection-panel.visible,
.options-selection-panel-visible #open-table-widget .options-selection-panel.visible {
    height: 0;
  }
}
#booking .options-selection-panel.open-table-panel,
#open-table-widget .options-selection-panel.open-table-panel {
  display: block;
  width: 100%;
}
#booking .options-selection-panel.open-table-panel h4,
#open-table-widget .options-selection-panel.open-table-panel h4 {
  border-top: initial;
  border-left: initial;
  border-right: initial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-family: "Oaks Future", sans-serif;
}
.popup-booking-widget #booking .hidden-options-trigger,
.popup-booking-widget #open-table-widget .hidden-options-trigger {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.popup-booking-widget #booking .hidden-options-trigger:focus,
.popup-booking-widget #open-table-widget .hidden-options-trigger:focus {
  outline-offset: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .popup-booking-widget #booking .hidden-options-trigger,
.popup-booking-widget #open-table-widget .hidden-options-trigger {
    display: none;
  }
}
#booking .options-selector,
#open-table-widget .options-selector {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
#booking .options-selector h4,
#open-table-widget .options-selector h4 {
  font-family: "ATCHarris", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  color: #1D1933;
  padding: 10px 0;
  border-left: 1px solid #1D1933;
  border-right: 1px solid #1D1933;
  border-top: 1px solid #1D1933;
}
#booking .options-selector .option.children-selector h4,
#booking .options-selector .option.time-selector h4,
#open-table-widget .options-selector .option.children-selector h4,
#open-table-widget .options-selector .option.time-selector h4 {
  border-top: initial;
}
#booking .options-selector .option,
#open-table-widget .options-selector .option {
  position: relative;
  flex-grow: 1;
  width: 100%;
}
#booking .amount-widget,
#open-table-widget .amount-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
}
#booking .amount-widget .number,
#open-table-widget .amount-widget .number {
  font-family: "Oaks Future", sans-serif;
  font-size: 20px;
  line-height: 58px;
  font-weight: 400;
  letter-spacing: 0.78px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #1D1933;
  border-top: 1px solid #1D1933;
}
#booking .amount-widget button,
#open-table-widget .amount-widget button {
  box-sizing: content-box;
  width: 28px;
  padding: 9px 0;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  letter-spacing: 0.78px;
  color: #1B7E85;
  overflow: hidden;
  border: 1px solid black;
  height: 30px;
  width: 100%;
}
#booking .amount-widget button.plus::before,
#open-table-widget .amount-widget button.plus::before {
  content: "";
  background-image: url("../images/booking-plus.svg");
  display: block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  justify-self: center;
  margin: auto;
}
#booking .amount-widget button.minus::before,
#open-table-widget .amount-widget button.minus::before {
  content: "";
  background-image: url("../images/booking-minus.svg");
  display: block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  justify-self: center;
  margin: auto;
}

#booking-datepicker,
#open-table-datepicker {
  display: contents;
  position: absolute;
  left: 0;
  z-index: 7;
}
@media only screen and (min-width: 768px) {
  .booking-datepicker-under #booking-datepicker,
.booking-datepicker-under #open-table-datepicker {
    bottom: auto;
    top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker,
#open-table-datepicker {
    display: block;
    position: relative;
    bottom: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms ease-in-out;
  }
  #booking-datepicker.visible,
#open-table-datepicker.visible {
    max-height: 500px;
  }
}
#booking-datepicker .ui-datepicker-header,
#open-table-datepicker .ui-datepicker-header {
  padding: 0 10px;
  margin-bottom: 16px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-title,
#open-table-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #1D1933;
}
#booking-datepicker .arrival-departure-status,
#open-table-datepicker .arrival-departure-status {
  overflow: hidden;
  white-space: nowrap;
  background: pink;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .arrival-departure-status,
#open-table-datepicker .arrival-departure-status {
    display: none;
  }
}
#booking-datepicker .arrival-departure-status div,
#open-table-datepicker .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker .arrival-departure-status .arrival, #booking-datepicker .arrival-departure-status .departure,
#open-table-datepicker .arrival-departure-status .arrival,
#open-table-datepicker .arrival-departure-status .departure {
  opacity: 0;
  font: 20px/55px "ATCHarris", serif;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker .arrival-departure-status .arrival:after, #booking-datepicker .arrival-departure-status .departure:after,
#open-table-datepicker .arrival-departure-status .arrival:after,
#open-table-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
#booking-datepicker .arrival-departure-status .arrival,
#open-table-datepicker .arrival-departure-status .arrival {
  margin-left: -100%;
}
#booking-datepicker .arrival-departure-status .departure,
#open-table-datepicker .arrival-departure-status .departure {
  margin-right: -100%;
}
#booking-datepicker.checkin-step .arrival-departure-status .arrival,
#open-table-datepicker.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker.checkout-step .arrival-departure-status .departure,
#open-table-datepicker.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker .ui-datepicker,
#open-table-datepicker .ui-datepicker {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  border: 1px solid #1D1933;
  padding: 20px 20px 40px 20px;
}
#booking-datepicker .ui-datepicker-group,
#open-table-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
}
#booking-datepicker .ui-datepicker-group:nth-child(2),
#open-table-datepicker .ui-datepicker-group:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group,
#open-table-datepicker .ui-datepicker-group {
    width: 100%;
  }
  #booking-datepicker .ui-datepicker-group:nth-child(2),
#open-table-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
#booking-datepicker .ui-datepicker-header,
#open-table-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker .ui-datepicker-header .ui-datepicker-next,
#open-table-datepicker .ui-datepicker-header .ui-datepicker-prev,
#open-table-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
#booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next,
#open-table-datepicker .ui-datepicker-prev,
#open-table-datepicker .ui-datepicker-next {
  top: 22px;
}
#booking-datepicker .ui-datepicker-prev,
#open-table-datepicker .ui-datepicker-prev {
  left: 20px;
  content: "";
  position: absolute;
  right: 20px;
  margin-top: auto;
  margin-bottom: 0;
  background: url("../images/booking-left.svg") 0 0 no-repeat;
}
#booking-datepicker .ui-datepicker-prev::after,
#open-table-datepicker .ui-datepicker-prev::after {
  border: unset;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev,
#open-table-datepicker .ui-datepicker-prev {
    left: 26px;
  }
}
#booking-datepicker .ui-datepicker-next,
#open-table-datepicker .ui-datepicker-next {
  right: 20px;
  content: "";
  position: absolute;
  right: 20px;
  margin-top: auto;
  margin-bottom: 0;
  background: url("../images/booking-right.svg") 0 0 no-repeat;
}
#booking-datepicker .ui-datepicker-next::after,
#open-table-datepicker .ui-datepicker-next::after {
  border: unset;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-next,
#open-table-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
#booking-datepicker .ui-datepicker-calendar,
#open-table-datepicker .ui-datepicker-calendar {
  position: relative;
  left: -6px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-calendar,
#open-table-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
#booking-datepicker .ui-datepicker-calendar th,
#open-table-datepicker .ui-datepicker-calendar th {
  font-family: "ATCHarris", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  color: #1D1933;
  text-transform: capitalize;
  padding-bottom: 4px;
}
#booking-datepicker .ui-datepicker-calendar a,
#open-table-datepicker .ui-datepicker-calendar a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D1933;
}
#booking-datepicker .ui-datepicker-calendar .ui-state-default,
#open-table-datepicker .ui-datepicker-calendar .ui-state-default {
  border-radius: 50%;
}
#booking-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active,
#booking-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-hover,
#open-table-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active,
#open-table-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-hover {
  color: #F1E6CD;
  background-color: #1C7E85;
  border-radius: 50%;
}
#booking-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a,
#open-table-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a {
  background-color: rgba(28, 126, 133, 0.2);
  border-radius: 0;
  width: 100%;
}
#booking-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a:after,
#open-table-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a:after {
  content: "";
  position: absolute;
  display: block;
  background-color: unset;
  width: 100%;
  height: 3.6rem;
  margin-top: -1.8rem;
  margin-left: 0;
  top: 50%;
  left: 0;
  z-index: 0;
}
#booking-datepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkout-date a, #booking-datepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkin-date a,
#open-table-datepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkout-date a,
#open-table-datepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkin-date a {
  border-radius: 50%;
}
#booking-datepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkout-date a::after,
#open-table-datepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkout-date a::after {
  background-color: rgba(28, 126, 133, 0.2);
  border-radius: 0 50% 50% 0;
  height: 100%;
}
#booking-datepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkin-date a::after,
#open-table-datepicker .ui-datepicker-calendar .ui-datepicker-highlight.checkin-date a::after {
  background-color: rgba(28, 126, 133, 0.2);
  border-radius: 50% 0 0 50%;
  height: 100%;
}
#booking-datepicker .ui-datepicker-calendar .ui-state-disabled,
#open-table-datepicker .ui-datepicker-calendar .ui-state-disabled {
  color: rgba(29, 25, 51, 0.3);
  position: relative;
  height: 35px;
  width: 36px;
  padding-bottom: 4px;
  padding-left: 1px;
}
#booking-datepicker.checkin-step td a, #booking-datepicker.checkout-step td a, #booking-datepicker td.checkin-date a, #booking-datepicker td.checkout-date a,
#open-table-datepicker.checkin-step td a,
#open-table-datepicker.checkout-step td a,
#open-table-datepicker td.checkin-date a,
#open-table-datepicker td.checkout-date a {
  position: relative;
  height: 35px;
  width: 36px;
  padding-bottom: 4px;
  padding-left: 1px;
}
#booking-datepicker.checkin-step td a:before, #booking-datepicker.checkout-step td a:before, #booking-datepicker td.checkin-date a:before, #booking-datepicker td.checkout-date a:before,
#open-table-datepicker.checkin-step td a:before,
#open-table-datepicker.checkout-step td a:before,
#open-table-datepicker td.checkin-date a:before,
#open-table-datepicker td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: black;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker td.checkin-date a,
#open-table-datepicker td.checkin-date a {
  color: #F1E6CD;
  background-color: #1C7E85 !important;
  border-radius: 50%;
  opacity: 1 !important;
}
#booking-datepicker td.checkout-date a,
#open-table-datepicker td.checkout-date a {
  color: #F1E6CD;
  background-color: #1c7e85 !important;
  border-radius: 50%;
}

#booking,
#open-table-widget {
  position: absolute;
  width: 100%;
  padding: 10px 0 20px;
  background: transparent;
  z-index: 50;
  transform: translateY(-230px);
  bottom: 0px;
}
#booking form,
#booking .open-table-columns,
#open-table-widget form,
#open-table-widget .open-table-columns {
  text-align: center;
  font-size: 0;
  background: #F1E6CD;
  padding: 24px;
  width: 100%;
  max-width: 330px;
  max-height: 80vh;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  #booking form,
#booking .open-table-columns,
#open-table-widget form,
#open-table-widget .open-table-columns {
    max-height: initial;
    max-width: initial;
    padding: 32px;
    height: calc(100vh - 179px);
    overflow: auto;
  }
}
#booking .center-column,
#open-table-widget .center-column {
  width: 1024px;
}
#booking .column,
#open-table-widget .column {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
#booking .column.open-table-column,
#open-table-widget .column.open-table-column {
  display: block;
}
#booking label,
#open-table-widget label {
  display: flex;
  font: 700 18px/1 "Montserrat";
  text-transform: uppercase;
  color: blue;
  letter-spacing: 0.5px;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  #booking label,
#open-table-widget label {
    display: block;
  }
}
#booking .input-overlay,
#booking #table-dates,
#open-table-widget .input-overlay,
#open-table-widget #table-dates {
  display: none;
}
#booking .ui-datepicker-trigger,
#open-table-widget .ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: auto;
  bottom: 4px;
  margin-top: auto;
  margin-bottom: 0;
  background: url(../images/calendar.svg) 0 0 no-repeat;
}
#booking #booking-dates,
#open-table-widget #booking-dates {
  width: 287px;
  display: none;
}
#booking .select-wrapper,
#open-table-widget .select-wrapper {
  width: 100%;
}
#booking select,
#open-table-widget select {
  width: 125px;
}
#booking select option,
#open-table-widget select option {
  padding-left: 10px;
}
#booking .promo-code #promo,
#open-table-widget .promo-code #promo {
  width: 100%;
  border: 1px solid #1D1933;
  padding: 9px 16px;
}
#booking .promo-code #promo::-moz-placeholder, #open-table-widget .promo-code #promo::-moz-placeholder {
  font-family: "ATCHarris", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  color: #1D1933;
}
#booking .promo-code #promo::placeholder,
#open-table-widget .promo-code #promo::placeholder {
  font-family: "ATCHarris", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  color: #1D1933;
}
#booking .promo-code #promo label,
#open-table-widget .promo-code #promo label {
  color: #1D1933;
}
#booking .button.booking-button,
#booking .button#open-table-button,
#open-table-widget .button.booking-button,
#open-table-widget .button#open-table-button {
  color: #F1E6CD;
  background-color: #1C7E85;
  border: unset;
  font-size: 15px;
  font-family: "Oaks Future", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 100% */
  letter-spacing: 1.65px;
  text-transform: uppercase;
  padding: 14px 20px;
  width: 100%;
  transition: 350ms ease-in-out;
}
#booking .button.booking-button:hover,
#booking .button#open-table-button:hover,
#open-table-widget .button.booking-button:hover,
#open-table-widget .button#open-table-button:hover {
  background-color: #E7C55E;
  color: #1D1933;
}
@media only screen and (max-width: 767px) {
  #booking .button.booking-button,
#booking .button#open-table-button,
#open-table-widget .button.booking-button,
#open-table-widget .button#open-table-button {
    display: none;
  }
}

.booking-trigger {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 20;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
}

#booking {
  display: none;
}
.booking-tab.booking-table-visible #booking {
  display: block;
}

#open-table-widget,
#booking {
  z-index: 1;
  top: 268px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #open-table-widget,
#booking {
    right: 0;
  }
}

#open-table-widget {
  display: none;
}
.opentable-tab #open-table-widget {
  display: block;
}
#open-table-widget .form {
  display: contents;
}

.booking-open-table-container {
  display: none;
  position: fixed;
  top: 81px;
  z-index: 100000;
  right: 380px;
}
@media only screen and (max-width: 767px) {
  .booking-open-table-container {
    right: initial;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .booking-open-table-container {
    right: 350px;
    top: 61px;
  }
}
.booking-table-visible .booking-open-table-container {
  display: block;
}
.scrolled .booking-open-table-container {
  top: 61px;
}
@media only screen and (max-width: 767px) {
  .scrolled .booking-open-table-container {
    top: 80px;
  }
}

.booking-open-table {
  width: 330px;
  background-color: #1C7E85;
  display: flex;
  padding: 0 24px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .booking-open-table {
    width: 100vw;
  }
}
.booking-open-table .button {
  z-index: 2;
  display: flex;
  height: 48px;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: initial;
  width: 100%;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1.65px;
  text-transform: uppercase;
  font-family: "Oaks Future", sans-serif;
  background-color: #1C7E85;
  color: #F1E6CD;
  border: initial;
}
.booking-open-table .button.active, .booking-open-table .button:hover {
  background-color: #F1E6CD;
  color: #1D1933;
}
.booking-open-table .close-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .booking-open-table .close-mobile {
    position: absolute;
    z-index: 3;
    right: 18px;
    top: -60px;
    display: block;
    opacity: 1;
    transition: 350ms ease-in-out;
  }
  .booking-open-table .close-mobile:hover {
    opacity: 0.5;
    transition: 350ms ease-in-out;
  }
}

.booking-buttons #mobile-booking-submission,
.booking-buttons #mobile-open-table-submission {
  display: none;
}
@media only screen and (max-width: 767px) {
  .booking-buttons #mobile-booking-submission,
.booking-buttons #mobile-open-table-submission {
    padding: 17px 40px;
    font-size: 15px;
    font-family: "Oaks Future", sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .booking-tab.booking-table-visible #mobile-booking-submission {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .opentable-tab.booking-table-visible #mobile-open-table-submission {
    display: block;
  }
}

.booking-trigger-top-button {
  padding: 12px 20px;
}
@media only screen and (max-width: 767px) {
  .booking-trigger-top-button {
    background-image: url("../images/texture_border_small.jpg");
    color: #1C7E85;
    padding: 17px 20px;
  }
  .booking-table-visible .booking-trigger-top-button {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .booking-table-visible .booking-buttons {
    padding: 0;
  }
}

.ui-selectmenu-button {
  position: relative;
  display: block;
  width: auto !important;
  height: 40px;
  line-height: 40px;
  border: thin solid #d1d1d1;
  font-size: 14px;
  text-align: left;
  color: #53565a;
  background: #fff;
  transition: all 0.2s;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #1D1933;
}
.ui-selectmenu-button::placeholder {
  color: #1D1933;
}
.ui-selectmenu-button .ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #1D1933;
}
.ui-selectmenu-button:hover .ui-icon {
  border-top-color: #1B7E85;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  height: 100%;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button .ui-selectmenu-text strong {
  font-weight: 700;
}

.ui-selectmenu-menu {
  position: absolute;
  z-index: 9999999;
  display: none;
  max-height: 258px;
  overflow: auto;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu li .ui-menu-item-wrapper {
  padding: 10px 20px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  color: #000;
}
.ui-selectmenu-menu li .ui-state-active {
  background: #eee;
  cursor: pointer;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

@font-face {
  font-family: "HeBS-Icons";
  src: url("../fonts/HeBS-Icons.woff2?8uvq96") format("woff2"), url("../fonts/HeBS-Icons.woff?8uvq96") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=rooms-icon-], [class*=" rooms-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "HeBS-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rooms-icon-theatre-set-up:before {
  content: "";
}

.rooms-icon-classroom-set-up:before {
  content: "";
}

.rooms-icon-cabaret-set-up:before {
  content: "";
}

.rooms-icon-boardroom-set-up:before {
  content: "";
}

.rooms-icon-u-shaped-set-up:before {
  content: "";
}

.rooms-icon-banquet-set-up:before {
  content: "";
}

.rooms-icon-dinner-dance-set-up:before {
  content: "";
}

.rooms-icon-reception-set-up:before {
  content: "";
}

.rooms-icon-ceremony-set-up:before {
  content: "";
}

.rooms-icon-natural-daylight:before {
  content: "";
}

.rooms-icon-outlets-sockets:before {
  content: "";
}

.rooms-icon-direct-dial-point:before {
  content: "";
}

.rooms-icon-video-conferencing:before {
  content: "";
}

.rooms-icon-air-conditioning:before {
  content: "";
}

.rooms-icon-wi-fi:before {
  content: "";
}

.rooms-icon-blackout-shades:before {
  content: "";
}

.rooms-icon-visual-equipment:before {
  content: "";
}

.rooms-icon-audio-equipment:before {
  content: "";
}

.rooms-icon-flipchart-presentation-equipment:before {
  content: "";
}

.rooms-icon-tv-point:before {
  content: "";
}

.rooms-icon-overhead-projector:before {
  content: "";
}

.rooms-icon-data-projector:before {
  content: "";
}

.rooms-icon-balcony:before {
  content: "";
}

.rooms-icon-city-view:before {
  content: "";
}

.rooms-icon-beds:before {
  content: "";
}

.rooms-icon-flat-screen-tv:before {
  content: "";
}

.rooms-icon-hair-dryer:before {
  content: "";
}

.rooms-icon-iron:before {
  content: "";
}

.rooms-icon-ac:before {
  content: "";
}

.rooms-icon-king-bed:before {
  content: "";
}

.rooms-icon-kitchen:before {
  content: "";
}

.rooms-icon-minibar:before {
  content: "";
}

.rooms-icon-smoke-free:before {
  content: "";
}

.rooms-icon-occupancy:before {
  content: "";
}

.rooms-icon-ocean-view:before {
  content: "";
}

.rooms-icon-personal_items:before {
  content: "";
}

.rooms-icon-pool-view:before {
  content: "";
}

.rooms-icon-room-service:before {
  content: "";
}

.rooms-icon-safe:before {
  content: "";
}

.rooms-icon-single-room:before {
  content: "";
}

.rooms-icon-smoking:before {
  content: "";
}

.rooms-icon-size:before {
  content: "";
}

.rooms-icon-pulloutsofa:before {
  content: "";
}

.rooms-icon-twin-room:before {
  content: "";
}

.rooms-icon-wifi:before {
  content: "";
}

.rooms-icon-adaroom:before {
  content: "";
}

.rooms-icon-airport-shuttle-paid:before {
  content: "";
}

.rooms-icon-amusement-park:before {
  content: "";
}

.rooms-icon-bar:before {
  content: "";
}

.rooms-icon-beach:before {
  content: "";
}

.rooms-icon-business-center:before {
  content: "";
}

.rooms-icon-elevator:before {
  content: "";
}

.rooms-icon-environmentally-friendly:before {
  content: "";
}

.rooms-icon-fitness:before {
  content: "";
}

.rooms-icon-golf:before {
  content: "";
}

.rooms-icon-indoor-pool:before {
  content: "";
}

.rooms-icon-landmark:before {
  content: "";
}

.rooms-icon-outdoor-pool:before {
  content: "";
}

.rooms-icon-pet-friendly:before {
  content: "";
}

.rooms-icon-pool:before {
  content: "";
}

.rooms-icon-restaurant:before {
  content: "";
}

.rooms-icon-shuttle:before {
  content: "";
}

.rooms-icon-spa:before {
  content: "";
}

.rooms-icon-ticket-services:before {
  content: "";
}

.rooms-icon-valet:before {
  content: "";
}

.rooms-icon-water-park:before {
  content: "";
}

.rooms-icon-coffeemaker:before {
  content: "";
}

.rooms-icon-highfloor:before {
  content: "";
}

.rooms-icon-airport-shuttle-free:before {
  content: "";
}

.rooms-icon-view:before {
  content: "";
}

.rooms-icon-tv:before {
  content: "";
}

.rooms-icon-minifridge:before {
  content: "";
}

.rooms-icon-pets:before {
  content: "";
}

.rooms-icon-valet-only:before {
  content: "";
}

.rooms-icon-accessibility-features:before {
  content: "";
}

.rooms-icon-parking:before {
  content: "";
}

#hamburger-navigation {
  display: block;
  position: fixed;
  left: -401px;
  top: 0;
  height: 100%;
  width: 400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #1B7E85;
  background-image: url("../images/main_texture.png");
  border: 1px solid #000000;
  transition: left 400ms, visibility 400ms;
  text-align: center;
  z-index: 80;
  visibility: hidden;
}
.keyboard-navigation #hamburger-navigation {
  display: none;
  visibility: visible;
  left: 0;
}
.keyboard-navigation.hamburger-navigation-visible #hamburger-navigation {
  display: block;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    width: 100%;
    left: -101%;
    text-align: left;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  left: 0;
  visibility: visible;
}
#hamburger-navigation .logo {
  display: none;
  position: absolute;
  left: 25px;
  top: 24px;
  width: 140px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .logo {
    display: block;
  }
}
#hamburger-navigation .logo span {
  display: none;
}
#hamburger-navigation .logo img {
  width: 100%;
}
#hamburger-navigation .logo svg {
  width: 270px;
  max-width: 60%;
  height: auto;
  fill: #1D1933;
}
#hamburger-navigation strong {
  position: absolute;
  left: 50px;
  top: 83px;
  font: 12px/1 "Oaks Future", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 10px;
  color: #F1E6CD;
  opacity: 1;
  visibility: visible;
  transition: color 350ms ease-in-out;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation strong {
    display: none;
  }
}
#hamburger-navigation .close {
  position: absolute;
  right: 40px;
  top: 83px;
  transform: translateY(-50%);
}
#hamburger-navigation .close strong {
  position: relative;
  display: inline-block;
  font: 14px "Oaks Future", sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 1px;
  color: #1D1933;
  margin-right: 15px;
}
@media screen and (max-width: 350px) {
  #hamburger-navigation .close strong {
    display: none;
  }
}
#hamburger-navigation .close svg {
  fill: #F1E6CD;
}
#hamburger-navigation .close:hover svg {
  fill: #E7C55E;
}
#hamburger-navigation .main-menu {
  display: block;
  margin: 140px 0 40px 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu {
    margin-left: 30px;
    margin-top: 150px;
  }
}
#hamburger-navigation .main-menu ul.level-1 {
  margin-bottom: 0;
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
  margin-bottom: 35px;
}
#hamburger-navigation .main-menu .menu li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu li {
    margin-bottom: 16px;
  }
}
#hamburger-navigation .main-menu .menu a {
  display: block;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font: 30px "Oaks Future", sans-serif;
  line-height: 1;
  text-decoration: none;
  color: #F1E6CD;
  padding: 0 70px 0 50px;
  transition: color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .menu.level-1 > li > a {
    padding-left: 0;
  }
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #E7C55E;
}
#hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 4px;
}
#hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#hamburger-navigation .main-menu .menu.submenu a {
  font: 18px "Oaks Future", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #F1E6CD;
  transition: color 350ms ease-in-out;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #E7C55E;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0 0 66px;
  margin-top: 30px;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms, margin 333ms;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu .parent.expanded > .submenu {
    padding: 10px 0 0 32px;
    margin-top: 10px;
  }
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 42px;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus .horizontal,
#hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: translateY(-50%) rotate(-90deg);
  background-color: #F1E6CD;
  top: 50%;
}
#hamburger-navigation .main-menu .plus .horizontal {
  width: 10px;
  height: 2px;
  margin-left: 13px;
}
#hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 10px;
  margin-left: 17px;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical,
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: translateY(-50%) rotate(90deg);
  background: #F1E6CD !important;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
  height: 16px;
}
#hamburger-navigation .footer-menu {
  display: block;
  margin: 0 30px 70px 50px;
  text-align: left;
}
#hamburger-navigation .footer-menu::before {
  content: "";
  display: block;
  background-image: url("../images/divider.png");
  background-repeat: no-repeat;
  width: 68px;
  height: 11px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .footer-menu {
    margin-bottom: 110px;
  }
}
#hamburger-navigation .footer-menu ul {
  margin-bottom: 0;
}
#hamburger-navigation .footer-menu ul li {
  margin-bottom: 16px;
}
#hamburger-navigation .footer-menu ul li a {
  font: 16px "ATCHarris", serif;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F1E6CD;
  text-decoration: none;
}
#hamburger-navigation .footer-menu ul li a:hover {
  color: #E7C55E;
}
#hamburger-navigation .extra-top-menu .parent {
  position: relative;
}
#hamburger-navigation .extra-top-menu .parent > a {
  margin-right: 25px;
  pointer-events: none;
}
#hamburger-navigation .extra-top-menu .parent:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
  right: 20px;
  top: 15px;
}

.acm-block .swiper-wrapper {
  z-index: 0;
  box-sizing: border-box;
}

.additional-content.acm-block {
  position: relative;
}
.hide-main-content .additional-content.acm-block {
  max-width: 1508px;
  margin: 0 auto;
  padding: 0 20px;
}
.hide-main-content .additional-content.acm-block:after {
  clear: both;
  content: "";
  display: table;
}
.additional-content.acm-block em {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  font-family: "ATCHarris", serif;
  line-height: 1.5;
  letter-spacing: -0.8px;
}

.checkers-blocks.acm-block .checkers-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item {
    margin-bottom: 10px;
  }
}
.checkers-blocks.acm-block .checkers-item:first-of-type .thumbnails::after {
  content: "";
  position: absolute;
  top: 63px;
  left: 0;
  width: 95px;
  height: 95px;
  background-image: url("../images/moon.png");
  transform: translateX(-50%);
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .checkers-blocks.acm-block .checkers-item:first-of-type .thumbnails::after {
    content: none;
  }
}
.checkers-blocks.acm-block .checkers-item.left {
  justify-content: flex-end;
}
.checkers-blocks.acm-block .checkers-item.left .content-wrapper {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item.left .content-wrapper {
    margin-bottom: 0;
    margin-top: 40px;
  }
}
.checkers-blocks.acm-block .checkers-item.left .thumbnails {
  order: 1;
  left: 0;
  right: auto;
}
.checkers-blocks.acm-block .checkers-item.left .thumbnails .slideshow-pagination {
  left: auto;
  right: 35px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item.left .thumbnails .slideshow-pagination {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    text-align: center;
  }
}
.checkers-blocks.acm-block .checkers-item.left .thumbnails .slideshow-pagination + button {
  margin-right: 0;
  margin-left: 3px;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item.left .thumbnails .slideshow-pagination + button {
    margin-left: 0;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item.left .content-wrapper, .checkers-blocks.acm-block .checkers-item.right .content-wrapper {
    order: 2;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .checkers-blocks.acm-block .checkers-item.left .thumbnails, .checkers-blocks.acm-block .checkers-item.right .thumbnails {
    order: 1;
  }
}
.checkers-blocks.acm-block .checkers-item .content-wrapper {
  flex: 0 1 auto;
  text-align: left;
  padding: 40px 6.5% 40px 6.5%;
  width: 45%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper {
    width: 50%;
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.checkers-blocks.acm-block .checkers-item .content-wrapper strong {
  display: block;
  font: normal 18px "Oaks Future", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9E8048;
  width: calc(100% + 21%);
  margin-left: -21%;
}
@media only screen and (max-width: 1024px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper strong {
    width: auto;
    margin-left: 0;
  }
}
.checkers-blocks.acm-block .checkers-item .content-wrapper h2 {
  font-size: 80px;
  line-height: 70px;
  font-family: "Oaks Future", sans-serif;
  margin-bottom: 15px;
  width: calc(100% + 21%);
  margin-left: -21%;
  color: #1B7E85;
  text-align: left;
}
@media screen and (max-width: 1366px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper h2 {
    letter-spacing: 0;
    font-size: 60px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper h2 {
    width: auto;
    margin-left: 0;
    font-size: 40px;
    text-align: center;
  }
}
.checkers-blocks.acm-block .checkers-item .content-wrapper .content {
  padding-left: 21%;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper .content p:first-of-type::before {
  content: url("../images/divider.png");
  display: block;
  margin-top: 10px;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper .content.page-content h2 {
  text-transform: none;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper .content.page-content p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper .content {
    padding-left: 0;
  }
}
.checkers-blocks.acm-block .checkers-item .content-wrapper .content ol, .checkers-blocks.acm-block .checkers-item .content-wrapper .content ul {
  margin: 30px 0 30px 30px;
  text-align: left;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper .content ol ol, .checkers-blocks.acm-block .checkers-item .content-wrapper .content ol ul, .checkers-blocks.acm-block .checkers-item .content-wrapper .content ul ul, .checkers-blocks.acm-block .checkers-item .content-wrapper .content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper .content ul > li {
  margin-bottom: 4px;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper .content ul > li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin-right: 15px;
  background: #1D1933;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper .content p + p {
  margin-top: 20px;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper nav {
  margin-top: 25px;
}
@media screen and (max-width: 1600px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper nav {
    width: 100%;
  }
}
.checkers-blocks.acm-block .checkers-item .content-wrapper nav .text-link {
  position: relative;
  display: inline-block;
  padding: 23px 20px;
  font: 15px/1 "Oaks Future", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper nav .text-link {
    display: block;
  }
}
.checkers-blocks.acm-block .checkers-item .content-wrapper nav .text-link:hover:before {
  opacity: 1;
  bottom: 10px;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper nav .text-link:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #E7C55E;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-left: -3px;
  opacity: 0;
  left: 50%;
  bottom: -5px;
  transition: opacity 0.4s ease 0s, bottom 0.4s ease 0s;
}
.checkers-blocks.acm-block .checkers-item .content-wrapper nav .button {
  display: block;
  max-width: 100%;
  min-width: 180px;
}
@media only screen and (max-width: 1024px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper nav .button {
    max-width: 100%;
    min-width: 260px;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .checkers-blocks.acm-block .checkers-item .content-wrapper nav .button {
    display: inline-block;
  }
}
.checkers-blocks.acm-block .checkers-item .content-wrapper nav .button + .button {
  margin-top: 1rem;
}
.checkers-blocks.acm-block .checkers-item .thumbnails {
  display: flex;
  position: absolute;
  right: 0;
  width: 55%;
  height: 100%;
  font-size: 0;
}
@media only screen and (max-width: 1024px) {
  .checkers-blocks.acm-block .checkers-item .thumbnails {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .thumbnails {
    position: relative;
    width: 100%;
    height: 450px;
  }
}
.checkers-blocks.acm-block .checkers-item .thumbnails:after {
  content: "";
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #E5D9BE;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .thumbnails:after {
    display: none;
  }
}
.checkers-blocks.acm-block .checkers-item .thumbnails.slideshow {
  display: block;
  overflow: hidden;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .thumbnail {
  position: relative;
  display: inline-block;
  flex-basis: 50%;
  flex-grow: 1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .thumbnail + .thumbnail {
  margin-left: 10px;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .thumbnail a, .checkers-blocks.acm-block .checkers-item .thumbnails .thumbnail button.gallery-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .thumbnail a:hover span.thumb, .checkers-blocks.acm-block .checkers-item .thumbnails .thumbnail button.gallery-trigger:hover span.thumb {
  transition: transform 20s;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .thumbnail a::after, .checkers-blocks.acm-block .checkers-item .thumbnails .thumbnail button.gallery-trigger::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/texture_border_small.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  -webkit-clip-path: polygon(5px 5px, 5px calc(100% - 5px), 9px calc(100% - 5px), 9px 9px, calc(100% - 9px) 9px, calc(100% - 9px) calc(100% - 9px), 9px calc(100% - 9px), 9px calc(100% - 5px), calc(100% - 5px) calc(100% - 5px), calc(100% - 5px) 5px);
          clip-path: polygon(5px 5px, 5px calc(100% - 5px), 9px calc(100% - 5px), 9px 9px, calc(100% - 9px) 9px, calc(100% - 9px) calc(100% - 9px), 9px calc(100% - 9px), 9px calc(100% - 5px), calc(100% - 5px) calc(100% - 5px), calc(100% - 5px) 5px);
}
.checkers-blocks.acm-block .checkers-item .thumbnails .thumbnail a span.thumb, .checkers-blocks.acm-block .checkers-item .thumbnails .thumbnail button.gallery-trigger span.thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 10s;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-wrapper .thumbnail {
  width: 100%;
  height: 100%;
  flex-basis: 100%;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-wrapper .thumbnail {
    height: 450px;
  }
}
.checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-wrapper .thumbnail + .thumbnail {
  margin-left: 0;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-pagination {
  position: absolute;
  left: 35px;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-pagination {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    text-align: center;
  }
}
.checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-pagination button {
  display: inline-block;
  background: #F1E6CD;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  pointer-events: all;
  opacity: 0.2;
  transition: 350ms ease-in-out;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-pagination button + button {
  margin-left: 3px;
  margin-right: 0;
}
.checkers-blocks.acm-block .checkers-item .thumbnails .slideshow-pagination button.active {
  background: #fff;
  opacity: 1;
}

.tiles.acm-block {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .tiles.acm-block {
    margin-top: 10px;
  }
}
.tiles.acm-block .slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 30px;
  height: 30px;
  border: 2px solid #1D1933;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out, opacity 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  transform-origin: center;
}
.tiles.acm-block .slideshow-button:hover {
  border-color: #E7C55E;
}
@media only screen and (max-width: 767px) {
  .tiles.acm-block .slideshow-button {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
.tiles.acm-block .slideshow-button.swiper-button-disabled {
  opacity: 0.2;
}
.tiles.acm-block .slideshow-button.swiper-button-disabled:hover {
  border-collapse: #1D1933;
}
.tiles.acm-block .slideshow-button.previous {
  left: 26px;
  transform: rotate(-135deg);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tiles.acm-block .slideshow-button.previous {
    right: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .tiles.acm-block .slideshow-button.previous {
    left: 10px;
  }
}
.tiles.acm-block .slideshow-button.next {
  right: 26px;
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tiles.acm-block .slideshow-button.next {
    right: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .tiles.acm-block .slideshow-button.next {
    right: 10px;
  }
}
.tiles.acm-block .slideshow {
  position: relative;
  width: calc(80% + 30px);
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .tiles.acm-block .slideshow {
    width: 80%;
  }
}
.tiles.acm-block .slideshow-wrapper {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 100%;
}
.tiles.acm-block .tile {
  width: calc(100% / 3);
  padding: 30px 15px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .tiles.acm-block .tile {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .tiles.acm-block .tile {
    width: 100%;
    padding: 0 0 20px;
  }
}
.tiles.acm-block .tile:hover .heading:before {
  opacity: 1;
}
.tiles.acm-block .tile:hover .heading h2 {
  transform: translateY(-120%);
  color: #fff;
}
.tiles.acm-block .tile:hover .heading h2:after {
  opacity: 1;
}
.tiles.acm-block .tile:hover .heading h2 a {
  color: #F1E6CD;
}
.tiles.acm-block .tile .image {
  position: relative;
  width: 100%;
  height: 57vh;
  min-height: 615px;
  background-color: #E5D9BE;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .tiles.acm-block .tile .image {
    min-height: 0;
  }
}
.tiles.acm-block .tile .image .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tiles.acm-block .tile .heading {
  position: relative;
  cursor: pointer;
}
.tiles.acm-block .tile .heading:before {
  content: "";
  background: linear-gradient(to top, #31394d 0, transparent 100%);
  height: 160%;
  width: 100%;
  position: absolute;
  transform: translateY(-100%);
  transition: all 0.5s ease;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.tiles.acm-block .tile .heading h2 {
  position: relative;
  font: 22px "Oaks Future", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  color: #1D1933;
  text-align: center;
  padding: 20px 10px 25px 10px;
  transform: translateY(0);
  transition: 350ms ease-in-out;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .tiles.acm-block .tile .heading h2 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.tiles.acm-block .tile .heading h2:after {
  content: "";
  background-color: #E7C55E;
  height: 5px;
  width: 5px;
  position: absolute;
  bottom: 5px;
  border-radius: 5px;
  left: calc(50% - 5px);
  transition: all 0.8s ease;
  opacity: 0;
}
.tiles.acm-block .tile .heading h2 a {
  text-decoration: none;
  color: inherit;
  transition: 350ms ease-in-out;
}

.content-blocks-slideshow.acm-block, .content-blocks-gallery.acm-block {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .content-blocks-slideshow.acm-block, .content-blocks-gallery.acm-block {
    margin-bottom: 40px;
  }
}
.content-blocks-slideshow.acm-block .main-slideshow, .content-blocks-gallery.acm-block .main-slideshow {
  overflow: hidden;
}
.content-blocks-slideshow.acm-block .slideshow, .content-blocks-gallery.acm-block .slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-blocks-slideshow.acm-block .slideshow-wrapper, .content-blocks-gallery.acm-block .slideshow-wrapper {
  width: 100%;
  height: 100%;
}
.content-blocks-slideshow.acm-block .content-item, .content-blocks-gallery.acm-block .content-item {
  flex-flow: row wrap;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.content-blocks-slideshow.acm-block .content-item .content, .content-blocks-gallery.acm-block .content-item .content {
  flex: 0 1 auto;
  text-align: left;
  padding: 100px 60px;
  width: 45%;
}
@media only screen and (max-width: 1024px) {
  .content-blocks-slideshow.acm-block .content-item .content, .content-blocks-gallery.acm-block .content-item .content {
    width: 50%;
    padding: 100px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks-slideshow.acm-block .content-item .content, .content-blocks-gallery.acm-block .content-item .content {
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.content-blocks-slideshow.acm-block .content-item .content h2, .content-blocks-gallery.acm-block .content-item .content h2 {
  font: 400 60px/1 "Oaks Future", sans-serif;
  margin-bottom: 15px;
  letter-spacing: 0;
  color: #1B7E85;
  margin-left: -2px;
}
@media only screen and (max-width: 767px) {
  .content-blocks-slideshow.acm-block .content-item .content h2, .content-blocks-gallery.acm-block .content-item .content h2 {
    font-size: 45px;
  }
}
.content-blocks-slideshow.acm-block .content-item .thumbnail, .content-blocks-gallery.acm-block .content-item .thumbnail {
  position: absolute;
  left: 0;
  width: 55%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .content-blocks-slideshow.acm-block .content-item .thumbnail, .content-blocks-gallery.acm-block .content-item .thumbnail {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks-slideshow.acm-block .content-item .thumbnail, .content-blocks-gallery.acm-block .content-item .thumbnail {
    position: relative;
    width: 100%;
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks-slideshow.acm-block .content-item .thumbnail .object-fit, .content-blocks-gallery.acm-block .content-item .thumbnail .object-fit {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
}
.content-blocks-slideshow.acm-block .thumbnail::after, .content-blocks-gallery.acm-block .thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/texture_border_small.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  -webkit-clip-path: polygon(5px 5px, 5px calc(100% - 5px), 9px calc(100% - 5px), 9px 9px, calc(100% - 9px) 9px, calc(100% - 9px) calc(100% - 9px), 9px calc(100% - 9px), 9px calc(100% - 5px), calc(100% - 5px) calc(100% - 5px), calc(100% - 5px) 5px);
          clip-path: polygon(5px 5px, 5px calc(100% - 5px), 9px calc(100% - 5px), 9px 9px, calc(100% - 9px) 9px, calc(100% - 9px) calc(100% - 9px), 9px calc(100% - 9px), 9px calc(100% - 5px), calc(100% - 5px) calc(100% - 5px), calc(100% - 5px) 5px);
}
.content-blocks-slideshow.acm-block nav, .content-blocks-gallery.acm-block nav {
  position: absolute;
  bottom: 2rem;
  width: auto;
  right: 5%;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .content-blocks-slideshow.acm-block nav, .content-blocks-gallery.acm-block nav {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 0;
    height: 60px;
    text-align: center;
  }
}
.content-blocks-slideshow.acm-block nav button, .content-blocks-gallery.acm-block nav button {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  right: auto;
  width: 36px;
  height: 36px;
  border: 2px solid #1D1933;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.25;
  z-index: 2;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .content-blocks-slideshow.acm-block nav button, .content-blocks-gallery.acm-block nav button {
    opacity: 0.5;
    margin-top: 12px;
  }
}
.content-blocks-slideshow.acm-block nav button.previous, .content-blocks-gallery.acm-block nav button.previous {
  transform: rotate(-135deg);
}
.content-blocks-slideshow.acm-block nav button.next, .content-blocks-gallery.acm-block nav button.next {
  transform: rotate(45deg);
}
.content-blocks-slideshow.acm-block nav button:hover, .content-blocks-gallery.acm-block nav button:hover {
  opacity: 1;
  border-color: #E7C55E;
}
.content-blocks-slideshow.acm-block nav button.swiper-button-disabled, .content-blocks-gallery.acm-block nav button.swiper-button-disabled {
  opacity: 0.1;
  cursor: text;
}
.content-blocks-slideshow.acm-block nav button.swiper-button-disabled:hover, .content-blocks-gallery.acm-block nav button.swiper-button-disabled:hover {
  border-color: #1D1933;
}
.content-blocks-slideshow.acm-block.content-blocks-gallery .thumbnail .arrows button, .content-blocks-gallery.acm-block.content-blocks-gallery .thumbnail .arrows button {
  position: absolute;
  display: block;
  top: 50%;
  left: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #F1E6CD;
  text-indent: -1000px;
  overflow: hidden;
  transform: translate(0, -50%);
}
.content-blocks-slideshow.acm-block.content-blocks-gallery .thumbnail .arrows button.next, .content-blocks-gallery.acm-block.content-blocks-gallery .thumbnail .arrows button.next {
  left: auto;
  right: 30px;
}
.content-blocks-slideshow.acm-block.content-blocks-gallery .thumbnail .arrows button:after, .content-blocks-gallery.acm-block.content-blocks-gallery .thumbnail .arrows button:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 7px solid #1D1933;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translate(-3px, 0);
}
.content-blocks-slideshow.acm-block.content-blocks-gallery .thumbnail .arrows button.next:after, .content-blocks-gallery.acm-block.content-blocks-gallery .thumbnail .arrows button.next:after {
  border-right: 0;
  border-left: 7px solid #1D1933;
  transform: translate(-50%, -50%) translate(2px, 0);
}

.left-right-content.acm-block {
  margin: 80px 0;
}
@media only screen and (max-width: 1024px) {
  .left-right-content.acm-block {
    margin: 40px 0;
  }
}
.left-right-content.acm-block .checkers-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  max-width: 75%;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 767px) {
  .left-right-content.acm-block .checkers-item {
    margin-bottom: 10px;
    display: block;
  }
}
.left-right-content.acm-block .checkers-item .content-wrapper {
  flex: 0 1 auto;
  text-align: left;
  padding: 0 20% 0 0;
  width: 64%;
  overflow: hidden;
  order: 1;
}
@media only screen and (max-width: 1024px) {
  .left-right-content.acm-block .checkers-item .content-wrapper {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .left-right-content.acm-block .checkers-item .content-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 40px;
  }
}
.left-right-content.acm-block .checkers-item .content-wrapper h2 {
  font: 400 6rem/0.8 "Oaks Future", sans-serif;
  margin-bottom: 2.5rem;
  text-align: left;
  color: #1B7E85;
  text-transform: none;
}
@media screen and (max-width: 1366px) {
  .left-right-content.acm-block .checkers-item .content-wrapper h2 {
    letter-spacing: 0;
    font-size: 60px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .left-right-content.acm-block .checkers-item .content-wrapper h2 {
    text-align: center;
    font-size: 40px;
  }
}
.left-right-content.acm-block .checkers-item .content-wrapper .content p {
  margin-bottom: 3rem;
}
.left-right-content.acm-block .checkers-item .content-wrapper nav {
  margin-top: 3rem;
}
@media screen and (max-width: 1600px) {
  .left-right-content.acm-block .checkers-item .content-wrapper nav {
    width: 100%;
  }
}
.left-right-content.acm-block .checkers-item .content-wrapper nav .button {
  display: inline-block;
  min-width: 0;
}
.left-right-content.acm-block .checkers-item .content-wrapper nav .button:hover {
  background-color: #1B7E85;
  color: #F1E6CD;
}
.left-right-content.acm-block .checkers-item .content-wrapper nav .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .left-right-content.acm-block .checkers-item .content-wrapper nav .button {
    max-width: 100%;
    width: 100%;
    min-width: auto;
    display: block;
  }
}
.left-right-content.acm-block .checkers-item .content-wrapper nav .button + .button {
  margin-top: 1rem;
}
.left-right-content.acm-block .checkers-item .side-content-wrapper {
  flex: 0 1 auto;
  text-align: left;
  padding: 0;
  width: 36%;
  overflow: hidden;
  order: 2;
}
@media only screen and (max-width: 1024px) {
  .left-right-content.acm-block .checkers-item .side-content-wrapper {
    width: 50%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .left-right-content.acm-block .checkers-item .side-content-wrapper {
    width: 100%;
  }
}
.left-right-content.acm-block .checkers-item .side-content-wrapper.bullets-off .alt-content {
  padding-left: 0;
}
.left-right-content.acm-block .checkers-item .side-content-wrapper.bullets-off .alt-content:before {
  display: none;
}
.left-right-content.acm-block .checkers-item .side-content-wrapper em {
  font-style: italic;
}
.left-right-content.acm-block .checkers-item .side-content-wrapper h3 {
  color: #000;
  font-family: "Oaks Future", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 1.49px;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
.left-right-content.acm-block .checkers-item .side-content-wrapper .alt-content {
  color: #1D1933;
  font-size: 1.6rem;
  line-height: 1.825;
  letter-spacing: -0.21px;
  list-style: none;
  padding-left: 3rem;
  position: relative;
  margin-bottom: 15px;
}
.left-right-content.acm-block .checkers-item .side-content-wrapper .alt-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: #000;
  left: 0;
  top: 9px;
}
.left-right-content.acm-block .checkers-item .side-content-wrapper .alt-content:empty {
  display: none;
}
.left-right-content.acm-block .checkers-item .side-content-wrapper .alt-content strong {
  font-weight: bold;
}
.left-right-content.acm-block .checkers-item .side-content-wrapper .alt-content table {
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .left-right-content.acm-block .checkers-item .side-content-wrapper .alt-content {
    padding-left: 0;
  }
  .left-right-content.acm-block .checkers-item .side-content-wrapper .alt-content:before {
    content: none;
  }
  .left-right-content.acm-block .checkers-item .side-content-wrapper .alt-content .button {
    width: 100%;
    min-width: auto;
  }
}

.weddings-rfp-acm .center-column .rfp-wrapper {
  margin: 0 auto;
  max-width: 1250px;
  border: 1.5px solid #E5D9BE;
}
.weddings-rfp-acm .center-column .page-content {
  padding: 63px 66px 0 66px;
  text-align: center;
  max-width: 770px;
  margin: 0 auto;
}
.weddings-rfp-acm .center-column .page-content h2 {
  font: 400 41px/41px "Oaks Future", sans-serif;
  color: #1B7E85;
}
.weddings-rfp-acm .center-column .page-content p:first-of-type:last-of-type {
  margin-bottom: 0;
}
.weddings-rfp-acm form.form {
  margin: 0;
  background: #19213C;
}
.weddings-rfp-acm form.form input[type=text],
.weddings-rfp-acm form.form input[type=date],
.weddings-rfp-acm form.form textarea,
.weddings-rfp-acm form.form select,
.weddings-rfp-acm form.form .input-overlay {
  color: #ADADAD;
  font-family: "ATCHarris", serif;
  font-size: 16px;
  text-transform: uppercase;
}
.weddings-rfp-acm form.form input[type=text]::-webkit-input-placeholder,
.weddings-rfp-acm form.form input[type=date]::-webkit-input-placeholder,
.weddings-rfp-acm form.form textarea::-webkit-input-placeholder,
.weddings-rfp-acm form.form select::-webkit-input-placeholder,
.weddings-rfp-acm form.form .input-overlay::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.weddings-rfp-acm form.form input[type=text]:-moz-placeholder,
.weddings-rfp-acm form.form input[type=date]:-moz-placeholder,
.weddings-rfp-acm form.form textarea:-moz-placeholder,
.weddings-rfp-acm form.form select:-moz-placeholder,
.weddings-rfp-acm form.form .input-overlay:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.weddings-rfp-acm form.form input[type=text]::-moz-placeholder,
.weddings-rfp-acm form.form input[type=date]::-moz-placeholder,
.weddings-rfp-acm form.form textarea::-moz-placeholder,
.weddings-rfp-acm form.form select::-moz-placeholder,
.weddings-rfp-acm form.form .input-overlay::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.weddings-rfp-acm form.form input[type=text]:-ms-input-placeholder,
.weddings-rfp-acm form.form input[type=date]:-ms-input-placeholder,
.weddings-rfp-acm form.form textarea:-ms-input-placeholder,
.weddings-rfp-acm form.form select:-ms-input-placeholder,
.weddings-rfp-acm form.form .input-overlay:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.weddings-rfp-acm form.form select option[value=""] {
  display: none;
}
.weddings-rfp-acm form.form fieldset:not(.controls) {
  padding: 45px 66px 0 46px;
  background: #ECECEC;
}
.weddings-rfp-acm form.form fieldset:not(.controls):after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  .weddings-rfp-acm form.form fieldset:not(.controls) {
    padding: 30px 30px 0 30px;
  }
}
.weddings-rfp-acm form.form fieldset:not(.controls)#weddings-events_of_consideration {
  padding-top: 25px;
}
.weddings-rfp-acm form.form fieldset:not(.controls) p {
  float: left;
}
.weddings-rfp-acm form.form .terms-privacy, .weddings-rfp-acm form.form fieldset.controls {
  color: #fff;
  margin: 0;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .weddings-rfp-acm form.form .terms-privacy, .weddings-rfp-acm form.form fieldset.controls {
    display: block;
  }
}
.weddings-rfp-acm form.form fieldset.controls {
  width: 380px;
}
@media only screen and (max-width: 1024px) {
  .weddings-rfp-acm form.form fieldset.controls {
    width: 100%;
  }
}
.weddings-rfp-acm form.form fieldset.controls p {
  margin-top: 25px;
}
.weddings-rfp-acm form.form fieldset.controls input[type=submit].button {
  border: none;
}
.weddings-rfp-acm form.form .terms-privacy {
  margin-left: 66px;
  box-sizing: border-box;
  width: calc(100% - 450px);
  line-height: 28px;
  position: relative;
  text-align: left !important;
  vertical-align: bottom;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .weddings-rfp-acm form.form .terms-privacy {
    width: auto;
    margin-bottom: 0;
    margin-top: 25px;
    margin-right: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .weddings-rfp-acm form.form .terms-privacy {
    margin: 20px 30px 0 30px;
    text-align: center !important;
  }
}
.weddings-rfp-acm form.form .terms-privacy .custom-checkbox {
  padding-left: 45px;
}
.weddings-rfp-acm form.form .terms-privacy label {
  text-transform: initial;
  font-size: 16px;
}
.weddings-rfp-acm form.form .terms-privacy em {
  position: absolute;
  left: 34px;
  color: #fff !important;
}
.weddings-rfp-acm form.form h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  font: 500 18px/27px "Oaks Future", sans-serif;
  color: #1B7E85;
}
.weddings-rfp-acm form.form h3 em {
  color: #E7C55E;
  padding-right: 5px;
  vertical-align: middle;
}
.weddings-rfp-acm form.form #weddings-row_events_of_considertion {
  margin-bottom: 0;
}
.weddings-rfp-acm form.form p {
  padding: 0;
}
.weddings-rfp-acm form.form p label {
  display: block;
  text-transform: uppercase;
  font: 400 12px/17px "ATCHarris", serif;
}
.weddings-rfp-acm form.form p label em {
  vertical-align: middle;
}
.weddings-rfp-acm form.form p.col-25 {
  width: calc((100% - 80px) / 4);
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .weddings-rfp-acm form.form p.col-25 {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .weddings-rfp-acm form.form p.col-25 {
    width: 100%;
    margin-left: 0;
  }
}
.weddings-rfp-acm form.form p.col-50 {
  width: calc((100% - 80px) / 2 + 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .weddings-rfp-acm form.form p.col-50 {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .weddings-rfp-acm form.form p.col-50 {
    width: 100%;
    margin-left: 0;
  }
}
.weddings-rfp-acm form.form p.type_datepicker {
  position: relative;
}
.weddings-rfp-acm form.form p.type_datepicker .datepicker-input-wrapper {
  width: 100%;
}
.weddings-rfp-acm form.form p.type_datepicker .datepicker-input-wrapper .input-overlay {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.weddings-rfp-acm form.form p.type_datepicker .datepicker-input-wrapper .date-pick {
  width: 100%;
}
.weddings-rfp-acm form.form p.type_datepicker .ui-datepicker-trigger {
  position: absolute;
  bottom: 15px;
  left: 10px;
  margin: 0;
  width: 24px;
  height: 22px;
  background-position: 0px -1px;
}
@media only screen and (max-width: 767px) {
  .weddings-rfp-acm form.form p.type_datepicker .ui-datepicker-trigger {
    display: block;
  }
}
.weddings-rfp-acm form.form p .group {
  margin: 0;
  float: none;
  display: block;
  height: 50px;
  box-sizing: border-box;
  padding-top: 8px;
}
.weddings-rfp-acm form.form p .group label {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 30px;
  text-transform: capitalize;
  font-size: 16px;
}
.weddings-rfp-acm form.form p .group label:last-of-type {
  margin-right: 0;
}
.weddings-rfp-acm form.form #weddings-arrival_date, .weddings-rfp-acm form.form #weddings-time {
  padding-left: 45px;
}
.weddings-rfp-acm form.form #weddings-row_time .select-wrapper:before {
  content: "";
  background: url("../images/sprite.svg") 0 -27px no-repeat;
  position: absolute;
  bottom: 15px;
  left: 10px;
  margin: 0;
  width: 24px;
  height: 22px;
  z-index: 1;
  pointer-events: none;
}
.weddings-rfp-acm form.form #weddings-row_events_of_considertion:after {
  clear: both;
  content: "";
  display: table;
}
.weddings-rfp-acm form.form #weddings-row_events_of_considertion > label {
  display: none;
}
.weddings-rfp-acm form.form #weddings-row_events_of_considertion label {
  width: calc((100% - 80px) / 4);
  margin: 0 0 20px 20px;
  vertical-align: top;
  min-height: 56px;
}
@media only screen and (max-width: 1024px) {
  .weddings-rfp-acm form.form #weddings-row_events_of_considertion label {
    width: calc((100% - 60px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .weddings-rfp-acm form.form #weddings-row_events_of_considertion label {
    width: 100%;
    margin: 0 0 10px 0;
    min-height: 0;
  }
}
.weddings-rfp-acm form.form #weddings-row_events_of_considertion .group {
  height: auto;
  padding-top: 0;
}
.weddings-rfp-acm form.form .custom-checkbox, .weddings-rfp-acm form.form .custom-radio {
  position: relative;
  display: inline-block !important;
  cursor: pointer;
  padding-left: 35px;
  line-height: 28px;
}
.weddings-rfp-acm form.form .custom-checkbox:before, .weddings-rfp-acm form.form .custom-radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 0.125em;
  transition: transform 350ms ease-in-out/2;
}
@media only screen and (min-width: 1025px) {
  .weddings-rfp-acm form.form .custom-checkbox:hover:before, .weddings-rfp-acm form.form .custom-radio:hover:before {
    transform: scale(1.1);
    background: #c17a0d;
  }
  .weddings-rfp-acm form.form .custom-checkbox:active:before, .weddings-rfp-acm form.form .custom-radio:active:before {
    transform: scale(1);
  }
}
.weddings-rfp-acm form.form .custom-checkbox:after, .weddings-rfp-acm form.form .custom-radio:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 10px;
  height: 6px;
  border-bottom: 0.125em solid #fff;
  border-left: 0.125em solid #fff;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
.weddings-rfp-acm form.form .custom-checkbox.checked:before, .weddings-rfp-acm form.form .custom-radio.checked:before {
  background: #19213C;
}
.weddings-rfp-acm form.form .custom-checkbox.checked:after, .weddings-rfp-acm form.form .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
.weddings-rfp-acm form.form .custom-checkbox input, .weddings-rfp-acm form.form .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.weddings-rfp-acm form.form .custom-radio:before {
  border-radius: 50%;
}

.homepage-additional-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
.homepage-additional-content .subpage {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #fff;
  background-position: 25% 50%;
  background-repeat: no-repeat;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage {
    min-height: 500px;
  }
}
.homepage-additional-content .subpage > .button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage > .button {
    display: block;
  }
}
.homepage-additional-content .subpage .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.75;
}
.homepage-additional-content .subpage .headings {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings {
    max-width: none;
    right: 40px;
  }
}
.homepage-additional-content .subpage .headings h2 {
  font: 36px/47px "ATCHarris", serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.homepage-additional-content .subpage .headings h3 {
  font-size: 24px;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage-additional-content .subpage .content-wrapper {
  float: right;
  width: 280px;
  padding: 75px 30px 70px;
  min-height: 470px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 0;
    padding: 20px 20px 20px;
  }
}
.homepage-additional-content .subpage .content-wrapper .copy {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  min-height: 240px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper .copy {
    font-size: 12px;
    margin-bottom: 20px;
    min-height: 0;
  }
}
.homepage-additional-content .subpage.even {
  background-position: 75% 50%;
}
.homepage-additional-content .subpage.even > .button {
  right: 40px;
  left: auto;
}
.homepage-additional-content .subpage.even .headings {
  left: auto;
  right: 40px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage.even .headings {
    left: 40px;
  }
}
.homepage-additional-content .subpage.even .content-wrapper {
  float: left;
}

.admin .preview-item {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.admin .preview-item .promo {
  width: 350px;
}
.admin .preview-item .promo .promo-thumbnail img {
  display: block;
  width: 100%;
}

.promos-position-a {
  position: relative;
  z-index: 30;
}
.promos-position-a .slideshow {
  overflow: hidden;
}
.promos-position-a .promo {
  position: relative;
  width: 33.33%;
  overflow: hidden;
  white-space: normal;
  background: #266060;
  color: #F1E6CD;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 70%;
  }
}
.promos-position-a .promo .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
.promos-position-a .promo .promo-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1.1);
  transition: transform 600ms;
}
.promos-position-a .promo .promo-thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
.promos-position-a .promo .promo-thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #E7C55E;
  border-bottom-color: #E7C55E;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.promos-position-a .promo .promo-thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
.promos-position-a .promo:hover .promo-thumbnail {
  transform: scale(1);
}
.promos-position-a .promo .content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
}
.promos-position-a .promo .content ol, .promos-position-a .promo .content ul {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  text-align: left;
}
.promos-position-a .promo .content ol ol, .promos-position-a .promo .content ol ul, .promos-position-a .promo .content ul ul, .promos-position-a .promo .content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.promos-position-a .promo .content ul > li {
  margin-bottom: 4px;
}
.promos-position-a .promo .content ul > li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin-right: 15px;
  background: #1D1933;
}
.promos-position-a .promo h3 {
  font-family: "Oaks Future", sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.promos-position-a .promo h3 a {
  color: inherit;
  text-decoration: none;
}
.promos-position-a .promo p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}
.promos-position-a .promo .price {
  font: 15px/32px "Oaks Future", sans-serif;
  margin-bottom: 20px;
}
.promos-position-a .promo .price strong {
  font-weight: bold;
  font-size: 20px;
}
.promos-position-a .promo .promo-button {
  display: block;
  font-size: 18px;
  margin-top: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #E7C55E;
  text-transform: uppercase;
}
.promos-position-a .promo .promo-button:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .promos-position-a .promo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 83%;
  }
}
.promos-position-a .slideshow-pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .slideshow-pagination {
    display: none;
  }
}
.promos-position-a .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #327d7d;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.promos-position-a .slideshow-pagination > *:hover, .promos-position-a .slideshow-pagination > *.active {
  background: #54baba;
}

#events,
#events-static {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#events h2,
#events-static h2 {
  font: 40px/1 "Oaks Future", sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
  text-transform: none;
  text-align: center;
}
#events h2 a,
#events-static h2 a {
  text-decoration: none;
}
#events .slideshow,
#events-static .slideshow {
  margin: 0 auto;
  overflow: hidden;
}
#events .slideshow .event,
#events-static .slideshow .event {
  margin: 0;
}
#events .slideshow-wrapper,
#events-static .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .events-wrapper,
#events-static .events-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#events .events-wrapper + .button,
#events-static .events-wrapper + .button {
  margin-top: 30px;
}
#events .event,
#events-static .event {
  position: relative;
  display: inline-block;
  width: calc((100% / 3) - 10px);
  margin: 0 5px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
}
@media only screen and (max-width: 1024px) {
  #events .event,
#events-static .event {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  #events .event,
#events-static .event {
    width: 100vw;
    margin: 0;
  }
}
#events .event .thumbnail,
#events-static .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  margin: 0;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail,
#events-static .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail,
#events-static .event .thumbnail.no-thumbnail {
  background: #E5D9BE;
}
#events .event .thumbnail .loading:before,
#events-static .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #E7C55E;
  border-bottom-color: #E7C55E;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .date,
#events-static .event .date {
  display: block;
  position: relative;
  margin: 20px 0;
  color: #E7C55E;
  font: 18px/1 "Oaks Future", sans-serif;
  text-transform: uppercase;
}
#events .event .date a,
#events-static .event .date a {
  color: inherit;
  text-decoration: none;
}
#events .event .date a:hover,
#events-static .event .date a:hover {
  text-decoration: none;
}
#events .event h3,
#events-static .event h3 {
  font: 400 24px/1 "Oaks Future", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-align: center;
}
#events .event p,
#events-static .event p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #events .event p,
#events-static .event p {
    font-size: 14px;
  }
}
#events .event .read-more-link,
#events-static .event .read-more-link {
  display: block;
  margin-top: 10px;
}
#events .event .copy,
#events-static .event .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #events .event .copy,
#events-static .event .copy {
    padding: 0 10px;
  }
}
#events .slideshow-pagination,
#events-static .slideshow-pagination {
  margin: 30px 0 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-pagination,
#events-static .slideshow-pagination {
    display: none;
  }
}
#events .slideshow-pagination > *,
#events-static .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #1D1933;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active,
#events-static .slideshow-pagination > *:hover,
#events-static .slideshow-pagination > *.active {
  background: #E7C55E;
}

.rooms-module {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .rooms-module {
    display: block;
  }
}
.rooms-module #content-submenu {
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .rooms-module #content-submenu {
    top: 100px;
    padding: 30px 0 15px;
    background: #E5D9BE;
    border-bottom: thin solid #E5D9BE;
    z-index: 21;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-module #content-submenu {
    top: 60px;
  }
}
.rooms-module #content-submenu .category-name a {
  text-transform: uppercase;
}
.rooms-module #content-submenu .category-name a::after {
  transform: none;
}
.rooms-module h1,
.rooms-module h2 {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .rooms-module h1,
.rooms-module h2 {
    text-align: center;
  }
}
.rooms-module .page-copy {
  padding: 0 2rem;
  margin: 0 0 4rem;
}
@media only screen and (max-width: 1024px) {
  .rooms-module .page-copy {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-module .page-copy {
    padding: 0 2rem;
  }
}
.rooms-module .categories-list {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.8px;
}
.rooms-module .categories-list h3,
.rooms-module .categories-list h4 {
  font: 1.8rem/1 "Oaks Future", sans-serif;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin: 0 0 2rem;
}
.rooms-module .categories-list .category-info {
  display: block;
  padding: 0 2rem;
}
@media only screen and (max-width: 1024px) {
  .rooms-module .categories-list .category-info {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-module .categories-list .category-info {
    padding: 0 2rem;
  }
}
.rooms-module .categories-list .rooms-category {
  margin-bottom: 5rem;
}
.rooms-module .categories-list .rooms-category:last-child {
  margin-bottom: 0;
}

.room-gallery-slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.room-gallery-slideshow .slideshow-wrapper {
  height: 100%;
  display: flex;
}
.room-gallery-slideshow .slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 10;
}
.room-gallery-slideshow .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 37px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 20;
  background: none;
}
.room-gallery-slideshow .slideshow-button.swiper-button-disabled {
  opacity: 0.2;
}
.room-gallery-slideshow .slideshow-button.swiper-button-lock {
  display: none;
}
.room-gallery-slideshow .slideshow-button svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  transition: stroke 350ms ease-in-out;
  pointer-events: none;
}
.room-gallery-slideshow .slideshow-button:hover svg {
  stroke: #fff;
}
.room-gallery-slideshow .slideshow-button:active svg {
  stroke: #e6e6e6;
  transition-duration: 50ms;
}
.room-gallery-slideshow .slideshow-button.previous {
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .room-gallery-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.room-gallery-slideshow .slideshow-button.next {
  right: 30px;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .room-gallery-slideshow .slideshow-button.next {
    right: 20px;
  }
}
.room-gallery-slideshow .slideshow-button.big {
  width: 39px;
  height: 65px;
}
@media only screen and (max-width: 1024px) {
  .room-gallery-slideshow .slideshow-button.big {
    top: auto;
    transform: none;
    bottom: 20px;
    width: 7px;
    height: 14px;
  }
  .room-gallery-slideshow .slideshow-button.big.next {
    transform: rotate(180deg);
  }
}
.room-gallery-slideshow .slideshow-button.big svg {
  stroke-width: 0.875;
}
@media only screen and (max-width: 1024px) {
  .room-gallery-slideshow .slideshow-button.big svg {
    stroke-width: 5.2;
  }
}

.rooms-module,
.rooms-module-category {
  width: 100%;
}
.rooms-module .rooms-list,
.rooms-module-category .rooms-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.rooms-module .rooms-list .rooms-entry,
.rooms-module-category .rooms-list .rooms-entry {
  width: calc(50% - 5px);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-list .rooms-entry,
.rooms-module-category .rooms-list .rooms-entry {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.rooms-module .rooms-list .rooms-entry .image,
.rooms-module-category .rooms-list .rooms-entry .image {
  display: block;
  position: relative;
  height: 50rem;
  margin: 0 0 1.5rem;
  background-color: #E5D9BE;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .rooms-module .rooms-list .rooms-entry .image,
.rooms-module-category .rooms-list .rooms-entry .image {
    height: 36rem;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-module .rooms-list .rooms-entry .image,
.rooms-module-category .rooms-list .rooms-entry .image {
    height: 30rem;
  }
}
.rooms-module .rooms-list .rooms-entry .description,
.rooms-module-category .rooms-list .rooms-entry .description {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .rooms-module .rooms-list .rooms-entry .description,
.rooms-module-category .rooms-list .rooms-entry .description {
    padding: 0 1rem;
  }
}
.rooms-module .rooms-list .rooms-entry .description h3,
.rooms-module-category .rooms-list .rooms-entry .description h3 {
  width: auto;
  font: 3rem/3rem "Oaks Future", sans-serif;
  letter-spacing: -0.5px;
  text-transform: none;
  margin: 0;
  text-align: left;
}
.rooms-module .rooms-list .rooms-entry .description .read-more,
.rooms-module-category .rooms-list .rooms-entry .description .read-more {
  flex-shrink: 0;
  width: auto;
  font: 1.6rem/3rem "Oaks Future", sans-serif;
  text-decoration: none;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 1024px) {
  .rooms-module .rooms-list .rooms-entry .description .read-more,
.rooms-module-category .rooms-list .rooms-entry .description .read-more {
    padding-right: 0;
  }
}

.rooms .categories-list {
  margin-bottom: 30px;
  padding: 0 20px;
  overflow: hidden;
}
.rooms .categories-list button {
  position: relative;
  text-align: left;
  float: left;
  padding: 0 0 0 16px;
  margin: 0 40px 20px 0;
  font-size: 16px;
  line-height: 20px;
  color: #327d7d;
  border: 0;
  outline: none;
  background: none;
}
@media (max-width: 550px) {
  .rooms .categories-list button {
    width: 50%;
    margin-right: 0;
    padding: 0 10px 0 16px;
    font-size: 15px;
  }
}
.rooms .categories-list button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  background: #327d7d;
}
.rooms .categories-list button:after {
  content: "";
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 4px;
  background: #fff;
}
.rooms .categories-list button.active {
  color: #54baba;
  border: 0;
}
.rooms .categories-list button.active:before {
  background: #54baba;
}
.rooms .categories-list button.active:after {
  display: block;
}
.rooms .categories-descr {
  padding: 0 20px;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}

.content-headings h1,
.content-headings h2 {
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .room {
    text-align: left;
  }
}
.room .inner-room-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .room .inner-room-wrapper {
    justify-content: unset;
    flex-flow: column;
    text-align: left;
  }
}
.room .room-content-block {
  width: 100%;
}
.room .room-content-block .links .button {
  border-width: 1px;
}
.room .room-content-block .links .button:before {
  background-image: url("../images/button-pattern.png");
  width: 100%;
  opacity: 1;
}
.room .room-content-block .links .button:hover {
  color: #fff;
  background: #1B7E85;
}
@media only screen and (max-width: 1024px) {
  .room .room-content-block p {
    font-size: 14px;
  }
  .room .room-content-block .links .button {
    padding: 15px 25px;
    font-size: 16px;
    min-width: 0;
  }
}
.room .room-acm-block {
  width: 100%;
  padding-left: 20%;
}
@media only screen and (max-width: 1024px) {
  .room .room-acm-block {
    padding-left: 0;
    margin-top: 20px;
  }
}
.room .room-acm-block h4 {
  color: #000;
  font: 500 1.6rem/1 "Oaks Future", sans-serif;
  letter-spacing: 1.49px;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .room .room-acm-block h4 {
    margin-bottom: 20px;
  }
}
.room .room-acm-block ul {
  margin-left: 0;
}
.room .room-acm-block ul > li {
  margin-bottom: 20px;
}
.room .room-acm-block ul > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-right: 15px;
  background: #1D1933;
}
@media only screen and (max-width: 767px) {
  .room .room-acm-block ul > li {
    font-size: 14px;
  }
}
.room .amenities {
  clear: both;
  margin: 30px 0;
}
.room .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 49%;
  font-family: "ATCHarris", serif !important;
}
.room .amenities .rooms-icon:before {
  font-family: "HeBS-Icons";
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.room .room-gallery-block {
  margin: 80px 0 100px;
  position: relative;
  vertical-align: top;
  display: block;
  overflow: hidden;
  height: 678px;
}
.room .room-gallery-block .rooms-item-gallery {
  width: 50%;
  padding: 7px;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  font-size: 0;
  cursor: pointer;
}
.room .room-gallery-block .rooms-item-gallery .thumb {
  display: block;
  position: relative;
  margin: 0;
  height: 339px;
}
.room .room-gallery-block .rooms-item-gallery:nth-child(3) {
  display: inline-block;
  position: absolute;
  top: 0;
}
.room .room-gallery-block .rooms-item-gallery:nth-child(3) .thumb {
  height: 678px;
}
@media only screen and (max-width: 767px) {
  .room .room-gallery-block {
    margin: 30px 0 40px;
    height: auto;
  }
  .room .room-gallery-block .rooms-item-gallery {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .room .room-gallery-block .rooms-item-gallery:last-child {
    margin-bottom: 0;
  }
  .room .room-gallery-block .rooms-item-gallery .thumb {
    height: 300px;
  }
  .room .room-gallery-block .rooms-item-gallery:nth-child(3) {
    position: relative;
    display: block;
  }
  .room .room-gallery-block .rooms-item-gallery:nth-child(3) .thumb {
    height: 300px;
  }
}
.room .links {
  margin: 20px 0;
}

#home-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
}
#home-gallery h2 {
  display: none;
  font: 200 36px/1.2 "Oaks Future", sans-serif;
  margin: 40px 0;
  color: #1B7E85;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home-gallery h2 {
    display: block;
  }
}
#home-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery .photo {
  display: block;
  float: left;
  margin: 10px 0 0 10px;
  width: calc((100% - 60px) / 5);
  height: 0;
  padding-top: calc((100% - 60px) / 5);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
#home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #home-gallery .photo {
    width: calc((100% - 50px) / 4);
    padding-top: calc((100% - 50px) / 4);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 50px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .photo {
    width: calc((100% - 30px) / 2);
    padding-top: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(n+8) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery span.photo {
    display: none;
  }
}
#home-gallery span.photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#home-gallery span.photo .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 25px/25px "Oaks Future", sans-serif;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
#home-gallery span.photo .text a {
  margin-top: 6px;
  padding: 0 20px;
}
#home-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}

#feeds {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}
#feeds h2 {
  font: 200 36px/1.2 "Oaks Future", sans-serif;
  margin-bottom: 30px;
  color: #F1E6CD;
  text-transform: uppercase;
  text-align: center;
}
#feeds.loading {
  min-height: 300px;
}
#feeds.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #E7C55E;
  border-bottom-color: #E7C55E;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  font-size: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  #feeds .feed-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
#feeds .feed-item {
  position: relative;
  font: italic 14px/18px "ATCHarris", serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #1D1933;
  color: #fff;
  transition: opacity 350ms ease-in-out;
}
#feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
#feeds .feed-item:hover {
  opacity: 0.85;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1D1933;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  font: 14px/18px "ATCHarris", serif;
  text-align: left;
  color: #fff;
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "ATCHarris", serif;
  font-weight: 200;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#footer {
  position: relative;
  font: 13px "Oaks Future", sans-serif;
  color: #fff;
  text-align: center;
  z-index: 1;
  background-color: #F1E6CD;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 50px;
  }
}
#footer a {
  color: #1B7E85;
  text-decoration: none;
}
#footer a:hover {
  color: #9E8048;
}
#footer .logo-wrapper {
  position: relative;
  display: inline-block;
}
#footer .logo-wrapper .logo {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #footer .logo-wrapper .logo {
    width: 60%;
  }
}
#footer .row:after {
  clear: both;
  content: "";
  display: table;
}
#footer .row.footer-top {
  text-align: center;
}
#footer .row.footer-top .content-wrapper.footer-content.acm-block {
  vertical-align: bottom;
  padding: 40px 5% 70px 5%;
  box-sizing: border-box;
  background-color: #1B7E85;
  background-image: url("../images/main_texture.png");
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.footer-content.acm-block {
    display: none;
  }
}
#footer .row.footer-top .content-wrapper.footer-content.acm-block .copy {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .row.footer-top .content-wrapper.footer-content.acm-block .copy {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.footer-content.acm-block .copy {
    width: 100%;
  }
}
#footer .row.footer-top .content-wrapper.footer-content.acm-block h2 {
  margin-bottom: 30px;
  font: normal 80px/1 "Oaks Future", sans-serif;
  line-height: 70px;
  letter-spacing: 0;
  text-transform: uppercase;
  flex: 0 0 265px;
  color: #F1E6CD;
}
#footer .row.footer-top .content-wrapper.footer-content.acm-block .description {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  flex: 1 1 100%;
  padding-top: 10px;
  padding-left: 60px;
  margin-top: auto;
  font-family: "ATCHarris", serif;
  color: #F1E6CD;
}
#footer .row.footer-top .content-wrapper.footer-content.acm-block .images {
  font-size: 0;
}
#footer .row.footer-top .content-wrapper.footer-content.acm-block .images .image {
  display: inline-block;
  width: calc((100% / 3) - 20px);
  height: 265px;
  margin-right: 20px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#footer .row.footer-top .content-wrapper.footer-content.acm-block .images .image:last-child {
  margin-right: 0;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block {
  padding: 65px 0 80px;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block {
    padding: 30px 0;
  }
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter {
  position: relative;
  max-width: 1210px;
  margin: 0 auto;
  font-size: 0;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter h2 {
  font-size: 30px;
  line-height: 30px;
  font-family: "Oaks Future", sans-serif;
  color: #9E8048;
  margin-bottom: 6px;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter h2.wide {
  margin-bottom: 60px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter h2.wide {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter h2.wide {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter h2 {
    font-size: 25px;
  }
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter form {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter form {
    width: 100%;
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter form {
    width: 100%;
    min-width: auto;
  }
}
.no-newsletter #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter form {
  display: none;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter [id*=form_form_] .form-builder-group:not(:first-child) {
  margin-top: 0;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter [id*=form_form_] .form-builder-group .form-builder-field {
  width: 100%;
  margin-top: 0;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 600px;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs {
    min-width: 100%;
  }
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs svg {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 30px;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs form {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs form {
    flex-direction: column;
  }
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs form fieldset {
  flex: 1 1 100%;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs input[type=text] {
  letter-spacing: 0;
  text-transform: uppercase;
  width: 100%;
  color: #1D1933;
  font-family: "ATCHarris", serif;
  font-size: 16px;
  line-height: 18px;
  padding: 30px 30px 30px 80px;
  border: thin solid #363e51;
  border-right: none;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs input[type=text] {
    border: thin solid #363e51;
    font-size: 12px;
    margin-bottom: 20px;
  }
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs input[type=text]::-webkit-input-placeholder {
  color: #1B7E85;
  opacity: 1;
  -webkit-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs input[type=text]:-moz-placeholder {
  color: #1B7E85;
  opacity: 1;
  -moz-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs input[type=text]::-moz-placeholder {
  color: #1B7E85;
  opacity: 1;
  -moz-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs input[type=text]:-ms-input-placeholder {
  color: #1B7E85;
  opacity: 1;
  -ms-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs input[type=text]:focus::-webkit-input-placeholder {
  opacity: 0;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs input[type=text]:focus:-moz-placeholder {
  opacity: 0;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs input[type=text]:focus::-moz-placeholder {
  opacity: 0;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs input[type=text]:focus:-ms-input-placeholder {
  opacity: 0;
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs input[type=submit] {
  flex: 1 1 20%;
  display: block;
  border: thin solid #373e5a;
  background: #1B7E85;
  padding: 30px 15px;
  font: 17px "Oaks Future", sans-serif;
  line-height: 18px;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs input[type=submit] {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
#footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .success-message {
  width: 100%;
  padding: 30px 30px 30px 80px;
  font-family: "ATCHarris", serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  letter-spacing: 0;
  color: #1B7E85;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-top .content-wrapper.newsletter.acm-block #newsletter .inputs .success-message {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
#footer .row.footer-main {
  padding: 15px 0 81px;
  position: relative;
}
#footer .row.footer-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/footer_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.05;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .row.footer-main {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-main {
    padding: 50px 0 20px;
  }
}
#footer .row.footer-main #footer-contacts {
  background-color: #F1E6CD;
  border: 1px solid #E5D9BE;
  width: 580px;
  margin: 80px auto 60px;
  height: 86px;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .row.footer-main #footer-contacts {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-main #footer-contacts {
    margin-top: 40px;
    margin-bottom: 20px;
    flex-direction: column;
    height: auto;
    width: calc(100% - 40px);
  }
}
#footer .row.footer-main #footer-contacts p {
  position: relative;
  width: 60%;
  padding: 0 45px;
  font: 16px/26px "ATCHarris", serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-main #footer-contacts p {
    width: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 30px 10px;
  }
}
#footer .row.footer-main #footer-contacts p.address span svg {
  width: 14px;
  height: 18px;
}
#footer .row.footer-main #footer-contacts p span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-main #footer-contacts p span {
    padding-left: 25px;
    top: auto;
    transform: translateY(0);
  }
}
#footer .row.footer-main #footer-contacts p span svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  fill: #9E8048;
}
#footer .row.footer-main #footer-contacts p a {
  text-decoration: none;
  color: #1B7E85;
}
#footer .row.footer-main #footer-contacts p a:hover {
  color: #9E8048;
}
#footer .row.footer-main #footer-contacts p + p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #E5D9BE;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-main #footer-contacts p + p:before {
    width: 100%;
    height: 1px;
  }
}
#footer .row.footer-bottom {
  margin-top: -81px;
  padding: 15px 30px 66px 30px;
}
@media only screen and (max-width: 767px) {
  #footer .row.footer-bottom {
    margin-top: 0;
    padding: 20px 25px 80px 25px;
  }
}

#footer-menu {
  max-width: 650px;
  margin: 0 auto 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer-menu {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 767px) {
  #footer-menu {
    margin: 0 auto;
    width: 90%;
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer-menu ul {
    display: block;
  }
}
#footer-menu ul li {
  display: inline-block;
  padding-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer-menu ul li {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer-menu ul li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
#footer-menu ul li a {
  position: relative;
  display: inline-block;
  font: 16px/19px "ATCHarris", serif;
  color: #1B7E85;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 15px;
}
#footer-menu ul li a:before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background: #c17a0d;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 350ms ease-in-out;
}
#footer-menu ul li a:hover:before, #footer-menu ul li a.active:before {
  visibility: visible;
  opacity: 1;
  left: -15px;
}

#footer-logos {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 650px;
  -moz-column-gap: 25px;
       column-gap: 25px;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
@media only screen and (max-width: 1024px) {
  #footer-logos {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer-logos {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
  }
}
#footer-logos li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #footer-logos li {
    padding: 25px 0;
  }
}
#footer-logos li a {
  text-decoration: none;
  opacity: 1;
  transition: 350ms ease-in-out;
}
#footer-logos li a:hover {
  opacity: 0.5;
}
#footer-logos li img {
  max-width: 170px;
}
@media only screen and (max-width: 767px) {
  #footer-logos li img {
    width: 70%;
    height: auto;
  }
}

#footer .social-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.no-newsletter #footer .social-section {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .social-section {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .social-section {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
#footer .social-section .socials {
  float: left;
  font-size: 0;
  margin-left: 30px;
  margin-right: 30px;
}
#footer .social-section .socials li {
  display: inline-block;
  margin: 3px 5px 3px 0;
}
#footer .social-section .socials a {
  position: relative;
  display: block;
  width: 35px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
}
#footer .social-section .socials a:hover svg {
  fill: #E7C55E;
}
#footer .social-section .socials a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 25px;
  fill: #9E8048;
  transition: fill 350ms ease-in-out;
}

#footer .credits {
  text-align: center;
  position: relative;
  height: 24px;
  width: 100px;
}
#footer .credits span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  width: 120px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #9E8048;
  white-space: nowrap;
  transition: 350ms ease-in-out;
  transform: translateX(-50%);
}
#footer .credits span a:hover {
  color: #1B7E85;
}
#footer .credits:hover .intro {
  opacity: 0;
  visibility: hidden;
}
#footer .credits:hover .main {
  opacity: 1;
  visibility: visible;
}
#footer .credits .intro {
  opacity: 1;
  visibility: visible;
}
#footer .credits .main {
  opacity: 0;
  visibility: hidden;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 44px;
  height: 44px;
  background-color: #fff;
  background-image: none;
  border-radius: 50%;
  margin: 0;
  opacity: 1;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  transition: background-color 350ms ease-in-out;
}
#hebs-gallery .close-button:before, #hebs-gallery .close-button:after {
  content: "";
  display: block;
  background-color: #000;
  width: 22px;
  height: 1px;
  margin-top: -1px;
  margin-left: -11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: background-color 350ms ease-in-out;
}
#hebs-gallery .close-button:before {
  transform: rotate(45deg);
}
#hebs-gallery .close-button:after {
  transform: rotate(-45deg);
}
#hebs-gallery .close-button:hover {
  background: #1B7E85;
}
#hebs-gallery .close-button:hover:before, #hebs-gallery .close-button:hover:after {
  background-color: #fff;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 28px 0 0 25px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #E5D9BE;
  font-size: 14px;
  color: #1D1933;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 70px;
  bottom: 240px;
  left: 0;
  right: 0;
  padding: 20px 0;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left,
#hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 44px;
  height: 32px;
  margin-top: -16px;
  margin-left: 6px;
  margin-right: 6px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 3;
}
#hebs-gallery .galleria-image-nav-left:before,
#hebs-gallery .galleria-image-nav-right:before {
  content: "";
  display: block;
  margin-top: -7px;
  margin-left: -4px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
#hebs-gallery .galleria-image-nav-left {
  left: 15px;
}
#hebs-gallery .galleria-image-nav-left:before {
  border-right: 7px solid #fff;
}
#hebs-gallery .galleria-image-nav-right {
  right: 15px;
}
#hebs-gallery .galleria-image-nav-right:before {
  border-left: 7px solid #fff;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #E7C55E;
  border-bottom-color: #E7C55E;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 130px;
  bottom: 10px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 0 auto;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  width: 205px !important;
  height: 130px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 2px solid #fff;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  bottom: 180px;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 26px/40px "Oaks Future", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #hebs-gallery .galleria-info .galleria-info-description {
    font-size: 16px;
  }
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .specials-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.specials .specials-item {
  width: calc(100% / 3);
  padding: 30px 15px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .specials .specials-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .specials .specials-item {
    width: 100%;
  }
}
.specials .specials-item .thumbnail {
  position: relative;
  float: none;
  width: 100%;
  height: 50vh;
  margin: 0;
  background-color: #E5D9BE;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.specials .specials-item .thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -10000px;
}
.specials .specials-item h3 {
  display: block;
  font: 22px "Oaks Future", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-align: center;
  padding: 20px 0 25px;
}
.specials .page-content .button:hover {
  color: #fff;
  background-color: #1B7E85;
}
.specials .page-content .button:before {
  background-image: url("../images/button-pattern.png");
  width: 100%;
  opacity: 1;
  transition: none;
}

.single-special {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  .single-special {
    flex-direction: column;
  }
}
.single-special .special-content {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .single-special .special-content {
    font-size: 12px;
  }
}
.single-special .special-content h1, .single-special .special-content h2 {
  text-align: left;
}
.single-special .special-content h1 {
  font-size: 6rem;
  letter-spacing: -0.4px;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .single-special .special-content h1 {
    font-size: 4.9rem;
    letter-spacing: -2px;
    line-height: 0.9;
    margin-bottom: 2rem;
  }
}
.single-special .special-content .text {
  margin-bottom: 3rem;
}
.single-special .special-content nav .button {
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
}
.single-special .special-content nav .button:hover {
  color: #fff;
  background-color: #1B7E85;
}
.single-special .special-content nav .button:before {
  background-image: url("../images/button-pattern.png");
  width: 100%;
  opacity: 1;
  transition: none;
}
.single-special .thumb {
  flex-shrink: 0;
  width: 33%;
  margin-left: 20%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .single-special .thumb {
    width: 100%;
    margin: 0;
  }
}
.single-special .thumb img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 4rem;
}

.page-content .careers .narrow {
  width: 20%;
}

.google-map {
  position: relative;
}
.google-map:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #E7C55E;
  border-bottom-color: #E7C55E;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

.hotel-location-map,
.poi-map-canvas {
  height: 500px;
  background: #E5D9BE;
}
@media only screen and (max-width: 767px) {
  .hotel-location-map,
.poi-map-canvas {
    height: 70vh;
  }
}
@media screen and (max-height: 800px) {
  .hotel-location-map,
.poi-map-canvas {
    height: 70vh;
  }
}
.hotel-location-map h4,
.poi-map-canvas h4 {
  margin: 0;
  font: 18px/1.5 "Oaks Future", sans-serif;
  text-transform: uppercase;
  color: #1D1933;
}
.hotel-location-map p,
.poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button,
.poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content,
.poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  color: #1D1933;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 300px;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
}
.map-content h3 {
  font: 18px/1.5 "Oaks Future", sans-serif;
  text-transform: uppercase;
  color: #1D1933;
}
.map-content a {
  color: #1D1933;
}
.map-content a:hover {
  color: #1D1933;
}
.map-content .button {
  margin-top: 20px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: none;
  color: #333;
  box-shadow: none;
}

.marker-cluster-small {
  background-color: #1B7E85;
}
.marker-cluster-small div {
  background-color: #1B7E85;
}

.marker-cluster-medium {
  background-color: #1B7E85;
}
.marker-cluster-medium div {
  background-color: #1B7E85;
}

.press-acm {
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  .press-acm {
    margin: 30px 0;
  }
}

.pressroom {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 20px;
}
.pressroom .pressroom-item {
  position: relative;
  display: block;
  width: calc((100% - 60px) / 3);
  margin-bottom: 90px;
  padding-bottom: 65px;
  text-align: center;
}
.pressroom .pressroom-item.hide {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pressroom .pressroom-item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 65px;
  }
}
.pressroom .pressroom-item .thumbnail {
  display: block;
  width: 100%;
  height: 270px;
}
.pressroom .pressroom-item h3 {
  font-size: 17px;
  line-height: 22px;
  font-family: "Oaks Future", sans-serif;
  text-transform: uppercase;
  margin: 30px 20px 15px;
  font-weight: 500;
}
.pressroom .pressroom-item .content {
  font-size: 12px;
  line-height: 17px;
  position: relative;
  margin-bottom: 15px;
}
.pressroom .pressroom-item .content p {
  margin: 0 30px 10px;
}
.pressroom .pressroom-item .pdf {
  font-size: 14px;
  margin: 10px 0 10px 0;
  display: block;
  position: relative;
  line-height: 16px;
}
.pressroom .pressroom-item .view-gallery {
  font-size: 14px;
  display: block;
  margin-top: 12px;
}
.pressroom .pressroom-item nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pressroom .more-press {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  border-top: 1px solid #000000;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .pressroom .more-press {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.pressroom .more-press h4, .pressroom .more-press button {
  font-size: 18px;
  line-height: 24px;
  font-family: "Oaks Future", sans-serif;
  text-transform: uppercase;
  margin-bottom: 27px;
  font-weight: 500;
}
.pressroom.all-loaded .more-press {
  display: none;
}
.pressroom.all-loaded .hide {
  display: block;
}

.gallery-module {
  margin: 0 6vw;
}
@media only screen and (max-width: 767px) {
  .gallery-module {
    margin: 0 10px 0 0;
  }
}
.gallery-module .category-selector {
  display: block;
  margin-bottom: 10rem;
  text-align: center;
}
.gallery-module .category-selector .buttons-wrapper {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .gallery-module .category-selector .buttons-wrapper {
    display: block;
  }
}
.gallery-module .category-selector .button {
  display: block !important;
  width: 370px;
  margin: 0;
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .gallery-module .category-selector .button {
    width: 100%;
  }
}
.gallery-module .category-selector .button:hover {
  color: #fff;
  background-color: #1B7E85;
}
.gallery-module .category-selector .button:before {
  background-image: url("../images/button-pattern.png");
  width: 100%;
  opacity: 1;
  transition: none;
}
.gallery-module .category-selector .button.show-categories {
  border-bottom: 2px solid #1D1933;
  padding-left: 10px;
  padding-right: 70px;
}
.gallery-module .category-selector .button.show-categories:hover:after {
  border-top: 8px solid #fff;
}
.gallery-module .category-selector .button.show-categories.active {
  color: #fff;
  background-color: #1B7E85;
}
.gallery-module .category-selector .button.show-categories.active:after {
  border-top: 8px solid #fff;
  transform: rotate(180deg);
}
.gallery-module .category-selector .button.show-categories:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 8px solid #1D1933;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 50%;
  right: 26px;
  margin-top: -4px;
  margin-left: -8px;
  transform: rotate(0);
  transition: transform 0.4s ease 0s, border-color 0.4s ease 0s;
}
.gallery-module .category-selector .category-list {
  position: absolute;
  background-color: #fff;
  width: 100%;
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: 0;
  z-index: 10;
  transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s, margin-top 0.4s ease 0s;
}
.gallery-module .category-selector .category-list.visible {
  opacity: 1;
  visibility: visible;
  margin-top: -2px;
}
.gallery-module .category-selector .category-list button {
  display: block;
  width: 100%;
  border: 0;
}
.gallery-module .category-selector .select-wrapper {
  display: none;
}
.gallery-module .galleies-wrapper {
  margin-top: -10px;
  margin-left: -10px;
}
.gallery-module .gallery-tile {
  width: calc(50% - 10px);
  line-height: 0;
  font-size: 0;
  margin: 10px 0 0 10px;
  flex-grow: 1;
}
.gallery-module .gallery-tile button {
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  position: relative;
  overflow: hidden;
}
.gallery-module .gallery-tile button .thumb {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: transform 350ms ease-in-out, opacity 350ms ease-in-out;
}
.gallery-module .gallery-tile button .thumb:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -75px;
  width: 100%;
  height: 75px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: 1;
  transition: bottom 350ms ease-in-out;
}
.gallery-module .gallery-tile button .square {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: 350ms ease-in-out;
}
.gallery-module .gallery-tile button .square span {
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
}
.gallery-module .gallery-tile button .square span.top {
  border-top: 2px solid #fff;
}
.gallery-module .gallery-tile button .square span.bottom {
  border-bottom: 2px solid #fff;
  top: auto;
  bottom: 0;
}
.gallery-module .gallery-tile button .square span.left {
  border-left: 2px solid #fff;
}
.gallery-module .gallery-tile button .square span.right {
  border-right: 2px solid #fff;
  left: auto;
  right: 0;
}
.gallery-module .gallery-tile .img-caption {
  position: absolute;
  left: 0;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
  padding: 20px;
  text-transform: uppercase;
  font-family: "Oaks Future", sans-serif;
  font-size: 1.25vw;
  line-height: 1.5;
}
@media (max-width: 880px) {
  .gallery-module .gallery-tile .img-caption {
    font-size: 11px;
  }
}
@media (min-width: 1120px) {
  .gallery-module .gallery-tile .img-caption {
    font-size: 14px;
  }
}
.gallery-module .gallery-tile button:hover .thumb:before {
  bottom: 0;
}
.gallery-module .gallery-tile button:hover .square {
  opacity: 1;
  visibility: visible;
}
.gallery-module .gallery-tile button:hover .img-caption {
  opacity: 1;
}
.gallery-module .four-different .group-of-3 {
  height: calc(40vw + 10px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.gallery-module .four-different .group-of-3:empty {
  height: 0;
}
.gallery-module .four-different .group-of-3 .gallery-tile {
  flex-basis: calc(50% - 10px);
}
.gallery-module .four-different .group-of-3 .gallery-tile button {
  padding: 0;
  height: 100%;
}
.gallery-module .four-different .group-of-3 .gallery-tile:nth-child(1) {
  flex-basis: 100%;
}
.gallery-module .four-different .group-of-3 .gallery-tile:nth-child(1):last-child {
  width: calc(100% - 10px);
}
.gallery-module .four-different > .gallery-tile {
  width: calc(100% - 10px);
}
.gallery-module .four-different > .gallery-tile button {
  padding-bottom: 40%;
}
.gallery-module .four-different:nth-child(4n+1) .group-of-3 .gallery-tile:nth-child(1) {
  order: 3;
}
.gallery-module .four-equal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-module .category-selector::-webkit-scrollbar {
  -webkit-appearance: none;
}
.gallery-module .category-selector::-webkit-scrollbar:vertical {
  width: 12px;
}
.gallery-module .category-selector::-webkit-scrollbar:horizontal {
  height: 12px;
}
.gallery-module .category-selector::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #fff;
}
.gallery-module .category-selector::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

.full-content-width #main-content .body-content {
  max-width: 1800px;
}

.masonry-gallery {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1025px) {
  .masonry-gallery .category-selector {
    margin: 0 0 30px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font: 300 16px/30px "ATCHarris", serif;
    border-bottom: 1px solid #E5D9BE;
  }
  .masonry-gallery .category-selector button {
    display: inline-block;
    font: 500 13px/56px "ATCHarris", serif;
    line-height: 1.2;
    height: auto;
    text-transform: uppercase;
    position: relative;
    margin: 0 10px;
    letter-spacing: 1.5px;
    padding: 5px;
    background: none;
    min-width: auto;
    border: none;
  }
  .masonry-gallery .category-selector button.show-categories {
    display: none;
  }
  .masonry-gallery .category-selector button:before {
    display: none;
  }
  .masonry-gallery .category-selector button.active:after, .masonry-gallery .category-selector button:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #1D1933;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .masonry-gallery .category-selector {
    display: block;
    text-align: center;
  }
  .masonry-gallery .category-selector .buttons-wrapper {
    position: relative;
    display: block;
  }
  .masonry-gallery .category-selector .button {
    display: block !important;
    width: 100%;
    margin: 0;
    transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
  }
  .masonry-gallery .category-selector .button.show-categories {
    display: block;
    position: relative;
  }
  .masonry-gallery .category-selector .button:hover {
    color: #fff;
    background-color: #1B7E85;
  }
  .masonry-gallery .category-selector .button:before {
    background-image: url("../images/button-pattern.png");
    width: 100%;
    opacity: 1;
    transition: none;
  }
  .masonry-gallery .category-selector .button.show-categories {
    border-bottom: 2px solid #1D1933;
    padding-left: 10px;
    padding-right: 70px;
  }
  .masonry-gallery .category-selector .button.show-categories:hover:after {
    border-top: 8px solid #fff;
  }
  .masonry-gallery .category-selector .button.show-categories.active {
    color: #fff;
    background-color: #1B7E85;
  }
  .masonry-gallery .category-selector .button.show-categories.active:after {
    border-top: 8px solid #fff;
    transform: rotate(180deg);
  }
  .masonry-gallery .category-selector .button.show-categories:after {
    content: "";
    position: absolute;
    display: block;
    border-top: 8px solid #1D1933;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 50%;
    right: 26px;
    margin-top: -4px;
    margin-left: -8px;
    transform: rotate(0);
    transition: transform 0.4s ease 0s, border-color 0.4s ease 0s;
  }
  .masonry-gallery .category-selector .category-list {
    position: absolute;
    background-color: #fff;
    width: 100%;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    z-index: 10;
    transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s, margin-top 0.4s ease 0s;
  }
  .masonry-gallery .category-selector .category-list.visible {
    opacity: 1;
    visibility: visible;
    margin-top: -2px;
  }
  .masonry-gallery .category-selector .category-list button {
    display: block;
    width: 100%;
    border-top: 0 none;
  }
  .masonry-gallery .category-selector .select-wrapper {
    display: none;
  }
}
.masonry-gallery .gallery {
  transition: opacity 0.15s ease;
  display: flex;
  flex-flow: row wrap;
  margin-right: -20px;
  opacity: 0;
}
.masonry-gallery .gallery.ready, .no-js .masonry-gallery .gallery {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .masonry-gallery .gallery {
    margin-right: 0;
  }
}
.masonry-gallery .gallery .gallery-item-sizer {
  width: calc(33.333% - 20px);
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .masonry-gallery .gallery .gallery-item-sizer {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .masonry-gallery .gallery .gallery-item-sizer {
    width: 100%;
  }
}
.masonry-gallery .gallery .gallery-item {
  position: relative;
  width: calc(33.333% - 20px);
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .masonry-gallery .gallery .gallery-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .masonry-gallery .gallery .gallery-item {
    width: 100%;
  }
}
.masonry-gallery .gallery .gallery-item button {
  width: 100%;
  height: 0;
  padding-top: 80%;
  background-size: cover;
  position: relative;
}
.masonry-gallery .gallery .gallery-item button.portrait {
  padding-top: 133%;
}
.masonry-gallery .gallery .gallery-item button .thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: 50% 50%;
}
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 11px;
  right: 11px;
  opacity: 0;
  transition: opacity 0.2s;
}
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 33%;
}
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top:after, .masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top:before,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom:after,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom:before {
  content: "";
  display: block;
  width: 33%;
  height: 100%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
}
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top.top,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom.top {
  top: 0;
}
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top.top:before,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom.top:before {
  left: 0;
  border-right: 0;
  border-bottom: 0;
}
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top.top:after,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom.top:after {
  right: 0;
  border-left: 0;
  border-bottom: 0;
}
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top.bottom,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom.bottom {
  bottom: 0;
}
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top.bottom:before,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom.bottom:before {
  left: 0;
  border-right: 0;
  border-top: 0;
}
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .top.bottom:after,
.masonry-gallery .gallery .gallery-item button .thumb .gallery-expand .bottom.bottom:after {
  right: 0;
  border-left: 0;
  border-top: 0;
}
.masonry-gallery .gallery .gallery-item.video-thumb button .thumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2) url("../../images/video.svg") no-repeat 50% 50%;
  background-size: 54px 54px;
  z-index: 2;
}
.masonry-gallery .gallery .gallery-item-hover {
  position: relative;
  transition: transform 0.3s;
}
.masonry-gallery .gallery .gallery-item-hover:hover,
.masonry-gallery .gallery .gallery-item-hover:focus {
  z-index: 2;
  transform: scale(1.07);
}
.masonry-gallery .gallery .gallery-item-hover:hover .gallery-expand,
.masonry-gallery .gallery .gallery-item-hover:hover .gallery-image-link,
.masonry-gallery .gallery .gallery-item-hover:focus .gallery-expand,
.masonry-gallery .gallery .gallery-item-hover:focus .gallery-image-link {
  opacity: 1;
}
.masonry-gallery .gallery .gallery-image-link {
  position: absolute;
  left: 5px;
  bottom: 0;
  padding: 5px 10px;
  width: calc(100% - 10px);
  background-color: #1D1933;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  opacity: 0;
  z-index: 2;
  transition: opacity 350ms ease-in-out, transform 350ms ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .masonry-gallery .gallery .gallery-image-link {
    bottom: 8px;
  }
}

.form {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
  }
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: thin solid #E5D9BE;
}
.form label em {
  color: #F57864;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  float: none;
  margin-bottom: 20px;
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p.col-50 {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .form p.col-50 {
    float: none;
    width: 100%;
  }
}
.form p.col-100 {
  clear: left;
  width: 100%;
}
.form p.type_recaptcha {
  margin: 0;
}
.form p.terms-privacy {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 14px;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
  vertical-align: middle;
}
.form input[type=text],
.form input[type=date],
.form textarea,
.form select,
.form .input-overlay {
  display: block;
  font: 16px/24px "ATCHarris", serif;
  resize: none;
  width: 100%;
  min-height: 25px;
  border: solid thin rgba(0, 0, 0, 0.3);
}
.form input[type=text].hide,
.form input[type=date].hide,
.form textarea.hide,
.form select.hide,
.form .input-overlay.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  .form input[type=text],
.form input[type=date],
.form textarea,
.form select,
.form .input-overlay {
    width: 100%;
    text-align: left;
  }
}
.form input[type=text]::-webkit-input-placeholder,
.form input[type=date]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder,
.form select::-webkit-input-placeholder,
.form .input-overlay::-webkit-input-placeholder {
  color: rgba(29, 25, 51, 0.7);
  opacity: 1;
  -webkit-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
.form input[type=text]:-moz-placeholder,
.form input[type=date]:-moz-placeholder,
.form textarea:-moz-placeholder,
.form select:-moz-placeholder,
.form .input-overlay:-moz-placeholder {
  color: rgba(29, 25, 51, 0.7);
  opacity: 1;
  -moz-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
.form input[type=text]::-moz-placeholder,
.form input[type=date]::-moz-placeholder,
.form textarea::-moz-placeholder,
.form select::-moz-placeholder,
.form .input-overlay::-moz-placeholder {
  color: rgba(29, 25, 51, 0.7);
  opacity: 1;
  -moz-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
.form input[type=text]:-ms-input-placeholder,
.form input[type=date]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form .input-overlay:-ms-input-placeholder {
  color: rgba(29, 25, 51, 0.7);
  opacity: 1;
  -ms-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
.form input[type=text]:focus::-webkit-input-placeholder,
.form input[type=date]:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder,
.form select:focus::-webkit-input-placeholder,
.form .input-overlay:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form input[type=text]:focus:-moz-placeholder,
.form input[type=date]:focus:-moz-placeholder,
.form textarea:focus:-moz-placeholder,
.form select:focus:-moz-placeholder,
.form .input-overlay:focus:-moz-placeholder {
  opacity: 0;
}
.form input[type=text]:focus::-moz-placeholder,
.form input[type=date]:focus::-moz-placeholder,
.form textarea:focus::-moz-placeholder,
.form select:focus::-moz-placeholder,
.form .input-overlay:focus::-moz-placeholder {
  opacity: 0;
}
.form input[type=text]:focus:-ms-input-placeholder,
.form input[type=date]:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder,
.form select:focus:-ms-input-placeholder,
.form .input-overlay:focus:-ms-input-placeholder {
  opacity: 0;
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
.form .select-wrapper {
  width: 100%;
}
.form textarea {
  line-height: 18px;
  height: 410px;
  padding: 27px;
  resize: none;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group {
  margin-left: calc(40% + 20px);
}
@media only screen and (max-width: 767px) {
  .form .group {
    margin-left: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form .datepicker-input-wrapper {
  float: left;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick,
.form .input-overlay {
  width: 180px;
  height: 50px;
  line-height: 50px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick,
.form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 18px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .g-recaptcha {
  padding: 0 20px;
}
.form .controls p {
  padding: 0 20px;
  text-align: center;
  width: auto;
  background: none;
}
.form .controls .submit-button {
  float: none;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  transition: 350ms ease-in-out;
  color: #1D1933;
}
.form .controls .submit-button .button {
  font: 16px/24px "ATCHarris", serif;
  color: #1D1933;
  text-transform: none;
  letter-spacing: 0;
  padding: 10px 25px;
  min-width: 100%;
  background: none;
  border: solid thin rgba(0, 0, 0, 0.3);
}
.form .controls .submit-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.form .controls .submit-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

#form_module_container_success, #form_module_container_errors {
  padding: 10px;
  margin-top: 10px;
}

#form_module_container_errors {
  color: red;
  background-color: #ffc0cb59;
}
#form_module_container_errors .goTo {
  color: lightseagreen;
  text-decoration: underline;
  cursor: pointer;
}
#form_module_container_errors .goTo:hover {
  filter: grayscale(100%);
}

#form_module_container_success {
  color: green;
  background-color: #ddffdd;
}

[id*=form_form_] .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
[id*=form_form_] .form-builder-group:not(:first-child) {
  margin-top: 10px;
}
[id*=form_form_] .form-builder-group .form-builder-field {
  text-align: left;
  margin-top: 20px;
  clear: both;
  overflow: hidden;
}
[id*=form_form_] .form-builder-group .form-builder-field label {
  display: block;
}
[id*=form_form_] .form-builder-group .form-builder-field input:not([type=file]),
[id*=form_form_] .form-builder-group .form-builder-field select,
[id*=form_form_] .form-builder-group .form-builder-field textarea,
[id*=form_form_] .form-builder-group .form-builder-field button {
  width: 100%;
  min-height: 25px;
  border: solid thin rgba(0, 0, 0, 0.3);
}
[id*=form_form_] .form-builder-group .form-builder-field input:not([type=file]).form_module_field_error,
[id*=form_form_] .form-builder-group .form-builder-field select.form_module_field_error,
[id*=form_form_] .form-builder-group .form-builder-field textarea.form_module_field_error,
[id*=form_form_] .form-builder-group .form-builder-field button.form_module_field_error {
  border-color: red;
}
[id*=form_form_] .form-builder-group .form-builder-field select {
  background: none;
  font-size: 16px;
  line-height: 26px;
  color: rgba(29, 25, 51, 0.7);
  height: auto;
  font-family: "ATCHarris", serif;
  padding: 0;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=inputcheckbox] p, [id*=form_form_] .form-builder-group .form-builder-field[class*=checkboxgroup] p, [id*=form_form_] .form-builder-group .form-builder-field[class*=radiogroup] p {
  margin-bottom: 5px;
  padding: 0;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=inputcheckbox] label, [id*=form_form_] .form-builder-group .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group .form-builder-field[class*=radiogroup] label {
  display: inline-block;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=inputcheckbox] input, [id*=form_form_] .form-builder-group .form-builder-field[class*=checkboxgroup] input, [id*=form_form_] .form-builder-group .form-builder-field[class*=radiogroup] input {
  width: auto;
  vertical-align: middle;
}
[id*=form_form_] .form-builder-group .form-builder-field[class*=textarea] textarea {
  resize: vertical;
}
[id*=form_form_] input[type=submit][name=Submit] {
  cursor: pointer;
  margin-top: 25px;
  padding: 10px 25px;
  border: solid 1px rgba(0, 0, 0, 0.3);
}
[id*=form_form_] input[type=submit][name=Submit]:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
[id*=form_form_] input[type=submit][name=Submit]:active {
  box-shadow: 0 0 3px gray;
}
[id*=form_form_] input[type=submit][name=Submit]:disabled {
  cursor: not-allowed;
}

.poi-controls-wrapper {
  text-align: center;
}

.poi-zoom {
  color: #1B7E85;
  font: 16px/26px "Oaks Future", sans-serif;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
.poi-zoom .poi-zoom-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #1B7E85;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
  margin-left: 5px;
  transition: background 350ms ease-in-out;
}
.poi-zoom .poi-zoom-button:hover {
  background: #E7C55E;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #fff;
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #fff;
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-map {
  height: 800px;
  background: #E5D9BE;
}
@media only screen and (max-width: 1024px) {
  .poi-map {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .poi-map {
    height: 70vh;
  }
}
@media screen and (max-height: 800px) {
  .poi-map {
    height: 70vh;
  }
}

.poi-overlay {
  text-align: center;
}
.poi-overlay .category-selector {
  margin: 0;
}

#calendar-header {
  margin-bottom: 20px;
}
#calendar-header:after {
  clear: both;
  content: "";
  display: table;
}

#calendar-links {
  float: left;
}
#calendar-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-links a.ical {
  background-position: -200px -76px;
}
#calendar-links a.ical:hover {
  background-position: -240px -76px;
}
#calendar-links a.ical:active {
  background-position: -280px -76px;
}
#calendar-links a.print {
  background-position: -200px -116px;
}
#calendar-links a.print:hover {
  background-position: -240px -116px;
}
#calendar-links a.print:active {
  background-position: -280px -116px;
}
#calendar-links a.rss {
  background-position: -200px -156px;
}
#calendar-links a.rss:hover {
  background-position: -240px -156px;
}
#calendar-links a.rss:active {
  background-position: -280px -156px;
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-filter {
  float: right;
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
}

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  font: 16px/20px "Oaks Future", sans-serif;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a:hover, #calendar-views a.active {
  color: #1B7E85;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#calendar-views a.grid:before {
  background-position: -200px 0;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before {
  background-position: -240px 0;
}
#calendar-views a.list:before {
  background-position: -200px -38px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -240px -38px;
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 30px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  font: 16px/1 "Oaks Future", sans-serif;
  text-decoration: none;
  border-bottom: thin solid #E5D9BE;
  color: #E5D9BE;
}
#calendar-year a:hover {
  border-color: #1D1933;
  color: #1D1933;
}
#calendar-year .active a {
  border-color: #1D1933;
  color: #1D1933;
}
#calendar-year .active a:hover {
  border-color: #1D1933;
  color: #1D1933;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font: 12px/40px "Oaks Future", sans-serif;
  color: #1B7E85;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #1B7E85;
  color: #fff;
}
#calendar-month a.active {
  background: #E7C55E;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #1B7E85;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    background: url("../images/common.svg") -200px -196px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 11px;
    height: 18px;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #E7C55E;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    background-position: -231px -196px;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    background-position: -200px -234px;
    left: auto;
    right: 5px;
  }
  #calendar-month li.next a:hover:after {
    background-position: -231px -234px;
  }
}

#calendar-navigation {
  display: block;
  height: 40px;
  font: 14px/40px "Oaks Future", sans-serif;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation .current-event {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #E5D9BE;
}
#calendar-navigation a.prev,
#calendar-navigation a.next {
  position: absolute;
  top: 11px;
  width: 11px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-navigation a.next {
  right: 0;
  background-position: -200px -234px;
}
#calendar-navigation a.next:hover {
  background-position: -231px -234px;
}
#calendar-navigation a.next:active {
  background-position: -262px -234px;
}
#calendar-navigation a.prev {
  left: 0;
  background-position: -200px -196px;
}
#calendar-navigation a.prev:hover {
  background-position: -231px -196px;
}
#calendar-navigation a.prev:active {
  background-position: -262px -196px;
}

#calendar-week,
#calendar-days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#calendar-week li,
#calendar-days li {
  display: inline-block;
  width: 13%;
}

#calendar-week {
  height: 40px;
  font: italic 24px/40px "Oaks Future", sans-serif;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  text-align: center;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  display: block;
  padding: 0.5em 1em;
  font: 16px "ATCHarris", serif;
  text-decoration: none;
}
#calendar-days li time a:hover {
  opacity: 0.6;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.02);
}
@media only screen and (max-width: 767px) {
  #calendar-days li.prev_month, #calendar-days li.next_month {
    display: none;
  }
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  opacity: 0.2;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7em;
  background: #1B7E85;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.538%;
}
#calendar-days dl.w3 dt {
  width: 323.076%;
}
#calendar-days dl.w4 dt {
  width: 434.614%;
}
#calendar-days dl.w5 dt {
  width: 546.152%;
}
#calendar-days dl.w6 dt {
  width: 657.69%;
}
#calendar-days dl.w7 dt {
  width: 769.228%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
}
#calendar-days dl dd h3 {
  margin-bottom: 10px;
  font: 14px/1.5 "Oaks Future", sans-serif;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

@media only screen and (max-width: 767px) {
  #calendar.list-view #calendar-month {
    display: none;
  }
}
#calendar.list-view .image-list {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
#calendar.list-view .image-list h2 {
  font: 34px "Oaks Future", sans-serif;
  text-transform: none;
  letter-spacing: -0.5px;
}
#calendar.list-view .image-list h2 a {
  text-decoration: none;
}
#calendar.list-view .image-list h3 a {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
#calendar.list-view .image-list h3 a:hover {
  color: #1D1933;
}

#calendar .no-events {
  margin: 40px 0;
  padding: 40px 0;
  height: auto;
  text-align: center;
  font: 4rem "Oaks Future", sans-serif;
  letter-spacing: -0.5px;
}

#calendar .single-event h2 {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event h2 {
    text-align: center;
  }
}
#calendar .single-event .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

#calendar .dates,
#calendar .attachment {
  display: block;
  margin: 0 0 20px;
  font-size: 16px;
}
#calendar .dates strong,
#calendar .attachment strong {
  color: #E7C55E;
}

#calendar .dates > small {
  display: block;
  font-size: 16px;
}
#calendar .dates > small strong {
  color: #E7C55E;
}

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: thin solid #E5D9BE;
  z-index: -1;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font: 24px/30px "Oaks Future", sans-serif;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #1D1933;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

#calendar.events-widget-tiles .image-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
  max-width: 1400px;
}
#calendar.events-widget-tiles .image-list-item {
  position: relative;
  width: calc((100% / 3) - 30px);
  height: 360px;
  margin: 15px;
  background-color: #51555B;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #calendar.events-widget-tiles .image-list-item {
    width: calc((100% / 2) - 30px);
  }
}
@media only screen and (max-width: 767px) {
  #calendar.events-widget-tiles .image-list-item {
    width: 100%;
    margin: 0 0 10px;
  }
}
#calendar.events-widget-tiles .image-list-item::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 70%, rgba(20, 14, 14, 0.8) 100%);
  border: none;
  transition: background 0.6s;
  z-index: 5;
}
#calendar.events-widget-tiles .image-list-item:hover::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(20, 14, 14, 0.9) 100%);
}
#calendar.events-widget-tiles .image-list-item:hover .hidden-descr {
  max-height: 500px;
}
#calendar.events-widget-tiles .description {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 10;
}
#calendar.events-widget-tiles .description *:not(.button) {
  font-family: "ATCHarris", serif;
  color: #fff;
}
#calendar.events-widget-tiles .description span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
}
#calendar.events-widget-tiles .description h3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
#calendar.events-widget-tiles .description .button {
  position: relative;
  left: auto;
  bottom: auto;
  margin: 10px 0 0;
}
#calendar.events-widget-tiles .hidden-descr {
  max-height: 0;
  transition: max-height 0.6s ease-in;
  overflow: hidden;
}
#calendar.events-widget-tiles .empty-image-list {
  width: 100%;
  font: 400 24px/26px "ATCHarris", serif;
  text-align: center;
  color: #51555B;
}

.amenities-acm {
  margin-top: 80px;
}
.amenities-acm article {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .amenities-acm article {
    display: block;
  }
}
.amenities-acm article:nth-child(even) {
  flex-direction: row-reverse;
}
.amenities-acm article .content {
  min-height: 670px;
  width: 330px;
  margin: 60px;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 1024px) {
  .amenities-acm article .content {
    min-height: 0;
    margin: 30px;
    width: auto;
  }
}
.amenities-acm article .content h3 {
  font: 500 14px/14px "Oaks Future", sans-serif;
  text-transform: uppercase;
}
.amenities-acm article .content h2 {
  font-size: 41px;
  line-height: 41px;
  font-family: "Oaks Future", sans-serif;
  text-align: left;
  text-transform: none;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .amenities-acm article .content h2 {
    text-align: center;
  }
}
.amenities-acm article .gallery {
  margin: 0;
  flex: 0 1 65%;
}
@media only screen and (max-width: 1024px) {
  .amenities-acm article .gallery {
    width: 100%;
    height: 300px;
  }
}
.amenities-acm article .gallery .swiper-slide {
  background-position: 50% 50%;
  background-size: cover;
}
.amenities-acm article .gallery .arrows button {
  position: absolute;
  display: block;
  top: 50%;
  left: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  text-indent: -1000px;
  overflow: hidden;
  transform: translate(0, -50%);
}
.amenities-acm article .gallery .arrows button.next {
  left: auto;
  right: 30px;
}
.amenities-acm article .gallery .arrows button:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 7px solid #AB7D22;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translate(-3px, 0);
}
.amenities-acm article .gallery .arrows button.next:after {
  border-right: 0;
  border-left: 7px solid #AB7D22;
  transform: translate(-50%, -50%) translate(2px, 0);
}

.three-tile-slideshow {
  position: relative;
  margin-bottom: 80px;
}
.three-tile-slideshow .swiper-wrapper {
  height: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .three-tile-slideshow .swiper-wrapper {
    height: 100% !important;
  }
}
.three-tile-slideshow .slideshow {
  position: relative;
  overflow: hidden;
}
.three-tile-slideshow .slide {
  position: relative;
  width: 50%;
  height: auto;
}
.three-tile-slideshow .slide::before {
  content: "";
  display: block;
  padding-bottom: calc(1350 / 1200 * 100%);
}
@media only screen and (max-width: 1024px) {
  .three-tile-slideshow .slide {
    width: 65%;
  }
}
.three-tile-slideshow .slideshow-pagination {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .three-tile-slideshow .slideshow-pagination {
    left: 20px;
  }
}
.three-tile-slideshow .slideshow-pagination button {
  display: inline-block;
  background: #bbb5b7;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -10000px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  pointer-events: all;
  opacity: 0.2;
  transition: 350ms ease-in-out;
}
.three-tile-slideshow .slideshow-pagination button + button {
  margin-left: 3px;
  margin-right: 0;
}
.three-tile-slideshow .slideshow-pagination button.active {
  background: #fff;
  opacity: 1;
}
.three-tile-slideshow .slideshow-button {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
  transform-origin: center;
}
.three-tile-slideshow .slideshow-button:hover {
  border-color: #E7C55E;
}
.three-tile-slideshow .slideshow-button.previous {
  left: 90px;
  transform: rotate(-135deg);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .three-tile-slideshow .slideshow-button.previous {
    right: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .three-tile-slideshow .slideshow-button.previous {
    left: 16px;
  }
}
.three-tile-slideshow .slideshow-button.next {
  right: 26px;
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .three-tile-slideshow .slideshow-button.next {
    right: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .three-tile-slideshow .slideshow-button.next {
    right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .three-tile-slideshow .slideshow-button {
    display: none;
  }
}

.section-with-categories-acm {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .section-with-categories-acm {
    margin-bottom: 60px;
  }
}
.section-with-categories-acm .categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .section-with-categories-acm .categories {
    margin-bottom: 40px;
  }
}
.section-with-categories-acm .categories .category {
  padding: 10px 0;
  margin: 0 34px;
  font-family: "Oaks Future", sans-serif;
  font-size: 30px;
  color: rgba(25, 33, 60, 0.5);
}
@media only screen and (max-width: 1024px) {
  .section-with-categories-acm .categories .category {
    padding: 5px 0;
    margin: 0 15px;
  }
}
.section-with-categories-acm .categories .category.active {
  color: #1D1933;
  border-bottom: 1px solid #1D1933;
}
.section-with-categories-acm .sections {
  display: none;
}
.section-with-categories-acm .sections.active {
  display: block;
}
.section-with-categories-acm .section {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section {
    flex-flow: column;
    margin-bottom: 0;
  }
}
.section-with-categories-acm .section:last-child {
  margin-bottom: 0;
}
.section-with-categories-acm .section:nth-child(2n) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section:nth-child(2n) {
    flex-direction: column;
  }
}
.section-with-categories-acm .section:nth-child(2n) .image {
  right: auto;
  left: 0;
}
.section-with-categories-acm .section .content-wrapper {
  width: 45%;
  padding: 60px 10%;
}
.section-with-categories-acm .section .content-wrapper.fullwidth {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .section-with-categories-acm .section .content-wrapper {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .content-wrapper {
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    order: 2;
  }
}
.section-with-categories-acm .section .content-wrapper h3 {
  margin-bottom: 20px;
  font: 500 14px/14px "Oaks Future", sans-serif;
  text-transform: uppercase;
}
.section-with-categories-acm .section .content-wrapper h2 {
  margin-bottom: 16px;
  font-size: 41px;
  line-height: 41px;
  font-family: "Oaks Future", sans-serif;
  text-align: left;
  text-transform: none;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .content-wrapper h2 {
    text-align: center;
  }
}
.section-with-categories-acm .section .content-wrapper p {
  margin-bottom: 14px;
}
.section-with-categories-acm .section .content-wrapper p:last-child {
  margin-bottom: 0;
}
.section-with-categories-acm .section .content-wrapper .button {
  max-width: 220px;
  min-width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .content-wrapper .button {
    min-width: 220px;
  }
}
.section-with-categories-acm .section .image {
  position: absolute;
  right: 0;
  width: 55%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
}
.section-with-categories-acm .section .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/texture_border_small.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  -webkit-clip-path: polygon(5px 5px, 5px calc(100% - 5px), 9px calc(100% - 5px), 9px 9px, calc(100% - 9px) 9px, calc(100% - 9px) calc(100% - 9px), 9px calc(100% - 9px), 9px calc(100% - 5px), calc(100% - 5px) calc(100% - 5px), calc(100% - 5px) 5px);
          clip-path: polygon(5px 5px, 5px calc(100% - 5px), 9px calc(100% - 5px), 9px 9px, calc(100% - 9px) 9px, calc(100% - 9px) calc(100% - 9px), 9px calc(100% - 9px), 9px calc(100% - 5px), calc(100% - 5px) calc(100% - 5px), calc(100% - 5px) 5px);
}
@media only screen and (max-width: 1024px) {
  .section-with-categories-acm .section .image {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .image {
    position: relative;
    width: 100%;
    height: 450px;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .image .object-fit {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
}
.section-with-categories-acm .section .content-cells {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
.section-with-categories-acm .section .content-cells .content-cell {
  width: 100%;
  padding-left: 75px;
  position: relative;
  text-align: left;
  min-height: 60px;
  margin-bottom: 15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.section-with-categories-acm .section .content-cells .content-cell .cell-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #E5D9BE;
  color: #84754E;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.section-with-categories-acm .section .content-cells .content-cell .cell-icon img {
  max-width: 60px;
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .content-cells .content-cell .cell-icon {
    width: 36px;
    height: 36px;
  }
  .section-with-categories-acm .section .content-cells .content-cell .cell-icon img {
    max-width: 36px;
  }
}
.section-with-categories-acm .section .content-cells .content-cell h3 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .content-cells .content-cell h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.section-with-categories-acm .section .content-cells .content-cell p {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .content-cells .content-cell p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .section-with-categories-acm .section .content-cells .content-cell {
    min-height: 36px;
    padding-left: 45px;
  }
}

.content-column-center-acm {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .content-column-center-acm {
    margin-bottom: 60px;
  }
}
.content-column-center-acm .section {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  min-height: 600px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .content-column-center-acm .section {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .content-column-center-acm .section {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: auto;
  }
}
.content-column-center-acm .section:last-child {
  margin-bottom: 0;
}
.content-column-center-acm .section:nth-child(2n) {
  flex-direction: row-reverse;
}
.content-column-center-acm .section:nth-child(2n) .image {
  left: 0;
  right: auto;
}
@media only screen and (max-width: 767px) {
  .content-column-center-acm .section:nth-child(2n) {
    flex-direction: column;
  }
}
.content-column-center-acm .section .content {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 767px) {
  .content-column-center-acm .section .content {
    width: 100%;
  }
}
.content-column-center-acm .section .content h3 {
  margin-bottom: 20px;
  font: 500 14px/14px "Oaks Future", sans-serif;
  text-transform: uppercase;
}
.content-column-center-acm .section .content h2 {
  margin-bottom: 16px;
  font-size: 41px;
  line-height: 41px;
  font-family: "Oaks Future", sans-serif;
  text-align: left;
  text-transform: none;
  letter-spacing: 1px;
}
.content-column-center-acm .section .content p {
  margin-bottom: 14px;
}
.content-column-center-acm .section .content p:last-child {
  margin-bottom: 0;
}
.content-column-center-acm .section .content .button {
  max-width: 220px;
  min-width: 100%;
}
@media only screen and (max-width: 767px) {
  .content-column-center-acm .section .content .button {
    min-width: 220px;
  }
}
.content-column-center-acm .section .image {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .content-column-center-acm .section .image {
    position: relative;
    width: 100%;
    height: 450px;
  }
}

.faq-acm {
  margin-bottom: 75px;
}
@media only screen and (max-width: 1024px) {
  .faq-acm {
    margin-bottom: 50px;
  }
}
.faq-acm .heading {
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 30px;
  font-family: "Oaks Future", sans-serif;
  text-align: center;
  letter-spacing: 1px;
  color: #1B7E85;
}
.faq-acm .page-content p {
  margin-bottom: 0;
}
.faq-acm .category {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  .faq-acm .category {
    margin-bottom: 30px;
  }
}
.faq-acm .category:last-child {
  margin-bottom: 0;
}
.faq-acm .category-name,
.faq-acm .question-title {
  margin-bottom: 20px;
  font: 500 18px/18px "Oaks Future", sans-serif;
  text-transform: uppercase;
}
.faq-acm .category-name {
  margin-bottom: 20px;
  text-align: center;
}
.faq-acm .question {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border: 1px solid #E5D9BE;
}
.faq-acm .question:last-child {
  margin-bottom: 0;
}
.faq-acm .question p {
  padding-bottom: 15px;
}
.faq-acm .question-title {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.faq-acm .question-title span.show-less {
  padding: 0 40px 26px 0;
}
.faq-acm .question-title:before, .faq-acm .question-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20px;
  display: block;
  background-color: #1D1933;
  width: 2px;
  height: 10px;
}
.faq-acm .question-title:before {
  content: none;
}
.faq-acm .question-title:after {
  transform: rotate(90deg);
}
.faq-acm .question-title.collapsed:before, .faq-acm .question-title.collapsed:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20px;
  display: block;
  background-color: #1D1933;
  width: 2px;
  height: 10px;
}
.faq-acm .content-read-more-wrapper {
  margin: 0 20px;
}

.content-for-lists-acm {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .content-for-lists-acm {
    margin-top: 30px;
  }
}
.content-for-lists-acm .center-column {
  max-width: 1150px;
}
.content-for-lists-acm h3 {
  margin-bottom: 50px;
  font: 500 14px/14px "Oaks Future", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.content-for-lists-acm .lists {
  display: flex;
  flex-wrap: wrap;
}
.content-for-lists-acm .list-wrapper {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .content-for-lists-acm .list-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.content-for-lists-acm .list-wrapper:nth-child(2n) {
  margin-right: 0;
}
.content-for-lists-acm .list-wrapper h2 {
  margin-bottom: 20px;
  font-size: 41px;
  line-height: 41px;
  font-family: "Oaks Future", sans-serif;
  text-align: left;
  text-transform: none;
  letter-spacing: 1px;
}
.content-for-lists-acm .list-wrapper ul li {
  position: relative;
  padding-left: 35px;
}
.content-for-lists-acm .list-wrapper ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 14px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #1D1933;
}

.actions-acm {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .actions-acm {
    margin-top: 30px;
  }
}
.actions-acm .actions {
  display: flex;
  flex-wrap: wrap;
}
.actions-acm .action {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 60px;
}
.actions-acm .action:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .actions-acm .action {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .actions-acm .action {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
  }
}
.actions-acm .image-wrapper {
  position: relative;
  width: 100%;
  min-height: 582px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .actions-acm .image-wrapper {
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .actions-acm .image-wrapper {
    min-height: 200px;
  }
}
.actions-acm .content-wrapper {
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .actions-acm .content-wrapper {
    padding: 30px 30px 0;
  }
}
.actions-acm h2 {
  margin-bottom: 16px;
  font-size: 41px;
  line-height: 41px;
  font-family: "Oaks Future", sans-serif;
  color: #1B7E85;
  text-transform: none;
  letter-spacing: 1px;
}
.actions-acm p {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 17px;
}
.actions-acm .learn-more {
  font-family: "Oaks Future", sans-serif;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.poi-acm {
  margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .poi-acm {
    margin-top: 40px;
  }
}
.poi-acm h2 {
  margin-bottom: 40px;
  font-size: 41px;
  line-height: 41px;
  font-family: "Oaks Future", sans-serif;
  text-align: center;
  text-transform: none;
  letter-spacing: 1px;
  color: #1B7E85;
}
.poi-acm .categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .categories {
    display: none;
    margin-bottom: 40px;
  }
}
.poi-acm .categories .category {
  padding: 10px 0;
  margin: 0 34px;
  font-family: "Oaks Future", sans-serif;
  font-size: 30px;
  color: rgba(25, 33, 60, 0.5);
}
@media only screen and (max-width: 1024px) {
  .poi-acm .categories .category {
    padding: 5px 0;
    margin: 0 15px;
  }
}
.poi-acm .categories .category:hover {
  color: #1D1933;
}
.poi-acm .categories .category.active {
  color: #1D1933;
  border-bottom: 1px solid #1D1933;
}
.poi-acm .select-wrapper {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .select-wrapper {
    display: block;
  }
}
.poi-acm .select-wrapper .select-icon {
  right: 20px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #1D1933;
  border-left: 2px solid #1D1933;
}
.poi-acm .categories-selection {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 40px;
  padding: 25px 20px;
  font: 500 14px/14px "Oaks Future", sans-serif;
  text-transform: uppercase;
  color: #1D1933;
  background-color: transparent;
  border: 1px solid #1D1933;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .category-descriptions {
    display: none;
  }
}
.poi-acm .category-descriptions .category-description {
  margin-bottom: 80px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .category-descriptions .category-description {
    margin-bottom: 40px;
  }
}
.poi-acm .category-descriptions .category-description.active {
  display: block;
}
.poi-acm .category-descriptions .category-description table td {
  width: 50%;
  vertical-align: middle;
}
@media only screen and (max-width: 449px) {
  .poi-acm .category-descriptions .category-description table td {
    width: 100%;
  }
  .poi-acm .category-descriptions .category-description table td:first-child {
    width: 0;
  }
}
.poi-acm .category-descriptions .category-description img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 449px) {
  .poi-acm .category-descriptions .category-description img {
    display: none;
  }
}
.poi-acm .category-descriptions .category-description h3 {
  margin-top: 55px;
  margin-left: 80px;
  margin-bottom: 30px;
  font: 500 18px/18px "Oaks Future", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .category-descriptions .category-description h3 {
    margin-top: 20px;
    margin-left: 25px;
    margin-bottom: 10px;
  }
}
.poi-acm .category-descriptions .category-description p {
  margin-left: 80px;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .category-descriptions .category-description p {
    margin-left: 25px;
  }
}
.poi-acm .category-descriptions .category-description p:last-child {
  margin-bottom: 55px;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .category-descriptions .category-description p:last-child {
    margin-bottom: 25px;
  }
}
.poi-acm .poi-map-wrapper {
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  min-height: 640px;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .poi-map-wrapper {
    flex-direction: column;
    min-height: auto;
  }
}
.poi-acm .poi-map-wrapper .categories-selection {
  color: #fff;
  border: 1px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .poi-map-wrapper .categories-selection {
    margin-bottom: 0;
  }
}
.poi-acm .poi-map-wrapper .categories-selection option {
  color: #000000;
}
.poi-acm .poi-map-wrapper .categories-selection option:focus {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .poi-overlay {
    display: none;
  }
}
.poi-acm .poi-aside-menu {
  padding: 60px 30px;
  width: 28%;
  background-color: #1B7E85;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .poi-aside-menu {
    width: 100%;
    padding: 20px;
    max-height: 100%;
  }
}
.poi-acm .poi-aside-menu .select-wrapper .select-icon {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.poi-acm .poi-aside-menu .select-wrapper {
  display: block;
  width: 100%;
}
.poi-acm .poi-aside-menu .select-wrapper .select-icon {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.poi-acm .points {
  display: none;
  counter-reset: myCounter;
  max-height: 400px;
  overflow: auto;
}
.poi-acm .points.active {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .points.active {
    display: none;
  }
}
.poi-acm .point {
  position: relative;
  margin: 15px 0;
  border-bottom: 1px solid #E5D9BE;
}
.poi-acm .point:last-child {
  margin-bottom: 0;
  border-bottom-color: transparent;
}
.poi-acm .point:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: block;
  position: absolute;
  left: 13px;
  top: 5px;
  color: white;
}
.poi-acm .point:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}
.poi-acm .point .point-button {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-left: 45px;
  padding-bottom: 30px;
  font: 500 17px/17px "Oaks Future", sans-serif;
  color: #fff;
  text-align: left;
}
.poi-acm .point .point-button:hover {
  color: #E7C55E;
}
.poi-acm .poi-map {
  width: 72%;
  max-height: 640px;
}
@media only screen and (max-width: 1024px) {
  .poi-acm .poi-map {
    width: 100%;
  }
}
.poi-acm .poi-map .map-content {
  padding: 0;
  display: flex;
  background-color: #fff;
  border: 1px solid #E5D9BE;
}
.poi-acm .poi-map .map-content .image-wrapper {
  position: relative;
  width: 100px;
  flex: none;
}
.poi-acm .poi-map .map-content .image-wrapper img {
  max-width: 100%;
}
.poi-acm .poi-map .map-content .text-wrapper {
  padding: 10px;
  padding-bottom: 20px;
}
.poi-acm .poi-map .map-content h3,
.poi-acm .poi-map .map-content p {
  font-family: "ATCHarris", serif;
  font-size: 12px;
  text-transform: none;
  text-align: left;
}
.poi-acm .poi-map .map-content h3 {
  margin-bottom: 0;
  font-weight: 600;
}
.poi-acm .poi-map .map-content p {
  margin-bottom: 10px;
}
.poi-acm .poi-map .map-content .links-wrapper {
  display: flex;
}
.poi-acm .poi-map .map-content a {
  font-family: "ATCHarris", serif;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  border-right: 1px solid;
  margin-right: 5px;
  padding-right: 5px;
}
.poi-acm .poi-map .map-content a:last-child {
  border-right: 1px solid transparent;
  margin-right: 0;
  padding-right: 0;
}

.riggs-direct {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  z-index: 41;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
#main-wrapper .riggs-direct {
  display: block;
}
@media only screen and (max-width: 767px) {
  #main-wrapper .riggs-direct {
    display: none;
  }
}
.booking-buttons .riggs-direct {
  display: none;
  padding: 0 7px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .booking-buttons .riggs-direct {
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: 45px;
    overflow: visible;
    pointer-events: inherit;
  }
  .booking-buttons .riggs-direct .riggs-direct__overlay {
    display: none;
  }
}
.riggs-direct.top-layer {
  z-index: 71;
}
.riggs-direct__trigger {
  text-decoration: none;
}
#main-wrapper .riggs-direct__trigger {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 200px;
  pointer-events: all;
  -webkit-clip-path: circle(100% at 100% 100%);
  clip-path: circle(100% at 100% 100%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 25px 10px;
  overflow: hidden;
}
#main-wrapper .riggs-direct__trigger span {
  position: relative;
  display: inline-block;
  font: 400 19px/22px "Oaks Future", sans-serif;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-align: center;
  max-width: 110px;
}
#main-wrapper .riggs-direct__trigger:before {
  transition: opacity 0.3s ease, transform 0.3s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 400px;
  background-size: 400px 400px;
  background-position: left top;
  opacity: 0.8;
  transform-origin: center;
  transform: rotate(0);
}
#main-wrapper .riggs-direct__trigger:focus::before, #main-wrapper .riggs-direct__trigger:hover::before {
  opacity: 1;
  transform: rotate(15deg);
}
#main-wrapper .riggs-direct__trigger_dark:before {
  background-image: url("../images/direct_circle_dark.svg");
}
#main-wrapper .riggs-direct__trigger_dark span {
  color: #F1E6CD;
}
#main-wrapper .riggs-direct__trigger_white:before {
  background-image: url("../images/direct_circle_white.svg");
}
#main-wrapper .riggs-direct__trigger_white span {
  color: #1B7E85;
}
@media screen and (max-width: 395px) {
  #main-wrapper .riggs-direct__trigger {
    bottom: 114px;
  }
}
.booking-buttons .riggs-direct__trigger {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  padding: 0 4px;
  width: 100%;
  overflow: visible;
  color: #fff;
  background: #1D1933;
  border: none;
  font: 13px/35px "Oaks Future", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 449px) {
  .booking-buttons .riggs-direct__trigger {
    padding: 0;
    font-size: 12px;
  }
}

.revinate .page-content h1 {
  margin-bottom: 21px;
}
.revinate .page-content h2 {
  font-family: "Oaks Future", sans-serif;
  font-size: 41px;
  line-height: 41px;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.revinate .page-content .body-content p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 5px;
}
.revinate .revinate-form {
  margin-top: 20px;
}

.riggs-direct__form {
  max-width: 300px;
  margin: 0 auto;
}
.riggs-direct__input {
  display: block;
  border: 1px solid #E5D9BE;
  position: relative;
  background-color: white;
  margin-bottom: 15px;
  height: 38px;
}
.riggs-direct__input input {
  width: 100%;
  height: 100%;
  background-color: white;
  border: none;
  font: 400 14px/24px "Oaks Future", sans-serif;
  letter-spacing: 1.5px;
  color: #1D1933;
  padding: 0 10px;
}
.riggs-direct__input input::-webkit-input-placeholder {
  -webkit-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
  color: black;
  text-align: center;
  text-transform: uppercase;
}
.riggs-direct__input input:-moz-placeholder {
  -moz-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
  color: black;
  text-align: center;
  text-transform: uppercase;
}
.riggs-direct__input input::-moz-placeholder {
  -moz-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
  color: black;
  text-align: center;
  text-transform: uppercase;
}
.riggs-direct__input input:-ms-input-placeholder {
  -ms-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
  color: black;
  text-align: center;
  text-transform: uppercase;
}
.riggs-direct__input input:focus::-webkit-input-placeholder {
  color: transparent;
}
.riggs-direct__input input:focus:-moz-placeholder {
  color: transparent;
}
.riggs-direct__input input:focus::-moz-placeholder {
  color: transparent;
}
.riggs-direct__input input:focus:-ms-input-placeholder {
  color: transparent;
}
.riggs-direct__button {
  position: relative;
  z-index: 1;
  transition: background 350ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150px' height='150px'/%3E");
  background-color: #1B7E85;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 38px;
  font: 400 14px/24px "Oaks Future", sans-serif;
  letter-spacing: 1.5px;
  color: #fff;
}
.riggs-direct__button:hover {
  background-image: url("../images/button-pattern.png");
}
.riggs-direct__overlay {
  transition: background-color 350ms ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  z-index: 1;
  pointer-events: none;
}

.one-wide-image {
  position: relative;
  margin-bottom: 80px;
  padding-bottom: 56.25%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .one-wide-image {
    margin-bottom: 30px;
    padding-bottom: 100%;
  }
}
.one-wide-image .thumbnail img {
  display: block;
  width: 100%;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }

  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }

  body > *:not(#content) {
    display: none;
  }

  #content-submenu {
    display: none;
  }

  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }

  @page {
    size: 960px 1358px;
  }
}
