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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

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

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 13px;
}
@media only screen and (max-width: 999px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

#calendar li {
  padding-left: 0;
}
#calendar li:before {
  display: none !important;
}

#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-filter {
  float: right;
}
#calendar-filter select {
  width: 240px;
  height: 38px;
  border: 1px solid #D5D5D5;
  font: 300 13px/26px Lato, Arial, sans-serif;
  background-size: 11px 10px;
  background-position: right 12px center;
  padding: 0 35px 0 15px;
}
@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, #calendar-links a {
  position: relative;
  display: block;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  font: 400 10px/24px Lato, Arial, sans-serif;
  color: #222;
  width: 60px;
  transform: scale(1);
  transition: transform 150ms ease-in-out;
}
#calendar-views a *:hover, #calendar-links a *:hover {
  transform: scale(1.1);
}
#calendar-views a span, #calendar-links a span {
  display: block;
  transition: opacity 150ms ease-in-out;
}
#calendar-views a span img, #calendar-links a span img {
  width: 22px;
  height: 22px;
}
#calendar-views a span:first-child, #calendar-links a span:first-child {
  height: 27px;
}
#calendar-views a span:last-child, #calendar-links a span:last-child {
  opacity: 0;
}
#calendar-views a:hover span:last-child, #calendar-views a:focus span:last-child, #calendar-views a.active span:last-child, #calendar-links a:hover span:last-child, #calendar-links a:focus span:last-child, #calendar-links a.active span:last-child {
  opacity: 1;
}
#calendar-views a svg, #calendar-links a svg {
  fill: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #calendar-views a, #calendar-links a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid, #calendar-links a.grid {
    margin-left: 0;
  }
}

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

#calendar-year {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: 1px solid #D5D5D5;
  color: #D5D5D5;
  text-align: left;
  font-weight: 400;
}
#calendar-year a:hover {
  border-color: #343841;
  color: #343841;
}
#calendar-year .active a {
  border-color: #666;
  color: #666;
  text-align: left;
}
#calendar-year .active a:hover {
  border-color: #151616;
  color: #151616;
}

#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 15px;
  height: 28px;
  font: 400 12px/28px Arial, sans-serif;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #132929;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #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: #EA292C;
  color: #fff;
}
#calendar-month a.active {
  background: #EA292C;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #595756;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    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: 1px solid #000;
    border-top: 1px solid #000;
    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: #EA292C;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    border-color: #949494;
  }
  #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: #eee;
}
#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: -27px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  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: #949494;
}
#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: 10px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #595756;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .full, #calendar-week li .short {
  font-size: 16px;
  font-weight: 400;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li .time {
  margin: -15px 0 15px 0;
}
#calendar-days li time a {
  text-align: center;
  color: #132929;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.02);
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #595756;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7em;
  background: #EA292C;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.538%;
}
#calendar-days dl.w3 dt {
  width: 323.076%;
}
#calendar-days dl.w4 dt {
  width: 434.614%;
}
#calendar-days dl.w5 dt {
  width: 546.152%;
}
#calendar-days dl.w6 dt {
  width: 657.69%;
}
#calendar-days dl.w7 dt {
  width: 769.228%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #fff;
  color: #717272;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .button {
  padding: 15px;
  height: 35px;
  font-size: 16px;
  transition: none;
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
}
#calendar-days dl dd h3 {
  color: #717272;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

#calendar.list-view h2 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #calendar.list-view #calendar-month {
    display: none;
  }
}
#calendar.list-view .image-list {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
#calendar.list-view .image-list h2 {
  font: 300 26px/38px Lato, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  position: relative;
}
#calendar.list-view .image-list h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: #D5D5D5;
}
#calendar.list-view .image-list h2 a {
  text-decoration: none;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 22px;
}
#calendar.list-view .image-list h3 a {
  font: 400 32px/38px Lato, Arial, sans-serif;
  letter-spacing: 1.6px;
  color: #222;
  text-transform: uppercase;
  text-decoration: none;
}

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

#calendar .single-event .wrapper {
  min-height: 300px;
}
#calendar .single-event .dates {
  font-size: 26px;
}
#calendar .single-event .background {
  float: right;
  width: 45%;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1440px) {
  #calendar .single-event .background {
    width: 500px;
  }
}
@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;
}

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

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 340px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  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 .background {
  position: relative;
  width: 45%;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
}
.calendar .image-list-item .description .summary {
  font: 300 20px/28px Lato, Arial, sans-serif;
  color: #666;
  margin: 0 !important;
}
.calendar .image-list-item .description .time {
  font: 400 20px/28px Lato, Arial, sans-serif;
  color: #666;
  margin: -15px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font: 400 32px/38px Lato, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #222;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #EA292C;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 20px;
  left: 0;
  transition: none;
  height: 50px;
}
@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;
    margin-top: 20px;
  }
}

.page-content.e-cal {
  text-align: left;
  padding: 0 20px 30px 20px;
}
.page-content hr {
  display: block;
  height: 1px;
  margin: 40px auto;
  border: none;
  background: #9A9A9A;
  color: #9A9A9A;
}
.page-content h1, .page-content .h1 {
  font: 38px/48px Oswald, Arial, sans-serif;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 28px;
}
@media only screen and (max-width: 999px) {
  .page-content h1, .page-content .h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
.page-content h2, .page-content .h2 {
  font: 42px/48px Lato, Arial, sans-serif;
  font-weight: 300;
  color: #000;
  letter-spacing: 0;
}
@media only screen and (max-width: 999px) {
  .page-content h2, .page-content .h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.page-content h3 {
  font-size: 26px;
  line-height: 1.3;
}
.page-content h4, .page-content h5, .page-content h6 {
  font-weight: bold;
}
.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content p, .page-content ul, .page-content ol, .page-content table {
  margin-bottom: 33px;
}
@media only screen and (max-width: 999px) {
  .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content p, .page-content ul, .page-content ol, .page-content table {
    margin-bottom: 20px;
  }
}
.page-content strong {
  font-weight: bold;
}
.page-content em {
  font-style: italic;
}
.page-content u {
  text-decoration: underline;
}
.page-content sup, .page-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.page-content sup {
  top: -0.5em;
}
.page-content sub {
  bottom: -0.25em;
}
.page-content p, .page-content table {
  overflow: visible;
}
.page-content p:empty {
  display: none;
}
.page-content ol {
  list-style: decimal inside;
}
.page-content ul {
  list-style: none;
}
.page-content ol, .page-content ul {
  text-align: left;
}
.page-content ol ol, .page-content ul ul, .page-content ol ul, .page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-content ol > li > ol, .page-content ol > li > ul {
  margin-left: 34px;
}
.page-content ol li, .page-content ul li {
  position: relative;
}
.page-content ul > li {
  padding-left: 14px;
  text-align: center;
}
.page-content ul > li:before {
  background: #504748;
  border-radius: 100%;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  margin-right: 5px;
}
.page-content td, .page-content th, .page-content caption {
  padding: 8px 16px;
  text-align: left;
  vertical-align: middle;
}
.page-content th, .page-content caption {
  vertical-align: bottom;
  font: 16px/1 Montserrat, Helvetica, Arial, sans-serif;
  color: #504748;
}
.page-content td {
  border-top: 1px solid #000;
  font-size: 14px;
}
.page-content table p {
  margin: 5px;
}
.page-content .thumbnail {
  float: right;
  margin: 0 0 20px 30px;
}
.page-content .thumbnail a {
  display: block;
}
.page-content .thumbnail img {
  display: block;
}
.page-content .socials {
  margin-bottom: 20px;
  overflow: hidden;
}
.page-content .socials li:after {
  display: none;
}
.page-content .socials iframe {
  float: left;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}
.page-content .iframe-block {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 55px;
}
@media only screen and (max-width: 999px) {
  .page-content .iframe-block {
    margin-bottom: 20px;
  }
}
.page-content .iframe-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menus .page-content .iframe-block {
  height: 100%;
  padding-bottom: 0px;
}
.menus .page-content .iframe-block iframe {
  position: relative;
}

.menu-tabs ul > li:before {
  display: none;
}
.menu-tabs ul {
  margin-bottom: 0px;
  text-align: center;
}
.menu-tabs a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  margin: 0;
  padding: 0 20px;
  font: 600 18px/65px Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  color: #504848;
  background-color: transparent;
  font-family: Oswald, Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1.47px;
  transition: all 350ms ease-in-out;
  width: 100%;
  border: 2px solid #4F4F4F;
}
.menu-tabs a:hover {
  border-color: #5c8191;
  background-color: #5c8191;
  color: #fff;
}
.menu-tabs li.active a {
  border-color: #5c8191;
  background-color: #5c8191;
  color: #fff;
}
.menu-tabs .tab-title {
  margin: 0;
}

.dark-theme .page-content {
  color: #fff;
  border-color: #fff;
}
.dark-theme .page-content hr, .dark-theme .page-content h1, .dark-theme .page-content h2, .dark-theme .page-content .h1, .dark-theme .page-content .h2, .dark-theme .page-content h3, .dark-theme .page-content h4, .dark-theme .page-content h5, .dark-theme .page-content h6, .dark-theme .page-content p, .dark-theme .page-content li {
  color: inherit;
}
.dark-theme .page-content .button {
  color: inherit;
  border-color: inherit;
}

.map-content h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.map-content p {
  margin-bottom: 10px;
}
.map-content p:last-of-type {
  margin-bottom: 0;
}
.map-content .button {
  min-width: 100%;
}

#openTable {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  text-align: center;
  z-index: 1000;
  background: #fff;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.8);
  flex-direction: column;
}
#openTable.open {
  display: flex;
}
#openTable .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#openTable .close-button:after, #openTable .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #000;
  transition: background-color 350ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (prefers-reduced-motion) {
  #openTable .close-button:after, #openTable .close-button:before {
    transition: none;
  }
}
#openTable .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#openTable .close-button:hover:after, #openTable .close-button:hover:before {
  background: #0DAFE5;
}
#openTable .center-column {
  margin: auto;
  background: #fff;
  max-width: 600px;
  width: 100%;
}
#openTable .form {
  margin: 0 auto;
  padding: 40px 0;
}
#openTable .form .op-title {
  display: block;
  font: 32px/1.2 Montserrat, Helvetica, Arial, sans-serif;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #222;
  color: #222;
}
#openTable .form label {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  width: 100%;
  text-align: left;
  margin: 0;
}
#openTable .form p {
  margin-right: 20px;
  vertical-align: top;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#openTable .form input {
  width: 100px;
  border: 1px solid #0DAFE5;
  font: 400 20px/20px Arial, sans-serif;
  height: 45px;
  padding: 0 10px;
}
#openTable .form select {
  height: 45px;
  padding: 0 10px;
  font: 400 20px/20px Arial, sans-serif;
  resize: none;
  width: 100px;
  border: 1px solid #0DAFE5;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: 94% 16px;
  background-size: 20px;
}
#openTable .form .peopleselect select {
  width: 122px;
}
#openTable .form input[type=submit] {
  border: none;
  border-radius: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  margin: 20px 0 0 0;
  padding: 0 20px;
  font: 400 20px/22px Montserrat, Helvetica, Arial, sans-serif;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #EA292C;
  font-family: Oswald, Arial, sans-serif;
  letter-spacing: 1.47px;
  transition: all 350ms ease-in-out;
  width: 100%;
}
#openTable .form input[type=submit]:hover {
  background: #0DAFE5;
}
#openTable .form input, #openTable .form select, #openTable .form select#people {
  width: 100%;
  margin-left: 0;
}
#openTable .form .controls {
  margin: 0;
}
#openTable .form p.opentable img {
  width: 200px;
  margin-right: 0;
  height: auto;
  margin-top: 53px;
}
#openTable .form .opentable {
  text-align: center;
}
#openTable .ui-datepicker-trigger {
  display: none;
  position: absolute;
  color: #000;
}

@media (max-width: 960px) {
  #ui-datepicker-div {
    display: none;
  }
}
#ui-datepicker-div {
  background-color: #fff;
  font-size: 16px;
  border: thin solid #504748;
  padding: 10px;
  display: none;
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
  padding: 0 8px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid #0DAFE5;
  border-bottom: 0;
  border-left: 0;
  overflow: hidden;
  text-indent: -10000px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-disabled:hover {
  border-color: #F37576;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover {
  border-color: #0DAFE5;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 10px;
  transform: translateY(-50%) rotate(-135deg);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}
#ui-datepicker-div .ui-datepicker-unselectable {
  color: #999;
}
#ui-datepicker-div th {
  font-weight: bold;
}
#ui-datepicker-div th, #ui-datepicker-div td {
  padding: 0 8px;
  font-size: 12px;
  text-align: center;
}
#ui-datepicker-div td a,
#ui-datepicker-div td .ui-state-default {
  display: block;
  text-decoration: none;
  padding: 5px;
}
#ui-datepicker-div td a {
  color: #504748;
}
#ui-datepicker-div td a:hover {
  background: #0DAFE5;
  color: #fff;
}
#ui-datepicker-div td a.ui-state-active {
  background: #F37576;
}
#ui-datepicker-div td a.ui-state-active:hover {
  color: #fff;
  background: #0DAFE5;
}

#content {
  padding: 140px 0;
  position: relative;
  text-align: center;
}
.menus #content {
  background-color: #fbeae3;
}
@media only screen and (max-width: 767px) {
  #content {
    padding-top: 55px;
  }
}
#content .page-content {
  max-width: 1280px;
  margin: 0 auto;
}
#content .page-content p {
  max-width: 990px;
  margin: 0 auto 20px auto;
}
#content .page-content p:last-child {
  margin-bottom: 0;
}
#content > .center-column {
  padding: 0 80px;
}
@media only screen and (max-width: 999px) {
  #content > .center-column {
    padding: 0 20px;
  }
}

#header + #content {
  margin-top: 142px;
}
@media only screen and (max-width: 999px) {
  #header + #content {
    margin-top: 70px;
  }
}

.page-block.promo-section, .page-block.event-feed {
  padding: 85px 0;
}
@media only screen and (max-width: 999px) {
  .page-block.promo-section, .page-block.event-feed {
    margin-top: 20px;
    padding-top: 0;
  }
}
.page-block.promo-section .center-column, .page-block.event-feed .center-column {
  padding: 0;
}
@media only screen and (max-width: 1464px) {
  .page-block.promo-section .center-column, .page-block.event-feed .center-column {
    padding: 0 32px;
  }
}
.page-block.promo-section .promo-section-grid,
.page-block.promo-section .event-feed-grid, .page-block.event-feed .promo-section-grid,
.page-block.event-feed .event-feed-grid {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 999px) {
  .page-block.promo-section .promo-section-grid,
  .page-block.promo-section .event-feed-grid, .page-block.event-feed .promo-section-grid,
  .page-block.event-feed .event-feed-grid {
    display: block;
  }
}
.page-block.promo-section .promo, .page-block.event-feed .promo {
  cursor: pointer;
  position: relative;
  width: calc(33% - 24px);
  margin: 0 22px;
  background-color: #fff;
  color: #fff;
  padding: 40px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-end;
  height: 585px;
}
.page-block.promo-section .promo:first-child, .page-block.event-feed .promo:first-child {
  margin-left: 0;
}
.page-block.promo-section .promo:last-child, .page-block.event-feed .promo:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 999px) {
  .page-block.promo-section .promo, .page-block.event-feed .promo {
    margin: 0 0 30px;
    width: 100%;
    height: 400px;
    padding: 8px;
  }
  .page-block.promo-section .promo:last-child, .page-block.event-feed .promo:last-child {
    margin-bottom: 0;
  }
}
.page-block.promo-section .promo:before, .page-block.event-feed .promo:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  transition: all 350ms ease-in-out;
}
.page-block.promo-section .promo .promo-title, .page-block.event-feed .promo .promo-title {
  opacity: 1;
  margin: 0;
  position: relative;
  z-index: 2;
  font-family: Oswald, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  line-height: 61px;
  letter-spacing: 1.47px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  min-width: 250px;
  transition: all 350ms ease-in-out;
}
@media (prefers-reduced-motion) {
  .page-block.promo-section .promo .promo-title, .page-block.event-feed .promo .promo-title {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-block.promo-section .promo .promo-title, .page-block.event-feed .promo .promo-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 999px) {
  .page-block.promo-section .promo .promo-title, .page-block.event-feed .promo .promo-title {
    font-size: 0;
    line-height: 0;
    opacity: 0;
    display: none;
  }
}
.page-block.promo-section .promo .promo-title:hover, .page-block.event-feed .promo .promo-title:hover {
  background: #0DAFE5;
}
.page-block.promo-section .promo .promo-title:hover a, .page-block.event-feed .promo .promo-title:hover a {
  color: #fff;
}
.page-block.promo-section .promo .promo-title a, .page-block.event-feed .promo .promo-title a {
  color: #0DAFE5;
  padding: 0 20px;
  display: block;
  text-decoration: none;
}
.page-block.promo-section .promo .thumbnail, .page-block.event-feed .promo .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.page-block.promo-section .promo .promo-content, .page-block.event-feed .promo .promo-content {
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(13, 175, 229, 0.7);
  background-blend-mode: multiply;
  text-align: center;
}
@media (prefers-reduced-motion) {
  .page-block.promo-section .promo .promo-content, .page-block.event-feed .promo .promo-content {
    transition: none;
  }
}
.page-block.promo-section .promo .promo-content .icon, .page-block.event-feed .promo .promo-content .icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 45px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-block.promo-section .promo .promo-content .icon.icon-facebook, .page-block.event-feed .promo .promo-content .icon.icon-facebook {
  background-image: url("../images/acm/block-facebook.svg");
}
.page-block.promo-section .promo .promo-content .icon.icon-instagram, .page-block.event-feed .promo .promo-content .icon.icon-instagram {
  background-image: url("../images/acm/block-ig-white.svg");
}
.page-block.promo-section .promo .promo-content .icon.icon-mail, .page-block.event-feed .promo .promo-content .icon.icon-mail {
  background-image: url("../images/acm/block-mail-white.svg");
}
.page-block.promo-section .promo .promo-content .icon.icon-papers, .page-block.event-feed .promo .promo-content .icon.icon-papers {
  background-image: url("../images/acm/block-papers-white.svg");
}
.page-block.promo-section .promo .promo-content p, .page-block.event-feed .promo .promo-content p {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 1px;
  margin-bottom: 30%;
}
@media only screen and (max-width: 999px) {
  .page-block.promo-section .promo .promo-content p, .page-block.event-feed .promo .promo-content p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 999px) {
  .page-block.promo-section .promo .promo-content, .page-block.event-feed .promo .promo-content {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    padding: 60px 30px;
  }
  .page-block.promo-section .promo .promo-content p, .page-block.event-feed .promo .promo-content p {
    font-size: 24px;
    line-height: 1.1;
  }
}
.page-block.promo-section .promo .button, .page-block.event-feed .promo .button {
  margin-top: 55px;
  font-family: Oswald, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 1.47px;
  min-width: 250px;
  line-height: 65px;
  position: absolute;
  bottom: 40px;
  background-color: #fff;
  color: #0DAFE5;
}
@media only screen and (max-width: 767px) {
  .page-block.promo-section .promo .button, .page-block.event-feed .promo .button {
    font-size: 14px;
  }
}
@media only screen and (max-width: 999px) {
  .page-block.promo-section .promo .button, .page-block.event-feed .promo .button {
    position: relative;
    bottom: unset;
    margin-top: 50px;
  }
}
.page-block.promo-section .promo:hover::before, .page-block.promo-section .promo:hover::after,
.page-block.promo-section .promo:hover .promo-title, .page-block.event-feed .promo:hover::before, .page-block.event-feed .promo:hover::after,
.page-block.event-feed .promo:hover .promo-title {
  opacity: 0;
}
.page-block.promo-section .promo:hover .promo-content, .page-block.event-feed .promo:hover .promo-content {
  opacity: 1;
}
.page-block.promo-section .promo:hover .copy, .page-block.event-feed .promo:hover .copy {
  position: relative;
}
.page-block.promo-section .promo:hover .copy, .page-block.event-feed .promo:hover .copy {
  opacity: 1;
  visibility: visible;
}
.ismobile .page-block.promo-section .promo:hover .copy, .ismobile .page-block.event-feed .promo:hover .copy {
  opacity: 0;
  visibility: hidden;
}
.page-block.event-feed .promo {
  padding: 20px;
  text-decoration: none;
}
.page-block.event-feed .promo:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.67%, #000 82.67%);
}
.page-block.event-feed .promo:hover::before {
  opacity: 1 !important;
}
.page-block.event-feed .event-feed-grid {
  width: 100%;
}
.page-block.event-feed .page-content {
  text-align: center;
}
.page-block.event-feed .more {
  float: right;
  font-size: 20px;
  text-transform: uppercase;
  margin: -59px 26px 0 26px;
}
.page-block.event-feed .promo-desc {
  opacity: 1;
  margin: 0;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.95px;
  text-align: center;
  color: #fff;
  min-width: 250px;
  transition: all 350ms ease-in-out;
  font: 700 24px/28px Lato, Arial, sans-serif;
}
.page-block.event-feed .promo-desc .time {
  font-size: 19px;
  font-weight: 400;
}
.page-block.gallery-section {
  position: relative;
  height: 850px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .page-block.gallery-section {
    height: auto;
  }
}
.page-block.gallery-section .pagination-bullets {
  bottom: 42px;
}
@media only screen and (max-width: 999px) {
  .page-block.gallery-section .pagination-bullets {
    bottom: 15px;
  }
}
.page-block.gallery-section .swiper-slide {
  background: rgba(86, 69, 24, 0.3);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .page-block.gallery-section .swiper-slide {
    transition: transform 0.3s ease;
    height: auto;
    padding-top: 100%;
  }
}
@media only screen and (max-width: 767px) and (prefers-reduced-motion) {
  .page-block.gallery-section .swiper-slide {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  @supports (aspect-ratio: 1.3/1) {
    .page-block.gallery-section .swiper-slide {
      padding-top: 0;
      aspect-ratio: 1.3/1;
    }
  }
  .page-block.gallery-section .swiper-slide .slide-image {
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
  }
}
.page-block.gallery-section .slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: rgba(86, 69, 24, 0.3);
  mix-blend-mode: multiply;
  transition: filter 400ms ease;
}
.page-block.gallery-section .slide-image:hover {
  filter: none;
}
.page-block.gallery-section .swiper-button {
  transition: background-color 0.3s ease;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='42' viewBox='0 0 47 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 41L46 21L26 0.999999' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M46 21.0002L0.285713 21.0002' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #EA292C;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-size: 36px 33px;
}
@media (prefers-reduced-motion) {
  .page-block.gallery-section .swiper-button {
    transition: none;
  }
}
.page-block.gallery-section .swiper-button:hover {
  background-color: #EA292C;
}
@media only screen and (min-width: 1246px) {
  .page-block.gallery-section .swiper-button {
    width: 80px;
    height: 80px;
    background-size: 48px 44px;
  }
}
@media only screen and (max-width: 767px) {
  .page-block.gallery-section .swiper-button {
    width: 40px;
    height: 40px;
    background-size: 26px 23px;
  }
}
.page-block.gallery-section .swiper-button-prev {
  transform: rotate(180deg);
  left: 20px;
}
.page-block.gallery-section .swiper-button-next {
  right: 20px;
}

.menus #content > .center-column {
  max-width: 866px;
}

.form {
  display: block;
  margin-bottom: 40px;
}
@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 #000;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 6px 26px 0 0;
  float: left;
  text-align: right;
  font: 700 17px/40px Montserrat, Helvetica, Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0;
    text-align: left;
    width: auto;
    font-size: 14px;
  }
}
.form label.privacy_policy_checkbox {
  width: 100%;
  margin-bottom: 40px;
  text-transform: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form label.privacy_policy_checkbox {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .form label.privacy_policy_checkbox a {
    display: block;
  }
}
.form label .divider {
  float: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .form label .divider {
    display: none;
  }
}
.form label em {
  color: #EA292C;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 20px;
  line-height: 0;
}
.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 {
  background-color: transparent;
  color: #000;
  height: 50px;
  padding: 0 20px;
  resize: none;
  width: 50%;
  border: 1px solid #000;
  font: 17px/48px Montserrat, Helvetica, Arial, sans-serif;
  letter-spacing: 1.13px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select {
    width: 100%;
    text-align: left;
  }
}
.form input[type=text]::-webkit-input-placeholder, .form input[type=date]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .form select::-webkit-input-placeholder {
  color: #504748;
  text-transform: uppercase;
}
.form input[type=text]:-moz-placeholder, .form input[type=date]:-moz-placeholder, .form textarea:-moz-placeholder, .form select:-moz-placeholder {
  color: #504748;
  text-transform: uppercase;
}
.form input[type=text]::-moz-placeholder, .form input[type=date]::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder {
  color: #504748;
  text-transform: uppercase;
}
.form input[type=text]:-ms-input-placeholder, .form input[type=date]:-ms-input-placeholder, .form textarea:-ms-input-placeholder, .form select:-ms-input-placeholder {
  color: #504748;
  text-transform: uppercase;
}
.form input[type=text]:focus::-webkit-input-placeholder, .form input[type=date]:focus::-webkit-input-placeholder, .form textarea:focus::-webkit-input-placeholder, .form select:focus::-webkit-input-placeholder {
  color: rgba(129, 131, 135, 0.2);
}
.form input[type=text]:focus:-moz-placeholder, .form input[type=date]:focus:-moz-placeholder, .form textarea:focus:-moz-placeholder, .form select:focus:-moz-placeholder {
  color: rgba(129, 131, 135, 0.2);
}
.form input[type=text]:focus::-moz-placeholder, .form input[type=date]:focus::-moz-placeholder, .form textarea:focus::-moz-placeholder, .form select:focus::-moz-placeholder {
  color: rgba(129, 131, 135, 0.2);
}
.form input[type=text]:focus:-ms-input-placeholder, .form input[type=date]:focus:-ms-input-placeholder, .form textarea:focus:-ms-input-placeholder, .form select:focus:-ms-input-placeholder {
  color: rgba(129, 131, 135, 0.2);
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px 20px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form input.date-pick {
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}
.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: 0;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 26px;
  width: 290px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 20px 0 0 0;
    width: 100%;
  }
}

#form_module_container_errors,
#form_module_container_success {
  padding: 6px 16px;
  margin: 30px 0;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}

#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 {
  color: green;
}

[id*=form_form_] {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 999px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
[id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 999px) {
  [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: 999px) {
  [id*=form_form_] p {
    margin-bottom: 20px;
  }
}
[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: 999px) {
  [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: 999px) {
  [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: #fff;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #0DAFE5;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 999px) {
  [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;
}
[id*=form_form_] input[type=text][multiple], [id*=form_form_] input[type=number][multiple], [id*=form_form_] input[type=email][multiple], [id*=form_form_] input[type=phone][multiple], [id*=form_form_] input[type=url][multiple], [id*=form_form_] input[type=datepicker][multiple], [id*=form_form_] textarea[multiple], [id*=form_form_] select[multiple], [id*=form_form_] .input-overlay[multiple] {
  height: 120px;
  padding: 10px;
}
@media only screen and (max-width: 999px) {
  [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: 999px) {
  [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: 999px) {
  [id*=form_form_] .datepicker-input-wrapper {
    float: none;
  }
}
[id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
  float: left;
}
@media only screen and (max-width: 999px) {
  [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: 999px) {
  [id*=form_form_] .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 10px -115px;
  background-color: white;
}
@media only screen and (max-width: 999px) {
  [id*=form_form_] .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] input[type=submit] {
  display: block;
  margin: 0 auto;
}
#content [id*=form_form_] input[type=submit]:hover {
  background-color: #5c8191;
}
[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;
  margin: 5px;
}
[id*=form_form_] .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
@media only screen and (max-width: 999px) {
  [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: 999px) {
  [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-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 999px) {
  [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: 999px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputsubmit] {
  margin-left: 20px;
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
[id*=form_form_] .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin: 10px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
}
[id*=form_form_] .form-builder-field[class*=paragraph] {
  width: 60%;
  margin-left: calc(40% + 20px);
  margin-bottom: 10px;
}
@media only screen and (max-width: 999px) {
  [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: 999px) {
  [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 Montserrat, Helvetica, 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: 999px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 999px) {
  [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: 999px) {
  [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: 999px) {
  [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: 999px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 999px) {
  [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: 999px) {
  [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: 999px) {
  [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: 999px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 999px) {
  [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: 999px) {
  [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: 999px) {
  [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: 999px) {
  [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: 999px) {
  [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: 1000px) {
  [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;
}

.menu-tabs-block-acm {
  padding-top: 60px;
  margin-top: 140px;
  background: #fbeae3;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm.visible {
    opacity: 1;
    z-index: 102;
  }
}
.menu-tabs-block-acm .center-column {
  max-width: 1420px;
}
.menu-tabs-block-acm .section-header {
  font-family: Lato, Arial, sans-serif;
  font-weight: 300;
  font-size: 54px;
  line-height: 64px;
  letter-spacing: 3px;
  color: #000;
  margin-bottom: 69px;
  text-transform: uppercase;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .section-header {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding-bottom: 100px;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .tabs {
    padding-bottom: 40px;
  }
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 60px;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-titles {
    margin-bottom: 10px;
  }
}
.menu-tabs-block-acm .tabs-titles ul {
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-titles ul {
    display: block;
  }
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: inline-block;
  vertical-align: top;
  transition: all 1s;
  margin: 0 13px 20px 13px;
  max-width: 250px;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    margin: 0 10px 20px 10px;
  }
}
.menu-tabs-block-acm .tabs-titles li.tab-title button {
  width: 100%;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button, .menu-tabs-block-acm .tabs-titles li.tab-title:hover .button {
  border-color: #0DAFE5;
  background-color: #0DAFE5;
  color: #fff;
}
.menu-tabs-block-acm .tabs-titles .button {
  border: 2px solid #4F4F4F;
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 100;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-content {
    padding-left: 0;
    padding-top: 20px;
  }
}
.menu-tabs-block-acm .tabs-content h3 {
  font-family: Oswald, Arial, sans-serif;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 84px;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .tabs-content h3 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 350ms ease-in-out;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  font-family: angie-sans, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  text-transform: capitalize;
  padding-bottom: 49px;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: initial;
    font-size: 16px;
    line-height: 140%;
    width: 100%;
  }
}
.menu-tabs-block-acm .menu-block {
  width: 50%;
  min-width: 400px;
  margin-right: auto;
  text-align: left;
  padding: 25px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .menu-block {
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    padding: 20px 0;
  }
}
.menu-tabs-block-acm .menu-block h4 {
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .menu-block h4 {
    font-size: 25px;
    line-height: 40px;
  }
}
.menu-tabs-block-acm .menu-block .dish {
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 53px;
  display: flex;
  justify-content: space-between;
}
.menu-tabs-block-acm .menu-block .dish:first-of-type {
  margin-top: 40px;
}
.menu-tabs-block-acm .menu-block .dish:last-of-type {
  margin-bottom: 35px;
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish p + p {
  margin-top: 10px;
}
.menu-tabs-block-acm .menu-block .dish .dish-text {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  font-size: 32px;
  text-transform: capitalize;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .menu-block .dish .dish-text {
    font-size: 18px;
    line-height: 22px;
  }
}
.menu-tabs-block-acm .menu-block .dish .dish-text h5 {
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  color: #000;
  margin-bottom: 11px;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .menu-block .dish .dish-text h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
.menu-tabs-block-acm .menu-block .dish .dish-text .dish-descr {
  font-family: Lato, Arial, sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #000;
  font-style: italic;
}
@media only screen and (max-width: 999px) {
  .menu-tabs-block-acm .menu-block .dish .dish-text .dish-descr {
    font-size: 22px;
    line-height: 26px;
  }
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}

.partners-acm {
  padding: 43px 0 87px;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  .partners-acm {
    padding: 49px 0 65px;
  }
}
.partners-acm h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 999px) {
  .partners-acm h2 {
    font: 600 16px/22px Montserrat, Helvetica, Arial, sans-serif;
    letter-spacing: 2.8px;
    margin-bottom: 15px;
  }
}
.partners-acm p {
  font-family: angie-sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 999px) {
  .partners-acm p {
    font: 400 17px/24px cardo, serif;
  }
}
.partners-acm .partners-image {
  margin: 50px auto;
  max-width: 100%;
  max-height: 250px;
}
@media only screen and (max-width: 999px) {
  .partners-acm .partners-image {
    margin: 40px auto;
  }
}
.partners-acm .button {
  min-width: 250px;
}

.location-acm {
  position: relative;
  padding: 70px 0 65px;
  background: #0DAFE5;
}
@media only screen and (max-width: 999px) {
  .location-acm {
    padding: 45px 0 0;
  }
}
.location-acm .location-grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 2fr 3fr;
  grid-auto-rows: min-content;
  gap: 60px;
}
@media only screen and (min-width: 1246px) {
  .location-acm .location-grid {
    grid-template-columns: 32fr 43fr;
    gap: 90px;
  }
}
@media only screen and (max-width: 999px) {
  .location-acm .location-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}
.location-acm .location-content {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  color: #fff;
}
@media only screen and (max-width: 999px) {
  .location-acm .location-content {
    padding-bottom: 65px;
  }
}
.location-acm .location-content h2, .location-acm .location-content h3 {
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 2.29px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .location-acm .location-content h2, .location-acm .location-content h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 18px;
  }
}
.location-acm .location-content p {
  font-family: Lato, Arial, sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
}
.location-acm .location-content p b, .location-acm .location-content p strong {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .location-acm .location-content p {
    font-size: 16px;
    line-height: 20px;
  }
}
.location-acm .location-content p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .location-acm .location-content p + p {
    margin-top: 20px;
  }
}
.location-acm .location-content .button {
  margin-top: 12px;
  color: #EA292C;
  background: #fff;
}
.location-acm .location-content .button:hover {
  color: #fff;
  background: #EA292C;
}
.location-acm .location-content p + h2,
.location-acm .location-content p + h3 {
  margin-top: 34px;
}
.location-acm .location-content a {
  color: #0DAFE5;
  background: #fff;
  transition: all 350ms ease-in-out;
}
.location-acm .location-content a:hover {
  color: #fff;
  background: #000;
}
.location-acm .location-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
}
@media only screen and (max-width: 999px) {
  .location-acm .location-map {
    position: relative;
    height: auto;
    width: 100%;
  }
}
.location-acm .hotel-location-map {
  background: #e5e3df;
  max-width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1246px) {
  .location-acm .hotel-location-map {
    height: 100%;
  }
}
@media only screen and (max-width: 999px) {
  .location-acm .hotel-location-map {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  @supports (aspect-ratio: 1.2/1) {
    .location-acm .hotel-location-map {
      height: auto;
      width: 100%;
      aspect-ratio: 1.2/1;
    }
  }
}
.location-acm .hotel-location-map .gm-bundled-control {
  top: 60px !important;
  right: 158px !important;
  bottom: unset !important;
}
.location-acm .hotel-location-map .gm-bundled-control div {
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.location-acm .hotel-location-map .gm-bundled-control div button {
  background-color: rgb(255, 255, 255) !important;
  border-radius: 50% !important;
  margin: 3px 0 !important;
}

.leaflet-control-container .leaflet-top, .leaflet-control-container .leaflet-bottom {
  z-index: 60;
}

.leaflet-pane {
  z-index: 50;
}
.leaflet-pane .leaflet-popup-content {
  margin: 10px;
  min-width: 260px;
}
.leaflet-pane .map-content {
  text-align: center;
  font: 300 16px/24px Lato, Arial, sans-serif;
  color: #000;
}
.leaflet-pane .map-content h3 {
  font: 400 20px/24px Oswald, Arial, sans-serif;
}
.leaflet-pane .map-content p {
  margin: 12px 6px;
}
.leaflet-pane .map-content .button {
  color: #fff;
  background: #0DAFE5;
  height: 45px;
}
.leaflet-pane .map-content .button:hover {
  background: #000;
}

.image-text-acm {
  margin-bottom: 120px;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .image-text-acm {
    margin-bottom: 50px;
  }
}
.image-text-acm .page-block.photos {
  margin-top: 100px;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .page-block.photos {
    margin-top: 0;
  }
}
.image-text-acm .slideshow {
  max-height: 100%;
  margin-bottom: 80px;
  background: none;
  min-height: initial;
  height: auto;
}
.image-text-acm .slideshow:before, .image-text-acm .slideshow:after {
  content: none;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .slideshow {
    margin-bottom: 40px;
  }
}
.image-text-acm .pagination-bullets {
  bottom: 30px;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .pagination-bullets {
    bottom: 15px;
  }
}
.image-text-acm img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 999px) {
  .image-text-acm img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .image-text-acm img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.image-text-acm .decorative-img {
  width: auto;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .decorative-img {
    opacity: 0.3;
  }
}
.image-text-acm .decorative-img.top-left {
  top: -200px;
  width: auto;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .decorative-img.top-left {
    top: -100px;
    height: 100px;
  }
}
.image-text-acm .decorative-img.top-right {
  top: 430px;
  left: auto;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .image-text-acm .decorative-img.top-right {
    top: 220px;
  }
}
.image-text-acm .decorative-img.bottom-left {
  top: auto;
  bottom: 0;
  left: 0;
}
.image-text-acm .decorative-img.bottom-right {
  top: auto;
  bottom: 260px;
  left: auto;
  right: 0;
}
.image-text-acm .image-left {
  margin-top: 66px;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .image-left {
    margin-top: 45px;
    margin-bottom: 35px;
  }
}
.image-text-acm .image-right {
  margin-bottom: 96px;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .image-right {
    margin-bottom: 0;
  }
}
.image-text-acm .image-left, .image-text-acm .image-right, .image-text-acm .images-text-chef picture {
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
}
.image-text-acm .images-text-content {
  display: flex;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content {
    flex-direction: column;
  }
}
.image-text-acm .images-text-content .left-text, .image-text-acm .images-text-content .right-text {
  display: flex;
  flex-direction: column;
  max-width: calc(50% - 22px);
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .left-text, .image-text-acm .images-text-content .right-text {
    max-width: 100%;
    width: 100%;
  }
}
.image-text-acm .images-text-content .left-text {
  margin-right: 22px;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .left-text {
    margin-right: 0;
  }
}
.image-text-acm .images-text-content .left-text p {
  position: relative;
  font-family: Lato, Arial, sans-serif;
  font-weight: 300;
  font-size: 54px;
  line-height: 1;
  color: #000;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .left-text p {
    font-size: 30px;
    text-align: center;
    line-height: 36px;
  }
}
.image-text-acm .images-text-content .left-text p:before, .image-text-acm .images-text-content .left-text p:after {
  content: ",,";
  font: 400 121px/54px Oswald, Arial, sans-serif;
  color: #EA292C;
  vertical-align: top;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .left-text p:before, .image-text-acm .images-text-content .left-text p:after {
    font-size: 70px;
    line-height: 36px;
  }
}
.image-text-acm .images-text-content .left-text p:before {
  position: absolute;
  top: 17px;
  left: -60px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .left-text p:before {
    display: inline-block;
    position: relative;
    top: 12px;
    left: -5px;
  }
}
.image-text-acm .images-text-content .left-text p:after {
  display: inline-block;
  vertical-align: top;
  margin: -20px 0 0 6px;
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
}
.image-text-acm .images-text-content .left-text small {
  font-size: 28px;
  line-height: 1.64em;
  font-family: angie-sans, sans-serif;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .left-text small {
    margin-top: 30px;
  }
}
.image-text-acm .images-text-content .right-text {
  margin-left: 22px;
  padding-top: 40px;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .right-text {
    margin-left: 0;
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
.image-text-acm .images-text-content .right-text .text-wrapper {
  max-width: 630px;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .right-text .text-wrapper {
    margin-bottom: 35px;
    max-width: 100%;
    text-align: center;
  }
}
.image-text-acm .images-text-content .right-text h2 {
  font: 300 54px/42px Lato, Arial, sans-serif;
  color: #000;
  letter-spacing: 1.62px;
  margin-bottom: 38px;
  text-transform: uppercase;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .right-text h2 {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.image-text-acm .images-text-content .right-text p {
  font-size: 22px;
  line-height: 30px;
}
@media only screen and (max-width: 999px) {
  .image-text-acm .images-text-content .right-text p {
    font-size: 16px;
    line-height: 26px;
  }
}

.chef-acm {
  margin-bottom: 80px;
}
@media only screen and (max-width: 999px) {
  .chef-acm {
    margin-bottom: 50px;
  }
}
.chef-acm img {
  width: 100%;
  height: auto;
  display: block;
}
.chef-acm .image-right {
  margin-bottom: 96px;
}
@media only screen and (max-width: 999px) {
  .chef-acm .image-right {
    margin-bottom: 0;
  }
}
.chef-acm .image-right,
.chef-acm .images-text-chef picture {
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
}
.chef-acm .images-text-chef {
  display: flex;
  margin-top: 80px;
}
@media only screen and (max-width: 999px) {
  .chef-acm .images-text-chef {
    margin-top: 40px;
    flex-wrap: wrap;
    text-align: center;
  }
}
.chef-acm .images-text-chef .left-side {
  margin-right: 22px;
  flex-basis: 100%;
}
@media only screen and (max-width: 999px) {
  .chef-acm .images-text-chef .left-side {
    margin-right: 0;
    order: 2;
  }
}
.chef-acm .images-text-chef picture {
  margin-left: 22px;
  flex-basis: 100%;
}
@media only screen and (max-width: 999px) {
  .chef-acm .images-text-chef picture {
    margin-left: 0;
    margin-bottom: 40px;
    order: 1;
  }
}
.chef-acm .images-text-chef h2 {
  font: 300 54px/62px Lato, Arial, sans-serif;
  color: #000;
  margin-bottom: 38px;
  letter-spacing: 1.62px;
  text-transform: uppercase;
}
@media only screen and (max-width: 999px) {
  .chef-acm .images-text-chef h2 {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.chef-acm .images-text-chef h3 {
  font: 400 30px/40px Lato, Arial, sans-serif;
  letter-spacing: 3px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 999px) {
  .chef-acm .images-text-chef h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.chef-acm .images-text-chef p {
  margin-bottom: 40px;
}
.chef-acm nav {
  text-align: center;
}
.chef-acm nav a {
  min-width: 325px;
}

.pressroom {
  text-align: center;
}
.pressroom .category-selector button {
  margin: 10px;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #0DAFE5;
  padding: 20px 0;
  background-color: #F37576;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.pressroom .pressroom-item time {
  color: #F37576;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}

.newsletter {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-image: url("../images/newsletter-pattern.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #D5D5D5;
  padding: 147px 40px 115px;
}
@media only screen and (max-width: 999px) {
  .newsletter {
    padding: 38px 30px 40px;
    background-size: 25%;
  }
}
.newsletter .newsletter-wrapper {
  flex-direction: column;
  align-items: center;
  background-color: #D5D5D5;
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  padding: 88px 144px 56px;
}
@media only screen and (max-width: 999px) {
  .newsletter .newsletter-wrapper {
    padding: 36px 36px 50px;
  }
}
.newsletter .newsletter-wrapper .newsletter-header {
  font-family: Oswald, Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 55px;
}
@media only screen and (max-width: 999px) {
  .newsletter .newsletter-wrapper .newsletter-header {
    font-size: 26px;
    line-height: 30px;
  }
}
.newsletter .newsletter-wrapper .newsletter-header + div h2 {
  display: none;
}
.newsletter .newsletter-wrapper form {
  width: 100%;
}
.newsletter .newsletter-wrapper form .form-builder-group {
  display: block;
  margin-top: 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (min-width: 1246px) {
  .newsletter .newsletter-wrapper form .form-builder-group {
    display: grid;
    grid-template-columns: 24fr 24fr 18fr 30fr;
    grid-auto-rows: min-content;
    gap: 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter .newsletter-wrapper form .form-builder-group {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field {
  position: relative;
  overflow: visible;
  width: calc(50% - 10px) !important;
  display: inline-block;
  margin: 0 5px 20px;
}
@media only screen and (min-width: 1246px) {
  .newsletter .newsletter-wrapper form .form-builder-group .form-builder-field {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter .newsletter-wrapper form .form-builder-group .form-builder-field {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field label {
  width: 100%;
  display: none;
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field input[type=text], .newsletter .newsletter-wrapper form .form-builder-group .form-builder-field input[type=email] {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #fff;
  color: #504748;
  border: 1px solid #0DAFE5;
  padding: 24px 28px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .newsletter .newsletter-wrapper form .form-builder-group .form-builder-field input[type=text], .newsletter .newsletter-wrapper form .form-builder-group .form-builder-field input[type=email] {
    padding: 16px 24px;
  }
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field input[type=text]::-moz-placeholder, .newsletter .newsletter-wrapper form .form-builder-group .form-builder-field input[type=email]::-moz-placeholder {
  color: #504748;
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field input[type=text]::placeholder, .newsletter .newsletter-wrapper form .form-builder-group .form-builder-field input[type=email]::placeholder {
  color: #504748;
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field[class*=inputsubmit] {
  grid-column: span 4;
  justify-self: center;
  text-align: center;
  padding: 0;
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field[class*=inputsubmit] input[type=submit] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  margin: 0;
  padding: 0 20px;
  border: 0;
  font: 600 18px/65px Oswald, Arial, sans-serif;
  text-transform: uppercase;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1.47px;
  width: 100%;
  max-width: 260px;
  background: #EA292C;
  transition: color 100ms, background-color 100ms, border-color 100ms;
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field[class*=inputsubmit] input[type=submit]:hover {
  background: #000;
}
@media only screen and (max-width: 767px) {
  .newsletter .newsletter-wrapper form .form-builder-group .form-builder-field[class*=inputsubmit] input[type=submit] {
    max-width: initial;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field[class*=inputcheckbox] {
  grid-column: span 4;
  justify-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field[class*=inputcheckbox] label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #504748;
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field[class*=inputcheckbox] label p {
  display: inline-block;
  margin-bottom: 0;
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field[class*=inputcheckbox] .fake-checkbox {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #0DAFE5;
  margin-right: 10px;
  flex-shrink: 0;
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field[class*=inputcheckbox] .fake-checkbox::before {
  transition: background-color 0.3s ease;
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #fff;
}
@media (prefers-reduced-motion) {
  .newsletter .newsletter-wrapper form .form-builder-group .form-builder-field[class*=inputcheckbox] .fake-checkbox::before {
    transition: none;
  }
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field[class*=inputcheckbox] input[type=checkbox] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  word-wrap: normal !important;
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field[class*=inputcheckbox] input[type=checkbox]:checked + .fake-checkbox::before {
  background-color: #0DAFE5;
  border-color: #0DAFE5;
}
.keyboard-navigation .newsletter .newsletter-wrapper form .form-builder-group .form-builder-field[class*=inputcheckbox] input[type=checkbox]:focus + .fake-checkbox {
  box-shadow: 0 0 1px 2px red;
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field[class*=inputcheckbox] .privacy-policy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #504748;
  margin: 0;
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field[class*=inputcheckbox] .privacy-policy a {
  color: #504748;
}
.newsletter .newsletter-wrapper form .form-builder-group .form-builder-field[class*=inputcheckbox] .privacy-policy a:hover {
  color: #0DAFE5;
}
.newsletter .newsletter-wrapper #newsletter {
  width: 100%;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row {
  display: grid;
  grid-template-columns: 24fr 24fr;
  grid-auto-rows: min-content;
  gap: 20px 10px;
}
@media only screen and (min-width: 1246px) {
  .newsletter .newsletter-wrapper #newsletter .newsletter-row {
    grid-template-columns: 24fr 24fr 18fr 30fr;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter .newsletter-wrapper #newsletter .newsletter-row {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper {
  position: relative;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper label {
  width: 100%;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper .footer-stay-connected-input {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #fff;
  color: #504748;
  border: 1px solid #433E3E;
  padding: 24px 28px;
}
@media only screen and (max-width: 767px) {
  .newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper .footer-stay-connected-input {
    padding: 16px 24px;
  }
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper .footer-stay-connected-input::-moz-placeholder {
  color: #504748;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper .footer-stay-connected-input::placeholder {
  color: #504748;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .footer-newsletter-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter .newsletter-wrapper #newsletter .privacy-policy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #504748;
}
.newsletter .newsletter-wrapper #newsletter .privacy-policy a {
  color: #504748;
}
.newsletter .newsletter-wrapper #newsletter .privacy-policy a:hover {
  color: #0DAFE5;
}
.newsletter .newsletter-wrapper #newsletter .fake-checkbox {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #433E3E;
  margin-right: 10px;
  flex-shrink: 0;
}
.newsletter .newsletter-wrapper #newsletter .fake-checkbox::before {
  transition: background-color 0.3s ease;
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #fff;
}
@media (prefers-reduced-motion) {
  .newsletter .newsletter-wrapper #newsletter .fake-checkbox::before {
    transition: none;
  }
}
.newsletter .newsletter-wrapper #newsletter input[type=checkbox]:checked + .fake-checkbox::before {
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}
.keyboard-navigation .newsletter .newsletter-wrapper #newsletter input[type=checkbox]:focus + .fake-checkbox {
  box-shadow: 0 0 1px 2px red;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-button {
  width: 100%;
  max-width: 260px;
  background: #0DAFE5;
  transition: color 100ms, background-color 100ms, border-color 100ms;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-button:hover {
  background: #000;
}
@media only screen and (max-width: 767px) {
  .newsletter .newsletter-wrapper #newsletter .newsletter-button {
    max-width: initial;
  }
}
.newsletter .newsletter-wrapper #newsletter .privacy-policy,
.newsletter .newsletter-wrapper #newsletter .newsletter-button {
  justify-self: center;
  grid-column: span 2;
}
@media only screen and (min-width: 1246px) {
  .newsletter .newsletter-wrapper #newsletter .privacy-policy,
  .newsletter .newsletter-wrapper #newsletter .newsletter-button {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter .newsletter-wrapper #newsletter .privacy-policy,
  .newsletter .newsletter-wrapper #newsletter .newsletter-button {
    grid-column: initial;
  }
}
.newsletter .newsletter-wrapper .success-message {
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
  color: green;
}
