@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: #b31919;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 170px;
  font-size: 12px;
  text-align: left;
  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: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

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

.ui-datepicker {
  display: none;
  padding: 10px;
  background: #F4F4F4;
  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: 1023px) {
  .ui-datepicker {
    width: calc(100% - 20px);
  }
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font: 18px/30px "InsigniaLTStd", serif;
  text-transform: uppercase;
  text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 20;
}
.ui-datepicker-prev:after, .ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid #1F1F1F;
  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.3;
}

.ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker-prev:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #1F1F1F;
  border-bottom: 2px solid #1F1F1F;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #435835;
  border-left-color: #435835;
}

.ui-datepicker-next {
  right: 5px;
}
.ui-datepicker-next:not(.ui-state-disabled):hover:after {
  border-top-color: #435835;
  border-right-color: #435835;
}

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 1023px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  color: #435835;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #1F1F1F;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(31, 31, 31, 0.2);
}
.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 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: 350ms ease-in-out;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  color: #FFFFFF;
  background: #1F1F1F;
}
.ui-datepicker-calendar .ui-datepicker-highlight a,
.ui-datepicker-calendar .ui-datepicker-current-day a,
.ui-datepicker-calendar .ui-state-default:hover {
  background: #435835;
  color: #FFFFFF;
}

.ui-datepicker-trigger {
  float: left;
  margin: 10px 0 0 10px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") -200px -76px no-repeat;
}

.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: #292C2D;
}
.ui-selectmenu-button::placeholder {
  color: #292C2D;
}
.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 #292C2D;
}
.ui-selectmenu-button:hover .ui-icon {
  border-top-color: #54baba;
}
.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: "\e937";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  html.mobile-navigation-visible {
    overflow: hidden;
  }
}
#mobile-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 76px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms;
  text-align: center;
  z-index: 60;
}
@media only screen and (max-width: 1023px) {
  #mobile-navigation {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  #mobile-navigation {
    padding-top: 56px;
  }
}
.mobile-navigation-visible #mobile-navigation {
  right: 0;
}
#mobile-navigation .main-menu {
  position: relative;
  margin: 30px 0;
  text-align: left;
  border-bottom: 1px solid #F4F4F4;
}
#mobile-navigation .main-menu .menu li {
  position: relative;
  vertical-align: bottom;
}
#mobile-navigation .main-menu .menu a {
  display: inline-block;
  padding: 12px 10px 12px 0;
}
#mobile-navigation .main-menu .menu.level-1 {
  padding: 10px 20px 55px 20px;
}
#mobile-navigation .main-menu .menu.level-1 > li > a {
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
#mobile-navigation .main-menu .menu.level-1 > li > a.active {
  font-weight: 700;
  text-decoration: underline;
}
#mobile-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  margin-left: 20px;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms;
}
#mobile-navigation .main-menu .menu.submenu a {
  font-size: 13px;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
#mobile-navigation .main-menu .menu.submenu a.active {
  font-weight: 700;
  text-decoration: underline;
}
#mobile-navigation .main-menu .menu.submenu .plus {
  height: 9px;
  width: 9px;
}
#mobile-navigation .main-menu .menu.submenu .plus .horizontal {
  width: 9px;
  height: 1px;
  margin-left: 0;
  margin-top: 4px;
}
#mobile-navigation .main-menu .menu.submenu .plus .vertical {
  width: 1px;
  height: 9px;
  margin-left: 4px;
  margin-top: 0;
}
#mobile-navigation .main-menu .menu.submenu.level-3 {
  margin-left: 20px;
}
#mobile-navigation .main-menu .menu.submenu.rooms-columns-submenu ul {
  margin-left: 20px;
}
#mobile-navigation .main-menu .menu.submenu.rooms-columns-submenu > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
#mobile-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
}
#mobile-navigation .main-menu .plus {
  display: inline-block;
  height: 15px;
  width: 15px;
  padding-top: 1px;
  cursor: pointer;
}
#mobile-navigation .main-menu .plus .horizontal,
#mobile-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #1F1F1F;
}
#mobile-navigation .main-menu .plus .horizontal {
  width: 15px;
  height: 1px;
  margin-left: 0;
  margin-top: 7px;
}
#mobile-navigation .main-menu .plus .vertical {
  width: 1px;
  height: 15px;
  margin-left: 7px;
  margin-top: 0;
}
#mobile-navigation .main-menu .plus:hover .horizontal,
#mobile-navigation .main-menu .plus:hover .vertical {
  background-color: #435835;
}
#mobile-navigation .main-menu .parent.expanded > .plus > .vertical, #mobile-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #1F1F1F;
}
#mobile-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}

@media only screen and (max-width: 1023px) {
  .booking-widget {
    display: none;
  }
}
.popup-booking-widget .booking-widget {
  position: fixed;
  display: block;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(243, 242, 236, 0.97);
  padding: 36px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 999999;
}
@media only screen and (max-width: 1259px) {
  .popup-booking-widget .booking-widget {
    padding-top: 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .booking-widget {
    padding: 0;
    background-color: #FFFFFF;
  }
}

@media only screen and (max-width: 1259px) {
  .booking-inner-wrapper {
    max-width: 965px;
  }
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .booking-inner-wrapper {
    max-width: none;
  }
}

.popup-booking-widget.popup-booking-rates .booking-form-wrapper {
  box-shadow: none;
}
.popup-booking-widget .booking-form-wrapper {
  position: relative;
  padding-bottom: 60px;
  box-shadow: 0 20px 48px -12px rgba(31, 31, 31, 0.5);
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .booking-form-wrapper {
    height: 100%;
    box-shadow: none;
  }
}

.booking-rate-wrapper {
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 25px 13px 23px;
  box-shadow: 0 20px 48px -12px rgba(31, 31, 31, 0.5);
  background-color: #FFFFFF;
}
.popup-booking-widget.popup-booking-rates .booking-rate-wrapper {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget.popup-booking-rates .booking-rate-wrapper {
    display: none;
  }
}
.booking-rate-wrapper .booking-rate-content {
  height: 100%;
  width: 100%;
  padding: 4px 26px 0;
  font-family: "museo-sans", Arial, sans-serif;
  color: #1F1F1F;
  overflow-y: auto;
}
.booking-rate-wrapper .booking-rate-content h2 {
  margin: 0 0 7px;
  font-size: 30px;
  line-height: 37px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.booking-rate-wrapper .booking-rate-content h3 {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.booking-rate-wrapper .booking-rate-content p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}
.booking-rate-wrapper .booking-rate-content *:last-child {
  margin-bottom: 0;
}

.popup-booking-widget.popup-booking-rates .booking-widget-close-button .booking-widget-close-label {
  display: none;
}
.popup-booking-widget.popup-booking-rates .booking-widget-close-button .best-rate-close-label {
  display: block;
}
.popup-booking-widget .booking-widget-close-button {
  position: absolute;
  top: 8px;
  left: calc(100% + 24px);
  display: block;
  height: 28px;
  width: 28px;
  text-indent: -9999px;
  overflow: hidden;
}
.popup-booking-widget .booking-widget-close-button::before, .popup-booking-widget .booking-widget-close-button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  display: block;
  height: 100%;
  width: 2px;
  background-color: #1F1F1F;
  transition: background-color 350ms ease-in-out;
}
.popup-booking-widget .booking-widget-close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-booking-widget .booking-widget-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-booking-widget .booking-widget-close-button:hover::before, .popup-booking-widget .booking-widget-close-button:hover::after {
  background-color: #1F1F1F;
}
@media only screen and (max-width: 1259px) {
  .popup-booking-widget .booking-widget-close-button {
    left: auto;
    right: 0;
    top: auto;
    bottom: calc(100% + 10px);
  }
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .booking-widget-close-button {
    z-index: 1;
    bottom: auto;
    top: 5px;
    right: 5px;
  }
}

.booking-heading {
  padding: 29px 36px 0;
  font-family: "museo-sans", Arial, sans-serif;
  font-size: 30px;
  line-height: 37px;
  font-weight: bold;
  text-align: center;
  color: #1F1F1F;
  text-transform: uppercase;
}
.popup-booking-widget .booking-heading {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .booking-heading {
    padding: 40px 40px 0;
  }
}

.popup-booking-widget .booking-columns {
  padding: 24px 36px 0;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .booking-columns {
    flex-direction: column;
    padding: 30px 30px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .booking-columns {
    padding: 30px 15px;
  }
}

.popup-booking-widget .column {
  margin: 0;
  border: 2px solid transparent;
}
.popup-booking-widget .column::before, .popup-booking-widget .column::after {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .column {
    margin: 0;
    border: none;
  }
}
.popup-booking-widget .column:not(:first-child):not(.controls-col) {
  position: relative;
}
.popup-booking-widget .column:not(:first-child):not(.controls-col)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
  display: block;
  height: 49px;
  max-height: 100%;
  width: 1px;
  background-color: #8B8B8B;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .column:not(:first-child):not(.controls-col)::before {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .popup-booking-widget .booking-form {
    height: auto;
  }
}
@media only screen and (max-width: 1259px) {
  .booking-form .checkin-checkout-col {
    margin: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .booking-form .checkin-checkout-col {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .booking-form .checkin-checkout-col {
    flex-direction: column;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .booking-form .checkin-checkout-col .form-element {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 1259px) {
  .booking-form .checkin-checkout-col .form-element:not(:first-child) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .booking-form .checkin-checkout-col .form-element:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1259px) {
  .booking-form .options-col {
    margin: 3px 0;
    padding: 0 3px;
  }
}
@media only screen and (max-width: 1023px) {
  .booking-form .options-col {
    margin: 0 0 30px;
    flex-grow: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .booking-form .options-col {
    flex-direction: column;
    margin: 0;
  }
}
.booking-form .options-col .form-element {
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (max-width: 1023px) {
  .booking-form .options-col .form-element {
    margin: 0 0 15px;
  }
}
.booking-form .options-col .form-element.select-open {
  border-color: #435835;
}
@media only screen and (max-width: 1259px) {
  .booking-form .options-col .form-element:not(:last-child) {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 1023px) {
  .booking-form .options-col .form-element:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1259px) {
  .booking-form .code-col {
    margin: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .booking-form .code-col {
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .booking-form .code-col .booking-code-el {
    align-items: center;
  }
}

.popup-booking-widget .checkin-checkout-col {
  padding: 12px 30px 11px 24px;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .checkin-checkout-col {
    padding: 0;
  }
}
.popup-booking-widget .checkin-checkout-col .form-element:not(:first-child) {
  margin-left: 30px;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .checkin-checkout-col .form-element:not(:first-child) {
    margin-left: 0;
  }
}
.dates-selection-panel-visible .checkin-checkout-col {
  border-color: #435835;
}
.popup-booking-widget.dates-selection-panel-visible .checkin-checkout-col + .column:not(:first-child)::before {
  background-color: transparent;
}
.popup-booking-widget .checkin-checkout-col .booking-dates-trigger {
  min-width: 121px;
}

.popup-booking-widget .options-col {
  padding: 12px 30px 11px;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .options-col {
    padding: 0;
  }
}
.popup-booking-widget .options-col .form-element {
  padding: 0;
  border: none;
}
.popup-booking-widget .options-col .form-element:not(:last-child) {
  margin-right: 24px;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .options-col .form-element:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .options-col .form-element:not(:last-child) {
    margin-right: 0;
  }
}
.popup-booking-widget.options-selection-panel-visible .options-col {
  border-color: #435835;
}
.popup-booking-widget.options-selection-panel-visible .options-col + .column:not(:first-child)::before {
  background-color: transparent;
}

.popup-booking-widget .code-col {
  flex-grow: 0;
  padding: 12px 24px;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .code-col {
    padding: 0;
  }
}
.code-selection-panel-visible .code-col {
  border-color: #435835;
}
.popup-booking-widget.code-selection-panel-visible .code-col + .column:not(:first-child)::before {
  background-color: transparent;
}

.popup-booking-widget .booking-code-trigger {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .booking-code-trigger {
    width: auto;
    padding: 15px;
  }
}
.popup-booking-widget .booking-code-trigger.applied::before {
  display: none;
}
.booking-code-trigger .booking-code-applied-text {
  font-size: 13px;
  line-height: 16px;
  text-transform: none;
}
.booking-code-trigger .booking-code-applied {
  margin-top: 5px;
}
.booking-code-trigger.applied {
  position: relative;
}
.booking-code-trigger.applied::before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 100%;
  display: block;
  height: 7px;
  width: 13px;
  border-left: 2px solid #1F1F1F;
  border-bottom: 2px solid #1F1F1F;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1023px) {
  .booking-code-trigger.applied::before {
    display: none;
  }
}
.booking-code-trigger.applied .booking-code-default-text {
  display: none;
}
.booking-code-trigger.applied .booking-code-applied-text,
.booking-code-trigger.applied .booking-code-applied {
  display: block;
}

@media only screen and (max-width: 1259px) {
  .booking-form .controls-col {
    max-width: 200px;
    width: 200px;
  }
}
.popup-booking-widget .booking-form .controls-col {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  max-height: 60px;
  width: 100%;
  max-width: none;
  border: none;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .booking-form .controls-col {
    position: fixed;
  }
}
@media only screen and (max-width: 1259px) {
  .booking-form .controls-col input[type=submit] {
    padding: 0 10px;
  }
}
.popup-booking-widget .booking-form .controls-col input[type=submit] {
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
}

.popup-booking-widget .selection-panels {
  display: block;
  padding: 24px 49px 5px;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .selection-panels {
    padding: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .selection-panels {
    padding: 0;
  }
}

.popup-booking-widget .booking-links {
  margin-top: 24px;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .booking-links {
    display: none;
  }
}
.popup-booking-widget .booking-links .rate-link,
.popup-booking-widget .booking-links .reservation-link {
  color: #1F1F1F;
}
.popup-booking-widget .booking-links .rate-link:not(:first-child)::before,
.popup-booking-widget .booking-links .reservation-link:not(:first-child)::before {
  background-color: #1F1F1F;
}
.popup-booking-widget .booking-links .rate-link:hover,
.popup-booking-widget .booking-links .reservation-link:hover {
  color: #1F1F1F;
}
.popup-booking-widget .booking-links .rate-link::after {
  background-position: -550px -220px;
}

.dates-selection-panel {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 0;
  display: block;
  height: 0;
  visibility: hidden;
  background: #FFFFFF;
}
.dates-selection-panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 218px;
  height: 16px;
  width: 16px;
  background-color: #FFFFFF;
  transform: translate(-50%, 50%) rotate(45deg);
}
@media only screen and (max-width: 1259px) {
  .dates-selection-panel::before {
    left: 184px;
  }
}
@media only screen and (max-width: 1023px) {
  .dates-selection-panel {
    display: none;
  }
}
.popup-booking-widget .dates-selection-panel {
  position: relative;
  bottom: auto;
  left: auto;
}
.popup-booking-widget .dates-selection-panel::before {
  display: none;
}
.dates-selection-panel-visible .dates-selection-panel {
  height: auto;
  visibility: visible;
  transform: none;
}
@media only screen and (max-width: 1023px) {
  .dates-selection-panel-visible .dates-selection-panel {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 30px 15px 15px;
    overflow-y: auto;
  }
}

#booking .booking-datepicker .ui-datepicker {
  position: relative;
  display: flex !important;
  justify-content: center;
  width: 853px !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 36px 30px 15px;
  box-shadow: none;
  background: none;
}
.popup-booking-widget #booking .booking-datepicker .ui-datepicker {
  width: 100% !important;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  #booking .booking-datepicker .ui-datepicker {
    display: flex;
    flex-direction: column;
  }
}
#booking .booking-datepicker .ui-datepicker .ui-datepicker-group {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  #booking .booking-datepicker .ui-datepicker .ui-datepicker-group {
    width: 100%;
  }
}
#booking .booking-datepicker .ui-datepicker .ui-datepicker-group.ui-datepicker-group-last {
  margin-left: 53px;
}
@media only screen and (max-width: 1023px) {
  #booking .booking-datepicker .ui-datepicker .ui-datepicker-group.ui-datepicker-group-last {
    margin: 0;
  }
}
#booking .booking-datepicker .ui-datepicker .ui-datepicker-group + .ui-datepicker-group {
  margin-left: 53px;
}
@media only screen and (max-width: 1023px) {
  #booking .booking-datepicker .ui-datepicker .ui-datepicker-group + .ui-datepicker-group {
    margin: 30px 0 0;
  }
}
#booking .booking-datepicker .ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}
#booking .booking-datepicker .ui-datepicker .ui-datepicker-calendar a {
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
}
#booking .booking-datepicker .ui-datepicker .ui-datepicker-calendar thead {
  border-bottom: 1px solid #435835;
}
#booking .booking-datepicker .ui-datepicker .ui-datepicker-calendar tr:first-child td {
  padding-top: 12px;
}
#booking .booking-datepicker .ui-datepicker .ui-datepicker-calendar th,
#booking .booking-datepicker .ui-datepicker .ui-datepicker-calendar td {
  font-family: "museo-sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 40px;
  font-weight: normal;
  color: #1F1F1F;
}
#booking .booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable span {
  color: #8B8B8B;
  background: none;
}
#booking .booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable span:hover {
  color: #8B8B8B;
  background: none;
}
#booking .booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a,
#booking .booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a,
#booking .booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  color: #FFFFFF;
  background-color: #435835;
}
#booking .booking-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  color: #435835;
  background: none;
}
#booking .booking-datepicker .ui-datepicker .ui-datepicker-header {
  margin-bottom: 18px;
}
#booking .booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-family: "museo-sans", Arial, sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  text-transform: initial;
  color: #1F1F1F;
}
#booking .booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
#booking .booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  height: 26px;
}
#booking .booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after,
#booking .booking-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
  top: 6px;
  height: 14px;
  width: 14px;
  border-color: #1F1F1F;
}

.options-selection-panel {
  display: block;
  overflow: hidden;
  text-align: center;
  height: 0;
  visibility: hidden;
}
.options-selection-panel-visible .options-selection-panel {
  height: auto;
  visibility: visible;
  transform: none;
}
@media only screen and (max-width: 1023px) {
  .options-selection-panel {
    display: none;
  }
}

.popup-booking-widget .hidden-options-trigger {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.popup-booking-widget .hidden-options-trigger:focus {
  outline-offset: -5px;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget .hidden-options-trigger {
    display: none;
  }
}

.options-selector {
  margin: 50px auto 135px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.options-selector h4 {
  font-family: "museo-sans", Arial, sans-serif;
  font-size: 27px;
  line-height: 32px;
  font-weight: normal;
  color: #1F1F1F;
  margin-bottom: 15px;
}
.options-selector .option {
  position: relative;
  flex-grow: 1;
  width: 100%;
  max-width: 180px;
}
.options-selector .option:not(:first-child) {
  margin-left: 60px;
}

.amount-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #1F1F1F;
}
.amount-widget .number {
  font-family: "museo-sans", Arial, sans-serif;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
}
.amount-widget button {
  box-sizing: content-box;
  width: 28px;
  padding: 9px;
  font-family: "museo-sans", Arial, sans-serif;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  color: #435835;
  overflow: hidden;
  transition: color 350ms ease-in-out;
}
.amount-widget button.plus::before {
  content: "+";
}
.amount-widget button.minus::before {
  content: "-";
}
.amount-widget button:hover, .amount-widget button:focus {
  color: #2D3A25;
}

.code-selection-panel {
  position: absolute;
  bottom: calc(100% + 15px);
  right: 308px;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  height: 0;
  width: 231px;
  padding: 15px 9px;
  visibility: hidden;
  text-align: center;
  background: #FFFFFF;
}
@media only screen and (max-width: 1259px) {
  .code-selection-panel {
    right: 270px;
  }
}
@media only screen and (max-width: 1023px) {
  .code-selection-panel {
    display: none;
  }
}
.code-selection-panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  height: 16px;
  width: 16px;
  background-color: #FFFFFF;
  transform: translate(-50%, 50%) rotate(45deg);
}
.popup-booking-widget .code-selection-panel {
  position: relative;
  bottom: auto;
  right: auto;
  width: 100%;
  max-width: 293px;
  padding: 0;
  transform: none;
}
.popup-booking-widget .code-selection-panel::before {
  display: none;
}
.code-selection-panel-visible .code-selection-panel {
  height: auto;
  visibility: visible;
}
@media only screen and (max-width: 1023px) {
  .code-selection-panel-visible .code-selection-panel {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    max-width: none;
    margin: 0;
    padding: 40px 40px 30px;
    overflow-y: auto;
  }
}
.popup-booking-widget.code-selection-panel-visible .code-selection-panel {
  margin: 48px auto 85px;
}
@media only screen and (max-width: 1023px) {
  .popup-booking-widget.code-selection-panel-visible .code-selection-panel {
    margin: 0 auto;
  }
}
.code-selection-panel .code-selection-panel-close-button {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  display: none;
  height: 28px;
  width: 28px;
  text-indent: -9999px;
  overflow: hidden;
}
.code-selection-panel .code-selection-panel-close-button::before, .code-selection-panel .code-selection-panel-close-button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  display: block;
  height: 100%;
  width: 2px;
  background-color: #1F1F1F;
  transition: background-color 350ms ease-in-out;
}
.code-selection-panel .code-selection-panel-close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.code-selection-panel .code-selection-panel-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.code-selection-panel .code-selection-panel-close-button:hover::before, .code-selection-panel .code-selection-panel-close-button:hover::after {
  background-color: #1F1F1F;
}
@media only screen and (max-width: 1023px) {
  .code-selection-panel-visible .code-selection-panel .code-selection-panel-close-button {
    display: block;
  }
}
.code-selection-panel h3 {
  font-family: "museo-sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #1F1F1F;
}
.popup-booking-widget .code-selection-panel h3 {
  display: none;
}
.code-selection-panel .code-types {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.popup-booking-widget .code-selection-panel .code-types {
  margin: 0;
}
.code-selection-panel .code-input:not(:first-child),
.code-selection-panel .select-wrapper:not(:first-child) {
  margin-top: 7px;
}
.popup-booking-widget .code-selection-panel .code-input:not(:first-child),
.popup-booking-widget .code-selection-panel .select-wrapper:not(:first-child) {
  margin-top: 19px;
}
.code-selection-panel input.code-input {
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
}
.code-selection-panel input.code-input::-moz-placeholder {
  color: #1F1F1F;
}
.code-selection-panel input.code-input::placeholder {
  color: #1F1F1F;
}
.code-selection-panel input.code-input:focus {
  color: #FFFFFF;
  background: #435835;
}
.code-selection-panel input.code-input:focus::-moz-placeholder {
  color: #FFFFFF;
}
.code-selection-panel input.code-input:focus::placeholder {
  color: #FFFFFF;
}
.code-selection-panel input.code-input,
.code-selection-panel .select-wrapper select {
  padding: 8px 10px 7px;
  font-family: "museo-sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #1F1F1F;
  background: #F4F4F4;
  text-transform: initial;
}
.popup-booking-widget .code-selection-panel input.code-input,
.popup-booking-widget .code-selection-panel .select-wrapper select {
  padding: 10px 19px 8px;
  font-size: 18px;
  line-height: 22px;
}
.code-selection-panel .select-wrapper select {
  height: auto;
  width: 100%;
  padding-right: 45px;
  border: none;
}
.code-selection-panel .select-wrapper .select-icon {
  top: auto;
  right: 11px;
  bottom: 11px;
  height: 8px;
  width: 13px;
  margin: 0;
  border: none;
  transform: none;
  background: url("../images/common.svg") -400px -220px no-repeat;
}
.popup-booking-widget .code-selection-panel .select-wrapper .select-icon {
  bottom: 50%;
  transform: translateY(50%);
}
.code-selection-panel .select-wrapper .select-icon svg {
  display: none;
}

.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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .homepage-additional-content .subpage .headings {
    max-width: none;
    right: 40px;
  }
}
.homepage-additional-content .subpage .headings h2 {
  font: 36px/47px "museo-sans", Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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 {
  float: left !important;
  width: 100%;
  max-width: 600px;
}
.admin .preview-item .promo .promo-thumbnail-wrapper {
  height: auto !important;
}
.admin .preview-item .promo .promo-thumbnail-wrapper img {
  display: block;
  width: 100%;
}

.promos-position-a {
  position: relative;
  z-index: 30;
}
@media only screen and (max-width: 1023px) {
  .promos-position-a.center-column {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .promos-position-a.center-column.single-promo {
    padding-right: 10px;
  }
}
.promos-position-a.single-promo {
  text-align: center;
}
.promos-position-a.single-promo .promo {
  float: none;
  display: inline-block;
  margin: 0 !important;
}
.promos-position-a .slideshow {
  position: relative;
  overflow: hidden;
}
.promos-position-a .promo {
  position: relative;
  float: left;
  width: calc(50% - 6px);
  overflow: hidden;
  white-space: normal;
  color: #1F1F1F;
}
.promos-position-a .promo:first-child {
  margin-right: 12px;
}
@media only screen and (max-width: 1023px) {
  .promos-position-a .promo {
    width: 100%;
  }
}
.promos-position-a .promo .promo-thumbnail-wrapper {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #F4F4F4;
  height: 470px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-position-a .promo .promo-thumbnail-wrapper {
    height: 270px;
  }
}
@media only screen and (max-width: 1023px) {
  .promos-position-a .promo .promo-thumbnail-wrapper {
    height: 260px;
  }
}
.promos-position-a .promo .promo-thumbnail {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transition: transform 600ms ease-in-out;
}
.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: #435835;
  border-bottom-color: #435835;
  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 .promo-thumbnail:hover {
  transform: scale(1.2);
}
.promos-position-a .promo h3 {
  font: 500 25px "InsigniaLTStd", serif;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.promos-position-a .promo h3 a {
  color: inherit;
  text-decoration: none;
}
.promos-position-a .promo p {
  font: 15px/1.5 "museo-sans", Arial, sans-serif;
  margin-bottom: 20px;
}
.promos-position-a .promo p + .price {
  margin-top: -20px;
}
.promos-position-a .promo .price {
  margin-bottom: 20px;
}
.promos-position-a .promo .price strong {
  font-weight: 700;
  font-size: 20px;
}
.promos-position-a .promo .promo-button {
  font: 700 14px/1 "museo-sans", Arial, sans-serif;
  text-transform: uppercase;
  color: #435835;
}
.promos-position-a .promo .promo-button:hover {
  color: #1F1F1F;
}
.promos-position-a .promo .promo-button + .promo-button {
  margin-left: 10px;
}
.promos-position-a .slideshow-button {
  top: 235px;
  width: 24px;
  height: 24px;
  border-color: #1F1F1F;
}
@media screen and (max-width: 1400px) {
  .promos-position-a .slideshow-button {
    border-color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-position-a .slideshow-button {
    top: 135px;
  }
}
.promos-position-a .slideshow-button:hover {
  border-color: #435835;
}
@media screen and (max-width: 1400px) {
  .promos-position-a .slideshow-button:hover {
    border-color: #1F1F1F;
  }
}
.promos-position-a .slideshow-button.previous {
  left: -40px;
}
@media screen and (max-width: 1400px) {
  .promos-position-a .slideshow-button.previous {
    left: 50px;
  }
}
.promos-position-a .slideshow-button.next {
  right: -40px;
}
@media screen and (max-width: 1400px) {
  .promos-position-a .slideshow-button.next {
    right: 50px;
  }
}
.promos-position-a .slideshow-pagination {
  margin: 75px 0 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .promos-position-a .slideshow-pagination {
    margin: 45px 0 0;
  }
}
.promos-position-a .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 1;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent;
  border: 1px solid #435835;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
  color: #1F1F1F;
}
.promos-position-a .slideshow-pagination > *:hover, .promos-position-a .slideshow-pagination > *.active {
  background: #435835;
  color: #FFFFFF;
}

#merchandising-tile {
  position: fixed;
  bottom: 0;
  right: -600px;
  width: 525px;
  z-index: 80;
  background-color: rgba(31, 31, 31, 0.95);
  color: white;
  height: 220px;
  transition: 1s;
}
@media only screen and (max-width: 1023px) {
  #merchandising-tile {
    bottom: 60px;
  }
}
.admin .preview-item #merchandising-tile {
  padding: 20px;
  position: relative;
  right: 0;
}
#merchandising-tile .promo-name {
  font-size: 18px;
  text-align: center;
  margin-top: 35px;
  text-transform: uppercase;
  font-family: "InsigniaLTStd", serif;
}
#merchandising-tile .promo-text {
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: center;
  font-family: "museo-sans", Arial, sans-serif;
}
#merchandising-tile .promo-content {
  text-align: center;
  padding: 0 40px 0 0;
}
.admin .preview-item #merchandising-tile .promo-content {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  padding-top: 10px;
  padding-right: 0;
}
#merchandising-tile .promo-content .button {
  margin-top: 10px;
  border: 1px solid white;
  background: transparent;
}
#merchandising-tile .promo-content .button:hover, #merchandising-tile .promo-content .button:focus {
  background-color: #2D3A25;
}
.admin .preview-item #merchandising-tile .promo-content .button {
  font-weight: normal;
  background: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
}
#merchandising-tile.merchandising-tile-active {
  right: 0;
}
@media only screen and (max-width: 1023px) {
  #merchandising-tile.merchandising-tile-active {
    width: 100%;
  }
  #merchandising-tile.merchandising-tile-active .img-overlay {
    width: 100%;
  }
}

.merchandising-open-btn {
  width: 40px;
  height: 220px;
  background-color: #435835;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  float: right;
}
@media only screen and (max-width: 1023px) {
  .merchandising-open-btn {
    bottom: 60px;
  }
}
.merchandising-open-btn .arrow-rotate {
  background: url(../images/right_arrow.svg) no-repeat 0 0;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  width: 25px;
  transform: rotate(0deg);
  transition: transform 1s;
}
.merchandising-open-btn .active-rotate {
  transform: rotate(180deg);
}

.reviews-slideshow {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow {
    padding-bottom: 75px;
  }
}
.reviews-slideshow h2 {
  font: 200 36px/1.2 "InsigniaLTStd", serif;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 60px);
  }
}
.reviews-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.reviews-slideshow .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: #525252;
  font-family: "museo-sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.reviews-slideshow .slide h3,
.reviews-slideshow .slide .copy {
  quotes: "«" "»";
}
.reviews-slideshow .slide h3:before,
.reviews-slideshow .slide .copy:before {
  content: open-quote;
  display: inline;
}
.reviews-slideshow .slide h3:after,
.reviews-slideshow .slide .copy:after {
  content: close-quote;
  display: inline;
}
.reviews-slideshow .slide h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #9B9B9B;
  text-transform: uppercase;
}
.reviews-slideshow .slide .copy {
  margin-top: 25px;
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
.reviews-slideshow .slide .name {
  margin-top: 25px;
  font-weight: 700;
}
.reviews-slideshow .slideshow-button {
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  z-index: 10;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button {
    display: none;
  }
}
.reviews-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.reviews-slideshow .slideshow-button.previous {
  left: 40px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

/* COMMON STYLES */
.rooms-category {
  border-top: 1px solid #F4F4F4;
  padding-top: 70px;
}
@media only screen and (max-width: 1023px) {
  .rooms-category {
    padding-top: 50px;
  }
}

.rooms-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rooms-entry {
  width: calc(50% - 6px);
  margin-bottom: 70px;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry {
    width: 100%;
    margin-bottom: 50px;
  }
}
.rooms-entry .thumbnails {
  padding-bottom: 75%;
  height: 0;
  position: relative;
}
.rooms-entry .room-description {
  padding-top: 20px;
  font-size: 15px;
  line-height: 1.533em;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .room-description {
    font-size: 13px;
    line-height: 1.77em;
  }
}
.rooms-entry .room-description .room-name {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .room-description .room-name {
    font-size: 15px;
  }
}
.rooms-entry .room-description nav .button {
  margin: 15px 15px 0 0;
}

.rooms-entry .room-gallery-slideshow, .single-room .room-gallery-slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .room-gallery-slideshow, .single-room .room-gallery-slideshow {
    overflow: visible;
  }
}
.rooms-entry .room-gallery-slideshow .slideshow-wrapper, .single-room .room-gallery-slideshow .slideshow-wrapper {
  height: 100%;
  display: flex;
}
.rooms-entry .room-gallery-slideshow .slide, .single-room .room-gallery-slideshow .slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 10;
}
.rooms-entry .room-gallery-slideshow .slideshow-button, .single-room .room-gallery-slideshow .slideshow-button {
  top: auto;
  bottom: 0;
  left: auto;
  transform: rotate(0) translateY(0);
}
.rooms-entry .room-gallery-slideshow .slideshow-button.previous, .single-room .room-gallery-slideshow .slideshow-button.previous {
  transform: rotate(-180deg);
  right: 52px;
}
.rooms-entry .room-gallery-slideshow .slideshow-button.next, .single-room .room-gallery-slideshow .slideshow-button.next {
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .room-gallery-slideshow .slideshow-button, .single-room .room-gallery-slideshow .slideshow-button {
    display: none;
  }
}
.rooms-entry .room-gallery-slideshow .rooms-item-gallery, .single-room .room-gallery-slideshow .rooms-item-gallery {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
}
.rooms-entry .thumbnails, .single-room .thumbnails {
  padding-bottom: 75%;
  height: 0;
  position: relative;
}
.rooms-entry .thumb-descr-wrapper, .single-room .thumb-descr-wrapper {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .thumb-descr-wrapper, .single-room .thumb-descr-wrapper {
    flex-flow: unset;
    display: block;
    width: auto;
  }
}
.rooms-entry .thumb-descr-wrapper .thumbnails, .single-room .thumb-descr-wrapper .thumbnails {
  width: 100%;
}
.rooms-entry .thumb-descr-wrapper .room-description, .single-room .thumb-descr-wrapper .room-description {
  width: 40%;
  text-align: left;
  align-self: center;
  padding-right: 4vw;
}
@media only screen and (max-width: 1023px) {
  .rooms-entry .thumb-descr-wrapper .room-description, .single-room .thumb-descr-wrapper .room-description {
    width: 100%;
    padding-right: 0;
  }
}
.rooms-entry .thumb-descr-wrapper .room-description nav, .single-room .thumb-descr-wrapper .room-description nav {
  margin-bottom: 20px;
}
.rooms-entry .view-tour, .single-room .view-tour {
  position: relative;
  padding-left: 50px;
}
.rooms-entry .view-tour:after, .single-room .view-tour:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  display: block;
  width: 20px;
  height: 13px;
  background-image: url("../images/360-mini-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.rooms-entry .view-tour:hover:after, .single-room .view-tour:hover:after {
  background-image: url("../images/360-mini.svg");
}

.room .amenities, .room .features {
  display: inline-block;
  width: 37%;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .room .amenities, .room .features {
    width: 49%;
  }
}
.room .amenities ul, .room .features ul {
  -moz-columns: 2;
  columns: 2;
  text-align: left;
  display: inline-block;
  margin: 20px 0;
}
@media only screen and (max-width: 1023px) {
  .room .amenities ul, .room .features ul {
    -moz-columns: 1;
    columns: 1;
  }
}
.room .amenities ul li:before {
  display: none;
}
.room .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
}
.room .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.room .price {
  display: inline-block;
  margin: 20px 0;
  font-weight: bold;
  text-decoration: none;
}
.room .price .number {
  font-size: 1.5em;
}
.room .thumbnails {
  position: relative;
  margin: 0 auto;
  max-width: 50%;
  padding-bottom: 30%;
  float: none;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .room .thumbnails {
    width: 100%;
    padding-bottom: 50%;
    max-width: none;
  }
}
@media only screen and (max-width: 1023px) {
  .room .thumbnails {
    width: 100%;
    padding-bottom: 50%;
    max-width: none;
  }
}
.room .thumbnails img {
  display: block;
  width: 100%;
  height: auto;
}
.room nav .button {
  margin-bottom: 10px;
}

.rooms-slider-view .category-selector {
  padding: 0 10px;
}

.rooms-slideshow-wrapper {
  padding-bottom: 28%;
  height: 0;
  position: relative;
  background-color: #5e5e5e;
  margin: 10vw 0;
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper {
    padding-bottom: 0;
    height: auto;
    background-color: #fff;
  }
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper {
    padding-left: 10px;
    margin: 0;
  }
}
.rooms-slideshow-wrapper .slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow {
    position: relative;
  }
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow {
    overflow: visible;
  }
}
.rooms-slideshow-wrapper .slideshow .slideshow-wrapper {
  height: 100%;
  display: flex;
}
.rooms-slideshow-wrapper .slideshow .slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 350ms ease-in-out;
}
.rooms-slideshow-wrapper .slideshow .slide.swiper-slide-active {
  transform: scale(1.6);
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow .slide.swiper-slide-active {
    transform: scale(1);
  }
}
.rooms-slideshow-wrapper .slideshow .slide.swiper-slide-active .room-thumbnail:before {
  opacity: 0.2;
}
.rooms-slideshow-wrapper .slideshow .slide.swiper-slide-active .room-description {
  opacity: 1;
  visibility: visible;
}
.rooms-slideshow-wrapper .slideshow .slideshow-button {
  margin-top: -11px;
  width: 22px;
  height: 22px;
  color: #fff;
}
.rooms-slideshow-wrapper .slideshow .slideshow-button.swiper-button-disabled {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow .slideshow-button {
    display: none;
  }
}
.rooms-slideshow-wrapper .slideshow .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  color: #fff;
  font: 13px/1.77em "InsigniaLTStd", serif;
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow .swiper-pagination {
    display: none;
  }
}
.rooms-slideshow-wrapper .slideshow .slideshow-pagination {
  margin: 75px 0 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow .slideshow-pagination {
    margin: 45px 0 0;
  }
}
.rooms-slideshow-wrapper .slideshow .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 1;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent;
  border: 1px solid #435835;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
  color: #1F1F1F;
}
.rooms-slideshow-wrapper .slideshow .slideshow-pagination > *:hover, .rooms-slideshow-wrapper .slideshow .slideshow-pagination > *.active {
  background: #435835;
  color: #FFFFFF;
}
.rooms-slideshow-wrapper .slideshow .room-thumbnail {
  background-color: #000;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rooms-slideshow-wrapper .slideshow .room-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow .room-thumbnail:before {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow .room-thumbnail {
    position: relative;
  }
  .rooms-slideshow-wrapper .slideshow .room-thumbnail:after {
    content: "";
    display: block;
    padding-bottom: 69%;
    height: 0;
  }
}
.rooms-slideshow-wrapper .slideshow .room-thumbnail .thumb-link {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow .room-thumbnail .thumb-link {
    display: block;
    color: #fff;
  }
}
.rooms-slideshow-wrapper .slideshow .room-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  text-align: left;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow .room-description {
    position: relative;
    padding: 15px 15px 0;
    left: auto;
    bottom: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow .room-description {
    padding: 15px 0;
    opacity: 1;
    visibility: visible;
  }
}
.rooms-slideshow-wrapper .slideshow .room-description .details {
  position: relative;
}
.rooms-slideshow-wrapper .slideshow .room-description .close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 25px;
  width: 25px;
  font-size: 0;
}
.rooms-slideshow-wrapper .slideshow .room-description .close:before, .rooms-slideshow-wrapper .slideshow .room-description .close:after {
  position: absolute;
  top: 0;
  left: 15px;
  content: " ";
  height: 25px;
  width: 1px;
  background-color: #000;
}
.rooms-slideshow-wrapper .slideshow .room-description .close:before {
  transform: rotate(45deg);
}
.rooms-slideshow-wrapper .slideshow .room-description .close:after {
  transform: rotate(-45deg);
}
.rooms-slideshow-wrapper .slideshow .room-description .room-name {
  font-family: "InsigniaLTStd", serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow .room-description .room-name {
    color: #333;
  }
}
@media only screen and (max-width: 1023px) {
  .rooms-slideshow-wrapper .slideshow .room-description .room-name {
    padding-left: 10px;
  }
}
.rooms-slideshow-wrapper .slideshow .room-description .additional-info-list {
  margin-top: 40px;
}
.rooms-slideshow-wrapper .slideshow .room-description nav .button {
  margin: 11px 5px 0 0;
  font-size: 8px;
  line-height: 26px;
  height: 26px;
  padding: 0 13px;
}
.rooms-slideshow-wrapper .slideshow .room-description nav .button.button-transparent {
  line-height: 26px;
}
.rooms-slideshow-wrapper .slideshow .details {
  display: none;
  max-width: 50%;
  background: rgba(255, 255, 255, 0.85);
  padding: 2%;
  font-size: 10px;
  line-height: 1.704em;
}
.rooms-slideshow-wrapper .slideshow .details.active {
  display: block;
}
.rooms-slideshow-wrapper .slideshow .details .room-name {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.rooms-slideshow-wrapper .slideshow .details nav .button {
  margin-top: 40px;
  font-size: 8px;
  height: 22px;
  line-height: 22px;
}
.rooms-slideshow-wrapper .slideshow .details.active + .room-name {
  display: none;
}
.rooms-slideshow-wrapper .slideshow .see-details.active {
  position: relative;
}
.rooms-slideshow-wrapper .slideshow .see-details.active .to-details {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid rgba(255, 255, 255, 0.85);
}

.header-inside-photo-wrapper {
  position: relative;
}
.header-inside-photo-wrapper.home-page h1 {
  bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .header-inside-photo-wrapper.home-page h1 {
    bottom: 50px;
  }
}
.header-inside-photo-wrapper h1 {
  font: 200 54px/1.2 "InsigniaLTStd", serif;
  margin-bottom: 19px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  color: #FFFFFF;
  z-index: 40;
  width: 90%;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .header-inside-photo-wrapper h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: normal;
  }
}
@media only screen and (max-width: 1023px) {
  .room-single-page .header-inside-photo-wrapper h1 {
    position: relative;
    transform: none;
    left: auto;
    bottom: auto;
    margin-top: 90px;
    color: #1F1F1F;
    width: auto;
    text-align: left;
    padding: 0 10px;
  }
}

/* COMMON STYLES */
.venues-category + .venues-category, .venue-entry + .venue-entry {
  margin-top: 125px;
}
@media only screen and (max-width: 1023px) {
  .venues-category + .venues-category, .venue-entry + .venue-entry {
    margin-top: 90px;
  }
}

.venue-entry {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .venue-entry {
    padding-bottom: 60px;
  }
}
.venue-entry .venue-entry-content {
  display: flex;
  flex-wrap: wrap;
}
.venue-entry .decoration-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .venue-entry .decoration-pattern {
    bottom: 0;
  }
}
.venue-entry .thumbnails-side {
  width: 60%;
}
@media only screen and (max-width: 1023px) {
  .venue-entry .thumbnails-side {
    width: 100%;
  }
}
.venue-entry .description-side {
  width: 40%;
  position: relative;
  z-index: 10;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .venue-entry .description-side {
    width: 100%;
  }
}
.venue-entry .thumbnails {
  padding-top: 69%;
  height: 0;
  position: relative;
}
.venue-entry .venue-gallery-slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .venue-entry .venue-gallery-slideshow {
    overflow: visible;
  }
}
.venue-entry .venue-gallery-slideshow .slideshow-wrapper {
  height: 100%;
  display: flex;
}
.venue-entry .venue-gallery-slideshow .slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 10;
}
.venue-entry .venue-gallery-slideshow .slideshow-button {
  top: auto;
  bottom: 0;
  left: auto;
  transform: rotate(0) translateY(0);
}
.venue-entry .venue-gallery-slideshow .slideshow-button.previous {
  transform: rotate(-180deg);
  right: 52px;
}
.venue-entry .venue-gallery-slideshow .slideshow-button.next {
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .venue-entry .venue-gallery-slideshow .slideshow-button {
    display: none;
  }
}
.venue-entry .venue-description {
  flex-grow: 1;
  padding: 15%;
  margin: 10% 0;
  position: relative;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.533em;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venue-entry .venue-description {
    padding: 40px;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .venue-entry .venue-description {
    font-size: 13px;
    line-height: 1.77em;
    padding: 20px;
    margin: 0 10px;
  }
}
.venue-entry .venue-description:before {
  content: "";
  position: absolute;
  border: 1px solid #F4F4F4;
  top: 0;
  bottom: 0;
  right: 0;
  left: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venue-entry .venue-description:before {
    left: 0;
    top: -20px;
  }
}
@media only screen and (max-width: 1023px) {
  .venue-entry .venue-description:before {
    left: 0;
    top: -10px;
  }
}
.venue-entry .venue-description .subheader {
  font: 14px/1 "museo-sans", Arial, sans-serif;
  text-transform: uppercase;
  padding: 17px 0;
}
.venue-entry .venue-description .venue-name {
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .venue-entry .venue-description .venue-name {
    font-size: 24px;
  }
}
.venue-entry .venue-description nav .button {
  margin: 15px 15px 0 0;
}
.venue-entry:nth-child(even) .decoration-pattern {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .venue-entry:nth-child(even) .thumbnails-side {
    order: 1;
  }
}
.venue-entry:nth-child(even) .venue-description:before {
  right: -40px;
  left: 0;
}
.alternative-order .venue-entry:nth-child(even) .decoration-pattern {
  display: block;
}
.alternative-order .venue-entry:nth-child(even) .thumbnails-side {
  order: 0;
}
.alternative-order .venue-entry:nth-child(even) .venue-description:before {
  left: -40px;
  right: 0;
}
.alternative-order .venue-entry:nth-child(odd) .decoration-pattern {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .alternative-order .venue-entry:nth-child(odd) .thumbnails-side {
    order: 1;
  }
}
.alternative-order .venue-entry:nth-child(odd) .venue-description:before {
  right: -40px;
  left: 0;
}

.venue .amenities ul, .venue .features ul {
  -moz-columns: 2;
  columns: 2;
  text-align: left;
  display: inline-block;
  margin: 20px 0;
}
@media only screen and (max-width: 1023px) {
  .venue .amenities ul, .venue .features ul {
    -moz-columns: 1;
    columns: 1;
  }
}
.venue .amenities ul li:before {
  display: none;
}
.venue .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
}
.venue .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.venue .price {
  display: inline-block;
  margin: 20px 0;
  font-weight: bold;
  text-decoration: none;
}
.venue .price .number {
  font-size: 1.5em;
}
.venue .thumbnail {
  position: relative;
  margin: 0 auto;
  max-width: 50%;
  float: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .venue .thumbnail {
    width: 100%;
    max-width: none;
  }
}
.venue .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.venue nav .button {
  margin-bottom: 10px;
}

.venues-slider-view .category-selector .button {
  display: inline-block;
}

.venues-slideshow-wrapper {
  padding-bottom: 56%;
  height: 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .venues-slideshow-wrapper {
    padding-bottom: 0;
    height: auto;
  }
}
.venues-slideshow-wrapper .slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .venues-slideshow-wrapper .slideshow {
    position: relative;
  }
}
@media only screen and (max-width: 1023px) {
  .venues-slideshow-wrapper .slideshow {
    overflow: visible;
  }
}
.venues-slideshow-wrapper .slideshow .slideshow-wrapper {
  height: 100%;
  display: flex;
}
.venues-slideshow-wrapper .slideshow .slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.venues-slideshow-wrapper .slideshow .slideshow-button {
  margin-top: -11px;
  width: 22px;
  height: 22px;
}
.venues-slideshow-wrapper .slideshow .slideshow-button.swiper-button-disabled {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .venues-slideshow-wrapper .slideshow .slideshow-button {
    display: none;
  }
}
.venues-slideshow-wrapper .slideshow .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  color: #fff;
  font: 13px/1.77em "InsigniaLTStd", serif;
}
@media only screen and (max-width: 1023px) {
  .venues-slideshow-wrapper .slideshow .swiper-pagination {
    display: none;
  }
}
.venues-slideshow-wrapper .slideshow .venues-thumbnail {
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .venues-slideshow-wrapper .slideshow .venues-thumbnail {
    position: relative;
  }
  .venues-slideshow-wrapper .slideshow .venues-thumbnail:after {
    content: "";
    display: block;
    padding-bottom: 69%;
    height: 0;
  }
}
.venues-slideshow-wrapper .slideshow .venues-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .venues-slideshow-wrapper .slideshow .venues-description {
    position: relative;
    padding: 15px 15px 0;
    left: auto;
    bottom: auto;
  }
}
.venues-slideshow-wrapper .slideshow .venues-description .venues-name {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .venues-slideshow-wrapper .slideshow .venues-description .venues-name {
    color: #333;
  }
}
.venues-slideshow-wrapper .slideshow .venues-description nav .button {
  margin: 20px 15px 0 0;
}
.venues-slideshow-wrapper .slideshow .details {
  display: none;
  max-width: 70%;
  background: #fff;
  padding: 8% 5.55%;
  font-size: 13px;
  line-height: 1.704em;
}
.venues-slideshow-wrapper .slideshow .details.active {
  display: block;
}
.venues-slideshow-wrapper .slideshow .details .venues-name {
  color: #111;
  margin-bottom: 20px;
}
.venues-slideshow-wrapper .slideshow .details nav .button {
  margin-top: 40px;
}
.venues-slideshow-wrapper .slideshow .details.active + .room-name {
  display: none;
}

#feeds {
  position: relative;
  z-index: 10;
}
#feeds.loading {
  min-height: 400px;
}
#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: #435835;
  border-bottom-color: #435835;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1023px) {
  #feeds .category-selector .button {
    padding: 0 28px;
    font-size: 13px;
    line-height: 1.77em;
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
  padding: 0 15px;
}
@media only screen and (max-width: 1023px) {
  #feeds .feed-content {
    overflow-x: auto;
    padding: 0 5px;
  }
}
#feeds .feed-items {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  #feeds .feed-items {
    flex-wrap: nowrap;
  }
}
#feeds .feed-item {
  position: relative;
  width: calc((100% - 40px) / 4);
  height: auto;
  float: left;
  font: italic 14px/18px "museo-sans", Arial, sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  transition: opacity 350ms ease-in-out;
  margin: 10px 5px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #feeds .feed-item {
    width: calc((100% - 30px) / 3);
  }
}
@media only screen and (max-width: 1023px) {
  #feeds .feed-item {
    flex-shrink: 0;
    width: 80vw;
  }
}
#feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
#feeds .feed-item:hover {
  opacity: 0.86;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
#feeds .feed-item.instagram .feed-thumb div {
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  font: 14px/18px "museo-sans", Arial, sans-serif;
  text-align: left;
  color: #ffffff;
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  transition: all 350ms ease-in-out;
  padding-right: 30px;
  text-decoration: none;
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "museo-sans", Arial, sans-serif;
  font-weight: 200;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-item.instagram .feed-descr {
  display: none;
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.blog h3 {
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 350ms ease-in-out;
}
#feeds .feed-item.blog h3:hover {
  opacity: 0.7;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  #feeds .feed-controls {
    display: none;
  }
}

.blog-feed .blog-feed-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .blog-feed .blog-feed-items {
    flex-direction: column;
  }
}
.blog-feed .blog-feed-items > a {
  width: calc((100% - 30px) / 3);
  height: auto;
  margin: 0 0 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .blog-feed .blog-feed-items > a {
    width: 100%;
  }
}
.blog-feed .blog-feed-items > a:last-child {
  margin: 0;
}
.blog-feed .blog-entry {
  position: relative;
  padding-bottom: 100%;
}
.blog-feed .entry-description {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-family: "museo-sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #FFFFFF;
  overflow: hidden;
}
.blog-feed .entry-description::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(31, 31, 31, 0.5);
}
.blog-feed .entry-description:hover img {
  transform: scale(1.1);
}
.blog-feed .entry-description img {
  transform: scale(1);
  transition: transform 350ms ease-in-out;
}
.blog-feed .entry-description time {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25%;
  width: 100%;
  padding: 30px 30px 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-feed .entry-description h5 {
  position: absolute;
  z-index: 2;
  top: 25%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75%;
  width: 100%;
  padding: 15px 30px 30px;
  text-align: center;
}
.blog-feed .blog-feed-link {
  display: block;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .blog-feed .blog-feed-link {
    display: none;
  }
}

.video-acm {
  padding: 90px 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .video-acm {
    padding: 20px 0;
  }
  .video-acm:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 28%;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
}
#main-content + .video-acm {
  padding-top: 40px;
}
@media only screen and (max-width: 1023px) {
  #main-content + .video-acm {
    padding-top: 0;
  }
}
.video-acm .decoration-pattern {
  background-color: #F3F2EC;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75%;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .video-acm .decoration-pattern {
    bottom: 11%;
  }
}
.video-acm .acm-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #F4F4F4;
}
@media only screen and (max-width: 1023px) {
  .video-acm .acm-content-wrapper {
    background: transparent;
    border: none;
  }
}
.video-acm .video-side {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .video-acm .video-side {
    width: 100%;
  }
}
.video-acm .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 57%;
  height: 0;
  background-color: #F4F4F4;
  overflow: hidden;
}
.video-acm .video-wrapper .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  cursor: pointer;
}
.video-acm .video-wrapper .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #F4F4F4;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.5s;
}
@media only screen and (max-width: 1023px) {
  .video-acm .video-wrapper .play-button {
    width: 50px;
    height: 50px;
  }
}
.video-acm .video-wrapper .play-button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-8px, -50%);
  width: 0;
  height: 0;
  border-left: 22px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
@media only screen and (max-width: 1023px) {
  .video-acm .video-wrapper .play-button:before {
    transform: translate(-4px, -50%);
    border-left: 12px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
}
.video-acm .video-wrapper .play-button:hover {
  background-color: #000;
}
.video-acm iframe {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-acm .text-side {
  width: 40%;
}
@media only screen and (max-width: 1023px) {
  .video-acm .text-side {
    width: 100%;
  }
}
.video-acm .text-wrapper {
  padding: 60px;
  box-sizing: border-box;
  border-left: 1px solid #F4F4F4;
}
@media only screen and (max-width: 1023px) {
  .video-acm .text-wrapper {
    padding: 40px 25px;
    background: #fff;
    margin: 0 10px;
    border: 1px solid #F4F4F4;
  }
}
.video-acm .text-wrapper h2 {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .video-acm .text-wrapper h2 {
    margin-bottom: 20px;
  }
}

#footer {
  position: relative;
  padding: 28px 0 72px;
  font-size: 13px;
  text-align: center;
  z-index: 1;
  background-color: #1F1F1F;
}
@media only screen and (max-width: 1023px) {
  #footer {
    padding-bottom: 66px;
  }
}
#footer .footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}
#footer .footer-social li:not(:first-child) {
  margin-left: 18px;
}
#footer .footer-social .twitter,
#footer .footer-social .instagram,
#footer .footer-social .facebook {
  display: block;
  height: 40px;
  width: 40px;
  background: url("../images/sprite-branded.svg") 0 -100px no-repeat;
  transition: opacity 350ms ease-in-out;
}
#footer .footer-social .twitter:hover,
#footer .footer-social .instagram:hover,
#footer .footer-social .facebook:hover {
  opacity: 0.9;
}
#footer .footer-social .instagram {
  background-position: -50px -100px;
}
#footer .footer-social .facebook {
  background-position: -100px -100px;
}
#footer .center-column {
  max-width: 1300px;
}

#footer-menu {
  margin-bottom: 40px;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  #footer-menu {
    margin-bottom: 25px;
    text-align: left;
    padding: 0 12px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
#footer-menu li {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  #footer-menu li {
    display: block;
    margin-bottom: 25px;
  }
}
#footer-menu a {
  display: block;
  margin: 0 15px;
  font: 13px/1.5 "museo-sans", Arial, sans-serif;
  color: #F3F2EC;
  text-decoration: none;
  text-transform: uppercase;
}
#footer-menu a:hover {
  color: #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  #footer-menu a {
    margin: 0 20px 0 0;
  }
}
#footer-menu a.active {
  font-weight: 700;
}

.row1 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .row1 {
    flex-direction: column;
  }
}
.row1 #footer-logos {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .row1 #footer-logos {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .row1 #footer-logos {
    order: 2;
    width: 100%;
    margin-bottom: 0;
  }
}
.row1 #footer-logos li {
  width: 20%;
  display: inline-block;
}
.row1 #footer-logos li a {
  display: block;
  width: 100%;
  transition: 0.1s;
  transform: scale(1);
}
.row1 #footer-logos li a img {
  width: 100%;
  height: auto;
}
.row1 #footer-logos li a:hover {
  transform: scale(1.1);
}
.row1 #footer-logos li.excelence, .row1 #footer-logos li.staywell {
  max-width: 60px;
}
.row1 #newsletter {
  position: relative;
  font-size: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .row1 #newsletter {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1023px) {
  .row1 #newsletter {
    order: 1;
    width: 100%;
    font-size: 0;
  }
}
.row1 #newsletter .success {
  display: none;
  color: #FFFFFF;
  font-size: 16px;
  transition: opacity 300ms;
  margin-bottom: 30px;
}
.row1 #newsletter h2 {
  font: 25px "InsigniaLTStd", serif;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.row1 #newsletter .flex-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1023px) {
  .row1 #newsletter .flex-wrap {
    flex-direction: column;
  }
}
.row1 #newsletter label {
  display: none;
}
.row1 #newsletter label.checkbox-label {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
  width: 95%;
  float: none;
  letter-spacing: 0.003em;
}
.row1 #newsletter label.checkbox-label a {
  color: #FFFFFF;
}
.row1 #newsletter label.checkbox-label input[type=checkbox] {
  margin-right: 7px;
}
.row1 #newsletter label.checkbox-label em {
  position: relative;
  top: 0;
  left: 0;
}
.row1 #newsletter p,
.row1 #newsletter .flex-wrap .form-builder-field,
.row1 #newsletter .checkbox {
  position: relative;
  margin: 0 0 10px 0;
  width: 100%;
  margin-right: 10px;
}
.row1 #newsletter p:last-child,
.row1 #newsletter .flex-wrap .form-builder-field:last-child,
.row1 #newsletter .checkbox:last-child {
  margin-right: 0;
}
.row1 #newsletter p.small-width, .row1 #newsletter p[class*=inputzip_], .row1 #newsletter p[class*=inputsubmit_],
.row1 #newsletter .flex-wrap .form-builder-field.small-width,
.row1 #newsletter .flex-wrap .form-builder-field[class*=inputzip_],
.row1 #newsletter .flex-wrap .form-builder-field[class*=inputsubmit_],
.row1 #newsletter .checkbox.small-width,
.row1 #newsletter .checkbox[class*=inputzip_],
.row1 #newsletter .checkbox[class*=inputsubmit_] {
  width: 60%;
}
@media only screen and (max-width: 1023px) {
  .row1 #newsletter p.small-width, .row1 #newsletter p[class*=inputzip_], .row1 #newsletter p[class*=inputsubmit_],
  .row1 #newsletter .flex-wrap .form-builder-field.small-width,
  .row1 #newsletter .flex-wrap .form-builder-field[class*=inputzip_],
  .row1 #newsletter .flex-wrap .form-builder-field[class*=inputsubmit_],
  .row1 #newsletter .checkbox.small-width,
  .row1 #newsletter .checkbox[class*=inputzip_],
  .row1 #newsletter .checkbox[class*=inputsubmit_] {
    width: 100%;
  }
}
.row1 #newsletter p input[type=email],
.row1 #newsletter .flex-wrap .form-builder-field input[type=email],
.row1 #newsletter .checkbox input[type=email] {
  width: 100% !important;
}
@media only screen and (max-width: 1023px) {
  .row1 #newsletter p,
  .row1 #newsletter .flex-wrap .form-builder-field,
  .row1 #newsletter .checkbox {
    width: 100%;
    margin-bottom: 10px;
  }
}
.row1 #newsletter em {
  color: #617C6D;
  position: absolute;
  top: 9px;
  left: 13px;
  font-size: 11px;
}
.row1 #newsletter input[type=text] {
  flex-grow: 1;
  display: inline-block;
  vertical-align: top;
  height: 39px;
  width: 100%;
  padding: 0 19px;
  background: #FFFFFF;
  border: 1px solid rgba(31, 31, 31, 0.25);
  font-size: 13px;
  line-height: 39px;
}
.row1 #newsletter input[type=text]::-webkit-input-placeholder {
  color: #1F1F1F;
}
.row1 #newsletter input[type=text]:-moz-placeholder {
  color: #1F1F1F;
}
.row1 #newsletter input[type=text]::-moz-placeholder {
  color: #1F1F1F;
}
.row1 #newsletter input[type=text]:-ms-input-placeholder {
  color: #1F1F1F;
}
.row1 #newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #525252;
}
.row1 #newsletter input[type=text]:focus:-moz-placeholder {
  color: #525252;
}
.row1 #newsletter input[type=text]:focus::-moz-placeholder {
  color: #525252;
}
.row1 #newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #525252;
}
.row1 #newsletter .button,
.row1 #newsletter input[type=submit] {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  color: #1F1F1F;
  background: #C09951;
  transition: background-color 350ms ease-in-out;
}
.row1 #newsletter .button:hover, .row1 #newsletter .button:active,
.row1 #newsletter input[type=submit]:hover,
.row1 #newsletter input[type=submit]:active {
  color: #1F1F1F;
  background-color: #b68d42;
}
.row1 #newsletter .checkbox {
  margin: 0 !important;
}
.row1 #newsletter .checkbox .checkbox-label {
  margin: 20px auto 0 auto;
  text-align: center;
}
.row1 #newsletter .checkbox .checkbox-label > em {
  display: none;
}
.row1 #newsletter .checkbox p {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}
.row1 #newsletter legend {
  display: none !important;
}

.row2 {
  color: #F3F2EC;
  display: flex;
  flex-direction: row;
  padding-top: 40px;
  padding-bottom: 15px;
  border-top: 1px solid #F3F2EC;
}
@media screen and (max-width: 1260px) {
  .row2 {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .row2 {
    flex-direction: column;
    text-align: center;
  }
}
.row2 #footer-contacts {
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 1260px) {
  .row2 #footer-contacts {
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .row2 #footer-contacts {
    text-align: center;
  }
}
.row2 #footer-contacts p {
  display: inline-block;
}
.row2 #footer-contacts a {
  color: #F3F2EC;
}
.row2 #footer-contacts a:hover {
  color: #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  .row2 #footer-contacts .address {
    display: block;
    margin-bottom: 17px;
  }
}
.row2 #footer-contacts .sep {
  margin: 0 18px;
}
@media only screen and (max-width: 1023px) {
  .row2 #footer-contacts .sep.sep-desktop {
    display: none;
  }
}
.row2 #footer-contacts .phone a {
  text-decoration: none;
}
.row2 #footer-contacts .phone a:hover {
  text-decoration: underline;
}
.row2 #footer-contacts .phone-icon {
  position: relative;
  padding-left: 22px;
}
.row2 #footer-contacts .phone-icon:before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../images/sprite-branded.svg") 0 -75px no-repeat;
}
.row2 .ic-logo {
  display: block;
  width: 170px;
  margin: -15px 0 0 70px;
}
@media screen and (max-width: 1260px) {
  .row2 .ic-logo {
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 1023px) {
  .row2 .ic-logo {
    margin: 20px auto 0;
  }
}
.row2 .socials {
  margin-left: auto;
  font-size: 0;
  flex-shrink: 0;
}
.row2 .socials li {
  display: inline-block;
  margin: 0 0 10px 20px;
}
@media screen and (max-width: 1260px) {
  .row2 .socials {
    margin: 40px 0 0;
  }
  .row2 .socials li:first-child {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .row2 .socials {
    margin: 40px 0 0;
  }
  .row2 .socials li:first-child {
    margin: 0 0 10px 0;
  }
}
.row2 .socials a {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite-branded.svg") 0 -25px no-repeat;
  transition: 0.1s;
  transform: scale(1);
  color: #FFFFFF;
}
@media screen and (max-width: 1260px) {
  .row2 .socials a {
    display: inline-block;
  }
}
@media only screen and (max-width: 1023px) {
  .row2 .socials a {
    display: inline-block;
  }
}
.row2 .socials a:hover {
  transform: scale(1.5);
}
.row2 .socials a.facebook {
  background-position: 0 -25px;
  width: 8px;
}
.row2 .socials a.twitter {
  background-position: -25px -25px;
  height: 15px;
  width: 19px;
}
.row2 .socials a.instagram {
  background-position: -50px -25px;
}
.row2 .socials a.pinterest {
  background-position: -75px -25px;
  width: 14px;
}
.row2 .socials a.linkedin {
  background-position: -100px -25px;
  width: 18px;
}
.row2 .socials a.tripadvisor {
  background-position: -125px -25px;
  height: 14px;
  width: 24px;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  /* 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;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 10px 0 0 10px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  background: #F4F4F4;
  font-size: 14px;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) 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: 1023px) {
  #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: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#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: #435835;
  border-bottom-color: #435835;
  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: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #000;
}
@media only screen and (max-width: 1023px) 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: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px 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;
  top: 0;
  background: #000;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-info .galleria-info-description {
    font-size: 12px;
  }
}

#share-this-site-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
}
#share-this-site-overlay .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 140px;
  padding: 20px;
  margin: -90px 0 0 -230px;
  background: #327d7d;
}
#share-this-site-overlay .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  z-index: 2;
}
#share-this-site-overlay .close-button:hover {
  background-position: -37px 0;
}
#share-this-site-overlay .close-button:active {
  background-position: -74px 0;
}

#share-this-site {
  padding: 0;
  margin: 0 5px 5px;
  width: 420px;
}
#share-this-site li {
  float: left;
  width: 130px;
  margin: 0 5px;
  font-size: 0;
}
#share-this-site a {
  position: relative;
  display: block;
  height: 16px;
  margin: 5px 0;
  padding-left: 20px;
  font: 12px/16px "InsigniaLTStd", serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7fcfc;
}
#share-this-site a:hover {
  color: #6dc7c7;
}
#share-this-site a .icon {
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url(../images/share.png) 0 0 no-repeat;
}
#share-this-site a.share_facebook .icon {
  background-position: 0 0;
}
#share-this-site a.share_facebook:hover .icon {
  background-position: -36px 0;
}
#share-this-site a.share_twitter .icon {
  background-position: 0 -36px;
}
#share-this-site a.share_twitter:hover .icon {
  background-position: -36px -36px;
}
#share-this-site a.share_tumblr .icon {
  background-position: 0 -72px;
}
#share-this-site a.share_tumblr:hover .icon {
  background-position: -36px -72px;
}
#share-this-site a.share_linkedin .icon {
  background-position: 0 -108px;
}
#share-this-site a.share_linkedin:hover .icon {
  background-position: -36px -108px;
}
#share-this-site a.share_digg .icon {
  background-position: 0 -144px;
}
#share-this-site a.share_digg:hover .icon {
  background-position: -36px -144px;
}
#share-this-site a.share_delicious .icon {
  background-position: 0 -180px;
}
#share-this-site a.share_delicious:hover .icon {
  background-position: -36px -180px;
}
#share-this-site a.share_stumbleupon .icon {
  background-position: 0 -216px;
}
#share-this-site a.share_stumbleupon:hover .icon {
  background-position: -36px -216px;
}
#share-this-site a.share_orkut .icon {
  background-position: 0 -252px;
}
#share-this-site a.share_orkut:hover .icon {
  background-position: -36px -252px;
}
#share-this-site a.share_myspace .icon {
  background-position: 0 -288px;
}
#share-this-site a.share_myspace:hover .icon {
  background-position: -36px -288px;
}
#share-this-site a.share_yammer .icon {
  background-position: 0 -324px;
}
#share-this-site a.share_yammer:hover .icon {
  background-position: -36px -324px;
}
#share-this-site a.share_pinterest .icon {
  background-position: 0 -360px;
}
#share-this-site a.share_pinterest:hover .icon {
  background-position: -36px -360px;
}
#share-this-site a.share_bebo .icon {
  background-position: 0 -396px;
}
#share-this-site a.share_bebo:hover .icon {
  background-position: -36px -396px;
}
#share-this-site a.share_live .icon {
  background-position: 0 -432px;
}
#share-this-site a.share_live:hover .icon {
  background-position: -36px -432px;
}
#share-this-site a.share_google .icon {
  background-position: 0 -468px;
}
#share-this-site a.share_google:hover .icon {
  background-position: -36px -468px;
}
#share-this-site a.share_email .icon {
  background-position: 0 -504px;
}
#share-this-site a.share_email:hover .icon {
  background-position: -36px -504px;
}

.view-wrapper {
  text-align: center;
  position: relative;
}

.view-360-section .center-column {
  max-width: 890px;
}
.home .view-360-section .center-column, .rooms-layout .view-360-section .center-column, .specials .view-360-section .center-column {
  max-width: 1300px;
}

.view-360 {
  font-size: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .view-360 {
    text-align: center;
  }
}
.view-360 .block {
  width: calc((100% - 42px) / 3);
  height: 264px;
  display: inline-block;
  vertical-align: top;
  margin: 7px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .view-360 .block {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 767px) {
  .view-360 .block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.view-360 .block:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.32);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 350ms ease-in-out;
}
.view-360 .block:hover:before {
  background: rgba(0, 0, 0, 0.42);
}
.view-360 .block .view-tour {
  font: 700 27px/27px "museo-sans", Arial, sans-serif;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.keyboard-navigation .view-360 .block .view-tour:focus {
  background: rgba(0, 0, 0, 0.9);
}
.view-360 .block .view-tour span {
  width: 90%;
  position: absolute;
  left: 50%;
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
  top: 50%;
  transform: translate(-50%, -50%);
}
.view-360 .block .view-tour span:after {
  content: "";
  display: block;
  background: url("../images/360-mini.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  height: 17px;
  width: 27px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -20px;
}

.additional-content-acm h2,
.acm-entry h2, .additional-content h2 {
  position: relative;
  font: 32px/1 "InsigniaLTStd", serif;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 30px;
  color: #1F1F1F;
}
@media only screen and (max-width: 1023px) {
  .additional-content-acm h2,
  .acm-entry h2, .additional-content h2 {
    font-size: 24px;
  }
}
.additional-content-acm h2:after,
.acm-entry h2:after, .additional-content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 2px;
  background: #C09951;
}
.additional-content-acm h2.top-decoration,
.acm-entry h2.top-decoration, .additional-content h2.top-decoration {
  padding-bottom: 0;
  padding-top: 22px;
}
.additional-content-acm h2.top-decoration:after,
.acm-entry h2.top-decoration:after, .additional-content h2.top-decoration:after {
  bottom: auto;
  top: 0;
  left: 0;
  transform: translateX(0);
}

.additional-content-acm,
.acm-entry {
  padding: 90px 0 74px;
}
.additional-content-acm h2,
.acm-entry h2 {
  position: relative;
  font: 32px/1 "InsigniaLTStd", serif;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 30px;
  color: #1F1F1F;
}
@media only screen and (max-width: 1023px) {
  .additional-content-acm h2,
  .acm-entry h2 {
    font-size: 24px;
  }
}
.additional-content-acm h2:after,
.acm-entry h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 2px;
  background: #C09951;
}
.additional-content-acm.featured-promos + .additional-content-acm.accommodations:before, .additional-content-acm + .content-blocks-categories-acm:before,
.additional-content-acm.featured-promos + .acm-entry.accommodations:before,
.acm-entry + .content-blocks-categories-acm:before,
.acm-entry.featured-promos + .additional-content-acm.accommodations:before,
.acm-entry.featured-promos + .acm-entry.accommodations:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  height: 1px;
  background: #F4F4F4;
}

.additional-content-acm.additional-content-block .center-column {
  max-width: 890px;
  text-align: center;
}

.content-blocks-categories-acm {
  padding-top: 40px;
}
.content-blocks-categories-acm .content-blocks-item:after {
  display: block !important;
}
.content-blocks-categories-acm .content-blocks-item + .content-blocks-item {
  margin-top: 0 !important;
}

.checkers-blocks-acm,
.content-blocks-categories-acm {
  position: relative;
}
.checkers-blocks-acm .content-blocks-item + .content-blocks-item,
.content-blocks-categories-acm .content-blocks-item + .content-blocks-item {
  margin-top: 124px;
}
@media only screen and (max-width: 1023px) {
  .checkers-blocks-acm .content-blocks-item + .content-blocks-item,
  .content-blocks-categories-acm .content-blocks-item + .content-blocks-item {
    margin-top: 45px;
  }
}
.checkers-blocks-acm .content-blocks-item,
.content-blocks-categories-acm .content-blocks-item {
  position: relative;
  padding-bottom: 86px;
}
@media only screen and (max-width: 1023px) {
  .checkers-blocks-acm .content-blocks-item,
  .content-blocks-categories-acm .content-blocks-item {
    padding-bottom: 30px;
  }
}
.checkers-blocks-acm .content-blocks-item:after,
.content-blocks-categories-acm .content-blocks-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #F3F2EC;
  z-index: 1;
}
.checkers-blocks-acm .content-blocks-item.img .content,
.content-blocks-categories-acm .content-blocks-item.img .content {
  float: right;
  width: calc(40% + 40px);
  padding: 4vw 4vw 4vw 5vw;
  margin: 3vw 0;
  background: none;
}
@media screen and (max-width: 1400px) {
  .checkers-blocks-acm .content-blocks-item.img .content,
  .content-blocks-categories-acm .content-blocks-item.img .content {
    padding-left: 7vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .checkers-blocks-acm .content-blocks-item.img .content,
  .content-blocks-categories-acm .content-blocks-item.img .content {
    width: calc(60% + 40px);
  }
}
@media only screen and (max-width: 1023px) {
  .checkers-blocks-acm .content-blocks-item.img .content,
  .content-blocks-categories-acm .content-blocks-item.img .content {
    float: left;
    width: calc(100% - 20px);
    padding: 9vw 6vw 6vw 6vw;
    margin-left: 10px;
    margin-top: calc(60vw - 16px);
    margin-bottom: 0;
  }
}
.checkers-blocks-acm .content-blocks-item.img .content:before,
.content-blocks-categories-acm .content-blocks-item.img .content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 39px);
  height: 100%;
  background: white;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .checkers-blocks-acm .content-blocks-item.img .content:before,
  .content-blocks-categories-acm .content-blocks-item.img .content:before {
    width: 100%;
    top: 16px;
    height: calc(100% - 16px);
  }
}
.checkers-blocks-acm .content-blocks-item.img .content ul,
.content-blocks-categories-acm .content-blocks-item.img .content ul {
  list-style: disc;
}
.checkers-blocks-acm .content-blocks-item.img .content ul li,
.content-blocks-categories-acm .content-blocks-item.img .content ul li {
  margin-left: 38px;
}
.checkers-blocks-acm .content-blocks-item.right:after,
.content-blocks-categories-acm .content-blocks-item.right:after {
  display: none;
}
.checkers-blocks-acm .content-blocks-item.right .content,
.content-blocks-categories-acm .content-blocks-item.right .content {
  padding: 4vw 5vw 4vw 4vw;
}
@media screen and (max-width: 1400px) {
  .checkers-blocks-acm .content-blocks-item.right .content,
  .content-blocks-categories-acm .content-blocks-item.right .content {
    padding-right: 7vw;
  }
}
@media only screen and (max-width: 1023px) {
  .checkers-blocks-acm .content-blocks-item.right .content,
  .content-blocks-categories-acm .content-blocks-item.right .content {
    padding: 9vw 6vw 6vw 6vw;
  }
}
.checkers-blocks-acm .content-blocks-item.img.right .image,
.content-blocks-categories-acm .content-blocks-item.img.right .image {
  left: auto;
  right: 0;
}
.checkers-blocks-acm .content-blocks-item.img.right .content,
.content-blocks-categories-acm .content-blocks-item.img.right .content {
  float: left;
}
.checkers-blocks-acm .content-blocks-item.img.right .content:before,
.content-blocks-categories-acm .content-blocks-item.img.right .content:before {
  right: auto;
  left: 0;
}
.checkers-blocks-acm .content-blocks-item .wrapper,
.content-blocks-categories-acm .content-blocks-item .wrapper {
  position: relative;
}
.checkers-blocks-acm .content-blocks-item .wrapper:after,
.content-blocks-categories-acm .content-blocks-item .wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.checkers-blocks-acm .content-blocks-item .image,
.content-blocks-categories-acm .content-blocks-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .checkers-blocks-acm .content-blocks-item .image,
  .content-blocks-categories-acm .content-blocks-item .image {
    width: 40%;
  }
}
@media only screen and (max-width: 1023px) {
  .checkers-blocks-acm .content-blocks-item .image,
  .content-blocks-categories-acm .content-blocks-item .image {
    width: 100%;
    height: 60vw;
  }
}
.checkers-blocks-acm .content-blocks-item .content,
.content-blocks-categories-acm .content-blocks-item .content {
  position: relative;
  border: 1px solid #F4F4F4;
  background: #fff;
  padding: 4vw;
  z-index: 3;
  color: #1F1F1F;
}
.checkers-blocks-acm .content-blocks-item .content .bold,
.content-blocks-categories-acm .content-blocks-item .content .bold {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}
.checkers-blocks-acm .content-blocks-item .content .bold:after,
.content-blocks-categories-acm .content-blocks-item .content .bold:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 36px;
  height: 2px;
  background: #C09951;
}
.checkers-blocks-acm .content-blocks-item .content h3, .checkers-blocks-acm .content-blocks-item .content p,
.content-blocks-categories-acm .content-blocks-item .content h3,
.content-blocks-categories-acm .content-blocks-item .content p {
  position: relative;
  font-size: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  /*&:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 36px;
      height: 2px;
      background: $color-border;
  }*/
}
.checkers-blocks-acm .content-blocks-item .content p strong,
.content-blocks-categories-acm .content-blocks-item .content p strong {
  font-weight: 700;
}
.checkers-blocks-acm .content-blocks-item .content h2,
.content-blocks-categories-acm .content-blocks-item .content h2 {
  font: 32px/1 "InsigniaLTStd", serif;
  text-transform: uppercase;
  color: #1F1F1F;
}
@media only screen and (max-width: 1023px) {
  .checkers-blocks-acm .content-blocks-item .content h2,
  .content-blocks-categories-acm .content-blocks-item .content h2 {
    font-size: 24px;
  }
}
.checkers-blocks-acm .content-blocks-item .content strong + h2,
.content-blocks-categories-acm .content-blocks-item .content strong + h2 {
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .checkers-blocks-acm .content-blocks-item .content strong + h2,
  .content-blocks-categories-acm .content-blocks-item .content strong + h2 {
    margin-top: 26px;
  }
}
.checkers-blocks-acm .content-blocks-item .content p,
.content-blocks-categories-acm .content-blocks-item .content p {
  margin-top: 20px;
}
.checkers-blocks-acm .content-blocks-item .content p em,
.content-blocks-categories-acm .content-blocks-item .content p em {
  font-style: italic;
}
.checkers-blocks-acm .content-blocks-item .content p strong,
.content-blocks-categories-acm .content-blocks-item .content p strong {
  font-weight: 700;
}
.checkers-blocks-acm .content-blocks-item .content nav,
.content-blocks-categories-acm .content-blocks-item .content nav {
  margin-top: 10px;
  font-size: 0;
}
.checkers-blocks-acm .content-blocks-item .content nav .button,
.content-blocks-categories-acm .content-blocks-item .content nav .button {
  margin-right: 14px;
  margin-top: 10px;
}
.checkers-blocks-acm .content-blocks-item .content nav .button:last-child,
.content-blocks-categories-acm .content-blocks-item .content nav .button:last-child {
  margin-right: 0;
}

.stay-connected-acm,
.highlight-acm {
  padding: 93px 0;
  background-color: #F3F2EC;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .stay-connected-acm,
  .highlight-acm {
    padding: 35px 0;
  }
}
.stay-connected-acm .center-column .content-wrapper,
.highlight-acm .center-column .content-wrapper {
  padding: 93px 18vh;
  background: #fff;
  border: 1px solid #F4F4F4;
}
@media screen and (max-width: 1200px) {
  .stay-connected-acm .center-column .content-wrapper,
  .highlight-acm .center-column .content-wrapper {
    padding-left: 6vh;
    padding-right: 6vh;
  }
}
@media only screen and (max-width: 1023px) {
  .stay-connected-acm .center-column .content-wrapper,
  .highlight-acm .center-column .content-wrapper {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .stay-connected-acm .center-column .content-wrapper,
  .highlight-acm .center-column .content-wrapper {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}
.stay-connected-acm .center-column h2,
.highlight-acm .center-column h2 {
  font: 52px/1 "museo-sans", Arial, sans-serif;
  text-transform: lowercase;
  margin-bottom: 14px;
  color: #1F1F1F;
}
@media only screen and (max-width: 1023px) {
  .stay-connected-acm .center-column h2,
  .highlight-acm .center-column h2 {
    font-size: 31px;
  }
}
.stay-connected-acm .center-column form,
.highlight-acm .center-column form {
  width: 425px;
  max-width: 100%;
  margin: 0 auto;
}
.stay-connected-acm .center-column form label,
.highlight-acm .center-column form label {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.stay-connected-acm .center-column form .inputs,
.highlight-acm .center-column form .inputs {
  position: relative;
}
.stay-connected-acm .center-column form .inputs .email,
.highlight-acm .center-column form .inputs .email {
  width: 100%;
  border: 1px solid #435835;
  height: 50px;
  padding: 0 70px 0 19px;
  font-size: 14px;
  line-height: 50px;
  color: #1F1F1F;
}
.stay-connected-acm .center-column form .inputs .email::-webkit-input-placeholder,
.highlight-acm .center-column form .inputs .email::-webkit-input-placeholder {
  color: #1F1F1F;
}
.stay-connected-acm .center-column form .inputs .email:-moz-placeholder,
.highlight-acm .center-column form .inputs .email:-moz-placeholder {
  color: #1F1F1F;
}
.stay-connected-acm .center-column form .inputs .email::-moz-placeholder,
.highlight-acm .center-column form .inputs .email::-moz-placeholder {
  color: #1F1F1F;
}
.stay-connected-acm .center-column form .inputs .email:-ms-input-placeholder,
.highlight-acm .center-column form .inputs .email:-ms-input-placeholder {
  color: #1F1F1F;
}
.stay-connected-acm .center-column form .inputs .email:focus::-webkit-input-placeholder,
.highlight-acm .center-column form .inputs .email:focus::-webkit-input-placeholder {
  color: #ebebeb;
}
.stay-connected-acm .center-column form .inputs .email:focus:-moz-placeholder,
.highlight-acm .center-column form .inputs .email:focus:-moz-placeholder {
  color: #ebebeb;
}
.stay-connected-acm .center-column form .inputs .email:focus::-moz-placeholder,
.highlight-acm .center-column form .inputs .email:focus::-moz-placeholder {
  color: #ebebeb;
}
.stay-connected-acm .center-column form .inputs .email:focus:-ms-input-placeholder,
.highlight-acm .center-column form .inputs .email:focus:-ms-input-placeholder {
  color: #ebebeb;
}
.stay-connected-acm .center-column form .inputs .submit,
.highlight-acm .center-column form .inputs .submit {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  overflow: hidden;
  text-indent: -10000px;
  border-top: 1px solid #1F1F1F;
  border-right: 1px solid #1F1F1F;
  transform: rotate(45deg) translateY(-50%);
}
.stay-connected-acm .center-column form .inputs .submit:hover,
.highlight-acm .center-column form .inputs .submit:hover {
  border-color: #435835;
}

.services-acm {
  padding: 93px 0;
  background: #F3F2EC;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .services-acm {
    padding: 35px 0;
  }
}
.services-acm .center-column .wrapper {
  padding: 50px 20px 30px 20px;
  background: #FFFFFF;
  border: 1px solid #F4F4F4;
}
@media only screen and (max-width: 1023px) {
  .services-acm .center-column .wrapper {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.services-acm .center-column .wrapper h2 {
  position: relative;
  font: 32px/1 "InsigniaLTStd", serif;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 76px;
  color: #1F1F1F;
}
@media only screen and (max-width: 1023px) {
  .services-acm .center-column .wrapper h2 {
    font-size: 24px;
  }
}
.services-acm .center-column .wrapper h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 2px;
  background: #435835;
}
.services-acm .center-column .wrapper .slideshow {
  margin-left: 100px;
  margin-right: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .services-acm .center-column .wrapper .slideshow {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .services-acm .center-column .wrapper .slideshow {
    margin-left: 0;
    margin-right: 0;
  }
}
.services-acm .center-column .wrapper .slideshow h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.services-acm .center-column .wrapper .slideshow p {
  font-size: 14px;
  line-height: 2;
}
.services-acm .slideshow-pagination {
  margin: 20px 0 0;
  text-align: center;
  font-size: 0;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .services-acm .slideshow-pagination {
    display: block;
  }
}
.services-acm .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 1;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent;
  border: 1px solid #435835;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.services-acm .slideshow-pagination > *:hover, .services-acm .slideshow-pagination > *.active {
  background: #435835;
}
.services-acm .slideshow-button {
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border-color: #1F1F1F;
}
@media only screen and (max-width: 1023px) {
  .services-acm .slideshow-button {
    display: none;
  }
}
.services-acm .slideshow-button:hover {
  border-color: #435835;
}
@media screen and (max-width: 1400px) {
  .services-acm .slideshow-button:hover {
    border-color: #1F1F1F;
  }
}
.services-acm .slideshow-button.previous {
  left: 50px;
}
@media screen and (min-width: 1900px) {
  .services-acm .slideshow-button.previous {
    left: -40px;
  }
}
.services-acm .slideshow-button.next {
  right: 50px;
}
@media screen and (min-width: 1900px) {
  .services-acm .slideshow-button.next {
    right: -40px;
  }
}

.timeline-acm {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 85px;
  margin-bottom: calc(18.5vh - 26px);
}
@media only screen and (max-width: 1023px) {
  .timeline-acm {
    padding-top: 16px;
    margin-bottom: 0;
  }
}
.timeline-acm:before, .timeline-acm:after {
  content: "";
  position: absolute;
  top: 0;
  background: #DDDDDD;
}
.timeline-acm:before {
  left: 50%;
  height: calc(100% + 18.5vh - 26px);
  width: 1px;
}
@media only screen and (max-width: 1023px) {
  .timeline-acm:before {
    left: 20px;
    height: calc(100% + 1px);
  }
}
@media only screen and (max-width: 1023px) {
  .timeline-acm:before {
    left: 10px;
  }
}
.timeline-acm:after {
  left: calc(50% - 4px);
  width: 9px;
  height: 9px;
  border-radius: 100%;
}
@media only screen and (max-width: 1023px) {
  .timeline-acm:after {
    left: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .timeline-acm:after {
    left: 6px;
  }
}
.timeline-acm h2 {
  display: none;
}
.timeline-acm .timeline-tile {
  width: 50%;
  position: relative;
  padding-right: 5vw;
  text-align: right;
  min-height: 60vh;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .timeline-acm .timeline-tile {
    width: 100%;
    padding-right: 0;
    padding-left: 5vw;
    text-align: left;
    min-height: auto;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .timeline-acm .timeline-tile {
    padding-left: 7vw;
  }
}
.timeline-acm .timeline-tile.even {
  padding-left: calc(5vw + 1px);
  padding-right: 0;
  text-align: left;
  top: 18.5vh;
}
@media only screen and (max-width: 1023px) {
  .timeline-acm .timeline-tile.even {
    padding-left: 5vw;
    top: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .timeline-acm .timeline-tile.even {
    padding-left: 7vw;
  }
}
.timeline-acm .timeline-tile.even:before {
  right: auto;
  left: 0;
}
.timeline-acm .timeline-tile.even:after {
  right: auto;
  left: -4px;
}
.timeline-acm .timeline-tile:before, .timeline-acm .timeline-tile:after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background: #DDDDDD;
  top: calc(18.5vh + 26px);
}
@media only screen and (max-width: 1023px) {
  .timeline-acm .timeline-tile:before, .timeline-acm .timeline-tile:after {
    top: calc(15vh + 26px);
  }
}
.timeline-acm .timeline-tile:before {
  right: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .timeline-acm .timeline-tile:before {
    right: auto;
    left: 0;
  }
}
.timeline-acm .timeline-tile:after {
  right: -4px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
}
@media only screen and (max-width: 1023px) {
  .timeline-acm .timeline-tile:after {
    right: auto;
    left: -4px;
  }
}
.timeline-acm .timeline-tile .year {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: rgba(31, 31, 31, 0.5);
  margin-bottom: 8px;
}
.timeline-acm .timeline-tile h3 {
  font: 24px "InsigniaLTStd", serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .timeline-acm .timeline-tile h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .timeline-acm .timeline-tile h3 {
    font-size: 17px;
    line-height: 1.5;
  }
}
.timeline-acm .timeline-tile .thumb-link {
  display: block;
}
.timeline-acm .timeline-tile .thumb {
  position: relative;
  height: 0;
  padding-bottom: 83%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 26px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .timeline-acm .timeline-tile .thumb {
    margin-bottom: 20px;
  }
}
.timeline-acm .timeline-tile .thumb img {
  display: none;
}
.timeline-acm .timeline-tile .read-more {
  display: inline-block;
  font: 14px/1 "InsigniaLTStd", serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .timeline-acm .timeline-tile .read-more {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.three-tiles-acm {
  position: relative;
  overflow: hidden;
}
.three-tiles-acm.single-tile {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .three-tiles-acm.single-tile .center-column {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .three-tiles-acm .center-column {
    padding-right: 0;
  }
}
.three-tiles-acm .slideshow {
  overflow: hidden;
}
.three-tiles-acm .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.three-tiles-acm .tile {
  position: relative;
  display: inline-block;
  width: calc(50% - 6px);
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
}
.three-tiles-acm .tile:first-child {
  margin-right: 12px;
}
@media only screen and (max-width: 1023px) {
  .three-tiles-acm .tile {
    width: 100%;
  }
}
.three-tiles-acm .tile .thumbnail {
  position: relative;
  width: 100%;
  height: 410px;
  margin-bottom: 20px;
  background-color: #F4F4F4;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .three-tiles-acm .tile .thumbnail {
    height: 270px;
  }
}
@media only screen and (max-width: 1023px) {
  .three-tiles-acm .tile .thumbnail {
    height: 260px;
  }
}
.three-tiles-acm .tile .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: #435835;
  border-bottom-color: #435835;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.three-tiles-acm .tile .thumbnail .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: transform 600ms ease-in-out;
}
.three-tiles-acm .tile .thumbnail:hover .image-overlay {
  transform: scale(1.2);
}
.three-tiles-acm .tile h3 {
  font: 500 16px "museo-sans", Arial, sans-serif;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.three-tiles-acm .tile p {
  font-size: 15px;
}
.three-tiles-acm .tile .date {
  display: block;
  position: relative;
  font-size: 15px;
}
.three-tiles-acm .tile .date a {
  text-decoration: none;
}
.three-tiles-acm .tile .tile-button {
  display: inline-block;
  font: 13px/1 "InsigniaLTStd", serif;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 20px;
}
.three-tiles-acm .slideshow-pagination {
  margin: 75px 0 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .three-tiles-acm .slideshow-pagination {
    display: none;
  }
}
.three-tiles-acm .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent;
  border: 1px solid #1F1F1F;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.three-tiles-acm .slideshow-pagination > *:hover, .three-tiles-acm .slideshow-pagination > *.active {
  background: #1F1F1F;
  color: #fff;
}
.three-tiles-acm .slideshow-button {
  top: 205px;
  width: 24px;
  height: 24px;
  border-color: #1F1F1F;
}
@media screen and (max-width: 1400px) {
  .three-tiles-acm .slideshow-button {
    border-color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .three-tiles-acm .slideshow-button {
    top: 135px;
  }
}
@media only screen and (max-width: 1023px) {
  .three-tiles-acm .slideshow-button {
    top: 135px;
  }
}
.three-tiles-acm .slideshow-button:hover {
  border-color: #435835;
}
@media screen and (max-width: 1400px) {
  .three-tiles-acm .slideshow-button:hover {
    border-color: #1F1F1F;
  }
}
.three-tiles-acm .slideshow-button.previous {
  left: -40px;
}
@media screen and (max-width: 1400px) {
  .three-tiles-acm .slideshow-button.previous {
    left: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .three-tiles-acm .slideshow-button.previous {
    left: 30px;
  }
}
.three-tiles-acm .slideshow-button.next {
  right: -40px;
}
@media screen and (max-width: 1400px) {
  .three-tiles-acm .slideshow-button.next {
    right: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .three-tiles-acm .slideshow-button.next {
    right: 30px;
  }
}

ul.additional-info-list, .page-content ul.additional-info-list {
  margin: 0;
}
ul.additional-info-list li, .page-content ul.additional-info-list li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 500;
  line-height: 1;
}
ul.additional-info-list li:first-child, .page-content ul.additional-info-list li:first-child {
  padding-left: 0;
}
ul.additional-info-list li:before, .page-content ul.additional-info-list li:before {
  display: none !important;
}
ul.additional-info-list li + li, .page-content ul.additional-info-list li + li {
  border-left: 1px solid #1F1F1F;
}
@media only screen and (max-width: 1023px) {
  ul.additional-info-list li, .page-content ul.additional-info-list li {
    display: block;
    padding: 0;
  }
  ul.additional-info-list li + li, .page-content ul.additional-info-list li + li {
    border: none;
  }
}
* + ul.additional-info-list, * + .page-content ul.additional-info-list {
  margin-top: 20px;
}

.acm-block-layout.audio-block {
  display: block;
  width: 100%;
  min-height: 60px;
  margin: 20px 0 40px;
  text-align: center;
}
.acm-block-layout.audio-block img {
  width: 100%;
  max-width: 300px;
}
.acm-block-layout.audio-block figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acm-block-layout.audio-block .play-audio {
  position: relative;
  display: block;
  padding: 0 20px 0 62px;
  color: #fff;
  line-height: 54px;
  border: 2px solid #617C6D;
  background-color: #617C6D;
  text-transform: uppercase;
  z-index: 10;
}
.acm-block-layout.audio-block .play-audio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 12px 0;
  font-size: 0;
  border-radius: 50%;
  background: #617C6D url(../images/audio-icon.svg) 50% 50% no-repeat;
  background-size: 26px 26px;
}
.acm-block-layout.audio-block .play-audio:hover {
  color: #617C6D;
  background-color: #fff;
}
.acm-block-layout.audio-block audio {
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 20;
}
.acm-block-layout.audio-block.audio-show .play-audio {
  font-size: 0;
  padding: 0 20px 0 40px;
  background-color: #fff;
  border-color: #fff;
}
.acm-block-layout.audio-block.audio-show .play-audio::before {
  background: #617C6D url(../images/close-light.svg) 50% 50% no-repeat;
}
.acm-block-layout.audio-block.audio-show audio {
  display: block;
  opacity: 1;
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: calc(50% - 20px);
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  float: left;
}
@media only screen and (max-width: 1023px) {
  .specials .image-list-item {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
  .specials .image-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .specials .image-list-item {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
  .specials .image-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .specials .image-list-item {
    width: calc(33.3333333333% - 20px);
    margin: 0 30px 30px 0 !important;
  }
  .specials .image-list-item:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.specials .image-list-item:hover .description {
  z-index: 2;
  opacity: 1;
}
.specials .image-list-item:hover .title {
  opacity: 0;
}
.specials .image-list-item .background {
  position: relative;
  width: 100%;
  height: 300px;
  display: block;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.specials .image-list-item .title {
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  text-transform: uppercase;
  color: #000;
  padding: 35px 10px;
  text-align: center;
  opacity: 1;
  transition: opacity 500ms ease;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .specials .image-list-item .title {
    display: none;
  }
}
.specials .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity 600ms ease;
}
@media only screen and (max-width: 1023px) {
  .specials .image-list-item .description {
    position: relative;
    opacity: 1;
    height: auto;
    top: auto;
    left: auto;
  }
}
.specials .image-list-item .description .descr-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 90%;
  max-height: 90%;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .specials .image-list-item .description .descr-wrapper {
    position: relative;
    transform: translate(0, 0);
    left: auto;
    top: auto;
    max-width: 100%;
  }
}
.specials .image-list-item .description h3 {
  font-family: "InsigniaLTStd", serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description nav {
  font-size: 0;
}
.specials .image-list-item .description nav a + a {
  margin-left: 14px;
}

.single-special-wrapper {
  text-align: left;
}

.single-special .background {
  float: right;
  width: 350px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .single-special .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.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: #435835;
  border-bottom-color: #435835;
  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;
}
.google-map .map-content {
  background: #FFFFFF;
  box-shadow: 0 5px 90px rgba(85, 85, 85, 0.5);
  position: relative;
  width: 310px;
}
@media only screen and (max-width: 1023px) {
  .google-map .map-content {
    width: 230px;
  }
}
.google-map .map-content img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .google-map .map-content img {
    display: none;
  }
}
.google-map .map-content .descr {
  text-align: left;
  padding: 20px;
  font: 300 13px/1.7 "museo-sans", Arial, sans-serif;
  color: #1F1F1F;
}
@media only screen and (max-width: 1023px) {
  .google-map .map-content .descr {
    font-size: 10px;
    padding: 5px;
  }
}
.google-map .map-content .descr h3 {
  font: 500 14px/1.7 "museo-sans", Arial, sans-serif;
}
.google-map .map-content .descr h3, .google-map .map-content .descr p {
  margin-bottom: 0;
}
.google-map .map-content .descr .phone {
  text-decoration: none;
}
.google-map .map-content .descr .phone:hover {
  text-decoration: underline;
}
.google-map .map-content .descr * + .button {
  margin-top: 10px;
}

.hotel-location-map,
.poi-map-canvas {
  height: 600px;
  background: #435835;
}

.leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
}
.leaflet-popup .map-content h3 {
  font-family: "museo-sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
}
.leaflet-popup .map-content p {
  font-family: "museo-sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 8px 0 16px 0;
  padding: 0;
}
.leaflet-popup .map-content p:last-child {
  margin-bottom: 0;
}
.leaflet-popup .map-content .links {
  white-space: nowrap;
}
.leaflet-popup .map-content .links .button {
  color: #FFFFFF;
}
.leaflet-popup .map-content .links .button-hollow {
  color: #435835;
  margin-left: 15px;
}
.leaflet-popup .map-content .links .button-hollow:hover, .leaflet-popup .map-content .links .button-hollow:focus {
  color: #FFFFFF;
  background: #2D3A25;
}

.pressroom {
  text-align: center;
  font-size: 0;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 10px);
  height: 400px;
  margin: 5px;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background-color: #F4F4F4;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 5px 0;
  }
}
.pressroom .pressroom-item.no-img h4,
.pressroom .pressroom-item.no-img time,
.pressroom .pressroom-item.no-img p {
  color: #1F1F1F !important;
}
.pressroom .pressroom-item.no-img .pdf {
  color: #F3F2EC !important;
}
.pressroom .pressroom-item.no-img .pdf:hover {
  color: #FFFFFF !important;
}
.pressroom .pressroom-item.no-img .description {
  background: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pressroom .pressroom-item.no-img .view-gallery {
  border: 0;
}
.pressroom .pressroom-item h4, .pressroom .pressroom-item h3 {
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.pressroom .pressroom-item time {
  color: #F3F2EC;
  display: block;
  margin: 5px 0;
  font-size: 15px;
  font-weight: 700;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(31, 31, 31, 0.6);
  padding: 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #FFFFFF;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .pressroom .pressroom-item .description p {
    font-size: 13px;
  }
}
.pressroom .pressroom-item .pdf {
  color: #F3F2EC;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  padding-left: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .pressroom .pressroom-item .pdf {
    font-size: 13px;
  }
}
.pressroom .pressroom-item .pdf:hover {
  color: #FFFFFF;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
  border: 1px solid #435835;
}
.pressroom .pressroom-item .external-link {
  margin-top: 10px;
}

#gallery-tiles {
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 10;
}
#gallery-tiles div.gallery-wrapper {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 0 30px;
  margin: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #gallery-tiles div.gallery-wrapper {
    padding: 20px 0 0 20px;
    margin: -20px;
  }
}
@media only screen and (max-width: 1023px) {
  #gallery-tiles div.gallery-wrapper {
    padding: 10px 0 0 10px;
    margin: -10px;
  }
}
#gallery-tiles .photo {
  position: relative;
  display: inline-block;
  width: 33.3333333333%;
  height: 0;
  padding-top: calc(33.3333333333% - 30px);
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  border: 0 solid transparent;
  border-width: 0 30px 30px 0;
  background-clip: padding-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #gallery-tiles .photo {
    padding-top: calc(33.3333333333% - 20px);
    border-width: 0 20px 20px 0;
  }
}
@media only screen and (max-width: 1023px) {
  #gallery-tiles .photo {
    width: 50%;
    padding-top: calc(50% - 10px);
    border-width: 0 10px 10px 0;
  }
}
#gallery-tiles .photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1F1F1F;
  opacity: 0;
  transition: 350ms ease-in-out;
}
#gallery-tiles .photo:hover:after {
  opacity: 0.4;
}

.form {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .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: 1px solid #F4F4F4;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
    width: auto;
  }
}
.form label.checkbox-label {
  margin: 0 auto;
  float: none;
  display: block;
  width: 60%;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .form label.checkbox-label {
    width: 100%;
    text-align: left;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 10px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .form p {
    margin-bottom: 20px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.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;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  background: #fff;
  color: #1F1F1F;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid rgba(68, 68, 68, 0.5);
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 1023px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
    padding: 0 20px;
    width: 100%;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 1023px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
@media only screen and (max-width: 1023px) {
  .form textarea {
    padding: 10px 20px;
  }
}
.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: 1023px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick, .form .input-overlay {
  width: 100px;
  float: left;
}
@media only screen and (max-width: 1023px) {
  .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;
}
@media only screen and (max-width: 1023px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 1023px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

#mc-embedded-subscribe-form .gdpr-checkbox em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
#mc-embedded-subscribe-form .gdpr-checkbox input {
  margin-right: 10px;
}

#form_form_7 .inputcheckbox_gdLyKY0ARoEWELEdHO0v {
  display: flex;
  justify-content: center;
}
#form_form_7 .checkbox-label {
  display: inline-flex;
  width: 60%;
}
#form_form_7 .checkbox-label p {
  display: block;
  text-align: left;
  margin: 0;
}

#form_module_container_errors,
#form_module_container_success {
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  /*background-color: rgba(#fff, .3);*/
}

#form_module_container_errors {
  color: #b31919;
}

#form_module_container_errors .goTo {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

#form_module_container_errors .goTo:hover {
  filter: grayscale(100%);
}

#form_module_container_success {
  color: green;
}

[id*=form_form_] {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] legend {
  display: block;
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  width: 100%;
}
[id*=form_form_] h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F4F4F4;
}
[id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] label {
    display: block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
  background: #fff;
  color: #1F1F1F;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid rgba(68, 68, 68, 0.5);
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
    padding: 0 20px;
    width: 100%;
  }
}
[id*=form_form_] input[type=text].form_module_field_error, [id*=form_form_] input[type=number].form_module_field_error, [id*=form_form_] input[type=email].form_module_field_error, [id*=form_form_] input[type=phone].form_module_field_error, [id*=form_form_] input[type=url].form_module_field_error, [id*=form_form_] input[type=datepicker].form_module_field_error, [id*=form_form_] textarea.form_module_field_error, [id*=form_form_] select.form_module_field_error, [id*=form_form_] .input-overlay.form_module_field_error {
  border-color: #b31919;
}
[id*=form_form_] .select-wrapper {
  width: 250px;
  float: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .select-wrapper {
    width: 100%;
  }
}
[id*=form_form_] textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=checkbox],
  [id*=form_form_] input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .datepicker-input-wrapper {
    float: none;
  }
}
[id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
  width: 130px;
  float: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .input-overlay {
  opacity: 0;
  margin-top: -40px;
  clear: both;
}
[id*=form_form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] input[type=submit] {
  position: relative;
  display: inline-block;
  height: 39px;
  margin: 0;
  padding: 0 20px;
  overflow: visible;
  color: #FFFFFF;
  background: #435835;
  font: 13px/39px "InsigniaLTStd", serif;
  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: 1023px) {
  [id*=form_form_] input[type=submit] {
    display: block;
    margin: 0 auto;
  }
}
[id*=form_form_] > input[type=submit] {
  display: block;
  margin: 20px auto 0;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] > input[type=submit] {
    margin: 0 auto;
  }
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field {
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field {
    margin-bottom: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] p, [id*=form_form_] .form-builder-field[class*=checkboxgroup] p, [id*=form_form_] .form-builder-field[class*=radiogroup] p {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 auto 5px calc(40% + 20px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] p, [id*=form_form_] .form-builder-field[class*=checkboxgroup] p, [id*=form_form_] .form-builder-field[class*=radiogroup] p {
    margin: 0 auto 5px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label + p, [id*=form_form_] .form-builder-field[class*=checkboxgroup] label + p, [id*=form_form_] .form-builder-field[class*=radiogroup] label + p {
  margin-top: 5px;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] p input, [id*=form_form_] .form-builder-field[class*=inputcheckbox] p label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] p input, [id*=form_form_] .form-builder-field[class*=checkboxgroup] p label, [id*=form_form_] .form-builder-field[class*=radiogroup] p input, [id*=form_form_] .form-builder-field[class*=radiogroup] p label {
  width: auto;
  display: block;
  height: 27px;
  line-height: 30px;
  margin-left: 0;
  margin-right: 8px;
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-field[class*=radiogroup] label {
    margin-bottom: 0;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
  margin-bottom: 20px;
  width: 40%;
  text-align: right;
  display: block;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
    width: 100%;
    text-align: left;
  }
}
[id*=form_form_] .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin: 0 8px 0 0;
  height: 27px;
  width: 13px;
}
[id*=form_form_] .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #000;
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  font-weight: normal;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field .compliance > label {
    font-size: 13px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] label {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file] {
  width: 50%;
  font-size: 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  line-height: 1.2;
  height: 18px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input {
  font: 500 16px/1.2 "museo-sans", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input:before {
  content: "";
  background: url("../images/paperclip.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
}
[id*=form_form_] .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 20px);
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] > label {
  display: none;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] p {
  margin: 0 auto 5px auto;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 20px);
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] > label {
  display: none;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] p {
  margin: 0 auto 5px auto;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 20px);
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] > label {
  display: none;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] p {
  margin: 0 auto 5px auto;
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
  width: calc(66.66% - 20px);
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .custom-checkbox, [id*=form_form_] .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2em;
  line-height: 1.4em;
}
[id*=form_form_] .custom-checkbox:before, [id*=form_form_] .custom-radio:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  transition: transform 350ms ease-in-out/2;
  border: 1px solid #000;
}
@media only screen and (min-width: 1024px) {
  [id*=form_form_] .custom-checkbox:hover:before, [id*=form_form_] .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before, [id*=form_form_] .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after, [id*=form_form_] .custom-radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #b31919;
  border-left: 2px solid #b31919;
  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;
}
[id*=form_form_] .custom-checkbox.checked:after, [id*=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;
}
[id*=form_form_] .custom-checkbox input, [id*=form_form_] .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] .custom-checkbox.active, [id*=form_form_] .custom-radio.active {
  color: #000;
}
[id*=form_form_] .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #b31919;
}
[id*=form_form_] .custom-radio.checked:after {
  transform: scale(1);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input {
  font-size: 12px;
  transition: opacity 350ms ease-in-out;
}
[id*=form_form_] .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}

.poi {
  border: 1px solid #F4F4F4;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .poi {
    border: none;
  }
}
.poi .poi-map {
  width: 67%;
  padding-bottom: 52%;
  flex-grow: 1;
}
@media only screen and (max-width: 1023px) {
  .poi .poi-map {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .poi .poi-map {
    padding-bottom: 120%;
    border: 1px solid #F4F4F4;
    border-top: none;
  }
}
.poi .poi-sidebar {
  position: relative;
  z-index: 1;
  order: 1;
  width: 33%;
  border-left: 1px solid #F4F4F4;
  background: #fff;
  padding: 50px;
  text-align: center;
  color: #1F1F1F;
  font: 300 13px/1.769em "museo-sans", Arial, sans-serif;
}
@media only screen and (max-width: 1023px) {
  .poi .poi-sidebar {
    order: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .poi .poi-sidebar {
    border: none;
    padding: 0;
  }
}
.poi .poi-description {
  padding: 20px;
}
@media only screen and (max-width: 1023px) {
  .poi .poi-description {
    padding: 0 10px 20px;
  }
}
.poi .poi-categories {
  background: inherit;
  width: 100%;
  margin: 0;
}
.poi .poi-category {
  border-top: 1px solid #F4F4F4;
  position: relative;
  list-style: none;
}
@media only screen and (max-width: 1023px) {
  .poi .poi-category {
    border: none;
  }
}
.poi .category-name, .poi select.poi-categories {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 1em 35px;
  text-transform: uppercase;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
.poi .category-name:after, .poi select.poi-categories + .select-icon {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #435835;
}
.poi .category-name.active:after {
  border-bottom: 5px solid #435835;
  border-top: none;
}
.poi .category-name.active + .category-points-list {
  display: block;
}
.poi select.poi-categories {
  height: 50px;
}
.poi select.poi-categories + .select-icon {
  border-bottom: none;
  margin-top: 0;
}
.poi .category-points-list {
  display: none;
  position: relative;
  line-height: 2.2em;
  padding: 1em 30px;
}
.poi .category-points-list .point-item button {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: 300;
}
.poi .category-points-list .point-item button:hover, .poi .category-points-list .point-item button.active {
  font-weight: 700;
  color: #435835;
}
.poi .category-points-list:before {
  content: "";
  height: 1px;
  width: 60%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F4F4F4;
}

.page-content .poi-category:before {
  display: none;
}

#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: 1023px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (max-width: 1023px) {
  #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.print {
  background-position: -200px -116px;
}
#calendar-links a.print:hover {
  background-position: -240px -116px;
}
#calendar-links a.rss {
  background-position: -200px -156px;
}
#calendar-links a.rss:hover {
  background-position: -240px -156px;
}
@media only screen and (max-width: 1023px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-filter {
  float: right;
}
@media only screen and (max-width: 1023px) {
  #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: 1023px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 1023px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a.active {
  font-weight: 700;
}
#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: 20px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
  color: rgba(31, 31, 31, 0.5);
}
@media only screen and (max-width: 1023px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  #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;
  text-decoration: none;
  border-bottom: 1px solid rgba(31, 31, 31, 0.3);
  color: rgba(31, 31, 31, 0.3);
}
#calendar-year a:hover {
  border-color: #435835;
  color: #435835;
}
#calendar-year .active a {
  border-color: #1F1F1F;
  color: #1F1F1F;
}
#calendar-year .active a:hover {
  border-color: #435835;
  color: #435835;
}

#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: 1023px) {
  #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;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover, #calendar-month a.active {
  color: #1F1F1F;
  background: #F4F4F4;
}
#calendar-month a.active {
  color: #1F1F1F;
  background: #435835;
}
#calendar-month a.active:hover {
  color: #1F1F1F;
  background: #435835;
}
@media only screen and (max-width: 1023px) {
  #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: #435835;
  }
  #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;
  line-height: 40px;
  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: #F4F4F4;
}
#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;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  text-align: center;
  font-weight: 700;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 1023px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  position: relative;
  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: #F4F4F4;
}
@media only screen and (max-width: 1023px) {
  #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;
  text-decoration: none;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(244, 244, 244, 0.3);
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: rgba(31, 31, 31, 0.2);
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  color: rgba(31, 31, 31, 0.5);
}
#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: 1023px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 2em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8em;
  background: #327d7d;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  #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: 260px;
  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: 1023px) {
  #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-size: 16px;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}
#calendar-days dl dd p {
  font-size: 13px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl dd a {
  text-transform: uppercase;
  font: 14px/1 "InsigniaLTStd", serif;
}
#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;
}

#calendar.list-view h2 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #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 a {
  text-decoration: none;
}
#calendar.list-view .image-list h3 a {
  text-transform: uppercase;
  text-decoration: none;
}

#calendar .no-events {
  margin: 40px 0;
  padding: 40px 0;
  height: auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 120%;
}

#calendar .single-event {
  text-align: left;
}
#calendar .single-event .background {
  float: right;
  width: 350px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  #calendar .single-event .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

#calendar .dates, #calendar .attachment {
  display: block;
  margin: 0 0 20px;
}

#calendar .dates > small {
  display: block;
}

.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: 1023px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #F4F4F4;
  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: 1023px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 1023px) {
  .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: 1023px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
@media only screen and (max-width: 1023px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

#popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.85);
}
#popup .popup-inner {
  position: absolute;
  top: 4%;
  right: 4%;
  bottom: 4%;
  left: 4%;
}
#popup .popup-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popup .popup-close {
  position: absolute;
  top: 1.5%;
  right: 2%;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
@media only screen and (max-width: 1023px) {
  #popup .popup-close {
    top: 1%;
  }
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  #content-submenu, #photos {
    display: none;
  }
  *[data-background-image]:empty, *[data-src]:empty {
    display: none;
  }
  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
