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

x. Imports

*********************************************************************************************/
@import url("https://use.typekit.net/wkx6ocz.css");
@font-face {
  font-family: "george-display-regular";
  src: url("../fonts/george-display-regular-webfont.woff2") format("woff2"), url("../fonts/george-display-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

x. Arrows

*********************************************************************************************/
.slick-next,
.slick-prev {
  width: 30px;
  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%;
  z-index: 10;
  cursor: pointer;
}

.slick-next {
  right: -30px;
}

.slick-prev {
  left: -30px;
}

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

x. Content

*********************************************************************************************/
.slick-slide .content {
  padding: 20px 0 0 0;
}

.slick-slide .content .inquire-and-share {
  margin-left: 0;
  list-style: none;
}

.slick-slide .content .inquire-and-share li {
  margin: 0 20px 0 0;
  margin: 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/*
.slick-slide .content .inquire-and-share li:last-child {
	margin-right: 0;
}
*/
/********************************************************************************************* 

x. Gallery

*********************************************************************************************/
section.gallery .slick-slide .image {
  width: 100%;
  height: auto;
  max-height: 80vh;
  padding: 0 5px 0 0;
}

section.gallery .slick-slide .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
  margin: 0 auto;
}

section.gallery .slick-slide .share {
  text-decoration: underline;
  cursor: pointer;
}

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

x. Slideshow

*********************************************************************************************/
section.slideshow .slick-slide .content {
  text-align: right;
}

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

x. Text + Slideshow

*********************************************************************************************/
section.text-slideshow .slick-slide .arrows {
  padding: 20px 0 0 0;
  list-style: none;
}

section.text-slideshow .slick-slide .arrows li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

section.text-slideshow.text-position-right .slick-slide .arrows,
section.text-slideshow.text-position-left .slick-slide .content {
  float: right;
}

section.text-slideshow.text-position-left .slick-slide .arrows,
section.text-slideshow.text-position-right .slick-slide .content {
  float: left;
}

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;
}

.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;
  }
}
/* 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);
  }
}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: black;
  border-radius: 5px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  font-size: 0.7em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  padding: 10px 15px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: black;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: black;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: black;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: black;
  left: 0;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

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

x. Mixins

*********************************************************************************************/
@keyframes line {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
    transform: scaleX(0);
  }
  51% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
/********************************************************************************************* 

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 {
  font: 16px "proxima-nova", Arial, Helvetica, sans-serif;
  color: black;
  width: auto;
  height: auto;
  background: white;
}

a {
  color: black;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
a:hover {
  opacity: 0.5;
}
a.image {
  display: block;
  overflow: hidden;
}
a.image:hover {
  opacity: 1;
}
a.image:hover img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 2s ease;
  -moz-transition: transform 2s ease;
  -ms-transition: transform 2s ease;
  -o-transition: transform 2s ease;
  transition: transform 2s ease;
}
a.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);
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
a img {
  border: none;
}

.center {
  text-align: center;
}

.clear:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

h1,
h2,
h3,
h4 {
  font-family: "george-display-regular", sans-serif;
  font-weight: normal;
  line-height: 1.125em;
}
h1.fill span,
h2.fill span,
h3.fill span,
h4.fill span {
  line-height: 1em;
}

h1.title,
h2.title,
h3.title {
  color: transparent;
  line-height: 1em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

h1 {
  font-size: 6.25em;
}
h1.title {
  font-size: 11vw;
}

h2 {
  font-size: 4em;
}
h2.title {
  font-size: 10vw;
}

h3 {
  font-size: 3.125em;
}
h3.title {
  font-size: 8vw;
}

h4 {
  font-size: 2em;
}

h5 {
  font-size: 1.25em;
  font-weight: 400;
}

h6 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

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

.left {
  float: left;
}

p {
  line-height: 1.5em;
}
p.gray {
  color: #b3b3b3;
}
p.gray a {
  color: #b3b3b3;
}

.right {
  float: right;
}

svg {
  display: block;
  overflow: hidden;
}

.uppercase {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wrapper {
  margin: 0 auto;
  position: relative;
}
.wrapper.large {
  max-width: 1700px;
  padding: 0 4.5vw;
}
.wrapper.medium {
  max-width: 1600px;
  padding: 0 7.5vw;
}
.wrapper.small {
  max-width: 1500px;
  padding: 0 8.5vw;
}

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

x. Margin + Padding

*********************************************************************************************/
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content ol,
.content p,
.content ul {
  margin-bottom: 30px;
}
.content h1.medium-margin,
.content h2.medium-margin,
.content h3.medium-margin,
.content h4.medium-margin,
.content h5.medium-margin,
.content ol.medium-margin,
.content p.medium-margin,
.content ul.medium-margin {
  margin-bottom: 20px;
}
.content h1.small-margin,
.content h2.small-margin,
.content h3.small-margin,
.content h4.small-margin,
.content h5.small-margin,
.content ol.small-margin,
.content p.small-margin,
.content ul.small-margin {
  margin-bottom: 5px;
}

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

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

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

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.75em;
}
.content.small h1,
.content.small h2,
.content.small h3,
.content.small h4,
.content.small h5,
.content.small ol,
.content.small p,
.content.small ul {
  margin-bottom: 10px;
}
.content.white {
  color: white;
}
.content.white a {
  color: white;
}
.content.white a.arrow-left:before {
  content: url("../img/arrow-left-light.svg");
}
.content.white a.arrow-right:after {
  content: url("../img/arrow-right-light.svg");
}
.content.white h1.title,
.content.white h2.title,
.content.white h3.title {
  -webkit-text-stroke-color: white;
}
.content a {
  text-decoration: underline;
}
.content a.no-underline {
  text-decoration: none;
}
.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
  text-decoration: none;
}
.content img {
  width: auto;
  height: auto;
  max-width: 80%;
}
.content ol,
.content ul {
  margin-left: 40px;
}
.content ol.news,
.content ul.news {
  margin-left: 0;
  list-style: none;
}
.content ol.news li,
.content ul.news li {
  border-bottom: 1px solid #b3b3b3;
  margin: 0 0 50px 0;
}
.content ol.news li:first-child,
.content ul.news li:first-child {
  margin-top: 50px;
}
.content ol.news li .columns,
.content ul.news li .columns {
  margin: 0 -10px;
  align-items: flex-end;
  justify-content: flex-end;
}
.content ol.news li .columns .column:first-child,
.content ul.news li .columns .column:first-child {
  flex-grow: 3;
}
.content ol.news li .columns .column .inside,
.content ul.news li .columns .column .inside {
  padding: 0 10px;
}
.content ol.social-media,
.content ul.social-media {
  margin-left: 0;
  list-style: none;
}
.content ol.social-media li,
.content ul.social-media li {
  margin: 0 30px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.content ol.social-media li:last-child,
.content ul.social-media li:last-child {
  margin-right: 0;
}
.content ol.social-media li a,
.content ul.social-media li a {
  font-size: 1.625em;
  display: block;
}
.content ol.social-media li a svg,
.content ul.social-media li a svg {
  width: auto;
  height: 25px;
}
.content ol li,
.content ul li {
  line-height: 1.5em;
}
.content ol li.gray,
.content ul li.gray {
  color: #b3b3b3;
}
.content ol li.small,
.content ul li.small {
  font-size: 0.75em;
}

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

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

x. Arrow

*********************************************************************************************/
a.arrow-left {
  text-decoration: none;
  display: block;
}
a.arrow-left:before {
  content: url("../img/arrow-left-dark.svg");
  margin: 0 20px 0 0;
  position: relative;
  top: -2px;
}
a.arrow-right {
  text-decoration: none;
  display: block;
}
a.arrow-right:after {
  content: url("../img/arrow-right-dark.svg");
  margin: 0 0 0 10px;
  position: relative;
  top: -2px;
}

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

x. Form

*********************************************************************************************/
form {
  position: relative;
}
form ::placeholder {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 1;
}
form input[type=email] {
  color: black;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  width: 100%;
  height: 60px;
  background: transparent;
  border: 1px solid black;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form input[type=submit] {
  width: auto;
  height: 60px;
  background: transparent;
  border: none;
  border-left: 1px solid black;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

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

x. Header

*********************************************************************************************/
header {
  background: black;
  padding: 80px 0;
}
header .hamburger {
  display: block;
  position: relative;
  width: 30px;
  height: 17px;
  display: none;
  position: relative;
}
header .hamburger .label {
  color: white;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
}
header .hamburger .line {
  width: 100%;
  height: 2px;
  background: white;
  display: none;
  position: absolute;
  left: 0;
}
header .hamburger .line:nth-child(1) {
  top: 0;
}
header .hamburger .line:nth-child(2) {
  bottom: 0;
}
header .logo {
  width: 450px;
  height: auto;
  display: block;
}
header .logo svg {
  fill: white;
}
header .logo:hover {
  opacity: 1;
}
header .navigation {
  list-style: none;
}
header .navigation li {
  margin: 0 0 0 30px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
header .navigation li:first-child {
  margin-left: 0;
}
header .navigation li.current-menu-item a:after {
  width: 100%;
}
header .navigation li a {
  color: white;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
  position: relative;
}
header .navigation li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: white;
  position: absolute;
  bottom: -10px;
  left: 0;
}
header .navigation li a:hover {
  opacity: 1;
}
header .navigation li a:hover:after {
  width: 100%;
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -ms-transition: width 0.25s ease;
  -o-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

x. Main

*********************************************************************************************/
main {
  padding: 80px 0 0 0;
  overflow: hidden;
}
main section {
  margin: 0 0 80px 0;
}
main section.full-width:first-child {
  margin-top: -80px;
}
main section.full-width:last-child {
  margin-bottom: 0;
}
main section.hidden {
  display: none;
}

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

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

x. Footer

*********************************************************************************************/
footer {
  background: black;
  padding: 80px 0;
}
footer .columns {
  margin: 0 -40px;
  display: flex;
  align-items: flex-start;
}
footer .columns .column .inside {
  padding: 0 40px;
}
footer form input[type=email],
footer form input[type=submit] {
  color: white;
  border-color: white;
}
footer .list {
  margin-left: 0;
  list-style: none;
}
footer .list li {
  margin: 0 0 20px 0;
}
footer .list li:last-child {
  margin-bottom: 0;
}

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

x. Pop-Up

*********************************************************************************************/
.pop-up {
  display: none;
}
.pop-up .content {
  margin: 30px 0 0 0;
}
.pop-up .content .inquire-and-share {
  margin-left: 0;
  list-style: none;
}
.pop-up .content .inquire-and-share li {
  margin: 0 20px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.pop-up .content .inquire-and-share li:last-child {
  margin-right: 0;
}
.pop-up .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 70vh;
  margin: 0 auto;
}

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

x. Anchor Links
x. Categories
x. Tabs

*********************************************************************************************/
section.anchor-links .categories,
section.anchor-links .anchor-links,
section.anchor-links .tabs,
section.categories .categories,
section.categories .anchor-links,
section.categories .tabs,
section.tabs .categories,
section.tabs .anchor-links,
section.tabs .tabs {
  margin: 0 0 -30px 0;
  list-style: none;
}
section.anchor-links .categories li,
section.anchor-links .anchor-links li,
section.anchor-links .tabs li,
section.categories .categories li,
section.categories .anchor-links li,
section.categories .tabs li,
section.tabs .categories li,
section.tabs .anchor-links li,
section.tabs .tabs li {
  margin: 0 30px 30px 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
section.anchor-links .categories li:last-child,
section.anchor-links .anchor-links li:last-child,
section.anchor-links .tabs li:last-child,
section.categories .categories li:last-child,
section.categories .anchor-links li:last-child,
section.categories .tabs li:last-child,
section.tabs .categories li:last-child,
section.tabs .anchor-links li:last-child,
section.tabs .tabs li:last-child {
  margin-right: 0;
}
section.anchor-links .categories li.current-menu-item a:after,
section.anchor-links .anchor-links li.current-menu-item a:after,
section.anchor-links .tabs li.current-menu-item a:after,
section.categories .categories li.current-menu-item a:after,
section.categories .anchor-links li.current-menu-item a:after,
section.categories .tabs li.current-menu-item a:after,
section.tabs .categories li.current-menu-item a:after,
section.tabs .anchor-links li.current-menu-item a:after,
section.tabs .tabs li.current-menu-item a:after {
  width: 100%;
}
section.anchor-links .categories li a,
section.anchor-links .anchor-links li a,
section.anchor-links .tabs li a,
section.categories .categories li a,
section.categories .anchor-links li a,
section.categories .tabs li a,
section.tabs .categories li a,
section.tabs .anchor-links li a,
section.tabs .tabs li a {
  color: black;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
  position: relative;
}
section.anchor-links .categories li a:after,
section.anchor-links .anchor-links li a:after,
section.anchor-links .tabs li a:after,
section.categories .categories li a:after,
section.categories .anchor-links li a:after,
section.categories .tabs li a:after,
section.tabs .categories li a:after,
section.tabs .anchor-links li a:after,
section.tabs .tabs li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: black;
  position: absolute;
  bottom: -10px;
  left: 0;
}
section.anchor-links .categories li a:hover,
section.anchor-links .anchor-links li a:hover,
section.anchor-links .tabs li a:hover,
section.categories .categories li a:hover,
section.categories .anchor-links li a:hover,
section.categories .tabs li a:hover,
section.tabs .categories li a:hover,
section.tabs .anchor-links li a:hover,
section.tabs .tabs li a:hover {
  opacity: 1;
}
section.anchor-links .categories li a:hover:after,
section.anchor-links .anchor-links li a:hover:after,
section.anchor-links .tabs li a:hover:after,
section.categories .categories li a:hover:after,
section.categories .anchor-links li a:hover:after,
section.categories .tabs li a:hover:after,
section.tabs .categories li a:hover:after,
section.tabs .anchor-links li a:hover:after,
section.tabs .tabs li a:hover:after {
  width: 100%;
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -ms-transition: width 0.25s ease;
  -o-transition: width 0.25s ease;
  transition: width 0.25s ease;
}

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

x. Artists

*********************************************************************************************/
section.artists .grid {
  margin: -30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.artists .grid .item .inside {
  padding: 30px;
}
section.artists .grid .item .inside a {
  display: block;
}
section.artists .grid .item .inside a:hover {
  opacity: 1;
}
section.artists .grid .item .inside a:hover .image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 2s ease;
  -moz-transition: transform 2s ease;
  -ms-transition: transform 2s ease;
  -o-transition: transform 2s ease;
  transition: transform 2s ease;
}
section.artists .grid .item .inside a .exhibition-title,
section.artists .grid .item .inside a .image,
section.artists .grid .item .inside a .title {
  display: block;
}
section.artists .grid .item .inside a .exhibition-title.small-margin,
section.artists .grid .item .inside a .image.small-margin,
section.artists .grid .item .inside a .title.small-margin {
  margin: 0 0 5px 0;
}
section.artists .grid .item .inside a .exhibition-title {
  font-size: 1.25em;
}
section.artists .grid .item .inside a .title {
  font-family: "george-display-regular", sans-serif;
  font-size: 2em;
  font-weight: normal;
}
section.artists .grid .item .inside .image {
  margin: 0 0 20px 0;
  overflow: hidden;
}
section.artists .grid .item .inside .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);
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}

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

x. Featured News

*********************************************************************************************/
section.featured-news .columns {
  margin: 0 -40px;
  display: flex;
  align-items: flex-start;
}
section.featured-news .columns .column:first-child .inside {
  padding-top: 80px;
}
section.featured-news .columns .column .inside {
  padding: 0 40px;
}
section.featured-news .columns .column .inside .content {
  margin: 0 0 80px 0;
}
section.featured-news .columns .column .inside .post .content {
  max-width: 60%;
  margin: 0;
}
section.featured-news .columns .column .inside .post .image {
  margin: 0 0 50px 0;
  display: block;
}

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

x. Introduction

*********************************************************************************************/
section.introduction {
  pointer-events: none;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -ms-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
section.introduction.hidden {
  display: none;
}
section.introduction .wrapper {
  padding: 0 4.5vw;
}

body.scrolled section.introduction {
  opacity: 0;
}

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

x. Map

*********************************************************************************************/
section.map #map {
  width: 100%;
  height: 50vw;
}
section.map #map .label {
  width: auto !important;
  height: auto;
}
section.map #map .label.general {
  color: black;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-transform: uppercase;
}
section.map #map .label.main {
  color: #c0272d;
  font-family: "george-display-regular", sans-serif;
  font-size: 3em;
  font-weight: normal;
  line-height: 1em;
}
section.map #map .label img {
  display: none;
}

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

x. Pagination

*********************************************************************************************/
section.pagination .next-link {
  display: none;
}
section.pagination .pagination {
  list-style: none;
}
section.pagination .pagination li {
  margin: 0 40px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
section.pagination .status {
  display: none;
}
section.pagination .status .loader .arrow,
section.pagination .status .loader .label {
  text-align: center;
  display: block;
}
section.pagination .status .loader .arrow svg,
section.pagination .status .loader .label svg {
  margin: 0 auto;
}
section.pagination .status .loader .label {
  margin: 0 0 30px 0;
}

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

x. Posts

*********************************************************************************************/
section.posts .post {
  margin: 0 0 80px 0;
}
section.posts .post:last-child {
  margin-bottom: 0;
}
section.posts .post .columns {
  margin: 0 -40px;
  display: flex;
  align-items: center;
}
section.posts .post .columns .column .inside {
  padding: 0 40px;
}
section.posts .post .columns .column .inside .content {
  border-bottom: 1px solid #b3b3b3;
  padding: 0 0 30px 0;
}
section.posts .post .columns .column .inside .content .meta {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
section.posts .post .columns .column .inside .image {
  display: block;
}

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

x. Text

*********************************************************************************************/
section.text.back {
  margin: -40px 0 40px 0;
}
section.text.background-gray {
  background: #ececec;
  padding: 80px 0;
}
section.text.text-alignment-center .columns {
  align-items: center;
}
section.text .columns {
  margin: 0 -40px;
  display: flex;
  align-items: flex-start;
}
section.text .columns .column .inside {
  padding: 0 40px;
}

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

x. Text + Image
x. Text + Slideshow

*********************************************************************************************/
section.text-image.overlay,
section.text-slideshow.overlay {
  background: black;
  padding: 15vw 0 4.5vw 0;
}
section.text-image.overlay .content,
section.text-slideshow.overlay .content {
  max-width: 60%;
}
section.text-image.overlay .image,
section.text-slideshow.overlay .image {
  margin: 0 0 50px 0;
  position: relative;
}
section.text-image.overlay .image .content,
section.text-slideshow.overlay .image .content {
  max-width: none;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -2.5vw;
  right: -2.5vw;
}
section.text-image.overlay .image .content h1.title,
section.text-slideshow.overlay .image .content h1.title {
  font-size: 18vw;
}
section.text-image.background-gray,
section.text-slideshow.background-gray {
  background: #ececec;
  padding: 80px 0;
}
section.text-image.text-alignment-bottom .columns,
section.text-slideshow.text-alignment-bottom .columns {
  align-items: flex-end;
}
section.text-image.text-alignment-center .columns,
section.text-slideshow.text-alignment-center .columns {
  align-items: center;
}
section.text-image.text-alignment-top .columns,
section.text-slideshow.text-alignment-top .columns {
  align-items: flex-start;
}
section.text-image.text-position-left .columns,
section.text-slideshow.text-position-left .columns {
  flex-direction: row-reverse;
}
section.text-image.text-position-right .columns,
section.text-slideshow.text-position-right .columns {
  flex-direction: row;
}
section.text-image .columns,
section.text-slideshow .columns {
  margin: 0 -40px;
  display: flex;
  align-items: flex-start;
}
section.text-image .columns .column .inside,
section.text-slideshow .columns .column .inside {
  padding: 0 40px;
}
section.text-image .columns .column .inside a .image,
section.text-slideshow .columns .column .inside a .image {
  display: block;
}

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

x. Title

*********************************************************************************************/
section.title {
  position: relative;
}
section.title.background-gray {
  background: #ececec;
  padding: 80px 0 0 0;
}
section.title.background-gray-half-height .background {
  display: block;
}
section.title .background {
  background: #ececec;
  width: auto;
  height: 50%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
section.title .wrapper {
  z-index: 10;
}

section.title.background-gray + section.text.background-gray {
  margin-top: -80px;
}

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

x. Thumbnails

*********************************************************************************************/
section.thumbnails .grid {
  margin: -30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.thumbnails .grid .item .inside {
  padding: 30px;
}

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

x. Video

*********************************************************************************************/
section.video .grid,
section.videos .grid {
  margin: -30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.video .grid .item .inside,
section.videos .grid .item .inside {
  padding: 30px;
}

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

x. Templates

*********************************************************************************************/
body.home {
  background: black;
  -webkit-transition: background 3s ease;
  -moz-transition: background 3s ease;
  -ms-transition: background 3s ease;
  -o-transition: background 3s ease;
  transition: background 3s ease;
}
body.home.scrolled {
  background: white;
}
body.home.scrolled footer {
  opacity: 1;
}
body.home.scrolled main section.background-gray {
  background: #ececec;
}
body.home.scrolled main section.text-image.overlay .content.white {
  opacity: 1;
}
body.home footer {
  opacity: 0.2;
  -webkit-transition: opacity 3s ease;
  -moz-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  -o-transition: opacity 3s ease;
  transition: opacity 3s ease;
}
body.home main section.background-gray {
  background: black;
  -webkit-transition: background 3s ease;
  -moz-transition: background 3s ease;
  -ms-transition: background 3s ease;
  -o-transition: background 3s ease;
  transition: background 3s ease;
}
body.home main section.text-image.overlay .content.white {
  opacity: 0.2;
  -webkit-transition: opacity 3s ease;
  -moz-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  -o-transition: opacity 3s ease;
  transition: opacity 3s ease;
}

.single-post section.text .wrapper.medium,
.single-post section.title .wrapper.medium,
.single-post section.video .wrapper.medium {
  max-width: 1200px;
}
.single-post section.slideshow .wrapper.large {
  max-width: 1200px;
}

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

x. WordPress Core

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

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

.alignright {
  float: right;
  margin: 0 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

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

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

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

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

.wp-caption {
  max-width: 100%;
}

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

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

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

.wp-caption p.wp-caption-text {
  font-size: 0.75em;
  margin: 5px 0 0 0;
}

.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: 1300px) {
  h1.fill span, h2.fill span, h3.fill span, h4.fill span {
    line-height: 0.75em;
  }
}
@media only screen and (max-width: 1100px) {
  h1 {
    font-size: 5em;
  }
  h2 {
    font-size: 3.125em;
  }
  h3,
  h4 {
    font-size: 2em;
  }
  h5 {
    font-size: 1em;
  }
  .wrapper.medium,
  .wrapper.small {
    padding: 0 4.5vw;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper.large,
  .wrapper.medium,
  .wrapper.small {
    margin: 0 30px;
    padding: 0;
  }
}
@media only screen and (max-width: 700px) {
  .content ol.news li,
  .content ul.news li {
    margin: 0 0 30px 0;
  }
  .content ol.news li:first-child,
  .content ul.news li:first-child {
    margin-top: 0;
  }
  .content ol.news li .columns .column:not(:last-child),
  .content ul.news li .columns .column:not(:last-child) {
    margin: 0;
  }
  .content img {
    max-width: 100%;
  }
  h1 {
    font-size: 4em;
  }
}
/********************************************************************************************* 

x. Artists

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  section.artists .grid .item .inside a .title {
    font-size: 1.5em;
  }
  section.artists .grid .item .inside a .exhibition-title {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1000px) {
  section.artists .grid {
    margin: -20px;
  }
  section.artists .grid .item .inside {
    padding: 20px;
  }
}
@media only screen and (max-width: 800px) {
  section.artists .grid {
    margin: -15px;
  }
  section.artists .grid .item {
    width: 50%;
  }
  section.artists .grid .item .inside {
    padding: 15px;
  }
}
@media only screen and (max-width: 500px) {
  section.artists .grid .item {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Featured News

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.featured-news {
    margin-top: -80px;
  }
  section.featured-news .wrapper {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  section.featured-news .columns .column .inside .post .content {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1000px) {
  section.featured-news .columns .column .inside .post .content {
    max-width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 800px) {
  section.featured-news {
    margin-top: -60px;
  }
  section.featured-news .columns {
    margin: 0 -15px;
  }
  section.featured-news .columns .column .inside {
    padding: 0 15px;
  }
  section.featured-news .columns .column:first-child .inside {
    padding-top: 60px;
  }
  section.featured-news .columns .column .inside .post .image {
    margin: 0 0 30px 0;
  }
  section.featured-news .columns .column .inside .content {
    margin: 0 0 60px 0;
  }
  section.featured-news .wrapper {
    margin-right: 0;
  }
}
@media only screen and (max-width: 700px) {
  section.featured-news {
    margin-top: 0;
  }
  section.featured-news .columns {
    flex-direction: column;
  }
  section.featured-news .columns .column {
    width: 100%;
  }
  section.featured-news .columns .column:not(:last-child) {
    margin: 0 0 60px 0;
  }
  section.featured-news .columns .column:first-child .inside {
    padding-top: 0;
  }
  section.featured-news .columns .column .inside .post .content {
    max-width: none;
  }
  section.featured-news .wrapper {
    margin-right: 30px;
  }
}
/********************************************************************************************* 

x. Footer

*********************************************************************************************/
@media only screen and (max-width: 900px) {
  footer .columns {
    flex-wrap: wrap;
  }
  footer .columns .column:not(:last-child) {
    width: 50%;
  }
  footer .columns .column:last-child {
    width: 100%;
    margin: 80px 0 0 0;
  }
  footer .list {
    text-align: center;
  }
  footer .list li {
    margin: 0 10px;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
}
@media only screen and (max-width: 800px) {
  footer {
    padding: 60px 0;
  }
  footer .columns {
    margin: 0 -15px;
  }
  footer .columns .column:last-child {
    margin: 60px 0 0 0;
  }
  footer .columns .column .inside {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 700px) {
  footer .columns {
    flex-direction: column-reverse;
  }
  footer .columns .column:not(:last-child) {
    width: 100%;
    margin: 60px 0 0 0;
  }
  footer .columns .column:last-child {
    margin: 0;
  }
  footer .content {
    text-align: center;
  }
  footer form {
    max-width: 400px;
    margin: 0 auto;
  }
}
/********************************************************************************************* 

x. Form

*********************************************************************************************/
@media only screen and (max-width: 800px) {
  form input[type=email],
  form input[type=submit] {
    height: 40px;
  }
}
/********************************************************************************************* 

x. Gallery

*********************************************************************************************/
@media only screen and (max-width: 500px) {
  section.gallery .slick-slide .image {
    width: 100%;
    height: auto;
  }
  section.gallery .slick-slide .image img {
    width: 100%;
    height: auto;
  }
}
/********************************************************************************************* 

x. Header

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  header {
    padding: 60px 0;
  }
  header .hamburger {
    display: block;
  }
  header .hamburger.open {
    position: fixed;
    top: 4.5vw;
    right: 4.5vw;
    z-index: 99999;
  }
  header .hamburger.open .label {
    display: none;
  }
  header .hamburger.open .line {
    display: block;
  }
  header .hamburger.open .line:nth-child(1),
  header .hamburger.open .line:nth-child(2) {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
  }
  header .hamburger.open .line:nth-child(1) {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .hamburger.open .line:nth-child(2) {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .navigation {
    display: none;
  }
  header .navigation.open {
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  header .navigation.open li {
    text-align: center;
    width: 100%;
    margin: 0;
    display: block;
  }
  header .navigation.open li a {
    font-size: 3vmax;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
}
@media only screen and (max-width: 800px) {
  header {
    padding: 40px 0;
  }
  header .hamburger.open {
    top: 30px;
    right: 30px;
  }
}
@media only screen and (max-width: 600px) {
  header .logo {
    width: 80%;
    overflow: hidden;
  }
  header .logo svg {
    width: 117%;
  }
}
/********************************************************************************************* 

x. Introduction

*********************************************************************************************/
@media only screen and (max-width: 700px) {
  section.introduction {
    display: none;
  }
}
/********************************************************************************************* 

x. Main

*********************************************************************************************/
@media only screen and (max-width: 800px) {
  main {
    padding: 60px 0 0 0;
  }
  main section {
    margin: 0 0 60px 0;
  }
  main section.full-width:first-child,
  section.full-width + section.full-width {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 600px) {
  main {
    padding: 30px 0 0 0;
  }
  main section {
    margin: 0 0 30px 0;
  }
  main section.full-width:first-child,
  section.full-width + section.full-width {
    margin-top: -30px;
  }
}
/********************************************************************************************* 

x. Map

*********************************************************************************************/
@media only screen and (max-width: 600px) {
  section.map #map {
    height: 50vh;
  }
}
/********************************************************************************************* 

x. Pagination

*********************************************************************************************/
@media only screen and (max-width: 800px) {
  section.pagination .pagination li {
    margin: 0 15px;
  }
}
/********************************************************************************************* 

x. Posts

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  section.posts .post .columns {
    margin: 0 -30px;
  }
  section.posts .post .columns .column .inside {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1000px) {
  section.posts .post .columns {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 800px) {
  section.posts .post {
    margin: 0 0 60px 0;
  }
  section.posts .post .columns {
    margin: 0 -15px;
  }
  section.posts .post .columns .column .inside {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 700px) {
  section.posts .post .columns {
    flex-direction: column;
  }
  section.posts .post .columns .column {
    width: 100%;
  }
  section.posts .post .columns .column:not(:last-child) {
    margin: 0 0 30px 0;
  }
  section.posts .post .columns .column .inside .content {
    border-bottom: none;
    padding: 0;
  }
}
/********************************************************************************************* 

x. Slick

*********************************************************************************************/
@media only screen and (max-width: 500px) {
  section.text-slideshow .slick-slide .arrows li .arrow-left:before {
    margin: 0 5px 0 0;
  }
  section.text-slideshow .slick-slide .arrows li .arrow-right:after {
    margin: 0 0 0 5px;
  }
  section.text-slideshow .slick-slide .arrows,
  .slick-slide .content {
    padding: 10px 0 0 0;
  }
}
/********************************************************************************************* 

x. Templates

*********************************************************************************************/
@media only screen and (max-width: 700px) {
  body.home {
    background: white;
  }
  body.home main section.background-gray {
    background: #ececec;
  }
}
/********************************************************************************************* 

x. Text

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  section.text .columns {
    margin: 0 -30px;
  }
  section.text .columns .column .inside {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 800px) {
  section.text.back {
    margin: -30px 0 30px 0;
  }
  section.text.background-gray {
    padding: 60px 0;
  }
  section.text .columns {
    margin: 0 -15px;
  }
  section.text .columns .column .inside {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 700px) {
  section.text .columns {
    flex-direction: column;
  }
  section.text .columns .column {
    width: 100%;
  }
  section.text .columns .column:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 600px) {
  section.text.back {
    margin: 0 0 30px 0;
  }
}
/********************************************************************************************* 

x. Text + Image
x. Text + Slideshow

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.text-image:first-child,
  section.text-image:not(.background-gray) + section.full-width {
    margin-top: -80px;
  }
  section.text-image.text-position-left .wrapper {
    padding-right: 0;
  }
  section.text-image.text-position-right .wrapper {
    padding-left: 0;
  }
  section.text-image.background-gray,
  section.text-slideshow.background-gray {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  section.text-image .columns,
  section.text-slideshow .columns {
    margin: 0 -30px;
  }
  section.text-image .columns .column .inside,
  section.text-slideshow .columns .column .inside {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1100px) {
  section.text-image.overlay,
  section.text-slideshow.overlay {
    padding: 60px 0;
  }
  section.text-image.overlay .image .content,
  section.text-slideshow.overlay .image .content {
    padding: 60px 0 0 0;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  section.text-image.overlay .content,
  section.text-slideshow.overlay .content {
    max-width: 80%;
  }
}
@media only screen and (max-width: 800px) {
  section.text-image:first-child,
  section.text-image:not(.background-gray) + section.full-width {
    margin-top: 0;
  }
  section.text-image.background-gray,
  section.text-slideshow.background-gray {
    padding: 60px 0;
  }
  section.text-image .columns,
  section.text-slideshow .columns {
    margin: 0 -15px;
  }
  section.text-image.text-position-left .columns,
  section.text-slideshow.text-position-left .columns,
  section.text-image.text-position-right .columns,
  section.text-slideshow.text-position-right .columns {
    flex-direction: column;
  }
  section.text-image .columns .column,
  section.text-slideshow .columns .column {
    width: 100%;
  }
  section.text-image .columns .column:not(:last-child),
  section.text-slideshow .columns .column:not(:last-child) {
    margin: 0 0 30px 0;
  }
  section.text-image .columns .column .inside,
  section.text-slideshow .columns .column .inside {
    padding: 0 15px;
  }
  section.text-image.background-gray + section.text-image.background-gray,
  section.text-image.background-gray + section.text-slideshow.background-gray,
  section.text-slideshow.background-gray + section.text-slideshow.background-gray,
  section.text-slideshow.background-gray + section.text-image.background-gray {
    padding-top: 0;
  }
  section.text-image.overlay .content,
  section.text-slideshow.overlay .content {
    max-width: 100%;
  }
}
/********************************************************************************************* 

x. Thumbnails

*********************************************************************************************/
@media only screen and (max-width: 900px) {
  section.thumbnails .grid .item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 800px) {
  section.thumbnails .grid {
    margin: -15px;
  }
  section.thumbnails .grid .item .inside {
    padding: 15px;
  }
}
@media only screen and (max-width: 700px) {
  section.thumbnails .grid .item {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  section.thumbnails .grid .item {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Video

*********************************************************************************************/
@media only screen and (max-width: 800px) {
  section.video .grid,
  section.videos .grid {
    margin: -15px;
  }
  section.video .grid .item .inside,
  section.videos .grid .item .inside {
    padding: 15px;
  }
}
@media only screen and (max-width: 700px) {
  section.video .grid .item,
  section.videos .grid .item {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Smaller than 1024px

*********************************************************************************************/
@media only screen and (max-width: 1024px) {
  input,
  textarea {
    border-radius: 0;
    -webkit-appearance: none;
  }
}

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