/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


@charset "UTF-8";
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2021 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/**
 * desktop first breakpoints
 */
/**
 * usage: color(color_name);
 */
/****************************
 * FOUNDATION OVERWRITES
 ***************************/
/**
 * Get color from color array
 * @param  {string} $colorName color name in $colors array
 * @return {color value}            return value of requested color
 */
/**
 * convert static numver into percentage
 * @param  {int} $width desire width
 * @param  {int} $max   container max width
 * @return {int}        percentage of given number to max size
 */
/**
 * convert static numver into percentage
 * @param  {int} $width desire width
 * @param  {int} $max   container max width
 * @return {int}        percentage of given number to max size
 	*/
/**
 * convert fps to seconds
 * concept: 1s == 100%
 * @param  {int} $frames frame to convert
 * @param  {int} $fps   frames in 1 second
 */
/**
 * Convert px to em
 * @param  {Number} $pixels   Pixel to convert
 * @param  {Number} $context:            Base for convertion
 * @return em value
 */
/**
 * active from specified size and down
 * desktop first
 */
/**
 * active from specified size and up
 * mobile first
 */
/**
 * set font weight
 * @param  {string} $font		font family: museo-sans, chronicle
 * @param  {string} $weight		possible weights: normal(default),light,medium,bold
 */
/**
 * style input field placeholder
 */
/**
 * native CSS arrows:
 * credit: https://css-tricks.com/snippets/css/css-triangle/
 */
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%; }

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

* {
  font-size: 16px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 300; }

h1 {
  font-size: 58px;
  line-height: 64px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 900; }
  @media screen and (max-width: 48em) {
    h1 {
      font-size: 46px; } }
  @media screen and (max-width: 30em) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 18px;
  line-height: 26px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 300; }
  @media screen and (max-width: 48em) {
    h2 {
      font-size: 16px; } }
  @media screen and (max-width: 30em) {
    h2 {
      font-size: 14px; } }

a {
  cursor: pointer;
  font-size: 16px;
  color: black; }
  @media print {
    a {
      text-decoration: underline; } }

p, li {
  font-size: 16px; }

pre {
  white-space: pre;
  background-color: rgba(128, 128, 128, 0.9); }

strong {
  font-weight: 900; }
  strong u {
    font-weight: 900; }
  strong a {
    font-weight: 900; }

input[type=text]::-ms-clear {
  display: none !important; }

.form {
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto; }
  .form::before, .form::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .form::after {
    clear: both; }

.form__group {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .form__group.select:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto; }
  .form__group.error.select:after {
    bottom: initial;
    top: 16px; }

.form__input, .form__select, .header-search__input {
  background-color: #ebebeb;
  border: none;
  box-shadow: none;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  outline: none;
  font-family: 'museo-sans', sans-serif;
  font-weight: 700; }
  .form__input::-webkit-input-placeholder, .form__select::-webkit-input-placeholder, .header-search__input::-webkit-input-placeholder {
    color: #000; }
  .form__input:-moz-placeholder, .form__select:-moz-placeholder, .header-search__input:-moz-placeholder {
    color: #000; }
  .form__input::-moz-placeholder, .form__select::-moz-placeholder, .header-search__input::-moz-placeholder {
    color: #000; }
  .form__input:-ms-input-placeholder, .form__select:-ms-input-placeholder, .header-search__input:-ms-input-placeholder {
    color: #000; }
  .form__input.select, .select.form__select, .select.header-search__input {
    display: none; }
  .form__input.textarea, .textarea.form__select, .textarea.header-search__input {
    padding-top: 20px;
    min-height: 160px; }
  .form__input.checkbox, .checkbox.form__select, .checkbox.header-search__input {
    display: inline;
    vertical-align: baseline;
    width: auto;
    height: auto; }
  .error .form__input, .error .form__select, .error .header-search__input {
    border: 1px solid #e31b23;
    padding-left: 19px;
    padding-right: 19px;
    height: 48px; }
  .error.textarea .form__input, .error.textarea .form__select, .error.textarea .header-search__input {
    padding-top: 19px;
    min-height: 158px; }

.form__error {
  color: #e31b23;
  font-size: 14px;
  line-height: 22px; }

.form__label {
  display: inline;
  vertical-align: baseline; }
  .form__label p {
    display: inline; }

.form__select {
  width: 100%;
  height: 50px;
  position: relative;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form__select::-ms-expand {
    display: none; }

.form__success-message {
  display: none;
  margin-bottom: 0; }

.form__error-container li {
  font-weight: bold;
  color: #e31b23;
  line-height: 1.5em; }

@font-face {
  font-family: 'icomoon';
  src: url(../../assets/font/icomoon/icomoon.ttf?7xj6ml) format("truetype"), url(../../assets/font/icomoon/icomoon.woff?7xj6ml) format("woff"), url(../../assets/font/icomoon/icomoon.svg?7xj6ml#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-clone:before {
  content: "\e904"; }

.icon-delete:before {
  content: "\e905"; }

.icon-edit:before {
  content: "\e906"; }

.icon-zoom:before {
  content: "\e900"; }

.icon-share:before {
  content: "\e901"; }

.icon-search:before {
  content: "\e902"; }

.icon-save:before {
  content: "\e903"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-linkedin:before {
  content: "\e908"; }

.icon-bookmark:before {
  content: "\e909"; }

@media print {
  * {
    -webkit-animation: none !important;
            animation: none !important; } }

html, body {
  max-width: 100%;
  overflow-x: hidden; }

body {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  body.loading {
    opacity: 0; }
  body.fixed {
    position: fixed;
    overflow: hidden; }

.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; }

.row {
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .row::after {
    clear: both; }

.row-relative {
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .row-relative::before, .row-relative::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .row-relative::after {
    clear: both; }

.content {
  width: 100%;
  float: left; }

.content.w-sidebar {
  width: 66.66667%;
  float: left;
  float: right;
  margin-top: 60px; }
  .modules .content.w-sidebar {
    float: left;
    margin: 0; }
  @media screen and (max-width: 30em) {
    .content.w-sidebar {
      width: 100%;
      float: left;
      float: none;
      margin-top: 30px; }
      .content.w-sidebar::before, .content.w-sidebar::after {
        content: ' ';
        display: table;
        -webkit-flex-basis: 0;
            -ms-flex-preferred-size: 0;
                flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
      .content.w-sidebar::after {
        clear: both; } }
  @media print {
    .content.w-sidebar {
      margin-top: 20px; } }

.content.w-sidebar.search-results {
  margin-top: 60px;
  float: left; }
  @media screen and (max-width: 48em) {
    .content.w-sidebar.search-results {
      margin-top: 36px; } }
  @media screen and (max-width: 30em) {
    .content.w-sidebar.search-results {
      margin-top: 10px; } }

.is-loading {
  position: relative; }
  .is-loading:before {
    content: "\00a0";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0.9;
    z-index: 1; }
  .fill-light-grey .is-loading:before {
    background: #ebebeb; }

.display-none {
  display: none; }

.sidebar {
  width: 25%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-right: 8.33333%;
  margin-top: 60px;
  float: right; }
  .sidebar.left {
    float: left; }
  .modules .sidebar {
    float: left;
    margin: 0 !important; }
  .modal .sidebar {
    margin-right: 0px; }
  @media screen and (max-width: 48em) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-right: 0px; } }
  @media screen and (max-width: 30em) {
    .sidebar {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-top: 30px;
      float: none; } }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.clearfix::after {
  clear: both; }

a .svg-loader {
  width: 26px;
  height: 26px;
  vertical-align: middle; }

.btn .svg-loader, .form__input.submit .svg-loader, .submit.form__select .svg-loader, .submit.header-search__input .svg-loader {
  vertical-align: top;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px 0 10px -30px;
  position: relative;
  left: 30px; }
  .btn .svg-loader rect, .form__input.submit .svg-loader rect, .submit.form__select .svg-loader rect, .submit.header-search__input .svg-loader rect {
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
    fill: #000; }

.btn.white .svg-loader rect, .white.form__input.submit .svg-loader rect, .white.submit.form__select .svg-loader rect, .white.submit.header-search__input .svg-loader rect,
.btn:hover .svg-loader rect,
.form__input.submit:hover .svg-loader rect,
.submit.form__select:hover .svg-loader rect,
.submit.header-search__input:hover .svg-loader rect {
  fill: #fff; }

.share__icon .svg-loader {
  display: none; }

.btn, .form__input.submit, .submit.form__select, .submit.header-search__input {
  border: 2px solid;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  width: 100%;
  max-width: 205px;
  text-align: center;
  text-decoration: none;
  color: #000;
  border-color: #000;
  background-color: transparent;
  -webkit-transition: background-color 0.5s, color 0.5s, font-weight 0.5s;
  transition: background-color 0.5s, color 0.5s, font-weight 0.5s;
  position: relative;
  vertical-align: middle; }
  .btn:hover, .form__input.submit:hover, .submit.form__select:hover, .submit.header-search__input:hover {
    background-color: #000;
    color: #fff;
    font-family: 'museo-sans', sans-serif;
    font-weight: 900; }
  .btn.big, .big.form__input.submit, .big.submit.form__select, .big.submit.header-search__input {
    max-width: 345px;
    height: 35px;
    line-height: 35px; }
  .btn.expanded, .expanded.form__input.submit, .expanded.submit.form__select, .expanded.submit.header-search__input {
    max-width: none; }
  .sidebar .btn, .sidebar .form__input.submit, .sidebar .submit.form__select, .sidebar .submit.header-search__input {
    max-width: none; }
  .headers-top-level__button .btn, .headers-top-level__button .form__input.submit, .headers-top-level__button .submit.form__select, .headers-top-level__button .submit.header-search__input {
    font-size: 18px;
    height: 60px;
    line-height: 60px; }
    .headers-top-level__button .btn:hover, .headers-top-level__button .form__input.submit:hover, .headers-top-level__button .submit.form__select:hover, .headers-top-level__button .submit.header-search__input:hover {
      background-color: #fff;
      color: #000; }
    @media screen and (max-width: 30em) {
      .headers-top-level__button .btn, .headers-top-level__button .form__input.submit, .headers-top-level__button .submit.form__select, .headers-top-level__button .submit.header-search__input {
        font-size: 14px;
        height: 40px;
        line-height: 40px; } }
  .sidebar .btn, .sidebar .form__input.submit, .sidebar .submit.form__select, .sidebar .submit.header-search__input {
    margin-bottom: 30px; }
    @media screen and (max-width: 30em) {
      .sidebar .btn, .sidebar .form__input.submit, .sidebar .submit.form__select, .sidebar .submit.header-search__input {
        max-width: none; } }

.red {
  color: #e31b23; }

.fill-red {
  background-color: #e31b23; }

.border-red {
  border-color: #e31b23; }

.blue {
  color: #01bcd9; }

.fill-blue {
  background-color: #01bcd9; }

.border-blue {
  border-color: #01bcd9; }

.green {
  color: #81d143; }

.fill-green {
  background-color: #81d143; }

.border-green {
  border-color: #81d143; }

.purple {
  color: #7d4ec2; }

.fill-purple {
  background-color: #7d4ec2; }

.border-purple {
  border-color: #7d4ec2; }

.yellow {
  color: #ffdb2e; }

.fill-yellow {
  background-color: #ffdb2e; }

.border-yellow {
  border-color: #ffdb2e; }

.white {
  color: #fff; }

.fill-white {
  background-color: #fff; }

.border-white {
  border-color: #fff; }

.black {
  color: #000; }

.fill-black {
  background-color: #000; }

.border-black {
  border-color: #000; }

.dark-grey {
  color: #696a6a; }

.fill-dark-grey {
  background-color: #696a6a; }

.border-dark-grey {
  border-color: #696a6a; }

.grey {
  color: #b7b7b7; }

.fill-grey {
  background-color: #b7b7b7; }

.border-grey {
  border-color: #b7b7b7; }

.light-grey {
  color: #ebebeb; }

.fill-light-grey {
  background-color: #ebebeb; }

.border-light-grey {
  border-color: #ebebeb; }

.col-1 {
  width: 8.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (max-width: 48em) {
  .col-md-1 {
    width: 8.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (max-width: 30em) {
  .col-sm-1 {
    width: 8.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.col-2 {
  width: 16.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (max-width: 48em) {
  .col-md-2 {
    width: 16.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (max-width: 30em) {
  .col-sm-2 {
    width: 16.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.col-3 {
  width: 25%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (max-width: 48em) {
  .col-md-3 {
    width: 25%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (max-width: 30em) {
  .col-sm-3 {
    width: 25%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.col-4 {
  width: 33.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (max-width: 48em) {
  .col-md-4 {
    width: 33.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (max-width: 30em) {
  .col-sm-4 {
    width: 33.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.col-5 {
  width: 41.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (max-width: 48em) {
  .col-md-5 {
    width: 41.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (max-width: 30em) {
  .col-sm-5 {
    width: 41.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.col-6 {
  width: 50%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (max-width: 48em) {
  .col-md-6 {
    width: 50%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (max-width: 30em) {
  .col-sm-6 {
    width: 50%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.col-7 {
  width: 58.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (max-width: 48em) {
  .col-md-7 {
    width: 58.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (max-width: 30em) {
  .col-sm-7 {
    width: 58.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.col-8 {
  width: 66.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (max-width: 48em) {
  .col-md-8 {
    width: 66.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (max-width: 30em) {
  .col-sm-8 {
    width: 66.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.col-9 {
  width: 75%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (max-width: 48em) {
  .col-md-9 {
    width: 75%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (max-width: 30em) {
  .col-sm-9 {
    width: 75%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.col-10 {
  width: 83.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (max-width: 48em) {
  .col-md-10 {
    width: 83.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (max-width: 30em) {
  .col-sm-10 {
    width: 83.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.col-11 {
  width: 91.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (max-width: 48em) {
  .col-md-11 {
    width: 91.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (max-width: 30em) {
  .col-sm-11 {
    width: 91.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.col-12 {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (max-width: 48em) {
  .col-md-12 {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (max-width: 30em) {
  .col-sm-12 {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.owl-prev, .owl-next {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }
  @media screen and (max-width: 30em) {
    .full-carousel .owl-prev, .full-carousel .owl-next {
      margin-top: 170px; } }

.owl-prev {
  left: 25px; }
  @media screen and (max-width: 30em) {
    .owl-prev {
      left: 15px; } }

.owl-next {
  right: 10px; }
  @media screen and (max-width: 30em) {
    .owl-next {
      right: 15px; } }

.icon-carrot, .form__group.select:after, .column-box-info__title.link:after, .has-sub .main-nav__link-wrap > .main-nav__nav-link:after {
  width: 12px;
  height: 12px;
  display: block;
  border-right: solid;
  border-bottom: solid;
  border-width: 2px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }
  .icon-carrot.right, .right.form__group.select:after, .column-box-info__title.link:after, .has-sub .main-nav__link-wrap > .right.main-nav__nav-link:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .icon-carrot.left, .left.form__group.select:after, .left.column-box-info__title.link:after, .has-sub .main-nav__link-wrap > .left.main-nav__nav-link:after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
  .icon-carrot.down, .form__group.select:after, .down.column-box-info__title.link:after, .has-sub .main-nav__link-wrap > .main-nav__nav-link:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .icon-carrot.up, .up.form__group.select:after, .up.column-box-info__title.link:after, .has-sub .main-nav__link-wrap > .up.main-nav__nav-link:after, .header-aof__item-text.open .icon-carrot, .header-aof__item-text.open .form__group.select:after, .header-aof__item-text.open .column-box-info__title.link:after, .header-aof__item-text.open .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .header-aof__item-text.open .main-nav__link-wrap > .main-nav__nav-link:after, .mob-accordion__title.open .icon-carrot, .mob-accordion__title.open .form__group.select:after, .mob-accordion__title.open .column-box-info__title.link:after, .mob-accordion__title.open .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .mob-accordion__title.open .main-nav__link-wrap > .main-nav__nav-link:after, .filter-sidebar__title.open .icon-carrot, .filter-sidebar__title.open .form__group.select:after, .filter-sidebar__title.open .column-box-info__title.link:after, .filter-sidebar__title.open .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .filter-sidebar__title.open .main-nav__link-wrap > .main-nav__nav-link:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .icon-carrot.inline, .inline.form__group.select:after, .inline.column-box-info__title.link:after, .has-sub .main-nav__link-wrap > .inline.main-nav__nav-link:after {
    display: inline-block; }
  .red .icon-carrot, .red .form__group.select:after, .red .column-box-info__title.link:after, .red .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .red .main-nav__link-wrap > .main-nav__nav-link:after {
    border-color: #e31b23; }
  .blue .icon-carrot, .blue .form__group.select:after, .blue .column-box-info__title.link:after, .blue .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .blue .main-nav__link-wrap > .main-nav__nav-link:after {
    border-color: #01bcd9; }
  .green .icon-carrot, .green .form__group.select:after, .green .column-box-info__title.link:after, .green .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .green .main-nav__link-wrap > .main-nav__nav-link:after {
    border-color: #81d143; }
  .purple .icon-carrot, .purple .form__group.select:after, .purple .column-box-info__title.link:after, .purple .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .purple .main-nav__link-wrap > .main-nav__nav-link:after {
    border-color: #7d4ec2; }
  .yellow .icon-carrot, .yellow .form__group.select:after, .yellow .column-box-info__title.link:after, .yellow .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .yellow .main-nav__link-wrap > .main-nav__nav-link:after {
    border-color: #ffdb2e; }
  .white .icon-carrot, .white .form__group.select:after, .white .column-box-info__title.link:after, .white .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .white .main-nav__link-wrap > .main-nav__nav-link:after {
    border-color: #fff; }
  .black .icon-carrot, .black .form__group.select:after, .black .column-box-info__title.link:after, .black .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .black .main-nav__link-wrap > .main-nav__nav-link:after {
    border-color: #000; }
  .dark-grey .icon-carrot, .dark-grey .form__group.select:after, .dark-grey .column-box-info__title.link:after, .dark-grey .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .dark-grey .main-nav__link-wrap > .main-nav__nav-link:after {
    border-color: #696a6a; }
  .grey .icon-carrot, .grey .form__group.select:after, .grey .column-box-info__title.link:after, .grey .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .grey .main-nav__link-wrap > .main-nav__nav-link:after {
    border-color: #b7b7b7; }
  .light-grey .icon-carrot, .light-grey .form__group.select:after, .light-grey .column-box-info__title.link:after, .light-grey .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .light-grey .main-nav__link-wrap > .main-nav__nav-link:after {
    border-color: #ebebeb; }

.icon-play {
  width: 65px;
  height: 65px;
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .icon-play:before, .icon-play:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .icon-play:before {
    width: 65px;
    height: 65px;
    border: 2px solid #fff;
    border-radius: 100%;
    z-index: 1; }
  .icon-play:after {
    z-index: 2;
    left: 5px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 21px solid #fff; }
  .inline-media__video-overlay .icon-play,
  .matter__media-video-overlay .icon-play,
  .headers__media-video-overlay .icon-play,
  .media-text__video-overlay .icon-play,
  .news__media-video-overlay .icon-play,
  .headers-top-level__media-video-overlay .icon-play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .full-media.video .icon-play {
    margin-top: 30px; }

.bars {
  display: inline-block;
  width: 20px;
  height: 14px;
  position: relative;
  cursor: pointer; }
  .bars .bars__bar {
    height: 2px;
    width: 100%;
    display: block;
    background: #000;
    position: absolute;
    left: 0;
    right: 0; }
  .bars .top {
    top: 0px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
  .bars .middle {
    top: 0px;
    bottom: 0px;
    margin: auto;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .bars .bottom {
    bottom: 0px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }

.bars.open .middle {
  opacity: 0; }

.bars.open .top {
  bottom: 0px;
  margin: auto;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.bars.open .bottom {
  top: 0px;
  margin: auto;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.home-bt-margin {
  margin-bottom: 80px; }

.spacer {
  display: block;
  height: 150px; }
  @media print {
    .spacer {
      display: none; } }

.sidebar__title {
  margin-bottom: 15px; }
  @media screen and (max-width: 48em) {
    .sidebar__title {
      height: 27px;
      margin-bottom: 18px;
      clear: both; }
      .sidebar__title.sidebar__title__secondary {
        margin-bottom: 10px; } }
  @media print {
    .sidebar__title {
      float: left;
      width: 100%;
      margin-top: 40px; } }

.sidebar__buttons {
  margin-top: 15px; }

.active-filters {
  margin-bottom: 50px;
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.active-filters__count {
  margin-bottom: 15px; }

.active-filters__item {
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  padding-right: 10px;
  margin-right: 30px;
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 30em) {
    .active-filters__item {
      margin-right: 15px; } }
  .active-filters__item:after, .active-filters__item:before {
    content: '';
    width: 2px;
    height: 10px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000; }
  .active-filters__item:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .active-filters__item:before {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }

@media print {
  .results__group .center-tx.home-bt-margin {
    display: none; } }

@media print {
  .print-hide {
    display: none !important; } }

.print-only {
  display: none; }
  @media print {
    .print-only {
      display: block; } }

@media print {
  .content.w-sidebar {
    width: 100% !important; }
    .content.w-sidebar p, .content.w-sidebar h2, .content.w-sidebar li, .content.w-sidebar a, .content.w-sidebar strong, .content.w-sidebar em, .content.w-sidebar u, .content.w-sidebar .news__title, .content.w-sidebar .news__tag-name {
      font-size: 13px !important;
      line-height: 19px !important; }
    .content.w-sidebar .owl-stage {
      width: 100% !important; }
    .content.w-sidebar .owl-item {
      width: 100% !important; }
    .content.w-sidebar .news__border {
      border-bottom: none !important;
      padding-bottom: none !important; } }

@media print {
  .print-single-col {
    width: 100% !important; } }

@media print {
  .sidebar {
    float: left;
    width: 100% !important;
    margin-top: 0;
    margin-bottom: 60px; }
    .sidebar .mob-accordion__title {
      font-size: 14px !important; }
    .sidebar .btn, .sidebar .form__input.submit, .sidebar .submit.form__select, .sidebar .submit.header-search__input {
      width: 240px;
      margin-bottom: 15px;
      display: block; } }

.owl-off {
  display: block; }

.text-section.person-tiles {
  padding-left: 0; }

@media print {
  .print-borders {
    border-top: 2px solid;
    border-bottom: 2px solid; } }

.section-group {
  margin-bottom: 40px;
  overflow: hidden; }

.section-content {
  overflow: hidden; }

.section-toggle {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: inherit; }
  @media screen and (max-width: 48em) {
    .section-toggle {
      font-size: 14px; } }

.section-title {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  font-size: 36px;
  line-height: 32px;
  font-weight: 900;
  padding-bottom: 20px;
  float: none; }
  @media screen and (max-width: 48em) {
    .section-title {
      font-size: 23px; } }

.select2 {
  width: 100% !important; }
  .select2.select2-container--open, .select2.select2-container--active {
    background-color: #fff;
    box-shadow: 0px -5px 7px 0 rgba(77, 77, 77, 0.15); }

.select2-selection,
.select2-selection__rendered {
  height: 50px;
  line-height: 50px !important; }

.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border: solid 1px #fff !important;
  border-radius: 0; }

.select2-selection__choice {
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #000; }
  .select2-selection__choice:not(:first-child) {
    display: none; }

.select2-selection__choice__remove {
  display: none !important; }

.select2-container--open .select2-dropdown--below {
  border: none;
  border-radius: 0;
  box-shadow: 0px 4px 7px 0px rgba(77, 77, 77, 0.15); }

.select2-container--default .select2-results__option {
  padding: 10px 30px 10px 18px; }
  .select2-container--default .select2-results__option:first-child {
    display: none; }
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff; }

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

.select2-results__box {
  width: 10px;
  height: 10px;
  display: inline-block;
  border: solid 1px #000;
  margin-right: 10px;
  margin-top: 4px;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  vertical-align: top; }
  .select2-results__option[aria-selected="true"] .select2-results__box {
    border-color: #01bcd9;
    background-color: #01bcd9; }

.select2-results__text {
  display: inline-block;
  color: #000 !important;
  max-width: 90%;
  vertical-align: top; }

.select2-search__field {
  display: none; }

.select2__carrot {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0; }
  .select2-container--open .select2__carrot {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }

@media print {
  #onetrust-consent-sdk {
    display: none !important; } }

.modules {
  padding: 50px 0px; }

.modules__title {
  font-size: 24px;
  padding: 15px 0px;
  text-transform: uppercase;
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .modules__title::before, .modules__title::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .modules__title::after {
    clear: both; }
  .modules__title, .modules__title:last-child {
    float: none; }
  .modules__title h2 {
    font-size: 24px; }

.modules__module::before, .modules__module::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.modules__module::after {
  clear: both; }

.modules__color {
  width: 130px;
  height: 130px;
  float: left;
  margin: 0 15px; }

.modules__group {
  margin-bottom: 50px; }

.module__full-search {
  width: 66.66667%; }

.module__sidebar {
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto; }
  .module__sidebar::before, .module__sidebar::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .module__sidebar::after {
    clear: both; }

.module-content + .module-content .content {
  margin-top: 0; }

.headers-top-level, .headers-top-level__content {
  min-height: 600px; }
  @media screen and (max-width: 48em) {
    .headers-top-level, .headers-top-level__content {
      min-height: 500px; } }
  @media screen and (max-width: 30em) {
    .headers-top-level, .headers-top-level__content {
      min-height: 350px; } }

.headers-top-level--homepage,
.headers-top-level--homepage .headers-top-level__content {
  min-height: 240px; }
  @media screen and (max-width: 30em) {
    .headers-top-level--homepage,
    .headers-top-level--homepage .headers-top-level__content {
      min-height: 220px; } }

.headers-top-level {
  position: relative;
  padding: 1.875rem 0;
  overflow: hidden; }
  @media print {
    .headers-top-level {
      page-break-inside: avoid; } }

.headers-top-level__bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }
  .headers-top-level__bg-img.hidden {
    display: none; }

.headers-top-level__bg-color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }
  .has_bg_img .headers-top-level__bg-color {
    opacity: 0.8; }

.headers-top-level__content {
  display: table;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 0.9375rem; }
  .has_bg_video .headers-top-level__content {
    min-height: 400px; }

.headers-top-level__col {
  display: table-cell;
  vertical-align: middle; }

.headers-top-level__col--left {
  width: 58.33333%;
  padding-right: 1.875rem; }
  @media screen and (max-width: 48em) {
    .headers-top-level__col--left {
      width: 60%; } }
  @media screen and (max-width: 30em) {
    .headers-top-level__col--left {
      width: 100%;
      display: block;
      padding-right: 0; } }

.headers-top-level__col--right {
  width: 33.33333%;
  text-align: right; }
  @media screen and (max-width: 48em) {
    .headers-top-level__col--right {
      width: 40%;
      text-align: left; } }
  @media screen and (max-width: 30em) {
    .headers-top-level__col--right {
      width: 100%;
      display: block; } }

.headers-top-level__col--header-content {
  width: 58.33333%; }
  @media screen and (max-width: 48em) {
    .headers-top-level__col--header-content {
      width: 60%; } }
  @media screen and (max-width: 30em) {
    .headers-top-level__col--header-content {
      width: 100%; } }

.headers-top-level__col--image {
  width: 33.33333%; }
  @media screen and (max-width: 48em) {
    .headers-top-level__col--image {
      width: 60%; } }
  @media screen and (max-width: 30em) {
    .headers-top-level__col--image {
      position: absolute;
      right: 0;
      bottom: 18px; } }

.headers-top-level__image-container {
  text-align: right;
  position: relative; }

.headers-top-level__image {
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 500px;
  height: 500px;
  max-width: none; }
  @media screen and (min-width: 30em) {
    .headers-top-level--homepage .headers-top-level__image {
      width: 212px;
      height: 212px; } }
  .headers-top-level__image.hidden {
    display: none; }
  .headers-top-level__col--image .headers-top-level__image {
    position: absolute;
    top: 50%;
    bottom: 0;
    margin: auto;
    margin-top: -106px;
    left: 50%; }
  @media screen and (max-width: 48em) {
    .headers-top-level__image {
      width: 350px;
      height: 350px; }
      .headers-top-level__col--image .headers-top-level__image {
        left: 33.33333%; } }
  @media screen and (max-width: 30em) {
    .headers-top-level__image {
      width: 180px;
      height: 180px; } }

.headers-top-level--homepage:not(.headers-top-level--has-images) .headers-top-level__title {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 30em) {
    .headers-top-level--homepage:not(.headers-top-level--has-images) .headers-top-level__title {
      width: 100%;
      margin-bottom: 16px; } }

.headers-top-level--homepage:not(.headers-top-level--has-images) .headers-top-level__button {
  vertical-align: middle; }

.headers-top-level__title, .headers-top-level__sub_heading {
  margin-bottom: 20px; }
  @media screen and (max-width: 30em) {
    .headers-top-level__title, .headers-top-level__sub_heading {
      margin-bottom: 10px; } }

.headers-top-level--homepage .headers-top-level__title h1 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1; }
  @media screen and (max-width: 30em) {
    .headers-top-level--homepage .headers-top-level__title h1 {
      font-size: 30px;
      line-height: 1; } }

@media screen and (max-width: 30em) {
  .headers-top-level__title h1 {
    font-size: 30px;
    line-height: 32px; } }

.headers-top-level__title--white {
  color: #fff; }

.headers-top-level__sub_heading {
  color: #fff; }
  .headers-top-level__sub_heading h2 {
    font-size: 18px;
    line-height: 28px; }
  @media screen and (max-width: 30em) {
    .headers-top-level__sub_heading {
      width: 50%; }
      .headers-top-level__sub_heading h2 {
        line-height: 1.14;
        font-size: 14px; } }
  .headers-top-level__sub_heading--black {
    color: #000; }
  @media screen and (max-width: 30em) {
    .headers-top-level__col--left .headers-top-level__sub_heading {
      width: 100%;
      margin-left: 0; } }

@media screen and (max-width: 30em) {
  .headers-top-level__button {
    width: 50%; } }

.headers-top-level__video {
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  .headers-top-level__video:before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

/*for reference: https://codepen.io/abennington/pen/ZONqqv*/
.headers-top-level__embed {
  width: 100vw;
  min-height: 100vh;
  min-width: 177.77vh;
  height: 56.25vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2; }

.headers-pull-up {
  margin-top: -50px;
  position: relative;
  z-index: 210; }

.headers {
  min-height: 420px;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  z-index: 2;
  padding-top: 6.25rem; }
  @media screen and (max-width: 48em) {
    .headers {
      min-height: 350px; } }
  @media screen and (max-width: 30em) {
    .headers {
      min-height: 0; } }
  .headers.narrow {
    min-height: 0; }
    @media screen and (max-width: 48em) {
      .headers.narrow {
        min-height: 0; } }
  @media print {
    .headers {
      min-height: 0 !important;
      height: auto !important;
      padding-bottom: 20px; }
      .headers .headers__contact-col * {
        color: #000; }
      .headers .headers__sub_title {
        color: #000; }
        .headers .headers__sub_title h2 {
          margin-bottom: 10px; }
      .headers .headers__print_disclaimer {
        display: block;
        margin-bottom: 10px; }
        .headers .headers__print_disclaimer p {
          color: #696a6a;
          font-size: 12px;
          line-height: 16px; }
          .headers .headers__print_disclaimer p a {
            color: #696a6a;
            font-size: 12px; }
      .headers img {
        width: 85%; }
      .headers .headers__title h1 {
        font-size: 35px;
        line-height: initial; } }

.headers__bg-color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }
  .bg-image .headers__bg-color {
    background-size: cover;
    background-position: center; }
  @media print {
    .headers__bg-color {
      background-color: transparent !important; } }

.headers__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 0.9375rem; }
  @media screen and (max-width: 30em) {
    .headers__content {
      padding: 0; } }

.headers__col {
  font-size: 0; }
  @media print {
    .headers__col {
      margin-top: 20px !important; } }

.headers__col.header-content {
  margin-top: 120px;
  width: 83.33333%;
  float: left; }
  @media screen and (max-width: 48em) {
    .headers__col.header-content {
      width: 91.66667%;
      float: left; } }
  @media screen and (max-width: 30em) {
    .headers__col.header-content {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-top: 60px; } }
  .headers.has_image .headers__col.header-content {
    width: 58.33333%;
    float: left; }
    @media screen and (max-width: 30em) {
      .headers.has_image .headers__col.header-content {
        width: 100%;
        float: left; } }
  .headers.bg-image .headers__col.header-content {
    width: 75%;
    float: left; }
    @media screen and (max-width: 30em) {
      .headers.bg-image .headers__col.header-content {
        width: 100%;
        float: left; } }

.headers__col.image {
  text-align: right;
  margin-top: 45px; }
  .headers.has_image .headers__col.image {
    width: 41.66667%;
    float: left; }
    @media screen and (max-width: 48em) {
      .headers.has_image .headers__col.image {
        position: relative;
        right: -8.33333%; } }
    @media screen and (max-width: 30em) {
      .headers.has_image .headers__col.image {
        display: none; } }
  .headers.bg-image .headers__col.image {
    width: 25%;
    float: left;
    height: 300px;
    position: relative;
    right: -8.33333%; }

.bg-image .headers__col.image .headers__center {
  position: relative;
  max-width: 300px;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 48em) {
  .headers__center {
    width: 99%; } }

@media screen and (max-width: 30em) {
  .headers__center {
    width: 100%; } }

.headers__title {
  margin-bottom: 20px; }
  @media print {
    .headers__title {
      margin-bottom: 15px; } }
  @media screen and (max-width: 30em) {
    .headers__title {
      margin-bottom: 15px; } }
  .headers__title h1 {
    font-family: "Chronicle Display A", "Chronicle Display B", serif;
    font-weight: 800;
    line-height: 64px; }
    @media screen and (max-width: 30em) {
      .headers__title h1 {
        line-height: 32px; } }

.headers__sub_title {
  color: #fff; }
  .headers__sub_title h2 {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 2.1875rem; }
    @media screen and (max-width: 30em) {
      .headers__sub_title h2 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 1.5625rem; } }
    @media print {
      .headers__sub_title h2 {
        font-size: 14px;
        line-height: 20px; } }
  @media screen and (max-width: 30em) {
    .headers.has_image .headers__sub_title {
      width: 58.33333%;
      float: left; } }

.headers__print_disclaimer {
  display: none; }

.headers__image-mobile {
  display: none;
  width: 66.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media screen and (max-width: 30em) {
    .headers__image-mobile {
      width: 41.66667%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      float: right;
      display: block; } }

.headers__image-bg-padding {
  min-height: 165px;
  position: relative; }

@media screen and (max-width: 30em) {
  .headers__people-content {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding: 0; } }

.headers__contact-info {
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }
  .headers__contact-info::before, .headers__contact-info::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .headers__contact-info::after {
    clear: both; }
  @media screen and (max-width: 30em) {
    .headers__contact-info {
      margin-top: -25%; } }
  @media print {
    .headers__contact-info {
      margin-top: 25px; } }
  .headers__contact-info p, .headers__contact-info a {
    font-size: 14px;
    line-height: 24px; }
  @media print {
    .headers__contact-info a {
      text-decoration: none; } }

.headers__contact-col {
  width: 50%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding: 0; }
  @media screen and (max-width: 30em) {
    .headers__contact-col {
      width: 100%;
      float: left;
      margin-bottom: 20px; } }
  @media print {
    .headers__contact-col {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding: 0; } }
  .headers__contact-col * {
    color: #fff; }

.headers__contact-row {
  margin-bottom: 10px; }
  @media screen and (max-width: 30em) {
    .headers__contact-row {
      margin-bottom: 5px; } }
  @media print {
    .headers__contact-row {
      margin-bottom: 15px; } }

.headers__image {
  border-radius: 100%; }
  .bg-image .headers__col.image .headers__image, .bg-image .headers__image-mobile .headers__image {
    border-radius: 0;
    border: 10000px solid #e31b23;
    position: absolute;
    opacity: 0.9;
    z-index: -1; }
  .bg-image .headers__col.image .headers__image {
    top: 0;
    bottom: 0;
    left: -10000px;
    max-width: none;
    margin: auto; }
    html[data-browser-name="firefox"] .bg-image .headers__col.image .headers__image {
      top: -10000px; }
  .headers__image-mobile .headers__image {
    left: -10000px;
    top: -10000px;
    box-sizing: content-box; }
  @media screen and (max-width: 30em) {
    .headers__image {
      min-width: 165px;
      min-height: 165px; } }

.headers__return {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 20px;
  left: 0;
  right: 0; }
  @media screen and (max-width: 48em) {
    .headers__return {
      top: 10px; } }
  @media screen and (max-width: 30em) {
    .headers__return {
      display: none; } }
  @media print {
    .headers__return {
      display: none; } }
  .headers__return a {
    color: #000;
    margin-left: 20px;
    font-size: 14px; }

.headers__login {
  margin-top: 25px; }

.headers__media-image {
  position: relative; }

.headers__media-video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  left: 1.375rem;
  background-color: inherit; }
  @media screen and (max-width: 30em) {
    .headers__media-video-overlay {
      position: relative;
      top: -5rem; } }
  .headers__media-video-overlay .icon-play:before {
    border: 2px solid #000;
    border-color: rgba(0, 0, 0, 0.8); }
  .headers__media-video-overlay .icon-play:after {
    border-left: 21px solid #000;
    border-left-color: rgba(0, 0, 0, 0.8); }

.people-tile {
  width: 100%;
  clear: both; }
  .people-tile::before, .people-tile::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .people-tile::after {
    clear: both; }
  .pre-search__column .people-tile {
    max-width: 320px;
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .sidebar .people-tile {
    max-width: 240px;
    width: 100%;
    float: left; }
  .w-sidebar .people-tile {
    max-width: none;
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .content .people-tile {
    font-size: 0; }
  .people-tile--limit-visible .people-tile__container:nth-child(-n+8) {
    display: table; }
  .people-tile--limit-visible .people-tile__container {
    display: none; }
  @media screen and (max-width: 30em) {
    .people-tile {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      max-width: none !important; }
      .sidebar .people-tile {
        padding: 0; } }

.people-tile-pre__container {
  margin: 0 15px 15px 15px; }

.people-tile__container {
  max-width: 485px;
  display: table;
  width: 100%;
  height: 80px;
  background-color: #000;
  overflow: hidden;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  font-size: 0;
  float: left;
  text-decoration: none !important; }
  @media print {
    .people-tile__container {
      display: block;
      page-break-inside: avoid;
      width: 45%;
      background-color: unset;
      text-decoration: underline !important;
      -webkit-transition: none;
      transition: none; }
      .people-tile__container a {
        background-color: unset; } }
  .people-tile__container:hover {
    background-color: #01bcd9; }
  .sidebar .people-tile__container {
    margin-bottom: 15px; }
  .content .people-tile__container {
    border-left: 15px solid #fff;
    border-right: 15px solid #fff; }
  .content.search-results .people-tile__container {
    border-color: #ebebeb;
    margin-bottom: 20px; }
  .content.search-results .people-tile__container {
    max-width: none; }
  .content .people-tile__container {
    margin-bottom: 45px; }
    @media screen and (max-width: 30em) {
      .content .people-tile__container {
        margin-bottom: 20px; } }
    [data-browser-name="internet-explorer"] .content .people-tile__container {
      margin: 0 14.9px 45px; }
  .pre-search__column .people-tile__container {
    margin-bottom: 20px; }
  .results-people-tile .people-tile__container:not(.animated) {
    opacity: 0; }
  .people-tile__container .results__content {
    max-width: none;
    width: 50%; }

.people-tile__col {
  display: table-cell;
  vertical-align: middle; }
  .pre-search__column .people-tile__col {
    vertical-align: top; }
    .pre-search__column .people-tile__col.info {
      padding-top: 15px !important; }

.people-tile__col.image {
  width: 80px;
  height: 80px; }
  .people-tile__col.image img {
    max-width: 80px; }

.people-tile__col.info {
  padding: 0 9px;
  font-size: 16px; }

.people-tile__titles p, .people-tile__name p {
  line-height: 18px; }
  .pre-search__column .people-tile__titles p, .pre-search__column .people-tile__name p {
    font-size: 14px; }

@media print {
  .people-tile__titles, .people-tile__name {
    color: #000; } }

.people-tile__name * {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900; }

.sidebar .people-tile__name .sidebar p {
  font-size: 14px !important; }

.sidebar .people-tile__titles {
  display: none; }

.aof-tile {
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto;
  margin: 0; }
  .aof-tile::before, .aof-tile::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .aof-tile::after {
    clear: both; }
  .pre-search__column .aof-tile {
    max-width: 320px;
    height: 80px;
    border-color: #000;
    padding: 0px; }
  .sidebar .aof-tile {
    max-width: 240px;
    margin-left: 0px;
    border-color: #000; }
    @media screen and (max-width: 30em) {
      .sidebar .aof-tile {
        max-width: none; } }
    @media print {
      .sidebar .aof-tile {
        max-width: none; }
        .sidebar .aof-tile a {
          text-decoration: underline; } }

.aof-tile__tile {
  width: 25%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media print {
    .aof-tile__tile {
      page-break-inside: avoid; } }
  .big .aof-tile__tile {
    width: 33.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    @media screen and (max-width: 30em) {
      .big .aof-tile__tile {
        width: 50%;
        float: left;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem; }
        .big .aof-tile__tile:last-child {
          display: none; } }
  .small .aof-tile__tile .aof-tile__container {
    border: none;
    padding: 0;
    height: auto; }
    .small .aof-tile__tile .aof-tile__container:hover {
      background: none; }
  .small .aof-tile__tile .aof-tile__title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px; }
    .small .aof-tile__tile .aof-tile__title:hover {
      color: #000;
      text-decoration: underline; }
  .pre-search__column .aof-tile__tile,
  .sidebar .aof-tile__tile,
  .content.search-results .aof-tile__tile {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .sidebar .aof-tile__tile {
    padding: 0; }
  @media screen and (max-width: 48em) {
    .aof-tile__tile {
      width: 33.33333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (max-width: 30em) {
    .aof-tile__tile {
      width: 50%;
      float: left;
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
      .aof-tile__tile:nth-child(odd) {
        padding-left: 0.9375rem !important; }
      .aof-tile__tile:nth-child(even) {
        padding-right: 0.9375rem !important; }
      .sidebar .aof-tile__tile {
        padding: 0 !important; } }

.aof-tile__container {
  display: block;
  text-decoration: none;
  border: 2px solid #e31b23;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  height: 100px;
  padding: 13px; }
  .aof-tile__container:hover {
    background-color: #e31b23;
    border-color: #e31b23 !important;
    text-decoration: none !important; }
  .big .aof-tile__container {
    height: 205px;
    padding: 0px 18px;
    padding-top: 24px; }
    @media screen and (max-width: 30em) {
      .big .aof-tile__container {
        height: 100px;
        padding: 12px 10px; } }
  .content .aof-tile__container {
    margin-bottom: 30px; }
    @media screen and (max-width: 30em) {
      .content .aof-tile__container {
        margin-bottom: 10px; } }
  .content.search-results .aof-tile__container {
    margin-bottom: 20px; }
  .pre-search__column .aof-tile__container {
    height: 80px;
    border-color: #000;
    margin-bottom: 20px; }
  .sidebar .aof-tile__container {
    border-color: #000; }
  .content.search-results .aof-tile__container {
    border: none;
    border-bottom: 2px solid #000;
    background-color: transparent;
    padding: 0;
    padding-bottom: 15px;
    height: auto; }

.aof-tile__title, .aof-tile__description, .aof-tile__link, .aof-tile__section {
  color: #000;
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }
  .big .aof-tile__title, .big .aof-tile__description, .big .aof-tile__link, .big .aof-tile__section {
    display: block; }
  .aof-tile__container:hover .aof-tile__title, .aof-tile__container:hover .aof-tile__description, .aof-tile__container:hover .aof-tile__link, .aof-tile__container:hover .aof-tile__section {
    color: #fff; }
  .content.search-results .aof-tile__title, .content.search-results .aof-tile__description, .content.search-results .aof-tile__link, .content.search-results .aof-tile__section {
    color: #000;
    font-size: 16px; }
    @media screen and (max-width: 48em) {
      .content.search-results .aof-tile__title, .content.search-results .aof-tile__description, .content.search-results .aof-tile__link, .content.search-results .aof-tile__section {
        font-size: 14px; } }

.aof-tile__title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 900; }
  @media screen and (max-width: 37.5em) {
    .aof-tile__title {
      font-size: 14px;
      line-height: 18px; } }
  .big .aof-tile__title {
    font-size: 20px;
    line-height: 24px;
    height: 48px; }
    @media screen and (max-width: 48em) {
      .big .aof-tile__title {
        line-height: 26px;
        height: 130px; } }
    @media screen and (max-width: 37.5em) {
      .big .aof-tile__title {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 18px;
        height: 54px; } }
  .pre-search__column .aof-tile__title {
    font-size: 14px;
    line-height: 18px; }

.aof-tile__description {
  line-height: 22px;
  height: 44px;
  display: none;
  margin: 30px 0;
  font-size: 18px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  overflow: hidden; }
  @media screen and (max-width: 48em) {
    .big .aof-tile__description {
      display: none; } }

.aof-tile__link {
  display: none;
  font-size: 14px;
  line-height: 100%; }
  @media screen and (max-width: 30em) {
    .big .aof-tile__link {
      font-size: 10px;
      line-height: 100%; } }

.search-results .aof-tile__container:hover {
  border-color: #000 !important;
  text-decoration: underline !important; }

.news {
  clear: both; }
  .news::before, .news::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .news::after {
    clear: both; }
  .news .owl-item {
    border-right: 2px solid transparent;
    -webkit-transition: border-color 0.5s;
    transition: border-color 0.5s; }
    .news .owl-item.border, .news .owl-item:first-child {
      border-color: #e31b23; }
  .news .owl-nav {
    display: none; }
  .news .owl-stage-outer {
    margin-bottom: 20px; }
  .news .owl-dots {
    text-align: center; }
    @media screen and (max-width: 48em) {
      .news .owl-dots {
        margin-top: 45px; } }
    @media screen and (max-width: 30em) {
      .news .owl-dots {
        margin-top: 20px; } }

.news__container--limit-visible .news__article:nth-child(-n+6) {
  display: block; }

.news__container--limit-visible .news__article {
  display: none; }

.news__container.carousel {
  margin-bottom: 25px; }
  .news__container.carousel .owl-dot {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-transition-property: border-width, border-color;
    transition-property: border-width, border-color;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; }
    .red .news__container.carousel .owl-dot {
      border-color: #e31b23; }
      .red .news__container.carousel .owl-dot:hover, .red .news__container.carousel .owl-dot.active {
        border-color: #e31b23;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .red .news__container.carousel .owl-dot:hover, .red .news__container.carousel .owl-dot.active {
            border-width: 8px; } }
    .blue .news__container.carousel .owl-dot {
      border-color: #01bcd9; }
      .blue .news__container.carousel .owl-dot:hover, .blue .news__container.carousel .owl-dot.active {
        border-color: #01bcd9;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .blue .news__container.carousel .owl-dot:hover, .blue .news__container.carousel .owl-dot.active {
            border-width: 8px; } }
    .green .news__container.carousel .owl-dot {
      border-color: #81d143; }
      .green .news__container.carousel .owl-dot:hover, .green .news__container.carousel .owl-dot.active {
        border-color: #81d143;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .green .news__container.carousel .owl-dot:hover, .green .news__container.carousel .owl-dot.active {
            border-width: 8px; } }
    .purple .news__container.carousel .owl-dot {
      border-color: #7d4ec2; }
      .purple .news__container.carousel .owl-dot:hover, .purple .news__container.carousel .owl-dot.active {
        border-color: #7d4ec2;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .purple .news__container.carousel .owl-dot:hover, .purple .news__container.carousel .owl-dot.active {
            border-width: 8px; } }
    .yellow .news__container.carousel .owl-dot {
      border-color: #ffdb2e; }
      .yellow .news__container.carousel .owl-dot:hover, .yellow .news__container.carousel .owl-dot.active {
        border-color: #ffdb2e;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .yellow .news__container.carousel .owl-dot:hover, .yellow .news__container.carousel .owl-dot.active {
            border-width: 8px; } }
    .white .news__container.carousel .owl-dot {
      border-color: #fff; }
      .white .news__container.carousel .owl-dot:hover, .white .news__container.carousel .owl-dot.active {
        border-color: #fff;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .white .news__container.carousel .owl-dot:hover, .white .news__container.carousel .owl-dot.active {
            border-width: 8px; } }
    .black .news__container.carousel .owl-dot {
      border-color: #000; }
      .black .news__container.carousel .owl-dot:hover, .black .news__container.carousel .owl-dot.active {
        border-color: #000;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .black .news__container.carousel .owl-dot:hover, .black .news__container.carousel .owl-dot.active {
            border-width: 8px; } }
    .dark-grey .news__container.carousel .owl-dot {
      border-color: #696a6a; }
      .dark-grey .news__container.carousel .owl-dot:hover, .dark-grey .news__container.carousel .owl-dot.active {
        border-color: #696a6a;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .dark-grey .news__container.carousel .owl-dot:hover, .dark-grey .news__container.carousel .owl-dot.active {
            border-width: 8px; } }
    .grey .news__container.carousel .owl-dot {
      border-color: #b7b7b7; }
      .grey .news__container.carousel .owl-dot:hover, .grey .news__container.carousel .owl-dot.active {
        border-color: #b7b7b7;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .grey .news__container.carousel .owl-dot:hover, .grey .news__container.carousel .owl-dot.active {
            border-width: 8px; } }
    .light-grey .news__container.carousel .owl-dot {
      border-color: #ebebeb; }
      .light-grey .news__container.carousel .owl-dot:hover, .light-grey .news__container.carousel .owl-dot.active {
        border-color: #ebebeb;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .light-grey .news__container.carousel .owl-dot:hover, .light-grey .news__container.carousel .owl-dot.active {
            border-width: 8px; } }
    @media screen and (max-width: 30em) {
      .news__container.carousel .owl-dot {
        width: 15px;
        height: 15px; } }

.news__article {
  width: 33.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: block;
  text-decoration: none;
  color: #000;
  margin-bottom: 15px; }
  .news__article:hover .news__title {
    text-decoration: underline; }
  .carousel .news__article {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding: 0 1.25rem;
    margin-bottom: 0px; }
  .pre-search__column .news__article {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 15px;
    margin-bottom: 20px; }
  .sidebar .news__article {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    max-width: 240px; }
  .w-sidebar .news__article, .footer .news__article {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 20px; }
  @media screen and (max-width: 30em) {
    .news__article {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.news__border {
  padding-bottom: 15px;
  border-bottom: 2px solid #000; }
  .carousel .news__border {
    border-bottom: none;
    padding-bottom: 0; }
  .sidebar .news__border {
    padding-bottom: 10px; }
  .pre-search__column .news__border {
    padding-bottom: 9px; }
  .footer .news__border {
    border-color: #fff; }

.news__media-image {
  position: relative;
  margin-bottom: 10px; }

.news__media-video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1; }

.news__title {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  display: block;
  width: 100%;
  font-size: 16px;
  overflow: hidden; }
  .content:not(.w-sidebar) .news__title {
    line-height: 22px;
    height: 66px; }
  .news .carousel .news__title {
    font-size: 20px;
    line-height: 24px;
    height: 72px; }
    @media screen and (max-width: 30em) {
      .news .carousel .news__title {
        font-size: 14px;
        line-height: 18px;
        height: 72px; } }
  .pre-search__column .news__title {
    font-size: 14px;
    line-height: 18px;
    height: 36px; }
  .content.w-sidebar .news__title {
    line-height: 22px; }
  .sidebar .news__title {
    line-height: 24px; }
  .footer .news__title {
    font-family: 'museo-sans', sans-serif;
    font-weight: 100;
    line-height: 21px;
    max-height: 63px;
    overflow: hidden; }

.news__tags, .news__author, .news__footer {
  display: none; }
  .carousel .news__tags, .carousel .news__author, .carousel .news__footer {
    display: block; }

.content.w-sidebar .news__tags {
  display: block; }

.pre-search__column .news__tags {
  display: block;
  margin-top: 0;
  line-height: 0; }

@media screen and (max-width: 30em) {
  .carousel .news__tags {
    display: none; } }

@media screen and (max-width: 30em) {
  .news__tags {
    margin-top: 15px; } }

.news__tag {
  display: inline;
  font-size: 16px;
  line-height: 20px; }
  .news__tag:last-child {
    padding-right: 0px;
    margin-right: 0px; }
  .content.w-sidebar .news__tag {
    display: inline;
    font-size: 16px;
    line-height: 22px; }
  .pre-search__column .news__tag {
    font-size: 14px;
    line-height: 18px; }
  @media screen and (max-width: 30em) {
    .news__tag {
      font-size: 14px;
      line-height: 18px; } }

.news__tag-name, .news__tag-pipe {
  display: inline;
  margin-right: 10px;
  text-align: center; }
  @media screen and (max-width: 30em) {
    .news__tag-name, .news__tag-pipe {
      margin-right: 5px; } }

.news__author {
  font-size: 16px;
  line-height: 20px;
  width: 100%; }
  @media screen and (max-width: 30em) {
    .carousel .news__author {
      display: none; } }
  .content.w-sidebar .news__author {
    display: block;
    font-size: 16px;
    line-height: 22px; }
    @media screen and (max-width: 30em) {
      .content.w-sidebar .news__author {
        font-size: 14px;
        line-height: 18px; } }

.news__footer {
  font-size: 14px;
  margin-top: 5px; }
  .sidebar .news__footer {
    display: block;
    margin-top: 10px; }
  @media screen and (max-width: 30em) {
    .carousel .news__footer {
      margin-top: 15px; } }

.matter-link {
  display: block;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .matter-link:hover {
    text-decoration: underline; }

.matter__title, .matter__content {
  font-size: 16px;
  line-height: 24px; }

.matter__title {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  display: block; }

.matter__media-image {
  position: relative;
  margin-bottom: 10px; }

.matter__media-video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1; }

.blockquote, blockquote {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 50px; }
  .blockquote.centered, blockquote.centered {
    margin: 95px 0px;
    text-align: center;
    width: 75%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .blockquote.blockquote-wide, blockquote.blockquote-wide {
    width: 100%; }
  @media screen and (max-width: 30em) {
    .blockquote, blockquote {
      margin: 30px 0px; } }

.blockquote__quote {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 700;
  display: block;
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 20px; }
  @media screen and (max-width: 30em) {
    .blockquote__quote {
      font-size: 20px;
      line-height: 22px; } }

.blockquote__attribution {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 300; }
  @media screen and (max-width: 30em) {
    .blockquote__attribution {
      font-size: 14px;
      line-height: 22px; } }

.text-section {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 30px; }
  .sidebar .text-section {
    margin-top: 0px;
    max-width: 210px; }
  .text-section ul {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px; }
    .text-section ul ul {
      margin-bottom: 0; }
  .text-section li {
    margin-left: 20px;
    line-height: 24px; }
  .text-section ul li {
    list-style-type: disc; }
    .text-section ul li li {
      list-style-type: circle; }
  .text-section ol ol {
    list-style-type: lower-alpha; }
  .text-section.no-header:not(:first-child) {
    margin-top: -30px; }

.text-section__header {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  margin-bottom: 20px;
  font-size: 18px; }
  .sidebar .text-section__header {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px; }
  .text-section__header.print-only {
    margin-left: 15px;
    margin-bottom: 50px; }

.text-section .text-section__header.print-only {
  margin-left: 0; }

.text-section__content p {
  margin-bottom: 20px;
  line-height: 24px; }

.text-section__content strong em,
.text-section__content em strong {
  font-style: italic;
  font-weight: 900; }

@media screen and (min-width: 48em) {
  .text-section__picture {
    float: right;
    max-width: 294px;
    padding-left: 30px; } }

.text-section__picture .text-section__button {
  margin: 20px 0; }

.text-section.accordian .text-section__header {
  cursor: pointer; }

.text-section.accordian .text-section__header .expand-indicator {
  font-weight: 700; }
  .text-section.accordian .text-section__header .expand-indicator::after {
    content: '+'; }
  .text-section.accordian .text-section__header .expand-indicator.expanded::after {
    content: '–'; }

.inline-media {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-top: 5px;
  margin-bottom: 50px; }

.inline-media__image-container {
  outline-width: 0; }
  .inline-media__image-container--full-width img {
    width: 100%; }

.inline-media__item {
  position: relative; }

.inline-media__zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 7px; }
  .inline-media__zoom img {
    width: 16px; }

.inline-media__cover {
  position: relative;
  z-index: 10; }
  .inline-media__video-container.playing .inline-media__cover {
    z-index: 0;
    opacity: 0; }

.inline-media__video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.inline-media__video {
  width: 100%;
  height: 100%; }
  .inline-media__video-container.playing .inline-media__video {
    opacity: 1; }

.inline-media__caption {
  margin-top: 10px;
  color: #000; }
  .inline-media__caption p {
    font-size: 14px;
    line-height: 24px;
    font-style: italic; }

.decorated-header {
  width: 66.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px; }
  @media screen and (max-width: 30em) {
    .decorated-header {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-top: 60px;
      margin-bottom: 30px; } }

.decorated-header__main {
  font-size: 58px;
  line-height: 1;
  display: block;
  color: #000;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 700; }
  @media screen and (max-width: 48em) {
    .decorated-header__main {
      font-size: 80px;
      line-height: 80px; } }
  @media screen and (max-width: 30em) {
    .decorated-header__main {
      font-size: 44px;
      line-height: 44px; } }

.decorated-header__sub {
  max-width: 630px;
  margin: 0 auto;
  display: block;
  font-size: 24px;
  line-height: 1.83;
  margin-top: 5px; }
  @media screen and (max-width: 48em) {
    .decorated-header__sub {
      font-size: 30px;
      line-height: 34px; } }
  @media screen and (max-width: 30em) {
    .decorated-header__sub {
      font-size: 18px;
      line-height: 22px; } }

.full-media {
  display: block;
  height: 420px;
  width: 100%;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .full-media.video {
    position: relative; }
    .full-media.video .fluid-width-video-wrapper {
      z-index: 20;
      padding-top: 420px !important; }
  .full-media.video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  @media print {
    .full-media {
      height: initial; } }

.full-media__content {
  display: table;
  height: 100%;
  position: relative;
  z-index: 1;
  max-width: 60.625rem;
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.full-media__center {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.full-media__title {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 900; }

.full-media__sub-title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px; }

.section-intro {
  width: 66.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  clear: both; }
  @media screen and (max-width: 30em) {
    .section-intro {
      width: 100%; } }

.section-intro__title {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
  display: block;
  font-family: 'museo-sans', sans-serif;
  font-weight: 900; }

.section-intro__blurb {
  font-size: 16px;
  line-height: 22px; }
  .section-intro__blurb p {
    margin-bottom: 10px; }

.content-table {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 30px;
  overflow-x: auto; }
  .content-table table {
    width: 100%; }
  .content-table thead {
    border: 1px solid #000; }
  .content-table th {
    background-color: #000;
    color: #fff;
    padding: 6px 6px;
    padding-bottom: 6px;
    text-align: left; }
  .content-table tbody {
    border-left: 1px solid #b7b7b7; }
  .content-table td {
    padding: 6px 6px;
    border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7; }
    .content-table td p {
      font-size: 85%; }

.column-list {
  clear: both;
  margin-bottom: 100px; }

.column-list__single-title {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 25px; }
  .column-list__single-title p {
    font-size: 24px;
    line-height: 22px; }

.column-list__column {
  width: 33.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media screen and (max-width: 30em) {
    .column-list__column {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-bottom: 40px; } }

.column-list__title {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 22px; }

.column-list__item {
  font-size: 16px;
  line-height: 22px; }
  .column-list__item.indent {
    margin-left: 40px; }
  .column-list__item a {
    color: #000;
    text-decoration: underline; }

.column-box {
  clear: both; }

.column-box__item {
  width: 33.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: table;
  min-height: 140px;
  margin-bottom: 25px; }
  @media screen and (max-width: 30em) {
    .column-box__item {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.column-box__center {
  display: table-cell;
  vertical-align: middle;
  padding: 25px; }
  .column-box__center.va-top {
    vertical-align: inherit; }
  .column-box__center.bordered {
    border: 2px solid #b7b7b7; }

.column-box__logo {
  text-align: center; }
  .column-box__logo img {
    max-height: 70px;
    max-width: 190px; }

.column-box__headline {
  text-align: left;
  line-height: 24px;
  font-weight: 900;
  font-size: 20px; }
  .column-box__headline.centered {
    text-align: center; }
  .column-box__headline.margin-top {
    margin-top: 20px; }
  @media screen and (max-width: 48em) {
    .column-box__headline {
      font-size: 18px;
      line-height: 22px; } }

.column-box__text {
  text-align: left;
  line-height: 24px;
  margin-top: 20px; }
  .column-box__text.centered {
    text-align: center; }
  .column-box__text.no-margin-top {
    margin-top: 0; }
  @media screen and (max-width: 48em) {
    .column-box__text {
      font-size: 14px;
      line-height: 20px; } }

.column-box-info__item {
  width: 50%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 30px; }
  @media screen and (max-width: 30em) {
    .column-box-info__item {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      height: auto !important; } }
  @media print {
    .column-box-info__item {
      page-break-inside: avoid; } }

.column-box-info__content {
  border: 2px solid #b7b7b7;
  padding: 20px; }

.column-box-info__title {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  display: inline-block;
  color: #000;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
  text-decoration: none;
  border-bottom: 2px solid transparent; }
  .column-box-info__title.link:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px; }
  .column-box-info__title.link:hover {
    border-color: #000; }

.column-box-info__blurb p {
  font-size: 16px;
  line-height: 24px; }

.column-box-info__subhead,
.column-box-info__street,
.column-box-info__phone,
.column-box-info__fax {
  display: block; }

.column-box-info__phone {
  margin-top: 20px; }

.column-box-info__subhead {
  margin-bottom: 20px; }

.circular-list {
  text-align: center;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.875rem 0; }

.circular-list__outer--two-col {
  width: 50%; }
  @media screen and (max-width: 30em) {
    .circular-list__outer--two-col {
      width: initial; } }

.circular-list__item {
  height: 290px;
  width: 290px;
  padding: 15px;
  display: inline-block;
  position: relative;
  text-align: left; }
  @media screen and (max-width: 48em) {
    .circular-list__item {
      height: 250px;
      width: 250px;
      padding: 0;
      margin: -25px -10px; } }
  @media screen and (max-width: 30em) {
    .circular-list__item {
      margin: 0;
      margin-top: -80px;
      display: block;
      margin-left: -15px; }
      .circular-list__item:first-child {
        margin-top: 0; }
      .circular-list__item:nth-child(even) {
        margin-left: auto;
        margin-right: -15px; } }
  .circular-list__item:nth-child(1) {
    z-index: 9; }
  .circular-list__item:nth-child(2) {
    z-index: 8; }
  .circular-list__item:nth-child(3) {
    z-index: 7; }
  .circular-list__item:nth-child(4) {
    z-index: 6; }
  .circular-list__item:nth-child(5) {
    z-index: 5; }
  .circular-list__item:nth-child(6) {
    z-index: 4; }
  .circular-list__item:nth-child(7) {
    z-index: 3; }
  .circular-list__item:nth-child(8) {
    z-index: 2; }
  .circular-list__item:nth-child(9) {
    z-index: 1; }
  .circular-list__item:nth-child(10) {
    z-index: 0; }

.circular-list__container {
  display: table;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  border: 2px solid #b7b7b7;
  background-color: #fff; }
  .circular-list__container--invert {
    border: 2px solid #fff;
    background-color: #000; }
    .circular-list__container--invert * {
      color: #fff; }
  .circular-list__container--has-image {
    background-position: center;
    background-size: 102%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden; }
    .circular-list__container--has-image:before {
      content: '';
      height: 100%;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .circular-list__container--invert.circular-list__container--has-image:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5); }

.circular-list__center {
  display: table-cell;
  vertical-align: middle;
  padding: 0 25px;
  z-index: 1;
  position: relative; }

.circular-list__content {
  overflow: hidden;
  line-height: 22px;
  height: 110px; }
  .circular-list__content a {
    text-decoration: none; }
    .circular-list__content a:hover {
      text-decoration: underline; }
  .circular-list__content p {
    font-size: 18px;
    line-height: 22px;
    font-family: 'museo-sans', sans-serif;
    font-weight: 900;
    text-align: center; }

.circular-list__subtext {
  text-align: center;
  margin: 1.25rem 0; }
  @media screen and (max-width: 48em) {
    .circular-list__subtext {
      display: none; } }

.color-banner {
  height: 420px;
  font-size: 0px;
  text-align: center; }
  @media screen and (max-width: 30em) {
    .color-banner {
      height: 320px; } }
  .color-banner:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%; }

.color-banner__row {
  width: 100%;
  display: inline-block;
  vertical-align: middle; }

.color-banner__title {
  width: 50%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media screen and (max-width: 30em) {
    .color-banner__title {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      text-align: left;
      margin-bottom: 20px; } }
  .color-banner__title span {
    font-size: 58px;
    line-height: 74px;
    font-family: 'museo-sans', sans-serif;
    font-weight: 900; }
    @media screen and (max-width: 48em) {
      .color-banner__title span {
        font-size: 46px;
        line-height: 50px; } }
    @media screen and (max-width: 30em) {
      .color-banner__title span {
        font-size: 30px;
        line-height: 32px; } }

.color-banner__sub-title {
  font-size: 18px;
  line-height: 26px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 0; }

.color-banner__description {
  width: 50%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media screen and (max-width: 30em) {
    .color-banner__description {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .color-banner__description p {
    font-family: 'museo-sans', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 36px; }
    @media screen and (max-width: 48em) {
      .color-banner__description p {
        font-size: 22px;
        line-height: 34px; } }
    @media screen and (max-width: 30em) {
      .color-banner__description p {
        font-size: 16px;
        line-height: 22px; } }

.color-banner__table {
  width: 350px;
  height: 350px;
  display: table;
  border-radius: 100%;
  margin-left: auto; }
  @media screen and (max-width: 48em) {
    .color-banner__table {
      width: 280px;
      height: 280px; } }
  @media screen and (max-width: 30em) {
    .color-banner__table {
      width: 180px;
      height: 180px; } }
  .color-banner__title .color-banner__table {
    width: auto;
    border-radius: 0;
    margin-left: 0; }
    @media screen and (max-width: 30em) {
      .color-banner__title .color-banner__table {
        height: auto; } }

.color-banner__cell {
  display: table-cell;
  vertical-align: middle; }

.news-carousel {
  background-color: #000;
  padding: 20px 0; }
  .news-carousel .owl-dots {
    text-align: center; }
    @media screen and (max-width: 48em) {
      .news-carousel .owl-dots {
        margin-top: 45px; } }
    @media screen and (max-width: 30em) {
      .news-carousel .owl-dots {
        margin-top: 15px; } }
  .news-carousel .owl-item {
    border-right: 2px solid #fff; }
    .news-carousel .owl-item:first-child {
      border-left: 2px solid #fff; }
    @media screen and (max-width: 48em) {
      .news-carousel .owl-item {
        border: none; }
        .news-carousel .owl-item:nth-child(even) {
          border-left: 2px solid #fff;
          border-right: 2px solid #fff; } }
    @media screen and (max-width: 30em) {
      .news-carousel .owl-item {
        border: none; }
        .news-carousel .owl-item:nth-child(even) {
          border: none; }
        .news-carousel .owl-item:nth-child(odd) {
          border-right: 2px solid #fff; }
        .news-carousel .owl-item:last-child {
          border: none;
          border-left: 2px solid #fff; } }
  @media screen and (max-width: 30em) {
    .news-carousel .owl-controls {
      margin-top: 15px; } }
  @media print {
    .news-carousel .owl-controls {
      display: none !important; } }
  .news-carousel .owl-nav {
    display: none; }

.news-carousel__carousel {
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto; }
  .news-carousel__carousel::before, .news-carousel__carousel::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .news-carousel__carousel::after {
    clear: both; }
  .news-carousel__carousel .owl-dot {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-transition-property: border-width, border-color;
    transition-property: border-width, border-color;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; }
    .red .news-carousel__carousel .owl-dot:hover, .red .news-carousel__carousel .owl-dot.active {
      border-color: #e31b23;
      border-width: 10px; }
    .blue .news-carousel__carousel .owl-dot:hover, .blue .news-carousel__carousel .owl-dot.active {
      border-color: #01bcd9;
      border-width: 10px; }
    .green .news-carousel__carousel .owl-dot:hover, .green .news-carousel__carousel .owl-dot.active {
      border-color: #81d143;
      border-width: 10px; }
    .purple .news-carousel__carousel .owl-dot:hover, .purple .news-carousel__carousel .owl-dot.active {
      border-color: #7d4ec2;
      border-width: 10px; }
    .yellow .news-carousel__carousel .owl-dot:hover, .yellow .news-carousel__carousel .owl-dot.active {
      border-color: #ffdb2e;
      border-width: 10px; }
    .white .news-carousel__carousel .owl-dot:hover, .white .news-carousel__carousel .owl-dot.active {
      border-color: #fff;
      border-width: 10px; }
    .black .news-carousel__carousel .owl-dot:hover, .black .news-carousel__carousel .owl-dot.active {
      border-color: #000;
      border-width: 10px; }
    .dark-grey .news-carousel__carousel .owl-dot:hover, .dark-grey .news-carousel__carousel .owl-dot.active {
      border-color: #696a6a;
      border-width: 10px; }
    .grey .news-carousel__carousel .owl-dot:hover, .grey .news-carousel__carousel .owl-dot.active {
      border-color: #b7b7b7;
      border-width: 10px; }
    .light-grey .news-carousel__carousel .owl-dot:hover, .light-grey .news-carousel__carousel .owl-dot.active {
      border-color: #ebebeb;
      border-width: 10px; }

.news-carousel__item {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  color: #fff; }
  .news-carousel__item:hover {
    text-decoration: underline; }

.news-carousel__title {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin-bottom: 15px; }

.news-carousel__content {
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  margin-bottom: 25px;
  overflow: hidden; }

.news-carousel__link {
  line-height: 22px;
  text-decoration: underline; }

.color-news .row {
  position: relative; }

.color-news .slick-prev, .color-news .slick-next {
  display: none !important; }

.color-news .slick-list {
  z-index: 100; }

.color-news .slick-dots {
  max-width: 60.625rem;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media print {
    .color-news .slick-dots {
      display: none !important; } }

.color-news .slick-dots li {
  z-index: 200;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-top: 15px;
  margin-right: 15px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  float: right;
  clear: both; }
  .color-news .slick-dots li:first-child {
    margin-top: 0; }
  .color-news .slick-dots li button {
    opacity: 0;
    display: none; }

.color-news.red .slick-dots li.slick-active, .color-news.red .slick-dots li:hover {
  border-color: #e31b23;
  background-color: #e31b23; }

.color-news.blue .slick-dots li.slick-active, .color-news.blue .slick-dots li:hover {
  border-color: #01bcd9;
  background-color: #01bcd9; }

.color-news.green .slick-dots li.slick-active, .color-news.green .slick-dots li:hover {
  border-color: #81d143;
  background-color: #81d143; }

.color-news.purple .slick-dots li.slick-active, .color-news.purple .slick-dots li:hover {
  border-color: #7d4ec2;
  background-color: #7d4ec2; }

.color-news.yellow .slick-dots li.slick-active, .color-news.yellow .slick-dots li:hover {
  border-color: #ffdb2e;
  background-color: #ffdb2e; }

.color-news.white .slick-dots li.slick-active, .color-news.white .slick-dots li:hover {
  border-color: #fff;
  background-color: #fff; }

.color-news.black .slick-dots li.slick-active, .color-news.black .slick-dots li:hover {
  border-color: #000;
  background-color: #000; }

.color-news.dark-grey .slick-dots li.slick-active, .color-news.dark-grey .slick-dots li:hover {
  border-color: #696a6a;
  background-color: #696a6a; }

.color-news.grey .slick-dots li.slick-active, .color-news.grey .slick-dots li:hover {
  border-color: #b7b7b7;
  background-color: #b7b7b7; }

.color-news.light-grey .slick-dots li.slick-active, .color-news.light-grey .slick-dots li:hover {
  border-color: #ebebeb;
  background-color: #ebebeb; }

@media print {
  .color-news .slick-slide {
    width: initial !important; } }

@media print {
  .color-news {
    width: 100% !important;
    max-width: 60.625rem;
    margin: 0 auto; } }

.color-news__image {
  width: 25%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media screen and (max-width: 30em) {
    .color-news__image {
      width: 33.33333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .color-news__image img {
    min-width: 150px;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
    border-radius: 100%; }
    @media screen and (max-width: 48em) {
      .color-news__image img {
        min-width: 125px;
        max-width: 125px;
        min-height: 125px;
        max-height: 125px; } }
    @media screen and (max-width: 30em) {
      .color-news__image img {
        min-width: 80px;
        max-width: 80px;
        min-height: 80px;
        max-height: 80px; } }

.color-news__info {
  width: 58.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: 8.33333%; }
  @media screen and (max-width: 30em) {
    .color-news__info {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-left: 0%;
      padding-right: 35px;
      width: 58%; } }
  .color-news__info.noImage {
    margin-left: 0%;
    width: 91.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .color-news__info:hover .color-news__link {
    text-decoration: underline; }

.color-news__table {
  display: table;
  width: 100%;
  height: 220px; }
  @media screen and (max-width: 48em) {
    .color-news__table {
      height: 200px; } }
  @media screen and (max-width: 30em) {
    .color-news__table {
      height: 140px; } }

.color-news__center {
  display: table-cell;
  vertical-align: middle; }

.color-news__title,
.color-news__date,
.color-news__location,
.color-news__desc,
.color-news__link,
.color-news__details {
  color: #fff; }
  .fill-black .color-news__title, .fill-black
  .color-news__date, .fill-black
  .color-news__location, .fill-black
  .color-news__desc, .fill-black
  .color-news__link, .fill-black
  .color-news__details {
    color: #fff; }

.color-news__wrapper {
  outline: none;
  display: block; }

.color-news__title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  color: #000; }
  @media screen and (max-width: 30em) {
    .color-news__title {
      font-size: 14px;
      line-height: 18px; } }

.color-news__desc {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px; }

.color-news__link {
  font-size: 14px; }

@media screen and (max-width: 37.5em) {
  .color-news__details, .color-news__desc {
    display: none; } }

.media-text {
  margin-bottom: 45px; }
  @media print {
    .media-text {
      page-break-inside: avoid; } }

.media-text__media {
  width: 33.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media screen and (max-width: 30em) {
    .media-text__media {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-bottom: 20px; } }

.media-text__video {
  position: relative;
  display: block; }

.media-text__video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .media-text__video-overlay:hover {
    opacity: 1; }

.media-text__content {
  width: 66.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media screen and (max-width: 30em) {
    .media-text__content {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .media-text__content p, .media-text__content ul {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px; }
  .media-text__content li {
    margin-left: 20px;
    line-height: 24px; }
  .media-text__content ul li {
    list-style-type: disc; }
    .media-text__content ul li li {
      list-style-type: circle; }

.media-text__title {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 900; }

.media-text__caption {
  margin-top: 15px;
  font-size: 14px;
  font-style: italic;
  line-height: 18px; }

.full-carousel {
  width: 100%;
  float: left;
  margin: 75px 0;
  clear: both; }
  @media screen and (max-width: 30em) {
    .full-carousel {
      padding: 0 0.9375rem; } }
  @media screen and (max-width: 30em) {
    .full-carousel .owl-controls {
      display: none; } }
  @media print {
    .full-carousel .owl-controls {
      display: none !important; } }
  @media print {
    .full-carousel .owl-stage {
      width: 100% !important;
      max-width: 60.625rem;
      margin: 0 auto; } }
  @media print {
    .full-carousel .owl-item:not(.active) {
      display: none; } }

.full-carousel[data-slide-count="1"] .owl-stage {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important; }

.full-carousel[data-slide-count="1"] .owl-controls,
.full-carousel[data-slide-count="1"] .full-carousel__mobile-arrow {
  display: none; }

.full-carousel__carousel {
  background-color: #000; }

.full-carousel__item {
  overflow: hidden;
  font-size: 0;
  color: #fff; }
  .full-carousel__item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
    @media screen and (max-width: 30em) {
      .full-carousel__item:before {
        display: none; } }
  @media print {
    .full-carousel__item {
      width: 75%;
      display: block; } }

.full-carousel__image, .full-carousel__content {
  display: inline-block;
  vertical-align: middle; }

.full-carousel__image {
  width: 33.33333%;
  padding-right: 0.9375rem;
  border-left: 0.9375rem solid #fff; }
  @media screen and (max-width: 48em) {
    .full-carousel__image {
      border-left: none;
      position: relative; } }
  @media screen and (max-width: 30em) {
    .full-carousel__image {
      display: block;
      width: 100%;
      padding: 0; } }

.full-carousel__mobile-arrow {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  height: 17px;
  cursor: pointer;
  padding-top: 3.5px; }
  @media screen and (max-width: 30em) {
    .full-carousel__mobile-arrow {
      display: block; } }
  .full-carousel__mobile-arrow.right {
    right: 15px; }
  .full-carousel__mobile-arrow.left {
    left: 15px; }

.full-carousel__content {
  width: 58.33333%;
  padding: 0 0.9375rem;
  font-size: 0px; }
  @media screen and (max-width: 30em) {
    .full-carousel__content {
      display: block;
      width: 100%;
      padding: 2.5rem 0.9375rem; } }
  .full-carousel__content p {
    font-size: 16px;
    line-height: 22px; }

.full-carousel__center {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

.full-carousel__title {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 26px; }

.stats-bar {
  background-color: #e31b23;
  font-size: 0;
  min-height: 150px;
  padding: 45px 0px; }
  @media screen and (max-width: 30em) {
    .stats-bar {
      padding: 35px 0px;
      min-height: 70px; } }
  .stats-bar:before {
    content: '';
    display: inline-block;
    vertical-align: middle; }

.stats-bar__row {
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto; }
  .stats-bar__row::before, .stats-bar__row::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .stats-bar__row::after {
    clear: both; }
  .stats-bar__row, .stats-bar__row:last-child {
    float: none; }
  @media screen and (max-width: 30em) {
    .stats-bar__row {
      padding: 0; } }

.stats-bar__item {
  color: #fff;
  padding: 0px 25px; }
  @media screen and (max-width: 30em) {
    .stats-bar__item {
      font-size: 30px;
      padding: 0px 55px;
      border: none; } }

.stats-bar__num {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  color: #111111; }
  @media screen and (max-width: 30em) {
    .stats-bar__num {
      font-size: 30px;
      margin-bottom: 7px; } }

.stats-bar__text {
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.32; }
  @media screen and (max-width: 30em) {
    .stats-bar__text {
      font-size: 14px;
      line-height: 1.30; } }

.stats-bar__attribution {
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  margin-top: 5px;
  display: block; }
  @media screen and (max-width: 30em) {
    .stats-bar__attribution {
      font-size: 12px;
      line-height: 1.30; } }

.stats-bar__arrows {
  color: #fff; }

.pre-search {
  overflow: hidden;
  position: relative;
  -webkit-transition-property: opacity, min-height, -webkit-transform;
  transition-property: opacity, min-height, -webkit-transform;
  transition-property: opacity, min-height, transform;
  transition-property: opacity, min-height, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  height: 0.1px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  margin-top: 55px; }
  .header-search-results .pre-search {
    height: auto;
    min-height: 427px;
    padding-bottom: 60px;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 211; }
  .no-results .pre-search {
    min-height: 60px; }
  @media screen and (max-width: 30em) {
    .pre-search {
      display: none; } }

.search__backdrop {
  opacity: 0;
  width: 100%;
  height: 0%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .header-search-results .search__backdrop {
    height: 100%;
    opacity: 0.85; }

.pre-search__column {
  width: 33.33333%;
  float: left;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 30em) {
    .pre-search__column {
      width: 100%;
      float: left; } }

.header-search {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
  width: 0.1px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition-property: opacity, width;
  transition-property: opacity, width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }
  @media screen and (min-width: 64em) {
    .header-search {
      right: 15px; } }
  @media screen and (min-width: 48em) {
    .header-search {
      top: -12px;
      height: 45px; } }
  .header.show-search-bar .header-search {
    width: 83.33333%;
    opacity: 1; }
    @media screen and (max-width: 48em) {
      .header.show-search-bar .header-search {
        width: 75%; } }
    @media screen and (max-width: 30em) {
      .header.show-search-bar .header-search {
        width: 100%;
        z-index: 100; } }
  .header__mobile-nav .header-search {
    display: none; }

.header-search__field {
  width: 100%;
  max-width: 630px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  @media screen and (max-width: 48em) {
    .header-search__field {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.header-search__input {
  width: 100%;
  height: 60px;
  outline: none;
  padding-right: 40px;
  background-color: #fff; }
  .header-search-results .header-search__input {
    background-color: #ebebeb; }
  .header-search__input::-webkit-input-placeholder {
    color: #707070; }
  .header-search__input:-moz-placeholder {
    color: #707070; }
  .header-search__input::-moz-placeholder {
    color: #707070; }
  .header-search__input:-ms-input-placeholder {
    color: #707070; }

.header-search__close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  cursor: pointer; }
  .header-search__close:before, .header-search__close:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #707070;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .header-search__close:before {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
  .header-search__close:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.pre-search__title {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  font-size: 20px;
  line-height: 22px;
  display: block;
  margin-bottom: 20px; }

.pre-search__all {
  background-color: #e31b23;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: block;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  margin-top: 25px;
  position: relative;
  z-index: 10;
  position: absolute;
  bottom: 0; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 43.75em) {
    .header {
      padding-bottom: 0; } }
  @media print {
    .header {
      padding-bottom: 0px; } }
  .header > .row {
    z-index: 11;
    position: relative; }
  .header.header-search-results {
    background-color: #fff;
    z-index: 211;
    padding-bottom: 0; }

.main-nav {
  width: 75%;
  float: left;
  margin-left: 25%;
  display: table;
  position: relative;
  opacity: 0;
  z-index: 10; }
  .header.show-search-bar .main-nav {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }
  @media screen and (max-width: 43.75em) {
    .main-nav {
      height: 80px;
      width: 33.33333%;
      float: left;
      margin-left: 66.66667%; } }
  @media print {
    .main-nav {
      display: none; } }
  .header__mobile-nav .main-nav {
    width: 100%;
    margin-left: 0%;
    height: auto;
    margin-bottom: 15px; }

.main-nav__nav-item {
  width: 22.22222%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.9375rem;
  text-align: center;
  position: relative; }
  .main-nav__nav-item.search, .main-nav__nav-item.burger {
    width: 11.11111%; }
    @media screen and (max-width: 43.75em) {
      .main-nav__nav-item.search, .main-nav__nav-item.burger {
        width: 50%; } }
    .main-nav__nav-item.search img, .main-nav__nav-item.burger img {
      width: 21px; }
    .main-nav__nav-item.search .icon-search, .main-nav__nav-item.burger .icon-search {
      font-size: 22px;
      -webkit-transition: color 0.5s;
      transition: color 0.5s;
      cursor: pointer; }
      .main-nav__nav-item.search .icon-search:hover, .main-nav__nav-item.burger .icon-search:hover {
        color: #707070; }
  .main-nav__nav-item.search {
    text-align: right; }
  .main-nav__nav-item.burger {
    display: none; }
    @media screen and (max-width: 43.75em) {
      .main-nav__nav-item.burger {
        display: table-cell; } }
  @media screen and (max-width: 43.75em) {
    .main-nav__nav-item:not(.search):not(.burger) {
      display: none; } }
  .header__mobile-nav .main-nav__nav-item {
    display: none;
    width: 100%;
    text-align: center;
    margin-bottom: 25px; }
    @media screen and (max-width: 43.75em) {
      .header__mobile-nav .main-nav__nav-item {
        display: block !important; }
        .header__mobile-nav .main-nav__nav-item.search, .header__mobile-nav .main-nav__nav-item.burger {
          display: none !important; } }

.main-nav__nav-item.has-sub .main-nav__link-wrap:after {
  content: '';
  background-color: #fff;
  width: 100%;
  height: 0.1%;
  display: block;
  position: absolute;
  top: -56px;
  left: 0;
  z-index: -2;
  padding: 0 999rem;
  margin: 0 -999rem;
  -webkit-transition: height 0.4s;
  transition: height 0.4s; }

.main-nav__link-wrap:hover:after {
  height: 270px !important; }

.main-nav__nav-link {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  position: relative;
  z-index: 2; }
  .main-nav__link-wrap:hover > .main-nav__nav-link,
  .main-nav__nav-item.active .main-nav__link-wrap > .main-nav__nav-link {
    color: inherit; }
  .main-nav__nav-item.current .main-nav__link-wrap > .main-nav__nav-link {
    color: #fff; }
    .header.sub-open .main-nav__nav-item.current .main-nav__link-wrap > .main-nav__nav-link {
      color: inherit; }
    @media screen and (max-width: 30em) {
      .main-nav__nav-item.current .main-nav__link-wrap > .main-nav__nav-link {
        color: inherit; } }
  .main-nav__nav-link:hover {
    color: inherit; }
  .main-nav__nav-sub .main-nav__nav-link {
    display: block;
    font-size: 18px;
    font-weight: 300;
    padding-top: 7px;
    padding-bottom: 7px; }
  .has-sub .main-nav__link-wrap > .main-nav__nav-link:after {
    content: '';
    display: none;
    border-color: #000 !important;
    vertical-align: top;
    margin-left: 15px;
    position: absolute;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: transform, top;
    transition-property: transform, top, -webkit-transform;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; }
    @media screen and (max-width: 43.75em) {
      .has-sub .main-nav__link-wrap > .main-nav__nav-link:after {
        display: inline-block; } }
  .main-nav__nav-link.open:after {
    -webkit-transform: rotate(-135deg) !important;
        -ms-transform: rotate(-135deg) !important;
            transform: rotate(-135deg) !important;
    top: 8px; }
  .header__mobile-nav .main-nav__nav-link {
    font-size: 24px;
    line-height: 20px; }
  .header__mobile-nav .main-nav__nav-sub .main-nav__nav-link {
    font-size: 18px;
    line-height: 26px; }

.main-nav__dot {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  top: 45px;
  bottom: 0; }
  .main-nav__link-wrap:hover .main-nav__dot,
  .main-nav__nav-item.active .main-nav__dot,
  .main-nav__nav-item.current .main-nav__dot {
    opacity: 1; }
  .header__mobile-nav .main-nav__dot {
    display: none; }

[data-browser-name="firefox"] .main-nav__dot {
  top: 42px; }
  [data-browser-name="firefox"] .main-nav__dot.fill-red {
    top: 55px; }

.main-nav__nav-sub {
  height: 0.1%;
  overflow: hidden;
  position: absolute;
  top: 50px;
  left: -5%;
  width: 110%;
  padding-top: 10px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }
  .main-nav__link-wrap:hover .main-nav__nav-sub {
    height: 160px; }
    @media screen and (max-width: 43.75em) {
      .main-nav__link-wrap:hover .main-nav__nav-sub {
        height: auto; } }
  .header__mobile-nav .main-nav__nav-sub {
    display: none;
    position: static;
    width: 100%;
    padding-top: 0;
    -webkit-transition: none;
    transition: none; }

.header__mobile-nav {
  display: none;
  height: 100vh;
  position: absolute;
  background: white;
  width: 100%;
  padding-top: 30px;
  z-index: 250; }

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

.left-tx {
  text-align: left; }

.right-tx {
  text-align: right; }

.short-nav {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: right;
  margin-top: 16px;
  margin-bottom: 20px;
  line-height: 14px;
  position: relative;
  opacity: 0;
  z-index: 10; }
  @media screen and (max-width: 43.75em) {
    .short-nav {
      display: none;
      height: auto; }
      .short-nav:before {
        display: none; } }
  @media print {
    .short-nav {
      display: none; } }
  .header__mobile-nav .short-nav {
    display: none; }
    @media screen and (max-width: 43.75em) {
      .header__mobile-nav .short-nav {
        display: block; } }
  .show-search-bar .short-nav {
    visibility: hidden; }

.short-nav-item {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1.875rem;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px; }
  .short-nav-item .active {
    text-decoration: underline; }
  @media screen and (max-width: 43.75em) {
    .short-nav-item {
      display: block;
      text-align: center;
      margin: 0;
      padding: 0 0.9375rem;
      margin-bottom: 12px; } }

a.short-nav-item,
.short-nav-item a {
  color: #000;
  text-decoration: none;
  font-size: 14px; }
  a.short-nav-item:hover,
  .short-nav-item a:hover {
    text-decoration: underline; }

.intro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden; }
  @media print {
    .intro {
      position: static; } }

.intro__logo-container {
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  height: 80px;
  position: relative; }
  .intro__logo-container::before, .intro__logo-container::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .intro__logo-container::after {
    clear: both; }
  @media screen and (max-width: 43.75em) {
    .intro__logo-container {
      height: 80px;
      margin-top: 0; } }
  @media print {
    .intro__logo-container {
      margin: 0 auto;
      height: 115px; } }

.intro__logo-short {
  background-color: #000;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-left: 0.9375rem;
  z-index: 10;
  opacity: 0; }
  @media screen and (max-width: 43.75em) {
    .intro__logo-short {
      width: 3.75rem;
      height: 3.75rem; } }
  @media print {
    .intro__logo-short {
      display: none; } }
  .intro__logo-short img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 65px; }
    @media screen and (max-width: 43.75em) {
      .intro__logo-short img {
        width: 50px; } }

.intro__background {
  width: 5rem;
  height: 5rem;
  -webkit-transform: scale(50);
      -ms-transform: scale(50);
          transform: scale(50);
  background-color: #000;
  text-align: center;
  margin: auto;
  margin-left: 0.9375rem;
  border-radius: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  overflow: hidden; }
  @media screen and (max-width: 43.75em) {
    .intro__background {
      width: 3.75rem;
      height: 3.75rem; } }
  @media print {
    .intro__background {
      display: none; } }

.intro__logo-long img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: auto;
  z-index: 2;
  max-width: 80%; }
  @media screen and (min-width: 48em) {
    .intro__logo-long img {
      top: 30px;
      max-width: 520px; } }
  @media print {
    .intro__logo-long img {
      opacity: 1 !important;
      max-width: 55%;
      margin-left: 0;
      margin-right: 0;
      padding: 0 0.9375rem; } }

body:not(.loading) .header:not(.skip_animation) .intro__logo-long img {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

body:not(.loading) .header:not(.skip_animation) .intro__background {
  -webkit-transition-delay: 1.33333s;
          transition-delay: 1.33333s;
  -webkit-transition-duration: 1.16667s;
          transition-duration: 1.16667s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

body:not(.loading) .header:not(.skip_animation) .main-nav, body:not(.loading) .header:not(.skip_animation) .short-nav, body:not(.loading) .header:not(.skip_animation) .intro__logo-short {
  -webkit-transition-delay: 2.16667s;
          transition-delay: 2.16667s;
  -webkit-transition-duration: 0.66667s;
          transition-duration: 0.66667s;
  -webkit-transition-property: opacity, background-color;
  transition-property: opacity, background-color; }

body:not(.loading) .intro__logo-long img {
  opacity: 0; }

body:not(.loading) .intro__background {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

body:not(.loading) .main-nav, body:not(.loading) .short-nav, body:not(.loading) .intro__logo-short {
  opacity: 1; }

.header-aof {
  -webkit-transition: margin-bottom 0.5s;
  transition: margin-bottom 0.5s; }
  .header-aof.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }
  @media screen and (max-width: 48em) {
    .header-aof {
      margin-bottom: 0 !important; } }
  @media print {
    .header-aof {
      display: none; } }

.header-aof__mobile {
  display: none;
  padding-bottom: 15px; }
  @media screen and (max-width: 48em) {
    .header-aof__mobile {
      display: block;
      padding-bottom: 0; } }

.header-aof__menu {
  color: #fff; }
  @media screen and (max-width: 48em) {
    .header-aof__menu {
      background-color: transparent !important;
      z-index: 2;
      position: relative; } }
  @media screen and (max-width: 48em) {
    .header-aof.fixed .header-aof__menu {
      display: none; } }

.header-aof__pills {
  width: 100%;
  height: 50px;
  padding: 0 0.9375rem;
  position: relative;
  font-size: 0; }
  .header-aof.fixed .header-aof__pills {
    margin-top: 0; }
  @media screen and (max-width: 48em) {
    .header-aof__mobile .header-aof__pills {
      padding: 0 15px; } }
  @media screen and (max-width: 48em) {
    .header-aof__pills {
      display: table;
      padding: 0;
      margin-top: 0 !important; } }

.header-aof__item {
  width: auto;
  font-size: 16px;
  line-height: 22px;
  display: inline-block; }
  @media screen and (max-width: 48em) {
    .header-aof__item {
      display: block;
      width: 100%; } }
  @media screen and (max-width: 48em) {
    .header-aof__mobile .header-aof__item {
      width: 50% !important; } }
  @media screen and (max-width: 48em) {
    .header-aof__menu .header-aof__item {
      border-bottom: 2px solid #e1e1e1; } }
  .header-aof__item:first-child {
    width: 8.24742%;
    text-align: left; }
    @media screen and (max-width: 48em) {
      .header-aof__item:first-child {
        display: none;
        padding: 0 0.9375rem; } }
  .header-aof__item.share-buttons {
    float: right;
    line-height: 50px; }
    @media screen and (max-width: 48em) {
      .header-aof__item.share-buttons {
        display: none; } }
  .header-aof__mobile .header-aof__item {
    display: table-cell;
    color: #fff;
    vertical-align: middle; }

.header-aof__item-text {
  display: block;
  color: #fff;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  padding: 0 25px;
  -webkit-transition-property: color, font-weight, background-color;
  transition-property: color, font-weight, background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }
  .header-aof__item-text:hover,
  .header-aof:not(.fixed) .header-aof__item-text.open {
    background-color: #fff;
    color: #000; }
    .header-aof__item-text:hover .header-aof__item-name,
    .header-aof:not(.fixed) .header-aof__item-text.open .header-aof__item-name {
      font-family: 'museo-sans', sans-serif;
      font-weight: 900; }
  @media screen and (max-width: 48em) {
    .header-aof__item-text {
      color: #000; } }
  .header-aof__item-text .header-aof__item-name {
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: font-weight 0.5s;
    transition: font-weight 0.5s; }
    @media screen and (max-width: 48em) {
      .header-aof__item-text .header-aof__item-name {
        width: 83.33333%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        text-align: left; } }
  .header-aof__item-text .icon-search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px; }
    @media screen and (max-width: 48em) {
      .header-aof__item-text .icon-search {
        display: inline-block;
        margin: 0; } }
  .header-aof__item-text .icon-carrot, .header-aof__item-text .form__group.select:after, .header-aof__item-text .column-box-info__title.link:after, .header-aof__item-text .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .header-aof__item-text .main-nav__link-wrap > .main-nav__nav-link:after {
    display: none;
    vertical-align: middle; }
    @media screen and (max-width: 48em) {
      .header-aof__item-text .icon-carrot, .header-aof__item-text .form__group.select:after, .header-aof__item-text .column-box-info__title.link:after, .header-aof__item-text .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .header-aof__item-text .main-nav__link-wrap > .main-nav__nav-link:after {
        display: inline-block;
        margin: 0 0.9375rem; } }

.header-aof__item-name:before {
  content: attr(data-text);
  font-weight: 900;
  display: block;
  height: 1px;
  visibility: hidden; }

.header-aof__tab {
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  display: none;
  padding-top: 35px;
  border-bottom: 2px solid #000;
  font-size: 0; }
  .header-aof__tab::before, .header-aof__tab::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .header-aof__tab::after {
    clear: both; }
  .header-aof__item-text.open + .header-aof__tab {
    display: block; }
  .header-aof.fixed .header-aof__tab {
    display: none; }
  @media screen and (max-width: 48em) {
    .header-aof__tab {
      position: static;
      padding-top: 5px;
      border-bottom: none; } }

.header-aof__tab-item {
  width: 33.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 22px;
  text-align: center;
  min-height: 40px;
  display: inline-block; }
  @media screen and (max-width: 48em) {
    .header-aof__tab-item {
      width: 50%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (max-width: 48em) {
    .header-aof__tab-item {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.header-aof__tab-text {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  background-color: #ebebeb;
  border-radius: 20px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 700;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }
  .header-aof__tab-text:hover,
  .header-aof__tab-item.active .header-aof__tab-text {
    color: #fff; }

.header-aof__keyword-input {
  border: none;
  font-size: 58px;
  line-height: 36px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  text-align: center;
  width: 100%;
  padding: 35px 0;
  outline-width: 0; }
  .header-aof__keyword-input::-webkit-input-placeholder {
    color: #ebebeb; }
  .header-aof__keyword-input:-moz-placeholder {
    color: #ebebeb; }
  .header-aof__keyword-input::-moz-placeholder {
    color: #ebebeb; }
  .header-aof__keyword-input:-ms-input-placeholder {
    color: #ebebeb; }
  @media screen and (max-width: 30em) {
    .header-aof__keyword-input {
      font-size: 32px;
      line-height: 34px;
      padding: 20px 0; } }

.header-aof.theme-red .header-aof__menu,
.header-aof.theme-red .header-aof__tab-text:hover,
.header-aof.theme-red .header-aof__mobile,
.header-aof.theme-red .header-aof__tab-item.active .header-aof__tab-text {
  background-color: #e31b23; }

.header-aof.theme-blue .header-aof__menu,
.header-aof.theme-blue .header-aof__tab-text:hover,
.header-aof.theme-blue .header-aof__mobile,
.header-aof.theme-blue .header-aof__tab-item.active .header-aof__tab-text {
  background-color: #01bcd9; }

.header-aof.theme-green .header-aof__menu,
.header-aof.theme-green .header-aof__tab-text:hover,
.header-aof.theme-green .header-aof__mobile,
.header-aof.theme-green .header-aof__tab-item.active .header-aof__tab-text {
  background-color: #81d143; }

.header-aof.theme-purple .header-aof__menu,
.header-aof.theme-purple .header-aof__tab-text:hover,
.header-aof.theme-purple .header-aof__mobile,
.header-aof.theme-purple .header-aof__tab-item.active .header-aof__tab-text {
  background-color: #7d4ec2; }

.header-aof.theme-yellow .header-aof__menu,
.header-aof.theme-yellow .header-aof__tab-text:hover,
.header-aof.theme-yellow .header-aof__mobile,
.header-aof.theme-yellow .header-aof__tab-item.active .header-aof__tab-text {
  background-color: #ffdb2e; }

.header-aof.theme-white .header-aof__menu,
.header-aof.theme-white .header-aof__tab-text:hover,
.header-aof.theme-white .header-aof__mobile,
.header-aof.theme-white .header-aof__tab-item.active .header-aof__tab-text {
  background-color: #fff; }

.header-aof.theme-black .header-aof__menu,
.header-aof.theme-black .header-aof__tab-text:hover,
.header-aof.theme-black .header-aof__mobile,
.header-aof.theme-black .header-aof__tab-item.active .header-aof__tab-text {
  background-color: #000; }

.header-aof.theme-dark-grey .header-aof__menu,
.header-aof.theme-dark-grey .header-aof__tab-text:hover,
.header-aof.theme-dark-grey .header-aof__mobile,
.header-aof.theme-dark-grey .header-aof__tab-item.active .header-aof__tab-text {
  background-color: #696a6a; }

.header-aof.theme-grey .header-aof__menu,
.header-aof.theme-grey .header-aof__tab-text:hover,
.header-aof.theme-grey .header-aof__mobile,
.header-aof.theme-grey .header-aof__tab-item.active .header-aof__tab-text {
  background-color: #b7b7b7; }

.header-aof.theme-light-grey .header-aof__menu,
.header-aof.theme-light-grey .header-aof__tab-text:hover,
.header-aof.theme-light-grey .header-aof__mobile,
.header-aof.theme-light-grey .header-aof__tab-item.active .header-aof__tab-text {
  background-color: #ebebeb; }

.share {
  text-align: left; }
  .header-aof__item .share {
    width: 85px;
    margin-left: auto; }
  .header-share.right .share {
    text-align: right; }

.share__item {
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  max-width: 17px; }
  .share__item + .share__item {
    margin-left: 20px; }
  .share__item .icon-save, .share__item .icon-bookmark {
    border: none;
    background: transparent;
    color: #fff;
    outline: none;
    -webkit-appearance: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 1.59062rem; }
  .share__item .icon-bookmark {
    text-indent: -5px;
    max-width: 17px; }
  .share__item .icon-share {
    font-size: 1.65625rem; }
  .header-share .share__item {
    color: #fff; }
  .fill-light-grey .share__item .icon-save, .fill-light-grey .share__item .icon-bookmark {
    color: #000; }

.share__icon:hover:after {
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  content: attr(data-tooltip);
  white-space: nowrap;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  top: -22px;
  text-align: center;
  width: 130px;
  left: -55px; }
  @media screen and (max-width: 30em) {
    .search-template .share__icon:hover:after {
      left: auto;
      right: 0; } }

.share__item {
  position: relative; }
  @media screen and (max-width: 30em) {
    .share__item {
      position: static; } }

.share__panel {
  left: -75px; }

.share__panel {
  width: 265px;
  position: absolute;
  top: -22px;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 15px 25px 45px;
  box-shadow: 0px 5px 24.03px 2.97px rgba(77, 77, 77, 0.3);
  display: none;
  text-align: left; }
  @media screen and (max-width: 30em) {
    .share__panel {
      top: -22px;
      left: 0;
      right: 0;
      width: 100%; } }
  .search-header__share .share__panel,
  .header-aof__item.share-buttons .share__panel,
  .header-share.right .share__panel {
    top: -15px; }
  .share__panel .share__icon {
    margin-right: 10px; }
  .share__panel .btn, .share__panel .form__input.submit, .share__panel .submit.form__select, .share__panel .submit.header-search__input {
    max-width: none; }
    .share__panel .btn + .btn, .share__panel .form__input.submit + .btn, .share__panel .submit.form__select + .btn, .share__panel .submit.header-search__input + .btn, .share__panel .btn + .form__input.submit, .share__panel .form__input.submit + .form__input.submit, .share__panel .submit.form__select + .form__input.submit, .share__panel .submit.header-search__input + .form__input.submit, .share__panel .btn + .submit.form__select, .share__panel .form__input.submit + .submit.form__select, .share__panel .submit.form__select + .submit.form__select, .share__panel .submit.header-search__input + .submit.form__select, .share__panel .btn + .submit.header-search__input, .share__panel .form__input.submit + .submit.header-search__input, .share__panel .submit.form__select + .submit.header-search__input, .share__panel .submit.header-search__input + .submit.header-search__input {
      margin-top: 15px; }
  .share.share--red .share__panel .share__icon {
    color: #e31b23; }
  .share.share--red .share__panel .icon-twitter:hover,
  .share.share--red .share__panel .icon-linkedin:hover {
    background: #e31b23; }
  .share.share--blue .share__panel .share__icon {
    color: #01bcd9; }
  .share.share--blue .share__panel .icon-twitter:hover,
  .share.share--blue .share__panel .icon-linkedin:hover {
    background: #01bcd9; }
  .share.share--green .share__panel .share__icon {
    color: #81d143; }
  .share.share--green .share__panel .icon-twitter:hover,
  .share.share--green .share__panel .icon-linkedin:hover {
    background: #81d143; }
  .share.share--purple .share__panel .share__icon {
    color: #7d4ec2; }
  .share.share--purple .share__panel .icon-twitter:hover,
  .share.share--purple .share__panel .icon-linkedin:hover {
    background: #7d4ec2; }
  .share.share--yellow .share__panel .share__icon {
    color: #ffdb2e; }
  .share.share--yellow .share__panel .icon-twitter:hover,
  .share.share--yellow .share__panel .icon-linkedin:hover {
    background: #ffdb2e; }
  .share.share--white .share__panel .share__icon {
    color: #fff; }
  .share.share--white .share__panel .icon-twitter:hover,
  .share.share--white .share__panel .icon-linkedin:hover {
    background: #fff; }
  .share.share--black .share__panel .share__icon {
    color: #000; }
  .share.share--black .share__panel .icon-twitter:hover,
  .share.share--black .share__panel .icon-linkedin:hover {
    background: #000; }
  .share.share--dark-grey .share__panel .share__icon {
    color: #696a6a; }
  .share.share--dark-grey .share__panel .icon-twitter:hover,
  .share.share--dark-grey .share__panel .icon-linkedin:hover {
    background: #696a6a; }
  .share.share--grey .share__panel .share__icon {
    color: #b7b7b7; }
  .share.share--grey .share__panel .icon-twitter:hover,
  .share.share--grey .share__panel .icon-linkedin:hover {
    background: #b7b7b7; }
  .share.share--light-grey .share__panel .share__icon {
    color: #ebebeb; }
  .share.share--light-grey .share__panel .icon-twitter:hover,
  .share.share--light-grey .share__panel .icon-linkedin:hover {
    background: #ebebeb; }
  .share__item.open .share__panel {
    display: block; }

.share__panel-name {
  color: #000;
  margin-bottom: 40px; }
  .share__panel-name span {
    display: inline-block;
    vertical-align: middle; }

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

.share__panel-social {
  text-align: center;
  margin: 15px 0 0; }
  .share__panel-social .icon-twitter,
  .share__panel-social .icon-linkedin {
    display: inline-block;
    padding: 8px;
    margin: 0 9px;
    width: 50px;
    height: 50px;
    font-size: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    background: #000;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    text-decoration: none; }

.bookmark-form {
  min-height: 50px;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.alphabet-filter {
  text-align: center;
  margin-top: 17px; }
  @media screen and (max-width: 30em) {
    .alphabet-filter {
      margin-top: 0; } }
  @media print {
    .alphabet-filter {
      display: none; } }

.alphabet-filter__letter {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin: 3px 1px; }

.alphabet-filter__checkbox {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer; }

.alphabet-filter__letter-text {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  .alphabet-filter__checkbox:checked ~ .alphabet-filter__letter-text,
  .alphabet-filter__letter:hover .alphabet-filter__letter-text {
    background-color: #fff; }

.footer {
  display: table;
  width: 100%;
  background-color: #000;
  padding-bottom: 80px;
  padding-top: 30px;
  position: relative;
  z-index: 2; }
  @media print {
    .footer {
      display: none; } }
  .footer * {
    text-decoration: none;
    color: #fff; }
  .footer a:hover {
    text-decoration: underline; }
  .footer .btn, .footer .form__input.submit, .footer .submit.form__select, .footer .submit.header-search__input {
    line-height: 40px;
    height: 40px;
    max-width: none; }
    .footer .btn:hover, .footer .form__input.submit:hover, .footer .submit.form__select:hover, .footer .submit.header-search__input:hover {
      background-color: #fff;
      color: #000;
      text-decoration: none; }
  @media screen and (min-width: 64em) {
    .footer.fixedFooter {
      position: fixed;
      bottom: 0; } }

.footer__container {
  display: table-cell;
  vertical-align: middle; }

.footer__logo {
  width: 25%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media screen and (max-width: 30em) {
    .footer__logo {
      width: 50%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .footer__logo img {
    max-width: 150px;
    margin-bottom: 30px; }
  .footer__logo p, .footer__logo a {
    display: block;
    font-size: 14px;
    line-height: 21px; }
    @media screen and (max-width: 48em) {
      .footer__logo p, .footer__logo a {
        line-height: 24px; } }

.footer_subscribe {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-top: 30px; }
  @media screen and (max-width: 30em) {
    .footer_subscribe {
      margin-top: 25px; } }
  @media screen and (max-width: 48em) {
    .footer__news .footer_subscribe {
      display: none; } }
  .footer__locations .footer_subscribe {
    display: none;
    padding: 0;
    width: 240px;
    margin-top: 65px; }
    @media screen and (max-width: 48em) {
      .footer__locations .footer_subscribe {
        display: block; } }
    @media screen and (max-width: 30em) {
      .footer__locations .footer_subscribe {
        display: none; } }

.footer__locations {
  width: 16.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media screen and (max-width: 48em) {
    .footer__locations {
      width: 25%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (max-width: 30em) {
    .footer__locations {
      width: 50%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      float: right;
      margin-bottom: 35px; } }
  .footer__locations li a {
    font-family: 'museo-sans', sans-serif;
    font-weight: 100;
    line-height: 21px; }
    @media screen and (max-width: 30em) {
      .footer__locations li a {
        font-size: 14px;
        line-height: 24px; } }
  .footer__locations .title {
    font-family: 'museo-sans', sans-serif;
    font-weight: 900; }

.footer__locations-msg {
  margin-top: 30px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 100;
  line-height: 21px;
  font-size: 14px; }

.footer__news {
  width: 33.33333%;
  float: left; }
  @media screen and (max-width: 48em) {
    .footer__news {
      width: 25%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (max-width: 30em) {
    .footer__news {
      width: 50%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      float: right;
      margin-bottom: 35px; } }
  .footer__news li a {
    font-family: 'museo-sans', sans-serif;
    font-weight: 100;
    line-height: 21px; }
    @media screen and (max-width: 30em) {
      .footer__news li a {
        font-size: 14px;
        line-height: 24px; } }
  .footer__news .title {
    font-family: 'museo-sans', sans-serif;
    font-weight: 900; }

.footer__news-title {
  line-height: 21px;
  padding: 0 0.9375rem; }
  @media screen and (max-width: 30em) {
    .footer__news-title {
      padding: 0; }
      .footer__news-title a {
        font-size: 14px; } }

.footer__nav {
  width: 25%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media screen and (max-width: 30em) {
    .footer__nav {
      width: 50%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      float: right;
      clear: right; } }

.footer__logo .footer__social {
  display: none; }
  @media screen and (max-width: 30em) {
    .footer__logo .footer__social {
      display: block;
      margin-top: 35px; } }

@media screen and (max-width: 30em) {
  .footer__nav .footer__social {
    display: none; } }

.footer__nav-item {
  margin-bottom: 30px; }
  .footer__nav-item.last {
    margin-bottom: 20px; }
    @media screen and (max-width: 30em) {
      .footer__nav-item.last {
        margin-bottom: 0; } }

.footer__nav-link {
  display: block;
  line-height: 21px; }
  @media screen and (max-width: 30em) {
    .footer__nav-link {
      font-size: 14px;
      line-height: 24px; } }
  .footer__nav-item > .footer__nav-link {
    line-height: 21px;
    font-family: 'museo-sans', sans-serif;
    font-weight: 900; }

.footer__nav-title-link {
  line-height: 21px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 900; }

.footer__icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  margin-right: 25px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  text-decoration: none !important; }
  @media screen and (max-width: 30em) {
    .footer__icon {
      width: 35px;
      height: 35px;
      margin-right: 15px;
      display: inline-block !important; } }
  .footer__icon:hover.twitter {
    background-color: #00aced; }
  .footer__icon:hover.linkedin {
    background-color: #0077b5; }
  .footer__icon span {
    color: #000;
    line-height: 35px;
    font-size: 23px; }

.footer__mobile-subscribe {
  display: none; }
  @media screen and (max-width: 30em) {
    .footer__mobile-subscribe {
      display: block; } }

.footer__notice {
  width: 75%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-top: 30px; }
  @media screen and (max-width: 30em) {
    .footer__notice {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .footer__notice p {
    display: block;
    padding-bottom: 14px; }
  .footer__notice p, .footer__notice a {
    font-size: 14px;
    line-height: 21px; }
    @media screen and (max-width: 48em) {
      .footer__notice p, .footer__notice a {
        line-height: 24px; } }

@-webkit-keyframes footnoteFlash {
  from {
    background-color: #d5d5d5; }
  to {
    background-color: inherit; } }

@keyframes footnoteFlash {
  from {
    background-color: #d5d5d5; }
  to {
    background-color: inherit; } }

.footnotes {
  border-top: 2px solid #000;
  padding-top: 20px;
  margin-top: 20px; }

.footnotes__title {
  margin-bottom: 25px; }
  .footnotes__title .footnotes__back-to-top {
    float: right;
    text-decoration: underline;
    font-size: 15px; }
    .footnotes__title .footnotes__back-to-top:after {
      border-style: solid;
      border-width: 0.10em 0.10em 0 0;
      content: '';
      display: inline-block;
      height: 0.60em;
      left: 0.16em;
      position: relative;
      top: 0.15em;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      vertical-align: middle;
      width: 0.60em;
      margin-left: 0.5em; }

.footnotes__content ol {
  counter-reset: footnotes-counter; }
  .footnotes__content ol li {
    display: block;
    padding-bottom: 15px;
    margin-left: 0;
    font-size: 14px;
    line-height: 22px; }
    .footnotes__content ol li a {
      font-size: inherit; }
    .footnotes__content ol li:before {
      margin-right: 5px;
      content: counter(footnotes-counter);
      counter-increment: footnotes-counter;
      padding: 3px 8px; }

.footnotes__marker {
  position: relative;
  left: 15px;
  width: 12px;
  display: inline-block; }
  .footnotes__marker:after {
    border-style: solid;
    border-width: 0.10em 0.10em 0 0;
    content: '';
    display: inline-block;
    height: 0.60em;
    left: 0.16em;
    position: relative;
    top: 0.15em;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    vertical-align: middle;
    width: 0.60em;
    margin-left: 0.5em;
    margin-left: -1px;
    border-width: 0.11em 0.11em 0 0; }

.Footnotes-marker a {
  font-size: 11px;
  margin-left: 0.2em; }

.footnote-flash:before {
  -webkit-animation: footnoteFlash 2s ease-in-out 0s;
  animation: footnoteFlash 2s ease-in-out 0s; }

.footnotes__content ol li {
  position: relative;
  padding-left: 20px; }

.footnotes__content ol li:before {
  position: absolute;
  left: -8px;
  top: -3px; }

.mob-accordion {
  clear: both;
  margin-bottom: 20px; }
  .mob-accordion::before, .mob-accordion::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .mob-accordion::after {
    clear: both; }
  @media screen and (max-width: 30em) {
    .mob-accordion {
      border-bottom: 2px solid #ebebeb; } }
  @media print {
    .mob-accordion {
      display: none !important; } }
  .content .mob-accordion {
    padding: 0 0.9375rem; }

.mob-accordion__title {
  position: relative;
  margin-bottom: 10px; }
  @media screen and (max-width: 30em) {
    .mob-accordion__title {
      padding: 12px 0;
      cursor: pointer; } }
  .mob-accordion__title .icon-carrot, .mob-accordion__title .form__group.select:after, .mob-accordion__title .column-box-info__title.link:after, .mob-accordion__title .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .mob-accordion__title .main-nav__link-wrap > .main-nav__nav-link:after {
    display: none;
    position: absolute;
    top: 0;
    right: 3px;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 30em) {
      .mob-accordion__title .icon-carrot, .mob-accordion__title .form__group.select:after, .mob-accordion__title .column-box-info__title.link:after, .mob-accordion__title .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .mob-accordion__title .main-nav__link-wrap > .main-nav__nav-link:after {
        display: block; } }

@media screen and (max-width: 30em) {
  .mob-accordion__content {
    display: none;
    padding-bottom: 15px; } }

.mob-accordion__content li {
  margin-bottom: 10px; }

.single-spaced .mob-accordion__content li, .single-spaced .mob-accordion__content p,
.narrow .mob-accordion__content li,
.narrow .mob-accordion__content p {
  font-size: 14px;
  line-height: 22px; }

.single-spaced .mob-accordion__content li {
  margin-bottom: 0; }

.mob-accordion__content a {
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 900; }
  .mob-accordion__content a:hover {
    text-decoration: underline; }

.sidebar-jumplinks {
  margin-top: -20px;
  margin-bottom: 20px; }
  .sidebar-jumplinks li {
    margin-bottom: 10px; }
  .sidebar-jumplinks a {
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 900; }
    .sidebar-jumplinks a:hover {
      text-decoration: underline; }

.header-share {
  height: 50px; }
  .header-share > .row {
    padding: 0 0.9375rem; }
    .header-share > .row .share {
      width: 50%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      @media screen and (min-width: 48em) {
        .header-share > .row .share {
          width: 16.66667%;
          float: left;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
    .header-share > .row .headers-tabs__languages {
      width: 50%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      height: 30px;
      line-height: 30px; }
      @media screen and (min-width: 48em) {
        .header-share > .row .headers-tabs__languages {
          width: 25%;
          float: left;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }

.filter-sidebar__group {
  margin-bottom: 15px;
  border-bottom: 2px solid #ebebeb;
  margin-top: -2px; }
  @media screen and (max-width: 30em) {
    .filter-sidebar__group {
      margin-top: -23px;
      margin-bottom: 0; } }

.filter-sidebar__content {
  padding-bottom: 25px; }

.filter-sidebar__content.keyword {
  padding-bottom: 0;
  position: relative; }
  .filter-sidebar__content.keyword input {
    border: none;
    box-shadow: none;
    height: 38px;
    width: 100%;
    outline-width: 0;
    font-size: 18px;
    padding: 0;
    font-family: 'museo-sans', sans-serif;
    font-weight: 300; }
    .filter-sidebar__content.keyword input::-webkit-input-placeholder {
      color: #000; }
    .filter-sidebar__content.keyword input:-moz-placeholder {
      color: #000; }
    .filter-sidebar__content.keyword input::-moz-placeholder {
      color: #000; }
    .filter-sidebar__content.keyword input:-ms-input-placeholder {
      color: #000; }
  @media screen and (max-width: 30em) {
    .filter-sidebar__content.keyword {
      display: block;
      padding-bottom: 25px; } }
  .filter-sidebar__content.keyword .icon-search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 2.3; }

.filter-sidebar__title {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 18px;
  display: none; }
  @media screen and (max-width: 30em) {
    .filter-sidebar__title {
      display: block; } }
  .search-template .filter-sidebar__title {
    width: 50%; }
  .filter-sidebar__title .icon-carrot, .filter-sidebar__title .form__group.select:after, .filter-sidebar__title .column-box-info__title.link:after, .filter-sidebar__title .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .filter-sidebar__title .main-nav__link-wrap > .main-nav__nav-link:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    .search-template .filter-sidebar__title .icon-carrot, .search-template .filter-sidebar__title .form__group.select:after, .search-template .filter-sidebar__title .column-box-info__title.link:after, .search-template .filter-sidebar__title .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .search-template .filter-sidebar__title .main-nav__link-wrap > .main-nav__nav-link:after {
      display: none;
      right: auto;
      left: 90px;
      bottom: 3px; }
      @media screen and (max-width: 30em) {
        .search-template .filter-sidebar__title .icon-carrot, .search-template .filter-sidebar__title .form__group.select:after, .search-template .filter-sidebar__title .column-box-info__title.link:after, .search-template .filter-sidebar__title .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .search-template .filter-sidebar__title .main-nav__link-wrap > .main-nav__nav-link:after {
          display: block; } }
  .filter-sidebar__title.open .icon-carrot, .filter-sidebar__title.open .form__group.select:after, .filter-sidebar__title.open .column-box-info__title.link:after, .filter-sidebar__title.open .has-sub .main-nav__link-wrap > .main-nav__nav-link:after, .has-sub .filter-sidebar__title.open .main-nav__link-wrap > .main-nav__nav-link:after {
    bottom: -5px; }

.filter-sidebar__title-text {
  font-size: 18px; }

.filter-sidebar__option {
  margin-bottom: 15px;
  position: relative; }
  .filter-sidebar__option input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }

.filter-sidebar__option-name {
  font-weight: 900;
  font-size: 17px; }
  @media screen and (max-width: 48em) {
    .filter-sidebar__option-name {
      font-size: 14px; } }

.pagination {
  text-align: center; }

.pagination__prev, .pagination__next {
  display: inline-block;
  vertical-align: bottom;
  line-height: 35px;
  margin: 0 15px; }

.pagination__items {
  display: inline-block;
  vertical-align: bottom;
  position: relative; }

.pagination__item {
  display: none;
  vertical-align: bottom;
  height: 35px;
  line-height: 35px;
  width: 35px;
  border-radius: 100%; }
  .pagination__item.active a {
    color: #fff; }
  .color-red .pagination__item.active {
    background-color: #e31b23; }
  .color-blue .pagination__item.active {
    background-color: #01bcd9; }
  .color-green .pagination__item.active {
    background-color: #81d143; }
  .color-purple .pagination__item.active {
    background-color: #7d4ec2; }
  .pagination__item:last-child {
    display: inline-block;
    margin-left: 30px;
    position: relative; }
    .pagination__item:last-child:before {
      content: '...';
      position: absolute;
      left: -25px; }
  .pagination__item a {
    text-decoration: none; }

.pagination__item:nth-child(1) {
  display: inline-block;
  margin-left: 0px; }
  .pagination__item:nth-child(1):before {
    display: none; }

.pagination__item:nth-child(2) {
  display: inline-block;
  margin-left: 0px; }
  .pagination__item:nth-child(2):before {
    display: none; }

.pagination__item:nth-child(3) {
  display: inline-block;
  margin-left: 0px; }
  .pagination__item:nth-child(3):before {
    display: none; }

.pagination__item:nth-child(4) {
  display: inline-block;
  margin-left: 0px; }
  .pagination__item:nth-child(4):before {
    display: none; }

.pagination__item:nth-child(5) {
  display: inline-block;
  margin-left: 0px; }
  .pagination__item:nth-child(5):before {
    display: none; }

.headers-tabs {
  clear: both; }
  @media screen and (max-width: 30em) {
    .headers-tabs {
      margin-top: -50px; } }
  .headers-tabs .share__icon {
    color: #fff; }
  .headers-tabs .owl-controls {
    display: none; }
  @media print {
    .headers-tabs {
      display: none; } }

.headers-tabs__share, .headers-tabs__languages, .headers-tabs__tab, .headers-tabs__tabs {
  height: 50px;
  line-height: 50px; }

.headers-tabs__share {
  width: 8.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-right: 0; }
  @media screen and (max-width: 48em) {
    .headers-tabs__share {
      width: 33.33333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (max-width: 30em) {
    .headers-tabs__share {
      display: block;
      width: 33.33333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .headers-tabs:not(.w-languages) .headers-tabs__share {
    width: 33.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

.headers-tabs__languages {
  width: 25%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 37px;
  font-size: 12px; }
  @media screen and (max-width: 48em) {
    .headers-tabs__languages {
      display: block;
      text-align: right;
      width: 66.66667%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .headers-tabs__languages a {
    font-size: 12px; }

.headers-tabs__language {
  color: #fff;
  text-decoration: none;
  padding-right: 7px;
  margin-right: 5px;
  border-right: 2px solid #fff; }
  .headers-tabs__language.active {
    font-family: 'museo-sans', sans-serif;
    font-weight: 900; }
  .headers-tabs__language:last-child {
    border-right: none; }

.headers-tabs__tabs {
  display: block;
  width: 66.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 48em) {
    .headers-tabs__tabs {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .headers-tabs__tabs:after, .headers-tabs__tabs:before {
    content: '';
    height: 100%;
    display: none;
    width: 30%;
    top: 0;
    position: absolute;
    z-index: 10; }
    @media screen and (max-width: 48em) {
      .headers-tabs__tabs:after, .headers-tabs__tabs:before {
        display: block; } }
    @media screen and (max-width: 30em) {
      .headers-tabs__tabs:after, .headers-tabs__tabs:before {
        width: 10%; } }
  .headers-tabs__tabs:after {
    background-image: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    right: 0.9375rem; }
  .headers-tabs__tabs:before {
    background-image: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    left: 0.9375rem; }

.headers-tabs__tab {
  float: left;
  padding: 0 25px;
  text-align: center;
  cursor: pointer; }
  .headers-tabs__tab.active {
    background-color: #fff; }
  @media screen and (max-width: 48em) {
    .headers-tabs__tab {
      width: 100%;
      padding: 0 15px; } }

.headers-tabs__name {
  color: #fff;
  font-size: 18px;
  text-decoration: none; }
  .headers-tabs__tabs.small-tabs .headers-tabs__name {
    font-size: 15px; }
  .headers-tabs__tab.active .headers-tabs__name {
    color: #000;
    font-family: 'museo-sans', sans-serif;
    font-weight: 900; }
  @media screen and (max-width: 48em) {
    .headers-tabs__name {
      color: #000; } }

.content-carousel .owl-controls {
  display: none; }

@media print {
  .content-carousel .owl-stage-outer.owl-height {
    height: 100% !important; }
    .content-carousel .owl-stage-outer.owl-height .owl-item {
      float: none; } }

.experience-carousel {
  margin-bottom: 25px; }
  .experience-carousel .owl-dots {
    text-align: center; }
  .experience-carousel .owl-dot {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-transition-property: border-width, border-color;
    transition-property: border-width, border-color;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; }
    .red .experience-carousel .owl-dot {
      border-color: #e31b23; }
      .red .experience-carousel .owl-dot:hover, .red .experience-carousel .owl-dot.active {
        border-color: #e31b23;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .red .experience-carousel .owl-dot:hover, .red .experience-carousel .owl-dot.active {
            border-width: 8px; } }
    .blue .experience-carousel .owl-dot {
      border-color: #01bcd9; }
      .blue .experience-carousel .owl-dot:hover, .blue .experience-carousel .owl-dot.active {
        border-color: #01bcd9;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .blue .experience-carousel .owl-dot:hover, .blue .experience-carousel .owl-dot.active {
            border-width: 8px; } }
    .green .experience-carousel .owl-dot {
      border-color: #81d143; }
      .green .experience-carousel .owl-dot:hover, .green .experience-carousel .owl-dot.active {
        border-color: #81d143;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .green .experience-carousel .owl-dot:hover, .green .experience-carousel .owl-dot.active {
            border-width: 8px; } }
    .purple .experience-carousel .owl-dot {
      border-color: #7d4ec2; }
      .purple .experience-carousel .owl-dot:hover, .purple .experience-carousel .owl-dot.active {
        border-color: #7d4ec2;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .purple .experience-carousel .owl-dot:hover, .purple .experience-carousel .owl-dot.active {
            border-width: 8px; } }
    .yellow .experience-carousel .owl-dot {
      border-color: #ffdb2e; }
      .yellow .experience-carousel .owl-dot:hover, .yellow .experience-carousel .owl-dot.active {
        border-color: #ffdb2e;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .yellow .experience-carousel .owl-dot:hover, .yellow .experience-carousel .owl-dot.active {
            border-width: 8px; } }
    .white .experience-carousel .owl-dot {
      border-color: #fff; }
      .white .experience-carousel .owl-dot:hover, .white .experience-carousel .owl-dot.active {
        border-color: #fff;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .white .experience-carousel .owl-dot:hover, .white .experience-carousel .owl-dot.active {
            border-width: 8px; } }
    .black .experience-carousel .owl-dot {
      border-color: #000; }
      .black .experience-carousel .owl-dot:hover, .black .experience-carousel .owl-dot.active {
        border-color: #000;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .black .experience-carousel .owl-dot:hover, .black .experience-carousel .owl-dot.active {
            border-width: 8px; } }
    .dark-grey .experience-carousel .owl-dot {
      border-color: #696a6a; }
      .dark-grey .experience-carousel .owl-dot:hover, .dark-grey .experience-carousel .owl-dot.active {
        border-color: #696a6a;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .dark-grey .experience-carousel .owl-dot:hover, .dark-grey .experience-carousel .owl-dot.active {
            border-width: 8px; } }
    .grey .experience-carousel .owl-dot {
      border-color: #b7b7b7; }
      .grey .experience-carousel .owl-dot:hover, .grey .experience-carousel .owl-dot.active {
        border-color: #b7b7b7;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .grey .experience-carousel .owl-dot:hover, .grey .experience-carousel .owl-dot.active {
            border-width: 8px; } }
    .light-grey .experience-carousel .owl-dot {
      border-color: #ebebeb; }
      .light-grey .experience-carousel .owl-dot:hover, .light-grey .experience-carousel .owl-dot.active {
        border-color: #ebebeb;
        border-width: 10px; }
        @media screen and (max-width: 30em) {
          .light-grey .experience-carousel .owl-dot:hover, .light-grey .experience-carousel .owl-dot.active {
            border-width: 8px; } }
    @media screen and (max-width: 30em) {
      .experience-carousel .owl-dot {
        width: 15px;
        height: 15px; } }
  .experience-carousel .owl-prev {
    left: 0; }
    @media screen and (max-width: 30em) {
      .experience-carousel .owl-prev {
        left: 4px; } }
  .experience-carousel .owl-next {
    right: 0; }
    @media screen and (max-width: 30em) {
      .experience-carousel .owl-next {
        right: 4px; } }

.location-map {
  width: 100%;
  height: 300px;
  position: relative;
  clear: both; }
  .location-map .gmnoprint {
    display: none; }
  .location-map a[href^="https://maps.google.com/maps"] {
    display: none !important; }

.location-map__container, .location-map__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.location-map__container {
  z-index: 10; }

.location-map__link {
  z-index: 20; }

.location-map__icon {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  padding: 7px; }

.results {
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto; }
  .results::before, .results::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .results::after {
    clear: both; }

.results__filters {
  margin-bottom: 45px;
  margin-top: 60px;
  clear: both;
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .results__filters::before, .results__filters::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .results__filters::after {
    clear: both; }
  .results__filters.empty {
    margin-bottom: 0px;
    margin-top: 0px; }
  @media print {
    .results__filters {
      margin-top: 0px; } }

.results__label {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.44;
  color: #000; }
  .results__label .results__filters.empty {
    display: none; }

.results__item {
  width: 50%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: auto;
  clear: none;
  padding-left: 0;
  margin-bottom: 20px; }

.results__item-title {
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.44;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  cursor: pointer; }
  .results__item-title:after, .results__item-title:before {
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 5px; }
  .results__item-title:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .results__item-title:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.results__item-description {
  font-size: 20px;
  line-height: 20px; }

.results__init-hidden {
  display: none; }

.results__title {
  margin-top: 60px;
  margin-bottom: 40px; }

.results__loading {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: center;
  font-size: 20px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin-bottom: 20px; }
  .results__loading.results__loading--hide {
    opacity: 0; }

.results__content {
  width: 100%;
  float: left; }
  .results:not(.results--has-filters) .results__content {
    margin-top: 60px; }

.results:not(.results--has-filters) .results__filters {
  display: none; }

.results__fitler-prefix {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  float: left;
  font-size: 18px;
  line-height: 1.44;
  padding-right: 24px;
  color: #000; }

.search-header {
  position: relative; }
  .search-header::before, .search-header::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .search-header::after {
    clear: both; }
  @media screen and (max-width: 30em) {
    .search-header .share {
      text-align: right; } }

.search-header__share {
  width: 16.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-top: 80px;
  position: relative; }
  @media screen and (max-width: 48em) {
    .search-header__share {
      width: 25%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-top: 0; } }
  @media screen and (max-width: 30em) {
    .search-header__share {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-top: 10px;
      margin-bottom: -30px; } }
  @media screen and (min-width: 30em) {
    .search-header__share {
      position: absolute;
      bottom: 0;
      right: 0;
      top: 135px; } }

.search-header__content {
  margin-top: 145px;
  width: 83.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media screen and (max-width: 48em) {
    .search-header__content {
      width: 75%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-top: 145px; } }
  @media screen and (max-width: 30em) {
    .search-header__content {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-top: 70px; } }

.search-header__results {
  margin-bottom: 25px;
  display: block; }
  @media screen and (max-width: 30em) {
    .search-header__results {
      margin-top: 20px; } }
  @media screen and (max-width: 48em) {
    .search-header__results {
      margin-bottom: 0; } }

.saved-search {
  position: relative;
  display: block;
  padding: 20px 0px;
  border-bottom: 2px solid #000;
  clear: both;
  text-decoration: none; }

.saved-search__title {
  font-size: 16px;
  line-height: 22px;
  padding-right: 15px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 900; }

.event-tile {
  position: relative;
  display: block;
  padding: 20px 0px;
  border-bottom: 2px solid #000;
  clear: both; }

.event-tile__title {
  font-size: 16px;
  line-height: 22px;
  padding-right: 15px;
  font-family: 'museo-sans', sans-serif;
  font-weight: 900; }

.event-title__meta {
  padding-right: 15px;
  margin-top: 5px; }

.event-tile__date, .event-tile__location {
  font-size: 16px;
  line-height: 22px; }

.mfp-bg.content {
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .mfp-bg.content.mfp-ready {
    opacity: 0.85; }
  .mfp-bg.content.mfp-removing {
    opacity: 0; }

.mfp-container {
  padding: 50px 0; }

.mfp-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .mfp-wrap.mfp-ready {
    opacity: 1; }
  .mfp-wrap.mfp-removing {
    opacity: 0; }

.form-modal {
  background: #fff; }
  .form-modal .content.w-sidebar {
    margin-bottom: 40px;
    margin-left: 8.33333%; }
    @media screen and (max-width: 30em) {
      .form-modal .content.w-sidebar {
        margin-left: 0%; } }
  .form-modal .sidebar {
    margin-bottom: 40px; }
    @media screen and (max-width: 30em) {
      .form-modal .sidebar {
        margin-bottom: 0; } }
  .form-modal .form p {
    margin-bottom: 20px; }
  .form-modal .form .form__error {
    margin: 0; }
  .form-modal .form__group {
    padding-left: 0;
    padding-right: 0; }
  .form-modal .form__group.submit {
    margin-top: 25px; }
  .form-modal .form__input.submit, .form-modal .submit.form__select, .form-modal .submit.header-search__input {
    margin-right: 30px; }
    @media screen and (max-width: 30em) {
      .form-modal .form__input.submit, .form-modal .submit.form__select, .form-modal .submit.header-search__input {
        width: 100%;
        max-width: none;
        margin-right: 0px;
        margin-bottom: 20px; } }

.modal__close {
  position: absolute;
  overflow: hidden;
  top: -40px;
  left: 0px;
  right: 0px;
  bottom: 0px; }

.modal__cross {
  width: 25px;
  height: 25px;
  display: block;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 13px;
  cursor: pointer;
  z-index: 20; }
  .modal__cross:after, .modal__cross:before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #000;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modal__cross:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.modal__content {
  position: relative;
  z-index: 10; }

.login-modal__login {
  margin-top: 15px; }

.microsite-subnav {
  padding-bottom: 34px; }
  @media screen and (max-width: 30em) {
    .microsite-subnav {
      padding-bottom: 22px; } }

.microsite-subnav__item {
  width: 50%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 30px; }
  @media screen and (max-width: 30em) {
    .microsite-subnav__item {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      clear: left;
      margin-bottom: 10px; } }

.microsite-subnav__tab-item {
  display: table;
  width: 100%;
  text-align: center;
  padding: 5px 30px;
  min-height: 50px;
  border: solid 1px #000;
  text-decoration: none;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  .microsite-subnav__tab-item:hover, .microsite-subnav__tab-item.active {
    background-color: #000;
    color: #fff; }

.microsite-subnav__tab-text {
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-size: 16px;
  line-height: 1.14;
  display: table-cell;
  vertical-align: middle; }

.microsite-header {
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 460px; }

.microsite-header__content {
  padding-top: 164px;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 30em) {
    .microsite-header__content {
      padding-top: 106px; } }

.microsite-header__content-wrap {
  width: 66.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: 16.66667%; }
  @media screen and (max-width: 48em) {
    .microsite-header__content-wrap {
      width: 83.33333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-left: 8.33333%; } }
  @media screen and (max-width: 30em) {
    .microsite-header__content-wrap {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-left: 0%; } }

.microsite-header__headline,
.microsite-header__headline > * {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #000;
  margin-bottom: 14px;
  text-decoration: none; }
  @media screen and (max-width: 30em) {
    .microsite-header__headline,
    .microsite-header__headline > * {
      font-size: 30px;
      margin-bottom: 10px; } }

.microsite-header__subhead {
  font-family: 'museo-sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.38;
  color: #000;
  margin-bottom: 30px; }
  @media screen and (max-width: 30em) {
    .microsite-header__subhead {
      font-size: 14px;
      line-height: 1.29;
      margin-bottom: 10px; } }

.microsite-header__url {
  font-family: 'museo-sans', sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.33;
  color: #e31b23;
  text-decoration: none;
  display: block;
  margin-bottom: 30px; }
  @media screen and (max-width: 30em) {
    .microsite-header__url {
      font-size: 14px;
      line-height: 1.29;
      margin-bottom: 10px; } }

.microsite-header__video {
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  .microsite-header__video:before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

/*for reference: https://codepen.io/abennington/pen/ZONqqv*/
.microsite-header__embed {
  width: 100vw;
  min-height: 100vh;
  min-width: 177.77vh;
  height: 56.25vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2; }

.column-content {
  padding-top: 60px;
  padding-bottom: 45px; }
  @media screen and (max-width: 30em) {
    .column-content {
      padding-top: 32px;
      padding-bottom: 45px; } }

.column-content__row:not(:first-child) {
  margin-top: 100px; }
  @media screen and (max-width: 30em) {
    .column-content__row:not(:first-child) {
      margin-top: 40px; } }

.column-content__col {
  min-height: 1px;
  width: 50%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media screen and (max-width: 48em) {
    .column-content__col {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.column-content__image {
  display: block;
  margin: 0 auto 20px; }

.column-content__headline {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 700;
  display: block;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px; }
  @media screen and (max-width: 30em) {
    .column-content__headline {
      font-size: 30px;
      line-height: 32px; } }

.column-content__text {
  font-family: 'museo-sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.25;
  color: #000; }
  .column-content__text * {
    margin-bottom: 20px; }

.column-content__related {
  margin-top: 60px;
  padding: 0.9375rem;
  border: 1px solid #e31b23; }

.column-content__related-text {
  font-family: 'museo-sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 12px; }

.column-content__related-link {
  font-family: 'museo-sans', sans-serif;
  font-weight: 100;
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 1.57; }

.featured-attorneys {
  padding-top: 68px;
  padding-bottom: 92px; }
  @media screen and (max-width: 30em) {
    .featured-attorneys {
      padding-top: 32px;
      padding-bottom: 45px; } }

.featured-attorneys__row:not(:first-child) {
  margin-top: 40px; }
  @media screen and (max-width: 30em) {
    .featured-attorneys__row:not(:first-child) {
      margin-top: 30px; } }

.featured-attorneys__headshot {
  min-height: 1px;
  margin-bottom: 20px;
  width: 25%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: 8.33333%; }
  @media screen and (max-width: 48em) {
    .featured-attorneys__headshot {
      width: 33.33333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-left: 0%; } }
  @media screen and (max-width: 30em) {
    .featured-attorneys__headshot {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.featured-attorneys__body {
  min-height: 1px;
  width: 58.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: 8.33333%; }
  @media screen and (max-width: 48em) {
    .featured-attorneys__body {
      width: 66.66667%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-left: 0%; } }
  @media screen and (max-width: 30em) {
    .featured-attorneys__body {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.featured-attorneys__body-meta {
  font-family: 'museo-sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #000; }

.featured-attorneys__body-link {
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  color: #000; }

.featured-attorneys__body-text {
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 20px;
  color: #000; }
  .featured-attorneys__body-text * {
    margin-bottom: 20px; }

.featured-attorneys__headshot-img {
  border-radius: 100%;
  overflow: hidden;
  width: 100%; }

/**
 * V2 enhancements
 */
.newslist {
  margin-top: 67px;
  margin-bottom: 22px; }

.newslist__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.newslist__article {
  width: 50%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-decoration: none;
  margin-bottom: 60px; }
  @media screen and (max-width: 30em) {
    .newslist__article {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-bottom: 30px; } }

.newslist__title {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.22;
  color: #000;
  margin-bottom: 10px; }
  .newslist__title:hover {
    text-decoration: underline; }
  @media screen and (max-width: 30em) {
    .newslist__title {
      font-size: 14px;
      line-height: 1.29; } }

.newslist__body {
  font-family: 'museo-sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  margin-bottom: 10px; }
  @media screen and (max-width: 30em) {
    .newslist__body {
      display: none; } }

.newslist__tags {
  font-family: 'museo-sans', sans-serif;
  font-weight: 100;
  margin-bottom: 12px;
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 1.57; }
  @media screen and (max-width: 30em) {
    .newslist__tags {
      display: none; } }

.newslist__footer {
  font-family: 'museo-sans', sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 1;
  color: #000; }
  @media screen and (max-width: 30em) {
    .newslist__footer {
      font-size: 12px;
      line-height: 1.17; } }

.experience-list {
  margin-top: 35px;
  margin-bottom: 76px; }

.experience-list__column {
  width: 33.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media screen and (max-width: 30em) {
    .experience-list__column {
      width: 50%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.experience-list__item {
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
  font-size: 16px;
  line-height: 1.38;
  margin-bottom: 5px; }
  @media screen and (max-width: 30em) {
    .experience-list__item {
      font-size: 12px;
      line-height: 2; } }

.experience-list__title:hover {
  text-decoration: underline; }

.people-filters {
  padding-top: 136px;
  background-color: #01bcd9; }
  @media screen and (max-width: 30em) {
    .people-filters {
      padding-top: 105px;
      padding-bottom: 22px; } }

.people-filters__col {
  width: 33.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 28px; }
  @media screen and (max-width: 30em) {
    .people-filters__col {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-bottom: 10px; } }
  .people-filters__col.people-filters__col--alphabet {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 60px; }
    @media screen and (max-width: 30em) {
      .people-filters__col.people-filters__col--alphabet {
        margin-bottom: 8px; } }
  .people-filters__col.people-filters__col--school {
    clear: left; }

.people-filters__input {
  position: relative; }

.people-filters__input-field {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: solid 1px #fff;
  padding-left: 18px;
  padding-right: 36px;
  outline: none;
  font-size: 16px;
  line-height: 1.63;
  color: #000;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  .people-filters__input-field:focus, .people-filters__input-field.filled {
    background-color: #fff; }
  .people-filters__input-field::-webkit-input-placeholder {
    font-family: 'museo-sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.63;
    color: #000; }
  .people-filters__input-field:-moz-placeholder {
    font-family: 'museo-sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.63;
    color: #000; }
  .people-filters__input-field::-moz-placeholder {
    font-family: 'museo-sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.63;
    color: #000; }
  .people-filters__input-field:-ms-input-placeholder {
    font-family: 'museo-sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.63;
    color: #000; }
  .people-filters__input-field::-moz-placeholder {
    line-height: 50px;
    opacity: 1; }

.people-filters__input-icon {
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 50px;
  font-size: 18px;
  padding: 0;
  background: none;
  border: none;
  outline: none; }

[id^="select2-practices-"] {
  max-height: 460px !important; }

.header-carousel {
  position: relative; }
  .header-carousel .owl-item {
    height: -webkit-calc(100%);
    height: calc(100%); }

.header-carousel__slide {
  min-height: 460px;
  background-position: center;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 30em) {
    .header-carousel__slide {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-left: 0%;
      min-height: 340px;
      height: -webkit-calc(100%);
      height: calc(100%); } }

.header-carousel__slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5; }

.header-carousel__slide-content {
  padding-top: 164px;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 30em) {
    .header-carousel__slide-content {
      padding-top: 106px;
      padding-bottom: 72px; } }

.header-carousel__slide-wrap {
  width: 66.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: 16.66667%; }
  @media screen and (max-width: 48em) {
    .header-carousel__slide-wrap {
      width: 83.33333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-left: 8.33333%; } }
  @media screen and (max-width: 30em) {
    .header-carousel__slide-wrap {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-left: 0%; } }

.header-carousel__title {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #000;
  margin-bottom: 14px; }
  @media screen and (max-width: 30em) {
    .header-carousel__title {
      font-size: 30px;
      margin-bottom: 10px; } }

.header-carousel__type {
  font-family: 'museo-sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.38;
  color: #000;
  margin-bottom: 30px; }
  @media screen and (max-width: 30em) {
    .header-carousel__type {
      font-size: 14px;
      line-height: 1.29;
      margin-bottom: 10px; } }

.header-carousel__url {
  font-family: 'museo-sans', sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.33;
  color: #e31b23;
  text-decoration: none; }
  @media screen and (max-width: 30em) {
    .header-carousel__url {
      font-size: 14px;
      line-height: 1.29; } }

.header-carousel__dots {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%; }
  @media screen and (max-width: 30em) {
    .header-carousel__dots {
      position: static;
      margin-top: -40px;
      padding-bottom: 20px; } }

.header-carousel__dots-container {
  width: 8.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: 91.66667%;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 30em) {
    .header-carousel__dots-container {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-left: 0%;
      text-align: center;
      line-height: 0; } }

.header-carousel__dot {
  width: 20px;
  height: 20px;
  margin-left: auto;
  border-radius: 100%;
  border: solid 1px #000000;
  cursor: pointer;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }
  .header-carousel__dot.header-carousel__dot--active {
    border-color: #e31b23;
    background-color: #e31b23; }
  .header-carousel__dot:not(:last-child) {
    margin-bottom: 20px; }
  @media screen and (max-width: 30em) {
    .header-carousel__dot {
      display: inline-block;
      margin-bottom: 0 !important; }
      .header-carousel__dot:not(:last-child) {
        margin-right: 14px; } }

.header-carousel__media-video-overlay .icon-play {
  margin-bottom: 20px; }
  .header-carousel__media-video-overlay .icon-play:before {
    border: 2px solid #000;
    border-color: rgba(0, 0, 0, 0.8); }
  .header-carousel__media-video-overlay .icon-play:after {
    border-left: 21px solid #000;
    border-left-color: rgba(0, 0, 0, 0.8); }

.header-carousel__media-video-overlay__video {
  max-width: 500px;
  margin: auto; }

.headers-top-level__media-video-overlay .icon-play:before {
  border: 2px solid #000;
  border-color: rgba(0, 0, 0, 0.8); }

.headers-top-level__media-video-overlay .icon-play:after {
  border-left: 21px solid #000;
  border-left-color: rgba(0, 0, 0, 0.8); }

.featured-people {
  background-color: #000;
  padding-top: 68px;
  padding-bottom: 92px; }
  @media screen and (max-width: 30em) {
    .featured-people {
      padding-top: 32px;
      padding-bottom: 45px; } }

.featured-people__row:not(:last-child) {
  margin-bottom: 40px; }
  @media screen and (max-width: 30em) {
    .featured-people__row:not(:last-child) {
      margin-bottom: 30px; } }

.featured-people__headshot {
  width: 16.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media screen and (max-width: 30em) {
    .featured-people__headshot {
      width: 33.33333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-left: 0%; } }

.featured-people__body {
  width: 66.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: 8.33333%; }
  @media screen and (max-width: 30em) {
    .featured-people__body {
      width: 66.66667%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-left: 0%; } }

.featured-people__headshot-img {
  border-radius: 100%;
  overflow: hidden;
  width: 100%; }

.featured-people__headline {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.23;
  color: #fff;
  margin-bottom: 8px; }
  @media screen and (max-width: 30em) {
    .featured-people__headline {
      font-size: 14px;
      line-height: 1.30; } }

.featured-people__subhead {
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #fff; }
  @media screen and (max-width: 30em) {
    .featured-people__subhead {
      display: none; } }

.featured-people__link {
  font-family: 'museo-sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.76;
  color: #fff; }
  @media screen and (max-width: 30em) {
    .featured-people__link {
      line-height: 1.18; } }

.practice-filter {
  background-color: #e31b23;
  padding-top: 126px;
  padding-bottom: 34px; }
  @media screen and (max-width: 30em) {
    .practice-filter {
      padding-top: 105px;
      padding-bottom: 22px; } }

.practice-filter__toggle, .people-filters__toggle {
  cursor: pointer; }
  @media screen and (min-width: 30em) {
    .practice-filter__toggle, .people-filters__toggle {
      display: none; } }

.practice-filter__toggle-label, .people-filters__toggle-label {
  width: 58.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.practice-filter__apply, .people-filters__apply {
  width: 41.66667%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: right;
  text-decoration: underline; }
  .practice-filter__toggle:not(.open) .practice-filter__apply, .people-filters__toggle:not(.open) .practice-filter__apply, .practice-filter__toggle:not(.open) .people-filters__apply, .people-filters__toggle:not(.open) .people-filters__apply {
    display: none; }

.practice-filter__apply-text, .people-filters__apply-text {
  font-size: 14px;
  line-height: 1.57; }

.practice-filter__toggle-text, .people-filters__toggle-text {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.57;
  color: #000;
  margin-right: 18px;
  display: inline-block;
  vertical-align: middle; }

.practice-filter__toggle-carrot, .people-filters__toggle-carrot {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }
  .practice-filter__toggle.open .practice-filter__toggle-carrot, .open.people-filters__toggle .practice-filter__toggle-carrot, .practice-filter__toggle.open .people-filters__toggle-carrot, .open.people-filters__toggle .people-filters__toggle-carrot {
    vertical-align: bottom;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg); }

.practice-filter__dropdown, .people-filters__row {
  display: none;
  margin-top: 24px; }
  @media screen and (min-width: 30em) {
    .practice-filter__dropdown, .people-filters__row {
      display: block !important;
      height: 100% !important; } }

.practice-filter__blurb {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 20px; }

.practice-filter__filter {
  width: 33.33333%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 30px; }
  @media screen and (max-width: 30em) {
    .practice-filter__filter {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      clear: left;
      margin-bottom: 10px; } }
  @media screen and (min-width: 30em) {
    .practice-filter__filter:nth-child(4) {
      clear: left; }
    .practice-filter__filter:nth-child(8) {
      clear: left; }
    .practice-filter__filter:nth-child(12) {
      clear: left; }
    .practice-filter__filter:nth-child(16) {
      clear: left; }
    .practice-filter__filter:nth-child(20) {
      clear: left; } }

.practice-filter__tab-item {
  display: table;
  width: 100%;
  text-align: center;
  padding: 5px 30px;
  min-height: 50px;
  border: solid 1px #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  .practice-filter__tab-item:hover {
    background-color: #fff; }
  .practice-filter__tab-item.active {
    background-color: #fff; }

.practice-filter__tab-text {
  font-family: 'museo-sans', sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 14px;
  line-height: 1.14;
  display: table-cell;
  vertical-align: middle; }

@media screen and (max-width: 30em) {
  .reveal-mobile-false {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    opacity: 1 !important; } }
