/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

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

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

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

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

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

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-caption--separate {
  margin-top: -50px;
}

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

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

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

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

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

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

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/**
 * Variables
 * Contains global variables available to the theme.
 */
/**
 * Mixins
 * Contains global SCSS mixins
 */
/**
 * Animations
 * Contains all keyframe animations in use on the site.
 */
.dots-rectangle-animate .dot-lines-wrapper {
  position: relative;
  z-index: 1;
}

.dots-rectangle-animate .dot-line-top {
  -webkit-transition: width 0.3s linear 0.3s;
  -o-transition: width 0.3s linear 0.3s;
  transition: width 0.3s linear 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  height: 4px;
  width: 0px;
  background: url("../assets/img/dottedline-white-horizontal.png");
  background-repeat: repeat-x;
  background-position: 100% 0;
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
  max-width: calc(100% - 47px);
}

@media (min-width: 750px) {
  .dots-rectangle-animate .dot-line-top {
    right: 24px;
  }
}

@media (min-width: 1025px) {
  .dots-rectangle-animate .dot-line-top {
    right: 0;
  }
}

.dots-rectangle-animate .dot-line-top:before {
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 4px;
  width: 0;
  background: url("../assets/img/dottedline-white-horizontal.png");
  background-repeat: repeat-x;
  background-position: calc(100% + 1px) 0;
  -webkit-transform: translateX(454px);
      -ms-transform: translateX(454px);
          transform: translateX(454px);
}

.dots-rectangle-animate .dot-line-top:after {
  -webkit-transition: width 0.15s linear 0.6s, height 0.15s linear 0.6s;
  -o-transition: width 0.15s linear 0.6s, height 0.15s linear 0.6s;
  transition: width 0.15s linear 0.6s, height 0.15s linear 0.6s;
  content: '';
  position: absolute;
  top: -1px;
  right: calc(100% - 4px);
  width: 0;
  height: 4px;
  background: url("../assets/img/dottedline-corner.png") no-repeat;
  background-position: 100% 0;
}

.dots-rectangle-animate .dot-line-left {
  position: relative;
}

.dots-rectangle-animate .dot-line-left:before {
  -webkit-transition: height 0.15s linear 0.75s;
  -o-transition: height 0.15s linear 0.75s;
  transition: height 0.15s linear 0.75s;
  content: '';
  position: absolute;
  top: 60px;
  left: -1px;
  width: 4px;
  height: 0;
  max-height: calc(100% - 118px);
  background: url("../assets/img/dots-vertical-white.png");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 3px;
}

@media (min-width: 750px) {
  .dots-rectangle-animate .dot-line-left:before {
    max-height: calc(100% - 114px);
    left: -25px;
  }
}

@media (min-width: 1025px) {
  .dots-rectangle-animate .dot-line-left:before {
    left: -1px;
  }
}

.dots-rectangle-animate .dot-line-left:after {
  -webkit-transition: width 0.15s linear 0.9s, height 0.15s linear 0.9s;
  -o-transition: width 0.15s linear 0.9s, height 0.15s linear 0.9s;
  transition: width 0.15s linear 0.9s, height 0.15s linear 0.9s;
  content: '';
  position: absolute;
  top: calc(100% - 58px);
  left: -6px;
  width: 0;
  height: 0;
  background: url("../assets/img/dottedline-corner.png") no-repeat;
  background-size: 58px;
  background-position: 0 100%;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

@media (min-width: 750px) {
  .dots-rectangle-animate .dot-line-left:after {
    top: calc(100% - 56px);
    left: -30px;
  }
}

@media (min-width: 1025px) {
  .dots-rectangle-animate .dot-line-left:after {
    top: calc(100% - 58px);
    left: -6px;
  }
}

.dots-rectangle-animate .dot-line-bottom {
  -webkit-transition: width 0.15s linear 1.05s;
  -o-transition: width 0.15s linear 1.05s;
  transition: width 0.15s linear 1.05s;
  position: absolute;
  bottom: 0;
  left: 54px;
  width: 0;
  max-width: calc(50% - 59px);
  height: 4px;
  background: url("../assets/img/dottedline-white-horizontal.png");
  background-repeat: repeat-x;
  background-position: 0 0;
}

@media (min-width: 750px) {
  .dots-rectangle-animate .dot-line-bottom {
    left: 30px;
    bottom: -2px;
    max-width: calc(50% - 33px);
  }
}

@media (min-width: 1025px) {
  .dots-rectangle-animate .dot-line-bottom {
    bottom: 0;
    left: 54px;
    max-width: calc(50% - 59px);
  }
}

.dots-rectangle-animate .dot-line-bottom:before {
  -webkit-transition: opacity 0.3s linear 1.2s;
  -o-transition: opacity 0.3s linear 1.2s;
  transition: opacity 0.3s linear 1.2s;
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  display: block;
  width: 9px;
  height: 9px;
  background: #002B49;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

@media (min-width: 750px) {
  .dots-rectangle-animate .dot-line-bottom:before {
    right: -10px;
    width: 9px;
    height: 9px;
  }
}

@media (min-width: 1025px) {
  .dots-rectangle-animate .dot-line-bottom:before {
    right: -11px;
    width: 11px;
    height: 11px;
  }
}

.dots-rectangle-animate.animated .dot-line-top {
  width: 100%;
}

.dots-rectangle-animate.animated .dot-line-top:before {
  width: 454px;
}

.dots-rectangle-animate.animated .dot-line-top:after {
  width: 59px;
  height: 59px;
}

.dots-rectangle-animate.animated .dot-line-left:before {
  height: 100%;
}

.dots-rectangle-animate.animated .dot-line-left:after {
  width: 59px;
  height: 59px;
}

.dots-rectangle-animate.animated .dot-line-bottom {
  width: 50%;
}

.dots-rectangle-animate.animated .dot-line-bottom:before {
  opacity: 1;
}

.hero-animated .hero-inner {
  position: relative;
  z-index: 2;
  padding-left: 25px;
}

@media (min-width: 750px) {
  .hero-animated .hero-inner {
    padding-left: 33px;
  }
}

@media (min-width: 1025px) {
  .hero-animated .hero-inner {
    padding-left: 8px;
  }
}

.hero-animated .dot-container {
  position: relative;
  z-index: 5;
}

.hero-animated .dot-container:before {
  -webkit-transition: height 0.15s linear 0.45s;
  -o-transition: height 0.15s linear 0.45s;
  transition: height 0.15s linear 0.45s;
  content: '';
  position: absolute;
  top: 19px;
  left: 24px;
  width: 4px;
  height: 0;
  max-height: calc(100% + 150px);
  background: url("../assets/img/dots-vertical-white.png");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 3px;
}

@media (min-width: 750px) {
  .hero-animated .dot-container:before {
    top: 25px;
    left: 40px;
  }
}

@media (min-width: 1025px) {
  .hero-animated .dot-container:before {
    -webkit-transition: height 0.15s linear 0.6s;
    -o-transition: height 0.15s linear 0.6s;
    transition: height 0.15s linear 0.6s;
    top: 36px;
    left: 21px;
  }
}

@media (min-width: 1200px) {
  .hero-animated .dot-container:before {
    top: 82px;
    left: -40px;
  }
}

.hero-animated .dot-container .dot-corner {
  -webkit-transition: width 0.15s linear 0.45s, height 0.15s linear 0.45s;
  -o-transition: width 0.15s linear 0.45s, height 0.15s linear 0.45s;
  transition: width 0.15s linear 0.45s, height 0.15s linear 0.45s;
  position: absolute;
  top: 10px;
  right: calc(100% - 4px);
  width: 0;
  height: 4px;
}

@media (min-width: 750px) {
  .hero-animated .dot-container .dot-corner {
    top: 12px;
    right: calc(100% - 37px);
  }
}

@media (min-width: 1025px) {
  .hero-animated .dot-container .dot-corner {
    top: 22px;
    right: calc(100% - 14px);
  }
}

@media (min-width: 1200px) {
  .hero-animated .dot-container .dot-corner {
    background: url("../assets/img/dottedline-corner.png") no-repeat 100% 0;
  }
}

.hero-animated .dot-container .dot-corner:before {
  -webkit-transition: opacity 0.3s linear 0.3s;
  -o-transition: opacity 0.3s linear 0.3s;
  transition: opacity 0.3s linear 0.3s;
  content: '';
  position: absolute;
  top: 1px;
  right: -28px;
  display: block;
  width: 9px;
  height: 9px;
  background: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

@media (min-width: 750px) {
  .hero-animated .dot-container .dot-corner:before {
    right: -11px;
    width: 9px;
    height: 9px;
  }
}

@media (min-width: 1025px) {
  .hero-animated .dot-container .dot-corner:before {
    right: -15px;
    width: 9px;
    height: 9px;
  }
}

.hero-animated .hero-footer-col-left {
  padding-left: 25px;
}

@media (min-width: 750px) {
  .hero-animated .hero-footer-col-left {
    padding-left: 33px;
  }
}

@media (min-width: 1025px) {
  .hero-animated .hero-footer-col-left {
    padding-left: 8px;
  }
}

.hero-animated .hero-footer .dot-container:before {
  -webkit-transition: height 0.15s linear 0.6s;
  -o-transition: height 0.15s linear 0.6s;
  transition: height 0.15s linear 0.6s;
  max-height: calc(100% + 100px);
  top: -16px;
}

@media (min-width: 750px) {
  .hero-animated .hero-footer .dot-container:before {
    top: -24px;
  }
}

@media (min-width: 1025px) {
  .hero-animated .hero-footer .dot-container:before {
    -webkit-transition: height 0.15s linear 0.75s;
    -o-transition: height 0.15s linear 0.75s;
    transition: height 0.15s linear 0.75s;
    top: -19px;
  }
}

@media (min-width: 1200px) {
  .hero-animated .hero-footer .dot-container:before {
    top: -16px;
  }
}

.hero-animated.animated .dot-container:before {
  height: calc(100% + 150px);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-animated.animated .dot-container:before {
    height: 10000px;
  }
}

@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  .hero-animated.animated .dot-container:before {
    height: 10000px;
  }
}

.hero-animated.animated .dot-container .dot-corner {
  width: 59px;
  height: 59px;
}

.hero-animated.animated .dot-container .dot-corner:before {
  opacity: 1;
}

.hero-animated.animated .hero-footer .dot-container:before {
  height: calc(100% + 100px);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-animated.animated .hero-footer .dot-container:before {
    height: 10000px;
  }
}

@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  .hero-animated.animated .hero-footer .dot-container:before {
    height: 10000px;
  }
}

.wysiwyg .quote-animation .dots-rectangle-animate {
  margin-left: 0;
  visibility: visible !important;
}

@media (min-width: 750px) {
  .wysiwyg .quote-animation .dots-rectangle-animate {
    margin-left: 8px;
  }
}

@media (hover: none) and (min-width: 750px) {
  .wysiwyg .quote-animation .dots-rectangle-animate {
    margin-left: 24px;
  }
}

@media (hover: none) and (min-width: 1025px) {
  .wysiwyg .quote-animation .dots-rectangle-animate {
    margin-left: 0;
  }
}

.wysiwyg .quote-animation .dots-rectangle-animate .dot-line-bottom {
  max-width: 0;
}

@media (min-width: 750px) {
  .wysiwyg .quote-animation .dots-rectangle-animate .dot-line-bottom {
    max-width: calc(50% - 120px);
  }
}

@media (min-width: 1025px) {
  .wysiwyg .quote-animation .dots-rectangle-animate .dot-line-bottom {
    max-width: calc(50% - 158px);
  }
}

.wysiwyg .quote-animation .dots-rectangle-animate .dot-line-bottom:before {
  content: '\e906';
  font-family: 'icomoon';
  position: absolute;
  top: 2px;
  left: calc(100% - 2px);
  right: auto;
  width: auto;
  height: auto;
  font-size: 21px;
  color: #FFFFFF;
  border: none;
}

.events-and-media-animation.animated .instafeed-holder:before {
  height: 100%;
}

.events-and-media-animation.animated .instafeed-holder .instafeed-lines__top {
  width: 100%;
}

.events-and-media-animation.animated .instafeed-holder .instafeed-lines__top:before {
  width: 504px;
}

.events-and-media-animation.animated .instafeed-holder .instafeed-lines__top:after {
  width: 31px;
  height: 37px;
}

@media (min-width: 750px) {
  .events-and-media-animation.animated .instafeed-holder .instafeed-lines__top:after {
    width: 59px;
    height: 59px;
  }
}

.events-and-media-animation.animated .events-box:before {
  height: 100%;
}

.events-and-media-animation.animated .events-box:after {
  width: 31px;
  height: 37px;
}

@media (min-width: 750px) {
  .events-and-media-animation.animated .events-box:after {
    width: 59px;
    height: 59px;
  }
}

.events-and-media-animation.animated .events-box .events-wrapper:before {
  width: 100%;
}

@media (min-width: 1200px) {
  .events-and-media-animation.animated .events-box .events-wrapper:before {
    width: calc(100% + 57px);
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .events-and-media-animation.animated .events-box .events-wrapper:before {
    width: 120%;
  }
}

@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  .events-and-media-animation.animated .events-box .events-wrapper:before {
    width: 120%;
  }
}

.events-and-media-animation.animated .events-box .events-wrapper:after {
  width: 31px;
  height: 37px;
}

@media (min-width: 750px) {
  .events-and-media-animation.animated .events-box .events-wrapper:after {
    width: 59px;
    height: 59px;
  }
}

.events-and-media-animation.animated .events-box .events:before {
  height: 100%;
}

.events-and-media-animation.animated .news-holder .news__item:first-child:before {
  width: 37px;
  height: 37px;
}

.events-and-media-animation.animated .news-holder .news__item:first-child:after {
  height: 100%;
}

.events-and-media-animation.animated .news-holder .news__item:first-child .news__link:before {
  width: calc(100% + 260px);
}

.events-and-media-animation.animated .news-holder:before {
  width: calc(100% + 500px);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .events-and-media-animation.animated .news-holder:before {
    width: 200%;
  }
}

@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  .events-and-media-animation.animated .news-holder:before {
    width: 200%;
  }
}

.events-and-media-animation.animated .news-holder .news:before {
  width: 59px;
  height: 59px;
  opacity: 1;
}

.events-and-media-animation.animated .news-holder .news:after {
  height: 100%;
}

.events-and-media-animation .instafeed-holder {
  position: relative;
  max-width: 240px;
  margin: 0 auto;
}

@media (min-width: 750px) {
  .events-and-media-animation .instafeed-holder {
    max-width: 100%;
    width: 100%;
  }
}

.events-and-media-animation .instafeed-holder:before {
  -webkit-transition: height 0.3s linear 0.75s;
  -o-transition: height 0.3s linear 0.75s;
  transition: height 0.3s linear 0.75s;
  content: '';
  position: absolute;
  top: 50%;
  left: -26px;
  width: 4px;
  height: 0;
  max-height: calc(50% - 20px);
  background: url("../assets/img/dots-vertical.png");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 3px;
  -webkit-transform: translateY(19px);
      -ms-transform: translateY(19px);
          transform: translateY(19px);
}

@media (min-width: 750px) {
  .events-and-media-animation .instafeed-holder:before {
    top: calc(50% - 4px);
    left: -34px;
    max-height: calc(50% - 19px);
  }
}

@media (min-width: 1025px) {
  .events-and-media-animation .instafeed-holder:before {
    top: calc(50% - 6px);
    max-height: calc(50% - 16px);
  }
}

@media (min-width: 1200px) {
  .events-and-media-animation .instafeed-holder:before {
    top: calc(50% - 3px);
    left: -77px;
    max-height: calc(50% - 19px);
  }
}

.events-and-media-animation .instafeed-lines {
  position: relative;
}

.events-and-media-animation .instafeed-lines__top {
  -webkit-transition: width 0.3s linear 0.3s;
  -o-transition: width 0.3s linear 0.3s;
  transition: width 0.3s linear 0.3s;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 4px;
  background: url("../assets/img/dottedline-dark-blue-horizontal.png");
  background-repeat: repeat-x;
  background-position: 100% 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (min-width: 750px) {
  .events-and-media-animation .instafeed-lines__top {
    max-width: calc(100% - 13px);
  }
}

@media (min-width: 1025px) {
  .events-and-media-animation .instafeed-lines__top {
    max-width: calc(100% - 9px);
  }
}

@media (min-width: 1200px) {
  .events-and-media-animation .instafeed-lines__top {
    max-width: 100%;
    top: calc(50% + 2px);
    right: 30px;
  }
}

.events-and-media-animation .instafeed-lines__top:before {
  -webkit-transition: width 0.3s linear 0s;
  -o-transition: width 0.3s linear 0s;
  transition: width 0.3s linear 0s;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 4px;
  width: 0;
  background: url("../assets/img/dottedline-dark-blue-horizontal.png");
  background-repeat: repeat-x;
  background-position: calc(100% + 1px) 0;
  -webkit-transform: translateX(504px);
      -ms-transform: translateX(504px);
          transform: translateX(504px);
}

.events-and-media-animation .instafeed-lines__top:after {
  -webkit-transition: width 0.6s ease-in-out, height 0.6s ease-in-out, 0.15s 0.6s ease-in-out, linear 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out, height 0.6s ease-in-out, 0.15s 0.6s ease-in-out, linear 0.6s ease-in-out;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out, 0.15s 0.6s ease-in-out, linear 0.6s ease-in-out;
  content: '';
  position: absolute;
  top: -2px;
  right: calc(100% - 4px);
  width: 0;
  height: 4px;
  background: url("../assets/img/dottedline-corner-darkblue-sm.png") no-repeat;
  background-position: 100% 0;
}

@media (min-width: 750px) {
  .events-and-media-animation .instafeed-lines__top:after {
    top: -2px;
    right: calc(100% - 2px);
    background-image: url("../assets/img/dottedline-corner-darkblue.png");
  }
}

@media (min-width: 1025px) {
  .events-and-media-animation .instafeed-lines__top:after {
    right: calc(100% - 7px);
  }
}

@media (min-width: 1200px) {
  .events-and-media-animation .instafeed-lines__top:after {
    right: calc(100% - 3px);
  }
}

.events-and-media-animation .events-box {
  position: relative;
  max-width: 240px;
  margin: 0 auto;
}

@media (min-width: 750px) {
  .events-and-media-animation .events-box {
    max-width: 100%;
    width: 100%;
  }
}

.events-and-media-animation .events-box:before {
  -webkit-transition: height 0.25s linear 0.9s;
  -o-transition: height 0.25s linear 0.9s;
  transition: height 0.25s linear 0.9s;
  content: '';
  position: absolute;
  top: 3px;
  left: -26px;
  width: 4px;
  height: 0;
  max-height: calc(50% - 53px);
  background: url("../assets/img/dots-vertical.png");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 3px;
}

@media (min-width: 750px) {
  .events-and-media-animation .events-box:before {
    top: -2px;
    left: -34px;
    max-height: calc(50% - 90px);
  }
}

@media (min-width: 1025px) {
  .events-and-media-animation .events-box:before {
    top: -1px;
  }
}

@media (min-width: 1200px) {
  .events-and-media-animation .events-box:before {
    top: -5px;
    left: -77px;
    max-height: calc(50% - 85px);
  }
}

.events-and-media-animation .events-box:after {
  -webkit-transition: width 0.15s linear 0.95s, height 0.15s linear 0.95s;
  -o-transition: width 0.15s linear 0.95s, height 0.15s linear 0.95s;
  transition: width 0.15s linear 0.95s, height 0.15s linear 0.95s;
  content: '';
  position: absolute;
  top: calc(50% - 49px);
  left: -31px;
  width: 0;
  height: 0;
  background: url("../assets/img/dottedline-corner-darkblue-sm.png") no-repeat;
  background-position: 0 100%;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

@media (min-width: 750px) {
  .events-and-media-animation .events-box:after {
    top: calc(50% - 91px);
    left: -40px;
    background-image: url("../assets/img/dottedline-corner-darkblue.png");
  }
}

@media (min-width: 1200px) {
  .events-and-media-animation .events-box:after {
    left: -83px;
  }
}

.events-and-media-animation .events-box .events-wrapper {
  position: relative;
}

.events-and-media-animation .events-box .events-wrapper:before {
  -webkit-transition: width 0.3s linear 1.15s;
  -o-transition: width 0.3s linear 1.15s;
  transition: width 0.3s linear 1.15s;
  content: '';
  position: absolute;
  top: 50%;
  left: 17px;
  height: 4px;
  width: 0;
  max-width: calc(100% - 26px);
  background-image: url("../assets/img/dottedline-dark-blue-horizontal.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto;
  -webkit-transform: translateY(calc(-50% - 1px));
      -ms-transform: translateY(calc(-50% - 1px));
          transform: translateY(calc(-50% - 1px));
  display: none;
}

@media (min-width: 750px) {
  .events-and-media-animation .events-box .events-wrapper:before {
    display: block;
  }
}

@media (min-width: 1200px) {
  .events-and-media-animation .events-box .events-wrapper:before {
    left: -26px;
    max-width: calc(100% + 57px);
  }
}

@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  .events-and-media-animation .events-box .events-wrapper:before {
    top: calc(50% - 2px);
  }
}

.events-and-media-animation .events-box .events-wrapper:after {
  -webkit-transition: width 0.15s linear 1.25s, height 0.15s linear 1.25s;
  -o-transition: width 0.15s linear 1.25s, height 0.15s linear 1.25s;
  transition: width 0.15s linear 1.25s, height 0.15s linear 1.25s;
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  left: calc(100% - 3px);
  width: 0;
  height: 0;
  background: url("../assets/img/dottedline-corner-darkblue-sm.png") no-repeat;
  background-position: 100% 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (min-width: 750px) {
  .events-and-media-animation .events-box .events-wrapper:after {
    -webkit-transition: width 0.15s linear 1.55s, height 0.15s linear 1.55s;
    -o-transition: width 0.15s linear 1.55s, height 0.15s linear 1.55s;
    transition: width 0.15s linear 1.55s, height 0.15s linear 1.55s;
    top: calc(50% - 5px);
    left: calc(100% - 15px);
    background-image: url("../assets/img/dottedline-corner-darkblue.png");
  }
}

@media all and (min-width: 750px) and (-ms-high-contrast: none), (min-width: 750px) and (-ms-high-contrast: active) {
  .events-and-media-animation .events-box .events-wrapper:after {
    top: calc(50% - 4px);
  }
}

@media (min-width: 1200px) {
  .events-and-media-animation .events-box .events-wrapper:after {
    left: calc(100% + 28px);
  }
}

.events-and-media-animation .events-box .events {
  position: relative;
}

.events-and-media-animation .events-box .events:before {
  -webkit-transition: height 0.25s linear 1.4s;
  -o-transition: height 0.25s linear 1.4s;
  transition: height 0.25s linear 1.4s;
  content: '';
  position: absolute;
  top: calc(50% + 25px);
  right: -28px;
  width: 4px;
  height: 0;
  max-height: calc(50% + 4px);
  background: url("../assets/img/dots-vertical.png");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 3px;
}

@media (min-width: 750px) {
  .events-and-media-animation .events-box .events:before {
    -webkit-transition: height 0.25s linear 1.7s;
    -o-transition: height 0.25s linear 1.7s;
    transition: height 0.25s linear 1.7s;
    top: calc(50% + 52px);
    right: -36px;
    max-height: calc(50% + 25px);
  }
}

@media (min-width: 1200px) {
  .events-and-media-animation .events-box .events:before {
    right: -79px;
  }
}

@media (min-width: 750px) {
  .events-and-media-animation .news-holder {
    position: relative;
  }
}

.events-and-media-animation .news-holder:before {
  -webkit-transition: width 0.3s linear 2.15s;
  -o-transition: width 0.3s linear 2.15s;
  transition: width 0.3s linear 2.15s;
  content: '';
  position: absolute;
  top: calc(50% - 65px);
  right: 11px;
  height: 4px;
  width: 0;
  max-width: calc(100% + 500px);
  background: url("../assets/img/dottedline-dark-blue-horizontal.png");
  background-repeat: repeat-x;
  background-position: 100% 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .events-and-media-animation .news-holder:before {
    max-width: 200%;
  }
}

@media (min-width: 750px) {
  .events-and-media-animation .news-holder:before {
    display: block;
  }
}

@media screen and (min-width: 976px) {
  .events-and-media-animation .news-holder:before {
    top: 50%;
  }
}

@media (min-width: 1200px) {
  .events-and-media-animation .news-holder:before {
    -webkit-transition: width 0.6s linear 2.15s;
    -o-transition: width 0.6s linear 2.15s;
    transition: width 0.6s linear 2.15s;
    right: -36px;
  }
}

@media (min-width: 750px) {
  .events-and-media-animation .news-holder .news {
    position: relative;
  }
}

.events-and-media-animation .news-holder .news:before {
  -webkit-transition: width 2s ease-in-out, height 2s ease-in-out, 0.15s 2s ease-in-out, linear 2s ease-in-out;
  -o-transition: width 2s ease-in-out, height 2s ease-in-out, 0.15s 2s ease-in-out, linear 2s ease-in-out;
  transition: width 2s ease-in-out, height 2s ease-in-out, 0.15s 2s ease-in-out, linear 2s ease-in-out;
  -webkit-transition-property: width, height;
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
  -webkit-transition-delay: 2s;
  content: '';
  position: absolute;
  top: calc(50% - 77px);
  right: -41px;
  width: 0;
  height: 4px;
  background: url("../assets/img/dottedline-corner-darkblue.png") no-repeat;
  background-position: 0 100%;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  z-index: -1;
  display: none;
  opacity: 0;
}

@media (min-width: 750px) {
  .events-and-media-animation .news-holder .news:before {
    display: block;
  }
}

@media screen and (min-width: 976px) {
  .events-and-media-animation .news-holder .news:before {
    top: calc(50% - 51px);
  }
}

@media (min-width: 1200px) {
  .events-and-media-animation .news-holder .news:before {
    top: calc(50% - 50px);
    right: -83px;
  }
}

@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  .events-and-media-animation .news-holder .news:before {
    top: calc(50% - 51px);
    width: 50px;
    height: 50px;
  }
}

.events-and-media-animation .news-holder .news:after {
  -webkit-transition: height 0.25s linear 1.9s;
  -o-transition: height 0.25s linear 1.9s;
  transition: height 0.25s linear 1.9s;
  content: '';
  position: absolute;
  top: 0;
  right: -36px;
  width: 4px;
  height: 0;
  max-height: calc(50% - 76px);
  background: url("../assets/img/dots-vertical.png");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 3px;
  display: none;
}

@media (min-width: 750px) {
  .events-and-media-animation .news-holder .news:after {
    display: block;
  }
}

@media screen and (min-width: 976px) {
  .events-and-media-animation .news-holder .news:after {
    max-height: calc(50% - 45px);
  }
}

@media (min-width: 1200px) {
  .events-and-media-animation .news-holder .news:after {
    right: -79px;
  }
}

.events-and-media-animation .news-holder .news__item:first-child {
  position: relative;
}

.events-and-media-animation .news-holder .news__item:first-child:before {
  -webkit-transition: width 0.15s linear 1.65s, height 0.15s linear 1.65s;
  -o-transition: width 0.15s linear 1.65s, height 0.15s linear 1.65s;
  transition: width 0.15s linear 1.65s, height 0.15s linear 1.65s;
  content: '';
  position: absolute;
  top: calc(50% - 24px);
  right: -32px;
  width: 0;
  height: 0;
  background: url("../assets/img/dottedline-corner-darkblue-sm.png") no-repeat;
  background-position: 0 100%;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  z-index: -1;
}

@media (min-width: 750px) {
  .events-and-media-animation .news-holder .news__item:first-child:before {
    display: none;
  }
}

.events-and-media-animation .news-holder .news__item:first-child:after {
  -webkit-transition: height 0.25s linear 1.55s;
  -o-transition: height 0.25s linear 1.55s;
  transition: height 0.25s linear 1.55s;
  content: '';
  position: absolute;
  top: 0;
  right: -28px;
  width: 4px;
  height: 0;
  max-height: calc(50% - 23px);
  background: url("../assets/img/dots-vertical.png");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 3px;
}

@media (min-width: 750px) {
  .events-and-media-animation .news-holder .news__item:first-child:after {
    display: none;
  }
}

.events-and-media-animation .news-holder .news__item:first-child .news__link:before {
  -webkit-transition: width 0.4s linear 1.8s;
  -o-transition: width 0.4s linear 1.8s;
  transition: width 0.4s linear 1.8s;
  content: '';
  position: absolute;
  top: calc(50% + 4px);
  right: 0;
  height: 4px;
  width: 0;
  max-width: calc(100% + 260px);
  background: url("../assets/img/dottedline-dark-blue-horizontal.png");
  background-repeat: repeat-x;
  background-position: 100% 0;
  -webkit-transform: translateY(calc(-50% + 3px));
      -ms-transform: translateY(calc(-50% + 3px));
          transform: translateY(calc(-50% + 3px));
  z-index: -1;
}

@media (min-width: 750px) {
  .events-and-media-animation .news-holder .news__item:first-child .news__link:before {
    display: none;
  }
}

.events-and-media-animation .container:not(.has-events) .instafeed-holder:before {
  top: calc(50% + 1px);
  max-height: calc(50% - 102px);
}

@media (min-width: 750px) {
  .events-and-media-animation .container:not(.has-events) .instafeed-holder:before {
    top: calc(50% - 5px);
    max-height: calc(50% - 67px);
  }
}

@media (min-width: 1200px) {
  .events-and-media-animation .container:not(.has-events) .instafeed-holder:before {
    max-height: calc(50% - 69px);
  }
}

.events-and-media-animation .container:not(.has-events) .events-box:after {
  top: calc(50% - 96px);
  left: -29px;
}

@media (min-width: 750px) {
  .events-and-media-animation .container:not(.has-events) .events-box:after {
    top: calc(50% - 91px);
    left: -39px;
  }
}

@media (min-width: 1200px) {
  .events-and-media-animation .container:not(.has-events) .events-box:after {
    left: -82px;
  }
}

.events-and-media-animation .container:not(.has-events) .events-box .events-wrapper:after {
  top: calc(50% - 54px);
  left: calc(100% - 3px);
}

@media (min-width: 750px) {
  .events-and-media-animation .container:not(.has-events) .events-box .events-wrapper:after {
    top: calc(50% - 5px);
    left: calc(100% - 15px);
  }
}

@media (min-width: 1200px) {
  .events-and-media-animation .container:not(.has-events) .events-box .events-wrapper:after {
    left: calc(100% - -29px);
  }
}

@media (min-width: 750px) {
  .events-and-media-animation .container:not(.has-events) .events-box .events-wrapper:before {
    max-width: calc(100% - 34px);
  }
}

@media (min-width: 1200px) {
  .events-and-media-animation .container:not(.has-events) .events-box .events-wrapper:before {
    max-width: calc(100% + 57px);
  }
}

.events-and-media-animation .container:not(.has-events) .news-holder .news__item:first-child:after {
  top: -45px;
  max-height: calc(50% + 16px);
}

@media (min-width: 750px) {
  .events-and-media-animation .container:not(.has-events) .news-holder .news__item:after {
    top: -25px;
  }
}

.events-and-media-animation .container:not(.has-events) .news-holder .news:after {
  max-height: calc(50% - 48px);
}

@media (min-width: 750px) {
  .events-and-media-animation .container:not(.has-events) .news-holder .news:after {
    top: -27px;
  }
}

@media (min-width: 978px) {
  .events-and-media-animation .container:not(.has-events) .news-holder .news:after {
    max-height: calc(50% - 26px);
  }
}

@media (min-width: 1200px) {
  .events-and-media-animation .container:not(.has-events) .news-holder .news:after {
    max-height: calc(50% - 26px);
  }
}

.events-and-media-animation .container:not(.has-events):not(.has-grams) .instafeed {
  background-image: url("../assets/img/dottedline-dark-blue-horizontal.png");
  background-repeat: repeat-x;
  background-position: 100% 63px;
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
  min-height: 115px;
}

@media (min-width: 750px) {
  .events-and-media-animation .container:not(.has-events):not(.has-grams) .instafeed {
    background: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    min-height: 104px;
  }
}

.column__body ul, .main-header .info-nav .info-list, .main-footer .social-list-box .social-list, .main-footer .main-footer__bottom .link-list, .main-nav-box ul, .genimglist__body ul, .breadcrumbs-list, .support .link-list, .events__links .links-list, .news__links .links-list, .request-info .request-list, .pagination-list, .dataTables_paginate span, .profile-info__resume .link-list, .profile-dop-info__list ul, table.dataTable .dtr-details {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.main-nav-opener, .main-nav-box .main-nav-title .main-nav-back, .main-nav-box .main-nav .open-submenu, .accordion__top, .main-header .search-box .search-opener,
.main-header .search-box .start-search, .pagination__arrow {
  padding: 0;
  background: none;
  border: none;
}

.sr-only,
.dpsp-network-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ellipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.hidden {
  display: none;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, .vid-inline__caption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

select {
  -webkit-border-radius: 0;
}

select::-ms-expand {
  display: none;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  border-radius: 0;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

a:-moz-focusring, button:-moz-focusring, input:-moz-focusring, select:-moz-focusring, textarea:-moz-focusring {
  outline: 3px solid #3b99fc;
}

/**
 * @file
 * Typography
 * Base typography for the theme
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.h1, h1 {
  font-family: "HCo Knockout 48";
  font-size: 50px;
  line-height: 1.21;
  text-transform: uppercase;
  color: #002B49;
}

@media (min-width: 750px) {
  .h1, h1 {
    font-size: 60px;
  }
}

@media (min-width: 1025px) {
  .h1, h1 {
    font-size: 110px;
  }
}

.h2, .dataTables_empty, h2 {
  margin: 0 0 16px;
  font-family: "HCo Knockout 48";
  font-size: 50px;
  line-height: 1;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #002B49;
}

@media (min-width: 750px) {
  .h2, .dataTables_empty, h2 {
    margin: 0 0 10px;
    line-height: 1.21;
  }
}

@media (min-width: 1025px) {
  .h2, .dataTables_empty, h2 {
    margin: 0 0 21px;
    font-size: 70px;
    letter-spacing: 3.5px;
  }
}

.h3, h3 {
  margin: 0 0 20px;
  font-family: "HCo Knockout 48";
  font-size: 32px;
  line-height: 1.21;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  color: #002B49;
}

@media (min-width: 750px) {
  .h3, h3 {
    margin: 0 0 18px;
  }
}

@media (min-width: 1025px) {
  .h3, h3 {
    margin: 0 0 21px;
    font-size: 35px;
  }
}

.h4, h4 {
  margin: 0 0 16px;
  font-family: "HCo Knockout 32";
  font-size: 22px;
  line-height: 1.21;
  color: #000;
  text-transform: none;
}

@media (min-width: 1025px) {
  .h4, h4 {
    margin: 0 0 25px;
    font-size: 22px;
  }
}

.h5, h5 {
  margin: 0 0 20px;
  font-family: "HCo Knockout 52";
  font-size: 16px;
  line-height: 1.21;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  color: #000;
}

@media (min-width: 750px) {
  .h5, h5 {
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  .h5, h5 {
    margin: 0 0 20px;
    font-size: 21px;
  }
}

.h6, h6 {
  margin: 0 0 20px;
  font-family: "HCo Knockout 52";
  font-size: 16px;
  line-height: 1.21;
  color: #000;
  text-transform: none;
}

@media (min-width: 1025px) {
  .h6, h6 {
    margin: 0 0 22px;
    font-size: 18px;
  }
}

p {
  margin: 0 0 1.6rem;
}

p:empty {
  display: none;
}

strong {
  font-weight: 700;
}

/**
 * Base theme styles
 * This file contains theme base styles.
 *
 * For example:
 * - WYSIWYG styles and layouts
 * - Images and Videos
 * - Tables
 */
@media (min-width: 1025px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "HCo Knockout 32", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.445;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1025px) {
  body {
    font-size: 18px;
  }
}

body.js-fixed {
  overflow: hidden;
}

* > p:last-child,
* > ul:last-child,
* > ol:last-child {
  margin-bottom: 0;
}

.visually-hidden {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

a.skip-link {
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
}

a.skip-link.visually-hidden {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

a.skip-link.visually-hidden:active, a.skip-link.visually-hidden:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

a.skip-link.visually-hidden:focus {
  background-color: #FFFFFF;
  padding: 3px 10px;
  position: absolute !important;
  z-index: 10000;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  color: #0078B6;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  a:hover {
    color: #002B49;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a:hover {
    color: #002B49;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

figcaption, .vid-inline__caption,
.figcaption {
  position: relative;
  margin: 1.3rem 0 0;
  padding: 3px 0 7px 12px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #002B49;
}

@media (min-width: 750px) {
  figcaption, .vid-inline__caption,
  .figcaption {
    padding: 6px 0 2px 26px;
    font-size: 1rem;
    margin: 1.4rem 0 0;
  }
}

@media (min-width: 1025px) {
  figcaption, .vid-inline__caption,
  .figcaption {
    padding: 4px 0 8px 24px;
    margin: 1.35rem 0 0;
  }
}

figcaption:before, .vid-inline__caption:before,
.figcaption:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-height: 34px;
  width: 3px;
  background: url("../assets/img/dots-vertical-light.svg") no-repeat 100% 0;
  background-repeat: repeat-y;
  background-size: 3px;
}

.img-inline {
  max-width: 280px;
}

.img-inline--full {
  max-width: 100%;
  margin: 1.8rem 0;
}

.img-inline--full:only-child, .img-inline--full:last-child {
  margin-bottom: 0;
}

@media (min-width: 750px) {
  .img-inline--full {
    margin: 3.2rem 0;
  }
}

.img-inline--float.float-right {
  float: none;
  margin: 0 0 1.8rem 0;
}

@media (min-width: 750px) {
  .img-inline--float.float-right {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}

.img-inline--float.float-left {
  float: none;
  margin: 0 0 1.8rem 0;
}

@media (min-width: 750px) {
  .img-inline--float.float-left {
    float: left;
    margin: 0 2rem 2rem 0;
  }
}

table {
  clear: both;
}

.word-wrapper {
  display: inline-block;
  white-space: nowrap;
}

/**
 * @file
 * Print specific styliing
 */
@media print {
  * {
    background: none !important;
    color: #000 !important;
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    overflow: unset !important;
    border-color: #000 !important;
  }
  .wysiwyg ul,
  .wysiwyg ol,
  .column ul,
  .column ol {
    padding-left: 20px !important;
    margin-left: 26px !important;
  }
  .wysiwyg ul li,
  .wysiwyg ol li,
  .column ul li,
  .column ol li {
    padding: 0 !important;
  }
  .wysiwyg ul li:before,
  .wysiwyg ol li:before,
  .column ul li:before,
  .column ol li:before {
    display: none !important;
  }
  .wysiwyg ul,
  .column ul {
    list-style-type: initial !important;
  }
  .wysiwyg ol,
  .column ol {
    list-style-type: decimal !important;
  }
  figcaption:before, .vid-inline__caption:before {
    background: #000 !important;
    width: 2px;
  }
  body {
    padding-left: 0 !important;
  }
  @page {
    margin: 38pt 0;
  }
  h1, h2, h3, h4, h5, h5, h6 {
    page-break-after: avoid !important;
  }
  p,
  table,
  figure,
  img,
  .events__item,
  .news,
  .stat3up__item,
  .twitter__item,
  .twitter__body,
  .img-inline,
  .vid-inline,
  .quote__footer,
  .program-list__item,
  .main-footer,
  .events__item,
  .events__link,
  .stat3up .content-box,
  .story-display .story-display__wrap,
  .program--list__item {
    page-break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
    -moz-column-break-inside: avoid !important;
         break-inside: avoid !important;
  }
  .main-header,
  .main-footer:before,
  .breadcrumbs,
  .main-footer__bottom .link-list,
  .social-list-box,
  .alert,
  .main-nav-opener,
  .hero-section .img-holder,
  .intro-box:before,
  .container:before,
  .container:after,
  .dot-corner,
  .dot-container:before,
  .dot-line-bottom,
  .dot-line-left:before,
  .dot-line-left:after,
  .dot-line-top,
  .dotted-top-line,
  .dotted-top-line-holder,
  .dotted-side-line__mobile,
  .stories-section .img-holder,
  .cta-btn,
  .support .list-box,
  .support .decoration-img,
  .community-list__holder,
  .instafeed,
  .request-info,
  .links-list,
  .events-wrapper:before,
  .events-wrapper:after,
  .events:before,
  .events-box:before,
  .events-box:after,
  .events__item:before,
  .events__item,
  .events__links,
  .news:before,
  .news:after,
  .news-holder:before,
  .news__item.news__links,
  .news__item:before,
  .news__item:after,
  .news__link:before,
  .icon-arrow-line,
  .accordion__top,
  .accordion__all,
  .carousel .slick-dots,
  .slick-arrow,
  .stat3up__cta,
  .section__cta,
  .stories-holder .stories-section.stories-section__full,
  .form,
  form,
  .table td:first-child::after,
  .popup-play-btn,
  .program__filters,
  .program-controls,
  .program--list__sort,
  .pagination,
  .heading-table,
  .footer-table,
  .profile-info__resume,
  .slick-cloned {
    display: none !important;
  }
  #main {
    padding-top: 0 !important;
  }
  .section,
  .wysiwyg,
  .support,
  .events-list-section,
  .news-list-section,
  .faculty-list,
  .profile {
    padding: 0 0 50px !important;
  }
  .community {
    padding: 0 0 30px !important;
  }
  .container {
    padding: 0 40px !important;
    max-width: 100% !important;
  }
  .page-title,
  .stories-intro__title,
  .support__title,
  .support__subtitle,
  .section-intro__title,
  .stories-section__subtitle {
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
  }
  .page-title,
  .support__subtitle,
  .marked {
    -webkit-text-fill-color: unset !important;
    -webkit-text-stroke: unset !important;
    color: #000 !important;
  }
  .hero-section {
    color: #000 !important;
    padding-top: 0 !important;
  }
  .hero-section .intro-box {
    padding: 0 !important;
    min-height: auto !important;
  }
  .hero-section .hero-inner {
    margin: 0 0 30px;
  }
  .hero-section .text-holder {
    padding: 0 !important;
  }
  .hero-section .hero-footer {
    padding: 0 !important;
  }
  .hero-section .hero-footer-col {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .hero-section .hero-footer-col-left,
  .hero-section .hero-inner {
    padding-left: 0;
  }
  .hero-section-fourthly .page-title {
    margin-bottom: 0 !important;
  }
  .stories-holder {
    display: block !important;
  }
  .stories-holder .stories-intro {
    padding: 0 !important;
  }
  .stories-holder .stories-section {
    display: block !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
    min-height: auto !important;
  }
  .stories-holder .stories-section:last-child {
    margin-bottom: 0 !important;
  }
  .stories-holder .stories-section .quote__details {
    padding-left: 20px !important;
  }
  .stories-holder .stories-section .quote__text {
    margin: 0 0 12px !important;
  }
  .stories-holder .stories-section .quote__text p {
    display: block !important;
    position: relative !important;
  }
  .stories-holder .stories-section .quote__text p:before {
    content: '"' !important;
    font-family: superclarendon, Helvetica, Arial, sans-serif !important;
    position: static !important;
    margin: 0 !important;
    width: 26px;
    background: none !important;
    font-size: 30px !important;
  }
  .stories-holder .text-box {
    text-align: left !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .stories-holder .quote {
    margin: 0 !important;
  }
  .stories-holder .quote__details {
    margin: 0 !important;
  }
  .support .text-box {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .support .support__caption {
    max-width: 100% !important;
  }
  .support .support__title {
    margin-bottom: 0 !important;
  }
  .faculty-list th {
    padding: 0 !important;
    font-size: 20px !important;
  }
  .faculty-list td {
    padding: 10px 12px 10px 0 !important;
    font-size: 14px !important;
    width: auto !important;
  }
  .faculty-list .link-name {
    font-size: inherit !important;
  }
  .quote__copy:before {
    content: '"' !important;
    background: none !important;
    font-size: 30px !important;
    top: 0 !important;
  }
  .quote__copy:after {
    content: close-quote !important;
    position: absolute !important;
    background: none !important;
    font-size: 30px !important;
    -webkit-transform: scaleX(1) !important;
        -ms-transform: scaleX(1) !important;
            transform: scaleX(1) !important;
    bottom: 14px !important;
  }
  .quote__footer {
    max-width: 100% !important;
  }
  .program-detail,
  .news-detail {
    padding: 0 !important;
  }
  .community__title {
    margin: 0;
  }
  .events-and-media {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }
  .events-and-media .news-holder {
    padding: 0 !important;
  }
  .events-and-media .events-box {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .events-and-media .news {
    margin: 0 !important;
  }
  .events,
  .news,
  .column--three,
  .events-list {
    display: block !important;
  }
  .stat3up .column--three {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .stat3up .stat3up__item {
    display: inline-block !important;
    max-width: 30% !important;
  }
  .stat3up .stat3up__number {
    font-size: 96px !important;
  }
  .events__item,
  .news__item,
  .twitter__item {
    width: 100% !important;
    max-width: 44% !important;
    display: inline-block !important;
    margin: 0 30px 30px 0 !important;
    vertical-align: top;
  }
  .events-list {
    margin: 0 !important;
  }
  .events__link {
    min-height: 265px !important;
  }
  .main-footer {
    padding: 0 !important;
  }
  .main-footer .container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .main-footer .address-holder {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 0 24px;
  }
  .main-footer .address__item {
    display: inline-block !important;
    margin: 0 45px 0 0 !important;
  }
  .main-footer .logo-holder {
    margin: 0 50px 24px 0 !important;
  }
  .main-footer .main-footer__bottom {
    padding: 0 !important;
  }
  .accordion__content {
    display: block !important;
  }
  .accordion__toggle,
  .accordion__content {
    padding: 0 0 20px !important;
  }
  .accordion__toggle p,
  .accordion__content p {
    margin: 0 0 20px !important;
  }
  .accordion__toggle p:last-of-type,
  .accordion__content p:last-of-type {
    margin: 0 !important;
  }
  .accordion__item {
    margin: 0 !important;
  }
  .slick-track {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    width: 100% !important;
  }
  .carousel__caption {
    margin: 0 !important;
    padding: 0 !important;
  }
  .carousel__img {
    margin: 0 0 15px !important;
  }
  .carousel__img img {
    opacity: 1 !important;
  }
  .slick-slide {
    margin-bottom: 30px;
  }
  .slick-slide:last-of-type {
    margin-bottom: 0 !important;
  }
  .program-list__item {
    border-radius: 0 !important;
  }
  .story-display__img {
    max-width: 250px !important;
  }
  .stat3up .column--three {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    padding: 0 !important;
  }
  .carousel__item {
    display: block !important;
  }
  .column__col {
    display: block !important;
    vertical-align: top !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
  }
  .column__col:last-child {
    margin-bottom: 0 !important;
  }
  .twitter__feed .column__col {
    display: inline-block !important;
  }
  .column--two {
    display: block !important;
    width: 100% !important;
  }
  .column--two .column__col {
    width: 100% !important;
  }
  .column--two .column__col:last-child {
    margin-bottom: 0;
  }
  .column--two .column__col ul {
    padding-bottom: 0;
  }
  .column__img,
  .genimglist__img,
  .carousel__img,
  .img-inline--full img,
  .vid-inline--full img {
    max-width: 400px !important;
  }
  .img-inline--full,
  .vid-inline--full {
    margin: 30px 0 !important;
  }
  .img-inline--full:only-child, .img-inline--full:last-child,
  .vid-inline--full:only-child,
  .vid-inline--full:last-child {
    margin-bottom: 0 !important;
  }
  .wysiwyg .quote {
    padding: 30px 0 !important;
    min-height: auto !important;
  }
  .wysiwyg .quote--full {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .wysiwyg .quote__content {
    padding: 0 !important;
  }
  .wysiwyg .quote__footer {
    position: static !important;
    padding-left: 35px;
  }
  .img-inline--float {
    float: none !important;
    margin: 0 0 2rem !important;
  }
  .table td span {
    display: inline-block !important;
    padding: 14px 10px 5px 0 !important;
  }
  .section-intro {
    margin: 0 0 30px !important;
  }
  .section-intro:only-child {
    margin: 0;
  }
  .gen2col-footer {
    margin: 0;
    padding: 30px 0 0;
  }
  table.dataTable thead {
    display: table-header-group !important;
  }
  table.dataTable tbody tr {
    display: table-row !important;
  }
  table.dataTable .row-label {
    display: none !important;
  }
  .profile-info,
  .profile-dop-info {
    margin: 0 0 30px !important;
  }
}

/*
	Copyright (C) Hoefler & Co.
	This software is the property of Hoefler & Co. (H&Co).
	Your right to access and use this software is subject to the
	applicable License Agreement, or Terms of Service, that exists
	between you and H&Co. If no such agreement exists, you may not
	access or use this software for any purpose.
	This software may only be hosted at the locations specified in
	the applicable License Agreement or Terms of Service, and only
	for the purposes expressly set forth therein. You may not copy,
	modify, convert, create derivative works from or distribute this
	software in any way, or make it accessible to any third party,
	without first obtaining the written permission of H&Co.
	For more information, please visit us at http://typography.com.
*/
@font-face {
  font-family: 'HCo Knockout 26';
  src: url("../assets/fonts/woff2/Knockout-26_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-26_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 27';
  src: url("../assets/fonts/woff2/Knockout-27_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-27_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 28';
  src: url("../assets/fonts/woff2/Knockout-28_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-28_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 29';
  src: url("../assets/fonts/woff2/Knockout-29_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-29_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 30';
  src: url("../assets/fonts/woff2/Knockout-30_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-30_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 31';
  src: url("../assets/fonts/woff2/Knockout-31_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-31_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 32';
  src: url("../assets/fonts/woff2/Knockout-32_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-32_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 33';
  src: url("../assets/fonts/woff2/Knockout-33_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-33_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 34';
  src: url("../assets/fonts/woff2/Knockout-34_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-34_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 46';
  src: url("../assets/fonts/woff2/Knockout-46_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-46_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 47';
  src: url("../assets/fonts/woff2/Knockout-47_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-47_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 48';
  src: url("../assets/fonts/woff2/Knockout-48_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-48_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 49';
  src: url("../assets/fonts/woff2/Knockout-49_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-49_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 50';
  src: url("../assets/fonts/woff2/Knockout-50_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-50_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 51';
  src: url("../assets/fonts/woff2/Knockout-51_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-51_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 52';
  src: url("../assets/fonts/woff2/Knockout-52_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-52_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 53';
  src: url("../assets/fonts/woff2/Knockout-53_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-53_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 54';
  src: url("../assets/fonts/woff2/Knockout-54_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-54_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 66';
  src: url("../assets/fonts/woff2/Knockout-66_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-66_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 67';
  src: url("../assets/fonts/woff2/Knockout-67_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-67_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 68';
  src: url("../assets/fonts/woff2/Knockout-68_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-68_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 69';
  src: url("../assets/fonts/woff2/Knockout-69_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-69_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 70';
  src: url("../assets/fonts/woff2/Knockout-70_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-70_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 71';
  src: url("../assets/fonts/woff2/Knockout-71_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-71_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 72';
  src: url("../assets/fonts/woff2/Knockout-72_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-72_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 73';
  src: url("../assets/fonts/woff2/Knockout-73_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-73_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 74';
  src: url("../assets/fonts/woff2/Knockout-74_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-74_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 90';
  src: url("../assets/fonts/woff2/Knockout-90_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-90_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 91';
  src: url("../assets/fonts/woff2/Knockout-91_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-91_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 92';
  src: url("../assets/fonts/woff2/Knockout-92_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-92_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 93';
  src: url("../assets/fonts/woff2/Knockout-93_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-93_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout 94';
  src: url("../assets/fonts/woff2/Knockout-94_Web.woff2") format("woff2"), url("../assets/fonts/woff/Knockout-94_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../assets/fonts/icomoon/icomoon.woff?fzpall") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'], .alert__icon:before, .twitter__title:before, .dataTables_filter label:before, .dataTables_paginate .previous:before,
.dataTables_paginate .next:before, .program__filters-btn:before, [class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-retweet:before, .twitter__title:before {
  content: "\e90d";
}

.icon-warning:before, .alert__icon:before {
  content: '\e90c';
}

.icon-refresh:before {
  content: '\e90b';
}

.icon-arrow-fat:before, .dataTables_paginate .previous:before,
.dataTables_paginate .next:before {
  content: '\e90a';
}

.icon-arrow-line:before {
  content: '\e909';
}

.icon-plus:before {
  content: '\e907';
}

.icon-minus:before {
  content: '\e908';
}

.icon-search:before, .dataTables_filter label:before {
  content: '\e900';
}

.icon-youtube:before {
  content: '\e901';
}

.icon-twitter:before {
  content: '\e902';
}

.icon-instagram:before {
  content: '\e903';
}

.icon-flickr:before {
  content: '\e904';
}

.icon-facebook:before {
  content: '\e905';
}

.icon-arrow:before, .program__filters-btn:before {
  content: '\e906';
}

/**
 * @file
 * Page
 *
 * Contains styles for page wrapper layout.
 */
body {
  max-width: 1900px;
  margin: 0 auto;
}

@media (min-width: 750px) {
  body {
    padding-left: 50px;
  }
}

body.active-main-menu {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body.active-main-menu:before {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
  z-index: 11;
}

body.active-main-menu .main-header {
  position: relative;
}

body.active-main-menu .main-header:before {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
  z-index: 15;
}

body.active-main-menu #page-content-holder {
  position: relative;
}

body.active-main-menu .main-nav-opener.mobile {
  position: fixed;
}

.container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 25px;
}

@media (min-width: 750px) {
  .container {
    padding: 0 40px;
  }
}

.container-fluid {
  max-width: 100%;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
}

.pattern-wysiwyg {
  padding: 22px 0 60px;
}

@media (min-width: 750px) {
  .pattern-wysiwyg {
    padding: 30px 0 27px;
  }
}

@media (min-width: 1025px) {
  .pattern-wysiwyg {
    padding: 78px 0 43px;
  }
}

.wysiwyg h3 {
  line-height: 30px;
}

@media (min-width: 1025px) {
  .wysiwyg h3 {
    line-height: 33px;
  }
}

.wysiwyg ul,
.wysiwyg ol,
.list ul,
.list ol {
  margin: 0 0 1.6em;
  padding-left: 53px;
  list-style-type: none !important;
}

@media (min-width: 750px) {
  .wysiwyg ul,
  .wysiwyg ol,
  .list ul,
  .list ol {
    padding-left: 93px;
  }
}

.wysiwyg ul > li,
.wysiwyg ol > li,
.list ul > li,
.list ol > li {
  position: relative;
  line-height: 1.8rem;
}

.wysiwyg ul > li:before,
.wysiwyg ol > li:before,
.list ul > li:before,
.list ol > li:before {
  position: absolute;
  left: -20px;
}

@media (min-width: 750px) {
  .wysiwyg ul > li:before,
  .wysiwyg ol > li:before,
  .list ul > li:before,
  .list ol > li:before {
    left: -27px;
  }
}

.wysiwyg ul ol,
.wysiwyg ul ul,
.wysiwyg ol ol,
.wysiwyg ol ul,
.list ul ol,
.list ul ul,
.list ol ol,
.list ol ul {
  padding-left: 26px;
}

@media (min-width: 750px) {
  .wysiwyg ul ol,
  .wysiwyg ul ul,
  .wysiwyg ol ol,
  .wysiwyg ol ul,
  .list ul ol,
  .list ul ul,
  .list ol ol,
  .list ol ul {
    padding-left: 46px;
  }
}

.wysiwyg ul > li:before,
.list ul > li:before {
  content: '';
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0078b6;
}

@media (min-width: 1025px) {
  .wysiwyg ul > li:before,
  .list ul > li:before {
    top: 14px;
  }
}

.wysiwyg ol,
.list ol {
  counter-reset: li-counter;
}

.wysiwyg ol > li,
.list ol > li {
  counter-increment: li-counter;
}

.wysiwyg ol > li:before,
.list ol > li:before {
  content: counter(li-counter) ". ";
  top: 0;
  left: -33px;
  color: #0078b6;
  display: inline-block;
  width: 1em;
  text-align: right;
}

.wysiwyg ol[style*="list-style-type: decimal-leading-zero"] > li:before,
.list ol[style*="list-style-type: decimal-leading-zero"] > li:before {
  content: counter(li-counter, decimal-leading-zero) ". ";
}

.wysiwyg ol[style*="list-style-type: lower-alpha"] > li:before,
.list ol[style*="list-style-type: lower-alpha"] > li:before {
  content: counter(li-counter, lower-alpha) ". ";
}

.wysiwyg ol[style*="list-style-type: upper-alpha"] > li:before,
.list ol[style*="list-style-type: upper-alpha"] > li:before {
  content: counter(li-counter, upper-alpha) ". ";
}

/**
 * @file
 * Columns
 *
 * Base styles for all column layouts.
 */
@media (min-width: 750px) {
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.column__col {
  margin: 0 0 26px;
}

.column__img {
  margin: 0 0 20px;
}

@media (min-width: 750px) {
  .column__img {
    margin: 0 0 12px;
  }
}

@media (min-width: 1025px) {
  .column__img {
    margin: 0 0 18px;
  }
}

.column__img a {
  display: block;
  overflow: hidden;
}

.column__img img {
  width: 100%;
}

.column__title h3,
.column__title a {
  color: #002B49;
  text-decoration: none;
}

.column__title h3 .icon-arrow-line,
.column__title a .icon-arrow-line {
  margin: 1px -29px 0 6px;
}

@media (min-width: 750px) {
  .column__title h3 .icon-arrow-line,
  .column__title a .icon-arrow-line {
    margin: 0 -29px 0 11px;
  }
}

@media (min-width: 1025px) {
  .column__title h3 .icon-arrow-line,
  .column__title a .icon-arrow-line {
    margin: 0 -29px 0 9px;
  }
}

.column__title h3 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: "HCo Knockout 48";
  font-size: 32px;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 1.6px;
}

@media (min-width: 1025px) {
  .column__title h3 {
    margin: 0 0 12px;
    font-size: 35px;
    letter-spacing: 1.75px;
  }
}

.column__title h3 a {
  display: inline-block;
  padding-right: 29px;
}

.column__title a {
  display: inline-block;
  padding-right: 29px;
}

.column__subtitle {
  margin: 0 0 10px;
  font-family: "HCo Knockout 52";
  font-size: 16px;
  line-height: 1.19;
  color: #000;
}

@media (min-width: 1025px) {
  .column__subtitle {
    font-size: 18px;
    line-height: 1.56;
  }
}

@media (min-width: 750px) {
  .column__body {
    padding-right: 30px;
  }
}

@media (min-width: 1025px) {
  .column__body {
    padding-right: 50px;
  }
}

.column__body p:last-of-type {
  margin: 0;
}

.column__body a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: underline;
  color: #0078B6;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .column__body a:hover {
    color: #002B49;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .column__body a:hover {
    color: #002B49;
  }
}

.column__body ul {
  padding: 9px 0;
}

@media (min-width: 750px) {
  .column__body ul {
    padding: 13px 0;
  }
}

@media (min-width: 1025px) {
  .column__body ul {
    padding: 9px 0;
  }
}

.column__body ul li {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 45px;
}

@media (min-width: 750px) {
  .column__body ul li {
    padding: 0 0 0 38px;
  }
}

@media (min-width: 1025px) {
  .column__body ul li {
    margin: 0 0 7px;
    padding: 0 0 0 59px;
  }
}

.column__body ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 28px;
  width: 5px;
  height: 5px;
  background: #0078B6;
  border-radius: 50%;
}

@media (min-width: 750px) {
  .column__body ul li:before {
    left: 20px;
  }
}

@media (min-width: 1025px) {
  .column__body ul li:before {
    left: 32px;
    top: 11px;
  }
}

.column__body ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 750px) {
  .column--two .column__col {
    width: calc(50% - 18px);
  }
}

@media (min-width: 1025px) {
  .column--two .column__col {
    width: calc(50% - 27px);
  }
}

.column--three {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1025px) {
  .column--three {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.column--three .column__col {
  display: block;
}

@media (min-width: 750px) {
  .column--three .column__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 38px;
  }
}

@media (min-width: 1025px) {
  .column--three .column__col {
    display: block;
    width: calc(100% / 3 - 55px / 1.5);
  }
}

@media (max-width: 749px) {
  .column--three .column__col:last-child {
    margin-bottom: 0;
  }
}

.column--three .column__col .column__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 750px) {
  .column--three .column__col .column__img {
    margin-right: 20px;
    max-width: 292px;
  }
}

@media (min-width: 1025px) {
  .column--three .column__col .column__img {
    margin-right: 0;
    max-width: 100%;
  }
}

.column--three .column__col .column__body {
  padding-right: 0;
}

@media (min-width: 750px) {
  .column--three .column__col .column__body ul {
    padding: 9px 0;
  }
}

@media (min-width: 1025px) {
  .column--three .column__col .column__body ul {
    padding: 15px 0;
  }
}

.column--three .column__col .column__body ul:last-child {
  padding-bottom: 0;
}

@media (min-width: 750px) {
  .column--three .column__col .column__body ul:last-child {
    padding-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .column--three .column__col .column__body ul:last-child {
    padding-bottom: 0;
  }
}

@media (min-width: 750px) {
  .column--three .column__col .column__body ul li {
    padding: 0 0 0 58px;
  }
}

@media (min-width: 1025px) {
  .column--three .column__col .column__body ul li {
    padding: 0 0 0 61px;
  }
}

@media (min-width: 750px) {
  .column--three .column__col .column__body ul li:before {
    left: 41px;
  }
}

@media (min-width: 1025px) {
  .column--three .column__col .column__body ul li:before {
    top: 11px;
    left: 33px;
  }
}

.column--three.slick-slider {
  display: block;
}

/**
 * @file
 * Section
 *
 * Base styles for all section content.
 */
.section__header h2 {
  margin: 0;
}

.section__cta {
  margin: 1.5rem 0 0;
  text-align: center;
}

.section-dark {
  background-color: #002B49;
  color: #FFFFFF;
}

.section-dark .section-intro__title {
  color: inherit;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .section-dark .section-intro__title-link:hover {
    color: inherit;
  }
  .section-dark .section-intro__title-link:hover .icon-arrow-line {
    background: #88DBDF;
    color: #002B49;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-dark .section-intro__title-link:hover {
    color: inherit;
  }
  .section-dark .section-intro__title-link:hover .icon-arrow-line {
    background: #88DBDF;
    color: #002B49;
  }
}

.educators {
  padding: 40px 0 14px;
}

@media (min-width: 1200px) {
  .educators {
    padding: 50px 0 24px;
  }
}

.main-header {
  position: relative;
  padding: 10px 0;
  background: #FFFFFF;
  width: 100%;
  z-index: 12;
}

@media (max-width: 749px) {
  .main-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

@media (max-width: 749px) {
  .main-header {
    padding-left: 50px;
  }
}

@media (min-width: 750px) {
  .main-header {
    padding: 33px 0;
  }
}

@media (min-width: 1025px) {
  .main-header {
    padding: 33px 0 31px;
  }
}

.main-header .container {
  max-width: 100%;
  padding: 0 10px;
}

@media (min-width: 750px) {
  .main-header .container {
    padding: 0 22px;
  }
}

@media (min-width: 1025px) {
  .main-header .container {
    padding: 0 34px;
  }
}

.main-header .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header .logo-holder {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 138px;
  margin-right: auto;
  margin-left: 5px;
}

@media (min-width: 750px) {
  .main-header .logo-holder {
    max-width: 173px;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .main-header .logo-holder {
    max-width: 203px;
    margin-left: 8px;
  }
}

.main-header .logo-holder .logo {
  display: block;
}

.main-header .logo-holder .logo-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.main-header .logo-holder img {
  width: 100%;
}

.main-header .info-nav {
  display: none;
  margin: 0 11px 0 0;
  font-family: "HCo Knockout 52";
  font-size: 18px;
}

@media (min-width: 750px) {
  .main-header .info-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1025px) {
  .main-header .info-nav {
    margin: 0 38px 0 0;
  }
}

.main-header .info-nav a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #0078B6;
  padding: 0 0 6px;
  display: block;
  margin: -3px 0 0;
  line-height: 32px;
  text-decoration: none;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .main-header .info-nav a:hover {
    text-decoration: none;
    color: #002B49;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-header .info-nav a:hover {
    text-decoration: none;
    color: #002B49;
  }
}

.main-header .info-nav .info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}

.main-header .info-nav .info-list__item {
  padding: 9px 19px 2px 17px;
  background: url("../assets/img/dots-vertical.svg") no-repeat 100% 0;
  background-repeat: repeat-y;
  background-size: 3px;
}

@media (min-width: 1025px) {
  .main-header .info-nav .info-list__item {
    padding: 5px 18px 0px;
  }
}

.main-header .info-nav .info-list__item:last-child {
  background: none;
}

.main-footer {
  position: relative;
  padding: 74px 0 0;
}

@media (min-width: 750px) {
  .main-footer {
    padding: 86px 0 0;
  }
}

@media (min-width: 1025px) {
  .main-footer {
    padding: 77px 0 0;
  }
}

.main-footer:before {
  content: '';
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  background: #FFFFFF url("../assets/img/hash-bg.svg") repeat-x;
}

.main-footer .container {
  max-width: 100%;
  padding: 0 20px;
}

@media (min-width: 750px) {
  .main-footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 35px;
  }
}

@media (min-width: 1025px) {
  .main-footer .container {
    padding: 0 34px;
  }
}

.main-footer .logo-holder {
  margin: 0 0 35px;
}

@media (min-width: 750px) {
  .main-footer .logo-holder {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    max-width: 202px;
    margin: 0 auto 44px 0;
  }
}

@media (min-width: 1025px) {
  .main-footer .logo-holder {
    padding: 9px 0 0;
    margin-right: 50px;
  }
}

.main-footer .logo-holder .logo {
  display: block;
  max-width: 162px;
  width: 100%;
}

@media (min-width: 750px) {
  .main-footer .logo-holder .logo {
    max-width: 202px;
  }
}

.main-footer .logo-holder .logo img {
  width: 100%;
}

.main-footer .address-holder {
  font-size: 14px;
  line-height: 1.43;
}

@media (min-width: 750px) {
  .main-footer .address-holder {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin: 0 0 44px;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (min-width: 1025px) {
  .main-footer .address-holder {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    margin: 0 auto 34px 0;
  }
}

.main-footer .address__item {
  margin: 0 0 37px;
}

@media (min-width: 750px) {
  .main-footer .address__item {
    margin: 0 77px 0 0;
  }
}

@media (min-width: 1025px) {
  .main-footer .address__item {
    margin: 0 71px 0 0;
  }
}

@media (min-width: 1025px) {
  .main-footer .address__item:last-child {
    margin: 0;
  }
}

.main-footer .address__body p {
  margin: 0;
}

.main-footer .address__body p:last-of-type {
  margin: 0 0 10px;
}

.main-footer .address__body .phone {
  color: #000;
  text-decoration: none;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .main-footer .address__body .phone:hover {
    text-decoration: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-footer .address__body .phone:hover {
    text-decoration: none;
  }
}

.main-footer .address__title {
  margin: 0 0 10px;
  font-family: "HCo Knockout 52";
}

.main-footer .social-list-box {
  padding: 0 0 24px;
}

@media (min-width: 750px) {
  .main-footer .social-list-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1025px) {
  .main-footer .social-list-box {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 8px 0 0;
    margin-bottom: 34px;
  }
}

.main-footer .social-list-box .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -1px 0 0;
}

.main-footer .social-list-box .social-list__item {
  margin: 0 16px 0 0;
}

@media (min-width: 750px) {
  .main-footer .social-list-box .social-list__item {
    margin: 0;
  }
}

@media (min-width: 750px) {
  .main-footer .social-list-box .social-list__item:not(:first-of-type) {
    margin: 0 0 0 20px;
  }
}

.main-footer .social-list-box .social-list a {
  display: block;
  text-decoration: none;
  color: #002B49;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .main-footer .social-list-box .social-list a:hover {
    color: #0078B6;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-footer .social-list-box .social-list a:hover {
    color: #0078B6;
  }
}

.main-footer .social-list-box .social-list a [class^=icon] {
  display: block;
}

.main-footer .social-list-box .social-list .icon-facebook {
  font-size: 30px;
}

@media (min-width: 1024px) {
  .main-footer .social-list-box .social-list .icon-facebook {
    margin-right: 3px;
    font-size: 27px;
  }
}

.main-footer .social-list-box .social-list .icon-instagram {
  margin-right: 2px;
  font-size: 27px;
}

@media (min-width: 1024px) {
  .main-footer .social-list-box .social-list .icon-instagram {
    margin-right: 5px;
    font-size: 23px;
  }
}

.main-footer .social-list-box .social-list .icon-twitter {
  margin-right: 5px;
  font-size: 24px;
}

@media (min-width: 1024px) {
  .main-footer .social-list-box .social-list .icon-twitter {
    margin-right: 8px;
    font-size: 20px;
  }
}

.main-footer .social-list-box .social-list .icon-youtube {
  margin-right: 3px;
  font-size: 21px;
}

@media (min-width: 1024px) {
  .main-footer .social-list-box .social-list .icon-youtube {
    margin-right: 6px;
    font-size: 16px;
  }
}

.main-footer .social-list-box .social-list .icon-flickr {
  font-size: 26px;
}

@media (min-width: 1024px) {
  .main-footer .social-list-box .social-list .icon-flickr {
    font-size: 23px;
  }
}

.main-footer .main-footer__bottom {
  padding: 21px 0 16px;
  background: #0078B6;
}

@media (min-width: 750px) {
  .main-footer .main-footer__bottom {
    padding: 17px 0 19px;
  }
}

@media (min-width: 1025px) {
  .main-footer .main-footer__bottom {
    padding: 17px 0 21px;
  }
}

.main-footer .main-footer__bottom .container {
  display: block;
}

@media (min-width: 1025px) {
  .main-footer .main-footer__bottom .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.main-footer .main-footer__bottom .copyright {
  margin: 0 0 11px;
  font-size: 12px;
  color: #FFFFFF;
}

@media (min-width: 750px) {
  .main-footer .main-footer__bottom .copyright {
    margin: 0 0 7px;
    font-size: 16px;
  }
}

.main-footer .main-footer__bottom .link-list {
  font-size: 14px;
}

@media (min-width: 750px) {
  .main-footer .main-footer__bottom .link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  .main-footer .main-footer__bottom .link-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.main-footer .main-footer__bottom .link-list__item {
  margin: 0 0 10px;
}

@media (min-width: 750px) {
  .main-footer .main-footer__bottom .link-list__item {
    margin: 0 21px 0 0;
  }
}

@media (min-width: 1025px) {
  .main-footer .main-footer__bottom .link-list__item {
    margin: 0 0 0 21px;
  }
}

.main-footer .main-footer__bottom .link-list a {
  color: #FFFFFF;
  outline-color: #052db1;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .main-footer .main-footer__bottom .link-list a:hover {
    text-decoration: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-footer .main-footer__bottom .link-list a:hover {
    text-decoration: none;
  }
}

@media (max-width: 748px) {
  .has-alert .hero-section.wow {
    visibility: visible !important;
    -webkit-animation: none;
            animation: none;
  }
}

@media (max-width: 748px) {
  .has-alert .hero-section .page-title.wow,
  .has-alert .hero-section .hero-description.wow {
    visibility: visible !important;
    -webkit-animation: none;
            animation: none;
  }
}

.alert {
  position: relative;
  display: block;
  padding: 10px 0;
}

@media (min-width: 750px) {
  .alert {
    padding: 25px 0 25px 50px;
    margin-left: -50px;
  }
}

@media (min-width: 1025px) {
  .alert {
    padding: 37px 0 24px 50px;
  }
}

@media (min-width: 1025px) {
  .alert .container {
    max-width: 1190px;
  }
}

.alert__content {
  color: #002B49;
}

@media (min-width: 1025px) {
  .alert__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding-right: 97px;
  }
}

@media (min-width: 750px) {
  .alert__message {
    padding-left: 92px;
    padding-right: 2rem;
  }
}

.alert__icon {
  padding-top: 58px;
  display: inline-block;
}

@media (min-width: 750px) {
  .alert__icon {
    padding-top: 0;
  }
}

.alert__icon:before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: 47px;
  background-size: contain;
}

@media (min-width: 750px) {
  .alert__icon:before {
    left: -90px;
    font-size: 60px;
  }
}

.alert__title {
  position: relative;
  margin-bottom: 12px;
  font-family: "HCo Knockout 48";
  font-size: 32px;
  line-height: 0.94;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .alert__title {
    margin-bottom: 10px;
    font-size: 35px;
  }
}

.alert__description {
  margin-bottom: 11px;
  font-family: superclarendon, Helvetica, Arial, sans-serif;
  line-height: 1.44;
}

@media (min-width: 750px) {
  .alert__description {
    margin-bottom: 15px;
  }
}

@media (min-width: 750px) {
  .alert__cta {
    padding-left: 90px;
  }
}

@media (min-width: 1025px) {
  .alert__cta {
    padding-left: 0;
    padding-top: 9px;
  }
}

.alert__cta .cta-btn {
  vertical-align: top;
}

.alert--minor {
  background-color: #88DBDF;
}

.alert--minor:before {
  background-color: #88DBDF;
}

.alert--medium {
  background-color: #FBFF60;
}

.alert--medium:before {
  background-color: #FBFF60;
}

.alert--major {
  background-color: #FF6068;
}

.alert--major:before {
  background-color: #FF6068;
}

.main-nav-opener {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "HCo Knockout 52";
  font-size: 18px;
  color: #002B49;
  text-transform: uppercase;
  background: #E3E935;
  display: none;
  z-index: 4;
  opacity: 1;
  visibility: visible;
}

.main-nav-opener .text {
  position: absolute;
  top: 87px;
  left: -3px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 750px) {
  .main-nav-opener {
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    min-height: 100vh;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: #E3E935;
  }
}

@media (min-width: 750px) and (hover: hover), (min-width: 750px) and (pointer: fine), (min-width: 750px) and (-moz-touch-enabled: 0) {
  .main-nav-opener:hover {
    background: #88DBDF;
  }
}

@media all and (min-width: 750px) and (-ms-high-contrast: none), (min-width: 750px) and (-ms-high-contrast: active) {
  .main-nav-opener:hover {
    background: #88DBDF;
  }
}

.search-active .main-nav-opener {
  background: #E3E935;
}

@media (max-width: 749px) {
  .search-active .main-nav-opener {
    opacity: 0;
    visibility: hidden;
  }
}

.main-nav-opener.mobile {
  -webkit-transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 50px;
  height: 70px;
  background: #E3E935;
  z-index: 17;
}

@media (min-width: 750px) {
  .main-nav-opener.mobile {
    display: none;
  }
}

.main-nav-opener span:not(.icon) {
  display: none;
}

@media (min-width: 750px) {
  .main-nav-opener span:not(.icon) {
    display: inline-block;
  }
}

.main-nav-opener .icon {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  width: 22px;
  height: 3px;
  margin: 0 auto;
  background: #002B49;
  vertical-align: middle;
}

@media (min-width: 750px) {
  .main-nav-opener .icon {
    position: absolute;
    top: 40px;
    left: -1px;
    margin: 0 0 0 15px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.main-nav-opener .icon:before, .main-nav-opener .icon:after {
  -webkit-transition: background 0.3s ease-in-out, top 0.3s ease-in-out, left 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, top 0.3s ease-in-out, left 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, top 0.3s ease-in-out, left 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, top 0.3s ease-in-out, left 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, top 0.3s ease-in-out, left 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  content: '';
  position: absolute;
  left: 0px;
  top: 7px;
  width: 22px;
  height: 3px;
  background: #002B49;
}

.main-nav-opener .icon:after {
  top: -7px;
}

.active-main-menu .main-nav-opener .icon {
  background: transparent;
}

.active-main-menu .main-nav-opener .icon:before, .active-main-menu .main-nav-opener .icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.active-main-menu .main-nav-opener .icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icon-arrow-line {
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  font-size: 14px;
  background: #E3E935;
  border-radius: 0 10px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.icon-arrow-line:before {
  position: absolute;
  top: 5px;
  left: 5px;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  a:hover .icon-arrow-line {
    background: #002B49;
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
    color: white;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a:hover .icon-arrow-line {
    background: #002B49;
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
    color: white;
  }
}

.cta-btn {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: inline-block;
  max-width: 350px;
  padding: 8px 23px 11px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "HCo Knockout 52";
  font-size: 14px;
  border-radius: 19px 0;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .cta-btn {
    font-size: 18px;
    padding: 10px 26px 12px;
    border-radius: 24px 0;
  }
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .cta-btn:hover {
    text-decoration: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cta-btn:hover {
    text-decoration: none;
  }
}

.cta-btn__main {
  padding: 8px 20px 11px;
  color: #002B49;
  background: #E3E935;
}

@media (min-width: 1025px) {
  .cta-btn__main {
    padding: 10px 24px 12px;
  }
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .cta-btn__main:hover {
    background: #88DBDF;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cta-btn__main:hover {
    background: #88DBDF;
  }
}

.cta-btn__medium {
  background: #0078b6;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .cta-btn__medium:hover {
    background: #002b49;
    color: #FFFFFF;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cta-btn__medium:hover {
    background: #002b49;
    color: #FFFFFF;
  }
}

.cta-btn__short {
  -webkit-transition: top 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, background 0.3s ease-in-out;
  position: relative;
  display: block;
  padding: 0;
  width: 35px;
  height: 35px;
  border-radius: 0 14px;
  z-index: 1;
}

@media (min-width: 1025px) {
  .cta-btn__short {
    width: 44px;
    height: 44px;
    border-radius: 0 19px;
  }
}

.cta-btn__short:after {
  position: absolute;
  top: 3px;
  left: 7px;
  content: '\e909';
  display: inline-block;
  width: auto;
  height: auto;
  font-family: 'icomoon' !important;
  font-size: 22px;
  color: #FFFFFF;
  background: none;
  text-indent: 0;
}

@media (min-width: 1025px) {
  .cta-btn__short:after {
    font-size: 28px;
    left: 10px;
  }
}

.logo,
.play-btn {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .logo:hover,
  .play-btn:hover {
    opacity: 0.7;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .logo:hover,
  .play-btn:hover {
    opacity: 0.7;
  }
}

.main-nav-box {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  opacity: 1;
  visibility: visible;
  z-index: 16;
}

@media (min-width: 750px) {
  .main-nav-box {
    display: block;
    padding: 67px 7px 0;
    width: 51px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (max-width: 749px) {
  .search-active .main-nav-box {
    opacity: 0;
    visibility: hidden;
  }
}

.main-nav-box:after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #002B49;
  z-index: 2;
}

.main-nav-box a {
  color: #002B49;
  text-decoration: none;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .main-nav-box a:hover {
    text-decoration: underline;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-nav-box a:hover {
    text-decoration: underline;
  }
}

.main-nav-box .nav-holder {
  -webkit-transition: visibility 0s .3s, -webkit-transform .3s;
  transition: visibility 0s .3s, -webkit-transform .3s;
  -o-transition: transform .3s, visibility 0s .3s;
  transition: transform .3s, visibility 0s .3s;
  transition: transform .3s, visibility 0s .3s, -webkit-transform .3s;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 70px;
  right: auto;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: calc(100vh - 69px);
  padding: 19px 25px 130px;
  background: #E3E935;
  border-top: 1px solid #000;
  visibility: hidden;
  z-index: 1;
}

@media (min-width: 750px) {
  .main-nav-box .nav-holder {
    top: 0;
    right: 0;
    left: auto;
    min-width: 450px;
    max-width: 450px;
    max-height: 100vh;
    padding: 27px 41px;
    border-top: none;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.main-nav-box.active-main-menu {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.main-nav-box.active-main-menu .nav-holder {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  visibility: visible;
}

@media (min-width: 750px) {
  .main-nav-box.active-main-menu .nav-holder {
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

@media (min-width: 750px) {
  .main-nav-box.active-main-menu:after {
    display: block;
  }
}

.main-nav-box.active-main-menu .mobile-info-nav {
  display: block;
}

.main-nav-box .main-nav-title {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 750px) {
  .main-nav-box .main-nav-title {
    margin: 0 0 21px;
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  .main-nav-box .main-nav-title {
    margin: 0 0 17px;
    font-size: 18px;
  }
}

.main-nav-box .main-nav-title .main-nav-back {
  -webkit-transition: padding 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
  position: relative;
  font-family: "HCo Knockout 32";
  color: #002B49;
}

.main-nav-box .main-nav-title .main-nav-back:before {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: -1px;
  left: 0;
  font-family: 'icomoon' !important;
  font-size: 12px;
  content: "\e906";
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  opacity: 0;
}

@media (min-width: 750px) {
  .main-nav-box .main-nav-title .main-nav-back:before {
    top: 0;
  }
}

.main-nav-box .main-nav-title .main-nav-back.menu-lvl-down {
  padding-left: 15px;
}

.main-nav-box .main-nav-title .main-nav-back.menu-lvl-down:before {
  opacity: 1;
}

.main-nav-box .mobile-info-nav {
  display: none;
  background: #E3E935;
  width: calc(100% - 50px);
  height: 70px;
  margin-left: auto;
  border-left: 1px solid #000;
}

.main-nav-box .mobile-info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 0 3px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "HCo Knockout 52";
}

@media (min-width: 750px) {
  .main-nav-box .mobile-info-list {
    display: none;
  }
}

.main-nav-box .mobile-info-list__item {
  margin: 0px 2px 0 24px;
}

.main-nav-box .main-nav {
  font-family: "HCo Knockout 32";
  font-size: 20px;
  font-weight: 400;
}

@media (min-width: 750px) {
  .main-nav-box .main-nav {
    font-size: 24px;
  }
}

.main-nav-box .main-nav .open-submenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("../assets/img/dots-vertical.svg") no-repeat 100% 0;
  background-repeat: repeat-y;
  background-size: 3px;
}

@media (min-width: 750px) {
  .main-nav-box .main-nav .open-submenu {
    top: -1px;
    height: 40px;
  }
}

@media (min-width: 1025px) {
  .main-nav-box .main-nav .open-submenu {
    top: 3px;
  }
}

.main-nav-box .main-nav .open-submenu.active-submenu:after {
  background: transparent;
}

.main-nav-box .main-nav .open-submenu:before, .main-nav-box .main-nav .open-submenu:after {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 15px;
  height: 3px;
  background: #002B49;
}

@media (min-width: 750px) {
  .main-nav-box .main-nav .open-submenu:before, .main-nav-box .main-nav .open-submenu:after {
    top: 17px;
  }
}

.main-nav-box .main-nav .open-submenu:after {
  top: 7px;
  left: 6px;
  width: 3px;
  height: 15px;
}

@media (min-width: 750px) {
  .main-nav-box .main-nav .open-submenu:after {
    top: 11px;
  }
}

.main-nav-box .main-nav .main-nav-list {
  margin: 0 0 40px;
}

@media (min-width: 750px) {
  .main-nav-box .main-nav .main-nav-list {
    margin: 0 0 59px;
  }
}

@media (min-width: 1025px) {
  .main-nav-box .main-nav .main-nav-list {
    margin: 0 0 55px;
  }
}

.main-nav-box .main-nav .main-nav-list__item,
.main-nav-box .main-nav .sub-menu__item,
.main-nav-box .main-nav .secondary-nav-list__item {
  position: relative;
  margin: 0 0 21px;
  padding: 0 0 0 46px;
}

@media (min-width: 1025px) {
  .main-nav-box .main-nav .main-nav-list__item,
  .main-nav-box .main-nav .sub-menu__item,
  .main-nav-box .main-nav .secondary-nav-list__item {
    margin: 0 0 17px;
    padding: 4px 0 0 46px;
  }
}

.main-nav-box .main-nav .main-nav-list__item.current,
.main-nav-box .main-nav .sub-menu__item.current,
.main-nav-box .main-nav .secondary-nav-list__item.current {
  position: relative;
}

.main-nav-box .main-nav .main-nav-list__item.current:before,
.main-nav-box .main-nav .sub-menu__item.current:before,
.main-nav-box .main-nav .secondary-nav-list__item.current:before {
  content: '';
  position: absolute;
  display: block !important;
  top: 50%;
  left: -300px;
  width: 900px;
  height: calc(100% + 33px);
  background-color: #f4f969;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

@media (min-width: 1025px) {
  .main-nav-box .main-nav .sub-menu__item {
    margin: 0 0 29px;
  }
}

.main-nav-box .main-nav .sub-menu__item:last-child {
  margin: 0;
}

.main-nav-box .main-nav .sub-menu {
  display: none;
  opacity: 0;
  margin-left: -28px;
  padding: 18px 0 0;
  font-size: 16px;
}

@media (min-width: 750px) {
  .main-nav-box .main-nav .sub-menu {
    margin-left: -28px;
    padding: 18px 0 0;
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  .main-nav-box .main-nav .sub-menu {
    padding: 25px 0 0;
  }
}

.main-nav-box .main-nav .sub-menu .open-submenu {
  top: -3px;
  width: 29px;
}

@media (min-width: 1025px) {
  .main-nav-box .main-nav .sub-menu .open-submenu {
    top: -6px;
  }
}

.main-nav-box .main-nav .sub-menu .open-submenu:before, .main-nav-box .main-nav .sub-menu .open-submenu:after {
  top: 18px;
  width: 10px;
  height: 2px;
}

.main-nav-box .main-nav .sub-menu .open-submenu:after {
  top: 14px;
  left: 4px;
  width: 2px;
  height: 10px;
}

.main-nav-box .main-nav .sub-menu .sub-menu__item {
  padding: 0 0 0 43px;
}

.main-nav-box .main-nav .sub-menu .sub-menu {
  padding: 23px 0 0;
}

@media (min-width: 1025px) {
  .main-nav-box .main-nav .sub-menu .sub-menu {
    padding: 28px 0 0;
  }
}

.main-nav-box .main-nav .secondary-nav-list {
  margin: 0 0 44px;
}

@media (min-width: 750px) {
  .main-nav-box .main-nav .secondary-nav-list {
    margin: 0 0 58px;
  }
}

@media (min-width: 1025px) {
  .main-nav-box .main-nav .secondary-nav-list {
    margin: 0 0 58px;
  }
}

.main-nav-box .main-nav .info-nav-holder {
  padding: 0 0 0 46px;
  font-family: "HCo Knockout 32";
}

.main-nav-box .main-nav .info-nav-holder .title {
  margin: 0 0 12px;
  font-size: 16px;
  font-family: "HCo Knockout 52";
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}

@media (min-width: 750px) {
  .main-nav-box .main-nav .info-nav-holder .title {
    margin: 0 0 10px;
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  .main-nav-box .main-nav .info-nav-holder .title {
    margin: 0 0 10px;
  }
}

.main-nav-box .main-nav .info-nav-list__item {
  margin: 0 0 8px;
  font-size: 16px;
}

@media (min-width: 750px) {
  .main-nav-box .main-nav .info-nav-list__item {
    margin: 0 0 8px;
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  .main-nav-box .main-nav .info-nav-list__item {
    margin: 0 0 8px;
  }
}

/**
 * @file
 * Accordion
 *
 * Contains styles for accordion content object.
 */
.accordion {
  padding: 0 0 20px;
}

@media (min-width: 750px) {
  .accordion {
    padding: 17px 0 0;
  }
}

.accordion .section-intro {
  margin: 0 0 25px;
}

@media (min-width: 750px) {
  .accordion .section-intro {
    margin: 0 0 24px;
  }
}

.accordion .section-intro__title {
  margin: 0 0 20px;
}

@media (min-width: 750px) {
  .accordion .section-intro__title {
    margin: 0 0 15px;
  }
}

@media (min-width: 1025px) {
  .accordion .section-intro__title {
    margin: 0 0 27px;
  }
}

.accordion__all {
  margin: 0 0 43px;
}

@media (min-width: 750px) {
  .accordion__all {
    margin: 0 0 41px;
  }
}

@media (min-width: 1025px) {
  .accordion__all {
    margin: 0 0 32px;
  }
}

.accordion__all button {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  border: none;
  background: transparent;
  margin: 0 26px 0 0;
  font-family: "HCo Knockout 32";
  font-size: 16px;
  color: #0078B6;
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .accordion__all button {
    font-size: 18px;
  }
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .accordion__all button:hover {
    color: #002B49;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .accordion__all button:hover {
    color: #002B49;
  }
  .accordion__all button:active {
    -webkit-transform: translate(-1px, -1px);
        -ms-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px);
  }
}

.accordion__all button.js-disabled {
  opacity: 0.4;
  pointer-events: none;
}

@media (min-width: 1025px) {
  .accordion__items {
    padding-right: 2px;
  }
}

.accordion__item {
  margin: 0 0 9px;
  padding: 0 0 5px;
  background: url("../assets/img/dottedline-blue-horizontal.svg") repeat-x;
  background-position: 0 100%;
}

@media (min-width: 750px) {
  .accordion__item {
    margin: 0 0 21px;
    padding: 0 0 8px;
  }
}

@media (min-width: 1025px) {
  .accordion__item {
    margin: 0 0 33px;
    padding: 0 0 17px;
  }
}

.accordion__item:last-child {
  margin: 0;
}

.accordion__toggle {
  position: relative;
  padding: 0 0 10px 28px;
  font-family: "HCo Knockout 52";
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0.67px;
  text-transform: uppercase;
  text-align: left;
  -webkit-perspective: 0;
          perspective: 0;
  background: transparent;
  border: none;
}

.accordion__toggle:focus {
  outline-width: 2px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .accordion__toggle:focus {
    outline: 1px solid #000;
  }
}

.accordion__toggle:active {
  color: inherit;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .accordion__toggle:active .btn-text {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (min-width: 750px) {
  .accordion__toggle {
    padding: 0 0 10px 62px;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.75px;
  }
}

@media (min-width: 1025px) {
  .accordion__toggle {
    padding: 0 80px 10px 82px;
    font-size: 21px;
    letter-spacing: 0.88px;
  }
}

.accordion__toggle.js-expanded .accordion__icon {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.accordion__toggle.js-expanded .accordion__icon .front,
.accordion__toggle.js-expanded .accordion__icon .back {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  background: url("../assets/img/accordion-small-open.svg") no-repeat center 100%;
}

@media (min-width: 750px) {
  .accordion__toggle.js-expanded .accordion__icon .front,
  .accordion__toggle.js-expanded .accordion__icon .back {
    background: url("../assets/img/accordion-medium-open.svg") no-repeat center;
    background-size: 39px;
  }
}

@media (min-width: 1025px) {
  .accordion__toggle.js-expanded .accordion__icon .front,
  .accordion__toggle.js-expanded .accordion__icon .back {
    background-size: 49px;
  }
}

.accordion__icon {
  will-change: transform;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 23px;
  height: 23px;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

@media (min-width: 750px) {
  .accordion__icon {
    top: -10px;
    width: 39px;
    height: 39px;
  }
}

@media (min-width: 1025px) {
  .accordion__icon {
    left: 4px;
    width: 49px;
    height: 49px;
  }
}

.accordion__icon .front,
.accordion__icon .back {
  will-change: transform background;
  -webkit-transition: background 0s .2s, -webkit-transform 0s .15s;
  transition: background 0s .2s, -webkit-transform 0s .15s;
  -o-transition: background 0s .2s, transform 0s .15s;
  transition: background 0s .2s, transform 0s .15s;
  transition: background 0s .2s, transform 0s .15s, -webkit-transform 0s .15s;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  background: url("../assets/img/accordion-small-closed.svg") no-repeat center 100%;
}

@media (min-width: 750px) {
  .accordion__icon .front,
  .accordion__icon .back {
    width: 39px;
    height: 39px;
    background: url("../assets/img/accordion-medium-closed.svg") no-repeat center;
    background-size: 39px;
  }
}

@media (min-width: 1025px) {
  .accordion__icon .front,
  .accordion__icon .back {
    width: 49px;
    height: 49px;
    background-size: 49px;
  }
}

.accordion__content {
  display: none;
  padding: 0 0 11px 28px;
}

@media (min-width: 750px) {
  .accordion__content {
    padding: 7px 5px 14px 66px;
  }
}

@media (min-width: 1025px) {
  .accordion__content {
    padding: 10px 5px 10px 86px;
  }
}

.accordion__content .views-element-container {
  width: 100%;
}

.accordion__copy {
  width: 100%;
}

.accordion__copy .table--wysiwyg {
  margin: 0;
  width: 100%;
}

@media (max-width: 749px) {
  .accordion__copy .table--wysiwyg {
    margin: 0 1em;
    width: calc(100% + 2em);
  }
}

.accordion__top {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  margin: 5px 0 0;
  font-family: "HCo Knockout 32";
  font-size: 16px;
  color: #0078B6;
  text-decoration: underline;
}

@media (min-width: 750px) {
  .accordion__top {
    margin: 0;
  }
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .accordion__top:hover {
    color: #002B49;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .accordion__top:hover {
    color: #002B49;
  }
}

/**
 * @file
 * Form
 *
 * Contains styles for forms in main content region.
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  select:focus,
  textarea:focus {
    outline: 1px dotted #212121;
  }
}

@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  select:focus,
  textarea:focus {
    outline: 1px dotted #212121;
  }
}

@media (min-width: 750px) {
  .form {
    max-width: 80%;
  }
}

@media (min-width: 1025px) {
  .form {
    max-width: 53%;
  }
}

.form__item {
  margin-bottom: 25px;
}

.form__label, .dataTables_filter label {
  display: inline-block;
  font-family: "HCo Knockout 32";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  margin-bottom: 8px;
}

.form__control, .dataTables_filter input[type='search'] {
  width: 100%;
  border: solid 1px #002B49;
  padding: 8px 15px;
  background-color: #FFFFFF;
  color: #002B49;
  font-size: 18px;
}

.form textarea.form__control {
  min-height: 186px;
}

.form--actions {
  margin-top: 31px;
}

@media (min-width: 750px) {
  .form--actions {
    margin-top: 38px;
  }
}

@media (min-width: 750px) {
  .form--actions {
    margin-top: 46px;
  }
}

.form--actions .cta-btn {
  padding: 11px 18px 11px;
}

@media (min-width: 750px) {
  .form--actions .cta-btn {
    padding: 10px 18px 13px 20px;
  }
}

@media (min-width: 1025px) {
  .form--actions .cta-btn {
    padding: 15px 22px 15px;
  }
}

.form .form--select {
  max-width: 226px;
}

select.form__control {
  background-image: url("../assets/img/arrow.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px;
  padding-right: 35px;
  font-family: "HCo Knockout 32";
  font-size: 18px;
}

.checkbox-holder,
.radio-holder {
  padding: 0 0 0 28px;
}

.checkbox-holder:not(:last-child),
.radio-holder:not(:last-child) {
  margin: 0 0 15px;
}

.checkbox-holder input[type='checkbox'],
.checkbox-holder input[type='radio'],
.radio-holder input[type='checkbox'],
.radio-holder input[type='radio'] {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.checkbox-holder input[type='checkbox']:focus + .control-text:after,
.checkbox-holder input[type='radio']:focus + .control-text:after,
.radio-holder input[type='checkbox']:focus + .control-text:after,
.radio-holder input[type='radio']:focus + .control-text:after {
  outline: 3px solid #3b99fc;
  outline: 5px auto -webkit-focus-ring-color;
}

.checkbox-holder label,
.radio-holder label {
  display: inline-block;
}

.checkbox-holder .control-text,
.radio-holder .control-text {
  position: relative;
  font-size: 18px;
  line-height: 1.56;
  color: #002B49;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
}

.checkbox-holder .control-text:before, .checkbox-holder .control-text:after,
.radio-holder .control-text:before,
.radio-holder .control-text:after {
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  content: '';
  cursor: pointer;
  position: absolute;
}

.checkbox-holder .control-text:before,
.radio-holder .control-text:before {
  opacity: 0;
  z-index: 2;
}

.checkbox-holder .control-text:after,
.radio-holder .control-text:after {
  width: 15px;
  height: 15px;
  border: solid 1px #002B49;
  background-color: #FFFFFF;
}

.checkbox-holder input[type='checkbox']:checked + .control-text:before {
  opacity: 1;
}

.checkbox-holder input[type='checkbox']:checked + .control-text:after {
  background-color: #002B49;
}

.checkbox-holder .control-text:before {
  top: 8px;
  left: -23px;
  border: 1px solid #E3E935;
  border-width: 0px 0px 2px 2px;
  width: 8px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.checkbox-holder .control-text:after {
  left: -27px;
  top: 13px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 2px;
}

.radio-holder input[type='radio']:checked + .control-text:before {
  opacity: 1;
}

.radio-holder input[type='radio']:checked + .control-text:after {
  background-color: #002B49;
}

.radio-holder .control-text:before {
  top: 9px;
  left: -24px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #E3E935;
}

.radio-holder .control-text:after {
  top: 6px;
  left: -27px;
  border-radius: 50%;
}

/**
 * @file
 * Generic Block: 2 Column
 *
 * Styles for Generic Block: 2 Column object.
 */
.gen2col {
  padding: 40px 0 0;
}

@media (min-width: 750px) {
  .gen2col {
    padding: 36px 0;
  }
}

@media (min-width: 1025px) {
  .gen2col {
    padding: 50px 0 5px;
  }
}

.gen2col-dop-info {
  padding: 29px 0 0;
}

@media (min-width: 750px) {
  .gen2col-dop-info {
    padding: 36px 0 24px;
  }
}

@media (min-width: 1025px) {
  .gen2col-dop-info {
    padding: 67px 0 5px;
  }
}

.gen2col-dop-info .section-intro {
  margin: 0 0 29px;
}

@media (min-width: 750px) {
  .gen2col-dop-info .section-intro {
    margin: 0 0 21px;
  }
}

@media (min-width: 1025px) {
  .gen2col-dop-info .section-intro {
    margin: 0 0 32px;
  }
}

.gen2col-footer {
  background: url("../assets/img/dottedline-dark-blue-horizontal.svg") repeat-x;
  background-position: 100% 0;
  margin-top: 5px;
  padding: 35px 0 41px;
}

@media (min-width: 750px) {
  .gen2col-footer {
    padding: 35px 0 0;
  }
}

@media (min-width: 1025px) {
  .gen2col-footer {
    padding: 35px 0 33px;
  }
}

.gen2col-footer .column__col {
  margin: 0 0 30px;
}

@media (min-width: 750px) {
  .gen2col-footer .column__col {
    margin: 0 0 23px;
  }
}

.gen2col-footer .column__title h3 {
  margin: 0 0 8px;
}

@media (min-width: 1025px) {
  .gen2col-footer .column__title h3 {
    margin: 0 0 12px;
  }
}

.gen2col-secondary {
  padding: 25px 0 25px;
}

@media (min-width: 750px) {
  .gen2col-secondary {
    padding: 35px 0 25px;
  }
}

@media (min-width: 1025px) {
  .gen2col-secondary {
    padding: 58px 0 39px;
  }
}

.gen2col-secondary .column__col {
  margin: 0 0 8px;
}

.gen2col-secondary .section-intro__title {
  margin: 0 0 10px;
}

@media (min-width: 750px) {
  .gen2col-secondary .section-intro__title {
    margin: 0 0 1px;
  }
}

@media (min-width: 1025px) {
  .gen2col-secondary .section-intro__title {
    margin: 0 0 20px;
  }
}

@media (min-width: 1025px) {
  .gen2col-secondary .column__body ul {
    padding: 16px 0;
  }
}

/**
 * @file
 * Generic Block: 3 Column
 *
 * Styles for Generic Block: 3 Column object.
 */
.gen3col {
  padding: 12px 0 39px;
}

@media (min-width: 750px) {
  .gen3col {
    padding: 36px 0;
  }
}

@media (min-width: 1025px) {
  .gen3col {
    padding: 50px 0 36px;
  }
}

@media (min-width: 750px) {
  .gen3col .section-intro {
    margin: 0 0 41px;
  }
}

@media (min-width: 1025px) {
  .gen3col .section-intro {
    margin: 0 0 55px;
  }
}

.gen3col .column--three {
  display: block;
}

@media (min-width: 1025px) {
  .gen3col .column--three {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/**
 * @file
 * Generic Block: Image list
 *
 * Styles for Generic Block: Image list object.
 */
.genimglist {
  padding: 25px 0 26px;
}

@media (min-width: 750px) {
  .genimglist {
    padding: 0 0 35px;
  }
}

@media (min-width: 1025px) {
  .genimglist {
    padding: 0 0 63px;
  }
}

.genimglist .section-intro {
  margin: 0 0 21px;
}

@media (min-width: 750px) {
  .genimglist .section-intro {
    margin: 0 0 41px;
  }
}

@media (min-width: 1025px) {
  .genimglist .section-intro {
    margin: 0 0 47px;
  }
}

.genimglist__item {
  margin: 0 0 36px;
}

@media (min-width: 750px) {
  .genimglist__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 38px;
  }
}

@media (min-width: 1025px) {
  .genimglist__item {
    margin: 0 0 20px;
  }
}

@media (max-width: 749px) {
  .genimglist__item:last-child {
    margin: 0;
  }
}

@media (min-width: 750px) {
  .genimglist__item:last-child {
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .genimglist__item:last-child {
    margin: 0;
  }
}

.genimglist__img {
  margin: 0 0 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 750px) {
  .genimglist__img {
    max-width: 292px;
    margin-right: 20px;
  }
}

@media (min-width: 1025px) {
  .genimglist__img {
    max-width: 443px;
    margin-right: 30px;
  }
}

.genimglist__img a {
  display: block;
  overflow: hidden;
}

.genimglist__img img {
  width: 100%;
}

@media (min-width: 1025px) {
  .genimglist__title {
    margin-top: -2px;
  }
}

.genimglist__title h3, .genimglist__title .h3,
.genimglist__title a {
  color: #002B49;
  text-decoration: none;
}

.genimglist__title h3 .icon-arrow-line, .genimglist__title .h3 .icon-arrow-line,
.genimglist__title a .icon-arrow-line {
  margin: 1px 0 -1px;
}

@media (min-width: 750px) {
  .genimglist__title h3 .icon-arrow-line, .genimglist__title .h3 .icon-arrow-line,
  .genimglist__title a .icon-arrow-line {
    margin: 0 0 0 5px;
  }
}

@media (min-width: 1025px) {
  .genimglist__title h3 .icon-arrow-line, .genimglist__title .h3 .icon-arrow-line,
  .genimglist__title a .icon-arrow-line {
    margin: 0 0 0 2px;
  }
}

.genimglist__title h3, .genimglist__title .h3 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: "HCo Knockout 48";
  font-size: 32px;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 1.6px;
}

@media (min-width: 1025px) {
  .genimglist__title h3, .genimglist__title .h3 {
    margin: 0 0 12px;
    font-size: 35px;
    letter-spacing: 1.75px;
  }
}

.genimglist__title h3 a, .genimglist__title .h3 a {
  display: inline-block;
  padding-right: 33px;
}

.genimglist__title h3 a .icon-arrow-line, .genimglist__title .h3 a .icon-arrow-line {
  margin-right: -33px;
  margin-left: 8px;
}

.genimglist__subtitle {
  margin: 0 0 10px;
  font-family: "HCo Knockout 52";
  font-size: 16px;
  line-height: 1.19;
  color: #000;
}

@media (min-width: 1025px) {
  .genimglist__subtitle {
    font-size: 18px;
    line-height: 1.56;
  }
}

@media (min-width: 750px) {
  .genimglist__body {
    padding-right: 30px;
  }
}

@media (min-width: 1025px) {
  .genimglist__body {
    padding-right: 50px;
  }
}

.genimglist__body p {
  margin: 0;
}

.genimglist__body a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: underline;
  color: #0078B6;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .genimglist__body a:hover {
    color: #002B49;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .genimglist__body a:hover {
    color: #002B49;
  }
}

.genimglist__body ul {
  padding: 10px 0;
}

@media (min-width: 750px) {
  .genimglist__body ul {
    padding: 9px 0;
  }
}

@media (min-width: 1025px) {
  .genimglist__body ul {
    padding: 9px 0;
  }
}

.genimglist__body ul li {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 45px;
}

@media (min-width: 750px) {
  .genimglist__body ul li {
    padding: 0 0 0 58px;
  }
}

@media (min-width: 1025px) {
  .genimglist__body ul li {
    margin: 0 0 7px;
    padding: 0 0 0 59px;
  }
}

.genimglist__body ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 28px;
  width: 5px;
  height: 5px;
  background: #0078B6;
  border-radius: 50%;
}

@media (min-width: 750px) {
  .genimglist__body ul li:before {
    left: 41px;
  }
}

@media (min-width: 1025px) {
  .genimglist__body ul li:before {
    left: 32px;
    top: 15px;
  }
}

/**
 * @file
 * Instagram
 *
 * Contains styles for instagram object.
 */
.instafeed {
  padding: 0 0 25px;
}

@media (min-width: 750px) {
  .instafeed {
    padding: 23px 0 39px;
  }
}

@media (min-width: 1025px) {
  .instafeed {
    padding: 33px 0 50px;
  }
}

.instafeed .section-intro {
  margin: 0 0 20px;
}

@media (min-width: 750px) {
  .instafeed .section-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 37px;
  }
}

@media (min-width: 1025px) {
  .instafeed .section-intro {
    margin: 0 0 45px;
  }
}

.instafeed .section-intro__title {
  margin: 0 0 23px;
}

@media (min-width: 750px) {
  .instafeed .section-intro__title {
    margin: 0;
  }
}

@media (min-width: 750px) {
  .instafeed .column--three {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.instafeed .column--three .column__col {
  margin-bottom: 0;
}

.instafeed .insta-section-wrapper {
  background: url("../assets/img/dottedline-dark-blue-horizontal.svg") repeat-x center;
}

.instafeed .instagram__link {
  position: relative;
  display: block;
  height: 100%;
  background-size: cover;
  text-decoration: none;
}

.instafeed .instagram__link img {
  display: block;
  width: 100%;
  opacity: 0;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .instafeed .instagram__link:hover .icon-instagram {
    background: #88DBDF;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .instafeed .instagram__link:hover .icon-instagram {
    background: #88DBDF;
  }
}

.instafeed .instagram__link .icon-instagram {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  color: #002B49;
  font-size: 34px;
  background: #E3E935;
  border-radius: 0 24px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  will-change: transform;
}

@media (min-width: 1025px) {
  .instafeed .instagram__link .icon-instagram {
    width: 70px;
    height: 70px;
    font-size: 35px;
  }
}

.instafeed .instagram__link .icon-instagram:before {
  position: absolute;
  top: 16px;
  left: 16px;
}

@media (min-width: 1025px) {
  .instafeed .instagram__link .icon-instagram:before {
    top: 18px;
  }
}

.instafeed .instagram__tile {
  display: none;
  max-width: 269px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 750px) {
  .instafeed .instagram__tile {
    max-width: calc((100% - 40px) / 2);
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .instafeed .instagram__tile {
    max-width: calc((100% - (36px * 2)) / 3);
  }
}

.instafeed .instagram__tile:nth-child(1) {
  display: block;
}

@media (min-width: 750px) {
  .instafeed .instagram__tile:nth-child(2) {
    display: block;
  }
}

@media (min-width: 1025px) {
  .instafeed .instagram__tile:nth-child(3) {
    display: block;
  }
}

/**
 * @file
 * Program List
 *
 * Styles for Program List display object.
 */
.program-list {
  padding: 40px 0 45px;
  background: #002B49;
}

@media (min-width: 750px) {
  .program-list {
    padding: 39px 0 43px;
  }
}

@media (min-width: 1025px) {
  .program-list {
    padding: 75px 0 104px;
  }
}

.program-list .section-intro {
  margin: 0 0 34px;
}

@media (min-width: 750px) {
  .program-list .section-intro {
    margin: 0 0 40px;
  }
}

@media (min-width: 1025px) {
  .program-list .section-intro {
    margin: 0 0 51px;
  }
}

.program-list .section-intro__title {
  color: #FFFFFF;
}

@media (min-width: 750px) {
  .program-list .section-intro__title {
    line-height: 0.94;
  }
}

.program-list__item {
  display: block;
  padding: 15px 23px;
  background: #88DBDF;
  border-bottom: 2px solid #002B49;
}

@media (min-width: 750px) {
  .program-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 33px 19px;
  }
}

@media (min-width: 1025px) {
  .program-list__item {
    padding: 19px 50px 14px;
  }
}

.program-list__item:first-child {
  border-radius: 40px 0 0 0;
}

@media (min-width: 750px) {
  .program-list__item:first-child {
    border-radius: 54px 0 0 0;
  }
}

.program-list__item:last-child {
  border-radius: 0 0 40px 0;
}

@media (min-width: 750px) {
  .program-list__item:last-child {
    border-radius: 0 0 54px 0;
  }
}

.program-list__program {
  margin: 0 0 3px;
  font-family: "HCo Knockout 32";
  font-size: 22px;
  line-height: 1.18;
}

@media (min-width: 750px) {
  .program-list__program {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 55.3%;
  }
}

@media (min-width: 1025px) {
  .program-list__program {
    font-size: 25px;
    line-height: 1.4;
    width: 50.1%;
  }
}

.program-list__program a {
  color: #000;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .program-list__program a:hover {
    text-decoration: underline;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .program-list__program a:hover {
    text-decoration: underline;
  }
}

.program-list__type {
  text-transform: uppercase;
  font-family: "HCo Knockout 52";
  line-height: 1.38;
  letter-spacing: 0.67px;
}

@media (min-width: 750px) {
  .program-list__type {
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.75px;
  }
}

@media (min-width: 1025px) {
  .program-list__type {
    padding: 5px 0 0;
    font-size: 21px;
    line-height: 1.19;
    letter-spacing: 0.88px;
  }
}

/**
 * @file
 * Statistic: 3 up feature
 *
 * Styles for Statistick: 3 up feature object.
 */
.stat3up {
  overflow: hidden;
  position: relative;
  padding: 42px 0 31px;
  background: #002B49;
}

@media (min-width: 750px) {
  .stat3up {
    padding: 32px 0 38px;
  }
}

@media (min-width: 1025px) {
  .stat3up {
    padding: 59px 0 39px;
  }
}

.stat3up .content-box {
  opacity: 1;
  visibility: visible !important;
}

.stat3up .section-intro {
  margin: 0 0 21px;
  color: #FFFFFF;
}

@media (min-width: 750px) {
  .stat3up .section-intro {
    margin: 0 0 46px;
  }
}

@media (min-width: 1025px) {
  .stat3up .section-intro {
    margin: 0 0 38px;
  }
}

.stat3up .section-intro__title {
  margin: 0 0 15px;
  color: #FFFFFF;
}

@media (min-width: 750px) {
  .stat3up .section-intro__title {
    margin: 0 0 21px;
    line-height: 0.94;
  }
}

@media (min-width: 1025px) {
  .stat3up .section-intro__title {
    margin: 0 0 23px;
  }
}

.stat3up .column {
  padding: 27px 0 33px;
}

@media (min-width: 750px) {
  .stat3up .column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 29px 0 42px;
  }
}

@media (min-width: 1025px) {
  .stat3up .column {
    padding: 19px 0 39px;
  }
}

.stat3up__item {
  margin: 0 0 34px;
  text-align: center;
}

.stat3up__item.column__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

@media (min-width: 750px) {
  .stat3up__item.column__col {
    width: 32%;
    max-width: 250px;
  }
}

@media (min-width: 1025px) {
  .stat3up__item.column__col {
    max-width: 100%;
  }
}

.stat3up__number {
  margin: 0 0 12px;
  font-family: "HCo Knockout 48";
  font-size: 80px;
  line-height: 1;
  color: #88dbdf;
}

@media (min-width: 750px) {
  .stat3up__number {
    margin: 0 0 10px;
  }
}

@media (min-width: 1025px) {
  .stat3up__number {
    margin: 0 0 4px;
    font-size: 120px;
  }
}

.stat3up__caption {
  margin: 0 0 14px;
  padding: 0 35px;
  color: #FFFFFF;
}

@media (min-width: 750px) {
  .stat3up__caption {
    margin: 0 0 9px;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .stat3up__caption {
    margin: 0 0 25px;
  }
}

.stat3up__cta {
  margin: 0;
}

@media (min-width: 750px) {
  .stat3up__cta {
    margin: auto 0 0;
  }
}

.stat3up__cta a {
  display: inline-block;
  padding: 0 2px 0 0;
  text-decoration: none;
  color: #E3E935;
}

@media (min-width: 1025px) {
  .stat3up__cta a {
    font-size: 16px;
  }
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .stat3up__cta a:hover .icon-arrow-fat, .stat3up__cta a:hover .dataTables_paginate .previous, .dataTables_paginate .stat3up__cta a:hover .previous,
  .stat3up__cta a:hover .dataTables_paginate .next, .dataTables_paginate .stat3up__cta a:hover .next {
    -webkit-transform: translate(5px, 2px);
        -ms-transform: translate(5px, 2px);
            transform: translate(5px, 2px);
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .stat3up__cta a:hover .icon-arrow-fat, .stat3up__cta a:hover .dataTables_paginate .previous, .dataTables_paginate .stat3up__cta a:hover .previous,
  .stat3up__cta a:hover .dataTables_paginate .next, .dataTables_paginate .stat3up__cta a:hover .next {
    -webkit-transform: translate(5px, 2px);
        -ms-transform: translate(5px, 2px);
            transform: translate(5px, 2px);
  }
}

.stat3up__cta a .icon-arrow-fat, .stat3up__cta a .dataTables_paginate .previous, .dataTables_paginate .stat3up__cta a .previous,
.stat3up__cta a .dataTables_paginate .next, .dataTables_paginate .stat3up__cta a .next {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  display: inline-block;
  margin-right: -5px;
  margin-left: 5px;
  font-size: 13px;
  -webkit-transform: translate(0, 2px);
      -ms-transform: translate(0, 2px);
          transform: translate(0, 2px);
}

.stat3up .section__cta {
  margin: 31px 0 10px;
}

@media (min-width: 750px) {
  .stat3up .section__cta {
    margin: 43px 0 10px;
  }
}

/**
 * @file
 * Story Display
 *
 * Contains styles for Story Display object.
 */
.story-display {
  padding: 40px 0;
}

@media (min-width: 750px) {
  .story-display {
    padding: 35px 0;
  }
}

@media (min-width: 1025px) {
  .story-display {
    padding: 50px 0;
  }
}

.story-display .section-intro {
  margin: 0 0 26px;
}

@media (min-width: 750px) {
  .story-display .section-intro {
    margin: 0 0 25px;
  }
}

@media (min-width: 1025px) {
  .story-display .section-intro {
    margin: 0 0 44px;
  }
}

@media (min-width: 750px) {
  .story-display .section-intro__title {
    margin: 0 0 15px;
  }
}

@media (min-width: 1025px) {
  .story-display .section-intro__title {
    margin: 0 0 21px;
  }
}

@media (min-width: 1025px) {
  .story-display .section-intro__description {
    line-height: 1.56;
  }
}

@media (min-width: 750px) {
  .story-display__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.story-display__img {
  margin: 0 0 22px;
}

@media (min-width: 750px) {
  .story-display__img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    max-width: 292px;
    margin: 0 43px 22px 0;
  }
}

@media (min-width: 1025px) {
  .story-display__img {
    max-width: 412px;
    margin: 0 57px 22px 0;
  }
}

.story-display__img a {
  display: block;
}

.story-display__img img {
  width: 100%;
}

@media (min-width: 750px) {
  .story-display__content {
    padding: 24px 0;
  }
}

@media (min-width: 1025px) {
  .story-display__content {
    padding: 28px 20px 20px 0;
  }
}

.story-display__quote {
  position: relative;
  margin: 0 0 11px;
  font-family: superclarendon, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #002B49;
}

@media (min-width: 750px) {
  .story-display__quote {
    margin: 0 0 12px;
    padding-left: 2px;
  }
}

@media (min-width: 1025px) {
  .story-display__quote {
    margin: 0 0 19px;
    font-size: 24px;
    line-height: 1.46;
  }
}

.story-display__quote:before {
  content: open-quote;
  position: absolute;
  top: -13px;
  left: -24px;
  font-family: "HCo Knockout 48";
  font-size: 80px;
  line-height: 1;
}

@media (min-width: 750px) {
  .story-display__quote:before {
    left: -30px;
  }
}

@media (min-width: 1025px) {
  .story-display__quote:before {
    top: -14px;
    font-size: 100px;
  }
}

.story-display__title {
  margin: 0 0 13px;
  text-transform: uppercase;
  font-family: "HCo Knockout 52";
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.75px;
}

@media (min-width: 750px) {
  .story-display__title {
    padding-left: 2px;
  }
}

@media (min-width: 1025px) {
  .story-display__title {
    margin: 0 0 3px;
    font-size: 21px;
    line-height: 1.67;
    letter-spacing: 0.88px;
  }
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .story-display__title:hover a {
    color: #002B49;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .story-display__title:hover a {
    color: #002B49;
  }
}

.story-display__title a {
  padding-right: 15px;
  display: inline-block;
  text-decoration: none;
}

.story-display__title a .icon-arrow-line {
  color: #002B49;
  margin: 6px -20px -6px 8px;
}

@media (min-width: 750px) {
  .story-display__title a .icon-arrow-line {
    margin: 6px -20px -6px 7px;
  }
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .story-display__title a:hover .icon-arrow-line {
    color: #FFFFFF;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .story-display__title a:hover .icon-arrow-line {
    color: #FFFFFF;
  }
}

.story-display__subtitle {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.19;
  color: #002B49;
}

@media (min-width: 750px) {
  .story-display__subtitle {
    padding-left: 2px;
  }
}

@media (min-width: 1025px) {
  .story-display__subtitle {
    margin: 0 0 41px;
  }
}

@media (min-width: 1025px) {
  .story-display__caption {
    line-height: 1.56;
  }
}

/**
 * @file
 * Twitter
 *
 * Contains styles for twitter object.
 */
.twitter {
  padding: 22px 0 42px;
}

@media (min-width: 750px) {
  .twitter {
    padding: 42px 0 39px;
  }
}

@media (min-width: 1025px) {
  .twitter {
    padding: 64px 0 57px;
  }
}

.twitter .section-intro {
  margin: 0 0 20px;
}

@media (min-width: 750px) {
  .twitter .section-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 37px;
  }
}

@media (min-width: 1025px) {
  .twitter .section-intro {
    margin: 0 0 54px;
  }
}

.twitter .section-intro__title {
  margin: 0 0 23px;
}

@media (min-width: 750px) {
  .twitter .section-intro__title {
    margin: 0;
  }
}

.twitter .twitter-posts-wrapper {
  background: url("../assets/img/dottedline-dark-blue-horizontal.svg") repeat-x center;
}

@media (min-width: 750px) {
  .twitter .column--three {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.twitter .column--three .twitter__item {
  overflow: hidden;
  display: none;
  width: 100%;
  max-width: 269px;
  margin: 0 auto;
  padding: 19px 26px;
  font-size: 18px;
  line-height: 1.56;
  border-radius: 0 24px;
  border: 2px solid #0078B6;
  background: #FFFFFF;
}

@media (min-width: 750px) {
  .twitter .column--three .twitter__item {
    max-width: calc((100% - 40px) / 2);
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .twitter .column--three .twitter__item {
    max-width: calc((100% - (36px * 2)) / 3);
  }
}

.twitter .column--three .twitter__item:nth-child(1) {
  display: block;
}

@media (min-width: 750px) {
  .twitter .column--three .twitter__item:nth-child(2) {
    display: block;
  }
}

@media (min-width: 1025px) {
  .twitter .column--three .twitter__item:nth-child(3) {
    display: block;
  }
}

.twitter__body {
  margin: 0 0 20px;
  line-height: 1.56;
}

@media (min-width: 1025px) {
  .twitter__body {
    margin: 0 0 20px;
  }
}

.twitter__title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #000;
  line-height: 1.75;
  font-size: 16px;
}

.twitter__title:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
}

.twitter__title a {
  color: inherit;
  text-decoration: none;
}

.twitter__title a:hover {
  text-decoration: underline;
}

.twitter__time {
  font-size: 16px;
}

/**
 * @file
 * Video
 *
 * Contains styles for inline video objects.
 */
.vid-inline {
  overflow: hidden;
  margin: 1.8rem 0;
}

.vid-inline:only-child, .vid-inline:last-child {
  margin-bottom: 0;
}

@media (min-width: 750px) {
  .vid-inline {
    margin: 3.2rem 0;
  }
}

.vid-inline__container {
  position: relative;
}

.vid-inline__cover {
  position: relative;
  z-index: 2;
  opacity: 1;
}

.vid-inline__cover:focus {
  outline-offset: -4px;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .vid-inline__cover:hover:before, .vid-inline__cover:hover:after {
    opacity: 1;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vid-inline__cover:hover:before, .vid-inline__cover:hover:after {
    opacity: 1;
  }
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .vid-inline__cover.js-loading:hover:before {
    opacity: 1;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vid-inline__cover.js-loading:hover:before {
    opacity: 1;
  }
}

.vid-inline__cover.js-loading:before {
  margin: 0;
  height: 60px;
  width: 60px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='60px' height='60px' viewBox='0 0 128 128' xml:space='preserve'%3e%3cg%3e%3cpath d='M78.75 16.18V1.56a64.1 64.1 0 0 1 47.7 47.7H111.8a49.98 49.98 0 0 0-33.07-33.08zM16.43 49.25H1.8a64.1 64.1 0 0 1 47.7-47.7V16.2a49.98 49.98 0 0 0-33.07 33.07zm33.07 62.32v14.62A64.1 64.1 0 0 1 1.8 78.5h14.63a49.98 49.98 0 0 0 33.07 33.07zm62.32-33.07h14.62a64.1 64.1 0 0 1-47.7 47.7v-14.63a49.98 49.98 0 0 0 33.08-33.07z' fill='%23000000' fill-opacity='1'/%3e%3canimateTransform attributeName='transform' type='rotate' from='0 64 64' to='-90 64 64' dur='800ms' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-size: contain;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vid-inline__cover.js-loading:after {
  display: none;
}

.vid-inline__cover.js-hide {
  display: block;
  z-index: 1;
  opacity: 0;
}

.vid-inline__embed {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.vid-inline__embed.js-show {
  z-index: 2;
  opacity: 1;
}

.vid-inline iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.vid-inline .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url("../assets/icons/icon_play-btn.svg") no-repeat center 100%;
  background-size: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 750px) {
  .vid-inline .play-btn {
    width: 117px;
    height: 117px;
  }
}

@media (min-width: 1025px) {
  .vid-inline .play-btn {
    width: 176px;
    height: 176px;
  }
}

/**
 * @file
 * Carousel
 *
 * Contains styles for carousel object.
 */
.carousel {
  padding: 50px 0 75px;
}

@media (min-width: 1025px) {
  .carousel {
    padding: 50px 0 84px;
  }
}

.carousel .section-intro {
  margin: 0 0 22px;
}

@media (min-width: 1025px) {
  .carousel .section-intro {
    margin: 0 0 41px;
  }
}

@media (min-width: 1025px) {
  .carousel .section-intro {
    margin: 0 0 35px;
  }
}

.carousel .carousel-holder {
  position: relative;
}

.carousel .slick-dots {
  -webkit-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -34px);
      -ms-transform: translate(-50%, -34px);
          transform: translate(-50%, -34px);
  display: none !important;
}

@media (min-width: 750px) {
  .carousel .slick-dots {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .carousel .slick-dots {
    -webkit-transform: translate(-50%, -45px);
        -ms-transform: translate(-50%, -45px);
            transform: translate(-50%, -45px);
  }
}

.carousel .slick-dots li {
  margin: 0 4px;
}

@media (min-width: 1025px) {
  .carousel .slick-dots li {
    margin: 0 8px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .carousel .slick-dots li button:focus {
    padding: 2px;
    outline: 1px dotted #212121;
  }
}

@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  .carousel .slick-dots li button:focus {
    outline: 1px dotted #212121;
  }
}

.carousel .slick-dots li button:-moz-focusring {
  outline: 3px solid #3b99fc;
}

.carousel .slick-dots li.slick-active button:before {
  background: #0078B6;
  border: 3px solid #FFFFFF;
}

.carousel .slick-dots button {
  position: relative;
  width: 20px;
  height: 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .carousel .slick-dots button:focus {
    padding: 2px;
    outline: 1px dotted #212121;
  }
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .carousel .slick-dots button:hover:before {
    border-color: #002B49;
    background: #002B49;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .carousel .slick-dots button:hover:before {
    border-color: #002B49;
    background: #002B49;
  }
}

.carousel .slick-dots button:before {
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border: 3px solid #0078B6;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 1025px) {
  .carousel .slick-dots button:before {
    width: 18px;
    height: 18px;
  }
}

.carousel .slick-dots button:after {
  display: none;
}

.carousel .slick-arrow {
  -webkit-transition: top 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, background 0.3s ease-in-out;
  position: absolute;
  left: 0;
  display: block;
  width: 35px;
  height: 35px;
  background: #0078B6;
  border-radius: 15px 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  z-index: 1;
}

.carousel .slick-arrow:-moz-focusring {
  outline: 3px solid #3b99fc;
}

@media (min-width: 750px) {
  .carousel .slick-arrow {
    -webkit-transform: translateY(31px);
        -ms-transform: translateY(31px);
            transform: translateY(31px);
  }
}

@media (min-width: 1025px) {
  .carousel .slick-arrow {
    width: 44px;
    height: 44px;
    border-radius: 18px 0;
    -webkit-transform: translateY(46px);
        -ms-transform: translateY(46px);
            transform: translateY(46px);
  }
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .carousel .slick-arrow:hover {
    background: #002B49;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .carousel .slick-arrow:hover {
    background: #002B49;
  }
}

.carousel .slick-arrow:after {
  display: inline-block;
  font-family: 'icomoon' !important;
  position: absolute;
  content: '\e909';
  color: #FFFFFF;
  width: auto;
  height: auto;
  font-size: 22px;
  top: 18px;
  left: 18px;
  background: none;
  text-indent: 0;
}

@media (min-width: 1025px) {
  .carousel .slick-arrow:after {
    font-size: 28px;
    top: 23px;
    left: 22px;
  }
}

.carousel .slick-next {
  left: 51px;
}

@media (min-width: 1025px) {
  .carousel .slick-next {
    left: 60px;
  }
}

.carousel .slick-prev {
  -webkit-transform: translateY(15px) scaleX(-1);
      -ms-transform: translateY(15px) scaleX(-1);
          transform: translateY(15px) scaleX(-1);
}

@media (min-width: 750px) {
  .carousel .slick-prev {
    -webkit-transform: translateY(31px) scaleX(-1);
        -ms-transform: translateY(31px) scaleX(-1);
            transform: translateY(31px) scaleX(-1);
  }
}

@media (min-width: 1025px) {
  .carousel .slick-prev {
    -webkit-transform: translateY(46px) scaleX(-1);
        -ms-transform: translateY(46px) scaleX(-1);
            transform: translateY(46px) scaleX(-1);
  }
}

.carousel__caption {
  margin: 62px 0 0 0;
  padding: 16px 0;
  background: url("../assets/img/dottedline-blue-horizontal.svg") no-repeat 100% 0;
  background-repeat: repeat-x;
  background-size: auto 4px;
}

@media (min-width: 750px) {
  .carousel__caption {
    margin: 0 0 0 110px;
    padding: 2px 17px 8px 26px;
    min-height: 73px;
    background: url("../assets/img/dots-vertical-light.svg") no-repeat 0 0;
    background-repeat: repeat-y;
    background-size: 3px;
  }
}

@media (min-width: 1025px) {
  .carousel__caption {
    margin: 0 0 0 129px;
    padding: 2px 59px 5px 25px;
    line-height: 22px;
  }
}

.carousel__img {
  margin: 0 0 23px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1025px) {
  .carousel__img {
    margin: 0 0 31px;
  }
}

.carousel__img a {
  display: block;
  background-size: cover;
}

.carousel__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: bottom;';
}

.main-header .search-box .search-opener,
.main-header .search-box .start-search {
  -webkit-transition: border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background 0.3s ease-in-out;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: #E3E935;
  border: 1px solid #E3E935;
  border-radius: 0 18px;
  font-size: 30px;
  color: #002B49;
  opacity: 1;
  z-index: 3;
}

@media (min-width: 750px) {
  .main-header .search-box .search-opener,
  .main-header .search-box .start-search {
    width: 58px;
    height: 58px;
    border-radius: 0 24px;
  }
}

.search-active .main-header .search-box .search-opener, .search-active
.main-header .search-box .start-search {
  border-color: #002B49;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .search-active .main-header .search-box .search-opener:hover, .search-active
  .main-header .search-box .start-search:hover {
    border-color: #002B49;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-active .main-header .search-box .search-opener:hover, .search-active
  .main-header .search-box .start-search:hover {
    border-color: #002B49;
  }
}

.main-header .search-box .search-opener .icon-search, .main-header .search-box .search-opener .dataTables_filter label, .dataTables_filter .main-header .search-box .search-opener label,
.main-header .search-box .start-search .icon-search,
.main-header .search-box .start-search .dataTables_filter label,
.dataTables_filter .main-header .search-box .start-search label {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.search-active .main-header .search-box .search-opener .icon-search, .search-active .main-header .search-box .search-opener .dataTables_filter label, .dataTables_filter .search-active .main-header .search-box .search-opener label, .search-active .main-header .search-box .start-search .icon-search, .search-active .main-header .search-box .start-search .dataTables_filter label, .dataTables_filter .search-active .main-header .search-box .start-search label {
  opacity: 0;
}

.main-header .search-box .search-opener:before, .main-header .search-box .search-opener:after,
.main-header .search-box .start-search:before,
.main-header .search-box .start-search:after {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22px;
  height: 3px;
  background: transparent;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.search-active .main-header .search-box .search-opener:before, .search-active .main-header .search-box .search-opener:after, .search-active
.main-header .search-box .start-search:before, .search-active
.main-header .search-box .start-search:after {
  background: #002B49;
}

.main-header .search-box .search-opener:after,
.main-header .search-box .start-search:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .main-header .search-box .search-opener:hover {
    background: #88DBDF;
    border-color: #88DBDF;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-header .search-box .search-opener:hover {
    background: #88DBDF;
    border-color: #88DBDF;
  }
}

.main-header .search-box .search-form {
  -webkit-transition: width .3s, padding .3s, visibility 0s .3s;
  -o-transition: width .3s, padding .3s, visibility 0s .3s;
  transition: width .3s, padding .3s, visibility 0s .3s;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 0%;
  height: 100%;
  padding: 9px 0 10px;
  background: #E3E935;
  z-index: 2;
  visibility: hidden;
}

@media (min-width: 750px) {
  .main-header .search-box .search-form {
    right: 0;
    max-width: 460px;
    padding: 33px 0 30px 0;
  }
}

@media (min-width: 1025px) {
  .main-header .search-box .search-form {
    max-width: 575px;
  }
}

.search-active .main-header .search-box .search-form {
  -webkit-transition: width .3s, padding .3s;
  -o-transition: width .3s, padding .3s;
  transition: width .3s, padding .3s;
  width: 100%;
  padding: 9px 0 10px 10px;
  visibility: visible;
}

@media (min-width: 750px) {
  .search-active .main-header .search-box .search-form {
    width: 100%;
    padding: 33px 0 30px 34px;
  }
}

@media (min-width: 750px) {
  .search-active .main-header .search-box .search-form {
    width: 460px;
  }
}

@media (min-width: 1025px) {
  .search-active .main-header .search-box .search-form {
    width: 575px;
  }
}

.main-header .search-box .search-form .start-search {
  position: absolute;
  top: 9px;
  right: 87px;
  background: none;
  border: none;
  border-radius: 0;
}

@media (min-width: 750px) {
  .main-header .search-box .search-form .start-search {
    top: 33px;
    right: 115px;
  }
}

@media (min-width: 1025px) {
  .main-header .search-box .search-form .start-search {
    right: 127px;
  }
}

.search-active .main-header .search-box .search-form .start-search .icon-search, .search-active .main-header .search-box .search-form .start-search .dataTables_filter label, .dataTables_filter .search-active .main-header .search-box .search-form .start-search label {
  opacity: 1;
}

.main-header .search-box .search-form .start-search:before, .main-header .search-box .search-form .start-search:after {
  display: none;
}

.main-header .search-box input[type="search"] {
  padding: 5px 15px;
  width: calc(100% - 86px);
  height: 52px;
  border: 1px solid #002B49;
}

@media (min-width: 750px) {
  .main-header .search-box input[type="search"] {
    width: calc(100% - 113px);
    height: 59px;
    font-size: 20px;
  }
}

@media (min-width: 1025px) {
  .main-header .search-box input[type="search"] {
    width: calc(100% - 125px);
  }
}

/**
 * @file
 * Hero
 *
 * Contains styles for hero object.
 */
.hero-section {
  overflow: hidden;
  padding: 0 0 78px;
  background: #002B49 url("../assets/img/hash-bg.svg") repeat-x;
  background-position: 0 100%;
  color: #FFFFFF;
}

@media (min-width: 750px) {
  .hero-section {
    padding: 0 0 74px;
  }
}

@media (min-width: 1025px) {
  .hero-section {
    padding: 0 0 84px;
  }
}

.hero-section.hero-section-thirdly {
  padding: 0 0 74px;
}

@media (min-width: 750px) {
  .hero-section.hero-section-thirdly {
    padding: 0 0 50px;
  }
}

@media (min-width: 1025px) {
  .hero-section.hero-section-thirdly {
    padding: 0 0 60px;
  }
}

.hero-section .hero-inner {
  position: relative;
  z-index: 2;
}

.hero-section .intro-box {
  position: relative;
  overflow: hidden;
}

@media (min-width: 750px) {
  .hero-section .intro-box {
    padding: 48px 0 25px;
  }
}

@media (min-width: 1025px) {
  .hero-section .intro-box {
    padding: 81px 0 65px;
  }
}

.hero-section .intro-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #002b49;
  opacity: 0.3;
  z-index: 2;
}

@media (min-width: 750px) {
  .hero-section .intro-box:before {
    display: block;
  }
}

.hero-section .intro-box .img-holder {
  position: relative;
  margin: 0 0 34px;
}

@media (min-width: 750px) {
  .hero-section .intro-box .img-holder {
    position: static;
    margin: 0;
  }
}

.hero-section .intro-box .img-holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 43, 73, 0.4);
  mix-blend-mode: multiply;
  z-index: 2;
}

@media (min-width: 750px) {
  .hero-section .intro-box .img-holder:before {
    display: none;
  }
}

@media (min-width: 750px) {
  .hero-section .intro-box .img-holder img {
    position: absolute;
    width: 101%;
    height: 101%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
}

.hero-section .page-title {
  position: relative;
  margin: 0 0 26px;
  text-transform: uppercase;
  font-family: "HCo Knockout 48";
  font-size: 50px;
  line-height: 0.88;
  font-weight: 400;
  letter-spacing: 2.5px;
  color: #FFFFFF;
  z-index: 2;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #FFFFFF;
}

@media (min-width: 750px) {
  .hero-section .page-title {
    font-size: 60px;
    line-height: 0.85;
    letter-spacing: 3px;
  }
}

@media (min-width: 1025px) {
  .hero-section .page-title {
    font-size: 110px;
    line-height: 0.91;
    letter-spacing: 5.6px;
  }
}

.hero-section .page-title--highlight {
  color: #88DBDF;
  -webkit-text-fill-color: #88DBDF;
  -webkit-text-stroke: unset;
}

.hero-section .page-title--sm {
  font-size: 33px;
  line-height: 1;
  letter-spacing: 1.65px;
}

@media (min-width: 750px) {
  .hero-section .page-title--sm {
    font-size: 50px;
    line-height: 0.94;
    letter-spacing: 2.5px;
  }
}

@media (min-width: 1025px) {
  .hero-section .page-title--sm {
    font-size: 70px;
    line-height: 1;
    letter-spacing: 3.5px;
  }
}

.hero-section .text-holder {
  position: relative;
  font-family: superclarendon, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  z-index: 2;
}

@media (min-width: 750px) {
  .hero-section .text-holder {
    padding: 24px 0 0;
  }
}

@media (min-width: 1025px) {
  .hero-section .text-holder {
    padding: 37px 0 0;
    font-size: 24px;
    line-height: 35px;
  }
}

.hero-section .hero-footer {
  padding: 20px 0 0;
}

@media (min-width: 750px) {
  .hero-section .hero-footer {
    padding: 26px 0 0;
  }
}

@media (min-width: 1025px) {
  .hero-section .hero-footer {
    padding: 20px 0 0;
  }
}

.hero-section .hero-footer .text-holder {
  padding: 0;
}

.hero-section .hero-footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 750px) {
  .hero-section .hero-footer-row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.hero-section .hero-footer-col-left {
  margin: 0 0 19px 0;
}

@media (min-width: 750px) {
  .hero-section .hero-footer-col-left {
    margin: 0 20px 0 0;
    max-width: 48%;
  }
}

@media (min-width: 1025px) {
  .hero-section .hero-footer-col-left {
    max-width: 58%;
  }
}

@media (min-width: 750px) {
  .hero-section .hero-footer-col-right {
    padding-right: 34px;
    padding-top: 4px;
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .hero-section .hero-footer-col-right {
    padding-right: 12px;
    padding-top: 5px;
  }
}

.hero-section-home {
  padding: 0 0 68px;
}

@media (min-width: 750px) {
  .hero-section-home {
    padding: 0 0 73px;
  }
}

.hero-section-home .intro-box {
  position: relative;
  padding: 72px 0 32px;
  min-height: 310px;
}

@media (min-width: 750px) {
  .hero-section-home .intro-box {
    padding: 80px 0 32px;
    min-height: 258px;
  }
}

@media (min-width: 1025px) {
  .hero-section-home .intro-box {
    padding: 116px 0 48px;
    min-height: 361px;
  }
}

.hero-section-home .intro-box .img-holder {
  position: static;
  margin: 0;
}

.hero-section-home .intro-box .img-holder img {
  position: absolute;
  min-width: 101%;
  min-height: 101%;
  max-width: 10000%;
  max-height: 10000%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.hero-section-home .hero-subtitle {
  margin: 0 0 10px;
  font: 18px/1.3 hellenic-wide-jf, Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
}

@media (min-width: 750px) {
  .hero-section-home .hero-subtitle {
    margin: 0 0 15px;
    font: 22px/1.47 hellenic-wide-jf, Helvetica, Arial, sans-serif;
  }
}

@media (min-width: 1025px) {
  .hero-section-home .hero-subtitle {
    margin: 0 0 10px;
    font: 32px/1.47 hellenic-wide-jf, Helvetica, Arial, sans-serif;
    letter-spacing: 1.52px;
  }
}

.hero-section-home .page-title {
  margin: 0 0 2px;
  line-height: 0.9;
}

@media (min-width: 750px) {
  .hero-section-home .page-title {
    margin: 0 0 16px;
    line-height: 0.7;
  }
}

@media (min-width: 1025px) {
  .hero-section-home .page-title {
    margin: 0 0 36px;
  }
}

.hero-section-home .hero-description {
  font: 16px/1.38 superclarendon, Helvetica, Arial, sans-serif;
}

@media (min-width: 750px) {
  .hero-section-home .hero-description {
    font: 16px/1.25 superclarendon, Helvetica, Arial, sans-serif;
  }
}

@media (min-width: 1025px) {
  .hero-section-home .hero-description {
    font: 18px/1.56 superclarendon, Helvetica, Arial, sans-serif;
  }
}

.hero-section-home .hero-footer-col-right {
  padding-left: 25px;
}

@media (min-width: 750px) {
  .hero-section-home .hero-footer-col-right {
    padding-left: 0;
  }
}

.hero-section-home .hero-footer .text-holder {
  padding: 0;
  font: 33px/1 "HCo Knockout 48";
  letter-spacing: 1.65px;
  text-transform: uppercase;
  color: #88DBDF;
}

@media (min-width: 750px) {
  .hero-section-home .hero-footer .text-holder {
    font: 33px/1 "HCo Knockout 48";
    letter-spacing: 1.65px;
  }
}

@media (min-width: 1025px) {
  .hero-section-home .hero-footer .text-holder {
    font: 43px/1.05 "HCo Knockout 48";
    letter-spacing: 2.15px;
  }
}

.hero-section-secondary {
  padding: 33px 0 78px;
}

@media (min-width: 750px) {
  .hero-section-secondary {
    padding: 11px 0 74px;
  }
}

@media (min-width: 1025px) {
  .hero-section-secondary {
    padding: 28px 0 84px;
  }
}

.hero-section-secondary .text-holder {
  padding: 0;
}

.hero-section-secondary .page-title {
  margin: 0 0 27px;
}

@media (min-width: 750px) {
  .hero-section-secondary .page-title {
    margin: 0 0 29px;
  }
}

@media (min-width: 1025px) {
  .hero-section-secondary .page-title {
    margin: 0 0 22px;
  }
}

@media (min-width: 750px) {
  .hero-section-thirdly {
    padding: 0 0 50px;
  }
}

@media (min-width: 1025px) {
  .hero-section-thirdly .hero-content {
    margin-left: 7px;
  }
}

@media (min-width: 750px) {
  .hero-section-thirdly .intro-box {
    padding: 48px 0 21px;
  }
}

@media (min-width: 1025px) {
  .hero-section-thirdly .intro-box {
    padding: 80px 0 59px;
  }
}

.hero-section-thirdly .intro-box .img-holder {
  margin: 0 0 33px;
}

@media (min-width: 750px) {
  .hero-section-thirdly .intro-box .img-holder {
    margin: 0;
  }
}

.hero-section-thirdly .page-title {
  margin: 0 0 32px;
}

.hero-section-thirdly .hero-footer {
  padding: 82px 0 0;
  background: #002b49 url("../assets/img/hash-bg.svg") repeat-x;
  background-position: 100% 0;
}

@media (min-width: 750px) {
  .hero-section-thirdly .hero-footer {
    background-image: none;
    padding: 24px 0 0;
  }
}

@media (min-width: 1025px) {
  .hero-section-thirdly .hero-footer {
    padding: 38px 0 0;
  }
}

.hero-section-thirdly .hero-footer-col-left {
  margin: 0 0 24px 0;
}

@media (min-width: 750px) {
  .hero-section-thirdly .hero-footer-col-left {
    max-width: 56%;
  }
}

@media (min-width: 1025px) {
  .hero-section-thirdly .hero-footer-col-left {
    margin: 0 0 24px 7px;
  }
}

@media (min-width: 750px) {
  .hero-section-thirdly .hero-footer-col-right {
    padding-top: 6px;
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .hero-section-thirdly .hero-footer-col-right {
    padding-top: 13px;
  }
}

.hero-section-fourthly {
  padding: 0 0 12px;
  background-image: none;
}

.hero-section-fourthly .intro-box .img-holder {
  margin: 0 0 34px;
}

@media (min-width: 750px) {
  .hero-section-fourthly .intro-box .img-holder {
    margin: 0;
  }
}

@media (min-width: 750px) {
  .hero-section-fourthly .intro-box {
    padding: 48px 0 23px;
  }
}

@media (min-width: 1025px) {
  .hero-section-fourthly .intro-box {
    padding: 81px 0 65px;
  }
}

@media (min-width: 750px) {
  .hero-section-fourthly {
    padding: 0;
  }
}

.hero-section-fifthly {
  padding: 34px 0 56px;
}

@media (min-width: 750px) {
  .hero-section-fifthly {
    padding: 5px 0 71px;
  }
}

@media (min-width: 1025px) {
  .hero-section-fifthly {
    padding: 28px 0 70px;
  }
}

.hero-profile {
  padding: 33px 0 85px;
}

@media (min-width: 750px) {
  .hero-profile {
    padding: 0 0 85px;
  }
}

@media (min-width: 1025px) {
  .hero-profile {
    padding: 28px 0 71px;
  }
}

.hero-profile .page-title {
  margin: 0 0 18px;
}

@media (min-width: 1025px) {
  .hero-profile .page-title {
    margin: 0 0 22px;
  }
}

.breadcrumbs {
  display: none;
  padding: 24px 0 29px;
  background: #002B49;
}

@media (min-width: 750px) {
  .breadcrumbs {
    display: block;
  }
}

@media (min-width: 1025px) {
  .breadcrumbs {
    padding: 25px 0 28px;
  }
}

.breadcrumbs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}

.breadcrumbs-list__item {
  margin: 0 9px 0 0;
  vertical-align: middle;
}

.breadcrumbs-list__item a {
  text-decoration: none;
  display: inline-block;
  margin: 0 2px 0 0;
  color: #FFFFFF;
}

.breadcrumbs-list .icon-arrow-fat, .breadcrumbs-list .dataTables_paginate .previous, .dataTables_paginate .breadcrumbs-list .previous,
.breadcrumbs-list .dataTables_paginate .next, .dataTables_paginate .breadcrumbs-list .next {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  display: inline-block;
  font-size: 12px;
  color: #88DBDF;
  -webkit-transform: translate(3px, 1px);
      -ms-transform: translate(3px, 1px);
          transform: translate(3px, 1px);
}

.section-intro-wrap {
  padding: 26px 0 5px;
}

@media (min-width: 750px) {
  .section-intro-wrap {
    padding: 41px 0 15px;
  }
}

@media (min-width: 1025px) {
  .section-intro-wrap {
    padding: 57px 0 12px;
  }
}

.section-intro {
  margin: 0 0 24px;
}

@media (min-width: 750px) {
  .section-intro {
    margin: 0 0 31px;
  }
}

@media (min-width: 1025px) {
  .section-intro {
    margin: 0 0 52px;
  }
}

.section-intro__title {
  margin: 0 0 18px;
  text-transform: uppercase;
  font-family: "HCo Knockout 48";
  font-size: 41px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2.5px;
  color: #002B49;
}

@media (min-width: 750px) {
  .section-intro__title {
    margin: 0 0 14px;
    font-size: 50px;
  }
}

@media (min-width: 1025px) {
  .section-intro__title {
    margin: 0 0 27px;
    font-size: 70px;
    letter-spacing: 3.5px;
  }
}

.section-intro__title-link {
  display: inline-block;
  padding-right: 25px;
  text-decoration: none;
  color: inherit;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .section-intro__title-link:hover .icon-arrow-line {
    -webkit-transform: translate3d(5px, 4px, 0);
            transform: translate3d(5px, 4px, 0);
  }
}

@media (hover: hover) and (min-width: 750px), (pointer: fine) and (min-width: 750px), (-moz-touch-enabled: 0) and (min-width: 750px) {
  .section-intro__title-link:hover .icon-arrow-line {
    -webkit-transform: translate3d(5px, 2px, 0);
            transform: translate3d(5px, 2px, 0);
  }
}

@media (hover: hover) and (min-width: 1025px), (pointer: fine) and (min-width: 1025px), (-moz-touch-enabled: 0) and (min-width: 1025px) {
  .section-intro__title-link:hover .icon-arrow-line {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-intro__title-link:hover .icon-arrow-line {
    -webkit-transform: translate3d(5px, 4px, 0);
            transform: translate3d(5px, 4px, 0);
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 750px), (-ms-high-contrast: active) and (min-width: 750px) {
  .section-intro__title-link:hover .icon-arrow-line {
    -webkit-transform: translate3d(5px, 2px, 0);
            transform: translate3d(5px, 2px, 0);
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1025px), (-ms-high-contrast: active) and (min-width: 1025px) {
  .section-intro__title-link:hover .icon-arrow-line {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}

.section-intro__title-link .icon-arrow-line {
  margin-left: 7px;
  margin-right: -40px;
  width: 32px;
  height: 34px;
  font-size: 18px;
  color: #002B49;
  -webkit-transform: translate3d(0, 4px, 0);
          transform: translate3d(0, 4px, 0);
}

@media (min-width: 750px) {
  .section-intro__title-link .icon-arrow-line {
    margin-left: 8px;
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
  }
}

@media (min-width: 1025px) {
  .section-intro__title-link .icon-arrow-line {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.section-intro__title-link .icon-arrow-line:before {
  top: 8px;
  left: 9px;
}

.twitter .section-intro .insta-follow__link,
.instafeed .section-intro .insta-follow__link {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.stories-holder {
  padding: 0 0 64px;
  background: #002B49 url("../assets/img/hash-bg.svg") repeat-x;
  background-position: 0 100%;
}

@media (min-width: 750px) {
  .stories-holder {
    padding: 0 0 50px;
  }
}

.stories-holder .stories-intro {
  overflow: hidden;
  padding: 32px 0 26px;
  visibility: visible !important;
}

@media (min-width: 750px) {
  .stories-holder .stories-intro {
    padding: 36px 0 23px;
  }
}

@media (min-width: 1025px) {
  .stories-holder .stories-intro {
    padding: 62px 0 43px;
  }
}

.stories-holder .stories-intro.animated .container:before {
  opacity: 1;
}

.stories-holder .stories-intro.animated .container:after {
  height: calc(100% + 15px);
}

@media (min-width: 1025px) {
  .stories-holder .stories-intro.animated .container:after {
    height: calc(100% + 38px);
  }
}

@media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
  .stories-holder .stories-intro.animated .container:after {
    height: 140%;
  }
}

@media (min-width: 1025px) {
  @supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
    .stories-holder .stories-intro.animated .container:after {
      height: 140%;
    }
  }
}

@media (min-width: 1200px) {
  .stories-holder .stories-intro.animated .container:after {
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

.stories-holder .stories-intro.animated .stories-intro__title:before {
  width: 59px;
  height: 59px;
}

.stories-holder .stories-intro.animated + .stories-section .dotted-top-line-holder:before {
  height: 100%;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media (min-width: 1200px) {
  .stories-holder .stories-intro.animated + .stories-section .dotted-top-line-holder:before {
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

.stories-holder .stories-intro.animated + .stories-section .dotted-top-line {
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s;
  width: 100%;
}

@media (min-width: 1025px) {
  .stories-holder .stories-intro.animated + .stories-section .dotted-top-line {
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

@media (min-width: 1200px) {
  .stories-holder .stories-intro.animated + .stories-section .dotted-top-line {
    -webkit-transition-delay: 0.75s;
         -o-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
}

.stories-holder .stories-intro.animated + .stories-section .dotted-top-line:before {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  width: 35px;
  height: 35px;
}

@media (min-width: 1025px) {
  .stories-holder .stories-intro.animated + .stories-section .dotted-top-line:before {
    width: 59px;
    height: 59px;
  }
}

@media (min-width: 1200px) {
  .stories-holder .stories-intro.animated + .stories-section .dotted-top-line:before {
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

.stories-holder .stories-intro.animated + .stories-section .dotted-top-line:after {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
  width: 59px;
  height: 59px;
}

@media (min-width: 1025px) {
  .stories-holder .stories-intro.animated + .stories-section .dotted-top-line:after {
    -webkit-transition-delay: 0.9s;
         -o-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}

@media (min-width: 1200px) {
  .stories-holder .stories-intro.animated + .stories-section .dotted-top-line:after {
    -webkit-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
}

.stories-holder .stories-intro.animated + .stories-section .dotted-side-line__mobile {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
  height: 100%;
}

@media (min-width: 750px) {
  .stories-holder .stories-intro.animated + .stories-section .dotted-side-line__mobile {
    -webkit-transition-delay: 0.9s;
         -o-transition-delay: 0.9s;
            transition-delay: 0.9s;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}

@media screen and (min-width: 850px) {
  .stories-holder .stories-intro.animated + .stories-section .dotted-side-line__mobile {
    -webkit-transition-delay: 1.05s;
         -o-transition-delay: 1.05s;
            transition-delay: 1.05s;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}

.stories-holder .stories-intro.animated + .stories-section .dotted-side-line__mobile:before {
  -webkit-transition-delay: 0.65s;
       -o-transition-delay: 0.65s;
          transition-delay: 0.65s;
  width: 35px;
  height: 35px;
}

@media (min-width: 750px) {
  .stories-holder .stories-intro.animated + .stories-section .dotted-side-line__mobile:before {
    -webkit-transition-delay: 0.7s;
         -o-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}

@media screen and (min-width: 850px) {
  .stories-holder .stories-intro.animated + .stories-section .dotted-side-line__mobile:before {
    -webkit-transition-delay: 0.85s;
         -o-transition-delay: 0.85s;
            transition-delay: 0.85s;
  }
}

.stories-holder .stories-intro.animated + .stories-section .dotted-side-line__mobile:after {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
  opacity: 1;
}

.stories-holder .stories-intro.animated + .stories-section .story-box .container:before {
  height: 100%;
}

@media (min-width: 1025px) {
  .stories-holder .stories-intro.animated + .stories-section .story-box .container:before {
    -webkit-transition-delay: 1.1s;
         -o-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
}

@media (min-width: 1200px) {
  .stories-holder .stories-intro.animated + .stories-section .story-box .container:before {
    -webkit-transition-delay: 1.35s;
         -o-transition-delay: 1.35s;
            transition-delay: 1.35s;
  }
}

.stories-holder .stories-intro.animated + .stories-section .story-box .container:after {
  opacity: 1;
}

@media (min-width: 1025px) {
  .stories-holder .stories-intro.animated + .stories-section .story-box .container:after {
    -webkit-transition-delay: 1.3s;
         -o-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
}

@media (min-width: 1200px) {
  .stories-holder .stories-intro.animated + .stories-section .story-box .container:after {
    -webkit-transition-delay: 1.65s;
         -o-transition-delay: 1.65s;
            transition-delay: 1.65s;
  }
}

.stories-holder .stories-intro .container {
  position: relative;
  padding-left: 49px;
}

@media (min-width: 750px) {
  .stories-holder .stories-intro .container {
    padding-left: 73px;
  }
}

@media (min-width: 1025px) {
  .stories-holder .stories-intro .container {
    padding-left: 40px;
  }
}

.stories-holder .stories-intro .container:before {
  -webkit-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  content: '';
  position: absolute;
  left: 19px;
  top: 8px;
  display: block;
  width: 9px;
  height: 9px;
  background: #002B49;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

@media (min-width: 750px) {
  .stories-holder .stories-intro .container:before {
    left: 35px;
    top: 12px;
  }
}

@media (min-width: 1025px) {
  .stories-holder .stories-intro .container:before {
    left: 17px;
    top: 19px;
  }
}

@media (min-width: 1200px) {
  .stories-holder .stories-intro .container:before {
    left: 15px;
    top: 20px;
  }
}

.stories-holder .stories-intro .container:after {
  -webkit-transition: height 0.15s linear 0.2s;
  -o-transition: height 0.15s linear 0.2s;
  transition: height 0.15s linear 0.2s;
  content: '';
  position: absolute;
  top: 18px;
  left: 24px;
  width: 4px;
  height: 0;
  max-height: calc(100% + 10px);
  background: url("../assets/img/dots-vertical-white.png");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 3px;
}

@media (min-width: 750px) {
  .stories-holder .stories-intro .container:after {
    max-height: calc(100% + 5px);
    top: 24px;
    left: 40px;
  }
}

@media (min-width: 1025px) {
  .stories-holder .stories-intro .container:after {
    max-height: calc(100% + 38px);
    top: 28px;
    left: 22px;
  }
}

@media (min-width: 1200px) {
  .stories-holder .stories-intro .container:after {
    top: 77px;
    left: -39px;
  }
}

.stories-holder .stories-intro__title {
  margin: 0;
  font-family: hellenic-wide-jf, Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #FFFFFF;
}

@media (min-width: 750px) {
  .stories-holder .stories-intro__title {
    font-size: 21px;
  }
}

@media (min-width: 1025px) {
  .stories-holder .stories-intro__title {
    margin: 0 0 14px;
    font-size: 33px;
    letter-spacing: 2px;
  }
}

.stories-holder .stories-intro__title:before {
  -webkit-transition: width 0.15s linear 0.25s, height 0.15s linear 0.25s;
  -o-transition: width 0.15s linear 0.25s, height 0.15s linear 0.25s;
  transition: width 0.15s linear 0.25s, height 0.15s linear 0.25s;
  display: none;
  content: '';
  position: absolute;
  right: calc(100% - 15px);
  top: 17px;
  width: 0;
  height: 0;
  background: url("../assets/img/dottedline-corner.png");
  background-size: 59px;
  background-position: 100% 0;
}

@media (min-width: 1200px) {
  .stories-holder .stories-intro__title:before {
    display: block;
  }
}

.stories-holder .stories-intro__title .marked {
  display: block;
  margin: 2px 0 0;
  font-family: "HCo Knockout 48";
  font-size: 42px;
  line-height: 1;
  letter-spacing: 2.2px;
  color: #88DBDF;
}

@media (min-width: 750px) {
  .stories-holder .stories-intro__title .marked {
    margin: -6px 0 0;
    font-size: 51px;
  }
}

@media (min-width: 1025px) {
  .stories-holder .stories-intro__title .marked {
    margin: -6px 0 0;
    font-size: 70px;
    letter-spacing: 3.5px;
  }
}

.stories-holder .stories-intro .description {
  padding: 7px 0 0;
}

@media (min-width: 750px) {
  .stories-holder .stories-intro .description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 555px;
    padding: 8px 0 7px;
  }
}

@media (min-width: 1025px) {
  .stories-holder .stories-intro .description {
    max-width: 100%;
  }
}

.stories-holder .stories-intro .description .text-box {
  color: #FFFFFF;
  font-family: superclarendon, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

@media (min-width: 750px) {
  .stories-holder .stories-intro .description .text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 40px 0 0;
  }
}

@media (min-width: 1025px) {
  .stories-holder .stories-intro .description .text-box {
    max-width: 705px;
    margin-right: auto;
    font-size: 18px;
    line-height: 1.56;
  }
}

.stories-holder .stories-intro .description .text-box + .cta-btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 14px 0 0;
}

@media (min-width: 750px) {
  .stories-holder .stories-intro .description .text-box + .cta-btn {
    margin: 4px 0 0;
  }
}

@media (min-width: 1025px) {
  .stories-holder .stories-intro .description .text-box + .cta-btn {
    margin: 0;
    padding: 12px 23px 10px;
  }
}

.stories-section {
  overflow: hidden;
  position: relative;
  background: #002B49;
  visibility: visible !important;
}

@media (min-width: 750px) {
  .stories-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 477px;
    padding: 53px 0 20px;
  }
}

@media (min-width: 1025px) {
  .stories-section {
    min-height: 761px;
    padding: 78px 0;
  }
}

.stories-section.animated .img-holder img {
  opacity: 1;
}

.stories-section.animated .img-holder img.img-blend {
  opacity: 0;
}

.stories-section.stories-section__full {
  padding-bottom: 0;
}

@media (min-width: 750px) {
  .stories-section.stories-section__full {
    min-height: 0;
  }
}

@media (min-width: 750px) {
  .stories-section.stories-section__full {
    padding: 0;
    height: auto;
  }
}

@media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
  .stories-section.stories-section__full {
    display: block;
  }
}

.stories-section.stories-section__full .dotted-top-line-holder:before {
  display: none;
}

@media (min-width: 750px) {
  .stories-section.stories-section__full .dotted-top-line-holder:before {
    display: block;
  }
}

@media (min-width: 1025px) {
  .stories-section.stories-section__full .dotted-top-line-holder:before {
    display: none;
  }
}

@media (min-width: 1200px) {
  .stories-section.stories-section__full .dotted-top-line-holder:before {
    left: 1px;
    display: block;
  }
}

.stories-section.stories-section__full .dotted-top-line {
  top: 22px;
  max-width: calc(100% - 75px);
}

@media (min-width: 750px) {
  .stories-section.stories-section__full .dotted-top-line {
    top: 44px;
    max-width: calc(100% - 81px);
  }
}

@media (min-width: 1025px) {
  .stories-section.stories-section__full .dotted-top-line {
    left: 69px;
    max-width: calc(100% - 142px);
  }
}

@media screen and (min-width: 1070px) {
  .stories-section.stories-section__full .dotted-top-line {
    left: 49px;
    max-width: calc(100% - 101px);
  }
}

@media (min-width: 1200px) {
  .stories-section.stories-section__full .dotted-top-line {
    top: 80px;
  }
}

.stories-section.stories-section__full .dotted-side-line__mobile {
  top: 53px;
  max-height: calc(100% - 86px);
}

@media (min-width: 750px) {
  .stories-section.stories-section__full .dotted-side-line__mobile {
    top: 75px;
    max-height: calc(100% - 95px);
  }
}

.stories-section.stories-section__full .img-holder {
  height: 100%;
}

@media (min-width: 750px) {
  .stories-section.stories-section__full .img-holder {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 750px) {
  .stories-section.stories-section__full .img-holder .container {
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media (min-width: 750px) {
  .stories-section.stories-section__full .img-holder img {
    position: static;
    display: block;
    width: 100%;
    display: block;
    margin: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 750px) {
  .stories-section.stories-section__full .story-box {
    position: absolute;
    height: calc(100% - 90px);
    top: 78px;
  }
}

.stories-section.stories-section__full .story-box .container:before {
  top: 25px;
}

@media (min-width: 1200px) {
  .stories-section.stories-section__full .story-box .container:before {
    top: 62px;
    max-height: calc(100% - 93px);
  }
}

.stories-section.stories-section__full .story-box .container:after {
  top: calc(100% - 46px);
}

@media (min-width: 1025px) {
  .stories-section.stories-section__full .story-box .container:after {
    right: 19px;
  }
}

@media (min-width: 1200px) {
  .stories-section.stories-section__full .story-box .container:after {
    right: -42px;
  }
}

.stories-section .story-box {
  width: 100%;
}

.stories-section .story-box .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

@media (min-width: 1025px) {
  .stories-section .story-box .container {
    padding-bottom: 50px;
  }
}

@media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
  .stories-section .story-box .container {
    min-height: 605px;
  }
}

.stories-section .text-box {
  padding: 22px 23px 65px 0;
  text-align: right;
  color: #FFFFFF;
}

@media (min-width: 750px) {
  .stories-section .text-box {
    width: 50%;
    padding: 41px 34px 10px 43px;
  }
}

@media (min-width: 1025px) {
  .stories-section .text-box {
    padding: 80px 25px 0 0;
    width: 46.8%;
    max-width: 437px;
  }
}

@media (min-width: 1200px) {
  .stories-section .text-box {
    padding: 80px 4px 0 0;
  }
}

.stories-section__title {
  margin: 0 0 3px;
  font-family: "HCo Knockout 48";
  font-size: 42px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  color: #88DBDF;
}

@media (min-width: 750px) {
  .stories-section__title {
    margin: 0 0 -1px;
    font-size: 50px;
  }
}

@media (min-width: 1025px) {
  .stories-section__title {
    margin: 0 0 -2px;
    font-size: 70px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3.5px;
  }
}

.stories-section__subtitle {
  margin: 0 0 23px;
  font-family: hellenic-wide-jf, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (min-width: 750px) {
  .stories-section__subtitle {
    margin: 0 0 17px;
    font-size: 22px;
  }
}

@media (min-width: 1025px) {
  .stories-section__subtitle {
    margin: 0 0 26px;
    font-size: 32px;
    letter-spacing: 1.5px;
  }
}

.stories-section__subtitle + .quote.quote {
  margin-top: 0;
}

.stories-section .quote {
  margin: 17px 0 0;
}

@media (min-width: 750px) {
  .stories-section .quote {
    margin: 29px 0 0;
  }
}

@media (min-width: 1025px) {
  .stories-section .quote {
    margin: 0;
  }
}

.stories-section .quote__text {
  margin: 0 0 14px;
  font-family: superclarendon, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.44;
}

@media (min-width: 750px) {
  .stories-section .quote__text {
    margin: 0 0 18px;
  }
}

@media (min-width: 1025px) {
  .stories-section .quote__text {
    margin: 0 0 19px;
    font-size: 24px;
    line-height: 1.46;
    letter-spacing: 0.25px;
  }
}

.stories-section .quote__text p {
  position: relative;
}

.stories-section .quote__text p:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 18px;
  margin: 1px 11px -1px 0;
  background: url("../assets/img/quote-mark-lightblue.png") no-repeat center;
  background-size: contain;
}

@media (min-width: 750px) {
  .stories-section .quote__text p:before {
    margin: 1px 5px -1px 0;
  }
}

@media (min-width: 1025px) {
  .stories-section .quote__text p:before {
    width: 20px;
    height: 28px;
    margin: 3px 10px -4px 0;
  }
}

.stories-section .quote__author {
  margin: 0 0 1px;
  font-family: "HCo Knockout 52";
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.58px;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .stories-section .quote__author {
    margin: 0 0 4px;
    font-size: 21px;
    line-height: 1.67;
    letter-spacing: 0.88px;
  }
}

.stories-section .quote__place {
  font-size: 14px;
  line-height: 1.07;
}

@media (min-width: 1025px) {
  .stories-section .quote__place {
    font-size: 16px;
  }
}

.stories-section .quote__details {
  margin: 0 0 11px;
}

@media (min-width: 750px) {
  .stories-section .quote__details {
    margin: 0 0 24px;
  }
}

@media (min-width: 1025px) {
  .stories-section .quote__details {
    margin: 0 0 44px;
  }
}

.stories-section .quote .cta-btn {
  padding: 9px 23px 10px 20px;
}

@media (min-width: 750px) {
  .stories-section .quote .cta-btn {
    padding: 9px 18px 10px 20px;
  }
}

@media (min-width: 1025px) {
  .stories-section .quote .cta-btn {
    padding: 12px 20px 11px 26px;
  }
}

.stories-section .img-holder {
  position: relative;
}

@media (min-width: 750px) {
  .stories-section .img-holder {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 20px);
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .stories-section .img-holder {
    height: 100%;
    width: 45.47%;
  }
}

.stories-section .img-holder img {
  margin: 0 -25px;
  width: calc(100% + 50px);
  max-width: 1000%;
  max-height: 1000%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  min-height: 215px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (min-width: 750px) {
  .stories-section .img-holder img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 101%;
    min-height: 101%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.stories-section .img-holder .img-blend {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  min-width: 101%;
  min-height: 101%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.stories-section .img-holder--full {
  width: 100%;
}

.stories-section .img-holder--full:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.stories-section .img-holder--full .play-btn {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 750px) {
  .stories-section .img-holder--full .play-btn {
    width: 96px;
    height: 96px;
  }
}

@media (min-width: 1025px) {
  .stories-section .img-holder--full .play-btn {
    width: 176px;
    height: 176px;
  }
}

.stories-section .play-btn {
  position: absolute;
  bottom: 56px;
  left: 50%;
  width: 95px;
  height: 95px;
  background: url("../assets/icons/icon_play-btn.svg") no-repeat center 100%;
  background-size: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

@media (min-width: 750px) {
  .stories-section .play-btn {
    bottom: 66px;
    width: 88px;
    height: 88px;
  }
}

@media (min-width: 1025px) {
  .stories-section .play-btn {
    bottom: 108px;
    left: 51.2%;
    display: block;
    width: 176px;
    height: 176px;
  }
}

.stories-section.content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 750px) {
  .stories-section.content-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 750px) {
  .stories-section.content-left .img-holder {
    right: 0;
    left: auto;
  }
}

.stories-section.content-left .text-box {
  padding: 22px 0 60px 23px;
  text-align: left;
}

@media (min-width: 750px) {
  .stories-section.content-left .text-box {
    padding: 41px 42px 32px 34px;
  }
}

@media (min-width: 1025px) {
  .stories-section.content-left .text-box {
    padding: 77px 42px 32px 25px;
  }
}

@media (min-width: 1200px) {
  .stories-section.content-left .text-box {
    padding: 77px 42px 32px 1px;
  }
}

.stories-section.content-left .story-box .container {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.stories-section.content-left .quote__text p:before {
  position: absolute;
  top: -1px;
  left: -17px;
}

@media (min-width: 750px) {
  .stories-section.content-left .quote__text p:before {
    left: -21px;
  }
}

@media (min-width: 1025px) {
  .stories-section.content-left .quote__text p:before {
    left: -33px;
  }
}

.stories-section.animated .dotted-top-line-holder:before {
  height: 100%;
}

.stories-section.animated .dotted-top-line {
  width: 100%;
}

.stories-section.animated .dotted-top-line:before {
  width: 35px;
  height: 35px;
}

@media (min-width: 1025px) {
  .stories-section.animated .dotted-top-line:before {
    width: 59px;
    height: 59px;
  }
}

.stories-section.animated .dotted-top-line:after {
  width: 59px;
  height: 59px;
}

.stories-section.animated .dotted-side-line__mobile {
  height: 100%;
}

.stories-section.animated .dotted-side-line__mobile:before {
  width: 35px;
  height: 35px;
}

.stories-section.animated .dotted-side-line__mobile:after {
  opacity: 1;
}

.stories-section.animated .story-box .container:before {
  height: 100%;
}

.stories-section.animated .story-box .container:after {
  opacity: 1;
}

.stories-section.content-left .dotted-top-line-holder {
  left: auto;
  right: 24px;
}

@media (min-width: 750px) {
  .stories-section.content-left .dotted-top-line-holder {
    right: 38px;
  }
}

@media (min-width: 1025px) {
  .stories-section.content-left .dotted-top-line-holder {
    right: auto;
    left: 50%;
  }
}

.stories-section.content-left .dotted-top-line-holder:before {
  left: auto;
  right: 0;
}

@media (min-width: 1025px) {
  .stories-section.content-left .dotted-top-line-holder:before {
    right: 22px;
  }
}

@media screen and (min-width: 1070px) {
  .stories-section.content-left .dotted-top-line-holder:before {
    right: 2px;
  }
}

.stories-section.content-left .dotted-top-line {
  left: auto;
  right: 27px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (min-width: 1025px) {
  .stories-section.content-left .dotted-top-line {
    right: 71px;
  }
}

@media screen and (min-width: 1070px) {
  .stories-section.content-left .dotted-top-line {
    right: 51px;
  }
}

.stories-section.content-left .dotted-side-line__mobile {
  right: auto;
  left: 24px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (min-width: 750px) {
  .stories-section.content-left .dotted-side-line__mobile {
    left: 40px;
  }
}

.stories-section.content-left .story-box .container:before {
  right: auto;
  left: 23px;
}

@media (min-width: 1200px) {
  .stories-section.content-left .story-box .container:before {
    left: -39px;
  }
}

.stories-section.content-left .story-box .container:after {
  right: auto;
  left: 17px;
}

@media (min-width: 1200px) {
  .stories-section.content-left .story-box .container:after {
    left: -45px;
  }
}

.stories-section:last-of-type {
  padding-bottom: 19px;
}

.stories-section:last-of-type .dotted-side-line__mobile {
  max-height: calc(100% - 104px);
}

@media (min-width: 750px) {
  .stories-section:last-of-type .dotted-side-line__mobile {
    max-height: calc(100% - 148px);
  }
}

@media (min-width: 1025px) {
  .stories-section:last-of-type .story-box .container {
    position: relative;
    padding-bottom: 50px;
  }
}

@media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
  .stories-section:last-of-type .story-box .container {
    min-height: 664px;
  }
}

.stories-section:last-of-type .story-box .container:before {
  max-height: calc(100% - 114px);
}

.stories-section:last-of-type .story-box .container:after {
  top: calc(100% - 63px);
}

@media (min-width: 1025px) {
  .stories-section .story-box .container {
    position: relative;
  }
}

.stories-section .story-box .container:before {
  -webkit-transition: height 0.3s linear 0.9s;
  -o-transition: height 0.3s linear 0.9s;
  transition: height 0.3s linear 0.9s;
  content: '';
  position: absolute;
  top: 59px;
  right: -37px;
  display: none;
  width: 4px;
  height: 0;
  max-height: calc(100% - 52px);
  background: url("../assets/img/dots-vertical-white.png");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 3px;
}

@media (min-width: 1025px) {
  .stories-section .story-box .container:before {
    display: block;
    right: 24px;
  }
}

@media (min-width: 1200px) {
  .stories-section .story-box .container:before {
    right: -37px;
  }
}

.stories-section .story-box .container:after {
  -webkit-transition: opacity 0.3s linear 1.2s;
  -o-transition: opacity 0.3s linear 1.2s;
  transition: opacity 0.3s linear 1.2s;
  content: '\e906';
  font-family: 'icomoon';
  position: absolute;
  top: calc(100% + 2px);
  right: 19px;
  display: none;
  font-size: 21px;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 1025px) {
  .stories-section .story-box .container:after {
    display: block;
  }
}

@media (min-width: 1200px) {
  .stories-section .story-box .container:after {
    right: -41px;
  }
}

.stories-section .dotted-top-line-holder {
  position: absolute;
  top: 0;
  left: 24px;
  width: calc(100% - 25px);
  height: 23px;
}

@media (min-width: 750px) {
  .stories-section .dotted-top-line-holder {
    left: 40px;
    width: calc(100% - 50px);
  }
}

@media (min-width: 1025px) {
  .stories-section .dotted-top-line-holder {
    width: 100%;
    max-width: 978px;
    max-width: 1100px;
    height: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}

@media screen and (min-width: 1070px) {
  .stories-section .dotted-top-line-holder {
    max-width: 978px;
  }
}

@media (min-width: 1200px) {
  .stories-section .dotted-top-line-holder {
    max-width: 1100px;
  }
}

.stories-section .dotted-top-line-holder:before {
  -webkit-transition: height 0.1s linear 0s;
  -o-transition: height 0.1s linear 0s;
  transition: height 0.1s linear 0s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  max-height: 100%;
  background: url("../assets/img/dots-vertical-white.png");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 3px;
  z-index: 1;
}

@media (min-width: 1025px) {
  .stories-section .dotted-top-line-holder:before {
    left: 20px;
  }
}

@media screen and (min-width: 1070px) {
  .stories-section .dotted-top-line-holder:before {
    left: 0;
  }
}

.stories-section .dotted-top-line {
  -webkit-transition: width 0.3s linear 0.25s;
  -o-transition: width 0.3s linear 0.25s;
  transition: width 0.3s linear 0.25s;
  position: absolute;
  top: 51px;
  left: 26px;
  height: 4px;
  width: 0;
  max-width: calc(100% - 82px);
  background: url("../assets/img/dottedline-white-horizontal.png");
  background-repeat: repeat-x;
  background-position: 0;
  z-index: 5;
}

@media screen and (min-width: 850px) {
  .stories-section .dotted-top-line {
    -webkit-transition: width 0.5s linear 0.25s;
    -o-transition: width 0.5s linear 0.25s;
    transition: width 0.5s linear 0.25s;
  }
}

@media (min-width: 1025px) {
  .stories-section .dotted-top-line {
    top: 77px;
    left: 68px;
    max-width: calc(100% - 141px);
  }
}

@media screen and (min-width: 1070px) {
  .stories-section .dotted-top-line {
    max-width: calc(100% - 100px);
    left: 48px;
  }
}

.stories-section .dotted-top-line:before {
  -webkit-transition: width 0.15s linear 0.1s, height 0.15s linear 0.1s;
  -o-transition: width 0.15s linear 0.1s, height 0.15s linear 0.1s;
  transition: width 0.15s linear 0.1s, height 0.15s linear 0.1s;
  content: '';
  position: absolute;
  top: -30px;
  left: -32px;
  width: 0;
  height: 0;
  background: url("../assets/img/dottedline-corner-white-sm.png") no-repeat;
  background-size: 36px;
  background-position: 0 100%;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

@media (min-width: 1025px) {
  .stories-section .dotted-top-line:before {
    top: -54px;
    left: -53px;
    background: url("../assets/img/dottedline-corner.png");
    background-size: 59px;
    background-position: 0 100%;
  }
}

.stories-section .dotted-top-line:after {
  -webkit-transition: width 0.15s linear 0.75s, height 0.15s linear 0.75s;
  -o-transition: width 0.15s linear 0.75s, height 0.15s linear 0.75s;
  transition: width 0.15s linear 0.75s, height 0.15s linear 0.75s;
  display: none;
  content: '';
  position: absolute;
  left: calc(100% - 6px);
  top: -1px;
  width: 0;
  height: 0;
  background: url("../assets/img/dottedline-corner.png");
  background-size: 59px;
  background-position: 100% 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (min-width: 1025px) {
  .stories-section .dotted-top-line:after {
    display: block;
  }
}

.stories-section .dotted-side-line__mobile {
  -webkit-transition: height 0.7s linear 0.6s;
  -o-transition: height 0.7s linear 0.6s;
  transition: height 0.7s linear 0.6s;
  position: absolute;
  top: 82px;
  right: 22px;
  width: 4px;
  height: 0;
  max-height: calc(100% - 127px);
  background: url("../assets/img/dots-vertical-white.png");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 3px;
  z-index: 1;
}

@media (min-width: 750px) {
  .stories-section .dotted-side-line__mobile {
    -webkit-transition: height 0.4s linear 0.6s;
    -o-transition: height 0.4s linear 0.6s;
    transition: height 0.4s linear 0.6s;
    right: 38px;
    max-height: calc(100% - 148px);
  }
}

@media screen and (min-width: 850px) {
  .stories-section .dotted-side-line__mobile {
    -webkit-transition: height 0.4s linear 0.8s;
    -o-transition: height 0.4s linear 0.8s;
    transition: height 0.4s linear 0.8s;
  }
}

@media (min-width: 1025px) {
  .stories-section .dotted-side-line__mobile {
    display: none;
  }
}

.stories-section .dotted-side-line__mobile:before {
  -webkit-transition: width 0.15s linear 0.45s, height 0.15s linear 0.45s;
  -o-transition: width 0.15s linear 0.45s, height 0.15s linear 0.45s;
  transition: width 0.15s linear 0.45s, height 0.15s linear 0.45s;
  content: '';
  position: absolute;
  left: -27px;
  top: -33px;
  width: 0;
  height: 0;
  background: url("../assets/img/dottedline-corner-white-sm.png") no-repeat;
  background-size: 36px;
  background-position: 100% 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media screen and (min-width: 850px) {
  .stories-section .dotted-side-line__mobile:before {
    -webkit-transition: width 0.15s linear 0.7s, height 0.15s linear 0.7s;
    -o-transition: width 0.15s linear 0.7s, height 0.15s linear 0.7s;
    transition: width 0.15s linear 0.7s, height 0.15s linear 0.7s;
  }
}

.stories-section .dotted-side-line__mobile:after {
  -webkit-transition: opacity 0.3s linear 1.2s;
  -o-transition: opacity 0.3s linear 1.2s;
  transition: opacity 0.3s linear 1.2s;
  content: '\e906';
  font-family: 'icomoon';
  position: absolute;
  bottom: -26px;
  left: -6px;
  font-size: 21px;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 750px) {
  .stories-section .dotted-side-line__mobile:after {
    -webkit-transition: opacity 0.3s linear 1s;
    -o-transition: opacity 0.3s linear 1s;
    transition: opacity 0.3s linear 1s;
    bottom: -18px;
  }
}

@media screen and (min-width: 850px) {
  .stories-section .dotted-side-line__mobile:after {
    -webkit-transition: opacity 0.3s linear 1.1s;
    -o-transition: opacity 0.3s linear 1.1s;
    transition: opacity 0.3s linear 1.1s;
  }
}

.fancybox-toolbar > .fancybox-button--close {
  display: none;
}

.fancybox-slide {
  padding: 25px;
}

@media (min-width: 1025px) {
  .fancybox-content {
    max-width: 1014px;
  }
}

.fancybox-content .fancybox-button--close {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 50px;
  height: 50px;
  padding: 10px;
  color: #000;
  background: #E3E935;
  border-radius: 0 0 0 18px;
  z-index: 9;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .fancybox-content .fancybox-button--close:hover {
    background: #88DBDF;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fancybox-content .fancybox-button--close:hover {
    background: #88DBDF;
  }
}

.fancybox-content .fancybox-button--close:before, .fancybox-content .fancybox-button--close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 22px;
  height: 3px;
  background: #000;
}

.fancybox-content .fancybox-button--close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.fancybox-button:focus {
  outline: 3px solid #3b99fc;
}

@-moz-document url-prefix() {
  .fancybox-button:focus {
    outline: 3px solid #3b99fc;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fancybox-button:focus {
    outline: 2px solid #3b99fc;
  }
}

@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  .fancybox-button:focus {
    outline: 2px solid #3b99fc;
  }
}

.support {
  position: relative;
  padding: 22px 0 140px;
  background: #002B49;
}

@media (min-width: 750px) {
  .support {
    padding: 50px 0 48px;
  }
}

@media (min-width: 1025px) {
  .support {
    padding: 103px 0 128px;
  }
}

.support .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 750px) {
  .support .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 73px;
  }
}

@media (min-width: 1025px) {
  .support .container {
    padding: 0 46px;
  }
}

.support .decoration-img {
  position: absolute;
  z-index: 1;
}

.support .decoration-img__left {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 53px;
}

@media (min-width: 750px) {
  .support .decoration-img__left {
    display: block;
  }
}

@media (min-width: 1200px) {
  .support .decoration-img__left {
    max-width: 100px;
  }
}

@media screen and (min-width: 1300px) {
  .support .decoration-img__left {
    max-width: 132px;
  }
}

.support .decoration-img__right {
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 265px;
}

@media (min-width: 1200px) {
  .support .decoration-img__right {
    max-width: 528px;
  }
}

.support__title {
  margin: 0 0 8px;
  text-transform: uppercase;
  font-family: hellenic-wide-jf, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}

@media (min-width: 750px) {
  .support__title {
    max-width: 205px;
    margin: 0 0 7px;
    font-size: 22px;
  }
}

@media (min-width: 1025px) {
  .support__title {
    max-width: 100%;
    margin: 0 0 -1px;
    font-size: 33px;
    letter-spacing: 0;
  }
}

.support__subtitle {
  margin: 0 0 20px;
  padding: 0 25px 0 0;
  text-transform: uppercase;
  font-family: "HCo Knockout 48";
  font-size: 50px;
  line-height: 0.88;
  font-weight: 400;
  letter-spacing: 2.5px;
  color: #FFFFFF;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.8px #FFFFFF;
}

@media (min-width: 750px) {
  .support__subtitle {
    margin: 0 0 27px;
    padding: 0;
    font-size: 62px;
    letter-spacing: 2.3px;
    line-height: 0.83;
  }
}

@media (min-width: 1025px) {
  .support__subtitle {
    margin: 0 0 41px;
    font-size: 110px;
    line-height: 0.91;
    letter-spacing: 5.5px;
  }
}

.support__caption {
  max-width: 600px;
  margin: 0 0 26px;
  font-family: superclarendon, Helvetica, Arial, sans-serif;
  line-height: 1.38;
  color: #FFFFFF;
}

@media (min-width: 750px) {
  .support__caption {
    max-width: 550px;
    margin: 0;
    padding: 0 30px 0 0;
    line-height: 1.5;
  }
}

@media (min-width: 1025px) {
  .support__caption {
    line-height: 1.56;
  }
}

.support__caption p {
  margin: 0;
}

@media (min-width: 750px) {
  .support .text-box {
    padding: 0 50px 0 0;
  }
}

@media (min-width: 1025px) {
  .support .text-box {
    padding: 0 70px 0 0;
  }
}

.support .list-box {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 270px;
}

@media (min-width: 750px) {
  .support .list-box {
    max-width: 233px;
    padding: 5px 0 0;
  }
}

@media (min-width: 1025px) {
  .support .list-box {
    max-width: 296px;
  }
}

.support .link-list {
  max-width: 300px;
  font-family: "HCo Knockout 52";
  font-size: 14px;
  line-height: 1.94;
}

@media (min-width: 1025px) {
  .support .link-list {
    font-size: 18px;
  }
}

.support .link-list__item {
  border-bottom: 2px solid #002B49;
}

.support .link-list__item:first-child a {
  border-radius: 19px 0 0 0;
}

@media (min-width: 1025px) {
  .support .link-list__item:first-child a {
    border-radius: 24px 0 0 0;
  }
}

.support .link-list__item:last-child a {
  border-radius: 0 0 19px 0;
}

@media (min-width: 1025px) {
  .support .link-list__item:last-child a {
    border-radius: 0 0 24px 0;
  }
}

.support .link-list__item:only-child a {
  border-radius: 19px 0;
}

@media (min-width: 1025px) {
  .support .link-list__item:only-child a {
    border-radius: 24px 0;
  }
}

.support .link-list__item a {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: block;
  padding: 5px 19px 7px;
  text-decoration: none;
  text-transform: uppercase;
  color: #002B49;
  background: #E3E935;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .support .link-list__item a:hover {
    background: #88DBDF;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .support .link-list__item a:hover {
    background: #88DBDF;
  }
}

@media (min-width: 1025px) {
  .support .link-list__item a {
    padding: 8px 23px 6px;
  }
}

.support-secondary {
  padding: 31px 0 86px;
}

@media (min-width: 750px) {
  .support-secondary {
    padding: 49px 0 38px;
  }
}

@media (min-width: 1025px) {
  .support-secondary {
    padding: 48px 0 57px;
  }
}

@media (min-width: 750px) {
  .support-secondary .text-box {
    padding: 0 30px 0 0;
  }
}

@media (min-width: 1025px) {
  .support-secondary .text-box {
    padding: 0 70px 0 0;
  }
}

@media (min-width: 1025px) {
  .support-secondary .container {
    padding: 0 40px;
  }
}

.support-secondary .support__title {
  margin-bottom: 22px;
  font-family: "HCo Knockout 48";
  font-size: 43px;
  line-height: 0.98;
  letter-spacing: 1.7px;
  color: #88DBDF;
}

@media (min-width: 750px) {
  .support-secondary .support__title {
    margin-bottom: 19px;
    max-width: 100%;
    font-size: 50px;
    line-height: 0.93;
    letter-spacing: 2.5px;
  }
}

@media (min-width: 1025px) {
  .support-secondary .support__title {
    margin-bottom: 29px;
    font-size: 70px;
    line-height: 1;
    letter-spacing: 3.5px;
  }
}

@media (min-width: 1025px) {
  .support-secondary .support__caption {
    max-width: 520px;
  }
}

@media (min-width: 1025px) {
  .support-secondary .list-box {
    padding: 11px 0 0;
  }
}

.support-secondary .decoration-img__right {
  max-width: 130px;
}

@media (min-width: 750px) {
  .support-secondary .decoration-img__right {
    max-width: 106px;
  }
}

@media (min-width: 1200px) {
  .support-secondary .decoration-img__right {
    max-width: 262px;
  }
}

.community {
  padding: 40px 0 18px;
}

@media (min-width: 750px) {
  .community {
    padding: 38px 0 18px;
  }
}

@media (min-width: 1025px) {
  .community {
    padding: 66px 0 31px;
  }
}

@media (min-width: 750px) {
  .community .container {
    padding: 0 73px;
  }
}

@media (min-width: 1025px) {
  .community .container {
    padding: 0 46px;
  }
}

.community__title {
  margin: 0 0 42px;
  text-transform: uppercase;
  font-family: hellenic-wide-jf, Helvetica, Arial, sans-serif;
  font-size: 21.8px;
  font-weight: 400;
  color: #002B49;
}

@media (min-width: 750px) {
  .community__title {
    margin: 0 0 42px;
  }
}

@media (min-width: 1025px) {
  .community__title {
    margin: 0 0 73px;
    font-size: 33px;
    letter-spacing: 0;
  }
}

.community__title .marked {
  display: block;
  padding: 6px 0 0;
  font-family: "HCo Knockout 48";
  font-size: 50px;
  line-height: 0.88;
  letter-spacing: 2.5px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.8px #002B49;
}

@media (min-width: 750px) {
  .community__title .marked {
    padding: 6px 0 0;
    font-size: 60px;
    letter-spacing: 3px;
  }
}

@media (min-width: 1025px) {
  .community__title .marked {
    padding: 0;
    font-size: 110px;
    letter-spacing: 5.5px;
  }
}

@media (min-width: 750px) {
  .community-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.community-list__item {
  position: relative;
  margin: 0 0 13px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 750px) {
  .community-list__item {
    width: calc(50% - 11px);
  }
}

@media (min-width: 1025px) {
  .community-list__item {
    width: calc(50% - 15px);
  }
}

.community-list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.community .link-holder {
  padding: 3px 10px 7px;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 43, 73, 0.7);
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: "HCo Knockout 48";
  font-size: 26px;
  letter-spacing: 1.3px;
}

@media (min-width: 750px) {
  .community .link-holder {
    padding: 5px 10px 7px;
  }
}

@media (min-width: 1025px) {
  .community .link-holder {
    padding: 18px 10px 17px;
    font-size: 36px;
    letter-spacing: 1.8px;
  }
}

.community .link-holder a.item-title {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}

.community .link-holder a.item-title .icon-arrow-line {
  width: 30px;
  height: 30px;
  margin: 5px 0 -7px 9px;
  border-radius: 0 12.6px;
  font-size: 20px;
  color: #002B49;
  background: #E3E935;
}

@media (min-width: 1025px) {
  .community .link-holder a.item-title .icon-arrow-line {
    width: 44px;
    height: 44px;
    margin: 5px 0 -5px 21px;
    font-size: 26px;
    border-radius: 0 18px;
  }
}

@media (min-width: 1025px) {
  .community .link-holder a.item-title .icon-arrow-line:before {
    top: 10px;
    left: 10px;
  }
}

.community .link-holder a.item-title:hover .icon-arrow-line {
  background: #88DBDF;
}

.events-and-media {
  overflow: hidden;
  padding: 21px 0 26px;
}

@media (min-width: 750px) {
  .events-and-media {
    padding: 43px 0 66px;
  }
}

@media (min-width: 1025px) {
  .events-and-media {
    padding: 31px 0 79px;
  }
}

.events-and-media .container {
  padding: 0 50px;
}

@media (min-width: 750px) {
  .events-and-media .container {
    padding: 0 73px;
  }
}

@media (min-width: 1200px) {
  .events-and-media .container {
    padding: 0 35px;
  }
}

.events-and-media .instafeed-holder,
.events-and-media .events-holder,
.events-and-media .news-holder {
  visibility: visible !important;
}

.events-and-media .instafeed {
  padding: 0 0 30px;
}

@media (min-width: 750px) {
  .events-and-media .instafeed {
    padding: 0 0 78px;
  }
}

@media (min-width: 1025px) {
  .events-and-media .instafeed {
    padding: 0 0 80px;
  }
}

@media (min-width: 750px) {
  .events-and-media .instafeed .instagram__feed {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.events-and-media .instafeed .column__col {
  max-width: 240px;
}

@media (min-width: 750px) {
  .events-and-media .instafeed .column__col {
    margin-right: 30px;
  }
}

.events-and-media .instafeed .column__col .icon-instagram {
  width: 58px;
  height: 58px;
  font-size: 30px;
}

.events-and-media .instafeed .column__col .icon-instagram:before {
  top: 14px;
  left: 14px;
}

.events-and-media .events-box {
  padding: 0 0 30px;
}

@media (min-width: 750px) {
  .events-and-media .events-box {
    padding: 0 0 78px;
  }
}

.events-and-media .events__item {
  max-width: 240px;
}

.events-and-media .events__item--lg {
  max-width: 100%;
}

@media (min-width: 750px) {
  .events-and-media .events__item--lg {
    max-width: 292px;
  }
}

@media (min-width: 1025px) {
  .events-and-media .events__item--lg {
    max-width: 289px;
  }
}

@media (min-width: 750px) {
  .events-and-media .news-holder {
    position: relative;
    padding: 0 0 78px;
  }
}

@media screen and (min-width: 976px) {
  .events-and-media .news-holder {
    padding: 0;
  }
}

@media (min-width: 750px) {
  .events-and-media .news-box {
    position: relative;
  }
}

.events-and-media .news__item {
  max-width: 240px;
}

@media (min-width: 750px) {
  .events-and-media .news__item {
    margin-right: 30px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 976px) {
  .events-and-media .news__item {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .events-and-media .news__item {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 29px;
  }
}

@media (min-width: 1200px) {
  .events-and-media .news__item {
    max-width: 297px;
  }
}

.events-and-media .news__item--lg {
  max-width: 100%;
}

@media (min-width: 750px) {
  .events-and-media .news__item--lg {
    max-width: 290px;
  }
}

@media (min-width: 750px) {
  .events-and-media .news__item.news__links {
    margin: auto;
    position: absolute;
    bottom: -78px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 976px) {
  .events-and-media .news__item.news__links {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 1025px) {
  .events-and-media .news__item.news__links {
    max-width: 276px;
    margin-right: 0;
    margin-left: auto;
  }
}

@media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
  .events-and-media .news__item.news__links {
    height: 100%;
  }
}

.events-and-media-secondary {
  padding: 29px 0 4px;
}

@media (min-width: 750px) {
  .events-and-media-secondary {
    padding: 40px 0 11px;
  }
}

@media (min-width: 1025px) {
  .events-and-media-secondary {
    padding: 41px 0 37px;
  }
}

.events-and-media-secondary .container {
  padding: 0 25px;
}

@media (min-width: 750px) {
  .events-and-media-secondary .container {
    padding: 0 40px;
  }
}

.events-and-media-secondary .section-intro {
  margin: 0 0 28px;
}

@media (min-width: 750px) {
  .events-and-media-secondary .section-intro {
    margin: 0 0 34px;
  }
}

@media (min-width: 1025px) {
  .events-and-media-secondary .section-intro {
    margin: 0 0 37px;
  }
}

.events-and-media-secondary .events {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 967px) {
  .events-and-media-secondary .events {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.events-and-media-secondary .events-box {
  max-width: 100%;
}

@media (min-width: 750px) {
  .events-and-media-secondary .events-box {
    padding: 0 0 45px;
  }
}

@media (min-width: 1025px) {
  .events-and-media-secondary .events-box {
    padding: 0 0 70px;
  }
}

.events-and-media-secondary .events__item {
  margin: 0 0 30px 0;
}

.events-and-media-secondary .events__item:first-child {
  margin-left: 0;
}

@media (min-width: 750px) {
  .events-and-media-secondary .events__item {
    margin: 0 0 43px 5.8%;
  }
}

@media (min-width: 1025px) {
  .events-and-media-secondary .events__item {
    margin: 0 0 0 3.6%;
  }
}

.events-and-media-secondary .events__links {
  margin-bottom: 0;
}

@media (min-width: 750px) {
  .events-and-media-secondary .events__links {
    max-width: 205px;
    margin: auto 0 auto 5.8%;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@media (min-width: 1025px) {
  .events-and-media-secondary .events__links {
    max-width: 289px;
    margin: auto 0 auto 4.2%;
    -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

@media (max-width: 967px) {
  .events-and-media-secondary .events__links {
    margin: 0 auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .events-and-media-secondary .events__links .links-list {
    width: 100%;
  }
}

.events-and-media-secondary .news {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media (max-width: 967px) {
  .events-and-media-secondary .news {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (min-width: 750px) {
  .events-and-media-secondary .news {
    margin: 0 -2.8%;
  }
}

@media (min-width: 1025px) {
  .events-and-media-secondary .news {
    margin: 0 -1.8%;
  }
}

.events-and-media-secondary .news__item {
  display: block;
}

@media (min-width: 750px) {
  .events-and-media-secondary .news__item {
    margin: 0 2.8% 30px;
  }
}

@media (min-width: 1025px) {
  .events-and-media-secondary .news__item {
    margin: 0 1.8% 30px;
  }
}

.events-and-media-secondary .news-holder {
  padding: 0;
}

.events-and-media-secondary .events__item,
.events-and-media-secondary .news__item {
  position: relative;
}

.events-and-media-secondary .events__item:not(.events__links):before,
.events-and-media-secondary .news__item:not(.events__links):before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  height: 4px;
  width: 100vw;
  margin-left: -25px;
  background: url("../assets/img/dottedline-dark-blue-horizontal.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  z-index: -1;
}

@media (min-width: 750px) {
  .events-and-media-secondary .events__item:not(.events__links):before,
  .events-and-media-secondary .news__item:not(.events__links):before {
    width: calc(100vw + (100vw - 100%));
    margin-left: calc((-100vw + 100%) / 2);
  }
}

@media (min-width: 968px) {
  .events-and-media-secondary .events__item:not(:first-child):before,
  .events-and-media-secondary .news__item:not(:first-child):before {
    display: none;
  }
}

@media (min-width: 750px) and (max-width: 967px) {
  .events-and-media-secondary .events__item:nth-child(even):before,
  .events-and-media-secondary .news__item:nth-child(even):before {
    display: none;
  }
}

@media (min-width: 1025px) {
  .events-and-media-secondary .events__item:not(.events__links):before {
    -webkit-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
            transform: translateY(-9px);
  }
}

@media (min-width: 1025px) {
  .events-and-media-secondary .news__item:not(.events__links):before {
    -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
            transform: translateY(9px);
  }
}

.events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 750px) {
  .events {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.events__item--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 750px) {
  .events__item--container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media (min-width: 750px) {
  .events__item--container .events__item:nth-child(2) {
    margin-left: 5.6%;
  }
}

@media (min-width: 750px) {
  .events__item--container + .events__links {
    display: block;
  }
}

.events__item {
  display: none;
  width: 100%;
}

@media (min-width: 750px) {
  .events__item {
    margin: 0 0 0 30px;
  }
}

.events__item:nth-child(1) {
  display: block;
}

@media (min-width: 750px) {
  .events__item:nth-child(2) {
    display: block;
  }
}

@media (min-width: 1025px) {
  .events__item:nth-child(3) {
    display: block;
  }
}

@media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
  .events__item:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .events__item:nth-child(3) .links-list {
    width: 100%;
  }
}

.events__item--lg .events__link {
  padding: 23px 23px 26px;
}

@media (min-width: 750px) {
  .events__item--lg .events__link {
    padding: 27px 32px 50px 32px;
  }
}

.events__item--lg .events__date {
  margin: 0 0 11px;
  font-size: 26px;
}

@media (min-width: 750px) {
  .events__item--lg .events__date {
    margin: 0 0 4px;
    font-size: 36px;
  }
}

.events__item--lg .events__title {
  margin: 0 0 13px;
  font-size: 20px;
  line-height: 1.3;
}

@media (min-width: 750px) {
  .events__item--lg .events__title {
    margin: 0 0 22px;
    font-size: 24px;
    line-height: 1.08;
  }
}

.events__item--lg .events__details {
  font-size: 16px;
}

@media (min-width: 750px) {
  .events__item--lg .events__details {
    font-size: 18px;
  }
}

@media (min-width: 750px) {
  .events__item--lg .events__details .time {
    margin: 0 0 7px;
  }
}

.events__link {
  position: relative;
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  display: block;
  height: 100%;
  padding: 23px 23px 53px;
  border: 2px solid #0085CA;
  border-radius: 0 24px;
  text-decoration: none;
  color: #000000;
  background: #FFFFFF;
  z-index: 1;
}

@media (min-width: 750px) {
  .events__link {
    padding: 20px 26px 50px;
  }
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .events__link:hover {
    border-color: #002B49;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .events__link:hover {
    border-color: #002B49;
  }
}

.events__date {
  margin: 0 0 8px;
  font-family: "HCo Knockout 48";
  font-size: 36px;
  letter-spacing: 1.8px;
  color: #0078B6;
  text-transform: uppercase;
}

@media (min-width: 750px) {
  .events__date {
    margin: 0 0 7px;
  }
}

.events__title {
  text-transform: none;
  margin: 0 0 6px;
  font-family: "HCo Knockout 52";
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
}

@media (min-width: 750px) {
  .events__title {
    margin: 0 0 5px;
    line-height: 1.1;
  }
}

.events__details {
  font-family: "HCo Knockout 32";
  font-size: 18px;
  line-height: 1.44;
}

.events__details .time {
  margin: 0 0 2px;
}

.events__links {
  display: block;
  margin-top: 30px;
  font-family: "HCo Knockout 52";
  font-size: 14.4px;
}

@media (min-width: 750px) {
  .events__links {
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .events__links {
    font-size: 18px;
  }
}

.events__links .links-list__item {
  border-bottom: 2px solid #FFFFFF;
}

.events__links .links-list__item:first-child a {
  border-radius: 19.2px 0 0 0;
}

.events__links .links-list__item:last-child {
  border-bottom: none;
}

.events__links .links-list__item:last-child a {
  border-radius: 0 0 19.2px 0;
}

.events__links .links-list__item:only-child a {
  border-radius: 19.2px 0;
}

.events__links .links-list__item a {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: block;
  padding: 8px 19px 11px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  background: #0085CA;
}

@media (min-width: 750px) {
  .events__links .links-list__item a {
    padding: 7px 19px 11px;
  }
}

@media (min-width: 1025px) {
  .events__links .links-list__item a {
    padding: 9px 23px 13px;
  }
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .events__links .links-list__item a:hover {
    background: #002B49;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .events__links .links-list__item a:hover {
    background: #002B49;
  }
}

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 750px) {
  .news {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media (min-width: 1025px) {
  .news {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.news__item {
  display: none;
  width: 100%;
  margin: 0 0 31px;
}

.news__item:nth-child(1) {
  display: block;
}

@media (min-width: 750px) {
  .news__item:nth-child(2) {
    display: block;
  }
}

@media (min-width: 1025px) {
  .news__item:nth-child(3) {
    display: block;
  }
}

.news__item--lg .news__link {
  padding: 17px 31px 27px 23px;
}

@media (min-width: 750px) {
  .news__item--lg .news__link {
    min-height: 240px;
    padding: 17px 23px 27px;
  }
}

.news__info {
  margin-top: 9px;
  font-size: 18px;
  line-height: 1.44;
}

.news__link {
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  display: block;
  height: 100%;
  padding: 17px 21px 19px;
  text-decoration: none;
  color: #002B49;
  border-radius: 0 24px;
  border: 2px solid #88DBDF;
  background: #88DBDF;
}

@media (min-width: 750px) {
  .news__link {
    padding: 17px 21px 39px;
  }
}

@media (min-width: 1200px) {
  .news__link {
    padding: 17px 25px 111px;
  }
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .news__link:hover {
    border-color: #002B49;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news__link:hover {
    border-color: #002B49;
  }
}

.news__title {
  margin: 0;
  font-family: "HCo Knockout 48";
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.news__links {
  display: block;
  font-family: "HCo Knockout 52";
  font-size: 14.4px;
}

@media (min-width: 750px) {
  .news__links {
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .news__links {
    font-size: 18px;
  }
}

.news__links .links-list__item {
  border-bottom: 2px solid #FFFFFF;
}

.news__links .links-list__item:first-child a {
  border-radius: 19.2px 0 0 0;
}

.news__links .links-list__item:last-child {
  border-bottom: none;
}

.news__links .links-list__item:last-child a {
  border-radius: 0 0 19.2px 0;
}

.news__links .links-list__item:only-child a {
  border-radius: 19.2px 0;
}

.news__links .links-list__item a {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: block;
  padding: 8px 19px 11px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  background: #0078B6;
}

@media (min-width: 750px) {
  .news__links .links-list__item a {
    padding: 7px 19px 11px;
  }
}

@media (min-width: 1025px) {
  .news__links .links-list__item a {
    padding: 9px 23px 13px;
  }
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .news__links .links-list__item a:hover {
    background: #002B49;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news__links .links-list__item a:hover {
    background: #002B49;
  }
}

.request-info {
  position: relative;
  padding: 38px 0 0;
  background: #002B49;
  visibility: visible !important;
}

@media (min-width: 750px) {
  .request-info {
    padding: 39px 0 22px;
  }
}

@media (min-width: 1025px) {
  .request-info {
    padding: 60px 0 51px;
  }
}

.request-info .container {
  position: relative;
  padding: 0 50px;
  z-index: 3;
}

@media (min-width: 750px) {
  .request-info .container {
    padding: 0 73px;
  }
}

@media (min-width: 1025px) {
  .request-info .container {
    padding: 0 47px;
  }
}

.request-info .text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 40px;
}

@media (min-width: 750px) {
  .request-info .text-holder {
    padding: 0;
    max-width: 65%;
  }
}

.request-info__title {
  margin: 0 0 4px;
  text-transform: uppercase;
  font-family: "HCo Knockout 48";
  font-size: 50px;
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 2.5px;
  color: #FFFFFF;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.8px #FFFFFF;
}

@media (min-width: 750px) {
  .request-info__title {
    max-width: 280px;
    margin: 0 0 13px;
    font-size: 60px;
    letter-spacing: 2.8px;
  }
}

@media (min-width: 1025px) {
  .request-info__title {
    max-width: 480px;
    margin: 0 0 17px;
    font-size: 110px;
    line-height: 0.91;
    letter-spacing: 5.5px;
  }
}

.request-info__subtitle {
  margin: 0 0 24px;
  text-transform: uppercase;
  font-family: hellenic-wide-jf, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}

@media (min-width: 750px) {
  .request-info__subtitle {
    margin: 0 0 7px;
    font-size: 22px;
  }
}

@media (min-width: 1025px) {
  .request-info__subtitle {
    margin: 0 0 34px;
    font-size: 33px;
  }
}

.request-info .request-list {
  width: 155px;
  margin-left: auto;
  text-transform: uppercase;
  font-family: "HCo Knockout 52";
  font-size: 14.4px;
  font-weight: 400;
  -webkit-transform: translateX(25px);
      -ms-transform: translateX(25px);
          transform: translateX(25px);
}

@media (min-width: 750px) {
  .request-info .request-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-transform: translateX(calc(50% + 8px));
        -ms-transform: translateX(calc(50% + 8px));
            transform: translateX(calc(50% + 8px));
  }
}

@media all and (min-width: 750px) and (-ms-high-contrast: none), (min-width: 750px) and (-ms-high-contrast: active) {
  .request-info .request-list {
    -webkit-transform: translateX(72%);
        -ms-transform: translateX(72%);
            transform: translateX(72%);
  }
}

@media (min-width: 1025px) {
  .request-info .request-list {
    font-size: 18px;
    -webkit-transform: translateX(calc(50% - 11px));
        -ms-transform: translateX(calc(50% - 11px));
            transform: translateX(calc(50% - 11px));
  }
}

@media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
  .request-info .request-list {
    -webkit-transform: translateX(65%);
        -ms-transform: translateX(65%);
            transform: translateX(65%);
  }
}

.request-info .request-list__item {
  border-bottom: 2px solid #002B49;
}

@media (min-width: 750px) {
  .request-info .request-list__item {
    border-bottom: none;
    border-right: 2px solid #002B49;
  }
}

.request-info .request-list__item:first-child a {
  border-radius: 19.2px 0 0 0;
}

@media (min-width: 1025px) {
  .request-info .request-list__item:first-child a {
    border-radius: 24px 0 0 0;
  }
}

.request-info .request-list__item:last-child {
  border-bottom: none;
}

@media (min-width: 750px) {
  .request-info .request-list__item:last-child {
    border-right: none;
  }
}

.request-info .request-list__item:last-child a {
  border-radius: 0 0 19.2px 0;
}

@media (min-width: 1025px) {
  .request-info .request-list__item:last-child a {
    border-radius: 0 0 24px 0;
  }
}

.request-info .request-list__item:only-child a {
  border-radius: 19.2px 0;
}

@media (min-width: 1025px) {
  .request-info .request-list__item:only-child a {
    border-radius: 24px 0;
  }
}

.request-info .request-list__item a {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: block;
  padding: 10px 15px 8px;
  color: #002B49;
  text-decoration: none;
  background: #E3E935;
}

@media (min-width: 750px) {
  .request-info .request-list__item a {
    padding: 10px 17px 8px 15px;
  }
}

@media (min-width: 1025px) {
  .request-info .request-list__item a {
    padding: 11px 20px 11px 24px;
  }
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .request-info .request-list__item a:hover {
    background: #88DBDF;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .request-info .request-list__item a:hover {
    background: #88DBDF;
  }
}

.request-info .img-holder {
  z-index: 2;
}

@media (min-width: 750px) {
  .request-info .img-holder {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 37.7%;
  }
}

@media (min-width: 1025px) {
  .request-info .img-holder {
    width: 38.6%;
  }
}

.request-info .img-holder img {
  width: 100%;
  max-width: 1000%;
  max-height: 1000%;
}

@media (min-width: 750px) {
  .request-info .img-holder img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 101%;
    min-height: 101%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.request-info.animated .content-wrapper:before {
  opacity: 1;
}

.request-info.animated .content-wrapper:after {
  height: 100%;
}

.request-info.animated .container:before {
  width: 37px;
  height: 37px;
}

@media (min-width: 1200px) {
  .request-info.animated .container:before {
    width: 59px;
    height: 59px;
  }
}

.request-info.animated .container:after {
  width: 59px;
  height: 59px;
}

.request-info.animated .text-holder:before {
  opacity: 1;
}

.request-info.animated .text-holder:after {
  width: 100%;
}

.request-info .content-wrapper {
  position: relative;
}

.request-info .content-wrapper:before {
  -webkit-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  content: '';
  position: absolute;
  top: 15px;
  left: -31px;
  display: block;
  width: 9px;
  height: 9px;
  background: #002b49;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  opacity: 0;
}

@media (min-width: 750px) {
  .request-info .content-wrapper:before {
    top: 26px;
    left: -37px;
  }
}

@media (min-width: 1200px) {
  .request-info .content-wrapper:before {
    top: 57px;
    left: -36px;
  }
}

.request-info .content-wrapper:after {
  -webkit-transition: height 0.3s linear 0.23s;
  -o-transition: height 0.3s linear 0.23s;
  transition: height 0.3s linear 0.23s;
  content: '';
  position: absolute;
  top: 30px;
  left: -26px;
  width: 4px;
  height: 0;
  max-height: calc(100% - 157px);
  background: url("../assets/img/dots-vertical-white.png");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 3px;
}

@media (min-width: 750px) {
  .request-info .content-wrapper:after {
    top: 38px;
    left: -32px;
    max-height: calc(100% - 83px);
  }
}

@media (min-width: 1200px) {
  .request-info .content-wrapper:after {
    -webkit-transition: height 0.3s linear 0.43s;
    -o-transition: height 0.3s linear 0.43s;
    transition: height 0.3s linear 0.43s;
    top: 121px;
    left: -86px;
    max-height: calc(100% - 195px);
  }
}

.request-info .container {
  position: relative;
}

.request-info .container:before {
  -webkit-transition: height 0.15s linear 0.35s, width 0.15s linear 0.35s;
  -o-transition: height 0.15s linear 0.35s, width 0.15s linear 0.35s;
  transition: height 0.15s linear 0.35s, width 0.15s linear 0.35s;
  content: '';
  position: absolute;
  top: calc(100% - 129px);
  left: 19px;
  width: 0;
  height: 0;
  background: url("../assets/img/dottedline-corner-white-sm.png") no-repeat;
  background-position: 0 100%;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

@media (min-width: 750px) {
  .request-info .container:before {
    top: calc(100% - 49px);
    left: 36px;
  }
}

@media (min-width: 1025px) {
  .request-info .container:before {
    -webkit-transition: height 0.15s linear 0.4s, width 0.15s linear 0.4s;
    -o-transition: height 0.15s linear 0.4s, width 0.15s linear 0.4s;
    transition: height 0.15s linear 0.4s, width 0.15s linear 0.4s;
    left: 10px;
  }
}

@media (min-width: 1200px) {
  .request-info .container:before {
    -webkit-transition: height 0.15s linear 0.55s, width 0.15s linear 0.55s;
    -o-transition: height 0.15s linear 0.55s, width 0.15s linear 0.55s;
    transition: height 0.15s linear 0.55s, width 0.15s linear 0.55s;
    top: calc(100% - 79px);
    left: -44px;
    background-image: url("../assets/img/dottedline-corner.png");
  }
}

.request-info .container:after {
  -webkit-transition: width 0.15s linear 0.25s, height 0.15s linear 0.25s;
  -o-transition: width 0.15s linear 0.25s, height 0.15s linear 0.25s;
  transition: width 0.15s linear 0.25s, height 0.15s linear 0.25s;
  content: '';
  position: absolute;
  top: 61px;
  right: calc(100% - 15px);
  width: 0;
  height: 4px;
  background: url("../assets/img/dottedline-corner.png") no-repeat;
  background-position: 100% 0;
  display: none;
}

@media (min-width: 1200px) {
  .request-info .container:after {
    display: block;
  }
}

.request-info .text-holder {
  position: relative;
}

.request-info .text-holder:before {
  -webkit-transition: opacity 0.3s linear 0.65s;
  -o-transition: opacity 0.3s linear 0.65s;
  transition: opacity 0.3s linear 0.65s;
  position: absolute;
  content: '\e906';
  font-family: 'icomoon';
  font-size: 21px;
  top: calc(100% - 113px);
  left: calc(100% - 157px);
  color: #FFFFFF;
  opacity: 0;
}

@media (min-width: 750px) {
  .request-info .text-holder:before {
    top: calc(100% - 32px);
    left: calc(100% - 175px);
  }
}

@media (min-width: 1025px) {
  .request-info .text-holder:before {
    -webkit-transition: opacity 0.3s linear 0.75s;
    -o-transition: opacity 0.3s linear 0.75s;
    transition: opacity 0.3s linear 0.75s;
    top: calc(100% - 33px);
    left: calc(100% - 249px);
  }
}

@media (min-width: 1200px) {
  .request-info .text-holder:before {
    -webkit-transition: opacity 0.3s linear 0.95s;
    -o-transition: opacity 0.3s linear 0.95s;
    transition: opacity 0.3s linear 0.95s;
    top: calc(100% - 38px);
    left: calc(100% - 252px);
  }
}

.request-info .text-holder:after {
  -webkit-transition: width 0.3s linear 0.5s;
  -o-transition: width 0.3s linear 0.5s;
  transition: width 0.3s linear 0.5s;
  content: '';
  position: absolute;
  top: calc(100% - 100px);
  left: 7px;
  height: 4px;
  width: 0;
  max-width: calc(100% - 152px);
  background: url("../assets/img/dottedline-white-horizontal.png");
  background-repeat: repeat-x;
  background-position: 0 0;
}

@media (min-width: 750px) {
  .request-info .text-holder:after {
    top: calc(100% - 20px);
    left: 1px;
    max-width: calc(100% - 171px);
  }
}

@media (min-width: 1025px) {
  .request-info .text-holder:after {
    -webkit-transition: width 0.3s linear 0.6s;
    -o-transition: width 0.3s linear 0.6s;
    transition: width 0.3s linear 0.6s;
    max-width: calc(100% - 241px);
  }
}

@media (min-width: 1200px) {
  .request-info .text-holder:after {
    -webkit-transition: width 0.3s linear 0.7s;
    -o-transition: width 0.3s linear 0.7s;
    transition: width 0.3s linear 0.7s;
    top: calc(100% - 25px);
    left: -30px;
    max-width: calc(100% - 218px);
  }
}

.wysiwyg .quote {
  overflow: hidden;
  margin: 40px 0 61px;
  padding: 48px 0 80px;
  background-color: #002B49;
  color: #FFFFFF;
}

@media (min-width: 750px) {
  .wysiwyg .quote {
    margin: 81px 0 64px;
    padding: 70px 0 96px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg .quote {
    margin: 68px 0 51px;
    padding: 70px 0 80px;
  }
}

.wysiwyg .quote--full {
  width: calc(100% + (100vw - 100%));
  margin-left: calc(((-100vw + 100%) / 2));
  margin-right: calc(((-100vw + 100%) / 2));
  padding-left: calc(((100vw - 100%) / 2));
  padding-right: calc(((100vw - 100%) / 2));
  -webkit-transform: translateX(-9px);
      -ms-transform: translateX(-9px);
          transform: translateX(-9px);
}

@media (hover: none) {
  .wysiwyg .quote--full {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 750px) {
  .wysiwyg .quote--full {
    width: calc(100% + (100vw - 100% - 50px));
    margin-left: calc(((-100vw + 100% - 50px) / 2));
    margin-right: calc(((-100vw + 100% - 50px) / 2));
    padding-left: calc(((100vw - 100% - 50px) / 2));
    padding-right: calc(((100vw - 100% - 50px) / 2));
    -webkit-transform: translateX(41px);
        -ms-transform: translateX(41px);
            transform: translateX(41px);
  }
}

@media (min-width: 750px) and (hover: none) {
  .wysiwyg .quote--full {
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
  }
}

.wysiwyg .quote__content {
  position: relative;
  padding: 55px 0 40px 9.4%;
}

@media (min-width: 750px) {
  .wysiwyg .quote__content {
    padding: 67px 0 39px 11.4%;
  }
}

@media (min-width: 1025px) {
  .wysiwyg .quote__content {
    padding: 68px 0 61px 6.4%;
  }
}

.wysiwyg .quote__copy {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 0 0 32px;
  max-width: 90%;
  font-family: superclarendon, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.46;
}

@media (min-width: 750px) {
  .wysiwyg .quote__copy {
    padding: 0 28px;
    font-size: 24px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg .quote__copy {
    max-width: 100%;
    padding: 0 32px;
  }
}

.wysiwyg .quote__copy:before, .wysiwyg .quote__copy:after {
  content: '';
  position: absolute;
  display: inline-block;
  background: url("../assets/img/quote-mark-lightblue.png") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

@media (min-width: 750px) {
  .wysiwyg .quote__copy:before, .wysiwyg .quote__copy:after {
    width: 20px;
    height: 20px;
  }
}

.wysiwyg .quote__copy:before {
  top: 5px;
  left: 5px;
}

@media (min-width: 750px) {
  .wysiwyg .quote__copy:before {
    top: 6px;
    left: 0px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg .quote__copy:before {
    top: 7px;
  }
}

.wysiwyg .quote__copy:after {
  position: static;
  margin-left: 10px;
  margin-right: -16px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (min-width: 750px) {
  .wysiwyg .quote__copy:after {
    margin-right: -20px;
  }
}

.wysiwyg .quote__footer {
  position: absolute;
  padding-left: 20px;
  bottom: -28px;
  left: 20.2%;
  max-width: 220px;
  width: 100%;
}

@media (min-width: 750px) {
  .wysiwyg .quote__footer {
    left: 41.8%;
    bottom: -40px;
    max-width: 420px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg .quote__footer {
    left: 40.7%;
    bottom: -35px;
  }
}

.wysiwyg .quote__attr {
  margin-bottom: 3px;
  font-family: "HCo Knockout 52";
  font-size: 16px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

@media (min-width: 750px) {
  .wysiwyg .quote__attr {
    font-size: 21px;
  }
}

.wysiwyg .quote__info {
  font-family: "HCo Knockout 32";
  font-size: 14px;
}

@media (min-width: 750px) {
  .wysiwyg .quote__info {
    font-size: 16px;
  }
}

.table {
  margin: 28px 0 31px;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: solid 1px #002B49;
}

@media (min-width: 750px) {
  .table {
    width: 100%;
    border-top: none;
    margin: 74px 0 46px;
  }
}

@media (min-width: 1025px) {
  .table {
    margin: 48px 0 55px;
  }
}

.table tr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.table thead {
  display: table-header-group;
}

.table thead tr th {
  background: url("../assets/img/dottedline-blue-horizontal.svg");
  background-repeat: repeat-x;
  background-size: auto 4px;
  background-position: 0 100%;
}

.table thead th {
  padding-bottom: 0;
}

@media (min-width: 750px) {
  .table thead th {
    padding-bottom: 9px;
  }
}

@media (min-width: 1025px) {
  .table thead th {
    padding-bottom: 12px;
  }
}

.table td,
.table th {
  margin: 0;
  border-collapse: separate;
  width: 100vw;
}

@media (min-width: 750px) {
  .table td:first-child,
  .table th:first-child {
    padding-left: 0;
  }
}

.table td {
  border-bottom: solid 1px #002B49;
  vertical-align: top;
}

@media (min-width: 750px) {
  .table td {
    padding: 6px 22px 10px 0;
  }
}

@media (min-width: 1025px) {
  .table td {
    font-size: 15px;
  }
}

.table td:first-child {
  position: relative;
}

@media (min-width: 750px) {
  .table td:first-child {
    position: static;
  }
}

.table td:first-child::after {
  content: '';
  position: absolute;
  background: url("../assets/img/dottedline-blue-horizontal.svg");
  background-repeat: repeat-x;
  background-size: auto 4px;
  background-position: 0 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}

@media (min-width: 750px) {
  .table td:first-child::after {
    display: none;
  }
}

@media (min-width: 750px) {
  .table td:first-child {
    max-width: 128px;
  }
}

@media (min-width: 1025px) {
  .table td:first-child {
    max-width: 150px;
  }
}

.table td:not(:first-child) span {
  padding: 14px 10px 5px 0;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "HCo Knockout 32";
  font-size: 16px;
  line-height: 1.44;
}

@media (min-width: 750px) {
  .table td:not(:first-child) span {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .table td:not(:first-child) span {
    margin-left: 0;
    font-size: 18px;
    line-height: 1.56;
  }
}

.table th,
.table td:first-child {
  background: #FFFFFF;
  text-align: left;
  font-family: "HCo Knockout 48";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #002B49;
  text-transform: uppercase;
}

@media (min-width: 750px) {
  .table th,
  .table td:first-child {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
}

@media (min-width: 1025px) {
  .table th,
  .table td:first-child {
    font-size: 35px;
    line-height: 0.94;
    letter-spacing: 1.75px;
  }
}

@media only screen and (max-width: 749px) {
  .table {
    overflow: hidden;
    display: block;
    width: 100%;
  }
  .table thead {
    display: none;
  }
  .table tbody {
    display: block;
    border-left: 140px solid #FFFFFF;
    float: left;
    width: 100%;
    padding: 0 1px 0 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table td,
  .table tr {
    display: block;
  }
  .table tr {
    float: left;
    width: 100%;
    background: #FFFFFF;
    clear: both;
  }
  .table td {
    padding: 0 0 0 140px;
    margin: 0 -1px 0 -141px;
    float: left;
    clear: both;
    white-space: nowrap;
    border-top: 0;
  }
  .table td:before {
    content: attr(data-label);
    padding: 9px 10px 9px 0;
    display: inline-block;
    font-family: "HCo Knockout 48";
    font-size: 21px;
    line-height: 1.44;
    letter-spacing: 1.05px;
    text-transform: uppercase;
    color: #002B49;
    width: 85px;
    vertical-align: top;
    margin: 0 0 0 -140px;
    position: relative;
    white-space: normal;
  }
  .table td:first-child {
    padding-top: 16px;
    padding-bottom: 12px;
    font-size: 21px;
  }
  .table td:last-child {
    border-bottom: 0;
  }
}

.community-participation {
  padding: 27px 0 48px;
}

@media (min-width: 750px) {
  .community-participation {
    padding: 43px 0 47px;
  }
}

@media (min-width: 1025px) {
  .community-participation {
    padding: 60px 0 57px;
  }
}

@media (min-width: 1025px) {
  .community-participation .section-intro {
    margin: 0 0 25px;
  }
}

@media (min-width: 750px) {
  .community-participation__cta-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.community-participation__cta-list .cta-btn {
  display: block;
  max-width: 100%;
  border-radius: 0;
}

@media (min-width: 750px) {
  .community-participation__cta-list .cta-btn {
    display: inline-block;
    border-radius: 19px 0;
  }
}

@media (min-width: 1025px) {
  .community-participation__cta-list .cta-btn {
    border-radius: 24px 0;
  }
}

.community-participation__cta-list .cta-btn:not(:last-child) {
  margin-bottom: 2px;
}

@media (min-width: 750px) {
  .community-participation__cta-list .cta-btn:not(:last-child) {
    margin-bottom: 0;
    margin-right: 27px;
  }
}

.community-participation__cta-list .cta-btn:first-child {
  border-radius: 19px 0 0 0;
}

@media (min-width: 750px) {
  .community-participation__cta-list .cta-btn:first-child {
    border-radius: 19px 0;
  }
}

@media (min-width: 1025px) {
  .community-participation__cta-list .cta-btn:first-child {
    border-radius: 24px 0;
  }
}

.community-participation__cta-list .cta-btn:last-child {
  border-radius: 0 0 19px 0;
}

@media (min-width: 750px) {
  .community-participation__cta-list .cta-btn:last-child {
    border-radius: 19px 0;
  }
}

@media (min-width: 1025px) {
  .community-participation__cta-list .cta-btn:last-child {
    border-radius: 24px 0;
  }
}

.community-participation .vid-inline {
  margin: 0 0 30px;
}

@media (min-width: 1025px) {
  .community-participation .vid-inline {
    margin: 0 0 35px;
  }
}

.programs-section {
  padding: 30px 0 15px;
}

@media (min-width: 750px) {
  .programs-section {
    padding: 50px 0 52px;
  }
}

@media (min-width: 1025px) {
  .programs-section {
    padding: 50px 0 49px;
  }
}

.programs-section .container {
  max-width: 100%;
}

@media (min-width: 1025px) {
  .programs-section .container {
    max-width: 1240px;
  }
}

.events-list-section {
  padding: 19px 0 14px;
}

@media (min-width: 750px) {
  .events-list-section {
    padding: 42px 0 40px;
  }
}

@media (min-width: 1025px) {
  .events-list-section {
    padding: 47px 0 67px;
  }
}

.events-list-section .error-msg {
  margin: 20px 0 0;
  padding: 30px;
  font-size: 26px;
  font-weight: 500;
  background: #ffdede;
  border: 1px solid #ffb2b2;
  border-radius: 3px;
}

.events-list-section .events-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px;
}

.events-list-section .events__item {
  display: block;
  margin: 0 20px 18px;
}

@media (min-width: 750px) {
  .events-list-section .events__item {
    max-width: 290px;
    margin: 0 20px 38px;
  }
}

@media (min-width: 1025px) {
  .events-list-section .events__item {
    max-width: 292px;
    margin: 0 17px 34px;
  }
}

@media (min-width: 750px) {
  .events-list-section .events__item .events__link {
    min-height: 292px;
    padding: 30px 32px 22px 30px;
  }
}

@media (min-width: 1025px) {
  .events-list-section .events__item .events__link {
    padding: 30px 32px 22px 33px;
  }
}

.events-list-section .events__item .events__date {
  margin: 0 0 12px;
}

@media (min-width: 750px) {
  .events-list-section .events__item .events__date {
    margin: 0 0 19px;
  }
}

@media (min-width: 750px) {
  .events-list-section .events__item .events__title {
    margin: 0 0 10px;
    line-height: 1.09;
  }
}

.events-list-section .events__item .events__details .time {
  margin: 0 0 1px;
}

.events-list-section .no-events {
  padding: 20px 0;
}

@media (min-width: 750px) {
  .events-list-section .no-events {
    padding: 0;
  }
}

.events-list-section .no-events + .pagination {
  display: none;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
}

@media (min-width: 750px) {
  .pagination {
    padding: 1px 0;
  }
}

.pagination-list, .dataTables_paginate span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3px 0 9px;
}

@media (min-width: 750px) {
  .pagination-list, .dataTables_paginate span {
    padding: 0 6px 0 9px;
  }
}

@media (min-width: 1025px) {
  .pagination-list, .dataTables_paginate span {
    padding: 0 8px 0 7px;
  }
}

.pagination-list__item, .dataTables_paginate span .paginate_button {
  margin: 0 9px 0 0;
}

@media (min-width: 750px) {
  .pagination-list__item, .dataTables_paginate span .paginate_button {
    margin: 0 4px 0 0;
  }
}

@media (min-width: 1025px) {
  .pagination-list__item, .dataTables_paginate span .paginate_button {
    margin: 0 1px 0 0;
  }
}

.pagination-list a, .dataTables_paginate span a {
  display: block;
  width: 28px;
  height: 28px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
}

.pagination-list a.current, .dataTables_paginate span a.current {
  pointer-events: none;
  background: #E3E935;
}

.pagination-list a:hover, .dataTables_paginate span a:hover {
  color: #0078B6;
}

.pagination__arrow {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.pagination__arrow.disabled {
  pointer-events: none;
  opacity: .4;
}

.pagination__arrow:hover {
  color: #0078B6;
}

.pagination__arrow span {
  display: block;
  font-size: 12px;
}

.pagination__prev .icon-arrow-fat, .pagination__prev .dataTables_paginate .previous, .dataTables_paginate .pagination__prev .previous,
.pagination__prev .dataTables_paginate .next, .dataTables_paginate .pagination__prev .next {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.news-list-section {
  padding: 38px 0 11px;
}

@media (min-width: 750px) {
  .news-list-section {
    padding: 45px 0 40px;
  }
}

@media (min-width: 1025px) {
  .news-list-section {
    padding: 45px 0 82px;
  }
}

@media (max-width: 1023px) {
  .news-list-section .genimglist__item {
    margin: 0 0 41px;
  }
}

@media (max-width: 748px) {
  .news-list-section .genimglist__item {
    margin: 0 0 31px;
  }
}

@media (max-width: 748px) {
  .news-list-section .genimglist__img {
    margin: 0 0 26px;
  }
}

@media (max-width: 1023px) {
  .news-list-section .genimglist__title h3 {
    margin: 0 0 10px;
  }
}

.program-detail {
  padding: 22px 0 48px;
}

@media (min-width: 750px) {
  .program-detail {
    padding: 29px 0 55px;
  }
}

@media (min-width: 1025px) {
  .program-detail {
    padding: 63px 0 55px;
  }
}

.profile {
  padding: 22px 0 50px;
}

@media (min-width: 750px) {
  .profile {
    padding: 25px 0 56px;
  }
}

@media (min-width: 1025px) {
  .profile {
    padding: 45px 0 28px;
  }
}

@media (min-width: 750px) {
  .profile-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 60px;
  }
}

@media (min-width: 1025px) {
  .profile-info {
    margin: 0 0 75px;
  }
}

.profile-info__image {
  margin: 0 0 20px;
  max-width: 243px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 750px) {
  .profile-info__image {
    margin: 0 55px 0 0;
  }
}

@media (min-width: 1025px) {
  .profile-info__image {
    max-width: 323px;
  }
}

.profile-info__contact {
  margin: 0 0 20px 0;
}

@supports (display: grid) {
  .profile-info__contact {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(-webkit-min-content, 67px) 15px 1fr;
    -ms-grid-columns: minmax(min-content, 67px) 15px 1fr;
    grid-template-columns: minmax(-webkit-min-content, 67px) 1fr;
    grid-template-columns: minmax(min-content, 67px) 1fr;
    row-gap: 21px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}

@media (min-width: 750px) {
  .profile-info__contact {
    margin: 0 0 31px 0;
  }
  @supports (display: grid) {
    .profile-info__contact {
      -webkit-column-gap: 45px;
         -moz-column-gap: 45px;
              column-gap: 45px;
    }
  }
}

@media (min-width: 1025px) {
  .profile-info__contact {
    margin: 0 0 37px 0;
  }
  @supports (display: grid) {
    .profile-info__contact {
      -webkit-column-gap: 31px;
         -moz-column-gap: 31px;
              column-gap: 31px;
      row-gap: 18px;
    }
  }
}

.profile-info__contact-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 750px) {
  .profile-info__contact-wrap {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    padding-top: 30px;
  }
}

.profile-info__contact-title {
  padding: 2px 0 0 0;
  text-transform: uppercase;
  font-family: "HCo Knockout 52";
  line-height: 1.38;
  letter-spacing: 0.67px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .profile-info__contact-title {
    float: left;
    width: 90px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 750px), (-ms-high-contrast: active) and (min-width: 750px) {
  .profile-info__contact-title {
    padding: 2px 15px 0 0;
    width: 112px;
  }
}

@media (min-width: 750px) {
  .profile-info__contact-title {
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  .profile-info__contact-title {
    font-size: 21px;
  }
}

.profile-info__contact-description {
  margin: 0;
  line-height: 1.75;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .profile-info__contact-description {
    margin-bottom: 18px;
    margin-left: 90px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 750px), (-ms-high-contrast: active) and (min-width: 750px) {
  .profile-info__contact-description {
    margin-left: 112px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .profile-info__contact-description:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .profile-info__contact-description {
    font-size: 18px;
  }
}

.profile-info__resume {
  margin: 0 0 61px 0;
}

@media (min-width: 750px) {
  .profile-info__resume {
    margin: 0 0 -3px 0;
  }
}

@media (min-width: 1025px) {
  .profile-info__resume {
    margin: 0 0 34px;
  }
}

.profile-info__resume .link-list {
  max-width: 167px;
  font-family: "HCo Knockout 52";
  font-size: 14px;
  line-height: 1.94;
}

@media (min-width: 1025px) {
  .profile-info__resume .link-list {
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  .profile-info__resume .link-list {
    max-width: 209px;
  }
}

.profile-info__resume .link-list__item {
  border-bottom: 2px solid #FFFFFF;
}

.profile-info__resume .link-list__item:first-child a {
  border-radius: 19px 0 0 0;
}

@media (min-width: 1025px) {
  .profile-info__resume .link-list__item:first-child a {
    border-radius: 24px 0 0 0;
  }
}

.profile-info__resume .link-list__item:last-child a {
  border-radius: 0 0 19px 0;
}

@media (min-width: 1025px) {
  .profile-info__resume .link-list__item:last-child a {
    border-radius: 0 0 24px 0;
  }
}

.profile-info__resume .link-list__item:only-child a {
  border-radius: 19px 0;
}

@media (min-width: 1025px) {
  .profile-info__resume .link-list__item:only-child a {
    border-radius: 24px 0;
  }
}

.profile-info__resume .link-list__item a {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: block;
  padding: 5px 19px 7px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #0078B6;
}

@media (hover: hover), (pointer: fine), (-moz-touch-enabled: 0) {
  .profile-info__resume .link-list__item a:hover {
    background: #002B49;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .profile-info__resume .link-list__item a:hover {
    background: #002B49;
  }
}

@media (min-width: 1025px) {
  .profile-info__resume .link-list__item a {
    padding: 8px 23px 6px;
  }
}

.profile-info__email {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.profile-info__phone {
  color: #000;
  text-decoration: none;
}

.profile-info__address {
  font-style: normal;
}

.profile-dop-info {
  margin-bottom: 51px;
}

@media (min-width: 750px) {
  .profile-dop-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 39px;
  }
}

@media (min-width: 1025px) {
  .profile-dop-info {
    margin-bottom: 43px;
  }
}

.profile-dop-info__item {
  margin-bottom: 28px;
}

@media (min-width: 750px) {
  .profile-dop-info__item {
    margin-right: 42px;
    max-width: 46%;
  }
}

@media (min-width: 1025px) {
  .profile-dop-info__item {
    margin-right: 126px;
  }
}

.profile-dop-info__item:last-child {
  margin: 0;
}

@media (min-width: 1025px) {
  .profile-dop-info__title {
    margin: 0 0 10px;
  }
}

.profile-dop-info__list ul li {
  margin-bottom: 10px;
}

.profile-dop-info__list ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .profile-content .img-inline--full {
    margin: 1.2rem 0;
  }
}

/**
 * @file
 * Faculty
 *
 * Contains styles for faculty detail and view modes.
 */
.faculty-list {
  padding: 30px 0 24px;
}

@media (min-width: 750px) {
  .faculty-list {
    padding: 38px 0 11px;
  }
}

@media (min-width: 1024px) {
  .faculty-list {
    padding: 50px 0 15px;
  }
}

@media (min-width: 1024px) {
  .faculty-list .container {
    max-width: 1240px;
  }
}

.faculty-list .heading-table {
  padding: 0 0 11px;
  background: url("../assets/img/dottedline-blue-horizontal.svg");
  background-repeat: repeat-x;
  background-size: auto 4px;
  background-position: 0 100%;
}

@media (min-width: 750px) {
  .faculty-list .heading-table {
    padding: 0 0 22px;
  }
}

@media (min-width: 1024px) {
  .faculty-list .heading-table {
    padding: 0 0 16px;
    background: none;
  }
}

.faculty-list .footer-table {
  padding: 20px 0 18px;
}

@media (min-width: 750px) {
  .faculty-list .footer-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 0 18px;
  }
}

@media (min-width: 1024px) {
  .faculty-list .footer-table {
    padding: 40px 0 18px;
  }
}

.faculty-list .footer-table .table-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 750px) {
  .faculty-list .footer-table .table-info {
    margin-left: auto;
  }
}

@media (min-width: 750px) {
  .faculty-list .toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .faculty-list .toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.faculty-list .toolbar .form__label, .faculty-list .toolbar .dataTables_filter label, .dataTables_filter .faculty-list .toolbar label {
  text-transform: capitalize;
}

.faculty-list .filter-box {
  width: 100%;
  min-width: 180px;
  margin: 0 0 15px 0;
}

@media (min-width: 750px) {
  .faculty-list .filter-box {
    margin: 0 26px 19px 0;
    max-width: 36.6%;
  }
}

@media (min-width: 1024px) {
  .faculty-list .filter-box {
    margin: 0 28px 19px 0;
    max-width: 226px;
  }
}

.faculty-list .filter-box label {
  display: block;
  margin-bottom: 8px;
}

.faculty-list .filter-box .form__control, .faculty-list .filter-box .dataTables_filter input[type='search'], .dataTables_filter .faculty-list .filter-box input[type='search'] {
  padding: 8px 35px 8px 28px;
}

.faculty-list .clear-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: 1px solid #002B49;
  width: 54px;
  height: 38px;
  background: none;
  color: #002B49;
  font-size: 20px;
  margin: 0 0 16px 0;
}

@media (min-width: 750px) {
  .faculty-list .clear-table {
    margin: 0 0 16px auto;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@media all and (min-width: 750px) and (-ms-high-contrast: none), (min-width: 750px) and (-ms-high-contrast: active) {
  .faculty-list .clear-table {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
    height: 40px;
  }
}

.dataTables_filter {
  margin: 0 0 16px 0;
  min-width: 180px;
  max-width: 100%;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media (min-width: 750px) {
  .dataTables_filter {
    max-width: 46%;
  }
}

@media (min-width: 1024px) {
  .dataTables_filter {
    margin: 0 28px 16px 0;
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.dataTables_filter input[type='search'] {
  margin-top: 8px;
  padding-right: 35px;
  padding-left: 28px;
  border-radius: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dataTables_filter input[type='search'] {
    margin-top: 9px;
    padding-top: 9px;
    min-height: 40px;
  }
}

.dataTables_filter label {
  display: block;
  position: relative;
  margin-bottom: 0;
}

.dataTables_filter label:before {
  position: absolute;
  bottom: 7px;
  right: 12px;
  font-size: 22px;
  color: #002B49;
}

.dataTables_empty {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  text-align: center;
  text-transform: none;
}

.dataTables_paginate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  padding: 0;
}

@media (min-width: 750px) {
  .dataTables_paginate {
    margin-bottom: 0;
  }
}

.dataTables_paginate .previous,
.dataTables_paginate .next {
  position: relative;
  width: 10px;
  font-size: 0;
  color: #002B49;
  text-decoration: none;
}

.dataTables_paginate .previous:before,
.dataTables_paginate .next:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  font-size: 12px;
}

.dataTables_paginate .previous.disabled,
.dataTables_paginate .next.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.dataTables_paginate .previous {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  left: 0;
}

.dataTables_length label {
  display: block;
}

.dataTables_length .table-length-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dataTables_length .table-length {
  padding: 4px 28px 4px 5px;
  width: 102px;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: normal;
  background-position: right 7px center;
}

@media (min-width: 1024px) {
  .dataTables_length .table-length {
    width: 114px;
    font-size: 18px;
  }
}

.dataTables_length .per-page {
  margin-left: 5px;
  color: #002B49;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.dataTables_info {
  margin-left: 10px;
}

@media (min-width: 750px) {
  .dataTables_info {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .dataTables_info {
    margin-left: 38px;
  }
}

.dataTables_info b {
  font-family: "HCo Knockout 52";
  font-weight: normal;
}

table.dataTable {
  width: 100% !important;
  border-collapse: collapse;
}

table.dataTable .only-lg {
  display: none;
}

@media (min-width: 1024px) {
  table.dataTable .only-lg {
    display: inline;
  }
}

table.dataTable thead {
  font-weight: bold;
  display: none;
}

@media (min-width: 1024px) {
  table.dataTable thead {
    display: table-header-group;
    background: url("../assets/img/dottedline-blue-horizontal.svg");
    background-repeat: repeat-x;
    background-size: auto 4px;
    background-position: 0 100%;
  }
}

table.dataTable thead th {
  padding: 2px 0 8px;
  white-space: nowrap;
  text-align: left;
  text-transform: uppercase;
  font-family: "HCo Knockout 28";
  font-size: 28px;
  letter-spacing: 1.4px;
  color: #002B49;
}

table.dataTable tbody tr {
  display: -ms-grid;
  display: grid;
  padding: 11px 0 20px;
  border-bottom: 1px solid #002B49;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table.dataTable tbody tr {
    display: block;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 749px), (-ms-high-contrast: active) and (min-width: 749px) {
  table.dataTable tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1024px), (-ms-high-contrast: active) and (min-width: 1024px) {
  table.dataTable tbody tr {
    display: table-row;
  }
}

table.dataTable tbody tr:first-child {
  padding: 9px 0 20px;
}

@media (min-width: 750px) {
  table.dataTable tbody tr:first-child {
    padding: 12px 0 1px;
  }
}

@media (min-width: 750px) {
  table.dataTable tbody tr {
    -ms-grid-columns: minmax(38%, -webkit-max-content) 1fr 1fr;
    -ms-grid-columns: minmax(38%, max-content) 1fr 1fr;
    grid-template-columns: minmax(38%, -webkit-max-content) 1fr 1fr;
    grid-template-columns: minmax(38%, max-content) 1fr 1fr;
    padding: 15px 0 1px;
  }
}

@media (min-width: 1024px) {
  table.dataTable tbody tr {
    display: table-row;
    padding: 0;
  }
}

table.dataTable tbody td {
  color: #002B49;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table.dataTable tbody td {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1023px), (-ms-high-contrast: active) and (max-width: 1023px) {
  table.dataTable tbody td {
    display: block;
    width: 33%;
  }
}

@media (min-width: 750px) {
  table.dataTable tbody td {
    padding: 0 15px 0 0;
  }
  table.dataTable tbody td:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}

@media (min-width: 1024px) {
  table.dataTable tbody td {
    padding: 16px 20px 15px 0;
    vertical-align: center;
  }
  table.dataTable tbody td:nth-child(1) {
    width: 24%;
  }
  table.dataTable tbody td:nth-child(2) {
    width: 19%;
  }
  table.dataTable tbody td:nth-child(3) {
    width: 18%;
  }
  table.dataTable tbody td:nth-child(4) {
    width: 19%;
  }
}

table.dataTable tbody td:last-child .row-section {
  margin-bottom: 0;
}

table.dataTable .row-section {
  margin-bottom: 17px;
}

@media (min-width: 750px) {
  table.dataTable .row-section {
    margin-bottom: 14px;
  }
}

@media (min-width: 1024px) {
  table.dataTable .row-section {
    margin-bottom: 0;
  }
}

table.dataTable .type,
table.dataTable .row-label,
table.dataTable .link-name,
table.dataTable .email,
table.dataTable .type,
table.dataTable .program,
table.dataTable .tel,
table.dataTable .location {
  display: block;
}

table.dataTable .row-label {
  font-family: "HCo Knockout 48";
  font-size: 22px;
  letter-spacing: 1.1px;
  line-height: 1.38;
  text-transform: uppercase;
}

@media (min-width: 750px) {
  table.dataTable .row-label {
    font-size: 25px;
    letter-spacing: 1.25px;
  }
}

@media (min-width: 1024px) {
  table.dataTable .row-label {
    display: none;
  }
}

table.dataTable .link-name {
  text-transform: uppercase;
  font-family: "HCo Knockout 52";
  line-height: 1.3;
  letter-spacing: 0.67px;
  color: #0078B6;
}

@media (min-width: 750px) {
  table.dataTable .link-name {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.75px;
  }
}

@media (min-width: 1024px) {
  table.dataTable .link-name {
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0.88px;
  }
}

table.dataTable .child {
  padding: 30px 0;
}

table.dataTable .child > .child {
  padding: 20px 0;
}

table.dataTable .program {
  text-decoration: none;
  line-height: 1;
  color: inherit;
}

table.dataTable .type,
table.dataTable .email,
table.dataTable .tel,
table.dataTable .location {
  line-height: 1.3;
}

table.dataTable .tel {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

table.dataTable .dtr-title {
  display: block;
  font-weight: bold;
}

/**
 * @file
 * News
 *
 * Contains styles for news and news view modes.
 */
.news-detail {
  padding: 37px 0;
}

@media (min-width: 1025px) {
  .news-detail {
    padding: 44px 0;
  }
}

.news-detail__date {
  margin-bottom: 19px;
  font-family: "HCo Knockout 52";
  line-height: 1.19;
}

/**
 * @file
 * Program
 *
 * Contains styles for programs and program view modes.
 */
@media (min-width: 1025px) {
  .program-finder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.program-controls .program--list__sort {
  display: none;
}

@media (min-width: 750px) {
  .program-controls .program--list__sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 20px;
  }
}

@media (min-width: 1025px) {
  .program-controls .program--list__sort {
    display: none;
  }
}

@media (min-width: 750px) {
  .program-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}

.program__filters {
  display: none;
  margin: 0 0 47px;
  padding-top: 6px;
}

@media (min-width: 750px) {
  .program__filters {
    margin: 0 0 16px;
    padding-top: 2px;
  }
}

@media (min-width: 1025px) {
  .program__filters {
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 28px;
    padding-top: 34px;
  }
}

.program__filters-btn {
  position: relative;
  width: 100%;
  margin-bottom: 19px;
  padding: 9px 30px;
  font-family: "HCo Knockout 32";
  font-size: 18px;
  color: #002B49;
  text-align: left;
  border: none;
  background-color: #E3E935;
}

.program__filters-btn:before {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  right: 17px;
  -webkit-transform: rotate(90deg) translateX(2px);
      -ms-transform: rotate(90deg) translateX(2px);
          transform: rotate(90deg) translateX(2px);
  font-size: 16px;
}

.program__filters-btn.open:before {
  -webkit-transform: rotate(-90deg) translateX(-2px);
      -ms-transform: rotate(-90deg) translateX(-2px);
          transform: rotate(-90deg) translateX(-2px);
}

@media (min-width: 750px) {
  .program__filters-btn {
    max-width: 226px;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .program__filters-btn {
    display: none;
  }
}

@media (min-width: 750px) {
  .program__filters-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1025px) {
  .program__filters-inner {
    display: block;
  }
}

.program__filters__fieldset {
  width: 80%;
  border: 0;
  padding: 0;
}

.program__filters__fieldset:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 750px) {
  .program__filters__fieldset:not(:last-child) {
    margin-right: 22px;
  }
}

@media (min-width: 1025px) {
  .program__filters__fieldset:not(:last-child) {
    margin-bottom: 35px;
  }
}

@media (min-width: 750px) {
  .program__filters__fieldset {
    width: 33%;
  }
}

@media (min-width: 1025px) {
  .program__filters__fieldset {
    width: 100%;
  }
}

.program__filters__fieldset legend {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "HCo Knockout 52";
  letter-spacing: 0.67px;
}

@media (min-width: 750px) {
  .program__filters__fieldset legend {
    margin-bottom: 7px;
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  .program__filters__fieldset legend {
    margin-bottom: 4px;
    letter-spacing: 0.88px;
    font-size: 21px;
  }
}

.program__filters__field.radio-holder {
  padding: 0 0 0 25px;
}

.program__filters__field.radio-holder:not(:last-child) {
  margin: 0 0 10px;
}

@media (min-width: 750px) {
  .program__filters__field.radio-holder:not(:last-child) {
    margin: 0 0 12px;
  }
}

@media (min-width: 1025px) {
  .program__filters__field.radio-holder:not(:last-child) {
    margin: 0 0 10px;
    padding: 0 0 0 25px;
  }
}

.program__filters__field .control-text {
  font-size: 16px;
  line-height: 1;
}

@media (min-width: 1025px) {
  .program__filters__field .control-text {
    font-size: 18px;
  }
}

.program__filters__field .control-text:after {
  top: 0;
  left: -24px;
  width: 13px;
  height: 13px;
}

@media (min-width: 1025px) {
  .program__filters__field .control-text:after {
    left: -27px;
    top: 3px;
  }
}

.program__filters__field .control-text:before {
  top: 3px;
  left: -21px;
  width: 9px;
  height: 9px;
}

@media (min-width: 1025px) {
  .program__filters__field .control-text:before {
    left: -24px;
    top: 6px;
  }
}

.program--list {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  width: 100%;
}

@media (min-width: 750px) {
  .program--list {
    padding-top: 14px;
  }
}

@media (min-width: 1025px) {
  .program--list {
    padding-top: 0;
  }
}

.program--list__sort {
  margin: 0 0 27px;
}

@media (min-width: 750px) {
  .program--list__sort {
    display: none;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .program--list__sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.program--list__sort .form__label, .program--list__sort .dataTables_filter label, .dataTables_filter .program--list__sort label {
  margin: 0 18px 6px 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 750px) {
  .program--list__sort .form__label, .program--list__sort .dataTables_filter label, .dataTables_filter .program--list__sort label {
    margin: 0 22px 0 0;
  }
}

.program--list__sort .form__control, .program--list__sort .dataTables_filter input[type='search'], .dataTables_filter .program--list__sort input[type='search'] {
  padding-left: 28px;
}

@media (min-width: 750px) {
  .program--list__sort .form__control, .program--list__sort .dataTables_filter input[type='search'], .dataTables_filter .program--list__sort input[type='search'] {
    max-width: 226px;
  }
}

.program--list__heading {
  margin-bottom: 13px;
  font-size: 32px;
  letter-spacing: 1.6px;
}

@media (min-width: 750px) {
  .program--list__heading {
    margin-bottom: 9px;
  }
}

@media (min-width: 1025px) {
  .program--list__heading {
    font-size: 35px;
    margin-bottom: 7px;
    letter-spacing: 1.75px;
  }
}

.program--list__items {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
}

.program--list__item {
  padding: 16px 0 17px;
  border-top: solid 1px #002B49;
}

@media (min-width: 750px) {
  .program--list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 19px 0 14px;
  }
}

@media (min-width: 1025px) {
  .program--list__item {
    padding: 16px 0 10px;
  }
}

.program--list__title {
  margin: 0 0 11px;
  letter-spacing: normal;
}

@media (min-width: 750px) {
  .program--list__title {
    max-width: calc(100% - 269px);
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media (min-width: 1025px) {
  .program--list__title {
    max-width: calc(100% - 342px);
    font-size: 25px;
    line-height: 1.4;
  }
}

.program--list__link {
  display: block;
}

@media (min-width: 1025px) {
  .program--list__link {
    padding-right: 40px;
  }
}

.program--list__cred {
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.75px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 750px) {
  .program--list__cred {
    margin: 5px 0 0 20px;
  }
}

@media (min-width: 1025px) {
  .program--list__cred {
    font-size: 21px;
    letter-spacing: 0.88px;
  }
}

.program--list__block:not(:last-child) {
  margin-bottom: 28px;
}

@media (min-width: 750px) {
  .program--list__block:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media (min-width: 1025px) {
  .program--list__block:not(:last-child) {
    margin-bottom: 19px;
  }
}

/**
 * @file
 * Print specific styliing
 */
@media print {
  * {
    background: none !important;
    color: #000 !important;
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    overflow: unset !important;
    border-color: #000 !important;
  }
  .wysiwyg ul,
  .wysiwyg ol,
  .column ul,
  .column ol {
    padding-left: 20px !important;
    margin-left: 26px !important;
  }
  .wysiwyg ul li,
  .wysiwyg ol li,
  .column ul li,
  .column ol li {
    padding: 0 !important;
  }
  .wysiwyg ul li:before,
  .wysiwyg ol li:before,
  .column ul li:before,
  .column ol li:before {
    display: none !important;
  }
  .wysiwyg ul,
  .column ul {
    list-style-type: initial !important;
  }
  .wysiwyg ol,
  .column ol {
    list-style-type: decimal !important;
  }
  figcaption:before, .vid-inline__caption:before {
    background: #000 !important;
    width: 2px;
  }
  body {
    padding-left: 0 !important;
  }
  @page {
    margin: 38pt 0;
  }
  h1, h2, h3, h4, h5, h5, h6 {
    page-break-after: avoid !important;
  }
  p,
  table,
  figure,
  img,
  .events__item,
  .news,
  .stat3up__item,
  .twitter__item,
  .twitter__body,
  .img-inline,
  .vid-inline,
  .quote__footer,
  .program-list__item,
  .main-footer,
  .events__item,
  .events__link,
  .stat3up .content-box,
  .story-display .story-display__wrap,
  .program--list__item {
    page-break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
    -moz-column-break-inside: avoid !important;
         break-inside: avoid !important;
  }
  .main-header,
  .main-footer:before,
  .breadcrumbs,
  .main-footer__bottom .link-list,
  .social-list-box,
  .alert,
  .main-nav-opener,
  .hero-section .img-holder,
  .intro-box:before,
  .container:before,
  .container:after,
  .dot-corner,
  .dot-container:before,
  .dot-line-bottom,
  .dot-line-left:before,
  .dot-line-left:after,
  .dot-line-top,
  .dotted-top-line,
  .dotted-top-line-holder,
  .dotted-side-line__mobile,
  .stories-section .img-holder,
  .cta-btn,
  .support .list-box,
  .support .decoration-img,
  .community-list__holder,
  .instafeed,
  .request-info,
  .links-list,
  .events-wrapper:before,
  .events-wrapper:after,
  .events:before,
  .events-box:before,
  .events-box:after,
  .events__item:before,
  .events__item,
  .events__links,
  .news:before,
  .news:after,
  .news-holder:before,
  .news__item.news__links,
  .news__item:before,
  .news__item:after,
  .news__link:before,
  .icon-arrow-line,
  .accordion__top,
  .accordion__all,
  .carousel .slick-dots,
  .slick-arrow,
  .stat3up__cta,
  .section__cta,
  .stories-holder .stories-section.stories-section__full,
  .form,
  form,
  .table td:first-child::after,
  .popup-play-btn,
  .program__filters,
  .program-controls,
  .program--list__sort,
  .pagination,
  .heading-table,
  .footer-table,
  .profile-info__resume,
  .slick-cloned {
    display: none !important;
  }
  #main {
    padding-top: 0 !important;
  }
  .section,
  .wysiwyg,
  .support,
  .events-list-section,
  .news-list-section,
  .faculty-list,
  .profile {
    padding: 0 0 50px !important;
  }
  .community {
    padding: 0 0 30px !important;
  }
  .container {
    padding: 0 40px !important;
    max-width: 100% !important;
  }
  .page-title,
  .stories-intro__title,
  .support__title,
  .support__subtitle,
  .section-intro__title,
  .stories-section__subtitle {
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
  }
  .page-title,
  .support__subtitle,
  .marked {
    -webkit-text-fill-color: unset !important;
    -webkit-text-stroke: unset !important;
    color: #000 !important;
  }
  .hero-section {
    color: #000 !important;
    padding-top: 0 !important;
  }
  .hero-section .intro-box {
    padding: 0 !important;
    min-height: auto !important;
  }
  .hero-section .hero-inner {
    margin: 0 0 30px;
  }
  .hero-section .text-holder {
    padding: 0 !important;
  }
  .hero-section .hero-footer {
    padding: 0 !important;
  }
  .hero-section .hero-footer-col {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .hero-section .hero-footer-col-left,
  .hero-section .hero-inner {
    padding-left: 0;
  }
  .hero-section-fourthly .page-title {
    margin-bottom: 0 !important;
  }
  .stories-holder {
    display: block !important;
  }
  .stories-holder .stories-intro {
    padding: 0 !important;
  }
  .stories-holder .stories-section {
    display: block !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
    min-height: auto !important;
  }
  .stories-holder .stories-section:last-child {
    margin-bottom: 0 !important;
  }
  .stories-holder .stories-section .quote__details {
    padding-left: 20px !important;
  }
  .stories-holder .stories-section .quote__text {
    margin: 0 0 12px !important;
  }
  .stories-holder .stories-section .quote__text p {
    display: block !important;
    position: relative !important;
  }
  .stories-holder .stories-section .quote__text p:before {
    content: '"' !important;
    font-family: superclarendon, Helvetica, Arial, sans-serif !important;
    position: static !important;
    margin: 0 !important;
    width: 26px;
    background: none !important;
    font-size: 30px !important;
  }
  .stories-holder .text-box {
    text-align: left !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .stories-holder .quote {
    margin: 0 !important;
  }
  .stories-holder .quote__details {
    margin: 0 !important;
  }
  .support .text-box {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .support .support__caption {
    max-width: 100% !important;
  }
  .support .support__title {
    margin-bottom: 0 !important;
  }
  .faculty-list th {
    padding: 0 !important;
    font-size: 20px !important;
  }
  .faculty-list td {
    padding: 10px 12px 10px 0 !important;
    font-size: 14px !important;
    width: auto !important;
  }
  .faculty-list .link-name {
    font-size: inherit !important;
  }
  .quote__copy:before {
    content: '"' !important;
    background: none !important;
    font-size: 30px !important;
    top: 0 !important;
  }
  .quote__copy:after {
    content: close-quote !important;
    position: absolute !important;
    background: none !important;
    font-size: 30px !important;
    -webkit-transform: scaleX(1) !important;
        -ms-transform: scaleX(1) !important;
            transform: scaleX(1) !important;
    bottom: 14px !important;
  }
  .quote__footer {
    max-width: 100% !important;
  }
  .program-detail,
  .news-detail {
    padding: 0 !important;
  }
  .community__title {
    margin: 0;
  }
  .events-and-media {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }
  .events-and-media .news-holder {
    padding: 0 !important;
  }
  .events-and-media .events-box {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .events-and-media .news {
    margin: 0 !important;
  }
  .events,
  .news,
  .column--three,
  .events-list {
    display: block !important;
  }
  .stat3up .column--three {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .stat3up .stat3up__item {
    display: inline-block !important;
    max-width: 30% !important;
  }
  .stat3up .stat3up__number {
    font-size: 96px !important;
  }
  .events__item,
  .news__item,
  .twitter__item {
    width: 100% !important;
    max-width: 44% !important;
    display: inline-block !important;
    margin: 0 30px 30px 0 !important;
    vertical-align: top;
  }
  .events-list {
    margin: 0 !important;
  }
  .events__link {
    min-height: 265px !important;
  }
  .main-footer {
    padding: 0 !important;
  }
  .main-footer .container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .main-footer .address-holder {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 0 24px;
  }
  .main-footer .address__item {
    display: inline-block !important;
    margin: 0 45px 0 0 !important;
  }
  .main-footer .logo-holder {
    margin: 0 50px 24px 0 !important;
  }
  .main-footer .main-footer__bottom {
    padding: 0 !important;
  }
  .accordion__content {
    display: block !important;
  }
  .accordion__toggle,
  .accordion__content {
    padding: 0 0 20px !important;
  }
  .accordion__toggle p,
  .accordion__content p {
    margin: 0 0 20px !important;
  }
  .accordion__toggle p:last-of-type,
  .accordion__content p:last-of-type {
    margin: 0 !important;
  }
  .accordion__item {
    margin: 0 !important;
  }
  .slick-track {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    width: 100% !important;
  }
  .carousel__caption {
    margin: 0 !important;
    padding: 0 !important;
  }
  .carousel__img {
    margin: 0 0 15px !important;
  }
  .carousel__img img {
    opacity: 1 !important;
  }
  .slick-slide {
    margin-bottom: 30px;
  }
  .slick-slide:last-of-type {
    margin-bottom: 0 !important;
  }
  .program-list__item {
    border-radius: 0 !important;
  }
  .story-display__img {
    max-width: 250px !important;
  }
  .stat3up .column--three {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    padding: 0 !important;
  }
  .carousel__item {
    display: block !important;
  }
  .column__col {
    display: block !important;
    vertical-align: top !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
  }
  .column__col:last-child {
    margin-bottom: 0 !important;
  }
  .twitter__feed .column__col {
    display: inline-block !important;
  }
  .column--two {
    display: block !important;
    width: 100% !important;
  }
  .column--two .column__col {
    width: 100% !important;
  }
  .column--two .column__col:last-child {
    margin-bottom: 0;
  }
  .column--two .column__col ul {
    padding-bottom: 0;
  }
  .column__img,
  .genimglist__img,
  .carousel__img,
  .img-inline--full img,
  .vid-inline--full img {
    max-width: 400px !important;
  }
  .img-inline--full,
  .vid-inline--full {
    margin: 30px 0 !important;
  }
  .img-inline--full:only-child, .img-inline--full:last-child,
  .vid-inline--full:only-child,
  .vid-inline--full:last-child {
    margin-bottom: 0 !important;
  }
  .wysiwyg .quote {
    padding: 30px 0 !important;
    min-height: auto !important;
  }
  .wysiwyg .quote--full {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .wysiwyg .quote__content {
    padding: 0 !important;
  }
  .wysiwyg .quote__footer {
    position: static !important;
    padding-left: 35px;
  }
  .img-inline--float {
    float: none !important;
    margin: 0 0 2rem !important;
  }
  .table td span {
    display: inline-block !important;
    padding: 14px 10px 5px 0 !important;
  }
  .section-intro {
    margin: 0 0 30px !important;
  }
  .section-intro:only-child {
    margin: 0;
  }
  .gen2col-footer {
    margin: 0;
    padding: 30px 0 0;
  }
  table.dataTable thead {
    display: table-header-group !important;
  }
  table.dataTable tbody tr {
    display: table-row !important;
  }
  table.dataTable .row-label {
    display: none !important;
  }
  .profile-info,
  .profile-dop-info {
    margin: 0 0 30px !important;
  }
}

/**
 * @file
 * Slick
 *
 * Slick carousel styles.
 */
.slick {
  position: relative;
}

.slick-slide {
  position: relative;
}

.slick-dots {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  height: 40px;
  width: 40px;
  padding: 0;
}

.slick-dots button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  height: 0.5rem;
  width: 0.5rem;
  background: #000000;
  border: 0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

li:not(.slick-active) button:after {
  background: rgba(0, 0, 0, 0.5);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  height: 40px;
  width: 40px;
  padding: 0;
  z-index: 5;
}

.slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  height: 0.75rem;
  width: 0.75rem;
  background: #000000;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-arrow.slick-disabled:after {
  background: rgba(0, 0, 0, 0.5);
}

.slick-next {
  right: 0;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 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);
    -webkit-transform: translateZ(0);
    transform: translateZ(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);
    transform: translate3d(0, -30px, 0);
  }
  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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 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);
    -webkit-transform: translateZ(0);
    transform: translateZ(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);
    transform: translate3d(0, -30px, 0);
  }
  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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

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

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

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

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

.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: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-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);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(1);
  }
}

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 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);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInDown {
  0%, 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);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 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);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInLeft {
  0%, 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);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 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);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%, 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);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 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);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%, 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);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

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

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

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

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

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

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

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

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

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

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

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

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

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

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

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

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

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

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

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

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

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

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

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

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

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

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

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

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

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

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

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

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes lightSpeedIn {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

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

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

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -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-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -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;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  0% {
    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 {
  0% {
    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);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

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

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

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

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

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

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

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

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    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 {
  0% {
    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);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    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 {
  0% {
    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);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    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 {
  0% {
    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);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    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 {
  0% {
    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);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    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 {
  0% {
    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;
  }
}

.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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-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);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@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);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-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);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@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);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

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

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

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

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

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

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

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

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

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

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

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

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

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

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

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

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

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

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

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

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

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

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
       transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

/*# sourceMappingURL=maps/main.css.map */
