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

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

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

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

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

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

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

.ui-datepicker {
  display: none;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
body > .ui-datepicker {
  z-index: 30;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 20px);
  }
}

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

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

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

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

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #000;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #a9a9a9;
}
.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #ccc;
}
.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #D97442;
  color: #fff;
}

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

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #82C0CE;
  /* a color that fits the widget theme */
  color: #000;
  /* a color that is readeable with the color above */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.welcome-content {
  width: 100%;
  position: relative;
  padding: 145px 0 90px;
  background-color: #0F4C81;
  text-align: center;
  overflow: hidden;
}
.property .welcome-content {
  padding: 135px 0 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .property .welcome-content {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .property .welcome-content {
    padding: 30px 0;
  }
}
.welcome-content:after {
  content: "";
  background: url("../images/watermark.png") no-repeat 50% 50%;
  background-size: contain;
  width: 500px;
  height: 493px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .welcome-content {
    padding: 60px 0;
  }
  .welcome-content:after {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-content {
    padding: 30px 0;
  }
  .welcome-content:after {
    width: 100%;
    height: auto;
  }
}
.welcome-content .center-column {
  max-width: 875px;
  padding: 0 20px;
  z-index: 1;
}
.property .welcome-content .center-column {
  max-width: 640px;
}
.welcome-content h2 {
  color: #75D4E3;
  font: 28px/1.3 "ThirstyRough", serif;
  font-size: 4vw;
  position: relative;
  margin: 0 auto 25px;
}
@media (max-width: 600px) {
  .welcome-content h2 {
    font-size: 24px;
  }
}
@media (min-width: 700px) {
  .welcome-content h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-content h2 {
    line-height: 1.2;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.welcome-content h3 {
  color: #fff;
  font: 500 32px/1.2 "Oswald", sans-serif;
  font-size: 3.25vw;
  position: relative;
  margin: 0 auto;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 615.3846153846px) {
  .welcome-content h3 {
    font-size: 20px;
  }
}
@media (min-width: 984.6153846154px) {
  .welcome-content h3 {
    font-size: 32px;
  }
}
.welcome-content p {
  color: #fff;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .welcome-content p {
    font-size: 14px;
  }
}

.lets-chat-layout {
  position: relative;
  z-index: 10;
  min-height: 450px;
  width: 100%;
  background: #0F4C81 url("../images/waves.png") repeat 50% 50%;
  text-align: center;
  margin-top: 11px;
}
.home .lets-chat-layout {
  margin-top: 0;
}
.home .lets-chat-layout:before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .lets-chat-layout {
    padding: 60px 0 60px;
    min-height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .lets-chat-layout {
    min-height: 320px;
    padding: 30px 0 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}
.lets-chat-layout:before {
  content: "";
  height: 11px;
  width: 100%;
  background: url("../images/border.jpg") 0 0 repeat-x;
  position: absolute;
  left: 0;
  top: -11px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .lets-chat-layout:before {
    background: url("../images/mobile-border.jpg") 0 0 repeat-x;
  }
}
.lets-chat-layout .thumb {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.lets-chat-layout .thumb:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.lets-chat-layout .chat-content {
  max-width: 700px;
  padding: 0 20px;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .lets-chat-layout .chat-content {
    position: relative;
    top: auto;
    transform: none;
    padding: 20px;
  }
}
.lets-chat-layout h3 {
  color: #fff;
  font: 500 40px/46px "Oswald", sans-serif;
  font-size: 3.25vw;
  position: relative;
  margin: 0 auto 29px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-shadow: 0px 1px 16px rgba(0, 0, 0, 0.8);
}
@media (max-width: 615.3846153846px) {
  .lets-chat-layout h3 {
    font-size: 20px;
  }
}
@media (min-width: 984.6153846154px) {
  .lets-chat-layout h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .lets-chat-layout h3 {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.lets-chat-layout .button {
  padding: 0 46px;
}
.lets-chat-layout .learn-more {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: top;
  font: 700 18px/60px "Karla", sans-serif;
}
.lets-chat-layout .learn-more:hover {
  text-decoration: underline;
}
.lets-chat-layout a {
  display: inline-block;
  margin: 0 25px;
}
@media only screen and (max-width: 767px) {
  .lets-chat-layout a {
    display: block;
  }
}

.events-single-acm,
.events-all-property-acm {
  padding: 90px 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .events-single-acm,
.events-all-property-acm {
    padding: 60px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .events-single-acm,
.events-all-property-acm {
    padding: 30px 0 30px;
  }
}
.events-single-acm:after,
.events-all-property-acm:after {
  content: "";
  position: absolute;
  background: #0F4C81 url("../images/waves.png") repeat 50% 50%;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 58%;
  z-index: -1;
}
.events-single-acm .h1-like,
.events-all-property-acm .h1-like {
  margin-bottom: 15px;
}
.events-single-acm .event.swiper-slide,
.events-all-property-acm .event.swiper-slide {
  margin: 0;
}

.events-all-property-acm.events-slider .slideshow {
  overflow: visible;
}
.events-all-property-acm .no-events {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 100px;
  line-height: 40px;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .events-all-property-acm .no-events {
    margin-bottom: 0;
    color: #fff;
  }
}
.events-all-property-acm .center-column {
  max-width: 100%;
}
.events-all-property-acm .h1-like {
  display: inline-block;
  text-align: center;
  left: 50%;
}
@media only screen and (max-width: 1023px) {
  .events-all-property-acm .h1-like {
    margin-bottom: 20px;
    display: block;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .events-all-property-acm .h1-like {
    margin-bottom: 15px;
  }
}
.events-all-property-acm .select-wrapper {
  position: absolute;
  right: 40px;
  top: -5px;
}
.events-all-property-acm .select-wrapper select {
  min-width: 320px;
}
@media only screen and (max-width: 1023px) {
  .events-all-property-acm .select-wrapper {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
  .events-all-property-acm .select-wrapper select {
    min-width: auto;
  }
}
.events-all-property-acm label {
  display: none;
}
.events-all-property-acm .select-wrapper {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .events-all-property-acm .select-wrapper {
    margin-bottom: 20px;
  }
}
.events-all-property-acm .swiper-buffer {
  height: 0;
  overflow: hidden;
}

.destinations-acm {
  position: relative;
  margin-bottom: 110px;
  padding-top: 136px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .destinations-acm {
    margin-bottom: 50px;
    padding-top: 71px;
  }
}
@media only screen and (max-width: 767px) {
  .destinations-acm {
    margin-bottom: 30px;
    padding-top: 51px;
  }
}
.destinations-acm:before {
  content: "";
  height: 11px;
  width: 100%;
  background: url("../images/border.jpg") 0 0 repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .destinations-acm:before {
    background: url("../images/mobile-border.jpg") 0 0 repeat-x;
  }
}
.destinations-acm ul li::before {
  display: none;
}
.destinations-acm .center-column {
  max-width: 1330px;
  padding: 0;
  text-align: left;
  font-size: 0;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .destinations-acm .center-column {
    margin: 0;
  }
}
.destinations-acm .h1-like {
  margin-bottom: 54px;
}
@media only screen and (max-width: 767px) {
  .destinations-acm .h1-like {
    margin-bottom: 30px;
  }
}
.destinations-acm .hotel-item {
  max-height: 670px;
  width: calc(33.3% - 40px);
  margin: 0 20px 20px;
  vertical-align: top;
  text-align: left;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .destinations-acm .hotel-item {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .destinations-acm .hotel-item {
    text-align: center;
    width: calc(100% - 40px);
    margin-bottom: 10px;
  }
}
.destinations-acm .hotel-item .hotel-status {
  font: 700 18px/24px "Karla", sans-serif;
  color: #D97442;
  text-transform: uppercase;
  display: block;
  transition: all 350ms ease-in-out;
  letter-spacing: 1px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .destinations-acm .hotel-item .hotel-status {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .destinations-acm .hotel-item .hotel-status {
    font-size: 16px;
    line-height: 20px;
  }
}
.destinations-acm .hotel-item .property-descr {
  padding: 27px 22px 20px 22px;
}
@media only screen and (max-width: 767px) {
  .destinations-acm .hotel-item .property-descr {
    padding: 20px 0;
  }
}
.destinations-acm .hotel-item h3 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 0;
  transition: all 350ms ease-in-out;
}
.destinations-acm .hotel-item h3 a {
  text-decoration: none;
  transition: all 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .destinations-acm .hotel-item h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .destinations-acm .hotel-item h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
.destinations-acm .hotel-item .address {
  font: 500 23px/1 "Oswald", sans-serif;
  color: #0F4C81;
  text-transform: uppercase;
  display: block;
  transition: all 350ms ease-in-out;
  margin-bottom: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .destinations-acm .hotel-item .address {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .destinations-acm .hotel-item .address {
    font-size: 16px;
  }
}
.destinations-acm .hotel-item .address a {
  margin-left: 12px;
  font-size: 13px;
  line-height: 13px;
}
.destinations-acm .hotel-item .thumb-wrapper {
  position: relative;
  width: 100%;
  height: 312px;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .destinations-acm .hotel-item .thumb-wrapper {
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.destinations-acm .hotel-item .thumb {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 350ms ease-in-out;
  background-color: #0F4C81;
}
.destinations-acm .hotel-item .thumb:hover {
  transform: scale(1.1);
}
.destinations-acm .hotel-item .thumb a {
  text-indent: -9999em;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.destinations-acm .hotel-item .buttons-wrapper {
  transition: all 350ms ease-in-out;
}
.destinations-acm .hotel-item .buttons-wrapper .button {
  background: none;
  border: 1px solid #0F4C81;
  color: #0F4C81;
  height: 36px;
  font: 500 13px/33px "Oswald", sans-serif;
  padding: 0 27px;
  margin-right: 10px;
}
.destinations-acm .hotel-item .buttons-wrapper .button:first-child {
  margin-right: 10px;
}
.destinations-acm .hotel-item .buttons-wrapper .button:hover {
  background: #D97442;
  color: #fff;
  border-color: transparent;
}
.destinations-acm .hotel-item.inactive .thumb {
  filter: grayscale(100%);
}
.destinations-acm .hotel-item.inactive .thumb:hover {
  transform: none;
}
.destinations-acm .hotel-item.inactive h3, .destinations-acm .hotel-item.inactive .hotel-status, .destinations-acm .hotel-item.inactive .address {
  color: #393939;
}
.destinations-acm .hotel-item:hover.inactive .thumb {
  filter: none;
}
.destinations-acm .hotel-item:hover.inactive .thumb:hover {
  transform: scale(1);
}
.destinations-acm .hotel-item:hover.inactive .hotel-status {
  color: #D97442;
}
.destinations-acm .hotel-item:hover.inactive h3, .destinations-acm .hotel-item:hover.inactive .address {
  color: #0F4C81;
}

.discover-compass #content {
  background: url("../images/wood-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .discover-compass .center-column {
    text-align: center;
  }
}
.discover-compass .main-content {
  max-width: 1162px;
  padding: 0 20px;
  position: relative;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  .discover-compass .main-content {
    margin-bottom: 0;
  }
}
.discover-compass .main-content:after {
  content: "";
  background: url("../images/watermark.png") no-repeat 50% 50%;
  background-size: contain;
  width: 500px;
  height: 493px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -45px 0 0 190px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .discover-compass .main-content:after {
    margin-left: 0;
  }
}
.discover-compass .main-content > .page-content {
  text-align: left;
  max-width: 580px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .discover-compass .main-content > .page-content {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .discover-compass .main-content > .page-content {
    max-width: 100%;
    text-align: center;
  }
}
.discover-compass .main-content p {
  font-size: 16px;
}
.discover-compass .destinations-acm {
  margin: 0;
}
.discover-compass .destinations-acm .select-wrapper {
  top: 8px;
  right: 23px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .discover-compass .destinations-acm .select-wrapper {
    min-width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .discover-compass .destinations-acm .select-wrapper {
    position: relative;
    top: auto;
    width: calc(100% - 20px);
    right: auto;
    margin: 0 auto 20px;
  }
}
.discover-compass .destinations-acm .select-wrapper select {
  min-width: 320px;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .discover-compass .destinations-acm .select-wrapper select {
    min-width: auto;
  }
}
.discover-compass .destinations-acm .select-wrapper .select-icon {
  border-bottom: 2px solid #D8D8D8;
  border-left: 2px solid #D8D8D8;
  width: 12px;
  height: 12px;
  right: 20px;
  border-top: transparent;
  transform: rotate(-45deg) translateY(-50%);
  border-right: transparent;
  margin-top: -3px;
}
.discover-compass .destinations-acm .hotel-item {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .discover-compass .destinations-acm .hotel-item {
    margin-bottom: 10px;
  }
}
.discover-compass .destinations-acm .hotel-item.hide {
  display: none;
}
.discover-compass .properties-wrapper {
  display: inline-block;
}

.restaurants-slider {
  position: relative;
  height: 680px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .restaurants-slider {
    height: auto;
    min-height: 390px;
  }
}
.restaurants-slider .slideshow, .restaurants-slider .slideshow-wrapper {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .restaurants-slider .slideshow-pagination {
    bottom: 15px;
  }
}
.restaurants-slider .center-column {
  max-width: 1366px;
  padding: 0;
  height: 100%;
}
.restaurants-slider .slide {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #0F4C81;
}
@media only screen and (max-width: 767px) {
  .restaurants-slider .slide {
    height: auto;
  }
}
.restaurants-slider .slide:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  max-width: 884px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#80000000",GradientType=1 );
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .restaurants-slider .slide:after {
    background: rgba(0, 0, 0, 0.5);
    filter: none;
  }
}
.restaurants-slider .slide:before {
  content: "";
  width: 100%;
  height: 230px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#8f000000",GradientType=0 );
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .restaurants-slider .slide:before {
    display: none;
  }
}
.restaurants-slider .description {
  position: absolute;
  top: 50%;
  right: 135px;
  width: 350px;
  min-height: 300px;
  margin-top: -17px;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  background-color: #0F4C81;
  padding: 56px 48px;
}
@media only screen and (max-width: 767px) {
  .restaurants-slider .description {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
    text-align: center;
    padding: 30px 20px;
    width: 100%;
    background: linear-gradient(180deg, rgba(15, 76, 129, 0.7) 50%, rgba(15, 76, 129, 0) 100%);
  }
}
.restaurants-slider .description h3 {
  font: 500 40px/54px "Oswald", sans-serif;
  font-size: 3.25vw;
  text-transform: uppercase;
  margin-bottom: 17px;
}
@media (max-width: 523.0769230769px) {
  .restaurants-slider .description h3 {
    font-size: 17px;
  }
}
@media (min-width: 1230.7692307692px) {
  .restaurants-slider .description h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .restaurants-slider .description h3 {
    margin-bottom: 0;
  }
}
.restaurants-slider .description .button {
  border: 1px solid #fff;
  background: none;
  margin-top: 43px;
}
@media only screen and (max-width: 767px) {
  .restaurants-slider .description .button {
    margin-top: 15px;
  }
}
.restaurants-slider .description .button:hover {
  border-color: #0F4C81;
  background: #0F4C81;
}
.restaurants-slider .name {
  position: absolute;
  left: 30px;
  bottom: 24px;
  color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .restaurants-slider .name {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 auto 30px;
    text-align: center;
    width: 80%;
  }
}
.restaurants-slider .name h4 {
  font: 28px/42px "ThirstyRough", serif;
  color: #fff;
}
.restaurants-slider .name .location {
  text-transform: uppercase;
  font: 12px/24px "Karla", sans-serif;
}

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

.poi-acm {
  background-image: url("../images/wood_texture.jpg");
  padding: 105px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .poi-acm {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .poi-acm {
    padding: 30px 0;
  }
}
.poi-acm > .center-column {
  max-width: 1260px;
}
.poi-acm .header-block:before {
  content: "";
  background-image: url("../images/inkstamp.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 230px;
  height: 150px;
  position: absolute;
  top: 128px;
  right: 4px;
  z-index: 10;
  transition: all 350ms ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .poi-acm .header-block:before {
    width: 329px;
    height: 209px;
    top: 128px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .poi-acm .header-block:before {
    width: 230px;
    height: 150px;
    right: 10px;
    top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .poi-acm .header-block:before {
    width: 120px;
    height: 77px;
    top: 75px;
    right: 5px;
  }
}
.poi-acm .page-content .h1-like {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .poi-acm .page-content .h1-like {
    margin-bottom: 0;
  }
}
.poi-acm .map-wrapper {
  position: relative;
}
.poi-acm .map-title-wrapper {
  max-width: 1260px;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  height: 18px;
  left: 0;
  right: 0;
  top: calc(82% - 1px);
  text-align: right;
  bottom: 0;
  font-size: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .poi-acm .map-title-wrapper {
    top: calc(86% - 2px);
  }
}
@media only screen and (max-width: 767px) {
  .poi-acm .map-title-wrapper {
    top: calc(83% + 2px);
  }
}
.poi-acm .map-title {
  font: 14px/1 "Halohandletter", serif;
  padding-right: 18px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.home-poi {
  max-width: 1320px;
  padding: 50px 0 70px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.home-poi:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 1023px) {
  .home-poi {
    padding-top: 75px;
  }
}
.home-poi:before {
  content: "";
  width: 755px;
  height: 49px;
  background: url("../images/map-bg-top.png") 0 0 no-repeat;
  position: absolute;
  left: 77px;
  top: 4px;
}
@media only screen and (max-width: 1023px) {
  .home-poi:before {
    top: 34px;
  }
}
.home-poi .map-shadow {
  position: absolute;
  max-width: 1260px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1023px) {
  .home-poi .map-shadow {
    top: 75px;
  }
}
.home-poi .poi-wrap {
  position: relative;
  max-width: 1260px;
  height: 667px;
  border: 28px solid #fff;
  margin: 0 auto;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .home-poi .poi-wrap {
    height: 456px;
  }
}
.home-poi .poi-wrap:before {
  content: "";
  width: 30px;
  height: 313px;
  background: url("../images/map-bg-right.png") 0 0 no-repeat;
  position: absolute;
  right: -58px;
  top: 108px;
}
@media only screen and (max-width: 1023px) {
  .home-poi .poi-wrap:before {
    display: none;
  }
}
.home-poi .poi-wrap:after {
  content: "";
  width: 459px;
  height: 70px;
  background: url("../images/map-bg-bottom.png") 0 0 no-repeat;
  position: absolute;
  right: -10px;
  bottom: -98px;
}
.home-poi .poi-wrap .horizontal-borders, .home-poi .poi-wrap .vertical-borders {
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  z-index: 1;
}
.home-poi .poi-wrap .horizontal-borders:before, .home-poi .poi-wrap .horizontal-borders:after, .home-poi .poi-wrap .vertical-borders:before, .home-poi .poi-wrap .vertical-borders:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.home-poi .poi-wrap .horizontal-borders:before, .home-poi .poi-wrap .horizontal-borders:after {
  background: url("../images/map-horizontal-border.jpg") 0 0 repeat-x;
  width: 100%;
  height: 4px;
}
@media only screen and (max-width: 767px) {
  .home-poi .poi-wrap .horizontal-borders:before, .home-poi .poi-wrap .horizontal-borders:after {
    background: url("../images/map-horizontal-border-mobile.jpg") 0 0 repeat-x;
  }
}
.home-poi .poi-wrap .horizontal-borders:after {
  top: auto;
  bottom: 0;
}
.home-poi .poi-wrap .vertical-borders:before, .home-poi .poi-wrap .vertical-borders:after {
  background: url("../images/map-vertical-border.jpg") 0 0 repeat-y;
  width: 4px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .home-poi .poi-wrap .vertical-borders:before, .home-poi .poi-wrap .vertical-borders:after {
    background: url("../images/map-vertical-border-mobile.jpg") 0 0 repeat-y;
  }
}
.home-poi .poi-wrap .vertical-borders:after {
  top: 0;
  left: auto;
  right: 0;
}
.home-poi .poi-wrap .map-content {
  padding: 0;
}
.home-poi .poi-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.home-poi .poi-overlay {
  background: #fff;
  position: absolute;
  left: 25px;
  top: 25px;
  width: 277px;
  height: 562px;
  text-align: center;
  padding: 39px 26px 39px 26px;
  z-index: 3;
  overflow: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-poi .poi-overlay {
    left: 0;
    padding: 39px 15px 39px 15px;
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .home-poi .poi-overlay {
    width: calc(100% + 36px);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: -100px;
    height: auto;
    padding: 0;
    transform: translateX(-50%);
  }
}
.home-poi .poi-overlay .category-selector {
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-poi .poi-overlay .category-selector {
    width: 100%;
    display: inline-block;
  }
}
.home-poi .poi-overlay .category-selector button {
  font: 500 16px/22px "Oswald", sans-serif;
  display: block;
  width: 100%;
  color: #0F4C81;
  height: auto;
  text-align: center;
  padding: 25px 30px 25px 20px;
  border: none;
  background: none;
  margin: 0;
  transition: all 350ms ease-in-out;
}
.home-poi .poi-overlay .category-selector button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D8D8D8;
}
.home-poi .poi-overlay .category-selector button:after {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0F4C81;
  transition: all 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-poi .poi-overlay .category-selector button {
    font-size: 13px;
    padding: 0 30px 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .home-poi .poi-overlay .category-selector button:before {
    bottom: 20px;
  }
}
.home-poi .poi-overlay .category-selector button.active {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-poi .poi-overlay .category-selector button.active {
    padding-bottom: 40px;
  }
}
.home-poi .poi-overlay .category-selector button.active:after {
  transform: rotate(180deg);
}
.home-poi .poi-overlay .category-selector button.last-child:before {
  display: none;
}
.home-poi .poi-overlay .category-selector button.last-child.active:before {
  display: block;
}
.home-poi .poi-overlay .category-selector button.last-child ul:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .home-poi .poi-overlay .category-selector button {
    display: none;
  }
}
.home-poi .poi-overlay .category-selector ul {
  overflow-y: auto;
  max-height: 0;
  transition: all 350ms ease-in-out;
  position: relative;
}
.home-poi .poi-overlay .category-selector ul.active {
  max-height: 150px;
  border-bottom: 2px solid #D8D8D8;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-poi .poi-overlay .category-selector ul.active {
    padding-bottom: 32px;
  }
  .home-poi .poi-overlay .category-selector ul:after {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-poi .poi-overlay .category-selector ul {
    display: none;
  }
}
.home-poi .poi-overlay .category-selector ul li {
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.home-poi .poi-overlay .category-selector ul li a {
  font: 400 14px/17px "Karla", sans-serif;
  display: inline-block;
  color: #393939;
  white-space: normal;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-poi .poi-overlay .category-selector ul li a {
    font-size: 13px;
  }
}
.home-poi .poi-overlay .category-selector ul li a.active, .home-poi .poi-overlay .category-selector ul li a:hover {
  color: #0F4C81;
}
.home-poi .poi-map {
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .home-poi .poi-map {
    height: 400px;
  }
}
.home-poi .elements-wrapper {
  top: -19vw;
  bottom: auto;
  z-index: -1;
}
.home-poi .cloud {
  background-size: cover;
  width: 290px;
  height: 151px;
  left: -38px;
  top: 1.5vw;
  z-index: -1;
}

.poi-property.poi-acm .header-block-second {
  margin-top: 70px;
}
.poi-property.poi-acm .header-block-second .h1-like {
  padding-top: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .poi-property.poi-acm .header-block-second .h1-like {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .poi-property.poi-acm .header-block-second .h1-like {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .poi-property.poi-acm .header-block-second {
    display: none;
  }
}
.poi-property.poi-acm .map-title-wrapper {
  top: 883px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .poi-property.poi-acm .map-title-wrapper {
    top: 833px;
  }
}
@media only screen and (max-width: 767px) {
  .poi-property.poi-acm .map-title-wrapper {
    top: 578px;
  }
}
.poi-property.poi-acm .map-tabs {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .poi-property.poi-acm .map-tabs {
    display: none;
  }
}
.poi-property.poi-acm .map-tabs .category-tab {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  padding: 65px 130px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .poi-property.poi-acm .map-tabs .category-tab {
    padding: 45px 40px 10px;
  }
}
.poi-property.poi-acm .map-tabs .category-tab.active {
  display: block;
  opacity: 1;
  visibility: visible;
  position: relative;
}
.poi-property.poi-acm .map-tabs .category-tab .title h3 {
  color: #289646;
  text-transform: uppercase;
  margin-bottom: 37px;
  font: 600 27px/27px "Karla", sans-serif;
}
@media only screen and (max-width: 767px) {
  .poi-property.poi-acm .map-tabs .category-tab .title h3 {
    margin-bottom: 20px;
  }
}
.poi-property.poi-acm .map-tabs .category-tab > p {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .poi-property.poi-acm .map-tabs .category-tab > p {
    margin-bottom: 30px;
  }
}
.poi-property.poi-acm .map-tabs .category-tab .pin-listing {
  width: 100%;
}
.poi-property.poi-acm .map-tabs .category-tab .pin-listing:after {
  clear: both;
  content: "";
  display: table;
}
.poi-property.poi-acm .map-tabs .category-tab .pin-listing li {
  width: calc((100% - 76px) / 3);
  min-height: 400px;
  margin-bottom: 45px;
  float: left;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
  transition: border 350ms ease-in-out;
  border-radius: 6px;
  margin-right: 38px;
}
.poi-property.poi-acm .map-tabs .category-tab .pin-listing li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .poi-property.poi-acm .map-tabs .category-tab .pin-listing li {
    width: calc((100% - 38px) / 2);
    margin-bottom: 36px;
  }
  .poi-property.poi-acm .map-tabs .category-tab .pin-listing li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .poi-property.poi-acm .map-tabs .category-tab .pin-listing li:nth-child(3n) {
    margin-right: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .poi-property.poi-acm .map-tabs .category-tab .pin-listing li {
    width: 100%;
    margin-right: 0 !important;
  }
}
.poi-property.poi-acm .map-tabs .category-tab .pin-listing li:hover, .poi-property.poi-acm .map-tabs .category-tab .pin-listing li.active {
  border: 2px solid #0F4C81;
  border-radius: 6px;
}
.poi-property.poi-acm .map-tabs .category-tab .pin-listing li .thumbnail {
  width: 100%;
  height: 210px;
  background-color: #ccc;
  background-size: cover;
  background-position: 50% 50%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .poi-property.poi-acm .map-tabs .category-tab .pin-listing li .thumbnail {
    height: 150px;
  }
}
.poi-property.poi-acm .map-tabs .category-tab .pin-listing li .thumbnail img {
  display: none;
}
.poi-property.poi-acm .map-tabs .category-tab .pin-listing li .thumbnail.no-image {
  background-image: url("../images/logo.svg");
  background-size: auto auto;
  background-repeat: no-repeat;
}
.poi-property.poi-acm .map-tabs .category-tab .pin-listing li .content-wrapper {
  background: #fff;
  position: relative;
  padding: 90px 90px 30px 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.poi-property.poi-acm .map-tabs .category-tab .pin-listing li h3 {
  font: 500 23px/1.2 "Oswald", sans-serif;
  position: absolute;
  top: 20px;
  color: #0F4C81;
  text-transform: uppercase;
  max-width: calc(100% - 40px);
}
.poi-property.poi-acm .map-tabs .category-tab .pin-listing li p {
  line-height: 1.5;
  font-size: 16px;
}
.poi-property.poi-acm .map-tabs .category-tab .pin-listing li a {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 15px;
}
.poi-property.poi-acm .map-tabs .category-tab .pin-listing li a:hover {
  text-decoration: underline;
}
.poi-property.poi-acm .map-tabs .category-tab .pin-listing li .times {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.poi-property.poi-acm .map-tabs .category-tab .pin-listing li .full-content {
  display: none;
}

.specials-all-property-acm {
  background: url("../images/wood-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 110px 0 115px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-all-property-acm {
    padding: 60px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-all-property-acm {
    padding: 30px 0 30px;
  }
}
.specials-all-property-acm .center-column {
  max-width: 100%;
}
.specials-all-property-acm .h1-like {
  display: inline-block;
  text-align: center;
  left: 50%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .specials-all-property-acm .h1-like {
    margin-bottom: 20px;
    display: block;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .specials-all-property-acm .h1-like {
    margin-bottom: 15px;
  }
}
.specials-all-property-acm label {
  display: none;
}
.specials-all-property-acm .select-wrapper {
  position: absolute;
  right: 40px;
  top: -5px;
  margin-bottom: 30px;
}
.specials-all-property-acm .select-wrapper select {
  min-width: 320px;
  background: transparent;
}
@media only screen and (max-width: 1023px) {
  .specials-all-property-acm .select-wrapper {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 20px;
  }
}
.specials-all-property-acm .swiper-buffer {
  height: 0;
  overflow: hidden;
}
.specials-all-property-acm .slideshow-block {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.specials-all-property-acm .slideshow {
  margin: 0 auto;
  max-width: 1120px;
  overflow: hidden;
}
.specials-all-property-acm .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.specials-all-property-acm .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  max-width: 760px;
  height: auto;
  border-radius: 10px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-all-property-acm .slide {
    max-width: 660px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-all-property-acm .slide {
    max-width: 100%;
  }
}
.specials-all-property-acm .slide .inner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.specials-all-property-acm .slide .inner-wrapper .thumbnail-wrapper {
  width: 100%;
  height: 480px;
  position: relative;
  margin: 0 0 50px 0;
  z-index: 2;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-all-property-acm .slide .inner-wrapper .thumbnail-wrapper {
    height: 420px;
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .specials-all-property-acm .slide .inner-wrapper .thumbnail-wrapper {
    height: auto;
    padding-bottom: 56.25vw;
    margin: 0 0 20px 0;
  }
}
.specials-all-property-acm .slide .inner-wrapper .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #0F4C81;
  border: 20px solid #fff;
  border-radius: 4px;
  transition: all 350ms ease-in-out;
}
.specials-all-property-acm .slide .inner-wrapper .thumbnail img {
  z-index: 3;
}
.specials-all-property-acm .slide .inner-wrapper .thumbnail:after {
  content: "";
  background: url("../images/watermark.png") no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-all-property-acm .slide .inner-wrapper .thumbnail {
    height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-all-property-acm .slide .inner-wrapper .thumbnail {
    border-radius: 0;
    border: 10px solid #fff;
  }
}
.specials-all-property-acm .slide .inner-wrapper .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #0F4C81;
  border-bottom-color: #0F4C81;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.specials-all-property-acm .slide .inner-wrapper .copy-wrapper {
  padding: 0 30px 0;
  background: transparent;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .specials-all-property-acm .slide .inner-wrapper .copy-wrapper {
    padding: 0 15px 0;
  }
}
.specials-all-property-acm .slide .inner-wrapper .copy-wrapper h3 {
  color: #0F4C81;
  font: 500 32px/1 "Oswald", sans-serif;
  font-size: 2.4vw;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 666.6666666667px) {
  .specials-all-property-acm .slide .inner-wrapper .copy-wrapper h3 {
    font-size: 16px;
  }
}
@media (min-width: 1333.3333333333px) {
  .specials-all-property-acm .slide .inner-wrapper .copy-wrapper h3 {
    font-size: 32px;
  }
}
.specials-all-property-acm .slide .inner-wrapper .copy-wrapper h3 a {
  text-decoration: none;
}
.specials-all-property-acm .slide .inner-wrapper .copy-wrapper h3 a:hover {
  text-decoration: underline;
}
.specials-all-property-acm .slide .inner-wrapper .copy-wrapper p {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .specials-all-property-acm .slide .inner-wrapper .copy-wrapper p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.specials-all-property-acm .slide .inner-wrapper .copy-wrapper .on-img-property {
  margin: -90px 0 0 0;
  z-index: 9999999;
  position: absolute;
  right: 30%;
  transition: none;
  top: 70%;
  background-color: #0F4C81;
  border-color: #0F4C81;
}
.specials-all-property-acm .slide .inner-wrapper .copy-wrapper .controls {
  display: block;
  text-align: center;
  overflow: hidden;
}
.specials-all-property-acm .slide .inner-wrapper .copy-wrapper .controls .button + .button {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .specials-all-property-acm .slide .inner-wrapper .copy-wrapper .controls .button {
    padding: 0 10px;
  }
}
.specials-all-property-acm .slide.swiper-slide-active, .specials-all-property-acm .slide.swiper-slide-duplicate-active {
  z-index: 1;
  opacity: 1;
}
.specials-all-property-acm .slide.swiper-slide-active .copy-wrapper, .specials-all-property-acm .slide.swiper-slide-duplicate-active .copy-wrapper {
  opacity: 1;
}
.specials-all-property-acm .slide.swiper-slide-next .thumbnail-wrapper .thumbnail, .specials-all-property-acm .slide.swiper-slide-duplicate-next .thumbnail-wrapper .thumbnail {
  left: -520px;
  transform: rotate(5deg) scale(0.8);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-all-property-acm .slide.swiper-slide-next .thumbnail-wrapper .thumbnail, .specials-all-property-acm .slide.swiper-slide-duplicate-next .thumbnail-wrapper .thumbnail {
    left: -80%;
  }
}
@media only screen and (max-width: 767px) {
  .specials-all-property-acm .slide.swiper-slide-next .thumbnail-wrapper .thumbnail, .specials-all-property-acm .slide.swiper-slide-duplicate-next .thumbnail-wrapper .thumbnail {
    left: auto;
    transform: none;
  }
}
.specials-all-property-acm .slide.swiper-slide-prev .thumbnail-wrapper .thumbnail, .specials-all-property-acm .slide.swiper-slide-duplicate-prev .thumbnail-wrapper .thumbnail {
  left: 520px;
  transform: rotate(-5deg) scale(0.8);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-all-property-acm .slide.swiper-slide-prev .thumbnail-wrapper .thumbnail, .specials-all-property-acm .slide.swiper-slide-duplicate-prev .thumbnail-wrapper .thumbnail {
    left: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .specials-all-property-acm .slide.swiper-slide-prev .thumbnail-wrapper .thumbnail, .specials-all-property-acm .slide.swiper-slide-duplicate-prev .thumbnail-wrapper .thumbnail {
    left: auto;
    transform: none;
  }
}
.specials-all-property-acm .slideshow-controls .button-wrapper {
  position: absolute;
  top: 0;
  width: calc(50% - 380px);
  height: 480px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-all-property-acm .slideshow-controls .button-wrapper {
    width: calc(50% - 330px);
    height: 420px;
  }
}
.specials-all-property-acm .slideshow-controls .button-wrapper.previous {
  left: 0;
}
.specials-all-property-acm .slideshow-controls .button-wrapper.next {
  right: 0;
}
.specials-all-property-acm .slideshow-controls .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .specials-all-property-acm .slideshow-controls .slideshow-button {
    display: none;
  }
}
.specials-all-property-acm .slideshow-controls .slideshow-button svg {
  position: absolute;
  top: 9px;
  width: 16px;
  height: 18px;
  fill: #0F4C81;
  transition: fill 350ms ease-in-out;
}
.specials-all-property-acm .slideshow-controls .slideshow-button:hover svg {
  fill: #D97442;
}
.specials-all-property-acm .slideshow-controls .slideshow-button.next {
  right: 0;
}
.specials-all-property-acm .slideshow-controls .slideshow-button.next svg {
  right: 7px;
}
@media only screen and (max-width: 1360px) {
  .specials-all-property-acm .slideshow-controls .slideshow-button.next {
    right: 50px;
  }
}
.specials-all-property-acm .slideshow-controls .slideshow-button.previous {
  left: 0;
}
.specials-all-property-acm .slideshow-controls .slideshow-button.previous svg {
  left: 7px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 1360px) {
  .specials-all-property-acm .slideshow-controls .slideshow-button.previous {
    left: 50px;
  }
}
.specials-all-property-acm .view-all-button {
  margin-top: 65px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-all-property-acm .view-all-button {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-all-property-acm .view-all-button {
    margin-top: 20px;
  }
}

.specials-single-acm {
  padding: 135px 20px 125px;
  background: url("../images/wood-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.specials-single-acm:before {
  content: "";
  background: url(../images/border.jpg) 0 0 repeat-x;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 11px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-single-acm {
    padding: 60px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-single-acm {
    padding: 30px 0 30px;
  }
}
.specials-single-acm .center-column {
  max-width: 600px;
}
.specials-single-acm .acm-block-content {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .specials-single-acm .acm-block-content {
    padding-bottom: 0;
  }
}
.specials-single-acm .h1-like {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .specials-single-acm .h1-like {
    margin-bottom: 10px;
  }
}
.specials-single-acm .specials-slider {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .specials-single-acm .specials-slider {
    padding: 0;
  }
}
.specials-single-acm .specials-slider .slideshow-button {
  margin-top: -80px;
}
.specials-single-acm .specials-slider .slideshow-button.previous {
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-single-acm .specials-slider .slideshow-button.previous {
    left: 8px;
  }
}
.specials-single-acm .specials-slider .slideshow-button.next {
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-single-acm .specials-slider .slideshow-button.next {
    right: 8px;
  }
}
.specials-single-acm .slideshow {
  margin: 0 auto;
  max-width: 1130px;
  overflow: hidden;
}
.specials-single-acm .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.specials-single-acm .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: calc(50% - 30px);
  margin: 0 15px;
  height: 630px;
  border: 20px solid #fff;
  background-color: #fff;
  border-radius: 4px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-single-acm .slide {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-single-acm .slide {
    width: 100%;
    height: auto;
    border-width: 10px;
    border-radius: 0;
    margin: 0;
  }
}
.specials-single-acm .slide .inner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.specials-single-acm .slide .inner-wrapper .thumbnail-wrapper {
  width: 100%;
  height: 375px;
  position: relative;
  z-index: 2;
  left: 0;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-single-acm .slide .inner-wrapper .thumbnail-wrapper {
    height: 350px;
    margin: 0 0 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  .specials-single-acm .slide .inner-wrapper .thumbnail-wrapper {
    height: auto;
    padding-bottom: 56.25vw;
    margin: 0 0 15px 0;
  }
}
.specials-single-acm .slide .inner-wrapper .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  border-radius: 4px;
  background-color: #0F4C81;
}
.specials-single-acm .slide .inner-wrapper .thumbnail img {
  z-index: 3;
}
.specials-single-acm .slide .inner-wrapper .thumbnail:after {
  content: "";
  background: url("../images/watermark.png") no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 4px;
}
.specials-single-acm .slide .inner-wrapper .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #0F4C81;
  border-bottom-color: #0F4C81;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.specials-single-acm .slide .inner-wrapper .copy-wrapper {
  padding: 0 10px 0;
  background: transparent;
  box-sizing: border-box;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 1120px) {
  .specials-single-acm .slide .inner-wrapper .copy-wrapper {
    padding: 0 15px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .specials-single-acm .slide .inner-wrapper .copy-wrapper {
    padding: 0 15px;
  }
}
.specials-single-acm .slide .inner-wrapper .copy-wrapper h3 {
  color: #0F4C81;
  font: 500 32px/1 "Oswald", sans-serif;
  font-size: 2.4vw;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 666.6666666667px) {
  .specials-single-acm .slide .inner-wrapper .copy-wrapper h3 {
    font-size: 16px;
  }
}
@media (min-width: 1333.3333333333px) {
  .specials-single-acm .slide .inner-wrapper .copy-wrapper h3 {
    font-size: 32px;
  }
}
.specials-single-acm .slide .inner-wrapper .copy-wrapper h3 a {
  text-decoration: none;
}
.specials-single-acm .slide .inner-wrapper .copy-wrapper h3 a:hover {
  text-decoration: underline;
}
.specials-single-acm .slide .inner-wrapper .copy-wrapper p {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .specials-single-acm .slide .inner-wrapper .copy-wrapper p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.specials-single-acm .slide .inner-wrapper .copy-wrapper .controls {
  display: flex;
  gap: 0 10px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .specials-single-acm .slide .inner-wrapper .copy-wrapper .controls {
    margin-bottom: 10px;
  }
}
.specials-single-acm .view-all-button {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-single-acm .view-all-button {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-single-acm .view-all-button {
    margin-top: 20px;
  }
}

.accommodations-home {
  margin: 122px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accommodations-home {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-home {
    margin: 30px 0;
  }
}
.accommodations-home .center-column {
  max-width: 1440px;
  padding: 0;
  display: flex;
  flex-flow: wrap;
  min-height: 610px;
}
@media only screen and (max-width: 1023px) {
  .accommodations-home .center-column {
    flex-flow: unset;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-home .center-column {
    display: block;
    min-height: 100%;
  }
}
.accommodations-home .galleries-wrapper {
  width: calc(56% - 3px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .accommodations-home .galleries-wrapper {
    width: calc(100% - 20px);
    padding: 0 0 56.25vw;
    margin: 0 auto 20px;
  }
}
.accommodations-home .galleries-wrapper .gallery-block {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
}
.accommodations-home .galleries-wrapper .gallery-block.active {
  visibility: visible;
  opacity: 1;
}
.accommodations-home .galleries-wrapper .gallery-block .slideshow, .accommodations-home .galleries-wrapper .gallery-block .slideshow-wrapper {
  height: 100%;
}
.accommodations-home .galleries-wrapper .gallery-block .slideshow .thumb, .accommodations-home .galleries-wrapper .gallery-block .slideshow-wrapper .thumb {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.accommodations-home .galleries-wrapper .gallery-block .slideshow .thumb video, .accommodations-home .galleries-wrapper .gallery-block .slideshow-wrapper .thumb video {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
  transition: opacity 350ms ease-in;
}
.accommodations-home .slideshow-button.previous {
  left: 20px;
}
.accommodations-home .slideshow-button.next {
  right: 20px;
}
.accommodations-home .content-block {
  text-align: left;
  width: 100%;
  margin-left: 40px;
  max-width: 400px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  transition: margin-left 350ms ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .accommodations-home .content-block {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .accommodations-home .content-block {
    margin-left: 20px;
    max-width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-home .content-block {
    margin-left: 0;
    max-width: 100%;
    text-align: center;
    padding: 0 20px;
  }
}
.accommodations-home .content-block .h1-like {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .accommodations-home .content-block .h1-like {
    margin-bottom: 10px;
  }
}
.accommodations-home .content-block .copy {
  margin-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .accommodations-home .content-block .copy {
    margin-bottom: 20px;
  }
}
.accommodations-home .category-list {
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .accommodations-home .category-list {
    margin-bottom: 0;
  }
}
.accommodations-home .category-list button {
  display: block;
  color: #0F4C81;
  text-transform: uppercase;
  font: 500 23px/1 "Oswald", sans-serif;
  padding: 0 0 17px 15px;
  border-bottom: 1px solid #D8D8D8;
  width: 100%;
  text-align: left;
  margin-bottom: 23px;
  transition: all 350ms ease-in-out;
}
.accommodations-home .category-list button:hover, .accommodations-home .category-list button.active {
  color: #D97442;
}
@media only screen and (max-width: 767px) {
  .accommodations-home .category-list button {
    font-size: 20px;
    text-align: center;
    padding-left: 0;
    margin-bottom: 15px;
    padding-bottom: 13px;
  }
}
.accommodations-home .button {
  align-self: self-start;
}
@media only screen and (max-width: 767px) {
  .accommodations-home .button {
    align-self: auto;
  }
}

.image-textbox-acm {
  padding: 110px 0 110px;
  background: #0F4C81 url("../images/waves.png") repeat 50% 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-textbox-acm {
    padding: 60px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .image-textbox-acm {
    padding: 30px 0 30px;
  }
}
.image-textbox-acm .slideshow {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.image-textbox-acm .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.image-textbox-acm .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: calc(50% - 33px);
  height: 770px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-textbox-acm .slide {
    height: 600px;
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .image-textbox-acm .slide {
    width: 100%;
    height: auto;
    border-radius: 0;
    background-color: #fff;
    overflow: hidden;
  }
}
.image-textbox-acm .slide .thumbnail-wrapper {
  position: absolute;
  width: 100%;
  height: 595px;
  z-index: 2;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-textbox-acm .slide .thumbnail-wrapper {
    height: 455px;
  }
}
@media only screen and (max-width: 767px) {
  .image-textbox-acm .slide .thumbnail-wrapper {
    position: relative;
    height: auto;
    padding-bottom: 56.25vw;
  }
}
.image-textbox-acm .slide .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #0F4C81;
  overflow: hidden;
}
.image-textbox-acm .slide .thumbnail:after {
  content: "";
  background: url("../images/watermark.png") no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 4px;
}
.image-textbox-acm .slide .copy-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 65%;
  margin: 0 auto;
  padding: 45px;
  background: #fff;
  transition: 350ms ease-in-out;
  border-radius: 4px;
  text-align: left;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-textbox-acm .slide .copy-wrapper {
    width: 75%;
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .image-textbox-acm .slide .copy-wrapper {
    width: 100%;
    padding: 20px;
    position: relative;
    border-radius: 0;
    text-align: center;
    overflow: hidden;
  }
}
.image-textbox-acm .slide .copy-wrapper h3 {
  color: #0F4C81;
  font: 500 normal 32px/1 "Oswald", sans-serif;
  font-size: 2.4vw;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 666.6666666667px) {
  .image-textbox-acm .slide .copy-wrapper h3 {
    font-size: 16px;
  }
}
@media (min-width: 1333.3333333333px) {
  .image-textbox-acm .slide .copy-wrapper h3 {
    font-size: 32px;
  }
}
.image-textbox-acm .slide .copy-wrapper h3 a {
  text-decoration: none;
}
.image-textbox-acm .slide .copy-wrapper h3 a:hover {
  text-decoration: underline;
}
.image-textbox-acm .slide .copy-wrapper p {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .image-textbox-acm .slide .copy-wrapper p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.image-textbox-acm .slide .copy-wrapper .button {
  font-size: 16px;
  height: 44px;
  line-height: 41px;
  padding: 0 30px;
  border: 1px solid #0F4C81;
  color: #0F4C81;
  overflow: hidden;
}
.image-textbox-acm .slide .copy-wrapper .button:hover {
  border-color: #0F4C81;
  background: #0F4C81;
  color: #fff;
}
.image-textbox-acm .slide:nth-child(odd) .thumbnail-wrapper {
  bottom: auto;
  top: 0;
}
.image-textbox-acm .slide:nth-child(odd) .copy-wrapper {
  top: auto;
  bottom: 0;
}
.image-textbox-acm .slideshow-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
}
.image-textbox-acm .slideshow-controls .button-wrapper {
  position: relative;
}
.image-textbox-acm .slideshow-controls .button-wrapper.previous {
  left: 0;
}
@media only screen and (max-width: 1360px) {
  .image-textbox-acm .slideshow-controls .button-wrapper.previous {
    left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .image-textbox-acm .slideshow-controls .button-wrapper.previous {
    left: 20px;
  }
}
.image-textbox-acm .slideshow-controls .button-wrapper.next {
  right: 0;
}
@media only screen and (max-width: 1360px) {
  .image-textbox-acm .slideshow-controls .button-wrapper.next {
    right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .image-textbox-acm .slideshow-controls .button-wrapper.next {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .image-textbox-acm .slideshow-controls {
    top: 35%;
  }
}
.image-textbox-acm .slideshow-controls .slideshow-button {
  position: relative;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .image-textbox-acm .slideshow-controls .slideshow-button {
    display: block;
  }
}
.image-textbox-acm .slideshow-controls .slideshow-button svg {
  position: absolute;
  top: 9px;
  width: 16px;
  height: 18px;
  fill: #0F4C81;
  transition: fill 350ms ease-in-out;
}
.image-textbox-acm .slideshow-controls .slideshow-button:hover svg {
  fill: #D97442;
}
.image-textbox-acm .slideshow-controls .slideshow-button.next {
  right: 0;
}
.image-textbox-acm .slideshow-controls .slideshow-button.next svg {
  right: 7px;
}
.image-textbox-acm .slideshow-controls .slideshow-button.previous {
  left: 0;
}
.image-textbox-acm .slideshow-controls .slideshow-button.previous svg {
  left: 7px;
  transform: rotate(180deg);
}

.alternating-blocks {
  position: relative;
  padding: 70px 0 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .alternating-blocks {
    padding: 50px 0 55px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-blocks {
    padding: 30px 0 30px;
  }
}
.alternating-blocks .center-column {
  max-width: 1086px;
}
.alternating-blocks .alternate-block-item {
  position: relative;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .alternating-blocks .alternate-block-item {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item {
    padding-bottom: 20px;
  }
}
.alternating-blocks .alternate-block-item:last-child {
  padding-bottom: 0;
}
.alternating-blocks .alternate-block-item .alternate-item-wrapper {
  position: relative;
}
.alternating-blocks .alternate-block-item .alternate-item-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.alternating-blocks .alternate-block-item .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0F4C81;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item .thumbnail {
    width: 100%;
    height: 60vw;
    position: relative;
  }
}
.alternating-blocks .alternate-block-item .alternate-content {
  float: right;
  width: calc(51% - 10px);
  padding: 5vw;
  margin: 6vw 0;
  text-align: left;
  position: relative;
  background: #fff;
  border-radius: 4px;
  z-index: 3;
}
@media screen and (min-width: 1360px) {
  .alternating-blocks .alternate-block-item .alternate-content {
    margin: 80px 0;
    padding: 65px 65px 70px 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .alternating-blocks .alternate-block-item .alternate-content {
    width: 60%;
    margin: 6vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item .alternate-content {
    float: none;
    width: 100%;
    padding: 20px 10px 20px 10px;
    margin: 0;
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.alternating-blocks .alternate-block-item .alternate-content .caption {
  font: 700 18px/1.2 "Karla", sans-serif;
  position: relative;
  text-transform: uppercase;
  color: #D97442;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item .alternate-content .caption {
    font-size: 14px;
  }
}
.alternating-blocks .alternate-block-item .alternate-content h3 {
  font-size: 39px;
  line-height: 1;
  font-size: 4vw;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .alternating-blocks .alternate-block-item .alternate-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 975px) {
  .alternating-blocks .alternate-block-item .alternate-content h3 {
    font-size: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item .alternate-content h3 {
    text-align: center;
    margin-bottom: 10px;
  }
}
.alternating-blocks .alternate-block-item .alternate-content h4 {
  font: 700 16px/1 "Karla", sans-serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item .alternate-content h4 {
    margin-bottom: 5px;
  }
}
.alternating-blocks .alternate-block-item .alternate-content .main-text {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item .alternate-content .main-text {
    margin-bottom: 10px;
  }
}
.alternating-blocks .alternate-block-item .alternate-content .small-common-link {
  border-color: #0F4C81;
}
.alternating-blocks .alternate-block-item .alternate-content nav {
  padding-top: 10px;
  font-size: 0;
}
.alternating-blocks .alternate-block-item .alternate-content nav .button {
  border: 2px solid #0F4C81;
  height: 45px;
  line-height: 40px;
  padding: 0 45px;
}
.alternating-blocks .alternate-block-item .alternate-content nav .button:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item .alternate-content nav .button {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-blocks .alternate-block-item .alternate-content nav {
    padding-top: 0;
  }
}
.alternating-blocks .alternate-block-item.right .thumbnail {
  left: auto;
  right: 0;
}
.alternating-blocks .alternate-block-item.right .alternate-content {
  float: left;
}

.quote-acm {
  background: #0F4C81 url(../images/waves.png) repeat 50% 50%;
  position: relative;
  padding: 125px 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .quote-acm {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .quote-acm {
    padding: 30px 0;
  }
}
.quote-acm .center-column {
  max-width: 805px;
}
.quote-acm .content-wrapper {
  text-align: center;
  color: #fff;
  font: 500 32px/1.2 "Oswald", sans-serif;
  font-size: 3.25vw;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
@media (max-width: 461.5384615385px) {
  .quote-acm .content-wrapper {
    font-size: 15px;
  }
}
@media (min-width: 984.6153846154px) {
  .quote-acm .content-wrapper {
    font-size: 32px;
  }
}

.image-caption-acm {
  overflow: hidden;
  margin: 0;
  height: 600px;
}
@media only screen and (max-width: 1023px) {
  .image-caption-acm {
    height: auto;
  }
}
.image-caption-acm .slideshow {
  position: relative;
  max-width: 100%;
  padding: 0;
  height: 100%;
}
.image-caption-acm .slide {
  display: inline-block;
  max-width: 100%;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .image-caption-acm .slide {
    height: 56.25vw;
  }
}
.image-caption-acm .slide .thumbnail {
  height: 100%;
  position: relative;
  background: #0F4C81 url(../images/waves.png) repeat 50% 50%;
}
.image-caption-acm .slide .thumbnail img {
  text-indent: -9999px;
  font-size: 0;
}
.image-caption-acm .slide .thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007db9e8", endColorstr="#000000", GradientType=0);
  transition: all 350ms ease-in-out;
  z-index: 2;
}
.image-caption-acm .slide h3.caption {
  font: normal 28px/1.2 "ThirstyRough", serif;
  font-size: 4vw;
  color: #fff;
  position: absolute;
  left: 40px;
  bottom: 35px;
  z-index: 2;
}
@media (max-width: 450px) {
  .image-caption-acm .slide h3.caption {
    font-size: 18px;
  }
}
@media (min-width: 700px) {
  .image-caption-acm .slide h3.caption {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .image-caption-acm .slide h3.caption {
    left: 20px;
    right: 20px;
    bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .image-caption-acm .slideshow-pagination {
    bottom: 15px;
  }
}

.square-image-slider {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0;
}
.square-image-slider .slideshow {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .square-image-slider .slideshow {
    padding: 0 !important;
    margin-left: -40px;
  }
}
.square-image-slider .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.square-image-slider .slide {
  position: relative;
  display: inline-block;
  width: 28%;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .square-image-slider .slide {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .square-image-slider .slide {
    width: calc(100% - 80px);
  }
}
.square-image-slider .slide .thumb {
  position: relative;
  width: 100%;
  height: 537px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background: #0F4C81 url(../images/waves.png) repeat 50% 50%;
}
@media only screen and (max-width: 767px) {
  .square-image-slider .slide .thumb {
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.square-image-slider .slide .thumb .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: #0F4C81;
  border-bottom-color: #0F4C81;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.image-right-content {
  margin: 100px 0 40px;
}
.image-right-content .blocks-wrapper {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .image-right-content .blocks-wrapper {
    display: block;
  }
}
.image-right-content .blocks-wrapper.center-column {
  max-width: 1086px;
}
.image-right-content .thumbnail {
  position: relative;
  width: 64%;
}
@media only screen and (max-width: 1023px) {
  .image-right-content .thumbnail {
    width: 100%;
    padding-top: 54%;
  }
}
.image-right-content .content-block {
  padding: 20px 40px 18px;
  width: 36%;
  color: #fff;
  background-color: #0F4C81;
}
@media only screen and (max-width: 1023px) {
  .image-right-content .content-block {
    width: 100%;
  }
}
.image-right-content .content-block img {
  display: none;
  width: 194px;
  margin: 0 auto 12px;
}
.image-right-content .content-block h3 {
  font-size: 25px;
  letter-spacing: 0.13px;
  line-height: 32px;
  color: #fff;
  font-weight: normal;
}
.image-right-content .content-block h4 {
  font-size: 18px;
  letter-spacing: 0.14px;
  line-height: 24px;
  font-weight: normal;
}
.image-right-content .content-block p {
  font-size: 15px;
  letter-spacing: 0.14px;
  line-height: 26px;
}
.image-right-content .content-block .button {
  width: 100%;
  background-color: #D97442;
  border-color: transparent;
}
.image-right-content .content-block .button:hover {
  border: 1px solid #fff;
  background-color: transparent;
}

.rfp-custom-acm {
  max-width: 1190px;
  margin: 0 auto;
  padding: 90px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rfp-custom-acm {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rfp-custom-acm {
    padding: 30px 0;
  }
}

.rfp-wrapper,
.rfp-popup-wrapper {
  padding: 80px 150px 50px;
  border: 1px solid #D7D7D7;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rfp-wrapper,
.rfp-popup-wrapper {
    padding: 40px 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper,
.rfp-popup-wrapper {
    padding: 20px 20px 20px;
  }
}
.rfp-wrapper .content-wrapper,
.rfp-popup-wrapper .content-wrapper {
  padding-bottom: 30px;
}
.rfp-wrapper .page-content h2.h1-like,
.rfp-popup-wrapper .page-content h2.h1-like {
  font-size: 45px;
  margin-bottom: 10px;
  font-size: 8vw;
}
@media (max-width: 300px) {
  .rfp-wrapper .page-content h2.h1-like,
.rfp-popup-wrapper .page-content h2.h1-like {
    font-size: 24px;
  }
}
@media (min-width: 562.5px) {
  .rfp-wrapper .page-content h2.h1-like,
.rfp-popup-wrapper .page-content h2.h1-like {
    font-size: 45px;
  }
}
.rfp-wrapper .page-content span.caption,
.rfp-popup-wrapper .page-content span.caption {
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 10px 5px;
  position: relative;
}
.rfp-wrapper .page-content span.caption:after,
.rfp-popup-wrapper .page-content span.caption:after {
  content: "";
  position: absolute;
  background: #0F4C81;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
}
.rfp-wrapper .page-content span.required-symbol,
.rfp-popup-wrapper .page-content span.required-symbol {
  color: #B31919;
}
.rfp-wrapper .form,
.rfp-popup-wrapper .form {
  padding: 0 5px;
  font-size: 0;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form,
.rfp-popup-wrapper .form {
    text-align: left;
  }
}
.rfp-wrapper .form .row,
.rfp-popup-wrapper .form .row {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form .row,
.rfp-popup-wrapper .form .row {
    margin-bottom: 0;
  }
}
.rfp-wrapper .form .row.row-3,
.rfp-popup-wrapper .form .row.row-3 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form .row.row-3,
.rfp-popup-wrapper .form .row.row-3 {
    margin-bottom: 0;
  }
}
.rfp-wrapper .form .row.row-4,
.rfp-popup-wrapper .form .row.row-4 {
  margin-bottom: 10px;
}
.rfp-wrapper .form label,
.rfp-popup-wrapper .form label {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  margin: 5px 0 0 0;
  padding: 0 5px;
  color: #0F4C81;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form label,
.rfp-popup-wrapper .form label {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0;
    text-align: left;
    width: auto;
  }
}
.rfp-wrapper .form label em,
.rfp-popup-wrapper .form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.rfp-wrapper .form p,
.rfp-popup-wrapper .form p {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p,
.rfp-popup-wrapper .form p {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.rfp-wrapper .form p:after,
.rfp-popup-wrapper .form p:after {
  clear: both;
  content: "";
  display: table;
}
.rfp-wrapper .form p span,
.rfp-popup-wrapper .form p span {
  float: left;
  margin: 0 10px 0 0;
}
.rfp-wrapper .form p span input,
.rfp-popup-wrapper .form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.rfp-wrapper .form p span label,
.rfp-popup-wrapper .form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.rfp-wrapper .form p span.group label,
.rfp-popup-wrapper .form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.rfp-wrapper .form p span.group label input,
.rfp-popup-wrapper .form p span.group label input {
  margin-right: 0.4em;
}
.rfp-wrapper .form p span.checkbox-group, .rfp-wrapper .form p span.radio-group,
.rfp-popup-wrapper .form p span.checkbox-group,
.rfp-popup-wrapper .form p span.radio-group {
  margin-bottom: 10px;
}
.rfp-wrapper .form p span.checkbox-group label, .rfp-wrapper .form p span.radio-group label,
.rfp-popup-wrapper .form p span.checkbox-group label,
.rfp-popup-wrapper .form p span.radio-group label {
  color: #949494;
  text-transform: none;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p span.checkbox-group label, .rfp-wrapper .form p span.radio-group label,
.rfp-popup-wrapper .form p span.checkbox-group label,
.rfp-popup-wrapper .form p span.radio-group label {
    margin-bottom: 10px;
  }
}
.rfp-wrapper .form p .select-wrapper,
.rfp-popup-wrapper .form p .select-wrapper {
  width: 100%;
}
.rfp-wrapper .form p .tos-text,
.rfp-popup-wrapper .form p .tos-text {
  text-transform: none;
  color: #000;
  font-size: 20px;
  font-weight: normal;
}
.rfp-wrapper .form p span.checkbox-group,
.rfp-wrapper .form p span.checkbox-radio,
.rfp-popup-wrapper .form p span.checkbox-group,
.rfp-popup-wrapper .form p span.checkbox-radio {
  margin-bottom: 10px;
  width: 60%;
  overflow: hidden;
  float: none;
}
.rfp-wrapper .form p span.checkbox-group label,
.rfp-wrapper .form p span.checkbox-radio label,
.rfp-popup-wrapper .form p span.checkbox-group label,
.rfp-popup-wrapper .form p span.checkbox-radio label {
  float: left;
  width: calc(51% - 10px);
  padding-right: 10px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p span.checkbox-group,
.rfp-wrapper .form p span.checkbox-radio,
.rfp-popup-wrapper .form p span.checkbox-group,
.rfp-popup-wrapper .form p span.checkbox-radio {
    width: auto;
  }
  .rfp-wrapper .form p span.checkbox-group label,
.rfp-wrapper .form p span.checkbox-radio label,
.rfp-popup-wrapper .form p span.checkbox-group label,
.rfp-popup-wrapper .form p span.checkbox-radio label {
    display: block;
    width: auto;
    float: none;
  }
}
.rfp-wrapper .form p.type_checkbox label, .rfp-wrapper .form p.type_radio label,
.rfp-popup-wrapper .form p.type_checkbox label,
.rfp-popup-wrapper .form p.type_radio label {
  font-size: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p.type_checkbox label, .rfp-wrapper .form p.type_radio label,
.rfp-popup-wrapper .form p.type_checkbox label,
.rfp-popup-wrapper .form p.type_radio label {
    margin-bottom: 10px;
  }
}
.rfp-wrapper .form p.type_textarea label,
.rfp-popup-wrapper .form p.type_textarea label {
  font-size: 16px;
  margin-bottom: 10px;
}
.rfp-wrapper .form p.type_file,
.rfp-popup-wrapper .form p.type_file {
  line-height: 1;
}
.rfp-wrapper .form p.type_file label,
.rfp-popup-wrapper .form p.type_file label {
  display: none;
}
.rfp-wrapper .form p.type_file input[type=file],
.rfp-popup-wrapper .form p.type_file input[type=file] {
  width: 50%;
  font-size: 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  line-height: 1.2;
  height: 18px;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p.type_file label,
.rfp-popup-wrapper .form p.type_file label {
    margin-right: 20px;
  }
}
.rfp-wrapper .form p.type_file .fake-input,
.rfp-popup-wrapper .form p.type_file .fake-input {
  font: 500 16px/1.2 "Karla", sans-serif;
  color: #0F4C81;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
.rfp-wrapper .form p.type_file .fake-input:before,
.rfp-popup-wrapper .form p.type_file .fake-input:before {
  content: "";
  background: url("../images/paperclip.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
}
.rfp-wrapper .form p.col-1,
.rfp-popup-wrapper .form p.col-1 {
  width: calc(34% - 20px);
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p.col-1,
.rfp-popup-wrapper .form p.col-1 {
    width: 100%;
  }
}
.rfp-wrapper .form p.col-2,
.rfp-popup-wrapper .form p.col-2 {
  width: 66%;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p.col-2,
.rfp-popup-wrapper .form p.col-2 {
    width: 100%;
  }
}
.rfp-wrapper .form p.col-3,
.rfp-popup-wrapper .form p.col-3 {
  width: calc(34% - 20px);
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p.col-3,
.rfp-popup-wrapper .form p.col-3 {
    width: 100%;
  }
}
.rfp-wrapper .form p.col-50,
.rfp-popup-wrapper .form p.col-50 {
  width: calc(50% - 20px);
}
.rfp-wrapper .form p.col-50.col-start,
.rfp-popup-wrapper .form p.col-50.col-start {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p.col-50,
.rfp-popup-wrapper .form p.col-50 {
    width: 100%;
  }
  .rfp-wrapper .form p.col-50.col-start,
.rfp-popup-wrapper .form p.col-50.col-start {
    width: 100%;
  }
}
.rfp-wrapper .form p.col-start,
.rfp-popup-wrapper .form p.col-start {
  clear: both;
  margin-left: 0;
}
.rfp-wrapper .form p.terms-privacy,
.rfp-popup-wrapper .form p.terms-privacy {
  font-size: 14px;
  text-align: left;
  margin-left: 0;
}
.rfp-wrapper .form p.terms-privacy label,
.rfp-popup-wrapper .form p.terms-privacy label {
  font-size: 14px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p.terms-privacy,
.rfp-popup-wrapper .form p.terms-privacy {
    position: relative;
  }
}
.rfp-wrapper .form p.type_file,
.rfp-popup-wrapper .form p.type_file {
  text-align: right;
  width: calc(100% - 235px);
  margin-bottom: 25px;
}
.rfp-wrapper .form p.type_file input[type=file],
.rfp-popup-wrapper .form p.type_file input[type=file] {
  width: 100%;
  text-align: right;
}
.rfp-wrapper .form p.type_file .fake-input,
.rfp-popup-wrapper .form p.type_file .fake-input {
  right: 0;
  left: auto;
  width: auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p.type_file,
.rfp-popup-wrapper .form p.type_file {
    text-align: left;
    width: 100%;
  }
  .rfp-wrapper .form p.type_file .fake-input,
.rfp-popup-wrapper .form p.type_file .fake-input {
    right: auto;
    left: 0;
  }
}
.rfp-wrapper .form input[type=text], .rfp-wrapper .form input[type=date], .rfp-wrapper .form textarea, .rfp-wrapper .form select, .rfp-wrapper .form .input-overlay,
.rfp-popup-wrapper .form input[type=text],
.rfp-popup-wrapper .form input[type=date],
.rfp-popup-wrapper .form textarea,
.rfp-popup-wrapper .form select,
.rfp-popup-wrapper .form .input-overlay {
  font: 20px/40px "Karla", sans-serif;
  background: transparent;
  color: #949494;
  height: 40px;
  padding: 0 5px;
  resize: none;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #949494;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form input[type=text], .rfp-wrapper .form input[type=date], .rfp-wrapper .form textarea, .rfp-wrapper .form select, .rfp-wrapper .form .input-overlay,
.rfp-popup-wrapper .form input[type=text],
.rfp-popup-wrapper .form input[type=date],
.rfp-popup-wrapper .form textarea,
.rfp-popup-wrapper .form select,
.rfp-popup-wrapper .form .input-overlay {
    text-align: left;
  }
}
.rfp-wrapper .form .input-overlay,
.rfp-popup-wrapper .form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form .select-wrapper,
.rfp-popup-wrapper .form .select-wrapper {
    width: 100%;
  }
}
.rfp-wrapper .form textarea,
.rfp-popup-wrapper .form textarea {
  height: 125px;
  overflow: auto;
  line-height: 1.2;
  padding: 20px 20px;
  border: 1px solid #949494;
}
.property .rfp-wrapper .form textarea,
.property .rfp-popup-wrapper .form textarea {
  border-color: #D8D8D8;
}
.rfp-wrapper .form input[type=checkbox],
.rfp-wrapper .form input[type=radio],
.rfp-popup-wrapper .form input[type=checkbox],
.rfp-popup-wrapper .form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form input[type=checkbox],
.rfp-wrapper .form input[type=radio],
.rfp-popup-wrapper .form input[type=checkbox],
.rfp-popup-wrapper .form input[type=radio] {
    margin-top: 2px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form input[type=radio],
.rfp-popup-wrapper .form input[type=radio] {
    float: left;
  }
}
.rfp-wrapper .form input[type=checkbox],
.rfp-popup-wrapper .form input[type=checkbox] {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form .group,
.rfp-popup-wrapper .form .group {
    margin-left: 0;
    width: 100%;
  }
}
.rfp-wrapper .form .group input[type=radio],
.rfp-popup-wrapper .form .group input[type=radio] {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form .group input[type=radio],
.rfp-popup-wrapper .form .group input[type=radio] {
    margin-top: 2px;
    float: none;
  }
}
.rfp-wrapper .form .controls,
.rfp-popup-wrapper .form .controls {
  display: block;
  text-align: center;
}
.rfp-wrapper .form .controls p,
.rfp-popup-wrapper .form .controls p {
  padding: 0;
  margin-left: 0;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form .controls p,
.rfp-popup-wrapper .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.rfp-wrapper .form .controls input[type=submit],
.rfp-popup-wrapper .form .controls input[type=submit] {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form .controls input[type=submit],
.rfp-popup-wrapper .form .controls input[type=submit] {
    display: inline-block;
    margin: 0;
  }
}
.rfp-wrapper .form .custom-checkbox, .rfp-wrapper .form .custom-radio,
.rfp-popup-wrapper .form .custom-checkbox,
.rfp-popup-wrapper .form .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2em;
  line-height: 1.4em;
}
.rfp-wrapper .form .custom-checkbox:before, .rfp-wrapper .form .custom-radio:before,
.rfp-popup-wrapper .form .custom-checkbox:before,
.rfp-popup-wrapper .form .custom-radio:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  transition: transform 350ms ease-in-out/2;
  border: #949494 1px solid;
}
@media only screen and (min-width: 1024px) {
  .rfp-wrapper .form .custom-checkbox:hover:before, .rfp-wrapper .form .custom-radio:hover:before,
.rfp-popup-wrapper .form .custom-checkbox:hover:before,
.rfp-popup-wrapper .form .custom-radio:hover:before {
    transform: scale(1.1);
  }
  .rfp-wrapper .form .custom-checkbox:active:before, .rfp-wrapper .form .custom-radio:active:before,
.rfp-popup-wrapper .form .custom-checkbox:active:before,
.rfp-popup-wrapper .form .custom-radio:active:before {
    transform: scale(1);
  }
}
.rfp-wrapper .form .custom-checkbox:after, .rfp-wrapper .form .custom-radio:after,
.rfp-popup-wrapper .form .custom-checkbox:after,
.rfp-popup-wrapper .form .custom-radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #B31919;
  border-left: 2px solid #B31919;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
.rfp-wrapper .form .custom-checkbox.checked:after, .rfp-wrapper .form .custom-radio.checked:after,
.rfp-popup-wrapper .form .custom-checkbox.checked:after,
.rfp-popup-wrapper .form .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
.rfp-wrapper .form .custom-checkbox input, .rfp-wrapper .form .custom-radio input,
.rfp-popup-wrapper .form .custom-checkbox input,
.rfp-popup-wrapper .form .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.rfp-wrapper .form .custom-checkbox.active, .rfp-wrapper .form .custom-radio.active,
.rfp-popup-wrapper .form .custom-checkbox.active,
.rfp-popup-wrapper .form .custom-radio.active {
  color: #000;
}
.rfp-wrapper .form .custom-radio:before,
.rfp-popup-wrapper .form .custom-radio:before {
  border-radius: 50%;
}
.rfp-wrapper .form .custom-radio:after,
.rfp-popup-wrapper .form .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #B31919;
}
.property .rfp-wrapper .form .custom-radio:after,
.property .rfp-popup-wrapper .form .custom-radio:after {
  background: #949494;
}
.rfp-wrapper .form .custom-radio.checked:after,
.rfp-popup-wrapper .form .custom-radio.checked:after {
  transform: scale(1);
}
.rfp-wrapper .form .g-recaptcha,
.rfp-popup-wrapper .form .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.rfp-popup-wrapper {
  background: #fff;
  display: none;
  max-width: 1190px;
  margin: 0 auto;
}
.rfp-popup-wrapper.visible {
  display: block;
}

.rfp-popup {
  display: none;
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow: auto;
  max-height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 130px 0 0;
}
@media only screen and (max-width: 767px) {
  .rfp-popup {
    background: rgba(0, 0, 0, 0.8);
    padding: 60px 0 30px;
  }
}
.rfp-popup .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .rfp-popup .close-popup {
    top: 10px;
    right: 10px;
  }
}
.rfp-popup .close-popup:before, .rfp-popup .close-popup:after {
  content: "";
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 1px;
  transform-origin: center center;
  transition: background-color 350ms ease-in-out;
}
.rfp-popup .close-popup:before {
  transform: rotate(45deg);
}
.rfp-popup .close-popup:after {
  transform: rotate(-45deg);
}
.rfp-popup .close-popup:hover:before, .rfp-popup .close-popup:hover:after {
  background: #75D4E3;
}

.menu-tabs-block-acm h2 {
  color: #0F4C81;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 2;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 40px;
  z-index: 200;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  padding: 0;
  list-style-type: none;
  transition: all 0.4s;
}
.menu-tabs-block-acm .tabs-titles li.tab-title::after {
  display: none;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  background-color: #D97442;
  color: #fff;
}
.menu-tabs-block-acm .tabs-titles .button {
  margin: 0 5px 10px;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles .button {
    border-top: thin solid rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 40px;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-block-acm .tabs-titles ul::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 201;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 10;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 100;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  margin-bottom: 30px;
  width: 70%;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}
.menu-tabs-block-acm .menu-block {
  width: 46%;
  min-width: 400px;
  margin-right: auto;
  padding: 0 2% 40px 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.menu-tabs-block-acm .menu-block h2 {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #D97442;
}
.menu-tabs-block-acm .menu-block h2 span {
  display: block;
  text-transform: none;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
}
.menu-tabs-block-acm .menu-block h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.menu-tabs-block-acm .menu-block .dish {
  margin-bottom: 20px;
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish .dish-name {
  color: #0F4C81;
  font-weight: bold;
  margin-bottom: 10px;
}
.menu-tabs-block-acm .menu-block .dish .dish-descr {
  font-size: 1em;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8);
}
.menu-tabs-block-acm .menu-block .dish .dish-ingredients {
  margin: 6px 0;
  font-size: 0.8em;
  letter-spacing: 1px;
  font-style: italic;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8);
}
.menu-tabs-block-acm .menu-block .dish .dish-number,
.menu-tabs-block-acm .menu-block .dish .drinks-prices {
  font-size: 1em;
  color: #D97442;
}
.menu-tabs-block-acm .menu-block .dish .drinks-prices {
  display: none;
}
.menu-tabs-block-acm .menu-block .dish.drinks .dish-number {
  display: none;
}
.menu-tabs-block-acm .menu-block .dish.drinks .drinks-prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block .dish.drinks .drinks-prices {
    flex-direction: column;
  }
}
.menu-tabs-block-acm .menu-block .footnote {
  color: #0F4C81;
  font-size: 15px;
  line-height: 1;
  margin-top: 10px;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}

.restaurants-menu {
  position: relative;
  background: url(../images/wood-bg.jpg) no-repeat 50% 50%;
  padding: 120px 0;
  margin: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurants-menu {
    padding: 45px 0 45px;
    margin: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .restaurants-menu {
    padding: 0;
    margin: 30px 0;
  }
}
.restaurants-menu .blocks-wrapper {
  margin: 0 auto;
}
.restaurants-menu .blocks-wrapper.center-column {
  max-width: 1280px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .blocks-wrapper.center-column {
    padding: 0;
  }
}
.restaurants-menu .content-block {
  position: relative;
  min-height: 638px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurants-menu .content-block {
    min-height: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 100%;
    display: flex;
    flex-direction: row;
    flex-flow: column;
  }
}
.restaurants-menu .content-block .thumb-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 65px;
  height: 572px;
  width: calc(50% - 20px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurants-menu .content-block .thumb-wrapper {
    width: 50%;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .thumb-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    position: relative;
    overflow: hidden;
    order: 2;
  }
}
.restaurants-menu .content-block .thumb-wrapper:after {
  content: "";
  background: url("../images/blue-bg.jpg") 0 100% no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 65px;
  left: -65px;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .restaurants-menu .content-block .thumb-wrapper:after {
    display: none;
  }
}
.restaurants-menu .content-block .thumb-inner {
  min-height: 572px;
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .thumb-inner {
    min-height: 0;
    padding-bottom: 100%;
  }
}
.restaurants-menu .content-block .block-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
}
.restaurants-menu .content-block .block-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.restaurants-menu .content-block .thumb {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 372px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .thumb {
    height: 100%;
    float: none;
  }
}
.restaurants-menu .content-block .copy {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 28px 40px;
  min-height: 200px;
  text-align: left;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurants-menu .content-block .copy {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .copy {
    padding: 20px;
    min-height: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
  }
}
.restaurants-menu .content-block .copy h3 {
  color: #0F4C81;
  margin-bottom: 10px;
  font-size: 2vw;
}
@media (max-width: 900px) {
  .restaurants-menu .content-block .copy h3 {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .restaurants-menu .content-block .copy h3 {
    font-size: 22px;
  }
}
.restaurants-menu .content-block .copy p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .copy p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.restaurants-menu .content-block .copy .small-common-link {
  border: 2px solid #0F4C81;
  height: 45px;
  line-height: 40px;
  padding: 0 45px;
}
.restaurants-menu .content-block .content-wrapper {
  position: relative;
  width: 50%;
  float: right;
  padding: 0 50px 0 146px;
  text-align: left;
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 620px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurants-menu .content-block .content-wrapper {
    width: 50%;
    padding: 0 0 0 55px;
    min-height: 572px;
  }
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .content-wrapper {
    display: block;
    min-height: 100%;
    width: 100%;
    text-align: center;
    padding: 25px 20px;
    z-index: 1;
    float: none;
    order: 1;
  }
}
.restaurants-menu .content-block .content-wrapper h2.h1-like {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurants-menu .content-block .content-wrapper h2.h1-like {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .content-wrapper h2.h1-like {
    text-align: center;
    margin-bottom: 15px;
  }
}
.restaurants-menu .content-block .content-wrapper .buttons-wrapper {
  margin: 0 0 57px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurants-menu .content-block .content-wrapper .buttons-wrapper {
    margin: 0 0 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .content-wrapper .buttons-wrapper {
    margin: 0;
    text-align: center;
  }
}
.restaurants-menu .content-block .content-wrapper .buttons-wrapper button {
  display: block;
  clear: both;
  font: 500 22px/1.2 "Karla", sans-serif;
  font-size: 2vw;
  text-transform: uppercase;
  text-decoration: none;
  color: #D97442;
  margin-bottom: 13px;
  position: relative;
  padding: 0 0 2px 0;
  height: auto;
  white-space: normal;
  background: none;
  transition: all 350ms ease-in-out;
}
@media (max-width: 800px) {
  .restaurants-menu .content-block .content-wrapper .buttons-wrapper button {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  .restaurants-menu .content-block .content-wrapper .buttons-wrapper button {
    font-size: 22px;
  }
}
.restaurants-menu .content-block .content-wrapper .buttons-wrapper button:before {
  content: "";
  position: absolute;
  left: -57px;
  bottom: 0;
  height: 1px;
  background: #0F4C81;
  opacity: 0.5;
  width: 0;
  transition: width 350ms ease-in-out;
}
.restaurants-menu .content-block .content-wrapper .buttons-wrapper button:hover, .restaurants-menu .content-block .content-wrapper .buttons-wrapper button.active {
  color: #0F4C81;
}
.restaurants-menu .content-block .content-wrapper .buttons-wrapper button:hover:before, .restaurants-menu .content-block .content-wrapper .buttons-wrapper button.active:before {
  width: calc(100% + 57px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurants-menu .content-block .content-wrapper .buttons-wrapper button {
    margin-bottom: 5px;
  }
  .restaurants-menu .content-block .content-wrapper .buttons-wrapper button:before {
    left: -15px;
  }
  .restaurants-menu .content-block .content-wrapper .buttons-wrapper button:hover:before, .restaurants-menu .content-block .content-wrapper .buttons-wrapper button.active:before {
    width: calc(100% + 15px);
  }
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .content-wrapper .buttons-wrapper button {
    display: none;
  }
}

.form-custom-acm {
  max-width: 1190px;
  margin: 0 auto;
  padding: 90px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .form-custom-acm {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-custom-acm {
    padding: 30px 0;
  }
}

.form-wrapper {
  padding: 80px 150px 50px;
  border: 1px solid #D7D7D7;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .form-wrapper {
    padding: 40px 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .form-wrapper {
    padding: 20px 20px 20px;
  }
}
.form-wrapper .content-wrapper {
  padding-bottom: 30px;
}
.form-wrapper .page-content h2.h1-like {
  font-size: 45px;
  margin-bottom: 10px;
  font-size: 8vw;
}
@media (max-width: 300px) {
  .form-wrapper .page-content h2.h1-like {
    font-size: 24px;
  }
}
@media (min-width: 562.5px) {
  .form-wrapper .page-content h2.h1-like {
    font-size: 45px;
  }
}
.form-wrapper .page-content span.caption {
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 10px 5px;
  position: relative;
}
.form-wrapper .page-content span.caption:after {
  content: "";
  position: absolute;
  background: #0F4C81;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
}
.form-wrapper .page-content span.required-symbol {
  color: #B31919;
}
.form-wrapper .form, .form-wrapper [id*=form_form_] {
  padding: 0 5px;
  font-size: 0;
  position: relative;
}
.form-wrapper .form .row {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form .row {
    margin-bottom: 0;
  }
}
.form-wrapper .form .row.row-3 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form .row.row-3 {
    margin-bottom: 0;
  }
}
.form-wrapper .form .row.row-4 {
  margin-bottom: 10px;
}
.form-wrapper .form p {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form p {
    margin-left: 0;
  }
}
.form-wrapper .form p span.checkbox-group,
.form-wrapper .form p span.checkbox-radio {
  margin-bottom: 10px;
  width: 65%;
  overflow: hidden;
  float: none;
  display: block;
}
.form-wrapper .form p span.checkbox-group label,
.form-wrapper .form p span.checkbox-radio label {
  float: left;
  width: calc(51% - 10px);
  padding-right: 10px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form p span.checkbox-group,
.form-wrapper .form p span.checkbox-radio {
    width: auto;
  }
  .form-wrapper .form p span.checkbox-group label,
.form-wrapper .form p span.checkbox-radio label {
    display: block;
    width: auto;
    float: none;
  }
}
.form-wrapper .form p.col-1 {
  width: calc(34% - 20px);
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form p.col-1 {
    width: 100%;
  }
}
.form-wrapper .form p.col-2 {
  width: 66%;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form p.col-2 {
    width: 100%;
  }
}
.form-wrapper .form p.col-3 {
  width: calc(34% - 20px);
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form p.col-3 {
    width: 100%;
  }
}
.form-wrapper .form p.col-50 {
  width: calc(50% - 20px);
}
.form-wrapper .form p.col-50.col-start {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form p.col-50 {
    width: 100%;
  }
  .form-wrapper .form p.col-50.col-start {
    width: 100%;
  }
}
.form-wrapper .form p.col-start {
  clear: both;
  margin-left: 0;
}
.form-wrapper .form p.terms-privacy {
  font-size: 14px;
  text-align: left;
  margin-left: 0;
}
.form-wrapper .form p.terms-privacy label {
  font-size: 14px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form p.terms-privacy {
    position: relative;
  }
}
.form-wrapper .form p.type_file {
  text-align: right;
  width: calc(100% - 235px);
  margin-bottom: 25px;
}
.form-wrapper .form p.type_file input[type=file] {
  width: 100%;
  text-align: right;
}
.form-wrapper .form p.type_file .fake-input {
  right: 0;
  left: auto;
  width: auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form p.type_file {
    text-align: left;
    width: 100%;
  }
  .form-wrapper .form p.type_file .fake-input {
    right: auto;
    left: 0;
  }
}
.form-wrapper .form .controls {
  display: block;
}
.form-wrapper .form .controls p {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form .controls {
    margin-top: 0;
    text-align: center;
  }
  .form-wrapper .form .controls p {
    margin: 0 auto;
  }
}
.form-wrapper [id*=form_form_] .form-builder-field.checkboxgroup_checkbox > p {
  display: inline-block;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .form-wrapper [id*=form_form_] .form-builder-field.checkboxgroup_checkbox > p {
    width: 100%;
  }
}
.form-wrapper [id*=form_form_] .form-builder-field .compliance em {
  padding-top: 8px;
}
.form-wrapper [id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin-top: 5px;
}
.form-wrapper [id*=form_form_] .form-builder-field .compliance > label {
  font-size: 14px;
  text-align: left;
}

.rfp-popup {
  display: none;
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow: auto;
  max-height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 130px 0 0;
}
@media only screen and (max-width: 767px) {
  .rfp-popup {
    background: rgba(0, 0, 0, 0.8);
    padding: 60px 0 30px;
  }
}
.rfp-popup .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .rfp-popup .close-popup {
    top: 10px;
    right: 10px;
  }
}
.rfp-popup .close-popup:before, .rfp-popup .close-popup:after {
  content: "";
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 1px;
  transform-origin: center center;
  transition: background-color 350ms ease-in-out;
}
.rfp-popup .close-popup:before {
  transform: rotate(45deg);
}
.rfp-popup .close-popup:after {
  transform: rotate(-45deg);
}
.rfp-popup .close-popup:hover:before, .rfp-popup .close-popup:hover:after {
  background: #75D4E3;
}

.stayconnected-acm {
  position: relative;
  height: 440px;
  padding: 50px 0 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .stayconnected-acm {
    padding: 45px 0;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .stayconnected-acm {
    padding: 30px 0;
    max-height: none;
    height: auto;
  }
}
.stayconnected-acm .thumbnail {
  max-width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.stayconnected-acm .thumbnail:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  pointer-events: none;
  opacity: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+90&1+30,0.9+65,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, white 30%, rgba(255, 255, 255, 0.9) 55%, rgba(255, 255, 255, 0.26) 90%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
  /* IE6-9 */
}
@media only screen and (max-width: 1023px) {
  .stayconnected-acm .thumbnail:after {
    height: 100%;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, white 30%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.26) 100%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.stayconnected-acm .center-column {
  max-width: 1280px;
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .stayconnected-acm .center-column {
    padding: 0 20px;
  }
}

.stayconnected-blocks {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .stayconnected-blocks {
    display: block;
    justify-content: unset;
    flex-flow: unset;
  }
}
.stayconnected-blocks .stayconnected-block {
  width: 50%;
  text-align: left;
}
.stayconnected-blocks .stayconnected-block h3 {
  font: 500 45px/50px "Oswald", sans-serif;
  display: block;
  color: #0F4C81;
  position: relative;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .stayconnected-blocks .stayconnected-block h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 0;
  }
}
.stayconnected-blocks .stayconnected-block p {
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .stayconnected-blocks .stayconnected-block p {
    font-size: 15px;
    text-align: center;
  }
}
.stayconnected-blocks .stayconnected-block.block-1 {
  width: calc(50% - 60px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .stayconnected-blocks .stayconnected-block.block-1 {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .stayconnected-blocks .stayconnected-block.block-1 {
    width: 100%;
  }
}
.stayconnected-blocks .stayconnected-block.block-2 {
  padding-left: 50px;
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .stayconnected-blocks .stayconnected-block.block-2 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .stayconnected-blocks .stayconnected-block.block-2 {
    padding-left: 0;
    width: 100%;
  }
}

.newsletter {
  position: relative;
  font-size: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .newsletter {
    margin-bottom: 0;
    transform: none;
  }
}
.newsletter .flex-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.newsletter input[type=text] {
  flex-grow: 1;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  height: 50px;
  line-height: 40px;
  padding: 0 20px 25px 10px;
  background: transparent;
  border-bottom: 1px solid #b9baba;
}
@media only screen and (max-width: 767px) {
  .newsletter input[type=text] {
    width: 80%;
    text-align: center;
    padding: 0 10px 0 10px;
  }
}
.newsletter input[type=text]::-webkit-input-placeholder {
  color: #000;
}
.newsletter input[type=text]:-moz-placeholder {
  color: #000;
}
.newsletter input[type=text]::-moz-placeholder {
  color: #000;
}
.newsletter input[type=text]:-ms-input-placeholder {
  color: #000;
}
.newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #000;
}
.newsletter input[type=text]:focus:-moz-placeholder {
  color: #000;
}
.newsletter input[type=text]:focus::-moz-placeholder {
  color: #000;
}
.newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #000;
}
.newsletter .form p {
  text-align: center;
}
.newsletter .form p.terms-privacy label {
  line-height: 1;
}
.newsletter .form label {
  float: none;
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 14px;
  text-align: center;
}
.newsletter .form .controls p {
  padding-left: 0;
  padding-top: 10px;
}
.newsletter .form .controls p input[type=submit] {
  margin-left: 0;
  padding-bottom: 2px;
}

.image-video-plus-content {
  background: url("../images/wood-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  padding: 120px 0 195px;
}
@media only screen and (max-width: 1023px) {
  .image-video-plus-content {
    min-height: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-video-plus-content {
    padding: 45px 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content {
    padding: 0;
  }
}
.image-video-plus-content .blocks-wrapper {
  margin: 0 auto;
  max-width: 1800px;
}
.image-video-plus-content .blocks-wrapper.center-column {
  max-width: 1136px;
  padding: 0;
  text-align: center;
}
.image-video-plus-content .content-block {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-video-plus-content .content-block {
    min-height: 685px;
  }
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content .content-block {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 100%;
  }
}
.image-video-plus-content .content-block .thumb-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 72px;
  height: 685px;
  width: calc(50% - 83px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-video-plus-content .content-block .thumb-wrapper {
    width: 50%;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content .content-block .thumb-wrapper {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25vw;
    left: auto;
    bottom: auto;
    top: auto;
  }
}
.image-video-plus-content .content-block .thumb-wrapper:after {
  content: "";
  background: url("../images/aqua-bg.jpg") 0 100% no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 35px;
  left: -55px;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .image-video-plus-content .content-block .thumb-wrapper:after {
    display: none;
  }
}
.image-video-plus-content .content-block .thumb-wrapper .play-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 80px;
  width: 80px;
  margin: 0 auto;
  text-indent: -9999em;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  transform: translateY(-50%);
  transition: opacity 350ms ease-in-out;
  z-index: 2;
}
.image-video-plus-content .content-block .thumb-wrapper .play-video:after {
  content: "";
  background: url("../images/play-button.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
}
.image-video-plus-content .content-block .thumb-wrapper .play-video:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content .content-block .thumb-wrapper .play-video {
    height: 40px;
    width: 40px;
  }
  .image-video-plus-content .content-block .thumb-wrapper .play-video:after {
    height: 40px;
    width: 40px;
  }
}
.image-video-plus-content .content-block .thumb {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 20px solid #fff;
  border-radius: 10px;
  float: right;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content .content-block .thumb {
    border: none;
    border-radius: 0;
  }
}
.image-video-plus-content .content-block .thumb.video-overlay:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-video-plus-content .content-block .content-wrapper {
  position: relative;
  width: 51%;
  float: right;
  padding: 60px 25px 30px 95px;
  text-align: left;
  min-height: 685px;
  color: #393939;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-video-plus-content .content-block .content-wrapper {
    width: 50%;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content .content-block .content-wrapper {
    display: block;
    min-height: 100%;
    width: 100%;
    text-align: center;
    padding: 20px;
  }
}
.image-video-plus-content .content-block .content-wrapper h3 {
  font: 500 43px/1 "Oswald", sans-serif;
  font-size: 8vw;
  color: #0F4C81;
  text-align: left;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 375px) {
  .image-video-plus-content .content-block .content-wrapper h3 {
    font-size: 30px;
  }
}
@media (min-width: 562.5px) {
  .image-video-plus-content .content-block .content-wrapper h3 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content .content-block .content-wrapper h3 {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 0;
  }
}
.image-video-plus-content .content-block .content-wrapper ul > li:before {
  background: #fff;
}
.image-video-plus-content .content-block .content-wrapper p {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-video-plus-content .content-block .content-wrapper p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content .content-block .content-wrapper p {
    margin-bottom: 20px;
  }
}
.image-video-plus-content .content-block .content-wrapper .button {
  margin-top: 24px;
  height: 65px;
  min-width: 188px;
  line-height: 65px;
  padding: 0 35px;
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content .content-block .content-wrapper .button {
    height: 46px;
    line-height: 46px;
    min-width: auto;
  }
}

.testimonials-acm {
  position: relative;
  padding: 30px 0;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 10;
  background: #0F4C81 url(../images/waves.png) repeat 50% 50%;
}
@media only screen and (max-width: 767px) {
  .testimonials-acm {
    padding: 15px 0;
    margin-bottom: 15px;
  }
}
.testimonials-acm .slideshow {
  max-width: 1165px;
  margin: 0 auto;
  overflow: hidden;
}
.testimonials-acm .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.testimonials-acm .slider-wrapper {
  max-width: 1345px;
  padding: 0 90px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .testimonials-acm .slider-wrapper {
    padding: 0 20px;
  }
}
.testimonials-acm .slide {
  position: relative;
  display: flex;
  white-space: normal;
  height: auto;
  text-align: left;
  color: #fff;
  font-family: "Karla", sans-serif;
  line-height: 1.5;
  padding: 10px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .testimonials-acm .slide {
    flex-flow: column;
  }
}
.testimonials-acm .slide .description {
  width: 70%;
  padding-right: 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .testimonials-acm .slide .description {
    width: 100%;
    padding-right: 0;
  }
}
.testimonials-acm .slide h2 {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: "ThirstyRough", serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .testimonials-acm .slide h2 {
    font-size: 30px;
  }
}
.testimonials-acm .slide .copy {
  font-family: "Karla", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.testimonials-acm .slide .nameproperty-wrapper {
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .testimonials-acm .slide .nameproperty-wrapper {
    flex-flow: column;
    margin-bottom: 20px;
  }
}
.testimonials-acm .slide .name, .testimonials-acm .slide .property-name {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .testimonials-acm .slide .name, .testimonials-acm .slide .property-name {
    font-size: 16px;
    line-height: 20px;
  }
}
.testimonials-acm .slide .property-name {
  position: relative;
  padding-left: 6px;
  margin-left: 6px;
}
@media only screen and (max-width: 767px) {
  .testimonials-acm .slide .property-name {
    padding: 0;
    margin: 10px 0 0 0;
  }
}
.testimonials-acm .slide .property-name:before {
  align-items: center;
  content: "";
  height: 18px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .testimonials-acm .slide .property-name:before {
    display: none;
  }
}
.testimonials-acm .slide .thumb-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  width: 35%;
  height: 100%;
  min-height: 280px;
}
@media only screen and (max-width: 767px) {
  .testimonials-acm .slide .thumb-image {
    width: 100%;
    min-height: unset;
    height: auto;
    padding-top: 30vh;
  }
}
.testimonials-acm .slideshow-button {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
}
.testimonials-acm .slideshow-button:before {
  content: "";
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .testimonials-acm .slideshow-button {
    display: none;
  }
}
.testimonials-acm .slideshow-button svg {
  fill: #0F4C81;
  position: absolute;
  left: calc(50% - 7px);
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
}
.testimonials-acm .slideshow-button:hover:before {
  background-color: #fff;
  opacity: 0.5;
}
.testimonials-acm .slideshow-button:hover svg {
  fill: #75D4E3;
}
.testimonials-acm .slideshow-button.previous {
  left: 10px;
}
.testimonials-acm .slideshow-button.previous svg {
  transform: rotate(180deg);
  top: 20%;
  left: calc(50% - 11px);
}
.testimonials-acm .slideshow-button.next {
  right: 10px;
}
.testimonials-acm .swiper-pagination {
  position: absolute;
  bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testimonials-acm .swiper-pagination {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-acm .swiper-pagination {
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
}
.testimonials-acm .swiper-pagination-bullet {
  display: block;
  float: left;
  position: relative;
  border-radius: 5.5px/5px;
  width: 10px;
  height: 10px;
  font-size: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background 350ms ease-in-out;
  cursor: pointer;
  margin-right: 10px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .testimonials-acm .swiper-pagination-bullet {
    margin: 0 7px;
  }
}
.testimonials-acm .swiper-pagination-bullet:hover {
  background-color: #fff;
}
.testimonials-acm .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 130px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    padding-top: 100px;
  }
  .ng-lightbox-alert-bar #hamburger-navigation {
    padding-top: 180px;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  right: 0;
  visibility: visible;
}
#hamburger-navigation .top-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation .top-menu {
    max-width: 60%;
  }
}
#hamburger-navigation .top-menu a {
  display: block;
  padding: 4px 40px;
  font: 500 16px/24px "Oswald", sans-serif;
  text-decoration: none;
  color: #0F4C81;
}
#hamburger-navigation .top-menu a:hover, #hamburger-navigation .top-menu a.active {
  color: #D97442;
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
  padding: 4px 40px;
}
#hamburger-navigation .main-menu .menu.level-1 {
  padding-top: 25px;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font: 500 21px/32px "Oswald", sans-serif;
  text-decoration: none;
  color: #0F4C81;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #D97442;
}
#hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 4px;
}
#hamburger-navigation .main-menu .menu.level-1 > li.find-reservations-link button {
  height: auto;
  padding: 4px 40px;
  margin: 0;
  background: transparent;
  font: 500 21px/32px "Oswald", sans-serif;
  border-radius: 0;
  color: #0F4C81;
  text-decoration: none;
  text-transform: capitalize;
}
#hamburger-navigation .main-menu .menu.level-1 > li.find-reservations-link button:hover {
  color: #D97442;
  background: transparent;
}
#hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#hamburger-navigation .main-menu .menu.submenu a {
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
  color: #0F4C81;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #D97442;
}
#hamburger-navigation .main-menu .menu.submenu .find-reservations-link {
  display: none;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus .horizontal, #hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #0F4C81;
  top: 0;
}
#hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #0F4C81 !important;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#hamburger-navigation .search-modal {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  background-color: transparent;
  margin: 0 auto;
  max-width: 600px;
  padding: 40px 0;
  opacity: 1;
  visibility: visible;
}
#hamburger-navigation .search-modal .search-widget {
  border: 1px solid #0f4c81;
}
#hamburger-navigation .search-modal .search-modal-close {
  display: none;
}
#hamburger-navigation .search-modal .search-submit {
  font-size: 0px;
  padding: 0px;
  background: transparent;
  line-height: normal;
}
#hamburger-navigation .search-modal .search-submit .search-icon {
  display: block !important;
}
#hamburger-navigation .search-modal .search-modal-label {
  padding: 14px;
  align-items: center;
}
#hamburger-navigation .search-modal .search-modal-label > span {
  display: none;
}
#hamburger-navigation .search-modal .search-modal-label input {
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  color: #0f4c81;
  margin-bottom: 0;
}
#hamburger-navigation .search-modal .search-modal-label input::-webkit-input-placeholder {
  color: #0f4c81;
}
#hamburger-navigation .search-modal .search-modal-label input:-moz-placeholder {
  color: #0f4c81;
}
#hamburger-navigation .search-modal .search-modal-label input::-moz-placeholder {
  color: #0f4c81;
}
#hamburger-navigation .search-modal .search-modal-label input:-ms-input-placeholder {
  color: #0f4c81;
}
#hamburger-navigation .search-modal .search-modal-label input:focus::-webkit-input-placeholder {
  color: #0f4c81;
}
#hamburger-navigation .search-modal .search-modal-label input:focus:-moz-placeholder {
  color: #0f4c81;
}
#hamburger-navigation .search-modal .search-modal-label input:focus::-moz-placeholder {
  color: #0f4c81;
}
#hamburger-navigation .search-modal .search-modal-label input:focus:-ms-input-placeholder {
  color: #0f4c81;
}
#hamburger-navigation .search-modal .search-modal-frequently-searched-title {
  color: #0f4c81;
}
#hamburger-navigation .search-modal .search-modal-frequently-searched {
  color: #0f4c81;
  text-align: left;
  padding: 0px;
  background-color: #fff;
  padding-bottom: 40px;
}
#hamburger-navigation .search-modal .search-modal-frequently-searched ul {
  grid-template-columns: repeat(1, 1fr);
}
#hamburger-navigation .search-modal .search-modal-frequently-searched li a {
  color: #0f4c81;
  font-weight: 600;
}
#hamburger-navigation .search-modal .search-modal-frequently-searched li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  html.booking-visible {
    overflow: hidden;
  }
}
.booking {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 390px;
  height: 100%;
  transition: all 350ms ease-in-out;
  background: #F3F1EF;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 100;
  overflow: auto;
  text-align: center;
}
.ng-lightbox-alert-bar .booking {
  top: 50px;
  height: calc(100% - 50px);
}
.booking > * {
  z-index: 1;
}
.keyboard-navigation .booking {
  transition: none;
  display: none;
}
.booking-visible .booking {
  right: 0;
}
.booking-visible.keyboard-navigation .booking {
  display: block;
}
.booking .center-column {
  padding: 82px 45px 30px;
}
.booking h3, .booking .h3 {
  color: #0F4C81;
  font: 500 37px/50px "Oswald", sans-serif;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
  letter-spacing: 1px;
}
.booking h3:after, .booking .h3:after {
  content: "";
  height: 2px;
  width: 150px;
  margin: 25px auto;
  display: block;
  background: #D97442;
}
.booking form {
  text-align: center;
  display: block;
}
.booking label, .booking .label-name {
  display: block;
  text-align: center;
  font: 500 22px/25px "Oswald", sans-serif;
  color: #0F4C81;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .booking .label-name {
    font-size: 20px;
  }
}
.booking .column {
  position: relative;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  text-transform: uppercase;
}
.booking .column.dates {
  overflow: hidden;
}
.booking input[type=text], .booking input[type=date], .booking select, .booking .input-overlay, .booking .option, .booking .destination-overlay {
  display: block;
  color: #66666A;
  width: 100%;
  height: 45px;
  background: #fff;
  font-size: 16px;
  line-height: 45px;
  border: 1px solid #D8D8D8;
  text-align: center;
  padding: 0 10px;
  position: relative;
  text-transform: none;
}
.booking .destination-overlay {
  overflow: hidden;
}
.booking .input-overlay {
  opacity: 0;
  margin-top: -45px;
  display: block;
  cursor: pointer;
}
.booking #booking-dates {
  width: 100%;
}
.booking .hotels-wrapper {
  overflow: hidden;
  height: auto;
  max-height: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
}
.keyboard-navigation .booking .hotels-wrapper {
  transition: none;
}
.booking .hotels-wrapper .hotels-list {
  background: #fff;
  padding: 10px 20px 20px 20px;
  border: 1px solid #D8D8D8;
  border-top: none;
}
.booking .hotels-wrapper .hotels-list .location-wrapper {
  margin-top: 10px;
}
.booking .hotels-wrapper .hotels-list .location-wrapper .country-name {
  color: #0F4C81;
  font-weight: 700;
  text-transform: uppercase;
}
.booking .hotels-wrapper .hotels-list button:hover {
  color: #0F4C81;
}
.booking .destination-overlay.visible + .hotels-wrapper {
  max-height: 500px;
  visibility: visible;
}
.booking .control-button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 14px;
  text-indent: -9999px;
  overflow: hidden;
}
.booking .control-button:before, .booking .control-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #393939;
}
.booking .control-button:before {
  width: 10px;
  height: 2px;
}
.booking .control-button:after {
  width: 2px;
  height: 10px;
}
.booking .control-button.minus {
  right: auto;
  left: 14px;
}
.booking .control-button.minus:after {
  content: none;
}
.booking .control-button.plus {
  right: 14px;
}
.booking .control-button.minus:hover:before, .booking .control-button.minus:hover:after, .booking .control-button.plus:hover:before, .booking .control-button.plus:hover:after {
  background: #D97442;
}
.booking input[type=submit] {
  display: inline-block;
  border-color: #fff;
  background: #D97442;
  vertical-align: top;
  width: 170px;
  height: 54px;
  font-size: 27px;
  line-height: 50px;
  letter-spacing: -1px;
  padding: 0 10px;
  padding-bottom: 2px;
  margin-top: 10px;
  transition: all 350ms ease-in-out;
}
.booking input[type=submit]:hover {
  background: #0F4C81;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .booking {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    overflow: auto;
    padding: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    max-height: none;
  }
  .ng-lightbox-alert-bar .booking {
    top: 80px;
    height: calc(100% - 80px);
  }
  .booking-visible .booking {
    right: 0;
  }
  .booking h3 {
    font-size: 24px;
    line-height: 25px;
  }
  .booking .center-column {
    padding: 30px 15px 30px 15px;
    max-width: 100%;
    min-height: 100%;
  }
  .booking .column {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .booking label {
    font-size: 20px;
    padding-bottom: 8px;
  }
  .booking input[type=text], .booking input[type=date], .booking select, .booking .input-overlay, .booking .select-field {
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    width: 100%;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    font-size: 14px;
  }
  .booking .input-overlay {
    display: block;
    margin-top: -50px;
  }
  .booking #booking-dates {
    width: 100%;
  }
  .booking .decrement, .booking .increment {
    text-indent: -9999em;
    font-size: 0;
    position: absolute;
    width: 30px;
    height: 48px;
    top: 0;
  }
  .booking .decrement {
    left: 0;
  }
  .booking .increment {
    right: 0;
    transform: rotate(180deg);
  }
  .booking input[type=submit] {
    margin-top: 5px;
    width: 100%;
    height: 50px;
    line-height: 48px;
    font-size: 20px;
    padding-bottom: 2px;
  }
}
.booking .close {
  display: block;
  position: absolute;
  right: 25px;
  top: 25px;
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
.booking .close span {
  background: transparent;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -3px;
}
.booking .close span:before, .booking .close span:after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  position: absolute;
  left: 0;
  background: #000;
  transition: 350ms ease-in-out;
}
.booking .close span:before {
  top: 0;
  transform: rotate(45deg);
}
.booking .close span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.booking .close:hover span:before, .booking .close:hover span:after {
  background: #D97442;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking .close {
    right: 20px;
  }
}

#booking-datepicker {
  position: relative;
  z-index: 7;
  transition: all 350ms ease-in-out;
  height: auto;
  max-height: 0;
  visibility: hidden;
}
.keyboard-navigation #booking-datepicker {
  transition: none;
}
#booking-datepicker.visible {
  max-height: 500px;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    position: relative;
    bottom: auto;
    display: block;
    overflow: hidden;
    max-height: 0;
    visibility: hidden;
    transition: max-height 350ms ease-in-out;
  }
  #booking-datepicker.visible {
    max-height: 500px;
    visibility: visible;
  }
}
#booking-datepicker .arrival-departure-status {
  overflow: hidden;
  background: #0F4C81;
  text-align: center;
  width: 100%;
  height: 55px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .arrival-departure-status {
    display: none;
  }
}
#booking-datepicker .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker .arrival-departure-status .arrival, #booking-datepicker .arrival-departure-status .departure {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font: 600 18px/55px "Karla", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker .arrival-departure-status .arrival:after, #booking-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
#booking-datepicker.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
}
#booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
}
#booking-datepicker .ui-datepicker-group:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
  #booking-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
#booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
  top: 65px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
    top: 10px;
  }
}
#booking-datepicker .ui-datepicker-prev {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev {
    left: 26px;
  }
}
#booking-datepicker .ui-datepicker-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
#booking-datepicker.checkin-step td a, #booking-datepicker.checkout-step td a, #booking-datepicker td.checkin-date a, #booking-datepicker td.checkout-date a {
  position: relative;
}
#booking-datepicker.checkin-step td a:before, #booking-datepicker.checkout-step td a:before, #booking-datepicker td.checkin-date a:before, #booking-datepicker td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #0F4C81;
  font-size: 7px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker.checkin-step td a:hover:before, #booking-datepicker td.checkin-date a:before {
  content: "in";
}
#booking-datepicker.checkout-step td:not(.checkin-date) a:hover:before, #booking-datepicker td.checkout-date a:before {
  content: "out";
}

#booking-datepicker-home {
  display: none;
  position: absolute;
  left: 0;
  bottom: 80px;
  z-index: 7;
}
.booking-datepicker-under #booking-datepicker-home {
  bottom: auto;
  top: 80px;
}
#booking-datepicker-home.visible {
  display: block;
}
#booking-datepicker-home .arrival-departure-status {
  overflow: hidden;
  background: #0F4C81;
  text-align: center;
  width: 100%;
  line-height: 55px;
  height: 55px;
}
#booking-datepicker-home .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker-home .arrival-departure-status .arrival, #booking-datepicker-home .arrival-departure-status .departure {
  opacity: 0;
  font: 20px/55px "Karla", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker-home .arrival-departure-status .arrival:after, #booking-datepicker-home .arrival-departure-status .departure:after {
  content: attr(data-text);
}
#booking-datepicker-home .arrival-departure-status .arrival {
  margin-left: -100%;
}
#booking-datepicker-home .arrival-departure-status .departure {
  margin-right: -100%;
}
#booking-datepicker-home.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker-home.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker-home .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
}
#booking-datepicker-home .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
#booking-datepicker-home .ui-datepicker-group:nth-child(2) {
  margin-left: 20px;
}
#booking-datepicker-home .ui-datepicker-header {
  margin-bottom: 15px;
}
#booking-datepicker-home .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker-home .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
#booking-datepicker-home .ui-datepicker-prev, #booking-datepicker-home .ui-datepicker-next {
  top: 65px;
}
#booking-datepicker-home .ui-datepicker-prev {
  left: 20px;
}
#booking-datepicker-home .ui-datepicker-next {
  right: 20px;
}
#booking-datepicker-home.checkin-step td a, #booking-datepicker-home.checkout-step td a, #booking-datepicker-home td.checkin-date a, #booking-datepicker-home td.checkout-date a {
  position: relative;
}
#booking-datepicker-home.checkin-step td a:before, #booking-datepicker-home.checkout-step td a:before, #booking-datepicker-home td.checkin-date a:before, #booking-datepicker-home td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #0F4C81;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker-home.checkin-step td a:hover:before, #booking-datepicker-home td.checkin-date a:before {
  content: "in";
}
#booking-datepicker-home.checkout-step td:not(.checkin-date) a:hover:before, #booking-datepicker-home td.checkout-date a:before {
  content: "out";
}

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

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

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

.events,
.events-slider {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.events .slideshow,
.events-slider .slideshow {
  margin: 0 auto;
  overflow: hidden;
}
.events .slideshow.one-event .date-wrapper,
.events .slideshow.one-event .copy-wrapper,
.events-slider .slideshow.one-event .date-wrapper,
.events-slider .slideshow.one-event .copy-wrapper {
  opacity: 1;
}
.events .slideshow-wrapper,
.events-slider .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.events .event,
.events .event-slide,
.events-slider .event,
.events-slider .event-slide {
  position: relative;
  display: inline-block;
  width: 725px;
  height: auto;
  vertical-align: top;
  white-space: normal;
  margin: 0 60px;
  padding-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .events .event,
.events .event-slide,
.events-slider .event,
.events-slider .event-slide {
    width: calc(71% - 20px);
    margin: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .events .event,
.events .event-slide,
.events-slider .event,
.events-slider .event-slide {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
}
.events .event.swiper-slide-active .date-wrapper,
.events .event-slide.swiper-slide-active .date-wrapper,
.events-slider .event.swiper-slide-active .date-wrapper,
.events-slider .event-slide.swiper-slide-active .date-wrapper {
  opacity: 1;
}
.events .event .thumbnail,
.events .event-slide .thumbnail,
.events-slider .event .thumbnail,
.events-slider .event-slide .thumbnail {
  position: relative;
  width: 100%;
  height: 445px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #0F4C81;
  border-radius: 4px;
  margin: 0 0 30px 0;
  z-index: 1;
}
.events .event .thumbnail img,
.events .event-slide .thumbnail img,
.events-slider .event .thumbnail img,
.events-slider .event-slide .thumbnail img {
  z-index: 1;
}
.events .event .thumbnail:after,
.events .event-slide .thumbnail:after,
.events-slider .event .thumbnail:after,
.events-slider .event-slide .thumbnail:after {
  content: "";
  background: url("../images/watermark.png") no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .events .event .thumbnail,
.events .event-slide .thumbnail,
.events-slider .event .thumbnail,
.events-slider .event-slide .thumbnail {
    height: 380px;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .events .event .thumbnail,
.events .event-slide .thumbnail,
.events-slider .event .thumbnail,
.events-slider .event-slide .thumbnail {
    height: auto;
    padding-bottom: 56.25vw;
    border-radius: 0;
    margin: 0 0 20px 0;
  }
}
.events .event .thumbnail .loading:before,
.events .event-slide .thumbnail .loading:before,
.events-slider .event .thumbnail .loading:before,
.events-slider .event-slide .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #0F4C81;
  border-bottom-color: #0F4C81;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.events .event .date-wrapper,
.events .event-slide .date-wrapper,
.events-slider .event .date-wrapper,
.events-slider .event-slide .date-wrapper {
  position: absolute;
  top: 0;
  left: -75px;
  z-index: 2;
  opacity: 0;
  transition: 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .events .event .date-wrapper,
.events .event-slide .date-wrapper,
.events-slider .event .date-wrapper,
.events-slider .event-slide .date-wrapper {
    left: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .events .event .date-wrapper,
.events .event-slide .date-wrapper,
.events-slider .event .date-wrapper,
.events-slider .event-slide .date-wrapper {
    top: 10px;
    left: 10px;
  }
}
.events .event .date,
.events .event-slide .date,
.events-slider .event .date,
.events-slider .event-slide .date {
  position: relative;
  display: block;
  border: 1px solid #0F4C81;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .events .event .date,
.events .event-slide .date,
.events-slider .event .date,
.events-slider .event-slide .date {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .events .event .date,
.events .event-slide .date,
.events-slider .event .date,
.events-slider .event-slide .date {
    width: 75px;
    height: 75px;
  }
}
.events .event .date a,
.events .event-slide .date a,
.events-slider .event .date a,
.events-slider .event-slide .date a {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  text-decoration: none;
}
.events .event .date a span,
.events .event-slide .date a span,
.events-slider .event .date a span,
.events-slider .event-slide .date a span {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1;
  display: block;
  text-align: center;
  font-weight: 500;
}
.events .event .date a span.event-day,
.events .event-slide .date a span.event-day,
.events-slider .event .date a span.event-day,
.events-slider .event-slide .date a span.event-day {
  font-size: 46px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .events .event .date a span,
.events .event-slide .date a span,
.events-slider .event .date a span,
.events-slider .event-slide .date a span {
    font-size: 16px;
  }
  .events .event .date a span.event-day,
.events .event-slide .date a span.event-day,
.events-slider .event .date a span.event-day,
.events-slider .event-slide .date a span.event-day {
    font-size: 36px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .events .event .date a span,
.events .event-slide .date a span,
.events-slider .event .date a span,
.events-slider .event-slide .date a span {
    font-size: 13px;
  }
  .events .event .date a span.event-day,
.events .event-slide .date a span.event-day,
.events-slider .event .date a span.event-day,
.events-slider .event-slide .date a span.event-day {
    font-size: 24px;
    padding-bottom: 0;
  }
}
.events .event .date:after,
.events .event-slide .date:after,
.events-slider .event .date:after,
.events-slider .event-slide .date:after {
  content: "";
  display: block;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background-color: #0F4C81;
  position: absolute;
  bottom: 0;
  top: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .events .event .date:after,
.events .event-slide .date:after,
.events-slider .event .date:after,
.events-slider .event-slide .date:after {
    top: 8px;
    width: 112px;
    height: 112px;
  }
}
@media only screen and (max-width: 767px) {
  .events .event .date:after,
.events .event-slide .date:after,
.events-slider .event .date:after,
.events-slider .event-slide .date:after {
    top: 3px;
    width: 67px;
    height: 67px;
  }
}
.events .event .date:hover,
.events .event-slide .date:hover,
.events-slider .event .date:hover,
.events-slider .event-slide .date:hover {
  border-color: #D97442;
}
.events .event .date:hover:after,
.events .event-slide .date:hover:after,
.events-slider .event .date:hover:after,
.events-slider .event-slide .date:hover:after {
  background-color: #D97442;
}
.events .event .copy-wrapper,
.events .event-slide .copy-wrapper,
.events-slider .event .copy-wrapper,
.events-slider .event-slide .copy-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  font-size: 0;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
.events .event.swiper-slide-active .copy-wrapper,
.events .event-slide.swiper-slide-active .copy-wrapper,
.events-slider .event.swiper-slide-active .copy-wrapper,
.events-slider .event-slide.swiper-slide-active .copy-wrapper {
  opacity: 1;
}
.events .event .copy,
.events .event-slide .copy,
.events-slider .event .copy,
.events-slider .event-slide .copy {
  margin: 0 2% 0 0;
  width: 77%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .events .event .copy,
.events .event-slide .copy,
.events-slider .event .copy,
.events-slider .event-slide .copy {
    padding: 0 10px;
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.events .event h3,
.events .event-slide h3,
.events-slider .event h3,
.events-slider .event-slide h3 {
  font: 500 32px/1 "Oswald", sans-serif;
  font-size: 2.4vw;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 666.6666666667px) {
  .events .event h3,
.events .event-slide h3,
.events-slider .event h3,
.events-slider .event-slide h3 {
    font-size: 16px;
  }
}
@media (min-width: 1333.3333333333px) {
  .events .event h3,
.events .event-slide h3,
.events-slider .event h3,
.events-slider .event-slide h3 {
    font-size: 32px;
  }
}
.events .event p, .events .event .extra-info,
.events .event-slide p,
.events .event-slide .extra-info,
.events-slider .event p,
.events-slider .event .extra-info,
.events-slider .event-slide p,
.events-slider .event-slide .extra-info {
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .events .event p, .events .event .extra-info,
.events .event-slide p,
.events .event-slide .extra-info,
.events-slider .event p,
.events-slider .event .extra-info,
.events-slider .event-slide p,
.events-slider .event-slide .extra-info {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
.events .event .extra-info,
.events .event-slide .extra-info,
.events-slider .event .extra-info,
.events-slider .event-slide .extra-info {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .events .event .extra-info,
.events .event-slide .extra-info,
.events-slider .event .extra-info,
.events-slider .event-slide .extra-info {
    margin-bottom: 10px;
  }
}
.events .event .controls,
.events .event-slide .controls,
.events-slider .event .controls,
.events-slider .event-slide .controls {
  width: 20%;
  display: inline-block;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .events .event .controls,
.events .event-slide .controls,
.events-slider .event .controls,
.events-slider .event-slide .controls {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.events .event .controls .button:hover,
.events .event-slide .controls .button:hover,
.events-slider .event .controls .button:hover,
.events-slider .event-slide .controls .button:hover {
  border-color: #fff;
}
.events .view-all-button,
.events-slider .view-all-button {
  margin-top: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .events .view-all-button,
.events-slider .view-all-button {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .events .view-all-button,
.events-slider .view-all-button {
    margin-top: 25px;
  }
}

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

.rooms-layout #content {
  background-color: #F3F1EF;
  padding-bottom: 0;
}
.rooms-layout .main-content.center-column {
  max-width: 1180px;
}
@media only screen and (max-width: 767px) {
  .rooms-layout .main-content.center-column {
    padding: 0;
  }
}
.rooms-layout .rooms-content-inner {
  padding: 0 20px 10px;
}
@media only screen and (max-width: 767px) {
  .rooms-layout .rooms-content-inner {
    padding: 0 20px 0;
  }
}
.rooms-layout.single-room #content {
  padding-bottom: 50px;
}

.rooms-page {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .rooms-page {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-page {
    padding: 0 10px;
    flex-flow: column;
    justify-content: normal;
  }
}
.rooms-page .rooms-section-left {
  display: block;
  position: relative;
  width: 28%;
  padding: 60px 2% 0 0;
}
@media only screen and (max-width: 767px) {
  .rooms-page .rooms-section-left {
    padding: 10px 0 0;
    width: 100%;
  }
}
.rooms-page .rooms-section-left .category-selector .button {
  display: block;
  background-color: transparent;
  font-size: 28px;
  line-height: 1;
  height: auto;
  color: #0F4C81;
  padding: 0 40px 0 0;
  margin: 0 0 40px;
  white-space: normal;
  text-align: left;
}
.rooms-page .rooms-section-left .category-selector .button:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  height: 7px;
  margin-top: -4px;
  right: -6px;
  width: 12px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #D97442;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: center;
  transition: opacity 350ms ease-in-out;
}
.rooms-page .rooms-section-left .category-selector .button:hover, .rooms-page .rooms-section-left .category-selector .button.active {
  color: #D97442;
}
.rooms-page .rooms-section-left .category-selector .button:hover:after, .rooms-page .rooms-section-left .category-selector .button.active:after {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-page .rooms-section-left .category-selector .button {
    margin: 0 0 20px;
    padding: 0 20px 0 0;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-page .rooms-section-left .category-selector {
    display: inline-block;
  }
  .rooms-page .rooms-section-left .category-selector .button {
    display: none;
  }
}
.rooms-page .rooms-section-right {
  display: block;
  position: relative;
  width: 72%;
  border-left: 1px solid #D8D8D8;
  padding: 0 0 20px 60px;
  min-height: 700px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-page .rooms-section-right {
    padding: 0 0 20px 30px;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-page .rooms-section-right {
    width: 100%;
    padding: 0;
    border: 0;
    min-height: auto;
  }
}
.rooms-page .rooms-section-right .content-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  font-size: 0;
  padding: 0 20px;
}
.rooms-page .rooms-section-right .content-wrapper .room-description {
  padding: 0 20px 0 0;
  width: 72%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.rooms-page .rooms-section-right .content-wrapper .amenities-features {
  -moz-column-count: 2;
       column-count: 2;
  margin-left: 0;
}
.rooms-page .rooms-section-right .content-wrapper .amenities-features ul li {
  line-height: 2;
}
.rooms-page .rooms-section-right .content-wrapper .amenities-features ul li:before {
  content: none;
}
.rooms-page .rooms-section-right .content-wrapper .controls {
  width: 28%;
  display: inline-block;
  text-align: right;
  overflow: hidden;
}
.rooms-page .rooms-section-right .content-wrapper .controls .button {
  min-width: 142px;
  padding: 0 40px;
  float: right;
}
.rooms-page .rooms-section-right .content-wrapper .controls .small {
  border: solid 2px #0F4C81;
}
.rooms-page .rooms-section-right .content-wrapper .controls .small:hover {
  background-color: #D97442;
  border-color: #D97442;
}
.rooms-page .rooms-section-right .content-wrapper .controls .button + .button {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-page .rooms-section-right .content-wrapper .controls .button {
    padding: 0 20px;
    min-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-page .rooms-section-right .content-wrapper {
    padding: 0 10px;
  }
  .rooms-page .rooms-section-right .content-wrapper .room-description {
    display: block;
    padding: 0;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .rooms-page .rooms-section-right .content-wrapper .amenities-features {
    -moz-column-count: 1;
         column-count: 1;
  }
  .rooms-page .rooms-section-right .content-wrapper .amenities-features ul {
    margin-bottom: 10px;
  }
  .rooms-page .rooms-section-right .content-wrapper .amenities-features ul li {
    display: inline-block;
    margin-left: 10px;
  }
  .rooms-page .rooms-section-right .content-wrapper .amenities-features ul li:first-child {
    margin-left: 0;
  }
  .rooms-page .rooms-section-right .content-wrapper .controls {
    text-align: center;
    width: auto;
  }
  .rooms-page .rooms-section-right .content-wrapper .controls .button {
    padding: 0 10px;
    min-width: 0;
    height: 36px;
    line-height: 31px;
  }
  .rooms-page .rooms-section-right .content-wrapper .controls .button + .button {
    margin-top: 0;
    margin-right: 5px;
  }
}
.rooms-page .room-gallery-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .rooms-page .room-gallery-wrapper {
    margin-bottom: 15px;
  }
}
.rooms-page .room-gallery-wrapper .room-gallery {
  width: 100%;
  height: 0;
  padding-top: 63%;
  min-height: 320px;
}
@media only screen and (max-width: 767px) {
  .rooms-page .room-gallery-wrapper .room-gallery {
    min-height: 0;
  }
}
.rooms-page .room-gallery-wrapper .room-gallery-slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  border: 20px solid #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .rooms-page .room-gallery-wrapper .room-gallery-slideshow {
    border: 10px solid #fff;
  }
}
.rooms-page .room-gallery-wrapper .room-gallery-slideshow .slideshow-wrapper {
  height: 100%;
  display: flex;
}
.rooms-page .room-gallery-wrapper .room-gallery-slideshow video {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform: translate(-50%, -50%);
  transition: opacity 350ms ease-in;
}
.rooms-page .room-gallery-wrapper .room-gallery-slideshow .slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #0F4C81;
  border-radius: 4px;
  z-index: 10;
}
.rooms-page .room-gallery-wrapper .room-gallery-slideshow .slide:after {
  content: "";
  background: url(../images/watermark.png) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 4px;
}
.rooms-page .room-gallery-wrapper .room-gallery-slideshow .thumbnail-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 4px;
}
.rooms-page .room-gallery-wrapper .room-gallery-slideshow .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  float: none;
  margin: 0;
  z-index: 2;
  border-radius: 4px;
}
.rooms-page .room-gallery-wrapper .slideshow-controls {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.rooms-page .room-gallery-wrapper .slideshow-button {
  top: auto;
  bottom: 0;
  transform: none;
}
.rooms-page .room-gallery-wrapper .slideshow-button.previous {
  left: auto;
  right: 50px;
  bottom: 0;
}
.rooms-page .room-gallery-wrapper .slideshow-button.next {
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .room {
    padding: 0 20px;
  }
}
.room .price {
  font: 500 20px/1.2 "Oswald", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .room .price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .room .features {
    font-size: 14px;
  }
}
.room .amenities {
  clear: both;
  margin: 30px 0;
}
.room .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
  font: normal 16px/1.2 "Karla", sans-serif !important;
}
.room .amenities .rooms-icon:before {
  font-family: "HeBS-Icons" !important;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .room .amenities .rooms-icon {
    display: block;
    font-size: 14px !important;
  }
  .room .amenities .rooms-icon:before {
    margin-right: 10px;
  }
}
.room .links {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .room .links .button {
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin-bottom: 5px;
  }
}

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

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

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

.instagram-feed-section {
  position: relative;
  padding: 110px 0 100px;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .instagram-feed-section {
    padding: 60px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-feed-section {
    padding: 30px 0 30px;
  }
}
.instagram-feed-section .bg {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.instagram-feed-section .center-column {
  max-width: 1250px;
  z-index: 2;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .instagram-feed-section .center-column {
    padding: 0;
    max-width: 100%;
  }
}
.instagram-feed-section .h1-like {
  color: #0F4C81;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .instagram-feed-section .h1-like {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-feed-section .h1-like {
    margin-bottom: 15px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-feed-section .instagram-feeds {
    width: 100%;
    overflow: auto;
    display: flex;
  }
}
.instagram-feed-section .instagram-feeds .feed-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .instagram-feed-section .instagram-feeds .feed-items {
    width: 100%;
    height: 200px;
    flex-flow: row;
    justify-content: unset;
  }
}
.instagram-feed-section .instagram-feeds .feed-item-info {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 3px;
  background: #0F4C81;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .instagram-feed-section .instagram-feeds .feed-item-info {
    display: block;
    height: auto;
    width: 200px;
    border: 0;
    border-radius: 0;
  }
}
.instagram-feed-section .instagram-feeds .feed-item-info .feed-item-info-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.instagram-feed-section .instagram-feeds .feed-item-info .instagram-icon {
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.instagram-feed-section .instagram-feeds .feed-item-info .instagram-icon svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  transition: fill 350ms ease-in-out;
}
.instagram-feed-section .instagram-feeds .feed-item-info .instagram-icon:hover svg {
  fill: #D97442;
}
.instagram-feed-section .instagram-feeds .feed-item-info h4 {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: none;
}
.instagram-feed-section .instagram-feeds .feed-item-info h4 a {
  color: #fff;
  text-decoration: none;
  transition: color 350ms ease-in-out;
}
.instagram-feed-section .instagram-feeds .feed-item-info h4 a:hover {
  color: #D97442;
}
.instagram-feed-section .instagram-feeds .feed-item {
  max-width: 280px;
  width: calc(25% - 20px);
  text-indent: -9999em;
  font-size: 0;
  border: 3px solid #fff;
  border-radius: 3px;
  margin-bottom: 30px;
}
.instagram-feed-section .instagram-feeds .feed-item .tile {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.instagram-feed-section .instagram-feeds .feed-item .tile .feed-thumb {
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  z-index: 0;
  background-size: cover;
  background-color: #0F4C81;
}
@media only screen and (max-width: 767px) {
  .instagram-feed-section .instagram-feeds .feed-item {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    min-width: 200px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
  }
}

.scaled-bg {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .scaled-bg {
    transition: transform 0s;
    transform: none;
  }
}
.scaled-bg:hover {
  transform: scale(1);
}

/* COMMON */
.venues .categories-descr .category-descr {
  display: none;
}
.venues .categories-descr .category-descr.active {
  display: block;
}

.single-venue .venue-thumb img {
  display: block;
  width: 100%;
}
.single-venue .layouts {
  margin: 0 0 15px;
}
.single-venue .layouts span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  position: relative;
  cursor: pointer;
  border-left: 1px solid #ebebeb;
}
.single-venue .layouts span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #898989;
}
.single-venue .layouts span:hover {
  background: #e57c00;
}
.single-venue .layouts span:hover:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover {
    background: none;
  }
  .single-venue .layouts span:hover:before {
    color: #898989;
  }
}
.single-venue .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.single-venue .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover:after {
    display: none;
  }
}

/* Template 1 */
.venue.template1 {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  border: 1px solid #ebebeb;
}
.venue.template1 .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 390px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .background {
    position: relative;
    height: 300px;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
.venue.template1 .background .venue-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .background .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  transition: top 0s linear 0.1s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery.active {
  opacity: 1;
  top: 0;
  transition: top 0s linear 0s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .caption {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
  overflow: hidden;
  text-transform: uppercase;
  max-width: 80%;
  z-index: 2;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure {
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 10px;
  z-index: 4;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
    right: auto;
    left: 20px;
  }
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: #fff;
  cursor: pointer;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: red;
}
.venue.template1 .buttons {
  position: absolute;
  bottom: 0;
  left: calc(100% + 60px);
  z-index: 3;
  white-space: nowrap;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons {
    position: static;
    margin-top: 10px;
  }
}
.venue.template1 .buttons a {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a {
    width: auto;
  }
}
.venue.template1 .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a + a {
    margin-left: 0;
  }
}
.venue.template1 .buttons a + a:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -1px;
  bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a + a:before {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .venue.template1 .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template1 .content {
  width: 390px;
  padding: 40px 25px 15px 30px;
  color: #524a48;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  font-weight: 200;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .content {
    width: auto;
    background: transparent;
    z-index: 5;
    position: relative;
    box-sizing: border-box;
    padding-top: 60px;
  }
}
.venue.template1 .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.venue.template1 .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template1 .content h3 a:hover {
  color: #4B494C;
}
.venue.template1 .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
}
.venue.template1 .content .links {
  margin-top: 15px;
  height: 30px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .content .links {
    position: static;
    width: 100%;
    height: auto;
  }
}
.venue.template1 .content .links a {
  display: block;
  float: left;
  height: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 17px;
}
.venue.template1 .content .links a:first-child {
  padding-left: 0;
}
.venue.template1 .content .links a:last-child {
  padding-right: 0;
}
.venue.template1 .content .links a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .content .links a {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    font-size: 14px;
  }
}
.venue.template1 .layouts {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  font-size: 0;
  z-index: 4;
  height: 100%;
}
.venue.template1 .layouts.multiline {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts {
    right: 0;
    left: auto;
  }
}
.venue.template1 .layouts .main-list {
  width: 60px;
  height: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  float: left;
  background: #fff;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .main-list {
    float: right;
  }
}
.venue.template1 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venue.template1 .layouts .additional-list span {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .additional-list {
    left: auto;
    right: 0;
  }
}
.venue.template1 .layouts .toggle {
  display: none;
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template1 .layouts .toggle div:before {
  content: "\2022\2022\2022";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #4B494C;
  transform: rotate(90deg);
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .toggle {
    right: 0;
  }
}
.venue.template1 .layouts.multiline .toggle {
  display: block;
}
.venue.template1 .layouts.multiline.expand .toggle div:before {
  background: #4B494C;
  transform: translate(-50%, -50%) rotate(0deg);
  height: 2px;
  margin-top: 1px;
  margin-left: 0;
  color: #898989;
}
.venue.template1 .layouts span {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  cursor: pointer;
  text-align: center;
}
.venue.template1 .layouts span:before {
  line-height: 60px;
}
.venue.template1 .layouts span:hover:before, .venue.template1 .layouts span.active:before {
  color: #0033b4;
}
.venue.template1 .layouts span.rooms-icon {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template1 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template1 .layouts.expand .toggle div:before, .venue.template1 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #4B494C;
  position: absolute;
}
.venue.template1 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template1 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts.expand span > .rooms-icon-text {
    right: 120px;
  }
}

/* Template 2 */
.venue.template2 {
  overflow: hidden;
  margin: 45px 0;
}
.venue.template2 .tab-buttons {
  overflow: hidden;
}
.venue.template2 .tab-buttons span {
  display: block;
  float: left;
  width: 120px;
  height: 45px;
  line-height: 45px;
  color: #aa9b7c;
  font-size: 16px;
  font-weight: 700;
  border-right: 1px solid #ebebeb;
  cursor: pointer;
  background: #f6f6f3;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .tab-buttons span {
    width: 33.3%;
  }
}
.venue.template2 .tab-buttons span:hover, .venue.template2 .tab-buttons span.active {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .tab-buttons span .hide-on-mobile {
    display: none;
  }
}
.venue.template2 .content {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 10px 10px 10px 25px;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content {
    padding-left: 10px;
  }
}
.venue.template2 .content .tabs {
  float: left;
  min-height: 350px;
  width: 435px;
  padding-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venue.template2 .content .tabs {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content .tabs {
    float: none;
    width: 100%;
    min-height: 0;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
.venue.template2 .content .tabs .tab {
  display: none;
}
.venue.template2 .content .tabs .tab.active {
  display: block;
}
.venue.template2 .content .tabs h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
.venue.template2 .content .tabs h3 a {
  color: inherit;
  text-decoration: none;
}
.venue.template2 .content .tabs h3 a:hover {
  text-decoration: underline;
}
.venue.template2 .content .tabs h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 10px;
}
.venue.template2 .content .tabs p {
  font-size: 13px;
  line-height: 22px;
  color: #7d7d7d;
}
.venue.template2 .content .tabs .layouts {
  overflow: hidden;
}
.venue.template2 .content .tabs .layouts span {
  width: 50%;
  float: left;
  font-size: 13px;
  color: #7d7d7d;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
.venue.template2 .content .tabs .layouts span:before {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 40px;
  color: #aa9b7c;
}
@media only screen and (max-width: 1023px) {
  .venue.template2 .content .tabs .layouts span:before {
    font-size: 30px;
  }
}
.venue.template2 .content .background {
  position: absolute;
  top: 10px;
  left: 465px;
  right: 10px;
  bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venue.template2 .content .background {
    left: 53%;
  }
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content .background {
    position: static;
    height: 200px;
    width: 100%;
  }
}
.venue.template2 .content .background img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template2 .buttons {
  background: #013668;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons {
    padding: 8px 0;
  }
}
.venue.template2 .buttons .inner-wrapper {
  float: right;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons .inner-wrapper {
    float: none;
  }
}
.venue.template2 .buttons .inner-wrapper a {
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 0 30px;
}
.venue.template2 .buttons .inner-wrapper a + a {
  border-left: 1px solid #26537b;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons .inner-wrapper a {
    padding: 0 10px;
    float: none;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
  }
  .venue.template2 .buttons .inner-wrapper a:last-child {
    border-right: 1px solid #26537b;
  }
}
.venue.template2 .buttons .inner-wrapper a:hover {
  text-decoration: underline;
}

/* VENUES TEMPLATE 3 */
.venue.template3 {
  margin: 40px 0;
  overflow: hidden;
}
.venue.template3 .venue-phone {
  display: block;
  float: right;
  width: 290px;
  height: 50px;
  border-bottom: 1px solid #ebebeb;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #f8f8f8;
}
.venue.template3 .venue-phone:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 23px;
  background: url(images/phone.svg) no-repeat 0 0;
  margin-right: 13px;
}
.venue.template3 .inquiry {
  display: block;
  float: right;
  width: 290px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #e57c00;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .inquiry {
    float: none;
    margin: 0 auto;
  }
}
.venue.template3 .content-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.venue.template3 .content-wrapper .venue-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 290px;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .venue-thumb {
    position: static;
    height: 200px;
    width: 100%;
  }
}
.venue.template3 .content-wrapper .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template3 .content-wrapper .content {
  width: 290px;
  padding: 15px 40px 120px 20px;
  float: right;
  font-size: 14px;
  line-height: 22px;
  color: #a8a8a7;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .content {
    width: 100%;
    padding-bottom: 20px;
  }
}
.venue.template3 .content-wrapper .content h3 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: normal;
}
.venue.template3 .content-wrapper .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template3 .content-wrapper .content h3 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .content .amenities {
    text-align: center;
  }
}
.venue.template3 .content-wrapper .content .amenities span {
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  font-size: 25px;
  position: relative;
  margin: 0 13px 13px 0;
}
.venue.template3 .content-wrapper .content .amenities span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.venue.template3 .content-wrapper .content .links {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .content .links {
    position: static;
  }
}
.venue.template3 .content-wrapper .content .links a {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  line-height: 14px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.venue.template3 .content-wrapper .content .links a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #979797;
}
.venue.template3:nth-child(even) .venue-phone {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template3:nth-child(even) .venue-phone {
    float: none;
    margin: 0 auto;
  }
}
.venue.template3:nth-child(even) .content-wrapper .venue-thumb {
  left: 290px;
  right: 0;
}
.venue.template3:nth-child(even) .content-wrapper .content {
  padding: 15px 20px 120px 20px;
  float: left;
}
.venue.template3:nth-child(even) .inquiry {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template3:nth-child(even) .inquiry {
    float: none;
    margin: 0 auto;
  }
}

/* TEMPLATE 4 */
.venue.template4 {
  width: 100%;
  margin-bottom: 40px;
}
.venue.template4 .background {
  overflow: hidden;
  position: relative;
}
.venue.template4 .background .venue-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template4 .background .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template4 .background .content {
  float: left;
  width: 390px;
  padding: 30px 40px 40px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 200;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .content {
    float: none;
    width: 100%;
    padding-bottom: 100px;
  }
}
.venue.template4 .background .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.venue.template4 .background .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template4 .background .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
  color: #fff;
}
.venue.template4 .background .buttons {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .buttons {
    bottom: 10px;
    top: auto;
    left: 0;
    width: 100%;
  }
}
.venue.template4 .background .buttons a {
  float: left;
  border-radius: 0;
}
.venue.template4 .background .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .buttons a {
    display: inline-block;
    float: none;
  }
  .venue.template4 .background .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template4 .bottom {
  position: relative;
  height: 62px;
  background: #fff;
  border: 1px solid #ebebeb;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom {
    height: auto;
  }
}
.venue.template4 .bottom .links {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom .links {
    position: static;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
  }
}
.venue.template4 .bottom .links a {
  display: block;
  float: left;
  height: 60px;
  width: 33%;
  font-size: 15px;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.venue.template4 .bottom .links a + a {
  border-left: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom .links a {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
  }
}
.venue.template4 .layouts {
  position: absolute;
  top: 0;
  right: 0;
  left: 390px;
  height: 60px;
  text-align: right;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
}
.venue.template4 .layouts.multiline {
  right: 60px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts.multiline {
    margin-right: 60px;
  }
}
.venue.template4 .layouts .main-list {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
}
.venue.template4 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venue.template4 .layouts .toggle {
  display: none;
  position: absolute;
  right: -60px;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
}
.venue.template4 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template4 .layouts .toggle div:before {
  content: "\2022\2022\2022";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.venue.template4 .layouts.multiline .toggle {
  display: block;
}
.venue.template4 .layouts span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  position: relative;
  cursor: pointer;
}
.venue.template4 .layouts span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #898989;
}
.venue.template4 .layouts span:hover {
  background: #e57c00;
}
.venue.template4 .layouts span:hover:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts span:hover {
    background: none;
  }
  .venue.template4 .layouts span:hover:before {
    color: #898989;
  }
}
.venue.template4 .layouts span + span {
  border-left: 1px solid #ebebeb;
}
.venue.template4 .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 700;
  font-family: "Karla", sans-serif;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.venue.template4 .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts span:hover:after {
    display: none;
  }
}
.venue.template4 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template4 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template4 .layouts.expand .toggle div:before, .venue.template4 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #ebebeb;
  position: absolute;
}
.venue.template4 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template4 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}

/* VENUES TEMPLATE 5 */
.venue.template5 {
  margin: 80px 0;
}
.venue.template5 .venue-thumb {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .venue-thumb {
    height: 200px;
  }
}
.venue.template5 .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template5 .inner-wrapper {
  height: 140px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper {
    height: auto;
  }
}
.venue.template5 .inner-wrapper .layouts {
  width: 280px;
  height: 140px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts {
    width: 100%;
    height: auto;
    float: none;
  }
}
.venue.template5 .inner-wrapper .layouts .main-list {
  position: relative;
  z-index: 2;
  height: 140px;
  width: 280px;
  overflow: hidden;
  background: #ebebeb;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts .main-list {
    height: auto;
    width: 100%;
    background: #f6f6f6;
  }
}
.venue.template5 .inner-wrapper .layouts .additional-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.venue.template5 .inner-wrapper .layouts .additional-list span {
  border-right: 1px solid #ebebeb;
  border-left: 0;
}
.venue.template5 .inner-wrapper .layouts .toggle {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 70px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #ebebeb;
}
.venue.template5 .inner-wrapper .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template5 .inner-wrapper .layouts .toggle div:before {
  content: "\2022\2022\2022";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ae9c58;
}
.venue.template5 .inner-wrapper .layouts .toggle div:hover:before {
  color: #000;
}
.venue.template5 .inner-wrapper .layouts.multiline .toggle {
  display: block;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts.multiline .toggle {
    display: none;
  }
}
.venue.template5 .inner-wrapper .layouts span {
  display: block;
  width: 56px;
  height: 70px;
  float: left;
  border-left: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  line-height: 69px;
  text-align: center;
}
.venue.template5 .inner-wrapper .layouts span:last-child {
  border-right: 1px solid #f6f6f6;
  width: 57px;
}
.venue.template5 .inner-wrapper .layouts span:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: #8b8b8b;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts span {
    height: 50px;
    line-height: 50px;
  }
}
.venue.template5 .inner-wrapper .layouts.multiline.expand .additional-list {
  display: block;
  background: #f6f6f6;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts.multiline.expand .additional-list {
    display: none;
  }
}
.venue.template5 .inner-wrapper .layouts.multiline.expand .toggle {
  bottom: 1px;
  height: 69px;
}
.venue.template5 .inner-wrapper .content {
  position: absolute;
  left: 280px;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 15px 20px 20px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content {
    position: static;
  }
}
.venue.template5 .inner-wrapper .content h3 {
  color: #ae9c58;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
.venue.template5 .inner-wrapper .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template5 .inner-wrapper .content h3 a a:hover {
  text-decoration: underline;
}
.venue.template5 .inner-wrapper .content p {
  font-size: 14px;
  line-height: 22px;
  color: #a8a8a7;
  margin: 10px 0;
}
.venue.template5 .inner-wrapper .content .links {
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .links {
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .links > a {
  float: left;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ae9c58;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .links > a {
    float: none;
    display: inline-block;
  }
}
.venue.template5 .inner-wrapper .content .links > a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ae9c58;
}
.venue.template5 .inner-wrapper .content .amenities {
  margin-right: 180px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .amenities {
    margin-right: 0;
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .amenities span {
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 9px 9px 0;
  color: #151515;
}
.venue.template5 .inner-wrapper .content .amenities span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.venue.template5 .inner-wrapper .content .buttons {
  float: right;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .buttons {
    float: none;
    margin: 20px 0;
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .buttons a {
  color: #ae9c58;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 25px;
  border-radius: 3px;
  border: 1px solid #ae9c58;
  background: none;
}
.venue.template5 .inner-wrapper .content .buttons a:hover {
  background: #ae9c58;
  color: #fff;
}

.footer {
  background: #0F4C81 url("../images/waves.png") repeat 50% 50%;
  font-family: "Karla", sans-serif;
  position: relative;
  padding: 50px 0 60px;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 20px;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
}
.footer a:hover {
  color: #D97442;
}
.footer h4 {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer p {
  display: block;
  line-height: 1.2;
  margin-bottom: 6px;
  font-size: 16px;
}
.footer .center-column {
  max-width: 1220px;
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .footer .center-column {
    padding: 0 20px;
  }
}
.footer .footer-top-bar {
  display: flex;
  flex-flow: row;
  width: 100%;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-bar {
    display: block;
    padding-bottom: 0;
  }
}
.footer .footer-block {
  text-align: left;
}
.footer .footer-block.block-1 {
  margin-right: 40px;
  width: calc(60% - 44px);
  font-size: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .footer-block.block-1 {
    width: calc(40% - 44px);
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-block.block-1 {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}
.property .footer .footer-block.block-1 {
  margin-right: 20px;
  width: calc(56% - 16px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .property .footer .footer-block.block-1 {
    width: calc(40% - 44px);
  }
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-block.block-1 {
    width: 100%;
    margin-right: 0;
  }
}
.footer .footer-block .logos-wrapper {
  margin-right: 50px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  font-size: 0;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-block .logos-wrapper {
    margin-right: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .footer-block .logos-wrapper {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-block .logos-wrapper {
    text-align: center;
    margin: 0 auto 20px;
    display: block;
  }
}
.footer .footer-block .logos-wrapper .logo-footer {
  display: block;
  margin: 0 auto;
  width: 220px;
  height: auto;
  z-index: 1;
  opacity: 1;
  transition: opacity 350ms ease-in-out;
}
.footer .footer-block .logos-wrapper .logo-footer img {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .footer .footer-block .logos-wrapper .logo-footer {
    width: 140px;
  }
}
.footer .footer-block .logos-wrapper .logo-footer:hover {
  opacity: 0.8;
}
.footer .footer-block .logos-wrapper .logo-footer {
  padding-bottom: 10px;
}
.footer .footer-block .footer-contacts {
  display: inline-block;
  padding-top: 20px;
  max-width: 260px;
}
.property .footer .footer-block .footer-contacts {
  max-width: 170px;
  padding-top: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .property .footer .footer-block .footer-contacts {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-block .footer-contacts {
    padding-top: 0;
    max-width: none;
  }
}
.property .footer .footer-block .footer-contacts p {
  line-height: 25px;
}
.property .footer .footer-block .footer-contacts h4 {
  max-width: 150px;
  line-height: 25px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-block .footer-contacts h4 {
    max-width: 100%;
  }
}
.footer .footer-block .footer-contacts .footer-email {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .footer-block .footer-contacts {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-block .footer-contacts {
    padding-top: 0;
    max-width: none;
  }
}
.footer .footer-block .socials-list {
  margin: 33px 0 10px 0;
}
.footer .footer-block .socials-list li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 25px 10px 0;
}
.footer .footer-block .socials-list li:last-child {
  margin-right: 0;
}
.footer .footer-block .socials-list li a {
  text-indent: -9999px;
  font-size: 0;
}
.footer .footer-block .socials-list li a svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  transition: fill 350ms ease-in-out;
}
.footer .footer-block .socials-list li a:hover svg {
  fill: #D97442;
}
@media only screen and (max-width: 767px) {
  .footer .footer-block .socials-list li {
    margin: 0 25px 0 0;
  }
}
.footer .footer-block.block-2 {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  width: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .footer-block.block-2 {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-block.block-2 {
    padding-top: 10px;
    display: block;
    width: 100%;
    justify-content: unset;
    text-align: center;
  }
}
.property .footer .footer-block.block-2 {
  width: 44%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .property .footer .footer-block.block-2 {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-block.block-2 {
    width: 100%;
  }
}
.footer .footer-menu {
  margin: 3px 13px 10px 0;
}
.footer .footer-menu li {
  display: block;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-menu li {
    margin: 10px 0;
  }
}
.footer .footer-menu li a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
}
.footer .footer-menu li a:hover, .footer .footer-menu li a.active {
  color: #D97442;
}
@media only screen and (max-width: 767px) {
  .footer .footer-menu {
    display: block;
    text-align: center;
    margin: 20px 0 40px;
  }
}
.footer .contact-information {
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .footer .contact-information {
    display: block;
  }
}
.footer .contact-information .phone-one {
  margin-bottom: 15px;
}
.footer .scroll-button-block {
  width: 36px;
  height: 36px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .footer .scroll-button-block {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
  }
}
.footer .top-scroll-button {
  width: 36px;
  height: 36px;
  display: block;
  position: relative;
  vertical-align: top;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  text-indent: -9999px;
  padding: 0;
}
.footer .top-scroll-button:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 1px;
  margin: 0 auto;
  top: 14px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  height: 13px;
  width: 13px;
  transform: rotate(-135deg);
  transition: border-color 350ms ease-in-out;
  transform-origin: center;
}
.footer .top-scroll-button:hover {
  border-color: #D97442;
}
.footer .top-scroll-button:hover:after {
  border-bottom-color: #D97442;
  border-right-color: #D97442;
}
.footer .footer-bottom-bar {
  text-align: left;
}
.footer .footer-bottom-bar .copyright {
  font-size: 16px;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-bar {
    text-align: center;
  }
  .footer .footer-bottom-bar .copyright {
    font-size: 14px;
  }
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 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 h4 {
  position: relative;
  z-index: 1;
  margin: 5px 0 5px 20px;
  font-size: 14px;
  line-height: 18px;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 0 0 0 20px;
  z-index: 2;
  width: auto;
}
#hebs-gallery .select-wrapper .select-icon {
  right: 6px;
  margin-top: -4px;
  border-color: #66666A;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  font-size: 14px;
  padding: 0 30px 0 10px;
  color: #66666A;
  border-color: #66666A;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #0F4C81;
  border-bottom-color: #0F4C81;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #fff;
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #fff;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #D97442;
}
#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: #fff;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #000;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .category-selector .button, .specials .image-list .button {
  padding: 0 20px;
  font-size: 16px;
  line-height: 38px;
  height: 40px;
}
.specials .property-indicator {
  padding: 10px;
  color: #fff;
  background: #D97442;
  text-align: left;
  font: 15px/1 "Oswald", sans-serif;
}
.specials .property-indicator + .image-list-item:before {
  border-top: 0;
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #D8D8D8;
  z-index: -1;
}
.specials .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.specials .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.specials .image-list-item .description h3 {
  display: inline-block;
  color: #0F4C81;
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description nav, .specials .image-list-item .description .nav {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .description nav, .specials .image-list-item .description .nav {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav, .specials .image-list-item .description .nav {
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.specials-tiles.specials .image-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1092px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .specials-tiles.specials .image-list {
    display: block;
  }
}
.specials-tiles.specials .image-list-item {
  margin: 23px;
  padding-bottom: 50px;
  width: calc(50% - 46px);
  height: auto;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-tiles.specials .image-list-item {
    margin: 10px;
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .specials-tiles.specials .image-list-item {
    width: 100%;
    margin: 23px 0;
    padding-bottom: 0;
  }
}
.specials-tiles.specials .image-list-item::before {
  background-color: #fff;
}
.specials-tiles.specials .image-list-item .background {
  float: none;
  margin: 0;
  padding-top: 60%;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .specials-tiles.specials .image-list-item .background {
    padding-top: 0;
  }
}
.specials-tiles.specials .image-list-item .description {
  padding: 22px;
}
.specials-tiles.specials .image-list-item .description h3 {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.13px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .specials-tiles.specials .image-list-item .description h3 {
    font-size: initial;
    line-height: 1.2;
  }
}
.specials-tiles.specials .image-list-item .description p {
  padding: 0 22px;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.14px;
}
@media only screen and (max-width: 767px) {
  .specials-tiles.specials .image-list-item .description p {
    font-size: initial;
    line-height: 1.2;
  }
}
.specials-tiles.specials .image-list-item .description nav {
  left: 0;
  bottom: 16px;
  display: flex;
  justify-content: center;
  padding: 0 22px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .specials-tiles.specials .image-list-item .description nav {
    position: relative;
    bottom: auto;
    padding: 0;
  }
}
.specials-tiles.specials .image-list-item .description nav .button {
  display: block;
  width: calc(50% - 16px);
  height: 48px;
  margin: 8px;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  .specials-tiles.specials .image-list-item .description nav .button {
    display: block;
  }
}

.single-special .background {
  float: right;
  width: 100%;
  padding-bottom: 50%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .single-special .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.specials-top-image-layout .single-special .background {
  display: none;
}

.search-modal {
  display: block;
  transition-property: opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(15, 76, 129, 0.9);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  padding: 70px 0 60px;
}
.search-modal.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.search-modal .center-column {
  max-width: 1162px;
  padding: 0 20px;
}
.search-modal .search-submit {
  background: #d97442;
  border-radius: 0px;
  font-size: 17px;
  height: auto;
  padding: 12px 35px;
  line-height: 20px;
}
.search-modal .search-modal-close {
  position: absolute;
  right: 70px;
  top: 30px;
  width: 30px;
  height: 30px;
}
.search-modal .search-modal-close svg {
  transition: fill 0.3s ease;
  fill: black;
}
.search-modal .search-modal-close:hover svg {
  fill: #5d995d;
}
.search-modal .search-modal-label {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.search-modal .search-modal-label > span {
  margin-right: 20px;
  width: 35px;
  height: 35px;
}
.search-modal .search-modal-label input {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  line-height: 60px;
  height: 40px;
  color: #fff;
  letter-spacing: 0.3px;
  width: 100%;
  font-weight: 400;
}
.search-modal .search-modal-label input::-moz-placeholder {
  color: #fff;
}
.search-modal .search-modal-label input::placeholder {
  color: #fff;
}

.search-modal-frequently-searched {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .search-modal-frequently-searched {
    display: none;
  }
}
.search-modal-frequently-searched .search-modal-frequently-searched-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.search-modal-frequently-searched ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
}
.search-modal-frequently-searched li {
  display: block;
}
.search-modal-frequently-searched li a {
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  text-decoration: none;
}
.search-modal-frequently-searched li a:hover {
  text-decoration: underline;
}

.search-entry {
  margin-bottom: 40px;
  text-align: left;
  padding: 40px 0px;
  border-bottom: 1px solid lightgray;
}
.search-entry h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.search-entry p {
  font-size: 16px;
  margin-bottom: 10px;
}
.search-entry span a {
  font-size: 16px;
  color: #5d995d;
  font-weight: 700;
}
.search-entry span a:hover {
  color: #0a406b;
}

.search-widget:focus-within {
  margin-bottom: 105px;
}
@media screen and (max-width: 1200px) {
  .search-widget:focus-within .search-modal-frequently-searched {
    position: absolute;
    top: 45px;
    left: 20px;
    width: 92%;
    display: block !important;
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .search-widget:focus-within .search-modal-frequently-searched ul {
    -moz-column-count: 1 !important;
         column-count: 1 !important;
  }
}

@media only screen and (max-width: 767px) {
  .search-modal-frequently-searched {
    display: none;
  }
}

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

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

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 500 13px "Oswald", sans-serif;
  text-transform: uppercase;
  color: #0F4C81;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 18px 15px 10px 15px;
  position: relative;
  text-align: center;
  color: #393939;
  width: 203px;
  border-radius: 4px;
}
.map-content .thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 121px;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
}
.map-content p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.map-content h3 {
  font: 700 16px/18px "Karla", sans-serif;
  color: #0F4C81;
  margin-bottom: 7px;
}
.map-content .copy {
  padding: 18px 15px 10px 15px;
}
.map-content .visit-site {
  font: 500 11px/16px "Oswald", sans-serif;
  text-transform: uppercase;
  color: #D97442;
}
.map-content .visit-site:hover {
  color: #0F4C81;
}
.map-content .button {
  margin-top: 20px;
}

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

.leaflet-attribution-flag {
  display: none !important;
}

.leaflet-popup-close-button {
  display: none;
}

.leaflet-pane.leaflet-marker-pane img:first-of-type {
  z-index: 9999 !important;
}

svg.leaflet-attribution-flag {
  display: none !important;
}

.pressroom {
  text-align: center;
  font-size: 0;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 10px);
  height: 400px;
  margin: 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid #D8D8D8;
  padding: 20px 0;
  background: #0F4C81 url("../images/watermark.png") no-repeat 50% 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(50% - 22px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.pressroom .pressroom-item h4 {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.pressroom .pressroom-item time {
  color: #D97442;
  display: block;
  margin: 5px 0 8px;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  color: #fff;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  font-size: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #D97442;
}
.pressroom .pressroom-item .button {
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .button {
  padding: 0 20px;
  font-size: 16px;
  margin-top: 10px;
  line-height: 37px;
  height: 40px;
  background: #D97442;
}
.galleries .button:hover {
  background: #0F4C81;
}
.galleries .gallery {
  padding-bottom: calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  height: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.galleries .gallery .headings {
  position: absolute;
  color: #fff;
  text-align: center;
  left: auto;
  right: auto;
  bottom: 32px;
  width: 100%;
}
.galleries .gallery .headings .wrap {
  background-color: #0F4C81;
  width: calc(100% - 48px);
  height: 90px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.galleries .gallery h2, .galleries .gallery h3 {
  font: 400 21px/20px "Karla", sans-serif;
  letter-spacing: 0.21px;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
  z-index: 1;
}
.galleries .gallery h3 {
  top: auto;
  bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  margin-top: 8px;
  opacity: 1;
  line-height: 1;
  text-align: center;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
  z-index: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}

.form {
  display: block;
  margin-bottom: 20px;
  text-align: left;
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 10px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .form p {
    margin-bottom: 20px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  background: #fff;
  color: #000;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
    padding: 0 10px;
    width: 100%;
    text-align: left;
  }
}
.form .type_file label {
  margin-top: 5px;
}
.form .type_file input[type=file] {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .form .type_file label {
    margin-right: 20px;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=checkbox],
.form input[type=radio] {
    margin-top: 2px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    float: left;
  }
}
.form input[type=checkbox] {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .form input[type=checkbox] {
    margin-top: 2px;
  }
}
.form .group {
  margin-left: calc(40% + 20px);
}
@media only screen and (max-width: 767px) {
  .form .group {
    margin-left: 0;
    width: 100%;
  }
}
.form .group input[type=radio] {
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .form .group input[type=radio] {
    margin-top: 2px;
    float: none;
  }
}
.form .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 767px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick, .form .input-overlay {
  width: 100px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick, .form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .g-recaptcha {
  margin-bottom: 20px;
  margin-left: calc(40% + 20px);
}
@media only screen and (max-width: 767px) {
  .form .g-recaptcha {
    display: flex;
    justify-content: center;
    margin-left: 0;
  }
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

.saleforce-v2 {
  max-width: 650px;
  padding: 0 20px;
  margin: auto;
}

#form_module_container_errors,
#form_module_container_success {
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  background-color: rgba(117, 212, 227, 0.3);
}

#form_module_container_errors {
  color: #B31919;
}

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

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

#form_module_container_success {
  color: #5d995d;
}

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

#cendyn input[type=checkbox] {
  margin-top: 5px;
}

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

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

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

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

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

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  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: #0F4C81;
  color: #0F4C81;
}
#calendar-year .active a:hover {
  border-color: #D97442;
  color: #D97442;
}

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

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation .current-event {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#calendar-week li, #calendar-days li {
  display: inline-block;
  width: 13%;
}

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #66666A;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

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

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

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

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

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

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #D8D8D8;
  z-index: -1;
}
.calendar .image-list-item .button {
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  display: inline-block;
  color: #0F4C81;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #D97442;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.blog-page.template-2 {
  background-color: #F3F1EF;
}
.blog-page.template-2.single-blog-post #content, .blog-page.template-2.blog-archive-view #content {
  padding: 140px 0 88px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post #content, .blog-page.template-2.blog-archive-view #content {
    padding: 100px 0 64px;
  }
}
.blog-page.template-2.blog-list-view .blog-posts-wrapper {
  padding-top: 0;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}
.blog-page.template-2 .center-column {
  max-width: 1250px;
  padding: 0 20px;
}
.blog-page.template-2 .share-socials {
  position: absolute;
  right: -20px;
  bottom: 24px;
  width: 120px;
  text-align: left;
  min-height: 125px;
  background: #fff;
  margin-bottom: 0;
  height: 40px;
  padding: 10px 15px;
  border: 1px solid #dedede;
  opacity: 1;
  visibility: hidden;
  transition: opacity 350ms ease-in-out;
  z-index: 2;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}
.blog-page.template-2 .share-socials .share-title {
  color: #0F4C81;
  font-size: 14px;
  line-height: 1;
  display: block;
  text-transform: uppercase;
}
.blog-page.template-2 .share-socials .share-button {
  margin-top: 7px;
  vertical-align: top;
  height: 21px;
}
.blog-page.template-2 .share-socials .share-button.facebook-share {
  margin-top: 7px;
}
.blog-page.template-2 .share-socials .share-button.pinterest-share {
  margin-top: 8px;
}
.blog-page.template-2 .share-socials .share-button.pinterest-share a {
  display: inline-block !important;
  vertical-align: top !important;
}
.blog-page.template-2 .share-socials.visible {
  opacity: 1;
  visibility: visible;
}
.blog-page.template-2 .share-socials .common-close-button {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 14px;
  width: 14px;
  background: transparent;
  font-size: 0;
  transition: background-color 350ms ease-in-out;
  opacity: 1;
}
.blog-page.template-2 .share-socials .common-close-button:before, .blog-page.template-2 .share-socials .common-close-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 14px;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background 350ms ease-in-out;
}
.blog-page.template-2 .share-socials .common-close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.blog-page.template-2 .share-socials .common-close-button:hover {
  opacity: 0.8;
}
.blog-page.template-2 .share-socials .common-close-button:hover:before, .blog-page.template-2 .share-socials .common-close-button:hover:after {
  background: #666;
}
.blog-page.template-2 .posts-controls {
  height: 63px;
  background-color: #F3F1EF;
  position: relative;
  margin-top: 80px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-controls {
    margin-top: 64px;
  }
}
.blog-page.template-2 .posts-controls .center-column {
  height: 100%;
}
.blog-page.template-2 .posts-controls .controls-wrapper {
  height: 100%;
  position: relative;
}
.blog-page.template-2 .posts-controls .post-control-button {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.42px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  color: #0F4C81;
  text-decoration: none;
  white-space: nowrap;
  transition: 350ms ease-in-out;
  transform: translateY(-50%);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-controls .post-control-button {
    font-size: 12px;
  }
}
.blog-page.template-2 .posts-controls .post-control-button .post-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 10;
}
.blog-page.template-2 .posts-controls .post-control-button .post-icon:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 5px;
  height: 5px;
  border: 1px solid #0F4C81;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-135deg);
  transition: border-color 0.35s ease-in-out;
}
.blog-page.template-2 .posts-controls .post-control-button.previous-post {
  left: 25px;
}
.blog-page.template-2 .posts-controls .post-control-button.previous-post .post-icon {
  left: -16px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post {
  right: 25px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post .post-icon {
  right: -16px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post .post-icon:after {
  left: 4px;
  top: 4px;
  transform: rotate(45deg);
}
.blog-page.template-2 .posts-controls .post-control-button:hover {
  color: #D97442;
}
.blog-page.template-2 .posts-controls .post-control-button:hover .post-icon:after {
  border-color: #D97442;
}

@media only screen and (max-width: 767px) {
  html.blog-navigation-visible {
    overflow: hidden;
  }
}
#blog-hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 200px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  #blog-hamburger-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation {
    padding-top: 140px;
  }
}
.blog-navigation-visible #blog-hamburger-navigation {
  right: 0;
  visibility: visible;
}
#blog-hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#blog-hamburger-navigation .main-menu .blog-categories {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#blog-hamburger-navigation .main-menu .blog-categories li {
  position: relative;
  margin-bottom: 5px;
}
#blog-hamburger-navigation .main-menu .blog-categories li a {
  display: inline-block;
  padding: 5px 40px;
  font: 22px/1.2 "Oswald", sans-serif;
  text-decoration: none;
  color: #003E66;
  position: relative;
  text-transform: uppercase;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #E04E39;
  opacity: 0;
  visibility: hidden;
  transition: opacity visibility 350ms ease-in-out;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:hover, #blog-hamburger-navigation .main-menu .blog-categories li a.active {
  color: #D97442;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:hover:after, #blog-hamburger-navigation .main-menu .blog-categories li a.active:after {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1023px) {
  #blog-hamburger-navigation .main-menu .blog-categories li a {
    padding: 5px 0px;
  }
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .main-menu .blog-categories li a {
    font-size: 18px;
    padding: 5px 10px;
  }
}
#blog-hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#blog-hamburger-navigation .main-menu .menu.submenu a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  color: #003E66;
}
#blog-hamburger-navigation .main-menu .menu.submenu a:after {
  content: none;
}
#blog-hamburger-navigation .main-menu .menu.submenu a:hover, #blog-hamburger-navigation .main-menu .menu.submenu a.active {
  color: #D97442;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#blog-hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  z-index: 10;
}
#blog-hamburger-navigation .main-menu .plus .horizontal, #blog-hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #003E66;
  top: 0;
}
#blog-hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#blog-hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #blog-hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #003E66 !important;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#blog-hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#blog-hamburger-navigation .blog-search {
  margin: 0 auto;
  width: 80%;
  display: none;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .blog-search {
    display: block;
  }
}
#blog-hamburger-navigation .blog-search .blog-search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  position: relative;
  box-sizing: border-box;
}
#blog-hamburger-navigation .blog-search .blog-search-form label {
  flex: 1;
  height: 100%;
}
#blog-hamburger-navigation .blog-search .blog-search-form label .search-field {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #0F4C81;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  color: #000;
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
  width: 46px;
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: none;
  background: #0F4C81;
  cursor: pointer;
  color: transparent;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
    width: 60px;
  }
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit:hover {
  background-color: #003E66 !important;
}
#blog-hamburger-navigation .blog-search .blog-search-form svg {
  position: absolute;
  right: 22px;
  top: 12px;
  display: block;
  pointer-events: none;
  z-index: 1;
}

.featured-posts {
  margin-bottom: 88px;
}
.featured-posts .page-content {
  text-align: center;
}
.featured-posts .page-content h2 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 1px;
  text-align: center;
  color: #0F4C81;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .featured-posts .page-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.featured-posts .featured-posts-slider {
  max-width: 1210px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider {
    padding: 0;
  }
}
.featured-posts .featured-posts-slider .slideshow {
  margin: 0 auto;
  max-width: 1096px;
  overflow: hidden;
  overflow-y: visible;
  overflow-x: clip;
  border-radius: 4px;
}
.featured-posts .featured-posts-slider .post {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  min-height: 580px;
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post {
    padding: 0;
    min-height: auto;
  }
}
.featured-posts .featured-posts-slider .post .post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 55%;
  background-color: #5990B4;
}
.featured-posts .featured-posts-slider .post .post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-image {
    width: 100%;
    max-height: 240px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper {
  text-align: left;
  width: 45%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: auto;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper {
    padding-right: 0;
    width: 100%;
    justify-content: normal;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
  width: 100%;
  padding: 30px 20px 40px 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
    margin-top: 0;
    padding: 24px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-date {
  display: block;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #D97442;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-date {
    margin-bottom: 12px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0F4C81;
  margin-top: 16px;
  margin-bottom: 16px;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #003E66;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
    margin: 0 0 12px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-text,
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-text p {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  color: #393939;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-text,
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-text p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .read-more-link {
    padding: 4px 34px;
  }
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #EDEDED;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 10;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.previous {
  background: url("../images/arrow-left.svg") 12px 12px no-repeat;
  position: absolute;
  background-color: #0F4C81;
  width: 40px;
  height: 40px;
  right: 0;
  transition: 350ms ease-in-out;
  left: 0;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.next {
  background: url("../images/arrow-right.svg") 16px 12px no-repeat;
  position: absolute;
  background-color: #0F4C81;
  width: 40px;
  height: 40px;
  right: 0;
  transition: 350ms ease-in-out;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button:hover {
  background-color: #D97442;
  transition: 350ms ease-in-out;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.swiper-button-disabled {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .slideshow-controls {
    display: none;
  }
}
.featured-posts .featured-posts-slider .slideshow-pagination {
  bottom: -24px;
}

.blog-page.template-2 .recent-posts .page-content {
  text-align: center;
}
.blog-page.template-2 .recent-posts .page-content h1,
.blog-page.template-2 .recent-posts .page-content h2 {
  font: normal 48px/1.2 "Oswald", sans-serif;
  color: #0F4C81;
  box-sizing: border-box;
  margin-bottom: 40px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .recent-posts .page-content h1,
.blog-page.template-2 .recent-posts .page-content h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 5px auto 30px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}
.blog-page.template-2 .posts-content-wrap {
  font-family: "Oswald", sans-serif;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  justify-content: center;
}
.blog-page.template-2 .posts-content-wrap .one-post {
  width: 29.2%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    width: 100%;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #5990B4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image:hover {
  background-size: 120%;
  transition: 350ms ease-in-out;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-category {
  font-family: "Karla", sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 11px;
  letter-spacing: 0.55px;
  position: absolute;
  top: 8px;
  right: 8px;
  min-height: 30px;
  text-align: center;
  padding: 0 12px;
  background-color: #D97442;
  border-radius: 2px;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: end;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-category span {
  font-size: 11px;
  display: flex;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
  width: 100%;
  background: #fff;
  padding: 35px 20px 20px;
  box-sizing: border-box;
  min-height: 200px;
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
    padding: 24px;
    min-height: 120px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author {
  font-size: 13px;
  line-height: 1.2;
  color: #8A8A8A;
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author .date {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  padding-right: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
  color: #D97442;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .date-author .date {
    margin-bottom: 10px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    margin-bottom: 32px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title a {
  color: #003E66;
  text-decoration: none;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text,
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text p {
  font-size: 16px;
  line-height: 1.6em;
  color: #525252;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-text,
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links {
  display: flex;
  font-size: 0;
  position: absolute;
  left: 20px;
  right: 40px;
  bottom: 20px;
  vertical-align: bottom;
  width: calc(100% - 40px);
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .post-links {
    padding: 0 4px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  border: none;
  text-align: center;
  padding: 0 10px 0 0;
  text-transform: none;
  border-radius: 0;
  background-color: initial;
  color: #0F4C81;
  transition: 350ms ease-in-out;
  text-transform: uppercase;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid #0F4C81;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  margin: 2px 0 0 -11px;
  transition: border-color 350ms ease-in-out;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link:hover {
  opacity: 1;
  color: #D97442;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link:hover:after {
  border-color: #D97442;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  color: #0F4C81;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  transition: color 350ms ease-in-out;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button svg {
  margin-left: 10px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button svg path {
  fill: #0F4C81;
  transition: fill 350ms ease-in-out;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button:hover {
  color: #D97442;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button:hover svg path {
  fill: #D97442;
}

.related-posts {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .related-posts {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.related-posts .page-content {
  text-align: center;
}
.related-posts .page-content .caption {
  font: normal 18px/1.2 "Oswald", sans-serif;
  color: #5990B4;
  text-transform: uppercase;
}
.related-posts .page-content h2 {
  font: normal 50px/1.2 "Oswald", sans-serif;
  text-align: center;
  color: #003E66;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .related-posts .page-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.related-posts .related-posts-slider {
  max-width: 1135px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider {
    padding: 0;
  }
}
.related-posts .related-posts-slider .slideshow {
  margin: 0 auto;
  max-width: 1135px;
  overflow: hidden;
}
.related-posts .related-posts-slider .post {
  display: flex;
  flex-flow: wrap;
  width: 33.3%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  min-height: 420px;
  border-radius: 4px;
  overflow: hidden;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider .post {
    padding: 0;
    min-height: auto;
    box-shadow: none;
  }
}
.related-posts .related-posts-slider .post .post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  background-color: #5990B4;
  border-radius: 4px;
}
.related-posts .related-posts-slider .post .post-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 76, 129, 0) 0%, #0F4C81 100%);
}
.related-posts .related-posts-slider .post .post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider .post .post-image {
    width: 100%;
  }
}
.related-posts .related-posts-slider .post .post-category {
  font-family: "Karla", sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 11px;
  letter-spacing: 0.55px;
  position: absolute;
  top: 8px;
  right: 8px;
  min-height: 30px;
  text-align: center;
  padding: 0 12px;
  background-color: #D97442;
  border-radius: 2px;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: end;
}
.related-posts .related-posts-slider .post .post-category span {
  font-size: 11px;
  display: flex;
}
.related-posts .related-posts-slider .post .post-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 24px;
  width: 100%;
}
.related-posts .related-posts-slider .post .post-content-wrapper .post-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 20px;
  text-align: left;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 136.364% */
  text-transform: uppercase;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .related-posts .related-posts-slider .post .post-content-wrapper h3.post-title {
    font-size: 20px;
  }
}
.related-posts .related-posts-slider .post .post-content-wrapper .read-more-link {
  font-size: 12px;
  font-weight: normal;
  border-radius: 4px;
  line-height: 30px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 38px;
  transition: 350ms ease-in-out;
}
.related-posts .related-posts-slider .post .post-content-wrapper .read-more-link:hover {
  background-color: #D97442;
  border-color: #D97442;
  transition: 350ms ease-in-out;
}

.blog-page.template-2 .page-content-wrapper.page-content:after {
  clear: both;
  content: "";
  display: table;
}
.blog-page.template-2 .page-content-wrapper.page-content hr {
  display: block;
  height: 1px;
  margin: 20px auto;
  border: none;
  background: #ccc;
  color: #ccc;
}
.blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3, .blog-page.template-2 .page-content-wrapper.page-content h4, .blog-page.template-2 .page-content-wrapper.page-content h5 {
  font-family: "Oswald", sans-serif;
}
.blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content .h1-like {
  font: 400 50px/1 "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content .h1-like {
    font-size: 24px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content h4, .blog-page.template-2 .page-content-wrapper.page-content h5, .blog-page.template-2 .page-content-wrapper.page-content h6 {
  color: #003E66;
}
.blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 22px;
  font-weight: normal;
  color: #0F4C81;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content h4 {
  font-size: 22px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h4 {
    font-size: 18px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content strong {
  font-weight: bold;
}
.blog-page.template-2 .page-content-wrapper.page-content em {
  font-style: italic;
}
.blog-page.template-2 .page-content-wrapper.page-content u {
  text-decoration: underline;
}
.blog-page.template-2 .page-content-wrapper.page-content sup, .blog-page.template-2 .page-content-wrapper.page-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.blog-page.template-2 .page-content-wrapper.page-content sup {
  top: -0.5em;
}
.blog-page.template-2 .page-content-wrapper.page-content sub {
  bottom: -0.25em;
}
.blog-page.template-2 .page-content-wrapper.page-content p, .blog-page.template-2 .page-content-wrapper.page-content table {
  overflow: visible;
}
.blog-page.template-2 .page-content-wrapper.page-content p {
  font-size: 18px;
  color: #383838;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content ol {
  list-style: decimal inside;
}
.blog-page.template-2 .page-content-wrapper.page-content ul {
  list-style: none;
}
.blog-page.template-2 .page-content-wrapper.page-content ol, .blog-page.template-2 .page-content-wrapper.page-content ul {
  margin-left: 30px;
}
.blog-page.template-2 .page-content-wrapper.page-content ol ol, .blog-page.template-2 .page-content-wrapper.page-content ol ul, .blog-page.template-2 .page-content-wrapper.page-content ul ul, .blog-page.template-2 .page-content-wrapper.page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-page.template-2 .page-content-wrapper.page-content ol li, .blog-page.template-2 .page-content-wrapper.page-content ul li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content {
    text-align: center;
  }
  .blog-page.template-2 .page-content-wrapper.page-content ol, .blog-page.template-2 .page-content-wrapper.page-content ul {
    margin-left: 0;
  }
  .blog-page.template-2 .page-content-wrapper.page-content .sitemap ol, .blog-page.template-2 .page-content-wrapper.page-content .sitemap ul {
    margin-left: 20px;
  }
  .blog-page.template-2 .page-content-wrapper.page-content ol ol, .blog-page.template-2 .page-content-wrapper.page-content ol ul, .blog-page.template-2 .page-content-wrapper.page-content ul ul, .blog-page.template-2 .page-content-wrapper.page-content ul ol {
    font-size: 90%;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #003E66;
  border-radius: 100%;
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:hover:before {
  background-color: #5990B4;
}
.blog-page.template-2 .page-content-wrapper.page-content td, .blog-page.template-2 .page-content-wrapper.page-content th, .blog-page.template-2 .page-content-wrapper.page-content caption {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.blog-page.template-2 .page-content-wrapper.page-content th, .blog-page.template-2 .page-content-wrapper.page-content caption {
  vertical-align: bottom;
  padding-top: 0;
  padding-bottom: 20px;
  font: 22px/1 "Oswald", sans-serif;
  color: #003E66;
}
.blog-page.template-2 .page-content-wrapper.page-content td {
  border-top: 1px solid #f7fcfc;
  background: #f2f7f7;
}
.blog-page.template-2 .page-content-wrapper.page-content .even td {
  background: #edf5f5;
}
.blog-page.template-2 .page-content-wrapper.page-content table p {
  margin: 10px 0;
}
.blog-page.template-2 .page-content-wrapper.page-content img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2 .page-content-wrapper.page-content .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content .socials {
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content .socials {
    text-align: center;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content .socials iframe {
  display: inline-block;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}

.blog-page.template-2 .read-more-link {
  font: 500 14px/45px "Oswald", sans-serif;
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  padding: 0 40px;
  text-transform: uppercase;
  background-color: #0F4C81;
  transition: 350ms ease-in-out;
}
.blog-page.template-2 .read-more-link:hover {
  background-color: #D97442;
  transition: 350ms ease-in-out;
}
.blog-page.template-2 .read-more-link:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.blog-page.template-2 .read-more-link.white {
  color: #fff;
}
.blog-page.template-2 .read-more-link.white:after {
  background: #fff;
}
.blog-page.template-2 .read-more-link.colored {
  color: #969696;
  border: 1px solid #969696;
  font-size: 24px;
  line-height: 40px;
  padding: 0 50px;
  background-color: #fff;
  color: #0F4C81;
}
.blog-page.template-2 .read-more-link.colored:hover, .blog-page.template-2 .read-more-link.colored.active {
  background-color: #0F4C81;
  border-color: #0F4C81;
  color: #fff;
  opacity: 1;
}
.blog-page.template-2 .read-more-link.see-all-colored {
  border: 0;
  border-radius: 0;
  color: #0F4C81;
  padding: 0;
  font-size: 20px;
  line-height: 40px;
  background-color: initial;
}
.blog-page.template-2 .read-more-link.see-all-colored:before {
  content: "";
  background-color: #0F4C81;
  display: block;
  width: 2px;
  height: 42px;
  position: absolute;
  top: 0;
  left: -25px;
}
.blog-page.template-2 .read-more-link.see-all-colored:hover, .blog-page.template-2 .read-more-link.see-all-colored.active {
  color: #E04E39;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .read-more-link {
    padding: 0 20px;
    font-size: 14px;
    line-height: 36px;
  }
}
.blog-page.template-2.single-blog-post .page-content-wrapper {
  width: 100%;
}
.blog-page.template-2.single-blog-post .single-post-image {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #5990b4;
  height: 415px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-image {
    padding-top: 55vh;
    height: auto;
    margin-bottom: 40px;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading {
  font: 400 22px/1.2 "Oswald", sans-serif;
  padding: 24px 32px 32px 32px;
  position: absolute;
  bottom: 55px;
  color: #fff;
  width: 100%;
  max-width: 706px;
  min-width: 500px;
  margin-right: 90px;
  text-align: left;
  background: #0F4C81 url("../images/waves.png") repeat 50% 50%;
  background-repeat: repeat;
  background-position: 50% 50%;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading {
    bottom: 0;
    padding: 24px;
    margin-right: 0;
    background-color: rgba(0, 62, 102, 0.8);
    min-width: 100%;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  padding-bottom: 20px;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read:before {
  content: "";
  height: 20px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
    font-size: 20px;
  }
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
    font-size: 20px;
    padding-left: 15px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading .date-time {
    padding-bottom: 15px;
  }
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
    font-size: 14px;
  }
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading h1 {
  font: 400 50px/1 "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .single-post-heading h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading h1 {
    font-size: 24px;
    padding-right: 20px;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button {
  position: absolute;
  right: 24px;
  top: 24px;
  display: flex;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  transition: color 350ms ease-in-out;
  font-family: "Oswald", sans-serif;
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button svg {
  margin-left: 10px;
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button svg path {
  fill: #fff;
  transition: fill 350ms ease-in-out;
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button:hover {
  color: #D97442;
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button:hover svg path {
  fill: #D97442;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading .post-share-button {
    right: 24px;
    top: 24px;
    font-size: 0;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .share-socials {
  position: absolute;
  right: -120px;
  bottom: auto;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .single-post-heading .share-socials {
    right: 0;
  }
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper {
  position: relative;
  width: 100%;
  max-width: 686px;
  margin: auto;
  text-align: left;
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper.banner-show {
  min-height: 660px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-content-wrapper {
    padding: 0;
  }
  .blog-page.template-2.single-blog-post .single-post-content-wrapper.banner-show {
    min-height: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .single-post-content-wrapper .single-post {
    text-align: left;
  }
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper .single-post p:has(span) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-content-wrapper .single-post p:has(span) {
    margin-bottom: 16px;
  }
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper .single-post span {
  font-family: "Oswald", sans-serif;
  color: #0F4C81;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 114.286% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper .single-post p {
  font-family: "Karla", sans-serif;
  color: #393939;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper .single-post-back-button {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-content-wrapper .single-post-back-button {
    text-align: left;
    padding-left: 14px;
    margin-bottom: 32px;
  }
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper .single-post-back-button .back-to {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0F4C81;
  transition: 350ms ease-in-out;
  margin-bottom: 48px;
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper .single-post-back-button .back-to:before {
  content: "";
  position: absolute;
  left: auto;
  top: 2px;
  width: 5px;
  height: 5px;
  border: 1px solid #0F4C81;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(225deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  margin: 2px 0 0 -11px;
  transition: border-color 350ms ease-in-out;
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper .single-post-back-button .back-to:hover {
  opacity: 1;
  color: #D97442;
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper .single-post-back-button .back-to:hover:before {
  border-color: #D97442;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb {
  font: 400 18px/1.2 "Oswald", sans-serif;
  color: #666666;
  margin-bottom: 35px;
  text-align: left;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb .separator {
  padding: 0 10px;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb a {
  color: #666;
  text-decoration: none;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb a:hover, .blog-page.template-2.single-blog-post .blog-breadcrumb a.active {
  color: #003E66;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .blog-breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .blog-page.template-2.single-blog-post .blog-breadcrumb .separator {
    padding: 0 5px;
  }
}
.blog-page.template-2.single-blog-post .tags {
  display: inline-block;
  vertical-align: top;
  font-family: "Oswald", sans-serif;
}
.blog-page.template-2.single-blog-post .tags h5 {
  font: 500 20px/1.2 "Oswald", sans-serif;
  color: #666666;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.blog-page.template-2.single-blog-post .tags ul {
  margin: 0 0 15px 0;
  list-style: none;
  display: inline-block;
}
.blog-page.template-2.single-blog-post .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.blog-page.template-2.single-blog-post .tags ul li:before {
  content: none;
}
.blog-page.template-2.single-blog-post .tags ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #003E66;
}
.blog-page.template-2.single-blog-post .tags ul li a:hover {
  color: #5990b4;
}
.blog-page.template-2.blog-search-view .no-results h3 {
  font: 400 22px/1.2 "Oswald", sans-serif;
  color: #003E66;
}
.blog-page.template-2.blog-archive-view .archive-header {
  margin-top: 88px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header {
    margin-top: 30px;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .page-content h1 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0F4C81;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .page-content h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years {
  display: block;
  margin: 0 auto;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list a {
  font-family: "Oswald", sans-serif;
  align-content: center;
  margin-right: 10px;
  display: block;
  padding: 0px 15px;
  height: 40px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list a:last-child {
  margin-right: 0;
  margin-left: 35px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list {
    display: none;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter {
  font-family: "Oswald", sans-serif;
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter label {
  color: #003E66;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter {
    display: block;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter .select-wrapper {
    width: 100%;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter #blog-years-filter {
    width: 100%;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months {
  font-family: "Oswald", sans-serif;
  position: relative;
  margin: 40px auto 88px;
  padding: 0 30px;
  max-width: 940px;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list {
  display: flex;
  justify-content: space-between;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list li {
  display: inline-block;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a {
  text-transform: uppercase;
  color: #0F4C81;
  text-decoration: none;
  transition: color 350ms ease-in-out;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a:hover, .blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a.active {
  color: #D97442;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list {
    display: none;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter {
  font-family: "Oswald", sans-serif;
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter label {
  color: #003E66;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter {
    display: block;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter .select-wrapper {
    width: 100%;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter #blog-months-filter {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months {
    padding: 0;
    margin: 20px auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .recent-posts.center-column {
    padding: 0;
  }
}
.blog-page.template-2.blog-archive-view .recent-posts.center-column.archive-recent-posts-list-container {
  max-width: 1096px;
}
.blog-page.template-2.blog-archive-view .recent-posts.center-column.archive-recent-posts-list-container .posts-content-wrap {
  justify-content: flex-start;
}
.blog-page.template-2.blog-archive-view .recent-posts.center-column.archive-recent-posts-list-container .posts-content-wrap .one-post {
  width: 33.3%;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .recent-posts.center-column.archive-recent-posts-list-container .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-2.blog-archive-view .recent-posts.center-column.archive-recent-posts-list-container .posts-content-wrap .one-post {
    width: 50%;
  }
}
.blog-page.template-2.blog-archive-view .recent-posts .month-archive-block {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-archive-block .month-archive-inner {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.5px;
  color: #0F4C81;
  display: block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 45px;
  max-width: 1096px;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title span {
  position: relative;
  display: inline-block;
  background: #F3F1EF;
  padding: 0 20px 0 10px;
  z-index: 1;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title:after {
  content: "";
  height: 1px;
  width: 90%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  background-color: #5990B4;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .recent-posts .month-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .blog-page.template-2.blog-archive-view .recent-posts .month-title span {
    padding: 0 20px 0 0;
  }
  .blog-page.template-2.blog-archive-view .recent-posts .month-title:after {
    right: 0;
  }
}

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

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

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

  #content-submenu {
    display: none;
  }

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

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