@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: thin solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #ffffff;
  width: 160px;
  font-size: 12px;
  font-weight: normal;
  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: #ffffff;
}

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.95);
  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-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #333333;
}

.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: 12px;
  height: 12px;
  border: 2px solid #333333;
  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 #1F7C98;
  border-bottom: 2px solid #1F7C98;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #2285A4;
  border-left-color: #2285A4;
}

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

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 3px;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  width: 58px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    width: auto;
    height: auto;
  }
}
.ui-datepicker-calendar th {
  color: #333333;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 200;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  border-bottom: thin #DADADA solid;
  padding-bottom: 15px;
}
.ui-datepicker-calendar td {
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.5;
  color: #333333;
  border-radius: 25px;
  overflow: hidden;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #d0d0d0;
  background: none !important;
}
.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 a:focus {
  background: #004F70 !important;
  color: #ffffff !important;
}
.ui-datepicker-calendar .ui-datepicker-today:not(.ui-datepicker-highlight) {
  box-shadow: inset 0 0 0 1px #4CBB79;
}
.ui-datepicker-calendar .ui-datepicker-current-day {
  background: #1F7C98;
  color: #ffffff;
}
.ui-datepicker-calendar .ui-datepicker-highlight,
.ui-datepicker-calendar .ui-state-default:hover {
  background: #4CBB79;
  color: #ffffff;
}
.ui-datepicker-calendar .ui-datepicker-highlight a,
.ui-datepicker-calendar .ui-state-default:hover a {
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-post-author {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-post-author {
    margin-bottom: 20px;
  }
}
.blog-post-author .author-block {
  display: flex;
  align-items: center;
  flex-flow: row;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block {
    justify-content: center;
  }
}
.blog-post-author .author-block .thumbnail {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 25px 0 0;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F2F2F2;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block .thumbnail {
    margin: 0 15px 0 0;
    width: 80px;
    height: 80px;
  }
}
.blog-post-author .author-block h4 {
  font: normal 12px/1.2 "Raleway", Arial, sans-serif;
  color: #1F7C98;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block {
    font-size: 12px;
  }
}

.blog-post-banner {
  font-family: "Raleway", Arial, sans-serif;
  position: absolute;
  right: 0;
  top: 100px;
  width: 160px;
  min-height: 600px;
  overflow: hidden;
}
.blog-post-banner:after {
  content: "";
  background-color: rgba(31, 124, 152, 0.45);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-post-banner {
    display: none;
  }
}
.blog-post-banner .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #F2F2F2;
}
.blog-post-banner .post-banner-content {
  position: absolute;
  top: 80px;
  width: 100%;
  text-align: center;
  padding: 10px;
  z-index: 2;
}
.blog-post-banner .post-banner-content .banner-title {
  font-weight: normal;
  line-height: 1;
  color: #fff;
  display: block;
}
.blog-post-banner .post-banner-content .banner-title.banner-title-one {
  font-size: 16px;
  margin-bottom: 10px;
}
.blog-post-banner .post-banner-content .banner-title.banner-title-two {
  font-size: 28px;
  font-weight: 200;
}
.blog-post-banner .controls {
  position: absolute;
  bottom: 35px;
  left: 10px;
  right: 10px;
  margin: 0 auto;
  text-align: center;
}
.blog-post-banner .banner-button {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  padding-right: 10px;
  z-index: 2;
}
.blog-post-banner .banner-button:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 350ms ease-in-out;
  margin: 3px 0 0 -11px;
}
.blog-post-banner .banner-button:hover {
  text-decoration: underline;
}

.acm-section {
  margin: 40px auto;
}

.banner-acm {
  text-align: center;
}
.banner-acm a {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 40px;
  transition: opacity 350ms ease-in-out;
}
.banner-acm a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 1023px) {
  .banner-acm a {
    margin: 0 20px;
  }
}
.banner-acm a img {
  display: block;
  width: 100%;
  height: auto;
}

.custom-list {
  padding: 4px;
  background: linear-gradient(225deg, rgba(0, 79, 112, 0.3) 0, rgba(76, 187, 121, 0.3) 100%);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .custom-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.custom-list ul {
  background: #ffffff;
  -moz-column-count: 2;
       column-count: 2;
  margin: 0;
  padding: 45px 0;
  display: flex;
  flex-wrap: wrap;
}
.custom-list ul li {
  padding: 10px 60px 10px 90px;
  box-sizing: border-box;
  position: relative;
  font: 300 16px/24px "Raleway", Arial, sans-serif;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .custom-list ul li {
    width: 100%;
    padding: 10px 30px 10px 60px;
    text-align: left;
  }
}
.custom-list ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: linear-gradient(225deg, #004F70 0, #4CBB79 100%);
  margin-right: 0;
  position: absolute;
  top: 18px;
  left: 60px;
}
@media only screen and (max-width: 767px) {
  .custom-list ul li:before {
    left: 30px;
  }
}
.custom-list ul li:nth-child(1n) {
  border-right: 1px solid #DADADA;
}
@media only screen and (max-width: 767px) {
  .custom-list ul li:nth-child(1n) {
    border-right: none;
  }
}

.checkers-blocks.acm-block {
  position: relative;
  margin: 80px 0;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block {
    margin: 0;
  }
}
.checkers-blocks.acm-block .checkers-item {
  padding: 80px 0;
  background: #fbfbfb;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item {
    padding: 30px 0 60px 0;
  }
}
.checkers-blocks.acm-block .checkers-item.odd {
  background: #ffffff;
}
.checkers-blocks.acm-block .checkers-item.odd .center-column {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item.odd .center-column {
    flex-direction: column-reverse;
    min-height: auto;
  }
}
.checkers-blocks.acm-block .checkers-item.odd .center-column .thumbnail-container {
  margin-left: 0;
  margin-right: 80px;
}
@media only screen and (max-width: 1023px) {
  .checkers-blocks.acm-block .checkers-item.odd .center-column .thumbnail-container {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item.odd .center-column .thumbnail-container {
    margin-right: 0;
  }
}
.checkers-blocks.acm-block .checkers-item .center-column {
  display: flex;
  flex-wrap: nowrap;
  min-height: 550px;
  max-width: 1140px;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .center-column {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    min-height: auto;
    padding: 0 30px;
  }
}
.checkers-blocks.acm-block .checkers-item .center-column .thumbnail-container {
  position: relative;
  width: 500px;
  background: #F2F2F2;
  margin-left: 80px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .checkers-blocks.acm-block .checkers-item .center-column .thumbnail-container {
    width: 40%;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .center-column .thumbnail-container {
    width: 100%;
    margin-left: 0;
    height: 346px;
    max-height: 30vh;
    margin-bottom: 25px;
  }
}
.checkers-blocks.acm-block .checkers-item .center-column .content-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .center-column .content-wrapper {
    width: 100%;
  }
}
.checkers-blocks.acm-block .checkers-item .center-column .content-wrapper .content {
  text-align: left;
  width: 100%;
}
.checkers-blocks.acm-block .checkers-item .center-column .content-wrapper .small-title {
  display: block;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .center-column .content-wrapper .small-title {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
.checkers-blocks.acm-block .checkers-item .center-column .content-wrapper h2 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 500;
  color: #2285A4;
  font-size: 0;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .center-column .content-wrapper h2 {
    margin-bottom: 8px;
  }
}
.checkers-blocks.acm-block .checkers-item .center-column .content-wrapper h2 span {
  font-size: 42px;
  white-space: pre-wrap;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .center-column .content-wrapper h2 span {
    font-size: 24px;
  }
}
.checkers-blocks.acm-block .checkers-item .center-column .content-wrapper h2 span:nth-child(2n) {
  font-weight: 200;
  color: #6E6E73;
}
.checkers-blocks.acm-block .checkers-item .center-column .content-wrapper .copy {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .center-column .content-wrapper .copy {
    font-size: 15px;
  }
}
.checkers-blocks.acm-block .checkers-item .center-column .content-wrapper .link-container {
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks.acm-block .checkers-item .center-column .content-wrapper .link-container {
    margin-top: 4px;
  }
}

.collage-acm.acm-block {
  position: relative;
  margin: 70px 0 140px 0;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .collage-acm.acm-block {
    margin: 30px 0 45px 0;
  }
}
@media only screen and (max-width: 767px) {
  .collage-acm.acm-block .collage-item {
    padding-top: 30px;
  }
}
.collage-acm.acm-block .collage-item + .collage-item {
  margin-top: -76px;
}
@media only screen and (max-width: 767px) {
  .collage-acm.acm-block .collage-item + .collage-item {
    margin-top: 0;
  }
}
.collage-acm.acm-block .collage-item:nth-child(2n) .center-column {
  min-height: 500px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .collage-acm.acm-block .collage-item:nth-child(2n) .center-column {
    min-height: auto;
  }
}
.collage-acm.acm-block .collage-item:nth-child(2n) .center-column .thumbnail-container {
  width: 570px;
  margin-right: 0;
  margin-left: 80px;
}
@media screen and (max-width: 1250px) {
  .collage-acm.acm-block .collage-item:nth-child(2n) .center-column .thumbnail-container {
    width: 45%;
  }
}
@media only screen and (max-width: 1023px) {
  .collage-acm.acm-block .collage-item:nth-child(2n) .center-column .thumbnail-container {
    width: 40%;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .collage-acm.acm-block .collage-item:nth-child(2n) .center-column .thumbnail-container {
    height: 276px;
    max-height: 25vh;
    width: 100%;
    margin-left: 0;
  }
}
.collage-acm.acm-block .collage-item:nth-child(2n) .center-column .content-wrapper {
  padding-left: 20%;
}
.collage-acm.acm-block .collage-item:nth-child(2n) .center-column .content-wrapper .content {
  text-align: right;
}
.collage-acm.acm-block .collage-item:nth-child(2n) .center-column .content-wrapper h2 span {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .collage-acm.acm-block .collage-item:nth-child(2n) .center-column .content-wrapper h2 span {
    font-size: 24px;
  }
}
.collage-acm.acm-block .collage-item .center-column {
  display: flex;
  flex-wrap: nowrap;
  min-height: 750px;
  max-width: 1300px;
}
@media only screen and (max-width: 767px) {
  .collage-acm.acm-block .collage-item .center-column {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.collage-acm.acm-block .collage-item .center-column .thumbnail-container {
  position: relative;
  width: 550px;
  background: #F2F2F2;
  margin-right: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 1250px) {
  .collage-acm.acm-block .collage-item .center-column .thumbnail-container {
    width: 45%;
  }
}
@media only screen and (max-width: 1023px) {
  .collage-acm.acm-block .collage-item .center-column .thumbnail-container {
    width: 40%;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .collage-acm.acm-block .collage-item .center-column .thumbnail-container {
    width: 100%;
    margin-right: 0;
    height: 430px;
    max-height: 40vh;
  }
}
.collage-acm.acm-block .collage-item .center-column .content-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 126px 0;
}
@media only screen and (max-width: 767px) {
  .collage-acm.acm-block .collage-item .center-column .content-wrapper {
    width: 100%;
    padding: 25px 0 40px;
  }
}
.collage-acm.acm-block .collage-item .center-column .content-wrapper .content {
  text-align: left;
  width: 100%;
}
.collage-acm.acm-block .collage-item .center-column .content-wrapper .small-title {
  display: block;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .collage-acm.acm-block .collage-item .center-column .content-wrapper .small-title {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
.collage-acm.acm-block .collage-item .center-column .content-wrapper h2 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 200;
  color: #6E6E73;
  font-size: 0;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .collage-acm.acm-block .collage-item .center-column .content-wrapper h2 {
    margin-bottom: 8px;
  }
}
.collage-acm.acm-block .collage-item .center-column .content-wrapper h2 span {
  font-size: 42px;
  white-space: pre-wrap;
}
@media only screen and (max-width: 767px) {
  .collage-acm.acm-block .collage-item .center-column .content-wrapper h2 span {
    font-size: 24px;
  }
}
.collage-acm.acm-block .collage-item .center-column .content-wrapper h2 span:nth-child(2n) {
  font-weight: 500;
  color: #2285A4;
}
.collage-acm.acm-block .collage-item .center-column .content-wrapper .copy {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .collage-acm.acm-block .collage-item .center-column .content-wrapper .copy {
    font-size: 15px;
  }
}
.collage-acm.acm-block .collage-item .center-column .content-wrapper .link-container {
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .collage-acm.acm-block .collage-item .center-column .content-wrapper .link-container {
    margin-top: 4px;
  }
}

.acm-section.media-slider-acm {
  margin: 0;
}
.acm-section.media-slider-acm .slideshow {
  position: relative;
  overflow: hidden;
}
.acm-section.media-slider-acm .slideshow .slideshow-wrapper {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .acm-section.media-slider-acm .slideshow .slideshow-button {
    display: none;
  }
}
.acm-section.media-slider-acm .slideshow .slideshow-button.previous {
  left: 2.8%;
}
.acm-section.media-slider-acm .slideshow .slideshow-button.next {
  right: 2.8%;
}
.acm-section.media-slider-acm .slideshow .slideshow-pagination {
  display: none;
  justify-content: center;
  align-items: flex-start;
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .acm-section.media-slider-acm .slideshow .slideshow-pagination {
    display: flex;
  }
}
.acm-section.media-slider-acm .slideshow .slideshow-pagination button {
  width: 20px;
  height: 4px;
  margin: 2px;
  border: thin solid #1F7C98;
  border-radius: 2px;
  overflow: hidden;
  text-indent: -10000px;
  font-size: 0;
  background: none;
  opacity: 0.32;
  transition: 350ms ease-in-out;
}
.acm-section.media-slider-acm .slideshow .slideshow-pagination button.active {
  opacity: 1;
  background: #1F7C98;
  background: linear-gradient(225deg, #004f70 0, #4cbb79 100%);
  border: 0;
}
.acm-section.media-slider-acm .slide {
  position: relative;
  height: 650px;
  background: #F2F2F2;
  overflow: hidden;
  transition: 350ms ease-in-out;
  opacity: 0.32;
}
@media (prefers-reduced-motion) {
  .acm-section.media-slider-acm .slide {
    transition: none;
  }
}
@media only screen and (max-width: 1023px) {
  .acm-section.media-slider-acm .slide {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.media-slider-acm .slide {
    height: 220px;
  }
}
.acm-section.media-slider-acm .slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.32;
  transition: opacity 350ms ease-in-out;
  z-index: 2;
}
@media (prefers-reduced-motion) {
  .acm-section.media-slider-acm .slide:before {
    transition: none;
  }
}
.acm-section.media-slider-acm .slide.swiper-slide-active {
  opacity: 1;
}
.acm-section.media-slider-acm .slide .play-video {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  border: thin solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: 350ms ease-in-out;
  z-index: 3;
}
@media (prefers-reduced-motion) {
  .acm-section.media-slider-acm .slide .play-video {
    transition: none;
  }
}
.acm-section.media-slider-acm .slide .play-video:hover {
  background: rgba(0, 0, 0, 0.8);
}
.acm-section.media-slider-acm .slide .play-video svg {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  width: 29px;
  height: 33px;
  margin-left: 3px;
  fill: #ffffff;
  opacity: 0.8;
}

.acm-section.content-slider-acm {
  margin: 120px 0 80px 0;
}
@media only screen and (max-width: 767px) {
  .acm-section.content-slider-acm {
    background: #ffffff;
    margin: 70px 0 60px 0;
  }
}
.acm-section.content-slider-acm .slideshow {
  position: relative;
  overflow: hidden;
}
.acm-section.content-slider-acm .slideshow .slideshow-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  z-index: 1;
  min-height: 760px;
}
@media only screen and (max-width: 1023px) {
  .acm-section.content-slider-acm .slideshow .slideshow-wrapper {
    min-height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.content-slider-acm .slideshow .slideshow-wrapper {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.content-slider-acm .slideshow .slideshow-button {
    display: none;
  }
}
.acm-section.content-slider-acm .slideshow .slideshow-button.previous {
  left: 2.8%;
}
.acm-section.content-slider-acm .slideshow .slideshow-button.next {
  right: 2.8%;
}
.acm-section.content-slider-acm .slideshow .slideshow-pagination {
  display: none;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .acm-section.content-slider-acm .slideshow .slideshow-pagination {
    display: flex;
  }
}
.acm-section.content-slider-acm .slideshow .slideshow-pagination button {
  width: 20px;
  height: 4px;
  margin: 2px;
  border: thin solid #1F7C98;
  border-radius: 2px;
  overflow: hidden;
  text-indent: -10000px;
  font-size: 0;
  background: none;
  opacity: 0.32;
  transition: 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-section.content-slider-acm .slideshow .slideshow-pagination button {
    transition: none;
  }
}
.acm-section.content-slider-acm .slideshow .slideshow-pagination button.active {
  opacity: 1;
  background: #1F7C98;
  background: linear-gradient(225deg, #004f70 0, #4cbb79 100%);
  border: 0;
}
.acm-section.content-slider-acm .slide {
  position: relative;
  height: auto;
  overflow: hidden;
  transition: 350ms ease-in-out;
  opacity: 0.32;
  align-self: stretch;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .acm-section.content-slider-acm .slide {
    display: block;
  }
}
@media (prefers-reduced-motion) {
  .acm-section.content-slider-acm .slide {
    transition: none;
  }
}
.acm-section.content-slider-acm .slide.swiper-slide-active {
  opacity: 1;
}
.acm-section.content-slider-acm .slide.swiper-slide-active .content-container {
  opacity: 1;
}
.acm-section.content-slider-acm .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .acm-section.content-slider-acm .slide .image-container {
    position: relative;
    height: 190px;
  }
}
.acm-section.content-slider-acm .slide .image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.32;
  transition: opacity 350ms ease-in-out;
  z-index: 2;
}
@media (prefers-reduced-motion) {
  .acm-section.content-slider-acm .slide .image-container:before {
    transition: none;
  }
}
.acm-section.content-slider-acm .slide .content-container {
  position: relative;
  background: #ffffff;
  width: 440px;
  padding: 71px 60px 60px;
  margin: 20px 60px 20px 20px;
  box-sizing: border-box;
  white-space: normal;
  text-align: left;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
  z-index: 3;
}
@media (prefers-reduced-motion) {
  .acm-section.content-slider-acm .slide .content-container {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.content-slider-acm .slide .content-container {
    width: 100%;
    margin: 0;
    padding: 30px 30px 40px 30px;
  }
}
.acm-section.content-slider-acm .slide .content-container .small-title {
  display: block;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .acm-section.content-slider-acm .slide .content-container .small-title {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.acm-section.content-slider-acm .slide .content-container h2 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 500;
  color: #2285A4;
  font-size: 32px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .acm-section.content-slider-acm .slide .content-container h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.acm-section.content-slider-acm .slide .content-container .copy {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .acm-section.content-slider-acm .slide .content-container .copy {
    font-size: 15px;
  }
}
.acm-section.content-slider-acm .slide .content-container .link-container {
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .acm-section.content-slider-acm .slide .content-container .link-container {
    margin-top: 20px;
  }
}
.acm-section.content-slider-acm .slide .content-container .link-container.multiple-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.acm-section.content-slider-acm .slide .content-container .link-container.multiple-links .divider {
  width: 1px;
  height: 30px;
  background: #3A3A3A;
  opacity: 0.2;
  margin: 0 10px;
}

.testimonials {
  padding: 80px 30px 0;
}
@media only screen and (max-width: 1023px) {
  .testimonials {
    padding: 0;
    margin: 35px auto;
  }
}
.testimonials .border-wrapper {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  transform: translateX(10px);
}
@media only screen and (max-width: 1023px) {
  .testimonials .border-wrapper {
    transform: none;
  }
}
.testimonials .border-container {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 4px solid;
  -o-border-image: linear-gradient(225deg, #004f70 0%, #4cbb79 100%) 30;
     border-image: linear-gradient(225deg, #004f70 0%, #4cbb79 100%) 30;
  pointer-events: all;
  opacity: 0.2;
}
@media only screen and (max-width: 1023px) {
  .testimonials .border-container {
    top: 0;
    left: 0;
    border-width: 5px;
  }
}
.testimonials .inner-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #fbfbfb;
  padding: 80px 82px;
}
@media only screen and (max-width: 1023px) {
  .testimonials .inner-wrapper {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials .inner-wrapper {
    flex-direction: column;
    padding: 44px 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.testimonials .inner-wrapper .left-part {
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .testimonials .inner-wrapper .left-part {
    width: 100%;
    margin-bottom: 55px;
  }
}
.testimonials .inner-wrapper .left-part .quotes {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  margin-left: 0;
  border-radius: 50%;
  margin-bottom: 29px;
  background: #1F7C98;
  background: linear-gradient(225deg, #004f70 0, #4cbb79 100%);
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .testimonials .inner-wrapper .left-part .quotes {
    margin: 0 auto 30px;
    width: 30px;
    height: 30px;
    margin-bottom: 16px;
  }
}
.testimonials .inner-wrapper .left-part .quotes svg {
  display: block;
  width: 20px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .testimonials .inner-wrapper .left-part .quotes svg {
    width: 10px;
  }
}
.testimonials .inner-wrapper .left-part h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 39px;
  width: 160px;
  margin-bottom: 39px;
  color: #2285A4;
}
@media only screen and (max-width: 767px) {
  .testimonials .inner-wrapper .left-part h2 {
    width: 100%;
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.testimonials .inner-wrapper .right-part {
  width: 66%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .testimonials .inner-wrapper .right-part {
    width: 100%;
  }
}
.testimonials .inner-wrapper .right-part .testimonial {
  width: calc(100% - 20px);
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .testimonials .inner-wrapper .right-part .testimonial {
    width: 100%;
    margin: 0;
  }
}
.testimonials .inner-wrapper .right-part .testimonial .title-wrapper {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .testimonials .inner-wrapper .right-part .testimonial .title-wrapper {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.testimonials .inner-wrapper .right-part .testimonial .title-wrapper .rounds {
  display: inline-block;
  margin-right: 5px;
}
.testimonials .inner-wrapper .right-part .testimonial .title-wrapper .rounds .round {
  display: inline-block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: linear-gradient(225deg, #004f70 0%, #4cbb79 100%);
}
@media only screen and (max-width: 767px) {
  .testimonials .inner-wrapper .right-part .testimonial .title-wrapper .rounds .round {
    width: 11px;
    height: 11px;
  }
}
.testimonials .inner-wrapper .right-part .testimonial .title-wrapper strong {
  font-weight: 500;
}
.testimonials .inner-wrapper .right-part .testimonial p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .testimonials .inner-wrapper .right-part .testimonial p {
    font-size: 15px;
  }
}
.testimonials .inner-wrapper .right-part .buttons-wrapper {
  margin-top: 55px;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .testimonials .inner-wrapper .right-part .buttons-wrapper {
    margin-top: 30px;
  }
}
.testimonials .inner-wrapper .right-part .buttons-wrapper .slideshow-pagination {
  margin-top: 0;
}
.testimonials .inner-wrapper .right-part .buttons-wrapper .slideshow-button {
  position: relative;
  transform: none;
}
.testimonials .inner-wrapper .right-part .buttons-wrapper .slideshow-button.previous {
  transform-origin: initial;
  transform: rotate(180deg);
  left: initial;
}
.testimonials .inner-wrapper .right-part .buttons-wrapper .slideshow-button.next {
  right: initial;
  margin-left: 20px;
}

.specials-slideshow {
  background-color: #fbfbfb;
  padding: 80px 60px;
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .specials-slideshow {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-slideshow {
    background-color: transparent;
  }
  .specials-slideshow .center-column {
    padding: 0;
  }
}
.specials-slideshow .content-part {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .specials-slideshow .content-part {
    margin-bottom: 20px;
  }
}
.specials-slideshow .content-part .top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .specials-slideshow .content-part .top-content {
    margin-bottom: 20px;
  }
}
.specials-slideshow .content-part .top-content strong {
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
}
.specials-slideshow .content-part .top-content a {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.specials-slideshow .content-part .top-content a:hover {
  text-decoration: underline;
}
.specials-slideshow .content-part h2 {
  font-size: 42px;
  color: #6E6E73;
  font-weight: 200;
  line-height: 1.2;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .specials-slideshow .content-part h2 {
    font-size: 23px;
    text-align: left;
  }
}
.specials-slideshow .content-part h2 span.even {
  color: #2285A4;
  font-weight: 500;
}
.specials-slideshow .specials-slider .image-slider {
  position: relative;
}
.specials-slideshow .specials-slider .image-slider .image-slide {
  position: relative;
  width: calc((100% / 3) - 60px);
  margin: 0 30px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .specials-slideshow .specials-slider .image-slider .image-slide {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-slideshow .specials-slider .image-slider .image-slide {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  .specials-slideshow .specials-slider .image-slider .image-slide:not(:first-child) {
    display: none;
  }
  .specials-slideshow .specials-slider .image-slider .image-slide:not(:first-child).visible {
    display: block;
  }
}
.specials-slideshow .specials-slider .image-slider .image-slide .image-slide-img {
  margin-bottom: 30px;
  position: relative;
  min-height: 260px;
  background-color: #DADADA;
}
@media only screen and (max-width: 1023px) {
  .specials-slideshow .specials-slider .image-slider .image-slide .image-slide-img {
    min-height: 200px;
  }
}
.specials-slideshow .specials-slider .image-slider .image-slide .description {
  margin-bottom: 20px;
}
.specials-slideshow .specials-slider .image-slider .image-slide .description h3 {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 500;
  color: #2285A4;
  text-transform: capitalize;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .specials-slideshow .specials-slider .image-slider .image-slide .description h3 {
    font-size: 20px;
  }
}
.specials-slideshow .specials-slider .image-slider .image-slide .description p {
  font-weight: 200;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .specials-slideshow .specials-slider .image-slider .slideshow-button {
    top: 25%;
  }
}
.specials-slideshow .specials-slider .image-slider .slideshow-button.previous {
  left: -40px;
}
@media only screen and (max-width: 767px) {
  .specials-slideshow .specials-slider .image-slider .slideshow-button.previous {
    left: 10px;
  }
}
.specials-slideshow .specials-slider .image-slider .slideshow-button.next {
  right: -40px;
}
@media only screen and (max-width: 767px) {
  .specials-slideshow .specials-slider .image-slider .slideshow-button.next {
    right: 10px;
  }
}
.specials-slideshow .specials-slider .image-slider .load-more-button {
  display: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: 30px;
  text-decoration: none;
  color: #1F7C98;
  border: 1px solid rgba(31, 124, 152, 0.3);
  padding: 10px 0;
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
}
.specials-slideshow .specials-slider .image-slider .load-more-button:hover {
  background-color: #1F7C98;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .specials-slideshow .specials-slider .image-slider .load-more-button {
    display: block;
    width: 100%;
  }
}

.acm-section.unequal-blocks {
  margin: 0 0 200px 0;
}
@media only screen and (max-width: 767px) {
  .acm-section.unequal-blocks {
    margin: 0 0 90px 0;
  }
}
.acm-section.unequal-blocks .center-column {
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  padding: 0 30px;
}
.acm-section.unequal-blocks .block {
  position: relative;
  width: 450px;
  margin-top: 80px;
  margin-right: 60px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .acm-section.unequal-blocks .block {
    width: 40%;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.unequal-blocks .block {
    width: 100%;
    margin-right: 0;
    margin-top: 60px;
  }
}
.acm-section.unequal-blocks .block:nth-child(2n) {
  width: calc(100% - 510px);
  margin-right: 0;
  flex-grow: 1;
}
@media only screen and (max-width: 1023px) {
  .acm-section.unequal-blocks .block:nth-child(2n) {
    width: calc(60% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.unequal-blocks .block:nth-child(2n) .image-container {
    height: 238px;
  }
}
.acm-section.unequal-blocks .block .image-container {
  position: relative;
  height: 550px;
  background: #F2F2F2;
}
@media only screen and (max-width: 1023px) {
  .acm-section.unequal-blocks .block .image-container {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.unequal-blocks .block .image-container {
    height: 385px;
  }
}
.acm-section.unequal-blocks .block .content-container {
  position: relative;
  padding: 32px 0 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .acm-section.unequal-blocks .block .content-container {
    padding: 20px 0 0;
  }
}
.acm-section.unequal-blocks .block .content-container h2 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 200;
  color: #6E6E73;
  font-size: 32px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .acm-section.unequal-blocks .block .content-container h2 {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
.acm-section.unequal-blocks .block .content-container .copy {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .acm-section.unequal-blocks .block .content-container .copy {
    font-size: 15px;
  }
}
.acm-section.unequal-blocks .block .content-container .link-container {
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .acm-section.unequal-blocks .block .content-container .link-container {
    margin-top: 20px;
  }
}

.acm-section.meeting-event-spaces {
  margin: 120px 0 0;
  padding: 0 0 120px 0;
  background: #fbfbfb url("../images/bg-meeting-event-spaces.jpg") 50% 100% no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .acm-section.meeting-event-spaces {
    margin: 30px 0;
    padding-bottom: 29px;
  }
}
.acm-section.meeting-event-spaces .meeting-event-spaces-header {
  padding: 94px 80px 50px 80px;
}
@media only screen and (max-width: 767px) {
  .acm-section.meeting-event-spaces .meeting-event-spaces-header {
    padding: 33px 30px 34px 30px;
  }
}
.acm-section.meeting-event-spaces .meeting-event-spaces-header .small-title {
  display: block;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .acm-section.meeting-event-spaces .meeting-event-spaces-header .small-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.acm-section.meeting-event-spaces .meeting-event-spaces-header .meeting-event-spaces-heading-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .acm-section.meeting-event-spaces .meeting-event-spaces-header .meeting-event-spaces-heading-container {
    flex-wrap: wrap;
  }
}
.acm-section.meeting-event-spaces .meeting-event-spaces-header .meeting-event-spaces-heading-container h2 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 200;
  color: #6E6E73;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 0;
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  .acm-section.meeting-event-spaces .meeting-event-spaces-header .meeting-event-spaces-heading-container h2 {
    font-size: 24px;
    width: 100%;
    max-width: 100%;
  }
}
.acm-section.meeting-event-spaces .meeting-event-spaces-header .meeting-event-spaces-heading-container h2 span:nth-child(2n) {
  font-weight: 500;
  color: #2285A4;
}
.acm-section.meeting-event-spaces .meeting-event-spaces-header .meeting-event-spaces-heading-container .link-container {
  flex-shrink: 0;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .acm-section.meeting-event-spaces .meeting-event-spaces-header .meeting-event-spaces-heading-container .link-container {
    width: 100%;
    margin-left: 0;
    margin-top: 21px;
  }
}
.acm-section.meeting-event-spaces .meeting-event-spaces-header .meeting-event-spaces-heading-container .link-container .virtual-tour-button {
  width: 47px;
  height: 32px;
}
.acm-section.meeting-event-spaces .meeting-event-spaces-header .meeting-event-spaces-heading-container .link-container .virtual-tour-button:hover svg {
  fill: #2285A4;
}
.acm-section.meeting-event-spaces .meeting-event-spaces-header .meeting-event-spaces-heading-container .link-container .virtual-tour-button svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #004F70;
  transition: fill 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-section.meeting-event-spaces .meeting-event-spaces-header .meeting-event-spaces-heading-container .link-container .virtual-tour-button svg {
    transition: none;
  }
}
.acm-section.meeting-event-spaces .meeting-event-spaces-header .meeting-event-spaces-heading-container .link-container.multiple-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .acm-section.meeting-event-spaces .meeting-event-spaces-header .meeting-event-spaces-heading-container .link-container.multiple-links {
    justify-content: flex-start;
  }
}
.acm-section.meeting-event-spaces .meeting-event-spaces-header .meeting-event-spaces-heading-container .link-container.multiple-links .divider {
  width: 1px;
  height: 40px;
  background: #3A3A3A;
  opacity: 0.2;
  margin: 0 20px;
}
.acm-section.meeting-event-spaces .slider-container {
  position: relative;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .acm-section.meeting-event-spaces .slider-container {
    padding: 0;
  }
}
.acm-section.meeting-event-spaces .slider-container .slideshow-button {
  top: 210px;
  transform: translateY(0);
}
.acm-section.meeting-event-spaces .slider-container .slideshow-button.previous {
  transform: scaleX(-1) translateY(0);
}
.acm-section.meeting-event-spaces .slideshow {
  position: relative;
  overflow: hidden;
}
.acm-section.meeting-event-spaces .slideshow .slideshow-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .acm-section.meeting-event-spaces .slideshow .slideshow-button {
    display: none;
  }
}
.acm-section.meeting-event-spaces .slideshow .slideshow-button.previous {
  left: 2.8%;
}
.acm-section.meeting-event-spaces .slideshow .slideshow-button.next {
  right: 2.8%;
}
.acm-section.meeting-event-spaces .slideshow .slideshow-pagination {
  display: none;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .acm-section.meeting-event-spaces .slideshow .slideshow-pagination {
    display: flex;
  }
}
.acm-section.meeting-event-spaces .slideshow .slideshow-pagination button {
  width: 20px;
  height: 4px;
  margin: 2px;
  border: thin solid #1F7C98;
  border-radius: 2px;
  overflow: hidden;
  text-indent: -10000px;
  font-size: 0;
  background: none;
  opacity: 0.32;
  transition: 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-section.meeting-event-spaces .slideshow .slideshow-pagination button {
    transition: none;
  }
}
.acm-section.meeting-event-spaces .slideshow .slideshow-pagination button.active {
  opacity: 1;
  background: #1F7C98;
  background: linear-gradient(225deg, #004f70 0, #4cbb79 100%);
  border: 0;
}
.acm-section.meeting-event-spaces .slide {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  height: auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .acm-section.meeting-event-spaces .slide {
    padding: 20px 20px 38px 20px;
  }
}
.acm-section.meeting-event-spaces .slide.swiper-slide-active .image-container .image {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .acm-section.meeting-event-spaces .slide.swiper-slide-active {
    background: #ffffff;
  }
}
.acm-section.meeting-event-spaces .slide .image-container {
  position: relative;
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .acm-section.meeting-event-spaces .slide .image-container {
    height: 256px;
  }
}
.acm-section.meeting-event-spaces .slide .image-container .image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background: #F2F2F2;
  transition: height 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-section.meeting-event-spaces .slide .image-container .image {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.meeting-event-spaces .slide .image-container .image {
    height: calc(100% - 20px);
  }
}
.acm-section.meeting-event-spaces .slide .content-container {
  position: relative;
  padding: 22px 0 45px 0;
  white-space: normal;
  text-align: left;
  flex-grow: 1;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .acm-section.meeting-event-spaces .slide .content-container {
    width: 100%;
    margin: 0;
    padding: 15px 0 30px 0;
  }
}
.acm-section.meeting-event-spaces .slide .content-container h3 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 500;
  color: #2285A4;
  font-size: 26px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .acm-section.meeting-event-spaces .slide .content-container h3 {
    font-size: 24px;
    margin-bottom: 9px;
  }
}
.acm-section.meeting-event-spaces .slide .content-container .description {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .acm-section.meeting-event-spaces .slide .content-container .description {
    font-size: 15px;
  }
}
.acm-section.meeting-event-spaces .slide .content-container .link-container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 8px;
}

.acm-section.rooms-acm {
  margin: 140px 0 117px 0;
}
@media only screen and (max-width: 767px) {
  .acm-section.rooms-acm {
    margin: 45px 0 27px 0;
  }
}
.acm-section.rooms-acm .slideshow {
  position: relative;
  overflow: hidden;
}
.acm-section.rooms-acm .slideshow .slideshow-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  z-index: 1;
}
.acm-section.rooms-acm .slideshow .slideshow-button {
  top: 295px;
  transform: translateY(0);
}
@media only screen and (max-width: 1023px) {
  .acm-section.rooms-acm .slideshow .slideshow-button {
    top: 225px;
  }
}
.acm-section.rooms-acm .slideshow .slideshow-button.previous {
  left: 40px;
  transform: scaleX(-1) translateY(0);
}
.acm-section.rooms-acm .slideshow .slideshow-button.next {
  right: 40px;
}
.acm-section.rooms-acm .slideshow .room-slide {
  position: relative;
  width: 80%;
  flex-shrink: 0;
  opacity: 0.32;
  transition: 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-section.rooms-acm .slideshow .room-slide {
    transition: none;
  }
}
.acm-section.rooms-acm .slideshow .room-slide.swiper-slide-active {
  opacity: 1;
}
.acm-section.rooms-acm .slideshow .room-slide.swiper-slide-active .room-main-info {
  opacity: 1;
}
.acm-section.rooms-acm .slideshow .room-slide .mobile-header {
  margin-bottom: 40px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .acm-section.rooms-acm .slideshow .room-slide .mobile-header {
    display: block;
  }
}
.acm-section.rooms-acm .slideshow .room-slide .mobile-header h2 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 1.2;
  color: #6E6E73;
}
.acm-section.rooms-acm .slideshow .room-slide .mobile-header h2 span:nth-child(2n) {
  font-weight: 500;
  color: #2285A4;
}
.acm-section.rooms-acm .slideshow .room-slide .mobile-header .explore-accommodations {
  margin-top: 18px;
}
.acm-section.rooms-acm .slideshow .room-slide .room-thumbnail {
  position: relative;
  width: 100%;
  height: 650px;
  background: #F2F2F2;
}
@media only screen and (max-width: 1023px) {
  .acm-section.rooms-acm .slideshow .room-slide .room-thumbnail {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.rooms-acm .slideshow .room-slide .room-thumbnail {
    height: 176px;
  }
}
.acm-section.rooms-acm .slideshow .room-slide .room-main-info {
  display: flex;
  flex-wrap: nowrap;
  padding: 37px 0 0;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-section.rooms-acm .slideshow .room-slide .room-main-info {
    transition: none;
  }
}
@media only screen and (max-width: 1023px) {
  .acm-section.rooms-acm .slideshow .room-slide .room-main-info {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.rooms-acm .slideshow .room-slide .room-main-info {
    padding-top: 22px;
  }
}
.acm-section.rooms-acm .slideshow .room-slide .room-main-info .rates {
  position: relative;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .acm-section.rooms-acm .slideshow .room-slide .room-main-info .rates {
    width: 100px;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.rooms-acm .slideshow .room-slide .room-main-info .rates {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
  .acm-section.rooms-acm .slideshow .room-slide .room-main-info .rates:after {
    display: none;
  }
}
.acm-section.rooms-acm .slideshow .room-slide .room-main-info .rates span {
  display: block;
  font-weight: 500;
  font-size: 32px;
  color: #2285A4;
}
.acm-section.rooms-acm .slideshow .room-slide .room-main-info .rates span a {
  color: #2285A4;
}
.acm-section.rooms-acm .slideshow .room-slide .room-main-info .rates span a:hover {
  color: #004F70;
}
.acm-section.rooms-acm .slideshow .room-slide .room-main-info .rates:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #3A3A3A;
  opacity: 0.2;
}
.acm-section.rooms-acm .slideshow .room-slide .room-main-info .quick-info {
  flex-grow: 1;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .acm-section.rooms-acm .slideshow .room-slide .room-main-info .quick-info {
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.rooms-acm .slideshow .room-slide .room-main-info .quick-info {
    width: 100%;
    margin-top: 10px;
  }
}
.acm-section.rooms-acm .slideshow .room-slide .room-main-info .quick-info .intro span:nth-child(2n) {
  font-weight: 500;
}
.acm-section.rooms-acm .slideshow .room-slide .room-main-info .quick-info .intro + .quick-look {
  margin-top: 14px;
}
.acm-section.rooms-acm .slideshow .room-slide .room-main-info .quick-info .quick-look {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  height: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #004F70;
  text-align: center;
  transition: color 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-section.rooms-acm .slideshow .room-slide .room-main-info .quick-info .quick-look {
    transition: none;
  }
}
.acm-section.rooms-acm .slideshow .room-slide .room-main-info .quick-info .quick-look:hover {
  color: #2285A4;
}
.acm-section.rooms-acm .slideshow .room-slide .room-main-info .quick-info .quick-look:hover svg {
  fill: #2285A4;
}
.acm-section.rooms-acm .slideshow .room-slide .room-main-info .quick-info .quick-look svg {
  width: 21px;
  height: auto;
  margin-right: 7px;
  fill: #004F70;
  transition: fill 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-section.rooms-acm .slideshow .room-slide .room-main-info .quick-info .quick-look svg {
    transition: none;
  }
}
.acm-section.rooms-acm .slideshow .room-slide .room-main-info .heading {
  width: 450px;
  margin-left: 40px;
  margin-top: -9px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .acm-section.rooms-acm .slideshow .room-slide .room-main-info .heading {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.rooms-acm .slideshow .room-slide .room-main-info .heading {
    display: none;
  }
}
.acm-section.rooms-acm .slideshow .room-slide .room-main-info .heading h2 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 200;
  font-size: 42px;
  line-height: 1.2;
  color: #6E6E73;
}
@media only screen and (max-width: 1023px) {
  .acm-section.rooms-acm .slideshow .room-slide .room-main-info .heading h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.rooms-acm .slideshow .room-slide .room-main-info .heading h2 {
    font-size: 24px;
  }
}
.acm-section.rooms-acm .slideshow .room-slide .room-main-info .heading h2 span:nth-child(2n) {
  font-weight: 500;
  color: #2285A4;
}
.acm-section.rooms-acm .slideshow .room-slide .room-main-info .heading .explore-accommodations {
  margin-top: 36px;
}

.room-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 700px;
  z-index: 9999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  display: none;
}
.room-popup.active {
  display: flex;
}
.room-popup .room-popup-wrapper {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1180px;
  background: #ffffff;
  padding: 40px;
}
@media screen and (max-height: 1200px) {
  .room-popup .room-popup-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .room-popup .room-popup-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .room-popup .room-popup-wrapper {
    padding: 10px;
  }
}
.room-popup .room-popup-wrapper .close-popup {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  overflow: hidden;
  top: -60px;
  right: -60px;
  cursor: pointer;
  transition: background 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .room-popup .room-popup-wrapper .close-popup {
    transition: none;
  }
}
@media screen and (max-width: 1350px) {
  .room-popup .room-popup-wrapper .close-popup {
    top: -20px;
    right: -20px;
  }
}
@media screen and (max-height: 1200px) {
  .room-popup .room-popup-wrapper .close-popup {
    top: -20px;
    right: -20px;
  }
}
.room-popup .room-popup-wrapper .close-popup:hover {
  background: #2285A4;
}
.room-popup .room-popup-wrapper .close-popup:hover:before, .room-popup .room-popup-wrapper .close-popup:hover:after {
  background: #ffffff;
}
.room-popup .room-popup-wrapper .close-popup:before, .room-popup .room-popup-wrapper .close-popup:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: background 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .room-popup .room-popup-wrapper .close-popup:before, .room-popup .room-popup-wrapper .close-popup:after {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .room-popup .room-popup-wrapper .close-popup:before, .room-popup .room-popup-wrapper .close-popup:after {
    width: 50%;
  }
}
.room-popup .room-popup-wrapper .close-popup:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.room-popup .room-popup-wrapper .close-popup:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.room-popup .room-popup-wrapper .popup-main-container .room-images {
  position: relative;
  width: 100%;
  background: #F2F2F2;
}
.room-popup .room-popup-wrapper .popup-main-container .room-images:after {
  clear: both;
  content: "";
  display: table;
}
.room-popup .room-popup-wrapper .popup-main-container .room-images.no-background {
  background: none;
}
.room-popup .room-popup-wrapper .popup-main-container .room-images .mobile-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 240px);
  max-width: 500px;
  z-index: 3;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-images .mobile-info {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-images .mobile-info {
    bottom: auto;
    top: 20px;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-images .mobile-info .rates {
  position: relative;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  margin-right: 0;
  padding-right: 0;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.room-popup .room-popup-wrapper .popup-main-container .room-images .mobile-info .rates span {
  display: block;
  font-weight: 700;
  font-size: 42px;
  color: #00B3E1;
  text-shadow: none;
}
@media only screen and (max-width: 767px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-images .mobile-info .rates span {
    font-size: 32px;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-images .mobile-info .rates span a {
  color: #00B3E1;
}
.room-popup .room-popup-wrapper .popup-main-container .room-images .mobile-info .rates span a:hover {
  color: #ffffff;
}
.room-popup .room-popup-wrapper .popup-main-container .room-images .mobile-info .rates:after {
  display: none;
}
.room-popup .room-popup-wrapper .popup-main-container .room-images .mobile-info .features-amenities {
  margin-top: 10px;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-images .mobile-info .features-amenities {
    display: none;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-images .mobile-info .features-amenities span {
  display: block;
  margin-top: 10px;
  color: #ffffff;
}
.room-popup .room-popup-wrapper .popup-main-container .room-images .mobile-info .features-amenities span.rooms-icon {
  display: flex;
  flex-wrap: nowrap;
}
.room-popup .room-popup-wrapper .popup-main-container .room-images .mobile-info .features-amenities span.rooms-icon:before {
  font-size: 20px;
  line-height: 22px;
  width: 20px;
  flex-shrink: 0;
}
.room-popup .room-popup-wrapper .popup-main-container .room-images .mobile-info .features-amenities span svg {
  display: inline-block;
  width: 20px;
  height: auto;
  fill: #ffffff;
}
.room-popup .room-popup-wrapper .popup-main-container .room-images .mobile-info .features-amenities span strong {
  display: inline-block;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 15px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.room-popup .room-popup-wrapper .popup-main-container .room-images .room-gallery-image {
  position: relative;
  float: right;
  clear: right;
  width: calc(180 / (1080 / 100) * 1%);
  margin: 0 0 20px;
  background: #F2F2F2;
}
.room-popup .room-popup-wrapper .popup-main-container .room-images .room-gallery-image::before {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-images .room-gallery-image {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-images .room-gallery-image {
    float: left;
    clear: none;
    width: calc((100% - 30px) / 4);
    margin: 0 10px 10px 0;
  }
  .room-popup .room-popup-wrapper .popup-main-container .room-images .room-gallery-image:nth-child(4n+5) {
    margin-right: 0;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-images .room-gallery-image.gallery-image-1 {
  float: left;
  width: calc(880 / (1080 / 100) * 1%);
  height: auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-images .room-gallery-image.gallery-image-1 {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-images .text-link {
  float: right;
  clear: right;
  width: calc(180 / (1080 / 100) * 1%);
  white-space: normal;
}
@media only screen and (max-width: 1023px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-images .text-link {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-images .text-link {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto;
    white-space: nowrap;
    width: auto;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info {
  width: 100%;
  padding: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1350px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info {
    padding: 20px 0 0;
  }
}
@media screen and (max-height: 1200px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info {
    padding: 10px 0 0;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info {
  position: relative;
  width: 370px;
  padding: 36px 60px 40px 0;
  margin-right: 80px;
  flex-shrink: 0;
}
@media screen and (max-height: 1200px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info {
    padding: 16px 40px 20px 0;
    margin-right: 40px;
  }
}
@media screen and (max-height: 900px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1350px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info {
    padding: 16px 40px 20px 0;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info {
    display: none;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #3A3A3A;
  opacity: 0.2;
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .rates {
  position: relative;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  margin-right: 0;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .rates {
    font-size: 14px;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .rates span {
  display: block;
  font-weight: 500;
  font-size: 42px;
  color: #2285A4;
}
@media only screen and (max-width: 767px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .rates span {
    font-size: 24px;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .rates span a {
  color: #2285A4;
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .rates span a:hover {
  color: #1F7C98;
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .rates:after {
  display: none;
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .features-amenities {
  margin-top: 44px;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 1350px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .features-amenities {
    margin-top: 20px;
  }
}
@media screen and (max-height: 1200px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .features-amenities {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .features-amenities {
    display: none;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .features-amenities span {
  display: block;
  margin-bottom: 40px;
  color: #1F7C98;
}
@media screen and (max-width: 1350px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .features-amenities span {
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 1200px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .features-amenities span {
    margin-bottom: 20px;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .features-amenities span.rooms-icon {
  display: flex;
  flex-wrap: nowrap;
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .features-amenities span.rooms-icon:before {
  font-size: 20px;
  line-height: 22px;
  width: 27px;
  flex-shrink: 0;
}
@media screen and (max-width: 1350px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .features-amenities span.rooms-icon:before {
    width: 20px;
  }
}
@media screen and (max-height: 1200px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .features-amenities span.rooms-icon:before {
    width: 20px;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .features-amenities span svg {
  display: inline-block;
  width: 27px;
  height: auto;
  fill: #1F7C98;
}
@media screen and (max-width: 1350px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .features-amenities span svg {
    width: 20px;
  }
}
@media screen and (max-height: 1200px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .features-amenities span svg {
    width: 20px;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .features-amenities span strong {
  display: inline-block;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 25px;
}
@media screen and (max-width: 1350px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .features-amenities span strong {
    font-size: 14px;
    margin-left: 15px;
  }
}
@media screen and (max-height: 1200px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .secondary-info .features-amenities span strong {
    font-size: 14px;
    margin-left: 15px;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info {
  flex-grow: 1;
  padding: 27px 0 35px 0;
}
@media screen and (max-width: 1350px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info {
    padding: 17px 0 15px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info {
    padding: 0;
  }
}
@media screen and (max-height: 1200px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info {
    padding: 17px 0 15px 0;
  }
}
@media screen and (max-height: 900px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info {
    padding-bottom: 0;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info h3 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 200;
  font-size: 42px;
  line-height: 1.2;
  color: #6E6E73;
}
@media screen and (max-width: 1350px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info h3 {
    font-size: 32px;
  }
}
@media screen and (max-height: 1200px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info h3 {
    font-size: 24px;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info h3 span:nth-child(2n) {
  font-weight: 500;
  color: #2285A4;
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info .description {
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info .description {
    margin-top: 10px;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav {
  margin-top: 42px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav {
    margin-top: 20px;
  }
}
@media screen and (max-height: 1200px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav {
    justify-content: space-between;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .link-container {
  position: relative;
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .link-container + .link-container {
  padding-left: 30px;
  margin-left: 30px;
}
@media only screen and (max-width: 1023px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .link-container + .link-container {
    padding-left: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .link-container + .link-container {
    padding-left: 0;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .link-container + .link-container:before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 30px;
  background: #3A3A3A;
  opacity: 0.2;
}
@media screen and (max-width: 500px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .link-container + .link-container:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .text-button {
    font-size: 14px;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .virtual-tour {
  text-decoration: none;
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .virtual-tour:hover svg {
  fill: #2285A4;
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .virtual-tour svg {
  fill: #1F7C98;
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .virtual-tour svg {
    width: 28px;
  }
}
@media (prefers-reduced-motion) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .virtual-tour svg {
    transition: none;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .book-room {
  height: 52px;
  position: relative;
  display: inline-block;
  padding: 0 50px;
  font: 700 18px/52px "Raleway", Arial, sans-serif;
  color: #ffffff;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: background 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .book-room {
    padding: 0 20px;
  }
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .book-room span {
  position: relative;
  z-index: 2;
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .book-room:before, .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .book-room:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 350ms ease-in-out;
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .book-room:before {
  opacity: 1;
  background: linear-gradient(225deg, #004F70 0, #4CBB79);
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .book-room:after {
  opacity: 0;
  background: linear-gradient(225deg, #4CBB79 0, #004F70);
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .book-room:hover, .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .book-room:focus {
  background: rgba(0, 79, 112, 0.2);
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .book-room:hover:before, .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .book-room:focus:before {
  opacity: 0;
}
.room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .book-room:hover:after, .room-popup .room-popup-wrapper .popup-main-container .room-expanded-info .main-info nav .book-room:focus:after {
  opacity: 1;
}

.acm-section.rooms-acm {
  margin: 80px 0 130px 0;
}
@media only screen and (max-width: 767px) {
  .acm-section.rooms-acm {
    margin: 40px 0 80px 0;
  }
}
.acm-section.rooms-acm.rooms-basic-info .rooms-basic-info-header {
  max-width: 87.5%;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 1023px) {
  .acm-section.rooms-acm.rooms-basic-info .rooms-basic-info-header {
    max-width: 85%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.rooms-acm.rooms-basic-info .rooms-basic-info-header {
    flex-direction: column;
    align-items: flex-start;
    max-width: 92.5%;
    margin-bottom: 20px;
  }
}
.acm-section.rooms-acm.rooms-basic-info .rooms-basic-info-header h2 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 200;
  font-size: 42px;
  line-height: 1.2;
  color: #6E6E73;
  flex-grow: 1;
}
@media only screen and (max-width: 1023px) {
  .acm-section.rooms-acm.rooms-basic-info .rooms-basic-info-header h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.rooms-acm.rooms-basic-info .rooms-basic-info-header h2 {
    font-size: 24px;
  }
}
.acm-section.rooms-acm.rooms-basic-info .rooms-basic-info-header h2 span:nth-child(2n) {
  font-weight: 500;
  color: #2285A4;
}
.acm-section.rooms-acm.rooms-basic-info .rooms-basic-info-header .link-container {
  flex-shrink: 0;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .acm-section.rooms-acm.rooms-basic-info .rooms-basic-info-header .link-container {
    margin-left: 0;
    margin-top: 20px;
  }
}
.acm-section.rooms-acm.rooms-basic-info .rooms-basic-info-header .link-container .link {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #004F70;
  transition: color 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-section.rooms-acm.rooms-basic-info .rooms-basic-info-header .link-container .link {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.rooms-acm.rooms-basic-info .rooms-basic-info-header .link-container .link {
    font-size: 14px;
  }
}
.acm-section.rooms-acm.rooms-basic-info .rooms-basic-info-header .link-container .link:hover {
  color: #2285A4;
}
.acm-section.rooms-acm.rooms-basic-info .slide {
  opacity: 0.32;
  transition: 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-section.rooms-acm.rooms-basic-info .slide {
    transition: none;
  }
}
.acm-section.rooms-acm.rooms-basic-info .slide.swiper-slide-active {
  opacity: 1;
}
.acm-section.rooms-acm.rooms-basic-info .slide.swiper-slide-active .room-thumbnail .room-basic-info {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1023px) {
  .acm-section.rooms-acm.rooms-basic-info .slide .room-thumbnail {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-section.rooms-acm.rooms-basic-info .slide .room-thumbnail {
    height: 400px;
  }
}
.acm-section.rooms-acm.rooms-basic-info .slide .room-thumbnail .room-basic-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #ffffff;
  padding: 24px 30px;
  max-width: calc(100% - 40px);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-section.rooms-acm.rooms-basic-info .slide .room-thumbnail .room-basic-info {
    transition: none;
  }
}
.acm-section.rooms-acm.rooms-basic-info .slide .room-thumbnail .room-basic-info .rates {
  position: relative;
  min-width: 90px;
  padding-right: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}
.acm-section.rooms-acm.rooms-basic-info .slide .room-thumbnail .room-basic-info .rates span {
  display: block;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  color: #2285A4;
}
.acm-section.rooms-acm.rooms-basic-info .slide .room-thumbnail .room-basic-info .rates span a {
  color: #2285A4;
}
.acm-section.rooms-acm.rooms-basic-info .slide .room-thumbnail .room-basic-info .rates span a:hover {
  color: #1F7C98;
}
.acm-section.rooms-acm.rooms-basic-info .slide .room-thumbnail .room-basic-info .rates:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #3A3A3A;
  opacity: 0.2;
}
.acm-section.rooms-acm.rooms-basic-info .slide .room-thumbnail .room-basic-info .right-wrapper {
  flex-grow: 1;
}
.acm-section.rooms-acm.rooms-basic-info .slide .room-thumbnail .room-basic-info .right-wrapper .intro {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
}
.acm-section.rooms-acm.rooms-basic-info .slide .room-thumbnail .room-basic-info .right-wrapper .intro span:nth-child(2n) {
  font-weight: 500;
}
.acm-section.rooms-acm.rooms-basic-info .slide .room-thumbnail .room-basic-info .right-wrapper .intro + .link {
  margin-top: 18px;
}
.acm-section.rooms-acm.rooms-basic-info .slide .room-thumbnail .room-basic-info .right-wrapper .link {
  display: inline-block;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #004F70;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .acm-section.rooms-acm.rooms-basic-info .slide .room-thumbnail .room-basic-info .right-wrapper .link {
    transition: none;
  }
}
.acm-section.rooms-acm.rooms-basic-info .slide .room-thumbnail .room-basic-info .right-wrapper .link:hover {
  color: #2285A4;
}

#feeds.acm-section {
  position: relative;
  margin: 110px 0 40px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #feeds.acm-section {
    margin: 50px 0;
  }
}
#feeds.acm-section .center-column {
  max-width: 1340px;
}
#feeds.acm-section .feed-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  #feeds.acm-section .feed-header {
    flex-wrap: wrap;
  }
}
#feeds.acm-section .feed-header h2 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 200;
  font-size: 42px;
  line-height: 1;
  color: #6E6E73;
  flex-grow: 1;
}
@media only screen and (max-width: 1023px) {
  #feeds.acm-section .feed-header h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  #feeds.acm-section .feed-header h2 {
    width: 100%;
    font-size: 24px;
  }
}
#feeds.acm-section .feed-header .link-container {
  margin-left: 40px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  #feeds.acm-section .feed-header .link-container {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
#feeds.acm-section .feed-header .link-container a {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  background: -webkit-linear-gradient(45deg, #4CBB79, #1F7C98);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #feeds.acm-section .feed-header .link-container a {
    font-size: 14px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #feeds.acm-section .feed-header .link-container a {
      -webkit-text-fill-color: #1F7C98;
    }
  }
}
#feeds.acm-section .feed-header .link-container a img {
  display: block;
  width: 22px;
  height: auto;
  margin-right: 10px;
}
#feeds.acm-section.loading {
  min-height: 300px;
}
#feeds.acm-section.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: #2285A4;
  border-bottom-color: #2285A4;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds.acm-section .feed-content {
  overflow: hidden;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
#feeds.acm-section .feed-content.slideshow {
  position: relative;
  overflow: hidden;
}
#feeds.acm-section .feed-content.slideshow .slideshow-pagination {
  display: flex;
}
#feeds.acm-section .feed-content.slideshow .photo-list {
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  z-index: 1;
}
#feeds.acm-section .feed-content.slideshow .photo-list .c-instagram-feed__item {
  position: relative;
  width: 100%;
  height: 100vw;
  background: #F2F2F2;
  float: none;
}
#feeds.acm-section .feed-content.slideshow .photo-list .c-instagram-feed__item:before {
  width: 30px;
  height: 30px;
  background: url("../images/sprite.svg") -340px 0 no-repeat;
}
#feeds.acm-section .feed-content.slideshow .photo-list .c-instagram-feed__item:first-of-type {
  width: 100%;
  position: relative;
  left: auto;
  top: auto;
}
#feeds.acm-section .feed-content.slideshow .photo-list .c-instagram-feed__item:first-of-type:before {
  width: 30px;
  height: 30px;
  background-position: -340px 0;
}
#feeds.acm-section .feed-content.slideshow .photo-list .c-instagram-feed__item .inner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
}
#feeds.acm-section .feed-content .photo-list {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  padding-left: calc((100% / 5) * 2);
  position: relative;
}
#feeds.acm-section .feed-content .photo-list .c-instagram-feed__item {
  position: relative;
  width: calc(100% / 3);
  height: auto;
  float: left;
  font: italic 14px/18px "Raleway", Arial, sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #ebebeb;
  color: #333333;
  transition: opacity 350ms ease-in-out;
}
#feeds.acm-section .feed-content .photo-list .c-instagram-feed__item:hover {
  opacity: 0.86;
}
#feeds.acm-section .feed-content .photo-list .c-instagram-feed__item:first-of-type {
  width: calc((100% / 5) * 2);
  flex: none;
  position: absolute;
  left: 0;
  top: 0;
}
#feeds.acm-section .feed-content .photo-list .c-instagram-feed__item:first-of-type:before {
  width: 30px;
  height: 30px;
  background-position: -340px 0;
}
#feeds.acm-section .feed-content .photo-list .c-instagram-feed__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  right: 16px;
  bottom: 16px;
  background: url("../images/sprite.svg") -400px 0 no-repeat;
  z-index: 5;
}
#feeds.acm-section .feed-content .photo-list .c-instagram-feed__item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
#feeds.acm-section .feed-content .photo-list .c-instagram-feed__item .feed-descr {
  display: none;
}
#feeds.acm-section .feed-content .photo-list .c-instagram-feed__item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.experiences {
  padding-left: 80px;
}
@media only screen and (max-width: 1023px) {
  .experiences {
    padding: 0 20px;
  }
}
.experiences .inner-wrapper {
  position: relative;
}
.experiences .inner-wrapper .main-slider-wrap {
  width: 100%;
}
.experiences .inner-wrapper .main-slider-wrap .item {
  display: flex;
  justify-content: space-between;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .experiences .inner-wrapper .main-slider-wrap .item {
    flex-direction: column;
  }
}
.experiences .inner-wrapper .main-slider-wrap .item .image-wrapper {
  position: relative;
  height: 100%;
  width: 42%;
  background-color: #F2F2F2;
}
@media screen and (max-width: 1150px) {
  .experiences .inner-wrapper .main-slider-wrap .item .image-wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .experiences .inner-wrapper .main-slider-wrap .item .image-wrapper {
    width: calc(100% - 20px);
    height: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .experiences .inner-wrapper .main-slider-wrap .item .image-wrapper {
    width: calc(100% - 10px);
    height: 440px;
  }
}
.experiences .inner-wrapper .main-slider-wrap .item .content-part {
  width: calc(58% - 80px);
  padding: 40px 120px 325px 0;
}
@media screen and (max-width: 1150px) {
  .experiences .inner-wrapper .main-slider-wrap .item .content-part {
    width: calc(50% - 40px);
    padding: 30px 90px 266px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .experiences .inner-wrapper .main-slider-wrap .item .content-part {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 40px 0px 266px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .experiences .inner-wrapper .main-slider-wrap .item .content-part {
    width: calc(100% - 10px);
    padding: 40px 0px 145px;
  }
}
.experiences .inner-wrapper .main-slider-wrap .item .content-part .mountains-icon {
  margin-bottom: 40px;
}
.experiences .inner-wrapper .main-slider-wrap .item .content-part strong {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 12px;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .experiences .inner-wrapper .main-slider-wrap .item .content-part strong {
    margin-bottom: 20px;
  }
}
.experiences .inner-wrapper .main-slider-wrap .item .content-part h2 {
  font-size: 42px;
  color: #6E6E73;
  font-weight: 200;
  line-height: 1.2;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .experiences .inner-wrapper .main-slider-wrap .item .content-part h2 {
    font-size: 23px;
    text-align: left;
  }
}
.experiences .inner-wrapper .main-slider-wrap .item .content-part h2 span.even {
  color: #2285A4;
  font-weight: 500;
}
.experiences .inner-wrapper .main-slider-wrap .item .content-part p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.experiences .inner-wrapper .thumbs-slider-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(58% - 80px);
}
@media screen and (max-width: 1150px) {
  .experiences .inner-wrapper .thumbs-slider-wrap {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 1023px) {
  .experiences .inner-wrapper .thumbs-slider-wrap {
    width: 100%;
  }
}
.experiences .inner-wrapper .thumbs-slider-wrap:not(.active-visible) .image-slide.swiper-slide-thumb-active, .experiences .inner-wrapper .thumbs-slider-wrap:not(.active-visible) .image-slide.swiper-slide-active {
  visibility: hidden;
  width: 0;
  margin: 0;
}
.experiences .inner-wrapper .thumbs-slider-wrap .image-slide {
  position: relative;
  width: 40.32%;
  margin-right: 40px;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .experiences .inner-wrapper .thumbs-slider-wrap .image-slide {
    width: calc((100% / 3) - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .experiences .inner-wrapper .thumbs-slider-wrap .image-slide {
    width: calc((100% / 3) - 10px);
    margin: 0 5px;
  }
}
.experiences .inner-wrapper .thumbs-slider-wrap .image-slide .image-slide-img {
  position: relative;
  min-height: 275px;
  opacity: 0.5;
  transition: opacity 350ms ease-in-out;
}
@media screen and (max-width: 1150px) {
  .experiences .inner-wrapper .thumbs-slider-wrap .image-slide .image-slide-img {
    min-height: 216px;
  }
}
@media only screen and (max-width: 1023px) {
  .experiences .inner-wrapper .thumbs-slider-wrap .image-slide .image-slide-img {
    min-height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .experiences .inner-wrapper .thumbs-slider-wrap .image-slide .image-slide-img {
    min-height: 101px;
  }
}
.experiences .inner-wrapper .thumbs-slider-wrap .image-slide .image-slide-img:hover {
  opacity: 1;
}

.acm-section.venues-setup .small-heading {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .acm-section.venues-setup .small-heading {
    font-size: 15px;
  }
}
.acm-section.venues-setup .venues-setup-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1023px) {
  .acm-section.venues-setup .venues-setup-wrapper {
    flex-wrap: wrap;
  }
}
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column {
  width: 280px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
  }
}
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item {
    margin: 10px 20px 10px 0 !important;
  }
  .acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item:last-child {
    margin-right: 0;
  }
}
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item.setup-class-room .room-thumbnail {
  height: 37px;
}
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item.setup-cocktail .room-thumbnail {
  height: 30px;
}
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item:hover .room-info h3,
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item:hover .room-info h4, .acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item.active .room-info h3,
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item.active .room-info h4 {
  color: #2285A4;
}
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item:hover .room-thumbnail svg, .acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item.active .room-thumbnail svg {
  fill: #2285A4;
}
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item + .venue-item {
  margin-top: 50px;
}
@media only screen and (max-width: 1023px) {
  .acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item + .venue-item {
    margin-top: 0;
  }
}
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item .room-thumbnail {
  position: relative;
  width: 56px;
  height: 45px;
  margin-right: 14px;
  z-index: 1;
}
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item .room-thumbnail svg {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
  fill: #6E6E73;
  transition: fill 350ms ease-in-out;
}
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item .room-info {
  position: relative;
  z-index: 1;
}
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item .room-info h3,
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item .room-info h4 {
  margin: 0;
  color: #6E6E73;
  transition: color 350ms ease-in-out;
}
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item .room-info h3 {
  font-size: 16px;
  font-weight: bold;
}
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-left-column .venue-item .room-info h4 {
  font-size: 14px;
  font-weight: normal;
}
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-right-column {
  flex-grow: 1;
}
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-right-column .room-big-image {
  position: relative;
  display: none;
}
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-right-column .room-big-image.active {
  display: block;
}
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-right-column .room-big-image img,
.acm-section.venues-setup .venues-setup-wrapper .venues-setup-right-column .room-big-image svg {
  display: block;
  max-width: 100%;
  height: auto;
}

@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: #ffffff;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  #hamburger-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    padding-top: 100px;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  right: 0;
  visibility: visible;
}
#hamburger-navigation .upper-wrapper {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
#hamburger-navigation .upper-wrapper .phone {
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 21px 15px 49px;
  background: #1F7C98;
  border-radius: 26px;
  cursor: pointer;
  margin-right: 31px;
  transition: background 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #hamburger-navigation .upper-wrapper .phone {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .upper-wrapper .phone {
    margin-right: 10px;
  }
}
@media screen and (max-width: 400px) {
  #hamburger-navigation .upper-wrapper .phone {
    margin-right: 5px;
    font-size: 14px;
  }
}
#hamburger-navigation .upper-wrapper .phone:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='17.8px' viewBox='0 0 20 17.8' style='enable-background:new 0 0 20 17.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='icon-phone' transform='translate(0.000000, 1.000000)'%3E%3Cpath id='Shape' class='st0' d='M19.1,0.9c0-0.1-0.1-0.1-0.2-0.1C17.1-0.3,13.5-1,10-1H9.9C6.5-1,2.8-0.3,1,0.7 C1,0.7,0.9,0.8,0.9,0.9c-0.4,0.6-0.6,1.6-0.7,2C0,3.6,0,4.5,0,5c0,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.1,0.4,0.1l5.3-1 c0.1,0,0.2-0.1,0.3-0.2C6.3,4.1,6.3,4,6.3,3.8c0-0.1,0-0.2-0.1-0.3c0-0.2-0.1-0.2-0.1-0.4c0-0.1,0.1-0.2,0.3-0.2l7,0 c0.2,0,0.4,0.1,0.4,0.3c0,0.2,0,0.2,0,0.3c0,0.1,0,0.2-0.1,0.4c0,0.3,0.1,0.5,0.4,0.6l5.3,1.2c0,0,0.1,0,0.1,0c0.1,0,0.2,0,0.3-0.1 c0.1-0.1,0.2-0.2,0.2-0.3c0.1-0.7,0.1-1.4,0-2.1C19.8,2.3,19.4,1.4,19.1,0.9z M19,4.5l-4.2-0.9c0-0.1,0-0.2,0-0.4 c0-0.7-0.6-1.3-1.4-1.3l-7,0c-0.7,0-1.3,0.5-1.3,1.2c0,0.2,0,0.3,0,0.5L1,4.4C1,4,1,3.5,1.1,3.1c0.1-0.6,0.3-1.2,0.5-1.6 C3.3,0.6,6.7,0,9.9,0H10c3.3,0,6.6,0.6,8.4,1.6c0.2,0.4,0.5,1.1,0.6,1.7C19,3.7,19,4.1,19,4.5z'/%3E%3Cpath id='Path' class='st0' d='M5.6,6.3c0.5-0.1,0.9-0.5,0.8-1.1c0-0.3-0.3-0.5-0.6-0.4c-0.2,0-0.4,0.3-0.4,0.5c0,0,0,0,0,0 L1.3,6.2c0,0-0.1,0-0.1-0.1C1.1,5.9,0.8,5.8,0.5,5.9C0.3,6,0.2,6.3,0.3,6.6c0.2,0.4,0.6,0.6,1,0.6h0.1L2.7,7v5.4 c0,2.5,2,4.5,4.5,4.5h5.3c2.5,0,4.5-2,4.5-4.5V7.1l1.2,0.3c0.1,0,0.2,0,0.4,0c0.4,0,0.6-0.2,0.8-0.5c0.1-0.2,0-0.5-0.2-0.7 c-0.2-0.1-0.5,0-0.7,0.2c0,0,0,0,0,0c0,0,0,0,0,0h0l-4-1c0,0,0,0,0,0c0-0.2-0.2-0.5-0.4-0.5c-0.3,0-0.5,0.1-0.6,0.4 c-0.1,0.6,0.3,1,0.8,1.1L16,6.8v5.5c0,1.9-1.6,3.5-3.5,3.5H7.2c-1.9,0-3.5-1.6-3.5-3.5V6.7L5.6,6.3z'/%3E%3Cpath id='Shape_00000182496992853238767990000016078353765720439952_' class='st0' d='M6.6,9.1H8V10H6.6V9.1z M6.6,10.6H8v0.9H6.6 V10.6z M6.6,12H8v0.9H6.6V12z M9.2,9.1h1.4V10H9.2V9.1z M9.2,10.6h1.4v0.9H9.2V10.6z M9.2,12h1.4v0.9H9.2V12z M11.7,9.1h1.4V10 h-1.4V9.1z M11.7,10.6h1.4v0.9h-1.4V10.6z M11.7,12h1.4v0.9h-1.4V12z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: 21px;
  top: 0;
}
#hamburger-navigation .upper-wrapper .phone:hover {
  background: #4CBB79;
}
#hamburger-navigation .upper-wrapper .language-selector {
  display: block;
  float: left;
  z-index: 5;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin-left: 31px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .upper-wrapper .language-selector {
    margin-left: 10px;
  }
}
@media screen and (max-width: 400px) {
  #hamburger-navigation .upper-wrapper .language-selector {
    margin-left: 5px;
  }
}
#hamburger-navigation .upper-wrapper .language-selector li {
  display: block;
  float: left;
  position: relative;
}
#hamburger-navigation .upper-wrapper .language-selector li button {
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  position: relative;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  padding: 15px 34px 15px 21px;
  background: #1F7C98;
  border-radius: 26px;
}
#hamburger-navigation .upper-wrapper .language-selector li button:after {
  content: "";
  display: block;
  position: absolute;
  right: 21px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: thin solid #ffffff;
  border-right: thin solid #ffffff;
  border-bottom: 0;
  transform: translateY(-5px) rotate(135deg);
}
#hamburger-navigation .upper-wrapper .language-selector li button:hover {
  background: #4CBB79;
}
#hamburger-navigation .upper-wrapper .language-selector li ul.submenu {
  display: none;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #4CBB79;
  padding-bottom: 10px;
  border-radius: 26px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#hamburger-navigation .upper-wrapper .language-selector li ul.submenu li {
  margin-right: 0;
  padding: 8px 5px;
  display: block;
  float: none;
}
#hamburger-navigation .upper-wrapper .language-selector li ul.submenu li a {
  font-family: "Raleway", Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #hamburger-navigation .upper-wrapper .language-selector li ul.submenu li a {
    transition: none;
  }
}
#hamburger-navigation .upper-wrapper .language-selector li ul.submenu li a:hover {
  opacity: 0.5;
}
#hamburger-navigation .upper-wrapper .language-selector.visible li button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #4CBB79;
}
#hamburger-navigation .upper-wrapper .language-selector.visible li button:after {
  transform: translateY(-1px) rotate(-45deg);
}
#hamburger-navigation .upper-wrapper .language-selector.visible .submenu {
  display: block;
  opacity: 1;
  visibility: visible;
}
#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: 0;
}
#hamburger-navigation .main-menu .menu.level-1 {
  padding-top: 34px;
}
#hamburger-navigation .main-menu .menu.level-1 > li {
  margin-bottom: 40px;
}
#hamburger-navigation .main-menu .menu.level-1 > li.parent > a {
  padding: 0 40px 9px 0;
}
#hamburger-navigation .main-menu .menu.level-1 > li:last-of-type {
  margin-bottom: 0;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font: 700 20px/24px "Raleway", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #1F7C98;
  padding: 0 0 9px 0;
  position: relative;
  display: inline-block;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #4CBB79;
  transition: width 350ms ease-in-out;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover:after, #hamburger-navigation .main-menu .menu.level-1 > li > a.active:after {
  width: 100%;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a.active:after {
  width: 100%;
}
#hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 4px;
}
#hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#hamburger-navigation .main-menu .menu.submenu li {
  margin-bottom: 40px;
}
#hamburger-navigation .main-menu .menu.submenu li:last-of-type {
  margin-bottom: 0;
}
#hamburger-navigation .main-menu .menu.submenu a {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #1F7C98;
  text-transform: uppercase;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #4CBB79;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 37px 0 10px;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#hamburger-navigation .main-menu .plus {
  display: inline-block;
  height: 32px;
  width: 32px;
  position: relative;
  margin-left: -35px;
  z-index: 2;
  vertical-align: top;
  margin-top: -3px;
}
#hamburger-navigation .main-menu .plus .horizontal, #hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 350ms ease-in-out;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1F7C98;
  border-right: 1px solid #1F7C98;
}
#hamburger-navigation .main-menu .plus .horizontal {
  transform: translate(-50%, -8px) rotate(-45deg);
  opacity: 0;
}
#hamburger-navigation .main-menu .plus .vertical {
  transform: translate(-50%, -12px) rotate(135deg);
  opacity: 1;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical {
  opacity: 0;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 1;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#hamburger-navigation .top-footer-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  padding: 62px 29px 23px;
  background: #1F7C98;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .top-footer-menu {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 400px) {
  #hamburger-navigation .top-footer-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
#hamburger-navigation .top-footer-menu ul {
  display: flex;
  flex-wrap: wrap;
}
#hamburger-navigation .top-footer-menu li {
  width: 50%;
  text-align: center;
  margin-bottom: 39px;
}
#hamburger-navigation .top-footer-menu a {
  display: block;
  padding: 4px 40px;
  font: 700 14px/14px "Raleway", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  transition: opacity 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #hamburger-navigation .top-footer-menu a {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .top-footer-menu a {
    padding: 4px 20px;
  }
}
@media screen and (max-width: 400px) {
  #hamburger-navigation .top-footer-menu a {
    font-size: 12px;
  }
}
#hamburger-navigation .top-footer-menu a:hover, #hamburger-navigation .top-footer-menu a.active {
  opacity: 0.5;
}
#hamburger-navigation .top-footer-menu a.players-club {
  overflow: hidden;
  width: 80px;
  text-indent: -999px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='61.5px' height='17.5px' viewBox='0 0 61.5 17.5' style='enable-background:new 0 0 61.5 17.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='players-club-logo' transform='translate(388.000000, 1.000000)'%3E%3Cpath id='Path' class='st0' d='M-366.5,14.7c0-1.1,0.8-1.8,1.8-1.8c0.6,0,1.1,0.2,1.4,0.7l-0.4,0.3c-0.2-0.3-0.5-0.5-1-0.5 c-0.7,0-1.3,0.6-1.3,1.3c0,0.8,0.5,1.3,1.3,1.3c0.5,0,0.8-0.2,1.1-0.6l0.4,0.3c-0.3,0.5-0.8,0.8-1.5,0.8 C-365.7,16.5-366.5,15.8-366.5,14.7'/%3E%3Cpolygon id='Path_00000088118979801319809820000002760967123805788847_' class='st0' points='-361,12.9 -360.4,12.9 -360.4,16 -358.8,16 -358.8,16.5 -361,16.5 '/%3E%3Cpath id='Path_00000091737796453935320010000002085560122541416867_' class='st0' d='M-356.7,15.2l0-2.3l0.6,0l0,2.3 c0,0.6,0.3,0.8,0.8,0.8c0.5,0,0.8-0.3,0.8-0.8l0-2.3l0.5,0l0,2.3c0,0.9-0.6,1.3-1.4,1.3C-356.1,16.5-356.7,16.1-356.7,15.2'/%3E%3Cpath id='Shape' class='st0' d='M-351.5,12.9l1.3,0c0.7,0,1,0.4,1,0.9c0,0.3-0.2,0.6-0.5,0.7c0.5,0.1,0.7,0.5,0.7,0.9 c0,0.6-0.4,1.1-1.2,1.1l-1.4,0L-351.5,12.9z M-350.3,14.3c0.3,0,0.5-0.2,0.5-0.4s-0.2-0.4-0.5-0.4h-0.7v0.9L-350.3,14.3z M-350.2,16c0.4,0,0.6-0.3,0.6-0.6c0-0.4-0.2-0.6-0.7-0.6l-0.8,0l0,1.2L-350.2,16z'/%3E%3Cpath id='Path_00000153696355017077551880000012542459863531976622_' class='st0' d='M-379.5,3c0,0.5,0,1-0.2,1.4 c-0.2,0.4-0.5,0.8-0.9,1.2c-0.4,0.3-0.8,0.6-1.3,0.8c-0.5,0.2-1,0.3-1.5,0.3c0,0,0-0.1,0-0.1c0.4-0.1,0.7-0.2,1-0.3 c0.3-0.2,0.6-0.4,0.8-0.6c0.2-0.2,0.4-0.5,0.5-0.8c0.1-0.3,0.1-0.7,0.1-1.1c0-0.4-0.1-0.7-0.3-1.1c-0.2-0.3-0.4-0.6-0.6-0.9 c-0.3-0.2-0.6-0.4-0.9-0.6c-0.4-0.1-0.7-0.2-1.2-0.2c-0.2,0-0.4,0-0.6,0.1c0,0.1-0.1,0.1-0.1,0.2c0.1,1,0.2,2.1,0.4,3.1 c0,0.5,0.1,1,0.2,1.5c0.1,0.7,0.2,1.4,0.2,2c0,0.3,0.1,0.6,0.1,0.9c0,0.3,0.1,0.5,0.1,0.7c0,0.2,0.1,0.4,0.2,0.5 c0.1,0.1,0.2,0.2,0.3,0.3c0.1,0.1,0.3,0.1,0.5,0.2c0.2,0,0.5,0,0.8,0c0,0,0,0.1,0,0.1c-0.1,0-0.3,0-0.5,0c-0.2,0-0.4,0-0.7,0.1 c-0.2,0-0.5,0-0.7,0.1c-0.2,0-0.4,0-0.6,0.1c-0.2,0-0.4,0-0.6,0.1c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.4,0.1-0.6,0.1 c-0.2,0-0.4,0.1-0.5,0.1c0,0,0-0.1,0-0.1c0.3-0.1,0.5-0.1,0.7-0.2c0.2-0.1,0.3-0.2,0.5-0.3c0.1-0.1,0.2-0.2,0.3-0.4 s0.1-0.4,0.1-0.6c0-0.2,0-0.5-0.1-0.9c0-0.4-0.1-0.8-0.2-1.3c-0.1-0.5-0.1-0.9-0.2-1.3c-0.1-0.4-0.1-0.7-0.1-0.9 c0-0.2-0.1-0.5-0.1-0.7c0-0.2-0.1-0.5-0.1-0.8c0-0.3-0.1-0.5-0.1-0.7c0-0.2-0.1-0.4-0.1-0.6c0-0.2-0.1-0.4-0.2-0.6 c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.3-0.1-0.5-0.1c-0.2,0-0.4,0-0.7,0c0,0,0-0.1,0-0.1c0.1,0,0.3,0,0.4,0c0.2,0,0.4,0,0.6-0.1 c0.2,0,0.4,0,0.7-0.1c0.2,0,0.5,0,0.7-0.1c0.7-0.1,1.4-0.2,2.1-0.3c0.4,0,0.8-0.1,1.3,0c0.5,0,0.9,0.1,1.3,0.3 c0.4,0.2,0.7,0.4,1,0.7C-379.8,2.1-379.6,2.5-379.5,3'/%3E%3Cpath id='Path_00000060031305937636441320000003369815119740038791_' class='st0' d='M-373,9.2c0.2,0,0.4-0.1,0.6-0.1 c0.2-0.1,0.3-0.2,0.5-0.3c0.1-0.1,0.3-0.3,0.4-0.5c0.1-0.2,0.2-0.5,0.3-0.8c0,0,0.1,0,0.1,0c-0.1,0.6-0.2,1.2-0.3,1.8 c0,0.1-0.1,0.3-0.1,0.4c-0.1,0.1-0.2,0.2-0.5,0.2c-0.6,0-1.2,0-1.7,0.1c-0.6,0-1.2,0.1-1.8,0.1c-0.6,0-1.2,0.1-1.8,0.2 c-0.6,0.1-1.2,0.1-1.8,0.2c0,0,0-0.1,0-0.1c0.3-0.1,0.5-0.1,0.7-0.2c0.2-0.1,0.4-0.1,0.5-0.2c0.1-0.1,0.2-0.2,0.3-0.4 c0.1-0.2,0.1-0.4,0.1-0.6c0-0.2,0-0.5-0.1-0.9c0-0.4-0.1-0.8-0.1-1.3c0-0.4-0.1-0.9-0.1-1.3c0-0.4-0.1-0.7-0.1-1 c0-0.2,0-0.5-0.1-0.7c0-0.3,0-0.5-0.1-0.8c0-0.3,0-0.5-0.1-0.8c0-0.2-0.1-0.5-0.1-0.6c0-0.2-0.1-0.4-0.2-0.6 c-0.1-0.1-0.2-0.2-0.4-0.3c-0.1-0.1-0.3-0.1-0.5-0.2c-0.2,0-0.5,0-0.7-0.1c0,0,0-0.1,0-0.1c0.2,0,0.3,0,0.6,0c0.2,0,0.5,0,0.7,0 c0.2,0,0.5,0,0.7,0c0.2,0,0.4,0,0.6,0c0.2,0,0.4,0,0.6-0.1c0.2,0,0.4,0,0.7-0.1c0.2,0,0.4-0.1,0.6-0.1c0.2,0,0.4,0,0.5-0.1 c0,0,0,0.1,0,0.1c-0.3,0-0.5,0.1-0.7,0.2c-0.2,0.1-0.4,0.1-0.5,0.3c-0.1,0.1-0.2,0.2-0.3,0.4c-0.1,0.2-0.1,0.3-0.1,0.6 c0,0.2,0,0.3,0,0.6c0,0.2,0,0.5,0.1,0.8c0.1,0.9,0.1,1.9,0.2,2.8c0,0.1,0,0.3,0,0.5c0,0.2,0,0.4,0.1,0.7c0,0.3,0,0.5,0.1,0.8 c0,0.3,0,0.5,0.1,0.7c0,0.2,0.1,0.4,0.1,0.5c0.1,0.2,0.1,0.3,0.3,0.4c0.1,0.1,0.3,0.2,0.5,0.2c0.2,0.1,0.4,0.1,0.7,0 c0.2,0,0.3,0,0.5,0c0.1,0,0.3,0,0.4,0c0.1,0,0.2,0,0.3,0C-373.3,9.3-373.2,9.2-373,9.2'/%3E%3Cpath id='Shape_00000169541432826155408380000012093200214493532591_' class='st0' d='M-360,9.4c-0.2,0-0.4,0-0.6,0 c-0.2,0-0.4,0-0.6,0c-0.2,0-0.5,0-0.8,0c-0.2,0-0.4,0-0.7,0c-0.2,0-0.5,0-0.7,0.1c-0.2,0-0.4,0-0.6,0.1c-0.2,0-0.4,0-0.5,0 c0,0,0-0.1,0-0.1c0.5-0.1,0.8-0.2,1-0.4s0.1-0.5,0-1c-0.1-0.2-0.2-0.5-0.3-0.7c-0.1-0.3-0.2-0.5-0.3-0.8c-0.1-0.3-0.2-0.6-0.4-0.9 c-0.6,0-1.1,0-1.7,0c-0.5,0-1.1,0.1-1.6,0.1c-0.1,0.4-0.2,0.7-0.3,1c-0.1,0.3-0.2,0.5-0.2,0.7c-0.1,0.2-0.1,0.4-0.1,0.5 c0,0.1-0.1,0.3-0.1,0.4c0,0.1,0,0.3,0,0.4c0,0.1,0,0.3,0.1,0.3c0.1,0.1,0.2,0.2,0.3,0.2c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.3,0,0.4,0 c0,0,0,0.1,0,0.1c-0.6,0-1.2,0-1.9,0c0,0-0.1,0-0.3,0c-0.2,0-0.4,0-0.6,0.1c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.4,0-0.4,0 c0,0,0-0.1,0-0.1c0.3-0.1,0.6-0.2,0.8-0.3c0.2-0.1,0.4-0.2,0.5-0.4c0.1-0.1,0.3-0.3,0.4-0.5c0.1-0.2,0.2-0.5,0.3-0.8 c0-0.1,0.1-0.4,0.2-0.7c0.1-0.3,0.3-0.7,0.4-1.1c0.2-0.4,0.3-0.9,0.5-1.4c0.2-0.5,0.4-1,0.6-1.5c0.5-1.2,1-2.5,1.5-4 c0,0,0.1,0,0.1,0c1.4,2.8,2.7,5.7,4,8.6c0.2,0.5,0.5,0.9,0.8,1.2C-360.9,9.1-360.5,9.2-360,9.4C-360,9.3-360,9.3-360,9.4 M-366.3,1.6C-366.3,1.6-366.4,1.5-366.3,1.6c0-0.1-0.1-0.1-0.1-0.1c0,0,0,0,0,0.1c-0.4,1.2-0.9,2.5-1.3,3.7c0.5,0,1,0,1.4,0 c0.5,0,1-0.1,1.6-0.1C-365.2,3.9-365.8,2.8-366.3,1.6'/%3E%3Cpath id='Path_00000124847097551074230520000018191239656391253431_' class='st0' d='M-353.1,0.9c-0.1,0.1-0.2,0.3-0.3,0.4 c-0.1,0.2-0.2,0.4-0.4,0.6c-0.1,0.2-0.3,0.4-0.4,0.7c-0.1,0.2-0.3,0.5-0.4,0.7c-0.3,0.5-0.7,1.1-1,1.7c0,0.5,0,1,0,1.4 c0,0.4,0,0.7,0,0.9c0,0.2,0,0.4,0,0.6c0,0.1,0,0.2,0,0.3c0,0.2,0.1,0.4,0.1,0.5c0.1,0.1,0.1,0.2,0.3,0.3c0.1,0.1,0.3,0.2,0.5,0.2 c0.2,0.1,0.5,0.1,0.8,0.1c0,0,0,0.1,0,0.1c-0.1,0-0.3,0-0.5,0c-0.2,0-0.4,0-0.7,0c-0.2,0-0.5,0-0.7,0c-0.2,0-0.4,0-0.6,0 c-0.2,0-0.4,0-0.6,0c-0.2,0-0.4,0-0.7,0c-0.2,0-0.4,0-0.6,0c-0.2,0-0.4,0-0.5,0c0,0,0-0.1,0-0.1c0.3,0,0.5-0.1,0.7-0.1 c0.2,0,0.4-0.1,0.5-0.2c0.1-0.1,0.2-0.2,0.3-0.4c0.1-0.1,0.1-0.3,0.1-0.6c0-0.1,0-0.2,0-0.4c0-0.2,0-0.4,0-0.7c0-0.2,0-0.5,0-0.8 c0-0.3,0-0.5,0-0.7c-0.3-0.5-0.6-1.1-0.9-1.6c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.2-0.3-0.4-0.4-0.6 c-0.1-0.2-0.2-0.3-0.3-0.5c0-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.2-0.3-0.3-0.4c-0.1-0.1-0.2-0.3-0.3-0.4c-0.1-0.1-0.1-0.2-0.2-0.2 c-0.2-0.2-0.5-0.4-0.7-0.5c-0.3-0.1-0.6-0.2-1-0.2c0,0,0-0.1,0-0.1c0.2,0,0.4,0,0.6,0c0.2,0,0.4,0,0.7,0c0.2,0,0.5,0,0.7,0 c0.2,0,0.4,0,0.6,0c0.1,0,0.2,0,0.3,0c0.2,0,0.4,0,0.6,0c0.2,0,0.4,0,0.7,0c0.2,0,0.5,0,0.7-0.1c0,0,0,0.1,0,0.1 c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0.1-0.2,0.2c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.3,0.1,0.4 c0.1,0.2,0.2,0.4,0.3,0.6c0.1,0.1,0.2,0.3,0.3,0.5c0.1,0.2,0.2,0.4,0.4,0.6c0.1,0.2,0.3,0.4,0.4,0.7c0.1,0.2,0.2,0.4,0.4,0.6 c0.1,0.2,0.2,0.4,0.3,0.5c0.1,0.1,0.1,0.2,0.2,0.3c0.3-0.5,0.5-0.9,0.8-1.3c0.1-0.2,0.2-0.4,0.3-0.5c0.1-0.2,0.2-0.4,0.3-0.5 c0.1-0.2,0.2-0.3,0.3-0.5c0.1-0.1,0.1-0.3,0.2-0.4c0.1-0.2,0.2-0.4,0.3-0.5s0.1-0.2,0.1-0.3c0-0.1,0-0.3,0-0.4s-0.1-0.2-0.2-0.3 c-0.1-0.1-0.2-0.1-0.3-0.2s-0.3-0.1-0.4-0.1c0,0,0-0.1,0-0.1c0.2,0,0.3,0,0.4,0c0.1,0,0.2,0,0.4,0c0.1,0,0.2,0,0.4,0 c0.1,0,0.3,0,0.4,0c0.4,0,0.8,0,1.2,0c0.4,0,0.7,0,1,0c0,0,0,0.1,0,0.1c-0.5,0-1,0.2-1.3,0.5C-352.6,0.2-352.9,0.5-353.1,0.9z'/%3E%3Cpath id='Path_00000021806830329064931670000004606176231638616759_' class='st0' d='M-343.8,9.4c0,0.1-0.1,0.2-0.1,0.3 c-0.1,0-0.1,0.1-0.3,0.1c-0.5,0-1-0.1-1.5-0.1c-0.5,0-1.1-0.1-1.8-0.1c-0.4,0-1,0-1.6,0c-0.6,0-1.2,0-1.8,0c0,0,0-0.1,0-0.1 c0.3,0,0.5-0.1,0.7-0.1c0.2,0,0.4-0.1,0.5-0.2c0.1-0.1,0.2-0.2,0.3-0.3c0.1-0.1,0.1-0.3,0.1-0.6c0-0.2,0-0.5,0-0.9 c0-0.4,0-0.8,0-1.3c0-0.4,0-0.9,0-1.3c0-0.4,0-0.7,0-1c0-0.2,0-0.5,0-0.7c0-0.3,0-0.5,0-0.8c0-0.3,0-0.5,0-0.7c0-0.2,0-0.5,0-0.7 c0-0.2,0-0.4-0.1-0.6c-0.1-0.1-0.2-0.3-0.3-0.4c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2-0.1-0.4-0.1-0.7-0.1c0,0,0-0.1,0-0.1 c0.2,0,0.5,0,0.8,0.1c0.3,0,0.6,0,1,0.1c0.3,0,0.6,0,1,0c0.3,0,0.6,0,0.8,0c0.7,0,1.4,0,2.2,0.1c0.2,0,0.4,0,0.6,0 c0.2,0,0.3,0,0.5,0c0.1,0,0.2,0,0.3-0.1c0.1-0.1,0.2-0.1,0.2-0.2c0,0,0.1,0.1,0.1,0.1c-0.1,0.2-0.1,0.4-0.1,0.6 c0,0.2,0,0.4-0.1,0.5c0,0.1,0,0.2,0,0.3c0,0.1,0,0.3,0,0.4c0,0.1,0,0.3,0,0.4c0,0.1,0,0.2,0,0.3c0,0-0.1,0-0.1,0 c0-0.5-0.2-0.9-0.4-1.2c-0.3-0.3-0.7-0.5-1.3-0.5c-0.3,0-0.5,0-0.8,0c-0.4,0-0.9,0-1.3-0.1c-0.1,1.3-0.1,2.6-0.1,4 c0.1,0,0.3,0,0.6,0c0.3,0,0.5,0,0.8,0c0.3,0,0.7,0,1.1,0c0.2,0,0.3,0,0.5,0c0.1,0,0.2-0.1,0.3-0.2c0.1-0.1,0.1-0.1,0.2-0.2 c0.1-0.1,0.1-0.2,0.2-0.3c0,0,0,0,0.1,0c0,0,0,0,0,0c0,0.1,0,0.2-0.1,0.3c0,0.1,0,0.2-0.1,0.4c0,0.1,0,0.2-0.1,0.3 c0,0.1,0,0.2,0,0.3c0,0.1,0,0.2,0,0.3c0,0.1,0,0.2,0,0.4c0,0.1,0,0.2,0,0.3c0,0.1,0,0.2,0,0.2c0,0-0.1,0-0.1,0c0-0.1,0-0.3,0-0.4 c0-0.1-0.1-0.3-0.1-0.4c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.3-0.1-0.5-0.1c-0.8,0-1.5-0.1-2.3-0.1c0,0.4,0,0.8,0,1.2 c0,0.6,0,1.3-0.1,1.9c0,0.2,0,0.5,0,0.6c0,0.2,0.1,0.3,0.2,0.5c0.1,0.1,0.3,0.2,0.5,0.3c0.2,0.1,0.5,0.1,0.8,0.1c0.1,0,0.2,0,0.3,0 c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3,0c0.2,0,0.4-0.1,0.6-0.1c0.2-0.1,0.3-0.1,0.5-0.3c0.2-0.1,0.3-0.3,0.4-0.5 c0.1-0.2,0.3-0.5,0.4-0.8c0,0,0.1,0,0.1,0.1C-343.4,8.1-343.6,8.7-343.8,9.4'/%3E%3Cpath id='Shape_00000049929492375078947160000017362643316073503671_' class='st0' d='M-332.4,11.2c-0.9-0.1-1.7-0.4-2.3-0.7 c-0.6-0.4-1.2-0.8-1.6-1.3c-0.4-0.5-0.8-1.1-1.1-1.7c-0.3-0.6-0.5-1.2-0.8-1.9c-0.1,0-0.2,0-0.3,0c-0.1,0-0.3,0-0.4,0 c-0.1,0-0.3,0-0.5,0c-0.2,0-0.3,0-0.4,0c0,0.3,0,0.5-0.1,0.8c0,0.6-0.1,1.1-0.1,1.4c0,0.4,0,0.6,0,0.8c0,0.2,0,0.4,0.1,0.5 c0,0.1,0.1,0.3,0.2,0.4c0.1,0.1,0.3,0.2,0.5,0.3c0.2,0.1,0.5,0.1,0.8,0.2c0,0,0,0.1,0,0.1c-0.1,0-0.3,0-0.5-0.1 c-0.2,0-0.4,0-0.7-0.1c-0.2,0-0.5,0-0.7-0.1c-0.2,0-0.4,0-0.6,0c-0.2,0-0.4,0-0.6,0c-0.2,0-0.4,0-0.6,0c-0.2,0-0.4,0-0.6,0 c-0.2,0-0.4,0-0.5,0c0,0,0-0.1,0-0.1c0.3,0,0.5-0.1,0.7-0.1c0.2,0,0.4-0.1,0.5-0.2c0.1-0.1,0.2-0.2,0.3-0.3 c0.1-0.1,0.1-0.3,0.2-0.6c0-0.2,0-0.5,0.1-0.9c0-0.4,0.1-0.8,0.1-1.3c0-0.5,0.1-1,0.1-1.4c0-0.4,0.1-0.9,0.1-1.3 c0-0.4,0.1-0.8,0.1-1.2c0-0.4,0-0.8,0-1.3c0-0.3,0-0.5-0.1-0.6c-0.1-0.2-0.2-0.3-0.3-0.4c-0.1-0.1-0.3-0.2-0.5-0.2 c-0.2-0.1-0.4-0.1-0.7-0.2c0,0,0-0.1,0-0.1c0.6,0,1.1,0.1,1.5,0.1c0.4,0,0.7,0.1,0.9,0.1c0.6,0,1.1,0,1.7,0.1 c0.5,0,0.9,0.1,1.4,0.2c0.5,0.1,0.9,0.3,1.3,0.5c0.4,0.2,0.7,0.5,0.9,0.9c0.2,0.3,0.3,0.8,0.3,1.3c-0.1,0.6-0.3,1-0.7,1.4 c-0.4,0.4-0.9,0.7-1.4,0.9c0.1,0.3,0.2,0.7,0.3,1.1c0.1,0.4,0.3,0.8,0.5,1.2c0.2,0.4,0.4,0.8,0.7,1.2c0.3,0.4,0.5,0.8,0.8,1.1 c0.3,0.3,0.6,0.6,0.9,0.9c0.3,0.2,0.7,0.4,1,0.5C-332.4,11.2-332.4,11.2-332.4,11.2 M-336.3,3.3c0-0.5,0-0.9-0.2-1.3 c-0.2-0.4-0.4-0.7-0.7-0.9c-0.3-0.2-0.6-0.4-1-0.6c-0.4-0.1-0.8-0.2-1.2-0.2c0,0-0.1,0.1-0.1,0.1c0,0.7-0.1,1.4-0.1,2.1 c-0.1,0.7-0.1,1.5-0.2,2.2c0,0.2,0,0.4,0,0.6c0.4,0,0.8,0,1.2-0.1c0.4-0.1,0.8-0.2,1.1-0.4c0.3-0.2,0.6-0.4,0.8-0.6 C-336.4,3.9-336.3,3.6-336.3,3.3'/%3E%3Cpath id='Path_00000022534301893839249860000010110141431128139137_' class='st0' d='M-326.9,8.4c-0.1,0.5-0.2,0.9-0.5,1.3 c-0.2,0.3-0.5,0.6-0.9,0.8c-0.4,0.2-0.8,0.3-1.2,0.4c-0.4,0.1-0.9,0.1-1.3,0c-0.5-0.1-1-0.2-1.4-0.4c-0.5-0.2-0.9-0.5-1.2-0.9 c0.1-0.3,0.1-0.7,0.2-0.9c0-0.3,0.1-0.6,0.2-1c0,0,0.1,0,0.1,0c0,0.9,0.2,1.5,0.6,2c0.4,0.5,1,0.8,1.8,0.8c0.3,0,0.5,0,0.8-0.1 c0.2-0.1,0.5-0.2,0.6-0.3c0.2-0.1,0.3-0.3,0.4-0.5c0.1-0.2,0.2-0.4,0.2-0.7c0-0.2,0-0.4,0-0.6c0-0.2-0.1-0.4-0.2-0.5 c-0.1-0.2-0.2-0.4-0.4-0.5c-0.2-0.2-0.4-0.4-0.6-0.6c-0.3-0.3-0.6-0.5-0.9-0.8c-0.3-0.3-0.6-0.5-0.9-0.8c-0.3-0.3-0.5-0.6-0.6-1 c-0.1-0.3-0.2-0.7-0.1-1.2c0-0.4,0.1-0.7,0.3-1c0.2-0.3,0.4-0.5,0.7-0.7c0.3-0.2,0.7-0.3,1.1-0.4c0.4-0.1,0.9-0.1,1.4-0.1 c0.2,0,0.4,0.1,0.6,0.1c0.2,0,0.4,0.1,0.6,0.2c0.2,0.1,0.4,0.1,0.6,0.2c0.2,0.1,0.4,0.2,0.5,0.3c0,0.3-0.1,0.6-0.1,1 c0,0.3,0,0.7-0.1,1c0,0-0.1,0-0.1,0c0-0.4-0.1-0.8-0.2-1.1c-0.1-0.3-0.3-0.5-0.5-0.7c-0.2-0.2-0.4-0.3-0.7-0.4 c-0.2-0.1-0.5-0.2-0.7-0.2c-0.3,0-0.5,0-0.7,0.1c-0.2,0.1-0.4,0.2-0.6,0.3c-0.2,0.1-0.3,0.3-0.4,0.5c-0.1,0.2-0.2,0.4-0.2,0.6 c0,0.2,0,0.4,0,0.5c0,0.2,0.1,0.3,0.3,0.5c0.1,0.2,0.3,0.3,0.4,0.5c0.2,0.2,0.4,0.3,0.6,0.5c0.3,0.3,0.6,0.6,0.9,0.8 s0.6,0.6,0.9,0.9c0.3,0.3,0.5,0.6,0.6,1C-326.9,7.6-326.9,8-326.9,8.4'/%3E%3Cpath id='Path_00000085956792428440466610000001198996509887191694_' class='st0' d='M-376.5,12.8c13-1.6,26.1-1.6,39.1,0 c0,0.1,0,0.2,0,0.4c-13-1.6-26.1-1.6-39,0C-376.5,13-376.5,12.9-376.5,12.8'/%3E%3Cpath id='Path_00000119108616340641897570000004875402876848195227_' class='st0' d='M-374.4,11.4c11.6-1.3,23.2-1.3,34.8,0 c0,0.1,0,0.2,0,0.4c-11.5-1.3-23.2-1.3-34.7,0C-374.4,11.7-374.4,11.6-374.4,11.4'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
#hamburger-navigation .top-footer-menu a.players-club:hover, #hamburger-navigation .top-footer-menu a.players-club.active {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  html.booking-visible {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #booking {
    position: fixed;
    top: 0;
    left: -101%;
    display: block;
    height: 100%;
    overflow: auto;
    padding: 0;
    transition: left 350ms ease-in-out;
    -webkit-overflow-scrolling: touch;
  }
  .booking-visible #booking {
    left: 0;
  }
  #booking .center-column {
    padding: 0;
    max-width: 100%;
    height: 100%;
  }
  #booking form {
    width: 100%;
    padding: 0 20px 30px 20px;
  }
  #booking .column {
    margin-right: 0;
    width: 100%;
  }
  #booking .column.adults, #booking .column.children {
    width: 48%;
  }
  #booking .column.children {
    margin-left: 4%;
  }
  #booking input[type=text],
#booking input[type=date],
#booking select,
#booking .input-overlay {
    width: 100%;
    padding: 0 35px;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #booking .input-overlay {
    display: block;
  }
  #booking #booking-dates {
    width: 100%;
    padding: 0;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  #booking input[type=submit] {
    margin-top: 20px;
    width: 100%;
  }
}
#booking .close {
  position: absolute;
  bottom: -100%;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: thin #DADADA solid;
  border-radius: 50%;
  transition: bottom 600ms ease-in-out;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .booking-visible #booking .close {
    opacity: 1;
    visibility: visible;
    bottom: 40px;
  }
}
#booking .close:before, #booking .close:after {
  content: " ";
  height: 16px;
  width: 2px;
  position: absolute;
  top: 12px;
  left: 18px;
  background-color: #333333;
}
#booking .close:before {
  transform: rotate(45deg);
}
#booking .close:after {
  transform: rotate(-45deg);
}
#booking .close:hover:before, #booking .close:hover:after {
  opacity: 0.7;
}

#booking-datepicker {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86%;
  max-width: 1220px;
  z-index: 7;
  background: #ffffff;
  border: 10px #DADADA solid;
  padding: 72px 125px 126px;
  transition: bottom 350ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  #booking-datepicker {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1200px) {
  #booking-datepicker {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-height: 1000px) {
  #booking-datepicker {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-height: 750px) {
  #booking-datepicker {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
#booking-datepicker .reset-calendar {
  position: absolute;
  bottom: 47px;
  left: 0;
  right: 0;
  width: 100%;
  color: #004F70;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  transition: color 350ms ease-in-out;
}
@media only screen and (max-height: 750px) {
  #booking-datepicker .reset-calendar {
    bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  #booking-datepicker .reset-calendar {
    bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .reset-calendar {
    bottom: 140px;
  }
}
#booking-datepicker .reset-calendar:hover {
  color: #2285A4;
}
#booking-datepicker .close-calendar {
  position: fixed;
  bottom: -100%;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: thin #DADADA solid;
  border-radius: 50%;
  transition: bottom 600ms ease-in-out;
}
#booking-datepicker .close-calendar:before, #booking-datepicker .close-calendar:after {
  content: " ";
  height: 16px;
  width: 2px;
  position: absolute;
  top: 12px;
  left: 18px;
  background-color: #333333;
}
#booking-datepicker .close-calendar:before {
  transform: rotate(45deg);
}
#booking-datepicker .close-calendar:after {
  transform: rotate(-45deg);
}
#booking-datepicker .close-calendar:hover:before, #booking-datepicker .close-calendar:hover:after {
  opacity: 0.7;
}
#booking-datepicker.visible {
  display: block;
  bottom: 180px;
}
@media only screen and (max-height: 750px) {
  #booking-datepicker.visible {
    bottom: 160px;
  }
}
#booking-datepicker.visible .close-calendar {
  bottom: 120px;
}
@media only screen and (max-height: 750px) {
  #booking-datepicker.visible .close-calendar {
    bottom: 110px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker.visible .close-calendar {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  #booking-datepicker.visible {
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 100px);
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker.visible {
    top: 0;
    padding: 60px 30px;
    height: 100vh;
  }
  #booking-datepicker.visible .close-calendar {
    bottom: 40px;
  }
}
#booking-datepicker .arrival-departure-status {
  overflow: hidden;
  white-space: nowrap;
  background: #1F7C98;
  text-align: center;
}
@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 {
  opacity: 0;
  font: 20px/55px "Raleway", Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
#booking-datepicker .arrival-departure-status .arrival:after,
#booking-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
#booking-datepicker .arrival-departure-status .arrival {
  margin-left: -100%;
}
#booking-datepicker .arrival-departure-status .departure {
  margin-right: -100%;
}
#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;
  box-shadow: none;
  padding: 0;
}
#booking-datepicker .ui-datepicker-group {
  width: calc(50% - 60px);
  display: inline-block;
  white-space: normal;
}
#booking-datepicker .ui-datepicker-group:nth-child(2) {
  margin-left: 120px;
}
@media screen and (max-width: 1300px) {
  #booking-datepicker .ui-datepicker-group:nth-child(2) {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  #booking-datepicker .ui-datepicker-group:nth-child(2) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1300px) {
  #booking-datepicker .ui-datepicker-group {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 1200px) {
  #booking-datepicker .ui-datepicker-group {
    width: calc(50% - 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-group .ui-datepicker-title {
  color: #333333;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 26px;
  letter-spacing: 0;
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 29px;
}
#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: 76px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev,
#booking-datepicker .ui-datepicker-next {
    top: 60px;
  }
}
@media only screen and (max-height: 1000px) {
  #booking-datepicker .ui-datepicker-prev,
#booking-datepicker .ui-datepicker-next {
    top: 40px;
  }
}
@media only screen and (max-height: 750px) {
  #booking-datepicker .ui-datepicker-prev,
#booking-datepicker .ui-datepicker-next {
    top: 20px;
  }
}
#booking-datepicker .ui-datepicker-prev {
  left: 125px;
}
@media screen and (max-width: 1300px) {
  #booking-datepicker .ui-datepicker-prev {
    left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  #booking-datepicker .ui-datepicker-prev {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev {
    left: 26px;
  }
}
#booking-datepicker .ui-datepicker-next {
  right: 125px;
}
@media screen and (max-width: 1300px) {
  #booking-datepicker .ui-datepicker-next {
    right: 60px;
  }
}
@media screen and (max-width: 1200px) {
  #booking-datepicker .ui-datepicker-next {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
@media screen and (max-width: 1300px) {
  #booking-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
#booking-datepicker td {
  border-radius: 0;
}
#booking-datepicker td.ui-datepicker-today {
  border-radius: 25px;
}
#booking-datepicker td.ui-datepicker-today.checkin-date {
  border: 0;
  border-radius: 0;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}
#booking-datepicker td.checkin-date {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
#booking-datepicker td.ui-datepicker-highlight + td.checkin-date {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#booking-datepicker td.ui-datepicker-highlight + td.checkin-date, #booking-datepicker td.checkout-date {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.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 "Raleway", Arial, 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: #2285A4;
  border-bottom-color: #2285A4;
  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: Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.promos-position-a .promo h3 a {
  color: inherit;
  text-decoration: none;
}
.promos-position-a .promo p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}
.promos-position-a .promo .price {
  font: 15px/32px Arial, sans-serif;
  margin-bottom: 20px;
}
.promos-position-a .promo .price strong {
  font-weight: bold;
  font-size: 20px;
}
.promos-position-a .promo .promo-button {
  display: block;
  font-size: 18px;
  margin-top: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #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: #1F7C98;
  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 {
  position: relative;
  background: #F0F0F0;
  overflow: hidden;
  text-align: center;
}
#events h2 {
  font: 200 36px/1.2 Arial, sans-serif;
  margin: 15px;
  color: #54baba;
  text-transform: uppercase;
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  position: relative;
  display: inline-block;
  width: calc(33.33% - 10px);
  height: 666px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #events .event {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  #events .event {
    width: 100vw;
    height: 580px;
    margin: 0;
  }
}
#events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
#events .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #2285A4;
  border-bottom-color: #2285A4;
  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 {
  display: block;
  position: relative;
  margin: 34px 0 37px;
  color: #525252;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event .date {
    margin: 20px 0;
  }
}
#events .event .date a {
  color: inherit;
  text-decoration: none;
}
#events .event .date a:hover {
  text-decoration: underline;
}
#events .event .date:after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #E0E0E0;
}
@media only screen and (max-width: 767px) {
  #events .event .date:after {
    bottom: -8px;
  }
}
#events .event h3 {
  font: 200 24px/1.33 Arial, sans-serif;
  color: #54baba;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event h3 {
    font-size: 20px;
  }
}
#events .event p {
  font-size: 15px;
  line-height: 1.33;
  color: #525252;
}
@media only screen and (max-width: 767px) {
  #events .event p {
    font-size: 14px;
  }
}
#events .event .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #events .event .copy {
    padding: 0 10px;
  }
}
#events .event .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#events .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-pagination {
    display: none;
  }
}
#events .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #1F7C98;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #54baba;
}

.rooms {
  margin-bottom: 40px;
}
.rooms .center-column {
  max-width: 1222px;
}
.rooms .category-selector {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 40px auto;
  background: #ffffff;
  padding: 36px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .rooms .category-selector {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
.rooms .category-selector.mobile {
  display: none;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  width: calc(100% + 20px);
}
@media only screen and (max-width: 767px) {
  .rooms .category-selector.mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .category-selector.desktop {
    display: none;
  }
}
.rooms-module .rooms .category-selector {
  margin-top: -80px;
}
.rooms .category-selector:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 4px solid;
  -o-border-image: linear-gradient(225deg, #004f70 0%, #4cbb79 100%) 30;
     border-image: linear-gradient(225deg, #004f70 0%, #4cbb79 100%) 30;
  pointer-events: all;
  opacity: 0.2;
  z-index: 1;
}
.rooms .category-selector .button {
  margin: 10px 60px;
  padding: 11px 0;
  background: none;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  height: auto;
  text-transform: uppercase;
  text-decoration: none;
  color: #1F7C98;
  text-align: center;
  transition: color 350ms ease-in-out;
  z-index: 2;
}
@media (prefers-reduced-motion) {
  .rooms .category-selector .button {
    transition: none;
  }
}
@media screen and (max-width: 1200px) {
  .rooms .category-selector .button {
    margin: 10px 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .rooms .category-selector .button {
    margin: 5px 20px;
  }
}
.rooms .category-selector .button:after {
  display: none;
}
.rooms .category-selector .button:hover:after, .rooms .category-selector .button.active:after, .rooms .category-selector .button:focus:after {
  display: block;
}
.rooms .category-selector .divider {
  width: 1px;
  height: 30px;
  background: #333333;
  opacity: 0.2;
}
@media screen and (max-width: 400px) {
  .rooms .category-selector .divider {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .category-selector .divider {
    display: none;
  }
}
.rooms .category-selector .select-wrapper {
  z-index: 2;
}
.rooms .category-selector .select-wrapper:after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1F7C98;
  background: linear-gradient(225deg, #004F70 0, #4CBB79 100%);
  pointer-events: none;
  opacity: 0.3;
  transition: opacity 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .rooms .category-selector .select-wrapper:after {
    transition: none;
  }
}
.rooms .category-selector .select-wrapper select {
  border: 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #1F7C98;
  text-transform: uppercase;
  padding: 11px 0;
  text-align: center;
}
.rooms .category-selector .select-wrapper .select-icon {
  right: -40px;
  width: 10px;
  height: 10px;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}

.room .room-images {
  position: relative;
  margin: 20px 0 0;
  background-color: #F2F2F2;
}
.room .room-images:after {
  clear: both;
  content: "";
  display: table;
}
.room .room-images.no-background {
  background-color: transparent;
}
.room .room-images .room-gallery-image {
  position: relative;
  float: right;
  clear: right;
  width: calc(180 / (1080 / 100) * 1%);
  margin: 0 0 20px;
  background: #F2F2F2;
}
.room .room-images .room-gallery-image::before {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .room .room-images .room-gallery-image {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .room .room-images .room-gallery-image {
    float: left;
    clear: none;
    width: calc((100% - 30px) / 4);
    margin: 0 10px 10px 0;
  }
  .room .room-images .room-gallery-image:nth-child(4n+5) {
    margin-right: 0;
  }
}
.room .room-images .room-gallery-image.gallery-image-1 {
  float: left;
  width: calc(880 / (1080 / 100) * 1%);
  height: auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .room .room-images .room-gallery-image.gallery-image-1 {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
}
.room .room-images .text-link {
  float: right;
  clear: right;
  width: calc(180 / (1080 / 100) * 1%);
  white-space: normal;
}
@media only screen and (max-width: 1023px) {
  .room .room-images .text-link {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .room .room-images .text-link {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto;
    white-space: nowrap;
    width: auto;
  }
}
.room .room-expanded-info {
  width: 100%;
  padding: 57px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1350px) {
  .room .room-expanded-info {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .room .room-expanded-info {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .room .room-expanded-info {
    padding: 10px 0 0;
  }
}
.room .room-expanded-info .secondary-info {
  position: relative;
  width: 382px;
  padding: 36px 70px 68px 0;
  margin-right: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 1350px) {
  .room .room-expanded-info .secondary-info {
    padding: 16px 40px 20px 0;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .room .room-expanded-info .secondary-info {
    width: 100%;
    padding: 20px 0 40px 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.room .room-expanded-info .secondary-info:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #3A3A3A;
  opacity: 0.2;
}
@media only screen and (max-width: 1023px) {
  .room .room-expanded-info .secondary-info:after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
  }
}
.room .room-expanded-info .secondary-info .rates {
  position: relative;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  margin-right: 0;
  margin-bottom: 8px;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .room .room-expanded-info .secondary-info .rates {
    font-size: 14px;
  }
}
.room .room-expanded-info .secondary-info .rates span {
  display: block;
  font-weight: 500;
  font-size: 42px;
  color: #2285A4;
}
@media only screen and (max-width: 767px) {
  .room .room-expanded-info .secondary-info .rates span {
    font-size: 24px;
  }
}
.room .room-expanded-info .secondary-info .rates span a {
  color: #2285A4;
}
.room .room-expanded-info .secondary-info .rates span a:hover {
  color: #1F7C98;
}
.room .room-expanded-info .secondary-info .rates:after {
  display: none;
}
.room .room-expanded-info .secondary-info h1 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .room .room-expanded-info .secondary-info h1 {
    font-size: 24px;
  }
}
.room .room-expanded-info .secondary-info nav {
  margin-top: 27px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  .room .room-expanded-info .secondary-info nav {
    margin-top: 20px;
  }
}
@media screen and (max-height: 1200px) {
  .room .room-expanded-info .secondary-info nav {
    margin-top: 20px;
  }
}
.room .room-expanded-info .secondary-info nav .link-container {
  position: relative;
}
.room .room-expanded-info .secondary-info nav .link-container + .link-container {
  padding-left: 30px;
  margin-left: 30px;
}
@media only screen and (max-width: 1023px) {
  .room .room-expanded-info .secondary-info nav .link-container + .link-container {
    padding-left: 20px;
    margin-left: 20px;
  }
}
.room .room-expanded-info .secondary-info nav .link-container + .link-container:before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 30px;
  background: #3A3A3A;
  opacity: 0.2;
}
.room .room-expanded-info .secondary-info nav .virtual-tour {
  text-decoration: none;
}
.room .room-expanded-info .secondary-info nav .virtual-tour:hover svg {
  fill: #2285A4;
}
.room .room-expanded-info .secondary-info nav .virtual-tour svg {
  fill: #1F7C98;
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .room .room-expanded-info .secondary-info nav .virtual-tour svg {
    width: 28px;
  }
}
@media (prefers-reduced-motion) {
  .room .room-expanded-info .secondary-info nav .virtual-tour svg {
    transition: none;
  }
}
.room .room-expanded-info .secondary-info nav .book-room {
  height: 52px;
  position: relative;
  display: inline-block;
  padding: 0 50px;
  font: 700 18px/52px "Raleway", Arial, sans-serif;
  color: #ffffff;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: background 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .room .room-expanded-info .secondary-info nav .book-room {
    padding: 0 20px;
  }
}
.room .room-expanded-info .secondary-info nav .book-room span {
  position: relative;
  z-index: 2;
}
.room .room-expanded-info .secondary-info nav .book-room:before, .room .room-expanded-info .secondary-info nav .book-room:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 350ms ease-in-out;
}
.room .room-expanded-info .secondary-info nav .book-room:before {
  opacity: 1;
  background: linear-gradient(225deg, #004F70 0, #4CBB79);
}
.room .room-expanded-info .secondary-info nav .book-room:after {
  opacity: 0;
  background: linear-gradient(225deg, #4CBB79 0, #004F70);
}
.room .room-expanded-info .secondary-info nav .book-room:hover, .room .room-expanded-info .secondary-info nav .book-room:focus {
  background: rgba(0, 79, 112, 0.2);
}
.room .room-expanded-info .secondary-info nav .book-room:hover:before, .room .room-expanded-info .secondary-info nav .book-room:focus:before {
  opacity: 0;
}
.room .room-expanded-info .secondary-info nav .book-room:hover:after, .room .room-expanded-info .secondary-info nav .book-room:focus:after {
  opacity: 1;
}
.room .room-expanded-info .main-info {
  flex-grow: 1;
  padding: 27px 0 35px 0;
}
@media screen and (max-width: 1350px) {
  .room .room-expanded-info .main-info {
    padding: 17px 0 15px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .room .room-expanded-info .main-info {
    padding: 0;
  }
}
@media screen and (max-height: 1200px) {
  .room .room-expanded-info .main-info {
    padding: 17px 0 15px 0;
  }
}
@media screen and (max-height: 900px) {
  .room .room-expanded-info .main-info {
    padding-bottom: 0;
  }
}
.room .room-expanded-info .main-info h2 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 200;
  font-size: 42px;
  line-height: 1.2;
  color: #6E6E73;
}
@media screen and (max-width: 1350px) {
  .room .room-expanded-info .main-info h2 {
    font-size: 32px;
  }
}
@media screen and (max-height: 1200px) {
  .room .room-expanded-info .main-info h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .room .room-expanded-info .main-info h2 {
    font-size: 24px;
  }
}
.room .room-expanded-info .main-info h2 span:nth-child(2n) {
  font-weight: 500;
  color: #2285A4;
}
.room .room-expanded-info .main-info .description {
  margin-top: 20px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .room .room-expanded-info .main-info .description {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .room .room-expanded-info .main-info .description {
    font-size: 15px;
  }
}
.room .small-heading {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .room .small-heading {
    font-size: 15px;
  }
}
.room .amenities-section {
  margin-top: 38px;
}
.room .amenities-section .amenities-list {
  display: flex;
  flex-wrap: wrap;
}
.room .amenities-section span {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 60px;
  color: #1F7C98;
}
@media screen and (max-width: 1350px) {
  .room .amenities-section span {
    margin-right: 40px;
  }
}
.room .amenities-section span.rooms-icon {
  display: flex;
  flex-wrap: nowrap;
}
.room .amenities-section span.rooms-icon:before {
  font-size: 20px;
  line-height: 22px;
  width: 27px;
  flex-shrink: 0;
}
@media screen and (max-width: 1350px) {
  .room .amenities-section span.rooms-icon:before {
    width: 20px;
  }
}
.room .amenities-section span svg {
  display: inline-block;
  fill: #1F7C98;
}
.room .amenities-section span strong {
  display: inline-block;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 25px;
}
@media screen and (max-width: 1350px) {
  .room .amenities-section span strong {
    font-size: 14px;
    margin-left: 15px;
  }
}
.room .hotel-services {
  margin-top: 64px;
}
.room .hotel-services .services-list {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .room .hotel-services .services-list {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .rooms .center-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.rooms .rooms-entry {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #F2F2F2;
  overflow: hidden;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.rooms-module .rooms .rooms-entry {
  background: #fbfbfb;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry.venues-entry nav.links {
    flex-wrap: nowrap;
  }
  .rooms .rooms-entry.venues-entry nav.links .link-container + .link-container {
    padding-left: 20px;
    margin-left: 20px;
  }
  .rooms .rooms-entry.venues-entry nav.links .text-button {
    font-size: 14px;
  }
}
.rooms .rooms-entry .room-thumbnail {
  position: relative;
  width: 50%;
  flex-shrink: 0;
  min-height: 420px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 1200px) {
  .rooms .rooms-entry .room-thumbnail {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .room-thumbnail {
    width: 100%;
    height: 50vw;
    min-height: 50vw;
  }
}
.rooms .rooms-entry .description-container {
  position: relative;
  padding: 60px;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .rooms .rooms-entry .description-container {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .description-container {
    padding: 20px;
  }
}
.rooms .rooms-entry .description-container .description {
  width: 100%;
}
.rooms .rooms-entry .description-container .rates {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.rooms .rooms-entry .description-container .rates span {
  font-weight: 500;
  font-size: 24px;
  color: #2285A4;
  margin-left: 5px;
}
.rooms .rooms-entry .description-container .rates span a {
  color: #2285A4;
}
.rooms .rooms-entry .description-container .rates span a:hover {
  color: #1F7C98;
}
.rooms .rooms-entry .description-container h3 {
  margin-bottom: 20px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 22px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .description-container h3 {
    font-size: 24px;
  }
}
.rooms .rooms-entry .features {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 21px;
}
.rooms .rooms-entry .features span {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #1F7C98;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .features span {
    font-size: 14px;
  }
}
.rooms .rooms-entry .features span svg {
  width: 27px;
  height: auto;
  fill: #1F7C98;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .features span svg {
    margin-right: 10px;
  }
}
.rooms .rooms-entry .features span + span {
  margin-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .rooms .rooms-entry .features span + span {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .features span + span {
    margin-left: 30px;
  }
}
.rooms .rooms-entry .summary {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .summary {
    font-size: 15px;
  }
}
.rooms .rooms-entry nav.links {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  .rooms .rooms-entry nav.links {
    margin-top: 20px;
  }
}
@media screen and (max-height: 1200px) {
  .rooms .rooms-entry nav.links {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry nav.links {
    flex-wrap: wrap;
  }
}
.rooms .rooms-entry nav.links .link-container {
  position: relative;
}
.rooms .rooms-entry nav.links .link-container + .link-container {
  padding-left: 30px;
  margin-left: 30px;
}
@media only screen and (max-width: 1023px) {
  .rooms .rooms-entry nav.links .link-container + .link-container {
    padding-left: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry nav.links .link-container + .link-container {
    padding-left: 30px;
    margin-left: 30px;
  }
}
.rooms .rooms-entry nav.links .link-container + .link-container:before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 30px;
  background: #3A3A3A;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry nav.links .link-container.booking-button-container {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    padding-left: 0;
  }
  .rooms .rooms-entry nav.links .link-container.booking-button-container::before {
    display: none;
  }
  .rooms .rooms-entry nav.links .link-container.booking-button-container .book-room {
    width: 100%;
    text-align: center;
  }
}
.rooms .rooms-entry nav.links .virtual-tour {
  text-decoration: none;
}
.rooms .rooms-entry nav.links .virtual-tour:hover svg {
  fill: #2285A4;
}
.rooms .rooms-entry nav.links .virtual-tour svg {
  fill: #1F7C98;
  transition: fill 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .rooms .rooms-entry nav.links .virtual-tour svg {
    transition: none;
  }
}
.rooms .rooms-entry nav.links .book-room {
  height: 52px;
  position: relative;
  display: inline-block;
  padding: 0 50px;
  font: 700 18px/52px "Raleway", Arial, sans-serif;
  color: #ffffff;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  transition: background 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .rooms .rooms-entry nav.links .book-room {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry nav.links .book-room {
    font-size: 16px;
  }
}
.rooms .rooms-entry nav.links .book-room span {
  position: relative;
  z-index: 2;
}
.rooms .rooms-entry nav.links .book-room:before, .rooms .rooms-entry nav.links .book-room:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 350ms ease-in-out;
}
.rooms .rooms-entry nav.links .book-room:before {
  opacity: 1;
  background: linear-gradient(225deg, #004F70 0, #4CBB79);
}
.rooms .rooms-entry nav.links .book-room:after {
  opacity: 0;
  background: linear-gradient(225deg, #4CBB79 0, #004F70);
}
.rooms .rooms-entry nav.links .book-room:hover, .rooms .rooms-entry nav.links .book-room:focus {
  background: rgba(0, 79, 112, 0.2);
}
.rooms .rooms-entry nav.links .book-room:hover:before, .rooms .rooms-entry nav.links .book-room:focus:before {
  opacity: 0;
}
.rooms .rooms-entry nav.links .book-room:hover:after, .rooms .rooms-entry nav.links .book-room:focus:after {
  opacity: 1;
}

#home-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
}
#home-gallery h2 {
  display: none;
  font: 200 36px/1.2 Arial, 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: 25px/25px Arial, 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;
  }
}

/* COMMON */
.venues {
  margin-bottom: 40px;
}
.venues .center-column {
  max-width: 1222px;
}
@media only screen and (max-width: 767px) {
  .venues .center-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.venues .category-selector {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 40px auto;
  background: #ffffff;
  padding: 36px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .venues .category-selector {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
.venues .category-selector.mobile {
  display: none;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  width: calc(100% + 20px);
}
@media only screen and (max-width: 767px) {
  .venues .category-selector.mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .venues .category-selector.desktop {
    display: none;
  }
}
.rooms-module .venues .category-selector {
  margin-top: -80px;
}
.venues .category-selector:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 4px solid;
  -o-border-image: linear-gradient(225deg, #004f70 0%, #4cbb79 100%) 30;
     border-image: linear-gradient(225deg, #004f70 0%, #4cbb79 100%) 30;
  pointer-events: all;
  opacity: 0.3;
  z-index: 1;
}
.venues .category-selector .button {
  margin: 10px 60px;
  padding: 11px 0;
  background: none;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  height: auto;
  text-transform: uppercase;
  text-decoration: none;
  color: #1F7C98;
  text-align: center;
  transition: color 350ms ease-in-out;
  z-index: 2;
}
@media (prefers-reduced-motion) {
  .venues .category-selector .button {
    transition: none;
  }
}
@media screen and (max-width: 1200px) {
  .venues .category-selector .button {
    margin: 10px 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .venues .category-selector .button {
    margin: 5px 20px;
  }
}
.venues .category-selector .button:after {
  display: none;
}
.venues .category-selector .button:hover:after, .venues .category-selector .button.active:after, .venues .category-selector .button:focus:after {
  display: block;
}
.venues .category-selector .divider {
  width: 1px;
  height: 30px;
  background: #333333;
  opacity: 0.2;
}
@media screen and (max-width: 400px) {
  .venues .category-selector .divider {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .venues .category-selector .divider {
    display: none;
  }
}
.venues .category-selector .select-wrapper {
  z-index: 2;
}
.venues .category-selector .select-wrapper:after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1F7C98;
  background: linear-gradient(225deg, #004F70 0, #4CBB79 100%);
  pointer-events: none;
  opacity: 0.3;
  transition: opacity 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .venues .category-selector .select-wrapper:after {
    transition: none;
  }
}
.venues .category-selector .select-wrapper select {
  border: 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #1F7C98;
  text-transform: uppercase;
  padding: 11px 0;
  text-align: center;
}
.venues .category-selector .select-wrapper .select-icon {
  right: -40px;
  width: 10px;
  height: 10px;
}
.venues .categories-descr .category-descr {
  display: none;
}
.venues .categories-descr .category-descr.active {
  display: block;
}
.venues .rooms-entry {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #F2F2F2;
  overflow: hidden;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .venues .rooms-entry {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.rooms-module .venues .rooms-entry {
  background: #fbfbfb;
}
@media only screen and (max-width: 767px) {
  .venues .rooms-entry.venues-entry nav.links {
    flex-wrap: nowrap;
  }
  .venues .rooms-entry.venues-entry nav.links .link-container + .link-container {
    padding-left: 20px;
    margin-left: 20px;
  }
  .venues .rooms-entry.venues-entry nav.links .text-button {
    font-size: 14px;
  }
}
.venues .rooms-entry .room-thumbnail {
  position: relative;
  width: 50%;
  flex-shrink: 0;
  min-height: 420px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 1200px) {
  .venues .rooms-entry .room-thumbnail {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .venues .rooms-entry .room-thumbnail {
    width: 100%;
    height: 50vw;
    min-height: 50vw;
  }
}
.venues .rooms-entry .description-container {
  position: relative;
  padding: 60px;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .venues .rooms-entry .description-container {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .venues .rooms-entry .description-container {
    padding: 20px;
  }
}
.venues .rooms-entry .description-container .description {
  width: 100%;
}
.venues .rooms-entry .description-container .rates {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.venues .rooms-entry .description-container .rates span {
  font-weight: 500;
  font-size: 24px;
  color: #2285A4;
  margin-left: 5px;
}
.venues .rooms-entry .description-container .rates span a {
  color: #2285A4;
}
.venues .rooms-entry .description-container .rates span a:hover {
  color: #1F7C98;
}
.venues .rooms-entry .description-container h3 {
  margin-bottom: 20px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 22px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .venues .rooms-entry .description-container h3 {
    font-size: 24px;
  }
}
.venues .rooms-entry .features {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 21px;
}
.venues .rooms-entry .features span {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #1F7C98;
}
@media only screen and (max-width: 767px) {
  .venues .rooms-entry .features span {
    font-size: 14px;
  }
}
.venues .rooms-entry .features span svg {
  width: 27px;
  height: auto;
  fill: #1F7C98;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .venues .rooms-entry .features span svg {
    margin-right: 10px;
  }
}
.venues .rooms-entry .features span + span {
  margin-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .venues .rooms-entry .features span + span {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .venues .rooms-entry .features span + span {
    margin-left: 30px;
  }
}
.venues .rooms-entry .summary {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .venues .rooms-entry .summary {
    font-size: 15px;
  }
}
.venues .rooms-entry nav.links {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  .venues .rooms-entry nav.links {
    margin-top: 20px;
  }
}
@media screen and (max-height: 1200px) {
  .venues .rooms-entry nav.links {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .venues .rooms-entry nav.links {
    flex-wrap: wrap;
  }
}
.venues .rooms-entry nav.links .link-container {
  position: relative;
}
.venues .rooms-entry nav.links .link-container + .link-container {
  padding-left: 30px;
  margin-left: 30px;
}
@media only screen and (max-width: 1023px) {
  .venues .rooms-entry nav.links .link-container + .link-container {
    padding-left: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .venues .rooms-entry nav.links .link-container + .link-container {
    padding-left: 30px;
    margin-left: 30px;
  }
}
.venues .rooms-entry nav.links .link-container + .link-container:before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 30px;
  background: #3A3A3A;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .venues .rooms-entry nav.links .link-container.booking-button-container {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    padding-left: 0;
  }
  .venues .rooms-entry nav.links .link-container.booking-button-container::before {
    display: none;
  }
  .venues .rooms-entry nav.links .link-container.booking-button-container .book-room {
    width: 100%;
    text-align: center;
  }
}
.venues .rooms-entry nav.links .virtual-tour {
  text-decoration: none;
}
.venues .rooms-entry nav.links .virtual-tour:hover svg {
  fill: #2285A4;
}
.venues .rooms-entry nav.links .virtual-tour svg {
  fill: #1F7C98;
  transition: fill 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .venues .rooms-entry nav.links .virtual-tour svg {
    transition: none;
  }
}
.venues .rooms-entry nav.links .book-room {
  height: 52px;
  position: relative;
  display: inline-block;
  padding: 0 50px;
  font: 700 18px/52px "Raleway", Arial, sans-serif;
  color: #ffffff;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  transition: background 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .venues .rooms-entry nav.links .book-room {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .venues .rooms-entry nav.links .book-room {
    font-size: 16px;
  }
}
.venues .rooms-entry nav.links .book-room span {
  position: relative;
  z-index: 2;
}
.venues .rooms-entry nav.links .book-room:before, .venues .rooms-entry nav.links .book-room:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 350ms ease-in-out;
}
.venues .rooms-entry nav.links .book-room:before {
  opacity: 1;
  background: linear-gradient(225deg, #004F70 0, #4CBB79);
}
.venues .rooms-entry nav.links .book-room:after {
  opacity: 0;
  background: linear-gradient(225deg, #4CBB79 0, #004F70);
}
.venues .rooms-entry nav.links .book-room:hover, .venues .rooms-entry nav.links .book-room:focus {
  background: rgba(0, 79, 112, 0.2);
}
.venues .rooms-entry nav.links .book-room:hover:before, .venues .rooms-entry nav.links .book-room:focus:before {
  opacity: 0;
}
.venues .rooms-entry nav.links .book-room:hover:after, .venues .rooms-entry nav.links .book-room:focus:after {
  opacity: 1;
}

.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: thin 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: #ffffff;
}
@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: #ffffff;
  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: thin 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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
@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: #ffffff;
  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: #ffffff;
  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: "•••";
  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: #ffffff;
}
@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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
@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: "•••";
  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: "Raleway", Arial, 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: "•••";
  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;
}

.floor-maps {
  display: none;
  background: #ffffff;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .floor-maps {
    padding: 10px;
  }
}
.floor-maps.visible {
  display: block;
}
.floor-maps .floor-map {
  display: none;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.floor-maps .floor-map.visible {
  display: block;
}
.floor-maps .floor-map .object-fit {
  -o-object-fit: contain;
     object-fit: contain;
}
.floor-maps .floor-map a {
  position: absolute;
  display: block;
  background-size: calc(100vw - (100vw - 1040px));
  z-index: 2;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
  overflow: hidden;
  text-indent: -999px;
}
@media only screen and (max-width: 1200px) {
  .floor-maps .floor-map a {
    background-size: calc(100vw - 60px);
  }
}
@media only screen and (max-width: 767px) {
  .floor-maps .floor-map a {
    background-size: calc(100vw - 80px);
  }
}
.floor-maps .floor-map a:hover, .floor-maps .floor-map a:focus {
  opacity: 1;
}
.floor-maps .floor-map.floor-one {
  position: relative;
}
.floor-maps .floor-map.floor-one:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 96.3461538462%;
}
.floor-maps .floor-map.floor-one a {
  background-image: url("../images/venues/floor-1-en-hover.png");
}
.floor-maps .floor-map.floor-one a.bg {
  background-image: url("../images/venues/floor-1-bg-hover.png");
}
.floor-maps .floor-map.floor-one a:nth-of-type(1) {
  top: 3%;
  left: 76%;
  width: 19%;
  height: 25%;
  background-position: 93.8% 4%;
}
.floor-maps .floor-map.floor-one a:nth-of-type(2) {
  top: 3%;
  left: 60%;
  width: 16%;
  height: 25%;
  background-position: 71.43% 4%;
}
.floor-maps .floor-map.floor-one a:nth-of-type(3) {
  top: 29%;
  left: 68%;
  width: 16%;
  height: 20%;
  background-position: 80.9% 36.2%;
}
.floor-maps .floor-map.floor-one a:nth-of-type(4) {
  top: 32%;
  left: 84%;
  width: 9%;
  height: 19%;
  background-position: 92.35% 39.55%;
}
.floor-maps .floor-map.floor-one a:nth-of-type(5) {
  top: 51%;
  left: 13%;
  width: 16.5%;
  height: 10.1%;
  background-position: 15.6% 56.72%;
}
.floor-maps .floor-map.floor-one a:nth-of-type(6) {
  top: 51%;
  left: 29.3%;
  width: 8.2%;
  height: 10.1%;
  background-position: 31.9% 56.72%;
}
.floor-maps .floor-map.floor-one a:nth-of-type(7) {
  bottom: 23.9%;
  left: 13%;
  width: 32.9%;
  height: 12.6%;
  background-position: 19.4% 72.7%;
}
.floor-maps .floor-map.floor-one a:nth-of-type(8) {
  top: 0%;
  left: 36%;
  width: 20%;
  height: 2.5%;
  background: none;
}
.floor-maps .floor-map.floor-one a:nth-of-type(9) {
  top: 0%;
  left: 74%;
  width: 5%;
  height: 2.5%;
  background: none;
}
.floor-maps .floor-map.floor-one a:nth-of-type(10) {
  top: 14%;
  left: 50%;
  width: 7%;
  height: 6%;
  background: none;
}
.floor-maps .floor-map.floor-one a:nth-of-type(11) {
  top: 9.5%;
  left: 42.5%;
  width: 7%;
  height: 6%;
  background: none;
}
.floor-maps .floor-map.floor-one a:nth-of-type(12) {
  top: 29.5%;
  left: 79.8%;
  width: 17%;
  height: 2.7%;
  background: none;
}
.floor-maps .floor-map.floor-one a:nth-of-type(13) {
  top: 45.5%;
  left: 34%;
  width: 12.5%;
  height: 3.5%;
  background: none;
}
.floor-maps .floor-map.floor-one a:nth-of-type(14) {
  top: 48.7%;
  left: 22.5%;
  width: 12.5%;
  height: 2.5%;
  background: none;
}
.floor-maps .floor-map.floor-one a:nth-of-type(15) {
  bottom: 11%;
  left: 65%;
  width: 10%;
  height: 7%;
  background: none;
}
.floor-maps .floor-map.floor-two {
  position: relative;
}
.floor-maps .floor-map.floor-two:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.1730769231%;
}
.floor-maps .floor-map.floor-two a {
  background-image: url("../images/venues/floor-2-en-hover.png");
}
.floor-maps .floor-map.floor-two a.bg {
  background-image: url("../images/venues/floor-2-bg-hover.png");
}
.floor-maps .floor-map.floor-two a:nth-of-type(1) {
  bottom: 0;
  right: 0;
  width: 28%;
  height: 39%;
  background-position: 99.97% 99.8%;
  background-size: 357%;
}
.floor-maps .floor-map.floor-two a:nth-of-type(2) {
  bottom: 39%;
  right: 0;
  width: 27%;
  height: 28%;
  background-position: 99.97% 45.9%;
  background-size: 371%;
}

.custom-venues .venues-entry {
  display: none;
}
.custom-venues .venues-entry.visible {
  display: flex;
}

.blog-page.template-2 {
  background-color: #ffffff;
}
.blog-page.template-2.single-blog-post #content, .blog-page.template-2.blog-archive-view #content {
  padding: 124px 0 100px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post #content, .blog-page.template-2.blog-archive-view #content {
    padding: 124px 0 40px;
  }
}
.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: #ffffff;
  margin-bottom: 0;
  height: 40px;
  padding: 10px 15px;
  border: thin solid #DADADA;
  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: #6E6E73;
  font-size: 14px;
  line-height: 1;
  display: block;
}
.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: #333333;
  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: #6E6E73;
}
.blog-page.template-2 .posts-controls {
  height: 63px;
  background-color: #F2F2F2;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-controls {
    margin-top: 30px;
  }
}
.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: normal 16px/1 "Raleway", Arial, sans-serif;
  position: absolute;
  top: 50%;
  color: #6E6E73;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 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;
  background: #6E6E73;
  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: thin solid #ffffff;
  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: -25px;
}
.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: -25px;
}
.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 {
  opacity: 0.8;
}

@media only screen and (max-width: 1023px) {
  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: #ffffff;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  #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 li {
  position: relative;
  margin-bottom: 40px;
}
#blog-hamburger-navigation .main-menu .blog-categories li:last-of-type {
  margin-bottom: 0;
}
#blog-hamburger-navigation .main-menu .blog-categories li.parent > a {
  padding: 0 40px 9px 0;
}
#blog-hamburger-navigation .main-menu .blog-categories li a {
  display: inline-block;
  padding: 0 0 9px 0;
  font: 700 20px/24px "Raleway", Arial, sans-serif;
  text-decoration: none;
  color: #1F7C98;
  position: relative;
  text-transform: uppercase;
  transition: color 350ms ease-in-out;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #4CBB79;
  transition: width 350ms ease-in-out;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:hover:after, #blog-hamburger-navigation .main-menu .blog-categories li a.active:after {
  width: 100%;
}
#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-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #1F7C98;
  text-transform: uppercase;
}
#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: #4CBB79;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 37px 0 10px;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#blog-hamburger-navigation .main-menu .plus {
  display: inline-block;
  height: 32px;
  width: 32px;
  position: relative;
  margin-left: -35px;
  z-index: 2;
  vertical-align: top;
  margin-top: -3px;
}
#blog-hamburger-navigation .main-menu .plus .horizontal, #blog-hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 350ms ease-in-out;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1F7C98;
  border-right: 1px solid #1F7C98;
}
#blog-hamburger-navigation .main-menu .plus .horizontal {
  transform: translate(-50%, -8px) rotate(-45deg);
  opacity: 0;
}
#blog-hamburger-navigation .main-menu .plus .vertical {
  transform: translate(-50%, -12px) rotate(135deg);
  opacity: 1;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .vertical {
  opacity: 0;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 1;
}
#blog-hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#blog-hamburger-navigation .blog-search {
  margin: 0 auto;
  width: 80%;
  display: none;
}
@media screen and (max-width: 1200px) {
  #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%;
  border: none;
  background: #F2F2F2;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
  color: #333333;
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
  width: 46px;
  height: 100%;
  border-radius: 0;
  border: none;
  background: #004F70;
  cursor: pointer;
  color: transparent;
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit:hover {
  background-color: #4CBB79 !important;
}
#blog-hamburger-navigation .blog-search .blog-search-form svg {
  position: absolute;
  right: 15px;
  top: 12px;
  display: block;
  pointer-events: none;
  z-index: 1;
}

.featured-posts {
  margin-bottom: 40px;
}
.featured-posts .page-content {
  text-align: center;
}
.featured-posts .page-content h2 {
  font-family: "Raleway", Arial, sans-serif;
  color: #6E6E73;
  font-size: 42px;
  line-height: 50px;
  font-weight: 200;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.featured-posts .page-content h2:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 4px solid #4CBB79;
}
@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;
}
.featured-posts .featured-posts-slider .post {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  min-height: 580px;
  font-family: "Raleway", Arial, 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: #DADADA;
}
.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%;
  }
}
.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: #F2F2F2;
}
@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: 20px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-date {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: #6E6E73;
  margin-bottom: 10px;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-date .date {
  font-family: "Raleway", Arial, sans-serif;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
  font: 100 50px/1 "Raleway", Arial, sans-serif;
  color: #1F7C98;
  margin-top: 5px;
  margin-bottom: 20px;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title a {
  color: inherit;
  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 15px;
  }
}
.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.8;
  margin-bottom: 20px;
}
@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;
  }
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #F2F2F2;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 10;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 17px;
  border: 4px solid #ffffff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  margin: 4px 0 0 -11px;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.previous {
  left: 0;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.previous:after {
  transform: rotate(-135deg);
  margin-top: -8px;
  margin-left: -5px;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.next {
  right: 0;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button:hover {
  background: #2285A4;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .slideshow-controls {
    display: none;
  }
}
.featured-posts .featured-posts-slider .slideshow-pagination {
  margin-top: 10px;
  text-align: center;
  font-size: 0;
}
.featured-posts .featured-posts-slider .slideshow-pagination > * {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 8px;
  text-indent: -9999px;
  overflow: hidden;
  background: #F2F2F2;
  border-radius: 50%;
  border: 0;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.featured-posts .featured-posts-slider .slideshow-pagination > *:hover, .featured-posts .featured-posts-slider .slideshow-pagination > *.active {
  background: #2285A4;
}

.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-family: "Raleway", Arial, sans-serif;
  color: #6E6E73;
  box-sizing: border-box;
  font-size: 42px;
  line-height: 50px;
  font-weight: 200;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  text-align: center;
}
.blog-page.template-2 .recent-posts .page-content h1:after,
.blog-page.template-2 .recent-posts .page-content h2:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 4px solid #4CBB79;
}
@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: 24px;
    margin-bottom: 20px;
  }
}
.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 {
  margin: 0 auto 30px;
}
.blog-page.template-2 .posts-content-wrap {
  font-family: "Raleway", Arial, sans-serif;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.blog-page.template-2 .posts-content-wrap .one-post {
  width: 33.3%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@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 {
    width: 100%;
    padding: 0;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #DADADA;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 54%;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-category {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  text-align: center;
  padding: 0 15px;
  background-color: #004F70;
  font-size: 13px;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
  width: 100%;
  background: #ffffff;
  padding: 35px 20px 60px;
  box-sizing: border-box;
  border: thin solid #DADADA;
  min-height: 200px;
  position: relative;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
    padding: 20px;
    min-height: 120px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author {
  font-size: 13px;
  line-height: 1.2;
  color: #6E6E73;
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author .date {
  font-family: "Raleway", Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  padding-right: 20px;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
  font: 100 21px/1.2 "Raleway", Arial, sans-serif;
  margin: 5px 0 20px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    margin: 5px 0 30px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title a {
  color: #1F7C98;
  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: #333333;
  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 {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  color: #6E6E73;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: opacity 350ms ease-in-out;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button svg {
  fill: #6E6E73;
  margin-left: 10px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button:hover {
  opacity: 0.8;
}

.related-posts {
  margin-top: 100px;
  margin-bottom: 40px;
}
@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-size: 24px;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #2285A4;
  font-weight: 300;
}
.related-posts .page-content h2 {
  margin-bottom: 30px;
  color: #6E6E73;
  font-size: 42px;
  line-height: 50px;
  font-weight: 200;
}
@media only screen and (max-width: 767px) {
  .related-posts .page-content h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: normal;
  }
}
.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: 450px;
  overflow: hidden;
  font-family: "Raleway", Arial, sans-serif;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .related-posts .related-posts-slider .post {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider .post {
    width: 100%;
    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: #F2F2F2;
}
.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(0, 46, 50, 0) 0%, #333333 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 {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 14px 20px;
  background-color: #004F70;
  font-size: 13px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}
.related-posts .related-posts-slider .post .post-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 30px;
  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: 100 34px/1 "Raleway", Arial, sans-serif;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: left;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title a {
  color: inherit;
  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;
  }
}

.blog-page.template-2 #footer {
  padding-bottom: 0;
}

.footer-blog {
  font-family: "Raleway", Arial, sans-serif;
}
.footer-blog .footer-top-bar {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #2285A4;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar {
    padding-top: 20px;
  }
}
.footer-blog .footer-top-bar-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: 50px;
  margin-left: 130px;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper {
    margin: 0;
  }
}
.footer-blog .footer-top-bar-wrapper .text-block {
  margin-right: 50px;
  width: 43%;
  color: #ffffff;
}
.footer-blog .footer-top-bar-wrapper .text-block h4 {
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
}
.footer-blog .footer-top-bar-wrapper .text-block span {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper .text-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar-wrapper .text-block {
    margin-bottom: 10px;
  }
  .footer-blog .footer-top-bar-wrapper .text-block h4 {
    font-size: 18px;
  }
  .footer-blog .footer-top-bar-wrapper .text-block span {
    font-size: 16px;
  }
}
.footer-blog .footer-top-bar-wrapper .input-text-wrapper {
  display: flex;
  margin-bottom: 10px;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper .blog-newsletter {
    width: 100%;
  }
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text] {
  flex-grow: 1;
  height: 58px;
  padding: 0 20px;
  background: #ffffff;
  font-size: 15px;
  line-height: 58px;
  color: #000;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]::-webkit-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]::-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:-ms-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus:-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus::-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter .button {
  padding: 0 45px;
  vertical-align: top;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  height: 58px;
  background-color: #003E66;
  transition: background-color 350ms ease-in-out;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter .button:hover {
  background-color: #D93F2C;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar-wrapper .blog-newsletter .button {
    padding: 0 15px;
    font-size: 14px;
  }
}
.footer-blog .footer-top-bar-wrapper .privacy-policy {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #ffffff;
  font-size: 13px;
  line-height: 14px;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper .privacy-policy {
    margin-left: 0;
  }
}
.footer-blog .footer-top-bar-wrapper .privacy-policy input {
  margin-right: 10px;
}
.footer-blog .footer-bottom-bar {
  padding: 35px 0;
  background-color: #ffffff;
}
.footer-blog .footer-bottom-bar-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 449px) {
  .footer-blog .footer-bottom-bar-wrapper {
    justify-content: center;
  }
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper {
  margin-right: 40px;
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper a {
  display: block;
  max-width: 155px;
  height: 82px;
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-bottom-bar-wrapper .logos-wrapper a {
    max-width: 100px;
    height: auto;
  }
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts {
  margin-right: 20px;
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts a {
  display: block;
  color: #6c6c6c;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-bottom-bar-wrapper .footer-contacts a {
    font-size: 16px;
  }
}
.footer-blog .footer-bottom-bar-wrapper .socials-list {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 449px) {
  .footer-blog .footer-bottom-bar-wrapper .socials-list {
    margin: 20px auto;
  }
}
.footer-blog .footer-bottom-bar-wrapper .socials-list li {
  margin-right: 15px;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list li:last-child {
  margin-right: 0;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a {
  opacity: 1;
  display: block;
  transition: opacity 350ms ease-in-out;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.facebook svg {
  fill: #4460A0;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.twitter svg {
  fill: #1da1f2;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.instagram svg {
  fill: #e4405f;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a:hover {
  opacity: 0.8;
}

#footer {
  position: relative;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  padding: 0 0 100px;
  background-color: #1F7C98;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 0 0 70px;
  }
}
#footer .upper-wrapper {
  padding: 70px 100px 370px;
  background-image: url("../images/footer-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #footer .upper-wrapper {
    padding: 60px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .upper-wrapper {
    padding: 50px 20px 0;
  }
}
#footer .upper-wrapper * {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  #footer .upper-wrapper .center-column {
    padding-bottom: 260px;
  }
}
#footer .middle-wrapper {
  max-width: 1200px;
  margin: 0 auto 57px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1440px) {
  #footer .middle-wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1023px) {
  #footer .middle-wrapper {
    flex-wrap: wrap;
    displaY: none;
  }
}
#footer .center-column {
  max-width: 1240px;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #00B3E1;
}
#footer .copyright {
  display: block;
  margin-bottom: 39px;
  font: 300 14px/30px "Raleway", Arial, sans-serif;
}
#footer .downloads {
  font: 300 14px/30px "Raleway", Arial, sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 260px;
  margin: 0 auto 60px;
}
#footer .downloads p {
  width: 100%;
  flex: none;
}
#footer .downloads p strong {
  font-weight: 600;
}
#footer .downloads a {
  width: calc(50% - 10px);
  display: block;
  height: 36px;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  transition: opacity 350ms ease-in-out;
  overflow: hidden;
  text-indent: -999px;
}
#footer .downloads a img {
  display: block;
  height: 100%;
  width: auto;
}
#footer .downloads a:hover {
  opacity: 0.6;
}
#footer .tripadvisor-logo {
  display: inline-block;
  width: 90px;
  margin: 0 auto;
  cursor: pointer;
  transition: opacity 350ms ease-in-out;
}
#footer .tripadvisor-logo:hover {
  opacity: 0.5;
}
#footer .tripadvisor-logo img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer .europe-hotel-logo {
  display: inline;
  width: 83px;
  height: 100px;
  margin: 0 auto;
  cursor: pointer;
  transition: opacity 350ms ease-in-out;
  padding-left: 20px;
}
#footer .europe-hotel-logo:hover {
  opacity: 0.5;
}

#newsletter {
  position: relative;
  padding: 0 25px 70px 25px;
  border-bottom: thin solid rgba(255, 255, 255, 0.2);
  margin-bottom: 48px;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1023px) {
  #newsletter {
    padding: 0 0 40px 0;
    margin-bottom: 55px;
    flex-wrap: wrap;
  }
}
#newsletter h2 {
  font-size: 42px;
  line-height: 40px;
  font-weight: 200;
  color: #00B3E1;
  white-space: nowrap;
  margin-right: 36px;
}
@media screen and (max-width: 1200px) {
  #newsletter h2 {
    font-size: 30px;
    line-height: 30px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  #newsletter h2 {
    width: 100%;
  }
}
#newsletter p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 1023px) {
  #newsletter p {
    font-size: 15px;
    line-height: 18px;
  }
}
#newsletter p.short-description {
  margin-right: 70px;
}
@media screen and (max-width: 1200px) {
  #newsletter p.short-description {
    margin-right: 30px;
    font-size: 15px;
    line-height: 18px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  #newsletter p.short-description {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
}
#newsletter form {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #newsletter form {
    margin-top: 30px;
  }
}
#newsletter fieldset {
  display: flex;
}
#newsletter fieldset p {
  position: relative;
  width: calc(100% - 54px);
}
#newsletter fieldset p.controls {
  margin-left: 20px;
  width: auto;
}
#newsletter fieldset p.controls:hover:after {
  opacity: 1;
}
#newsletter fieldset p.controls:after {
  background: linear-gradient(225deg, #004F70 0, #4CBB79 100%);
  opacity: 0.3;
  transition: opacity 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #newsletter fieldset p.controls:after {
    transition: none;
  }
}
#newsletter fieldset p:after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
#newsletter input {
  padding-bottom: 10px;
}
#newsletter input[type=text] {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
  width: 100%;
}
#newsletter input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}
#newsletter input[type=text]:-moz-placeholder {
  color: #ffffff;
}
#newsletter input[type=text]::-moz-placeholder {
  color: #ffffff;
}
#newsletter input[type=text]:-ms-input-placeholder {
  color: #ffffff;
}
#newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#newsletter input[type=text]:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#newsletter input[type=text]:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#newsletter input[type=text]:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#newsletter .formError {
  top: 0 !important;
}
#newsletter input[type=submit] {
  display: block;
  vertical-align: top;
  font: 700 15px/24px "Raleway", Arial, sans-serif;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  transition: color 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  #newsletter input[type=submit] {
    transition: none;
  }
}
@media screen and (max-width: 1200px) {
  #newsletter input[type=submit] {
    font-size: 14px;
  }
}
#newsletter input[type=submit]:hover {
  color: #00B3E1;
}
@media only screen and (min-width: 1440px) {
  #newsletter form {
    width: auto;
  }
  #newsletter fieldset p {
    width: 400px;
  }
  #newsletter fieldset p.controls {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #newsletter h2 {
    width: 100%;
  }
  #newsletter p.short-description {
    width: 100%;
    margin-top: 10px;
  }
}

#footer-menu {
  margin-bottom: 30px;
  font-size: 0;
}
#footer-menu ul {
  display: flex;
  flex-wrap: wrap;
}
#footer-menu li {
  width: 33%;
  text-align: left;
  margin: 5px 0;
}
@media only screen and (max-width: 767px) {
  #footer-menu li {
    width: 50%;
    margin: 0;
  }
}
@media only screen and (max-width: 449px) {
  #footer-menu li {
    width: 100%;
  }
}
#footer-menu a {
  display: block;
  margin: 0 15px;
  padding: 10px 0;
  font: 700 15px/16px "Raleway", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
#footer-menu a:hover, #footer-menu a.active {
  color: #00B3E1;
}
@media only screen and (max-width: 767px) {
  #footer-menu a {
    padding: 5px 0;
  }
}

#footer-contacts {
  display: flex;
  flex-direction: column;
  text-align: left;
  font: 500 16px/27px "Raleway", Arial, sans-serif;
  width: 300px;
  flex: none;
}
@media only screen and (max-width: 1023px) {
  #footer-contacts {
    width: 100%;
  }
}
#footer-contacts .phone {
  display: inline-block;
  margin-top: 26px;
  position: relative;
  text-decoration: none;
}
#footer-contacts .phone .icon {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
#footer-contacts .phone .icon svg {
  display: block;
  fill: #ffffff;
}
#footer-contacts .phone .icon.viber svg {
  transform: scale(0.85);
}
#footer-contacts .phone .icon.whatsapp svg {
  transform: scale(0.9);
}

#footer .socials {
  margin-top: 32px;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}
#footer .socials a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: thin solid rgba(255, 255, 255, 0.3);
  text-indent: -9999px;
  overflow: hidden;
}
#footer .socials a:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.2);
}
#footer .socials a:hover {
  background-color: #ffffff;
}
#footer .socials a.facebook:before {
  background-position: -1px -347px;
}
#footer .socials a.facebook:hover:before {
  background-position: -1px -387px;
}
#footer .socials a.twitter:before {
  background-position: -41px -348px;
}
#footer .socials a.twitter:hover:before {
  background-position: -41px -388px;
}
#footer .socials a.instagram:before {
  background-position: -281px -347px;
}
#footer .socials a.instagram:hover:before {
  background-position: -281px -387px;
}
#footer .socials a.tripadvisor:before {
  background-position: -201px -347px;
}
#footer .socials a.tripadvisor:hover:before {
  background-position: -201px -387px;
}
#footer .socials a.youtube:before {
  background-position: -121px -347px;
}
#footer .socials a.youtube:hover:before {
  background-position: -121px -387px;
}
#footer .socials a.flickr:before {
  background-position: -361px -347px;
}
#footer .socials a.flickr:hover:before {
  background-position: -361px -387px;
}
#footer .socials a.pinterest:before {
  background-position: -241px -347px;
}
#footer .socials a.pinterest:hover:before {
  background-position: -241px -387px;
}

#footer-logos {
  padding: 30px 40px;
  background: #004E6D;
}
@media only screen and (max-width: 1023px) {
  #footer-logos {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer-logos {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer-logos.open .image-wrap {
    display: block !important;
  }
}
#footer-logos.open button:after {
  transform: translateY(-4px) rotate(-135deg);
}
#footer-logos .center-column {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #footer-logos .center-column {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
#footer-logos button {
  position: absolute;
  display: none;
  width: 100%;
  height: 75px;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -999px;
  color: #ffffff;
  z-index: 1;
}
#footer-logos button:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-right: thin solid #ffffff;
  border-bottom: thin solid #ffffff;
  position: absolute;
  top: 50%;
  right: 33px;
  transform: translateY(-12px) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  #footer-logos button {
    display: block;
  }
}
#footer-logos .image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #footer-logos .image-wrap {
    width: 100%;
    margin: 10px 0;
    display: none;
  }
  #footer-logos .image-wrap:first-of-type {
    display: block;
    text-align: left;
  }
}
#footer-logos .image-wrap img {
  max-height: 60px;
  width: 80%;
  margin: 0;
  opacity: 1;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #footer-logos .image-wrap img {
    max-width: 118px;
  }
}
#footer-logos a.image-wrap:hover img {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .grandhotelvarna-mob {
    text-align: center !important;
  }
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#hebs-gallery .close-button:after, #hebs-gallery .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #ffffff;
  transition: background-color 350ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
#hebs-gallery .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#hebs-gallery .close-button:hover:after, #hebs-gallery .close-button:hover:before {
  background: #00B3E1;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #ffffff;
  font-size: 14px;
  color: #333333;
  text-align: left;
}
#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: 43px;
  height: 43px;
  margin-top: -22px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: thin solid #ffffff;
  border-top: thin solid #ffffff;
  font-size: 0;
  transition: border-color 350ms ease-in-out;
}
#hebs-gallery .galleria-image-nav-left:hover,
#hebs-gallery .galleria-image-nav-right:hover {
  border-color: #00B3E1;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  transform: rotate(-45deg);
  transform-origin: center;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  transform: rotate(135deg);
  transform-origin: center;
}
#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: #2285A4;
  border-bottom-color: #2285A4;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #000;
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #ffffff;
}
#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: 15px;
  height: 15px;
  margin-top: -7px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: thin solid #ffffff;
  border-top: thin solid #ffffff;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
#hebs-gallery .galleria-thumb-nav-left:hover,
#hebs-gallery .galleria-thumb-nav-right:hover {
  border-color: #00B3E1;
}
#hebs-gallery .galleria-thumb-nav-left.disabled,
#hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left,
#hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  transform: rotate(-45deg);
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  transform: rotate(135deg);
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  font-family: "Raleway", Arial, sans-serif;
  color: #ffffff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: thin solid #DADADA;
  z-index: 0;
}
.specials .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-color: #DADADA;
}
@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 20px 0;
  }
}
.specials .image-list-item .description {
  width: 100%;
  display: block;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    text-align: center;
  }
}
.specials .image-list-item .description h3 {
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description nav {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav {
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

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

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

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

.hotel-location-map, .poi-map-canvas {
  height: 500px;
  max-height: 60vh;
  background: #F2F2F2;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px Arial, sans-serif;
  text-transform: uppercase;
  color: #1F7C98;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
  color: white;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: center;
  color: #333333;
  width: 300px;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
  font-family: "Raleway", Arial, sans-serif;
  color: #333333;
}
.map-content h3 {
  font: 700 16px/24px "Raleway", Arial, sans-serif;
  color: #1F7C98;
}
.map-content .button {
  display: block;
  margin-top: 20px;
}

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

.pressroom-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.pressroom-items .pressroom-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: calc((100% / 3) - 20px);
  height: 400px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 20px 0;
  background-color: #F2F2F2;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom-items .pressroom-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom-items .pressroom-item {
    width: 100%;
    margin: 0;
  }
  .pressroom-items .pressroom-item + .pressroom-item {
    margin-top: 10px;
  }
}
.pressroom-items .pressroom-item.no-img .description {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  background: none;
}
.pressroom-items .pressroom-item.no-img .description h4 {
  color: #6E6E73;
}
.pressroom-items .pressroom-item.no-img .description time {
  color: #1F7C98;
}
.pressroom-items .pressroom-item.no-img .description p {
  color: #333333;
}
.pressroom-items .pressroom-item.no-img .description .pdf {
  color: #1F7C98;
}
.pressroom-items .pressroom-item.no-img .description .pdf svg {
  fill: #1F7C98;
}
.pressroom-items .pressroom-item.no-img .description .pdf:hover {
  color: #4CBB79;
}
.pressroom-items .pressroom-item.no-img .description .pdf:hover svg {
  fill: #4CBB79;
}
.pressroom-items .pressroom-item h4 {
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0;
  color: #ffffff;
}
.pressroom-items .pressroom-item time {
  color: #00B3E1;
  display: block;
  margin: 5px 0;
  font-size: 16px;
  font-weight: 600;
}
.pressroom-items .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
}
.pressroom-items .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom-items .pressroom-item .description p {
  color: #ffffff;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 10px;
}
.pressroom-items .pressroom-item .description nav .buttons-wrapper {
  margin-top: 20px;
}
.pressroom-items .pressroom-item .description nav .button {
  margin: 0 2px 10px 2px;
}
.pressroom-items .pressroom-item .pdf {
  color: #00B3E1;
  margin: 20px 0 0;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding-left: 0 !important;
  text-decoration: none;
  transition: color 350ms ease-in-out;
}
.pressroom-items .pressroom-item .pdf:hover {
  color: #ffffff;
}
.pressroom-items .pressroom-item .pdf:hover svg {
  fill: #ffffff;
}
.pressroom-items .pressroom-item .pdf svg {
  fill: #00B3E1;
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .gallery {
  padding-bottom: calc(33.3% - 20px);
  width: calc(33.3% - 20px);
  height: 0;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .galleries .gallery {
    width: calc(50% - 20px);
    padding-bottom: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
  }
  .galleries .gallery + .gallery {
    margin-top: 10px;
  }
}
.galleries .gallery h2,
.galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 300 26px/30px "Raleway", Arial, sans-serif;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
  z-index: 1;
}
.galleries .gallery h3 {
  top: auto;
  bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
  z-index: 0;
}
.galleries .gallery:hover h2,
.galleries .gallery:hover h3 {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: inherit;
  width: 100%;
  height: 100%;
  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;
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
  }
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 20px;
    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: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #d1d1d1;
  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 20px;
    width: 100%;
    text-align: left;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.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;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group {
  margin-left: calc(40% + 20px);
}
@media only screen and (max-width: 767px) {
  .form .group {
    margin-left: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form .datepicker-input-wrapper {
  float: left;
}
@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 .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;
  }
}

#form_module_container_errors,
#form_module_container_success {
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
  background-color: #F2F2F2;
}
#form_module_container_errors h3,
#form_module_container_success h3 {
  color: #1F7C98;
}
#form_module_container_errors p,
#form_module_container_errors ul,
#form_module_container_errors ol,
#form_module_container_success p,
#form_module_container_success ul,
#form_module_container_success ol {
  margin-bottom: 0;
}
#form_module_container_errors p + p, #form_module_container_errors p + ul, #form_module_container_errors p + ol,
#form_module_container_errors ul + p,
#form_module_container_errors ul + ul,
#form_module_container_errors ul + ol,
#form_module_container_errors ol + p,
#form_module_container_errors ol + ul,
#form_module_container_errors ol + ol,
#form_module_container_success p + p,
#form_module_container_success p + ul,
#form_module_container_success p + ol,
#form_module_container_success ul + p,
#form_module_container_success ul + ul,
#form_module_container_success ul + ol,
#form_module_container_success ol + p,
#form_module_container_success ol + ul,
#form_module_container_success ol + ol {
  margin-top: 10px;
}

#form_module_container_errors {
  color: #b31919;
}

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

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

#form_module_container_success {
  background-color: #1F7C98;
  color: #ffffff;
}
#form_module_container_success h2,
#form_module_container_success h3 {
  color: #ffffff;
}
#form_module_container_success em {
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding-right: 0;
}

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

.poi {
  overflow: hidden;
}

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

.poi-zoom {
  color: #6E6E73;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
.poi-zoom .poi-zoom-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #4CBB79;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
}
.poi-zoom .poi-zoom-button:hover {
  background: #1F7C98;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #ffffff;
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #ffffff;
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.poi-overlay {
  text-align: center;
}
.poi-overlay .category-selector {
  margin: 0;
}
.poi-overlay .category-selector .button {
  padding-left: 45px;
}
.poi-overlay .category-selector .button:before {
  background: url("../images/poi/icons.svg") no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
}
.poi-overlay .category-selector .button.icon-restaurants-bars:before {
  background-position: -10px -10px;
}
.poi-overlay .category-selector .button.icon-shopping:before {
  background-position: -70px -10px;
}
.poi-overlay .category-selector .button.icon-zoo:before {
  background-position: -130px -10px;
}
.poi-overlay .category-selector .button.icon-theme-parks:before {
  background-position: -190px -10px;
}
.poi-overlay .category-selector .button.icon-wineries:before {
  background-position: -250px -10px;
}
.poi-overlay .category-selector .button.icon-breakfast:before {
  background-position: -310px -10px;
}
.poi-overlay .category-selector .button.icon-attractions:before {
  background-position: -370px -10px;
}
.poi-overlay .category-selector .button.icon-places-for-children:before {
  background-position: -430px -10px;
}
.poi-overlay .category-selector .button.icon-museums:before {
  background-position: -490px -10px;
}
.poi-overlay .category-selector .button.icon-national-monuments:before {
  background-position: -550px -10px;
}
.poi-overlay .category-selector .button.icon-farmer-markets:before {
  background-position: -610px -10px;
}
.poi-overlay .category-selector .button.icon-nightlife:before {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .button.icon-arts-culture:before {
  background-position: -730px -10px;
}
.poi-overlay .category-selector .button.icon-hospitals:before {
  background-position: -790px -10px;
}
.poi-overlay .category-selector .button.icon-banks:before {
  background-position: -850px -10px;
}
.poi-overlay .category-selector .button.icon-spas:before {
  background-position: -910px -10px;
}
.poi-overlay .category-selector .button.icon-gardens:before {
  background-position: -970px -10px;
}
.poi-overlay .category-selector .button.icon-cafes:before {
  background-position: -1030px -10px;
}
.poi-overlay .category-selector .button.icon-entertainment:before {
  background-position: -1090px -10px;
}
.poi-overlay .category-selector .button.icon-golf:before {
  background-position: -1150px -10px;
}
.poi-overlay .category-selector .button.icon-romantic-spots:before {
  background-position: -1210px -10px;
}
.poi-overlay .category-selector .button.icon-hidden-gems:before {
  background-position: -1270px -10px;
}
.poi-overlay .category-selector .button.icon-corporate-offices:before {
  background-position: -1330px -10px;
}
.poi-overlay .category-selector .button.icon-outdoors:before {
  background-position: -1390px -10px;
}
.poi-overlay .category-selector .button.icon-lakes:before {
  background-position: -1450px -10px;
}
.poi-overlay .category-selector .button.icon-rivers:before {
  background-position: -1510px -10px;
}
.poi-overlay .category-selector .button.icon-beaches:before {
  background-position: -1570px -10px;
}
.poi-overlay .category-selector .button.icon-hiking:before {
  background-position: -1630px -10px;
}
.poi-overlay .category-selector .button.icon-places-of-worship:before {
  background-position: -1690px -10px;
}
.poi-overlay .category-selector .button.icon-sports:before {
  background-position: -1750px -10px;
}
.poi-overlay .category-selector .button.icon-universities:before {
  background-position: -1810px -10px;
}

#calendar {
  margin-top: 40px;
}

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

#calendar-links {
  float: left;
}
#calendar-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
#calendar-links a:hover svg, #calendar-links a.active svg {
  fill: #4CBB79;
}
#calendar-links a svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #1F7C98;
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

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

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #1F7C98;
  transition: color 350ms ease-in-out;
}
@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 svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  fill: #1F7C98;
  transition: fill 350ms ease-in-out;
}
#calendar-views a:hover, #calendar-views a.active {
  color: #4CBB79;
}
#calendar-views a:hover svg, #calendar-views a.active svg {
  fill: #4CBB79;
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt {
  font-size: 16px;
  line-height: 30px;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}
#calendar-breadcrumb a {
  color: #004F70;
}
#calendar-breadcrumb a:hover {
  color: #2285A4;
}

#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: thin solid #DADADA;
  color: #DADADA;
}
#calendar-year a:hover {
  border-color: #6E6E73;
  color: #6E6E73;
}
#calendar-year .active a {
  border-color: #6E6E73;
  color: #6E6E73;
}
#calendar-year .active a:hover {
  border-color: #6E6E73;
  color: #6E6E73;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #6E6E73;
}
@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: #4CBB79;
  color: #ffffff;
}
#calendar-month a.active {
  background: #1F7C98;
  color: #ffffff;
}
#calendar-month a.active:hover {
  background: #4CBB79;
  color: #ffffff;
}
@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;
    color: #DADADA;
    transition: color 350ms ease-in-out;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 11px;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0 10px 0 10px;
    margin-top: -6px;
    border-left: thin solid #DADADA;
    border-top: thin solid #DADADA;
    font-size: 0;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: border-color 350ms ease-in-out;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #6E6E73;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    border-color: #6E6E73;
  }
  #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 {
    transform: rotate(135deg);
    left: auto;
    right: 5px;
  }
}

#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: #F2F2F2;
}
#calendar-navigation a.prev,
#calendar-navigation a.next {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  margin-top: -7px;
  border-left: thin solid #6E6E73;
  border-top: thin solid #6E6E73;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
#calendar-navigation a.prev:hover,
#calendar-navigation a.next:hover {
  border-color: #2285A4;
}
#calendar-navigation a.next {
  right: 0;
  transform: rotate(135deg);
}
#calendar-navigation a.prev {
  left: 0;
  transform: rotate(-45deg);
}

#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: #1F7C98;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  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: #F2F2F2;
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #6E6E73;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  color: #2285A4;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(242, 242, 242, 0.2);
}
@media only screen and (max-width: 767px) {
  #calendar-days li.prev_month, #calendar-days li.next_month {
    display: none;
  }
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  opacity: 0.2;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  color: #6E6E73;
}
#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.85em;
  background: #1F7C98;
  color: #ffffff;
}
@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: #ffffff;
  color: #333333;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #ffffff;
}
#calendar-days dl dd h3 {
  color: #1F7C98;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

#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;
}
#calendar.list-view .image-list + .image-list {
  padding-top: 20px;
}
#calendar.list-view .image-list h2 a {
  font-weight: 200;
  color: #6E6E73;
  font-style: italic;
  text-decoration: none;
}
#calendar.list-view .image-list h3 a {
  text-decoration: none;
}

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

#calendar .single-event > h2 {
  color: #6E6E73;
  font-weight: 200;
  margin-bottom: 10px;
}
#calendar .single-event .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background-color: #DADADA;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

#calendar .dates,
#calendar .attachment {
  display: block;
  margin: 0 0 20px;
  color: #6E6E73;
}
#calendar .dates strong,
#calendar .attachment strong {
  color: #4CBB79;
}

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

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: thin solid #DADADA;
  z-index: -1;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-color: #DADADA;
  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 20px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@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 .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: #DADADA;
  color: #DADADA;
}
.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: "Raleway", Arial, sans-serif;
}
.blog-page.template-2 .page-content-wrapper.page-content h1,
.blog-page.template-2 .page-content-wrapper.page-content .h1-like {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 42px;
  line-height: 50px;
  font-weight: 200;
}
@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;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.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: #1F7C98;
}
.blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 22px;
  color: #2285A4;
  font-weight: 300;
}
.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 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: #1F7C98;
  border-radius: 100%;
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:hover:before {
  background-color: #2285A4;
}
.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: 300 18px/1 "Raleway", Arial, sans-serif;
  color: #1F7C98;
}
.blog-page.template-2 .page-content-wrapper.page-content td {
  border-top: thin solid #ffffff;
  background: #F2F2F2;
}
.blog-page.template-2 .page-content-wrapper.page-content .even td {
  background: rgba(242, 242, 242, 0.3);
}
.blog-page.template-2 .page-content-wrapper.page-content table p {
  margin: 10px 0;
}
.blog-page.template-2 .page-content-wrapper.page-content img {
  display: block;
  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 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font: 700 16px/36px "Raleway", Arial, sans-serif;
  color: #ffffff;
  background: transparent;
  text-decoration: none;
  padding: 0 10px;
  text-transform: uppercase;
  overflow: hidden;
  transition: background 350ms ease-in-out;
  z-index: 1;
}
.blog-page.template-2 .read-more-link:before, .blog-page.template-2 .read-more-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 350ms ease-in-out;
}
.blog-page.template-2 .read-more-link:before {
  opacity: 1;
  background: linear-gradient(225deg, #004F70 0, #4CBB79);
}
.blog-page.template-2 .read-more-link:after {
  opacity: 0;
  background: linear-gradient(225deg, #4CBB79 0, #004F70);
}
.blog-page.template-2 .read-more-link:hover {
  background: rgba(0, 79, 112, 0.2);
}
.blog-page.template-2 .read-more-link:hover:before {
  opacity: 0;
}
.blog-page.template-2 .read-more-link:hover:after {
  opacity: 1;
}
.blog-page.template-2 .read-more-link.white {
  color: #ffffff;
}
.blog-page.template-2 .read-more-link.white:after {
  background: #ffffff;
}
.blog-page.template-2 .read-more-link.see-all-colored {
  border: 0;
  border-radius: 0;
  color: #004F70;
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  transition: color 350ms ease-in-out;
}
.blog-page.template-2 .read-more-link.see-all-colored:before, .blog-page.template-2 .read-more-link.see-all-colored:after {
  display: none;
}
.blog-page.template-2 .read-more-link.see-all-colored:hover {
  color: #2285A4;
  background: none !important;
}
.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: #F2F2F2;
  height: 415px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-image {
    padding-top: 55vh;
    height: auto;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading {
  font: 400 18px/1.2 "Raleway", Arial, sans-serif;
  background-color: #1F7C98;
  padding: 25px 35px;
  position: absolute;
  bottom: 55px;
  color: #F2F2F2;
  max-width: 890px;
  min-width: 500px;
  margin-right: 90px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading {
    bottom: 0;
    padding: 20px;
    margin-right: 0;
    background-color: rgba(31, 124, 152, 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;
  font-weight: 700;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
  font-size: 18px;
}
.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: #ffffff;
  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: 100 50px/1 "Raleway", Arial, sans-serif;
  text-transform: none;
  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: 15px;
  top: 15px;
  display: flex;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: opacity 350ms ease-in-out;
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button svg {
  fill: #ffffff;
  margin-left: 10px;
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading .post-share-button {
    right: 10px;
    top: 10px;
    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 {
  padding: 0 285px 0 35px;
  position: relative;
}
.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;
  }
}
.blog-page.template-2.single-blog-post .blog-breadcrumb {
  font: 400 14px/1.2 "Raleway", Arial, sans-serif;
  color: #6E6E73;
  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: #004F70;
  text-decoration: none;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb a:hover {
  color: #2285A4;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb a.active {
  color: #6E6E73;
}
@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: "Raleway", Arial, sans-serif;
}
.blog-page.template-2.single-blog-post .tags h5 {
  font: 400 20px/1.2 "Raleway", Arial, sans-serif;
  color: #6E6E73;
  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: #1F7C98;
}
.blog-page.template-2.single-blog-post .tags ul li a:hover {
  color: #2285A4;
}
.blog-page.template-2.blog-search-view .no-results h3 {
  font: 400 22px/1.2 "Raleway", Arial, sans-serif;
  color: #333333;
}
.blog-page.template-2.blog-archive-view .archive-header {
  margin-top: 50px;
}
@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 {
  margin-bottom: 30px;
  color: #6E6E73;
  font-size: 42px;
  line-height: 50px;
  font-weight: 200;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .page-content h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: normal;
  }
}
.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 {
  margin-right: 15px;
  display: block;
}
.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-list .read-more-link:before {
  background: linear-gradient(225deg, #333333 0, #F2F2F2);
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list .read-more-link:after {
  background: linear-gradient(225deg, #F2F2F2 0, #333333);
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list .read-more-link:hover {
  background: rgba(51, 51, 51, 0.2);
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list .read-more-link.active:before {
  background: linear-gradient(225deg, #004F70 0, #4CBB79);
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list .read-more-link.active:after {
  background: linear-gradient(225deg, #4CBB79 0, #004F70);
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list .read-more-link.active:hover {
  background: rgba(0, 79, 112, 0.2);
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter {
  font-family: "Raleway", Arial, sans-serif;
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter label {
  color: #333333;
  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: "Raleway", Arial, sans-serif;
  position: relative;
  margin: 20px auto 60px;
  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: #1F7C98;
  text-decoration: none;
}
.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: #2285A4;
}
@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: "Raleway", Arial, sans-serif;
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter label {
  color: #1F7C98;
  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 .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: 200 28px/1 "Raleway", Arial, sans-serif;
  color: #2285A4;
  display: block;
  position: relative;
  margin-bottom: 45px;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title span {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 0 30px 0 10px;
  z-index: 1;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title:after {
  content: "";
  height: 2px;
  width: 90%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  background-color: #2285A4;
  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;
  }

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

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