/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    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;
    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;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    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);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(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 {
    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;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @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;
    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;
    box-shadow: inset 0 0 6px rgba(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, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .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);
    }
}@charset "UTF-8";

@font-face {
  font-family: 'Knockout';
  src: url(/wp-content/themes/uncommon-region-theme/dist/fonts/Knockout-HTF49-Liteweight.woff2) format("woff2"), url(/wp-content/themes/uncommon-region-theme/dist/fonts/Knockout-HTF49-Liteweight.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Knockout';
  src: url(/wp-content/themes/uncommon-region-theme/dist/fonts/Knockout-HTF69-FullLiteweight.woff2) format("woff2"), url(/wp-content/themes/uncommon-region-theme/dist/fonts/Knockout-HTF69-FullLiteweight.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ITCFranklinGothicStdCd';
  src: url(/wp-content/themes/uncommon-region-theme/dist/fonts/ITCFranklinGothicStd-MdCd.woff2) format("woff2"), url(/wp-content/themes/uncommon-region-theme/dist/fonts/ITCFranklinGothicStd-MdCd.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ITCFranklinGothicStd';
  src: url(/wp-content/themes/uncommon-region-theme/dist/fonts/ITCFranklinGothicStd-Book.woff2) format("woff2"), url(/wp-content/themes/uncommon-region-theme/dist/fonts/ITCFranklinGothicStd-Book.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ITCFranklinGothicStd';
  src: url(/wp-content/themes/uncommon-region-theme/dist/fonts/ITCFranklinGothicStd-BookIt.woff2) format("woff2"), url(/wp-content/themes/uncommon-region-theme/dist/fonts/ITCFranklinGothicStd-BookIt.woff) format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'ITCFranklinGothicStd';
  src: url(/wp-content/themes/uncommon-region-theme/dist/fonts/ITCFranklinGothicStd-Demi.woff2) format("woff2"), url(/wp-content/themes/uncommon-region-theme/dist/fonts/ITCFranklinGothicStd-Demi.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

/** Colours */

/** Typography */

/** Sizing */

/** Forms */

/* Animations */

/** Import everything from autoload */

/*
 * Calling only what we need from bootstrap to keep it lean!
 */

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

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

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "ITCFranklinGothicStdCd", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #333743;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #333743;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #121318;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1rem;
  font-family: "Knockout", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
}

h1,
.h1 {
  font-size: 5rem;
}

h2,
.h2 {
  font-size: 4.3rem;
}

h3,
.h3 {
  font-size: 3.2rem;
}

h4,
.h4 {
  font-size: 2rem;
}

h5,
.h5 {
  font-size: 1.33rem;
}

h6,
.h6 {
  font-size: 1.11em;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 40px;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid,
.wp-caption img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure,
.wp-caption {
  display: inline-block;
}

.figure-img,
.wp-caption img {
  margin-bottom: 20px;
  line-height: 1;
}

.figure-caption,
.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #333743;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #333743 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1d1f26 !important;
}

.bg-secondary {
  background-color: #ffb500 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #cc9100 !important;
}

.bg-success {
  background-color: #329f5b !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #267845 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffb500 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cc9100 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #919191 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #787878 !important;
}

.bg-dark {
  background-color: #333743 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d1f26 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #333743 !important;
}

.border-secondary {
  border-color: #ffb500 !important;
}

.border-success {
  border-color: #329f5b !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffb500 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #919191 !important;
}

.border-dark {
  border-color: #333743 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 10px !important;
}

.mt-1,
.my-1 {
  margin-top: 10px !important;
}

.mr-1,
.mx-1 {
  margin-right: 10px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
  margin-left: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.mt-2,
.my-2 {
  margin-top: 20px !important;
}

.mr-2,
.mx-2 {
  margin-right: 20px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
  margin-left: 20px !important;
}

.m-3 {
  margin: 40px !important;
}

.mt-3,
.my-3 {
  margin-top: 40px !important;
}

.mr-3,
.mx-3 {
  margin-right: 40px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 40px !important;
}

.ml-3,
.mx-3 {
  margin-left: 40px !important;
}

.m-4 {
  margin: 60px !important;
}

.mt-4,
.my-4 {
  margin-top: 60px !important;
}

.mr-4,
.mx-4 {
  margin-right: 60px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 60px !important;
}

.ml-4,
.mx-4 {
  margin-left: 60px !important;
}

.m-5 {
  margin: 120px !important;
}

.mt-5,
.my-5 {
  margin-top: 120px !important;
}

.mr-5,
.mx-5 {
  margin-right: 120px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 120px !important;
}

.ml-5,
.mx-5 {
  margin-left: 120px !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 10px !important;
}

.pt-1,
.py-1 {
  padding-top: 10px !important;
}

.pr-1,
.px-1 {
  padding-right: 10px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 10px !important;
}

.pl-1,
.px-1 {
  padding-left: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.pt-2,
.py-2 {
  padding-top: 20px !important;
}

.pr-2,
.px-2 {
  padding-right: 20px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 20px !important;
}

.pl-2,
.px-2 {
  padding-left: 20px !important;
}

.p-3 {
  padding: 40px !important;
}

.pt-3,
.py-3 {
  padding-top: 40px !important;
}

.pr-3,
.px-3 {
  padding-right: 40px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 40px !important;
}

.pl-3,
.px-3 {
  padding-left: 40px !important;
}

.p-4 {
  padding: 60px !important;
}

.pt-4,
.py-4 {
  padding-top: 60px !important;
}

.pr-4,
.px-4 {
  padding-right: 60px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 60px !important;
}

.pl-4,
.px-4 {
  padding-left: 60px !important;
}

.p-5 {
  padding: 120px !important;
}

.pt-5,
.py-5 {
  padding-top: 120px !important;
}

.pr-5,
.px-5 {
  padding-right: 120px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 120px !important;
}

.pl-5,
.px-5 {
  padding-left: 120px !important;
}

.m-n1 {
  margin: -10px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -10px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -10px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -10px !important;
}

.m-n2 {
  margin: -20px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -20px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -20px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -20px !important;
}

.m-n3 {
  margin: -40px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -40px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -40px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -40px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -40px !important;
}

.m-n4 {
  margin: -60px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -60px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -60px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -60px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -60px !important;
}

.m-n5 {
  margin: -120px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -120px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -120px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -120px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -120px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 10px !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important;
  }

  .m-sm-2 {
    margin: 20px !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important;
  }

  .m-sm-3 {
    margin: 40px !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 40px !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 40px !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 40px !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 40px !important;
  }

  .m-sm-4 {
    margin: 60px !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 60px !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 60px !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 60px !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 60px !important;
  }

  .m-sm-5 {
    margin: 120px !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 120px !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 120px !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 120px !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 120px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 10px !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 10px !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 10px !important;
  }

  .p-sm-2 {
    padding: 20px !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 20px !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 20px !important;
  }

  .p-sm-3 {
    padding: 40px !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 40px !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 40px !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 40px !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 40px !important;
  }

  .p-sm-4 {
    padding: 60px !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 60px !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 60px !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 60px !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 60px !important;
  }

  .p-sm-5 {
    padding: 120px !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 120px !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 120px !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 120px !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 120px !important;
  }

  .m-sm-n1 {
    margin: -10px !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -10px !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -10px !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -10px !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -10px !important;
  }

  .m-sm-n2 {
    margin: -20px !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -20px !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -20px !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -20px !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -20px !important;
  }

  .m-sm-n3 {
    margin: -40px !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -40px !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -40px !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -40px !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -40px !important;
  }

  .m-sm-n4 {
    margin: -60px !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -60px !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -60px !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -60px !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -60px !important;
  }

  .m-sm-n5 {
    margin: -120px !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -120px !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -120px !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -120px !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -120px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 10px !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important;
  }

  .m-md-2 {
    margin: 20px !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important;
  }

  .m-md-3 {
    margin: 40px !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 40px !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 40px !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 40px !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 40px !important;
  }

  .m-md-4 {
    margin: 60px !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 60px !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 60px !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 60px !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 60px !important;
  }

  .m-md-5 {
    margin: 120px !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 120px !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 120px !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 120px !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 120px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 10px !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important;
  }

  .p-md-2 {
    padding: 20px !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important;
  }

  .p-md-3 {
    padding: 40px !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 40px !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 40px !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 40px !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 40px !important;
  }

  .p-md-4 {
    padding: 60px !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 60px !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 60px !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 60px !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 60px !important;
  }

  .p-md-5 {
    padding: 120px !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 120px !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 120px !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 120px !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 120px !important;
  }

  .m-md-n1 {
    margin: -10px !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -10px !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -10px !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -10px !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -10px !important;
  }

  .m-md-n2 {
    margin: -20px !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -20px !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -20px !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -20px !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -20px !important;
  }

  .m-md-n3 {
    margin: -40px !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -40px !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -40px !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -40px !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -40px !important;
  }

  .m-md-n4 {
    margin: -60px !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -60px !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -60px !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -60px !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -60px !important;
  }

  .m-md-n5 {
    margin: -120px !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -120px !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -120px !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -120px !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -120px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 10px !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important;
  }

  .m-lg-2 {
    margin: 20px !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important;
  }

  .m-lg-3 {
    margin: 40px !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 40px !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 40px !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 40px !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 40px !important;
  }

  .m-lg-4 {
    margin: 60px !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 60px !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 60px !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 60px !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 60px !important;
  }

  .m-lg-5 {
    margin: 120px !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 120px !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 120px !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 120px !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 120px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 10px !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important;
  }

  .p-lg-2 {
    padding: 20px !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important;
  }

  .p-lg-3 {
    padding: 40px !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 40px !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 40px !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 40px !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 40px !important;
  }

  .p-lg-4 {
    padding: 60px !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 60px !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 60px !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 60px !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 60px !important;
  }

  .p-lg-5 {
    padding: 120px !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 120px !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 120px !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 120px !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 120px !important;
  }

  .m-lg-n1 {
    margin: -10px !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -10px !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -10px !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -10px !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -10px !important;
  }

  .m-lg-n2 {
    margin: -20px !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -20px !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -20px !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -20px !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -20px !important;
  }

  .m-lg-n3 {
    margin: -40px !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -40px !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -40px !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -40px !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -40px !important;
  }

  .m-lg-n4 {
    margin: -60px !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -60px !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -60px !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -60px !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -60px !important;
  }

  .m-lg-n5 {
    margin: -120px !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -120px !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -120px !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -120px !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -120px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 10px !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 10px !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 10px !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 10px !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 10px !important;
  }

  .m-xl-2 {
    margin: 20px !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 20px !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 20px !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 20px !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 20px !important;
  }

  .m-xl-3 {
    margin: 40px !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 40px !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 40px !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 40px !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 40px !important;
  }

  .m-xl-4 {
    margin: 60px !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 60px !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 60px !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 60px !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 60px !important;
  }

  .m-xl-5 {
    margin: 120px !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 120px !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 120px !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 120px !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 120px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 10px !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 10px !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 10px !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 10px !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 10px !important;
  }

  .p-xl-2 {
    padding: 20px !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 20px !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 20px !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 20px !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 20px !important;
  }

  .p-xl-3 {
    padding: 40px !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 40px !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 40px !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 40px !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 40px !important;
  }

  .p-xl-4 {
    padding: 60px !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 60px !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 60px !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 60px !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 60px !important;
  }

  .p-xl-5 {
    padding: 120px !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 120px !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 120px !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 120px !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 120px !important;
  }

  .m-xl-n1 {
    margin: -10px !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -10px !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -10px !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -10px !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -10px !important;
  }

  .m-xl-n2 {
    margin: -20px !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -20px !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -20px !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -20px !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -20px !important;
  }

  .m-xl-n3 {
    margin: -40px !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -40px !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -40px !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -40px !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -40px !important;
  }

  .m-xl-n4 {
    margin: -60px !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -60px !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -60px !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -60px !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -60px !important;
  }

  .m-xl-n5 {
    margin: -120px !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -120px !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -120px !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -120px !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -120px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #333743 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #121318 !important;
}

.text-secondary {
  color: #ffb500 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #b37f00 !important;
}

.text-success {
  color: #329f5b !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #20653a !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffb500 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #b37f00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #919191 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #6b6b6b !important;
}

.text-dark {
  color: #333743 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121318 !important;
}

.text-body {
  color: #333743 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/**
 *
 * Mixins
 *
 */

/* Base Typography Styles */

html {
  font-size: 16px;
}

@media (min-width: 576px) {
  html {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1px;
}

h1 sup,
h2 sup,
h3 sup,
h4 sup,
h5 sup,
h6 sup {
  font-size: 0.5em;
  top: -0.75em;
}

h1,
h2 {
  color: #fff;
  font-weight: bold;
}

h5,
h6 {
  color: #fff;
}

.fade-box h5,
.fade-box
  h6 {
  color: #fff;
}

h6 {
  text-transform: uppercase;
}

.h7 {
  font-size: 0.7rem;
}

.subtitle {
  color: #333743;
}

.brief-content h1,
.brief-content h2,
.brief-content h3,
.brief-content h4,
.brief-content h5,
.brief-content h6,
.brief-content p {
  margin-bottom: 1rem;
}

.brief-content p,
.brief-content li {
  font-size: 1.11em;
  letter-spacing: 0.25px;
}

.brief-content :last-child {
  margin-bottom: 0;
}

.text-content p {
  margin-bottom: 1.5rem;
}

.text-content p:last-child {
  margin-bottom: 0;
}

.text-content p,
.text-content li {
  font-family: "ITCFranklinGothicStd", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  line-height: 1;
  color: #333743;
}

.text-content h1:first-child,
.text-content h2:first-child,
.text-content h3:first-child,
.text-content h4:first-child,
.text-content h5:first-child,
.text-content h6:first-child {
  margin-top: 0;
}

.text-content a:not(.btn) {
  text-decoration: underline;
  -webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.text-content a:not(.btn):hover {
  color: #333743;
}

.text-content li {
  margin-bottom: 1em;
}

.text-content .figure-img,
.text-content .wp-caption img,
.wp-caption .text-content img,
.text-content .wp-caption img {
  margin: 0;
  display: block;
}

.text-content figure {
  position: relative;
  margin-bottom: calc(1em + 20px);
}

.text-content figcaption {
  background: rgba(51, 55, 67, 0.75);
  border-top: 3px solid #ffb500;
  padding: 20px;
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.text-content blockquote {
  border-top: 2px solid #333743;
  padding-top: 20px;
  margin-bottom: 2rem;
}

.text-content blockquote p {
  font-style: italic;
  font-size: 1.33rem;
}

.text-content blockquote cite {
  font-family: "Knockout", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  color: #333743;
  display: block;
  font-size: 0.89rem;
  font-style: normal;
  margin-top: 5px;
  text-transform: uppercase;
}

.text-content .table-scroll {
  position: relative;
  overflow: hidden;
}

@media (max-width: 640px) {
  .text-content .table-scroll::before {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 10px;
    -webkit-box-shadow: -10px 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: -10px 0 20px 0 rgba(0, 0, 0, 0.1);
  }
}

.text-content .table-scroll table {
  display: inline-block;
  width: 100%;
  overflow-x: auto;
}

.text-content table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eee;
  border: none;
  margin: 0;
}

.text-content table tr {
  border: none;
}

.text-content table th,
.text-content table td {
  border: 1px solid #eee;
  padding: 14px 14px 6px;
}

.text-content table th {
  background: #f2f2f2;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 10px;
  font-family: "Knockout", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
}

.text-content table .min {
  min-width: 120px;
}

.text-content table tr:nth-child(even) td {
  background: #f9f9f9;
}

.text-content img {
  max-width: 100%;
  height: auto;
}

.text-content .alignnone {
  margin: 2rem 0;
}

.text-content .aligncenter {
  display: block;
  margin: 2rem auto;
}

.text-content .alignleft,
.text-content .alignright {
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .text-content .alignleft {
    float: left;
    margin-right: 2rem;
  }

  .text-content .alignright {
    float: right;
    margin-left: 2rem;
  }
}

.text-content p:last-child img {
  margin-bottom: 0;
}

#password_protect p {
  font-family: 'Knockout', sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
}

@media (max-width: 767.98px) {
  #password_protect label {
    width: 100%;
  }
}

#password_protect input[name="post_password"] {
  border: 1px solid rgba(51, 55, 67, 0.75);
  padding: 0 5px;
}

@media (max-width: 767.98px) {
  #password_protect input[name="post_password"] {
    width: 100%;
  }
}

#password_protect input[type='submit'] {
  display: inline-block;
  text-decoration: none;
  font-family: "Knockout", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  border-radius: 0;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 0 30px;
  border: 3px solid #ffb500;
  color: #333743;
}

@media (max-width: 767.98px) {
  #password_protect input[type='submit'] {
    width: 100%;
  }
}

#password_protect input[type='submit']:hover {
  text-decoration: none;
}

/**
 *
 * Icons
 *
 * basic icon fonts
 *
 */

@font-face {
  font-family: "uncommon-icons";
  src: url(/wp-content/themes/uncommon-region-theme/dist/fonts/uncommon-icons.eot);
  src: url(/wp-content/themes/uncommon-region-theme/dist/fonts/uncommon-icons.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]::before,
[class*=" icon-"]::before,
[data-icon]::before {
  font-family: "uncommon-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-link::before {
  content: "\E913";
}

.icon-open::before {
  content: "\E905";
}

.icon-external::before {
  content: "\E914";
}

.icon-arrow-right::before {
  content: "\E906";
}

.icon-arrow-down::before {
  content: "\E904";
}

.icon-play::before {
  content: "\E911";
}

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

.icon-facebook::before {
  content: "\E90D";
}

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

.icon-instagram::before {
  content: "\E901";
}

.icon-vimeo::before {
  content: "\E90E";
}

.icon-close::before {
  content: "\E900";
}

.icon-map::before {
  content: "\E908";
}

.icon-address::before {
  content: "\E90A";
}

.icon-angle-up::before {
  content: "\F106";
}

.icon-angle-down::before {
  content: "\F107";
}

.icon-angle-left::before {
  content: "\F104";
}

.icon-angle-right::before {
  content: "\F105";
}

.icon-phone::before {
  content: "\E910";
}

.icon-envelope::before {
  content: "\E90F";
}

body {
  background: #333743;
}

:focus,
button:focus {
  outline: #00dcff auto 5px;
}

.skipto {
  position: absolute;
  left: -9999px;
  top: 0;
  padding: 10px 10px 5px;
  background: #ffb500;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

.skipto:focus {
  overflow: visible;
  width: auto;
  height: auto;
  left: 0;
  z-index: 1000;
  -webkit-box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.main {
  padding-top: 66px;
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
}

@media (max-width: 991.98px) {
  .main {
    padding-top: 60px;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 576px) {
  .container--sm,
  .max-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container--md,
  .max-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container--lg,
  .max-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container--xl,
  .max-xl {
    max-width: 1140px;
  }
}

.fade-box {
  background: rgba(51, 55, 67, 0.75);
  border-top: 3px solid #333743;
  padding: 20px;
  color: #fff;
  height: 100%;
}

.fade-box h5 {
  color: #fff;
}

.grid--rows {
  margin: -20px;
}

.grid--rows > .col,
.grid--rows > [class*="col-"] {
  padding: 20px;
}

.row--less {
  margin: -10px;
}

.row--less > .col,
.row--less > [class*='col-'] {
  padding: 10px;
}

.row--extra {
  margin: -40px;
}

.row--extra > .col,
.row--extra > [class*='col-'] {
  padding: 40px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

#__bs_notify__ {
  opacity: 0.4 !important;
  top: auto !important;
  bottom: 0 !important;
}

/*
 * In-view animation styles
 * .an-q - add to element to animate in
 * .an-qc - add to element to animate children in - children need animate style on theme
 * .an-up, .an-left, .an-right, .an-fade - animate style
 * .an-seq, .an-intro - successive delay of child elements
 * .an-delay - successive delay of sibling elements
 */

.an-up,
.an-left,
.an-right,
.an-child-up .an-child,
.an-child-left .an-child,
.an-child-right .an-child,
.an-intro > * {
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.an-fade,
.an-child-fade .an-child {
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.an-q.an-up,
.an-q.an-intro > *,
.an-q.an-child-up .an-child {
  -webkit-transform: translateY(200px);
       -o-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
}

.an-q.an-left,
.an-q.an-child-left .an-child {
  -webkit-transform: translateX(200px);
       -o-transform: translateX(200px);
          transform: translateX(200px);
  opacity: 0;
}

.an-q.an-right,
.an-q.an-child-right .an-child {
  -webkit-transform: translateX(-200px);
       -o-transform: translateX(-200px);
          transform: translateX(-200px);
  opacity: 0;
}

.an-q.an-fade,
.an-q.an-child-fade .an-child {
  opacity: 0;
}

.an-delay:nth-child(1),
.an-intro > :nth-child(1),
.an-seq .an-child:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.an-delay:nth-child(2),
.an-intro > :nth-child(2),
.an-seq .an-child:nth-child(2) {
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.an-delay:nth-child(3),
.an-intro > :nth-child(3),
.an-seq .an-child:nth-child(3) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.an-delay:nth-child(4),
.an-intro > :nth-child(4),
.an-seq .an-child:nth-child(4) {
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.an-delay:nth-child(5),
.an-intro > :nth-child(5),
.an-seq .an-child:nth-child(5) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.an-delay:nth-child(6),
.an-intro > :nth-child(6),
.an-seq .an-child:nth-child(6) {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.an-delay:nth-child(7),
.an-intro > :nth-child(7),
.an-seq .an-child:nth-child(7) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.an-delay:nth-child(8),
.an-intro > :nth-child(8),
.an-seq .an-child:nth-child(8) {
  -webkit-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.an-delay:nth-child(9),
.an-intro > :nth-child(9),
.an-seq .an-child:nth-child(9) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.an-delay:nth-child(10),
.an-intro > :nth-child(10),
.an-seq .an-child:nth-child(10) {
  -webkit-transition-delay: 1.35s;
       -o-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

.an-delay:nth-child(11),
.an-intro > :nth-child(11),
.an-seq .an-child:nth-child(11) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

.slick-track {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-slide {
  min-height: 1px;
  display: none;
}

.slick-slide > div {
  width: 100%;
  height: 100%;
}

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Arrows */

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 60px;
  line-height: 68px;
  border: none;
  background: #333743;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: inherit;
}

.slick-slider .slick-arrow:hover {
  color: #fff;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

/* Dots */

.slick-dots {
  position: absolute;
  width: 20px;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .slick-dots {
    left: 20px;
  }
}

.slick-dots li {
  display: inline-block;
  margin: 2px 0;
}

.slick-dots button {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  color: transparent;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slick-dots button:hover {
  background: #333743;
}

.slick-dots li.slick-active button {
  background: #fff;
  border-color: #fff;
}

.slick-dots--horizontal,
.card-carousel .slick-dots,
.carousel__slides .slick-dots {
  width: auto;
  height: 20px;
  display: inline-block;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: 0;
  left: 50%;
}

.slick-dots--horizontal li,
.card-carousel .slick-dots li,
.carousel__slides .slick-dots li {
  margin: 0 4px 0 0;
}

.btn,
.btn-plain,
.btn-arrow {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-family: "Knockout", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn:hover,
.btn-plain:hover,
.btn-arrow:hover {
  text-decoration: none;
}

.btn {
  line-height: 50px;
  padding: 0 40px;
  background: #333743;
  -webkit-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn:hover {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  color: #fff;
}

.btn.btn--light {
  color: #333743;
  background: #fff;
}

.btn.btn--light:hover {
  color: #333743;
}

.btn--play {
  padding: 0 20px;
}

.btn--play::before {
  font-family: "uncommon-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn--play::before {
  content: "\E911";
  margin-right: 10px;
  vertical-align: -2px;
}

.btn-plain {
  border: none;
  color: #333743;
  padding-bottom: 2px;
}

.btn-plain::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #333743;
  -webkit-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
}

.btn-plain:hover::after {
  -webkit-transform: translate3d(0, 2px, 0) scaleY(2);
          transform: translate3d(0, 2px, 0) scaleY(2);
}

.btn-plain.btn--light {
  color: #fff;
}

.btn-plain.btn--light::after {
  border-color: #fff;
}

.btn-arrow::after {
  content: "\E906";
  font-family: "uncommon-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 1em;
  font-size: 0.7em;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
}

.btn-arrow:hover {
  text-decoration: none;
}

.btn-arrow:hover::after {
  -webkit-transform: translate3d(5px, 0, 0) scale(1.2);
          transform: translate3d(5px, 0, 0) scale(1.2);
}

.btn-arrow.has-text::after {
  margin-left: 10px;
}

.btn-arrow:active {
  -webkit-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}

.btn-arrow:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-arrow {
  border: none;
  color: #333743;
}

.btn--light {
  color: #fff;
}

.btn--light::after {
  color: #fff;
}

.btn--light:hover {
  color: #fff;
}

.btn--dark {
  color: #333743;
}

.btn--dark:hover {
  color: #333743;
}

.btn--disabled {
  cursor: not-allowed;
  color: #919191;
  border-color: #f2f2f2;
  padding-right: 45px;
}

.btn--disabled:hover {
  color: #919191;
}

.btn--disabled::before,
.btn--disabled::after {
  display: none;
}

.lity-close {
  color: #fff;
  font-size: 40px;
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.lity-close:hover {
  font-size: 40px;
  color: #fff;
  text-shadow: none;
}

.fancybox-bg {
  background: #333743;
}

.fancybox-button {
  background: #333743;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}

.fancybox-button:hover {
  background: #333743;
}

.fancybox-button svg {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.fancybox-button svg * {
  fill: #fff;
}

.fancybox-slide {
  padding: 60px;
}

.fancybox-infobar {
  display: none;
}

.fancybox-navigation .fancybox-button {
  width: 30px;
  height: 60px;
  padding: 0;
  top: calc(50% - 25px);
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: 15px;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 15px;
}

button {
  border: none;
  cursor: pointer;
}

form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.validation_message,
.tip,
.form__content .gform_confirmation_message {
  position: absolute;
  top: 100%;
  left: 10px;
  margin-top: 10px;
  background: #fff;
  color: #333743;
  font-size: 0.8em;
  padding: 10px 10px 6px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.validation_message::after,
.tip::after,
.form__content .gform_confirmation_message::after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px;
  border-color: transparent transparent #fff transparent;
}

.big-form {
  border: 3px solid #333743;
  background: #fff;
  position: relative;
}

.big-form input {
  border: none;
  border-left: 2px solid #333743;
  background: none;
  width: 100%;
  line-height: 50px;
  padding: 0 90px 0 30px;
  font-size: 1.33rem;
  font-family: "Knockout", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.big-form button {
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 1;
  -webkit-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

.big-form button::after {
  font-size: 1em;
}

.fancy-radios,
.fancy-checks,
.radio-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fancy-radios li,
.fancy-checks li,
.radio-buttons li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

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

input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding-left: 30px;
  margin: 0;
  line-height: 20px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}

input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after,
input[type="radio"] + label::before,
input[type="radio"] + label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  z-index: 1;
  -webkit-transform: scale(0.5);
       -o-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

input[type="checkbox"] + label::after,
input[type="radio"] + label::after {
  border: 2px solid #fff;
  background: transparent;
}

input[type="checkbox"] + label:hover::before,
input[type="radio"] + label:hover::before {
  background: #919191;
}

input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  background: #fff;
}

input[type="radio"] label::before,
input[type="radio"] label::after {
  border-radius: 50%;
}

.radio-buttons input[type="radio"] + label {
  padding: 0 20px;
  border: 2px solid #fff;
  line-height: 40px;
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}

.radio-buttons input[type="radio"] + label::before,
.radio-buttons input[type="radio"] + label::after {
  display: none;
}

.radio-buttons input[type="radio"] + label:hover {
  color: #ffb500;
}

.radio-buttons input[type="radio"]:checked + label {
  border-color: #ffb500;
  color: #ffb500;
}

.text-content .gform_heading {
  margin-bottom: 30px;
}

.text-content .gform_heading h3 {
  font-size: 2rem;
}

.text-content .gform_heading .gform_description {
  font-family: "ITCFranklinGothicStd", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

.text-content .gform_wrapper {
  padding-top: 40px;
}

.text-content .gform_wrapper .gfield {
  margin-bottom: 30px;
}

.text-content .gform_wrapper .gfield input,
.text-content .gform_wrapper .gfield textarea,
.text-content .gform_wrapper .gfield .ginput_container_select {
  border: 1px solid #919191;
  width: 100%;
  -webkit-transition: border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.text-content .gform_wrapper .gfield input:hover,
.text-content .gform_wrapper .gfield textarea:hover,
.text-content .gform_wrapper .gfield .ginput_container_select:hover {
  border-color: #ffb500;
}

.text-content .gform_wrapper .gfield input:focus,
.text-content .gform_wrapper .gfield textarea:focus,
.text-content .gform_wrapper .gfield .ginput_container_select:focus {
  border-color: #000;
}

.text-content .gform_wrapper .gfield input,
.text-content .gform_wrapper .gfield textarea {
  padding: 10px 15px;
}

.text-content .gform_wrapper .gfield .ginput_container_select {
  position: relative;
}

.text-content .gform_wrapper .gfield .ginput_container_select::before {
  font-family: "uncommon-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-content .gform_wrapper .gfield .ginput_container_select::before {
  content: "\F107";
  font-size: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #919191;
}

.text-content .gform_wrapper .gfield select {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 15px;
  width: 100%;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.text-content .gform_wrapper .gfield label {
  font-weight: bold;
  font-size: 1.11em;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.text-content .gform_wrapper .ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
}

.text-content .gform_wrapper .ginput_complex span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px;
}

.text-content .gform_wrapper .ginput_complex label {
  margin: 5px 0 0;
  font-size: 1.11em;
  color: #333743;
}

.text-content .gform_wrapper .gfield_error input,
.text-content .gform_wrapper .gfield_error textarea,
.text-content .gform_wrapper .gfield_error .ginput_container_select {
  border-color: #dc3545;
}

.text-content .gform_wrapper .validation_error {
  font-weight: bold;
  color: #dc3545;
  margin-bottom: 20px;
}

.text-content .gform_wrapper .validation_message {
  display: none;
}

.text-content .gform_confirmation_wrapper {
  font-weight: bold;
  color: #333743;
  border: 3px solid #ffb500;
  padding: 20px;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.ginput_container_date {
  position: relative;
}

.ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* stylelint-disable */

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: January 31, 2014 3:32 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

Gravity Forms is a Rocketgenius project
copyright 2008 - 2014 Rocketgenius Inc.
http: //www.rocketgenius.com

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-family: "ITCFranklinGothicStd", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.7rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-header {
  background-color: #ffb500;
  /* set the header background color */
  color: #333743;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
          box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  height: 30px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  padding-left: 5px;
}

.ui-datepicker-prev::before {
  font-family: "uncommon-icons" !important;
  content: "\F104";
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 3px;
  font-size: 10px;
}

.ui-datepicker-next {
  padding-right: 5px;
  float: right;
  background-position: center 0px;
}

.ui-datepicker-next::after {
  font-family: "uncommon-icons" !important;
  content: "\F105";
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 3px;
  font-size: 10px;
}

.ui-datepicker thead {
  background: #ffb500;
  border-bottom: 1px solid #aaa;
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 2px;
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #aaa;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 34px;
  color: #333743;
}

.ui-datepicker-calendar .ui-state-default {
  background: #fff;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #333743;
  /* set the active date background color */
  color: #ffb500;
  position: relative;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #919191;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #aaa;
}

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

/* stylelint-enable */

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 20px auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 20px;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 20px;
  }

  .alignright {
    float: right;
    margin-left: 20px;
  }
}

/** Captions */

/** Text meant only for screen readers */

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

@media (max-width: 991.98px) {
  .gallery .gallery-item {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .gallery .gallery-item {
    width: 100%;
  }
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

@media (max-width: 767.98px) {
  .gallery-columns-2 .gallery-item {
    width: 100%;
  }
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

@media (max-width: 991.98px) {
  .gallery-columns-4 .gallery-item {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .gallery-columns-4 .gallery-item {
    width: 100%;
  }
}

.gallery img {
  border: 2px solid #cfcfcf;
}

.gallery img:hover {
  background: white;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl,
.gallery dt {
  margin: 0;
}

.gallery br + br {
  display: none;
}

.block--card-carousel .block__intro {
  padding-bottom: 60px;
}

.card-carousel {
  padding: 0 40px 60px;
}

.card-carousel .card {
  height: 100%;
  position: relative;
}

@media (max-width: 575.98px) {
  .card-carousel .slick-arrow {
    top: auto;
    bottom: 0;
    width: calc(48% - 20px);
    height: 40px;
    line-height: 40px;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.card-carousel .slick-arrow:hover {
  background: #fff;
  color: #333743;
}

.card-carousel .slick-prev {
  left: 0;
}

@media (max-width: 991.98px) {
  .card-carousel .slick-prev {
    left: -30px;
  }
}

@media (max-width: 575.98px) {
  .card-carousel .slick-prev {
    left: 20px;
  }
}

.card-carousel .slick-next {
  right: 0;
}

@media (max-width: 991.98px) {
  .card-carousel .slick-next {
    right: -30px;
  }
}

@media (max-width: 575.98px) {
  .card-carousel .slick-next {
    right: 20px;
  }
}

.card-carousel .slick-dots {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.card-carousel .slick-dots button {
  border-color: #333743;
}

.block--feature .card-carousel .slick-dots button {
  border-color: #fff;
}

.card-carousel .slick-dots li.slick-active button {
  background: #333743;
  border-color: #333743;
}

.block--feature .card-carousel .slick-dots li.slick-active button {
  background: #ffb500;
  border-color: #ffb500;
}

@media (max-width: 575.98px) {
  .card-carousel .slick-dots {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .card-carousel .slick-dots {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .card-carousel {
    padding: 0 0 40px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .card-carousel .card {
    padding-left: 30px;
  }

  .block--feature .card-carousel .card {
    padding: 0;
  }

  .card-carousel .card .card__img {
    left: 20px;
  }
}

@media (max-width: 575.98px) {
  .card-carousel .card-carousel {
    padding-bottom: 60px;
  }
}

.card .fade-box {
  height: auto;
}

.card.trigger-link {
  cursor: pointer;
}

.card__bg {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
}

.block--people .card__bg {
  background-image: url(/wp-content/themes/uncommon-region-theme/dist/images/avatar.png);
}

.card__bg.solid {
  color: #333743;
  background: #fff;
}

.card__bg.solid h6 {
  color: #333743;
}

.card__bg.solid .card__content {
  padding: 20px;
}

.card__content {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: auto;
}

.card__content.full {
  top: 10px;
}

.card__inner {
  padding: 20px;
}

.card--reveal {
  min-height: 300px;
}

.card--reveal h4,
.card--reveal h5 {
  margin: 0;
}

.card--reveal .card__reveal span,
.card--reveal .card__reveal p {
  margin: 1rem 0 0;
}

@media (min-width: 768px) {
  .card--reveal .card__reveal {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: max-height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: max-height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .card--reveal:hover .card__reveal {
    max-height: 240px;
    opacity: 1;
  }
}

.card--threeby .card__bg {
  width: 100%;
  padding-bottom: 120%;
  position: relative;
}

.card--threeby .card__content {
  right: -10px;
}

.card--threeby .card__bg,
.cards--masonry .card .card__bg {
  -webkit-transition: -webkit-box-shadow 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-box-shadow 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: box-shadow 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: box-shadow 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: box-shadow 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card--threeby:hover .card__bg,
.cards--masonry .card:hover .card__bg {
  -webkit-box-shadow: 6px 8px 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 6px 8px 8px 0 rgba(0, 0, 0, 0.25);
}

.card--fourby {
  height: 300px;
}

.card--fourby .card__bg {
  -webkit-box-shadow: 6px 8px 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 6px 8px 8px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card--fourby:hover .card__bg {
  z-index: 1;
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.card--special .card__content h5 {
  color: #fff;
}

@media (min-width: 768px) {
  .card--special {
    height: auto;
    min-height: 0;
  }

  .card--special .card__content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

@media (max-width: 991.98px) {
  .card--special {
    margin-bottom: 20px;
  }

  .card--special .card__content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

.card--special:hover .card__content {
  background: #333743;
  color: #333743;
}

.card--special:hover *,
.card--special:hover h5 {
  color: #fff;
}

.card__icon {
  background: #333743;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}

.card__icon svg {
  width: 50%;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}

.card__icon svg * {
  fill: #fff;
}

.card--solid .card__inner {
  background: #333743;
  border-top: 3px solid #333743;
  height: 100%;
  padding: 0;
}

.card--solid .card__content {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 20px 30px;
  color: #fff;
}

.card--solid.image--offset {
  padding: 100px 20px 0;
}

.card--solid.image--offset .card__img {
  position: absolute;
  left: 10px;
  top: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  width: calc(100% - 40px);
  height: 200px;
  overflow: hidden;
}

.card--solid.image--offset .card__inner {
  -webkit-transition: -webkit-box-shadow 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-box-shadow 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: box-shadow 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: box-shadow 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: box-shadow 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card--solid.image--offset .card__content {
  padding-top: 120px;
}

.card--solid.image--inline .card__img {
  position: relative;
}

.card--solid.image--inline .card__img img {
  display: block;
  width: 100%;
  height: auto;
}

.card--social {
  min-height: 0;
}

.card--social .card__bg {
  height: auto;
}

.card--social .card__bg::before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.card--social .card__content {
  padding: 20px;
  color: #fff;
}

.card--social .fade-box {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card--social:hover .fade-box {
  opacity: 1;
}

.card--social .icon-instagram {
  position: relative;
  display: block;
  padding-right: 30px;
}

.card--social .icon-instagram::before {
  position: absolute;
  right: 0;
}

.card--social .icons {
  text-align: left;
  margin: 0;
  padding: 0;
}

.card--social .icons li {
  display: inline-block;
  margin-right: 15px;
}

.card--social .icons li:last-child {
  margin: 0;
}

.card--social .icons i {
  font-size: 0.8em;
  margin-left: 5px;
}

.cards--masonry {
  margin: -10px;
}

.cards--masonry .card {
  padding: 10px;
}

.cards--masonry .card .fade-box {
  -webkit-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cards--masonry .card:hover .fade-box {
  background: rgba(18, 19, 24, 0.75);
}

.cards--masonry .card__bg {
  height: auto;
}

.cards--masonry .card__bg::before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .cards--masonry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .cards--masonry .card {
    width: 50%;
  }

  .cards--masonry .card:nth-child(1) {
    width: 100%;
  }

  .cards--masonry .card:nth-child(1) .card__content {
    right: calc(50% + 20px);
  }

  .cards--masonry .card:nth-child(1) .card__bg::before {
    padding-top: 50%;
  }
}

@media (min-width: 992px) {
  .cards--masonry {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .cards--masonry .card {
    width: auto;
  }

  .cards--masonry .card:nth-child(1) {
    grid-column-end: span 2;
    grid-row-end: span 2;
  }

  .cards--masonry .card:nth-child(1) .card__content {
    top: calc(50% + 20px);
    right: calc(50% + 20px);
  }
}

.cards--masonry .col-12 {
  grid-column-end: span 4;
}

.cards--masonry.full .card:nth-child(3) {
  grid-row-end: span 2;
}

.cards--masonry.full .card:nth-child(3) .card__content {
  top: calc(50% + 20px);
}

.cards--masonry.full .card:nth-child(3) .card__bg::before {
  padding-top: calc(200% + 20px);
}

.site-header {
  position: fixed;
  z-index: 999;
  left: 0;
  width: 100%;
  -webkit-transition: visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.site-header.hidden {
  visibility: hidden;
}

.site-header.hidden .site-header__main,
.site-header.hidden .site-header__sub {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  visibility: hidden;
}

.site-header.hidden .site-header__main {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.site-header.hidden .site-header__sub {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.site-header__main,
.site-header__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.site-header__main {
  height: 66px;
  background-color: #fff;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .site-header__main {
    height: 60px;
    border-bottom: 4px solid rgba(51, 55, 67, 0.75);
  }
}

.site-header__sub {
  height: 26px;
  background-color: rgba(51, 55, 67, 0.5);
  text-align: right;
  line-height: 26px;
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

@media (max-width: 991.98px) {
  .site-header__sub {
    display: none;
  }
}

.site-header__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0 10px;
  position: relative;
  z-index: 1;
}

.site-logo a {
  padding: 15px 0 20px;
  display: block;
}

@media (max-width: 767.98px) {
  .site-logo a {
    padding: 10px 20px 10px 0;
  }
}

@media (max-width: 991.98px) {
  .site-logo {
    padding: 7px 20px 7px 0;
  }
}

.site-logo img {
  width: 240px;
  -ms-interpolation-mode: bicubic;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center left;
     object-position: center left;
}

.site-nav {
  display: none;
}

@media (min-width: 1200px) {
  .site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-nav__menu,
.site-secondary__menu {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  vertical-align: middle;
  white-space: nowrap;
}

.site-nav__menu a,
.site-nav__menu button,
.site-secondary__menu a,
.site-secondary__menu button {
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 0 15px;
}

.site-nav__menu a,
.site-nav__menu button {
  line-height: 66px;
  color: #333743;
  display: block;
}

.site-nav__menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.site-nav__menu > li > a {
  position: relative;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: "Knockout", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  letter-spacing: 0.5px;
}

.site-nav__menu > li > a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 3px solid #333743;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.site-nav__menu > li > a:hover {
  background: rgba(51, 55, 67, 0.15);
}

.site-nav__menu > li:hover > a::before {
  opacity: 1;
}

.site-nav__menu > li:hover .sub-menu,
.site-nav__menu > li:focus-within .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
}

.site-nav__menu a:hover {
  text-decoration: none;
}

.site-nav__menu .sub-menu {
  list-style: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  -webkit-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
  z-index: 1;
}

.site-nav__menu .sub-menu li a {
  line-height: 1.33em;
  padding: 20px 15px 15px;
  display: block;
  white-space: normal;
  background: #fff;
  -webkit-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: 1px solid #e6edee;
}

.site-nav__menu .sub-menu li a:hover {
  background: #333743;
  border-color: #333743;
  color: #fff;
}

.site-nav__menu .sub-menu li:last-child a {
  border-bottom: none;
}

.site-nav__menu li.sub-push .sub-menu {
  right: 15px;
  left: auto;
}

.site-secondary__menu {
  width: 100%;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.site-secondary__menu li {
  display: inline-block;
  position: relative;
}

.site-secondary__menu li:last-child::after {
  display: none;
}

.site-secondary__menu li a {
  font-size: 0.7rem;
  color: #fff;
  height: 26px;
  line-height: 30px;
  display: block;
  padding: 0 15px;
  position: relative;
  -webkit-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: transparent;
}

.site-secondary__menu li a:hover {
  text-decoration: none;
  background: rgba(51, 55, 67, 0.5);
}

.goog-te-banner-frame {
  visibility: hidden !important;
}

#google_translate_element {
  position: relative;
  float: right;
  padding-right: 1rem;
  z-index: 10;
}

/**
 *
 *  Mobile Nav
 *
 */

.site-header__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  .site-header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hamburger {
  display: block;
  position: relative;
  width: 25px;
  height: 23px;
  z-index: 999;
}

.hamburger span,
.hamburger span::before,
.hamburger span::after {
  display: block;
  background: #333743;
  position: absolute;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  height: 3px;
}

.hamburger span {
  top: 10px;
}

.hamburger span::before,
.hamburger span::after {
  content: "";
  left: 0;
}

.hamburger span::before {
  top: -9px;
}

.hamburger span::after {
  bottom: -9px;
}

@media (min-width: 576px) {
  .site-header__toggle:hover span span,
  .site-header__toggle:hover span span::before,
  .site-header__toggle:hover span span::after {
    background: #333743;
  }

  .site-header__toggle:hover span span::before {
    top: 0;
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .site-header__toggle:hover span span::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.mobile-nav {
  display: none;
  position: fixed;
  right: 0;
  top: 66px;
  bottom: 0;
  width: 100vw;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 998;
  overflow: auto;
  background: #333743;
  padding-top: 26px;
}

@media (max-width: 1199.98px) {
  .mobile-nav {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .mobile-nav {
    top: 60px;
    padding-top: 4px;
  }
}

.mobile-nav__menu,
.mobile-nav__social,
.mobile-nav__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav__menu a:hover,
.mobile-nav__social a:hover,
.mobile-nav__menu ul a:hover {
  text-decoration: none;
}

.mobile-nav__menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
}

.mobile-nav__menu > li a {
  padding: 24px 20px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.33rem;
  font-family: "Knockout", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
}

.mobile-nav__menu > li > ul {
  padding-bottom: 12px;
}

.mobile-nav__menu > li > ul li {
  border: none;
  padding: 0;
}

.mobile-nav__menu > li > ul li a {
  font-size: 1.11em;
  padding: 12px 20px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: "Knockout", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
}

.mobile-nav__social {
  padding: 20px 30px;
}

.mobile-nav__social li {
  display: inline-block;
  margin-right: 20px;
}

.mobile-nav__social li a {
  color: #333743;
}

.mobile-nav__social li:last-child {
  margin: 0;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(51, 55, 67, 0.75);
  -webkit-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main,
.footer {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 1199.98px) {
  body.menu-open {
    overflow: hidden;
  }

  body.menu-open .mobile-nav {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: -3px 0 8px 0 rgba(0, 0, 0, 0.15);
            box-shadow: -3px 0 8px 0 rgba(0, 0, 0, 0.15);
  }

  body.menu-open .overlay {
    opacity: 1;
    visibility: visible;
  }

  body.menu-open .site-header__toggle span span {
    background: none;
  }

  body.menu-open .site-header__toggle span span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #333743;
  }

  body.menu-open .site-header__toggle span span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #333743;
  }
}

.footer {
  padding-bottom: 15px;
  background: #333643;
}

@media (max-width: 991.98px) {
  .footer .row > div {
    margin-bottom: 40px;
  }

  .footer .row > div:last-child {
    margin-bottom: 0;
  }
}

.footer__search {
  padding: 80px 0 0;
}

.footer.hide-map .footer__search {
  display: none;
}

@media (max-width: 767.98px) {
  .footer__search {
    margin: 0 auto 60px;
  }
}

.footer__search h2 {
  color: #333743;
  margin-bottom: 0;
}

.footer__search .big-form {
  margin: 100px auto 120px;
  max-width: 520px;
  padding: 20px 30px;
}

@media (max-width: 767.98px) {
  .footer__search .big-form {
    margin: 20px auto 40px;
  }
}

.footer__search .big-form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #919191;
}

.footer__search .big-form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #919191;
}

.footer__search .big-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #919191;
}

.footer__search .big-form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #919191;
}

.footer__search .tip,
.footer__search .form__content .gform_confirmation_message,
.form__content .footer__search .gform_confirmation_message {
  background: #ffb500;
  left: 60px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer__search .tip::after,
.footer__search .form__content .gform_confirmation_message::after,
.form__content .footer__search .gform_confirmation_message::after {
  border-bottom-color: #ffb500;
}

.footer__search .tip.show,
.footer__search .form__content .show.gform_confirmation_message,
.form__content .footer__search .show.gform_confirmation_message {
  opacity: 1;
  visibility: visible;
}

.footer__links {
  padding: 80px 0 0;
}

.footer__logo {
  padding-right: 100px;
}

.footer__logo img {
  width: 100%;
  max-width: 205px;
  display: block;
  margin-bottom: 40px;
}

.footer__logo a {
  font-size: 1rem;
  color: #fff;
}

.footer__nav > ul,
.footer__social > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.footer__nav > ul li {
  min-width: 50%;
  padding: 10px;
}

.footer__nav > ul a {
  font-family: "Knockout", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  -webkit-transition: border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer__nav > ul a:hover {
  text-decoration: none;
  border-color: #333743;
}

.footer__nav > ul ul {
  display: none;
}

.footer__social {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.footer__social > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
}

.footer__social li {
  padding: 10px;
}

.footer__social a {
  color: #fff;
}

.footer__social a:hover {
  color: #333743;
}

.footer__copyright {
  text-align: center;
  font-size: 0.7rem;
  color: #fff;
  line-height: 26px;
  margin-top: 59px;
}

@media (max-width: 767.98px) {
  .footer__copyright {
    text-align: left;
    margin-top: 35px;
  }
}

.footer__copyright p {
  margin-bottom: 0;
}

.single__banner {
  padding-top: 80px;
}

.single__banner h2 {
  color: #333743;
}

.single__banner h6 {
  color: #919191;
}

.single__banner img {
  width: 100%;
  height: auto;
  display: block;
}

.single__banner .band {
  position: relative;
  padding: 20px 0 0 0;
  color: #919191;
}

.single__banner .band a {
  color: #919191;
}

.single__banner .band::after {
  content: '';
  background: #fff;
  position: absolute;
  left: -100vw;
  top: 0;
  width: 200vw;
  height: 100%;
  z-index: -1;
}

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

.single__meta li {
  margin-bottom: 10px;
  position: relative;
  line-height: 1;
}

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

.single__meta [class*="icon-"] {
  padding-left: 30px;
}

.single__meta [class*="icon-"]::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8em;
}

.single__content {
  background: #fff;
  padding: 80px 0 80px;
}

.map-link {
  display: block;
  position: relative;
  background: #333743;
}

.map-link img {
  -webkit-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.map-link i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffb500;
  font-size: 40px;
  opacity: 0;
  -webkit-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.map-link:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}

.map-link:hover i {
  opacity: 1;
}

.block.block--404 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.error-content {
  background: #333743;
  border-top: 3px solid #ffb500;
  padding: 40px;
  color: #fff;
}

.error-content h1 {
  font-size: 10em;
}

.gallery {
  margin-bottom: 2rem;
}

.gallery__image {
  display: none;
  position: relative;
  overflow: hidden;
}

.gallery__image:first-child {
  display: block;
}

.gallery__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gallery__image .icon-open {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  background: rgba(51, 55, 67, 0.75);
  padding: 6px;
  color: #fff;
  font-size: 25px;
  -webkit-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery__image .icon-open::before {
  display: block;
}

.gallery__image a:hover img {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 3s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gallery__image a:hover .icon-open {
  background: #333743;
}

.block.block--search {
  padding-bottom: 0;
}

.block--search {
  padding-bottom: 0;
}

.block--search .block__bg {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

body#tinymce {
  margin: 12px !important;
}

/** Import everything from blocks */

.block--accordions {
  background: #fff;
}

.block--accordions h4 {
  margin-bottom: 40px;
}

.accordions {
  padding-bottom: 40px;
}

.accordion-section {
  margin-bottom: 80px;
}

.accordion-section:last-child {
  margin-bottom: 0;
}

.accordion {
  border-bottom: 3px solid #333743;
}

.accordion:first-of-type {
  border-top: 3px solid #333743;
}

.accordion__toggle {
  display: block;
  width: 100%;
  background: none;
  border: none;
  padding: 15px 60px 15px 15px;
  position: relative;
  cursor: pointer;
  font-family: "Knockout", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 1.33rem;
  text-align: left;
}

.accordion__toggle i {
  position: absolute;
  right: 20px;
  top: 15px;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.accordion__toggle[aria-expanded="true"] i {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__content .text-content {
  padding: 10px 20px 30px;
}

.accordion__content a {
  text-decoration: underline;
  -webkit-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.accordion__content a:hover {
  text-decoration: none;
}

.block {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 991.98px) {
  .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.block .container {
  position: relative;
}

.block .btn {
  margin-top: 10px;
}

.block.banded {
  background: #e6edee;
}

.block.banded::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 50%;
  background: #fff;
}

.block.banded .block__intro h6 {
  color: #333743;
}

.block.no-top {
  padding-top: 0;
}

.block__intro {
  padding-bottom: 60px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .block__intro {
    padding-bottom: 40px;
  }
}

.block__intro.light h3,
.block__intro.light h6,
.block__intro.light p {
  color: #fff;
}

.block__intro.dark h6 {
  color: #333743;
}

.block__intro p:last-child {
  margin: 0;
}

.block__intro .text-content {
  max-width: 720px;
  margin: 0 auto;
}

.carousel--impact .block__intro {
  max-width: none;
  text-align: left;
}

.block__banner {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}

.block--image {
  padding: 0;
}

.block--news {
  padding-top: 40px;
}

body.no-hero .block--news {
  padding-top: 80px;
}

.block--carousel.inactive .carousel__bg div,
.block--carousel.inactive .carousel__slides .slide {
  display: none;
}

.block--carousel.inactive .carousel__bg div:first-child,
.block--carousel.inactive .carousel__slides .slide:first-child {
  display: block;
}

.carousel__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.carousel__bg div {
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.carousel__bg.active div {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.carousel__bg.active div.selected {
  opacity: 1;
}

.carousel__slides {
  padding: 0;
}

.carousel__slides .slide {
  padding: 20px 40px 60px 20px;
  width: 100%;
}

.carousel__slides .slick-dots {
  left: 20px;
  bottom: 20px;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.carousel--standard {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.carousel--standard .carousel__bg {
  bottom: 80px;
  right: auto;
}

.carousel--standard .row {
  padding-top: 30%;
}

.carousel--standard .carousel__slides .slick-arrow {
  top: auto;
  bottom: 0;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

@media (max-width: 575.98px) {
  .carousel--standard .carousel__slides .slick-arrow {
    top: auto;
    bottom: -60px;
    width: 48%;
    height: 40px;
    line-height: 45px;
  }
}

.carousel--standard .carousel__slides .slick-prev {
  left: -90px;
}

@media (max-width: 575.98px) {
  .carousel--standard .carousel__slides .slick-prev {
    left: 0;
  }
}

.carousel--standard .carousel__slides .slick-next {
  left: -50px;
}

@media (max-width: 575.98px) {
  .carousel--standard .carousel__slides .slick-next {
    left: auto;
    right: 0;
  }
}

@media (max-width: 991.98px) {
  .carousel--standard {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media (max-width: 575.98px) {
  .carousel--standard {
    padding-bottom: 160px;
  }
}

.block--feature {
  background-size: cover;
  background-position: center center;
}

.feature--single-small,
.feature--single-plain {
  background: #fff;
}

.feature--single-small img,
.feature--single-plain img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 6px 8px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 8px 8px 0 rgba(0, 0, 0, 0.2);
}

.feature--single-small .brief-content,
.feature--single-plain .brief-content {
  color: #333743;
}

.feature--single-small::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 140px;
  border-top: 3px solid #333743;
  background: #333743;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .feature--single-small::before {
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .feature--single-small.no-top {
    padding-top: 60px;
  }
}

.feature--single-small.no-top::before {
  top: 60px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .feature--single-small.no-top::before {
    top: 0;
  }
}

.feature--single-small .block__intro {
  color: #fff;
}

@media (min-width: 992px) {
  .feature--single-small .block__intro {
    padding-top: 120px;
  }
}

.feature--single-small .block__intro h3 {
  color: #fff;
}

.feature--single-small blockquote {
  margin-bottom: 10px;
}

.feature--single-small blockquote p {
  font-size: 1.33rem;
  font-style: italic;
}

.feature--single-small blockquote p:first-child::before {
  content: '"';
  margin-right: 2px;
}

.feature--single-small blockquote p:last-child::after {
  content: '"';
  margin-left: 2px;
}

.feature--single-small cite {
  font-style: normal;
  margin-bottom: 1em;
  display: block;
}

.feature--triple .block__intro h6 {
  color: #333743;
}

.feature--quad {
  position: relative;
}

.feature--quad::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 240px;
  background: #333743;
}

.feature--quad .container {
  position: relative;
}

.feature--quad .block__intro h3 {
  color: #fff;
}

@media (min-width: 768px) {
  .feature--quad .block__intro {
    padding-bottom: 180px;
  }
}

@media (max-width: 767.98px) {
  .feature--quad {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .feature--quad .card {
    margin-bottom: 20px;
  }
}

.feature--quad-special {
  padding-bottom: 0;
}

.feature--quad-special::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

.feature--quad-special .block__intro {
  color: #fff;
}

@media (max-width: 991.98px) {
  .feature--quad-special {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

.feature--quad-special .block__cards {
  min-height: 400px;
}

.feature--quad-special .card--reveal h4 {
  margin-bottom: 1rem;
}

.feature--number .card h3 {
  color: #333743;
}

.feature--icon {
  background: #fff;
  padding-bottom: 0;
}

.feature--icon .block__intro {
  padding-bottom: 100px;
}

.feature--icon .block__bg {
  color: #fff;
  position: relative;
  padding-bottom: 60px;
}

.feature--icon .block__bg::before {
  content: '';
  background: #333743;
  position: absolute;
  left: 0;
  top: 70px;
  right: 0;
  bottom: 0;
}

.feature--icon .card__inner {
  padding: 30px 20px;
}

.feature--icon .card.has-btn .card__inner {
  padding-bottom: 80px;
}

.feature--icon .card__btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.feature--icon .btn {
  margin: 0;
}

@media (min-width: 768px) {
  .block--content .text-content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .block--content .text-content blockquote {
    margin-left: -50px;
    margin-right: -50px;
  }
}

.block--content iframe {
  width: 100%;
}

.content__title {
  margin-bottom: 2rem;
  text-align: center;
}

.content__title h3 {
  margin-bottom: 0;
}

.content__title h6 {
  margin-top: 1rem;
  text-transform: none;
}

.block--content-band {
  padding: 30px 0;
  background: #f2f2f2;
}

.block--content-band h5 {
  margin: 0;
  color: #333743;
}

.block--content-band .btn {
  margin: 0;
}

form.donate > ul > li {
  margin-bottom: 15px;
}

form.donate .btn {
  margin-top: 0;
}

.block--form {
  background: #333743;
  position: relative;
  padding: 0;
}

.form__image {
  width: 100%;
  padding-bottom: 40%;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .form__image {
    position: absolute;
    left: 0;
    top: 0;
    right: 50%;
    bottom: 0;
    padding: 0;
    width: auto;
  }
}

.form__content {
  padding: 60px 40px;
}

@media (min-width: 768px) {
  .form__content {
    padding: 80px 0 80px 40px;
  }
}

.form__content h3,
.form__content > p {
  color: #fff;
}

.form__content h3 a,
.form__content > p a {
  color: #fff;
  text-decoration: underline;
}

.form__content h3 a:hover,
.form__content > p a:hover {
  text-decoration: none;
}

.form__content .gform_wrapper .gfield {
  margin-bottom: 20px;
}

.form__content .gform_wrapper .ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.form__content .gform_wrapper .ginput_complex > span {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form__content .gform_wrapper input,
.form__content .gform_wrapper textarea {
  width: 100%;
  border: none;
  padding: 14px 15px 10px;
  line-height: 1;
  display: block;
}

.form__content .gform_wrapper label {
  display: none;
}

.form__content .gform_wrapper .ginput_container_select {
  position: relative;
  width: 100%;
  background: #fff;
}

.form__content .gform_wrapper .ginput_container_select::before {
  font-family: "uncommon-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form__content .gform_wrapper .ginput_container_select::before {
  content: "\F107";
  position: absolute;
  right: 15px;
  top: 15px;
  color: #919191;
}

.form__content .gform_wrapper select {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 14px 15px 10px;
  width: 100%;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.form__content .gform_wrapper .validation_message {
  position: relative;
  left: 0;
  display: inline-block;
  background: #ff9505;
}

.form__content .gform_wrapper .validation_message::after {
  border-color: transparent transparent #ff9505 transparent;
}

.form__content .gform_wrapper .validation_error {
  margin-bottom: 20px;
  color: #ff9505;
}

.form__content .gform_wrapper .gfield_description {
  color: #fff;
  padding: 10px 15px 0;
  font-size: 0.89rem;
}

.form__content .gform_wrapper .gfield_contains_required input,
.form__content .gform_wrapper .gfield_contains_required textarea,
.form__content .gform_wrapper .gfield_contains_required .ginput_container_select {
  border: 2px solid #ffb500;
}

.form__content .gform_wrapper .gfield_html p {
  color: white;
}

.form__content .gform_wrapper .apply_confirmation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form__content .gform_wrapper .apply_confirmation .gfield_label {
  display: block;
  color: white;
  padding-right: 20px;
  vertical-align: middle;
  height: 20px;
  line-height: 24px;
}

.form__content .gform_wrapper .apply_confirmation .gchoice input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: relative;
  clip: auto;
  margin: auto;
}

.form__content .gform_confirmation_message {
  position: relative;
  left: 0;
  display: inline-block;
  font-size: 1.11em;
  color: #329f5b;
  padding: 20px 20px 15px;
}

.block--headline {
  background: #fff;
}

.block--hero {
  padding: 0;
}

.hero {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  min-height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero--align-left::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

.hero--align-right::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

.hero--align-right .container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hero__content {
  position: relative;
  padding: 50px 0 30px;
  color: #fff;
}

@media (min-width: 576px) {
  .hero__content {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .hero__content {
    width: 60%;
  }
}

.hero__content.content-background {
  background: rgba(51, 55, 67, 0.75);
  border-top: 3px solid #ffb500;
  padding: 20px;
  color: #fff;
  -webkit-backdrop-filter: brightness(50%);
          backdrop-filter: brightness(50%);
}

.hero__content .fade-box {
  display: inline-block;
}

.hero__content .fade-box a {
  color: #fff;
  text-decoration: none;
}

.hero__content a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.block-journey-map .intro-content p {
  color: #333743;
  font-family: "ITCFranklinGothicStd", "Helvetica Neue", Arial, sans-serif;
  font-size: 35px;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .block-journey-map .intro-content p {
    font-size: 20px;
    line-height: 1.3;
  }
}

.block-journey-map .dashed-line {
  overflow: hidden;
  padding: 0 25px;
  position: absolute;
  top: 37px;
  width: 100%;
  z-index: 0;
}

@media (max-width: 992px) {
  .block-journey-map .dashed-line {
    top: 8px;
  }
}

.block-journey-map .dashed-line line {
  stroke: #333743;
  stroke-dasharray: 10 10;
}

.block-journey-map .dashed-line svg {
  stroke-width: 3px;
  width: 100%;
}

.block-journey-map .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .block-journey-map .tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5px;
  }
}

.block-journey-map .tabs .tab-icon {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: transparent;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

@media (max-width: 992px) {
  .block-journey-map .tabs .tab-icon {
    padding: 5px;
  }
}

.block-journey-map .tabs .tab-icon:hover,
.block-journey-map .tabs .tab-icon:focus {
  cursor: pointer;
  outline: none;
}

.block-journey-map .tabs .tab-icon:hover .icon-wrapper,
.block-journey-map .tabs .tab-icon:focus .icon-wrapper {
  background-color: #ffea21;
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.block-journey-map .tabs .tab-icon .title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  color: #333743;
  font-family: "Knockout";
  font-size: 32px;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .block-journey-map .tabs .tab-icon .title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .block-journey-map .tabs .tab-icon .title {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

.block-journey-map .tabs .tab-icon .icon-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffb500;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4px;
  padding: 22px 15px;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 1199px) {
  .block-journey-map .tabs .tab-icon .icon-wrapper {
    padding: 7px 15px;
  }
}

@media (max-width: 992px) {
  .block-journey-map .tabs .tab-icon .icon-wrapper {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .block-journey-map .tabs .tab-icon .icon-wrapper {
    margin: 4px 0;
    padding: 8px 10px;
  }
}

.block-journey-map .tabs .tab-icon .icon-wrapper:hover img {
  -webkit-filter: invert(14%) sepia(86%) saturate(3438%) hue-rotate(213deg) brightness(69%) contrast(152%);
          filter: invert(14%) sepia(86%) saturate(3438%) hue-rotate(213deg) brightness(69%) contrast(152%);
}

.block-journey-map .tabs .tab-icon img {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-height: 55px;
}

@media (max-width: 992px) {
  .block-journey-map .tabs .tab-icon img {
    width: 30px;
  }
}

.block-journey-map .tabs .tab-icon.active-tab {
  background-color: #ececec;
}

.block-journey-map .tab-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
  position: relative;
  z-index: 2;
}

.block-journey-map .tab-content {
  background-color: #ececec;
  border-radius: 5px;
  color: #333743;
  display: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px;
}

@media (max-width: 768px) {
  .block-journey-map .tab-content {
    padding: 20px;
  }
}

.block-journey-map .tab-content.active-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-journey-map .tab-content .subtitle {
  color: #333743;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 24px;
  font-family: "Knockout";
}

.block-journey-map .tab-content .description {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-family: "ITCFranklinGothicStd", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  margin: 15px 0;
}

@media (max-width: 768px) {
  .block-journey-map .tab-content .description {
    font-size: 13px;
  }
}

.block-journey-map .tab-content .description img {
  max-width: 35%;
}

@media (max-width: 992px) {
  .block-journey-map .tab-content .description img {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .block-journey-map .tab-content .description img {
    max-width: 100%;
  }
}

.block-journey-map .tab-content .description a {
  text-decoration: underline;
}

.block-journey-map .tab-content .button-link a {
  background-color: #ffb500;
  border-radius: 3px;
  color: #000;
  font-family: "Knockout";
  font-size: 32px;
  margin: 0 auto;
  padding: 10px 15px;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 992px) {
  .block-journey-map .tab-content .button-link a {
    font-size: 16px;
  }
}

.block-journey-map .tab-content .button-link a:hover {
  background-color: #ffea21;
}

.block--content {
  background: #fff;
}

.block--content .block__banner {
  margin-bottom: 40px;
}

.block--content-columns {
  background: #fff;
}

.block--map {
  position: relative;
  height: calc(100vh - 66px);
  padding: 0;
}

@media (max-width: 767.98px) {
  .block--map {
    height: auto;
  }
}

.map {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .map {
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - 60px - 170px);
  }
}

.map-window {
  padding-top: 66px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .map-window {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .map-window.hide-form {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .map-window {
    height: 100vh;
    padding: 0;
  }

  .map-window .container {
    padding: 0;
    max-width: none;
  }
}

.map-window .container {
  height: 100%;
}

.map-window__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  max-width: 380px;
}

@media (max-width: 767.98px) {
  .map-window__inner {
    background: #333743;
    max-width: none;
  }
}

.map-header {
  position: relative;
  display: none;
}

.map-header h6 {
  margin: 0;
}

.map-header .toggle {
  position: absolute;
  right: 10px;
  top: 0;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
}

@media (max-width: 767.98px) {
  .map-header .toggle {
    display: none;
  }
}

.map-header .toggle:hover {
  color: #fff;
}

.map-filters {
  position: relative;
}

@media (min-width: 768px) {
  .map-window.hide-form .map-filters {
    display: none;
  }
}

.map-filters form {
  display: none;
}

.map-filters .fancy-input {
  height: 50px;
  padding: 12px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

.map-filters .fancy-input input {
  background: none;
  border: none;
  border-left: 2px solid #e6edee;
  text-transform: uppercase;
  line-height: 26px;
  color: #333743;
  width: 100%;
  padding-left: 12px;
}

.map-filters .fancy-input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #919191;
}

.map-filters .fancy-input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #919191;
}

.map-filters .fancy-input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #919191;
}

.map-filters .fancy-input input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #919191;
}

.map-filters .fancy-input .btn-icon,
.map-filters .fancy-input .btn-arrow {
  color: #919191;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 1;
  -webkit-transform: translateY(-7px);
       -o-transform: translateY(-7px);
          transform: translateY(-7px);
}

.map-filters .fancy-input .btn-icon.hide,
.map-filters .fancy-input .btn-arrow.hide {
  display: none;
}

.map-filters .fancy-input .tip,
.map-filters .fancy-input .form__content .gform_confirmation_message,
.form__content .map-filters .fancy-input .gform_confirmation_message {
  z-index: 1;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  right: 10px;
}

.map-filters .fancy-input .tip::after,
.map-filters .fancy-input .form__content .gform_confirmation_message::after,
.form__content .map-filters .fancy-input .gform_confirmation_message::after {
  border-bottom-color: #fff;
}

.map-filters .fancy-input .tip.show,
.map-filters .fancy-input .form__content .show.gform_confirmation_message,
.form__content .map-filters .fancy-input .show.gform_confirmation_message {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.map-filters .fancy-radios {
  padding: 20px 0 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #333743;
}

@media (min-width: 768px) {
  .map-window.hide-form .map-filters .fancy-radios {
    margin: 0;
    padding-bottom: 0;
    border: none;
  }
}

.map-results {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .map-window.hide-form .map-results {
    display: none;
  }
}

.map-results ul.list {
  list-style: none;
  margin: 0;
  padding: 0 30px 0 0;
}

.map-results ul.list li {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.map-results ul.list li h5,
.map-results ul.list li p {
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.map-results ul.list li:hover {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

.map-results ul.list li:hover h5,
.map-results ul.list li:hover p {
  color: #fff;
}

.map-results ul.list .school-intro {
  margin-bottom: 30px;
}

.map-results ul.list .school-intro::after {
  content: '';
  width: 40px;
  height: 3px;
  background: #fff;
  display: block;
  margin-top: 20px;
}

.school-intro p {
  color: #919191;
  margin: 0;
}

.map-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.map-school {
  position: relative;
  margin-bottom: 30px;
}

.map-school::after {
  content: '';
  width: 40px;
  height: 3px;
  background: #fff;
  display: block;
  margin-top: 30px;
}

.map-school:last-child {
  margin: 0;
}

.map-school:last-child::after {
  display: none;
}

.map-school p {
  color: #919191;
}

ul.school-meta {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

ul.school-meta li {
  margin-bottom: 10px;
  padding-left: 30px;
  display: block;
}

ul.school-meta li::before {
  position: absolute;
  left: 0;
  color: #fff;
}

ul.school-meta li a {
  color: #fff;
}

ul.school-meta li .btn-plain {
  font-size: 1rem;
}

ul.school-meta li .btn-plain::after {
  vertical-align: 2px;
}

.map-close {
  position: absolute;
  left: -70px;
  top: 100%;
  width: 40px;
  line-height: 86px;
  height: 80px;
  background: #333743;
  display: block;
  color: #fff;
  -webkit-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.map-close i {
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.map-close:hover {
  background-color: #333743;
  color: #fff;
}

.ps-container {
  position: relative;
  overflow: hidden;
}

.ps > .ps__scrollbar-y-rail {
  width: 10px;
  opacity: 1 !important;
  background: transparent !important;
}

.ps > .ps__scrollbar-y-rail::before {
  content: '';
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-1px);
       -o-transform: translateX(-1px);
          transform: translateX(-1px);
  opacity: 1;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  width: 10px !important;
  background: #fff !important;
  right: 0;
  -webkit-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ps > .ps__scrollbar-y-rail:hover {
  opacity: 1 !important;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background: #fff !important;
}

.people__card {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
}

.people__card img {
  width: 100%;
  max-width: 240px;
  height: auto;
  display: block;
  margin: 0 auto 30px;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.people__card h5 {
  color: #333743;
}

.block--resources {
  background: #333743;
}

.resource a {
  padding: 10px 0 0 55px;
  color: #fff;
  position: relative;
  display: block;
  letter-spacing: 0.25px;
}

.resource a span {
  display: inline-block;
}

.resource a::before {
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 100%;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.resource a:hover {
  text-decoration: none;
}

.resource a:hover::before {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  border-color: #fff !important;
}

.list__title {
  text-align: left;
  padding: 2rem 0 1rem;
  margin-bottom: 1rem;
  border-bottom: 3px solid #333743;
}

.list__title h4 {
  margin: 0;
}

.list__title:first-child {
  padding-top: 0;
}

.list__card h5,
.list__card p,
.list__card .btn-arrow {
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.list__card h5 {
  color: inherit;
  font-size: 1.5rem;
}

.list__card p,
.list__card .btn-arrow {
  color: #919191;
}

.list__card .btn-arrow {
  font-size: 2em;
}

a.list__card:hover {
  text-decoration: none;
}

a.list__card:hover * {
  color: #333743;
}

.list__links {
  border-top: 2px solid #919191;
  border-bottom: 2px solid #919191;
  margin-top: 50px;
}

.block--tabs {
  background: #fff;
  padding-bottom: 0;
}

.block--tabs .block__intro h6 {
  color: #919191;
}

.block--tabs .block__bg {
  background: rgba(51, 55, 67, 0.15);
  padding-bottom: 80px;
}

@media (max-width: 991.98px) {
  .block--tabs .block__bg {
    padding-bottom: 20px;
  }
}

.block--tabs .tabs {
  -webkit-transform: translateY(-30px);
       -o-transform: translateY(-30px);
          transform: translateY(-30px);
}

.tabs__scroll {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 575.98px) {
  .tabs__scroll .scroll {
    overflow-x: scroll;
  }

  .tabs__scroll::before {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 10px;
    -webkit-box-shadow: -10px 0 20px 0 rgba(0, 0, 0, 0.8);
            box-shadow: -10px 0 20px 0 rgba(0, 0, 0, 0.8);
  }

  .tabs__scroll .nav-tabs {
    min-width: 460px;
  }
}

.nav-tabs {
  border: none;
}

.nav-tabs li {
  text-align: center;
}

.nav-tabs li a {
  display: block;
  height: 60px;
  line-height: 64px;
  background: #333743;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  font-family: "Knockout", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-tabs li a:hover {
  text-decoration: none;
  color: #fff;
}

.nav-tabs li a.active {
  color: #fff;
  border-bottom: none;
}

.tab-pane {
  background: #fff;
  padding: 80px 80px 60px;
}

@media (max-width: 991.98px) {
  .tab-pane {
    padding: 40px;
  }
}

@media (max-width: 767.98px) {
  .tab-pane {
    padding: 20px;
  }
}

.tabs--vertical {
  -webkit-box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .tabs--vertical {
    background: #fff;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tabs--vertical .tabs__scroll {
    width: 33.333%;
    padding-right: 80px;
    display: block;
  }

  .tabs--vertical .nav-tabs {
    display: block;
  }

  .tabs--vertical .nav-tabs li {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    text-align: left;
  }

  .tabs--vertical .nav-tabs li a {
    background: none;
    border-color: #919191;
    color: #919191;
  }

  .tabs--vertical .nav-tabs li a:hover {
    color: #333743;
  }

  .tabs--vertical .nav-tabs li a.active {
    color: #333743;
    border-color: #333743;
  }

  .tabs--vertical .tab-content {
    width: 66.667%;
  }

  .tabs--vertical .tab-pane {
    padding: 0;
  }
}

.block--video {
  background: #fff;
}

.video__bg {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.video__content {
  padding: 0 40px;
  color: #fff;
}

.videos .slide {
  width: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 80px;
  color: #fff;
}

.videos .slide.has-hour .slide__content {
  padding-top: 80px;
  padding-bottom: 40px;
}

.videos .slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

.videos .slide__hour h1 {
  font-size: 200px;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .videos {
    margin-right: -20px;
    margin-left: -20px;
  }

  .videos .slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.video-nav {
  padding-top: 20px;
}

.video-nav button {
  display: block;
  border: none;
  border-top: 3px solid #919191;
  padding: 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
  background: none;
  font-size: 1.11em;
  font-family: "Knockout", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #919191;
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.video-nav button span {
  display: inline-block;
  padding-top: 10px;
  border-top: 3px solid transparent;
  -webkit-transition: border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.video-nav button:hover {
  color: #333743;
}

.video-nav button.active {
  color: #333743;
  border-color: #333743;
}

.video-nav button.active span {
  border-color: #333743;
}

/** Override with region theme settings */

/** Admin */

body#tinymce {
  background: #fff;
}

/** Custom styles **/

#trp-floater-ls {
  height: 48px;
}

#trp-floater-ls.trp-bottom-right {
  right: 0;
}


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