/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@charset "UTF-8";
.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url("font/VideoJS.eot?#iefix") format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA4wAAoAAAAAFfAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBGNtYXAAAAE0AAAAOgAAAUriLxC2Z2x5ZgAAAXAAAAnnAAAO5OV/F/5oZWFkAAALWAAAACsAAAA2C4eUa2hoZWEAAAuEAAAAGAAAACQOogcfaG10eAAAC5wAAAAPAAAAeNIAAABsb2NhAAALrAAAAD4AAAA+MMgtQm1heHAAAAvsAAAAHwAAACABLwB5bmFtZQAADAwAAAElAAACCtXH9aBwb3N0AAANNAAAAPkAAAF5vawAenicY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoyw7iLmSHCDOCCADu/Qo9AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/v8PUvCREUTzM0DVAwEjG8OIBwCOWgbUAAB4nI1XfVBU1xV/574vlsUlj/14grDs48FuAgaR3X2LEnY3UZSgEkTwAySAgkIwI8bRfFDjTszYCWRMW9lNa4y2meokmq+2k5ia0dpkmknbkWgSSW3GyaaNf0RTx0wxX7A3Pe/tQmIgHXf3vXvvueeee+45v3POXQYY/PCD/CBDGAYkIE2sxg+OXSJmhmH1OaFX6MU5C5PDMCZi5Rg2i+ELGSthwM14NCbgYGSBIZfhFA1H6Zu0OS0NDkMVfg+npdFm+maCvigI0JBIQIMg0BdJGdTj9ylj7nr+b97+Hl8C1+H2xNAvjPqxjIgaKtItICkSnIISeo40QQls4xxjlzgHsnGGvi7BxQiMlSlkPMhfCh67rAUEUQ6CHxW2O7JARCkKnlUQ7UEIyAEQZe4MdDW9xr5OPFuKbubpRxcPDY8da4MOelDfAYJLW+sGKn/Vlmjfv5+NdB4oOfTazJn3tGxZtL9xFNZX7PPRUbjcRg/SMB2EL+gblXn7shbO/WUbF9u/H5XQ9eKO8iMMr9tY35qYoRi20wGuXV/CHaGDk2fdgHwCk5HUXQpCcgHfBV2NjV3jkq4PHTSUSBwuOQALvxPAps6fiftk6P6yJpcm5bB4dFkgoh195mbiSTnkL3jupq7jh4ZZdvjQRVB4PPx3SsVTu5D/6kd85RU66ttXAeuuXYN1E/Y2sMMzZkZiZNRZlRS/ynr9Xr8Cql2RVNbutXslYo7B9ngsFqcDbCQO22PxeIxcpgMxkh6PjUdwkvw6hvRpZeoCFKshDQzJVr++DWyLx+hAXJcGp3TJMV1ME45xCNvHLsWRrpOZSduOoG0zERuIIwuIkhNkBREglQKLiODD45FQE0BTiE214xE2wp8zOt9NjH3GRtDMk7Ehoq2tzCzGxdyMEQJuD0qGIrQ58ApoWQE3D2h1h6zwuB14wYFIDAA5CZ11jT+92gFZ7B7/p7+hV8jFxBl4aG03wLiVXtBbCylLfIJzkPUAvWAw0yvsVdKdBbC6nnruP/RFkHqWJLZ2Auxdtgy+6qTf7l1WswTJcJ6mGVxwXj92UtfU2WXUNX+qBUCxK6D4FR4f/cufG1sZbiSkMcwdMdoxBxTTEXIp4SCXMNhHoFjvTTFP4vkoPReNRmPRCTwa+3qY0DR7qn7Vjh612wRRTaI04HWCnZ+gIzvS/ZJP0+mynphCui4hzmG0id6+aLSv2BV3FQMYDTHrlGQ/SZ+q4ZdF8aLa5Ar8GW3tVNKEj13cF0buMaesx1i9CL/Uo1tM0h+74o9HjQ+UcPaxy8mH9ccwK8KpKA3rHdIUjTKpfIBxuokpxUGBIILm84ATvHh8tAIe2iZj8KvYwUOXawHMVNgxZvlwSa0z8Zkokkxn3ey2nYTsbMO3mPh8cji7zklsPLD9a9f2s2w/uSt/FgSytWzw5bmS3PielU1P56aGrlz6NzlnbT8h/Wtb+1OxIqxBbC9g7kINUbtAEDxsKWSCe46eltCPmaiUxy2IrODIB8EmixaQrU4IAQ6THg6BFpAdWsCquT16DkL9ccIC/FGeP5AuiDExe8bx+QtzWVsmHcm0kdzqecdn5IhRkTc/zfNPm3ns5sw4Pq86l9gyofh6jkTF5iFChjYbbzZQWFvYb8qZAWyGiV9ya+5bFgnzpuWt3FuX8KYMmsiYZepPseBgGhZcOMt0+4Q8fDOTftJjHIuhdaLsFXFM9AclTi9jbGRq8ZvIOykZei77kfo53eoppVPovbGiyV63p/p/dkWETTjmhjTIm8RP284b04bcNYlRsvO6Gp2JeaiIueVHsgJGF2aASlCQLuG8EsBomzb++/AXmwhaOoLhL7iQ4/uc449gWJ56/XWDARn74v/PL1bRBB4TBEyYrqezSkUPHaWjPWCm13ogAzJ66LVpbTEuXccDZlyXxBQ/IrzKOPS7gAkkIyZ0N6joE6M246aDsO1kgucTJ/EdFWA5pbAcTfoSP4hJeBCni7nEn5IclL4kpDgmMMuH8Kpk0+WrBUIeKCyWS0nPVz7NW86Hnl55GxR5KB3+9tszL+wVRulXNTUn6D8SJvIl3PzP46eZST/tQTllTDXTzmxCaTYna7eJAqcWuD1ulBXQsMz5fQEBCfowCF5FVDF/2yysB9OW5veVEtRAFOy41FoeJEiAOZhDiFstsKAwJ8Hijs72q1jWvWx+uKU5XFZDLx189OK8ojW1u0By5dtLHUN/rwkte68PnhnYVbt0bvWiub9w1+f4C0L3hIuXZ8+xlVSt0eb3tgQsmVZnem5R3U0uf/fmFdqiLTvY3nPnet5/v4f9pLB6QX2krnnFQ1tXtN+2ePlAaUNWcfiWwrncn4ca9ml3hFeHHm+u2bq4MhxUZs3bMH/3jgaPUtlVunFjg2/8yRzf3cHsssKZqlnOqyCWworWykW9lXnspk0ffrjpfCreIpjPWbwnFxt3PAkcQgkUuH1auUMf+txJQ0hK1k1zsNaqQdaLMxfoq9AGGxtJQ+fGw53cE/TY8pWhJruZHiMAcCexFS/eGDp6hntiXGE/gvI7163b29ExfiHxNsnqub/a6/QmPoAn4GpZ2c9cZRX5/57IWUNYuubiQBAddhuxAKe6PA5vuV5dkk0VXkMM3zk42W3Awrgka8LQgjZY+tQIffd5+vnHasnHL/cczldyS4r79i6su6Nu9oPQ8lbaid2Pt9/bXtTTynevq7bkPkITV47d+3NugOzo4M3y77Zxbnb2nhWrl0T/kO4u3H1ig33e1lD6JDYjiKkCHOioF0pZv6T6gxxipxLNhFc8xERA48vq5ZfXdL/QV6c8W3PfwjIsZyI3Csvo72e4FpTVwTv/UYNAKtY+8MB84vogZ1Xr5lW38iJdPZ74xunzO4Gk7BARIkytjlyCoPVoIb3IluMfAYRhEoAO2aGXKc2TNAJaSwdzQEeq7jC7TWYF2Y2jrEIXlyVEhunBs5t7K62a7Z6qB0923/+vPT2v7mwpqV/mTEsTiCB5zz735HOP9VbVWtKKZK08uDJ7vcQN02HogGegY5iNnKUHh12ti9/zzHvsauy+tx+e375j94LuA64MV/5MQbZVNT95/re7jlxZVaVuW5Nffsd9TXfOpXcv6m2Bn3x6FgXg/oz+P0h/ce8g2mTEWxVTzzQzrTruNCcRdbu6VY87gLVXc4uSjXfosak7XxWM4oyl+ockmzCFhJXaGwK8e6sCW2T3sLmPnh5qSZtx9JHFL6QBHGnsTjdtWQ8PFygWtQTIkrI84NILfQSC65FUMFsnOYFHEoSmUCD49a4rt3985PTsd8GzB/5KEnzmhhORgVOZPM+yb5KmpRu38jQqviH6826Lrdrxx6DZdFPo2fVbTiy9AUpDJ3SxGYvpK7u+Rhz8D4BCxssAeJxjYGRgYABi/vcdWfH8Nl8ZuNkZQODSliXbkWl2BrA4BwMTiAIAKDsJfgB4nGNgZGBgZwCChWASxGZkQAVyABOTANd4nGNnYGBgHwAMADNUANMAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IAAHicY2BkYGCQY8hlYGcAASYg5gJCBob/YD4DABa6AakAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYE4CWlZSveFP8hHOY4gHhw79VLav68hMNOH6kG60mg5YhM22pr9b1vGMMEUM2TgyFGgxBwVbnCLBZZYYY07bHCPBzziCc94wSve8I4PbGeDFj/VydVSOakpG0T0VH1ZHXuq+xhoftHaHq+yV+21o1P7brWLWnvpiExNJpBb/i18q8D9ZxSOcj8oY8iVPjZBBU2+kGIIypokuqTI+cx3qXMq7Z6PQIsx1DYGrQxtLul50YV50rVcCiNJc0enX4qdkNRYe8j2g46+SIMHapXJw1GFdIWH2DfalQknZeTDWsRW2bqlBK3ORIz9AqJUapQAAAA=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgQAAAEoAAAAVmNtYXDiLxC2AAAB+AAAAUpnbHlm5X8X/gAAA4QAAA7kaGVhZAuHlGsAAADQAAAANmhoZWEOogcfAAAArAAAACRobXR40gAAAAAAAYAAAAB4bG9jYTDILUIAAANEAAAAPm1heHABLwB5AAABCAAAACBuYW1l1cf1oAAAEmgAAAIKcG9zdL2sAHoAABR0AAABeQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHgABAAAAAQAAD+/W/l8PPPUACwcAAAAAANK0pLcAAAAA0rSktwAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAeAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHQcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADxHf//AAAAAPEB//8AAA8AAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AUABmALIAxgDmAR4BSAF0AZwB8gIuAo4CugMKA44DsAPqBDgEfAS4BOgFDAWiBegGNgZsBtoHcgAAAAEAAAAABYsFiwACAAABEQECVQM2BYv76gILAAADAAAAAAZrBmsAAgAOABoAAAkCEwQAAxIABSQAEwIAASYAJzYANxYAFwYAAusBwP5Alf7D/loICAGmAT0BPQGmCAj+Wv7D/f6uBgYBUv39AVIGBv6uAjABUAFQAZsI/lr+w/7D/loICAGmAT0BPQGm+sgGAVL9/QFSBgb+rv39/q4AAAACAAAAAAVABYsAAwAHAAABIREpAREhEQHAASv+1QJVASsBdQQW++oEFgAAAAQAAAAABiAGIAAGABMAJAAnAAABLgEnFRc2NwYHFz4BNSYAJxUWEgEHASERIQERAQYHFT4BNxc3AQcXBNABZVW4A7sCJ3ElKAX+3+Wlzvu3XwFh/p8BKwF1AT5MXU6KO5lf/WCcnAOAZJ4rpbgYGGpbcUacVPQBYziaNP70Aetf/p/+QP6LAfb+wjsdmhJEMZhfBJacnAAAAQAAAAAEqwXWAAUAAAERIQERAQILASoBdv6KBGD+QP6LBKr+iwAAAAIAAAAABWYF1gAGAAwAAAEuAScRPgEBESEBEQEFZQFlVFRl/BEBKwF1/osDgGSeK/2mK54BRP5A/osEqv6LAAADAAAAAAYgBg8ABQAMABoAABMRIQERAQUuAScRPgEDFRYSFwYCBxU2ADcmAOABKwF1/osCxQFlVVVluqXOAwPOpeUBIQUF/t8EYP5A/osEqv6L4GSeK/2mK54C85o0/vS1tf70NJo4AWL19QFiAAAABAAAAAAFiwWLAAUACwARABcAAAEjESE1IwMzNTM1IQEjFSERIwMVMxUzEQILlgF24JaW4P6KA4DgAXaW4OCWAuv+ipYCCuCW/ICWAXYCoJbgAXYABAAAAAAFiwWLAAUACwARABcAAAEzFTMRIRMjFSERIwEzNTM1IRM1IxEhNQF14Jb+iuDgAXaWAcCW4P6KlpYBdgJV4AF2AcCWAXb76uCWAcDg/oqWAAAAAAIAAAAABdYF1gAPABMAAAEhDgEHER4BFyE+ATcRLgEDIREhBUD8gD9VAQFVPwOAP1UBAVU//IADgAXVAVU//IA/VQEBVT8DgD9V++wDgAAABgAAAAAGawZrAAcADAATABsAIAAoAAAJASYnDgEHASUuAScBBSEBNhI3JgUBBgIHFhchBR4BFwEzARYXPgE3AQK+AWROVIfwYQESA4416aH+7gLl/dABelxoAQH8E/7dXGgBAQ4CMP3kNemhARJ4/t1OVIfwYf7uA/ACaBIBAVhQ/id3pfY+/idL/XNkAQGTTU0B+GT+/5NNSEul9j4B2f4IEgEBWFAB2QAAAAUAAAAABmsF1gAPABMAFwAbAB8AAAEhDgEHER4BFyE+ATcRLgEBIRUhASE1IQUhNSE1ITUhBdX7VkBUAgJUQASqQFQCAlT7FgEq/tYC6v0WAuoBwP7WASr9FgLqBdUBVT/8gD9VAQFVPwOAP1X9rJX+1ZWVlZaVAAMAAAAABiAF1gAPACcAPwAAASEOAQcRHgEXIT4BNxEuAQEjNSMVMzUzFRQGByMuAScRPgE3Mx4BFQUjNSMVMzUzFQ4BByMuATURNDY3Mx4BFwWL++o/VAICVD8EFj9UAgJU/WtwlZVwKiDgICoBASog4CAqAgtwlZVwASog4CAqKiDgICoBBdUBVT/8gD9VAQFVPwOAP1X99yXgJUogKgEBKiABKiAqAQEqIEol4CVKICoBASogASogKgEBKiAAAAYAAAAABiAE9gADAAcACwAPABMAFwAAEzM1IxEzNSMRMzUjASE1IREhNSERFSE14JWVlZWVlQErBBX76wQV++sEFQM1lv5AlQHAlf5Alv5AlQJVlZUAAAABAAAAAAYgBmwALgAAASIGBwE2NCcBHgEzPgE3LgEnDgEHFBcBLgEjDgEHHgEXMjY3AQYHHgEXPgE3LgEFQCtKHv3sBwcCDx5OLF9/AgJ/X19/Agf98R5OLF9/AgJ/XyxOHgIUBQEDe1xcewMDewJPHxsBNxk2GQE0HSACf19ffwICf18bGf7NHCACf19ffwIgHP7KFxpcewICe1xdewAAAgAAAAAGWQZrAEMATwAAATY0Jzc+AScDLgEPASYvAS4BJyEOAQ8BBgcnJgYHAwYWHwEGFBcHDgEXEx4BPwEWHwEeARchPgE/ATY3FxY2NxM2JicFLgEnPgE3HgEXDgEFqwUFngoGB5YHGQ26OkQcAxQP/tYPFAIcRTm6DRoHlQcFC50FBZ0LBQeVBxoNujlFHAIUDwEqDxQCHEU5ug0aB5UHBQv9OG+UAgKUb2+UAgKUAzckSiR7CRoNAQMMCQVLLRzGDhEBAREOxhwtSwUJDP79DBsJeyRKJHsJGg3+/QwJBUstHMYOEQEBEQ7GHC1LBQkMAQMMGwlBApRvb5QCApRvb5QAAAAAAQAAAAAGawZrAAsAABMSAAUkABMCACUEAJUIAaYBPQE9AaYICP5a/sP+w/5aA4D+w/5aCAgBpgE9AT0BpggI/loAAAACAAAAAAZrBmsACwAXAAABBAADEgAFJAATAgABJgAnNgA3FgAXBgADgP7D/loICAGmAT0BPQGmCAj+Wv7D/f6uBgYBUv39AVIGBv6uBmsI/lr+w/7D/loICAGmAT0BPQGm+sgGAVL9/QFSBgb+rv39/q4AAAMAAAAABmsGawALABcAIwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAAw4BBy4BJz4BNx4BA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rh0Cf19ffwICf19ffwZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAk9ffwICf19ffwICfwAAAAQAAAAABiAGIAAPABsAJQApAAABIQ4BBxEeARchPgE3ES4BASM1IxUjETMVMzU7ASEeARcRDgEHITczNSMFi/vqP1QCAlQ/BBY/VAICVP1rcJVwcJVwlgEqICoBASog/tZwlZUGIAJUP/vqP1QCAlQ/BBY/VPyClZUBwLu7ASog/tYgKgFw4AACAAAAAAZrBmsACwAXAAABBAADEgAFJAATAgATBwkBJwkBNwkBFwEDgP7D/loICAGmAT0BPQGmCAj+Wjhp/vT+9GkBC/71aQEMAQxp/vUGawj+Wv7D/sP+WggIAaYBPQE9Aab8EWkBC/71aQEMAQxp/vUBC2n+9AABAAAAAAXWBrYAFgAAAREJAREeARcOAQcuAScjFgAXNgA3JgADgP6LAXW+/QUF/b6+/QWVBgFR/v4BUQYG/q8FiwEq/ov+iwEqBP2/vv0FBf2+/v6vBgYBUf7+AVEAAAABAAAAAAU/BwAAFAAAAREjIgYdASEDIxEhESMRMzU0NjMyBT+dVjwBJSf+/s7//9Ctkwb0/vhISL3+2P0JAvcBKNq6zQAAAAAEAAAAAAaOBwAAMABFAGAAbAAAARQeAxUUBwYEIyImJyY1NDY3NiUuATU0NwYjIiY1NDY3PgEzIQcjHgEVFA4DJzI2NzY1NC4CIyIGBwYVFB4DEzI+AjU0LgEvASYvAiYjIg4DFRQeAgEzFSMVIzUjNTM1MwMfQFtaQDBI/uqfhOU5JVlKgwERIB8VLhaUy0g/TdNwAaKKg0pMMUVGMZImUBo1Ij9qQCpRGS8UKz1ZNjprWzcODxMeChwlThAgNWhvUzZGcX0Da9XVadTUaQPkJEVDUIBOWlN6c1NgPEdRii5SEipAKSQxBMGUUpo2QkBYP4xaSHNHO0A+IRs5ZjqGfVInITtlLmdnUjT8lxo0Xj4ZMCQYIwsXHTgCDiQ4XTtGazsdA2xs29ts2QADAAAAAAaABmwAAwAOACoAAAERIREBFgYrASImNDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAd3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0ASP/CED3wEySWJik2Fh/N39yAISaXdFMx4z/dcBjwHwMDCQIDA4H+MAAAEAAAAABpQGAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgaUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0FaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAAAAABYAHAAAiAAABFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgUwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME4Bz+0jPgECOFx4eDoCINcaV11vVy0FB/5Y/P36HjQ1HgECAAEAAAAABoAGgABKAAABFAIEIyInNj8BHgEzMj4BNTQuASMiDgMVFBYXFj8BNjc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcmAjU0EiQgBBIGgM7+n9FvazsTNhRqPXm+aHfijmm2f1srUE0eCAgGAgYRM9Gpl6mJaz1KDgglFzYyPlYZYxEEzv7OAWEBogFhzgOA0f6fziBdR9MnOYnwlnLIfjpgfYZDaJ4gDCAfGAYXFD1al9mkg6ruVz0jdVkfMkJyVUkx/l5Ga1sBfOnRAWHOzv6fAAAHAAAAAAcABM8ADgAXACoAPQBQAFoAXQAAARE2HgIHDgEHBiYjJyY3FjY3NiYHERQFFjY3PgE3LgEnIwYfAR4BFw4BFxY2Nz4BNy4BJyMGHwEeARcUBhcWNjc+ATcuAScjBh8BHgEXDgEFMz8BFTMRIwYDJRUnAxyEzZRbCA2rgketCAEBqlRoCglxYwF+IiEOIysBAkswHQEECiQ0AgE+YyIhDiIsAQJLMB4BBQokNAE/YyIhDiIsAQJLMB4BBQokNAEBPvmD7kHhqs0s0gEnjgHJAv0FD2a9gIrADwUFAwPDAlVMZ3MF/pUHwgc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9UmQBZQMMR/61g/kBAAAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4AAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
    content: '\f101'; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play-circle:before {
    content: '\f102'; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
    content: '\f103'; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
  .video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: '\f104'; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
  .video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: '\f105'; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
  .video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: '\f106'; }

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
  .video-js .vjs-volume-menu-button:before {
    content: '\f107'; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
    content: '\f108'; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: '\f109'; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-square:before {
    content: '\f10a'; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-spinner:before {
    content: '\f10b'; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
    content: '\f10c'; }

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-captions:before, .video-js .vjs-captions-button:before {
    content: '\f10d'; }

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
    content: '\f10e'; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-share:before {
    content: '\f10f'; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cog:before {
    content: '\f110'; }

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    content: '\f111'; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-outline:before {
    content: '\f112'; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-inner-circle:before {
    content: '\f113'; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-hd:before {
    content: '\f114'; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
    content: '\f115'; }

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-replay:before {
    content: '\f116'; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-facebook:before {
    content: '\f117'; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-gplus:before {
    content: '\f118'; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-linkedin:before {
    content: '\f119'; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-twitter:before {
    content: '\f11a'; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-tumblr:before {
    content: '\f11b'; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pinterest:before {
    content: '\f11c'; }

.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio-description:before {
    content: '\f11d'; }

.video-js {
  display: block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.video-js *,
.video-js *:before,
.video-js *:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

@media �screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; } }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -moz-box-flex: none;
  -webkit-flex: none;
  flex: none; }
  .video-js .vjs-control:before {
    font-size: 1.8em;
    line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -moz-box-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -moz-box-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  display: block;
  font-size: 0.6em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }
  .video-js .vjs-play-progress:before {
    position: absolute;
    top: -0.333333333333333em;
    right: -0.5em;
    font-size: 0.9em; }

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  display: none;
  position: absolute;
  top: -3.4em;
  right: -1.5em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em; }

.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -moz-box-flex: none;
  -webkit-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -moz-box-flex: none;
  -webkit-flex: none;
  flex: none;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }
  .vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }
  .vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-controls-disabled .vjs-poster {
  display: none; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -moz-box-flex: none;
  -webkit-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer;
  -moz-box-flex: none;
  -webkit-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -ms-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -ms-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -moz-box-flex: none;
  -webkit-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu {
  left: -10em;
  width: 0; }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -moz-box-flex: auto;
  -webkit-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px; }

.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

/*!
 * animsition v4.0.1
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-iteration-count:infinite;
          animation-iteration-count:infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
          animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}


@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.fade-out {
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up {
  -webkit-animation-name: fade-in-up;
          animation-name: fade-in-up;
}


@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
}


@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
}


.fade-out-up {
  -webkit-animation-name: fade-out-up;
          animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
          animation-name: fade-in-up-sm;
}


@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
}


@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
}


.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
          animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
          animation-name: fade-in-up-lg;
}


@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}


@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}


.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
          animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down {
  -webkit-animation-name: fade-in-down;
          animation-name: fade-in-down;
}


@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
}


@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
}


.fade-out-down {
  -webkit-animation-name: fade-out-down;
          animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
          animation-name: fade-in-down-sm;
}


@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}


@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}


.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
          animation-name: fade-out-down-sm;
}
@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
          animation-name: fade-in-down;
}


@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}


@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}


.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
          animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left {
  -webkit-animation-name: fade-in-left;
          animation-name: fade-in-left;
}


@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
}


@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
}


.fade-out-left {
  -webkit-animation-name: fade-out-left;
          animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
          animation-name: fade-in-left-sm;
}


@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}


@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}


.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
          animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
          animation-name: fade-in-left-lg;
}


@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
}


@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
}


.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
          animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right {
  -webkit-animation-name: fade-in-right;
          animation-name: fade-in-right;
}


@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
}


@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
}


.fade-out-right {
  -webkit-animation-name: fade-out-right;
          animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
          animation-name: fade-in-right-sm;
}


@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
}


@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
}


.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
          animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
          animation-name: fade-in-right-lg;
}


@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
}


@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
}


.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
          animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}

@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in {
  -webkit-animation-name: rotate-in;
          animation-name: rotate-in;
}


@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out {
  -webkit-animation-name: rotate-out;
          animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
          animation-name: rotate-in-sm;
}


@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
          animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
          animation-name: rotate-in-lg;
}


@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
          animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x {
  -webkit-animation-name: flip-in-x;
          animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x {
  -webkit-animation-name: flip-out-x;
          animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
          animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
          animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
          animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
          animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y {
  -webkit-animation-name: flip-in-y;
          animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y {
  -webkit-animation-name: flip-out-y;
          animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
          animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
          animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
          animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
          animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in {
  -webkit-animation-name: zoom-in;
          animation-name: zoom-in;
}


@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out {
  -webkit-animation-name: zoom-out;
          animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
          animation-name: zoom-in-sm;
}


@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
          animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
          animation-name: zoom-in-lg;
}


@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
          animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}


.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
          animation-name: overlay-slide-in-top;
}


@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
          animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}


.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
          animation-name: overlay-slide-in-bottom;
}


@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
          animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}


.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
          animation-name: overlay-slide-in-left;
}


@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
          animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}


.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
          animation-name: overlay-slide-in-right;
}


@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
          animation-name: overlay-slide-out-right;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/production/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/production/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/production/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/production/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/production/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/production/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'GT Walsheim', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  background-color: #f3f3f3;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fc2a47;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: -5px;
}
.list-inline li {
  margin: 0;
  padding: 0;
  background: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1441px) {
  .container {
    width: 100%;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1441px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  background-color: #e5e5e5;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #000;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.6;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1441px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1441px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1441px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1441px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1441px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.video-js .vjs-big-play-button {
  display: none;
}
.video-js .vjs-control-bar {
  left: 50%;
  bottom: 40px;
  width: 656px;
  height: 42px;
  margin-left: -328px;
  background: none;
}
.ie10 .video-js .vjs-control-bar {
  display: block !important;
  display: -ms-flexbox !important;
  visibility: inherit;
  opacity: 1;
  transition: none;
  -ms-flex-pack: justify;
}
.ie10 .video-js .vjs-volume-menu-button {
  display: none !important;
}
.video-js .vjs-slider {
  height: 14px;
  margin: 14px;
  background-color: rgba(255, 255, 255, 0.5);
}
.video-js .vjs-progress-control {
  background-color: rgba(0, 0, 0, 0.5);
  height: 42px;
}
.ie10 .video-js .vjs-progress-control {
  -ms-flex: 1 1 100%;
}
.video-js .vjs-progress-control .vjs-slider-bar {
  height: 14px;
}
.video-js .vjs-progress-control .vjs-slider-bar::before {
  content: none;
}
.video-js .vjs-progress-control .vjs-load-progress {
  height: 14px;
  background: rgba(255, 255, 255, 0.25);
}
.video-js .vjs-progress-control .vjs-load-progress div {
  display: none;
  background: rgba(255, 255, 255, 0.25);
}
.video-js .vjs-progress-control .vjs-mouse-display {
  background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-remaining-time {
  display: none;
}
.video-js.vjs-fullscreen .vjs-close-fullscreen-button {
  width: 32px;
  height: 32px;
  background-image: url('../../production/svg/video-close.svg');
  background-size: 32px 32px;
  background-repeat: no-repeat;
  position: fixed;
  top: 40px;
  right: 40px;
  transition: opacity 200ms;
}
.video-js.vjs-fullscreen .vjs-close-fullscreen-button:hover {
  opacity: 0.7;
}
.video-js .vjs-play-control {
  margin-right: 2px;
  width: 42px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-play-control::before {
  font-size: 30px;
  line-height: 42px;
  text-shadow: none !important;
}
.video-js .vjs-volume-menu-button {
  margin-right: 2px;
  width: 42px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-volume-menu-button::before {
  font-size: 26px;
  line-height: 42px;
  width: 42px;
  text-shadow: none !important;
}
.video-js .vjs-volume-menu-button .vjs-menu-content {
  left: 40px;
}
.video-js .vjs-volume-bar .vjs-volume-level {
  height: 14px;
}
.video-js .vjs-volume-bar .vjs-volume-level::before {
  content: none;
}
.video-js .vjs-fullscreen-control {
  margin-left: 2px;
  width: 42px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.5);
}
.ie10 .video-js .vjs-fullscreen-control {
  display: none;
}
.video-js .vjs-fullscreen-control::before {
  font-size: 30px;
  line-height: 42px;
  text-shadow: none !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .video-js .vjs-control-bar {
    display: none;
  }
}
@media (max-width: 767px) {
  .video-js .vjs-control-bar {
    display: none;
  }
}
.animsition-loading {
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #000;
}
.swiper-wrapper {
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}
.swiper-slide {
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}
.exhibition-related__tiles .swiper-slide {
  -ms-flex-align: start;
}
.btn {
  transition: all 250ms;
  font-family: 'GT Walsheim', sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  background-color: transparent;
  height: 60px;
  line-height: 50px;
  letter-spacing: 0;
  padding: 0 13px;
  border-radius: 0;
  border-width: 5px;
  border-style: solid;
  text-align: center;
  outline: 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 0;
  overflow: hidden;
}
.btn.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn.btn-black svg {
  fill: #fff;
}
.btn.btn-black:hover {
  color: #000;
  background-color: transparent;
}
.btn.btn-black:hover svg {
  fill: #000;
}
.btn.btn-black.outline {
  background-color: transparent;
  color: #000;
}
.btn.btn-black.outline svg {
  fill: #000;
}
.btn.btn-black.outline:hover {
  color: #fff;
  background-color: #000;
}
.btn.btn-black.outline:hover svg {
  fill: #fff;
}
.btn.btn-black.disabled {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  color: #fff;
  cursor: default;
}
.btn.btn-black.disabled svg {
  fill: #fff;
}
.btn.btn-black.disabled:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  color: #fff;
}
.btn.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-white svg {
  fill: #000;
}
.btn.btn-white:hover {
  color: #fff;
  background-color: transparent;
}
.btn.btn-white:hover svg {
  fill: #fff;
}
.btn.btn-white.outline {
  background-color: transparent;
  color: #fff;
}
.btn.btn-white.outline svg {
  fill: #fff;
}
.btn.btn-white.outline:hover {
  color: #000;
  background-color: #fff;
}
.btn.btn-white.outline:hover svg {
  fill: #000;
}
.btn.btn-white.disabled {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  color: #fff;
  cursor: default;
}
.btn.btn-white.disabled svg {
  fill: #fff;
}
.btn.btn-white.disabled:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  color: #fff;
}
.btn.btn-block {
  width: 100%;
  display: block;
  text-align: left;
}
.btn.btn-block svg {
  position: absolute;
  right: 13px;
  top: 50%;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btn svg {
  display: inline-block;
  margin-left: 14px;
  vertical-align: middle;
  transition: all 200ms;
}
.form-control {
  transition: all 200ms;
  font-family: 'GT Walsheim', sans-serif;
  color: #000;
  line-height: 1.6;
  padding: 10px 15px 10px 15px;
  border-radius: 0;
  border: 5px solid #000;
  font-size: 18px;
  height: 60px;
  font-weight: 700;
  background-color: #e5e5e5;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}
.form-control:active,
.form-control:focus {
  box-shadow: none;
  background-color: #e5e5e5;
  border-color: #000;
}
.form-control:active[disabled],
.form-control:focus[disabled],
.form-control:active[readonly],
.form-control:focus[readonly] {
  background-color: #eee;
}
.form-control.parsley-error {
  border-color: #fc2a47;
  background-color: #ffe9ec;
}
input.form-control,
textarea.form-control {
  -webkit-appearance: none;
}
textarea.form-control {
  height: 130px;
  padding: 15px 18px;
  resize: vertical;
}
select.form-control {
  height: 65px;
  text-indent: 12px;
}
label {
  font-family: 'GT Walsheim', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #a7a9ac;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 5px;
}
label span {
  color: #000;
  margin-left: 3px;
}
.form-group {
  margin-bottom: 15px;
  text-align: left;
  position: relative;
  z-index: 25;
}
.form-submit {
  margin-top: 25px;
}
.parsley-errors-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffe9ec;
}
.parsley-errors-list li {
  margin: 0;
  padding: 0;
  background: none;
}
.parsley-errors-list li {
  height: 60px;
  line-height: 50px;
  border: 5px solid #fc2a47;
  font-size: 18px;
  padding: 0 15px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767px) {
  .form-control {
    font-size: 17px;
  }
  .parsley-errors-list li {
    font-size: 17px;
  }
}
table {
  margin-bottom: 25px;
  width: 100%;
  border-left: 1px solid #e2e2e0;
  border-right: 1px solid #e2e2e0;
}
table th,
table td {
  text-align: left;
  border-top: 1px solid #e2e2e0;
  border-bottom: 1px solid #e2e2e0;
}
table th {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  background-color: #f5f4f0;
  padding: 20px 22px;
}
table td {
  font-size: 16px;
  color: #a7a9ac;
  line-height: 1.5;
  padding: 18px 22px;
}
p + table {
  margin-top: 30px;
}
h1,
.h1 {
  font-family: 'GT Walsheim', sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 60px 0;
}
h1 + h1,
p + h1,
ul + h1,
ol + h1,
table + h1 {
  margin-top: calc(90px);
}
h2,
.h2 {
  font-family: 'GT Walsheim', sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 1;
  color: #000;
  text-transform: none;
  letter-spacing: -5px;
  margin: 0 0 60px 0;
}
h2 + h2,
p + h2,
ul + h2,
ol + h2,
table + h2 {
  margin-top: calc(57.6px);
}
h3,
.h3 {
  font-family: 'GT Walsheim', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.55;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
h3 + h3,
p + h3,
ul + h3,
ol + h3,
table + h3 {
  margin-top: calc(31.5px);
}
h4,
.h4 {
  font-family: 'GT Walsheim', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 1px;
  color: #000;
  text-transform: none;
  margin: 0 0 30px 0;
}
h4 + h4,
p + h4,
ul + h4,
ol + h4,
table + h4 {
  margin-top: calc(45px);
}
h5,
.h5 {
  font-family: 'GT Walsheim', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 1px;
  color: #000;
  text-transform: none;
  margin: 0 0 30px 0;
}
h5 + h5,
p + h5,
ul + h5,
ol + h5,
table + h5 {
  margin-top: calc(40px);
}
h6,
.h6 {
  font-family: 'GT Walsheim', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #000;
  text-transform: none;
  margin: 0 0 30px 0;
}
h6 + h6,
p + h6,
ul + h6,
ol + h6,
table + h6 {
  margin-top: calc(35px);
}
p {
  font-family: 'GT Walsheim', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: #000;
  margin: 0 0 25px 0;
}
p.lead {
  font-size: 18px;
  line-height: 1.65;
}
small {
  font-size: calc(12.75px);
}
ul,
ol {
  margin: 0 0 calc(18.7px) 0;
  padding-left: 30px;
}
ul li,
ol li {
  font-family: 'GT Walsheim', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: #000;
  margin: 0;
}
ul li + li,
ol li + li {
  margin-top: 12px;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin: calc(8.5px) 0 0 0;
}
a {
  color: #000;
  transition: color 200ms;
}
a svg {
  transition: fill 200ms;
}
a:hover,
a:focus {
  color: #fc2a47;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}
hr {
  border-top-color: #f2f2f2;
  margin: 20px 0;
  border-width: 5px;
}
@font-face {
  font-family: "GT Walsheim";
  src: url('../../production/fonts/GT-Walsheim-Regular.eot');
  src: url('../../production/fonts/GT-Walsheim-Regular.eot?#iefix') format('embedded-opentype'), url('../../production/fonts/GT-Walsheim-Regular.woff') format('woff'), url('../../production/fonts/GT-Walsheim-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GT Walsheim";
  src: url('../../production/fonts/GT-Walsheim-Medium.eot');
  src: url('../../production/fonts/GT-Walsheim-Medium.eot?#iefix') format('embedded-opentype'), url('../../production/fonts/GT-Walsheim-Medium.woff') format('woff'), url('../../production/fonts/GT-Walsheim-Medium.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GT Walsheim";
  src: url('../../production/fonts/GT-Walsheim-Bold.eot');
  src: url('../../production/fonts/GT-Walsheim-Bold.eot?#iefix') format('embedded-opentype'), url('../../production/fonts/GT-Walsheim-Bold.woff') format('woff'), url('../../production/fonts/GT-Walsheim-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@-webkit-keyframes scrollPrompt {
  0% {
    color: #000;
  }
  89% {
    color: #000;
  }
  94% {
    color: #fc2a47;
  }
  95% {
    color: #fc2a47;
  }
  100% {
    color: #000;
  }
}
@keyframes scrollPrompt {
  0% {
    color: #000;
  }
  89% {
    color: #000;
  }
  94% {
    color: #fc2a47;
  }
  95% {
    color: #fc2a47;
  }
  100% {
    color: #000;
  }
}
.scroll-for-more {
  position: absolute;
  bottom: 40px;
  right: 30px;
  display: block;
}
.scroll-for-more p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  opacity: 0.75;
  margin-bottom: 0;
  position: relative;
  right: 0;
  bottom: -30px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.scroll-for-more svg {
  width: 15px;
  height: 12px;
  fill: #fc2a47;
  display: inline-block;
  margin-left: 5px;
  vertical-align: -2px;
}
.scroll-for-more span:nth-child(1) {
  -webkit-animation: scrollPrompt 11s infinite;
  animation: scrollPrompt 11s infinite;
}
.scroll-for-more span:nth-child(2) {
  -webkit-animation: scrollPrompt 11s infinite;
  animation: scrollPrompt 11s infinite;
  -webkit-animation-delay: 25ms;
  animation-delay: 25ms;
}
.scroll-for-more span:nth-child(3) {
  -webkit-animation: scrollPrompt 11s infinite;
  animation: scrollPrompt 11s infinite;
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}
.scroll-for-more span:nth-child(4) {
  -webkit-animation: scrollPrompt 11s infinite;
  animation: scrollPrompt 11s infinite;
  -webkit-animation-delay: 75ms;
  animation-delay: 75ms;
}
.scroll-for-more span:nth-child(5) {
  -webkit-animation: scrollPrompt 11s infinite;
  animation: scrollPrompt 11s infinite;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.scroll-for-more span:nth-child(6) {
  -webkit-animation: scrollPrompt 11s infinite;
  animation: scrollPrompt 11s infinite;
  -webkit-animation-delay: 125ms;
  animation-delay: 125ms;
}
.scroll-for-more span:nth-child(7) {
  -webkit-animation: scrollPrompt 11s infinite;
  animation: scrollPrompt 11s infinite;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
.scroll-for-more span:nth-child(8) {
  -webkit-animation: scrollPrompt 11s infinite;
  animation: scrollPrompt 11s infinite;
  -webkit-animation-delay: 175ms;
  animation-delay: 175ms;
}
.scroll-for-more span:nth-child(9) {
  -webkit-animation: scrollPrompt 11s infinite;
  animation: scrollPrompt 11s infinite;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.scroll-for-more span:nth-child(10) {
  -webkit-animation: scrollPrompt 11s infinite;
  animation: scrollPrompt 11s infinite;
  -webkit-animation-delay: 225ms;
  animation-delay: 225ms;
}
.scroll-for-more span:nth-child(11) {
  -webkit-animation: scrollPrompt 11s infinite;
  animation: scrollPrompt 11s infinite;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.scroll-for-more span:nth-child(12) {
  -webkit-animation: scrollPrompt 11s infinite;
  animation: scrollPrompt 11s infinite;
  -webkit-animation-delay: 275ms;
  animation-delay: 275ms;
}
.scroll-for-more span:nth-child(13) {
  -webkit-animation: scrollPrompt 11s infinite;
  animation: scrollPrompt 11s infinite;
  -webkit-animation-delay: 275ms;
  animation-delay: 275ms;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .scroll-for-more {
    right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .scroll-for-more {
    right: 20px;
  }
  .scroll-for-more p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .scroll-for-more {
    display: none;
  }
}
.scrollspy {
  position: absolute;
  top: -100px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .scrollspy {
    top: -95px;
  }
}
@media (max-width: 767px) {
  .scrollspy {
    top: -95px;
  }
}
.modal-backdrop {
  display: none;
}
.modal {
  background-color: rgba(255, 255, 255, 0.97);
}
.modal .vcenter-parent,
.modal .vcenter {
  pointer-events: none;
}
.modal .modal-dialog {
  pointer-events: all;
}
.modal-dialog {
  width: 600px;
  padding: 0;
  margin: 0 auto;
}
.modal__content p {
  font-size: 14px;
}
.modal__title {
  font-size: 48px;
  margin-bottom: 30px;
  letter-spacing: -2px;
  text-align: center;
}
.modal__lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
.modal__lead a {
  position: relative;
}
.modal__lead a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  right: 0;
  height: 1px;
  background-color: #000;
  transition: background-color 200ms;
}
.modal__lead a:hover::after {
  background-color: #fc2a47;
}
.modal__close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  transition: opacity 200ms;
}
.modal__close:hover {
  opacity: 0.7;
}
.modal__close svg {
  fill: #000;
  display: block;
}
.image-access__form {
  position: relative;
  padding-right: 168px;
  margin-bottom: 35px;
}
.image-access__form-group {
  margin-bottom: 0;
}
.image-access__form-btn {
  width: 148px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 100%;
    padding: 75px 0 0 0;
    margin: 0;
  }
  .modal__close {
    top: 30px;
    right: 30px;
  }
  .modal__lead {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 0;
  }
  .image-access__form {
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
  }
  .image-access__form-group {
    margin-bottom: 20px;
  }
  .image-access__form-btn {
    position: static;
  }
}
body {
  position: relative;
  font-kerning: normal;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-unstyled li {
  margin: 0;
  padding: 0;
  background: none;
}
.vcenter-parent {
  display: table;
  width: 100%;
  height: 100%;
}
.vcenter {
  display: table-cell;
  vertical-align: middle;
}
.background-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.rp0 {
  margin-left: -0px;
  margin-right: -0px;
}
.cp0 {
  padding-right: 0px;
  padding-left: 0px;
}
.rp5 {
  margin-left: -5px;
  margin-right: -5px;
}
.cp5 {
  padding-right: 5px;
  padding-left: 5px;
}
.rp10 {
  margin-left: -10px;
  margin-right: -10px;
}
.cp10 {
  padding-right: 10px;
  padding-left: 10px;
}
body.tablet-device h1,
body.tablet-device h2,
body.tablet-device h3,
body.tablet-device h4,
body.tablet-device p {
  max-height: 1000000px;
}
@media (max-width: 767px) {
  html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  }
  .clear-left-xs {
    clear: left;
  }
}
.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
  transition: all 200ms;
}
.site-header.site-header--small {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.site-header.site-header--small .site-header__inner {
  height: 100px;
  padding-top: 40px;
}
.site-header.site-header--small .site-logo {
  top: 18px;
}
.site-header.site-header--small .site-logo svg {
  width: 121px;
  height: 64px;
}
.site-header.site-header--small .site-lang-nav {
  opacity: 0;
}
.site-header.site-header--sleeping {
  opacity: 0;
}
.site-header__inner {
  height: 130px;
  margin: 0 auto;
  position: relative;
  padding: 80px 40px 0 40px;
  transition: all 200ms;
}
.site-header__inner:before,
.site-header__inner:after {
  content: " ";
  display: table;
}
.site-header__inner:after {
  clear: both;
}
.site-header__inner:before,
.site-header__inner:after {
  content: " ";
  display: table;
}
.site-header__inner:after {
  clear: both;
}
.site-logo {
  position: absolute;
  left: 40px;
  top: 30px;
  transition: all 200ms;
}
.site-logo svg {
  width: 229px;
  height: 121px;
  display: block;
  fill: #fc2a47;
  transition: all 200ms;
}
.site-nav {
  float: right;
  position: relative;
  z-index: 25;
}
.site-nav:before,
.site-nav:after {
  content: " ";
  display: table;
}
.site-nav:after {
  clear: both;
}
.site-nav:before,
.site-nav:after {
  content: " ";
  display: table;
}
.site-nav:after {
  clear: both;
}
.site-nav__li {
  float: left;
}
.site-nav__li + .site-nav__li {
  margin-left: 42px;
}
.site-nav__li.active .site-nav__link::after {
  opacity: 1;
  width: 100%;
}
.site-nav__li.active .site-nav__link:hover,
.site-nav__li.active .site-nav__link:focus {
  color: #000;
  cursor: default;
}
.site-nav__link {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  float: left;
  position: relative;
  display: block;
}
.site-nav__link:focus {
  color: #000;
}
.site-nav__link:active,
.site-nav__link:hover {
  color: #fc2a47;
}
.site-nav__link::after {
  content: '';
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  width: 0;
  transition: all 200ms;
}
.site-nav__link.site-nav__link--active::after {
  opacity: 1;
  width: 100%;
}
.site-nav__link.site-nav__link--active:hover,
.site-nav__link.site-nav__link--active:focus {
  color: #000;
  cursor: default;
}
.site-lang-nav {
  position: absolute;
  right: 40px;
  top: 40px;
  transition: opacity 200ms;
}
.site-lang-nav:before,
.site-lang-nav:after {
  content: " ";
  display: table;
}
.site-lang-nav:after {
  clear: both;
}
.site-lang-nav:before,
.site-lang-nav:after {
  content: " ";
  display: table;
}
.site-lang-nav:after {
  clear: both;
}
.site-lang-nav__li {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
  float: left;
}
.site-lang-nav__link {
  color: #000;
  position: relative;
  display: inline-block;
}
.site-lang-nav__link.site-lang-nav__link--active::after {
  content: '';
  height: 1px;
  position: absolute;
  background-color: #fc2a47;
  bottom: -1px;
  left: 0;
  right: 0;
}
.site-lang-nav__link.site-lang-nav__link--active:hover,
.site-lang-nav__link.site-lang-nav__link--active:focus {
  color: #000;
  cursor: default;
}
.site-lang-nav__divider {
  display: inline-block;
  margin: 0 3px;
}
@media (min-width: 1025px) and (max-width: 1441px) {
  .site-header__inner {
    padding-left: 30px;
    padding-top: 70px;
  }
  .site-logo {
    left: 30px;
    top: 30px;
  }
  .site-logo svg {
    width: 200px;
    height: 104px;
  }
  .site-nav__li + .site-nav__li {
    margin-left: 40px;
  }
  .site-nav__link {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .site-header.site-header--small .site-header__inner {
    height: 95px;
    padding: 0 25px 0 15px;
  }
  .site-header.site-header--small .site-logo {
    top: 16px;
  }
  .site-header.site-header--small .site-lang-nav {
    opacity: 1;
  }
  .site-header.site-header--sleeping {
    opacity: 1;
  }
  .site-header__inner {
    padding: 0 25px 0 25px;
    height: 106px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
  }
  .site-nav {
    display: none;
  }
  .site-lang-nav {
    -webkit-align-self: center;
    align-self: center;
    margin-left: auto;
    position: static;
  }
  .site-logo {
    left: 25px;
    top: 25px;
  }
  .site-logo svg {
    width: 160px;
    height: 84px;
  }
}
@media (max-width: 767px) {
  .site-header.site-header--small .site-header__inner {
    height: 95px;
    padding: 0 30px 0 15px;
  }
  .site-header.site-header--small .site-lang-nav {
    opacity: 1;
  }
  .site-header.site-header--sleeping {
    opacity: 1;
  }
  .site-header__inner {
    width: 100%;
    padding: 0 30px 0 15px;
    height: 95px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
  }
  .site-nav {
    display: none;
  }
  .site-lang-nav {
    -webkit-align-self: center;
    align-self: center;
    margin-left: auto;
    position: static;
  }
  .site-logo {
    -webkit-align-self: center;
    align-self: center;
    position: static;
  }
  .site-logo svg {
    width: 121px;
    height: 64px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .site-header.site-header--small .site-header__inner {
    height: 60px;
  }
  .site-header.site-header--small .site-logo svg {
    width: 85px;
    height: 45px;
  }
  .site-header__inner {
    height: 60px;
  }
  .site-logo svg {
    width: 85px;
    height: 45px;
  }
}
.site-footer {
  padding: 35px 0;
  position: relative;
}
.site-footer .site-footer__flex-container {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  position: relative;
}
.site-footer__logos {
  -webkit-align-self: center;
  align-self: center;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
}
.site-footer__logos:before,
.site-footer__logos:after {
  content: " ";
  display: table;
}
.site-footer__logos:after {
  clear: both;
}
.site-footer__logos:before,
.site-footer__logos:after {
  content: " ";
  display: table;
}
.site-footer__logos:after {
  clear: both;
}
.site-footer__logo {
  float: left;
  -webkit-align-self: center;
  align-self: center;
}
.site-footer__logo + .site-footer__logo {
  margin-left: 60px;
}
.site-footer__nav {
  -webkit-align-self: center;
  align-self: center;
}
.site-footer__nav:before,
.site-footer__nav:after {
  content: " ";
  display: table;
}
.site-footer__nav:after {
  clear: both;
}
.site-footer__nav:before,
.site-footer__nav:after {
  content: " ";
  display: table;
}
.site-footer__nav:after {
  clear: both;
}
.site-footer__nav-li {
  float: left;
}
.site-footer__nav-li + .site-footer__nav-li {
  margin-left: 42px;
}
.site-footer__nav-link {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
  position: relative;
  display: block;
}
.site-footer__nav-link::after {
  content: '';
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: background-color 200ms;
}
.site-footer__nav-link:hover,
.site-footer__nav-link:focus {
  color: #fc2a47;
}
.site-footer__nav-link:hover::after,
.site-footer__nav-link:focus::after {
  background-color: #fc2a47;
}
.site-footer__social-nav {
  -webkit-align-self: center;
  align-self: center;
}
.site-footer__social-nav:before,
.site-footer__social-nav:after {
  content: " ";
  display: table;
}
.site-footer__social-nav:after {
  clear: both;
}
.site-footer__social-nav:before,
.site-footer__social-nav:after {
  content: " ";
  display: table;
}
.site-footer__social-nav:after {
  clear: both;
}
.site-footer__social-nav-li {
  float: left;
}
.site-footer__social-nav-li + .site-footer__social-nav-li {
  margin-left: 20px;
}
.site-footer__social-nav-link {
  display: inline-block;
  vertical-align: middle;
}
.site-footer__social-nav-link svg {
  fill: #000;
  display: block;
}
.site-footer__social-nav-link:hover svg,
.site-footer__social-nav-link:focus svg {
  fill: #fc2a47;
}
.site-footer__back-top-container {
  -webkit-align-self: center;
  align-self: center;
}
.site-footer__back-top-link {
  font-size: 18px;
  line-height: 35px;
  color: #000;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.site-footer__back-top-link svg {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  transition: fill 200ms;
}
.site-footer__back-top-link:hover,
.site-footer__back-top-link:focus {
  color: #fc2a47;
}
.site-footer__back-top-link:hover svg,
.site-footer__back-top-link:focus svg {
  fill: #fc2a47;
}
.site-footer__copyright {
  font-size: 14px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 90px;
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .site-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-footer__logo + .site-footer__logo {
    margin-left: 45px;
  }
  .site-footer__logo .pst-logo {
    width: 198px;
    height: 198px;
  }
  .site-footer__logo .lala-logo {
    width: 94px;
    height: 161px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .site-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-footer__logo + .site-footer__logo {
    margin-left: 45px;
  }
  .site-footer__logo .pst-logo {
    width: 198px;
    height: 198px;
  }
  .site-footer__logo .lala-logo {
    width: 94px;
    height: 161px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .site-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-footer__logo + .site-footer__logo {
    margin-left: 20px;
  }
  .site-footer__logo .pst-logo {
    width: 106px;
    height: 106px;
  }
  .site-footer__logo .lala-logo {
    width: 50px;
    height: 86px;
  }
  .site-footer__nav-li + .site-footer__nav-li {
    margin-left: 20px;
  }
  .site-footer__nav-link {
    font-size: 14px;
  }
  .site-footer__social-nav-link svg {
    width: 28px;
    height: 28px;
  }
  .site-footer__back-top-link {
    font-size: 14px;
  }
  .site-footer__copyright {
    font-size: 13px;
    bottom: -15px;
    right: 90px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 20px 0;
  }
  .site-footer .site-footer__flex-container {
    display: block;
  }
  .site-footer__logos {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    display: -ms-flexbox;
  }
  .site-footer__logos:before,
  .site-footer__logos:after {
    content: " ";
    display: table;
  }
  .site-footer__logos:after {
    clear: both;
  }
  .site-footer__logos:before,
  .site-footer__logos:after {
    content: " ";
    display: table;
  }
  .site-footer__logos:after {
    clear: both;
  }
  .site-footer__logo {
    -webkit-align-self: center;
    align-self: center;
  }
  .site-footer__logo + .site-footer__logo {
    margin-left: 10px;
  }
  .site-footer__logo svg {
    display: block;
  }
  .site-footer__logo .pst-logo {
    width: 94px;
    height: 94px;
  }
  .site-footer__logo .lala-logo {
    width: 44px;
    height: 76px;
  }
  .site-footer__nav {
    margin: 45px 0;
    width: 50%;
    float: left;
  }
  .site-footer__nav-li {
    line-height: 24px;
    float: none;
  }
  .site-footer__nav-li + .site-footer__nav-li {
    margin-left: 0;
  }
  .site-footer__nav-link {
    font-size: 14px;
    line-height: 1.1;
    display: inline-block;
  }
  .site-footer__social-nav {
    margin: 45px 0;
    padding: 7px 0;
    width: 50%;
    float: none;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
  }
  .site-footer__social-nav-li {
    line-height: 32px;
    float: none;
  }
  .site-footer__social-nav-li + .site-footer__social-nav-li {
    margin-left: 20px;
  }
  .site-footer__back-top-container {
    line-height: 94px;
    position: absolute;
    top: 0;
    right: 20px;
  }
  .site-footer__copyright {
    position: static;
    font-size: 12px;
    clear: both;
  }
}
@media (max-width: 350px) {
  .site-footer__back-top-link {
    font-size: 15px;
  }
  .site-footer__nav-link {
    font-size: 13px;
  }
  .site-footer__social-nav-li + .site-footer__social-nav-li {
    margin-left: 15px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .site-footer .site-footer__flex-container {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
  }
  .site-footer__nav {
    margin: 0;
    width: auto;
    float: left;
  }
  .site-footer__nav-li {
    text-align: center;
    line-height: 1.3;
    float: none;
  }
  .site-footer__nav-li + .site-footer__nav-li {
    margin-left: 0;
  }
  .site-footer__nav-link {
    font-size: 12px;
  }
  .site-footer__nav-link::after {
    bottom: -1px;
  }
  .site-footer__social-nav {
    margin: 0;
    width: auto;
  }
  .site-footer__social-nav svg {
    width: 22px;
    height: 22px;
  }
  .site-footer__social-nav-li + .site-footer__social-nav-li {
    margin-left: 15px;
  }
  .site-footer__back-top-container {
    line-height: 94px;
    position: static;
  }
  .site-footer__back-top-link {
    font-size: 12px;
  }
  .site-footer__copyright {
    font-size: 12px;
    position: absolute;
    right: 20px;
    bottom: -5px;
  }
}
.exhibitions {
  padding: 175px 0 80px 0;
  background-color: #fff;
  position: relative;
}
.exhibitions__title {
  font-weight: 700;
  font-size: 140px;
  line-height: 0.92;
  text-transform: none;
  color: #000;
  letter-spacing: -8px;
  margin-bottom: 45px;
}
.exhibitions__lead {
  font-size: 18px;
  line-height: 1.4;
}
.exhibitions__coming-soon {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
}
.exhibitions__tiles {
  margin-top: 70px;
}
.exhibitions__tile {
  margin-bottom: 35px;
  display: block;
  transition: opacity 350ms;
}
.exhibitions__tile.inactive {
  opacity: 0.5 !important;
}
.exhibitions__tile.active .exhibitions__tile-image {
  box-shadow: 10px 17px 80px 0px rgba(0, 0, 0, 0.55);
}
.exhibitions__tile:focus {
  outline: 0;
}
.exhibitions__tile-image {
  margin-bottom: 15px;
  display: block;
  transition: all 200ms;
}
.exhibitions__tile-image img {
  width: 100%;
}
.exhibitions__tile-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 6px 0;
}
.exhibitions__tile-subtitle {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
}
.exhibitions__more {
  font-size: 0;
  text-align: center;
}
@media (min-width: 1025px) and (max-width: 1025px) {
  .exhibitions__tile-title {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .exhibitions {
    padding-bottom: 35px;
  }
  .exhibitions__title {
    font-size: 60px;
    letter-spacing: -2px;
  }
  .exhibitions__tile-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .exhibitions {
    padding: 115px 0 20px 0;
  }
  .exhibitions__title {
    font-size: 48px;
    letter-spacing: -3px;
    margin-bottom: 50px;
  }
  .exhibitions__lead {
    display: none;
  }
  .exhibitions__coming-soon {
    font-size: 14px;
    line-height: 1.7;
    margin-top: -20px;
  }
  .exhibitions__tiles {
    margin-top: 0;
  }
  .exhibitions__tile-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .exhibitions__tile-title br {
    display: none;
  }
  .exhibitions__tile-image img {
    max-width: 100%;
  }
  .exhibitions__more {
    margin-top: 10px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .exhibitions {
    padding: 80px 0 20px 0;
  }
}
.teachers-landing {
  background-color: #fff;
  padding: 175px 0 80px 0;
}
.teachers-landing__title {
  font-weight: 700;
  font-size: 140px;
  line-height: 0.92;
  text-transform: none;
  color: #000;
  letter-spacing: -8px;
  margin-bottom: 45px;
}
.teachers-landing__lead {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 65px;
  letter-spacing: 0;
}
.teachers-background-info {
  background-color: #e5e5e5;
  padding: 75px 0 60px 0;
}
.teachers-background-info__title {
  font-size: 48px;
  color: #000;
  letter-spacing: -2px;
  margin-bottom: 70px;
}
.teachers-background-info__download-row:nth-child(odd) {
  background-color: #d9d9d9;
}
.teachers-background-info__download {
  width: 910px;
  margin: 0 auto;
}
.teachers-background-info__download:before,
.teachers-background-info__download:after {
  content: " ";
  display: table;
}
.teachers-background-info__download:after {
  clear: both;
}
.teachers-background-info__download:before,
.teachers-background-info__download:after {
  content: " ";
  display: table;
}
.teachers-background-info__download:after {
  clear: both;
}
.teachers-background-info__download-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  padding: 14px 0 10px 0;
  max-width: 625px;
  float: left;
}
.teachers-background-info__download-right {
  padding-top: 18px;
  float: right;
}
.teachers-background-info__download-right:before,
.teachers-background-info__download-right:after {
  content: " ";
  display: table;
}
.teachers-background-info__download-right:after {
  clear: both;
}
.teachers-background-info__download-right:before,
.teachers-background-info__download-right:after {
  content: " ";
  display: table;
}
.teachers-background-info__download-right:after {
  clear: both;
}
.teachers-background-info__download-label {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-right: 50px;
  float: left;
}
.teachers-background-info__download-links {
  float: right;
}
.teachers-background-info__download-links:before,
.teachers-background-info__download-links:after {
  content: " ";
  display: table;
}
.teachers-background-info__download-links:after {
  clear: both;
}
.teachers-background-info__download-links:before,
.teachers-background-info__download-links:after {
  content: " ";
  display: table;
}
.teachers-background-info__download-links:after {
  clear: both;
}
.teachers-background-info__download-links-li {
  float: left;
}
.teachers-background-info__download-links-li + .teachers-background-info__download-links-li {
  margin-left: 14px;
}
.teachers-background-info__download-link {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #000;
  position: relative;
  display: block;
}
.teachers-background-info__download-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  transition: background-color 200ms;
}
.teachers-background-info__download-link:hover,
.teachers-background-info__download-link:focus {
  color: #fc2a47;
}
.teachers-background-info__download-link:hover::after,
.teachers-background-info__download-link:focus::after {
  background-color: #fc2a47;
}
.teachers-releases {
  background-color: #fff;
  padding: 75px 0 70px 0;
}
.teachers-releases__title {
  font-size: 48px;
  color: #000;
  letter-spacing: -2px;
  margin-bottom: 65px;
}
.teachers-releases__press-release + .teachers-releases__press-release {
  margin-top: 65px;
}
.teachers-releases__press-release p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
}
.teachers-releases__press-release-label {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin-bottom: 2px;
}
.teachers-releases__press-release-title {
  font-size: 30px;
  color: #000;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 6px;
}
.teachers-releases__press-release-date {
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}
.teachers-releases__press-release-footer {
  margin-top: 10px;
}
.teachers-releases__press-release-footer:before,
.teachers-releases__press-release-footer:after {
  content: " ";
  display: table;
}
.teachers-releases__press-release-footer:after {
  clear: both;
}
.teachers-releases__press-release-footer:before,
.teachers-releases__press-release-footer:after {
  content: " ";
  display: table;
}
.teachers-releases__press-release-footer:after {
  clear: both;
}
.teachers-releases__press-release-more {
  font-size: 18px;
  font-weight: 700;
  float: left;
  position: relative;
}
.teachers-releases__press-release-more::after {
  content: '';
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  transition: background-color 200ms;
}
.teachers-releases__press-release-more:hover,
.teachers-releases__press-release-more:focus {
  color: #fc2a47;
}
.teachers-releases__press-release-more:hover::after,
.teachers-releases__press-release-more:focus::after {
  background-color: #fc2a47;
}
.teachers-releases__press-release-download {
  float: right;
}
.teachers-releases__press-release-download:before,
.teachers-releases__press-release-download:after {
  content: " ";
  display: table;
}
.teachers-releases__press-release-download:after {
  clear: both;
}
.teachers-releases__press-release-download:before,
.teachers-releases__press-release-download:after {
  content: " ";
  display: table;
}
.teachers-releases__press-release-download:after {
  clear: both;
}
.teachers-releases__press-release-download-label {
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-right: 14px;
}
.teachers-releases__press-release-download-links {
  float: right;
}
.teachers-releases__press-release-download-links:before,
.teachers-releases__press-release-download-links:after {
  content: " ";
  display: table;
}
.teachers-releases__press-release-download-links:after {
  clear: both;
}
.teachers-releases__press-release-download-links:before,
.teachers-releases__press-release-download-links:after {
  content: " ";
  display: table;
}
.teachers-releases__press-release-download-links:after {
  clear: both;
}
.teachers-releases__press-release-download-links-li {
  float: left;
  min-width: 23px;
}
.teachers-releases__press-release-download-links-li + .teachers-releases__press-release-download-links-li {
  margin-left: 12px;
}
.teachers-releases__press-release-download-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  display: block;
  position: relative;
}
.teachers-releases__press-release-download-link::after {
  content: '';
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  transition: background-color 200ms;
}
.teachers-releases__press-release-download-link:hover,
.teachers-releases__press-release-download-link:focus {
  color: #fc2a47;
}
.teachers-releases__press-release-download-link:hover::after,
.teachers-releases__press-release-download-link:focus::after {
  background-color: #fc2a47;
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .teachers-background-info__download {
    width: 943px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .teachers-landing__title {
    font-size: 60px;
    letter-spacing: -2px;
    margin-bottom: 25px;
  }
  .teachers-landing__subtitle {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .teachers-landing__contact-name {
    font-size: 16px;
  }
  .teachers-landing__contact-info {
    font-size: 14px;
  }
  .teachers-landing__contact-note {
    font-size: 14px;
  }
  .teachers-landing__contact-note br {
    display: none;
  }
  .teachers-landing__lead br {
    display: none;
  }
  .teachers-background-info {
    padding: 35px 0;
  }
  .teachers-background-info__title {
    font-size: 45px;
    letter-spacing: -1px;
    margin-bottom: 35px;
  }
  .teachers-landing__image-bank-info p {
    font-size: 14px;
  }
  .teachers-background-info__download-title {
    font-size: 20px;
  }
  .teachers-background-info__download-right {
    padding-top: 10px;
  }
  .teachers-background-info__download {
    width: 100%;
    padding: 0 20px;
  }
  .teachers-releases {
    padding: 35px 0;
  }
  .teachers-releases__title {
    font-size: 45px;
    letter-spacing: -1px;
    margin-bottom: 25px;
  }
  .teachers-releases__press-release-title {
    font-size: 25px;
  }
  .teachers-releases__press-release p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .teachers-releases__press-release-download-links-li {
    min-width: 0;
  }
  .teachers-landing {
    padding: 115px 0 40px 0;
  }
  .teachers-landing__title {
    font-size: 48px;
    letter-spacing: -3px;
    margin-bottom: 50px;
  }
  .teachers-landing__lead {
    line-height: 1.45;
    letter-spacing: -1px;
    margin-bottom: 45px;
  }
  .teachers-landing__lead br {
    display: none;
  }
  .teachers-landing__subtitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .teachers-landing__contact {
    margin-bottom: 15px;
  }
  .teachers-landing__contact-name {
    font-size: 14px;
  }
  .teachers-landing__contact-info {
    font-size: 14px;
  }
  .teachers-landing__contact-note {
    font-size: 14px;
  }
  .teachers-landing__contact-note br {
    display: none;
  }
  .teachers-landing__image-bank-info {
    margin-top: 35px;
  }
  .teachers-landing__image-bank-info p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .teachers-landing__image-bank-btn-container {
    text-align: center;
  }
  .teachers-background-info {
    padding: 40px 0 15px 0;
  }
  .teachers-background-info__title {
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 40px;
  }
  .teachers-background-info__download {
    padding: 20px;
    width: 100%;
  }
  .teachers-background-info__download-title {
    font-size: 18px;
    padding: 0;
    float: none;
    max-width: inherit;
  }
  .teachers-background-info__download-right {
    padding-top: 5px;
    float: none;
  }
  .teachers-background-info__download-label {
    font-size: 14px;
    width: 90px;
    float: left;
    margin-right: 0;
  }
  .teachers-background-info__download-links {
    float: left;
  }
  .teachers-background-info__download-links-li + .teachers-background-info__download-links-li {
    margin-left: 10px;
  }
  .teachers-background-info__download-link {
    font-size: 14px;
  }
  .teachers-releases {
    padding: 40px 0 35px 0;
  }
  .teachers-releases__press-release + .teachers-releases__press-release {
    margin-top: 35px;
  }
  .teachers-releases__title {
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 35px;
  }
  .teachers-releases__press-release p {
    font-size: 14px;
  }
  .teachers-releases__press-release-label {
    margin-bottom: 8px;
  }
  .teachers-releases__press-release-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .teachers-releases__press-release-date {
    margin-bottom: 10px;
  }
  .teachers-releases__press-release-date {
    font-size: 14px;
  }
  .teachers-releases__press-release-more {
    font-size: 14px;
    float: none;
  }
  .teachers-releases__press-release-download {
    float: none;
    margin-top: 15px;
  }
  .teachers-releases__press-release-download-label {
    font-size: 14px;
    margin-right: 10px;
  }
  .teachers-releases__press-release-download-links {
    float: left;
  }
  .teachers-releases__press-release-download-link {
    font-size: 14px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .teachers-landing {
    padding: 80px 0 40px 0;
  }
}
.home-about__anim-title,
.home-about__anim-generic {
  opacity: 0;
}
.home-about {
  padding: 80px 0 80px 0;
  background-color: #fff;
  position: relative;
}
.home-about .container {
  position: relative;
  z-index: 25;
}
.home-about p {
  opacity: 0;
  font-size: 14px;
  line-height: 1.7;
}
.home-about p.lead {
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 65px;
}
.home-about p + .lead {
  margin-top: 45px;
}
.home-about .getty-logo svg {
  width: 177px;
  height: 60px;
}
.home-about .bankofamerica-logo svg {
  width: 176px;
  height: 22px;
}
.home-about__cta {
  font-size: 0;
  text-align: center;
}
.home-about__sponsors {
  margin-top: 55px;
  font-size: 0;
  text-align: center;
}
.home-about__sponsors-li {
  font-size: 24px;
  line-height: 60px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
.home-about__sponsors-li + .home-about__sponsors-li {
  margin-left: 115px;
}
.home-about__sponsors-li:last-child {
  margin-left: 65px;
  margin-right: 60px;
}
.home-about__sponsors-li svg {
  display: block;
}
.home-about__sponsors-link {
  display: block;
}
.home-about__graphic-left,
.home-about__graphic-right {
  position: absolute;
  fill: #fc2a47;
}
.home-about__graphic-left {
  top: -550px;
  left: -550px;
}
.home-about__graphic-right {
  bottom: -550px;
  right: -550px;
}
.home-exhibitions__anim-generic {
  opacity: 0;
}
.home-exhibitions {
  padding: 80px 0 80px 0;
  position: relative;
}
.home-exhibitions__title {
  margin-bottom: 30px;
}
.home-participants__anim-title,
.home-participants__anim-lead,
.home-participants__anim-subtitle,
.home-participants__anim-list {
  opacity: 0;
}
.home-participants {
  background-color: #262626;
  padding: 80px 0 0 0;
  position: relative;
}
.home-participants__title {
  color: #fff;
  margin-bottom: 30px;
}
.home-participants__lead {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 65px;
}
.home-participants__list-group {
  margin-bottom: 80px;
}
.home-participants__list-group p {
  color: #fff;
  margin-bottom: 7px;
}
.home-participants__list-group a {
  color: #fff;
  text-decoration: underline;
}
.home-participants__list-group a:hover {
  color: #fc2a47;
}
.home-participants__subtitle {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  text-transform: none;
  margin-bottom: 30px;
}
.home-sponsors__anim-generic {
  opacity: 0;
}
.home-sponsors {
  padding: 80px 0 95px 0;
  background-color: #fff;
  position: relative;
}
.home-sponsors__lead {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 65px;
}
.home-sponsors__list {
  font-size: 0;
  margin-top: 55px;
  text-align: center;
  line-height: 67px;
}
.home-sponsors__list:before,
.home-sponsors__list:after {
  content: " ";
  display: table;
}
.home-sponsors__list:after {
  clear: both;
}
.home-sponsors__list:before,
.home-sponsors__list:after {
  content: " ";
  display: table;
}
.home-sponsors__list:after {
  clear: both;
}
.home-sponsors__list-li {
  display: inline-block;
  vertical-align: middle;
}
.home-sponsors__list-li + .home-sponsors__list-li {
  margin-left: 100px;
}
.home-sponsors__list-li svg {
  display: block;
}
.home-sponsors__list-li .getty-logo svg {
  width: 177px;
  height: 60px;
}
.home-sponsors__list-li .bankofamerica-logo svg {
  width: 176px;
  height: 22px;
}
.home-sponsors__list-link {
  display: block;
}
@media (min-width: 1025px) and (max-width: 1750px) {
  .home-about__sponsors-li {
    margin: 0 35px;
  }
  .home-about__sponsors-li:first-child {
    margin: 0 0 15px 0;
    display: block;
  }
  .home-about__sponsors-li + .home-about__sponsors-li {
    margin: 0 35px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .home-about__graphic-left,
  .home-about__graphic-right {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .home-participants__subtitle {
    font-size: 18px;
    line-height: 1.8;
  }
  .home-participants__subtitle br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home-about {
    padding: 30px 0;
  }
  .home-about p {
    font-size: 12px;
  }
  .home-about p.lead {
    font-size: 16px;
    margin: 25px 0 35px 0;
  }
  .home-about__sponsors {
    margin-top: 50px;
  }
  .home-about__sponsors-li {
    font-size: 18px;
    margin: 0 35px;
  }
  .home-about__sponsors-li:first-child {
    margin: 0 0 15px 0;
    display: block;
  }
  .home-about__sponsors-li + .home-about__sponsors-li {
    margin: 0 35px;
  }
  .home-about__graphic-left,
  .home-about__graphic-right {
    display: none;
  }
  .home-about__title,
  .home-participants__title,
  .home-exhibitions__title,
  .home-sponsors__title {
    font-size: 45px;
    letter-spacing: -2px;
    margin-bottom: 25px;
  }
  .home-participants__lead,
  .exhibitions__lead,
  .home-sponsors__lead {
    font-size: 16px;
    line-height: 1.5;
  }
  .home-participants {
    padding: 30px 0;
  }
  .home-participants__lead {
    margin-bottom: 60px;
  }
  .home-participants__subtitle {
    font-size: 15px;
    padding-right: 0;
    line-height: 1.9;
    margin-top: -4px;
  }
  .home-participants__list .row + .row {
    margin-top: 50px;
  }
  .home-participants__list-group {
    margin-bottom: 0;
  }
  .home-participants__list-group p {
    font-size: 15px;
  }
  .home-exhibitions {
    padding: 30px 0;
  }
  .exhibitions__tiles {
    margin-top: 40px;
  }
  .home-sponsors {
    padding: 30px 0;
  }
  .home-sponsors__lead {
    margin-bottom: 50px;
  }
  .home-sponsors__lead br {
    display: none;
  }
  .home-sponsors__list {
    margin-top: 0;
  }
  .home-sponsors__list-li + .home-sponsors__list-li {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .home-about {
    padding: 35px 0;
  }
  .home-about p.lead {
    margin-bottom: 35px;
  }
  .home-about p + .lead {
    margin-top: 25px;
  }
  .home-about .getty-logo svg {
    width: 117px;
    height: 40px;
  }
  .home-about .bankofamerica-logo svg {
    width: 116px;
    height: 15px;
  }
  .home-about__title {
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: -1px;
  }
  .home-about__cta {
    font-size: 0;
    text-align: center;
  }
  .home-about__sponsors {
    margin-top: 30px;
  }
  .home-about__sponsors-li {
    font-size: 18px;
    margin: 0;
  }
  .home-about__sponsors-li + .home-about__sponsors-li {
    margin: 0;
  }
  .home-about__sponsors-li:first-child {
    margin: 0 0 5px 0;
    display: block;
  }
  .home-about__sponsors-li:last-child {
    margin-left: 30px;
  }
  .home-about__sponsors-link {
    vertical-align: middle;
    display: inline-block;
  }
  .home-about__graphic-left,
  .home-about__graphic-right {
    display: none;
  }
  .home-exhibitions {
    padding: 45px 0 40px 0;
  }
  .home-exhibitions__title {
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 35px;
  }
  .home-exhibitions__lead {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 35px;
  }
  .home-exhibitions__lead br {
    display: none;
  }
  .home-participants {
    padding: 35px 0 25px 0;
  }
  .home-participants__title {
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 25px;
  }
  .home-participants__lead {
    line-height: 1.9;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .home-participants__lead br {
    display: none;
  }
  .home-participants__accordion-item {
    padding: 14px 0;
  }
  .home-participants__accordion-item + .home-participants__accordion-item {
    border-top: 1px solid #515151;
  }
  .home-participants__accordion-toggler {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    padding-right: 30px;
    position: relative;
  }
  .home-participants__accordion-toggler svg {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    fill: #fff;
    transition: all 200ms;
  }
  .home-participants__accordion-toggler.active svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .home-participants__accordion-content {
    display: none;
  }
  .home-participants__accordion-content.active {
    display: block;
  }
  .home-participants__accordion-list {
    padding: 1px 0 1px 0;
    margin: 0;
  }
  .home-participants__accordion-list-li {
    margin: 8px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 0;
  }
  .home-participants__accordion-link {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    text-decoration: underline;
  }
  .home-sponsors {
    padding: 35px 0;
  }
  .home-sponsors .getty-logo svg {
    width: 117px;
    height: 40px;
  }
  .home-sponsors .bankofamerica-logo svg {
    width: 116px;
    height: 15px;
  }
  .home-sponsors .home-sponsors__list-li {
    margin: 0;
  }
  .home-sponsors .home-sponsors__list-li + .home-sponsors__list-li {
    margin-left: 30px;
  }
  .home-sponsors__title {
    font-size: 30px;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 30px;
  }
  .home-sponsors__lead {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .home-sponsors__lead br {
    display: none;
  }
  .home-sponsors__list {
    margin-top: 0;
  }
}
.HomePage {
  overflow-x: hidden;
}
.home-landing {
  position: relative;
  height: 100vh;
}
.home-landing .container {
  position: relative;
}
.home-landing__video-container {
  box-shadow: 10px 17px 60px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
}
.home-landing__video-container .play-btn {
  font-size: 110px;
  line-height: 125px;
  color: #fff;
  text-align: center;
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -55px;
  margin-left: -55px;
  text-shadow: 5px 9px 40px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 100;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: opacity 400ms;
}
.home-landing__video-container .play-btn.fade-out {
  opacity: 0;
}
.home-landing__video-container-snapshot {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: opacity 1000ms;
}
.home-landing__video-container-snapshot.fade-out {
  opacity: 0;
}
.home-landing__video-loop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 25;
}
.home-landing__video-loop .vjs-loading-spinner {
  display: none;
  opacity: 0;
}
.home-landing__video-responsive-wrapper {
  padding-right: 5.5%;
}
.home-landing__video-full-hidden {
  height: 0;
  width: 0;
  overflow: hidden;
}
.home-landing__video-full {
  position: relative;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
}
.home-landing__title {
  font-size: 120px;
  font-weight: 700;
  color: #000;
  letter-spacing: -5px;
  line-height: 0.9;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 40px;
  z-index: 100;
}
.home-landing__subtitle {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0;
}
.home-landing__lead {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.home-landing__footer {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.home-landing__video-wrapper,
.home-landing__footer {
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .home-landing__title {
    font-size: 5.7vw;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .home-landing__title {
    font-size: 5.7vw;
    line-height: 0.95;
    letter-spacing: -3px;
  }
  .home-landing__video-responsive-wrapper {
    padding-right: 5.5%;
  }
  .home-landing__video-container .play-btn {
    font-size: 5.7vw;
  }
  .home-landing__footer {
    bottom: 30px;
  }
  .home-landing__subtitle {
    font-size: 16px;
    line-height: 1.3;
  }
  .home-landing__lead br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home-landing {
    height: auto;
    padding: 135px 0;
  }
  .home-landing__title {
    font-size: 45px;
    letter-spacing: -3px;
  }
  .home-landing__subtitle {
    font-size: 14px;
  }
  .home-landing__video-responsive-wrapper {
    padding-right: 5.5%;
  }
  .home-landing__video-container .play-btn {
    font-size: 65px;
  }
  .home-landing__video-container::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
    z-index: 75;
  }
  .home-landing__video-container:active::after {
    opacity: 1;
  }
  .home-landing__video-container .play-btn {
    pointer-events: none;
  }
  .home-landing__video-container-snapshot {
    pointer-events: none;
    transition: opacity 1000ms;
  }
  .home-landing__video-container-snapshot.fade-out {
    opacity: 0;
  }
  .home-landing__video-loop {
    display: none;
  }
  .home-landing__video-full-hidden {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 25;
  }
  .home-landing__lead {
    font-size: 12px;
    padding-right: 10%;
  }
  .home-landing__lead br {
    display: none;
  }
  .home-landing__footer {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home-landing {
    padding-top: 95px;
    padding-bottom: 35px;
    height: auto;
  }
  .home-landing__title {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -3px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 20px;
    margin-top: -71px;
    position: relative;
    z-index: 100;
    top: auto;
    left: auto;
    bottom: auto;
  }
  .home-landing__subtitle {
    margin-bottom: 20px;
  }
  .home-landing__footer {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }
  .home-landing__footer .container {
    padding-left: 0;
    padding-right: 0;
  }
  .home-landing__video-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  .home-landing__video-wrapper .row {
    margin-left: 0;
    margin-right: 0;
  }
  .home-landing__video-wrapper [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .home-landing__video-container .play-btn {
    pointer-events: none;
  }
  .home-landing__video-container::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
    z-index: 75;
  }
  .home-landing__video-container:active::after {
    opacity: 1;
  }
  .home-landing__video-loop {
    display: none;
  }
  .home-landing__video-container-snapshot {
    pointer-events: none;
  }
  .home-landing__video-container-snapshot.fade-out {
    opacity: 0;
  }
  .home-landing__video-full-hidden {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 25;
  }
  .home-landing__video-responsive-wrapper {
    padding-right: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .home-landing {
    padding-top: 60px;
  }
}
@media (max-width: 350px) {
  .home-landing__title {
    font-size: 41px;
  }
}
.home-landing__layout-reset .home-landing {
  height: auto;
  padding: 10% 0;
}
.home-landing__layout-reset .home-landing__video-wrapper,
.home-landing__layout-reset .home-landing__footer {
  width: 100%;
}
.home-landing__layout-reset .scroll-for-more {
  top: 90vh;
}
@media (min-width: 1025px) and (max-width: 1280px) and (min-height: 600px) and (max-height: 799px) {
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 140vh;
  }
  .home-landing__lead {
    font-size: 12px;
  }
  .home-landing__lead br {
    display: none;
  }
  .home-landing__subtitle {
    font-size: 13px;
    line-height: 1.4;
  }
  .home-landing__footer .col-md-3 {
    width: 16.66666667%;
  }
  .home-landing__footer .col-md-6 {
    width: 58.33333333%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) and (max-height: 599px) {
  .home-landing {
    height: auto;
    padding: 10% 0;
  }
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 100%;
  }
  .scroll-for-more {
    top: 90vh;
  }
  .home-landing {
    padding: 15% 0;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) and (min-height: 650px) and (max-height: 850px) {
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 135vh;
  }
  .home-landing__lead {
    font-size: 12px;
  }
  .home-landing__lead br {
    display: none;
  }
  .home-landing__subtitle {
    font-size: 14px;
    line-height: 1.4;
  }
  .home-landing__footer .col-md-3 {
    width: 16.66666667%;
  }
  .home-landing__footer .col-md-6 {
    width: 58.33333333%;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) and (max-height: 649px) {
  .home-landing {
    height: auto;
    padding: 10% 0;
  }
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 100%;
  }
  .scroll-for-more {
    top: 90vh;
  }
}
@media (min-width: 1367px) and (max-width: 1567px) and (min-height: 650px) and (max-height: 950px) {
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 135vh;
  }
  .home-landing__lead {
    font-size: 13px;
  }
  .home-landing__lead br {
    display: none;
  }
  .home-landing__subtitle {
    font-size: 15px;
    line-height: 1.4;
  }
  .home-landing__footer .col-md-3 {
    width: 16.66666667%;
  }
  .home-landing__footer .col-md-6 {
    width: 58.33333333%;
  }
}
@media (min-width: 1367px) and (max-width: 1567px) and (max-height: 649px) {
  .home-landing {
    height: auto;
    padding: 10% 0;
  }
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 100%;
  }
  .scroll-for-more {
    top: 90vh;
  }
}
@media (min-width: 1568px) and (max-width: 1768px) and (min-height: 700px) and (max-height: 1025px) {
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 135vh;
  }
  .home-landing__lead {
    font-size: 13px;
  }
  .home-landing__lead br {
    display: none;
  }
  .home-landing__subtitle {
    font-size: 15px;
    line-height: 1.4;
  }
  .home-landing__footer .col-md-3 {
    width: 16.66666667%;
  }
  .home-landing__footer .col-md-6 {
    width: 58.33333333%;
  }
}
@media (min-width: 1568px) and (max-width: 1768px) and (max-height: 699px) {
  .home-landing {
    height: auto;
    padding: 10% 0;
  }
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 100%;
  }
  .scroll-for-more {
    top: 90vh;
  }
}
@media (min-width: 1769px) and (max-width: 1919px) and (min-height: 725px) and (max-height: 1079px) {
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 145vh;
  }
  .home-landing__lead br {
    display: none;
  }
  .home-landing__footer .col-md-3 {
    width: 16.66666667%;
  }
  .home-landing__footer .col-md-6 {
    width: 58.33333333%;
  }
}
@media (min-width: 1769px) and (max-width: 1919px) and (max-height: 724px) {
  .home-landing {
    height: auto;
    padding: 10% 0;
  }
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 100%;
  }
  .scroll-for-more {
    top: 90vh;
  }
}
@media (min-width: 1920px) and (max-width: 1975px) and (min-height: 800px) and (max-height: 1005px) {
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 145vh;
  }
  .home-landing__lead br {
    display: none;
  }
}
@media (min-width: 1920px) and (max-width: 1975px) and (max-height: 799px) {
  .home-landing {
    height: auto;
    padding: 10% 0;
  }
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 100%;
  }
  .scroll-for-more {
    top: 90vh;
  }
}
@media (min-width: 1976px) and (max-width: 2200px) and (min-height: 800px) and (max-height: 1200px) {
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 145vh;
  }
  .home-landing__lead br {
    display: none;
  }
}
@media (min-width: 1976px) and (max-width: 2200px) and (max-height: 799px) {
  .home-landing {
    height: auto;
    padding: 10% 0;
  }
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 100%;
  }
  .scroll-for-more {
    top: 90vh;
  }
}
@media (min-width: 2201px) and (max-width: 2559px) and (min-height: 800px) and (max-height: 1350px) {
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 145vh;
  }
  .home-landing__lead br {
    display: none;
  }
}
@media (min-width: 2201px) and (max-width: 2559px) and (max-height: 799px) {
  .home-landing {
    height: auto;
    padding: 10% 0;
  }
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 100%;
  }
  .scroll-for-more {
    top: 90vh;
  }
}
@media (min-width: 2560px) and (max-width: 2600px) and (min-height: 850px) and (max-height: 1350px) {
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 145vh;
  }
  .home-landing__lead br {
    display: none;
  }
}
@media (min-width: 2560px) and (max-width: 2600px) and (max-height: 849px) {
  .home-landing {
    height: auto;
    padding: 10% 0;
  }
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 100%;
  }
  .scroll-for-more {
    top: 90vh;
  }
}
@media (min-width: 2561px) and (max-width: 3000px) and (min-height: 850px) and (max-height: 1525px) {
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 150vh;
  }
  .home-landing__lead br {
    display: none;
  }
}
@media (min-width: 2561px) and (max-width: 3000px) and (max-height: 849px) {
  .home-landing {
    height: auto;
    padding: 10% 0;
  }
  .home-landing__video-wrapper,
  .home-landing__footer {
    width: 100%;
  }
  .scroll-for-more {
    top: 90vh;
  }
}
.about-landing {
  padding: 0 0 70px 0;
  background-color: #fff;
  overflow: hidden;
}
.about-landing .container {
  position: relative;
}
.about-landing__header {
  padding-top: 275px;
  margin-bottom: 320px;
  position: relative;
  z-index: 100;
}
.about-landing__title {
  font-weight: 700;
  font-size: 140px;
  line-height: 0.92;
  text-transform: none;
  color: #000;
  letter-spacing: -8px;
  margin-bottom: 0;
  opacity: 0;
}
#SiteMain {
  position: relative;
}
.about-landing__lead {
  line-height: 1.75;
  margin-bottom: 0;
  position: relative;
  z-index: 150;
  opacity: 0;
}
.about-landing__image-lg,
.about-landing__image-md,
.about-landing__image-sm {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 10px 17px 60px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
}
.about-landing__image-lg {
  width: 640px;
  height: 802px;
}
.about-landing__image-md {
  width: 594px;
  height: 396px;
  position: absolute;
  right: -445px;
  top: 170px;
}
.about-landing__image-sm {
  width: 422px;
  height: 306px;
  position: absolute;
  left: -290px;
  bottom: -100px;
}
.about-landing__images {
  position: absolute;
  width: 640px;
  height: 802px;
  top: 140px;
  left: 50%;
  margin-left: -320px;
  z-index: 0;
}
.about-past-initiatives {
  background-color: #e5e5e5;
  padding: 80px 0 80px 0;
  position: relative;
}
.about-past-initiatives__title {
  margin-bottom: 50px;
}
.about-past-initiatives__subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  margin-bottom: 25px;
}
.about-past-initiatives__lead {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.about-past-initiatives__btn-container {
  font-size: 0;
}
@media (min-width: 2100px) {
  .about-landing__lead {
    padding-left: 5%;
  }
}
@media (min-width: 2800px) {
  .about-landing__lead {
    padding-left: 10%;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .about-landing__header {
    padding-top: 185px;
  }
  .about-landing__images {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    top: 50px;
    left: 45%;
  }
  .about-landing .col-lg-5 {
    width: 66.66666667%;
  }
  .about-landing .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .about-landing__title {
    font-size: 100px;
    letter-spacing: -5px;
  }
  .about-landing__images {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-landing {
    overflow: hidden;
  }
  .about-landing__title {
    font-size: 100px;
    letter-spacing: -5px;
  }
  .about-landing__lead {
    font-size: 14px;
  }
  .about-landing__title {
    font-size: 90px;
    letter-spacing: -4px;
  }
  .about-landing__header {
    padding-top: 150px;
  }
  .about-landing__images {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
    top: 10px;
    left: 45%;
  }
  .about-past-initiatives {
    padding: 35px 0;
  }
  .about-past-initiatives__title {
    font-size: 45px;
    letter-spacing: -2px;
    margin-bottom: 25px;
  }
  .about-past-initiatives__subtitle {
    font-size: 18px;
    line-height: 1.4;
  }
  .about-past-initiatives__lead {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .about-landing {
    padding-bottom: 35px;
  }
  .about-landing .container {
    overflow: hidden;
  }
  .about-landing__header {
    margin-bottom: 0;
    padding-top: 350px;
  }
  .about-landing__title {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 20px;
    position: static;
  }
  .about-landing__lead {
    font-size: 14px;
    position: static;
  }
  .about-landing__title {
    font-size: 90px;
    letter-spacing: -4px;
  }
  .about-landing__header {
    padding-top: 340px;
  }
  .about-landing__images {
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
    top: -210px;
    left: 45%;
  }
  .about-landing__title {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 20px;
    position: static;
  }
  .about-past-initiatives {
    padding: 40px 0 10px 0;
  }
  .about-past-initiatives__title {
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 30px;
  }
  .about-past-initiatives__subtitle {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .about-past-initiatives__lead {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .about-past-initiatives__btn-container {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .about-landing__title {
    position: absolute;
    top: 90px;
  }
}
.press-room-landing {
  background-color: #fff;
  padding: 175px 0 80px 0;
}
.press-room-landing__title {
  font-weight: 700;
  font-size: 140px;
  line-height: 0.92;
  text-transform: none;
  color: #000;
  letter-spacing: -8px;
  margin-bottom: 45px;
}
.press-room-landing__subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  margin-bottom: 45px;
}
.press-room-landing__lead {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 65px;
  letter-spacing: 0;
}
.press-room-landing__contact {
  margin-bottom: 30px;
}
.press-room-landing__image-bank-info {
  font-size: 0;
}
.press-room-landing__image-bank-info p {
  font-size: 18px;
  margin-bottom: 50px;
}
.press-room-landing__image-bank-btn-container {
  font-size: 0;
}
.press-room-landing__contact-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  margin-bottom: 2px;
}
.press-room-landing__contact-info {
  font-size: 18px;
  margin-bottom: 0;
}
.press-room-background-info {
  background-color: #e5e5e5;
  padding: 75px 0 60px 0;
}
.press-room-background-info__title {
  font-size: 48px;
  color: #000;
  letter-spacing: -2px;
  margin-bottom: 70px;
}
.press-room-background-info__download-row:nth-child(odd) {
  background-color: #d9d9d9;
}
.press-room-background-info__download {
  width: 910px;
  margin: 0 auto;
}
.press-room-background-info__download:before,
.press-room-background-info__download:after {
  content: " ";
  display: table;
}
.press-room-background-info__download:after {
  clear: both;
}
.press-room-background-info__download:before,
.press-room-background-info__download:after {
  content: " ";
  display: table;
}
.press-room-background-info__download:after {
  clear: both;
}
.press-room-background-info__download-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  padding: 14px 0 10px 0;
  max-width: 625px;
  float: left;
}
.press-room-background-info__download-right {
  padding-top: 18px;
  float: right;
}
.press-room-background-info__download-right:before,
.press-room-background-info__download-right:after {
  content: " ";
  display: table;
}
.press-room-background-info__download-right:after {
  clear: both;
}
.press-room-background-info__download-right:before,
.press-room-background-info__download-right:after {
  content: " ";
  display: table;
}
.press-room-background-info__download-right:after {
  clear: both;
}
.press-room-background-info__download-label {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-right: 50px;
  float: left;
}
.press-room-background-info__download-links {
  float: right;
}
.press-room-background-info__download-links:before,
.press-room-background-info__download-links:after {
  content: " ";
  display: table;
}
.press-room-background-info__download-links:after {
  clear: both;
}
.press-room-background-info__download-links:before,
.press-room-background-info__download-links:after {
  content: " ";
  display: table;
}
.press-room-background-info__download-links:after {
  clear: both;
}
.press-room-background-info__download-links-li {
  float: left;
}
.press-room-background-info__download-links-li + .press-room-background-info__download-links-li {
  margin-left: 14px;
}
.press-room-background-info__download-link {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #000;
  position: relative;
  display: block;
}
.press-room-background-info__download-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  transition: background-color 200ms;
}
.press-room-background-info__download-link:hover,
.press-room-background-info__download-link:focus {
  color: #fc2a47;
}
.press-room-background-info__download-link:hover::after,
.press-room-background-info__download-link:focus::after {
  background-color: #fc2a47;
}
.press-room-releases {
  background-color: #fff;
  padding: 75px 0 70px 0;
}
.press-room-releases__title {
  font-size: 48px;
  color: #000;
  letter-spacing: -2px;
  margin-bottom: 65px;
}
.press-room-releases__press-release + .press-room-releases__press-release {
  margin-top: 65px;
}
.press-room-releases__press-release p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
}
.press-room-releases__press-release-label {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin-bottom: 2px;
}
.press-room-releases__press-release-title {
  font-size: 30px;
  color: #000;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 6px;
}
.press-room-releases__press-release-date {
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}
.press-room-releases__press-release-footer {
  margin-top: 10px;
}
.press-room-releases__press-release-footer:before,
.press-room-releases__press-release-footer:after {
  content: " ";
  display: table;
}
.press-room-releases__press-release-footer:after {
  clear: both;
}
.press-room-releases__press-release-footer:before,
.press-room-releases__press-release-footer:after {
  content: " ";
  display: table;
}
.press-room-releases__press-release-footer:after {
  clear: both;
}
.press-room-releases__press-release-more {
  font-size: 18px;
  font-weight: 700;
  float: left;
  position: relative;
}
.press-room-releases__press-release-more::after {
  content: '';
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  transition: background-color 200ms;
}
.press-room-releases__press-release-more:hover,
.press-room-releases__press-release-more:focus {
  color: #fc2a47;
}
.press-room-releases__press-release-more:hover::after,
.press-room-releases__press-release-more:focus::after {
  background-color: #fc2a47;
}
.press-room-releases__press-release-download {
  float: right;
}
.press-room-releases__press-release-download:before,
.press-room-releases__press-release-download:after {
  content: " ";
  display: table;
}
.press-room-releases__press-release-download:after {
  clear: both;
}
.press-room-releases__press-release-download:before,
.press-room-releases__press-release-download:after {
  content: " ";
  display: table;
}
.press-room-releases__press-release-download:after {
  clear: both;
}
.press-room-releases__press-release-download-label {
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-right: 14px;
}
.press-room-releases__press-release-download-links {
  float: right;
}
.press-room-releases__press-release-download-links:before,
.press-room-releases__press-release-download-links:after {
  content: " ";
  display: table;
}
.press-room-releases__press-release-download-links:after {
  clear: both;
}
.press-room-releases__press-release-download-links:before,
.press-room-releases__press-release-download-links:after {
  content: " ";
  display: table;
}
.press-room-releases__press-release-download-links:after {
  clear: both;
}
.press-room-releases__press-release-download-links-li {
  float: left;
  min-width: 23px;
}
.press-room-releases__press-release-download-links-li + .press-room-releases__press-release-download-links-li {
  margin-left: 12px;
}
.press-room-releases__press-release-download-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  display: block;
  position: relative;
}
.press-room-releases__press-release-download-link::after {
  content: '';
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  transition: background-color 200ms;
}
.press-room-releases__press-release-download-link:hover,
.press-room-releases__press-release-download-link:focus {
  color: #fc2a47;
}
.press-room-releases__press-release-download-link:hover::after,
.press-room-releases__press-release-download-link:focus::after {
  background-color: #fc2a47;
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .press-room-background-info__download {
    width: 943px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .press-room-landing__title {
    font-size: 60px;
    letter-spacing: -2px;
    margin-bottom: 25px;
  }
  .press-room-landing__subtitle {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .press-room-landing__contact-name {
    font-size: 16px;
  }
  .press-room-landing__contact-info {
    font-size: 14px;
  }
  .press-room-landing__contact-note {
    font-size: 14px;
  }
  .press-room-landing__contact-note br {
    display: none;
  }
  .press-room-landing__lead br {
    display: none;
  }
  .press-room-background-info {
    padding: 35px 0;
  }
  .press-room-background-info__title {
    font-size: 45px;
    letter-spacing: -1px;
    margin-bottom: 35px;
  }
  .press-room-landing__image-bank-info p {
    font-size: 14px;
  }
  .press-room-background-info__download-title {
    font-size: 20px;
  }
  .press-room-background-info__download-right {
    padding-top: 10px;
  }
  .press-room-background-info__download {
    width: 100%;
    padding: 0 20px;
  }
  .press-room-releases {
    padding: 35px 0;
  }
  .press-room-releases__title {
    font-size: 45px;
    letter-spacing: -1px;
    margin-bottom: 25px;
  }
  .press-room-releases__press-release-title {
    font-size: 25px;
  }
  .press-room-releases__press-release p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .press-room-releases__press-release-download-links-li {
    min-width: 0;
  }
  .press-room-landing {
    padding: 115px 0 40px 0;
  }
  .press-room-landing__title {
    font-size: 48px;
    letter-spacing: -3px;
    margin-bottom: 50px;
  }
  .press-room-landing__lead {
    line-height: 1.45;
    letter-spacing: -1px;
    margin-bottom: 45px;
  }
  .press-room-landing__lead br {
    display: none;
  }
  .press-room-landing__subtitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .press-room-landing__contact {
    margin-bottom: 15px;
  }
  .press-room-landing__contact-name {
    font-size: 14px;
  }
  .press-room-landing__contact-info {
    font-size: 14px;
  }
  .press-room-landing__contact-note {
    font-size: 14px;
  }
  .press-room-landing__contact-note br {
    display: none;
  }
  .press-room-landing__image-bank-info {
    margin-top: 35px;
  }
  .press-room-landing__image-bank-info p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .press-room-landing__image-bank-btn-container {
    text-align: center;
  }
  .press-room-background-info {
    padding: 40px 0 15px 0;
  }
  .press-room-background-info__title {
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 40px;
  }
  .press-room-background-info__download {
    padding: 20px;
    width: 100%;
  }
  .press-room-background-info__download-title {
    font-size: 18px;
    padding: 0;
    float: none;
    max-width: inherit;
  }
  .press-room-background-info__download-right {
    padding-top: 5px;
    float: none;
  }
  .press-room-background-info__download-label {
    font-size: 14px;
    width: 90px;
    float: left;
    margin-right: 0;
  }
  .press-room-background-info__download-links {
    float: left;
  }
  .press-room-background-info__download-links-li + .press-room-background-info__download-links-li {
    margin-left: 10px;
  }
  .press-room-background-info__download-link {
    font-size: 14px;
  }
  .press-room-releases {
    padding: 40px 0 35px 0;
  }
  .press-room-releases__press-release + .press-room-releases__press-release {
    margin-top: 35px;
  }
  .press-room-releases__title {
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 35px;
  }
  .press-room-releases__press-release p {
    font-size: 14px;
  }
  .press-room-releases__press-release-label {
    margin-bottom: 8px;
  }
  .press-room-releases__press-release-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .press-room-releases__press-release-date {
    margin-bottom: 10px;
  }
  .press-room-releases__press-release-date {
    font-size: 14px;
  }
  .press-room-releases__press-release-more {
    font-size: 14px;
    float: none;
  }
  .press-room-releases__press-release-download {
    float: none;
    margin-top: 15px;
  }
  .press-room-releases__press-release-download-label {
    font-size: 14px;
    margin-right: 10px;
  }
  .press-room-releases__press-release-download-links {
    float: left;
  }
  .press-room-releases__press-release-download-link {
    font-size: 14px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .press-room-landing {
    padding: 80px 0 40px 0;
  }
}
.exhibition-feature {
  padding: 0;
  position: relative;
  margin-top: 160px;
}
.exhibition-feature__slideshow {
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.exhibition-feature__slideshow .swiper-wrapper {
  min-width: 1680px;
  margin: 0 auto;
}
.exhibition-feature__slide-container {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 100vh;
  width: 1920px;
}
.exhibition-feature__slide {
  -webkit-align-self: center;
  align-self: center;
  position: relative;
  display: block;
}
.exhibition-feature__slide-img {
  box-shadow: 10px 17px 60px 0px rgba(0, 0, 0, 0.25);
  display: block;
  margin: 0 auto;
}
.exhibition-feature__slide-img:nth-child(2) {
  position: absolute;
  left: -135px;
  bottom: 60px;
}
.exhibition-feature__slide-img:nth-child(3) {
  position: absolute;
  right: -136px;
  top: 136px;
}
.exhibition-feature__slide-control {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -15px auto 0 auto;
  width: 1530px;
  height: 30px;
}
.exhibition-feature__slide-left,
.exhibition-feature__slide-right {
  background: none;
  width: 51px;
  height: 30px;
  margin-top: -15px;
  z-index: 50;
}
.exhibition-feature__slide-left svg,
.exhibition-feature__slide-right svg {
  fill: #000;
  transition: fill 200ms;
}
.exhibition-feature__slide-left:hover svg,
.exhibition-feature__slide-right:hover svg {
  fill: #fc2a47;
}
.exhibition-feature__video-overlay {
  box-shadow: 10px 17px 60px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.exhibition-feature__video.video-js .vjs-control-bar {
  top: 15px;
  bottom: auto;
}
.exhibition-feature__video-play-icon {
  font-size: 110px;
  line-height: 125px;
  color: #fff;
  text-align: center;
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -55px;
  margin-left: -55px;
  text-shadow: 5px 9px 40px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
  z-index: 75;
}
.exhibition-feature__footer {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
}
.exhibition-feature__footer .container {
  position: relative;
}
.exhibition-feature__footer .scroll-for-more {
  right: -20px;
}
.exhibition-detail-image {
  margin: 40px;
  height: 540px;
  text-align: center;
}
.exhibit-title {
  font-weight: 700;
  font-size: 48px;
  margin: 0;
}
.exhibition-feature__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 0.92;
  text-transform: none;
  color: #000;
  letter-spacing: -8px;
  margin-bottom: 0;
  position: absolute;
  left: 175px;
  bottom: 125px;
}
.exhibition-feature__subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  margin-bottom: 0;
}
.exhibition-feature__lead {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0;
}
.exhibition-info {
  background-color: #fff;
  padding: 35px 0 0 0;
  position: relative;
}
.exhibition-info p {
  font-size: 14px;
  line-height: 1.8;
}
.exhibition-info p + .btn {
  margin-top: 30px;
}
.exhibition-info__bio {
  padding-bottom: 40px;
}
.exhibition-info__title {
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 0;
}
.exhibition-info__date {
  margin-bottom: 0;
  margin-top: 0;
}
.exhibition-info__participant-name {
  margin-bottom: 0;
}
.exhibition-info__participant-address {
  margin-bottom: 0;
  margin-top: 0;
}
.exhibition-info__event-hours {
  margin-bottom: 25px;
}
.exhibition-info__event-hours-li {
  font-size: 14px;
  line-height: 1.8;
}
.exhibition-info__event-hours-li:before,
.exhibition-info__event-hours-li:after {
  content: " ";
  display: table;
}
.exhibition-info__event-hours-li:after {
  clear: both;
}
.exhibition-info__event-hours-li:before,
.exhibition-info__event-hours-li:after {
  content: " ";
  display: table;
}
.exhibition-info__event-hours-li:after {
  clear: both;
}
.exhibition-info__event-hours-day {
  width: 135px;
  float: left;
}
.exhibition-info__event-hours-time {
  width: 135px;
  float: right;
}
.exhibition-info__footer {
  border-top: 5px solid #f2f2f2;
  padding: 30px 0;
}
.exhibition-info__footer:before,
.exhibition-info__footer:after {
  content: " ";
  display: table;
}
.exhibition-info__footer:after {
  clear: both;
}
.exhibition-info__footer:before,
.exhibition-info__footer:after {
  content: " ";
  display: table;
}
.exhibition-info__footer:after {
  clear: both;
}
.exhibition-info__footer-prev,
.exhibition-info__footer-next {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.exhibition-info__footer-prev svg,
.exhibition-info__footer-next svg {
  vertical-align: middle;
}
.exhibition-info__footer-prev:hover,
.exhibition-info__footer-next:hover,
.exhibition-info__footer-prev:focus,
.exhibition-info__footer-next:focus {
  color: #fc2a47;
}
.exhibition-info__footer-prev:hover svg,
.exhibition-info__footer-next:hover svg,
.exhibition-info__footer-prev:focus svg,
.exhibition-info__footer-next:focus svg {
  fill: #fc2a47;
}
.exhibition-info__footer-prev {
  float: left;
}
.exhibition-info__footer-prev svg {
  margin-right: 12px;
}
.exhibition-info__footer-next {
  float: right;
}
.exhibition-info__footer-next svg {
  margin-left: 12px;
}
.exhibition-info__social-container {
  position: relative;
  margin-bottom: 40px;
}
.exhibition-info__social-container p {
  margin-bottom: 0;
}
.exhibition-info__social {
  width: 290px;
  position: absolute;
  right: 0;
  bottom: -2px;
}
.exhibition-info__social:before,
.exhibition-info__social:after {
  content: " ";
  display: table;
}
.exhibition-info__social:after {
  clear: both;
}
.exhibition-info__social:before,
.exhibition-info__social:after {
  content: " ";
  display: table;
}
.exhibition-info__social:after {
  clear: both;
}
.exhibition-info__social-label {
  font-style: 14px;
  font-weight: 700;
  line-height: 32px;
  color: #000;
  float: left;
}
.exhibition-info__social-links {
  float: right;
}
.exhibition-info__social-links:before,
.exhibition-info__social-links:after {
  content: " ";
  display: table;
}
.exhibition-info__social-links:after {
  clear: both;
}
.exhibition-info__social-links:before,
.exhibition-info__social-links:after {
  content: " ";
  display: table;
}
.exhibition-info__social-links:after {
  clear: both;
}
.exhibition-info__social-links-li {
  float: left;
}
.exhibition-info__social-links-li + .exhibition-info__social-links-li {
  margin-left: 20px;
}
.exhibition-info__social-link {
  display: block;
}
.exhibition-info__social-link svg {
  fill: #000;
  display: block;
}
.exhibition-info__social-link:hover svg,
.exhibition-info__social-link:focus svg {
  fill: #fc2a47;
}
.exhibition-info__google-map {
  padding-bottom: 56.25%;
  /* 16:9 */
  margin-bottom: 30px;
  box-shadow: 10px 17px 60px 0px rgba(0, 0, 0, 0.2);
}
.exhibition-info__google-map-links:before,
.exhibition-info__google-map-links:after {
  content: " ";
  display: table;
}
.exhibition-info__google-map-links:after {
  clear: both;
}
.exhibition-info__google-map-links:before,
.exhibition-info__google-map-links:after {
  content: " ";
  display: table;
}
.exhibition-info__google-map-links:after {
  clear: both;
}
.exhibition-info__google-map-links-li {
  float: left;
}
.exhibition-info__google-map-links-li + .exhibition-info__google-map-links-li {
  margin-left: 30px;
}
.exhibition-info__google-map-link {
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}
.exhibition-info__google-map-link:hover,
.exhibition-info__google-map-link:focus {
  color: #fc2a47;
}
.exhibition-info__google-map-link:hover span::after,
.exhibition-info__google-map-link:focus span::after {
  background-color: #fc2a47;
}
.exhibition-info__google-map-link:hover svg,
.exhibition-info__google-map-link:focus svg {
  fill: #fc2a47;
}
.exhibition-info__google-map-link span {
  display: inline-block;
  position: relative;
}
.exhibition-info__google-map-link span::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  transition: background-color 200ms;
}
.exhibition-info__google-map-link svg {
  vertical-align: middle;
  margin-left: 10px;
  fill: #000;
}
.exhibition-related {
  overflow: hidden;
  padding: 40px 0 80px 0;
  background-color: #e5e5e5;
}
.exhibition-related .container {
  position: relative;
}
.exhibition-related__tiles-container {
  margin: 0 auto;
}
.exhibition-related__title {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
}
.exhibition-related__tile {
  width: 25%;
  padding: 0 10px;
  float: left;
}
.exhibition-related__tile img {
  box-shadow: 10px 17px 60px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.exhibition-related__tiles-container {
  margin-left: -45px;
  margin-right: -45px;
}
.exhibition-related__slide {
  padding: 35px 35px 40px 35px;
}
.exhibition-related__slide:before,
.exhibition-related__slide:after {
  content: " ";
  display: table;
}
.exhibition-related__slide:after {
  clear: both;
}
.exhibition-related__slide:before,
.exhibition-related__slide:after {
  content: " ";
  display: table;
}
.exhibition-related__slide:after {
  clear: both;
}
.exhibition-related__slide-left,
.exhibition-related__slide-right {
  background: none;
  width: 51px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}
.exhibition-related__slide-left svg,
.exhibition-related__slide-right svg {
  fill: #000;
  transition: fill 200ms;
}
.exhibition-related__slide-left:hover svg,
.exhibition-related__slide-right:hover svg {
  fill: #fc2a47;
}
.exhibition-related__slide-left {
  left: -125px;
  z-index: 25;
}
.exhibition-related__slide-right {
  right: -125px;
  z-index: 25;
}
@media (min-width: 1440px) and (max-width: 1870px) {
  .exhibition-info__col {
    width: 100%;
  }
  .exhibition-info__social-container {
    margin-top: 25px;
  }
  .exhibition-info__social {
    position: static;
    margin-top: 25px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .exhibition-feature__title {
    left: 10px;
  }
  .exhibition-feature__slideshow .swiper-wrapper {
    min-width: inherit;
  }
  .exhibition-feature__slide-control {
    width: 1180px;
  }
  .exhibition-feature__slide-left {
    left: -40px;
  }
  .exhibition-feature__slide-right {
    right: -40px;
  }
  .exhibition-info .btn {
    font-size: 16px;
  }
  .exhibition-info__event-hours-time {
    width: 100px;
  }
  .exhibition-info__participant-svg-arrow {
    padding-top: 3px;
  }
  .exhibition-info__social {
    width: 255px;
  }
  .exhibition-related__slide-left {
    left: 20px;
  }
  .exhibition-related__slide-right {
    right: 20px;
  }
  .exhibition-info__social-container {
    margin-top: 25px;
  }
  .exhibition-info__social {
    position: static;
    margin-top: 25px;
  }
  .exhibition-info__google-map-links {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .exhibition-feature__video::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
    z-index: 75;
  }
  .exhibition-feature__video:active::after {
    opacity: 1;
  }
  .exhibition-feature__video-overlay {
    pointer-events: none;
    transition: opacity 1000ms;
  }
  .exhibition-feature__video-overlay.fade-out {
    opacity: 0;
  }
  .exhibition-related__slide-left {
    left: 20px;
  }
  .exhibition-related__slide-right {
    right: 20px;
  }
  .exhibition-info__social-container {
    margin-top: 25px;
  }
  .exhibition-info__social {
    position: static;
    margin-top: 25px;
  }
  .exhibition-info__google-map-links {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .exhibition-feature {
    padding-top: 0;
    padding-bottom: 35px;
    overflow: hidden;
  }
  .exhibition-feature__slide-container {
    height: 420px;
    width: 1680px;
  }
  .exhibition-feature__slide-left:hover svg,
  .exhibition-feature__slide-right:hover svg {
    fill: #000;
  }
  .exhibition-feature__title {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -1px;
    position: static;
    margin-bottom: 15px;
  }
  .exhibition-feature__subtitle {
    display: none;
  }
  .exhibition-feature__lead {
    margin-bottom: 5px;
  }
  .exhibition-feature__footer {
    left: auto;
    right: auto;
    bottom: auto;
    top: 0;
    margin-top: -110px;
    position: relative;
  }
  .exhibition-feature__video::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
    z-index: 75;
  }
  .exhibition-feature__video:active::after {
    opacity: 1;
  }
  .exhibition-feature__video-overlay {
    pointer-events: none;
  }
  .exhibition-info .btn {
    margin-top: 35px;
  }
  .exhibition-info__bio {
    padding-bottom: 0;
  }
  .exhibition-info__social {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
  .exhibition-info__google-map-container {
    margin-left: -20px;
    margin-right: -20px;
  }
  .exhibition-info__google-map {
    width: 100%;
  }
  .exhibition-info__google-map-links {
    font-size: 0;
    text-align: center;
    margin-bottom: 35px;
  }
  .exhibition-info__google-map-links-li {
    float: none;
    display: inline-block;
  }
  .exhibition-info__google-map-links-li + .exhibition-info__google-map-links-li {
    margin-left: 50px;
  }
  .exhibition-info__footer {
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 20px;
  }
  .exhibition-info__footer-prev,
  .exhibition-info__footer-next {
    line-height: 17px;
    font-size: 14px;
  }
  .exhibition-info__footer-prev:before,
  .exhibition-info__footer-next:before,
  .exhibition-info__footer-prev:after,
  .exhibition-info__footer-next:after {
    content: " ";
    display: table;
  }
  .exhibition-info__footer-prev:after,
  .exhibition-info__footer-next:after {
    clear: both;
  }
  .exhibition-info__footer-prev:before,
  .exhibition-info__footer-next:before,
  .exhibition-info__footer-prev:after,
  .exhibition-info__footer-next:after {
    content: " ";
    display: table;
  }
  .exhibition-info__footer-prev:after,
  .exhibition-info__footer-next:after {
    clear: both;
  }
  .exhibition-info__footer-prev svg,
  .exhibition-info__footer-next svg {
    float: left;
    width: 28px;
    height: 17px;
  }
  .exhibition-info__footer-prev span,
  .exhibition-info__footer-next span {
    float: left;
  }
  .exhibition-related {
    padding: 35px 0 0 0;
  }
  .exhibition-related .container {
    padding-right: 0;
    padding-left: 0;
  }
  .exhibition-related__tiles-container {
    margin-left: 0;
    margin-right: 0;
  }
  .exhibition-related__title {
    font-size: 24px;
  }
  .exhibition-related__tiles-container {
    width: 100%;
  }
  .exhibition-related__tiles {
    padding: 0 10px;
  }
  .exhibition-related__slide {
    font-size: 0;
    text-align: center;
  }
  .exhibition-related__tile {
    width: 156px;
    float: none;
    display: inline-block;
  }
  .exhibition-related__tile:nth-child(3),
  .exhibition-related__tile:nth-child(4) {
    display: none;
  }
  .exhibition-related__slide {
    padding: 35px 10px 40px 10px;
  }
  .exhibition-related__slide-right,
  .exhibition-related__slide-left {
    width: 28px;
    height: 17px;
    margin-top: -9px;
    z-index: 25;
  }
  .exhibition-related__slide-right svg,
  .exhibition-related__slide-left svg {
    width: 28px;
    height: 17px;
  }
  .exhibition-related__slide-right {
    right: 40px;
  }
  .exhibition-related__slide-left {
    left: 40px;
  }
}
@media (max-width: 374px) {
  .exhibition-related__title {
    font-size: 21px;
  }
  .exhibition-related__tile {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .exhibit-title {
    font-size: 30px;
  }
  .exhibition-feature__lead {
    margin-top: 20px;
  }
  .exhibition-detail-image {
    height: auto;
  }
}
@media (max-width: 320px) {
  .exhibition-detail-image {
    height: auto;
  }
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes slideUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.mobile-menu__toggle {
  -webkit-align-self: center;
  align-self: center;
  margin-left: 22px;
  cursor: pointer;
  display: none;
}
.mobile-menu__toggle svg {
  display: block;
  pointer-events: none;
}
.mobile-menu__body-lock {
  overflow: hidden;
}
.mobile-menu {
  background-color: rgba(255, 37, 65, 0.93);
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 900;
  padding: 15px 0;
  display: none;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu.mobile-menu-hiding .transition-container {
  -webkit-animation: slideUp 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: slideUp 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.mobile-menu .transition-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: slideDown 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: slideDown 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.mobile-menu .site-logo svg {
  fill: #fff;
}
.mobile-menu .site-lang-nav__li {
  color: #fff;
}
.mobile-menu .site-lang-nav__link {
  color: #fff;
}
.mobile-menu .site-lang-nav__link::after {
  background-color: #fff;
}
.mobile-menu__header {
  height: 95px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 0 30px 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mobile-menu__footer {
  height: 95px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.mobile-menu__footer-links {
  -webkit-align-self: center;
  align-self: center;
  padding: 0;
  margin: 0;
}
.mobile-menu__footer-links-li {
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
.mobile-menu__footer-links-li + .mobile-menu__footer-links-li {
  margin-top: 8px;
}
.mobile-menu__footer-link {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  transition: color 200ms;
}
.mobile-menu__footer-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 1px;
  transition: background-color 200ms;
}
.mobile-menu__footer-link:hover,
.mobile-menu__footer-link:focus {
  color: #000;
}
.mobile-menu__footer-link:hover::after,
.mobile-menu__footer-link:focus::after {
  background-color: #000;
}
.mobile-menu__links {
  margin: 0;
  padding: 0 25px 0 50px;
}
.mobile-menu__links-li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.mobile-menu__links-li + .mobile-menu__links-li {
  margin-top: 18px;
}
.mobile-menu__links-li.active .mobile-menu__link {
  color: #000;
}
.mobile-menu__links-li.active .mobile-menu__link::after {
  opacity: 1;
}
.mobile-menu__link {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  color: #fff;
  margin-left: 20px;
  position: relative;
  display: inline-block;
}
.mobile-menu__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #000;
  opacity: 0;
  transition: opacity 200ms;
}
.mobile-menu__link span {
  font-size: 18px;
  position: absolute;
  top: 4px;
  left: -20px;
}
.mobile-menu__link:hover,
.mobile-menu__link:focus {
  color: #000;
}
.mobile-menu__link.mobile-menu__link--active {
  color: #000;
}
.mobile-menu__link.mobile-menu__link--active::after {
  opacity: 1;
}
.mobile-menu__social-nav {
  margin: 0;
  padding: 0;
  margin-left: auto;
  -webkit-align-self: center;
  align-self: center;
}
.mobile-menu__social-nav:before,
.mobile-menu__social-nav:after {
  content: " ";
  display: table;
}
.mobile-menu__social-nav:after {
  clear: both;
}
.mobile-menu__social-nav:before,
.mobile-menu__social-nav:after {
  content: " ";
  display: table;
}
.mobile-menu__social-nav:after {
  clear: both;
}
.mobile-menu__social-nav-li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.mobile-menu__social-nav-li + .mobile-menu__social-nav-li {
  margin-left: 20px;
}
.mobile-menu__social-nav-link {
  display: inline-block;
  vertical-align: middle;
}
.mobile-menu__social-nav-link svg {
  fill: #fff;
  display: block;
  transition: fill 200ms;
}
.mobile-menu__social-nav-link:hover svg,
.mobile-menu__social-nav-link:focus svg {
  fill: #000;
}
.mobile-menu__close {
  margin-left: 22px;
  -webkit-align-self: center;
  align-self: center;
  cursor: pointer;
  z-index: 25;
}
.mobile-menu__close svg {
  fill: #fff;
  display: block;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1025px) {
  .mobile-menu__toggle {
    -webkit-align-self: center;
    align-self: center;
    margin-left: 22px;
    display: block;
    cursor: pointer;
  }
  .mobile-menu__toggle svg {
    display: block;
  }
  .mobile-menu__link {
    font-size: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1025px) and (max-height: 650px) {
  .mobile-menu__links {
    margin-top: 40px;
  }
  .mobile-menu__link {
    font-size: 35px;
  }
  .mobile-menu__link::after {
    bottom: -1px;
  }
  .mobile-menu__link span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .mobile-menu__toggle {
    -webkit-align-self: center;
    align-self: center;
    margin-left: 22px;
    display: block;
    cursor: pointer;
  }
  .mobile-menu__toggle svg {
    display: block;
  }
  .mobile-menu__link {
    font-size: 38px;
  }
}
@media (max-width: 767px) and (max-height: 600px) {
  .mobile-menu__links {
    margin-top: 10px;
  }
  .mobile-menu__links-li + .mobile-menu__links-li {
    margin-top: 8px;
  }
  .mobile-menu__link {
    font-size: 24px;
    letter-spacing: 0;
  }
  .mobile-menu__link::after {
    height: 2px;
    bottom: -1px;
  }
  .mobile-menu__link span {
    font-size: 11px;
    left: -15px;
  }
}
@media (max-width: 767px) and (max-height: 320px) {
  .mobile-menu__links {
    margin-top: 10px;
  }
  .mobile-menu__links-li + .mobile-menu__links-li {
    margin-top: 0;
  }
  .mobile-menu__link {
    font-size: 18px;
    letter-spacing: 0;
  }
  .mobile-menu__link::after {
    height: 2px;
    bottom: -1px;
  }
  .mobile-menu__link span {
    font-size: 11px;
    top: 0;
    left: -15px;
  }
}
@media (max-width: 350px) {
  .mobile-menu__social-nav-link svg {
    width: 24px;
    height: 24px;
  }
}
.image-bank {
  background-color: #fff;
  padding: 175px 0 45px 0;
}
.image-bank__title {
  font-weight: 700;
  font-size: 140px;
  line-height: 0.92;
  text-transform: none;
  color: #000;
  letter-spacing: -8px;
  margin-bottom: 45px;
}
.image-bank__lead {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 70px;
  letter-spacing: 0;
}
.image-bank__tile {
  margin-bottom: 25px;
}
.image-bank__tile-title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}
.image-bank__tile-desc {
  position: relative;
  padding-right: 100px;
}
.image-bank__tile-image-container {
  display: block;
  margin-bottom: 15px;
}
.image-bank__tile-image {
  box-shadow: 10px 17px 60px 0 rgba(0, 0, 0, 0.25);
  max-width: 100%;
}
.image-bank__tile-download {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
}
.image-bank__tile-download::after {
  content: '';
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 5px;
  right: 0;
  transition: background-color 200ms;
}
.image-bank__tile-download:hover::after {
  background-color: #fc2a47;
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .image-bank__tile-desc {
    padding-right: 80px;
  }
  .image-bank__tile-title {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .image-bank__tile-download {
    line-height: 1.35;
  }
  .image-bank__tile-download::after {
    bottom: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .image-bank__title {
    font-size: 60px;
    letter-spacing: -2px;
    margin-bottom: 25px;
  }
  .image-bank__tile-title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .image-bank {
    padding: 115px 0 10px 0;
  }
  .image-bank__title {
    font-size: 48px;
    letter-spacing: -3px;
    margin-bottom: 50px;
  }
  .image-bank__lead {
    line-height: 1.45;
    letter-spacing: -1px;
    margin-bottom: 50px;
  }
  .image-bank__lead br {
    display: none;
  }
  .image-bank__tile {
    margin-bottom: 15px;
  }
  .image-bank__tile-title {
    font-size: 14px;
    text-align: left;
  }
  .image-bank__tile-desc {
    padding-right: 0;
    text-align: right;
  }
  .image-bank__tile-download {
    font-size: 12px;
    line-height: 1.7;
    position: relative;
    top: -8px;
    right: auto;
    display: inline-block;
  }
  .image-bank__tile-download::after {
    bottom: 3px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .image-bank {
    padding: 80px 0 10px 0;
  }
}
.exhibitions-modal-container {
  background-color: rgba(0, 0, 0, 0.9);
}
.exhibitions-modal-container.in .exhibitions-modal-dialog {
  opacity: 1;
}
.exhibition-modal {
  padding: 0;
}
.exhibitions-modal-dialog {
  width: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  transition: opacity 350ms !important;
}
.exhibition-modal__header {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  z-index: 25;
}
.exhibition-modal__footer {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}
.exhibition-modal__title {
  font-size: 120px;
  letter-spacing: -5px;
  color: #fff;
  position: static;
}
.exhibition-modal__subtitle {
  color: #fff;
}
.exhibition-modal__lead {
  color: #fff;
}
.exhibition-modal__slideshow {
  margin-bottom: 0;
}
.exhibition-modal__slide-container {
  height: 100vh;
  width: 1920px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.exhibition-feature__slide {
  -webkit-align-self: center;
  align-self: center;
}
.exhibition-feature__slide img {
  max-width: 100%;
}
.exhibition-modal__slide-left svg,
.exhibition-modal__slide-right svg {
  fill: #fff;
}
.exhibition-modal__slide-left:hover svg,
.exhibition-modal__slide-right:hover svg {
  fill: #fc2a47;
}
.exhibition-modal__close {
  z-index: 50;
}
.exhibition-modal__close svg {
  fill: #fff;
}
@media (max-height: 1115px) {
  .exhibition-modal__slide-container {
    width: 100%;
  }
  .exhibition-feature__slide-img {
    width: 100%;
    height: auto;
  }
  .exhibition-feature__slide-img:nth-child(2),
  .exhibition-feature__slide-img:nth-child(3) {
    width: auto;
  }
  .exhibition-feature__slide-control {
    width: inherit;
    margin: -15px 0 0 0;
  }
  .exhibition-feature__slide-right {
    right: 40px;
  }
  .exhibition-feature__slide-left {
    left: 40px;
  }
  .exhibition-feature__slide {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@media (max-height: 1000px) {
  .exhibition-feature__slide {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media (max-height: 860px) {
  .exhibition-feature__slide {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
  }
}
@media (max-height: 780px) {
  .exhibition-feature__slide {
    -webkit-transform: scale(0.45);
    -ms-transform: scale(0.45);
    transform: scale(0.45);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .exhibition-feature__title {
    font-size: 45px;
    line-height: 1.1;
    padding-right: 40px;
    letter-spacing: -1px;
  }
  .exhibition-feature__subtitle {
    font-size: 12px;
    line-height: 1.8;
  }
  .exhibition-feature__lead {
    font-size: 12px;
    line-height: 1.8;
  }
  .exhibition-feature__slide {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
  }
  .exhibition-feature__video::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
    z-index: 75;
  }
  .exhibition-feature__video:active::after {
    opacity: 1;
  }
  .exhibition-feature__video-overlay {
    pointer-events: none;
    transition: opacity 1000ms;
  }
  .exhibition-feature__video-overlay.fade-out {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .exhibition-modal {
    padding: 75px 0 15px 0;
  }
  .exhibition-modal__header {
    left: 0;
    right: 0;
    top: 75px;
  }
  .exhibition-modal__footer {
    left: auto;
    right: auto;
    bottom: auto;
    top: 0;
    margin-top: -110px;
    position: relative;
  }
  .exhibition-modal__title {
    font-size: 48px;
    letter-spacing: -1px;
    right: 20px;
    left: 20px;
  }
  .exhibition-modal__lead {
    margin-bottom: 10px;
  }
  .exhibition-modal__slide-container {
    height: 420px;
  }
  .exhibition-feature__slide {
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
  }
  .exhibition-feature__slide-control {
    margin: -12px 0 0 0;
  }
  .exhibition-feature__slide-right {
    right: 10px;
  }
  .exhibition-feature__slide-left {
    left: 10px;
  }
  .exhibition-feature__video-play-icon {
    -webkit-transform: scale(2) rotate(90deg);
    -ms-transform: scale(2) rotate(90deg);
    transform: scale(2) rotate(90deg);
  }
}
.default-page {
  padding: 175px 0 80px 0;
  background-color: #fff;
}
.default-page h2 {
  font-size: 40px;
  letter-spacing: -1px;
  margin-bottom: 30px;
  line-height: 1.15;
}
.default-page__title {
  font-weight: 700;
  font-size: 100px;
  line-height: 0.92;
  text-transform: none;
  color: #000;
  letter-spacing: -4px;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .default-page h1 {
    font-size: 60px;
    letter-spacing: -2px;
    margin-bottom: 40px;
  }
  .default-page h2 {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .default-page p {
    font-size: 14px;
    line-height: 1.7;
  }
  .default-page h2 + h2,
  .default-page p + h2,
  .default-page ul + h2,
  .default-page ol + h2,
  .default-page table + h2 {
    margin-top: calc(38.4px);
  }
}
@media (max-width: 767px) {
  .default-page__title {
    font-size: 45px;
    letter-spacing: -2px;
  }
  .default-page {
    padding: 115px 0 15px 0;
  }
  .default-page h1 {
    margin-bottom: 40px;
  }
  .default-page h2 {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .default-page p {
    font-size: 14px;
  }
  .default-page h2 + h2,
  .default-page p + h2,
  .default-page ul + h2,
  .default-page ol + h2,
  .default-page table + h2 {
    margin-top: calc(38.4px);
  }
}
