@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: #bd0f1d;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.greenPopup .formErrorContent {
  background: #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: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
body > .ui-datepicker {
  z-index: 30;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 20px);
  }
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #171718;
  font-weight: 700;
}

.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;
      -ms-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 #85754D;
  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 #85754D;
  border-bottom: 2px solid #85754D;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: rgba(133, 117, 77, 0.3);
  border-left-color: rgba(133, 117, 77, 0.3);
}

.ui-datepicker-next {
  right: 5px;
}
.ui-datepicker-next:not(.ui-state-disabled):hover:after {
  border-top-color: rgba(133, 117, 77, 0.3);
  border-right-color: rgba(133, 117, 77, 0.3);
}

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 12px;
  font-weight: 600;
  color: #85754D;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #171718;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(23, 23, 24, 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;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  color: #fff;
  background: #6B6B6B;
}
.ui-datepicker-calendar .ui-datepicker-today a:hover {
  color: #fff;
}
.ui-datepicker-calendar .ui-datepicker-highlight a,
.ui-datepicker-calendar .ui-datepicker-current-day a,
.ui-datepicker-calendar .ui-state-default:hover {
  background: #85754D;
  color: #fff;
}

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

.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::-webkit-input-placeholder {
  color: #292C2D;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #292C2D;
}
.ui-selectmenu-button:-ms-input-placeholder {
  color: #292C2D;
}
.ui-selectmenu-button::-ms-input-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;
}

@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: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 130px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms, visibility 200ms;
  text-align: left;
  flex-direction: column;
  z-index: 60;
  visibility: hidden;
}
@media only screen and (max-width: 979px) {
  #hamburger-navigation {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    padding-top: 100px;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  right: 0;
  visibility: visible;
}
#hamburger-navigation .poi {
  display: none;
}
#hamburger-navigation .top-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .top-menu {
    width: 100%;
  }
}
#hamburger-navigation .top-menu a {
  display: block;
  font: 16px/25px "Open Sans", Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 0;
  color: #6B6B6B;
}
#hamburger-navigation .top-menu a:hover, #hamburger-navigation .top-menu a.active {
  color: #85754D;
}
#hamburger-navigation .main-menu {
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding: 0 25px 60px 25px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu {
    width: 100%;
  }
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
  padding: 4px 40px 4px 0;
}
#hamburger-navigation .main-menu .menu.level-1 > li {
  border-bottom: thin solid rgba(23, 23, 24, 0.2);
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font: 600 18px/25px "Open Sans", Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 0;
  color: #6B6B6B;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #85754D;
}
#hamburger-navigation .main-menu .expandable {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#hamburger-navigation .main-menu .expandable a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #171718;
}
#hamburger-navigation .main-menu .expandable a:hover, #hamburger-navigation .main-menu .expandable a.active {
  color: #85754D;
}
#hamburger-navigation .main-menu .parent.expanded > .expandable {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#hamburger-navigation .main-menu .parent.expanded > .expandable > .submenu.expandable,
#hamburger-navigation .main-menu .parent.expanded > .expandable > .right .submenu.expandable {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#hamburger-navigation .main-menu .level-3.submenu a:before {
  content: "-";
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .headings {
  margin-bottom: 24px;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .headings h2 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0.15px;
  flex-shrink: 0;
  margin-right: 40px;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .headings h3 {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.15px;
  color: #6B6B6B;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .forgot-password {
  display: block;
  font-size: 12px;
  letter-spacing: 0.15px;
  color: #85754D;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .forgot-password a {
  color: inherit;
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.15px;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .forgot-password a:hover {
  color: #171718;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .form {
  margin-bottom: 11px;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .form .input-wrapper {
  float: left;
  display: block;
  position: relative;
  width: calc(50% - 50px);
  margin-right: 10px;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .form .input-wrapper:after {
  content: "*";
  position: absolute;
  font-size: 12px;
  line-height: 44px;
  color: #bd0f1d;
  top: 0;
  left: 14px;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=text],
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=password] {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 10px 0 20px;
  background: #f1f1f1;
  border: 2px solid #bebebe;
  border-radius: 3px;
  font-size: 12px;
  line-height: 46px;
  font-weight: 700;
  font-style: italic;
  color: #171718;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=text]::-webkit-input-placeholder,
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=password]::-webkit-input-placeholder {
  color: #171718;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=text]:-moz-placeholder,
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=password]:-moz-placeholder {
  color: #171718;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=text]::-moz-placeholder,
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=password]::-moz-placeholder {
  color: #171718;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=text]:-ms-input-placeholder,
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=password]:-ms-input-placeholder {
  color: #171718;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=text]:focus::-webkit-input-placeholder,
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=password]:focus::-webkit-input-placeholder {
  color: #bebebe;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=text]:focus:-moz-placeholder,
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=password]:focus:-moz-placeholder {
  color: #bebebe;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=text]:focus::-moz-placeholder,
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=password]:focus::-moz-placeholder {
  color: #bebebe;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=text]:focus:-ms-input-placeholder,
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=password]:focus:-ms-input-placeholder {
  color: #bebebe;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=submit] {
  float: left;
  display: block;
  height: 46px;
  font-size: 12px;
  line-height: 46px;
  color: #fff;
  border-radius: 3px;
  padding: 0;
  width: 80px;
  text-align: center;
  text-transform: uppercase;
  background: #85754D;
  -webkit-text-fill-color: #fff;
  background-size: 100% 100%;
  transition: background-color 350ms ease-in-out;
}
#hamburger-navigation .main-menu .form-wrapper .login-form .form input[type=submit]:hover {
  background: #171718;
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus .arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid #85754D;
}
#hamburger-navigation .main-menu .parent.expanded > .plus .arrow {
  border-bottom: 5px solid #85754D;
  border-top: 0;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#hamburger-navigation .socials-wrapper {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 25px;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .socials-wrapper {
    width: 100%;
  }
}
#hamburger-navigation .socials-wrapper h2 {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 2px;
  margin-bottom: 23px;
}
#hamburger-navigation .socials-wrapper h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #171718;
}
#hamburger-navigation .socials-wrapper .socials {
  font-size: 0;
}
#hamburger-navigation .socials-wrapper li {
  display: inline-block;
  margin-left: 30px;
}
#hamburger-navigation .socials-wrapper li:first-child {
  margin-left: 0;
}
#hamburger-navigation .socials-wrapper a {
  position: relative;
  display: block;
  width: 80px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") -50px -50px no-repeat;
  transition: opacity 350ms ease-in-out;
}
#hamburger-navigation .socials-wrapper a:hover {
  opacity: 0.5;
}
#hamburger-navigation .socials-wrapper a.facebook {
  background-position: -110px -160px;
}
#hamburger-navigation .socials-wrapper a.linkedin {
  width: 85px;
  background-position: 0 -156px;
}

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

.room .amenities {
  clear: both;
  margin: 30px 0;
}
.room .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 49%;
}
.room .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.room .thumbnail {
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .room .thumbnail {
    width: 100%;
    margin: 20px 0;
    max-width: none;
    float: none;
  }
}
.room .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.room .links {
  margin: 20px 0;
}

/* TEMPLATE 1 - 1 */
.rooms .template-1-1 {
  width: 100%;
  margin-bottom: 20px;
  padding: 40px 20px 30px;
  background: #ecedee;
  overflow: hidden;
}
@media (max-width: 979px) {
  .rooms .template-1-1 {
    padding: 40px 20px 30px;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-1 {
    padding: 0;
    text-align: left;
  }
}
.rooms .template-1-1 .thumbnail {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
  width: 200px;
}
.rooms .template-1-1 .thumbnail img {
  width: 100%;
  display: block;
}
.rooms .template-1-1 .thumbnail nav {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rooms .template-1-1 .thumbnail nav .price {
  display: table-cell;
  padding: 10px 5px 6px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.7);
}
.rooms .template-1-1 .thumbnail nav .price .number {
  font-size: 22px;
}
.rooms .template-1-1 .thumbnail nav .button {
  display: table-cell;
  width: 50%;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 19px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.5);
}
@media (max-width: 550px) {
  .rooms .template-1-1 .thumbnail {
    float: none;
    padding: 0;
    width: 100%;
  }
  .rooms .template-1-1 .thumbnail img {
    width: 100%;
  }
  .rooms .template-1-1 .thumbnail nav {
    display: table;
  }
}
.rooms .template-1-1 .description {
  position: relative;
  margin-left: 230px;
  padding-right: 200px;
}
@media (max-width: 767px) {
  .rooms .template-1-1 .description {
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-1 .description {
    margin-left: 0;
    padding: 10px;
  }
}
.rooms .template-1-1 .description h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #327d7d;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .description h3 {
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.rooms .template-1-1 .description p {
  margin-bottom: 20px;
}
.rooms .template-1-1 .description nav.links a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.rooms .template-1-1 .description nav.links a:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -1px;
  height: 15px;
  width: 1px;
  background: #aaa;
}
.rooms .template-1-1 .description nav.links a:last-child {
  margin: 0;
  padding: 0;
}
.rooms .template-1-1 .description nav.links a:last-child:after {
  content: none;
}
.rooms .template-1-1.no-booking .description {
  padding-right: 0;
}
.rooms .template-1-1 .features span {
  display: inline-block;
  margin: 0 20px 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #327d7d;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .features span {
    display: block;
    margin: 0 0 8px 0;
  }
}
.rooms .template-1-1 .amenities {
  position: relative;
  margin: 10px 0;
  line-height: 30px;
  height: 30px;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .amenities {
    margin: 15px 0;
  }
}
.rooms .template-1-1 .amenities.multiline {
  margin-right: 50px;
}
.rooms .template-1-1 .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms .template-1-1 .amenities .additional-list {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  padding: 20px 70px 20px 20px;
  background: #ecedee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.rooms .template-1-1 .amenities span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.rooms .template-1-1 .amenities .toggle {
  display: none;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 31px;
  height: 100%;
  margin: 0;
  border-left: 1px solid #a6a6a6;
  text-align: right;
  z-index: 4;
}
.rooms .template-1-1 .amenities .toggle:before {
  content: "\2022\2022\2022";
  display: inline-block;
  font-size: 20px;
}
.rooms .template-1-1 .amenities.multiline .toggle {
  display: block;
}
.rooms .template-1-1 .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.rooms .template-1-1 .amenities.expand .toggle:before, .rooms .template-1-1 .amenities.expand .toggle:after {
  content: "";
  display: block;
  background: #327d7d;
  position: absolute;
  transform: rotate(45deg);
}
.rooms .template-1-1 .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 9px;
  right: 0;
}
.rooms .template-1-1 .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 0;
  right: 9px;
}
.rooms .template-1-1 .booking-info {
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .booking-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info {
    position: static;
    width: auto;
    margin: 20px 0;
  }
}
.rooms .template-1-1 .booking-info .price {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info .price {
    font-size: 18px;
  }
}
.rooms .template-1-1 .booking-info .button {
  width: 140px;
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info .price,
.rooms .template-1-1 .booking-info .button {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }
}

/* TEMPLATE 1 - 2 */
.rooms .template-1-2 {
  width: 31%;
  float: left;
  margin: 0 3.5% 3.5% 0;
  padding: 0;
  background: #ecedee;
}
.rooms .template-1-2:nth-of-type(3) {
  margin-right: 0;
}
@media (min-width: 1320px) {
  .rooms .template-1-2 {
    width: 22%;
    margin: 0 4% 4% 0;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(4) {
    margin-right: 0;
  }
}
@media (max-width: 979px) {
  .rooms .template-1-2 {
    width: 48%;
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-2 {
    width: 100%;
    margin-right: 0;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 0;
  }
}
.rooms .template-1-2 .thumbnail {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
}
.rooms .template-1-2 .thumbnail img {
  width: 100%;
  display: block;
}
.rooms .template-1-2 .thumbnail nav {
  display: table;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rooms .template-1-2 .thumbnail nav .price {
  display: table-cell;
  padding: 10px 5px 6px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.7);
}
.rooms .template-1-2 .thumbnail nav .price .number {
  font-size: 22px;
}
.rooms .template-1-2 .thumbnail nav .button {
  display: table-cell;
  width: 50%;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 19px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.5);
}
.rooms .template-1-2 .description {
  position: relative;
  padding: 10px;
}
.rooms .template-1-2 .description h3 {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #637e91;
}
.rooms .template-1-2 .description nav.links a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.rooms .template-1-2 .description nav.links a:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -1px;
  height: 15px;
  width: 1px;
  background: #ac7b59;
}
.rooms .template-1-2 .description nav.links a:last-child {
  margin: 0;
  padding: 0;
}
.rooms .template-1-2 .description nav.links a:last-child:after {
  content: none;
}
.rooms .template-1-2 .features span {
  display: block;
  margin: 0 0 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #637e91;
}
.rooms .template-1-2 .amenities {
  position: relative;
  margin: 15px 0;
  line-height: 30px;
  height: 30px;
}
.rooms .template-1-2 .amenities.multiline {
  margin-right: 50px;
}
.rooms .template-1-2 .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms .template-1-2 .amenities .additional-list {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  padding: 20px 70px 20px 20px;
  background: #ecedee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.rooms .template-1-2 .amenities span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.rooms .template-1-2 .amenities .toggle {
  display: none;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 31px;
  height: 100%;
  margin: 0;
  border-left: 1px solid #a6a6a6;
  text-align: right;
  z-index: 4;
}
.rooms .template-1-2 .amenities .toggle:before {
  content: "\2022\2022\2022";
  display: inline-block;
  font-size: 20px;
}
.rooms .template-1-2 .amenities.multiline .toggle {
  display: block;
}
.rooms .template-1-2 .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.rooms .template-1-2 .amenities.expand .toggle:before, .rooms .template-1-2 .amenities.expand .toggle:after {
  content: "";
  display: block;
  background: #0066cc;
  position: absolute;
  transform: rotate(45deg);
}
.rooms .template-1-2 .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 14px;
  right: 0;
}
.rooms .template-1-2 .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 5px;
  right: 9px;
}

/* TEMPLATE 2 */
.rooms .template-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #edf5f5;
  margin: 40px 0;
}
@media (max-width: 735px) {
  .rooms .template-2 {
    margin: 0;
  }
}
.rooms .template-2:nth-child(even) {
  background: #f2f7f7;
}
.rooms .template-2 .background {
  position: absolute;
  top: 0;
  left: 320px;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 735px) {
  .rooms .template-2 .background {
    position: relative;
    padding-top: 78%;
    width: 100%;
    left: auto;
  }
  .rooms .template-2 .background:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(33, 33, 33, 0.75);
  }
}
@media (max-width: 735px) and (orientation: landscape) {
  .rooms .template-2 .background {
    padding-top: 50%;
  }
}
.rooms .template-2 .background .room-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rooms .template-2 .background .price {
  position: absolute;
  bottom: 35px;
  right: 35px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  z-index: 2;
}
.rooms .template-2 .background .price .number {
  font-size: 48px;
}
@media (max-width: 735px) {
  .rooms .template-2 .background .price {
    right: auto;
    left: 20px;
    bottom: 4px;
    font-size: 12px;
    line-height: 26px;
  }
  .rooms .template-2 .background .price .number {
    font-size: 25px;
  }
}
.rooms .template-2 .background a.price:hover {
  color: #54baba;
}
.rooms .template-2 .background .book-now {
  display: none;
  position: absolute;
  bottom: 4px;
  right: 20px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  z-index: 2;
  text-decoration: none;
}
@media (max-width: 735px) {
  .rooms .template-2 .background .book-now {
    display: block;
  }
}
.rooms .template-2 .description {
  box-sizing: border-box;
  height: 500px;
  float: left;
  width: 320px;
  padding: 30px 40px;
  color: #000;
}
@media (max-width: 735px) {
  .rooms .template-2 .description {
    padding: 15px 20px 40px;
    width: 100%;
    height: auto;
  }
}
.rooms .template-2 .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
}
@media (max-width: 735px) {
  .rooms .template-2 .description h3 {
    font-size: 15px;
  }
}
.rooms .template-2 .description p {
  font-size: 13px;
  line-height: 24px;
}
@media (max-width: 735px) {
  .rooms .template-2 .description p {
    font-size: 12px;
    line-height: 18px;
  }
}
.rooms .template-2 .description .expand-collapse {
  position: relative;
  display: inline-block;
  margin: 30px 0;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  line-height: 16px;
  padding-right: 13px;
  border-bottom: 1px dashed #000;
}
@media (max-width: 735px) {
  .rooms .template-2 .description .expand-collapse {
    display: block;
    text-align: center;
    padding: 0;
    border: 0;
    font-size: 10px;
  }
  .rooms .template-2 .description .expand-collapse:before, .rooms .template-2 .description .expand-collapse:after {
    border-bottom: 1px dashed #000;
  }
}
.rooms .template-2 .description .expand-collapse:before {
  content: attr(data-expand);
}
.rooms .template-2 .description .expand-collapse:after {
  content: attr(data-collapse);
}
.rooms .template-2 .description .expand-collapse span {
  display: block;
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rooms .template-2 .description .expand-collapse span:before {
  content: attr(data-expand);
}
.rooms .template-2 .description .expand-collapse span:after {
  content: attr(data-collapse);
}
@media (max-width: 735px) {
  .rooms .template-2 .description .expand-collapse span {
    bottom: -17px;
    right: 50%;
    margin-right: -5px;
    transform: rotate(90deg);
  }
}
.rooms .template-2 .description .expand-collapse.expand:before {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.expand:after {
  display: none;
}
.rooms .template-2 .description .expand-collapse.expand span:before {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.expand span:after {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse:before {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse:after {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.collapse span:before {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse span:after {
  display: inline-block;
}
.rooms .template-2 .description .full-description {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: -100%;
  left: 320px;
  height: 100%;
  padding: 40px 200px 40px 40px;
  font-size: 13px;
  line-height: 24px;
  background: rgba(255, 255, 255, 0.85);
  transition: top 0.3s ease-in-out;
  z-index: 2;
}
.rooms .template-2 .description .full-description.show {
  top: 0;
}
@media (max-width: 979px) and (min-width: 736px) {
  .rooms .template-2 .description .full-description {
    padding: 100px 30px 40px 40px;
  }
}
@media (max-width: 735px) {
  .rooms .template-2 .description .full-description {
    position: static;
    padding: 0;
    display: none;
    background: none;
  }
  .rooms .template-2 .description .full-description p {
    margin: 15px 0;
  }
  .rooms .template-2 .description .full-description.show {
    display: block;
  }
}
.rooms .template-2 .description .full-description .close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40px;
  right: 40px;
  text-indent: -1000px;
  overflow: hidden;
  transform: rotate(45deg);
  cursor: pointer;
}
@media (max-width: 735px) {
  .rooms .template-2 .description .full-description .close {
    display: none;
  }
}
.rooms .template-2 .description .full-description .close:before, .rooms .template-2 .description .full-description .close:after {
  content: "";
  display: block;
  position: absolute;
  background: #54baba;
}
.rooms .template-2 .description .full-description .close:before {
  width: 2px;
  height: 50px;
  top: 0;
  left: 24px;
}
.rooms .template-2 .description .full-description .close:after {
  width: 50px;
  height: 2px;
  top: 24px;
  left: 0;
}
.rooms .template-2 .description .full-description .close:hover:before, .rooms .template-2 .description .full-description .close:hover:after {
  background: #65c8c8;
}
.rooms .template-2 .description .full-description .inner-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.rooms .template-2 nav {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 240px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav {
    position: static;
    width: auto;
    text-align: center;
    margin-top: 25px;
  }
}
.rooms .template-2 nav a {
  width: 100%;
}
.rooms .template-2 nav a + a {
  margin-top: 10px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav a {
    height: auto;
    line-height: 16px;
    font-size: 10px;
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    background: none;
    padding: 0;
    margin: 0 10px;
    width: auto;
    font-family: "Open Sans", Arial, sans-serif;
  }
  .rooms .template-2 nav a + a {
    margin-top: 0;
  }
  .rooms .template-2 nav a.book-now {
    display: none;
  }
}
.rooms .template-2 nav .rooms-item-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 310px;
  background: black;
  text-indent: -1000px;
  overflow: hidden;
  line-height: 16px;
  font-size: 10px;
  text-transform: uppercase;
}
.rooms .template-2 nav .rooms-item-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 735px) {
  .rooms .template-2 nav .rooms-item-gallery {
    width: auto;
    height: auto;
    border-radius: 0;
    position: static;
    background: none;
    text-indent: 0;
    text-decoration: underline;
    overflow: visible;
    display: inline-block;
  }
}
.rooms .template-2 nav .rooms-item-gallery:after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -11px;
  background: url("../images/common.svg") no-repeat -600px -40px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav .rooms-item-gallery:after {
    display: none;
  }
}

/* TEMPLATE 3*/
.rooms .template-3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 220px;
  background: #000;
  margin: 10px 0;
}
@media (max-width: 735px) {
  .rooms .template-3 {
    height: auto;
    margin: 0;
  }
}
.rooms .template-3 .description {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 50%;
  padding: 30px 40px 30px 30px;
  background: rgba(50, 125, 125, 0.6);
  color: #fff;
}
@media (max-width: 735px) {
  .rooms .template-3 .description {
    position: static;
    height: auto;
    width: 100%;
    padding: 30px 15px 25px;
    background: none;
  }
}
.rooms .template-3 .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.rooms .template-3 .description p {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description p {
    font-size: 15px;
    line-height: 18px;
  }
}
.rooms .template-3 .description nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
  white-space: nowrap;
  font-size: 18px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav {
    position: static;
    text-align: center;
    white-space: normal;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
  }
}
.rooms .template-3 .description nav a {
  color: inherit;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav a {
    margin: 5px 14px;
    display: inline-block;
    text-transform: uppercase;
  }
}
.rooms .template-3 .description nav a + a {
  margin-left: 30px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav a + a {
    margin-left: 14px;
  }
}
.rooms .template-3 .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 735px) {
  .rooms .template-3 .background {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 37.5%;
  }
}
.rooms .template-3 .background .room-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rooms .template-3 .background .price {
  position: absolute;
  bottom: 35px;
  right: 50%;
  margin-right: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 735px) {
  .rooms .template-3 .background .price {
    display: none;
  }
}
.rooms .template-3 .background .price .number {
  font-size: 36px;
}
.rooms .template-3 .background a.price:hover {
  color: #54baba;
}
.rooms .template-3 .background .rooms-item-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: black;
  text-indent: -1000px;
  overflow: hidden;
}
.rooms .template-3 .background .rooms-item-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 735px) {
  .rooms .template-3 .background .rooms-item-gallery {
    display: none;
  }
}
.rooms .template-3 .background .rooms-item-gallery:after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -11px;
  background: url("../images/common.svg") no-repeat -600px -40px;
}

#feeds {
  position: relative;
  background: #F9FBFB;
  border-top: 8px solid #171718;
  padding: 36px 0 46px 106px;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #feeds {
    padding: 36px 0 36px 36px;
  }
}
@media only screen and (max-width: 767px) {
  #feeds {
    padding: 36px 0 36px 17px;
  }
}
#feeds.loading {
  min-height: 300px;
}
#feeds.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #85754D;
  border-bottom-color: #85754D;
  border-radius: 50%;
  -webkit-animation: loading-icon-spin 1200ms linear infinite;
          animation: loading-icon-spin 1200ms linear infinite;
}
@-webkit-keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .category-selector {
  position: absolute;
  text-align: left;
  top: 36px;
  left: 106px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #feeds .category-selector {
    left: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #feeds .category-selector {
    position: relative;
    top: auto;
    left: auto;
  }
}
#feeds .category-selector .select-wrapper {
  display: none !important;
}
#feeds .category-selector button {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 30px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 100px 100px no-repeat;
  overflow: visible;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  transition: opacity 350ms ease-in-out;
}
#feeds .category-selector button:after {
  display: none;
}
#feeds .category-selector button + button {
  margin-left: 31px;
}
#feeds .category-selector button + button:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: auto;
  left: -15px;
  width: 1px;
  height: calc(100% + 8px);
  background: rgba(23, 23, 24, 0.2);
  border: 0;
  transform: none;
}
#feeds .category-selector button.active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
#feeds .category-selector button:hover {
  opacity: 1;
}
#feeds .category-selector button.facebook-button {
  background-position: -110px -160px;
}
#feeds .category-selector button.linkedin-button {
  width: 85px;
  background-position: 0 -156px;
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#feeds .slideshow {
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  #feeds .slideshow {
    padding-top: 0;
  }
}
#feeds .slideshow .swiper-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#feeds .slideshow nav {
  position: absolute;
  top: 0;
  right: 100px;
  width: 60px;
  height: 26px;
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #feeds .slideshow nav {
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    top: auto;
    right: auto;
  }
}
#feeds .slideshow nav .slideshow-button {
  border: 2px solid #171718;
  border-bottom: 0;
  border-left: 0;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: relative;
  text-indent: -100em;
  z-index: 10;
  transition: opacity 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #feeds .slideshow nav .slideshow-button {
    margin-left: -17px;
  }
}
#feeds .slideshow nav .slideshow-button:hover {
  opacity: 0.5;
}
#feeds .slideshow nav .slideshow-button.previous {
  transform: rotate(-135deg);
}
#feeds .slideshow nav .slideshow-button.next {
  transform: rotate(45deg);
}
#feeds .feed-item {
  position: relative;
  width: 30%;
  width: calc(25% - 60px);
  margin-right: 11px;
  height: 132px;
  float: left;
  font: 12px/19px "Open Sans", Arial, sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #fff;
  color: #171718;
  border: 2px solid #e1e1e1;
  box-shadow: 5px 5px 7px rgba(23, 23, 24, 0.1);
  border-radius: 3px;
  transition: 350ms ease-in-out;
}
@media screen and (max-width: 1600px) {
  #feeds .feed-item {
    width: calc((100% / 3) - 60px);
  }
}
@media screen and (max-width: 1200px) {
  #feeds .feed-item {
    width: calc(50% - 60px);
  }
}
@media only screen and (max-width: 767px) {
  #feeds .feed-item {
    width: calc(100% - 60px);
  }
}
#feeds .feed-item .inner-wrapper {
  width: 100%;
  height: 100%;
}
#feeds .feed-item:hover {
  background: #e1e1e1;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 13px;
  left: 18px;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #2B2B2B;
  overflow: hidden;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 88px;
  overflow: hidden;
  padding: 15px 0;
  width: calc(100% - 100px);
  font: 12px/19px "Open Sans", Arial, sans-serif;
  text-align: left;
  color: #171718;
}
#feeds .feed-item .feed-title {
  float: left;
  display: block;
  width: calc(100% - 87px);
  font-weight: 700;
  margin-bottom: 8px;
  white-space: normal;
  line-height: 1;
}
#feeds .feed-item .feed-date {
  float: right;
  width: 85px;
  display: block;
  color: #6B6B6B;
  margin-bottom: 8px;
  text-align: right;
  line-height: 1;
}
#feeds .feed-item .feed-text {
  clear: both;
  display: block;
  white-space: normal;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
}

#footer {
  position: relative;
  padding: 68px 0 22px 0;
  font-size: 14px;
  color: #fff;
  background-color: #171718;
  text-align: left;
  z-index: 1;
}
#footer a {
  color: inherit;
  text-decoration: none;
}
#footer a:hover {
  color: #bda66c;
}
#footer .flex-wrapper {
  display: flex;
  padding-right: 34px;
}
@media only screen and (max-width: 979px) {
  #footer .flex-wrapper {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .flex-wrapper {
    flex-wrap: wrap;
  }
}
#footer h2 {
  position: relative;
  font: 600 18px/25px "Open Sans", Arial, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 4px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #footer h2 {
    margin-bottom: 30px;
  }
}
#footer h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
#footer .copyright {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.15px;
  margin-top: 118px;
}
@media only screen and (max-width: 767px) {
  #footer .copyright {
    margin-top: 108px;
  }
}

#footer-menu {
  flex-grow: 1;
  margin-right: 28px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #footer-menu {
    margin-right: 0;
  }
}
#footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  padding-right: 33px;
}
@media screen and (max-width: 1100px) {
  #footer-menu ul {
    padding-right: 0;
  }
}
#footer-menu ul li {
  display: inline-block;
  width: 25%;
  padding-right: 20px;
  padding-bottom: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #footer-menu ul li {
    width: calc(100% / 3);
  }
}
@media only screen and (max-width: 767px) {
  #footer-menu ul li {
    width: 50%;
  }
}
@media screen and (max-width: 360px) {
  #footer-menu ul li {
    width: 100%;
    padding-right: 0;
  }
}
#footer-menu ul li a {
  display: block;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.17px;
  text-transform: uppercase;
  text-decoration: none;
}
#footer-menu ul li a:hover, #footer-menu ul li a.active {
  color: #bda66c;
}

#footer-contacts {
  width: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #footer-contacts {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  #footer-contacts {
    width: 100%;
    margin-top: 83px;
  }
  #footer-contacts p {
    line-height: 30px;
  }
}
#footer-contacts h2:after {
  max-width: 220px;
}
@media only screen and (max-width: 979px) {
  #footer-contacts h2:after {
    max-width: 100%;
  }
}

#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 .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 26px;
  margin-bottom: 0;
  background: #fff;
  font-size: 14px;
  color: #171718;
}
#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: 979px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 979px) 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: 979px) {
  #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-left:active {
  background-position: -102px -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-image-nav-right:active {
  background-position: -102px -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: #85754D;
  border-bottom-color: #85754D;
  border-radius: 50%;
  -webkit-animation: loading-icon-spin 1200ms linear infinite;
          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: 979px) 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;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: thin solid rgba(23, 23, 24, 0.2);
  z-index: -1;
}
.specials .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-color: #2B2B2B;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .specials .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.specials .image-list-item .description {
  width: 100%;
  display: block;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    padding: 20px 20px 14px 20px;
    text-align: center;
  }
}
.specials .image-list-item .description h3 {
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description nav {
  position: absolute;
  bottom: 14px;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav {
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}
.specials .image-list-item .description nav a + a {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav a {
    margin: 0 10px;
  }
}

.single-special .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .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: #85754D;
  border-bottom-color: #85754D;
  border-radius: 50%;
  -webkit-animation: loading-icon-spin 1200ms linear infinite;
          animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

.hotel-location-map,
.poi-map-canvas {
  height: 500px;
  background: #2B2B2B;
}
@media only screen and (max-width: 767px) {
  .hotel-location-map,
.poi-map-canvas {
    height: 300px;
  }
}
.hotel-location-map h4,
.poi-map-canvas h4 {
  margin: 0;
  font: 700 10px/14px "Open Sans", Arial, sans-serif;
  color: #171718;
  text-transform: none;
}
.hotel-location-map p,
.poi-map-canvas p {
  margin: 5px 0 0;
  white-space: nowrap;
  font-size: 10px;
  line-height: 14px;
}
.hotel-location-map .button,
.poi-map-canvas .button {
  display: block;
}

.map-content {
  position: relative;
  background: #fff;
  font-size: 10px;
  line-height: 14px;
  text-align: left;
  color: #171718;
  width: 235px;
  box-shadow: 0 0 10px rgba(23, 23, 24, 0.2);
  padding: 10px;
}
.map-content:after {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
}
.map-content .flex-wrapper {
  display: flex;
}
.map-content .flex-wrapper .image {
  position: relative;
  width: 62px;
  flex-shrink: 0;
}
.map-content .flex-wrapper .content {
  padding: 8px 10px;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
  letter-spacing: 0;
}
.map-content h3 {
  font: 700 10px/14px "Open Sans", Arial, sans-serif;
  color: #171718;
  text-transform: none;
}
.map-content a {
  font-weight: 400;
  color: #85754D;
}
.map-content a:hover {
  color: #171718;
}

.leaflet-pane {
  z-index: 1;
}

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

.leaflet-top, .leaflet-bottom {
  z-index: 5;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-wrapper {
    margin: 0;
  }
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% / 3) - 20px);
  height: 420px;
  margin: 0 10px 20px 10px;
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: rgba(23, 23, 24, 0.2);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .pressroom .pressroom-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 0;
  }
  .pressroom .pressroom-item + .pressroom-item {
    margin-top: 20px;
  }
}
.pressroom .pressroom-item.no-img .description {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  bottom: auto;
  background: none;
}
.pressroom .pressroom-item.no-img .description h4,
.pressroom .pressroom-item.no-img .description time {
  color: #85754D;
}
.pressroom .pressroom-item.no-img .description p {
  color: #171718;
}
.pressroom .pressroom-item.no-img .description .pdf {
  color: #171718;
}
.pressroom .pressroom-item.no-img .description .button.white {
  color: #171718;
  background: linear-gradient(to right, #85754D, #85754D 50%, #171718 50%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 350ms ease-in-out;
}
.pressroom .pressroom-item.no-img .description .button.white:after {
  border-color: #171718;
}
.pressroom .pressroom-item.no-img .description .button.white:hover {
  background-position: 0 100%;
}
.pressroom .pressroom-item.no-img .description .button.white:hover:after {
  border-color: #85754D;
  transition: 0s border-color;
  transition-delay: 350ms;
}
.pressroom .pressroom-item h4 {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #bda66c;
}
.pressroom .pressroom-item time {
  color: #85754D;
  display: block;
  margin: 5px 0;
  font-weight: 700;
  color: #bda66c;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(23, 23, 24, 0.7);
  padding: 16px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  margin: 15px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
  text-decoration: none;
  color: #fff;
}
.pressroom .pressroom-item .pdf:hover {
  color: #85754D;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 10px;
}

.galleries {
  text-align: center;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .galleries {
    margin: 0;
  }
}
.galleries .gallery {
  padding-bottom: calc((100% / 3) - 20px);
  width: calc((100% / 3) - 20px);
  height: 0;
  margin: 0 10px 20px 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #2B2B2B;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .galleries .gallery {
    width: calc(50% - 20px);
    padding-bottom: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: 100%;
    padding-bottom: calc(80% - 10px);
    margin: 0;
  }
  .galleries .gallery + .gallery {
    margin-top: 20px;
  }
}
.galleries .gallery h2, .galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 700 24px/30px "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 10px;
  margin: 0;
  transition: all 0.3s ease-in-out;
  color: inherit;
  z-index: 1;
}
.galleries .gallery h3 {
  top: auto;
  bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  line-height: 1;
  text-align: center;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
  z-index: 0;
}
.galleries .gallery:hover h2, .galleries .gallery:hover h3 {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: inherit;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}

#form_module_container_errors,
#form_module_container_success {
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  background-color: rgba(23, 23, 24, 0.2);
}

#form_module_container_errors {
  color: #bd0f1d;
}

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

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

#form_module_container_success {
  color: green;
}

[id*=form_form_] {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: thin solid rgba(23, 23, 24, 0.2);
}
[id*=form_form_] em {
  color: #bd0f1d;
  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: 767px) {
  [id*=form_form_] label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] p {
    margin-bottom: 20px;
  }
}
[id*=form_form_] p:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] p span {
  float: left;
  margin: 0 10px 0 0;
}
[id*=form_form_] p span.checkbox-group {
  margin-bottom: 10px;
}
[id*=form_form_] p span input {
  display: inline;
  float: none;
  margin: 0;
}
[id*=form_form_] p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
[id*=form_form_] p span.group {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] p span.group {
    margin-top: 0;
  }
}
[id*=form_form_] p span.group label {
  display: block;
  margin-bottom: 10px !important;
  margin-top: 0;
}
[id*=form_form_] p span.group label input {
  margin-right: 0.4em;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .select-wrapper {
    width: 100%;
  }
}
[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: #f1f1f1;
  color: #171718;
  height: 46px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 2px solid #bebebe;
  border-radius: 3px;
  font-size: 12px;
  line-height: 46px;
  font-weight: 700;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  [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%;
    text-align: left;
  }
}
[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;
}
@media only screen and (max-width: 767px) {
  [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 {
    text-align: left;
  }
}
[id*=form_form_] textarea {
  float: left;
  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: 767px) {
  [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: 767px) {
  [id*=form_form_] .datepicker-input-wrapper {
    float: none;
  }
}
[id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
  float: left;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
    float: none;
    width: 100%;
  }
}
[id*=form_form_] .input-overlay {
  width: 100px;
  float: left;
  clear: both;
  opacity: 0;
  margin-top: -46px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] input[type=submit] {
  display: block;
  margin: 0 auto;
}
[id*=form_form_] > input[type=submit] {
  margin-top: 20px;
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field {
  position: relative;
  width: 100%;
  text-align: left;
  clear: both;
}
[id*=form_form_] .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  [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] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  [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: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label,
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
  color: #171718;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label,
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label,
[id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
  width: 60%;
  margin-left: calc(40% + 20px);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputsubmit] {
  margin-left: 20px;
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
[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: 10px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
}
[id*=form_form_] .form-builder-field[class*=paragraph] {
  width: 60%;
  margin-left: calc(40% + 20px);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-field[class*=paragraph] {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file] {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  [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 "Open Sans", Arial, sans-serif;
  color: #171718;
  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: 767px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[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: 767px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[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: 767px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[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: 767px) {
  [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: 767px) {
  [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: #000 1px solid;
}
@media only screen and (min-width: 980px) {
  [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 #bd0f1d;
  border-left: 2px solid #bd0f1d;
  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: #171718;
}
[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: #bd0f1d;
}
[id*=form_form_] .custom-radio.checked:after {
  transform: scale(1);
}
[id*=form_form_] input[type=submit] {
  height: 46px;
  line-height: 46px;
  border-radius: 3px;
  padding: 0 30px;
  transition: 350ms ease-in-out;
  margin-left: calc(40% + 20px);
  color: #fff !important;
  background: #85754D;
  -webkit-text-fill-color: #fff;
  background-size: 100% 100%;
  transition: background-color 350ms ease-in-out;
}
[id*=form_form_] input[type=submit]:after {
  display: none;
}
[id*=form_form_] input[type=submit]:hover {
  background: #171718;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=submit] {
    margin: 0 auto;
  }
}

.poi {
  position: relative;
  overflow: hidden;
}
.poi .open-poi-popup {
  position: relative;
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #85754D;
  transition: background-color 350ms ease-in-out;
}
.poi .open-poi-popup:hover {
  background-color: #2B2B2B;
}
@media only screen and (max-width: 767px) {
  .poi .open-poi-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -100em;
    overflow: hidden;
    background-color: transparent;
    z-index: 2;
  }
  .poi .open-poi-popup:hover {
    background-color: transparent;
  }
}
.poi .mobile-heading {
  position: absolute;
  bottom: 17px;
  left: 17px;
  width: calc(100% - 34px);
  height: 36px;
  line-height: 36px;
  color: #85754D;
  background: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  box-shadow: 5px 0 10px rgba(23, 23, 24, 0.3);
  z-index: 1;
  display: none;
}
@media only screen and (max-width: 767px) {
  .poi .mobile-heading {
    display: block;
  }
}

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

.poi-map {
  height: 740px;
  background: #2B2B2B;
}
@media only screen and (max-width: 767px) {
  .poi-map {
    height: 300px;
  }
}
.poi-map .cluster-point {
  color: #fff;
  width: 27px;
  height: 32px;
  text-align: center;
}
.poi-map .cluster-point img {
  display: block;
  width: 100%;
  height: 100%;
}

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

#poi-popup {
  flex-direction: column;
  align-items: stretch;
  background: #fff;
}
#poi-popup h2 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.38px;
  color: #85754D;
  margin-top: 12px;
  margin-bottom: 30px;
  padding: 0 25px;
}
#poi-popup nav.view {
  padding: 0 25px;
  text-align: center;
  margin-bottom: auto;
}
#poi-popup nav.view ul {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 40px;
  background: #cfcfcf;
  border-radius: 20px;
  white-space: nowrap;
  font-size: 0;
}
#poi-popup nav.view ul li {
  display: inline-block;
}
#poi-popup nav.view ul button {
  color: #171718;
  background: none;
  border-radius: 20px;
  padding: 0 24px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: 350ms ease-in-out;
}
@media screen and (max-width: 300px) {
  #poi-popup nav.view ul button {
    padding: 0 14px;
    font-size: 13px;
    letter-spacing: 0;
  }
}
#poi-popup nav.view ul button:hover {
  color: #fff;
  background: #2B2B2B;
}
#poi-popup nav.view ul button.active {
  color: #fff;
  background: #85754D;
}
#poi-popup .container {
  position: relative;
  margin-top: auto;
  flex-grow: 1;
}
#poi-popup .container .container-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: auto;
  z-index: 1;
}
#poi-popup .container .container-item.active {
  visibility: inherit;
  z-index: 2;
}
#poi-popup .container .list-of-properties {
  padding: 0 25px;
}
#poi-popup .container .list-of-properties .property-card {
  border: thin solid #cfcfcf;
  border-radius: 3px;
  color: #171718;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 979px) {
  #poi-popup .container .list-of-properties .property-card {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #poi-popup .container .list-of-properties .property-card {
    font-size: 10px;
    line-height: 14px;
  }
}
#poi-popup .container .list-of-properties .property-card + .property-card {
  margin-top: 4px;
}
#poi-popup .container .list-of-properties .property-card .image {
  position: relative;
  width: 92px;
  flex-shrink: 0;
  background-color: #cfcfcf;
}
@media only screen and (max-width: 979px) {
  #poi-popup .container .list-of-properties .property-card .image {
    width: 62px;
  }
}
#poi-popup .container .list-of-properties .property-card .content {
  padding: 8px 10px 3px 10px;
  flex-grow: 1;
}
#poi-popup .container .list-of-properties .property-card .content h3,
#poi-popup .container .list-of-properties .property-card .content p {
  margin-bottom: 5px;
  letter-spacing: 0;
}
#poi-popup .container .list-of-properties .property-card .content h3 {
  font: 700 16px/22px "Open Sans", Arial, sans-serif;
}
@media only screen and (max-width: 979px) {
  #poi-popup .container .list-of-properties .property-card .content h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #poi-popup .container .list-of-properties .property-card .content h3 {
    font-size: 10px;
    line-height: 14px;
  }
}
#poi-popup .container .list-of-properties .property-card .content nav {
  text-align: right;
}
#poi-popup .container .list-of-properties .property-card .content .property-site-link {
  font-weight: 400;
  color: #85754D;
}
#poi-popup .container .list-of-properties .property-card .content .property-site-link:hover {
  color: #171718;
}
#poi-popup .container .space {
  height: 30px;
}
#poi-popup .container .poi-map {
  height: 100%;
}

#calendar {
  margin-top: 40px;
}

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

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

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

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 30px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #171718;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a:hover, #calendar-views a.active {
  color: #85754D;
}
#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.grid:active:before {
  background-position: -280px 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-views a.list:active:before {
  background-position: -280px -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;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  border-bottom: thin solid rgba(23, 23, 24, 0.3);
  color: rgba(23, 23, 24, 0.3);
}
#calendar-year a:hover {
  border-color: #bda66c;
  color: #bda66c;
}
#calendar-year .active a {
  border-color: #85754D;
  color: #85754D;
  font-weight: 700;
}
#calendar-year .active a:hover {
  border-color: #bda66c;
  color: #bda66c;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #171718;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #171718;
  color: #fff;
}
#calendar-month a.active {
  background: #85754D;
  color: #fff;
  font-weight: 700;
}
#calendar-month a.active:hover {
  background: #171718;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    background: url("../images/common.svg") -200px -196px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 11px;
    height: 18px;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #85754D;
  }
  #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: rgba(23, 23, 24, 0.2);
}
#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;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #171718;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(23, 23, 24, 0.06);
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #171718;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  color: #85754D;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.02);
}
@media only screen and (max-width: 767px) {
  #calendar-days li.prev_month, #calendar-days li.next_month {
    display: none;
  }
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: rgba(23, 23, 24, 0.2);
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7em;
  background: #327d7d;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.538%;
}
#calendar-days dl.w3 dt {
  width: 323.076%;
}
#calendar-days dl.w4 dt {
  width: 434.614%;
}
#calendar-days dl.w5 dt {
  width: 546.152%;
}
#calendar-days dl.w6 dt {
  width: 657.69%;
}
#calendar-days dl.w7 dt {
  width: 769.228%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #2B2B2B;
  color: #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: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #2B2B2B;
}
#calendar-days dl dd h3 {
  color: #bda66c;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  displaY: block;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl dd a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
#calendar-days dl dd a:hover {
  color: #85754D;
}
#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: 767px) {
  #calendar.list-view #calendar-month {
    display: none;
  }
}
#calendar.list-view .image-list {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0;
}
#calendar.list-view .image-list h2 {
  font-size: 22px;
  text-transform: none;
  font-style: italic;
  letter-spacing: 0.44px;
  color: #85754D;
}
#calendar.list-view .image-list h2 a {
  color: inherit;
  text-decoration: none;
}
#calendar.list-view .image-list h2 a:hover {
  color: #171718;
}
#calendar.list-view .image-list h3 a {
  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 .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

#calendar .dates,
#calendar .attachment {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px;
}
#calendar .dates strong,
#calendar .attachment strong {
  color: #85754D;
}

#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: 22px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: thin solid rgba(23, 23, 24, 0.2);
  z-index: -1;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-color: #2B2B2B;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 14px 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: 14px;
  left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.acm-cells {
  margin-left: 76px;
  max-width: calc(100% - 456px);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-cells {
    margin-left: 40px;
    max-width: calc(100% - 340px);
  }
}
@media only screen and (max-width: 767px) {
  .acm-cells {
    margin: 0 -17px 0 0;
    max-width: calc(100% + 17px);
    overflow: auto;
  }
}
.acm-cells .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .acm-cells .flex-wrapper {
    flex-wrap: nowrap;
    padding-top: 20px;
  }
}
.acm-cells .cell {
  width: 50%;
  padding: 30px 35px 35px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-cells .cell {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-cells .cell {
    width: 282px;
    flex-shrink: 0;
    border: thin solid rgba(23, 23, 24, 0.2);
    border-left: 0 !important;
    padding: 16px 24px 24px;
  }
  .acm-cells .cell:first-child {
    border-left: thin solid rgba(23, 23, 24, 0.2) !important;
  }
}
.acm-cells .cell.cell-2, .acm-cells .cell.cell-4 {
  border-left: thin solid rgba(23, 23, 24, 0.2);
}
.acm-cells .cell.cell-3, .acm-cells .cell.cell-4 {
  border-top: thin solid rgba(23, 23, 24, 0.2);
}
.acm-cells .cell .image {
  width: 68px;
  height: 48px;
  margin-bottom: 14px;
}
.acm-cells .cell .image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: auto;
  max-height: 100%;
}
.acm-cells .cell h2 {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.acm-cells .cell .content {
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-style: italic;
  color: #6B6B6B;
}
@media only screen and (max-width: 767px) {
  .acm-cells .cell .content {
    line-height: 23px;
  }
}
.acm-cells .cell .link {
  display: inline;
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .acm-cells .cell .link {
    display: inline-block;
  }
}
.acm-cells .space {
  display: none;
}
@media only screen and (max-width: 767px) {
  .acm-cells .space {
    display: block;
    width: 17px;
    flex-shrink: 0;
  }
}

.acm-checkers {
  position: relative;
  background: none;
  margin: 40px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .acm-checkers {
    margin: 40px 0 80px 0;
  }
}
.acm-checkers:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2B2B2B;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .acm-checkers:before {
    top: 45px;
    height: calc(100% - 45px);
  }
}
.acm-checkers .checkers-wrapper {
  position: relative;
  z-index: 2;
}
.acm-checkers .checkers-item {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .acm-checkers .checkers-item {
    flex-wrap: wrap;
  }
}
.acm-checkers .checkers-item.position-left {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .acm-checkers .checkers-item.position-left {
    text-align: left;
  }
}
.acm-checkers .checkers-item.position-left .content {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .acm-checkers .checkers-item.position-left .content {
    order: 2;
  }
}
.acm-checkers .checkers-item.position-left .content strong:after {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .acm-checkers .checkers-item.position-left .content strong:after {
    right: auto;
    left: 0;
  }
}
.acm-checkers .checkers-item.position-left .image {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .acm-checkers .checkers-item.position-left .image {
    order: 1;
  }
}
.acm-checkers .checkers-item .image {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .acm-checkers .checkers-item .image {
    width: 80%;
    height: 172px;
  }
}
.acm-checkers .checkers-item .content {
  width: 50%;
  background: #2B2B2B;
  color: #fff;
  padding: 54px 65px 124px 65px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-checkers .checkers-item .content {
    padding: 30px 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-checkers .checkers-item .content {
    width: 100%;
    padding: 28px 20px 52px 20px;
  }
}
.acm-checkers .checkers-item .content strong:after {
  background: rgba(255, 255, 255, 0.2);
}
.acm-checkers .checkers-item .content .text {
  font-size: 14px;
  line-height: 32px;
}
.acm-checkers .checkers-item .content nav {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .acm-checkers .checkers-item .content nav {
    margin-top: 28px;
  }
}
.acm-checkers .checkers-item .content nav span {
  display: block;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .acm-checkers .checkers-item .content nav span {
    margin-top: 4px;
  }
}

.acm-awards {
  position: relative;
  margin: 100px 0;
}
@media only screen and (max-width: 767px) {
  .acm-awards {
    margin: 80px 0;
  }
}
.acm-awards h2 {
  position: relative;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .acm-awards h2 {
    font-size: 14px;
    margin-bottom: 45px;
  }
}
.acm-awards h2:after {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  position: absolute;
  bottom: -8px;
  width: 220px;
  height: 1px;
  background: #171718;
}
@media only screen and (max-width: 767px) {
  .acm-awards h2:after {
    bottom: -5px;
  }
}
.acm-awards .slideshow {
  margin: 0 auto;
  overflow: hidden;
}
.acm-awards .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.acm-awards .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
}
.acm-awards .slide img {
  display: block;
  height: 113px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .acm-awards .slide img {
    margin-bottom: 45px;
  }
}
.acm-awards .slide .description {
  font-size: 19px;
  line-height: 34px;
  letter-spacing: 0.44px;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .acm-awards .slide .description {
    font-size: 12px;
    line-height: 23px;
  }
}
.acm-awards nav {
  position: relative;
  width: 60px;
  height: 26px;
  margin: 0 auto;
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .acm-awards nav {
    margin-top: 35px;
  }
}
.acm-awards .slideshow-button {
  border: 2px solid #171718;
  border-bottom: 0;
  border-left: 0;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: relative;
  text-indent: -100em;
  z-index: 10;
  transition: opacity 350ms ease-in-out;
  cursor: pointer;
}
.acm-awards .slideshow-button:hover {
  opacity: 0.5;
}
.acm-awards .slideshow-button.previous {
  transform: rotate(-135deg);
}
.acm-awards .slideshow-button.next {
  transform: rotate(45deg);
}

.acm-testimonials {
  position: relative;
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  .acm-testimonials {
    margin: 60px 0;
  }
}
.acm-testimonials h2 {
  position: relative;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .acm-testimonials h2 {
    font-size: 14px;
    margin-bottom: 45px;
  }
}
.acm-testimonials h2:after {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  position: absolute;
  bottom: -8px;
  width: 220px;
  height: 1px;
  background: #171718;
}
@media only screen and (max-width: 767px) {
  .acm-testimonials h2:after {
    bottom: -5px;
  }
}
.acm-testimonials .slideshow {
  margin: 0 auto;
  overflow: hidden;
}
.acm-testimonials .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.acm-testimonials .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
}
.acm-testimonials .slide img {
  display: block;
  width: 118px;
  height: auto;
}
.acm-testimonials .slide .description {
  position: relative;
  font-size: 19px;
  line-height: 34px;
  letter-spacing: 0.44px;
  font-style: italic;
  text-align: left;
  padding: 20px 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .acm-testimonials .slide .description {
    font-size: 14px;
    line-height: 39px;
    padding: 0;
    text-align: center;
  }
}
.acm-testimonials .slide .description p {
  position: relative;
  z-index: 2;
}
.acm-testimonials .slide .description:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 38px;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  opacity: 0.44;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .acm-testimonials .slide .description:before {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.acm-testimonials .slide .author {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .acm-testimonials .slide .author {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}
.acm-testimonials .slide .author .column {
  flex-shrink: 0;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .acm-testimonials .slide .author .column {
    width: 100%;
    padding: 0;
  }
}
.acm-testimonials .slide .author .column strong {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.44px;
}
.acm-testimonials .slide .author .column .position {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.44px;
  font-style: italic;
}
.acm-testimonials .slide .author .column img {
  display: block;
}
@media only screen and (max-width: 767px) {
  .acm-testimonials .slide .author .column img {
    margin: 0 auto;
  }
}
.acm-testimonials .slide .author .column.one {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .acm-testimonials .slide .author .column.one {
    text-align: center;
  }
}
.acm-testimonials .slide .author .column.two {
  position: relative;
  margin-left: 30px;
  padding-left: 30px;
  border-left: thin solid rgba(23, 23, 24, 0.2);
}
@media only screen and (max-width: 767px) {
  .acm-testimonials .slide .author .column.two {
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
    padding-top: 26px;
    border: 0;
  }
  .acm-testimonials .slide .author .column.two:before {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    top: 0;
    width: 94px;
    height: 1px;
    background: rgba(23, 23, 24, 0.2);
  }
}
.acm-testimonials nav {
  position: relative;
  width: 60px;
  height: 26px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .acm-testimonials nav {
    margin-top: 70px;
  }
}
.acm-testimonials .slideshow-button {
  border: 2px solid #171718;
  border-bottom: 0;
  border-left: 0;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: relative;
  text-indent: -100em;
  z-index: 10;
  transition: opacity 350ms ease-in-out;
  cursor: pointer;
}
.acm-testimonials .slideshow-button:hover {
  opacity: 0.5;
}
.acm-testimonials .slideshow-button.previous {
  transform: rotate(-135deg);
}
.acm-testimonials .slideshow-button.next {
  transform: rotate(45deg);
}

.acm-join-the-team {
  position: relative;
  margin: 100px 0;
}
@media only screen and (max-width: 767px) {
  .acm-join-the-team {
    margin: 80px 0;
  }
}
.acm-join-the-team .center-column.flex-wrapper {
  max-width: 100%;
  display: flex;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .acm-join-the-team .center-column.flex-wrapper {
    flex-wrap: wrap;
  }
}
.acm-join-the-team .center-column.flex-wrapper .column.left {
  width: calc(100% - 657px);
}
@media only screen and (max-width: 979px) {
  .acm-join-the-team .center-column.flex-wrapper .column.left {
    width: calc(100% - 514px);
  }
}
@media only screen and (max-width: 767px) {
  .acm-join-the-team .center-column.flex-wrapper .column.left {
    padding-right: 17px;
    width: 100%;
  }
}
.acm-join-the-team .center-column.flex-wrapper .column.left .links-heading {
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 0;
}
.acm-join-the-team .center-column.flex-wrapper .column.left nav {
  margin-top: 5px;
}
.acm-join-the-team .center-column.flex-wrapper .column.left nav span {
  display: inline-block;
  margin-right: 45px;
}
@media only screen and (max-width: 767px) {
  .acm-join-the-team .center-column.flex-wrapper .column.left nav span {
    display: block;
    margin-left: 0;
  }
}
.acm-join-the-team .center-column.flex-wrapper .column.right {
  width: 550px;
  margin-left: 105px;
  padding-top: 15px;
}
@media only screen and (max-width: 979px) {
  .acm-join-the-team .center-column.flex-wrapper .column.right {
    width: 456px;
    margin-left: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-join-the-team .center-column.flex-wrapper .column.right {
    width: 100%;
    margin-left: 0;
    padding-top: 80px;
  }
}
.acm-join-the-team .center-column.flex-wrapper .column.right .small-title {
  padding-bottom: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .acm-join-the-team .center-column.flex-wrapper .column.right .small-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-right: 17px;
  }
}
.acm-join-the-team .center-column.flex-wrapper .column.right .small-title:after {
  display: none;
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slideshow {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 65%;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .acm-join-the-team .center-column.flex-wrapper .column.right .slide {
    width: 80%;
  }
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slide.swiper-slide-active .photo {
  transform: scale(1);
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slide.swiper-slide-active .photo:after {
  opacity: 0;
  z-index: 1;
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slide.swiper-slide-active .photo .link {
  z-index: 2;
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slide.swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slide .photo {
  position: relative;
  width: 100%;
  height: 460px;
  margin-bottom: 18px;
  transform: scale(0.8);
  transition: scale 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .acm-join-the-team .center-column.flex-wrapper .column.right .slide .photo {
    transform: scale(0.9);
    height: 350px;
  }
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slide .photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #85754D;
  opacity: 0.89;
  transition: 350ms ease-in-out;
  z-index: 2;
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slide .photo .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -100em;
  z-index: 1;
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slide .info {
  opacity: 0;
  visibility: hidden;
  transition: 350ms ease-in-out;
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slide h4 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  color: #171718;
  margin-bottom: 12px;
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slide h5 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 0.44px;
  color: #171718;
  text-transform: none;
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slide h4 + h5 {
  margin-top: -12px;
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slide .summary {
  font-size: 14px;
  line-height: 26px;
  font-style: italic;
  letter-spacing: 0.44px;
  color: #6B6B6B;
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slide .link {
  display: inline;
  font-size: 12px;
  line-height: 26px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .acm-join-the-team .center-column.flex-wrapper .column.right .slide .link {
    display: inline-block;
  }
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slide .description {
  position: relative;
  font-size: 19px;
  line-height: 34px;
  letter-spacing: 0.44px;
  font-style: italic;
  text-align: left;
  padding: 20px 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .acm-join-the-team .center-column.flex-wrapper .column.right .slide .description {
    font-size: 14px;
    line-height: 39px;
    padding: 0;
    text-align: center;
  }
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slideshow-button {
  position: absolute;
  top: 230px;
  margin-top: -9px;
  right: 65px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -100em;
  z-index: 10;
  transition: opacity 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .acm-join-the-team .center-column.flex-wrapper .column.right .slideshow-button {
    right: 20px;
  }
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slideshow-button:hover {
  opacity: 0.5;
}
.acm-join-the-team .center-column.flex-wrapper .column.right .slideshow-button.next {
  transform: rotate(45deg);
}

#content + .acm-team {
  margin-top: 0;
}

.acm-team {
  position: relative;
  margin: 100px 0;
}
@media only screen and (max-width: 767px) {
  .acm-team {
    margin: 80px 0;
  }
}
.acm-team .center-column .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 767px) {
  .acm-team .center-column .cards {
    margin-left: -4px;
    margin-right: -4px;
  }
}
.acm-team .center-column .card {
  position: relative;
  width: calc(25% - 20px);
  margin: 10px;
  color: #fff;
  background: #2B2B2B;
}
.acm-team .center-column .card::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 110%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-team .center-column .card {
    width: calc((100%/ 3) - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .acm-team .center-column .card {
    width: calc(50% - 8px);
    margin: 4px;
  }
}
@media screen and (max-width: 400px) {
  .acm-team .center-column .card {
    width: calc(100% - 8px);
  }
}
.acm-team .center-column .card:hover .photo {
  transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .acm-team .center-column .card:hover .photo {
    transform: scale(1);
  }
}
.acm-team .center-column .card .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.2s;
}
.acm-team .center-column .card .photo:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}
.acm-team .center-column .card .photo > img.object-fit {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.acm-team .center-column .card .info {
  position: absolute;
  bottom: 14px;
  left: 14px;
  width: calc(100% - 28px);
  z-index: 2;
}
.acm-team .center-column .card .info h2,
.acm-team .center-column .card .info h3 {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.44px;
  font-weight: 500;
  color: #fff;
}
.acm-team .center-column .card .info h2 {
  font-weight: 700;
  text-transform: uppercase;
}
.acm-team .center-column .card .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  text-indent: -100em;
  z-index: 3;
}

#popup-slideshow .team-slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}
#popup-slideshow .team-slideshow .slideshow-button {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: 2px solid #171718;
  border-bottom: 0;
  border-left: 0;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -100em;
  z-index: 10;
  transition: opacity 350ms ease-in-out;
  cursor: pointer;
}
#popup-slideshow .team-slideshow .slideshow-button:hover {
  opacity: 0.5;
}
#popup-slideshow .team-slideshow .slideshow-button.previous {
  left: -30px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 767px) {
  #popup-slideshow .team-slideshow .slideshow-button.previous {
    left: 10px;
  }
}
#popup-slideshow .team-slideshow .slideshow-button.next {
  right: -30px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  #popup-slideshow .team-slideshow .slideshow-button.next {
    right: 10px;
  }
}
#popup-slideshow .slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#popup-slideshow .slideshow .slideshow-wrapper {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.acm-text-with-image {
  position: relative;
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 767px) {
  .acm-text-with-image {
    margin: 0 0 40px 0;
  }
}
.acm-text-with-image .center-column.flex-wrapper {
  display: flex;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .acm-text-with-image .center-column.flex-wrapper {
    flex-wrap: wrap;
    padding-top: 0;
  }
}
.acm-text-with-image .center-column.flex-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: rgba(23, 23, 24, 0.2);
}
@media only screen and (max-width: 767px) {
  .acm-text-with-image .center-column.flex-wrapper:before {
    display: none;
  }
}
.acm-text-with-image .center-column.flex-wrapper .column.left {
  flex-shrink: 0;
  width: 32%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-text-with-image .center-column.flex-wrapper .column.left {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .acm-text-with-image .center-column.flex-wrapper .column.left {
    display: none;
  }
}
.acm-text-with-image .center-column.flex-wrapper .column.left .image {
  position: relative;
  height: 428px;
  background-color: #85754D;
}
.acm-text-with-image .center-column.flex-wrapper .column.right {
  flex-grow: 1;
  margin-left: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-text-with-image .center-column.flex-wrapper .column.right {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-text-with-image .center-column.flex-wrapper .column.right {
    width: 100%;
    margin-left: 0;
  }
}
.acm-text-with-image .center-column.flex-wrapper .column.right h2 {
  position: relative;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.44px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .acm-text-with-image .center-column.flex-wrapper .column.right h2 {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.acm-text-with-image .center-column.flex-wrapper .column.right h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #171718;
}
.acm-text-with-image .center-column.flex-wrapper .column.right nav {
  text-align: right;
  margin-top: 30px;
  padding-right: 56px;
}
@media only screen and (max-width: 767px) {
  .acm-text-with-image .center-column.flex-wrapper .column.right nav {
    text-align: left;
    margin-top: 20px;
    padding-right: 0;
  }
}

.acm-image {
  position: relative;
  margin: 80px 0;
  height: 525px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .acm-image {
    margin: 80px 0 60px 0;
    height: 300px;
  }
}

.acm-content-group {
  position: relative;
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  .acm-content-group {
    margin: 60px 0;
  }
}
.acm-content-group .center-column.flex-wrapper {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .acm-content-group .center-column.flex-wrapper {
    flex-wrap: wrap;
  }
}
.acm-content-group .center-column.flex-wrapper .column.left {
  flex-shrink: 0;
  width: 303px;
}
@media only screen and (max-width: 767px) {
  .acm-content-group .center-column.flex-wrapper .column.left {
    order: 2;
    width: 100%;
    margin-top: 56px;
  }
}
.acm-content-group .center-column.flex-wrapper .column.left .scrollable-block {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  background: #f1f1f1;
  padding: 56px 32px 40px 32px;
}
@media only screen and (max-width: 767px) {
  .acm-content-group .center-column.flex-wrapper .column.left .scrollable-block {
    position: relative;
    top: 0;
  }
}
.acm-content-group .center-column.flex-wrapper .column.left .scrollable-block h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.acm-content-group .center-column.flex-wrapper .column.left .scrollable-block h3 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.acm-content-group .center-column.flex-wrapper .column.left .scrollable-block h4 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 0.44px;
  margin-bottom: 14px;
}
.acm-content-group .center-column.flex-wrapper .column.left .scrollable-block h3 + h4 {
  margin-top: -14px;
}
.acm-content-group .center-column.flex-wrapper .column.left .scrollable-block .description {
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  color: #6B6B6B;
}
.acm-content-group .center-column.flex-wrapper .column.left .scrollable-block .link {
  display: inline;
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .acm-content-group .center-column.flex-wrapper .column.left .scrollable-block .link {
    display: inline-block;
  }
}
.acm-content-group .center-column.flex-wrapper .column.right {
  flex-grow: 1;
  margin-left: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-content-group .center-column.flex-wrapper .column.right {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-content-group .center-column.flex-wrapper .column.right {
    width: 100%;
    margin-left: 0;
    order: 1;
  }
}
.acm-content-group .center-column.flex-wrapper .column.right .group + .group {
  margin-top: 70px;
}
.acm-content-group .center-column.flex-wrapper .column.right h2 {
  position: relative;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.44px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .acm-content-group .center-column.flex-wrapper .column.right h2 {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.acm-content-group .center-column.flex-wrapper .column.right h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #171718;
}
.acm-content-group .center-column.flex-wrapper .column.right nav {
  text-align: right;
  margin-top: 30px;
  padding-right: 56px;
}
@media only screen and (max-width: 767px) {
  .acm-content-group .center-column.flex-wrapper .column.right nav {
    text-align: left;
    margin-top: 20px;
    padding-right: 0;
  }
}

.acm-properties-map {
  position: relative;
  margin: 100px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .acm-properties-map {
    margin: 80px 0;
  }
}
.acm-properties-map .page-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 100px;
  width: 290px;
  background: #fff;
  padding: 30px 20px 20px;
  box-shadow: 0 0 20px rgba(23, 23, 24, 0.4);
  z-index: 403;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-properties-map .page-content {
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-properties-map .page-content {
    display: none;
  }
}
.acm-properties-map .page-content h2 {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 20px;
}
.acm-properties-map .page-content h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.44px;
  margin-bottom: 20px;
}
.acm-properties-map .page-content .description {
  font-size: 14px;
  line-height: 26px;
  font-style: italic;
  letter-spacing: 0.44px;
  color: #6B6B6B;
}
.acm-properties-map .page-content .button {
  margin-top: 30px;
}

.acm-text-with-background-image {
  position: relative;
  margin: 80px 0;
  padding: 135px 0 90px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .acm-text-with-background-image {
    margin: 40px 0;
    padding: 100px 0 80px 0;
  }
}
.acm-text-with-background-image .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.acm-text-with-background-image .background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.55;
  z-index: 2;
}
.acm-text-with-background-image .background img {
  z-index: 1;
}
.acm-text-with-background-image .content {
  max-width: 720px;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.acm-text-with-background-image .content a {
  color: inherit;
}
.acm-text-with-background-image .content a:hover {
  color: #bda66c;
}
.acm-text-with-background-image .content h2 {
  font-size: 41px;
  line-height: 51px;
  letter-spacing: 0.5px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-text-with-background-image .content h2 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-text-with-background-image .content h2 {
    font-size: 30px;
    line-height: 33px;
  }
}
.acm-text-with-background-image .content .text {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.57px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .acm-text-with-background-image .content .text {
    font-size: 14px;
    line-height: 20px;
  }
}
.acm-text-with-background-image .content .button {
  margin-top: 40px;
}

.acm-checkers-with-anchors {
  position: relative;
  margin: 40px 0 80px 0;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-with-anchors {
    margin: 40px 0 60px 0;
  }
}
.acm-checkers-with-anchors .navigation-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #2B2B2B;
  text-align: center;
  padding: 150px 0 160px 0;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-with-anchors .navigation-wrapper {
    margin-bottom: 30px;
    padding: 100px 0;
  }
}
.acm-checkers-with-anchors .navigation-wrapper .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.acm-checkers-with-anchors .navigation-wrapper .background img {
  z-index: 1;
}
.acm-checkers-with-anchors .navigation-wrapper .background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.45;
  z-index: 2;
}
.acm-checkers-with-anchors .navigation-wrapper .content {
  z-index: 2;
}
.acm-checkers-with-anchors .navigation-wrapper .content h2 {
  font-size: 41px;
  line-height: 51px;
  letter-spacing: 0.5px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-checkers-with-anchors .navigation-wrapper .content h2 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-checkers-with-anchors .navigation-wrapper .content h2 {
    font-size: 30px;
    line-height: 33px;
  }
}
.acm-checkers-with-anchors .navigation-wrapper .content .navigation li {
  display: inline-block;
}
.acm-checkers-with-anchors .navigation-wrapper .content .navigation li a {
  display: block;
  padding: 0 15px;
  color: inherit;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-with-anchors .navigation-wrapper .content .navigation li a {
    padding: 0 10px;
  }
}
.acm-checkers-with-anchors .navigation-wrapper .content .navigation li a:hover {
  color: #bda66c;
}
.acm-checkers-with-anchors .checkers-item {
  display: flex;
  flex-wrap: nowrap;
  color: #171718;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-with-anchors .checkers-item {
    flex-wrap: wrap;
  }
}
.acm-checkers-with-anchors .checkers-item + .checkers-item {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-with-anchors .checkers-item + .checkers-item {
    margin-top: 30px;
  }
}
.acm-checkers-with-anchors .checkers-item.even .image {
  order: 1;
  margin-left: 0;
  margin-right: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-checkers-with-anchors .checkers-item.even .image {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-checkers-with-anchors .checkers-item.even .image {
    margin-right: 0;
  }
}
.acm-checkers-with-anchors .checkers-item.even .content {
  order: 2;
}
.acm-checkers-with-anchors .checkers-item.even .content nav {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-with-anchors .checkers-item.even .content nav {
    text-align: left;
  }
}
.acm-checkers-with-anchors .checkers-item .image {
  position: relative;
  width: 365px;
  height: 265px;
  margin-top: 7px;
  margin-left: 90px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-checkers-with-anchors .checkers-item .image {
    margin-left: 40px;
    width: 300px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-checkers-with-anchors .checkers-item .image {
    width: 100%;
    height: 200px;
    margin-left: 0;
    margin-bottom: 24px;
    order: 1;
  }
}
.acm-checkers-with-anchors .checkers-item .content {
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-with-anchors .checkers-item .content {
    order: 2;
  }
}
.acm-checkers-with-anchors .checkers-item .content h3 {
  position: relative;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.44px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 28px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-with-anchors .checkers-item .content h3 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.acm-checkers-with-anchors .checkers-item .content h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #171718;
}
.acm-checkers-with-anchors .checkers-item .content .text {
  font-size: 14px;
  line-height: 32px;
}
.acm-checkers-with-anchors .checkers-item .content nav {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .acm-checkers-with-anchors .checkers-item .content nav {
    margin-top: 25px;
  }
}

#content + .acm-checkers-with-anchors {
  margin-top: 0;
}

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

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

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

  #content-submenu {
    display: none;
  }

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

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