/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

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

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

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

.greenPopup .formErrorContent {
  background: #33be40;
}

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

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
  z-index: 5006;
}

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

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  height: 1px;
  background: #b31919;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line1 {
  width: 1px;
}

.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}

.ui-datepicker {
  display: none;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background: #fff;
}
body > .ui-datepicker {
  z-index: 30 !important;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  font: 16px/25px "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #567996;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 5px;
  width: 12px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 7px;
  background-position: 3px -67px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  background-position: -23px -67px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active {
  background-position: -49px -67px;
  transform: translate(-1px, 0);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 7px;
  background-position: -75px -67px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background-position: -101px -67px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
  background-position: -127px -67px;
  transform: translate(1px, 0);
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 12px;
  cursor: default;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 28px;
  line-height: 28px;
}
.ui-datepicker .ui-datepicker-calendar th {
  font: bold 14px/32px "Oswald", sans-serif;
  color: #567996;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #4A4A4A;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #c2c8cc;
}
.ui-datepicker .ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
  background: #567996;
  color: #222d4b;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background: #a0886c;
  color: #222d4b;
}

.ui-datepicker-trigger {
  float: left;
  margin: 6px 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-datepicker-trigger:active {
  background-position: -74px -123px;
}

.selectedTxt {
  position: relative;
  height: 32px;
  padding: 0 30px 0 10px;
  overflow: hidden;
  background: #fff;
  font-size: 14px;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222d4b;
  cursor: pointer;
}
.selectedTxt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  border-bottom: 1px solid #a0886c;
  border-right: 1px solid #a0886c;
  background: none;
  transform: rotate(45deg);
}
.selectedTxt:hover:after {
  background-position: -27px -99px;
}
.selectedTxt:active:after {
  background-position: -54px -99px;
}

.stylish-select .SSContainerDivWrapper {
  position: absolute;
  min-width: 100%;
  z-index: 9999;
  top: 31px !important;
}

.stylish-select .newList {
  background: #fff;
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin: 0 !important;
  padding: 2px !important;
  list-style: none !important;
}
.stylish-select .newList li {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
}
.stylish-select .newList li:after {
  content: none !important;
}
.stylish-select .newList li.newListOptionTitle {
  padding: 3px 5px 0 !important;
  font-weight: bold;
  color: #000;
}
.stylish-select .newList li.newListOptionTitle ul {
  margin: 3px -5px 0 !important;
  font-weight: normal;
}
.stylish-select .newList a {
  display: block;
  font-size: 11px;
  line-height: 12px;
  padding: 6px 21px 6px 9px;
  position: static;
  border-radius: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none !important;
  transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
}
.stylish-select .newList a:hover, .stylish-select .newList a.hiLite {
  background: #cecece;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html.main-navigation-visible {
  overflow: hidden;
}

#navigation {
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, transform 300ms ease-in-out, padding 0.1s linear;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 52;
  width: 100%;
  height: auto;
  background: #CFC3B7;
  pointer-events: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
#navigation ::-webkit-scrollbar {
  width: 5px;
}
#navigation ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
#navigation ::-webkit-scrollbar-thumb {
  background: #222d4b;
  border-radius: 10px;
}
.main-navigation-visible #navigation {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.header-popup-visible #navigation {
  padding-top: 140px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-popup-visible #navigation {
    padding-top: 0;
    top: 109px;
  }
}
.fixed-menu.header-popup-visible #navigation {
  padding-top: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .fixed-menu.header-popup-visible #navigation {
    padding-top: 0;
    top: 109px;
  }
}
#navigation a {
  text-decoration: none;
}
#navigation .menu-wrap {
  pointer-events: all;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  flex-direction: row;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #navigation .menu-wrap {
    padding: 0px 25px;
  }
}
@media only screen and (max-width: 975px) {
  #navigation .menu-wrap {
    padding: 0px 25px;
  }
}
#navigation .menu-wrap .featured-nav-img {
  width: 50%;
}
@media only screen and (max-width: 975px) {
  #navigation .menu-wrap .featured-nav-img {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #navigation .menu-wrap .featured-nav-img {
    display: none;
  }
}
#navigation .menu-wrap .featured-nav-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#navigation .menu-wrap .featured-side-nav {
  width: 50%;
  margin-top: 100px;
  margin-left: 50px;
  overflow-y: auto;
  margin-bottom: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #navigation .menu-wrap .featured-side-nav {
    width: 100%;
    margin: 0px;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 975px) {
  #navigation .menu-wrap .featured-side-nav {
    width: 100%;
    margin: 0px;
    margin-top: 100px;
  }
}
#navigation .menu-wrap .menu-list {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}
#navigation .menu-wrap .menu-list .parent {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
#navigation .menu-wrap .menu-list .parent a {
  display: flex;
  align-items: center;
}
#navigation .menu-wrap .menu-list .parent a.active {
  opacity: 0.8;
}
#navigation .menu-wrap .menu-list .plus {
  transition: opacity 0.2s ease;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23222D4B' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat;
  width: 20px;
  height: 15px;
  opacity: 1;
  cursor: pointer;
  margin-left: 20px;
}
#navigation .menu-wrap .menu-list a.active > .plus {
  transform: rotate(180deg);
  margin-top: -14px;
  margin-left: 15px;
}
#navigation .menu-wrap .menu-list li {
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #navigation .menu-wrap .menu-list li {
    margin-bottom: 15px;
  }
}
#navigation .menu-wrap .menu-list li:last-child {
  margin-bottom: 0;
}
#navigation .menu-wrap .menu-list li a {
  position: relative;
  color: #222d4b;
  font: 26px/30px "Oswald", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  transition: all 400ms ease 0ms;
}
#navigation .menu-wrap .menu-list li a:hover {
  opacity: 0.8;
}
#navigation .menu-wrap .menu-list.first {
  border-left: none;
}
#navigation .menu-wrap .menu-list.first li a {
  font-weight: 500;
}
#navigation .menu-wrap .menu-list.second {
  position: relative;
}
#navigation .menu-wrap .menu-list.second li a {
  font-weight: normal;
  font-size: 26px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #navigation .menu-wrap .menu-list.second li a {
    font-size: 22px;
  }
}
#navigation .menu-wrap .menu-list.third {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  padding: 24px 0 10px 16px;
  border-bottom: 1px solid rgba(34, 45, 75, 0.2392156863);
  min-height: 350px;
}
#navigation .menu-wrap .menu-list.third li {
  margin-bottom: 15px;
}
#navigation .menu-wrap .menu-list.third li:last-child {
  margin-bottom: 0;
}
#navigation .menu-wrap .menu-list.third li a {
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 400;
}
#navigation .menu-wrap .menu-list.third .submenu-side-image {
  position: absolute;
  right: 60px;
  bottom: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #navigation .menu-wrap .menu-list.third .submenu-side-image {
    display: none;
  }
}
#navigation .menu-wrap .menu-list.third .submenu-side-image a.image {
  position: relative;
}
#navigation .menu-wrap .menu-list.third .submenu-side-image a.image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(34, 45, 75, 0) 29.12%, rgba(34, 45, 75, 0.9) 100%);
  top: 0;
  left: 0;
}
#navigation .menu-wrap .menu-list.third .submenu-side-image a.image img {
  width: 270px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
#navigation .menu-wrap .menu-list.third .submenu-side-image a.image p {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  z-index: 1;
}
#navigation .menu-wrap .menu-list.third .submenu-side-image a.button {
  background: transparent;
  border: 1px solid #222d4b;
  font-size: 18px;
  line-height: 20px;
  height: auto;
  padding: 15px 70px;
  justify-content: center;
}
#navigation .menu-wrap .menu-list.third .submenu-side-image a.button:hover {
  background-color: #222d4b;
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #navigation .menu-wrap .menu-list.third {
    min-height: auto;
  }
}
#navigation .menu-wrap .top-menu {
  margin: 34px 40px 0 0;
  border-top: 1px solid #9e896b;
  padding: 34px 0 0;
}
#navigation .menu-wrap .top-menu li {
  margin-bottom: 16px;
}
#navigation .menu-wrap .top-menu li:last-child {
  margin-bottom: 0;
}
#navigation .menu-wrap .top-menu li a {
  font: 17px/25px "Oswald", sans-serif;
  color: #c0ad92;
  text-transform: uppercase;
}

#booking {
  display: block;
  position: fixed;
  right: 90px;
  top: 70px;
  padding: 0 40px;
  background: #222d4b;
  z-index: -1;
  max-height: 0;
  overflow: hidden;
  opacity: 0.5;
  transition: opacity 400ms ease, max-height 500ms ease;
  box-sizing: border-box;
}
.booking-opened #booking {
  z-index: 100;
  opacity: 1;
  max-height: 800px;
}
.header-popup-visible #booking {
  top: 139px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-popup-visible #booking {
    top: 109px;
  }
}
.header-popup-visible.fixed-menu #booking {
  top: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-popup-visible.fixed-menu #booking {
    top: 70px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #booking {
    right: 0;
    width: 100%;
  }
  .booking-opened #booking {
    max-height: 2000px;
    bottom: 0;
    height: 100%;
    overflow: auto;
  }
}
#booking form {
  height: 485px;
  width: 340px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #booking form {
    margin: 0 auto;
  }
}
@media screen and (max-width: 540px) {
  #booking form {
    width: 100%;
  }
}
#booking legend {
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font: 30px/40px "Oswald", sans-serif;
  padding: 18px 0 20px;
}
#booking .dates, #booking .options {
  margin-bottom: 20px;
}
#booking .dates:after, #booking .options:after {
  clear: both;
  content: "";
  display: table;
}
#booking .column {
  float: left;
  position: relative;
}
#booking .column label {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 9px;
  left: 0;
  color: #C4C4C4;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
}
#booking .column.checkin, #booking .column.checkout {
  width: calc(50% - 10px);
}
#booking .column.checkin .day-digit, #booking .column.checkout .day-digit {
  line-height: 80px;
}
#booking .column.checkin .month-name, #booking .column.checkout .month-name {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  font: 12px/15px "Open Sans", Arial, sans-serif;
  color: #a0886c;
  text-transform: uppercase;
}
#booking .column.checkin {
  margin-right: 20px;
}
#booking .column.rooms-field, #booking .column.adults, #booking .column.children {
  width: calc((100% - 40px) / 3);
}
#booking .column.rooms-field .selectedTxt, #booking .column.adults .selectedTxt, #booking .column.children .selectedTxt {
  width: 100%;
  height: 100%;
  padding: 22px 10px 18px;
  border: 1px solid #E2E2D8;
  box-sizing: border-box;
  background: none;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  font-family: "Oswald", sans-serif;
}
#booking .column.rooms-field .selectedTxt::after, #booking .column.adults .selectedTxt::after, #booking .column.children .selectedTxt::after {
  display: block;
  top: auto;
  bottom: 10px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #a0886c;
  border-right: 1px solid #a0886c;
  background: none;
  transform: rotate(45deg);
}
#booking .column.rooms-field .selectedTxt:hover::after, #booking .column.adults .selectedTxt:hover::after, #booking .column.children .selectedTxt:hover::after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
#booking .column.rooms-field .SSContainerDivWrapper, #booking .column.adults .SSContainerDivWrapper, #booking .column.children .SSContainerDivWrapper {
  top: 100% !important;
}
#booking .column.rooms-field {
  margin-right: 20px;
}
#booking .column.children {
  float: right;
}
#booking .column.promo {
  float: none;
  margin-bottom: 12px;
}
#booking .column.promo input {
  padding-top: 20px;
}
#booking .column.promo input::-webkit-input-placeholder {
  color: #567996;
}
#booking .column.promo input::-moz-placeholder {
  color: #567996;
}
#booking .column.promo input:-ms-input-placeholder {
  color: #567996;
}
#booking .column.promo input:-moz-placeholder {
  color: #567996;
}
#booking input[type=text], #booking select, #booking #booking-dates, #booking #booking-dates-out {
  height: 80px;
  width: 100%;
  padding: 0 10px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  border: 1px solid #E2E2D8;
  box-sizing: border-box;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
#booking .ui-datepicker-trigger {
  margin: 9px 0 0 -27px;
  display: none !important;
}
#booking input[type=submit] {
  width: 100%;
  box-sizing: border-box;
}
#booking #booking-datepicker {
  position: absolute;
  width: calc(100% - 80px);
  height: 100%;
  z-index: -1;
  opacity: 0;
  box-shadow: none;
  border-radius: 0;
  transition: opacity 200ms ease, z-index 200ms ease;
  background: #222d4b;
}
#booking #booking-datepicker.visible {
  opacity: 1;
  z-index: 1;
}
#booking #booking-datepicker .ui-datepicker {
  background: #222d4b;
  padding-top: 40px;
}
#booking #booking-datepicker .ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}
#booking #booking-datepicker .ui-datepicker .ui-datepicker-calendar td {
  color: #c2c8cc;
}
#booking #booking-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, #booking #booking-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #4A4A4A;
}
#booking .click-to-call {
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font: normal 16px/18px "Oswald", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #booking .click-to-call {
    display: none;
  }
}
#booking .click-to-call-button {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #booking .click-to-call-button {
    display: block;
    margin-top: 15px;
  }
}

#start-end {
  color: #fff;
  background: #222d4b;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  transition: all 200ms ease;
  font: 24px/40px "Oswald", sans-serif;
  text-transform: uppercase;
  position: relative;
}
#start-end .start, #start-end .end {
  display: inline-block;
  position: absolute;
  height: 40px;
  width: 100%;
  transition: opacity 200ms ease;
  opacity: 0;
  left: 0;
  top: 0;
}
#start-end .start.show, #start-end .end.show {
  opacity: 1;
}

#weather {
  color: #fff;
  transition: all 200ms ease;
  display: inline-block;
  font: 14px/30px "Open Sans", Arial, sans-serif;
  text-align: right;
  width: 80px;
  float: right;
  color: #9FBAD0;
}
@media print {
  #weather {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #weather {
    display: none;
  }
}
#weather > * {
  display: inline-block;
  vertical-align: top;
}
#weather .icon {
  margin-right: 5px;
  background-image: url("../images/weather-sprite.svg");
  background-repeat: no-repeat;
  transition: background-image 200ms ease;
  height: 30px;
  width: 30px;
}
#weather .temp {
  font-size: 16px;
}
#weather .info {
  line-height: 1.45;
  margin: 7px 0 0 10px;
  max-width: calc(100% - 100px);
  text-align: right;
}
#weather .cms-icon-weather-thunderstorm {
  background-position: -10px -10px;
}
#weather .cms-icon-weather-drizzle {
  background-position: -10px -60px;
}
#weather .cms-icon-weather-rain-light {
  background-position: -10px -110px;
}
#weather .cms-icon-weather-rain-heavy {
  background-position: -10px -110px;
}
#weather .cms-icon-weather-snow {
  background-position: -10px -160px;
}
#weather .cms-icon-weather-atmosphere {
  background-position: -10px -210px;
}
#weather .cms-icon-weather-clouds {
  background-position: -10px -260px;
}
#weather .cms-icon-weather-clear {
  background-position: -10px -310px;
}
#weather .cms-icon-weather-tornado {
  background-position: -10px -360px;
}
#weather .cms-icon-weather-tropicalstorm {
  background-position: -10px -10px;
}
#weather .cms-icon-weather-hurricane {
  background-position: -10px -410px;
}
#weather .cms-icon-weather-cold {
  background-position: -10px -460px;
}
#weather .cms-icon-weather-hot {
  background-position: -10px -310px;
}
#weather .cms-icon-weather-windy {
  background-position: -10px -510px;
}
#weather .cms-icon-weather-hail {
  background-position: -10px -560px;
}
#weather .cms-icon-weather-calm {
  background-position: -10px -460px;
}
#weather .cms-icon-weather-breeze {
  background-position: -10px -510px;
}
#weather .cms-icon-weather-gale {
  background-position: -10px -460px;
}
#weather .cms-icon-weather-storm {
  background-position: -10px -410px;
}

.acm-block.acm-promo-block {
  background: #E2E2D8;
  width: 100%;
  padding: 84px 0 86px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.acm-promo-block {
    width: 100%;
    padding: 10px 5px 20px;
  }
}
.acm-block.acm-promo-block .center-column {
  overflow: hidden;
  padding: 0 20px;
  max-width: 1180px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.acm-promo-block .center-column {
    padding: 0;
  }
}
.acm-block.acm-promo-block .page-content {
  background: none;
}
.acm-block.acm-promo-block .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 290px;
  margin: 0 0 25px 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.acm-promo-block .thumbnail {
    margin-bottom: 20px;
  }
}
.acm-block.acm-promo-block .slick-arrow {
  top: 35%;
}
.acm-block.acm-promo-block .slick-arrow.slick-prev {
  left: 35px;
}
.acm-block.acm-promo-block .slick-arrow.slick-next {
  right: 35px;
}
.acm-block.acm-promo-block .promo {
  position: relative;
  float: left;
  padding: 0 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.acm-promo-block .promo {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.acm-promo-block .promo-block .description {
    padding: 0 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) and (min-width: 0px) and (max-width: 768px) {
  .acm-block.acm-promo-block .promo-block .description .copy {
    padding: 0 45px;
  }
}
.acm-block.acm-promo-block .promo-block .h1 {
  font-family: "Didot", sans-serif;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 4px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 975px) {
  .acm-block.acm-promo-block .promo-block .h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.acm-promo-block .promo-block .h1 {
    padding: 0 30px;
  }
}
.acm-block.acm-promo-block .promo-block p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.acm-promo-block .promo-block p {
    margin-bottom: 15px;
  }
}
.acm-block.acm-promo-block .promo-block .button {
  padding: 0 47px;
  font-size: 19px;
  line-height: 48px;
}
.acm-block.acm-right-sidebar {
  float: right;
  width: 300px;
}
@media only screen and (max-width: 975px) {
  .acm-block.acm-right-sidebar {
    width: 280px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.acm-right-sidebar {
    width: 100%;
    padding: 0 20px;
    margin-right: 0;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 40px;
  }
}
.acm-block.acm-right-sidebar .thumbnail {
  display: block;
  width: 100%;
  height: 100px;
  margin: 0 0 60px 0;
}
@media only screen and (max-width: 975px) {
  .acm-block.acm-right-sidebar .thumbnail {
    margin-bottom: 40px;
  }
}
.acm-block.acm-right-sidebar h3 {
  font: 30px/38px "Didot", sans-serif;
  color: #222d4b;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.acm-block.acm-right-sidebar .sidebar li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 28px;
  color: #4A4A4A;
}
.acm-block.acm-right-sidebar .sidebar li a:hover, .acm-block.acm-right-sidebar .sidebar li a.active {
  color: #9FBAD0;
}
.acm-block.content-blocks {
  position: relative;
  background: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.content-blocks {
    padding-top: 0;
  }
}
.acm-block.content-blocks .content-block {
  position: relative;
  margin-bottom: 30px;
}
.acm-block.content-blocks .content-block:last-of-type {
  margin-bottom: 0;
}
.acm-block.content-blocks .content-block .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.content-blocks .content-block .thumbnail {
    position: relative;
    width: 100%;
    height: 250px;
  }
}
.acm-block.content-blocks .content-block .page-content {
  position: relative;
  width: 100%;
  min-height: 308px;
  padding: 52px 0;
  text-align: left;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.content-blocks .content-block .page-content {
    padding: 0;
    min-height: 100%;
  }
}
.acm-block.content-blocks .content-block .page-content .content-wrapper {
  margin-left: calc(50% + 35px);
  padding: 14px 20px 0 0;
  max-width: 540px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.content-blocks .content-block .page-content .content-wrapper {
    margin-left: 0;
    padding: 20px 20px 40px 20px;
    max-width: 100%;
  }
}
.acm-block.content-blocks .content-block .page-content .content-wrapper .h1 {
  font: 30px/38px "Didot", sans-serif;
  margin-bottom: 22px;
}
@media only screen and (max-width: 975px) {
  .acm-block.content-blocks .content-block .page-content .content-wrapper .h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.acm-block.content-blocks .content-block.right-block .thumbnail {
  left: auto;
  right: 0;
}
.acm-block.content-blocks .content-block.right-block .page-content {
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.content-blocks .content-block.right-block .page-content {
    text-align: left;
  }
}
.acm-block.content-blocks .content-block.right-block .page-content .content-wrapper {
  padding-right: 0;
  padding-left: 20px;
  margin-left: auto;
  margin-right: calc(50% + 35px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.content-blocks .content-block.right-block .page-content .content-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }
}
.acm-block.content-blocks .image-with-text {
  display: flex;
  flex-flow: row nowrap;
}
.acm-block.content-blocks .image-with-text_right {
  flex-flow: row-reverse nowrap;
}
.acm-block.content-blocks .image-with-text_left .image-with-text__content {
  background-color: #faf9f7;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.content-blocks .image-with-text {
    flex-flow: column nowrap;
  }
}
.acm-block.content-blocks .image-with-text__thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.content-blocks .image-with-text__thumbnail {
    width: 100%;
  }
}
.acm-block.content-blocks .image-with-text__thumbnail::before {
  width: 100%;
  content: "";
  display: block;
  padding-top: 100%;
}
.acm-block.content-blocks .image-with-text__content {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  padding: 20px 80px;
}
.acm-block.content-blocks .image-with-text__content .page-content {
  background-color: transparent;
}
.acm-block.content-blocks .image-with-text__content p {
  font: 300 18px/30px "Open Sans", Arial, sans-serif;
  letter-spacing: 0.33px;
  color: #202d4c;
}
.acm-block.content-blocks .image-with-text__content .button {
  margin-top: 32px;
}
@media only screen and (max-width: 975px) {
  .acm-block.content-blocks .image-with-text__content {
    padding: 30px 40px;
  }
  .acm-block.content-blocks .image-with-text__content p {
    font: 300 16px/28px "Open Sans", Arial, sans-serif;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.content-blocks .image-with-text__content {
    width: auto;
    padding: 30px 15px;
  }
  .acm-block.content-blocks .image-with-text__content .button {
    margin-top: 24px;
  }
}
.acm-block.content-blocks .image-with-text__title {
  font: 400 42px/55px "Playfair Display", sans-serif;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #9e896b;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.content-blocks .image-with-text__title {
    font: 400 32px/40px "Playfair Display", sans-serif;
  }
}
.acm-block.acm-testimonials-block {
  background: #fff;
  padding: 100px 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.acm-testimonials-block {
    padding: 50px 0;
  }
}
.acm-block.acm-testimonials-block .slideshow {
  padding: 100px 0 50px;
  border-top: 1px solid #9E896B;
  border-bottom: 1px solid #9E896B;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.acm-testimonials-block .slideshow {
    padding: 50px 0 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.acm-testimonials-block .slide {
    padding: 0 20px;
  }
}
.acm-block.acm-testimonials-block .slide .copy {
  text-align: center;
  color: #202D4C;
  font: 500 36px/68px "Playfair Display", sans-serif;
  max-width: 1144px;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.acm-testimonials-block .slide .copy {
    font: 500 30px/45px "Playfair Display", sans-serif;
  }
}
.acm-block.acm-testimonials-block .slide .data {
  text-align: right;
  color: #202D4C;
  margin-top: 25px;
}
.acm-block.acm-testimonials-block .slide .data .name, .acm-block.acm-testimonials-block .slide .data .place {
  display: block;
  font: 400 16px/28px "Oswald", sans-serif;
  letter-spacing: 0.8px;
}
.acm-block.acm-testimonials-block .slide .data strong {
  font-weight: 600;
}
.acm-block.acm-testimonials-block .slide .data .place {
  font-weight: 300;
}
.acm-block.new-two-tiles .center-column {
  max-width: 1366px;
}
.acm-block.new-two-tiles .tile__row {
  background: #faf9f7;
  display: flex;
  flex-flow: row wrap;
  padding: 60px 30px 50px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.new-two-tiles .tile__row {
    flex-flow: column nowrap;
    padding: 40px 15px 0;
  }
}
.acm-block.new-two-tiles .tile__card {
  width: calc(50% - 60px);
  padding: 0 30px;
  margin-bottom: 60px;
}
.acm-block.new-two-tiles .tile__card .button {
  margin-top: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.new-two-tiles .tile__card {
    width: auto;
    padding: 30px 10px;
    margin-bottom: 15px;
  }
  .acm-block.new-two-tiles .tile__card .button {
    margin-top: 24px;
  }
}
.acm-block.new-two-tiles .tile__image {
  width: 100%;
  height: auto;
}
.acm-block.new-two-tiles .tile__title {
  font: 400 42px/55px "Playfair Display", sans-serif;
  text-transform: uppercase;
  margin: 20px 0 8px;
  color: #9e896b;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.new-two-tiles .tile__title {
    font: 400 32px/40px "Playfair Display", sans-serif;
  }
}
.acm-block.new-two-tiles .tile__text {
  font: 300 18px/30px "Open Sans", Arial, sans-serif;
  letter-spacing: 0.33px;
  color: #202d4c;
}
@media only screen and (max-width: 975px) {
  .acm-block.new-two-tiles .tile__text {
    font: 300 16px/28px "Open Sans", Arial, sans-serif;
  }
}
.acm-block.acm-two-tile-block {
  background: #fff;
  padding: 10px 0;
}
.acm-block.acm-two-tile-block .center-column {
  text-align: center;
}
.acm-block.acm-two-tile-block .tile-block {
  width: calc(50% - 5px);
  height: 430px;
  font-size: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.acm-two-tile-block .tile-block {
    width: 100%;
  }
}
.acm-block.acm-two-tile-block .tile-block .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  margin: 0;
}
.acm-block.acm-two-tile-block .tile-block .thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 200ms ease;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#202d4c+0,202d4c+22,202d4c+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(32, 45, 76, 0) 0%, rgba(32, 45, 76, 0.22) 22%, rgb(32, 45, 76) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00202d4c", endColorstr="#202d4c", GradientType=0); /* IE6-9 */
}
.acm-block.acm-two-tile-block .tile-block .description {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 80%;
  left: 10%;
  top: 80%;
  transition: top 200ms ease;
  box-sizing: border-box;
}
.acm-block.acm-two-tile-block .tile-block .description h3 {
  font: 600 30px/40px "Playfair Display", sans-serif;
  letter-spacing: 1.1px;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 30px;
  position: relative;
}
.acm-block.acm-two-tile-block .tile-block .description h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 200ms ease;
}
.acm-block.acm-two-tile-block .tile-block .description .copy {
  font: 400 16px/32px "Open Sans", Arial, sans-serif;
  letter-spacing: 0.6px;
  color: #fff;
}
.acm-block.acm-two-tile-block .tile-block .description .button {
  background: #fff;
  height: 38px;
  font: 300 17px/38px "Oswald", sans-serif;
  color: #78674f;
  border: none;
  width: 100%;
  max-width: 256px;
}
.acm-block.acm-two-tile-block .tile-block .description .button:hover {
  background: #78674f;
  color: #fff;
}
.acm-block.acm-two-tile-block .tile-block:hover .thumbnail:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#202d4c+0,202d4c+22,202d4c+100&0.67+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(32, 45, 76, 0.67) 0%, rgba(32, 45, 76, 0.74) 22%, rgb(32, 45, 76) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ab202d4c", endColorstr="#202d4c", GradientType=0); /* IE6-9 */
}
.acm-block.acm-two-tile-block .tile-block:hover .description {
  top: 20%;
}
.acm-block.acm-two-tile-block .tile-block:hover .description h3:after {
  opacity: 1;
}
.acm-block.acm-tile-slider-block {
  background: #fff;
  padding: 10px 0;
}
.acm-block.acm-tile-slider-block .center-column {
  max-width: 1410px;
}
.acm-block.acm-tile-slider-block .tile-block {
  width: calc(50% - 5px);
  height: 430px;
  font-size: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.acm-tile-slider-block .tile-block {
    width: 100%;
  }
}
.acm-block.acm-tile-slider-block .tile-block .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  margin: 0;
}
.acm-block.acm-tile-slider-block .tile-block .thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 200ms ease;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#202d4c+0,202d4c+22,202d4c+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(32, 45, 76, 0) 0%, rgba(32, 45, 76, 0.22) 22%, rgb(32, 45, 76) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00202d4c", endColorstr="#202d4c", GradientType=0); /* IE6-9 */
}
.acm-block.acm-tile-slider-block .tile-block .description {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 80%;
  left: 10%;
  top: 80%;
  transition: top 200ms ease;
  box-sizing: border-box;
}
.acm-block.acm-tile-slider-block .tile-block .description h3 {
  font: 600 30px/40px "Playfair Display", sans-serif;
  letter-spacing: 1.1px;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 30px;
  position: relative;
}
.acm-block.acm-tile-slider-block .tile-block .description h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 200ms ease;
}
.acm-block.acm-tile-slider-block .tile-block .description .copy {
  font: 400 16px/32px "Open Sans", Arial, sans-serif;
  letter-spacing: 0.6px;
  color: #fff;
}
.acm-block.acm-tile-slider-block .tile-block .description .button {
  background: #fff;
  height: 38px;
  font: 300 17px/38px "Oswald", sans-serif;
  color: #78674f;
  border: none;
  width: 100%;
  max-width: 256px;
}
.acm-block.acm-tile-slider-block .tile-block .description .button:hover {
  background: #78674f;
  color: #fff;
}
.acm-block.acm-tile-slider-block .tile-block:hover .thumbnail:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#202d4c+0,202d4c+22,202d4c+100&0.67+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(32, 45, 76, 0.67) 0%, rgba(32, 45, 76, 0.74) 22%, rgb(32, 45, 76) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ab202d4c", endColorstr="#202d4c", GradientType=0); /* IE6-9 */
}
.acm-block.acm-tile-slider-block .tile-block:hover .description {
  top: 20%;
}
.acm-block.acm-tile-slider-block .tile-block:hover .description h3:after {
  opacity: 1;
}
.acm-block.image-with-content section {
  margin-bottom: 70px;
}
.acm-block.image-with-content .page-content {
  margin-top: 40px;
}
.acm-block.image-with-content .section-title {
  font: 29px/40px "Playfair Display", sans-serif;
  margin-bottom: 14px;
  color: #222d4b;
  text-transform: uppercase;
}
.acm-block.image-with-content .image {
  width: 100%;
  padding-top: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.image-with-content .image {
    padding-top: 60%;
  }
}
.acm-block.image-with-content h3 {
  font: 35px/40px "Playfair Display", sans-serif;
  color: #a0886c;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.acm-block.image-with-content h4 {
  font: 27px/40px "Playfair Display", sans-serif;
  color: #222d4b;
}
.acm-block.image-with-content .button {
  background: #fff;
  padding: 0 80px;
}
.acm-block.image-with-content .button:hover {
  background: #faf9f7;
  color: #a0886c;
  border: 1px solid #a0886c;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.image-with-content .button {
    width: 100%;
  }
}
.acm-block.image-with-content .link2 {
  color: #222d4b;
  text-transform: uppercase;
  text-decoration: initial;
  margin-left: 30px;
}
.acm-block.image-with-content .link2:hover {
  color: #a0886c;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-block.image-with-content .link2 {
    display: block;
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
}

.acm-right-sidebar + .page-content-wrapper {
  margin-right: 396px;
}
@media only screen and (max-width: 975px) {
  .acm-right-sidebar + .page-content-wrapper {
    margin-right: 320px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-right-sidebar + .page-content-wrapper {
    margin-right: 0;
  }
}

.link-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .link-tiles {
    grid-template-columns: 1fr;
  }
}
.link-tiles .tile {
  position: relative;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.25s ease-out;
}
@media (max-width: 1024px) {
  .link-tiles .tile {
    height: 150px;
  }
}
.link-tiles .tile .thumb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.link-tiles .tile .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(34, 45, 75, 0.4);
  z-index: 1;
}
.link-tiles .tile .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.link-tiles .tile h4 {
  color: white;
  text-align: center;
  padding: 20px;
  z-index: 1;
  font-size: 24px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.link-tiles .tile .button {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-out;
  z-index: 2;
}
@media (max-width: 1024px) {
  .link-tiles .tile .button {
    position: static;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.link-tiles .tile:hover {
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}
.link-tiles .tile:hover .button {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

.sidebar-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  order: 1;
}
@media (max-width: 768px) {
  .sidebar-actions {
    display: none;
  }
}
.sidebar-actions .button {
  height: 30px;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  border: none;
  background: none;
  transition: color 300ms ease-in-out;
}
.sidebar-actions .button:hover {
  color: #222d4b;
}
.sidebar-actions .button:last-child {
  margin-bottom: 0;
}

.three-tiles-section {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 110px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .three-tiles-section {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.three-tiles-section .big-image-wrap,
.three-tiles-section .small-images-wrap {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 975px) {
  .three-tiles-section .big-image-wrap,
  .three-tiles-section .small-images-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .three-tiles-section .big-image-wrap,
  .three-tiles-section .small-images-wrap {
    padding: 0;
  }
}
.three-tiles-section .big-image-wrap .big-image,
.three-tiles-section .big-image-wrap .small-image,
.three-tiles-section .small-images-wrap .big-image,
.three-tiles-section .small-images-wrap .small-image {
  background-size: cover;
  background-position: center;
}
.three-tiles-section .big-image-wrap {
  width: 66.6666%;
}
@media only screen and (max-width: 975px) {
  .three-tiles-section .big-image-wrap {
    width: 100%;
  }
}
.three-tiles-section .big-image-wrap .big-image:after {
  content: "";
  display: block;
  padding-top: 82%;
}
.three-tiles-section .small-images-wrap {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 975px) {
  .three-tiles-section .small-images-wrap {
    width: 100%;
    flex-direction: row;
    margin-top: 10px;
  }
}
.three-tiles-section .small-images-wrap .small-image {
  flex: 1;
}
.three-tiles-section .small-images-wrap .small-image:first-of-type {
  margin-bottom: 30px;
}
@media only screen and (max-width: 975px) {
  .three-tiles-section .small-images-wrap .small-image:first-of-type {
    margin-bottom: 0px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 975px) {
  .three-tiles-section .small-images-wrap .small-image:after {
    content: "";
    display: block;
    padding-top: 82%;
  }
}

.acm-custom-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: 70px;
  text-align: center;
  z-index: 10;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-custom-gallery {
    margin-bottom: 40px;
  }
}
.acm-custom-gallery .gallery-wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 975px) {
  .acm-custom-gallery .gallery-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.acm-custom-gallery .photo {
  position: relative;
  float: left;
  width: 20%;
  height: 0;
  padding-top: 20%;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
.acm-custom-gallery .photo:nth-child(7n+2) span {
  height: 200%;
}
.acm-custom-gallery .photo:nth-child(7n+4) {
  width: 40%;
}
.acm-custom-gallery .photo:nth-child(7n+5) {
  margin-right: 20%;
}
.acm-custom-gallery .photo:nth-child(7n+6) {
  width: 40%;
}
.acm-custom-gallery .photo:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 975px) {
  .acm-custom-gallery .photo {
    display: block;
    float: none;
    width: 33.3333333333% !important;
    margin: 0 !important;
  }
  .acm-custom-gallery .photo:nth-child(7n+7) {
    display: none !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .acm-custom-gallery .photo {
    width: 50% !important;
    padding-top: 25%;
  }
}
.acm-custom-gallery .photo span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
.acm-custom-gallery .gallery-link {
  display: block;
  margin-top: 40px;
}

.content-blocks-acm h3 {
  font-weight: bold;
}
.content-blocks-acm h4 {
  font-weight: normal;
  margin-bottom: 21px;
}
.content-blocks-acm .text-button {
  text-transform: uppercase;
}

.main-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  text-align: center;
  z-index: 10;
}
.main-gallery h2 {
  display: none;
  font: 200 36px/1.2 "Open Sans", Arial, sans-serif;
  margin: 40px 0;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .main-gallery h2 {
    display: block;
  }
}
.main-gallery .center-column {
  padding: 0 72px;
  max-width: 1297px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .main-gallery .center-column {
    padding: 0;
  }
}
.main-gallery .gallery-filter__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .main-gallery .gallery-filter__container {
    flex-flow: column;
  }
}
.main-gallery .gallery-filter .label-filter {
  color: #a0886c;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-right: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .main-gallery .gallery-filter .label-filter {
    margin: 0 0 16px 0;
  }
}
.main-gallery .gallery-filter__item {
  position: relative;
  margin: 0 16px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .main-gallery .gallery-filter__item {
    margin: 0 0 16px;
  }
}
.main-gallery .gallery-filter__item:last-child {
  margin-bottom: 0;
}
.main-gallery .categories-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.main-gallery .categories-wrapper button:hover,
.main-gallery .categories-wrapper button.active {
  border: 1px solid #a0886c;
  background: #a0886c;
  color: #fff;
}
.main-gallery .categories-list {
  margin: 0;
  display: flex;
  max-height: 0;
  transition: all 300ms ease-in-out;
  overflow: hidden;
  padding: 0;
  flex-direction: column;
  left: -32.5px;
  border: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .main-gallery .categories-list {
    left: 0;
  }
}
.main-gallery .categories-list.visible {
  max-height: 800px;
  display: flex;
}
.main-gallery .category-selector,
.main-gallery .category-display,
.main-gallery .dropdown-button {
  position: relative;
  margin: 0;
  padding: 11px 16px;
  min-width: 306px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-align: left;
  color: #a0886c;
  text-transform: uppercase;
  background-color: #F9F8F6;
  border: 1px solid #a0886c;
}
.main-gallery .dropdown-button.button {
  border-top: none;
  text-align: center;
}
.main-gallery .category-display:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 9px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14" height="9" viewBox="0 0 14 9" fill="none"%3E%3Cpath d="M1 1L7 7L13 0.999999" stroke="%23A0886C" stroke-width="1.5" stroke-linecap="round"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: calc(100% - 30px);
  top: calc(50% - 4.5px);
  transition: 300ms ease-in-out;
}
.main-gallery .category-display.opened:after {
  transform: rotate(180deg);
  transition: 300ms ease-in-out;
}
.main-gallery .gallery {
  margin: 100px auto;
  overflow: hidden;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 310px;
  grid-auto-flow: dense;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .main-gallery .gallery {
    grid-auto-rows: 125px;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
    margin: 56px auto 80px auto;
  }
}
.main-gallery .gallery-tile {
  position: relative;
  opacity: 0;
  display: none;
}
.main-gallery .gallery-tile .photo {
  width: 100%;
  height: 100%;
}
.main-gallery .gallery-tile.active {
  opacity: 1;
  display: block;
  animation: fadeIn 0.65s ease forwards;
}
.main-gallery .gallery-tile img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-gallery .gallery-tile:hover {
  opacity: 0.8;
}

.gallery-opened #bf_wrapper_frame_button_navis_chalk_button {
  display: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.admin .preview-item {
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.admin .preview-item .button, .admin .preview-item input[type=submit].button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 50px;
  margin: 0;
  padding: 0 25px;
  overflow: visible;
  background: #fff;
  font: normal 18px/50px "Oswald", sans-serif;
  text-transform: uppercase;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #a0886c;
  border: 1px solid #a0886c;
  border-radius: 0 !important;
  text-shadow: none !important;
}
.admin .preview-item .button:hover, .admin .preview-item .button.active, .admin .preview-item input[type=submit].button:hover, .admin .preview-item input[type=submit].button.active {
  border: 1px solid #a0886c;
  background: #a0886c;
  color: #fff;
}
.admin .preview-item .button:active, .admin .preview-item input[type=submit].button:active {
  background: #222d4b;
  color: #fff;
}
.admin .preview-item .button.brown, .admin .preview-item input[type=submit].button.brown {
  background: #a0886c;
  color: #fff;
}
.admin .preview-item .button.brown:hover, .admin .preview-item input[type=submit].button.brown:hover {
  border: 1px solid #a0886c;
  background: #fff;
  color: #a0886c;
}
.admin .preview-item .button.brown:active, .admin .preview-item input[type=submit].button.brown:active {
  color: #222d4b;
}

#promos {
  position: relative;
  padding: 10px 0 0;
  background: #fff;
  overflow: hidden;
}
.admin .preview-item #promos {
  padding: 20px;
}
#promos .center-column {
  position: static;
  max-width: 1360px;
}
#promos .slideshow {
  height: 460px;
  width: calc(100% + 40px);
  margin-left: -20px;
  overflow: hidden;
}
#promos .slideshow.slick-initialized {
  overflow: visible;
}
@media only screen and (max-width: 975px) {
  #promos .slideshow {
    margin-left: 0;
    width: auto;
  }
}
#promos .promo {
  width: calc(50% - 5px);
  height: 450px;
  font-size: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #promos .promo {
    width: 100%;
  }
}
#promos .promo .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  margin: 0;
}
#promos .promo .thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 200ms ease;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#202d4c+0,202d4c+22,202d4c+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(32, 45, 76, 0) 0%, rgba(32, 45, 76, 0.22) 22%, rgb(32, 45, 76) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00202d4c", endColorstr="#202d4c",GradientType=0 ); /* IE6-9 */
}
#promos .promo .overlay {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 80%;
  left: 10%;
  top: 80%;
  transition: top 200ms ease;
  box-sizing: border-box;
}
#promos .promo .overlay h4 {
  font: 600 30px/40px "Playfair Display", sans-serif;
  letter-spacing: 1.1px;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
#promos .promo .overlay h4:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 200ms ease;
}
#promos .promo .overlay .fs_descr {
  font: 400 16px/32px "Open Sans", Arial, sans-serif;
  letter-spacing: 0.6px;
  color: #fff;
  opacity: 0;
  transition: opacity 200ms ease;
  margin-top: 30px;
  padding: 0 10px;
}
#promos .promo .overlay .button {
  background: #fff;
  height: 38px;
  font: 300 17px/38px "Oswald", sans-serif;
  color: #78674f;
  border: none;
  width: 100%;
  max-width: 256px;
  opacity: 0;
  transition: opacity 200ms ease;
  margin-top: 30px;
}
#promos .promo .overlay .button:hover {
  background: #78674f;
  color: #fff;
}
#promos .promo:hover .thumbnail:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#202d4c+0,202d4c+22,202d4c+100&0.67+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(32, 45, 76, 0.67) 0%, rgba(32, 45, 76, 0.74) 22%, rgb(32, 45, 76) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ab202d4c", endColorstr="#202d4c",GradientType=0 ); /* IE6-9 */
}
#promos .promo:hover .overlay {
  top: 20%;
}
#promos .promo:hover .overlay h4:after {
  opacity: 1;
}
#promos .promo:hover .overlay .fs_descr {
  opacity: 1;
}
#promos .promo:hover .overlay .button {
  opacity: 1;
}
#promos .slick-slider .slick-arrow.slick-prev {
  background-position: -1px -3px;
  left: 30px;
}
#promos .slick-slider .slick-arrow.slick-prev:hover {
  background-position: -51px -3px;
}
#promos .slick-slider .slick-arrow.slick-prev:hover {
  background-position: -101px -3px;
}
#promos .slick-slider .slick-arrow.slick-next {
  background-position: -155px -3px;
  right: 30px;
}
#promos .slick-slider .slick-arrow.slick-next:hover {
  background-position: -206px -3px;
}
#promos .slick-slider .slick-arrow.slick-next:active {
  background-position: -256px -3px;
}

.members-page .custom-acms-duplicate {
  display: none;
}

#content {
  position: relative;
  padding: 100px 0 95px;
  background: #fff;
}
.home #content {
  padding: 0;
}
.center-page-content #content {
  justify-content: center;
  display: flex;
  padding: 48px 0;
  margin-left: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .center-page-content #content {
    margin-left: 0;
    padding: 40px 0;
  }
}
.center-page-content #content .breadcrumb {
  text-align: center;
  margin-bottom: 16px;
}
.center-page-content #content h1 {
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .members-page #content {
    padding: 100px 0 45px;
  }
}
#content:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #content {
    padding: 50px 0 65px;
  }
}
#content .page-content-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
#content .page-content-wrapper > *:first-child {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 975px) {
  #content .page-content-wrapper {
    padding: 0 20px;
  }
}

#sidebar + .page-content-wrapper {
  margin-left: 395px;
}
@media only screen and (max-width: 975px) {
  #sidebar + .page-content-wrapper {
    margin-left: 300px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #sidebar + .page-content-wrapper {
    margin-left: 0;
  }
}

.home #sidebar + .page-content-wrapper {
  margin-left: 0;
  margin-right: 0;
  width: 50%;
  float: right;
  padding: 33px 22px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1140px) {
  .home #sidebar + .page-content-wrapper {
    width: calc(100% - 900px);
  }
}
@media only screen and (max-width: 975px) {
  .home #sidebar + .page-content-wrapper {
    width: 100%;
    float: none;
  }
}
.home #sidebar + .page-content-wrapper .page-content {
  min-height: 550px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .home #sidebar + .page-content-wrapper .page-content {
    min-height: auto;
  }
}

@media (min-width: 769px) {
  .members-home #content {
    padding-top: 190px;
  }
}

#sidebar {
  float: left;
  width: 300px;
  position: sticky;
  margin-top: 14px;
  top: 100px;
}
.members-page #sidebar {
  display: flex;
  flex-flow: column;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #sidebar {
    position: relative;
    top: auto;
    margin-top: 0;
  }
}
.home #sidebar {
  width: 50%;
  position: absolute;
  height: 100%;
  left: auto;
  bottom: auto;
  box-sizing: border-box;
  margin-top: 0;
  top: 0;
}
@media only screen and (min-width: 1140px) {
  .home #sidebar {
    width: 900px;
  }
}
@media only screen and (max-width: 975px) {
  .home #sidebar {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
.home #sidebar #content-image {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0;
}
.home #sidebar #content-image iframe,
.home #sidebar #content-image video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home #sidebar #content-image video {
  -o-object-fit: cover;
     object-fit: cover;
}
.home #sidebar #content-image .video-control {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #222d4b;
  position: absolute;
  cursor: pointer;
  background-image: url(../images/video.svg);
  background-size: 150% 150%;
  z-index: 20;
  font-size: 0;
  text-indent: -1000px;
  overflow: hidden;
  transition: opacity 0.2s;
  transform: scale(1.5);
}
.home #sidebar #content-image .video-control:hover {
  opacity: 0.7;
}
.home #sidebar #content-image .video-control.sound {
  bottom: 20px;
  right: 20px;
  background-position: -19px 3px;
}
.home #sidebar #content-image .video-control.sound.active {
  background-position: 3px 3px;
}
.home #sidebar #content-image .video-control.play-pause {
  bottom: 20px;
  right: 80px;
  background-position: -19px -19px;
}
.home #sidebar #content-image .video-control.play-pause.active {
  background-position: 3px -19px;
}
@media only screen and (max-width: 975px) {
  #sidebar {
    padding-left: 20px;
    width: 280px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #sidebar {
    width: calc(100% - 40px);
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
#sidebar h4 {
  font: 29px/38px "Playfair Display", sans-serif;
  margin-bottom: 14px;
  color: #222d4b;
  text-transform: uppercase;
}
@media only screen and (max-width: 975px) {
  #sidebar h4 {
    font: 26px/32px "Playfair Display", sans-serif;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #sidebar h4 {
    font: 22px/28px "Playfair Display", sans-serif;
    display: none;
  }
}
#sidebar .socials {
  float: left;
  clear: right;
  margin-bottom: 24px;
  margin-top: 15px;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (min-width: 1140px) {
  #sidebar .socials {
    clear: right;
    margin-top: 15px;
    vertical-align: middle;
    display: inline-block;
  }
}
@media only screen and (max-width: 975px) {
  #sidebar .socials {
    float: none;
    margin-bottom: 0;
    margin-top: 20px;
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #sidebar .socials {
    display: none;
  }
}
#sidebar .socials li {
  float: left;
  margin-left: 15px;
  transform: scale(0.75);
}
#sidebar .socials li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 975px) {
  #sidebar .socials li {
    float: none;
    display: inline-block;
    transform: scale(1);
  }
}
#sidebar .socials a {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
}
#sidebar .socials a.facebook {
  width: 14px;
  background-position: 0 -158px;
}
#sidebar .socials a.facebook:hover {
  background-position: 0 -204px;
}
#sidebar .socials a.facebook:active {
  background-position: 0 -250px;
}
#sidebar .socials a.twitter {
  background-position: -34px -158px;
}
#sidebar .socials a.twitter:hover {
  background-position: -34px -204px;
}
#sidebar .socials a.twitter:active {
  background-position: -34px -250px;
}
#sidebar .socials a.instagram {
  background-position: -80px -158px;
}
#sidebar .socials a.instagram:hover {
  background-position: -80px -204px;
}
#sidebar .socials a.instagram:active {
  background-position: -80px -250px;
}
#sidebar .socials a.tripadvisor {
  background-position: -126px -158px;
}
#sidebar .socials a.tripadvisor:hover {
  background-position: -126px -204px;
}
#sidebar .socials a.tripadvisor:active {
  background-position: -126px -250px;
}
#sidebar .socials a.flickr {
  background-position: -172px -158px;
}
#sidebar .socials a.flickr:hover {
  background-position: -172px -204px;
}
#sidebar .socials a.flickr:active {
  background-position: -172px -250px;
}
#sidebar .socials a.pinterest {
  background-position: -218px -158px;
}
#sidebar .socials a.pinterest:hover {
  background-position: -218px -204px;
}
#sidebar .socials a.pinterest:active {
  background-position: -218px -250px;
}
.members-page #sidebar .socials {
  float: none;
  order: 2;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  #submenu .submenu-menu {
    display: none;
  }
}
#submenu label {
  display: none;
}
#submenu a {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  color: #222d4b;
}
#submenu a.active {
  color: #a0886c;
}
#submenu a:hover {
  color: #9FBAD0;
}
#submenu h4 {
  font-family: serif;
}
#submenu h4 a {
  font: inherit;
  color: inherit;
}
#submenu h4 a:hover {
  color: #9FBAD0;
}
#submenu ul {
  margin: 0 0 20px 0;
}
#submenu ul ul {
  margin: 20px 0 20px 20px;
}
#submenu li {
  margin-bottom: 10px;
}
#submenu select {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #submenu select {
    opacity: 1;
    visibility: visible;
  }
}
#submenu .sidebar-select-wrapper {
  width: 100%;
  position: relative;
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #submenu .sidebar-select-wrapper {
    display: block;
  }
}
#submenu .sidebar-select-wrapper h4 {
  font-size: 14px;
  line-height: 32px;
  color: #222d4b;
  display: block;
}
#submenu .sidebar-select-wrapper .submenu-header-wrapper {
  border: 1px solid #a0886c;
  background: #fff;
  height: 32px;
  padding: 0 30px 0 10px;
  overflow: hidden;
  font-size: 14px;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222d4b;
  cursor: pointer;
  width: calc(100% - 40px);
  z-index: 2;
}
#submenu .sidebar-select-wrapper .submenu-header-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  border-bottom: 1px solid #a0886c;
  border-right: 1px solid #a0886c;
  background: none;
  transform: rotate(45deg);
}
#submenu .sidebar-select-wrapper .menu-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 32px;
  background: #fff;
  border: 1px solid #a0886c;
  border-top: none;
  width: 100%;
  padding: 20px 0 10px;
  max-height: 250px;
  overflow: auto;
  z-index: 100;
}
#submenu .sidebar-select-wrapper .menu-dropdown ul {
  margin-bottom: 0;
}
#submenu .sidebar-select-wrapper .menu-dropdown ul li a {
  padding: 0 20px;
  text-transform: uppercase;
  font-family: serif;
}
#submenu .sidebar-select-wrapper .menu-dropdown ul .child-elements {
  margin: 10px 0 0 0;
}
#submenu .sidebar-select-wrapper .menu-dropdown ul .child-elements a.active {
  color: #a0886c;
}
#submenu + .sidebar-actions {
  position: relative;
  padding-top: 20px;
}
#submenu + .sidebar-actions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 50%;
  background-color: #a0886c;
}

.click-to-chat {
  display: block;
  position: relative;
  margin: 15px auto 15px;
  vertical-align: middle;
  width: 115px;
  text-decoration: none;
}
.click-to-chat:before {
  content: "";
  display: inline-block;
  background: url("../images/sprite.svg") -111px -111px no-repeat;
  width: 40px;
  height: 36px;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
}

.members-page .breadcrumb a {
  color: #222d4b;
}
@media only screen and (max-width: 975px) {
  .breadcrumb {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .breadcrumb {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

.members-page {
  border-bottom: 2px solid #222d4b;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .members-page {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.members-page #submenu a {
  font-size: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .members-page #submenu a {
    font-size: 15px;
  }
}
.members-page #submenu .submenu-menu .submenu-menu {
  margin-left: 0;
}
.members-page #submenu .submenu-menu .submenu-menu a {
  font-size: 16px;
}
.members-page #submenu .sidebar-select-wrapper .menu-dropdown ul li a {
  color: #a0886c;
}
.members-page #submenu .sidebar-select-wrapper .menu-dropdown ul .child-elements {
  margin: 10px 0 30px;
}
.members-page #submenu .sidebar-select-wrapper .menu-dropdown ul .child-elements a {
  color: #222d4b;
  font-family: sans-serif;
  text-transform: none;
}
.members-page #submenu .sidebar-select-wrapper .menu-dropdown ul .child-elements a.active {
  color: #a0886c;
}

.members-page.stylish-select .newList {
  height: 250px !important;
}

#events {
  width: 100%;
  margin: 0 auto;
}
#events .center-column {
  max-width: 1360px;
}
#events h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
  font: 200 50px/55px "Playfair Display", sans-serif;
  color: #9E896B;
}
@media only screen and (max-width: 975px) {
  #events h4 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #events h4 {
    font-size: 30px;
    line-height: 35px;
  }
}
#events .events-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #events .events-wrap {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
  }
}
#events .event {
  position: relative;
  width: calc((100% - 40px) / 3);
  background: #fff;
  text-align: center;
  border: 1px solid #9E896B;
}
@media only screen and (max-width: 975px) {
  #events .event {
    width: calc((100% - 20px) / 3);
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #events .event {
    width: 100%;
    margin-bottom: 30px;
  }
}
#events .event img {
  width: 100%;
  height: auto;
}
#events .event .date-link {
  display: block;
  text-decoration: none;
  position: absolute;
  left: 20px;
  top: -20px;
}
#events .event .date-link:after {
  clear: both;
  content: "";
  display: table;
}
#events .event .date-link .date {
  display: block;
  box-sizing: border-box;
  padding: 15px 12px;
  overflow: hidden;
  background: #222d4b;
  font: 200 23px/24px "Oswald", sans-serif;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
#events .event .date-link .date .year {
  font-size: 14px;
  line-height: 14px;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding-top: 8px;
  border-top: 1px solid #567996;
  margin-top: 8px;
}
#events .event .event-content {
  padding: 25px;
}
#events .event .cat-name {
  font: 200 14px/23px "Oswald", sans-serif;
  letter-spacing: 0.7px;
  color: #9E896B;
  text-transform: uppercase;
}
#events .event h5 {
  font: 500 24px/32px "Playfair Display", sans-serif;
  color: #202D4C;
  text-transform: capitalize;
  margin-bottom: 30px;
}
#events .event h5 a {
  text-decoration: none;
}
#events .event h5 a:hover {
  color: #567996;
}
#events .event p {
  font: 400 14px/28px "Open Sans", Arial, sans-serif;
  color: #4A4A4A;
}
#events .event p a {
  font-weight: bold;
  color: inherit;
}
#events .button-wrap {
  width: 100%;
  text-align: center;
  margin-top: 57px;
}
#events .button-wrap .button {
  display: inline-block;
}

#membership_form_rfp i {
  display: none;
}

#footer {
  position: relative;
  font-size: 12px;
  color: #97b8b8;
  background: #222d4b;
}
#footer a {
  color: #97b8b8;
}
#footer a:hover {
  color: #a0886c;
}
#footer .center-column {
  padding: 30px 0 25px;
  max-width: 92%;
}
@media screen and (max-width: 768px) {
  #footer .center-column {
    max-width: 100%;
  }
}
#footer .footer-top:after,
#footer .footer-middle:after,
#footer .footer-bottom:after {
  clear: both;
  content: "";
  display: table;
}
#footer .footer-bottom {
  display: none;
}
#footer .footer-top {
  padding-bottom: 18px;
  border-bottom: 1px solid #567996;
}
@media only screen and (max-width: 975px) {
  #footer .footer-top {
    padding: 0 20px 18px 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #footer .footer-top {
    padding: 0 10px 18px 10px;
  }
}
#footer .footer-middle {
  padding-top: 33px;
  display: grid;
  grid-template-columns: 1fr 517px 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
  /*
  @include respond-to(tablet) {
  	padding: 33px 20px 0;
  	text-align: center;
  }

  @include respond-to(mobile) {
  	padding: 33px 10px 0;
  }
  	*/
}
@media (width <= 1023) {
  #footer .footer-middle {
    grid-template-columns: 1fr !important;
    row-gap: 24px;
  }
}
#footer .footer-middle .partners-logo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  overflow: hidden;
}
#footer .footer-middle .partners-logo .partners {
  width: 100%;
  height: 100%;
  display: inline-flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
#footer .footer-middle .partners-logo .partners img {
  display: block;
  max-width: 100px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
#footer .footer-middle .adr {
  font-size: 14px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #9FBAD0;
  line-height: 26px;
  float: none;
  padding: none;
  white-space: nowrap;
  /*
  @include respond-to( large ) {
  	padding-right: 85px;
  }

  @include respond-to( tablet ) {
  	float: none;
  	margin-bottom: 20px;
  }

  a {
  	color: #fff;
  	text-decoration: none;
  }
  	*/
}
#footer .footer-middle #stayconnected {
  display: inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
#footer .footer-middle #stayconnected .form-row {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#footer .footer-middle .socials {
  float: right;
  clear: right;
  margin-bottom: 24px;
  margin-top: 15px;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (min-width: 1140px) {
  #footer .footer-middle .socials {
    clear: right;
    margin-top: 15px;
    vertical-align: middle;
    display: inline-block;
  }
}
@media only screen and (max-width: 975px) {
  #footer .footer-middle .socials {
    float: none;
    margin-bottom: 0;
    margin-top: 20px;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #footer .footer-middle .socials {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#footer .footer-middle .socials li {
  float: left;
  margin-left: 15px;
}
@media only screen and (max-width: 975px) {
  #footer .footer-middle .socials li {
    float: none;
    display: inline-block;
    transform: scale(0.75);
  }
}
#footer .footer-middle .socials a {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/social-icons.svg") 0 0 no-repeat;
}
#footer .footer-middle .socials a.facebook {
  width: 42px;
  background-position: 4px -4px;
}
#footer .footer-middle .socials a.facebook:hover {
  opacity: 0.6;
}
#footer .footer-middle .socials a.facebook:active {
  opacity: 0.6;
}
#footer .footer-middle .socials a.twitter {
  background-position: -54px -4px;
}
#footer .footer-middle .socials a.twitter:hover {
  opacity: 0.6;
}
#footer .footer-middle .socials a.twitter:active {
  opacity: 0.6;
}
#footer .footer-middle .socials a.instagram {
  background-position: -123px -4px;
}
#footer .footer-middle .socials a.instagram:hover {
  opacity: 0.6;
}
#footer .footer-middle .socials a.instagram:active {
  opacity: 0.6;
}
#footer .footer-middle .socials a.tripadvisor {
  background-position: -192px -5px;
}
#footer .footer-middle .socials a.tripadvisor:hover {
  opacity: 0.6;
}
#footer .footer-middle .socials a.tripadvisor:active {
  opacity: 0.6;
}
#footer .footer-middle .socials a.flickr {
  background-position: -172px -158px;
}
#footer .footer-middle .socials a.flickr:hover {
  background-position: -172px -204px;
}
#footer .footer-middle .socials a.flickr:active {
  background-position: -172px -250px;
}
#footer .footer-middle .socials a.pinterest {
  background-position: -218px -158px;
}
#footer .footer-middle .socials a.pinterest:hover {
  background-position: -218px -204px;
}
#footer .footer-middle .socials a.pinterest:active {
  background-position: -218px -250px;
}

#footer-menu {
  float: left;
  clear: left;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #footer-menu {
    float: none;
    text-align: center;
  }
}
#footer-menu ul:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #footer-menu ul {
    display: inline-block;
  }
}
#footer-menu li {
  float: left;
  margin-right: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #footer-menu li {
    display: inline-block;
    margin: 0 5px;
  }
}
#footer-menu a {
  display: block;
  font: 16px/26px "Oswald", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #9FBAD0;
}
#footer-menu a:hover {
  color: #a0886c;
}
#footer-menu a:active {
  color: #fff;
}
#footer-menu a.active {
  border-bottom: 1px solid #a0886c;
}

.newsletter-form {
  width: 517px;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .newsletter-form {
    width: 100%;
  }
}
@media only screen and (max-width: 975px) {
  .newsletter-form {
    width: 100%;
  }
}
.newsletter-form #stayconnected {
  float: right;
  display: inline-block;
}
@media only screen and (min-width: 1140px) {
  .newsletter-form #stayconnected {
    float: none;
  }
}
@media only screen and (max-width: 975px) {
  .newsletter-form #stayconnected {
    float: none;
    margin-bottom: 15px;
  }
}
.newsletter-form #stayconnected label {
  display: none;
}
.newsletter-form #stayconnected h4 {
  display: inline-block;
  color: #fff;
  font: 19px/24px "Playfair Display", sans-serif;
  text-transform: uppercase;
  vertical-align: top;
  text-align: right;
}
.newsletter-form #stayconnected h4 span {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .newsletter-form #stayconnected h4 span {
    display: inline-block;
  }
  .newsletter-form #stayconnected h4 span:first-child {
    margin-right: 5px;
  }
}
.newsletter-form #stayconnected form {
  display: inline-block;
  height: 54px;
  box-sizing: border-box;
  border: 1px solid #567996;
  margin-left: 17px;
}
@media only screen and (max-width: 975px) {
  .newsletter-form #stayconnected form {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .newsletter-form #stayconnected form {
    width: 100%;
  }
}
.newsletter-form #stayconnected form input[type=text] {
  height: 52px;
  line-height: 52px;
  text-align: left;
  vertical-align: top;
  width: 250px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #fff;
}
.newsletter-form #stayconnected form input[type=text]::-webkit-input-placeholder {
  color: #567996;
}
.newsletter-form #stayconnected form input[type=text]::-moz-placeholder {
  color: #567996;
}
.newsletter-form #stayconnected form input[type=text]:-ms-input-placeholder {
  color: #567996;
}
.newsletter-form #stayconnected form input[type=text]:-moz-placeholder {
  color: #567996;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .newsletter-form #stayconnected form input[type=text] {
    width: calc(100% - 131px);
  }
}
.newsletter-form #stayconnected form .button {
  height: 54px;
  line-height: 54px;
  margin: -1px -1px 0 0;
}
.newsletter-form .social-icon-list {
  max-width: 55%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 975px) {
  .newsletter-form .social-icon-list {
    display: inherit;
  }
}

.logo-list {
  display: inherit;
}
.logo-list h3 {
  font: 400 19px/1 "Open Sans", Arial, sans-serif;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #9FBAD0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .logo-list {
    display: inline-block;
  }
  .logo-list h3 {
    padding-block: 98px 44px;
  }
}
@media only screen and (max-width: 975px) {
  .logo-list {
    display: inline-block;
  }
  .logo-list h3 {
    padding-block: 98px 44px;
  }
}
.logo-list #logos {
  margin-top: 0px !important;
}

#stayconnected {
  float: right;
  display: inline-block;
}
@media only screen and (min-width: 1140px) {
  #stayconnected {
    float: none;
  }
}
@media only screen and (max-width: 975px) {
  #stayconnected {
    float: none;
    margin-bottom: 15px;
  }
}
#stayconnected label {
  display: none;
}
#stayconnected h2 {
  display: none;
}
#stayconnected h4 {
  display: inline-block;
  color: #fff;
  font: 19px/24px "Playfair Display", sans-serif;
  text-transform: uppercase;
  vertical-align: top;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #stayconnected h4 {
    margin-bottom: 12px;
    margin-top: 30px;
  }
}
#stayconnected h4 span {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #stayconnected h4 span {
    display: inline-block;
  }
  #stayconnected h4 span:first-child {
    margin-right: 5px;
  }
}
#stayconnected form {
  display: inline-block;
  height: 54px;
  box-sizing: border-box;
  border: 1px solid #567996;
  margin-left: 17px;
}
@media only screen and (max-width: 975px) {
  #stayconnected form {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #stayconnected form {
    width: 100%;
  }
}
#stayconnected form input[type=email] {
  height: 52px;
  line-height: 52px;
  text-align: left;
  vertical-align: top;
  width: 250px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #fff;
}
#stayconnected form input[type=email]::-webkit-input-placeholder {
  color: #567996;
}
#stayconnected form input[type=email]::-moz-placeholder {
  color: #567996;
}
#stayconnected form input[type=email]:-ms-input-placeholder {
  color: #567996;
}
#stayconnected form input[type=email]:-moz-placeholder {
  color: #567996;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #stayconnected form input[type=email] {
    width: calc(100% - 131px);
  }
}
#stayconnected form .button {
  height: 54px;
  line-height: 54px;
  margin: -1px -1px 0 0;
}

#stayconnectedfooter {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  float: right;
  display: inline-block;
}
@media only screen and (min-width: 1140px) {
  #stayconnectedfooter {
    float: none;
  }
}
@media only screen and (max-width: 975px) {
  #stayconnectedfooter {
    float: none;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #stayconnectedfooter {
    flex-direction: column;
  }
}
#stayconnectedfooter .form-builder-group {
  margin: 0;
}
#stayconnectedfooter .form-builder-group .form-builder-field {
  width: auto !important;
  margin-top: 0;
}
#stayconnectedfooter .form-builder-group .form-builder-field input {
  width: auto !important;
}
@media screen and (max-width: 370px) {
  #stayconnectedfooter .form-builder-group .form-builder-field .button.brown {
    padding: 0 10px;
  }
}
#stayconnectedfooter label {
  display: none;
}
#stayconnectedfooter h2 {
  display: none;
}
#stayconnectedfooter h4 {
  display: inline-block;
  color: #fff;
  font: 19px/24px "Playfair Display", sans-serif;
  text-transform: uppercase;
  vertical-align: top;
  text-align: right;
}
@media only screen and (max-width: 975px) {
  #stayconnectedfooter h4 {
    padding-right: 20px;
  }
}
#stayconnectedfooter h4 span {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #stayconnectedfooter h4 span {
    display: inline-block;
  }
  #stayconnectedfooter h4 span:first-child {
    margin-right: 5px;
  }
}
#stayconnectedfooter form {
  display: inline-block;
  height: 54px;
  box-sizing: border-box;
  border: 1px solid #567996;
  margin-left: 17px;
}
@media only screen and (max-width: 975px) {
  #stayconnectedfooter form {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #stayconnectedfooter form {
    width: 100%;
  }
}
#stayconnectedfooter form input[type=email] {
  height: 52px;
  line-height: 52px;
  text-align: left;
  vertical-align: top;
  width: 250px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #fff;
}
#stayconnectedfooter form input[type=email]::-webkit-input-placeholder {
  color: #567996;
}
#stayconnectedfooter form input[type=email]::-moz-placeholder {
  color: #567996;
}
#stayconnectedfooter form input[type=email]:-ms-input-placeholder {
  color: #567996;
}
#stayconnectedfooter form input[type=email]:-moz-placeholder {
  color: #567996;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #stayconnectedfooter form input[type=email] {
    width: calc(100% - 131px);
  }
}
#stayconnectedfooter form .button {
  height: 54px;
  line-height: 54px;
  margin: -1px -1px 0 0;
}

#footer .click-to-chat {
  display: inline-block;
  position: relative;
  margin: 17px 40px 15px;
  vertical-align: top;
  width: 80px;
  text-decoration: none;
}
@media only screen and (min-width: 1140px) {
  #footer .click-to-chat {
    margin: 17px 0 15px 8px;
  }
}
@media only screen and (max-width: 975px) {
  #footer .click-to-chat {
    display: block;
    margin: 15px auto 15px;
  }
}
#footer .click-to-chat:before {
  content: "";
  display: inline-block;
  background: url("../images/sprite.svg") -170px -116px no-repeat;
  width: 27px;
  height: 23px;
  vertical-align: middle;
  position: relative;
  margin-right: 2px;
}

#footer .socials {
  float: right;
  clear: right;
  margin-bottom: 24px;
  margin-top: 15px;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (min-width: 1140px) {
  #footer .socials {
    clear: right;
    margin-top: 15px;
    vertical-align: middle;
    display: inline-block;
  }
}
@media only screen and (max-width: 975px) {
  #footer .socials {
    float: none;
    margin-bottom: 0;
    margin-top: 20px;
    display: block;
  }
}
#footer .socials li {
  float: left;
  margin-left: 15px;
  transform: scale(0.75);
}
@media only screen and (max-width: 975px) {
  #footer .socials li {
    float: none;
    display: inline-block;
    transform: scale(1);
  }
}
#footer .socials a {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/social-icons.svg") 0 0 no-repeat;
}
#footer .socials a.facebook {
  width: 42px;
  background-position: 4px -4px;
}
#footer .socials a.facebook:hover {
  opacity: 0.6;
}
#footer .socials a.facebook:active {
  opacity: 0.6;
}
#footer .socials a.twitter {
  background-position: -54px -4px;
}
#footer .socials a.twitter:hover {
  opacity: 0.6;
}
#footer .socials a.twitter:active {
  opacity: 0.6;
}
#footer .socials a.instagram {
  background-position: -123px -4px;
}
#footer .socials a.instagram:hover {
  opacity: 0.6;
}
#footer .socials a.instagram:active {
  opacity: 0.6;
}
#footer .socials a.tripadvisor {
  background-position: -192px -5px;
}
#footer .socials a.tripadvisor:hover {
  opacity: 0.6;
}
#footer .socials a.tripadvisor:active {
  opacity: 0.6;
}
#footer .socials a.flickr {
  background-position: -172px -158px;
}
#footer .socials a.flickr:hover {
  background-position: -172px -204px;
}
#footer .socials a.flickr:active {
  background-position: -172px -250px;
}
#footer .socials a.pinterest {
  background-position: -218px -158px;
}
#footer .socials a.pinterest:hover {
  background-position: -218px -204px;
}
#footer .socials a.pinterest:active {
  background-position: -218px -250px;
}

#logos {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media only screen and (max-width: 975px) {
  #logos {
    display: block;
    justify-content: center;
    font-size: 0;
    text-align: center;
  }
  #logos:after {
    clear: both;
    content: "";
    display: table;
  }
}
#logos li {
  display: inline-block;
  text-align: justify;
}
@media only screen and (max-width: 975px) {
  #logos li {
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    width: 33.3333333333% !important;
    height: 100px;
    box-sizing: border-box;
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #logos li {
    width: 50% !important;
  }
}
#logos li:nth-child(1) {
  width: 113px;
  margin-top: 16px;
}
#logos li:nth-child(2) {
  width: 95px;
  margin-top: 22px;
}
#logos li:nth-child(3) {
  width: 250px;
  margin-top: 22px;
}
#logos li:nth-child(4) {
  width: 118px;
  margin-top: 12px;
}
#logos li:nth-child(5) {
  width: 173px;
  margin-top: 16px;
}
#logos li img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 975px) {
  #logos li img {
    max-width: 100%;
    max-height: calc(100% - 20px);
    width: auto;
    height: auto;
    display: inline-block;
  }
}

@media screen and (min-width: 972px) and (max-width: 1224px) {
  .newsletter-form {
    width: 470px !important;
  }
  .social-icon-list {
    max-width: 50% !important;
    display: inherit !important;
  }
  .logo-list {
    margin-right: 20px;
  }
  .logo-list h3 {
    text-align: center;
  }
  .logo-list li:nth-child(1) {
    margin-left: 15px !important;
  }
  .logo-list img {
    width: 90px !important;
    height: 70px !important;
  }
}
/** add this here because the system fail to compile the above and reading only the min file*/
@media (width <= 1024px) {
  #footer .footer-middle {
    padding-top: 33px;
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 40px;
    /* column-gap: 40px; */
    grid-template-rows: auto;
    width: 100%;
    row-gap: 10px;
  }
  #footer .footer-middle .adr {
    white-space: nowrap;
    text-align: center;
  }
  #footer .footer-middle #stayconnected .form-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #footer .footer-middle .partners-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    overflow: hidden;
  }
  #footer .footer-middle .partners-logo .partners {
    width: 100%;
    height: 100%;
    display: inline-flex;
    gap: 8px;
    justify-content: space-evenly;
    align-items: center;
    overflow: hidden;
  }
}
.footer-logos {
  display: grid;
  grid-template-columns: 1fr 517px 1fr;
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .footer-logos {
    grid-template-columns: 1fr;
    margin-top: 0px;
  }
}
.footer-logos .partners-logo .partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer-logos .partners-logo .partners {
    flex-direction: column;
    gap: 30px;
    margin-block: 20px;
  }
}
.footer-logos .partners-logo .partners a {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer-logos .partners-logo .partners a {
    width: 36%;
    height: 100%;
  }
}
.footer-logos .partners-logo .partners a img {
  width: 100%;
  height: 100%;
}

.page-content {
  background: #fff;
}
.page-content:after {
  clear: both;
  content: "";
  display: table;
}
.page-content hr {
  display: block;
  height: 1px;
  margin: 21px auto;
  border: none;
  background: #567996;
  color: #567996;
}
.page-content h1, .page-content .h1, .page-content h2 {
  font-family: "Playfair Display", sans-serif;
}
.page-content h1, .page-content .h1 {
  margin-bottom: 19px;
  color: #a0886c;
  font-size: 55px;
  line-height: 60px;
  font-weight: 200;
  text-transform: uppercase;
}
@media only screen and (max-width: 975px) {
  .page-content h1, .page-content .h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page-content h1, .page-content .h1 {
    font-size: 30px;
    line-height: 35px;
    word-break: break-word;
  }
}
.home .page-content h1, .home .page-content .h1 {
  font: 500 35px/40px "Playfair Display", sans-serif;
  color: #202D4C;
}
.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  color: #222d4b;
}
.page-content h2 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 975px) {
  .page-content h2 {
    font-size: 28px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.home .page-content h2 {
  font: 300 29px/68px "Oswald", sans-serif;
  color: #9E896B;
}
.page-content h3 {
  font-size: 18px;
  line-height: 1.3;
}
.page-content h4, .page-content h5, .page-content h6 {
  font-weight: bold;
}
.page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content p, .page-content ul, .page-content ol, .page-content table {
  margin-bottom: 21px;
}
.page-content strong {
  font-weight: bold;
}
.page-content em {
  font-style: italic;
}
.page-content u {
  text-decoration: underline;
}
.page-content sup, .page-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.page-content sup {
  top: -0.5em;
}
.page-content sub {
  bottom: -0.25em;
}
.page-content p, .page-content table {
  overflow: visible;
}
.page-content ol {
  list-style: decimal inside;
}
.page-content ul {
  list-style: none;
}
.page-content ol, .page-content ul {
  margin-left: 20px;
}
.page-content ol ol, .page-content ul ul, .page-content ol ul, .page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-content ol > li > ol, .page-content ol > li > ul {
  margin-left: 34px;
}
.page-content ol li, .page-content ul li {
  position: relative;
}
.page-content ul > li {
  padding-left: 14px;
}
.page-content ul > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #a0886c;
  border-radius: 100%;
}
.page-content ul > li:hover:after {
  background-color: #222d4b;
}
.page-content td, .page-content th, .page-content caption {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.page-content caption {
  vertical-align: bottom;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 1;
  color: #a0886c;
}
.page-content th {
  font-weight: bold;
  background: #f2f4f9;
}
.page-content td {
  border-top: 1px solid #f7fcfc;
  background: #dde2f0;
}
.page-content .even td {
  background: #d6dced;
}
.page-content table p {
  margin: 10px 0;
}
@media only screen and (max-width: 975px) {
  .page-content .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.page-content .thumbnail {
  float: right;
  margin: 0 0 20px 30px;
}
.page-content .thumbnail a {
  display: block;
}
.page-content .thumbnail img {
  display: block;
}
.wide-content-images .page-content img {
  min-width: 50%;
  height: auto;
}
@media only screen and (max-width: 975px) {
  .wide-content-images .page-content img {
    width: 100%;
  }
}
.page-content .socials {
  margin-bottom: 20px;
  overflow: hidden;
}
.page-content .socials iframe {
  float: left;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}
.page-content a.pdf {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding-left: 23px;
  position: relative;
}
.page-content a.pdf:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 16px;
  background: url("../images/common.svg") -600px 0 no-repeat;
}
.page-content a.pdf:hover:after {
  background-position: -633px 0;
}
.page-content a.pdf:active:after {
  background-position: -666px 0;
}
.page-content a.pdf + .size {
  color: #aaa;
  font-size: 10px;
}
.page-content .hotel-location-map {
  margin-bottom: 21px;
}

.newsletter-section {
  background-color: #222d4b;
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
}
.newsletter-section .wrapper {
  text-align: center;
}
.newsletter-section .wrapper label {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 32px;
  vertical-align: middle;
  margin-right: 60px;
}
.newsletter-section .wrapper form {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.newsletter-section .wrapper form input[type=text] {
  height: 60px;
  display: inline-block;
  vertical-align: top;
  width: 320px;
  background: #fff;
  color: #222d4b;
  font-size: 20px;
  padding-left: 30px;
  box-sizing: border-box;
}
.newsletter-section .wrapper form input[type=text]::-moz-placeholder {
  color: #222d4b;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
.newsletter-section .wrapper form input[type=text]::placeholder {
  font-family: "Oswald", sans-serif;
}
.newsletter-section .wrapper form .button {
  display: inline-block;
  vertical-align: top;
  border-color: #fff;
  color: #fff;
}
.newsletter-section .wrapper form .button:hover {
  border-color: #a0886c;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.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: 24px;
  top: 29px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #hebs-gallery .close-button {
    top: 20px;
    right: 20px;
  }
}
#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 .category-selector {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
  height: 30px;
  line-height: 30px;
  padding: 0 27px 0 10px;
  background: #fff;
  font-size: 14px;
  color: #222d4b;
  display: none;
}
#hebs-gallery .category-selector + .select-icon {
  position: relative;
  margin-top: 19px;
  z-index: 3;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 96px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #hebs-gallery .galleria-stage {
    padding: 20px 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image {
  overflow: visible !important;
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery .galleria-image-nav {
  z-index: 10;
  position: relative;
  top: -50%;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 24px;
  height: 48px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-image-nav-left {
  left: -72px;
  background-position: 0 -43px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -43px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -103px -43px;
}
#hebs-gallery .galleria-image-nav-right {
  right: -72px;
  background-position: -7px -125px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -58px -125px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -108px -125px;
  opacity: 1;
}
#hebs-gallery .galleria-loader {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  background: url("../images/loading-gallery.svg") 50% 50% no-repeat;
}
#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: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
#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;
  width: 80px;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
  width: 74px !important;
  height: 74px !important;
}
#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: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.06);
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  top: 32px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #hebs-gallery .galleria-info .galleria-info-description {
    display: none;
  }
}

#testimonials .odd .image {
  float: left;
}
#testimonials .odd .description {
  float: right;
}
#testimonials .even .image {
  float: right;
}
#testimonials .even .description {
  float: left;
  text-align: right;
}
#testimonials .testimonial {
  margin-bottom: 40px;
}
#testimonials .testimonial:after {
  clear: both;
  content: "";
  display: table;
}
#testimonials .image {
  width: 320px;
  min-height: 320px;
}
#testimonials .description {
  width: 640px;
}
#testimonials h4, #testimonials h5 {
  font-family: "Oswald", sans-serif;
}
#testimonials h4 {
  margin-bottom: 12px;
  color: #54baba;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 200;
  text-transform: uppercase;
}
#testimonials h4, #testimonials h5 {
  color: #327d7d;
}
#testimonials h5 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 22px;
}
#testimonials p {
  margin-bottom: 10px;
}

.rooms {
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .rooms {
    width: 100%;
  }
}
.rooms .categories-list {
  margin: 0 0 10px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .rooms .categories-list {
    display: block;
    border: none;
  }
}
.rooms .categories-list li {
  display: block;
  float: left;
}
.rooms .categories-list:after {
  clear: both;
  content: "";
  display: table;
}
.rooms .categories-list .button {
  margin: 0 10px 30px 0;
}
.rooms .rooms-entry {
  position: relative;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
  color: #fff;
  height: 500px;
  margin-bottom: 40px;
}
.rooms .rooms-entry:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #eee;
  display: block;
  position: absolute;
  top: -21px;
  left: 0;
}
.rooms .rooms-entry:first-child:after {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .rooms .rooms-entry {
    height: auto;
  }
}
.rooms .rooms-entry .bgimage {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: calc(100% - 320px);
  position: relative;
  float: left;
  margin-left: 320px;
}
@media screen and (max-width: 980px) {
  .rooms .rooms-entry .bgimage {
    width: 67%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .rooms .rooms-entry .bgimage {
    height: 350px;
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
.rooms .rooms-entry .price {
  position: absolute;
  right: 50px;
  bottom: 50px;
  color: #fff;
  font-size: 23px;
  text-shadow: 0 1px 1px rgb(0, 0, 0);
  vertical-align: top;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .rooms .rooms-entry .price {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    height: 50px;
    margin-top: -50px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 40px;
  }
  .rooms .rooms-entry .price span {
    line-height: 40px;
  }
}
.rooms .rooms-entry .price .number, .rooms .rooms-entry .price .currency {
  font-size: 35px;
  vertical-align: middle;
}
.rooms .rooms-entry img {
  display: none;
}
.rooms .rooms-entry.odd .description {
  background: #222d4b;
}
.rooms .rooms-entry.odd .description .centered h3 {
  color: #a0886c;
}
.rooms .rooms-entry.odd .description .centered a {
  color: #9FBAD0;
}
.rooms .rooms-entry.odd .description .centered a:hover {
  color: #a0886c;
}
.rooms .rooms-entry.odd nav .button {
  border-color: #a0886c;
  color: #a0886c;
  background: #222d4b;
}
.rooms .rooms-entry.odd nav .button:hover {
  background: none;
  border-color: #9FBAD0;
  color: #9FBAD0;
}
.rooms .rooms-entry .description {
  height: 425px;
  width: 240px;
  padding: 35px 40px 40px 40px;
  line-height: 24px;
  position: absolute;
  background: #a0886c;
  z-index: 2;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .rooms .rooms-entry .description {
    height: auto;
    padding: 40px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
}
.rooms .rooms-entry .description .centered h3 {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 5px;
  font-family: "Playfair Display", sans-serif;
}
.rooms .rooms-entry .description .centered a {
  color: #9FBAD0;
}
.rooms .rooms-entry .description .centered a:hover {
  color: #000;
}
.rooms .rooms-entry nav {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
  width: 242px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .rooms .rooms-entry nav {
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto;
    text-align: center;
  }
}
.rooms .rooms-entry nav .button {
  border: 1px solid #fff;
  color: #fff;
  background: #a0886c;
  position: relative;
  display: inline-block;
  height: 38px;
  margin: 10px 0 0 0;
  padding: 0;
  overflow: visible;
  font: bold 12px/36px "Oswald", sans-serif;
  text-transform: uppercase;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  width: 240px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .rooms .rooms-entry nav .button {
    width: calc(33.3333333333% - 3px);
  }
}
.rooms .rooms-entry nav .button:hover {
  border-color: #222d4b;
  color: #fff;
  background-color: #222d4b;
}
.rooms .rooms-entry .fulldescription {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2P8////TQYKAOOoAQyjYcAwGgYMwyIMAA4kPXFODPZ3AAAAAElFTkSuQmCC);
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: -100%;
  width: 100%;
  top: 0;
  z-index: 1;
  transition: 1s;
}
.rooms .rooms-entry .fulldescription.animated {
  left: 0;
}
.rooms .rooms-entry .fulldescription ol, .rooms .rooms-entry .fulldescription ul {
  margin-left: 20px;
}
.rooms .rooms-entry .fulldescription ul {
  list-style: none;
  margin-bottom: 18px;
}
.rooms .rooms-entry .fulldescription ul li {
  padding-left: 8px;
  margin-bottom: 5px;
  position: relative;
}
.rooms .rooms-entry .fulldescription ul li:after {
  background: #3d4242;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.rooms .rooms-entry .fulldescription .close-fulldescr {
  text-indent: -9999em;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 14px;
  height: 14px;
  z-index: 99;
  cursor: pointer;
}
.rooms .rooms-entry .fulldescription .close-fulldescr:before, .rooms .rooms-entry .fulldescription .close-fulldescr:after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 6px;
  background: #a0886c;
}
.rooms .rooms-entry .fulldescription .close-fulldescr:before {
  transform: rotate(45deg);
}
.rooms .rooms-entry .fulldescription .close-fulldescr:after {
  transform: rotate(-45deg);
}
.rooms .rooms-entry .fulldescription .close-fulldescr:hover:before, .rooms .rooms-entry .fulldescription .close-fulldescr:hover:after {
  background: #222d4b;
}
.rooms .rooms-entry .fulldescription .close-fulldescr:active:before, .rooms .rooms-entry .fulldescription .close-fulldescr:active:after {
  background: #9FBAD0;
}
.rooms .rooms-entry .fulldescription h1 {
  margin-bottom: 17px;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
}
.rooms .rooms-entry .fulldescription h2 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.rooms .rooms-entry .fulldescription h3 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 17px;
}
.rooms .rooms-entry .fulldescription h4, .rooms .rooms-entry .fulldescription h5, .rooms .rooms-entry .fulldescription h6 {
  margin-bottom: 18px;
  font-weight: bold;
}
.rooms .rooms-entry .fulldescription .centered {
  margin: 40px 40px 40px 360px;
  position: relative;
  height: 420px;
  color: #3d4242;
  overflow-x: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .rooms .rooms-entry .fulldescription .centered {
    height: 270px;
    margin: 40px;
  }
}

.rooms .categories-list .button {
  border-color: #a0886c;
  color: #a0886c;
}
.rooms .categories-list .button:hover, .rooms .categories-list .button.active {
  border-color: #a0886c;
  background: #a0886c;
  color: #fff;
}
.rooms .rooms-entry:after {
  background: #eee;
}
.rooms .rooms-entry .rooms-item-gallery {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: block;
  width: 50px;
  height: 50px;
  background: #222d4b url("../images/common.svg") -586px -24px;
  border-radius: 50%;
  text-indent: -9999px;
}
.rooms .rooms-entry .rooms-item-gallery:hover {
  background: #9FBAD0 url("../images/common.svg") -586px -24px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .rooms .rooms-entry .rooms-item-gallery {
    bottom: 80px;
  }
}
.rooms .rooms-entry .price {
  color: #fff;
  text-shadow: 0 1px 1px rgb(0, 0, 0);
}
.rooms .rooms-entry:nth-child(odd) .description {
  background-color: #222d4b;
}
.rooms .rooms-entry:nth-child(odd) .description .centered h3 {
  color: #a0886c;
}
.rooms .rooms-entry:nth-child(odd) .description .centered a {
  color: #a0886c;
}
.rooms .rooms-entry:nth-child(odd) .description .centered a:hover {
  color: #9FBAD0;
}
.rooms .rooms-entry:nth-child(odd) nav .button {
  border-color: #fff;
  color: #fff;
  background: #222d4b;
}
.rooms .rooms-entry:nth-child(odd) nav .button:hover {
  border-color: #a0886c;
  color: #fff;
  background-color: #a0886c;
}
.rooms .rooms-entry .description {
  background-color: #a0886c;
}
.rooms .rooms-entry .description .centered h3 {
  color: #fff;
}
.rooms .rooms-entry .description .centered a {
  color: #ffffff;
}
.rooms .rooms-entry .description .centered a:hover {
  color: #000;
}
.rooms .rooms-entry .description .read-more {
  display: inline-block;
  position: relative;
  text-decoration: none;
  border-bottom: 1px dashed #fff;
  line-height: 16px;
  font-size: 16px;
  margin-top: 12px;
  color: #fff !important;
}
.rooms .rooms-entry .description .read-more:after {
  display: block;
  content: ">";
  position: absolute;
  right: -15px;
  top: 2px;
  width: 10px;
  height: 10px;
}
.rooms .rooms-entry .description .read-more.open:after {
  content: "<";
}
.rooms .rooms-entry .description .read-more:hover {
  color: #9FBAD0 !important;
  border-bottom-color: #9FBAD0;
}
.rooms .rooms-entry nav .button {
  border-color: #fff;
  color: #fff;
  background: #a0886c;
}
.rooms .rooms-entry nav .button:hover {
  border-color: #222d4b;
  color: #fff;
  background-color: #222d4b;
}
.rooms .rooms-entry .fulldescription {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2P8////TQYKAOOoAQyjYcAwGgYMwyIMAA4kPXFODPZ3AAAAAElFTkSuQmCC);
  background: rgba(255, 255, 255, 0.85);
}
.rooms .rooms-entry .fulldescription ul li:after {
  background: #3d4242;
}
.rooms .rooms-entry .fulldescription .centered {
  color: #3d4242;
}

.room.img .thumbnail {
  width: 100%;
  margin: 0 0 20px 0;
}
.room.img .thumbnail img {
  width: 100%;
  height: auto;
}

#home-gallery {
  margin-bottom: 50px;
}
#home-gallery:after {
  clear: both;
  content: "";
  display: table;
}
#home-gallery .photo {
  float: left;
}
#home-gallery .photo img {
  display: block;
}

#feeds {
  margin-top: 70px;
}
#feeds .feed-header h4 {
  text-align: center;
  font: 36px/36px "Playfair Display", sans-serif;
  text-transform: uppercase;
  color: #222d4b;
  padding-bottom: 20px;
}
#feeds .feed-header .feed-categories {
  text-align: center;
  margin-bottom: 40px;
}
#feeds .feed-header .feed-categories button:nth-child(1) {
  display: none;
}
#feeds .feed-header .feed-categories button {
  width: 26px !important;
  height: 26px;
  margin: 0 10px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  border: none;
  padding: 0;
}
#feeds .feed-header .feed-categories button.facebook {
  width: 14px !important;
  background-position: 0 -248px;
}
#feeds .feed-header .feed-categories button.facebook:hover {
  background-position: 0 -156px;
}
#feeds .feed-header .feed-categories button.facebook.active {
  background-position: 0 -202px;
}
#feeds .feed-header .feed-categories button.twitter {
  background-position: -34px -248px;
}
#feeds .feed-header .feed-categories button.twitter:hover {
  background-position: -34px -156px;
}
#feeds .feed-header .feed-categories button.twitter.active {
  background-position: -34px -202px;
}
#feeds .feed-header .feed-categories button.instagram {
  background-position: -80px -248px;
}
#feeds .feed-header .feed-categories button.instagram:hover {
  background-position: -80px -156px;
}
#feeds .feed-header .feed-categories button.instagram.active {
  background-position: -80px -202px;
}
#feeds .feed-header .feed-categories select {
  display: none;
}
#feeds .feed-content {
  max-width: 100%;
  padding: 0 10px;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #feeds .feed-content {
    padding: 0;
  }
}
#feeds .feed-content .feed-items {
  margin: 0 auto;
  width: 100%;
  height: 584px;
  overflow: hidden;
  background: #ffffff url("../images/loading-white.svg") 50% 50% no-repeat;
}
#feeds .feed-content .feed-items a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
#feeds .feed-content .feed-items .feed-item {
  width: calc((100% - 100px) / 5);
  height: 272px;
  overflow: hidden;
  display: inline-block;
  margin: 0 10px 20px 10px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  transition: opacity 200ms ease;
  vertical-align: top;
}
@media screen and (max-width: 1250px) {
  #feeds .feed-content .feed-items .feed-item {
    width: calc((100% - 80px) / 4);
  }
}
@media only screen and (max-width: 975px) {
  #feeds .feed-content .feed-items .feed-item {
    width: 350px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #feeds .feed-content .feed-items .feed-item {
    width: 100%;
  }
}
#feeds .feed-content .feed-items .feed-item.facebook .item-type-logo {
  background-position: 0 -296px;
}
#feeds .feed-content .feed-items .feed-item.twitter .item-type-logo {
  background-position: -34px -296px;
}
#feeds .feed-content .feed-items .feed-item.instagram .item-type-logo {
  background-position: -80px -296px;
}
#feeds .feed-content .feed-items .feed-item .item-type-logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 25px;
  height: 25px;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  z-index: 2;
}
#feeds .feed-content .feed-items .feed-item .feed-descr {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
#feeds .feed-content .feed-items .feed-item .feed-descr:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#feeds .feed-content .feed-items .feed-item .feed-descr .feed-text {
  padding: 0 20px 0 20px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  max-height: calc(100% - 130px);
  overflow: hidden;
}
#feeds .feed-content .feed-items .feed-item .feed-thumb {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
#feeds .feed-content .feed-items .feed-item .overal-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
}
#feeds .feed-content .feed-items .feed-item.facebook {
  background: #3b5998;
}
#feeds .feed-content .feed-items .feed-item.instagram .feed-copy {
  display: none;
}
#feeds .feed-content .feed-items .feed-item.twitter {
  background: #4099FF;
}
#feeds .feed-content .feed-items:hover .feed-item {
  opacity: 0.4;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #feeds .feed-content .feed-items:hover .feed-item {
    opacity: 1;
  }
}
#feeds .feed-content .feed-items:hover .feed-item:hover {
  opacity: 1;
}
#feeds.feeds-loaded .feed-content .feed-items {
  width: auto;
  background: none;
}
@media only screen and (max-width: 975px) {
  #feeds.feeds-loaded .feed-content .feed-items {
    height: auto;
  }
}
#feeds .mobile-list {
  display: none !important;
}

.c-instagram-feed {
  margin-block: 70px;
}
.c-instagram-feed__header h4 {
  text-align: center;
  font: 36px/36px "Playfair Display", sans-serif;
  text-transform: uppercase;
  color: #222d4b;
  padding-bottom: 20px;
}
.c-instagram-feed__list {
  max-width: 100%;
  padding: 0 10px;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .c-instagram-feed__list {
    padding: 0;
  }
}
.c-instagram-feed__list .photo-list {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1250px) {
  .c-instagram-feed__list .photo-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 975px) {
  .c-instagram-feed__list .photo-list {
    grid-template-columns: 1fr;
  }
}
.c-instagram-feed__list .photo-list:hover .c-instagram-feed__item.photo {
  opacity: 0.4;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .c-instagram-feed__list .photo-list:hover .c-instagram-feed__item.photo {
    opacity: 1;
  }
}
.c-instagram-feed__list .photo-list:hover .c-instagram-feed__item.photo:hover {
  opacity: 1;
}
.c-instagram-feed__text, .c-instagram-feed__date, .c-instagram-feed__like-count, .c-instagram-feed__comment-count {
  font-size: 0;
}
.c-instagram-feed__item.photo {
  overflow: hidden;
  display: inline-block;
  margin: 0 10px 20px 10px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  transition: opacity 200ms ease;
  vertical-align: top;
}
@media only screen and (max-width: 975px) {
  .c-instagram-feed__item.photo {
    max-height: 700px;
  }
}
.c-instagram-feed__item.photo img {
  background-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-instagram-feed__item-type-logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 25px;
  height: 25px;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  background-position: -80px -296px;
  z-index: 2;
}
.c-instagram-feed__link {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 100%;
}

/*********************************************************************************/
.social-feed-section {
  text-align: center;
  width: 100%;
  padding-top: 50px;
}
.social-feed-section .heading {
  color: var(--Wayward-BLK, #000);
  text-align: center;
  font-family: "Superior Title";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-51, 51px);
  letter-spacing: 0.76px;
}
.social-feed-section .sub-heading {
  color: var(--Wayward-BLK, #000);
  text-align: center;
  font-family: "EB Garamond";
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-25, 25px);
}
.social-feed-section .slick-slider {
  margin-bottom: 30px;
}
.social-feed-section .social-feed-slider {
  position: relative;
  padding: 40px 100px 60px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 975px) {
  .social-feed-section .social-feed-slider {
    padding: 40px 20px 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .social-feed-section .social-feed-slider {
    padding: 40px 0px 105px;
  }
}
.social-feed-section .social-feed-slider .social-icon {
  position: absolute;
  top: 12px;
  right: 12px;
}
.social-feed-section .social-feed-slider .social-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.admin .preview-item .social-feed-section .social-feed-slider {
  padding: 20px;
}
.social-feed-section .social-feed-slider .promo {
  float: left;
  position: relative;
  overflow: hidden;
  width: 460px;
  height: 300px;
  margin-inline: 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .social-feed-section .social-feed-slider .promo {
    height: 300px;
  }
}
.social-feed-section .social-feed-slider .promo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.social-feed-section .social-feed-slider .promo p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  color: #fff;
  font-weight: 600;
  padding-bottom: 10px;
  background: linear-gradient(to bottom, rgba(32, 45, 76, 0) 0%, rgba(32, 45, 76, 0.22) 22%, rgb(32, 45, 76) 100%);
}
.social-feed-section .social-feed-slider .slick-dots {
  bottom: -45px;
  display: none !important;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .social-feed-section .social-feed-slider .slick-dots {
    display: block !important;
  }
}
.social-feed-section .social-feed-slider .slick-dots li.slick-active button {
  background-color: #000;
}
.social-feed-section .social-feed-slider .slick-dots li button {
  border-color: #000;
}
.social-feed-section .social-feed-slider .slick-dots li button:hover {
  border-color: #E6CBAF;
}

#feeds {
  position: relative;
  margin-bottom: 70px;
  z-index: 10;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #feeds {
    margin-bottom: 40px;
  }
}
#feeds .page-content {
  margin-bottom: 45px;
}
#feeds.loading {
  min-height: 500px;
}
#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: #a0886c;
  border-bottom-color: #a0886c;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .category-selector button {
  position: relative;
  padding-left: 26px;
  margin: 0 18px;
  line-height: 40px;
  font-size: 15px;
  color: #222d4b;
}
#feeds .category-selector button:hover, #feeds .category-selector button.active {
  color: #a0886c;
}
#feeds .category-selector button:before {
  background: url(#000) no-repeat 0 -242px;
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  top: 12px;
  left: 0;
}
#feeds .category-selector button.instagram-button:before {
  background-position: -36px -242px;
}
#feeds .category-selector button.facebook-button:before {
  background-position: -72px -242px;
}
#feeds .category-selector button.blog-button:before {
  background-position: -108px -242px;
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  font-size: 0;
  margin-bottom: 20px;
}
#feeds .feed-items:after {
  clear: both;
  content: "";
  display: table;
}
#feeds .pattern {
  position: relative;
}
#feeds .feed-item {
  position: relative;
  width: 15.1515151515%;
  height: auto !important;
  padding-top: 15%;
  float: left;
  font: 14px/18px "Open Sans", Arial, sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #fafafa;
  color: #975700;
  transition: opacity 300ms ease-in-out;
}
#feeds .feed-item:hover {
  opacity: 0.86;
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  top: 10px;
  background: url("../../images/feeds-sprite.svg") -180px 0 no-repeat;
  z-index: 5;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
#feeds .feed-item.instagram .feed-thumb div {
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  font: 14px/1.3 "Open Sans", Arial, sans-serif;
  text-align: left;
  color: #ffffff;
}
#feeds .feed-item .feed-title {
  font-size: 14px;
  color: #975700;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: underline;
  padding-right: 30px;
  transition: all 300ms ease-in-out;
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 200;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-item.instagram {
  background: #833ab4;
}
#feeds .feed-item.instagram:before {
  background-position: 0 0;
}
#feeds .feed-item.instagram .feed-descr {
  display: none;
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.facebook {
  background: #3b5998;
}
#feeds .feed-item.facebook:before {
  background-position: -50px 0;
}
#feeds .feed-item.twitter {
  background: #657786;
}
#feeds .feed-item.twitter:before {
  background-position: -100px 0;
}
#feeds .feed-item.blog:before {
  background-position: -150px 0;
}
#feeds .feed-item.blog .feed-thumb {
  display: none;
}
#feeds .feed-item.blog h3 {
  color: #975700;
  padding-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: none;
  line-height: 1.3em;
  font-weight: 400;
}
#feeds .feed-item.blog .feed-descr {
  color: #5c574f;
}
#feeds .feed-items.items-per-pattern-2 .feed-item {
  width: 100%;
  padding: 100% 0 0 0;
  margin-bottom: 20px;
}
#feeds .feed-items.items-per-pattern-4 {
  margin: 0 -10px 20px;
}
#feeds .feed-items.items-per-pattern-4 .feed-item {
  width: calc(50% - 20px);
  padding: calc(50% - 20px) 0 0 0;
  margin: 0 10px 20px 10px;
}
#feeds .feed-items.items-per-pattern-6 {
  margin: 0 -10px 20px;
}
#feeds .feed-items.items-per-pattern-6 .feed-item {
  width: calc(33.3333333333% - 20px);
  padding: calc(33.3333333333% - 20px) 0 0 0;
  margin: 0 10px 20px 10px;
}
#feeds .feed-items.items-per-pattern-5 {
  margin: 0 -10px 20px;
}
#feeds .feed-items.items-per-pattern-5 .feed-item {
  width: calc(25% - 20px);
  padding: calc(25% - 20px) 0 0 0;
  margin: 0 10px 20px 10px;
}
#feeds .feed-items.items-per-pattern-9 {
  margin: 0 -10px 20px;
}
#feeds .feed-items.items-per-pattern-9 .feed-item {
  width: calc(16.6666666667% - 20px);
  padding: calc(16.6666666667% - 20px) 0 0 0;
  margin: 0 10px 20px 10px;
}
#feeds .feed-items.items-per-pattern-10 {
  margin: 0 -10px 20px;
}
#feeds .feed-items.items-per-pattern-10 .feed-item {
  width: calc(12.5% - 20px);
  padding: calc(12.5% - 20px) 0 0 0;
  margin: 0 10px 20px 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .pattern, #feeds.all-feeds .feed-items.items-per-pattern-9 .pattern, #feeds.all-feeds .feed-items.items-per-pattern-10 .pattern {
  margin-bottom: 20px;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item, #feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item, #feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item {
  position: absolute;
  margin: 0;
  padding: 0;
  width: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .pattern {
  padding-bottom: 48.4%;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(1) {
  top: 0;
  right: calc(75% + 10px);
  bottom: calc(50% + 10px);
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(2) {
  top: calc(50% + 10px);
  right: calc(75% + 10px);
  bottom: 0;
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(3) {
  top: 0;
  right: calc(25% + 10px);
  bottom: 0;
  left: calc(25% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(3) .feed-descr {
  top: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(4) {
  top: 0;
  right: 10px;
  bottom: calc(50% + 10px);
  left: calc(75% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-5 .feed-item:nth-child(5) {
  top: calc(50% + 10px);
  right: 10px;
  bottom: 0;
  left: calc(75% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .pattern {
  padding-bottom: 32%;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(1) {
  top: 0;
  right: calc(83.33% + 10px);
  bottom: calc(50% + 10px);
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(2) {
  top: calc(50% + 10px);
  right: calc(83.33% + 10px);
  bottom: 0;
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(3) {
  top: 0;
  right: calc(66.66% + 10px);
  bottom: calc(50% + 10px);
  left: calc(16.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(4) {
  top: calc(50% + 10px);
  right: calc(66.66% + 10px);
  bottom: 0;
  left: calc(16.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(5) {
  top: 0;
  right: calc(33.33% + 10px);
  bottom: 0;
  left: calc(33.33% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(5) .feed-descr {
  top: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(6) {
  top: 0;
  right: calc(16.66% + 10px);
  bottom: calc(50% + 10px);
  left: calc(66.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(7) {
  top: calc(50% + 10px);
  right: calc(16.66% + 10px);
  bottom: 0;
  left: calc(66.66% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(8) {
  top: 0;
  right: 10px;
  bottom: calc(50% + 10px);
  left: calc(83.33% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-9 .feed-item:nth-child(9) {
  top: calc(50% + 10px);
  right: 10px;
  bottom: 0;
  left: calc(83.33% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .pattern {
  padding-bottom: 23.9%;
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(1) {
  top: 0;
  right: calc(87.5% + 10px);
  bottom: calc(50% + 10px);
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(2) {
  top: calc(50% + 10px);
  right: calc(87.5% + 10px);
  bottom: 0;
  left: 10px;
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(3) {
  top: 0;
  right: calc(75% + 10px);
  bottom: calc(50% + 10px);
  left: calc(12.5% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(4) {
  top: calc(50% + 10px);
  right: calc(75% + 10px);
  bottom: 0;
  left: calc(12.5% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(5) {
  top: 0;
  right: calc(50% + 10px);
  bottom: 0;
  left: calc(25% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(5) .feed-descr {
  top: auto;
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(6) {
  top: 0;
  right: calc(37.5% + 10px);
  bottom: calc(50% + 10px);
  left: calc(50% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(7) {
  top: calc(50% + 10px);
  right: calc(37.5% + 10px);
  bottom: 0;
  left: calc(50% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(8) {
  top: 0;
  right: calc(25% + 10px);
  bottom: calc(50% + 10px);
  left: calc(62.5% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(9) {
  top: calc(50% + 10px);
  right: calc(25% + 10px);
  bottom: 0;
  left: calc(62.5% + 10px);
}
#feeds.all-feeds .feed-items.items-per-pattern-10 .feed-item:nth-child(10) {
  top: 0;
  right: 10px;
  bottom: 0;
  left: calc(75% + 10px);
}
#feeds.all-feeds .facebook .feed-descr {
  top: 0;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
}

#newsletter {
  position: relative;
  margin-bottom: 0;
}
#newsletter form:after {
  clear: both;
  content: "";
  display: table;
}
#newsletter form p {
  position: relative;
}
#newsletter form p:after {
  clear: both;
  content: "";
  display: table;
}
#newsletter label {
  display: none;
}
.home #newsletter legend {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
#newsletter input[type=text] {
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 148px 0 20px;
  background: #fff;
  font-size: 14px;
  line-height: 50px;
  color: #222d4b;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
}
#newsletter input[type=text]::-webkit-input-placeholder {
  color: #C4C4C4;
  font-style: italic;
}
#newsletter input[type=text]:-moz-placeholder {
  color: #C4C4C4;
  font-style: italic;
}
#newsletter input[type=text]::-moz-placeholder {
  color: #C4C4C4;
  font-style: italic;
}
#newsletter input[type=text]:-ms-input-placeholder {
  color: #C4C4C4;
  font-style: italic;
}
#newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #8C8C8C;
}
#newsletter input[type=text]:focus:-moz-placeholder {
  color: #8C8C8C;
}
#newsletter input[type=text]:focus::-moz-placeholder {
  color: #8C8C8C;
}
#newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #8C8C8C;
}
#newsletter .button {
  position: absolute;
  right: 0;
  top: 0;
}
#newsletter.stayconnected-home {
  background: #9E896B;
  padding: 30px 0;
  color: #fff;
}
#newsletter.stayconnected-home .center-column {
  max-width: 1360px;
  padding: 0 30px;
}
#newsletter.stayconnected-home .center-column.page-content {
  background: none;
}
#newsletter.stayconnected-home h4 {
  display: inline-block;
  font: 700 36px/68px "Oswald", sans-serif;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding-right: 35px;
  margin-right: 35px;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}
@media only screen and (max-width: 1250px) {
  #newsletter.stayconnected-home h4 {
    display: block;
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }
}
#newsletter.stayconnected-home h4:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: #78674F;
}
@media only screen and (max-width: 1250px) {
  #newsletter.stayconnected-home h4:after {
    display: none;
  }
}
#newsletter.stayconnected-home form {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: calc(100% - 335px);
}
@media only screen and (max-width: 1250px) {
  #newsletter.stayconnected-home form {
    display: block;
    width: 100%;
  }
}
#newsletter.stayconnected-home form fieldset:after {
  clear: both;
  content: "";
  display: table;
}
#newsletter.stayconnected-home form legend, #newsletter.stayconnected-home form p {
  display: inline-block;
}
@media only screen and (max-width: 975px) {
  #newsletter.stayconnected-home form legend, #newsletter.stayconnected-home form p {
    display: block;
  }
}
#newsletter.stayconnected-home form legend {
  width: auto;
  float: left;
  font: 400 16px/21px "Open Sans", Arial, sans-serif;
  letter-spacing: 0.3px;
  max-width: 390px;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 975px) {
  #newsletter.stayconnected-home form legend {
    float: none;
    max-width: 100%;
    text-align: center;
  }
}
#newsletter.stayconnected-home form p {
  float: right;
  margin-bottom: 0;
  margin-top: 10px;
}
@media only screen and (max-width: 975px) {
  #newsletter.stayconnected-home form p {
    float: none;
  }
}
#newsletter.stayconnected-home form input[type=text] {
  width: 485px;
}
@media only screen and (max-width: 975px) {
  #newsletter.stayconnected-home form input[type=text] {
    width: 100%;
  }
}
#newsletter.stayconnected-home form input[type=text]::-webkit-input-placeholder {
  color: #C4C4C4;
  text-transform: uppercase;
}
#newsletter.stayconnected-home form input[type=text]:-moz-placeholder {
  color: #C4C4C4;
  text-transform: uppercase;
}
#newsletter.stayconnected-home form input[type=text]::-moz-placeholder {
  color: #C4C4C4;
  text-transform: uppercase;
}
#newsletter.stayconnected-home form input[type=text]:-ms-input-placeholder {
  color: #C4C4C4;
  text-transform: uppercase;
}
#newsletter.stayconnected-home form .button {
  width: 200px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #newsletter.stayconnected-home form .button {
    position: relative;
    width: 100%;
    border-color: #202D4C;
  }
}

#newsletterform {
  position: relative;
  margin-bottom: 0;
}
#newsletterform.stayconnected-home {
  background: #9E896B;
  padding: 30px 0;
  color: #fff;
}
#newsletterform.stayconnected-home .center-column {
  max-width: 1360px;
  padding: 0 30px;
}
#newsletterform.stayconnected-home .center-column.page-content {
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
@media only screen and (max-width: 1400px) {
  #newsletterform.stayconnected-home .center-column.page-content {
    flex-direction: column;
  }
}
#newsletterform.stayconnected-home .center-column.page-content label {
  display: none;
}
#newsletterform.stayconnected-home .center-column.page-content input[type=email] {
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 148px 0 20px;
  background: #fff;
  font-size: 14px;
  line-height: 50px;
  color: #222d4b;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  margin-left: 50px;
}
#newsletterform.stayconnected-home .center-column.page-content input[type=email]::-webkit-input-placeholder {
  color: #C4C4C4;
  font-style: italic;
  text-transform: uppercase;
}
#newsletterform.stayconnected-home .center-column.page-content input[type=email]:-moz-placeholder {
  color: #C4C4C4;
  font-style: italic;
}
#newsletterform.stayconnected-home .center-column.page-content input[type=email]::-moz-placeholder {
  color: #C4C4C4;
  font-style: italic;
}
#newsletterform.stayconnected-home .center-column.page-content input[type=email]:-ms-input-placeholder {
  color: #C4C4C4;
  font-style: italic;
}
#newsletterform.stayconnected-home .center-column.page-content input[type=email]:focus::-webkit-input-placeholder {
  color: #8C8C8C;
}
#newsletterform.stayconnected-home .center-column.page-content input[type=email]:focus:-moz-placeholder {
  color: #8C8C8C;
}
#newsletterform.stayconnected-home .center-column.page-content input[type=email]:focus::-moz-placeholder {
  color: #8C8C8C;
}
#newsletterform.stayconnected-home .center-column.page-content input[type=email]:focus:-ms-input-placeholder {
  color: #8C8C8C;
}
@media only screen and (max-width: 1400px) {
  #newsletterform.stayconnected-home .center-column.page-content input[type=email] {
    margin-left: 0;
  }
}
@media only screen and (max-width: 975px) {
  #newsletterform.stayconnected-home .center-column.page-content input[type=email] {
    margin-left: 0;
  }
}
#newsletterform.stayconnected-home .center-column.page-content div {
  display: flex;
}
#newsletterform.stayconnected-home .center-column.page-content div fieldset {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  #newsletterform.stayconnected-home .center-column.page-content div fieldset {
    display: block;
    width: 100%;
  }
}
#newsletterform.stayconnected-home .center-column.page-content .button.blue {
  padding: 0 50px;
}
#newsletterform.stayconnected-home .center-column h2 {
  display: none;
}
#newsletterform.stayconnected-home .center-column h4 {
  display: inline-block;
  font: 700 36px/68px "Oswald", sans-serif;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding-right: 35px;
  margin-right: 35px;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}
@media only screen and (max-width: 1400px) {
  #newsletterform.stayconnected-home .center-column h4 {
    display: block;
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }
}
#newsletterform.stayconnected-home .center-column h4:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: #78674F;
}
@media only screen and (max-width: 1400px) {
  #newsletterform.stayconnected-home .center-column h4:after {
    display: none;
  }
}
#newsletterform.stayconnected-home .center-column .form-builder-group {
  display: flex;
  width: auto !important;
  margin-top: 0;
}
@media only screen and (max-width: 1400px) {
  #newsletterform.stayconnected-home .center-column .form-builder-group {
    width: 100% !important;
    text-align: center;
    justify-content: center;
  }
}
#newsletterform.stayconnected-home .center-column .form-builder-group .form-builder-field {
  display: flex;
  width: auto !important;
  margin-top: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #newsletterform.stayconnected-home .center-column .form-builder-group .form-builder-field {
    width: 100% !important;
  }
}
#newsletterform.stayconnected-home .center-column .form-builder-group .form-builder-field input {
  width: auto !important;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #newsletterform.stayconnected-home .center-column .form-builder-group .form-builder-field input {
    width: 100% !important;
  }
}
#newsletterform.stayconnected-home legend {
  display: flex;
  width: auto;
  float: left;
  font: 400 16px/21px "Open Sans", Arial, sans-serif;
  letter-spacing: 0.3px;
  max-width: 390px;
  margin: 0;
  padding-right: 40px;
}
@media only screen and (max-width: 1400px) {
  #newsletterform.stayconnected-home legend {
    padding-right: 0;
    max-width: 100%;
    flex-direction: column;
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 975px) {
  #newsletterform.stayconnected-home legend {
    float: none;
    max-width: 100%;
    text-align: center;
    padding-right: 0;
  }
}

.mobile-list {
  display: none;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  color: #151616;
  font-size: 14px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #d0d0d0;
  position: relative;
  text-align: left;
  padding: 0 45px 0 15px;
  margin-bottom: 30px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mobile-list:after {
  content: "";
  position: absolute;
  top: 23px;
  right: 13px;
  width: 15px;
  height: 9px;
  background: url("../images/sprite.svg") 0 -99px no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .mobile-list {
    display: block;
  }
}

.mobilecategoryall {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .mobilecategoryall {
    display: block;
  }
}

.categories-list {
  position: relative;
  padding: 0 40px;
  margin: 30px 0 15px 0;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .categories-list {
    display: none;
    margin-top: -30px;
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
    border-top: 0;
  }
  .categories-list.visible {
    display: block;
  }
}
.categories-list .text {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .categories-list {
    padding: 0;
  }
  .categories-list .inner-wrapper {
    background: #fff;
    border: 1px solid #d4d2d2;
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    z-index: 2;
    box-sizing: border-box;
  }
  .categories-list .inner-wrapper button {
    color: #343841;
    display: block;
    width: 100%;
    height: auto;
    font: 500 12px/30px "Oswald", sans-serif;
    border: 0;
    background: none;
    padding: 0 20px;
    text-decoration: none;
    text-align: left;
  }
  .categories-list .inner-wrapper button.active {
    box-shadow: 0 0 0;
  }
  .categories-list.active .inner-wrapper {
    display: block;
    overflow: visible;
  }
}

.image-list {
  margin-top: 20px;
}
.image-list:after {
  clear: both;
  content: "";
  display: table;
}
.image-list .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  max-width: 849px;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #a0886c;
  box-sizing: border-box;
  padding: 20px;
}
.calendar .image-list .image-list-item {
  width: 100%;
}
@media only screen and (min-width: 1140px) {
  .image-list .image-list-item {
    max-width: 1064px;
  }
}
@media only screen and (max-width: 975px) {
  .image-list .image-list-item {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .image-list .image-list-item {
    max-width: 100%;
    height: 100%;
  }
}
.image-list .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
  box-sizing: border-box;
}
.image-list .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin: -20px -20px -20px 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 975px) {
  .image-list .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .image-list .image-list-item .background {
    width: 100%;
    height: 200px;
    margin: 0 0 10px 0;
  }
}
.image-list .image-list-item .description {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 25px 0 30px 0;
}
@media only screen and (max-width: 975px) {
  .image-list .image-list-item .description {
    padding: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .image-list .image-list-item .description {
    padding: 23px 20px 10px 20px;
    width: 100%;
    text-align: center;
  }
}
.image-list .image-list-item .description h3 {
  font: 24px "Open Sans";
  line-height: 30px;
  color: #151616;
  margin-bottom: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .image-list .image-list-item .description h3 {
    margin-bottom: 5px;
  }
}
.image-list .image-list-item .description h3 a {
  color: #151616;
  text-decoration: none;
}
.image-list .image-list-item .description h3 a:hover {
  color: #a0886c;
}
.image-list .image-list-item .description .time {
  color: #a0886c;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .image-list .image-list-item .description .time {
    margin-bottom: 5px;
  }
}
.image-list .image-list-item .description nav {
  position: absolute;
  bottom: 30px;
  left: 20px;
}
@media only screen and (max-width: 975px) {
  .image-list .image-list-item .description nav {
    bottom: 25px;
    left: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .image-list .image-list-item .description nav {
    position: relative;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .image-list .image-list-item .description nav a {
    margin-bottom: 5px;
  }
}
.image-list.galleries {
  margin: 0 0 0 -5px;
  overflow: hidden;
  font-size: 0;
}
.image-list.galleries .image-list-item {
  float: left;
  max-width: 565px;
  padding: 0 0 5px 5px;
  overflow: hidden;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  border: none;
  height: auto;
}
@media only screen and (max-width: 975px) {
  .image-list.galleries .image-list-item {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .image-list.galleries .image-list-item {
    width: 100%;
  }
}
.image-list.galleries .image-list-item img {
  display: block;
  width: 100%;
}
.image-list.galleries .image-list-item .description {
  background: url(../images/promo-gradient.png) repeat-x 0 100%;
  bottom: 5px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  left: 5px;
  right: 0;
  top: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
}
.image-list.galleries .image-list-item .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}
.image-list.galleries .image-list-item .description .centered {
  display: inline-block;
  vertical-align: bottom;
  width: 99%;
}
.image-list.galleries .image-list-item .description h4 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.image-list.galleries .image-list-item .description a {
  color: #fff;
}
.image-list.galleries .image-list-item .description a:hover {
  color: #fff;
}
.image-list.galleries .image-list-item .description nav a {
  font-style: italic;
  font-size: 14px;
  display: block;
}
.image-list.galleries .image-list-item .description nav {
  position: static;
}
.image-list.galleries .image-list-item .description p {
  font-size: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .image-list.galleries .image-list-item .description p {
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .special .thumbnail {
    margin: 0 0 20px 0;
    float: none;
  }
  .special .thumbnail img {
    width: 100%;
  }
}

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

.hotel-location-map, .poi-map-canvas {
  height: 500px;
  background: #fff;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px/18px "Oswald", sans-serif;
  text-transform: uppercase;
  color: #222d4b;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.pressroom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 43px;
  margin: 52px auto 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pressroom {
    gap: 40px;
  }
}
.pressroom .pressroom-item {
  flex: 0 0 calc(33% - 25.5px);
  height: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 975px) {
  .pressroom .pressroom-item {
    flex: 0 0 calc(50% - 22.5px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pressroom .pressroom-item {
    flex: 0 0 100%;
  }
}
.pressroom .pressroom-item .image {
  width: 100%;
  flex: 0 0 183px;
  height: 183px;
}
.pressroom .pressroom-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.pressroom .pressroom-item .description {
  padding: 18px 24px 44px 24px;
  border: 1px solid #a0886c;
  text-align: center;
  flex: 1 1 100%;
}
.pressroom .pressroom-item .description .time {
  font: 300 14px/30px "Oswald", sans-serif;
  color: #a0886c;
}
.pressroom .pressroom-item .description h2 {
  font-size: 21px;
  line-height: 30px;
  letter-spacing: -0.1px;
  margin: -1px 0 13px 0;
}
.pressroom .pressroom-item .description .descr {
  font: 400 14px/24px "Open Sans", Arial, sans-serif;
  color: #4A4A4A;
  letter-spacing: -0.07px;
}
.pressroom .pressroom-item .description .descr p:last-child {
  margin-bottom: 0;
}
.pressroom .pressroom-item .description .descr a {
  font-weight: 600;
  color: #4A4A4A;
  text-decoration: underline;
}
.pressroom .pressroom-item .description .descr a:hover {
  color: #a0886c;
  text-decoration: underline;
}
.pressroom .pressroom-item.img .description {
  border-top: none;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .galleries .gallery .thumbnail {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
}

.page-content .sitemap-description {
  opacity: 0.8;
  font-size: 86%;
}

.form,
#form_form_8 {
  display: block;
  margin-bottom: 20px;
}
.form .newList a,
#form_form_8 .newList a {
  text-align: left;
}
.form h3,
#form_form_8 h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.form label,
#form_form_8 label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form label,
  #form_form_8 label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
.form label em,
#form_form_8 label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form label small,
#form_form_8 label small {
  font-size: 87%;
  margin-top: 5px;
  display: block;
}
.form p,
#form_form_8 p {
  margin-bottom: 10px;
}
.form p:after,
#form_form_8 p:after {
  content: "";
  display: table;
  clear: both;
}
.form p .ui-datepicker-trigger,
#form_form_8 p .ui-datepicker-trigger {
  margin-top: 13px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form p .ui-datepicker-trigger,
  #form_form_8 p .ui-datepicker-trigger {
    display: none;
  }
}
.form p span,
#form_form_8 p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group,
#form_form_8 p span.checkbox-group {
  margin-bottom: 10px;
  max-width: calc(60% - 30px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form p span.checkbox-group,
  #form_form_8 p span.checkbox-group {
    max-width: none;
  }
}
.form p span.checkbox-group small,
#form_form_8 p span.checkbox-group small {
  font-size: 87%;
  margin-top: 5px;
  margin-left: 20px;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form p span.checkbox-group small,
  #form_form_8 p span.checkbox-group small {
    margin-left: 0px;
  }
}
.form p span input,
#form_form_8 p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label,
#form_form_8 p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label,
#form_form_8 p span.group label {
  display: block;
}
.form p span.group label input,
#form_form_8 p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text],
.form input[type=date],
.form input[type=password],
.form textarea,
.form .selectedTxt,
.form select,
#form_form_8 input[type=text],
#form_form_8 input[type=date],
#form_form_8 input[type=password],
#form_form_8 textarea,
#form_form_8 .selectedTxt,
#form_form_8 select {
  background: #fff;
  color: #53565a;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  font: 400 14px/44px "Open Sans", Arial, sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form input[type=text],
  .form input[type=date],
  .form input[type=password],
  .form textarea,
  .form .selectedTxt,
  .form select,
  #form_form_8 input[type=text],
  #form_form_8 input[type=date],
  #form_form_8 input[type=password],
  #form_form_8 textarea,
  #form_form_8 .selectedTxt,
  #form_form_8 select {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form .selectedTxt,
  .form select,
  #form_form_8 .selectedTxt,
  #form_form_8 select {
    width: 100%;
    box-sizing: border-box;
  }
}
.form textarea,
#form_form_8 textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px 20px;
}
.form input[type=checkbox],
.form input[type=radio],
#form_form_8 input[type=checkbox],
#form_form_8 input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 1px;
}
.form .newListSelected,
#form_form_8 .newListSelected {
  width: 250px;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form .newListSelected,
  #form_form_8 .newListSelected {
    float: none;
    width: 100%;
  }
}
.form input.date-pick,
#form_form_8 input.date-pick {
  width: 100px;
  float: left;
  height: 45px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form input.date-pick,
  #form_form_8 input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}
.form a.dp-choose-date,
#form_form_8 a.dp-choose-date {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
.form .controls p,
#form_form_8 .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form .controls p,
  #form_form_8 .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button,
#form_form_8 .controls .button {
  margin-left: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form .controls .button,
  #form_form_8 .controls .button {
    display: inline-block;
    margin: 0;
  }
}
.form .g-recaptcha > div,
#form_form_8 .g-recaptcha > div {
  margin-left: calc(40% + 20px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form .g-recaptcha > div,
  #form_form_8 .g-recaptcha > div {
    margin: 0 auto;
  }
}
.form#golf-rfp label,
#form_form_8#golf-rfp label {
  width: 35%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form#golf-rfp label,
  #form_form_8#golf-rfp label {
    width: 100% !important;
  }
}
.form#golf-rfp input[type=text],
.form#golf-rfp input[type=date],
.form#golf-rfp input[type=password],
.form#golf-rfp textarea,
.form#golf-rfp .selectedTxt,
.form#golf-rfp select,
#form_form_8#golf-rfp input[type=text],
#form_form_8#golf-rfp input[type=date],
#form_form_8#golf-rfp input[type=password],
#form_form_8#golf-rfp textarea,
#form_form_8#golf-rfp .selectedTxt,
#form_form_8#golf-rfp select {
  width: 450px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form#golf-rfp input[type=text],
  .form#golf-rfp input[type=date],
  .form#golf-rfp input[type=password],
  .form#golf-rfp textarea,
  .form#golf-rfp .selectedTxt,
  .form#golf-rfp select,
  #form_form_8#golf-rfp input[type=text],
  #form_form_8#golf-rfp input[type=date],
  #form_form_8#golf-rfp input[type=password],
  #form_form_8#golf-rfp textarea,
  #form_form_8#golf-rfp .selectedTxt,
  #form_form_8#golf-rfp select {
    width: 100%;
  }
}
.form#golf-rfp input[type=text]#last_name,
.form#golf-rfp input[type=date]#last_name,
.form#golf-rfp input[type=password]#last_name,
.form#golf-rfp textarea#last_name,
.form#golf-rfp .selectedTxt#last_name,
.form#golf-rfp select#last_name,
#form_form_8#golf-rfp input[type=text]#last_name,
#form_form_8#golf-rfp input[type=date]#last_name,
#form_form_8#golf-rfp input[type=password]#last_name,
#form_form_8#golf-rfp textarea#last_name,
#form_form_8#golf-rfp .selectedTxt#last_name,
#form_form_8#golf-rfp select#last_name {
  margin-bottom: 0px;
}
.form#golf-rfp label[for*=player_last_name_],
#form_form_8#golf-rfp label[for*=player_last_name_] {
  width: auto;
  margin: 12px 10px 10px 15px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form#golf-rfp label[for*=player_last_name_],
  #form_form_8#golf-rfp label[for*=player_last_name_] {
    margin: 0 0 10px;
  }
}
.form#golf-rfp p[id*=row_player_last_name_] input,
.form#golf-rfp p[id*=row_player_first_name_] input,
#form_form_8#golf-rfp p[id*=row_player_last_name_] input,
#form_form_8#golf-rfp p[id*=row_player_first_name_] input {
  width: 176px;
  float: left;
}
.form#golf-rfp p[id*=row_player_last_name_] input[class*=required],
.form#golf-rfp p[id*=row_player_first_name_] input[class*=required],
#form_form_8#golf-rfp p[id*=row_player_last_name_] input[class*=required],
#form_form_8#golf-rfp p[id*=row_player_first_name_] input[class*=required] {
  width: 169px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form#golf-rfp p[id*=row_player_last_name_] input,
  .form#golf-rfp p[id*=row_player_first_name_] input,
  #form_form_8#golf-rfp p[id*=row_player_last_name_] input,
  #form_form_8#golf-rfp p[id*=row_player_first_name_] input {
    width: 100% !important;
  }
}
.form#golf-rfp .names-title,
#form_form_8#golf-rfp .names-title {
  margin: 20px 0px 20px calc(35% + 20px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form#golf-rfp .names-title,
  #form_form_8#golf-rfp .names-title {
    margin-left: 0px;
  }
}
.form#golf-rfp .tee-time,
#form_form_8#golf-rfp .tee-time {
  margin: -2px 0px 10px calc(35% + 20px);
  font-size: 12px;
  line-height: 14px;
  color: #888888;
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form#golf-rfp .tee-time,
  #form_form_8#golf-rfp .tee-time {
    margin-left: 0px;
  }
}
.form#golf-rfp .newListItemDisabled,
#form_form_8#golf-rfp .newListItemDisabled {
  color: #cecece;
  cursor: not-allowed;
  pointer-events: none;
}

.error {
  color: red;
}

.form-builder-group:has(.meeting-checkbox) {
  margin-left: 40%;
}
@media screen and (max-width: 1200px) {
  .form-builder-group:has(.meeting-checkbox) {
    margin-left: 0%;
  }
}

.form-builder-field:has(.meeting-checkbox) {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-inline: 20px;
}
.form-builder-field:has(.meeting-checkbox) label {
  width: -moz-fit-content !important;
  width: fit-content !important;
  text-align: left !important;
  margin-top: 5px !important;
  position: relative;
}
.form-builder-field:has(.meeting-checkbox) label span {
  position: absolute;
  z-index: 9999 !important;
  left: -38px;
}

.form-builder-field:has(.meeting-btn) {
  text-align: center !important;
}
.form-builder-field:has(.meeting-btn) input[type=submit] {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.form-builder-field:has(span.group.radio-group) span.group.radio-group {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.form-builder-field:has(span.group.radio-group) p {
  display: flex;
  align-items: center;
  gap: 6px;
}
.form-builder-field:has(span.group.radio-group) p label {
  margin-top: 0px !important;
  text-align: left !important;
}

#form_form_8 legend {
  width: 100%;
  display: block;
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  color: #222d4b;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 21px;
}
#form_form_8 fieldset {
  margin-bottom: 20px;
}
#form_form_8 .js-recaptcha-box .formError {
  margin-top: -20px !important;
}
#form_form_8 .form-builder-group .form-builder-field:has(.js-recaptcha-box) {
  margin-top: 0 !important;
  padding-top: 20px;
}
#form_form_8 .js-recaptcha-box:has(.recaptcha-checkbox-checked) .formError {
  display: none !important;
}

#form_form_2 .form-builder-group {
  margin-top: 0 !important;
  flex-wrap: nowrap !important;
}
#form_form_2 .form-builder-group .form-builder-field {
  margin-top: 0 !important;
}
#form_form_2 .form-builder-group .form-builder-field input:not([type=file]) {
  width: 100% !important;
  outline: none !important;
}
#form_form_2 #form_module_container_success {
  position: absolute;
  top: -54px;
  width: 100%;
}

#stayconnected:has(#form_form_2) {
  position: relative;
}

#poi {
  text-align: center;
  padding: 35px 0 0;
  position: relative;
}
@media only screen and (max-width: 975px) {
  #poi {
    padding-top: 60px;
  }
}
#poi label {
  display: none;
}

.poi-controls-block {
  margin: 0 auto;
  position: relative;
  top: 60px;
  z-index: 1;
}
.poi-controls-block:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 975px) {
  .poi-controls-block {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}

.poi-controls-wrapper {
  text-align: center;
  width: 410px;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  background: #a0886c;
}
@media only screen and (max-width: 975px) {
  .poi-controls-wrapper {
    float: none;
    width: 100%;
  }
  .poi-controls-wrapper:after {
    clear: both;
    content: "";
    display: table;
  }
}
.poi-controls-wrapper h2 {
  color: #fff;
  font: 36px/40px "Playfair Display", sans-serif;
  text-transform: uppercase;
  width: 163px;
  margin-bottom: 0;
  float: left;
}
@media screen and (max-width: 380px) {
  .poi-controls-wrapper h2 {
    width: 100%;
    float: none;
  }
}

.poi-slider-container {
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font: 16px/16px "Open Sans", Arial, sans-serif;
  position: relative;
  text-transform: uppercase;
  width: 163px;
  height: 80px;
  padding: 8px 30px;
  border: 1px solid #fff;
  float: right;
  display: none;
}
@media screen and (max-width: 380px) {
  .poi-slider-container {
    float: none;
  }
}
.poi-slider-container div {
  font: 11px/16px "Open Sans", Arial, sans-serif;
}
.poi-slider-container .distance {
  color: #fff;
  font: 30px/1 "Oswald", sans-serif;
  text-transform: uppercase;
}
.poi-slider-container .zoomin, .poi-slider-container .zoomout {
  box-sizing: border-box;
  display: block;
  height: 30px;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  text-indent: -100em;
  text-align: left;
  width: 30px;
}
.poi-slider-container .zoomin:after, .poi-slider-container .zoomout:after {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  left: calc(50% - 11px);
  position: absolute;
  top: 50%;
  width: 23px;
}
.poi-slider-container .zoomin:hover, .poi-slider-container .zoomout:hover {
  background: #fff;
}
.poi-slider-container .zoomin:hover:after, .poi-slider-container .zoomout:hover:after {
  background: #a0886c;
}
.poi-slider-container .zoomin:hover:before, .poi-slider-container .zoomout:hover:before {
  background: #a0886c;
}
.poi-slider-container .zoomin {
  left: auto;
  right: 10px;
}
.poi-slider-container .zoomin:before {
  background: #fff;
  content: "";
  display: block;
  height: 23px;
  left: 50%;
  position: absolute;
  top: calc(50% - 11px);
  width: 1px;
}

#poi-map {
  background-color: #dedede;
  height: calc(100vh - 300px);
  max-height: 720px;
  position: relative;
  width: 100%;
}
.small-poi #poi-map {
  height: calc(100vh - 100px);
}
@media only screen and (max-width: 975px) {
  #poi-map {
    height: 50vh;
  }
  .small-poi #poi-map {
    height: calc(50vh - 100px);
  }
}
#poi-map .map-content {
  padding: 20px;
  background: #fff;
  max-width: 300px;
}

#poi-overlay {
  background: #fff;
  box-sizing: border-box;
  width: calc(100% - 410px);
  height: 120px;
  float: right;
  padding-left: 15px;
}
@media only screen and (max-width: 975px) {
  #poi-overlay {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #poi-overlay {
    height: 90px;
    padding: 20px;
  }
}
#poi-overlay .category-selector {
  margin: 0;
}
#poi-overlay .category-selector:after {
  clear: both;
  content: "";
  display: table;
}
#poi-overlay .category-selector .button {
  color: #567996;
  height: 60px;
  text-align: left;
  line-height: 14px;
  width: 20%;
  float: left;
  padding: 0 0 0 45px;
  font-size: 12px;
  border: none;
  box-sizing: border-box;
  white-space: normal;
}
@media only screen and (max-width: 975px) {
  #poi-overlay .category-selector .button {
    padding: 0 0 0 40px;
  }
}
#poi-overlay .category-selector .button:after {
  background: url(../images/poi-icons.svg) no-repeat 10px -355px;
  content: "";
  display: block;
  height: 33px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 40px;
  transform: scale(0.75);
}
#poi-overlay .category-selector .button.icon-id-1:after {
  background-position: 6px -5px;
}
#poi-overlay .category-selector .button.icon-id-1.active:after {
  background-position: -64px -5px;
}
#poi-overlay .category-selector .button.icon-id-2:after {
  background-position: 9px -55px;
}
#poi-overlay .category-selector .button.icon-id-2.active:after {
  background-position: -61px -55px;
}
#poi-overlay .category-selector .button.icon-id-3:after {
  background-position: -1px -105px;
}
#poi-overlay .category-selector .button.icon-id-3.active:after {
  background-position: -71px -105px;
}
#poi-overlay .category-selector .button.icon-id-4:after {
  background-position: 8px -155px;
}
#poi-overlay .category-selector .button.icon-id-4.active:after {
  background-position: -62px -155px;
}
#poi-overlay .category-selector .button.icon-id-5:after {
  background-position: 6px -205px;
}
#poi-overlay .category-selector .button.icon-id-5.active:after {
  background-position: -64px -205px;
}
#poi-overlay .category-selector .button.icon-id-6:after {
  background-position: 2px -255px;
}
#poi-overlay .category-selector .button.icon-id-6.active:after {
  background-position: -68px -255px;
}
#poi-overlay .category-selector .button.icon-id-7:after {
  background-position: 2px -305px;
}
#poi-overlay .category-selector .button.icon-id-7.active:after {
  background-position: -68px -305px;
}
#poi-overlay .category-selector .button.icon-id-8:after {
  background-position: 2px -405px;
  top: 13px;
}
#poi-overlay .category-selector .button.icon-id-8.active:after {
  background-position: -68px -405px;
}
#poi-overlay .category-selector .button.icon-id-17:after {
  background-position: 9px -55px;
}
#poi-overlay .category-selector .button.icon-id-17.active:after {
  background-position: -61px -55px;
}
#poi-overlay .category-selector .button.icon-id-999 {
  padding: 0 0 0 10px;
}
#poi-overlay .category-selector .button.icon-id-999:after {
  display: none;
}
#poi-overlay .category-selector .button:first-child {
  border-left: 0;
}
#poi-overlay .category-selector .button:before {
  display: none;
}
#poi-overlay .category-selector .button:hover {
  background-color: #fff;
  color: #a0886c;
}
#poi-overlay .category-selector .button.active {
  background-color: #fff;
  color: #222d4b;
}
#poi-overlay .category-selector .newListSelected {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #poi-overlay .category-selector .newListSelected {
    display: block;
  }
}
#poi-overlay .category-selector .newListSelected .selectedTxt {
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border: 1px solid #a0886c;
}
#poi-overlay .category-selector .newListSelected .newList {
  min-height: 100px;
}
#poi-overlay .poi-slider {
  display: none;
}

.poi-map {
  z-index: 0 !important;
}

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

.leaflet-top {
  z-index: 0;
}

.calendar .page-content {
  padding: 0 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .calendar .page-content {
    padding: 0 10px;
  }
  .calendar .page-content .thumbnail {
    margin: 0 0 10px 0;
  }
  .calendar .page-content .thumbnail img {
    width: 100%;
  }
}

#calendar {
  background: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #calendar {
    font-size: 12px;
  }
}

#calendar-header {
  margin: 0 20px 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDCDC;
}
#calendar-header:after {
  clear: both;
  content: "";
  display: table;
}

#calendar-links {
  float: left;
}
#calendar-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #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 (min-width: 0px) and (max-width: 768px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #4A4A4A;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #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: #a0886c;
}
#calendar-views a:active {
  color: #567996;
}
#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-title {
  float: left;
  font: 600 16px/21px "Open Sans", Arial, sans-serif;
  color: #202D4C;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .calendar-title {
    float: none;
  }
}

#calendar-filter {
  float: right;
}
#calendar-filter label {
  vertical-align: middle;
  display: inline-block;
}
#calendar-filter .sSelect_calendar-category-filter {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #a0886c;
}
#calendar-filter .selectedTxt:after {
  top: 14px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #calendar-filter {
    margin-top: 10px;
    float: none;
  }
  #calendar-filter .selectedTxt {
    padding-left: 40px;
  }
  #calendar-filter .selectedTxt:after {
    top: 14px;
  }
}
#calendar-filter .SSContainerDivWrapper {
  left: auto !important;
  right: 0;
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #calendar-breadcrumb {
    padding: 10px;
  }
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
  color: #53565a;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: 1px solid #b7b7b7;
  color: #b7b7b7;
}
#calendar-year a:hover {
  border-color: #343841;
  color: #343841;
}
#calendar-year .active a {
  border-color: #a0886c;
  color: #a0886c;
}
#calendar-year .active a:hover {
  border-color: #151616;
  color: #151616;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
}
#calendar-month li {
  display: block;
  flex-grow: 6;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #calendar-month li.not-active {
    display: none;
  }
}
#calendar-month li.arrow a {
  border: none;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
}
#calendar-month li.arrow a:hover {
  background: none;
}
#calendar-month li.arrow a:hover:after {
  border-color: #202D4C !important;
}
#calendar-month li.arrow a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #9E896B;
  position: absolute;
  left: 50%;
  top: 50%;
}
#calendar-month li.arrow a.next:after {
  border-right: 2px solid #9E896B;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#calendar-month li.arrow a.prev:after {
  border-left: 2px solid #9E896B;
  transform: translate(-50%, -50%) rotate(45deg);
}
#calendar-month li:not(.arrow) a:before {
  content: "";
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: border-color 100ms;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
}
#calendar-month a {
  display: block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #9E896B;
  border: 1px solid #9E896B;
  position: relative;
}
@media only screen and (max-width: 975px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #a0886c;
  color: #fff;
}
#calendar-month a:hover:before {
  display: block !important;
  border-top-color: #a0886c !important;
}
#calendar-month a.active {
  background: #202D4C;
  border: 1px solid #202D4C;
  color: #fff;
}
#calendar-month a.active:before {
  display: block !important;
  border-top-color: #202D4C !important;
}
#calendar-month a.active:hover {
  background: #595756;
  border: 1px solid #595756;
  color: #fff;
}
#calendar-month a.active:hover:before {
  display: block !important;
  border-top-color: #595756 !important;
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation h2 {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #eee;
}
#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: block;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: newspaper;
}
#calendar-week:after, #calendar-days:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-week li, #calendar-days li {
  display: inline-block;
  width: 13%;
}

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #595756;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (max-width: 975px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #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;
  border: 1px solid #e2e2e2;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #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: #222d4b;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  border: 1px solid #f1f1f1;
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #595756;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#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;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #calendar-days dl.hide {
    display: block !important;
  }
}
#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: #a0886c;
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #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.5%;
}
#calendar-days dl.w3 dt {
  width: 323%;
}
#calendar-days dl.w4 dt {
  width: 434.5%;
}
#calendar-days dl.w5 dt {
  width: 546%;
}
#calendar-days dl.w6 dt {
  width: 657.5%;
}
#calendar-days dl.w7 dt {
  width: 769%;
}
#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: 20px;
  background: #fff;
  color: #717272;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  bottom: -13px;
  height: 14px;
  text-align: center;
}
#calendar-days dl dd .triangle span {
  display: inline-block;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
  margin-left: 93px;
}
#calendar-days dl dd h3 {
  color: #717272;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

#calendar.list-view h2 a:hover {
  text-decoration: underline;
}
#calendar.list-view .calendar-list {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
#calendar.list-view .calendar-list.hidden {
  display: none;
}
#calendar.list-view .calendar-list .calendar-list-item {
  display: inline-block;
  height: 320px;
  width: calc((100% - 11px) / 4);
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  text-align: left;
  background-color: #222d4b;
}
@media only screen and (max-width: 975px) {
  #calendar.list-view .calendar-list .calendar-list-item {
    width: calc((100% - 10px) / 2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #calendar.list-view .calendar-list .calendar-list-item {
    width: 100%;
  }
}
#calendar.list-view .calendar-list .calendar-list-item:hover .background:before {
  opacity: 1;
}
#calendar.list-view .calendar-list .calendar-list-item .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#calendar.list-view .calendar-list .calendar-list-item .background:after, #calendar.list-view .calendar-list .calendar-list-item .background:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#calendar.list-view .calendar-list .calendar-list-item .background:after {
  opacity: 1;
  transition: opacity 200ms ease;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.02+0,0.8+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#05000000", endColorstr="#cc000000",GradientType=0 ); /* IE6-9 */
}
#calendar.list-view .calendar-list .calendar-list-item .background:before {
  opacity: 0;
  transition: opacity 200ms ease;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#202d4c+0,202d4c+22,202d4c+100&0.67+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(32, 45, 76, 0.67) 0%, rgba(32, 45, 76, 0.74) 22%, rgb(32, 45, 76) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ab202d4c", endColorstr="#202d4c",GradientType=0 ); /* IE6-9 */
}
#calendar.list-view .calendar-list .calendar-list-item .description {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  z-index: 1;
}
#calendar.list-view .calendar-list .calendar-list-item .description .cat-name {
  font: bold 13px/18px "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 5px;
}
#calendar.list-view .calendar-list .calendar-list-item .description h3, #calendar.list-view .calendar-list .calendar-list-item .description h3 a {
  color: #fff;
  font: 700 19px/26px "Playfair Display", sans-serif;
  letter-spacing: 1.1px;
  text-decoration: none;
  margin-bottom: 15px;
}
#calendar.list-view .calendar-list .calendar-list-item .description .dates {
  font: 600 14px/19px "Open Sans", Arial, sans-serif;
  font-style: italic;
  letter-spacing: 1.1px;
  padding-left: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#calendar.list-view .calendar-list .calendar-list-item .description .dates abbr {
  text-decoration: none;
}
#calendar.list-view .calendar-list .calendar-list-item .description .times abbr {
  text-transform: uppercase;
  text-decoration: none;
}
#calendar.list-view .calendar-list .calendar-list-item .description .event-link {
  display: block;
  margin-top: 10px;
}

#calendar .dates,
#calendar .attachment {
  font-style: italic;
  font-size: 0.9em;
}

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

#cal-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(32, 45, 76, 0.92);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: opacity 200ms ease;
}
#cal-popup.open {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
#cal-popup .popup-wrapper {
  width: 80vw;
  max-width: 890px;
  height: 80vh;
  padding: 25px 45px;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #cal-popup .popup-wrapper {
    padding: 25px;
    width: calc(100% - 44px);
  }
}
#cal-popup .popup-wrapper .close-btn {
  position: absolute;
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 50%;
  top: -21px;
  right: -21px;
  overflow: hidden;
  text-indent: -999px;
  z-index: 100;
}
#cal-popup .popup-wrapper .close-btn:before, #cal-popup .popup-wrapper .close-btn:after {
  content: "";
  height: 3px;
  width: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #202D4C;
  transform-origin: center center;
}
#cal-popup .popup-wrapper .close-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#cal-popup .popup-wrapper .close-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#cal-popup .popup-wrapper .close-btn:hover {
  background: #202D4C;
}
#cal-popup .popup-wrapper .close-btn:hover:before, #cal-popup .popup-wrapper .close-btn:hover:after {
  background: #fff;
}
#cal-popup .upper-wrapper {
  width: calc(100% + 90px);
  margin: -25px 0 0 -45px;
}
#cal-popup .upper-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #cal-popup .upper-wrapper {
    width: calc(100% + 50px);
    margin: -25px 0 0 -25px;
  }
}
#cal-popup .upper-wrapper .left-image, #cal-popup .upper-wrapper .right-image {
  display: inline-block;
  font-size: 0;
  width: 50%;
  height: 330px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#cal-popup .upper-wrapper .left-image img, #cal-popup .upper-wrapper .right-image img {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #cal-popup .upper-wrapper .left-image, #cal-popup .upper-wrapper .right-image {
    width: 100%;
    height: 180px;
  }
}
#cal-popup .upper-wrapper .right-image {
  background-image: url("../images/popup-title-bg.jpg");
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #cal-popup .upper-wrapper .right-image {
    z-index: 2;
    background-image: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(32, 45, 76, 0.5);
  }
}
#cal-popup .upper-wrapper .right-image .inner-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
#cal-popup .upper-wrapper .right-image .inner-wrapper div {
  font: 400 16px/16px "Open Sans", Arial, sans-serif;
  color: #fff;
  text-align: center;
}
#cal-popup .upper-wrapper .right-image .inner-wrapper div.event-category {
  text-transform: uppercase;
  font: 700 15px/15px "Open Sans", Arial, sans-serif;
  margin-bottom: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #cal-popup .upper-wrapper .right-image .inner-wrapper div.event-category {
    font: 500 13px/13px "Open Sans", Arial, sans-serif;
  }
}
#cal-popup .upper-wrapper .right-image .inner-wrapper div.event-title {
  text-transform: capitalize;
  font: 600 28px/38px "Open Sans", Arial, sans-serif;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
#cal-popup .upper-wrapper .right-image .inner-wrapper div.event-title:after {
  content: "";
  width: 116px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -58px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #cal-popup .upper-wrapper .right-image .inner-wrapper div.event-title {
    font: 600 20px/25px "Open Sans", Arial, sans-serif;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
#cal-popup .upper-wrapper .right-image .inner-wrapper div.event-date {
  font: italic 600 16px/22px "Open Sans", Arial, sans-serif;
  margin-bottom: 5px;
}
#cal-popup .upper-wrapper .right-image .inner-wrapper div.event-time {
  font: 500 16px/22px "Open Sans", Arial, sans-serif;
}
#cal-popup .text-wrapper {
  position: absolute;
  left: 50%;
  padding-top: 35px;
  height: calc(100% - 380px);
  width: 83%;
  overflow: auto;
  transform: translateX(-50%);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #cal-popup .text-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    height: calc(100% - 210px);
    text-align: center;
  }
}
#cal-popup .text-wrapper p:empty {
  display: none;
}
#cal-popup .text-wrapper .social-links {
  background: rgba(204, 204, 204, 0.1);
  line-height: 20px;
  margin: -40px 0 20px;
  padding: 20px 25px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #cal-popup .text-wrapper .social-links {
    margin: -14px 0 10px;
    padding: 10px 15px;
    text-align: center;
  }
}
#cal-popup .text-wrapper .social-links .social-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 20px;
}
#cal-popup .text-wrapper .social-links iframe {
  display: inline-block;
  width: 70px;
  height: 20px;
  vertical-align: top;
  margin-right: 5px;
}
#cal-popup .text-wrapper .social-links iframe.tweet {
  width: 62px;
}
#cal-popup .text-wrapper .social-links a {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
#cal-popup .text-wrapper .social-links a:hover {
  opacity: 0.5;
}
#cal-popup .text-wrapper .social-links a.pin-it-button {
  height: 20px;
}
#cal-popup .text-wrapper .social-links a.mail-link {
  background: url("../images/sprite.svg") -118px -350px;
  width: 25px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
}
#cal-popup .text-wrapper nav {
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #cal-popup .text-wrapper nav {
    float: none;
  }
}
#cal-popup .text-wrapper .button {
  margin-right: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #cal-popup .text-wrapper .button {
    margin-left: 0;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    width: 100%;
  }
}
#cal-popup .text-wrapper.page-content h2 {
  font: 600 21px/29px "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
}
#cal-popup .text-wrapper.page-content h2:empty {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #cal-popup .text-wrapper.page-content p {
    margin-bottom: 10px;
  }
}

@media print {
  .print #header,
  .print #photos,
  .print #booking,
  .print #footer {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}