/********************************************************************************************* 

x. Imports

*********************************************************************************************/
@import url("https://use.typekit.net/par5bgk.css"); /********************************************************************************************* 

x. Mixins

*********************************************************************************************/
/********************************************************************************************* 

x. Keyframes

*********************************************************************************************/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrows {
  display: flex;
  justify-content: center;
}

.splide__arrow {
  background: none;
  border: 0;
  cursor: pointer;
  z-index: 1;
}

.splide__arrow.splide__arrow--next {
  margin: 20px 0 20px 20px;
}

.splide__arrow.splide__arrow--prev {
  margin: 20px 20px 20px 0;
}

.splide__arrow:disabled {
  display: none;
}

.splide__arrow svg {
  fill: #DD451A;
  width: auto;
  height: 0.75rem;
  aspect-ratio: 100/52.35;
}

.splide__arrows.position-absolute {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.splide__arrows.position-absolute .splide__arrow.splide__arrow--next {
  margin: 0 0 0 20px;
}

.splide__arrows.position-absolute .splide__arrow.splide__arrow--prev {
  margin: 0 20px 0 0;
}

.splide__arrows.position-absolute .splide__arrow svg {
  fill: white;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  width: 100%;
  height: auto;
  margin: 30px 0 50px 0;
  padding: 0 50px;
  justify-content: space-between;
  position: relative;
}
.splide__pagination:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #769D8F;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #769D8F;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.splide__pagination__page.is-active {
  background: #0F555C;
}

.splide__pagination__page.is-active .label {
  opacity: 1;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination__page .label {
  color: #0F555C;
  font-family: bodoni-egyptian-pro, serif;
  font-size: 1.667rem;
  font-style: normal;
  white-space: nowrap;
  opacity: 0;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
:root {
  --fc-bg-event-color: #DDDDDD !important;
  --fc-event-bg-color: #C9DBDE !important;
  --fc-event-border-color: #C9DBDE !important;
  --fc-event-text-color: #0F555C !important;
  --fc-today-bg-color: #E5F1F1 !important;
}

a.fc-event {
  color: #0F555C !important;
}

.fc .fc-button {
  color: white !important;
  text-transform: capitalize !important;
  width: auto;
  height: 50px;
  background: #0F555C !important;
  border-color: #0F555C !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  opacity: 1;
}
.fc .fc-button.fc-next-button:before, .fc .fc-button.fc-prev-button:before {
  content: "" !important;
  width: auto;
  height: 0.75em;
  background-repeat: repeat-x;
  background-size: auto 100%;
  aspect-ratio: 8.31/15;
  filter: invert(65%) sepia(81%) saturate(350%) hue-rotate(3deg) brightness(106%) contrast(88%);
  display: block;
}
.fc .fc-button.fc-next-button .fc-icon, .fc .fc-button.fc-prev-button .fc-icon {
  display: none;
}
.fc .fc-button.fc-dayGridWeek-button, .fc .fc-button.fc-next-button {
  margin-left: 2px !important;
}
.fc .fc-button.fc-dayGridWeek-button:before, .fc .fc-button.fc-next-button:before {
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.31 15"><path d="M0,4.2l3.66,3.31L0,10.8v4.2L8.31,7.5,0,0V4.2Z"/></svg>');
}
.fc .fc-button.fc-prev-button:before {
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.31 15"><path d="M8.31,10.8l-3.66-3.31,3.66-3.29V0L0,7.5l8.31,7.5v-4.2Z"/></svg>');
}
.fc .fc-button:disabled {
  color: #0F555C !important;
  background: #A0CABE !important;
  border-color: #A0CABE !important;
}
.fc .fc-button:disabled:hover {
  background: #A0CABE !important;
  border-color: #A0CABE !important;
}
.fc .fc-button:hover {
  background: #DD451A !important;
  border-color: #DD451A !important;
}
.fc .fc-button .fc-icon {
  font-size: 1em !important;
}
.fc .fc-button-primary:focus {
  box-shadow: none !important;
}
.fc .fc-col-header-cell {
  color: #0F555C;
}
.fc .fc-daygrid-block-event {
  background-color: #F3F3F3 !important;
  border-color: #F3F3F3 !important;
}
.fc .fc-scroller-liquid-absolute {
  overflow: hidden !important;
}
.fc .fc-today-button {
  font-family: bodoni-egyptian-pro, serif !important;
  font-size: 0.833em !important;
  font-style: normal !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
}

.fc-daygrid-dot-event.fc-event-mirror, .fc-daygrid-dot-event:hover {
  background: #E5F1F1 !important;
}
.fc-daygrid-dot-event .fc-event-title {
  font-weight: normal !important;
  text-overflow: ellipsis !important;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 2px !important;
}

.mobile-device-is-being-used .fc .fc-toolbar-chunk:last-child .fc-button-group {
  display: none;
}
.mobile-device-is-being-used .fc .fc-view-harness {
  height: auto !important;
}
.mobile-device-is-being-used .fc .fc-view-harness > .fc-view {
  position: relative;
}

@media only screen and (max-width: 600px) {
  .fc .fc-button {
    line-height: 1 !important;
    padding: 5px !important;
  }
  .fc .fc-button .fc-icon {
    font-size: 1em !important;
  }
  .fc .fc-today-button {
    display: none !important;
  }
}
/********************************************************************************************* 

x. CSS Reset 

*********************************************************************************************/
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  outline: none;
}

/********************************************************************************************* 

x. Typekit

*********************************************************************************************/
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
html, body {
  color: #082F3B;
  font: 20px source-sans-pro, Arial, Helvetica, sans-serif;
  width: auto;
  height: auto;
}

a {
  text-decoration: none;
}
a img {
  border: none;
}

b,
strong {
  font-weight: 600;
}

.center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0F555C;
  font-family: bodoni-egyptian-pro, serif;
  font-style: normal;
}
h1.font-family-source-sans-pro,
h2.font-family-source-sans-pro,
h3.font-family-source-sans-pro,
h4.font-family-source-sans-pro,
h5.font-family-source-sans-pro,
h6.font-family-source-sans-pro {
  font-family: source-sans-pro, serif;
}

h1,
h2 {
  font-weight: 400;
}

h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-size: 4.167rem;
  line-height: 1em;
}

h2 {
  font-size: 3rem;
  line-height: 1em;
}

h3 {
  font-size: 1.667rem;
}

h4 {
  font-size: 1.46rem;
}

h5 {
  font-size: 1.167rem;
}

h6 {
  font-size: 1rem;
}

.image img,
.image svg {
  width: 100%;
  height: auto;
  display: block;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

p {
  line-height: 1.5em;
}
p.small-font-size {
  font-size: 0.833rem;
}

svg {
  display: block;
  overflow: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.wrapper {
  margin: 0 auto;
  position: relative;
}
.wrapper.large {
  margin: 0 7.5vw;
}
.wrapper.medium {
  width: 1600px;
}
.wrapper.small {
  width: 1200px;
}

/********************************************************************************************* 

x. Backgrounds

*********************************************************************************************/
div.background-deep-sea-green {
  background: #0F555C;
  margin: 0 !important;
}
div.background-deep-sea-green .content {
  color: white;
  width: 1600px;
  height: auto;
  margin: 0 auto;
}
div.background-deep-sea-green .content a {
  color: white;
}
div.background-deep-sea-green .content a.arrows, div.background-deep-sea-green .content a.external {
  color: white;
}
div.background-deep-sea-green .content a.arrows:after, div.background-deep-sea-green .content a.external:after {
  filter: invert(82%) sepia(71%) saturate(2403%) hue-rotate(330deg) brightness(104%) contrast(89%);
}
div.background-deep-sea-green .content a.button {
  color: white;
  background: #EFC048;
}
div.background-deep-sea-green .content a.button.arrows, div.background-deep-sea-green .content a.button.external {
  color: white;
}
div.background-deep-sea-green .content a.button.arrows:after, div.background-deep-sea-green .content a.button.external:after {
  filter: invert(100%);
}
div.background-deep-sea-green .content a:hover {
  color: #EFC048;
}
div.background-deep-sea-green .content h1,
div.background-deep-sea-green .content h2,
div.background-deep-sea-green .content h3,
div.background-deep-sea-green .content h4,
div.background-deep-sea-green .content h5,
div.background-deep-sea-green .content h6 {
  color: white;
}
div.background-deep-sea-green .content ol li:before {
  color: #EFC048;
}

div.background-old-lace {
  background: #F9EFD1;
}

div.background-nebula {
  background: #C8DADC;
}

div.background-shadow-green {
  background: #A0CABE;
}

div.background-solitude {
  background: #E5F1F1;
}

div.background-zircon {
  background: #DEE6E3;
}

div.background-white {
  background: white;
}

section.border-contour-lines-blue,
section.border-contour-lines-white,
section.border-texture {
  padding: 100px 0;
}
section.border-contour-lines-blue.text .background-white,
section.border-contour-lines-white.text .background-white,
section.border-texture.text .background-white {
  padding: 50px;
}

section.border-contour-lines-blue {
  background-color: #0F555C;
  background-image: url(../img/contour-lines-blue.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

section.border-contour-lines-white {
  background-color: white;
  background-image: url(../img/contour-lines-white.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

section.border-texture {
  background-color: #769D8F;
  background-image: url(../img/texture.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

/********************************************************************************************* 

x. Columns & Widths

*********************************************************************************************/
.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33.33%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-66 {
  width: 66.66%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 80%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

/********************************************************************************************* 

x. Content

*********************************************************************************************/
.content.small {
  font-size: 0.667rem;
}
.content.white {
  color: white;
}
.content.white a {
  color: white;
}
.content.white a.arrows {
  color: white;
}
.content.white a.arrows:after {
  filter: invert(82%) sepia(71%) saturate(2403%) hue-rotate(330deg) brightness(104%) contrast(89%);
}
.content.white a.button {
  color: #0F555C;
  background: white;
}
.content.white h1,
.content.white h2,
.content.white h3,
.content.white h4,
.content.white h5,
.content.white h6 {
  color: white;
}
.content.white ul.date-time li:not(:last-child) {
  border-color: white;
}
.content a {
  color: #082F3B;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
}
.content a.arrows, .content a.external {
  color: #0F555C;
  font-family: bodoni-egyptian-pro, serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}
.content a.arrows:after, .content a.external:after {
  content: "";
  background-repeat: repeat-x;
  background-size: auto 100%;
  filter: invert(29%) sepia(85%) saturate(3160%) hue-rotate(357deg) brightness(94%) contrast(84%);
  margin: 0 0 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.content a.arrows:after {
  width: auto;
  height: 0.75em;
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="100" height="52.35" viewBox="0 0 100 52.35"><path d="M73.82,0,100,26.18,73.82,52.35V37.71L85.36,26.18,73.82,14.64ZM36.91,14.64,48.45,26.18,36.91,37.71V52.35L63.09,26.18,36.91,0ZM0,14.64,11.53,26.18,0,37.71V52.35L26.18,26.18,0,0Z"/></svg>');
  aspect-ratio: 100/52.35;
}
.content a.back {
  color: #0F555C;
  font-family: bodoni-egyptian-pro, serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}
.content a.back:before {
  content: "";
  width: auto;
  height: 0.75em;
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 52.35"><path d="M26.18 14.64 14.64 26.18l11.54 11.53v14.64L0 26.18 26.18 0v14.64ZM63.09 0 36.91 26.18l26.18 26.17V37.71L51.55 26.18l11.54-11.54V0ZM100 0 73.82 26.18 100 52.35V37.71L88.47 26.18 100 14.64V0Z"/></svg>');
  background-repeat: repeat-x;
  background-size: auto 100%;
  aspect-ratio: 100/52.35;
  filter: invert(29%) sepia(85%) saturate(3160%) hue-rotate(357deg) brightness(94%) contrast(84%);
  margin: 0 10px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.content a.button {
  color: white;
  font-family: bodoni-egyptian-pro, serif;
  font-size: 0.833em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  background: #0F555C;
  padding: 10px 30px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.content a.button.arrows, .content a.button.external {
  color: white;
}
.content a.button.arrows:after, .content a.button.external:after {
  filter: invert(82%) sepia(71%) saturate(2403%) hue-rotate(330deg) brightness(104%) contrast(89%);
}
.content a.button:hover {
  color: white;
  background: #DD451A;
}
.content a.external:after {
  width: auto;
  height: 1em;
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20.97"><path d="M16.82 20.97H0V4.14h7.98v2.63H2.63v11.57h11.56v-6.9h2.63v9.53ZM20 0h-7.88v2.63h5.25v4.86H20V0Zm-.35 2.21L17.73.41 5.56 13.44l1.92 1.8L19.65 2.21Z"/></svg>');
  aspect-ratio: 20/20.97;
}
.content a.no-underline {
  text-decoration: none;
}
.content a:hover {
  color: #DD451A;
}
.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
  color: #0F555C;
}
.content h1 a:hover,
.content h2 a:hover,
.content h3 a:hover,
.content h4 a:hover,
.content h5 a:hover,
.content h6 a:hover {
  color: #DD451A;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ol,
.content p,
.content ul {
  margin-bottom: 40px;
}
.content h1.small-margin,
.content h2.small-margin,
.content h3.small-margin,
.content h4.small-margin,
.content h5.small-margin,
.content h6.small-margin,
.content ol.small-margin,
.content p.small-margin,
.content ul.small-margin {
  margin-bottom: 5px;
}
.content .icon {
  margin: 0 20px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.content .icon svg {
  fill: currentColor;
  width: auto;
  height: 1.5em;
}
.content ol,
.content ul {
  list-style: none;
}
.content ol.icons,
.content ul.icons {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.content ol.icons li,
.content ul.icons li {
  font-family: bodoni-egyptian-pro, serif;
}
.content ol.icons li:before,
.content ul.icons li:before {
  display: none;
}
.content ol.icons li:not(:last-child),
.content ul.icons li:not(:last-child) {
  margin: 0 0 20px 0;
}
.content ol.icons li i,
.content ul.icons li i {
  width: 50px;
  height: auto;
}
.content ol.lines,
.content ul.lines {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.content ol.lines li,
.content ul.lines li {
  font-family: bodoni-egyptian-pro, serif;
}
.content ol.lines li:not(:last-child),
.content ul.lines li:not(:last-child) {
  border-bottom: 2px solid #EFC048;
  padding: 0 0 10px 0;
}
.content ol li,
.content ul li {
  line-height: 1.5em;
}
.content ol li:not(:last-child),
.content ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
.content ol {
  counter-reset: item;
  margin-left: 30px;
}
.content ol li {
  counter-increment: item;
}
.content ol li:before {
  content: counter(item);
  color: #0F555C;
  font-family: bodoni-egyptian-pro, serif;
  font-weight: 700;
  margin: 0 10px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.content ul.date-time {
  display: flex;
  flex-wrap: wrap;
}
.content ul.date-time li:before {
  display: none;
}
.content ul.date-time li:not(:last-child) {
  border-right: 2px solid #769D8F;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
}
.content ul.lines li:before {
  display: none;
}
.content ul.social-media {
  display: flex;
}
.content ul.social-media li:before {
  display: none;
}
.content ul.social-media li:not(:last-child) {
  margin: 0 20px 0 0;
}
.content ul.social-media li a {
  display: block;
}
.content ul.social-media li a:hover svg {
  fill: #DD451A;
}
.content ul.social-media li a svg {
  fill: #082F3B;
  width: auto;
  height: 1rem;
}
.content ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #EFC048;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 10px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.content > :last-child {
  margin-bottom: 0;
}

/********************************************************************************************* 

x. Mobile Menu

*********************************************************************************************/
#mobile-menu {
  pointer-events: none;
  background: white;
  opacity: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
#mobile-menu a[href="#mobile-menu"] {
  color: #0F555C;
  font-size: 0.75em;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
}
#mobile-menu .logo {
  width: 220px;
  height: auto;
  margin: 0 auto 50px auto;
  display: block;
}
#mobile-menu .navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
#mobile-menu .navigation > li.icon {
  margin: 0 10px;
}
#mobile-menu .navigation > li.icon > a:hover svg {
  fill: #DD451A;
}
#mobile-menu .navigation > li.icon > a svg {
  fill: #0F555C;
  width: auto;
  height: 25px;
}
#mobile-menu .navigation > li.menu-item-has-children > a:after {
  content: "";
  width: auto;
  height: 8px;
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 8.31"> <path d="M10.8,0l-3.31,3.66L4.2,0H0L7.5,8.31,15,0h-4.2Z"/></svg>');
  background-size: auto 8px;
  aspect-ratio: 15/8.31;
  filter: invert(24%) sepia(7%) saturate(6166%) hue-rotate(139deg) brightness(99%) contrast(88%);
  margin: 0 0 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
#mobile-menu .navigation > li.menu-item-has-children > a:hover:after {
  filter: invert(28%) sepia(96%) saturate(2251%) hue-rotate(356deg) brightness(93%) contrast(86%);
}
#mobile-menu .navigation > li:not(.icon) {
  width: 100%;
  margin: 0 0 20px 0;
}
#mobile-menu .navigation > li > a {
  color: #0F555C;
  font-size: 1.25em;
  text-align: center;
  display: block;
}
#mobile-menu .navigation > li > a:hover {
  color: #DD451A;
}
#mobile-menu .navigation > li > .sub-menu-wrapper {
  display: none;
}
#mobile-menu .navigation > li > .sub-menu-wrapper > .sub-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
#mobile-menu .navigation > li > .sub-menu-wrapper > .sub-menu > li {
  margin: 20px 10px 0 10px;
}
#mobile-menu .navigation > li > .sub-menu-wrapper > .sub-menu > li > a {
  color: #0F555C;
  font-size: 1em;
  text-align: center;
  display: block;
}
#mobile-menu .navigation > li > .sub-menu-wrapper > .sub-menu > li > a:hover {
  color: #DD451A;
}

body.menu-is-open #mobile-menu {
  pointer-events: all;
  opacity: 1;
}

/********************************************************************************************* 

x. Popup

*********************************************************************************************/
.popup {
  background: #A0CABE;
  max-width: 600px;
}

/********************************************************************************************* 

x. Tooltip

*********************************************************************************************/
.tippy-box .tippy-content {
  color: white;
  font-size: 0.778em;
  white-space: nowrap;
  background: #265A41;
  padding: 1em;
  /*
  &:after {
  	content: '';
  	width: auto; height: 0.75em;
  	background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="100" height="52.35" viewBox="0 0 100 52.35"><path d="M73.82,0,100,26.18,73.82,52.35V37.71L85.36,26.18,73.82,14.64ZM36.91,14.64,48.45,26.18,36.91,37.71V52.35L63.09,26.18,36.91,0ZM0,14.64,11.53,26.18,0,37.71V52.35L26.18,26.18,0,0Z"/></svg>');
  	background-repeat: repeat-x;
  	background-size: auto 100%;
  	aspect-ratio: 100 / 52.35;
  	filter: invert(82%) sepia(71%) saturate(2403%) hue-rotate(330deg) brightness(104%) contrast(89%);
  	margin: 0.5em auto;
  	display: block;
  }
  */
}
.tippy-box .tippy-content img {
  width: 80px;
  height: auto;
}

/********************************************************************************************* 

x. Header

*********************************************************************************************/
header {
  background: white;
  padding: 50px 0;
}
header.duplicate {
  pointer-events: none;
  opacity: 0;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: transform 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: transform 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: transform 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: transform 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.065, 1);
}
header.fixed.headroom--pinned {
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
header.fixed.headroom--unpinned {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
header .hamburger {
  width: 25px;
  height: 15px;
  display: none;
  position: relative;
}
header .hamburger:hover .line.first {
  animation: line 0.5s ease;
}
header .hamburger:hover .line.fourth {
  animation: line 0.5s 0.1s ease;
}
header .hamburger .line {
  width: 100%;
  height: 3px;
  background: #666666;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header .hamburger .line.first {
  top: 0;
}
header .hamburger .line.fourth {
  bottom: 0;
}
header .hamburger .line.second, header .hamburger .line.third {
  opacity: 0;
  top: 6px;
}
header .logo {
  width: 280px;
  height: auto;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
header .navigation {
  display: flex;
  align-items: center;
  list-style: none;
}
header .navigation.right {
  order: 1;
  float: none;
}
header .navigation > li {
  position: relative;
}
header .navigation > li.current-menu-ancestor.menu-item-has-children > a:after, header .navigation > li.current-menu-item.menu-item-has-children > a:after {
  filter: invert(28%) sepia(96%) saturate(2251%) hue-rotate(356deg) brightness(93%) contrast(86%);
}
header .navigation > li.current-menu-ancestor a, header .navigation > li.current-menu-item a {
  color: #DD451A;
}
header .navigation > li.menu-item-has-children > a:after {
  content: "";
  width: auto;
  height: 8px;
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 8.31"> <path d="M10.8,0l-3.31,3.66L4.2,0H0L7.5,8.31,15,0h-4.2Z"/></svg>');
  background-size: auto 8px;
  aspect-ratio: 15/8.31;
  filter: invert(24%) sepia(7%) saturate(6166%) hue-rotate(139deg) brightness(99%) contrast(88%);
  margin: 0 0 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
header .navigation > li.menu-item-has-children > a:hover:after {
  filter: invert(28%) sepia(96%) saturate(2251%) hue-rotate(356deg) brightness(93%) contrast(86%);
}
header .navigation > li.menu-item-has-children:hover > .sub-menu {
  pointer-events: all;
  opacity: 1;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(1) {
  -webkit-transition-delay: 0.125s;
  -moz-transition-delay: 0.125s;
  -ms-transition-delay: 0.125s;
  -o-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(2) {
  -webkit-transition-delay: 0.175s;
  -moz-transition-delay: 0.175s;
  -ms-transition-delay: 0.175s;
  -o-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(3) {
  -webkit-transition-delay: 0.225s;
  -moz-transition-delay: 0.225s;
  -ms-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  transition-delay: 0.225s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(4) {
  -webkit-transition-delay: 0.275s;
  -moz-transition-delay: 0.275s;
  -ms-transition-delay: 0.275s;
  -o-transition-delay: 0.275s;
  transition-delay: 0.275s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(5) {
  -webkit-transition-delay: 0.325s;
  -moz-transition-delay: 0.325s;
  -ms-transition-delay: 0.325s;
  -o-transition-delay: 0.325s;
  transition-delay: 0.325s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(6) {
  -webkit-transition-delay: 0.375s;
  -moz-transition-delay: 0.375s;
  -ms-transition-delay: 0.375s;
  -o-transition-delay: 0.375s;
  transition-delay: 0.375s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(7) {
  -webkit-transition-delay: 0.425s;
  -moz-transition-delay: 0.425s;
  -ms-transition-delay: 0.425s;
  -o-transition-delay: 0.425s;
  transition-delay: 0.425s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(8) {
  -webkit-transition-delay: 0.475s;
  -moz-transition-delay: 0.475s;
  -ms-transition-delay: 0.475s;
  -o-transition-delay: 0.475s;
  transition-delay: 0.475s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(9) {
  -webkit-transition-delay: 0.525s;
  -moz-transition-delay: 0.525s;
  -ms-transition-delay: 0.525s;
  -o-transition-delay: 0.525s;
  transition-delay: 0.525s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(10) {
  -webkit-transition-delay: 0.575s;
  -moz-transition-delay: 0.575s;
  -ms-transition-delay: 0.575s;
  -o-transition-delay: 0.575s;
  transition-delay: 0.575s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(11) {
  -webkit-transition-delay: 0.625s;
  -moz-transition-delay: 0.625s;
  -ms-transition-delay: 0.625s;
  -o-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(12) {
  -webkit-transition-delay: 0.675s;
  -moz-transition-delay: 0.675s;
  -ms-transition-delay: 0.675s;
  -o-transition-delay: 0.675s;
  transition-delay: 0.675s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(13) {
  -webkit-transition-delay: 0.725s;
  -moz-transition-delay: 0.725s;
  -ms-transition-delay: 0.725s;
  -o-transition-delay: 0.725s;
  transition-delay: 0.725s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(14) {
  -webkit-transition-delay: 0.775s;
  -moz-transition-delay: 0.775s;
  -ms-transition-delay: 0.775s;
  -o-transition-delay: 0.775s;
  transition-delay: 0.775s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(15) {
  -webkit-transition-delay: 0.825s;
  -moz-transition-delay: 0.825s;
  -ms-transition-delay: 0.825s;
  -o-transition-delay: 0.825s;
  transition-delay: 0.825s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(16) {
  -webkit-transition-delay: 0.875s;
  -moz-transition-delay: 0.875s;
  -ms-transition-delay: 0.875s;
  -o-transition-delay: 0.875s;
  transition-delay: 0.875s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(17) {
  -webkit-transition-delay: 0.925s;
  -moz-transition-delay: 0.925s;
  -ms-transition-delay: 0.925s;
  -o-transition-delay: 0.925s;
  transition-delay: 0.925s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(18) {
  -webkit-transition-delay: 0.975s;
  -moz-transition-delay: 0.975s;
  -ms-transition-delay: 0.975s;
  -o-transition-delay: 0.975s;
  transition-delay: 0.975s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(19) {
  -webkit-transition-delay: 1.025s;
  -moz-transition-delay: 1.025s;
  -ms-transition-delay: 1.025s;
  -o-transition-delay: 1.025s;
  transition-delay: 1.025s;
}
header .navigation > li.menu-item-has-children:hover > .sub-menu > li:nth-child(20) {
  -webkit-transition-delay: 1.075s;
  -moz-transition-delay: 1.075s;
  -ms-transition-delay: 1.075s;
  -o-transition-delay: 1.075s;
  transition-delay: 1.075s;
}
header .navigation > li:not(:last-child) {
  margin: 0 50px 0 0;
}
header .navigation > li > a {
  color: #0F555C;
  display: block;
}
header .navigation > li > a:hover {
  color: #DD451A;
}
header .navigation > li > .sub-menu {
  pointer-events: none;
  background: white;
  opacity: 0;
  padding: 50px;
  list-style: none;
  position: absolute;
  top: 100%;
  left: -50px;
}
header .navigation > li > .sub-menu > li {
  opacity: 0;
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .navigation > li > .sub-menu > li:not(:last-child) {
  margin: 0 0 10px 0;
}
header .navigation > li > .sub-menu > li > a {
  color: #0F555C;
  white-space: nowrap;
  display: block;
}
header .navigation > li > .sub-menu > li > a[target=_blank]:after {
  content: "";
  width: auto;
  height: 0.75em;
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20.97"><path d="M16.82 20.97H0V4.14h7.98v2.63H2.63v11.57h11.56v-6.9h2.63v9.53ZM20 0h-7.88v2.63h5.25v4.86H20V0Zm-.35 2.21L17.73.41 5.56 13.44l1.92 1.8L19.65 2.21Z"/></svg>');
  aspect-ratio: 20/20.97;
  background-repeat: repeat-x;
  background-size: auto 100%;
  filter: invert(23%) sepia(73%) saturate(814%) hue-rotate(143deg) brightness(90%) contrast(88%);
  margin: 0 0 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
header .navigation > li > .sub-menu > li > a[target=_blank]:hover:after {
  filter: invert(29%) sepia(85%) saturate(3160%) hue-rotate(357deg) brightness(94%) contrast(84%);
}
header .navigation > li > .sub-menu > li > a:hover {
  color: #DD451A;
}
header .notification-bar {
  background: #A0CABE;
  margin: -50px 0 50px 0;
  padding: 10px 0;
}
header .notification-bar .wrapper {
  display: block;
}
header .social-media {
  margin: 0 0 0 50px;
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
header .social-media.right {
  order: 1;
  float: none;
}
header .social-media li:not(:last-child) {
  margin: 0 20px 0 0;
}
header .social-media li a {
  display: block;
}
header .social-media li a:hover svg {
  fill: #DD451A;
}
header .social-media li a svg {
  fill: #0F555C;
  width: auto;
  height: 20px;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper:after {
  content: "";
  flex-grow: 1;
  order: 0;
}

.market-57-only-vendors header {
  display: none;
}

/********************************************************************************************* 

x. Main

*********************************************************************************************/
main section {
  margin-bottom: 120px;
  position: relative;
}
main section.bottom-spacing-small {
  margin-bottom: 30px;
}
main section.full-width:last-child {
  border-bottom: 2px solid white;
  margin-bottom: 0;
}
main section.top-spacing-small {
  margin-top: -90px;
}
main section .graphic {
  width: 200px;
  height: auto;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: -10;
}
main section .graphic.lobster {
  width: 180px;
}
main section .graphic.right {
  -moz-transform: translateY(-50%) scaleX(-1);
  -webkit-transform: translateY(-50%) scaleX(-1);
  -o-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
  right: 0;
}

section.featured-events + section.featured-events,
section.features + section.features {
  border-top: none !important;
}

section.full-width + section.featured-events,
section.full-width + section.features {
  border-top: 2px solid white;
}

section.full-width + section.full-width {
  margin-top: -120px;
}

section.bottom-spacing-small + section.top-spacing-small {
  margin-top: -20px;
}

/********************************************************************************************* 

x. Footer

*********************************************************************************************/
footer {
  background-color: #769D8F;
  background-image: url(../img/texture.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
footer .columns {
  margin: 0 -25px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .columns .column {
  /*
  &.middle {
  	width: 280px;
  	.logo {
  		width: 100%; height: auto;
  		display: block;
  	}
  }
  */
}
footer .columns .column .inside {
  padding: 0 25px;
}
footer .content {
  color: #769D8F;
}
footer .content.small {
  margin: 30px 0 0 0;
}
footer .content a {
  color: #769D8F;
}
footer .credits {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
}
footer .logo {
  width: 280px;
  height: auto;
  margin: 0 0 50px 0;
  display: block;
}
footer #mc_embed_signup {
  margin: 30px 0 0 0;
}
footer #mc_embed_signup .button {
  color: white;
  font-family: bodoni-egyptian-pro, serif;
  font-size: 0.833em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  height: auto;
  background: #0F555C;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  padding: 10px 30px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
}
footer #mc_embed_signup .button:hover {
  background: #DD451A;
}
footer #mc_embed_signup form {
  padding: 0;
}
footer #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  color: #DD451A;
  font-size: 0.6em;
  font-weight: normal;
  margin: -5px 0 10px 0;
  padding: 0;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
}
footer #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border-color: #DD451A;
}
footer #mc_embed_signup #mce-error-response,
footer #mc_embed_signup #mce-success-response {
  color: #DD451A;
  font-weight: normal;
  margin: 0 0 10px 0;
  display: block;
}
footer #mc_embed_signup .mc-field-group {
  width: auto;
  padding: 0;
}
footer #mc_embed_signup .mc-field-group input[type=email],
footer #mc_embed_signup .mc-field-group input[type=text] {
  color: #769D8F;
  font-family: source-sans-pro, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  width: 100%;
  height: 50px;
  background: none;
  border: 2px solid #769D8F;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  padding: 0 10px;
  display: block;
}
footer #mc_embed_signup .mc-field-group label {
  font-size: 0.8em;
  white-space: nowrap;
  margin: 0 0 5px 0;
  display: block;
}
footer .social-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
}
footer .social-media li {
  margin: 0 20px 20px 0;
}
footer .social-media li a {
  display: block;
}
footer .social-media li a:hover svg {
  fill: #DD451A;
}
footer .social-media li a svg {
  fill: #EFC048;
  width: auto;
  height: 30px;
}
footer .wrapper {
  background: white;
  padding: 50px;
}

.market-57-only-vendors footer {
  display: none;
}

/********************************************************************************************* 

x. Banner

*********************************************************************************************/
section.banner {
  position: relative;
}
section.banner.size-large {
  padding: 600px 0 100px 0;
}
section.banner.size-medium {
  padding: 400px 0 100px 0;
}
section.banner.size-small {
  padding: 200px 0 100px 0;
}
section.banner .content {
  max-width: 800px;
}
section.banner .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
section.banner .image:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.banner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.banner .wrapper {
  position: relative;
  z-index: 20;
}

/********************************************************************************************* 

x. Categories

*********************************************************************************************/
section.categories .categories {
  border-top: 2px solid #A3A1A1;
  border-bottom: 2px solid #A3A1A1;
  padding: 40px 0 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
section.categories .categories li {
  margin: 0 10px 10px 10px;
}
section.categories .categories li[data-color] a {
  padding: 0 0 0 20px;
}
section.categories .categories li[data-color] a:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
section.categories .categories li.current-menu-item a {
  color: #0F555C;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.1em;
}
section.categories .categories li a {
  color: #0F555C;
  text-align: center;
  display: block;
  position: relative;
}
section.categories .categories li a:hover {
  color: #0F555C;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.1em;
}

/********************************************************************************************* 

x. Chefs

*********************************************************************************************/
section.chefs .splide {
  margin: 0 0 0 -2px;
}
section.chefs .splide .splide__slide {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
section.chefs .splide .splide__slide:before {
  content: "";
  width: 2px;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
}
section.chefs .splide .splide__slide:hover .default {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0s linear;
  -moz-transition: opacity 0s linear;
  -ms-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
section.chefs .splide .splide__slide:hover .hover {
  pointer-events: all;
  opacity: 1;
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
section.chefs .splide .splide__slide:hover .image:after {
  background: rgba(0, 0, 0, 0.1);
}
section.chefs .splide .splide__slide:hover .image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section.chefs .splide .splide__slide:hover .overlay {
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
section.chefs .splide .splide__slide .default {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.065, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.065, 1);
}
section.chefs .splide .splide__slide .default .content {
  padding: 0 60px 60px 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.chefs .splide .splide__slide .default .image.logo {
  width: 50%;
  height: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
}
section.chefs .splide .splide__slide .default .image.logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
section.chefs .splide .splide__slide .hover {
  pointer-events: none;
  opacity: 0;
  padding: 0 50px;
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  position: relative;
  z-index: 30;
  -webkit-transition: transform 0.35s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: transform 0.35s cubic-bezier(0.4, 0, 0.065, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.065, 1);
}
section.chefs .splide .splide__slide .image.background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
section.chefs .splide .splide__slide .image.background:after {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: background 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: background 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: background 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: background 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: background 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
section.chefs .splide .splide__slide .image.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
section.chefs .splide .splide__slide .overlay {
  background: rgba(48, 46, 46, 0.7);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  -webkit-transition: transform 0.35s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: transform 0.35s cubic-bezier(0.4, 0, 0.065, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.065, 1);
}

/********************************************************************************************* 

x. Community Spaces Map

*********************************************************************************************/
section.community-spaces-map .columns {
  margin: 0 -30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.community-spaces-map .columns .column .community-spaces-map #spaces path {
  cursor: pointer;
}
section.community-spaces-map .columns .column .inside {
  padding: 0 30px;
}
section.community-spaces-map .community-spaces-map {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
section.community-spaces-map .event-category {
  border-bottom: 2px solid #EFC048;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
}
section.community-spaces-map .event-category.open .category-name a[href="#content"]:after {
  -moz-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
section.community-spaces-map .event-category .category-content {
  padding: 0 0 0 110px;
  display: none;
}
section.community-spaces-map .event-category .category-content .spacer {
  width: 100%;
  height: 30px;
}
section.community-spaces-map .event-category .category-name {
  padding: 0 30px 0 0;
  display: flex;
  align-items: center;
  position: relative;
}
section.community-spaces-map .event-category .category-name a[href="#content"] {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.community-spaces-map .event-category .category-name a[href="#content"]:after {
  content: "";
  width: 20px;
  height: 35px;
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 35"><path d="M20 17.5 1.39 35 0 33.7l17.23-16.2L0 1.3 1.39 0 20 17.5Z" /></svg>');
  background-repeat: repeat-x;
  background-size: auto 100%;
  filter: invert(82%) sepia(71%) saturate(2403%) hue-rotate(330deg) brightness(104%) contrast(89%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: transform 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: transform 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: transform 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: transform 0.25s cubic-bezier(0.4, 0, 0.065, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.065, 1);
}
section.community-spaces-map .event-category .category-name .content {
  width: calc(100% - 110px);
  height: auto;
  display: block;
}
section.community-spaces-map .event-category .category-name .image {
  width: 70px;
  height: auto;
  margin: 0 40px 0 0;
}

/********************************************************************************************* 

x. Event
x. Post

*********************************************************************************************/
section.event .columns,
section.post .columns {
  margin: 0 -100px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
section.event .columns.bottom .column:first-child .inside,
section.post .columns.bottom .column:first-child .inside {
  padding-top: 50px;
}
section.event .columns.top .column .inside,
section.post .columns.top .column .inside {
  border-bottom: 2px solid #EFC048;
  padding-bottom: 50px;
}
section.event .columns .column .image:not(:last-child),
section.post .columns .column .image:not(:last-child) {
  margin: 0 0 50px 0;
}
section.event .columns .column .inside,
section.post .columns .column .inside {
  margin: 0 100px;
}

/********************************************************************************************* 

x. Expandable Text

*********************************************************************************************/
section.expandable-text.open .link .arrow {
  -moz-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
section.expandable-text .content:first-child {
  margin: 0;
}
section.expandable-text .content:last-child {
  padding: 0 0 40px 0;
  display: none;
}
section.expandable-text .link {
  padding: 40px 60px 40px 0;
  display: block;
  position: relative;
}
section.expandable-text .link .arrow {
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.065, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.065, 1);
}
section.expandable-text .link .arrow svg {
  fill: #DD451A;
  width: auto;
  height: 8px;
}
section.expandable-text .wrapper.small {
  border-bottom: 2px solid #0F555C;
}

section.expandable-text + section.expandable-text {
  margin-top: -120px;
}

/********************************************************************************************* 

x. Featured Events
x. Features

*********************************************************************************************/
section.featured-events .grid,
section.features .grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
section.featured-events .grid .item,
section.features .grid .item {
  padding: 30vh 0 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
section.featured-events .grid .item:after,
section.features .grid .item:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
}
section.featured-events .grid .item:not(:first-child):before,
section.features .grid .item:not(:first-child):before {
  content: "";
  width: 2px;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
}
section.featured-events .grid .item:hover .image:after,
section.features .grid .item:hover .image:after {
  background: rgba(0, 0, 0, 0.1);
}
section.featured-events .grid .item:hover .image img,
section.features .grid .item:hover .image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section.featured-events .grid .item .content,
section.features .grid .item .content {
  padding: 0 50px;
  position: relative;
  z-index: 30;
}
section.featured-events .grid .item .image,
section.features .grid .item .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
section.featured-events .grid .item .image:after,
section.features .grid .item .image:after {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: background 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: background 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: background 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: background 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: background 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
section.featured-events .grid .item .image img,
section.features .grid .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
section.featured-events .grid .item .link,
section.features .grid .item .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
section.featured-events .grid .item .link:after,
section.features .grid .item .link:after {
  content: "";
  width: auto;
  height: 0.75em;
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="100" height="52.35" viewBox="0 0 100 52.35"><path d="M73.82,0,100,26.18,73.82,52.35V37.71L85.36,26.18,73.82,14.64ZM36.91,14.64,48.45,26.18,36.91,37.71V52.35L63.09,26.18,36.91,0ZM0,14.64,11.53,26.18,0,37.71V52.35L26.18,26.18,0,0Z"/></svg>');
  background-size: auto 0.75em;
  aspect-ratio: 100/52.35;
  filter: invert(100%);
  display: block;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

/********************************************************************************************* 

x. Gallery

*********************************************************************************************/
section.gallery .grid {
  margin: -10px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
section.gallery .grid .item .inside {
  margin: 10px;
  position: relative;
}
section.gallery .grid .item .inside:hover .image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section.gallery .grid .item .inside a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.gallery .grid .item .inside .image {
  overflow: hidden;
}
section.gallery .grid .item .inside .image img {
  -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
section.gallery .splide .splide__slide:hover .image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section.gallery .splide .splide__slide a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.gallery .splide .splide__slide .image {
  overflow: hidden;
}
section.gallery .splide .splide__slide .image img {
  -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}

/********************************************************************************************* 

x. Graphic + Image

*********************************************************************************************/
section.graphic-image {
  padding: 120px 0;
  position: relative;
}
section.graphic-image .image.background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
section.graphic-image .image.background:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.graphic-image .image.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.graphic-image .image.graphic {
  width: var(--min-graphic-width);
  height: auto;
  max-width: var(--max-graphic-width);
  margin: 0 auto;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: relative;
  top: 0;
  z-index: 20;
}

/********************************************************************************************* 

x. Image

*********************************************************************************************/
section.image.image-size-centered .image {
  width: var(--min-image-width);
  height: auto;
  max-width: var(--max-image-width);
  margin: 0 auto;
}

/********************************************************************************************* 

x. News

*********************************************************************************************/
section.news .grid {
  margin: -25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
section.news .grid .item.load-more .content {
  padding: 80px 0 0 0;
}
section.news .grid .item .inside {
  padding: 25px;
}
section.news .grid .item .inside a {
  /*
  color: red;
  &.no-underline {
  	color: black;
  	&:hover {
  		color: red;
  	}
  }
  &:hover {
  	color: black;
  }
  */
}
section.news .grid .item .inside .image {
  aspect-ratio: 1/1;
  margin: 0 0 30px 0;
  display: block;
  position: relative;
}
section.news .grid .item .inside .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.news .grid .item .inside .location {
  color: orange;
}

/********************************************************************************************* 

x. Partners

*********************************************************************************************/
section.partners {
  overflow: hidden;
}
section.partners .grid {
  margin: 0 -2px -2px 0;
  display: flex;
  flex-wrap: wrap;
}
section.partners .grid .item.active {
  background: #FFFDF6;
}
section.partners .grid .item:hover {
  background: #FFFDF6;
}
section.partners .grid .item a[href="#partner"] {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
}
section.partners .grid .item .image {
  aspect-ratio: 5/3;
  display: block;
  position: relative;
  overflow: hidden;
}
section.partners .grid .item .image img {
  width: 50%;
  height: 30%;
  object-fit: contain;
  object-position: center;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
section.partners .grid .item .inside {
  border-right: 2px solid #EFC048;
  border-bottom: 2px solid #EFC048;
  position: relative;
}
section.partners .partner {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: none;
  position: relative;
}
section.partners .partner:not(:last-child) {
  border-bottom: 2px solid #EFC048;
}
section.partners .partner.visible {
  display: block;
}
section.partners .partner a[href="#close"] {
  display: block;
  -moz-transform: translateX(50%) translateY(-50%);
  -webkit-transform: translateX(50%) translateY(-50%);
  -o-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  position: absolute;
  top: 50px;
  right: 50px;
}
section.partners .partner a[href="#close"] svg {
  fill: #DD451A;
  width: 25px;
  height: auto;
}
section.partners .partner a[href="#close"]:hover svg {
  fill: #0F555C;
}

/********************************************************************************************* 

x. Slideshow

*********************************************************************************************/
section.slideshow .splide .splide__slide {
  padding: 50vh 0 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section.slideshow .splide .splide__slide .image,
section.slideshow .splide .splide__slide .video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
section.slideshow .splide .splide__slide .image:after,
section.slideshow .splide .splide__slide .video:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.slideshow .splide .splide__slide .image img,
section.slideshow .splide .splide__slide .image video,
section.slideshow .splide .splide__slide .video img,
section.slideshow .splide .splide__slide .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.slideshow .splide .splide__slide .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
}
section.slideshow .splide .splide__slide .wrapper {
  position: relative;
  z-index: 20;
}

/********************************************************************************************* 

x. Text

*********************************************************************************************/
section.text.background-white .graphic.foreground {
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  right: 0 !important;
}
section.text.graphic-position-left .graphic.foreground {
  left: 100px;
}
section.text.graphic-position-right .graphic.foreground {
  right: 100px;
}
section.text .columns {
  margin: -30px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.text .columns .column .inside {
  padding: 30px;
}
section.text .graphic.foreground {
  width: auto;
  height: auto;
  max-width: var(--graphic-width);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 10;
}
section.text .graphic.foreground img {
  width: 100%;
  height: auto;
  display: block;
}
section.text .wrapper.large .content {
  padding: 100px;
}

/********************************************************************************************* 

x. Text + History
x. Text + Image
x. Text + Sidebar

*********************************************************************************************/
section.text-history.image-uncropped .columns,
section.text-image.image-uncropped .columns,
section.text-sidebar.image-uncropped .columns {
  align-items: center;
}
section.text-history.image-uncropped .columns .column .image,
section.text-image.image-uncropped .columns .column .image,
section.text-sidebar.image-uncropped .columns .column .image {
  position: relative;
}
section.text-history.image-uncropped .columns .column .image img,
section.text-image.image-uncropped .columns .column .image img,
section.text-sidebar.image-uncropped .columns .column .image img {
  height: auto;
  object-fit: inherit;
  position: relative;
}
section.text-history .columns,
section.text-image .columns,
section.text-sidebar .columns {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
section.text-history .columns.background-white,
section.text-image .columns.background-white,
section.text-sidebar .columns.background-white {
  margin: 0 -100px;
}
section.text-history .columns.content-position-left,
section.text-image .columns.content-position-left,
section.text-sidebar .columns.content-position-left {
  flex-direction: row-reverse;
}
section.text-history .columns.content-position-left .column .graphic.foreground,
section.text-image .columns.content-position-left .column .graphic.foreground,
section.text-sidebar .columns.content-position-left .column .graphic.foreground {
  left: 100px;
}
section.text-history .columns.content-position-right .column .graphic.foreground,
section.text-image .columns.content-position-right .column .graphic.foreground,
section.text-sidebar .columns.content-position-right .column .graphic.foreground {
  right: 100px;
}
section.text-history .columns.logo-visible.content-position-left .column.last .inside,
section.text-image .columns.logo-visible.content-position-left .column.last .inside,
section.text-sidebar .columns.logo-visible.content-position-left .column.last .inside {
  padding-left: 140px;
}
section.text-history .columns.logo-visible.content-position-left .logo,
section.text-image .columns.logo-visible.content-position-left .logo,
section.text-sidebar .columns.logo-visible.content-position-left .logo {
  -moz-transform: translateX(-32.5%);
  -webkit-transform: translateX(-32.5%);
  -o-transform: translateX(-32.5%);
  -ms-transform: translateX(-32.5%);
  transform: translateX(-32.5%);
  left: 0;
}
section.text-history .columns.logo-visible.content-position-right .column.last .inside,
section.text-image .columns.logo-visible.content-position-right .column.last .inside,
section.text-sidebar .columns.logo-visible.content-position-right .column.last .inside {
  padding-right: 140px;
}
section.text-history .columns.logo-visible.content-position-right .logo,
section.text-image .columns.logo-visible.content-position-right .logo,
section.text-sidebar .columns.logo-visible.content-position-right .logo {
  -moz-transform: translateX(40%);
  -webkit-transform: translateX(40%);
  -o-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
  right: 0;
}
section.text-history .columns .column,
section.text-image .columns .column,
section.text-sidebar .columns .column {
  position: relative;
}
section.text-history .columns .column .graphic.foreground,
section.text-image .columns .column .graphic.foreground,
section.text-sidebar .columns .column .graphic.foreground {
  width: auto;
  height: auto;
  max-width: var(--graphic-width);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 10;
}
section.text-history .columns .column .graphic.foreground img,
section.text-image .columns .column .graphic.foreground img,
section.text-sidebar .columns .column .graphic.foreground img {
  width: 100%;
  height: auto;
  display: block;
}
section.text-history .columns .column .image,
section.text-image .columns .column .image,
section.text-sidebar .columns .column .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.text-history .columns .column .image img,
section.text-image .columns .column .image img,
section.text-sidebar .columns .column .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.text-history .columns .column .inside,
section.text-image .columns .column .inside,
section.text-sidebar .columns .column .inside {
  padding: 100px;
}
section.text-history .columns .logo,
section.text-image .columns .logo,
section.text-sidebar .columns .logo {
  width: 150px;
  height: auto;
  position: absolute;
  top: 100px;
}

section.text-history .columns {
  padding: 50px;
  align-items: center;
}
section.text-history .columns.background-white {
  margin: 0 -50px;
  padding: 0;
}
section.text-history .columns.background-white .column .inside {
  padding: 0 50px;
}
section.text-history .columns .column .image {
  position: relative;
}
section.text-history .columns .column .image img {
  height: auto;
  object-fit: inherit;
  position: relative;
}
section.text-history .columns .column .inside {
  padding: 50px;
}
section.text-history .splide .splide__slide .content {
  color: #769D8F;
  margin: 30px 0 0 0;
}

section.text-sidebar.graphic-position-left .columns.content-position-left .column:first-child .graphic.foreground {
  display: none;
}
section.text-sidebar.graphic-position-left .columns.content-position-right .column:last-child .graphic.foreground {
  display: none;
}
section.text-sidebar.graphic-position-right .columns.content-position-left .column:last-child .graphic.foreground {
  display: none;
}
section.text-sidebar.graphic-position-right .columns.content-position-right .column:first-child .graphic.foreground {
  display: none;
}
section.text-sidebar .columns.content-position-left .column.last:after {
  content: "";
  width: 2px;
  height: auto;
  background: #082F3B;
  position: absolute;
  top: 100px;
  bottom: 100px;
  right: 0;
}
section.text-sidebar .columns.content-position-right .column.first:before {
  content: "";
  width: 2px;
  height: auto;
  background: #082F3B;
  position: absolute;
  top: 100px;
  bottom: 100px;
  right: 0;
}
section.text-sidebar .columns .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

/********************************************************************************************* 

x. Upcoming Events

*********************************************************************************************/
section.upcoming-events.columns .columns {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
section.upcoming-events.columns .columns.bottom .banner {
  margin: 0 0 30px 0;
  display: none;
  position: relative;
}
section.upcoming-events.columns .columns.bottom .banner a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
}
section.upcoming-events.columns .columns.bottom .banner .content {
  padding: 100px 40px;
  position: relative;
  z-index: 20;
}
section.upcoming-events.columns .columns.bottom .banner .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.upcoming-events.columns .columns.bottom .banner .image:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.upcoming-events.columns .columns.bottom .banner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.upcoming-events.columns .columns.bottom .column {
  position: relative;
}
section.upcoming-events.columns .columns.bottom .column:not(:first-child):before {
  content: "";
  width: 2px;
  height: 100%;
  background: #EFC048;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
section.upcoming-events.columns .columns.bottom .column .inside {
  padding: 0 40px;
}
section.upcoming-events.columns .columns.bottom .content.white {
  background: #0F555C;
  margin: 0 -40px;
  padding: 20px;
}
section.upcoming-events.columns .columns.bottom .content:not(.description):last-child {
  margin: 40px 0 0 0;
}
section.upcoming-events.columns .columns.bottom .event {
  margin: 30px 0 0 0;
  display: flex;
  align-items: flex-start;
  /*
  .date {
  	background: $deep-sea-green;
  	margin: 0 20px 0 0;
  	padding: 15px 20px;
  	h5 {
  		color: white;
  	}
  }
  */
}
section.upcoming-events.columns .columns.top a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
}
section.upcoming-events.columns .columns.top .content {
  padding: 100px 40px;
  position: relative;
  z-index: 20;
}
section.upcoming-events.columns .columns.top .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
section.upcoming-events.columns .columns.top .column:not(:first-child):before {
  content: "";
  width: 2px;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
}
section.upcoming-events.columns .columns.top .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.upcoming-events.columns .columns.top .image:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.upcoming-events.columns .columns.top .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.upcoming-events.columns .columns:not(:last-child) {
  /*
  margin: 0 0 10px 0;
  */
}
section.upcoming-events.list .event:first-child .columns .column .inside {
  padding-top: 0 !important;
}
section.upcoming-events.list .event:last-child .columns .column:after {
  display: none;
}
section.upcoming-events.list .event:last-child .columns .column .inside {
  padding-bottom: 0 !important;
}
section.upcoming-events.list .event:hover .columns .column:first-child .image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section.upcoming-events.list .event .columns {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
section.upcoming-events.list .event .columns .column {
  position: relative;
}
section.upcoming-events.list .event .columns .column:first-child:after {
  background: white;
}
section.upcoming-events.list .event .columns .column:first-child .image {
  aspect-ratio: 5/3.5;
  display: block;
  position: relative;
  overflow: hidden;
}
section.upcoming-events.list .event .columns .column:first-child .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
section.upcoming-events.list .event .columns .column:first-child .inside {
  padding: 0 40px 0 0;
}
section.upcoming-events.list .event .columns .column:last-child:after {
  background: #EFC048;
}
section.upcoming-events.list .event .columns .column:last-child .image {
  width: 70px;
  height: auto;
  margin: 0 40px 0 0;
}
section.upcoming-events.list .event .columns .column:last-child .inside {
  padding: 40px 0;
  display: flex;
}
section.upcoming-events.list .event .columns .column:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/********************************************************************************************* 

x. Vendors

*********************************************************************************************/
section.vendors {
  overflow: hidden;
}
section.vendors .vendor {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: none;
  position: relative;
}
section.vendors .vendor.visible {
  display: block;
}
section.vendors .vendor a[href="#close"] {
  display: block;
  -moz-transform: translateX(50%) translateY(-50%);
  -webkit-transform: translateX(50%) translateY(-50%);
  -o-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  position: absolute;
  top: 50px;
  right: 50px;
}
section.vendors .vendor a[href="#close"] svg {
  fill: #DD451A;
  width: 25px;
  height: auto;
}
section.vendors .vendor a[href="#close"]:hover svg {
  fill: #0F555C;
}
section.vendors .vendor .columns {
  margin: 0 -50px;
  display: flex;
  flex-wrap: wrap;
}
section.vendors .vendor .columns .column .content .view-on-the-map {
  margin-top: -40px;
}
section.vendors .vendor .columns .column .inside {
  padding: 0 50px;
}
section.vendors .view {
  display: none;
}
section.vendors .view.visible {
  display: block;
}
section.vendors .view .grid {
  margin: -2px;
  display: flex;
  flex-wrap: wrap;
}
section.vendors .view .grid .item.active .inside:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 20px 25px;
  border-color: transparent transparent #C8DADC transparent;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 30;
}
section.vendors .view .grid .item:hover .hover {
  opacity: 1;
}
section.vendors .view .grid .item:hover .image.background img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section.vendors .view .grid .item:nth-child(16n+1) .hover .color, section.vendors .view .grid .item:nth-child(16n+6) .hover .color, section.vendors .view .grid .item:nth-child(16n+11) .hover .color, section.vendors .view .grid .item:nth-child(16n+16) .hover .color {
  background: #265A41;
}
section.vendors .view .grid .item:nth-child(16n+2) .hover .color, section.vendors .view .grid .item:nth-child(16n+7) .hover .color, section.vendors .view .grid .item:nth-child(16n+12) .hover .color, section.vendors .view .grid .item:nth-child(16n+13) .hover .color {
  background: #C5774F;
}
section.vendors .view .grid .item:nth-child(16n+3) .hover .color, section.vendors .view .grid .item:nth-child(16n+8) .hover .color, section.vendors .view .grid .item:nth-child(16n+9) .hover .color, section.vendors .view .grid .item:nth-child(16n+14) .hover .color {
  background: #9D8D42;
}
section.vendors .view .grid .item:nth-child(16n+4) .hover .color, section.vendors .view .grid .item:nth-child(16n+5) .hover .color, section.vendors .view .grid .item:nth-child(16n+10) .hover .color, section.vendors .view .grid .item:nth-child(16n+15) .hover .color {
  background: #A0CABE;
}
section.vendors .view .grid .item a[href="#vendor"] {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
}
section.vendors .view .grid .item .default {
  position: relative;
  z-index: 10;
}
section.vendors .view .grid .item .default .image.background {
  position: relative;
  overflow: hidden;
}
section.vendors .view .grid .item .default .image.background:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.vendors .view .grid .item .default .image.background img {
  -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
section.vendors .view .grid .item .default .image.logo {
  width: 50%;
  height: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
}
section.vendors .view .grid .item .default .image.logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
section.vendors .view .grid .item .hover {
  opacity: 0;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.065, 1);
}
section.vendors .view .grid .item .hover .content {
  padding: 0 40px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 10;
}
section.vendors .view .grid .item .hover .color {
  background: yellow;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.vendors .view .grid .item .inside {
  margin: 2px;
  position: relative;
}
section.vendors .view .grid .vendor {
  margin: -2px 0 0 0;
}
section.vendors .view .grid .vendor .content .view-on-the-map {
  display: block;
}
section.vendors .view .map .vendor {
  margin: -2px 0 0 0;
}
section.vendors .view .map .vendor .content .view-on-the-map {
  display: none;
}
section.vendors .view .map .vendor-map {
  border: 3px solid #666666;
  position: relative;
  /*
  #vendors {
  	path {
  		fill: $shadow-green;
  		cursor: pointer;
  		&.active {
  			fill: $green-pea;
  			&.hidden {
  				fill: $shadow-green;
  				&:hover {
  					fill: $green-pea;
  				}
  			}
  		}
  		&:not(.active) {
  			&:hover {
  				fill: $green-pea;
  			}
  		}
  	}
  }
  */
}
section.vendors .view .map .vendor-map #vendors > g {
  cursor: pointer;
}
section.vendors .view .map .vendor-map #vendors > g.active > g[data-name=default] > g > path {
  fill: white;
}
section.vendors .view .map .vendor-map #vendors > g.active > g[data-name=default] > path,
section.vendors .view .map .vendor-map #vendors > g.active > g[data-name=default] > polygon,
section.vendors .view .map .vendor-map #vendors > g.active > g[data-name=default] > rect {
  fill: #265A41;
}
section.vendors .view .map .vendor-map #vendors > g:not(.active):hover > g[data-name=default] {
  opacity: 0;
}
section.vendors .view .map .vendor-map #vendors > g:not(.active):hover > g[data-name=hover] {
  opacity: 1;
}
section.vendors .view .map .vendor-map #vendors > g > g[data-name=hover] {
  opacity: 0;
}
section.vendors .views {
  margin: 0 -20px 50px -20px;
  display: flex;
  justify-content: center;
  list-style: none;
}
section.vendors .views li {
  margin: 0 20px;
}
section.vendors .views li.current-menu-item a {
  color: #0F555C;
}
section.vendors .views li.current-menu-item a .icon svg {
  fill: #0F555C;
}
section.vendors .views li a {
  color: #A3A1A1;
  font-family: bodoni-egyptian-pro, serif;
  font-style: normal;
  font-weight: 700;
  display: block;
}
section.vendors .views li a .icon,
section.vendors .views li a .label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
section.vendors .views li a .icon {
  margin: 0 10px 0 0;
}
section.vendors .views li a .icon svg {
  fill: #A3A1A1;
  width: auto;
  height: 25px;
}

/********************************************************************************************* 

x. Video

*********************************************************************************************/
section.video .video {
  width: 100%;
  height: auto;
  position: relative;
}
section.video .video .play-pause {
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: top 0.25s ease, left 0.25s ease;
  -moz-transition: top 0.25s ease, left 0.25s ease;
  -ms-transition: top 0.25s ease, left 0.25s ease;
  -o-transition: top 0.25s ease, left 0.25s ease;
  transition: top 0.25s ease, left 0.25s ease;
}
section.video .video .play-pause.play-button-showing a .pause {
  display: none;
}
section.video .video .play-pause.pause-button-showing {
  top: calc(100% - 150px);
  left: calc(100% - 150px);
}
section.video .video .play-pause.pause-button-showing a .play {
  display: none;
}
section.video .video .play-pause a {
  display: block;
}
section.video .video .play-pause a .pause,
section.video .video .play-pause a .play {
  display: block;
  position: relative;
  z-index: 10;
}
section.video .video .play-pause a .pause svg,
section.video .video .play-pause a .play svg {
  fill: white;
}
section.video .video .play-pause a .pause svg {
  width: 80px;
  height: auto;
}
section.video .video .play-pause a .play svg {
  width: 150px;
  height: auto;
}
section.video .video video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/********************************************************************************************* 

x. Tripleseat Lead Form

*********************************************************************************************/
form input[type=submit] {
  color: white;
  font-family: bodoni-egyptian-pro, serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  height: auto;
  background: #0F555C;
  border: none !important;
  padding: 10px 30px;
  cursor: pointer;
}
form input[type=submit]:hover {
  color: white;
  background: #DD451A;
}
form input[type=checkbox],
form input[type=radio] {
  width: 12px;
  height: 12px;
  border: 2px solid #082F3B;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  appearance: none;
}
form input[type=checkbox]:checked,
form input[type=radio]:checked {
  position: relative;
}
form input[type=checkbox]:checked:before,
form input[type=radio]:checked:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #082F3B;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
form input[type=text] {
  color: #769D8F;
  font-family: source-sans-pro, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  width: 100%;
  height: auto;
  background: none;
  border: 2px solid #769D8F;
  width: 100% !important;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  display: block;
}
form input[type=text].hasDatepicker, form input[type=text].timeselect_input {
  background-position: 10px center !important;
  padding-left: 35px;
}
form label {
  margin: 0 0 10px 0;
  display: block;
}
form .row_email_opt_out input,
form .row_email_opt_out label {
  float: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
form .row_email_opt_out label {
  margin: 0 0 0 10px;
}
form select {
  color: #769D8F;
  font-family: source-sans-pro, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  text-indent: -2px;
  width: 100%;
  height: auto;
  background-color: transparent;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>');
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 10px auto;
  border: none;
  border: 2px solid #769D8F !important;
  padding: 10px 20px;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /*
  &[multiple] {
  	background: none;
  	border: 2px solid $rissoto !important;
  	padding: 10px !important;
  }
  */
}
form table {
  width: 100%;
  height: auto;
}
form table td {
  padding: 15px !important;
}
form table td:first-child {
  padding-left: 0 !important;
}
form table td:last-child {
  padding-right: 0 !important;
}
form table td a {
  display: none;
}
form table td h1,
form table td h2,
form table td h3,
form table td h4,
form table td h5,
form table td h6,
form table td ol,
form table td p,
form table td ul {
  margin: 0;
}
form textarea {
  color: #769D8F;
  font-family: source-sans-pro, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  width: 100% !important;
  height: 200px;
  border: 2px solid #769D8F !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  display: block;
  resize: none;
}

/********************************************************************************************* 

x. WordPress Core

*********************************************************************************************/
.alignnone {
  margin: 0 0 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0 0 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/********************************************************************************************* 

x. Imports

*********************************************************************************************/
/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
@media only screen and (max-width: 1700px) {
  .wrapper.medium {
    width: auto;
    margin: 0 50px;
  }
}
@media only screen and (max-width: 1500px) {
  .wrapper.large {
    margin: 0 50px;
  }
}
@media only screen and (max-width: 1300px) {
  h1 {
    font-size: 3.333rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  .wrapper.small {
    width: auto;
    margin: 0 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .wrapper.large, .wrapper.medium, .wrapper.small {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.083rem;
  }
  html,
body {
    font-size: 18px;
  }
}
/********************************************************************************************* 

x. Backgrounds

*********************************************************************************************/
@media only screen and (max-width: 1800px) {
  div.background-deep-sea-green .content {
    width: auto;
    margin: 0 50px;
    padding: 100px 0 !important;
  }
}
@media only screen and (max-width: 1500px) {
  div.background-deep-sea-green .content {
    padding: 80px 0 !important;
  }
  section.border-contour-lines-blue,
section.border-contour-lines-white,
section.border-texture {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1300px) {
  div.background-deep-sea-green .content {
    padding: 50px 0 !important;
  }
}
@media only screen and (max-width: 800px) {
  div.background-deep-sea-green .content {
    margin: 0 30px;
  }
  section.border-contour-lines-blue,
section.border-contour-lines-white,
section.border-texture {
    padding: 30px 0;
  }
  section.border-contour-lines-blue.text .background-white,
section.border-contour-lines-white.text .background-white,
section.border-texture.text .background-white {
    padding: 30px;
  }
}
/********************************************************************************************* 

x. Banner

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.banner.size-large {
    padding: 600px 0 50px 0;
  }
  section.banner.size-medium {
    padding: 400px 0 50px 0;
  }
  section.banner.size-small {
    padding: 200px 0 50px 0;
  }
}
@media only screen and (max-width: 1100px) {
  section.banner.size-large, section.banner.size-medium {
    padding: 40vh 0 30px 0;
  }
  section.banner.size-small {
    padding: 20vh 0 30px 0;
  }
}
/********************************************************************************************* 

x. Categories

*********************************************************************************************/
@media only screen and (max-width: 500px) {
  section.categories .categories li[data-color] a {
    padding: 0;
  }
  section.categories .categories li[data-color] a:before {
    display: none;
  }
}
/********************************************************************************************* 

x. Chefs

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.chefs .splide .splide__slide {
    padding: 50px 0;
  }
  section.chefs .splide .splide__slide .default .content {
    padding: 0 50px 50px 50px;
  }
}
@media only screen and (max-width: 1100px) {
  section.chefs .splide .splide__slide {
    padding: 30px 0;
  }
  section.chefs .splide .splide__slide .default .content {
    padding: 0 30px 30px 30px;
  }
  section.chefs .splide .splide__slide .default .image.logo {
    width: 50%;
    height: 50%;
  }
  section.chefs .splide .splide__slide .hover {
    padding: 0 30px;
  }
}
/********************************************************************************************* 

x. Comment

*********************************************************************************************/
@media only screen and (max-width: 800px) {
  .content ol.icons,
.content ul.icons {
    text-align: center;
    max-width: none;
  }
}
@media only screen and (max-width: 600px) {
  .content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ol,
.content p,
.content ul {
    margin-bottom: 30px;
  }
}
/********************************************************************************************* 

x. Community Spaces Map

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.community-spaces-map .columns {
    margin: 0 -25px;
  }
  section.community-spaces-map .columns .column .inside {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1300px) {
  section.community-spaces-map .columns {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1100px) {
  section.community-spaces-map .columns {
    margin: -15px;
    flex-direction: column-reverse;
  }
  section.community-spaces-map .columns .column {
    width: 100%;
  }
  section.community-spaces-map .columns .column .community-spaces-map {
    max-width: 800px;
    margin: 0 auto;
  }
  section.community-spaces-map .columns .column .inside {
    padding: 15px;
  }
  section.community-spaces-map .event-category {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
  }
  section.community-spaces-map .event-category .category-content {
    padding: 0 0 0 100px;
  }
  section.community-spaces-map .event-category .category-name .content {
    width: calc(100% - 100px);
    height: auto;
  }
  section.community-spaces-map .event-category .category-name .image {
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 600px) {
  section.community-spaces-map .event-category .category-content {
    padding: 0;
  }
  section.community-spaces-map .event-category .category-name a[href="#content"]:after {
    width: 15px;
    height: 26px;
  }
  section.community-spaces-map .event-category .category-name .content {
    width: 100%;
    height: auto;
  }
  section.community-spaces-map .event-category .category-name .image {
    display: none;
  }
}
/********************************************************************************************* 

x. Expandable Text

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.expandable-text + section.expandable-text {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 1300px) {
  section.expandable-text + section.expandable-text {
    margin-top: -50px;
  }
}
/********************************************************************************************* 

x. Event
x. Post

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.event .columns,
section.post .columns {
    margin: 0 -25px;
  }
  section.event .columns .column .inside,
section.post .columns .column .inside {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 1100px) {
  section.event .columns,
section.post .columns {
    margin: 0 -15px;
  }
  section.event .columns.bottom .column:first-child .inside,
section.post .columns.bottom .column:first-child .inside {
    padding-top: 30px;
  }
  section.event .columns.top .column .inside,
section.post .columns.top .column .inside {
    padding-bottom: 30px;
  }
  section.event .columns .column .image:not(:last-child),
section.post .columns .column .image:not(:last-child) {
    margin: 0 0 30px 0;
  }
  section.event .columns .column .inside,
section.post .columns .column .inside {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1000px) {
  section.event .columns,
section.post .columns {
    margin: -15px;
  }
  section.event .columns.bottom .column:first-child .inside,
section.post .columns.bottom .column:first-child .inside {
    padding-top: 15px;
  }
  section.event .columns.top .column .inside,
section.post .columns.top .column .inside {
    padding-bottom: 15px;
  }
  section.event .columns .column .inside,
section.post .columns .column .inside {
    margin: 15px;
  }
}
@media only screen and (max-width: 800px) {
  section.event .columns,
section.post .columns {
    flex-direction: column;
  }
  section.event .columns .column.width-40, section.event .columns .column.width-60,
section.post .columns .column.width-40,
section.post .columns .column.width-60 {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Featured Events
x. Features

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.featured-events .grid .item,
section.features .grid .item {
    padding: 30vh 0 50px 0;
  }
  section.featured-events .grid .item .content,
section.features .grid .item .content {
    padding: 0 80px 0 50px;
  }
}
@media only screen and (max-width: 1400px) {
  section.featured-events .grid .item.width-25,
section.features .grid .item.width-25 {
    width: 50%;
  }
  section.featured-events .grid .item.width-25:nth-child(3):before,
section.features .grid .item.width-25:nth-child(3):before {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  section.featured-events .grid .item,
section.features .grid .item {
    padding: 40vh 0 50px 0;
  }
  section.featured-events .grid .item.width-33,
section.features .grid .item.width-33 {
    width: 50%;
  }
  section.featured-events .grid .item.width-33:last-child,
section.features .grid .item.width-33:last-child {
    width: 100%;
  }
  section.featured-events .grid .item.width-33:last-child:before,
section.features .grid .item.width-33:last-child:before {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  section.featured-events .grid .item .content,
section.features .grid .item .content {
    padding: 0 80px 0 30px;
  }
}
@media only screen and (max-width: 900px) {
  section.featured-events .grid .item,
section.features .grid .item {
    padding: 30vh 0 50px 0;
  }
}
@media only screen and (max-width: 700px) {
  section.featured-events .grid .item,
section.features .grid .item {
    padding: 20vh 0 50px 0;
  }
}
@media only screen and (max-width: 600px) {
  section.featured-events .grid .item.width-25, section.featured-events .grid .item.width-33, section.featured-events .grid .item.width-50,
section.features .grid .item.width-25,
section.features .grid .item.width-33,
section.features .grid .item.width-50 {
    width: 100%;
  }
  section.featured-events .grid .item:before,
section.features .grid .item:before {
    display: none;
  }
}
/********************************************************************************************* 

x. Footer

*********************************************************************************************/
@media only screen and (max-width: 1600px) {
  footer .columns {
    margin: -25px;
  }
  footer .columns .column.middle .logo {
    width: 280px;
    margin: 0 auto;
  }
  footer .columns .column .inside {
    padding: 25px;
  }
}
@media only screen and (max-width: 1500px) {
  footer {
    padding: 50px 0;
  }
  footer .credits {
    top: calc(100% + 10px);
  }
}
@media only screen and (max-width: 1300px) {
  footer .columns .column {
    width: 50%;
    height: auto;
  }
  footer .columns .column:nth-child(1) {
    order: 3;
  }
}
@media only screen and (max-width: 1100px) {
  footer .columns {
    margin: -15px;
  }
  footer .columns .column .inside {
    padding: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .columns {
    margin: -20px;
  }
  footer .columns .column {
    width: 100%;
  }
  footer .columns .column .inside {
    padding: 20px;
  }
  footer .content.small {
    margin: 20px 0 0 0;
  }
  footer .logo {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 800px) {
  footer {
    background: transparent;
    border-top: 2px solid #769D8F;
    padding: 0;
  }
  footer .columns .column.middle .logo {
    width: 220px;
  }
  footer .credits {
    position: relative;
    top: 0;
    right: 0;
  }
  footer .credits .content {
    color: #769D8F;
  }
  footer .credits .content a {
    color: #769D8F;
  }
  footer .wrapper {
    padding: 50px 30px;
  }
  footer .wrapper.large {
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  footer .columns .column.middle .logo {
    width: 180px;
  }
}
/********************************************************************************************* 

x. Gallery

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.gallery .grid .item.width-25 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 1000px) {
  section.gallery .grid .item.width-25 {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  section.gallery .grid .item.width-25 {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Graphic + Image

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  section.graphic-image .image.graphic {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  section.graphic-image {
    padding: 80px 0;
  }
  section.graphic-image .image.graphic {
    max-width: 300px;
  }
}
@media only screen and (max-width: 600px) {
  section.graphic-image {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 500px) {
  section.graphic-image .image.graphic {
    max-width: 200px;
  }
}
/********************************************************************************************* 

x. Header

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  heaader {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 1300px) {
  header {
    padding: 50px 0;
  }
  header .logo {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
    order: 0;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    top: 0;
    left: 0;
  }
  header .logo img {
    width: 280px;
    height: auto;
    margin: 0 auto;
  }
  header .navigation,
header .social-media {
    order: 1;
  }
  header .navigation.right,
header .social-media.right {
    margin: 0 0 0 50px;
  }
  header .wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 1100px) {
  header .logo {
    margin: 0 0 30px 0;
  }
  header .navigation > li > .sub-menu {
    padding: 30px;
    left: -30px;
  }
}
@media only screen and (max-width: 1000px) {
  header .hamburger {
    order: 1;
    display: block;
  }
  header .logo {
    width: 280px;
    height: auto;
    margin: 0;
  }
  header .logo img {
    width: 100%;
  }
  header .navigation,
header .social-media {
    display: none;
  }
  header .wrapper {
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 800px) {
  header .logo {
    width: 220px;
  }
}
@media only screen and (max-width: 600px) {
  header {
    padding: 30px 0;
  }
  header .notification-bar {
    margin: -30px 0 30px 0;
  }
}
@media only screen and (max-width: 500px) {
  header .logo {
    width: 180px;
  }
}
/********************************************************************************************* 

x. Image

*********************************************************************************************/
@media only screen and (max-width: 800px) {
  section.image.image-size-centered .image {
    max-width: 300px;
  }
}
@media only screen and (max-width: 500px) {
  section.image.image-size-centered .image {
    max-width: 200px;
  }
}
/********************************************************************************************* 

x. Main

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  main section {
    margin-bottom: 80px;
  }
  main section.top-spacing-small {
    margin-top: -50px;
  }
  section.full-width + section.full-width {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 1300px) {
  main section {
    margin-bottom: 50px;
  }
  main section.top-spacing-small {
    margin-top: -20px;
  }
  section.full-width + section.full-width {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 1100px) {
  main .graphic {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  section.full-width + section.text:not(.background-white),
section.full-width + section.text-image,
section.full-width + section.text-sidebar,
section.full-width + section.video,
section.text:not(.background-white) + section.full-width,
section.text:not(.background-white) + section.text:not(.background-white),
section.text:not(.background-white) + section.text-image,
section.text:not(.background-white) + section.text-sidebar,
section.text:not(.background-white) + section.video,
section.text-image + section.full-width,
section.text-image + section.text:not(.background-white),
section.text-image + section.video,
section.text-sidebar + section.full-width,
section.text-sidebar + section.text:not(.background-white),
section.text-sidebar + section.video,
section.video + section.full-width,
section.video + section.text:not(.background-white),
section.video + section.text-image,
section.video + section.text-sidebar,
section.video + section.video {
    margin-top: -50px;
  }
  section.text-image + section.text-image,
section.text-image + section.text-sidebar,
section.text-sidebar + section.text-image,
section.text-sidebar + section.text-sidebar {
    border-top: 2px solid white;
    margin-top: -50px;
  }
  section.text:not(.background-white):last-child,
section.text-image:last-child,
section.text-sidebar:last-child,
section.video:last-child {
    margin-bottom: 0;
  }
}
/********************************************************************************************* 

x. News

*********************************************************************************************/
@media only screen and (max-width: 1300px) {
  section.news .grid .item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 1100px) {
  section.news .grid {
    margin: -15px;
  }
  section.news .grid .item .inside {
    padding: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  section.news .grid .item {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  section.news .grid .item {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Partners

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.partners .partner {
    padding: 100px 0 50px 0;
  }
}
@media only screen and (max-width: 1200px) {
  section.partners .grid .item {
    width: 50%;
  }
}
@media only screen and (max-width: 1100px) {
  section.partners .partner {
    padding: 100px 0 30px 0;
  }
}
@media only screen and (max-width: 600px) {
  section.partners .grid .item {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Slideshow

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  section.slideshow .splide .splide__slide {
    padding: 40vh 0 50px 0;
  }
}
@media only screen and (max-width: 800px) {
  section.slideshow .splide .splide__slide {
    padding: 30vh 0 50px 0;
  }
}
/********************************************************************************************* 

x. Splide

*********************************************************************************************/
@media only screen and (max-width: 1000px) {
  .splide__pagination {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 700px) {
  .splide__pagination {
    padding: 0 30px;
  }
  .splide__pagination__page .label {
    font-size: 1.25rem;
  }
}
/********************************************************************************************* 

x. Text

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.text.graphic-position-left .graphic.foreground {
    left: 80px;
  }
  section.text.graphic-position-right .graphic.foreground {
    right: 80px;
  }
  section.text .wrapper.large .content {
    padding: 80px;
  }
}
@media only screen and (max-width: 1300px) {
  section.text.graphic-position-left .graphic.foreground {
    left: 50px;
  }
  section.text.graphic-position-right .graphic.foreground {
    right: 50px;
  }
  section.text .wrapper.large .content {
    padding: 50px;
  }
}
@media only screen and (max-width: 800px) {
  section.text .columns .column {
    width: 100%;
  }
  section.text .wrapper.large {
    margin: 0;
  }
  section.text .wrapper.large .content {
    padding: 50px 30px;
  }
}
/********************************************************************************************* 

x. Text + History
x. Text + Image
x. Text + Sidebar

*********************************************************************************************/
@media only screen and (max-width: 1700px) {
  section.text-sidebar .columns .column.width-30 {
    width: 40%;
  }
  section.text-sidebar .columns .column.width-70 {
    width: 60%;
  }
}
@media only screen and (max-width: 1500px) {
  section.text-history .columns.background-white,
section.text-image .columns.background-white,
section.text-sidebar .columns.background-white {
    margin: 0 -80px;
  }
  section.text-history .columns.content-position-left .column .graphic.foreground,
section.text-image .columns.content-position-left .column .graphic.foreground,
section.text-sidebar .columns.content-position-left .column .graphic.foreground {
    left: 80px;
  }
  section.text-history .columns.content-position-right .column .graphic.foreground,
section.text-image .columns.content-position-right .column .graphic.foreground,
section.text-sidebar .columns.content-position-right .column .graphic.foreground {
    right: 80px;
  }
  section.text-history .columns.logo-visible.content-position-left .column.last .inside,
section.text-image .columns.logo-visible.content-position-left .column.last .inside,
section.text-sidebar .columns.logo-visible.content-position-left .column.last .inside {
    padding-left: 120px;
  }
  section.text-history .columns.logo-visible.content-position-left .logo,
section.text-image .columns.logo-visible.content-position-left .logo,
section.text-sidebar .columns.logo-visible.content-position-left .logo {
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  section.text-history .columns.logo-visible.content-position-right .column.last .inside,
section.text-image .columns.logo-visible.content-position-right .column.last .inside,
section.text-sidebar .columns.logo-visible.content-position-right .column.last .inside {
    padding-right: 120px;
  }
  section.text-history .columns.logo-visible.content-position-right .logo,
section.text-image .columns.logo-visible.content-position-right .logo,
section.text-sidebar .columns.logo-visible.content-position-right .logo {
    -moz-transform: translateX(25%);
    -webkit-transform: translateX(25%);
    -o-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
  }
  section.text-history .columns .column .inside,
section.text-image .columns .column .inside,
section.text-sidebar .columns .column .inside {
    padding: 80px;
  }
  section.text-history .columns .logo,
section.text-image .columns .logo,
section.text-sidebar .columns .logo {
    width: 130px;
    top: 80px;
  }
  section.text-history .columns {
    padding: 40px;
    align-items: flex-start;
  }
  section.text-history .columns.background-white {
    margin: 0 -25px;
    padding: 0;
  }
  section.text-history .columns.background-white .column .inside {
    padding: 0 25px;
  }
  section.text-history .columns .column .inside {
    padding: 40px;
  }
  section.text-sidebar .columns.content-position-left .column.last:after {
    top: 80px;
    bottom: 80px;
  }
  section.text-sidebar .columns.content-position-right .column.first:before {
    top: 80px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 1300px) {
  section.text-history .columns.background-white,
section.text-image .columns.background-white,
section.text-sidebar .columns.background-white {
    margin: 0 -50px;
  }
  section.text-history .columns.content-position-left .column .graphic.foreground,
section.text-image .columns.content-position-left .column .graphic.foreground,
section.text-sidebar .columns.content-position-left .column .graphic.foreground {
    left: 50px;
  }
  section.text-history .columns.content-position-right .column .graphic.foreground,
section.text-image .columns.content-position-right .column .graphic.foreground,
section.text-sidebar .columns.content-position-right .column .graphic.foreground {
    right: 50px;
  }
  section.text-history .columns.logo-visible.content-position-left .column.last .inside,
section.text-image .columns.logo-visible.content-position-left .column.last .inside,
section.text-sidebar .columns.logo-visible.content-position-left .column.last .inside {
    padding-left: 50px;
  }
  section.text-history .columns.logo-visible.content-position-right .column.last .inside,
section.text-image .columns.logo-visible.content-position-right .column.last .inside,
section.text-sidebar .columns.logo-visible.content-position-right .column.last .inside {
    padding-right: 50px;
  }
  section.text-history .columns .column .inside,
section.text-image .columns .column .inside,
section.text-sidebar .columns .column .inside {
    padding: 50px;
  }
  section.text-history .columns .logo,
section.text-image .columns .logo,
section.text-sidebar .columns .logo {
    display: none;
  }
  section.text-history .columns {
    padding: 25px;
  }
  section.text-history .columns.background-white {
    padding: 0;
  }
  section.text-history .columns .column .inside {
    padding: 25px;
  }
  section.text-sidebar .columns.content-position-left .column.last:after {
    top: 50px;
    bottom: 50px;
  }
  section.text-sidebar .columns.content-position-right .column.first:before {
    top: 50px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  section.text-history .columns,
section.text-image .columns,
section.text-sidebar .columns {
    flex-direction: column;
  }
  section.text-history .columns.content-position-left,
section.text-image .columns.content-position-left,
section.text-sidebar .columns.content-position-left {
    flex-direction: column-reverse;
  }
  section.text-history .columns .column,
section.text-image .columns .column,
section.text-sidebar .columns .column {
    width: 100% !important;
  }
  section.text-history .columns .column .image,
section.text-image .columns .column .image,
section.text-sidebar .columns .column .image {
    aspect-ratio: 1/1;
    position: relative;
  }
  section.text-history .columns.background-white {
    margin: -25px;
  }
  section.text-history .columns.background-white .column .inside {
    padding: 25px;
  }
  section.text-history .columns .column .image {
    aspect-ratio: auto;
  }
  section.text-sidebar .columns.content-position-left .column.last {
    border-bottom: 2px solid #082F3B;
  }
  section.text-sidebar .columns.content-position-left .column.last:after {
    display: none;
  }
  section.text-sidebar .columns.content-position-right {
    flex-direction: column-reverse;
  }
  section.text-sidebar .columns.content-position-right .column.first:before {
    display: none;
  }
  section.text-sidebar .columns.content-position-right .column.last {
    border-bottom: 2px solid #082F3B;
  }
}
@media only screen and (max-width: 800px) {
  section.text-history .columns.background-white,
section.text-image .columns.background-white,
section.text-sidebar .columns.background-white {
    margin: 0 -30px;
  }
  section.text-history .columns.logo-visible.content-position-left .column.last .inside,
section.text-image .columns.logo-visible.content-position-left .column.last .inside,
section.text-sidebar .columns.logo-visible.content-position-left .column.last .inside {
    padding-left: 30px;
  }
  section.text-history .columns.logo-visible.content-position-right .column.last .inside,
section.text-image .columns.logo-visible.content-position-right .column.last .inside,
section.text-sidebar .columns.logo-visible.content-position-right .column.last .inside {
    padding-right: 30px;
  }
  section.text-history .columns .column .inside,
section.text-image .columns .column .inside,
section.text-sidebar .columns .column .inside {
    padding: 50px 30px;
  }
  section.text-history .wrapper.large,
section.text-image .wrapper.large,
section.text-sidebar .wrapper.large {
    margin: 0;
  }
  section.text-history .columns {
    padding: 15px;
  }
  section.text-history .columns.background-white {
    margin: -15px 0;
    padding: 0;
  }
  section.text-history .columns.background-white .column .inside {
    padding: 15px 30px;
  }
  section.text-history .columns .column .inside {
    padding: 15px;
  }
}
/********************************************************************************************* 

x. Upcoming Events

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  /*
  section.upcoming-events {
  	&.columns {
  		.columns {
  			&.bottom {
  				.event {
  					.date {
  						display: none;
  					}
  					.content {
  						p,
  						span {
  							&.long-date {
  								display: inline-block;
  								zoom: 1; 
  								*display: inline;
  							}
  						}
  					}
  				}
  			}
  		}
  	}
  }
  */
}
@media only screen and (max-width: 1100px) {
  section.upcoming-events.columns .columns.bottom .banner {
    margin: 0;
    display: block;
  }
  section.upcoming-events.columns .columns.bottom .banner .content.white {
    padding: 20px 20px 0 20px;
  }
  section.upcoming-events.columns .columns.bottom .column {
    width: 100%;
  }
  section.upcoming-events.columns .columns.bottom .column:not(:first-child):before {
    display: none;
  }
  section.upcoming-events.columns .columns.bottom .column:not(:last-child) .inside {
    padding: 0 0 30px 0;
  }
  section.upcoming-events.columns .columns.bottom .column .inside {
    padding: 0;
  }
  section.upcoming-events.columns .columns.bottom .content.white {
    margin: 0 -30px;
    padding-top: 0;
  }
  section.upcoming-events.columns .columns.bottom .content:not(.description):last-child {
    margin: 30px 0 0 0;
  }
  section.upcoming-events.columns .columns.bottom .event {
    margin: 30px 0 0 0;
  }
  section.upcoming-events.columns .columns.top {
    display: none;
  }
  section.upcoming-events.list .event:first-child .columns .column:last-child .inside {
    padding: 0 0 30px 0;
  }
  section.upcoming-events.list .event .columns .column:first-child .inside {
    padding: 0 30px 0 0;
  }
  section.upcoming-events.list .event .columns .column:last-child .image {
    margin: 0 30px 0 0;
  }
  section.upcoming-events.list .event .columns .column:last-child .inside {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1000px) {
  section.upcoming-events.list .event .columns .column.width-30 {
    width: 35%;
  }
  section.upcoming-events.list .event .columns .column.width-70 {
    width: 65%;
  }
}
@media only screen and (max-width: 800px) {
  section.upcoming-events.list .event .columns .column.width-30 {
    display: none;
  }
  section.upcoming-events.list .event .columns .column.width-70 {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  section.upcoming-events.columns .columns.bottom .column:not(:last-child) {
    border-bottom: none;
    margin: 0;
  }
  section.upcoming-events.columns .columns.bottom .banner {
    margin-left: -30px;
    margin-right: -30px;
  }
  section.upcoming-events.columns .columns.bottom .banner .content.white {
    margin: 0;
  }
  section.upcoming-events.list .event .columns .column:last-child .image {
    display: none;
  }
}
/********************************************************************************************* 

x. Vendors

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.vendors .vendor {
    padding: 100px 0 50px 0;
  }
  section.vendors .vendor .columns {
    margin: 0 -25px;
  }
  section.vendors .vendor .columns .column .inside {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1300px) {
  section.vendors .vendor .columns {
    margin: -25px;
  }
  section.vendors .vendor .columns .column:nth-child(1), section.vendors .vendor .columns .column:nth-child(2) {
    width: 100%;
  }
  section.vendors .vendor .columns .column:nth-child(3) {
    display: none;
  }
  section.vendors .vendor .columns .column .inside {
    padding: 25px;
  }
  section.vendors .view .grid .item.width-25 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 1100px) {
  section.vendors .vendor {
    padding: 100px 0 30px 0;
  }
  section.vendors .vendor .columns {
    margin: -15px;
  }
  section.vendors .vendor .columns .column .inside {
    padding: 15px;
  }
  section.vendors .view .map .vendor-map {
    border-width: 2px;
    border-left: none;
    border-right: none;
    margin: 0 -30px;
  }
  section.vendors .views {
    margin: 0 -15px 30px -15px;
  }
  section.vendors .views li {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 900px) {
  section.vendors .view .grid .item.width-25 {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  section.vendors .view .map .vendor-map {
    border-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  section.vendors .view .grid .item.width-25 {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  section.vendors .views li a .icon {
    display: none;
  }
}
/********************************************************************************************* 

x. Video

*********************************************************************************************/
@media only screen and (max-width: 1700px) {
  section.video .video .play-pause.pause-button-showing {
    top: calc(100% - 100px);
    left: calc(100% - 100px);
  }
}
@media only screen and (max-width: 1500px) {
  section.video .video .play-pause.pause-button-showing {
    top: calc(100% - 80px);
    left: calc(100% - 80px);
  }
}
@media only screen and (max-width: 1000px) {
  section.video .video .play-pause.pause-button-showing {
    top: calc(100% - 60px);
    left: calc(100% - 60px);
  }
  section.video .video .play-pause a .pause svg {
    width: 70px;
  }
  section.video .video .play-pause a .play svg {
    width: 100px;
  }
}
@media only screen and (max-width: 800px) {
  section.video .wrapper.large {
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  section.video .video .play-pause.pause-button-showing {
    top: calc(100% - 40px);
    left: calc(100% - 40px);
  }
  section.video .video .play-pause a .pause svg {
    width: 50px;
  }
  section.video .video .play-pause a .play svg {
    width: 80px;
  }
}

/*# sourceMappingURL=style.css.map */
