/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

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: #1e1e1e;
  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);
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@media (min-width: 1150px) {
  .show-on-mob {
    display: none;
  }
}

@media (max-width: 1150px) {
  .hide-on-mob {
    display: none;
  }
}

.responsive-embed {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  max-width: 100%;
  margin: 60px 0;
}
@media (max-width: 1302px) {
  .responsive-embed {
    margin: 50px 0;
  }
}
@media (max-width: 1023px) {
  .responsive-embed {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .responsive-embed {
    margin: 30px -30px;
  }
}
.responsive-embed > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
main,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

small, .small {
  font-size: 75%;
}

ul, ol {
  padding: 0;
  list-style-type: none;
}

dd {
  margin: 0;
}

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

.lightgrey-bg {
  background: #f2f2f2;
}

.grey-bg {
  background: #3c3c3c;
}

.midgrey-bg {
  background: #dfdfdf;
}

.midgrey2-bg {
  background: #cdcdcd;
}

.darkgrey-bg {
  background: #292929;
}

.darkgrey2-bg {
  background: #464646;
}

.darkgrey3-bg {
  background: #4f4f4f;
}

.red-bg {
  background: #ea3e37;
}

@media (max-width: 480px) {
  .lightgrey-bg-mob {
    background: #f2f2f2 !important;
  }

  .grey-bg-mob {
    background: #3c3c3c !important;
  }

  .midgrey-bg-mob {
    background: #dfdfdf !important;
  }

  .midgrey2-bg-mob {
    background: #cdcdcd !important;
  }

  .darkgrey-bg-mob {
    background: #292929 !important;
  }

  .darkgrey2-bg-mob {
    background: #464646 !important;
  }

  .darkgrey3-bg-mob {
    background: #4f4f4f !important;
  }

  .red-bg-mob {
    background: #ea3e37 !important;
  }
}
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: "Gotham";
  src: url("../css/fonts/gotham/Gotham-Bold.woff2") format("woff2"), url("../css/fonts/gotham/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Extra";
  src: url("../css/fonts/gotham/Gotham-ExtraLightItalic.woff2") format("woff2"), url("../css/fonts/gotham/Gotham-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Gotham Light";
  src: url("../css/fonts/gotham/Gotham-Light.woff2") format("woff2"), url("../css/fonts/gotham/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Book";
  src: url("../css/fonts/gotham/Gotham-Book.woff2") format("woff2"), url("../css/fonts/gotham/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../css/fonts/gotham/Gotham-LightItalic.woff2") format("woff2"), url("../css/fonts/gotham/Gotham-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gotham Extra";
  src: url("../css/fonts/gotham/Gotham-ExtraLight.woff2") format("woff2"), url("../css/fonts/gotham/Gotham-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../css/fonts/gotham/Gotham-Medium.woff2") format("woff2"), url("../css/fonts/gotham/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, a, p {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  color: #3c3c3c;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.default-text img {
  max-width: 100%;
  margin: 60px 0;
}
@media (max-width: 1302px) {
  .default-text img {
    margin: 50px 0px;
  }
}
@media (max-width: 1023px) {
  .default-text img {
    margin: 40px 0px;
  }
}
@media (max-width: 480px) {
  .default-text img {
    margin: 30px 0px;
  }
}
.default-text h2 {
  font-size: 30pt;
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  .default-text h2 {
    font-size: 26pt;
    line-height: 28pt;
  }
}
@media (max-width: 480px) {
  .default-text h2 {
    font-size: 21pt;
    line-height: 24pt;
  }
}
.default-text h3 {
  margin: 0 0 4px;
  font-size: 20pt;
  line-height: 20pt;
}
@media (max-width: 480px) {
  .default-text h3 {
    font-size: 14pt;
    font-weight: bold;
  }
}
.default-text h4 {
  margin: 0 0 4px;
  font-size: 20pt;
  line-height: 22pt;
  font-family: Gotham Light;
}
@media (max-width: 480px) {
  .default-text h4 {
    font-size: 14pt;
    font-weight: bold;
  }
}
.default-text h5 {
  margin: 0 0 4px;
  font-size: 18pt;
  line-height: 20pt;
  font-family: Gotham Light;
}
@media (max-width: 480px) {
  .default-text h5 {
    font-size: 14pt;
    font-weight: bold;
  }
}
.default-text h6 {
  margin: 0 0 4px;
  font-size: 16pt;
  line-height: 18pt;
  font-family: Gotham Light;
}
@media (max-width: 480px) {
  .default-text h6 {
    font-size: 14pt;
    font-weight: bold;
  }
}
.default-text li, .default-text p, .default-text .gfield_label {
  font-family: Gotham Book;
  font-size: 14pt;
  line-height: 21pt;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  .default-text li, .default-text p, .default-text .gfield_label {
    font-size: 13pt;
    line-height: 21pt;
  }
}
@media (max-width: 480px) {
  .default-text li, .default-text p, .default-text .gfield_label {
    font-size: 12pt;
    line-height: 20pt;
    margin: 0 0 20px;
  }
}
.default-text li:last-child, .default-text p:last-child, .default-text .gfield_label:last-child {
  margin: 0;
}
.default-text li a, .default-text p a, .default-text .gfield_label a {
  color: #ea3e37;
}
.default-text li a:hover, .default-text p a:hover, .default-text .gfield_label a:hover {
  color: #3c3c3c;
}
.default-text ul, .default-text ol {
  list-style: disc;
  margin-left: 20px;
}
.default-text ul li, .default-text ol li {
  margin: 4px 0;
  color: #3c3c3c;
}
.default-text a.grey-link {
  color: #3c3c3c;
}
.default-text a.grey-link:hover {
  color: #ea3e37;
}
.default-text ol {
  list-style: decimal;
  margin-left: 22px;
}
.default-text ul.table {
  list-style: none;
  display: table;
  width: 100%;
  margin-left: 0;
  border-spacing: 0 5px;
}
.default-text ul.table li {
  display: table-row;
  margin-left: 0;
}
.default-text ul.table li p {
  display: table-cell;
}
.default-text ul.table li p:last-child {
  font-weight: bold;
}
.default-text ul.table li:first-child p {
  font-weight: bold;
}
.default-text .btn {
  margin-top: 10px;
}
.default-text.white-text h1, .default-text.white-text h2, .default-text.white-text h3, .default-text.white-text h4, .default-text.white-text h5, .default-text.white-text h6, .default-text.white-text p, .default-text.white-text a, .default-text.white-text li {
  color: white;
}
.default-text.white-text a:not(.white) {
  color: #ea3e37;
}
.default-text.white-text a:not(.white):hover {
  color: white;
}
.default-text .contact-data {
  margin: 60px 0 0;
}
@media (max-width: 480px) {
  .default-text .contact-data {
    margin: 20px 0 0;
  }
}
.default-text .contact-data ul {
  list-style: none;
  margin: 0 40px 0 0;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 480px) {
  .default-text .contact-data ul {
    width: 100%;
    margin: 20px 0 0;
  }
}
.default-text .contact-data ul li a {
  color: #3c3c3c;
}
.default-text .contact-data ul li a:hover {
  color: #ea3e37;
}
@media (max-width: 480px) {
  .default-text .contact-data ul:first-child {
    margin: 0;
  }
}

p.p-large,
.p-large p {
  font-size: 18pt;
  line-height: 24pt;
  font-family: Gotham Light;
}
@media (max-width: 1302px) {
  p.p-large,
.p-large p {
    font-size: 17pt;
    line-height: 23pt;
  }
}
@media (max-width: 1023px) {
  p.p-large,
.p-large p {
    font-size: 16pt;
    line-height: 20pt;
  }
}
@media (max-width: 480px) {
  p.p-large,
.p-large p {
    font-size: 14pt;
    line-height: 18pt;
  }
}

p.p-small,
.p-small p {
  font-size: 12pt;
  line-height: 14pt;
}

.p-large .line {
  height: 8px;
  width: 130px;
  background: #ea3e37;
  display: block;
  margin: 0 0 60px;
  max-width: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1302px) {
  .p-large .line {
    margin: 0 0 50px;
  }
}
@media (max-width: 1023px) {
  .p-large .line {
    margin: 0 0 40px;
  }
}
@media (max-width: 480px) {
  .p-large .line {
    width: 25%;
    margin: 0 0 30px;
  }
}
.p-large .line.show {
  max-width: 130px;
}
@media (max-width: 480px) {
  .p-large .line.show {
    max-width: 25%;
  }
}

.center-text {
  text-align: center;
}

.grey-bg .default-text h2, .grey-bg .default-text h3, .grey-bg .default-text h4, .grey-bg .default-text h5, .grey-bg .default-text h6, .grey-bg .default-text p, .grey-bg .default-text ul li,
.darkgrey-bg .default-text h2,
.darkgrey-bg .default-text h3,
.darkgrey-bg .default-text h4,
.darkgrey-bg .default-text h5,
.darkgrey-bg .default-text h6,
.darkgrey-bg .default-text p,
.darkgrey-bg .default-text ul li,
.darkgrey2-bg .default-text h2,
.darkgrey2-bg .default-text h3,
.darkgrey2-bg .default-text h4,
.darkgrey2-bg .default-text h5,
.darkgrey2-bg .default-text h6,
.darkgrey2-bg .default-text p,
.darkgrey2-bg .default-text ul li,
.darkgrey3-bg .default-text h2,
.darkgrey3-bg .default-text h3,
.darkgrey3-bg .default-text h4,
.darkgrey3-bg .default-text h5,
.darkgrey3-bg .default-text h6,
.darkgrey3-bg .default-text p,
.darkgrey3-bg .default-text ul li {
  color: white;
}
.grey-bg .default-text a:not(.white):not(.btn),
.darkgrey-bg .default-text a:not(.white):not(.btn),
.darkgrey2-bg .default-text a:not(.white):not(.btn),
.darkgrey3-bg .default-text a:not(.white):not(.btn) {
  color: #ea3e37;
}
.grey-bg .default-text a:not(.white):not(.btn):hover,
.darkgrey-bg .default-text a:not(.white):not(.btn):hover,
.darkgrey2-bg .default-text a:not(.white):not(.btn):hover,
.darkgrey3-bg .default-text a:not(.white):not(.btn):hover {
  color: white;
}
.grey-bg .default-text .contact-data ul li a:not(.white):not(.btn),
.darkgrey-bg .default-text .contact-data ul li a:not(.white):not(.btn),
.darkgrey2-bg .default-text .contact-data ul li a:not(.white):not(.btn),
.darkgrey3-bg .default-text .contact-data ul li a:not(.white):not(.btn) {
  color: white;
}
.grey-bg .default-text .contact-data ul li a:not(.white):not(.btn):hover,
.darkgrey-bg .default-text .contact-data ul li a:not(.white):not(.btn):hover,
.darkgrey2-bg .default-text .contact-data ul li a:not(.white):not(.btn):hover,
.darkgrey3-bg .default-text .contact-data ul li a:not(.white):not(.btn):hover {
  color: #ea3e37;
}

.wrap {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .wrap {
    max-width: 1180px;
  }
}
@media (max-width: 1300px) {
  .wrap {
    padding: 0 60px;
  }
}
@media (max-width: 1023px) {
  .wrap {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .wrap {
    padding: 0 30px;
  }
}
.wrap.w-710 {
  max-width: 710px;
}
.wrap.w-1160 {
  max-width: 1160px;
}
.wrap.small {
  max-width: 960px;
}
.wrap.w-860 {
  max-width: 860px;
}
@media (max-width: 480px) {
  .wrap.no-pd-mob {
    padding: 0;
  }
}
@media (min-width: 480px) {
  .wrap.only-pd-mob {
    padding: 0;
  }
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Gotham", sans-serif;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  filter: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.no-scroll {
  overflow: hidden !important;
}

.page-template-01-frontpage #main {
  height: calc(100vh - 100px);
}
@media (max-width: 1023px) {
  .page-template-01-frontpage #main {
    height: calc(100vh);
  }
}

a:not(.no-animation) {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:not(.btn):hover {
  text-decoration: underline;
}

img {
  display: block;
}

::selection {
  background: #ea3e37;
  color: white;
}

::-moz-selection {
  background: #ea3e37;
  color: white;
}

body.no-scroll {
  overflow: hidden;
}

a.unclickable:hover {
  cursor: auto;
}

.full-width {
  width: 100%;
}

.embed-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.embed-video-container iframe, .embed-video-container object, .embed-video-container embed, .embed-video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fancybox-button--fullscreen {
  display: none !important;
}

.fancybox-button--close {
  background: #ea3e37;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fancybox-button--close:hover {
  background: #3c3c3c;
}

.fancybox-container--ready .fancybox-bg {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-slide {
  padding: 50px;
}
@media (max-width: 1023px) {
  .fancybox-slide {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .fancybox-slide {
    padding: 10px;
  }
}

.fancybox-close-small {
  top: 0px;
  right: 0px;
  color: #ea3e37;
  font-weight: bold;
  padding: 0px;
  background: white;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 44px;
  height: 44px;
}
@media (max-width: 1023px) {
  .fancybox-close-small {
    background: white;
    width: 40px;
    height: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.fancybox-close-small svg {
  width: 20px;
  height: 20px;
  margin: 12px;
}
@media (max-width: 1023px) {
  .fancybox-close-small svg {
    width: 16px;
    height: 16px;
    margin: 12px;
  }
}
.fancybox-close-small:hover {
  color: #8C2520;
}

.fancybox-navigation .fancybox-button {
  width: 44px;
  height: 44px;
  padding: 0;
  background: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: calc(50% - 22px);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023px) {
  .fancybox-navigation .fancybox-button {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
}
.fancybox-navigation .fancybox-button div {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023px) {
  .fancybox-navigation .fancybox-button div {
    width: 18px;
    height: 18px;
    margin: 11px;
  }
}
.fancybox-navigation .fancybox-button div svg {
  fill: #ea3e37;
  color: #ea3e37;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fancybox-navigation .fancybox-button:hover {
  background: #ea3e37;
}
.fancybox-navigation .fancybox-button:hover div svg {
  fill: white;
  color: white;
}
.fancybox-navigation .fancybox-button:disabled {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 50px;
}
@media (max-width: 480px) {
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 20px;
  }
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right svg {
  right: -1px;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: 50px;
}
@media (max-width: 480px) {
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    left: 20px;
  }
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left svg {
  left: -1px;
}

.white-border .fancybox-slide--image {
  padding: 100px;
}
@media (max-width: 1023px) {
  .white-border .fancybox-slide--image {
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .white-border .fancybox-slide--image {
    padding: 30px;
  }
}
.white-border .fancybox-slide--image .fancybox-content:before {
  content: "";
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  left: -50px;
  top: -50px;
  position: absolute;
  background: white;
}
@media (max-width: 1023px) {
  .white-border .fancybox-slide--image .fancybox-content:before {
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    left: -30px;
    top: -30px;
  }
}
@media (max-width: 480px) {
  .white-border .fancybox-slide--image .fancybox-content:before {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    left: -20px;
    top: -20px;
  }
}
.white-border .fancybox-close-small {
  top: -40px;
  right: -40px;
  background: none;
}
@media (max-width: 1023px) {
  .white-border .fancybox-close-small {
    right: -30px;
    top: -44px;
    background: white;
  }
}
@media (max-width: 480px) {
  .white-border .fancybox-close-small {
    right: -20px;
  }
}
.white-border .fancybox-close-small:hover {
  color: #3c3c3c;
  background: none;
}
@media (max-width: 1023px) {
  .white-border .fancybox-close-small:hover {
    background: white;
  }
}

.btn {
  display: inline-block;
  padding: 14px 20px 13px;
  font-size: 14pt;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #ea3e37;
  color: white;
}
@media (max-width: 480px) {
  .btn {
    font-size: 12pt;
    padding: 13px 18px 12px;
  }
}
.btn:hover {
  background: #8C2520;
}
.btn.white {
  background: white;
  color: #3c3c3c;
}
.btn.white:hover {
  background: #999999;
}
.btn.white.red-text {
  color: #ea3e37;
}
.btn.grey-hover:hover {
  background: #3c3c3c;
  color: white;
}
.btn.white-hover:hover {
  background: white;
  color: #3c3c3c;
}
.btn.fullwidth {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.btn.grey {
  background: #3c3c3c;
  color: white;
}
.btn.grey:hover {
  background: #999999;
}
.btn.grey.red-text {
  color: #ea3e37;
}

.single-link {
  display: inline-block;
  color: #ea3e37;
  line-height: 24pt;
  position: relative;
  top: 6px;
  font-size: 14pt;
}
@media (max-width: 480px) {
  .single-link {
    font-size: 12pt;
  }
}
.single-link svg {
  fill: #ea3e37;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 0;
}
.single-link:hover {
  color: #3c3c3c;
}
.single-link:hover svg {
  fill: #3c3c3c;
}
.single-link:hover:not(.no-hover-animation) svg {
  left: 4px;
}
.single-link.front-icon svg {
  margin-right: 6px;
}
.single-link.white {
  color: white;
}
.single-link.white svg {
  fill: white;
}
.single-link.white:hover {
  color: #ea3e37;
}
.single-link.white:hover svg {
  fill: #ea3e37;
}
.single-link.grey {
  color: #3c3c3c;
}
.single-link.grey svg {
  fill: #3c3c3c;
}
.single-link.grey:hover {
  color: #a2a2a2;
}
.single-link.grey:hover svg {
  fill: #a2a2a2;
}

.menu-button {
  width: 18px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
  top: 2px;
}

.menu-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #3c3c3c;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menu-button span:nth-child(1) {
  top: 0px;
}

.menu-button span:nth-child(2), .menu-button span:nth-child(3) {
  top: 6px;
}

.menu-button span:nth-child(4) {
  top: 12px;
}

.menu-button.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}

.menu-button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-button.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus, textarea:focus {
  outline: 0;
}

#container form,
#container .gform_wrapper,
#offerte-aanvragen form,
#offerte-aanvragen .gform_wrapper {
  margin: 0;
}
#container form input,
#container form textarea,
#container form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#container form select,
#container form .select2-container,
#container .gform_wrapper input,
#container .gform_wrapper textarea,
#container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#container .gform_wrapper select,
#container .gform_wrapper .select2-container,
#offerte-aanvragen form input,
#offerte-aanvragen form textarea,
#offerte-aanvragen form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#offerte-aanvragen form select,
#offerte-aanvragen form .select2-container,
#offerte-aanvragen .gform_wrapper input,
#offerte-aanvragen .gform_wrapper textarea,
#offerte-aanvragen .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#offerte-aanvragen .gform_wrapper select,
#offerte-aanvragen .gform_wrapper .select2-container {
  margin: 8px 0;
  border: 0;
  background: white;
  padding: 14px 16px 12px;
  font-size: 14pt;
  line-height: 21px;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: grey;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: Gotham Book;
}
#container form input::-webkit-input-placeholder,
#container form textarea::-webkit-input-placeholder,
#container form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
#container form select::-webkit-input-placeholder,
#container form .select2-container::-webkit-input-placeholder,
#container .gform_wrapper input::-webkit-input-placeholder,
#container .gform_wrapper textarea::-webkit-input-placeholder,
#container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
#container .gform_wrapper select::-webkit-input-placeholder,
#container .gform_wrapper .select2-container::-webkit-input-placeholder,
#offerte-aanvragen form input::-webkit-input-placeholder,
#offerte-aanvragen form textarea::-webkit-input-placeholder,
#offerte-aanvragen form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
#offerte-aanvragen form select::-webkit-input-placeholder,
#offerte-aanvragen form .select2-container::-webkit-input-placeholder,
#offerte-aanvragen .gform_wrapper input::-webkit-input-placeholder,
#offerte-aanvragen .gform_wrapper textarea::-webkit-input-placeholder,
#offerte-aanvragen .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
#offerte-aanvragen .gform_wrapper select::-webkit-input-placeholder,
#offerte-aanvragen .gform_wrapper .select2-container::-webkit-input-placeholder {
  color: grey;
}
#container form input:-moz-placeholder,
#container form textarea:-moz-placeholder,
#container form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
#container form select:-moz-placeholder,
#container form .select2-container:-moz-placeholder,
#container .gform_wrapper input:-moz-placeholder,
#container .gform_wrapper textarea:-moz-placeholder,
#container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
#container .gform_wrapper select:-moz-placeholder,
#container .gform_wrapper .select2-container:-moz-placeholder,
#offerte-aanvragen form input:-moz-placeholder,
#offerte-aanvragen form textarea:-moz-placeholder,
#offerte-aanvragen form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
#offerte-aanvragen form select:-moz-placeholder,
#offerte-aanvragen form .select2-container:-moz-placeholder,
#offerte-aanvragen .gform_wrapper input:-moz-placeholder,
#offerte-aanvragen .gform_wrapper textarea:-moz-placeholder,
#offerte-aanvragen .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
#offerte-aanvragen .gform_wrapper select:-moz-placeholder,
#offerte-aanvragen .gform_wrapper .select2-container:-moz-placeholder {
  color: grey;
}
#container form input::-moz-placeholder,
#container form textarea::-moz-placeholder,
#container form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
#container form select::-moz-placeholder,
#container form .select2-container::-moz-placeholder,
#container .gform_wrapper input::-moz-placeholder,
#container .gform_wrapper textarea::-moz-placeholder,
#container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
#container .gform_wrapper select::-moz-placeholder,
#container .gform_wrapper .select2-container::-moz-placeholder,
#offerte-aanvragen form input::-moz-placeholder,
#offerte-aanvragen form textarea::-moz-placeholder,
#offerte-aanvragen form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
#offerte-aanvragen form select::-moz-placeholder,
#offerte-aanvragen form .select2-container::-moz-placeholder,
#offerte-aanvragen .gform_wrapper input::-moz-placeholder,
#offerte-aanvragen .gform_wrapper textarea::-moz-placeholder,
#offerte-aanvragen .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
#offerte-aanvragen .gform_wrapper select::-moz-placeholder,
#offerte-aanvragen .gform_wrapper .select2-container::-moz-placeholder {
  color: grey;
}
#container form input:-ms-input-placeholder,
#container form textarea:-ms-input-placeholder,
#container form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
#container form select:-ms-input-placeholder,
#container form .select2-container:-ms-input-placeholder,
#container .gform_wrapper input:-ms-input-placeholder,
#container .gform_wrapper textarea:-ms-input-placeholder,
#container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
#container .gform_wrapper select:-ms-input-placeholder,
#container .gform_wrapper .select2-container:-ms-input-placeholder,
#offerte-aanvragen form input:-ms-input-placeholder,
#offerte-aanvragen form textarea:-ms-input-placeholder,
#offerte-aanvragen form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
#offerte-aanvragen form select:-ms-input-placeholder,
#offerte-aanvragen form .select2-container:-ms-input-placeholder,
#offerte-aanvragen .gform_wrapper input:-ms-input-placeholder,
#offerte-aanvragen .gform_wrapper textarea:-ms-input-placeholder,
#offerte-aanvragen .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
#offerte-aanvragen .gform_wrapper select:-ms-input-placeholder,
#offerte-aanvragen .gform_wrapper .select2-container:-ms-input-placeholder {
  color: grey;
}
#container form input:focus,
#container form textarea:focus,
#container form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
#container form select:focus,
#container form .select2-container:focus,
#container .gform_wrapper input:focus,
#container .gform_wrapper textarea:focus,
#container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
#container .gform_wrapper select:focus,
#container .gform_wrapper .select2-container:focus,
#offerte-aanvragen form input:focus,
#offerte-aanvragen form textarea:focus,
#offerte-aanvragen form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
#offerte-aanvragen form select:focus,
#offerte-aanvragen form .select2-container:focus,
#offerte-aanvragen .gform_wrapper input:focus,
#offerte-aanvragen .gform_wrapper textarea:focus,
#offerte-aanvragen .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
#offerte-aanvragen .gform_wrapper select:focus,
#offerte-aanvragen .gform_wrapper .select2-container:focus {
  color: #ea3e37;
}
@media (max-width: 480px) {
  #container form input,
#container form textarea,
#container form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#container form select,
#container form .select2-container,
#container .gform_wrapper input,
#container .gform_wrapper textarea,
#container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#container .gform_wrapper select,
#container .gform_wrapper .select2-container,
#offerte-aanvragen form input,
#offerte-aanvragen form textarea,
#offerte-aanvragen form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#offerte-aanvragen form select,
#offerte-aanvragen form .select2-container,
#offerte-aanvragen .gform_wrapper input,
#offerte-aanvragen .gform_wrapper textarea,
#offerte-aanvragen .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#offerte-aanvragen .gform_wrapper select,
#offerte-aanvragen .gform_wrapper .select2-container {
    font-size: 16px;
    margin: 6px 0;
    padding: 10px 14px 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
}
#container form .select2-container,
#container .gform_wrapper .select2-container,
#offerte-aanvragen form .select2-container,
#offerte-aanvragen .gform_wrapper .select2-container {
  padding: 0;
}
#container form input[type=submit],
#container form input[type=button],
#container form button,
#container .gform_wrapper input[type=submit],
#container .gform_wrapper input[type=button],
#container .gform_wrapper button,
#offerte-aanvragen form input[type=submit],
#offerte-aanvragen form input[type=button],
#offerte-aanvragen form button,
#offerte-aanvragen .gform_wrapper input[type=submit],
#offerte-aanvragen .gform_wrapper input[type=button],
#offerte-aanvragen .gform_wrapper button {
  background: #ea3e37;
  padding: 16px 18px 14px;
  font-size: 14pt;
  display: inline-block;
  color: white;
  font-weight: 600;
  width: auto;
  text-align: center;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#container form input[type=submit]:hover,
#container form input[type=button]:hover,
#container form button:hover,
#container .gform_wrapper input[type=submit]:hover,
#container .gform_wrapper input[type=button]:hover,
#container .gform_wrapper button:hover,
#offerte-aanvragen form input[type=submit]:hover,
#offerte-aanvragen form input[type=button]:hover,
#offerte-aanvragen form button:hover,
#offerte-aanvragen .gform_wrapper input[type=submit]:hover,
#offerte-aanvragen .gform_wrapper input[type=button]:hover,
#offerte-aanvragen .gform_wrapper button:hover {
  background: #8C2520;
}
@media (max-width: 480px) {
  #container form input[type=submit],
#container form input[type=button],
#container form button,
#container .gform_wrapper input[type=submit],
#container .gform_wrapper input[type=button],
#container .gform_wrapper button,
#offerte-aanvragen form input[type=submit],
#offerte-aanvragen form input[type=button],
#offerte-aanvragen form button,
#offerte-aanvragen .gform_wrapper input[type=submit],
#offerte-aanvragen .gform_wrapper input[type=button],
#offerte-aanvragen .gform_wrapper button {
    font-size: 16px;
    padding: 10px 14px 8px;
  }
}
#container form .top_label div.ginput_container,
#container .gform_wrapper .top_label div.ginput_container,
#offerte-aanvragen form .top_label div.ginput_container,
#offerte-aanvragen .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}
#container form .gform_title,
#container .gform_wrapper .gform_title,
#offerte-aanvragen form .gform_title,
#offerte-aanvragen .gform_wrapper .gform_title {
  display: none;
}
#container form ul.gform_fields li.gfield,
#container .gform_wrapper ul.gform_fields li.gfield,
#offerte-aanvragen form ul.gform_fields li.gfield,
#offerte-aanvragen .gform_wrapper ul.gform_fields li.gfield {
  padding: 0;
  margin: 0;
}
#container form .gform_footer.top_label,
#container .gform_wrapper .gform_footer.top_label,
#offerte-aanvragen form .gform_footer.top_label,
#offerte-aanvragen .gform_wrapper .gform_footer.top_label {
  padding: 0;
  margin: 0;
}
#container form li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
#container .gform_wrapper li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
#offerte-aanvragen form li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
#offerte-aanvragen .gform_wrapper li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  border: 0;
  background: transparent;
}
#container form li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) input,
#container .gform_wrapper li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) input,
#offerte-aanvragen form li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) input,
#offerte-aanvragen .gform_wrapper li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) input {
  border: 2px solid #ea3e37 !important;
}
#container form div.validation_error,
#container .gform_wrapper div.validation_error,
#offerte-aanvragen form div.validation_error,
#offerte-aanvragen .gform_wrapper div.validation_error {
  border-color: #ea3e37;
  color: #ea3e37;
  display: none;
}
#container form .validation_message,
#container .gform_wrapper .validation_message,
#offerte-aanvragen form .validation_message,
#offerte-aanvragen .gform_wrapper .validation_message {
  color: #ea3e37;
  padding-top: 0;
  margin-bottom: 10px;
}
#container form li.gfield.gfield_error .gfield_label,
#container .gform_wrapper li.gfield.gfield_error .gfield_label,
#offerte-aanvragen form li.gfield.gfield_error .gfield_label,
#offerte-aanvragen .gform_wrapper li.gfield.gfield_error .gfield_label {
  color: #3c3c3c;
  margin-bottom: 0;
}
#container .default-form .gform_wrapper .gfield_label,
#offerte-aanvragen .default-form .gform_wrapper .gfield_label {
  margin: 0 0 10px;
}
#container .default-form .gform_wrapper .gform_fields,
#offerte-aanvragen .default-form .gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#container .default-form .gform_wrapper .gform_fields .gfield,
#offerte-aanvragen .default-form .gform_wrapper .gform_fields .gfield {
  width: 100%;
  margin: 0 0 20px;
}
#container .default-form .gform_wrapper .gform_fields .gfield.half-half,
#offerte-aanvragen .default-form .gform_wrapper .gform_fields .gfield.half-half {
  width: calc(50% - 20px);
}
@media (max-width: 1023px) {
  #container .default-form .gform_wrapper .gform_fields .gfield.half-half,
#offerte-aanvragen .default-form .gform_wrapper .gform_fields .gfield.half-half {
    width: calc(50% - 15px);
  }
}
@media (max-width: 760px) {
  #container .default-form .gform_wrapper .gform_fields .gfield.half-half,
#offerte-aanvragen .default-form .gform_wrapper .gform_fields .gfield.half-half {
    width: 100%;
  }
}
#container .default-form.grey-form * textarea,
#container .default-form.grey-form * input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#container .default-form.grey-form * select,
#container .default-form.grey-form * .select2-container,
#container .default-form.grey-form .gform_wrapper textarea,
#container .default-form.grey-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#container .default-form.grey-form .gform_wrapper select,
#container .default-form.grey-form .gform_wrapper .select2-container,
#offerte-aanvragen .default-form.grey-form * textarea,
#offerte-aanvragen .default-form.grey-form * input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#offerte-aanvragen .default-form.grey-form * select,
#offerte-aanvragen .default-form.grey-form * .select2-container,
#offerte-aanvragen .default-form.grey-form .gform_wrapper textarea,
#offerte-aanvragen .default-form.grey-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#offerte-aanvragen .default-form.grey-form .gform_wrapper select,
#offerte-aanvragen .default-form.grey-form .gform_wrapper .select2-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
}
#container .default-form.grey-form * .select2-container,
#container .default-form.grey-form .gform_wrapper .select2-container,
#offerte-aanvragen .default-form.grey-form * .select2-container,
#offerte-aanvragen .default-form.grey-form .gform_wrapper .select2-container {
  border: 0;
}
#container .default-form.grey-form * input[type=submit],
#container .default-form.grey-form .gform_wrapper input[type=submit],
#offerte-aanvragen .default-form.grey-form * input[type=submit],
#offerte-aanvragen .default-form.grey-form .gform_wrapper input[type=submit] {
  width: auto;
  font-size: 14pt;
}
@media (max-width: 480px) {
  #container .default-form.grey-form * input[type=submit],
#container .default-form.grey-form .gform_wrapper input[type=submit],
#offerte-aanvragen .default-form.grey-form * input[type=submit],
#offerte-aanvragen .default-form.grey-form .gform_wrapper input[type=submit] {
    font-size: 12pt;
  }
}
#container .default-form.grey-form.no-borders textarea,
#container .default-form.grey-form.no-borders input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#container .default-form.grey-form.no-borders select,
#container .default-form.grey-form.no-borders .select2-container,
#offerte-aanvragen .default-form.grey-form.no-borders textarea,
#offerte-aanvragen .default-form.grey-form.no-borders input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#offerte-aanvragen .default-form.grey-form.no-borders select,
#offerte-aanvragen .default-form.grey-form.no-borders .select2-container {
  border: 0 !important;
}
#container .default-form.grey-form.with-borders .select2-container,
#offerte-aanvragen .default-form.grey-form.with-borders .select2-container {
  border: 1px solid #cdcdcd;
}
#container .default-form .form-note,
#offerte-aanvragen .default-form .form-note {
  margin-top: 40px;
  text-align: left;
}
@media (max-width: 480px) {
  #container .default-form .form-note,
#offerte-aanvragen .default-form .form-note {
    margin-top: 20px;
  }
}
#container .default-form .form-note p,
#offerte-aanvragen .default-form .form-note p {
  font-weight: 700;
}
#container .default-form .form-note span,
#offerte-aanvragen .default-form .form-note span {
  color: #ea3e37;
}
#container .default-form.with-borders * textarea,
#container .default-form.with-borders * input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#container .default-form.with-borders * select,
#container .default-form.with-borders * .select2-container,
#container .default-form.with-borders .gform_wrapper textarea,
#container .default-form.with-borders .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#container .default-form.with-borders .gform_wrapper select,
#container .default-form.with-borders .gform_wrapper .select2-container,
#offerte-aanvragen .default-form.with-borders * textarea,
#offerte-aanvragen .default-form.with-borders * input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#offerte-aanvragen .default-form.with-borders * select,
#offerte-aanvragen .default-form.with-borders * .select2-container,
#offerte-aanvragen .default-form.with-borders .gform_wrapper textarea,
#offerte-aanvragen .default-form.with-borders .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#offerte-aanvragen .default-form.with-borders .gform_wrapper select,
#offerte-aanvragen .default-form.with-borders .gform_wrapper .select2-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #cdcdcd;
}
#container .gform_ajax_spinner,
#offerte-aanvragen .gform_ajax_spinner {
  display: none !important;
}
#container .gform_confirmation_wrapper .gform_confirmation_message,
#offerte-aanvragen .gform_confirmation_wrapper .gform_confirmation_message {
  font-family: Gotham Book;
  font-size: 14pt;
  line-height: 21pt;
  margin: 20px 0 0;
}
#container .default-text form, #container .default-text .form,
#offerte-aanvragen .default-text form,
#offerte-aanvragen .default-text .form {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  #container .default-text form, #container .default-text .form,
#offerte-aanvragen .default-text form,
#offerte-aanvragen .default-text .form {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  #container .default-text form, #container .default-text .form,
#offerte-aanvragen .default-text form,
#offerte-aanvragen .default-text .form {
    margin-top: 20px;
  }
}
#container .select2-container *:focus,
#offerte-aanvragen .select2-container *:focus {
  outline: none;
}
#container .select2-selection,
#offerte-aanvragen .select2-selection {
  background: none !important;
  border: 0 !important;
}
#container .select2-container--default .select2-selection--single .select2-selection__rendered,
#container .select2-container .select2-selection--single,
#offerte-aanvragen .select2-container--default .select2-selection--single .select2-selection__rendered,
#offerte-aanvragen .select2-container .select2-selection--single {
  line-height: 23px !important;
  font-size: 18px !important;
}
@media (max-width: 614px) {
  #container .select2-container--default .select2-selection--single .select2-selection__rendered,
#container .select2-container .select2-selection--single,
#offerte-aanvragen .select2-container--default .select2-selection--single .select2-selection__rendered,
#offerte-aanvragen .select2-container .select2-selection--single {
    line-height: 19px !important;
  }
}
@media (max-width: 480px) {
  #container .select2-container--default .select2-selection--single .select2-selection__rendered,
#container .select2-container .select2-selection--single,
#offerte-aanvragen .select2-container--default .select2-selection--single .select2-selection__rendered,
#offerte-aanvragen .select2-container .select2-selection--single {
    font-size: 16px !important;
  }
}
#container .select2-selection__arrow,
#offerte-aanvragen .select2-selection__arrow {
  background: #3c3c3c !important;
  top: -1px !important;
  right: -1px !important;
  width: 51px !important;
  height: 51px !important;
  border-radius: 0px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 480px) {
  #container .select2-selection__arrow,
#offerte-aanvragen .select2-selection__arrow {
    width: 43px !important;
    height: 43px !important;
  }
}
#container .grey-bg .select2-selection__arrow, #container .darkgrey-bg .select2-selection__arrow, #container .darkgrey2-bg .select2-selection__arrow, #container .darkgrey3-bg .select2-selection__arrow,
#offerte-aanvragen .grey-bg .select2-selection__arrow,
#offerte-aanvragen .darkgrey-bg .select2-selection__arrow,
#offerte-aanvragen .darkgrey2-bg .select2-selection__arrow,
#offerte-aanvragen .darkgrey3-bg .select2-selection__arrow {
  background: #292929 !important;
}
#container .grey-bg .select2.select2-container .select2-selection, #container .darkgrey-bg .select2.select2-container .select2-selection, #container .darkgrey2-bg .select2.select2-container .select2-selection, #container .darkgrey3-bg .select2.select2-container .select2-selection,
#offerte-aanvragen .grey-bg .select2.select2-container .select2-selection,
#offerte-aanvragen .darkgrey-bg .select2.select2-container .select2-selection,
#offerte-aanvragen .darkgrey2-bg .select2.select2-container .select2-selection,
#offerte-aanvragen .darkgrey3-bg .select2.select2-container .select2-selection {
  border-radius: 0 !important;
}
#container .select2-selection:hover .select2-selection__arrow,
#offerte-aanvragen .select2-selection:hover .select2-selection__arrow {
  background: #8a8a8a !important;
}
#container .select2-selection__arrow b,
#offerte-aanvragen .select2-selection__arrow b {
  border-color: white transparent transparent transparent !important;
  border-width: 8px 6px 0 6px !important;
  margin-left: -7px !important;
  margin-top: -3px !important;
}
#container .select2-container--default .select2-results__option--highlighted[aria-selected],
#offerte-aanvragen .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #3c3c3c !important;
}
#container .select2-container .select2-selection--single .select2-selection__rendered,
#offerte-aanvragen .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}
#container .gform_wrapper .select2-container,
#offerte-aanvragen .gform_wrapper .select2-container {
  padding: 0 !important;
}
#container .select2.select2-container .select2-selection,
#offerte-aanvragen .select2.select2-container .select2-selection {
  padding: 14px 16px 12px !important;
  padding-right: 49px !important;
}
@media (max-width: 480px) {
  #container .select2.select2-container .select2-selection,
#offerte-aanvragen .select2.select2-container .select2-selection {
    padding: 12px 16px 10px !important;
  }
}
#container .select2-container .select2-selection--single,
#offerte-aanvragen .select2-container .select2-selection--single {
  height: 49px !important;
}
@media (max-width: 480px) {
  #container .select2-container .select2-selection--single,
#offerte-aanvragen .select2-container .select2-selection--single {
    height: 41px !important;
  }
}
#container .select2.select2-container .select2-selection .select2-selection__arrow:before,
#offerte-aanvragen .select2.select2-container .select2-selection .select2-selection__arrow:before {
  display: none;
}
#container .select2.select2-container .select2-selection .select2-selection__arrow b[role=presentation],
#offerte-aanvragen .select2.select2-container .select2-selection .select2-selection__arrow b[role=presentation] {
  display: inline-block;
}
@media (max-width: 641px) {
  #container .gform_wrapper .ginput_container span:not(.ginput_price),
#offerte-aanvragen .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0;
  }
}

#offerte-aanvragen .select2.select2-container {
  width: 100% !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.fade-in {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fade-in.start {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: fadeIn 1s normal 0s forwards;
  animation: fadeIn 1s normal 0s forwards;
}

@-webkit-keyframes slideInnerWrap {
  from {
    top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes slideInnerWrap {
  from {
    top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.slider-banner {
  position: relative;
  background: #464646;
}
.slider-banner .slider {
  position: relative;
}
.slider-banner .slider .slide {
  position: relative;
}
.slider-banner .slider .slide .slide-inner-wrap {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  min-height: 500px;
  height: 60vh;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: slideInnerWrap 0.6s normal 0.2s forwards;
  animation: slideInnerWrap 0.6s normal 0.2s forwards;
}
@media (max-width: 480px) {
  .slider-banner .slider .slide .slide-inner-wrap {
    min-height: 60vh;
  }
}
.slider-banner .slider .slide .wrap {
  z-index: 10;
}
.slider-banner .slider .slide .inner-wrap {
  max-width: 60%;
}
@media (max-width: 1302px) {
  .slider-banner .slider .slide .inner-wrap {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .slider-banner .slider .slide .inner-wrap {
    max-width: 100%;
  }
}
.slider-banner .slider .slide .inner-wrap.small {
  max-width: 45%;
}
@media (max-width: 1302px) {
  .slider-banner .slider .slide .inner-wrap.small {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .slider-banner .slider .slide .inner-wrap.small {
    max-width: 100%;
  }
}
.slider-banner .slider .slide .content {
  height: 50vh;
  display: table-cell;
  vertical-align: bottom;
  padding: 40px 0 80px;
  position: relative;
  z-index: 2;
  max-width: 50%;
}
@media (max-width: 480px) {
  .slider-banner .slider .slide .content {
    max-width: none;
  }
}
.slider-banner .slider .slide .content p, .slider-banner .slider .slide .content h1, .slider-banner .slider .slide .content h2, .slider-banner .slider .slide .content h3, .slider-banner .slider .slide .content h4, .slider-banner .slider .slide .content h5, .slider-banner .slider .slide .content h6 {
  color: white;
}
.slider-banner .slider .slide .content p:not(.p-large) {
  font-size: 16pt;
  margin: 20px 0;
}
@media (max-width: 1023px) {
  .slider-banner .slider .slide .content p:not(.p-large) {
    font-size: 14pt;
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  .slider-banner .slider .slide .content p:not(.p-large) {
    font-size: 12pt;
    margin: 10px 0;
  }
}
.slider-banner .slider .slide .content h1, .slider-banner .slider .slide .content h2 {
  font-size: 60pt;
  line-height: 60pt;
  margin: 20px 0;
  margin-left: -6px;
}
@media (max-width: 1302px) {
  .slider-banner .slider .slide .content h1, .slider-banner .slider .slide .content h2 {
    font-size: 50pt;
    line-height: 50pt;
  }
}
@media (max-width: 1023px) {
  .slider-banner .slider .slide .content h1, .slider-banner .slider .slide .content h2 {
    font-size: 44pt;
    line-height: 44pt;
  }
}
@media (max-width: 480px) {
  .slider-banner .slider .slide .content h1, .slider-banner .slider .slide .content h2 {
    font-size: 28pt;
    line-height: 28pt;
    margin: 10px 0;
  }
}
.slider-banner .slider .slide .content h3 {
  font-size: 30pt;
  line-height: 30pt;
  margin: 20px 0;
  font-family: Gotham Light;
}
@media (max-width: 1302px) {
  .slider-banner .slider .slide .content h3 {
    font-size: 28pt;
    line-height: 28pt;
  }
}
@media (max-width: 1023px) {
  .slider-banner .slider .slide .content h3 {
    font-size: 26pt;
    line-height: 26pt;
  }
}
@media (max-width: 480px) {
  .slider-banner .slider .slide .content h3 {
    font-size: 24pt;
    line-height: 24pt;
    margin: 10px 0;
  }
}
.slider-banner .slider .slide .content .btn {
  margin: 10px 0 40px 0;
}
.slider-banner .slider .slide img, .slider-banner .slider .slide .overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;object-position: center center;";
}
.slider-banner .slider .slide .overlay {
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.slider-banner .slider .slide.single-item .content {
  padding: 80px 0px 60px;
}
@media (max-width: 1023px) {
  .slider-banner .slider .slide.single-item .content {
    padding: 80px 0 60px;
  }
}
@media (max-width: 480px) {
  .slider-banner .slider .slide.single-item .content {
    padding: 40px 0;
  }
}
.slider-banner .slider .slide.single-item .content .btn {
  margin-bottom: 0;
}
.slider-banner .slider.big .slide .slide-inner-wrap {
  display: table;
  height: 100%;
  min-height: calc(95vh - 100px);
}
.slider-banner .slider.big .slide .slide-inner-wrap .content-wrap {
  display: table-cell;
  vertical-align: bottom;
}
.slider-banner .slider-nav-dots {
  position: absolute;
  bottom: 60px;
  z-index: 20;
}
@media (max-width: 480px) {
  .slider-banner .slider-nav-dots {
    bottom: 30px;
  }
}
.slider-banner .slider-nav-dots .owl-dot {
  background: white;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .slider-banner .slider-nav-dots .owl-dot {
    height: 10px;
    width: 10px;
  }
}
.slider-banner .slider-nav-dots .owl-dot.active {
  background: #ea3e37;
}
.slider-banner .slider-nav-dots .owl-dot:hover {
  background: #4f4f4f;
}
.slider-banner .slider-nav-dots.disabled {
  display: none;
}
.slider-banner .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: 28px;
}
@media (max-width: 1023px) {
  .slider-banner .owl-nav {
    margin-top: 0px;
  }
}
.slider-banner .owl-nav .owl-prev,
.slider-banner .owl-nav .owl-next {
  position: absolute;
}
.slider-banner .owl-nav .owl-prev svg,
.slider-banner .owl-nav .owl-next svg {
  fill: #cdcdcd;
  width: 26px;
  height: 45px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .slider-banner .owl-nav .owl-prev svg,
.slider-banner .owl-nav .owl-next svg {
    width: 24px;
    height: 24px;
  }
}
.slider-banner .owl-nav .owl-prev:hover:not(.disabled) svg,
.slider-banner .owl-nav .owl-next:hover:not(.disabled) svg {
  fill: #ea3e37;
}
.slider-banner .owl-nav .owl-prev.disabled,
.slider-banner .owl-nav .owl-next.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: auto;
}
.slider-banner .owl-nav .owl-prev {
  -moz-transform: rotate(180deg);
  /* FF3.5+ */
  -o-transform: rotate(180deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(180deg);
  /* Saf3.1+, Chrome */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* Convert from radians to degrees */
  left: 20px;
}
@media (max-width: 480px) {
  .slider-banner .owl-nav .owl-prev {
    left: 0px;
  }
}
.slider-banner .owl-nav .owl-next {
  right: 20px;
}
@media (max-width: 480px) {
  .slider-banner .owl-nav .owl-next {
    right: 0px;
  }
}
.slider-banner.center-slides .wrap {
  max-width: 1000px;
}
.slider-banner.center-slides .slider-inner-wrap {
  height: 60vh;
  min-height: 500px;
}
@media (max-width: 480px) {
  .slider-banner.center-slides .slider-inner-wrap {
    min-height: 60vh;
  }
}
.slider-banner.center-slides .slide .content {
  vertical-align: middle;
  max-width: none;
  text-align: center;
  padding: 40px 0;
  height: auto;
}
@media (max-width: 480px) {
  .slider-banner.center-slides .slide .content {
    padding: 80px 0;
  }
}
.slider-banner.center-slides .slide .content h2 {
  font-family: Gotham Light;
  font-size: 46pt;
  line-height: 46pt;
}
@media (max-width: 1023px) {
  .slider-banner.center-slides .slide .content h2 {
    font-size: 34pt;
    line-height: 34pt;
  }
}
@media (max-width: 480px) {
  .slider-banner.center-slides .slide .content h2 {
    font-size: 26pt;
    line-height: 28pt;
  }
}
.slider-banner.center-slides .slider-nav-dots {
  text-align: center;
  width: 100%;
  left: 0;
}
@media (max-width: 480px) {
  .slider-banner.center-slides .slider-nav-dots {
    bottom: 40px;
  }
}

.slider-carousel {
  position: relative;
}
.slider-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -15px;
}
.slider-carousel .owl-nav .owl-prev,
.slider-carousel .owl-nav .owl-next {
  position: absolute;
}
@media (max-width: 480px) {
  .slider-carousel .owl-nav .owl-prev,
.slider-carousel .owl-nav .owl-next {
    display: none;
  }
}
.slider-carousel .owl-nav .owl-prev svg,
.slider-carousel .owl-nav .owl-next svg {
  fill: #cdcdcd;
  width: 26px;
  height: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 0;
  position: relative;
}
@media (max-width: 1302px) {
  .slider-carousel .owl-nav .owl-prev svg,
.slider-carousel .owl-nav .owl-next svg {
    width: 24px;
    height: 24px;
  }
}
.slider-carousel .owl-nav .owl-prev:hover:not(.disabled) svg,
.slider-carousel .owl-nav .owl-next:hover:not(.disabled) svg {
  fill: #ea3e37;
  left: 5px;
}
.slider-carousel .owl-nav .owl-prev.disabled,
.slider-carousel .owl-nav .owl-next.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: auto;
}
.slider-carousel .owl-nav .owl-prev {
  -moz-transform: rotate(180deg);
  /* FF3.5+ */
  -o-transform: rotate(180deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(180deg);
  /* Saf3.1+, Chrome */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* Convert from radians to degrees */
  left: -60px;
}
@media (max-width: 1302px) {
  .slider-carousel .owl-nav .owl-prev {
    left: -36px;
  }
}
.slider-carousel .owl-nav .owl-next {
  right: -60px;
}
@media (max-width: 1302px) {
  .slider-carousel .owl-nav .owl-next {
    right: -36px;
  }
}

.slider-inside-content {
  margin: 60px 0;
}
@media (max-width: 1302px) {
  .slider-inside-content {
    margin: 50px 0px;
  }
}
@media (max-width: 1023px) {
  .slider-inside-content {
    margin: 40px 0px;
  }
}
@media (max-width: 480px) {
  .slider-inside-content {
    margin: 30px -30px;
  }
}
.slider-inside-content img {
  margin: 0;
}
.slider-inside-content .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -22px;
}
@media (max-width: 1023px) {
  .slider-inside-content .owl-nav {
    margin-top: -12px;
  }
}
.slider-inside-content .owl-nav .owl-prev,
.slider-inside-content .owl-nav .owl-next {
  position: absolute;
}
.slider-inside-content .owl-nav .owl-prev svg,
.slider-inside-content .owl-nav .owl-next svg {
  fill: #cdcdcd;
  width: 26px;
  height: 45px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .slider-inside-content .owl-nav .owl-prev svg,
.slider-inside-content .owl-nav .owl-next svg {
    width: 24px;
    height: 24px;
  }
}
.slider-inside-content .owl-nav .owl-prev:hover:not(.disabled) svg,
.slider-inside-content .owl-nav .owl-next:hover:not(.disabled) svg {
  fill: #ea3e37;
}
.slider-inside-content .owl-nav .owl-prev.disabled,
.slider-inside-content .owl-nav .owl-next.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: auto;
}
.slider-inside-content .owl-nav .owl-prev {
  -moz-transform: rotate(180deg);
  /* FF3.5+ */
  -o-transform: rotate(180deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(180deg);
  /* Saf3.1+, Chrome */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* Convert from radians to degrees */
  left: 20px;
}
@media (max-width: 480px) {
  .slider-inside-content .owl-nav .owl-prev {
    left: 10px;
  }
}
.slider-inside-content .owl-nav .owl-next {
  right: 20px;
}
@media (max-width: 480px) {
  .slider-inside-content .owl-nav .owl-next {
    right: 10px;
  }
}
.slider-inside-content .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
@media (max-width: 480px) {
  .slider-inside-content .owl-dots {
    bottom: 20px;
  }
}
.slider-inside-content .owl-dots .owl-dot {
  background: white;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .slider-inside-content .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
  }
}
.slider-inside-content .owl-dots .owl-dot.active {
  background: #ea3e37;
}
.slider-inside-content .owl-dots .owl-dot:hover {
  background: #4f4f4f;
}
.slider-inside-content .owl-dots.disabled {
  display: none;
}

.slider-content {
  border-left: 9px solid #ea3e37;
  padding: 20px 30px;
  margin: 60px 0;
}
@media (max-width: 1302px) {
  .slider-content {
    margin: 50px 0px;
  }
}
@media (max-width: 1023px) {
  .slider-content {
    margin: 40px 0px;
  }
}
@media (max-width: 480px) {
  .slider-content {
    padding: 10px 20px;
    margin: 30px -30px;
  }
}
.slider-content .owl-dots {
  position: relative;
  margin: 30px 0 0;
}
@media (max-width: 480px) {
  .slider-content .owl-dots {
    margin: 20px 0 0;
  }
}
.slider-content .owl-dots .owl-dot {
  background: white;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .slider-content .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
  }
}
.slider-content .owl-dots .owl-dot.active {
  background: #ea3e37;
}
.slider-content .owl-dots .owl-dot:hover {
  background: #4f4f4f;
}
.slider-content .owl-dots.disabled {
  display: none;
}
.slider-content.quotes .item p {
  font-size: 24pt;
  line-height: 28pt;
  font-family: Gotham Light;
}
@media (max-width: 480px) {
  .slider-content.quotes .item p {
    font-size: 16pt;
    line-height: 18pt;
  }
}
.slider-content.quotes .author {
  margin: 30px 0 0;
}
@media (max-width: 1023px) {
  .slider-content.quotes .author {
    margin: 20px 0 0;
  }
}
.slider-content.quotes .author p {
  font-size: 18pt;
  line-height: 18pt;
}
@media (max-width: 480px) {
  .slider-content.quotes .author p {
    font-size: 14pt;
    font-weight: bold;
  }
}

.grey-bg .slider-content.quotes .item p,
.darkgrey-bg .slider-content.quotes .item p,
.darkgrey2-bg .slider-content.quotes .item p,
.darkgrey3-bg .slider-content.quotes .item p {
  color: white;
}

.text-banner p {
  margin-top: 0;
}
.text-banner .p-large h2 {
  font-family: Gotham Light;
  font-size: 32pt;
  color: #ea3e37;
  margin: 0 0 16px;
}
@media (max-width: 1023px) {
  .text-banner .p-large h2 {
    font-size: 26pt;
    line-height: 28pt;
  }
}
@media (max-width: 480px) {
  .text-banner .p-large h2 {
    font-size: 21pt;
    line-height: 24pt;
  }
}
.text-banner .p-large .line {
  margin-bottom: 0;
}
.text-banner.grey-bg h2, .text-banner.grey-bg p, .text-banner.darkgrey-bg h2, .text-banner.darkgrey-bg p, .text-banner.darkgrey2-bg h2, .text-banner.darkgrey2-bg p, .text-banner.darkgrey3-bg h2, .text-banner.darkgrey3-bg p {
  color: white;
}

.thumb-items .item {
  display: block;
  position: relative;
  height: 440px;
  overflow: hidden;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .thumb-items .item {
    margin: 0;
    height: auto;
  }
}
.thumb-items .item:first-child {
  margin-top: 0;
}
.thumb-items .item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 20px solid #3c3c3c;
  background: #ea3e37;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
@media (max-width: 480px) {
  .thumb-items .item .content {
    border-width: 10px;
    padding: 16px 20px;
    position: relative;
  }
}
.thumb-items .item .content h2, .thumb-items .item .content p {
  color: white;
  margin: 0;
}
.thumb-items .item .content h2 {
  font-size: 20pt;
}
@media (max-width: 480px) {
  .thumb-items .item .content h2 {
    font-size: 16pt;
  }
}
.thumb-items .item .content p {
  font-size: 12pt;
  margin-top: 2px;
}
@media (max-width: 480px) {
  .thumb-items .item .content p {
    font-size: 11pt;
  }
}
.thumb-items .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;object-position: center center;";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.thumb-items .item:hover:not(.no-hover) .content {
  border-width: 30px;
}
.thumb-items .item:hover:not(.no-hover) h2 {
  width: 100%;
}
.thumb-items .item:hover:not(.no-hover) img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.thumb-items .item.insta .content {
  padding: 0;
  background: none;
}
.thumb-items .item.insta .content .table {
  display: table;
}
.thumb-items .item.insta .content .table .pro-pic,
.thumb-items .item.insta .content .table .name {
  display: table-cell;
  vertical-align: middle;
}
.thumb-items .item.insta .content .table .pro-pic img {
  width: 120px;
  height: 120px;
  float: left;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .thumb-items .item.insta .content .table .pro-pic img {
    width: 80px;
    height: 80px;
  }
}
.thumb-items .item.insta .content .table .name {
  padding: 10px 30px;
}
@media (max-width: 480px) {
  .thumb-items .item.insta .content .table .name {
    padding: 10px 20px;
  }
}
.thumb-items .item.insta .content .table .name p {
  margin-top: 10px;
  color: #ea3e37;
}
@media (max-width: 480px) {
  .thumb-items .item.insta .content .table .name p {
    margin-top: 0;
  }
}
.thumb-items .item.insta img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.thumb-items.small-height .item {
  height: 400px;
}
@media (max-width: 1023px) {
  .thumb-items.small-height .item {
    height: 360px;
  }
}
@media (max-width: 480px) {
  .thumb-items.small-height .item {
    height: 360px;
  }
}
.thumb-items.grey-style .item .content {
  border-color: #ea3e37;
  background: #292929;
}
.thumb-items.white-border .item .content {
  border-color: white;
}
.thumb-items.red-border .item .content {
  border-color: #ea3e37;
}
.thumb-items.no-bg .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.thumb-items.no-bg .item .content {
  background: none;
}

.grey-bg .thumb-items .item .content,
.darkgrey-bg .thumb-items .item .content,
.darkgrey2-bg .thumb-items .item .content,
.darkgrey3-bg .thumb-items .item .content {
  border-color: #ea3e37;
  background: #3c3c3c;
}

.lightgrey-bg .thumb-items.no-bg .item .content {
  background: #3c3c3c;
}

.thumb-items-small .item {
  display: flex;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .thumb-items-small .item {
    margin-top: 10px;
    height: auto;
  }
}
.thumb-items-small .item:first-child {
  margin-top: 0;
}
.thumb-items-small .item .content {
  border-left: 20px solid #3c3c3c;
  background: #ea3e37;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  width: 100%;
}
@media (max-width: 480px) {
  .thumb-items-small .item .content {
    border-width: 10px;
    padding: 16px 20px;
    position: relative;
  }
}
.thumb-items-small .item .content h2, .thumb-items-small .item .content p {
  color: white;
  margin: 0;
}
.thumb-items-small .item .content h2 {
  font-size: 20pt;
}
@media (max-width: 480px) {
  .thumb-items-small .item .content h2 {
    font-size: 16pt;
  }
}
.thumb-items-small .item .content p {
  font-size: 12pt;
  margin-top: 2px;
  font-family: Gotham Book;
}
@media (max-width: 480px) {
  .thumb-items-small .item .content p {
    font-size: 11pt;
  }
}
.thumb-items-small .item img {
  width: 150px;
  height: auto;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;object-position: center center;";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
@media (max-width: 480px) {
  .thumb-items-small .item img {
    width: 100px;
  }
}
.thumb-items-small .item:hover:not(.no-hover) {
  text-decoration: none;
}
.thumb-items-small .item:hover:not(.no-hover) .content {
  border-width: 30px;
}
@media (max-width: 480px) {
  .thumb-items-small .item:hover:not(.no-hover) .content {
    border-width: 10px;
  }
}
.thumb-items-small .item:hover:not(.no-hover) h2 {
  width: 100%;
}
.thumb-items-small .item:hover:not(.no-hover) img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.thumb-items-small.grey-style .item .content {
  border-color: #ea3e37;
  background: #292929;
}
.thumb-items-small.white-border .item .content {
  border-color: white;
}

.grey-bg .thumb-items .item .content,
.darkgrey-bg .thumb-items .item .content,
.darkgrey2-bg .thumb-items .item .content,
.darkgrey3-bg .thumb-items .item .content {
  border-color: #ea3e37;
}

.block-title {
  display: inline-block;
  width: 100%;
}
.block-title .wrap {
  padding: 0;
}
@media (max-width: 480px) {
  .block-title .wrap {
    padding: 0 40px;
  }
}
.block-title p, .block-title a {
  margin: 0 0 40px 0;
}
@media (max-width: 480px) {
  .block-title p, .block-title a {
    margin-bottom: 30px;
  }
}
.block-title p {
  display: inline-block;
  font-size: 26pt;
  color: #3c3c3c;
  font-family: Gotham Light;
}
@media (max-width: 1023px) {
  .block-title p {
    font-size: 24pt;
  }
}
@media (max-width: 480px) {
  .block-title p {
    font-size: 18pt;
    width: 100%;
  }
}
.block-title a {
  display: inline-block;
  color: #ea3e37;
  float: right;
  line-height: 24pt;
  position: relative;
  top: 6px;
}
@media (max-width: 480px) {
  .block-title a {
    float: left;
    display: block;
    margin-bottom: 30px;
    margin-top: -30px;
    top: auto;
  }
}
.block-title a svg {
  fill: #ea3e37;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 0;
}
.block-title a:hover {
  color: #3c3c3c;
}
.block-title a:hover svg {
  fill: #3c3c3c;
  left: 4px;
}

.grey-bg .block-title p,
.darkgrey-bg .block-title p,
.darkgrey2-bg .block-title p,
.darkgrey3-bg .block-title p {
  color: white;
}
.grey-bg .block-title a,
.darkgrey-bg .block-title a,
.darkgrey2-bg .block-title a,
.darkgrey3-bg .block-title a {
  color: white;
}
.grey-bg .block-title a svg,
.darkgrey-bg .block-title a svg,
.darkgrey2-bg .block-title a svg,
.darkgrey3-bg .block-title a svg {
  fill: white;
}
.grey-bg .block-title a:hover,
.darkgrey-bg .block-title a:hover,
.darkgrey2-bg .block-title a:hover,
.darkgrey3-bg .block-title a:hover {
  color: #ea3e37;
}
.grey-bg .block-title a:hover svg,
.darkgrey-bg .block-title a:hover svg,
.darkgrey2-bg .block-title a:hover svg,
.darkgrey3-bg .block-title a:hover svg {
  fill: #ea3e37;
}

.widgets .widget {
  border-left: 20px solid #ea3e37;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px;
  /*&:first-child{
  	background: $midgrey;

  	@include screen($m){
  		background: $lightgrey;

  	}//end m-menu

  }//end first-child

  &:nth-child(even){

  	@include screen($m){
  		background: $midgrey;

  	}//end m-menu

  }//end even childs*/
}
@media (max-width: 480px) {
  .widgets .widget {
    margin: 0;
    border-width: 10px;
  }
}
.widgets .widget:last-child {
  margin-bottom: 0;
}
.widgets .widget h4 {
  color: #3c3c3c;
  font-size: 22pt;
  margin: 0;
  font-family: "Gotham", sans-serif;
}
@media (max-width: 480px) {
  .widgets .widget h4 {
    font-size: 16pt;
  }
}
.widgets .widget form, .widgets .widget .form, .widgets .widget p {
  margin: 20px 0 0;
}
@media (max-width: 480px) {
  .widgets .widget form, .widgets .widget .form, .widgets .widget p {
    margin-top: 10px;
  }
}
.widgets .widget p {
  color: #3c3c3c;
}
@media (max-width: 480px) {
  .widgets .widget p {
    font-size: 11pt;
    line-height: 16pt;
  }
}
.widgets .widget .btn {
  margin-top: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 480px) {
  .widgets .widget .btn {
    margin-top: 20px;
  }
}
.widgets .widget .single-link {
  margin-top: 10px;
}
.widgets .widget.newsletter input[type=submit]:hover,
.widgets .widget.newsletter input[type=button]:hover,
.widgets .widget.newsletter button:hover {
  background: white;
  color: #3c3c3c;
}
.widgets .widget.contact p a {
  color: #ea3e37;
  font-size: 14pt;
}
.widgets .widget.contact p a:hover {
  color: #3c3c3c;
}
.widgets .widget.contact.lightgrey-bg p a:hover {
  color: #3c3c3c !important;
}
.widgets .widget.latest-news .item {
  margin: 30px 0px 15px;
  display: inline-block;
}
.widgets .widget.latest-news .item .image {
  overflow: hidden;
  display: inline-block;
  margin: 0 0 20px;
}
@media (max-width: 480px) {
  .widgets .widget.latest-news .item .image {
    margin-bottom: 10px;
  }
}
.widgets .widget.latest-news .item .image img {
  margin: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widgets .widget.latest-news .item .content {
  width: 100%;
  background: white;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widgets .widget.latest-news .item .content p {
  margin: 0;
  line-height: 20px;
  font-weight: bold;
  color: #3c3c3c !important;
}
.widgets .widget.latest-news .item .content p.p-small {
  font-weight: normal;
  margin-top: 6px;
}
.widgets .widget.latest-news .item:hover {
  text-decoration: none;
}
.widgets .widget.latest-news .item:hover .image img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.widgets .widget.latest-news .item:hover .content p {
  text-decoration: underline;
}
.widgets .widget.latest-news .item:hover .content p.p-small {
  text-decoration: none;
}
.widgets .widget.latest-event .item {
  margin: 30px 0px 15px;
  display: inline-block;
}
.widgets .widget.latest-event .item .image {
  overflow: hidden;
  display: inline-block;
  margin: 0 0 0px;
  position: relative;
}
.widgets .widget.latest-event .item .image img {
  margin: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
.widgets .widget.latest-event .item .image .content {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widgets .widget.latest-event .item .image .content p {
  margin: 0;
  line-height: 20px;
  font-weight: bold;
  font-family: "Gotham", sans-serif;
  color: white !important;
  text-transform: uppercase;
}
.widgets .widget.latest-event .item:hover .image .content {
  background: #ea3e37;
}
.widgets .widget.latest-event .item:hover .image img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.widgets .widget.twitter #twitter-feed-sidebar {
  margin: 30px 0px 15px;
  display: inline-block;
}
.widgets .widget.twitter #twitter-feed-sidebar p {
  color: #3c3c3c !important;
}
.widgets .widget.twitter #twitter-feed-sidebar p a {
  color: #ea3e37 !important;
}
.widgets .widget.instagram #insta-feed-sidebar {
  margin: 30px 0px 15px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 480px) {
  .widgets .widget.lightgrey-bg .owl-dot {
    background: #dfdfdf;
  }
  .widgets .widget.lightgrey-bg .owl-dot.active {
    background: #ea3e37;
  }
  .widgets .widget.lightgrey-bg .owl-dot:hover {
    background: #4f4f4f;
  }
}
@media (max-width: 480px) {
  .widgets .widget.lightgrey-bg-mob .owl-dot {
    background: #dfdfdf;
  }
  .widgets .widget.lightgrey-bg-mob .owl-dot.active {
    background: #ea3e37;
  }
  .widgets .widget.lightgrey-bg-mob .owl-dot:hover {
    background: #4f4f4f;
  }
}
@media (min-width: 480px) {
  .widgets .widget.darkgrey-bg p, .widgets .widget.darkgrey-bg h4, .widgets .widget.darkgrey-bg .gform_confirmation_message, .widgets .widget.darkgrey2-bg p, .widgets .widget.darkgrey2-bg h4, .widgets .widget.darkgrey2-bg .gform_confirmation_message, .widgets .widget.darkgrey3-bg p, .widgets .widget.darkgrey3-bg h4, .widgets .widget.darkgrey3-bg .gform_confirmation_message, .widgets .widget.grey-bg p, .widgets .widget.grey-bg h4, .widgets .widget.grey-bg .gform_confirmation_message {
    color: white;
  }
  .widgets .widget.darkgrey-bg .single-link, .widgets .widget.darkgrey-bg a:not(.btn), .widgets .widget.darkgrey-bg p a:not(.btn), .widgets .widget.darkgrey2-bg .single-link, .widgets .widget.darkgrey2-bg a:not(.btn), .widgets .widget.darkgrey2-bg p a:not(.btn), .widgets .widget.darkgrey3-bg .single-link, .widgets .widget.darkgrey3-bg a:not(.btn), .widgets .widget.darkgrey3-bg p a:not(.btn), .widgets .widget.grey-bg .single-link, .widgets .widget.grey-bg a:not(.btn), .widgets .widget.grey-bg p a:not(.btn) {
    color: white;
  }
  .widgets .widget.darkgrey-bg .single-link svg, .widgets .widget.darkgrey-bg a:not(.btn) svg, .widgets .widget.darkgrey-bg p a:not(.btn) svg, .widgets .widget.darkgrey2-bg .single-link svg, .widgets .widget.darkgrey2-bg a:not(.btn) svg, .widgets .widget.darkgrey2-bg p a:not(.btn) svg, .widgets .widget.darkgrey3-bg .single-link svg, .widgets .widget.darkgrey3-bg a:not(.btn) svg, .widgets .widget.darkgrey3-bg p a:not(.btn) svg, .widgets .widget.grey-bg .single-link svg, .widgets .widget.grey-bg a:not(.btn) svg, .widgets .widget.grey-bg p a:not(.btn) svg {
    fill: white;
  }
  .widgets .widget.darkgrey-bg .single-link:hover, .widgets .widget.darkgrey-bg a:not(.btn):hover, .widgets .widget.darkgrey-bg p a:not(.btn):hover, .widgets .widget.darkgrey2-bg .single-link:hover, .widgets .widget.darkgrey2-bg a:not(.btn):hover, .widgets .widget.darkgrey2-bg p a:not(.btn):hover, .widgets .widget.darkgrey3-bg .single-link:hover, .widgets .widget.darkgrey3-bg a:not(.btn):hover, .widgets .widget.darkgrey3-bg p a:not(.btn):hover, .widgets .widget.grey-bg .single-link:hover, .widgets .widget.grey-bg a:not(.btn):hover, .widgets .widget.grey-bg p a:not(.btn):hover {
    color: #ea3e37;
  }
  .widgets .widget.darkgrey-bg .single-link:hover svg, .widgets .widget.darkgrey-bg a:not(.btn):hover svg, .widgets .widget.darkgrey-bg p a:not(.btn):hover svg, .widgets .widget.darkgrey2-bg .single-link:hover svg, .widgets .widget.darkgrey2-bg a:not(.btn):hover svg, .widgets .widget.darkgrey2-bg p a:not(.btn):hover svg, .widgets .widget.darkgrey3-bg .single-link:hover svg, .widgets .widget.darkgrey3-bg a:not(.btn):hover svg, .widgets .widget.darkgrey3-bg p a:not(.btn):hover svg, .widgets .widget.grey-bg .single-link:hover svg, .widgets .widget.grey-bg a:not(.btn):hover svg, .widgets .widget.grey-bg p a:not(.btn):hover svg {
    fill: #ea3e37;
  }
}
@media (max-width: 480px) {
  .widgets .widget.darkgrey-bg-mob p, .widgets .widget.darkgrey-bg-mob h4, .widgets .widget.darkgrey-bg-mob .gform_confirmation_message, .widgets .widget.darkgrey2-bg-mob p, .widgets .widget.darkgrey2-bg-mob h4, .widgets .widget.darkgrey2-bg-mob .gform_confirmation_message, .widgets .widget.darkgrey3-bg-mob p, .widgets .widget.darkgrey3-bg-mob h4, .widgets .widget.darkgrey3-bg-mob .gform_confirmation_message, .widgets .widget.grey-bg-mob p, .widgets .widget.grey-bg-mob h4, .widgets .widget.grey-bg-mob .gform_confirmation_message {
    color: white;
  }
  .widgets .widget.darkgrey-bg-mob .single-link, .widgets .widget.darkgrey-bg-mob a:not(.btn), .widgets .widget.darkgrey-bg-mob p a:not(.btn), .widgets .widget.darkgrey2-bg-mob .single-link, .widgets .widget.darkgrey2-bg-mob a:not(.btn), .widgets .widget.darkgrey2-bg-mob p a:not(.btn), .widgets .widget.darkgrey3-bg-mob .single-link, .widgets .widget.darkgrey3-bg-mob a:not(.btn), .widgets .widget.darkgrey3-bg-mob p a:not(.btn), .widgets .widget.grey-bg-mob .single-link, .widgets .widget.grey-bg-mob a:not(.btn), .widgets .widget.grey-bg-mob p a:not(.btn) {
    color: white;
  }
  .widgets .widget.darkgrey-bg-mob .single-link svg, .widgets .widget.darkgrey-bg-mob a:not(.btn) svg, .widgets .widget.darkgrey-bg-mob p a:not(.btn) svg, .widgets .widget.darkgrey2-bg-mob .single-link svg, .widgets .widget.darkgrey2-bg-mob a:not(.btn) svg, .widgets .widget.darkgrey2-bg-mob p a:not(.btn) svg, .widgets .widget.darkgrey3-bg-mob .single-link svg, .widgets .widget.darkgrey3-bg-mob a:not(.btn) svg, .widgets .widget.darkgrey3-bg-mob p a:not(.btn) svg, .widgets .widget.grey-bg-mob .single-link svg, .widgets .widget.grey-bg-mob a:not(.btn) svg, .widgets .widget.grey-bg-mob p a:not(.btn) svg {
    fill: white;
  }
  .widgets .widget.darkgrey-bg-mob .single-link:hover, .widgets .widget.darkgrey-bg-mob a:not(.btn):hover, .widgets .widget.darkgrey-bg-mob p a:not(.btn):hover, .widgets .widget.darkgrey2-bg-mob .single-link:hover, .widgets .widget.darkgrey2-bg-mob a:not(.btn):hover, .widgets .widget.darkgrey2-bg-mob p a:not(.btn):hover, .widgets .widget.darkgrey3-bg-mob .single-link:hover, .widgets .widget.darkgrey3-bg-mob a:not(.btn):hover, .widgets .widget.darkgrey3-bg-mob p a:not(.btn):hover, .widgets .widget.grey-bg-mob .single-link:hover, .widgets .widget.grey-bg-mob a:not(.btn):hover, .widgets .widget.grey-bg-mob p a:not(.btn):hover {
    color: #ea3e37;
  }
  .widgets .widget.darkgrey-bg-mob .single-link:hover svg, .widgets .widget.darkgrey-bg-mob a:not(.btn):hover svg, .widgets .widget.darkgrey-bg-mob p a:not(.btn):hover svg, .widgets .widget.darkgrey2-bg-mob .single-link:hover svg, .widgets .widget.darkgrey2-bg-mob a:not(.btn):hover svg, .widgets .widget.darkgrey2-bg-mob p a:not(.btn):hover svg, .widgets .widget.darkgrey3-bg-mob .single-link:hover svg, .widgets .widget.darkgrey3-bg-mob a:not(.btn):hover svg, .widgets .widget.darkgrey3-bg-mob p a:not(.btn):hover svg, .widgets .widget.grey-bg-mob .single-link:hover svg, .widgets .widget.grey-bg-mob a:not(.btn):hover svg, .widgets .widget.grey-bg-mob p a:not(.btn):hover svg {
    fill: #ea3e37;
  }
}

.calendar-summary .items {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0 20px;
}
@media (max-width: 760px) {
  .calendar-summary .items {
    border-spacing: 0;
    display: inline-block;
  }
}
.calendar-summary .items .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #3c3c3c;
  margin-top: 10px;
  position: relative;
  display: table-row;
  width: 100%;
}
@media (max-width: 760px) {
  .calendar-summary .items .item {
    display: block;
  }
}
@media (max-width: 480px) {
  .calendar-summary .items .item {
    margin: 0;
  }
}
.calendar-summary .items .item:first-child {
  margin-top: 0;
}
.calendar-summary .items .item .date-image-wrap {
  background: #ea3e37;
  position: relative;
  display: table-cell;
  width: auto;
  vertical-align: middle;
  border-left: 20px solid #3c3c3c;
  width: 420px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 760px) {
  .calendar-summary .items .item .date-image-wrap {
    width: 100%;
    float: none;
    border-left: 0;
    display: inline-block;
  }
}
.calendar-summary .items .item .date-image-wrap .date {
  background: #ea3e37;
  float: left;
  padding: 35px 22px;
  position: relative;
  z-index: 2;
  width: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 760px) {
  .calendar-summary .items .item .date-image-wrap .date {
    border-left: 10px solid #3c3c3c;
    z-index: 2;
    position: relative;
    margin-top: 60px;
    padding: 16px 20px;
  }
}
.calendar-summary .items .item .date-image-wrap .date p {
  color: white;
  text-transform: uppercase;
  font-size: 20pt;
  margin: 0;
}
@media (max-width: 760px) {
  .calendar-summary .items .item .date-image-wrap .date p {
    font-size: 14pt;
    line-height: 14pt;
  }
}
.calendar-summary .items .item .date-image-wrap .date p span {
  font-size: 11pt;
  display: block;
  margin-top: -1px;
}
.calendar-summary .items .item .date-image-wrap .image {
  float: left;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 760px) {
  .calendar-summary .items .item .date-image-wrap .image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
.calendar-summary .items .item .date-image-wrap .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;object-position: center center;";
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-left: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 760px) {
  .calendar-summary .items .item .date-image-wrap .image img {
    padding-left: 0;
  }
}
.calendar-summary .items .item .title {
  padding: 33px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 760px) {
  .calendar-summary .items .item .title {
    z-index: 2;
    position: relative;
    background: #3c3c3c;
    padding: 30px;
    width: auto;
    display: block;
  }
}
.calendar-summary .items .item .title h2, .calendar-summary .items .item .title p {
  color: white;
  margin: 0;
}
.calendar-summary .items .item .title h2 {
  font-size: 22pt;
}
@media (max-width: 760px) {
  .calendar-summary .items .item .title h2 {
    font-size: 19pt;
  }
}
@media (max-width: 760px) {
  .calendar-summary .items .item .title h2 {
    font-size: 18pt;
  }
}
.calendar-summary .items .item .title p {
  font-size: 13pt;
  margin-top: 4px;
}
@media (max-width: 760px) {
  .calendar-summary .items .item .title p {
    font-size: 11pt;
  }
}
.calendar-summary .items .item:hover {
  text-decoration: none;
}
@media (min-width: 760px) {
  .calendar-summary .items .item:hover {
    background: #ea3e37;
  }
  .calendar-summary .items .item:hover .image img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    padding-left: 156px;
  }
}
.calendar-summary .items .no-results {
  margin-bottom: 40px;
}
.calendar-summary .items .no-results p {
  margin-top: 0;
}
.calendar-summary.grey-bg h2, .calendar-summary.grey-bg p, .calendar-summary.darkgrey-bg h2, .calendar-summary.darkgrey-bg p, .calendar-summary.darkgrey2-bg h2, .calendar-summary.darkgrey2-bg p, .calendar-summary.darkgrey3-bg h2, .calendar-summary.darkgrey3-bg p {
  color: white;
}
.calendar-summary.grey-bg .items .item, .calendar-summary.darkgrey-bg .items .item, .calendar-summary.darkgrey2-bg .items .item, .calendar-summary.darkgrey3-bg .items .item {
  background: #292929;
}
.calendar-summary.grey-bg .items .item:hover, .calendar-summary.darkgrey-bg .items .item:hover, .calendar-summary.darkgrey2-bg .items .item:hover, .calendar-summary.darkgrey3-bg .items .item:hover {
  background: #ea3e37;
}
.calendar-summary.grey-bg .items .item .date-image-wrap, .calendar-summary.darkgrey-bg .items .item .date-image-wrap, .calendar-summary.darkgrey2-bg .items .item .date-image-wrap, .calendar-summary.darkgrey3-bg .items .item .date-image-wrap {
  border-color: #292929;
}
@media (max-width: 760px) {
  .calendar-summary.grey-bg .items .item .date-image-wrap .date, .calendar-summary.darkgrey-bg .items .item .date-image-wrap .date, .calendar-summary.darkgrey2-bg .items .item .date-image-wrap .date, .calendar-summary.darkgrey3-bg .items .item .date-image-wrap .date {
    border-color: #292929;
  }
}

.feed {
  display: inline-block;
  width: 100%;
}
.feed .tweet {
  width: 50%;
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 760px) {
  .feed .tweet {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
}
.feed .tweet .inner {
  border-left: 20px solid #ea3e37;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
@media (max-width: 760px) {
  .feed .tweet .inner {
    border-width: 10px;
  }
}
.feed .tweet .pic, .feed .tweet .message {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.feed .tweet .pic {
  width: 45%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
}
@media (max-width: 760px) {
  .feed .tweet .pic {
    width: 100%;
    padding: 0;
    position: relative;
  }
}
.feed .tweet .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.feed .tweet .message {
  width: 55%;
  float: right;
  padding: 30px 40px;
}
@media (max-width: 760px) {
  .feed .tweet .message {
    width: 100%;
    padding: 20px;
  }
}
.feed .tweet .message p {
  color: #3c3c3c;
  font-size: 12pt;
  line-height: 16pt;
}
.feed .tweet .message p.name {
  font-size: 14pt;
  font-weight: bold;
}
.feed .tweet .message p.date {
  color: #ea3e37;
}

.speaker {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.speaker .table-columns {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.speaker .col {
  width: 50%;
  display: table-cell;
  float: none;
  position: relative;
}
@media (max-width: 760px) {
  .speaker .col {
    display: inline-block;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.speaker .col.image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
}
@media (max-width: 760px) {
  .speaker .col.image img {
    position: relative;
  }
}
.speaker .col.content {
  padding: 200px 40px;
  background: #ea3e37;
  text-align: center;
}
@media (max-width: 1302px) {
  .speaker .col.content {
    padding: 100px 40px;
  }
}
@media (max-width: 1023px) {
  .speaker .col.content {
    padding: 80px 40px;
  }
}
@media (max-width: 480px) {
  .speaker .col.content {
    padding: 40px;
  }
}
.speaker .col.content .user-pic {
  width: 170px;
  height: 170px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .speaker .col.content .user-pic {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 480px) {
  .speaker .col.content .user-pic {
    width: 130px;
    height: 130px;
  }
}
.speaker .col.content .user-pic img {
  width: 100%;
  height: 100%;
}
.speaker .col.content p {
  color: white;
}
.speaker .col.content .p-large {
  max-width: 500px;
  margin: 0 auto;
}
.speaker .col.content .p-large p {
  margin: 20px 0 0;
}
@media (max-width: 480px) {
  .speaker .col.content .p-large p {
    margin-top: 10px;
  }
}
.speaker .col.content .name p {
  font-size: 18pt;
  font-family: Gotham Light;
  margin: 30px 0 0;
}
@media (max-width: 480px) {
  .speaker .col.content .name p {
    font-size: 13pt;
    margin-top: 20px;
    font-weight: bold;
  }
}
.speaker .col.content .btn {
  margin-top: 60px;
}
@media (max-width: 480px) {
  .speaker .col.content .btn {
    margin-top: 20px;
  }
}
.speaker .col .quote-image-slider .slider-nav-dots {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .speaker .col .quote-image-slider .slider-nav-dots {
    margin-top: 20px;
  }
}
.speaker .col .quote-image-slider .slider-nav-dots .owl-dot {
  background: white;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (max-width: 1023px) {
  .speaker .col .quote-image-slider .slider-nav-dots .owl-dot {
    height: 10px;
    width: 10px;
  }
}
.speaker .col .quote-image-slider .slider-nav-dots .owl-dot.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.speaker .col .quote-image-slider .slider-nav-dots .owl-dot:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.speaker .col .quote-image-slider .slider-nav-dots.disabled {
  display: none;
}

.side-info {
  padding: 0 0 10px 40px;
  position: relative;
}
@media (max-width: 760px) {
  .side-info {
    padding: 0 0 0 40px;
    margin: -4px 0;
  }
}
.side-info:before {
  content: "";
  position: absolute;
  left: -9px;
  top: 0;
  width: 9px;
  height: 0;
  background: #ea3e37;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 760px) {
  .side-info:before {
    left: 0px;
    width: 4px;
  }
}
.side-info p {
  position: relative;
  top: -5px;
  color: #ea3e37;
}
@media (max-width: 760px) {
  .side-info p {
    top: 0;
  }
}
.side-info.show:before {
  height: 100%;
}

.full-width-image {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 800px;
}
@media (max-width: 1302px) {
  .full-width-image {
    min-height: 700px;
  }
}
@media (max-width: 1023px) {
  .full-width-image {
    min-height: 600px;
  }
}
@media (max-width: 760px) {
  .full-width-image {
    height: auto;
  }
}
.full-width-image .description {
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: #ea3e37;
  width: 408px;
  padding: 60px;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 50%;
  margin-right: -590px;
}
@media (max-width: 1302px) {
  .full-width-image .description {
    right: 40px;
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  .full-width-image .description {
    padding: 50px;
  }
}
@media (max-width: 760px) {
  .full-width-image .description {
    position: relative;
    width: auto;
    padding: 40px;
    right: auto;
  }
}
.full-width-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;object-position: center center;";
  z-index: 1;
  top: 0;
  left: 0;
}
@media (max-width: 760px) {
  .full-width-image img {
    position: relative;
    height: auto;
  }
}

.video-frame {
  position: relative;
  display: block;
  margin: 60px 0;
}
@media (max-width: 1302px) {
  .video-frame {
    margin: 50px 0px;
  }
}
@media (max-width: 1023px) {
  .video-frame {
    margin: 40px 0px;
  }
}
@media (max-width: 480px) {
  .video-frame {
    margin: 30px -30px;
  }
}
.video-frame .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -70px 0px 0px -70px;
  z-index: 3;
}
@media (max-width: 1023px) {
  .video-frame .icon {
    margin: -50px 0px 0px -50px;
  }
}
@media (max-width: 480px) {
  .video-frame .icon {
    margin: -25px 0px 0px -25px;
  }
}
.video-frame .icon svg {
  width: 140px;
  height: 140px;
  display: inline-block;
  fill: white;
}
@media (max-width: 1023px) {
  .video-frame .icon svg {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .video-frame .icon svg {
    width: 50px;
    height: 50px;
  }
}
.video-frame img {
  width: 100%;
  z-index: 1;
  position: relative;
  margin: 0;
}
.video-frame:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
.video-frame:hover:after {
  background: rgba(0, 0, 0, 0.4);
}

.image-frame {
  position: relative;
  display: block;
  margin: 60px 0;
}
@media (max-width: 1302px) {
  .image-frame {
    margin: 50px 0px;
  }
}
@media (max-width: 1023px) {
  .image-frame {
    margin: 40px 0px;
  }
}
@media (max-width: 480px) {
  .image-frame {
    margin: 30px 0px;
  }
}
.image-frame img {
  width: 100%;
  z-index: 1;
  position: relative;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.image-frame:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.image-content-frame {
  position: relative;
  display: block;
  margin: 60px 0;
}
@media (max-width: 1302px) {
  .image-content-frame {
    margin: 50px 0px;
  }
}
@media (max-width: 1023px) {
  .image-content-frame {
    margin: 40px 0px;
  }
}
@media (max-width: 480px) {
  .image-content-frame {
    margin: 30px -30px;
  }
}
.image-content-frame .content-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.image-content-frame .content-wrap .content {
  display: table;
  width: 100%;
  height: 100%;
}
.image-content-frame .content-wrap .content .content-inner {
  display: table-cell;
  padding: 0 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.image-content-frame .content-wrap .content .content-inner h2 {
  color: white;
  font-weight: bold;
}
.image-content-frame img {
  width: 100%;
  z-index: 1;
  position: relative;
  margin: 0;
}
.image-content-frame:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
.image-content-frame:hover:after {
  background: rgba(0, 0, 0, 0.6);
}
.image-content-frame:hover .btn.white {
  background: #ea3e37;
  color: white;
}

.gallery-grid-4 {
  margin: 0px 0px 60px;
}
@media (max-width: 1302px) {
  .gallery-grid-4 {
    margin: 50px 0px;
  }
}
@media (max-width: 1023px) {
  .gallery-grid-4 {
    margin: 0 0 40px 0px;
  }
}
@media (max-width: 480px) {
  .gallery-grid-4 {
    margin: 0 0 30px 0px;
  }
}
.gallery-grid-4 .gallery-wrap {
  display: inline-block;
  width: 100%;
  margin: -20px 0;
}
.gallery-grid-4 .hidden {
  display: none;
}
.gallery-grid-4 .col {
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  .gallery-grid-4 .col {
    width: 100%;
    margin: 10px 0;
  }
}
.gallery-grid-4 .col:nth-child(1) {
  padding: 0px 20px 20px 0px;
}
@media (max-width: 1302px) {
  .gallery-grid-4 .col:nth-child(1) {
    padding: 0px 10px 10px 0px;
  }
}
@media (max-width: 1100px) {
  .gallery-grid-4 .col:nth-child(1) {
    padding: 0;
  }
}
.gallery-grid-4 .col:nth-child(2) {
  padding: 0px 0px 20px 20px;
}
@media (max-width: 1302px) {
  .gallery-grid-4 .col:nth-child(2) {
    padding: 0px 0px 10px 10px;
  }
}
@media (max-width: 1100px) {
  .gallery-grid-4 .col:nth-child(2) {
    padding: 0;
  }
}
.gallery-grid-4 .col:nth-child(3) {
  padding: 20px 20px 0px 0px;
}
@media (max-width: 1302px) {
  .gallery-grid-4 .col:nth-child(3) {
    padding: 10px 10px 0px 0px;
  }
}
@media (max-width: 1100px) {
  .gallery-grid-4 .col:nth-child(3) {
    padding: 0;
  }
}
.gallery-grid-4 .col:nth-child(4) {
  padding: 20px 0px 0px 20px;
}
@media (max-width: 1302px) {
  .gallery-grid-4 .col:nth-child(4) {
    padding: 10px 0px 0px 10px;
  }
}
@media (max-width: 1100px) {
  .gallery-grid-4 .col:nth-child(4) {
    padding: 0;
  }
}
.gallery-grid-4 .col:nth-child(odd) {
  padding: 20px 20px 20px 0px;
}
@media (max-width: 1302px) {
  .gallery-grid-4 .col:nth-child(odd) {
    padding: 10px 10px 10px 0px;
  }
}
@media (max-width: 1100px) {
  .gallery-grid-4 .col:nth-child(odd) {
    padding: 0;
  }
}
.gallery-grid-4 .col:nth-child(even) {
  padding: 20px 0px 20px 20px;
}
@media (max-width: 1302px) {
  .gallery-grid-4 .col:nth-child(even) {
    padding: 10px 0px 10px 10px;
  }
}
@media (max-width: 1100px) {
  .gallery-grid-4 .col:nth-child(even) {
    padding: 0;
  }
}
.gallery-grid-4 .col.no-pb {
  padding-bottom: 0;
}
.gallery-grid-4 .col img {
  margin: 0;
  width: 100%;
  height: auto;
}
.gallery-grid-4 .col .col-inner {
  position: relative;
}
.gallery-grid-4 .col .overlay-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 40px 40px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s 0.2s;
  -moz-transition: all 0.4s 0.2s;
  -ms-transition: all 0.4s 0.2s;
  -o-transition: all 0.4s 0.2s;
  transition: all 0.4s 0.2s;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1152px) {
  .gallery-grid-4 .col .overlay-wrap {
    padding: 20px 20px 10px;
  }
}
.gallery-grid-4 .col .overlay-wrap .overlay {
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.gallery-grid-4 .col .overlay-wrap .overlay .overlay-inner {
  display: table-cell;
  vertical-align: bottom;
}
.gallery-grid-4 .col .overlay-wrap .overlay .overlay-inner .title h4 {
  color: white;
  font-size: 22pt;
  font-family: "Gotham", sans-serif;
  margin: 0;
  text-decoration: none;
  -ms-word-break: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.gallery-grid-4 .col .overlay-wrap .overlay .overlay-inner .title p {
  color: white;
  margin: 0;
  text-decoration: none;
}
.gallery-grid-4 .col .overlay-wrap .overlay .overlay-inner .title:after {
  content: "";
  width: 25%;
  height: 6px;
  background: #3c3c3c;
  margin: 20px 0 0;
  display: block;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 0;
}
@media (max-width: 1152px) {
  .gallery-grid-4 .col .overlay-wrap .overlay .overlay-inner .title:after {
    margin: 10px 0 0;
  }
}
.gallery-grid-4 .col .overlay-wrap .overlay .overlay-inner .text {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.gallery-grid-4 .col .overlay-wrap .overlay .overlay-inner .text p {
  color: white;
  margin: 34px 0 20px 0;
  text-decoration: none;
}
@media (max-width: 1152px) {
  .gallery-grid-4 .col .overlay-wrap .overlay .overlay-inner .text p {
    margin: 14px 0 10px 0;
  }
}
.gallery-grid-4 .col:hover {
  text-decoration: none;
}
.gallery-grid-4 .col:hover .overlay-wrap {
  background: #6d9fb6;
}
.gallery-grid-4 .col:hover .overlay-wrap .overlay .overlay-inner .title:after {
  width: 15%;
}
.gallery-grid-4 .col:hover .overlay-wrap .overlay .overlay-inner .text {
  max-height: 300px;
}

.bottombanner {
  position: relative;
}
.bottombanner .content {
  padding: 150px 0;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  .bottombanner .content {
    padding: 150px 0;
  }
}
@media (max-width: 480px) {
  .bottombanner .content {
    padding: 80px 0;
  }
}
.bottombanner .content h2 {
  color: white;
  font-family: Gotham Light;
  font-size: 46pt;
  line-height: 46pt;
}
@media (max-width: 1023px) {
  .bottombanner .content h2 {
    font-size: 34pt;
    line-height: 34pt;
  }
}
@media (max-width: 480px) {
  .bottombanner .content h2 {
    font-size: 26pt;
    line-height: 28pt;
  }
}
.bottombanner img, .bottombanner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;object-position: center center;";
  z-index: 1;
  left: 0;
  top: 0;
}
.bottombanner .overlay {
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

#insta-feed #sb_instagram .sb_instagram_header,
#insta-feed-sidebar #sb_instagram .sb_instagram_header {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: 0 !important;
  border-left: 20px solid #6d9fb6;
}
#insta-feed #sb_instagram .sb_instagram_header .sbi_header_text,
#insta-feed-sidebar #sb_instagram .sb_instagram_header .sbi_header_text {
  padding: 0;
}
#insta-feed #sb_instagram .sb_instagram_header .sbi_header_text h3,
#insta-feed-sidebar #sb_instagram .sb_instagram_header .sbi_header_text h3 {
  margin-left: 150px !important;
  color: white;
  font-size: 20pt;
  line-height: 120px;
  padding: 0 !important;
}
@media (max-width: 1302px) {
  #insta-feed #sb_instagram .sb_instagram_header .sbi_header_text h3,
#insta-feed-sidebar #sb_instagram .sb_instagram_header .sbi_header_text h3 {
    font-size: 16pt !important;
    line-height: 100px !important;
    margin-left: 130px !important;
  }
}
@media (max-width: 480px) {
  #insta-feed #sb_instagram .sb_instagram_header .sbi_header_text h3,
#insta-feed-sidebar #sb_instagram .sb_instagram_header .sbi_header_text h3 {
    margin-left: 100px !important;
    line-height: 80px !important;
  }
}
@media (max-width: 480px) {
  #insta-feed #sb_instagram .sb_instagram_header .sbi_header_text h3,
#insta-feed-sidebar #sb_instagram .sb_instagram_header .sbi_header_text h3 {
    font-size: 11pt !important;
  }
}
#insta-feed #sb_instagram .sb_instagram_header .sbi_header_img,
#insta-feed-sidebar #sb_instagram .sb_instagram_header .sbi_header_img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 120px;
}
@media (max-width: 1302px) {
  #insta-feed #sb_instagram .sb_instagram_header .sbi_header_img,
#insta-feed-sidebar #sb_instagram .sb_instagram_header .sbi_header_img {
    width: 100px !important;
  }
}
@media (max-width: 480px) {
  #insta-feed #sb_instagram .sb_instagram_header .sbi_header_img,
#insta-feed-sidebar #sb_instagram .sb_instagram_header .sbi_header_img {
    width: 80px !important;
  }
}
#insta-feed #sb_instagram .sb_instagram_header .sbi_header_img img,
#insta-feed-sidebar #sb_instagram .sb_instagram_header .sbi_header_img img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#insta-feed #sb_instagram .sb_instagram_header .sbi_header_img_hover,
#insta-feed-sidebar #sb_instagram .sb_instagram_header .sbi_header_img_hover {
  display: none;
}
#insta-feed #sb_instagram .sbi_photo,
#insta-feed-sidebar #sb_instagram .sbi_photo {
  height: 400px !important;
  opacity: 1 !important;
}
#insta-feed #sb_instagram .sbi_photo img,
#insta-feed-sidebar #sb_instagram .sbi_photo img {
  height: 400px;
}
#insta-feed #sb_instagram .sbi_photo:after,
#insta-feed-sidebar #sb_instagram .sbi_photo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#insta-feed #sb_instagram .sbi_photo:hover:after,
#insta-feed-sidebar #sb_instagram .sbi_photo:hover:after {
  background: transparent;
}
#insta-feed #sb_instagram .sbi_photo:hover img,
#insta-feed-sidebar #sb_instagram .sbi_photo:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#insta-feed #sb_instagram.sbi_col_1 #sbi_images, #insta-feed #sb_instagram.sbi_col_2 #sbi_images,
#insta-feed-sidebar #sb_instagram.sbi_col_1 #sbi_images,
#insta-feed-sidebar #sb_instagram.sbi_col_2 #sbi_images {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 720px) {
  #insta-feed #sb_instagram.sbi_col_1 #sbi_images, #insta-feed #sb_instagram.sbi_col_2 #sbi_images,
#insta-feed-sidebar #sb_instagram.sbi_col_1 #sbi_images,
#insta-feed-sidebar #sb_instagram.sbi_col_2 #sbi_images {
    display: block;
  }
}
#insta-feed #sb_instagram.sbi_col_1 #sbi_images .sbi_item, #insta-feed #sb_instagram.sbi_col_2 #sbi_images .sbi_item,
#insta-feed-sidebar #sb_instagram.sbi_col_1 #sbi_images .sbi_item,
#insta-feed-sidebar #sb_instagram.sbi_col_2 #sbi_images .sbi_item {
  width: calc(50% - 20px);
}
@media (max-width: 960px) {
  #insta-feed #sb_instagram.sbi_col_1 #sbi_images .sbi_item, #insta-feed #sb_instagram.sbi_col_2 #sbi_images .sbi_item,
#insta-feed-sidebar #sb_instagram.sbi_col_1 #sbi_images .sbi_item,
#insta-feed-sidebar #sb_instagram.sbi_col_2 #sbi_images .sbi_item {
    width: 100%;
  }
}

#insta-feed-sidebar .item {
  height: 250px;
}
#insta-feed-sidebar #sb_instagram .sb_instagram_header {
  border: 0 !important;
  margin: 0px 0px 20px 20px !important;
  width: auto !important;
}
#insta-feed-sidebar #sb_instagram .sb_instagram_header .sbi_header_text h3 {
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
  font-size: 20px !important;
  line-height: 20px !important;
}
@media (max-width: 1023px) {
  #insta-feed-sidebar #sb_instagram .sb_instagram_header .sbi_header_text h3 {
    font-size: 18px !important;
  }
}
#insta-feed-sidebar #sb_instagram .sbi_header_img {
  display: none !important;
}
#insta-feed-sidebar #sb_instagram .sbi_photo {
  height: 250px !important;
}
#insta-feed-sidebar #sb_instagram .sbi_photo img {
  height: 250px !important;
}
#insta-feed-sidebar #sb_instagram .sbi_photo:after {
  display: none;
}
#insta-feed-sidebar #sb_instagram.sbi_col_2 #sbi_images .sbi_item {
  width: 100%;
}

#twitter-feed,
#twitter-feed-sidebar {
  float: left;
}
#twitter-feed #ctf .ctf-tweets .ctf-item,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item {
  border-left: 20px solid #6d9fb6;
  height: auto;
  padding: 40px 0;
  background: white;
}
@media (max-width: 1023px) {
  #twitter-feed #ctf .ctf-tweets .ctf-item,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  #twitter-feed #ctf .ctf-tweets .ctf-item,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item {
    border-width: 10px;
  }
}
#twitter-feed #ctf .ctf-tweets .ctf-item svg,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item svg {
  display: none;
}
#twitter-feed #ctf .ctf-tweets .ctf-item .ctf-author-box,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-author-box {
  margin-left: 0;
}
#twitter-feed #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-name,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-name {
  font-size: 18pt;
  font-weight: normal !important;
  margin-left: 0;
  margin-top: -6px;
  color: #3c3c3c !important;
}
@media (max-width: 480px) {
  #twitter-feed #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-name,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-name {
    font-size: 16pt;
  }
}
#twitter-feed #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-avatar,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-avatar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 75px;
  height: 75px;
  margin: 0px 40px 0 40px;
}
@media (max-width: 1023px) {
  #twitter-feed #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-avatar,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-avatar {
    margin: 0 30px 0 30px;
  }
}
@media (max-width: 480px) {
  #twitter-feed #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-avatar,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-avatar {
    margin: 0 20px 0 20px;
    display: inline-block;
    width: auto;
    height: auto;
  }
}
#twitter-feed #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-avatar img,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-avatar img {
  height: auto;
}
@media (max-width: 480px) {
  #twitter-feed #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-avatar img,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-avatar img {
    display: inline-block;
  }
}
#twitter-feed #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-tweet-meta,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-tweet-meta {
  display: block;
}
#twitter-feed #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-tweet-meta .ctf-tweet-date,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-tweet-meta .ctf-tweet-date {
  color: #ea3e37 !important;
  font-size: 12pt;
  display: block;
  margin: 8px 0 12px;
}
@media (max-width: 480px) {
  #twitter-feed #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-tweet-meta .ctf-tweet-date,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-tweet-meta .ctf-tweet-date {
    margin: 0 0 0;
  }
}
#twitter-feed #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-screenname,
#twitter-feed #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-screename-sep,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-screenname,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-screename-sep {
  display: none;
}
#twitter-feed #ctf .ctf-tweets .ctf-item .ctf-tweet-content,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-tweet-content {
  margin-left: 155px;
  padding-right: 30px;
}
@media (max-width: 1023px) {
  #twitter-feed #ctf .ctf-tweets .ctf-item .ctf-tweet-content,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-tweet-content {
    margin-left: 135px;
  }
}
@media (max-width: 480px) {
  #twitter-feed #ctf .ctf-tweets .ctf-item .ctf-tweet-content,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-tweet-content {
    margin: 10px 0px 0px 0px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
  }
}
#twitter-feed #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-text,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-text {
  font-family: Gotham Book;
  font-size: 14pt;
  line-height: 20pt;
  margin: 0 0 30px;
  word-break: break-word;
  color: #3c3c3c !important;
}
@media (max-width: 1023px) {
  #twitter-feed #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-text,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-text {
    font-size: 13pt;
    line-height: 21pt;
  }
}
@media (max-width: 480px) {
  #twitter-feed #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-text,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-text {
    font-size: 12pt;
    line-height: 20pt;
    margin: 0 0 20px;
  }
}

#twitter-feed-sidebar {
  float: none;
  display: inline-block;
  width: 100%;
}
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item {
  border: 0;
  padding: 20px;
}
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-tweet-content {
  margin-left: 0;
  padding: 0;
}
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-tweet-text {
  word-break: break-word;
}
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-author-avatar,
#twitter-feed-sidebar #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-tweet-meta {
  display: none;
}

.pagination {
  margin: 40px 0 0;
}
@media (max-width: 1023px) {
  .pagination {
    margin: 30px 0 0;
  }
}
@media (max-width: 480px) {
  .pagination {
    margin: 30px 30px 10px;
  }
}
.pagination .nav-links .page-numbers {
  font-size: 16px;
  padding: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  margin: 0 5px 0 0;
  background: #f2f2f2;
  color: #3c3c3c;
}
.pagination .nav-links .page-numbers.current {
  background: #3c3c3c;
  color: white;
}
.pagination .nav-links a.page-numbers:hover {
  background: #ea3e37;
  color: white;
  text-decoration: none;
}
.pagination.mt-80 {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .pagination.mt-80 {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .pagination.mt-80 {
    margin-top: 40px;
  }
}

.grey-bg .pagination .nav-links .page-numbers {
  background: transparent;
  color: white;
}
.grey-bg .pagination .nav-links .page-numbers.current {
  background: #292929;
}
.grey-bg .pagination .nav-links a.page-numbers:hover {
  background: #ea3e37;
  color: white;
  text-decoration: none;
}

.pagination-wrap {
  display: inline-block;
  width: 100%;
}
.pagination-wrap.nav-links-style .nav-links .page-numbers {
  background: white;
  color: #3c3c3c;
  padding: 0px;
}
.pagination-wrap.nav-links-style .nav-links .page-numbers.current, .pagination-wrap.nav-links-style .nav-links .page-numbers:hover {
  background: white;
  color: #ea3e37;
}
.pagination-wrap.nav-links-style .nav-links a.page-numbers:hover {
  background: white;
  color: #ea3e37;
}
@media (max-width: 760px) {
  .pagination-wrap .pagination {
    margin: 10px 0;
  }
}
.pagination-wrap.white-bg .page-numbers {
  background: #f2f2f2;
  color: #3c3c3c;
}
.pagination-wrap.white-bg .page-numbers.current, .pagination-wrap.white-bg .page-numbers:hover {
  background: #3c3c3c;
  color: white;
}
.pagination-wrap.white-bg a.page-numbers:hover {
  background: #ea3e37;
  color: white;
  text-decoration: none;
}

#map {
  height: 700px;
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  #map {
    height: 500px;
  }
}
@media (max-width: 480px) {
  #map {
    height: 70vh;
  }
}
#map .mapboxgl-canvas-container {
  height: 100%;
}

.marker {
  background-image: url("../images/marker.svg");
  width: 40px;
  height: 60px;
  top: -6px;
}

#filter {
  display: inline-block;
  text-align: center;
  width: 100%;
}
#filter p {
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
  font-size: 14pt;
  line-height: 21pt;
}
@media (max-width: 1023px) {
  #filter p {
    font-size: 13pt;
    line-height: 21pt;
  }
}
@media (max-width: 480px) {
  #filter p {
    font-size: 12pt;
    line-height: 20pt;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#filter .default-form {
  display: inline-block;
}
#filter .form, #filter form {
  display: inline-block;
  text-align: left;
}
#filter .form select, #filter form select {
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ea3e37;
  width: 300px;
}
@media (max-width: 480px) {
  #filter .form select, #filter form select {
    max-width: 270px;
  }
}
#filter .form .select2-container--default .select2-selection--single .select2-selection__rendered, #filter form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ea3e37;
  font-weight: 700;
}
@media (max-width: 480px) {
  #filter .form .select2-selection--single, #filter form .select2-selection--single {
    height: 29px;
  }
}
#filter .form .select2-selection__rendered, #filter form .select2-selection__rendered {
  padding-right: 50px !important;
}
@media (max-width: 480px) {
  #filter .form .select2-selection__rendered, #filter form .select2-selection__rendered {
    line-height: 29px;
  }
}
#filter .form .select2-container, #filter form .select2-container {
  border-color: transparent !important;
}
@media (max-width: 480px) {
  #filter.radio-list {
    margin-bottom: -10px;
  }
}
#filter.radio-list p, #filter.radio-list label {
  margin-right: 0;
  font-size: 14pt;
  font-weight: normal;
}
@media (max-width: 480px) {
  #filter.radio-list p, #filter.radio-list label {
    font-size: 12pt;
  }
}
@media (max-width: 480px) {
  #filter.radio-list p {
    margin-bottom: 4px;
    width: 100%;
  }
}
#filter.radio-list .searchandfilter ul {
  display: inline-block;
}
@media (max-width: 480px) {
  #filter.radio-list .searchandfilter ul {
    text-align: center;
  }
}
#filter.radio-list .searchandfilter ul li.sf-level-0 {
  display: inline-block;
  margin-left: 80px;
}
@media (max-width: 1302px) {
  #filter.radio-list .searchandfilter ul li.sf-level-0 {
    margin-left: 60px;
  }
}
@media (max-width: 1023px) {
  #filter.radio-list .searchandfilter ul li.sf-level-0 {
    margin-left: 40px;
  }
}
@media (max-width: 480px) {
  #filter.radio-list .searchandfilter ul li.sf-level-0 {
    margin: 5px 10px;
  }
}
#filter.radio-list .searchandfilter ul li.sf-level-0 input {
  display: none;
}
#filter.radio-list .searchandfilter ul li.sf-level-0 label {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  color: #3c3c3c;
}
#filter.radio-list .searchandfilter ul li.sf-level-0 label:hover {
  color: #a2a2a2;
}
#filter.radio-list .searchandfilter ul li.sf-level-0.sf-option-active label {
  color: #ea3e37;
}
#filter.align-right {
  text-align: right;
}
@media (max-width: 760px) {
  #filter.align-right {
    text-align: left;
  }
}
#filter .searchandfilter ul li {
  padding: 0;
}

.grey-bg p,
.darkgrey-bg p,
.darkgrey2-bg p,
.darkgrey3-bg p {
  color: white;
}

.tile-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -35px;
  margin-bottom: 0;
}
@media (max-width: 1302px) {
  .tile-grid {
    margin: -20px;
  }
}
@media (max-width: 760px) {
  .tile-grid {
    margin: -10px 0px;
  }
}
.tile-grid .tile {
  width: calc(33% - 70px);
  margin: 35px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1302px) {
  .tile-grid .tile {
    width: calc(33% - 40px);
    margin: 20px;
  }
}
@media (max-width: 1023px) {
  .tile-grid .tile {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 760px) {
  .tile-grid .tile {
    width: 100%;
    margin: 10px 0;
  }
}
.tile-grid .tile:not(.white-text) p {
  color: #3c3c3c;
}
.tile-grid .tile.member .image {
  height: 370px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1302px) {
  .tile-grid .tile.member .image {
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .tile-grid .tile.member .image {
    height: auto;
  }
}
.tile-grid .tile.member .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;object-position: center center;";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tile-grid .tile.member .content {
  margin: 20px 0 0;
}
.tile-grid .tile.member .content p {
  margin: 0;
}
.tile-grid .tile.member .content p:last-child {
  font-weight: bold;
}
.tile-grid .tile.member:hover {
  text-decoration: none;
}
.tile-grid .tile.member:hover .image img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.tile-grid .tile.image {
  position: relative;
}
.tile-grid .tile.image .image {
  height: 340px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1302px) {
  .tile-grid .tile.image .image {
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .tile-grid .tile.image .image {
    height: auto;
  }
}
.tile-grid .tile.image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;object-position: center center;";
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tile-grid .tile.image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 30px 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s 0.2s;
  -moz-transition: all 0.4s 0.2s;
  -ms-transition: all 0.4s 0.2s;
  -o-transition: all 0.4s 0.2s;
  transition: all 0.4s 0.2s;
}
.tile-grid .tile.image .overlay .align-wrap {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.tile-grid .tile.image .overlay .align-wrap .align {
  display: table-cell;
  vertical-align: bottom;
}
.tile-grid .tile.image .overlay .align-wrap h3 {
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tile-grid .tile.image .overlay .align-wrap h3:after {
  content: "";
  height: 5px;
  width: 0;
  background: #3c3c3c;
  margin: 30px 0 0;
  display: block;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.tile-grid .tile.image .overlay .align-wrap .heading {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.tile-grid .tile.image .overlay .align-wrap .heading p {
  padding: 30px 0;
  font-weight: 700;
}
.tile-grid .tile.image .overlay .align-wrap .icon {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s 0.2s;
  -moz-transition: all 0.4s 0.2s;
  -ms-transition: all 0.4s 0.2s;
  -o-transition: all 0.4s 0.2s;
  transition: all 0.4s 0.2s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tile-grid .tile.image .overlay .align-wrap .icon svg {
  fill: white;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.tile-grid .tile.image .content {
  margin: 20px 0 0;
}
.tile-grid .tile.image .content p {
  font-family: Gotham Book;
  font-weight: 700;
  margin: 0;
}
.tile-grid .tile.image:hover .overlay {
  background: #6d9fb6;
}
.tile-grid .tile.image:hover .overlay .align-wrap h3:after {
  width: 30px;
}
.tile-grid .tile.image:hover .overlay .align-wrap .heading {
  max-height: 300px;
}
.tile-grid .tile.image:hover .overlay .align-wrap .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tile-grid .tile.image.grey .overlay {
  background: rgba(0, 0, 0, 0.3);
}
.tile-grid .tile.image.grey .overlay .align-wrap h3:after {
  background: #ea3e37;
}
.tile-grid .tile.image.grey:hover .overlay {
  background: #3c3c3c;
}
.tile-grid .tile.image.grey:hover .overlay .no-heading {
  margin-bottom: 40px;
}
.tile-grid .tile.image.grey.blue-hover .overlay h3:after {
  background: #3c3c3c;
}
.tile-grid .tile.image.grey.blue-hover:hover .overlay {
  background: #6d9fb6;
}
.tile-grid .tile.file {
  height: 340px;
  padding: 32px;
}
@media (max-width: 760px) {
  .tile-grid .tile.file {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .tile-grid .tile.file {
    height: 250px;
    padding: 20px;
  }
}
.tile-grid .tile.file:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s 0.2s;
  -moz-transition: all 0.4s 0.2s;
  -ms-transition: all 0.4s 0.2s;
  -o-transition: all 0.4s 0.2s;
  transition: all 0.4s 0.2s;
}
.tile-grid .tile.file .content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.tile-grid .tile.file .content .heading {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.tile-grid .tile.file .content .heading p {
  font-weight: 700;
}
.tile-grid .tile.file .content .heading:after {
  content: "";
  height: 5px;
  background: #ea3e37;
  width: 0px;
  display: block;
  margin-top: 14px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  margin-bottom: 20px;
}
.tile-grid .tile.file .content .desc p {
  font-weight: bold;
  font-family: Gotham Book;
  word-break: break-word;
  hyphens: auto;
}
.tile-grid .tile.file .content:hover {
  text-decoration: none;
}
.tile-grid .tile.file .bottom-note {
  position: absolute;
  bottom: 32px;
  left: 32px;
  z-index: 3;
}
@media (max-width: 480px) {
  .tile-grid .tile.file .bottom-note {
    left: 20px;
    bottom: 20px;
  }
}
.tile-grid .tile.file .bottom-note p {
  font-weight: 700;
}
.tile-grid .tile.file:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
.tile-grid .tile.file:hover .content .heading {
  max-height: 300px;
}
.tile-grid .tile.file:hover .content .heading:after {
  width: 30px;
}
.tile-grid .tile.file.red-bg .heading:after {
  background: white;
}
.tile-grid .tile.file .single-link:hover,
.tile-grid .tile.file .single-link.white:hover,
.tile-grid .tile.file .single-link.grey:hover {
  color: inherit;
  text-decoration: none;
}
.tile-grid .tile.file .single-link:hover svg,
.tile-grid .tile.file .single-link.white:hover svg,
.tile-grid .tile.file .single-link.grey:hover svg {
  fill: inherit;
}
.tile-grid .tile.file .single-link.white:hover svg {
  fill: white;
}
.tile-grid .tile.white-text .file .content .bottom-note p a {
  color: white;
}
.tile-grid .tile.white-text .file .content .bottom-note p a:hover {
  color: #ea3e37;
}
.tile-grid .tile.red-bg .file .content .heading:after {
  background: white;
}
.tile-grid.tile-grid--highlights {
  margin-bottom: 60px !important;
}
.tile-grid.tile-grid--highlights .tile {
  width: calc(50% - 70px) !important;
  margin: 35px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.tile-grid.tile-grid--highlights .tile .image {
  height: 100%;
}
.tile-grid.tile-grid--highlights .tile .image img {
  margin: 0 !important;
}
@media (max-width: 1302px) {
  .tile-grid.tile-grid--highlights .tile {
    width: calc(50% - 40px) !important;
    margin: 20px;
  }
}
@media (max-width: 1023px) {
  .tile-grid.tile-grid--highlights .tile {
    width: calc(50% - 20px) !important;
    margin: 10px;
  }
}
@media (max-width: 760px) {
  .tile-grid.tile-grid--highlights .tile {
    width: 100% !important;
    margin: 10px 0;
  }
}
.tile-grid.two-columns {
  margin: -20px;
  margin-bottom: 0;
}
@media (max-width: 1302px) {
  .tile-grid.two-columns {
    margin: -10px;
  }
}
@media (max-width: 1023px) {
  .tile-grid.two-columns {
    margin: -15px 0px;
  }
}
@media (max-width: 760px) {
  .tile-grid.two-columns {
    margin: -10px;
  }
}
@media (max-width: 480px) {
  .tile-grid.two-columns {
    margin: -15px 0px;
  }
}
.tile-grid.two-columns .tile {
  width: calc(50% - 40px);
  margin: 20px;
  padding: 0;
}
@media (max-width: 1302px) {
  .tile-grid.two-columns .tile {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 1023px) {
  .tile-grid.two-columns .tile {
    width: 100%;
    margin: 15px 0px;
  }
}
@media (max-width: 760px) {
  .tile-grid.two-columns .tile {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 480px) {
  .tile-grid.two-columns .tile {
    width: 100%;
    margin: 15px 0px;
  }
}
.tile-grid.two-columns .pagination-wrap {
  margin: 0 20px;
}
@media (max-width: 1302px) {
  .tile-grid.two-columns .pagination-wrap {
    margin: 0 10px;
  }
}
@media (max-width: 1023px) {
  .tile-grid.two-columns .pagination-wrap {
    margin: 0px;
  }
}
@media (max-width: 760px) {
  .tile-grid.two-columns .pagination-wrap {
    margin: 10px;
  }
}
@media (max-width: 480px) {
  .tile-grid.two-columns .pagination-wrap {
    margin: 0 0 10px;
  }
}
@media (max-width: 1023px) {
  .tile-grid.images {
    margin: -10px;
  }
}
@media (max-width: 480px) {
  .tile-grid.images {
    margin: -20px 0;
  }
}
@media (max-width: 1023px) {
  .tile-grid.images .tile {
    width: calc(33% - 20px);
    margin: 10px;
  }
}
@media (max-width: 760px) {
  .tile-grid.images .tile {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 480px) {
  .tile-grid.images .tile {
    width: 100%;
    margin: 20px 0;
  }
}
.tile-grid.images .pagination-wrap {
  margin: 0 35px;
}
@media (max-width: 1023px) {
  .tile-grid.images .pagination-wrap {
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  .tile-grid.images .pagination-wrap {
    margin: 0 20px;
  }
}

.tile-image-popup {
  padding: 0;
  margin: 60px;
  width: calc(100% - 120px);
  max-width: 1200px;
}
@media (max-width: 1023px) {
  .tile-image-popup {
    margin: 0px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .tile-image-popup {
    margin: 10px 0;
  }
}
.tile-image-popup .columns {
  display: flex;
  min-height: 60vh;
}
@media (max-width: 760px) {
  .tile-image-popup .columns {
    flex-wrap: wrap;
  }
}
.tile-image-popup .left {
  border-right: 20px solid #ea3e37;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  padding: 60px;
}
@media (max-width: 760px) {
  .tile-image-popup .left {
    width: 100%;
    border-right: 0;
    border-bottom: 10px solid #ea3e37;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.tile-image-popup .left .inner {
  position: relative;
  padding-bottom: 60px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 760px) {
  .tile-image-popup .left .inner {
    padding-bottom: 40px;
  }
}
.tile-image-popup .left h2 {
  margin-top: 0;
}
.tile-image-popup .left .single-link {
  position: absolute;
  bottom: 0;
  top: auto;
}
.tile-image-popup .right {
  flex: 1;
  position: relative;
  width: 55%;
}
@media (max-width: 760px) {
  .tile-image-popup .right {
    width: 100%;
  }
}
.tile-image-popup .right .slider {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 760px) {
  .tile-image-popup .right .slider {
    position: relative;
  }
}
.tile-image-popup .right .slider .image {
  display: block;
  width: 100%;
  height: 100%;
}
.tile-image-popup .right .slider .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;object-position: center center;";
  display: block;
}
.tile-image-popup .right .owl-carousel {
  width: 100%;
  height: 100%;
}
.tile-image-popup .right .owl-carousel .owl-item,
.tile-image-popup .right .owl-carousel .owl-stage-outer,
.tile-image-popup .right .owl-carousel .owl-stage {
  height: 100%;
}
.tile-image-popup .right .owl-carousel .owl-item img,
.tile-image-popup .right .owl-carousel .owl-stage-outer img,
.tile-image-popup .right .owl-carousel .owl-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;object-position: center center;";
  display: block;
}
.tile-image-popup .right .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -22px;
}
@media (max-width: 1023px) {
  .tile-image-popup .right .owl-carousel .owl-nav {
    margin-top: -12px;
  }
}
.tile-image-popup .right .owl-carousel .owl-nav .owl-prev,
.tile-image-popup .right .owl-carousel .owl-nav .owl-next {
  position: absolute;
}
.tile-image-popup .right .owl-carousel .owl-nav .owl-prev svg,
.tile-image-popup .right .owl-carousel .owl-nav .owl-next svg {
  fill: #cdcdcd;
  width: 26px;
  height: 45px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: top;
}
@media (max-width: 1023px) {
  .tile-image-popup .right .owl-carousel .owl-nav .owl-prev svg,
.tile-image-popup .right .owl-carousel .owl-nav .owl-next svg {
    width: 24px;
    height: 24px;
  }
}
.tile-image-popup .right .owl-carousel .owl-nav .owl-prev:hover:not(.disabled) svg,
.tile-image-popup .right .owl-carousel .owl-nav .owl-next:hover:not(.disabled) svg {
  fill: #ea3e37;
}
.tile-image-popup .right .owl-carousel .owl-nav .owl-prev.disabled,
.tile-image-popup .right .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: auto;
}
.tile-image-popup .right .owl-carousel .owl-nav .owl-prev {
  -moz-transform: rotate(180deg);
  /* FF3.5+ */
  -o-transform: rotate(180deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(180deg);
  /* Saf3.1+, Chrome */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* Convert from radians to degrees */
  left: 20px;
}
@media (max-width: 480px) {
  .tile-image-popup .right .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
}
.tile-image-popup .right .owl-carousel .owl-nav .owl-next {
  right: 20px;
}
@media (max-width: 480px) {
  .tile-image-popup .right .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
}
.tile-image-popup .right .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
@media (max-width: 480px) {
  .tile-image-popup .right .owl-dots {
    bottom: 20px;
  }
}
.tile-image-popup .right .owl-dots .owl-dot {
  background: white;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .tile-image-popup .right .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
  }
}
.tile-image-popup .right .owl-dots .owl-dot.active, .tile-image-popup .right .owl-dots .owl-dot:hover {
  background: #ea3e37;
}
.tile-image-popup .right .owl-dots.disabled {
  display: none;
}
.tile-image-popup .fancybox-close-small {
  top: 20px;
  right: 20px;
  color: #ea3e37;
}
@media (max-width: 760px) {
  .tile-image-popup .fancybox-close-small {
    top: 10px;
    right: 10px;
  }
}
.tile-image-popup .fancybox-close-small svg {
  margin: 2px;
}
.tile-image-popup .fancybox-close-small:hover {
  color: #8C2520;
}

.member-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .member-info {
    margin-bottom: 40px;
  }
}
.member-info .info, .member-info .image {
  width: calc(50% - 30px);
}
@media (max-width: 1400px) {
  .member-info .image {
    width: calc(40% - 20px);
  }
}
@media (max-width: 1023px) {
  .member-info .image {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .member-info .image {
    margin-bottom: 30px;
  }
}
@media (max-width: 1400px) {
  .member-info .info {
    width: calc(60% - 20px);
  }
}
@media (max-width: 1023px) {
  .member-info .info {
    width: 100%;
  }
}
.member-info .image img {
  width: 100%;
}
.member-info .info .name p {
  margin-bottom: 0;
}
.member-info .info .name p:last-child {
  margin: 0;
  font-weight: bold;
}
.member-info .info .contact {
  margin-top: 40px;
}
@media (max-width: 1302px) {
  .member-info .info .contact {
    margin-top: 20px;
  }
}
.member-info .info .contact p a {
  color: #3c3c3c;
  hyphens: auto;
  word-break: break-all;
}
.member-info .info .contact p a:hover {
  color: #ea3e37;
}
.member-info .socials {
  margin-top: 30px;
}
@media (max-width: 1302px) {
  .member-info .socials {
    margin-top: 20px;
  }
}
.member-info .socials a {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.member-info .socials a svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #3c3c3c;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.member-info .socials a:hover svg {
  fill: #ea3e37;
}

.grey-bg .member-info .info .contact p a,
.darkgrey-bg .member-info .info .contact p a,
.darkgrey2-bg .member-info .info .contact p a,
.darkgrey3-bg .member-info .info .contact p a {
  color: white;
}
.grey-bg .member-info .info .contact p a:hover,
.darkgrey-bg .member-info .info .contact p a:hover,
.darkgrey2-bg .member-info .info .contact p a:hover,
.darkgrey3-bg .member-info .info .contact p a:hover {
  color: #ea3e37;
}
.grey-bg .member-info .socials a svg,
.darkgrey-bg .member-info .socials a svg,
.darkgrey2-bg .member-info .socials a svg,
.darkgrey3-bg .member-info .socials a svg {
  fill: white;
}
.grey-bg .member-info .socials a:hover svg,
.darkgrey-bg .member-info .socials a:hover svg,
.darkgrey2-bg .member-info .socials a:hover svg,
.darkgrey3-bg .member-info .socials a:hover svg {
  fill: #ea3e37;
}

.faq .item {
  border-bottom: 1px solid #dfdfdf;
  padding: 40px 0;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 480px) {
  .faq .item {
    padding: 20px 0;
  }
}
.faq .item .question:before {
  content: "";
  border-color: #3c3c3c transparent transparent transparent;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  display: inline-block;
  float: left;
  margin-top: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faq .item .question h2 {
  padding-left: 30px;
  margin: 0;
}
.faq .item .answer {
  display: none;
  padding-left: 30px;
}
.faq .item:first-child {
  border-top: 1px solid #dfdfdf;
}
.faq .item.open .question:before {
  border-color: #a2a2a2 transparent transparent transparent;
  -moz-transform: rotate(180deg);
  /* FF3.5+ */
  -o-transform: rotate(180deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(180deg);
  /* Saf3.1+, Chrome */
  -ms-transform: rotate(180deg);
  /* IE9 */
  transform: rotate(180deg);
  /* Convert from radians to degrees */
  margin-top: 5px;
}

.grey-bg .faq .item,
.darkgrey-bg .faq .item,
.darkgrey2-bg .faq .item,
.darkgrey3-bg .faq .item {
  border-color: #676767;
}
.grey-bg .faq .item .question:before,
.darkgrey-bg .faq .item .question:before,
.darkgrey2-bg .faq .item .question:before,
.darkgrey3-bg .faq .item .question:before {
  border-color: white transparent transparent transparent;
}
.grey-bg .faq .item .question h2,
.darkgrey-bg .faq .item .question h2,
.darkgrey2-bg .faq .item .question h2,
.darkgrey3-bg .faq .item .question h2 {
  color: white;
}

.vacancies {
  margin-top: 20px;
}
.vacancies .vacancy {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 760px) {
  .vacancies .vacancy {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .vacancies .vacancy {
    padding: 0;
    margin-bottom: 40px;
  }
}
.vacancies .vacancy .left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 480px) {
  .vacancies .vacancy .left {
    width: 100%;
  }
}
.vacancies .vacancy .left img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vacancies .vacancy .left:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.vacancies .vacancy .right {
  width: 55%;
  padding: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 760px) {
  .vacancies .vacancy .right {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .vacancies .vacancy .right {
    width: 100%;
  }
}
.vacancies .vacancy:last-child {
  border-bottom: 0;
}
@media (max-width: 480px) {
  .vacancies .vacancy:last-child {
    margin-bottom: 0px;
  }
}

#container .um {
  margin-bottom: 0 !important;
  margin-top: 30px;
}
@media (max-width: 480px) {
  #container .um {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  #container .um-col-alt-b {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  #container .um-col-alt {
    margin: -10px 0 0px;
  }
}
#container .um-center {
  text-align: left;
}
#container a.um-link-alt {
  display: inline-block !important;
}
#container .um-button {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  font-weight: 600 !important;
  font-size: 12pt !important;
  padding: 16px 18px 14px !important;
  letter-spacing: 0 !important;
  font-family: "Gotham", sans-serif !important;
}
@media (max-width: 480px) {
  #container .um-button {
    font-size: 16px !important;
  }
}
#container .um-field-error,
#container .um-notice {
  background: #FBD9D8;
  color: #3c3c3c;
  padding: 16px 16px 14px !important;
}
#container .um-notice {
  padding-right: 40px !important;
}
#container .um-notice a {
  color: #ea3e37;
}
#container .um-notice a:hover {
  color: #3c3c3c;
}
#container .um-field-arrow {
  color: #FBD9D8;
}
#container .um-form input[type=text], #container .um-form input[type=tel], #container .um-form input[type=number], #container .um-form input[type=password] {
  padding: 15px 16px 12px !important;
  font-size: 18px !important;
  height: auto !important;
}
@media (max-width: 480px) {
  #container .um-form input[type=text], #container .um-form input[type=tel], #container .um-form input[type=number], #container .um-form input[type=password] {
    box-sizing: border-box !important;
    font-size: 16px !important;
    padding: 11px 14px 9px !important;
  }
}
#container .um-form input[type=text]::-webkit-input-placeholder, #container .um-form input[type=tel]::-webkit-input-placeholder, #container .um-form input[type=number]::-webkit-input-placeholder, #container .um-form input[type=password]::-webkit-input-placeholder {
  line-height: 21px !important;
}
#container .um-form input[type=text]:-moz-placeholder, #container .um-form input[type=tel]:-moz-placeholder, #container .um-form input[type=number]:-moz-placeholder, #container .um-form input[type=password]:-moz-placeholder {
  line-height: 21px !important;
}
#container .um-form input[type=text]::-moz-placeholder, #container .um-form input[type=tel]::-moz-placeholder, #container .um-form input[type=number]::-moz-placeholder, #container .um-form input[type=password]::-moz-placeholder {
  line-height: 21px !important;
}
#container .um-form input[type=text]:-ms-input-placeholder, #container .um-form input[type=tel]:-ms-input-placeholder, #container .um-form input[type=number]:-ms-input-placeholder, #container .um-form input[type=password]:-ms-input-placeholder {
  line-height: 21px !important;
}
#container .um-password {
  max-width: none;
}
#container .um-password .um-field-type_block {
  display: none;
}
#container .um-password .um-col-alt {
  margin: 0;
}
#container .um-password .um-field {
  padding: 0;
}
#container .um-password #um-submit-btn {
  margin: 0;
}

.popup {
  padding: 150px;
}
@media (max-width: 1302px) {
  .popup {
    padding: 100px;
  }
}
@media (max-width: 1023px) {
  .popup {
    padding: 80px;
  }
}
@media (max-width: 480px) {
  .popup {
    padding: 40px;
  }
}
.popup.quotation .fancybox-close-small {
  color: #ea3e37;
  background: none;
  right: 20px;
  top: 20px;
}
.popup.quotation .fancybox-close-small svg {
  margin: 3px;
}
.popup.quotation .fancybox-close-small:hover {
  color: #3c3c3c;
}

.content-iframe iframe {
  width: 100%;
  min-height: 300px;
  height: 50vh;
  border: 0;
  overflow: scroll;
}

.form-switch .form-switch-buttons {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .form-switch .form-switch-buttons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.form-switch .form-switch-buttons .btn {
  margin: 0 20px;
  background: #999999;
}
@media (max-width: 760px) {
  .form-switch .form-switch-buttons .btn {
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  .form-switch .form-switch-buttons .btn {
    margin: 5px;
  }
}
.form-switch .form-switch-buttons .btn:hover {
  background: #3c3c3c;
}
.form-switch .form-switch-buttons .btn.active {
  background: #ea3e37;
}
.form-switch .content-tab {
  height: 0;
  overflow: hidden;
}
.form-switch .content-tab.active {
  height: auto;
}

.content-venuetour {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  max-width: 100%;
}
.content-venuetour > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  overflow-y: hidden;
}

.reviews .review {
  margin-bottom: 60px;
}
.reviews .review:last-child {
  margin-bottom: 0;
}
.reviews blockquote {
  margin: 0 0 10px;
  background: #f2f2f2;
  border-left: 4px solid #ea3e37;
  position: relative;
  font-size: 32px;
  padding: 30px;
}
@media (max-width: 1302px) {
  .reviews blockquote {
    font-size: 26px;
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .reviews blockquote {
    font-size: 18px;
    padding: 14px;
  }
}
.reviews blockquote::before {
  content: '"';
  color: #ea3e37;
  font-size: 60px;
  position: absolute;
  top: -20px;
  left: 30px;
}
.reviews blockquote p {
  padding: 0;
  margin: 0;
  font-style: italic;
}
.reviews figcaption {
  font-weight: 800 !important;
}
.reviews figcaption span {
  font-weight: 100 !important;
}

.block--reviews {
  padding: 60px 0;
}

#header {
  background: white;
  height: 100px;
  z-index: 9999;
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1150px) {
  #header {
    height: 44px;
  }
}
#header .logo {
  background: #ea3e37;
  display: inline-block;
  padding: 20px;
  float: left;
}
@media (max-width: 1150px) {
  #header .logo {
    padding: 2px 8px;
  }
}
#header .logo img {
  height: 60px;
  width: auto;
}
@media (max-width: 1150px) {
  #header .logo img {
    height: 40px;
  }
}
#header .menu {
  float: left;
}
#header .menu nav {
  float: left;
}
#header .menu ul {
  float: left;
  margin: 0;
}
#header .menu ul li {
  float: left;
  display: inline-block;
  margin: 0 30px;
}
@media (max-width: 1860px) {
  #header .menu ul li {
    margin: 0 25px;
  }
}
@media (max-width: 1620px) {
  #header .menu ul li {
    margin: 0 10px;
  }
  #header .menu ul li:first-child {
    margin-left: 20px;
  }
}
@media (max-width: 1300px) {
  #header .menu ul li {
    margin: 0 10px;
  }
  #header .menu ul li:first-child {
    margin-left: 20px;
  }
}
@media (max-width: 1201px) {
  #header .menu ul li {
    margin: 0 10px;
  }
  #header .menu ul li:first-child {
    margin-left: 20px;
  }
}
#header .menu ul li.btn-menu a {
  background: #ea3e37;
  color: white;
  padding: 20px !important;
}
@media (max-width: 1150px) {
  #header .menu ul li.btn-menu a {
    line-height: normal !important;
    display: inline-block !important;
  }
}
@media (max-width: 1250px) {
  #header .menu ul li.btn-menu a {
    padding: 14px !important;
  }
}
#header .menu ul li.btn-menu a:hover {
  color: white;
  background: #8C2520;
}
#header .menu ul li.btn-menu a:hover::after {
  display: none;
}
#header .menu ul li a {
  color: #3c3c3c;
  font-size: 14pt;
  line-height: 100px;
  padding: 41px 0;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Opera and Firefox */
}
@media (max-width: 1400px) {
  #header .menu ul li a {
    font-size: 13pt;
  }
}
@media (max-width: 1340px) {
  #header .menu ul li a {
    font-size: 12pt;
  }
}
@media (max-width: 1201px) {
  #header .menu ul li a {
    font-size: 11pt;
  }
}
@media (max-width: 1150px) {
  #header .menu ul li a {
    line-height: 44px;
  }
}
#header .menu ul li a svg {
  height: 24px;
  width: 24px;
  display: inline-block;
  fill: #3c3c3c;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .menu ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: transparent;
  left: 0;
  top: 50%;
  margin-top: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-width: 0;
}
#header .menu ul li a:hover svg {
  fill: #ea3e37;
}
#header .menu ul li a:hover:after {
  max-width: 100%;
}
#header .menu ul li .sub-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
  height: 100px;
  background: #3c3c3c;
  z-index: 888;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#header .menu ul li .sub-menu li a {
  color: white;
  padding: 0;
}
#header .menu ul li .sub-menu li a:hover {
  color: white;
}
#header .menu ul li .sub-menu li a:hover:after {
  background: white;
}
#header .menu ul li .sub-menu li:first-child {
  margin-left: 194px;
}
#header .menu ul li .sub-menu li.current-menu-item a {
  color: #ea3e37;
}
#header .menu ul li:hover a {
  color: #ea3e37;
  text-decoration: none;
}
#header .menu ul li:hover a:after {
  background: #ea3e37;
}
#header .menu ul li:hover .sub-menu a:after {
  background: transparent;
}
#header .menu ul li:hover.icon a:after {
  background: transparent;
}
#header .menu ul li.menu-item-has-children:hover .sub-menu {
  max-height: 100px;
}
#header .menu ul li.menu-icon {
  display: none;
}
@media (max-width: 1150px) {
  #header .menu ul li.menu-icon {
    display: block;
  }
}
#header .menu ul li.current-menu-parent a, #header .menu ul li.current-menu-item a {
  color: #ea3e37;
}
#header .menu ul li.current-menu-parent a:after, #header .menu ul li.current-menu-item a:after {
  background: #ea3e37;
}
#header .menu ul li.current-menu-parent .sub-menu li a, #header .menu ul li.current-menu-item .sub-menu li a {
  color: white;
}
#header .menu ul li.current-menu-parent .sub-menu li a:after, #header .menu ul li.current-menu-item .sub-menu li a:after {
  background: transparent;
}
#header .menu ul li.current-menu-parent .sub-menu li a:hover:after, #header .menu ul li.current-menu-item .sub-menu li a:hover:after {
  background: white;
}
#header .menu ul li.current-menu-parent .sub-menu li.current-menu-parent a:after, #header .menu ul li.current-menu-parent .sub-menu li.current-menu-item a:after, #header .menu ul li.current-menu-item .sub-menu li.current-menu-parent a:after, #header .menu ul li.current-menu-item .sub-menu li.current-menu-item a:after {
  background: white;
}
#header .menu ul li.icon {
  padding: 0 38px;
  margin: 0;
}
@media (max-width: 1620px) {
  #header .menu ul li.icon {
    padding: 0 20px 0 0;
  }
  #header .menu ul li.icon.icon.user-icon {
    padding: 0 20px 0;
  }
}
@media (max-width: 1340px) {
  #header .menu ul li.icon {
    padding: 0 14px 0 0;
    margin: 0;
  }
  #header .menu ul li.icon.icon.user-icon {
    padding: 0 14px 0;
  }
}
@media (max-width: 1150px) {
  #header .menu ul li.icon {
    padding: 0;
    margin: 0;
  }
}
#header .menu ul li.search-icon .close {
  display: none;
}
#header .menu ul li.search-icon .close svg {
  fill: #ea3e37;
  width: 22px;
  height: 22px;
  padding: 1px;
}
#header .menu ul li.search-icon .close:hover svg {
  fill: #3c3c3c;
}
#header .menu ul li.user-icon.current a svg {
  fill: #ea3e37;
}
#header .menu .wpml-ls {
  margin-top: -1px;
}
#header .menu .wpml-ls ul li {
  position: relative;
}
#header .menu .wpml-ls ul li a {
  padding: 0;
  color: #dfdfdf;
}
#header .menu .wpml-ls ul li a:after {
  color: #3c3c3c;
}
#header .menu .wpml-ls ul li a:hover {
  color: #ea3e37;
}
#header .menu .wpml-ls ul li a:hover:after {
  color: #3c3c3c;
  background: none;
}
#header .menu .wpml-ls ul li:first-child {
  margin-right: 5px;
}
#header .menu .wpml-ls ul li:first-child a:after {
  content: "|";
  margin-left: 5px;
  position: relative;
}
#header .menu .wpml-ls ul li:last-child {
  margin-left: 0px;
}
#header .menu .wpml-ls ul li:last-child a:after {
  content: "";
}
#header .menu .wpml-ls ul li.wpml-ls-current-language a {
  color: #3c3c3c;
}
#header .menu .wpml-ls ul li.wpml-ls-current-language a:hover {
  color: #3c3c3c;
}
#header .menu .wpml-ls ul li.wpml-ls-current-language a:hover:after {
  color: #3c3c3c;
}
@media (max-width: 1150px) {
  #header .menu.icons li {
    margin: 0;
  }
  #header .menu.icons li.menu-icon,
#header .menu.icons li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #3c3c3c;
    display: inline-block;
    text-align: center;
    padding: 0;
  }
  #header .menu.icons li.menu-icon svg,
#header .menu.icons li a svg {
    width: 20px;
    height: 20px;
    line-height: 44px;
    fill: white;
  }
  #header .menu.icons li.menu-icon:hover,
#header .menu.icons li a:hover {
    background: #ea3e37;
  }
  #header .menu.icons li.menu-icon:hover svg,
#header .menu.icons li a:hover svg {
    fill: white;
  }
  #header .menu.icons li.menu-icon {
    background: #f2f2f2;
  }
  #header .menu.icons li.menu-icon .menu-button {
    display: inline-block;
  }
  #header .menu.icons li.menu-icon:hover {
    background: #f2f2f2;
  }
  #header .menu.icons li.user-icon a {
    background: #dfdfdf;
  }
  #header .menu.icons li.user-icon a svg {
    fill: #3c3c3c;
  }
  #header .menu.icons li.search-icon .close svg {
    fill: white;
    width: 14px;
    height: 14px;
  }
}
#header .menu.right {
  float: right;
}
#header .menu.main-menu {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 1150px) {
  #header .menu.main-menu {
    position: absolute;
    width: calc(100% - 44px);
    background: #f2f2f2;
    z-index: 999;
    min-height: 100vh;
    right: 100%;
    top: 44px;
    border-left: 10px solid #ea3e37;
    box-sizing: border-box;
  }
  #header .menu.main-menu ul {
    margin: 20px;
    float: none;
  }
  #header .menu.main-menu ul li {
    float: none;
    display: block;
    margin: 0;
    height: auto;
    width: 100%;
    padding: 0 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  #header .menu.main-menu ul li a {
    padding: 0;
    width: 100%;
    display: inline-block;
    font-family: Gotham Book;
    line-height: 50px;
    font-size: 16pt;
  }
}
@media (max-width: 1150px) and (max-width: 480px) {
  #header .menu.main-menu ul li a {
    font-size: 14pt;
  }
}
@media (max-width: 1150px) {
  #header .menu.main-menu ul li a:after {
    display: none;
  }
}
@media (max-width: 1150px) {
  #header .menu.main-menu ul li .sub-menu {
    background: #dfdfdf;
    text-align: left;
    margin: 0;
    position: relative;
    top: auto;
    height: auto;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    padding: 0 20px;
    margin: 0 -20px;
  }
  #header .menu.main-menu ul li .sub-menu li {
    display: block;
    float: none;
    text-align: left;
    background: #dfdfdf;
    padding: 0;
  }
  #header .menu.main-menu ul li .sub-menu li a {
    color: #3c3c3c;
    font-size: 12pt;
    line-height: 34px;
    font-family: "Gotham", sans-serif;
  }
  #header .menu.main-menu ul li .sub-menu li:first-child {
    margin-left: 0;
  }
  #header .menu.main-menu ul li .sub-menu li:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 1150px) {
  #header .menu.main-menu ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 18px;
    right: 20px;
    border-width: 6px;
    border-color: transparent transparent transparent #3c3c3c;
    border-style: solid;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header .menu.main-menu ul li.menu-item-has-children .sub-menu {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }
  #header .menu.main-menu ul li.menu-item-has-children:hover {
    background: #dfdfdf;
  }
  #header .menu.main-menu ul li.menu-item-has-children:hover a {
    color: #3c3c3c;
  }
  #header .menu.main-menu ul li.menu-item-has-children:hover .sub-menu {
    max-height: 300px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  #header .menu.main-menu ul li.menu-item-has-children:hover .sub-menu a {
    color: #3c3c3c;
  }
  #header .menu.main-menu ul li.menu-item-has-children:hover .sub-menu a:hover {
    color: #ea3e37;
  }
  #header .menu.main-menu ul li.menu-item-has-children:hover:after {
    -moz-transform: rotate(90deg);
    /* FF3.5+ */
    -o-transform: rotate(90deg);
    /* Opera 10.5 */
    -webkit-transform: rotate(90deg);
    /* Saf3.1+, Chrome */
    -ms-transform: rotate(90deg);
    /* IE9 */
    transform: rotate(90deg);
    /* Convert from radians to degrees */
    margin-top: 2px;
    margin-right: 4px;
  }
}
@media (max-width: 1150px) {
  #header .menu.main-menu .mob-menu-bottom {
    display: inline-block;
    margin: 0 40px;
  }
  #header .menu.main-menu .mob-menu-bottom ul {
    float: none;
    margin: 0;
  }
  #header .menu.main-menu .mob-menu-bottom ul li {
    padding: 0 10px 0 0;
    margin: 0 0 15px 0;
  }
  #header .menu.main-menu .mob-menu-bottom ul li a {
    line-height: 20px;
  }
  #header .menu.main-menu .mob-menu-bottom .wpml-ls ul li {
    width: auto;
    margin-right: 0;
    float: left;
  }
  #header .menu.main-menu .mob-menu-bottom .wpml-ls ul li a {
    width: auto;
  }
  #header .menu.main-menu .mob-menu-bottom .wpml-ls ul li:first-child a:after {
    display: inline-block;
    top: auto;
    position: relative;
    width: auto;
    height: auto;
    margin-left: 12px;
    margin-top: 0;
  }
  #header .menu.main-menu .mob-menu-bottom .socials li {
    float: left;
    width: auto;
    padding: 0;
    margin-right: 25px;
  }
  #header .menu.main-menu .mob-menu-bottom .socials li a {
    width: auto;
  }
  #header .menu.main-menu .mob-menu-bottom .socials li a svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1150px) {
  #header .menu.main-menu.open {
    right: 44px;
  }
}
@media (max-width: 1150px) {
  #header .menu.left nav {
    overflow-y: scroll;
    height: calc(100vh - 44px);
  }
}
#header .menu .wpml-ls-link {
  font-size: 14px;
}
#header .menu .nav-to-category ul li {
  padding: 0 !important;
  margin: 0 !important;
}
#header .menu .nav-to-category ul li a {
  color: #ea3e37;
  text-transform: uppercase;
  font-size: 14px;
}
#header .menu .nav-to-category ul li a svg {
  fill: #ea3e37;
  width: 8px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
#header .menu .nav-to-category ul li a:after {
  background: #ea3e37;
}
#header .menu .nav-to-category ul li a:hover {
  color: #3c3c3c;
}
#header .menu .nav-to-category ul li a:hover svg {
  fill: #3c3c3c;
}
#header .menu .nav-to-category ul li a:hover:after {
  background: #3c3c3c;
}
#header.fixed {
  top: 0;
  z-index: 9999;
  width: 100%;
  left: 0;
  position: fixed;
}
#header.frontpage {
  top: 0;
  z-index: 9999;
  width: 100%;
  left: 0;
  position: fixed;
  background: transparent;
  box-shadow: 0 0 0;
}
@media (max-width: 760px) {
  #header.frontpage {
    height: auto;
  }
}
@media (max-width: 1150px) {
  #header.frontpage {
    text-align: center;
  }
}
#header.frontpage .logo {
  background: none;
  box-sizing: border-box;
  padding: 12px 10px 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header.frontpage .logo img {
  height: 100px;
}
#header.frontpage .logo img.hide-on-mob {
  display: block;
}
@media (max-width: 1023px) {
  #header.frontpage .logo img.hide-on-mob {
    display: inline-block;
  }
}
@media (max-width: 760px) {
  #header.frontpage .logo img.hide-on-mob {
    display: none;
  }
}
@media (max-width: 1150px) {
  #header.frontpage .logo img.show-on-mob {
    display: none;
  }
}
@media (max-width: 760px) {
  #header.frontpage .logo img.show-on-mob {
    height: 40px;
    display: inline-block;
  }
}
#header.frontpage .menu.right.hide-on-mob {
  display: block;
}
#header.frontpage .menu.right.icons {
  display: none;
}
#header.frontpage .wpml-ls ul li.wpml-ls-current-language a {
  color: rgba(255, 255, 255, 0.2);
}
#header.frontpage .menu ul li a svg {
  fill: white;
}
#header.frontpage .menu ul li a:hover svg {
  fill: #ea3e37;
}

body.home.search-open #header.frontpage .wpml-ls ul li.wpml-ls-current-language a {
  color: #3c3c3c;
}

#footer {
  height: 100px;
  background: #292929;
  text-align: center;
  display: inline-block;
  width: 100%;
  float: left;
}
@media (max-width: 1023px) {
  #footer {
    margin: 0;
    padding: 30px 0;
    height: auto;
  }
}
#footer .inner-footer {
  display: inline-block;
}
#footer p, #footer a {
  line-height: 100px;
  color: white;
  margin: 0;
  display: inline-block;
}
@media (max-width: 1023px) {
  #footer p, #footer a {
    line-height: 24px;
  }
}
#footer a:hover {
  color: #ea3e37;
}
#footer a:hover svg {
  fill: #ea3e37;
}
#footer svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: white;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer ul {
  display: inline-block;
  margin: 0;
  float: left;
  margin-bottom: -5px;
}
@media (max-width: 1023px) {
  #footer ul {
    padding: 0 10px;
    display: block;
    float: none;
  }
}
@media (max-width: 1023px) {
  #footer ul {
    text-align: left;
    padding: 0 20px;
    margin-bottom: 0;
  }
}
#footer ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}
@media (max-width: 1023px) {
  #footer ul li {
    width: 100%;
    margin: 10px 0;
    display: block;
    text-align: center;
  }
}
#footer ul li:after {
  content: "|";
  margin-left: 20px;
  color: white;
}
@media (max-width: 1023px) {
  #footer ul li:after {
    display: none;
  }
}
@media (max-width: 1023px) {
  #footer ul.no-line {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  #footer ul.no-line li {
    width: auto;
    margin: 20px 20px 0px 0px;
    display: inline-block;
  }
}
#footer ul.no-line li:after {
  display: none;
}

body.page-template-frontpage #footer {
  margin-top: calc(100vh - 100px);
}

.frontpage-columns {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: black;
}
.frontpage-columns .col {
  display: block;
  width: 50%;
  left: 0;
  position: absolute;
  background-color: #ea3e37;
  height: calc(100vh - 100px);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  background-size: auto 100%;
  background-attachment: fixed;
}
@media (max-width: 1023px) {
  .frontpage-columns .col {
    width: 100%;
    height: calc(50vh - 22px);
    position: relative;
    left: auto;
  }
}
.frontpage-columns .col:last-child {
  left: auto;
  right: 0;
  background-color: black;
}
.frontpage-columns .col:last-child .content {
  float: left;
}
.frontpage-columns .col .content {
  display: table;
  width: 100%;
  height: 100%;
  float: right;
  position: relative;
  z-index: 2;
}
.frontpage-columns .col .content .inner-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 40px;
}
.frontpage-columns .col .content .inner-content h2, .frontpage-columns .col .content .inner-content p {
  color: white;
  margin: 0;
}
.frontpage-columns .col .content .inner-content h2 {
  font-size: 70pt;
  line-height: 72pt;
  max-width: 770px;
  margin: 0 auto;
}
@media (max-width: 1460px) {
  .frontpage-columns .col .content .inner-content h2 {
    font-size: 50pt;
    line-height: 55pt;
  }
}
@media (max-width: 1023px) {
  .frontpage-columns .col .content .inner-content h2 {
    font-size: 40pt;
    line-height: 44pt;
  }
}
@media (max-width: 480px) {
  .frontpage-columns .col .content .inner-content h2 {
    font-size: 32pt;
    line-height: 34pt;
  }
}
@media (max-width: 340px) {
  .frontpage-columns .col .content .inner-content h2 {
    font-size: 28pt;
    line-height: 30pt;
  }
}
.frontpage-columns .col .content .inner-content p {
  font-size: 16pt;
  line-height: 22pt;
}
@media (max-width: 1302px) {
  .frontpage-columns .col .content .inner-content p {
    font-size: 14pt;
    line-height: 20pt;
  }
}
@media (max-width: 480px) {
  .frontpage-columns .col .content .inner-content p {
    font-size: 12pt;
    line-height: 16pt;
  }
}
.frontpage-columns .col .content .inner-content .btn {
  margin: 20px 0 0;
  display: inline-block;
}
@media (max-width: 480px) {
  .frontpage-columns .col .content .inner-content .btn {
    margin: 16px 0 0;
  }
}
.frontpage-columns .col .content .inner-content .sub-content {
  display: none;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 10px;
}
@media (max-width: 480px) {
  .frontpage-columns .col .content .inner-content .sub-content {
    padding-top: 10px;
  }
}
.frontpage-columns .col .overlay {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.frontpage-columns .col .bg-img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: 0;
}
@media (max-width: 1023px) {
  .frontpage-columns .col .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.frontpage-columns .col:last-child .bg-img {
  left: auto;
  right: 0;
}
.frontpage-columns.has-active-class .col {
  width: 20%;
}
@media (max-width: 1023px) {
  .frontpage-columns.has-active-class .col {
    width: 100%;
    height: calc(20vh - 44px);
  }
}
.frontpage-columns.has-active-class .col .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.frontpage-columns.has-active-class .col.active {
  width: 80%;
}
@media (max-width: 1023px) {
  .frontpage-columns.has-active-class .col.active {
    width: 100%;
    height: 80vh;
  }
}
.frontpage-columns.has-active-class .col.active .overlay {
  background: rgba(0, 0, 0, 0.3);
}

.section {
  display: inline-block;
  width: 100%;
  float: left;
}
.section.pt {
  padding-top: 80px;
}
@media (max-width: 1023px) {
  .section.pt {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .section.pt {
    padding-top: 40px;
  }
}
.section.pb {
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .section.pb {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .section.pb {
    padding-bottom: 40px;
  }
}
.section.pt-big {
  padding-top: 140px;
}
@media (max-width: 1023px) {
  .section.pt-big {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  .section.pt-big {
    padding-top: 40px;
  }
}
.section.pb-big {
  padding-bottom: 140px;
}
@media (max-width: 1023px) {
  .section.pb-big {
    padding-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .section.pb-big {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .section.no-pt-mob {
    padding-top: 0px;
  }
}
@media (max-width: 480px) {
  .section.no-pb-mob {
    padding-bottom: 0px;
  }
}
.section.has-side .col {
  display: inline-block;
  vertical-align: top;
}
.section.has-side .col.left {
  width: 65%;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1302px) {
  .section.has-side .col.left {
    padding-right: 80px;
  }
}
@media (max-width: 1023px) {
  .section.has-side .col.left {
    width: 60%;
    padding-right: 60px;
  }
}
@media (max-width: 760px) {
  .section.has-side .col.left {
    width: 100%;
    padding: 0;
  }
}
.section.has-side .col.right {
  width: 34%;
}
@media (max-width: 1023px) {
  .section.has-side .col.right {
    width: 39%;
  }
}
@media (max-width: 760px) {
  .section.has-side .col.right {
    width: 100%;
    margin-top: 30px;
  }
}
.section.has-side.small-side .col.left {
  width: 75%;
}
@media (max-width: 760px) {
  .section.has-side.small-side .col.left {
    width: 100%;
    padding: 0;
  }
}
.section.has-side.small-side .col.right {
  width: 24%;
}
@media (max-width: 760px) {
  .section.has-side.small-side .col.right {
    width: 100%;
    margin-top: 30px;
  }
}
.section.has-side.small-spacing .col.left {
  padding-right: 40px;
}
@media (max-width: 760px) {
  .section.has-side.small-spacing .col.left {
    padding: 0;
  }
}

.event-info .columns-wrap {
  margin: 0 -60px;
}
@media (max-width: 1302px) {
  .event-info .columns-wrap {
    margin: 0 -40px;
  }
}
@media (max-width: 1023px) {
  .event-info .columns-wrap {
    margin: 0 -20px;
  }
}
@media (max-width: 760px) {
  .event-info .columns-wrap {
    margin: 0;
  }
}
.event-info .columns-wrap .columns {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 60px 0;
}
@media (max-width: 1302px) {
  .event-info .columns-wrap .columns {
    border-spacing: 40px 0;
  }
}
@media (max-width: 1023px) {
  .event-info .columns-wrap .columns {
    border-spacing: 20px 0;
  }
}
@media (max-width: 760px) {
  .event-info .columns-wrap .columns {
    display: block;
    border-spacing: 0;
  }
}
@media (max-width: 480px) {
  .event-info .columns-wrap .columns {
    padding: 0;
  }
}
.event-info .columns-wrap .columns .col {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
}
@media (max-width: 760px) {
  .event-info .columns-wrap .columns .col {
    padding: 0;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
  }
}
.event-info .columns-wrap .columns .col:first-child {
  padding-left: 0;
}
@media (max-width: 760px) {
  .event-info .columns-wrap .columns .col:first-child {
    margin-top: 0;
  }
}
.event-info .columns-wrap .columns .col:last-child {
  padding-right: 0;
}
@media (max-width: 760px) {
  .event-info .columns-wrap .columns .col:last-child {
    margin-bottom: 0;
  }
}
.event-info .columns-wrap .columns .col img {
  width: 100%;
  height: auto;
  max-height: 238px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.event-info .columns-wrap .columns .col p a:hover {
  color: #ea3e37;
}
.event-info .columns-wrap .columns .col .prices span span:after {
  content: " /";
}
.event-info .columns-wrap .columns .col .prices span span:last-child:after {
  content: "";
}

#container #search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background: white;
  z-index: 9980;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 0 0;
  top: 0;
}
@media (max-width: 1150px) {
  #container #search-popup {
    padding: 44px 0 0;
  }
}
#container #search-popup .inner-wrap {
  padding: 100px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: scroll;
  border-top: 1px solid #dfdfdf;
}
@media (max-width: 480px) {
  #container #search-popup .inner-wrap {
    padding: 40px 0px;
  }
}
#container #search-popup .wrap {
  max-width: 853px;
}
#container #search-popup .search-form-wrap .search-form input[type=search] {
  font-size: 20pt;
  padding-left: 0;
}
@media (max-width: 480px) {
  #container #search-popup .search-form-wrap .search-form input[type=search] {
    font-size: 16pt;
  }
}
#container #search-popup .search-form-wrap .search-form input[type=submit] {
  display: inline-block;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
}
@media (max-width: 480px) {
  #container #search-popup .search-form-wrap .search-form input[type=submit] {
    margin-top: 10px;
  }
}
#container #search-popup .search-form-wrap.already-searched {
  padding-bottom: 100px;
}
@media (max-width: 1023px) {
  #container #search-popup .search-form-wrap.already-searched {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  #container #search-popup .search-form-wrap.already-searched {
    padding-bottom: 40px;
  }
}
#container #search-popup .results h2 {
  font-size: 22pt;
  margin: 0 0 40px;
}
@media (max-width: 480px) {
  #container #search-popup .results h2 {
    font-size: 18pt;
  }
}
#container #search-popup .results .result {
  display: inline-block;
  padding: 40px 0;
  border-top: 1px solid #dfdfdf;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  #container #search-popup .results .result {
    padding: 30px 0;
  }
}
#container #search-popup .results .result:last-child {
  border-bottom: 1px solid #dfdfdf;
}
#container #search-popup .results .result h3 {
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#container #search-popup .results .result p {
  margin: 10px 0 0;
  font-size: 14pt;
  line-height: 22pt;
  font-family: Gotham Book;
}
#container #search-popup .results .result:hover {
  text-decoration: none;
}
#container #search-popup .results .result:hover h3 {
  text-decoration: underline;
  color: #ea3e37;
}
#container #search-popup .results .result.no-result h3 {
  color: #ea3e37;
}
#container #search-popup .results .result.no-result:hover h3 {
  color: #ea3e37;
  text-decoration: none;
}
#container #search-popup .results .search-again {
  margin-top: 40px;
  text-align: right;
}
#container #search-popup .results .search-again a:hover {
  color: #ea3e37;
}

.home #container #search-popup .inner-wrap {
  border: 0;
}

.partner-login {
  height: calc(100vh - 100px);
  padding-top: 100px;
  width: 100%;
  display: table;
  position: relative;
}
@media (max-width: 1150px) {
  .partner-login {
    height: calc(100vh - 44px);
    padding-top: 44px;
  }
}
.partner-login .align-wrap {
  display: table-cell;
  vertical-align: middle;
  padding: 40px 0;
}
.partner-login .wrap {
  z-index: 2;
}
.partner-login .wrap .content {
  background: white;
  padding: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 1302px) {
  .partner-login .wrap .content {
    padding: 60px;
  }
}
@media (max-width: 1023px) {
  .partner-login .wrap .content {
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .partner-login .wrap .content {
    padding: 30px;
  }
}
.partner-login .wrap .content .pro-pic {
  max-width: 200px;
  display: inline-block;
}
.partner-login .wrap .content .pro-pic img {
  width: 100%;
  height: auto;
  margin-top: 0;
}
.partner-login .wrap .content .links a:after {
  content: "|";
  margin-left: 6px;
}
.partner-login .wrap .content .links a:last-child:after {
  content: "";
}
.partner-login .wrap .content .links a:hover:after {
  color: #3c3c3c;
}
.partner-login .wrap .content a.log-out {
  color: #787878;
  float: right;
}
.partner-login .wrap .content a.log-out:hover {
  color: #ea3e37;
}
.partner-login .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;object-position: center center;";
}
