/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  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;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

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

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

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

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .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, visibility 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;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

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

.fancybox-slide--next {
  z-index: 99995;
}

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

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

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

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

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

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

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

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

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .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--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

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

.fancybox-iframe {
  vertical-align: top;
}

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

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

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

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

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

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

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

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

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

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

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

/* Caption */

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

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

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

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

/* 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: #fff;
  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: transparent;
  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 > ul {
  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 > ul {
  overflow: hidden;
}

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

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

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

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

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

/* Styling for Small-Screen Devices */

@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */

/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
  transition: transform 0.25s cubic-bezier(0,0,0.25,1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255,255,255,0.5);
}

/* general typography */

.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(/static/images/map/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/static/images/map/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */

.leaflet-default-icon-path {
  background-image: url(/static/images/map/marker-icon.png);
}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0,0,0,0.2);
  background-clip: padding-box;
}

/* popup */

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */

/* Base styles for the element that has a tooltip */

.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */

@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .drp-calendar {
    float: left;
  }

  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .drp-calendar {
    float: right;
  }

  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .drp-calendar {
    float: left;
  }

  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }

  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0;
  }

  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    padding-left: 12px;
  }

  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .drp-calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker.ltr .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

:root {
  --dh: var(--doc-h);
  --vh: var(--win-h);
  --sh: var(--scroll-h);
  --sy: var(--scroll-y);
  --sp: calc( var(--sh)/var(--sy));
}

/* Colours */

/* https://material.io/design/motion/speed.html#easing */

/* Sass MQ Library */

/* http://sass-mq.github.io/sass-mq/ */

/* Breakpoints */

/* Displays breakpoints for dev purposes */

/*******************************************************************/

/* Bootstrap sizes needed for Sitefinity scripts*/

/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs,
.col-xs-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,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.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: 420px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-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: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-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: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-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%;
  }
}

@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.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: flex !important;
}

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

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

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

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

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

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

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

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

  .d-xs-flex {
    display: flex !important;
  }

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

@media (min-width: 600px) {
  .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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

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

@media (min-width: 1024px) {
  .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: flex !important;
  }

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

@media (min-width: 1280px) {
  .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: flex !important;
  }

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

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

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

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

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

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

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

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

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    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: flex !important;
  }

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 420px) {
  .flex-xs-row {
    flex-direction: row !important;
  }

  .flex-xs-column {
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xs-fill {
    flex: 1 1 auto !important;
  }

  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

  .align-items-xs-start {
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 600px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

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

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

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

@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

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

@media (min-width: 1500px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !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;
}

.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: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !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: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

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

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

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

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

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

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

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

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !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: 420px) {
  .m-xs-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-xs-1 {
    margin: 0.25rem !important;
  }

  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }

  .m-xs-2 {
    margin: 0.5rem !important;
  }

  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }

  .m-xs-3 {
    margin: 1rem !important;
  }

  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }

  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }

  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }

  .m-xs-4 {
    margin: 1.5rem !important;
  }

  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }

  .m-xs-5 {
    margin: 3rem !important;
  }

  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }

  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }

  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

  .p-xs-1 {
    padding: 0.25rem !important;
  }

  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }

  .p-xs-2 {
    padding: 0.5rem !important;
  }

  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }

  .p-xs-3 {
    padding: 1rem !important;
  }

  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }

  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }

  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }

  .p-xs-4 {
    padding: 1.5rem !important;
  }

  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }

  .p-xs-5 {
    padding: 3rem !important;
  }

  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }

  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }

  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }

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

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

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

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

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

@media (min-width: 600px) {
  .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: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !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: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !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: 1024px) {
  .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: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !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: 1280px) {
  .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: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !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;
  }
}

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

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

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

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

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

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !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: 420px) {
  .text-xs-left {
    text-align: left !important;
  }

  .text-xs-right {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 600px) {
  .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: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-primary {
  color: #007da5 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #005672 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

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

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

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

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

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

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !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;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin
   */

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

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

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

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

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

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

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

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

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

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

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

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

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

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

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

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

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

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

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

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

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

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

.classic-linear {
  font-size: 12px;
}

@media screen and (min-width: 600px) {
  .classic-linear {
    font-size: calc(4vw - 12px);
  }
}

@media screen and (min-width: 900px) {
  .classic-linear {
    font-size: 24px;
  }
}

.easy-peasy {
  font-size: 12px;
}

@media screen and (min-width: 600px) {
  .easy-peasy {
    font-size: calc(3.11111vw - 6.66667px);
  }
}

@media screen and (min-width: 700px) {
  .easy-peasy {
    font-size: calc(5.77778vw - 25.33333px);
  }
}

@media screen and (min-width: 800px) {
  .easy-peasy {
    font-size: calc(3.11111vw - 4px);
  }
}

@media screen and (min-width: 900px) {
  .easy-peasy {
    font-size: 24px;
  }
}

.cubic-bezier {
  font-size: 12px;
}

@media screen and (min-width: 600px) {
  .cubic-bezier {
    font-size: calc(0.87111vw + 6.77333px);
  }
}

@media screen and (min-width: 700px) {
  .cubic-bezier {
    font-size: calc(3.13778vw - 9.09333px);
  }
}

@media screen and (min-width: 800px) {
  .cubic-bezier {
    font-size: calc(7.99111vw - 47.92px);
  }
}

@media screen and (min-width: 900px) {
  .cubic-bezier {
    font-size: 24px;
  }
}

.bloat-my-css {
  font-size: 12px;
}

@media screen and (min-width: 600px) {
  .bloat-my-css {
    font-size: calc(1.55102vw + 2.69388px);
  }
}

@media screen and (min-width: 642.85714px) {
  .bloat-my-css {
    font-size: calc(4vw - 13.04956px);
  }
}

@media screen and (min-width: 685.71429px) {
  .bloat-my-css {
    font-size: calc(5.46939vw - 23.12536px);
  }
}

@media screen and (min-width: 728.57143px) {
  .bloat-my-css {
    font-size: calc(5.95918vw - 26.69388px);
  }
}

@media screen and (min-width: 771.42857px) {
  .bloat-my-css {
    font-size: calc(5.46939vw - 22.91545px);
  }
}

@media screen and (min-width: 814.28571px) {
  .bloat-my-css {
    font-size: calc(4vw - 10.95044px);
  }
}

@media screen and (min-width: 857.14286px) {
  .bloat-my-css {
    font-size: calc(1.55102vw + 10.04082px);
  }
}

@media screen and (min-width: 900px) {
  .bloat-my-css {
    font-size: 24px;
  }
}

@media (min-width: 26.25em) {
  html.menu-open {
    overflow: hidden;
  }
}

html.hide-scroll {
  height: 100%;
  overflow: hidden;
}

html.loading body {
  position: relative;
  z-index: 1;
}

html.loading body:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: white;
  z-index: 20000;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}

html.loading-out body:before {
  opacity: 0;
}

body {
  font-family: "Muli", sans-serif;
  color: #333333;
  font-size: 15px;
  line-height: 1.4em;
  height: 100%;
  overflow: visible;
}

#site-wrap {
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

#site-wrap #site-content {
  flex-grow: 1;
}

@media (min-width: 48em) {
  .header-sticky #site-wrap {
    padding-top: 160px;
  }
}

.skip-to-content {
  position: absolute;
  left: -10000px;
  top: 10px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 12px 14px;
  border-radius: 14px;
  border: 2px solid #002d72;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.skip-to-content:focus {
  position: fixed;
  z-index: 9998;
  left: 10px;
  width: auto;
  height: auto;
  text-decoration: underline;
}

.container {
  margin: 0 auto;
  max-width: 1420px;
  padding: 0 15px;
}

.container--narrow {
  max-width: 920px;
}

.container .container {
  padding: 0;
}

#site-content .container--spacing-framework > div:not([data-sf-element]):not(.RadDockZone),
#site-content .container--spacing-framework .row[data-sf-element="Row"] {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  #site-content .container--spacing-framework > div:not([data-sf-element]):not(.RadDockZone),
  #site-content .container--spacing-framework .row[data-sf-element="Row"] {
    margin-top: calc(13.88889vw - 46.66667px);
  }
}

@media screen and (min-width: 1200px) {
  #site-content .container--spacing-framework > div:not([data-sf-element]):not(.RadDockZone),
  #site-content .container--spacing-framework .row[data-sf-element="Row"] {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  #site-content .container--spacing-framework > div:not([data-sf-element]):not(.RadDockZone),
  #site-content .container--spacing-framework .row[data-sf-element="Row"] {
    margin-bottom: calc(13.88889vw - 46.66667px);
  }
}

@media screen and (min-width: 1200px) {
  #site-content .container--spacing-framework > div:not([data-sf-element]):not(.RadDockZone),
  #site-content .container--spacing-framework .row[data-sf-element="Row"] {
    margin-bottom: 120px;
  }
}

@media (max-width: 47.99em) {
  #site-content .container--spacing-framework > div:not([data-sf-element]):not(.RadDockZone) > div[class*="col-"]:not(:last-child),
  #site-content .container--spacing-framework .row[data-sf-element="Row"] > div[class*="col-"]:not(:last-child) {
    margin-bottom: 20px;
  }
}

#site-content .container--spacing-framework > div:not([data-sf-element]):not(.RadDockZone) > div[class*="col-"] > *:not(:last-child),
#site-content .container--spacing-framework .row[data-sf-element="Row"] > div[class*="col-"] > *:not(:last-child) {
  margin-bottom: 40px;
}

#site-content .container--spacing-framework .container--narrow {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  #site-content .container--spacing-framework .container--narrow {
    margin-top: calc(13.88889vw - 46.66667px);
  }
}

@media screen and (min-width: 1200px) {
  #site-content .container--spacing-framework .container--narrow {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  #site-content .container--spacing-framework .container--narrow {
    margin-bottom: calc(13.88889vw - 46.66667px);
  }
}

@media screen and (min-width: 1200px) {
  #site-content .container--spacing-framework .container--narrow {
    margin-bottom: 120px;
  }
}

#site-content .container--spacing-framework .container--narrow > *:not(:last-child) {
  margin-bottom: 40px;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  figure {
    margin-top: calc(4.62963vw - 5.55556px);
  }
}

@media screen and (min-width: 1200px) {
  figure {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  figure {
    margin-bottom: calc(4.62963vw - 5.55556px);
  }
}

@media screen and (min-width: 1200px) {
  figure {
    margin-bottom: 50px;
  }
}

figure figcaption {
  font-size: 12px;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

::-moz-selection {
  background: #00c389;
  color: #FFFFFF;
}

::selection {
  background: #00c389;
  color: #FFFFFF;
}

button,
input,
optgroup,
select,
textarea {
  outline-color: #00c389;
}

blockquote {
  padding: 30px;
  background: #f5f6f7;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

blockquote,
blockquote p {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 300;
  color: #5b6770;
  margin: 0 0 11px;
}

@media screen and (min-width: 768px) {
  blockquote {
    margin-top: calc(4.62963vw + 4.44444px);
  }
}

@media screen and (min-width: 1200px) {
  blockquote {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  blockquote {
    margin-bottom: calc(4.62963vw + 4.44444px);
  }
}

@media screen and (min-width: 1200px) {
  blockquote {
    margin-bottom: 60px;
  }
}

blockquote cite {
  font-style: italic;
  font-size: 15px;
  line-height: 1.1em;
  margin: 0;
  color: #5b6770;
}

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

@media (max-width: 47.99em) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 48em) and (max-width: 63.99em) {
  .hide-tablet {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .hide-desktop {
    display: none !important;
  }
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.js-focus-visible .focus-visible:not(input),
input.focus-visible + label::before,
.js-show-focus-outlines input.focus-visible,
.js-show-focus-outlines .-focused {
  outline: dotted 2px #000 !important;
}

h1,
.h1 {
  font-size: 30px;
  line-height: 1.1em;
  margin: 0 0 1em;
  color: #333333;
  font-family: "Neuton", serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(7.43777vw - 27.12204px);
  }
}

@media screen and (min-width: 1012px) {
  h1,
  .h1 {
    font-size: calc(13.81299vw - 91.63934px);
  }
}

@media screen and (min-width: 1256px) {
  h1,
  .h1 {
    font-size: calc(7.43777vw - 11.56648px);
  }
}

@media screen and (min-width: 1500px) {
  h1,
  .h1 {
    font-size: 100px;
  }
}

h2,
.h2 {
  font-size: 30px;
  line-height: 1.1em;
  margin: 0 0 1em;
  color: #333333;
  font-family: "Neuton", serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(2.12508vw + 13.67942px);
  }
}

@media screen and (min-width: 1012px) {
  h2,
  .h2 {
    font-size: calc(3.94657vw - 4.7541px);
  }
}

@media screen and (min-width: 1256px) {
  h2,
  .h2 {
    font-size: calc(2.12508vw + 18.12386px);
  }
}

@media screen and (min-width: 1500px) {
  h2,
  .h2 {
    font-size: 50px;
  }
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1.1em;
  margin: 0 0 1em;
  color: #333333;
  font-family: "Neuton", serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: calc(0.63752vw + 19.10383px);
  }
}

@media screen and (min-width: 1012px) {
  h3,
  .h3 {
    font-size: calc(1.18397vw + 13.57377px);
  }
}

@media screen and (min-width: 1256px) {
  h3,
  .h3 {
    font-size: calc(0.63752vw + 20.43716px);
  }
}

@media screen and (min-width: 1500px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}

h4,
.h4 {
  font-size: 16px;
  line-height: 1.1em;
  margin: 0 0 1em;
  color: #333333;
  font-family: "Neuton", serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: calc(0.21251vw + 14.36794px);
  }
}

@media screen and (min-width: 1012px) {
  h4,
  .h4 {
    font-size: calc(0.39466vw + 12.52459px);
  }
}

@media screen and (min-width: 1256px) {
  h4,
  .h4 {
    font-size: calc(0.21251vw + 14.81239px);
  }
}

@media screen and (min-width: 1500px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
.h5 {
  font-size: 15px;
  line-height: 1.1em;
  margin: 0 0 1em;
  color: #333333;
  font-family: "Neuton", serif;
  font-weight: 400;
}

p {
  font-size: 15px;
  line-height: 25px;
  margin: 1em 0 2em;
  color: #5b6770;
}

p.featured {
  font-weight: 900;
}

.content-block ul,
.content-block ol {
  margin: 1em 0 1.75em;
  color: #5b6770;
  font-size: 15px;
  line-height: 1.5em;
}

.content-block ul li,
.content-block ol li {
  margin-bottom: 0.5em;
}

strong,
b {
  font-weight: 900;
}

a {
  color: inherit;
  text-decoration: none;
}

#site-content .content-block a:not(.btn) {
  color: #00c389;
}

#site-content .content-block a:not(.btn):hover,
#site-content .content-block a:not(.btn):focus {
  text-decoration: underline;
}

.sfPageContainer .sf_colsIn {
  /*position: relative !important;
        bottom: auto !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        width: auto !important;
        height: auto !important;
        display: block !important;*/
}

.sfPageContainer .announcements__header {
  /*position: static !important;
        transform: none !important;*/
}

.sfPageContainer .RadDock .rdMiddle .rdCenter .sf_cols {
  padding: 8px;
  width: auto;
}

.sfPageContainer [class*="col-"] {
  box-sizing: border-box;
}

.sfPageContainer .section {
  margin: 20px 0;
}

.sf-backend-wrp .btn {
  letter-spacing: inherit !important;
}

#site-wrap input[type=text],
#site-wrap input[type=email],
#site-wrap input[type=tel],
#site-wrap textarea,
#site-wrap select {
  border: 1px solid #5b6770;
  border-radius: 2px;
  width: 100%;
  background: white;
  padding: 16px 15px;
  color: #5b6770;
  font-size: 14px;
}

#site-wrap input[type=text]::-webkit-input-placeholder,
#site-wrap input[type=email]::-webkit-input-placeholder,
#site-wrap input[type=tel]::-webkit-input-placeholder,
#site-wrap textarea::-webkit-input-placeholder,
#site-wrap select::-webkit-input-placeholder {
  color: #9da4a9;
}

#site-wrap input[type=text]::-moz-placeholder,
#site-wrap input[type=email]::-moz-placeholder,
#site-wrap input[type=tel]::-moz-placeholder,
#site-wrap textarea::-moz-placeholder,
#site-wrap select::-moz-placeholder {
  color: #9da4a9;
}

#site-wrap input[type=text]:-ms-input-placeholder,
#site-wrap input[type=email]:-ms-input-placeholder,
#site-wrap input[type=tel]:-ms-input-placeholder,
#site-wrap textarea:-ms-input-placeholder,
#site-wrap select:-ms-input-placeholder {
  color: #9da4a9;
}

#site-wrap input[type=text]:-moz-placeholder,
#site-wrap input[type=email]:-moz-placeholder,
#site-wrap input[type=tel]:-moz-placeholder,
#site-wrap textarea:-moz-placeholder,
#site-wrap select:-moz-placeholder {
  color: #9da4a9;
}

#site-wrap input:-moz-ui-invalid {
  border: 3px solid #00c389;
  box-shadow: none;
}

#site-wrap select {
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none;
  background-image: url("/assets/static/images/svg/icon-angle.svg");
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 13px 10px;
}

#site-wrap select::-ms-expand {
  display: none;
}

#site-wrap .radio label,
#site-wrap .checkbox label {
  position: relative;
  padding: 2px 0 0 40px;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
  margin: 0 0 20px;
}

#site-wrap .radio label:focus,
#site-wrap .checkbox label:focus {
  color: #00c389;
}

#site-wrap .radio label:before,
#site-wrap .checkbox label:before {
  border: 1px solid #5b6770;
  border-radius: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

#site-wrap .radio label:after,
#site-wrap .checkbox label:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 2px;
  top: 12px;
  left: 12px;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #5b6770;
  transition: all cubic-bezier(0, 0, 0.2, 1) 0.1s;
}

#site-wrap .radio:last-child label,
#site-wrap .checkbox:last-child label {
  margin: 0;
}

#site-wrap .radio.checked label:after,
#site-wrap .checkbox.checked label:after {
  width: 14px;
  height: 14px;
}

#site-wrap .radio.focused label,
#site-wrap .checkbox.focused label {
  color: #00c389;
}

#site-wrap .radio--tick label:before,
#site-wrap .checkbox--tick label:before {
  border-color: #00c389;
}

#site-wrap .radio--tick label:after,
#site-wrap .checkbox--tick label:after {
  background: url("/assets/static/images/svg/icon-checkbox.svg") no-repeat center;
}

#site-wrap .radio--box-right label,
#site-wrap .checkbox--box-right label {
  padding-left: 0;
  padding-right: 40px;
  width: 100%;
}

#site-wrap .radio--box-right label:before,
#site-wrap .checkbox--box-right label:before {
  right: 0;
  left: auto;
}

#site-wrap .radio--box-right label:after,
#site-wrap .checkbox--box-right label:after {
  right: 12px;
  left: auto;
  transform: translate(50%, -50%);
}

#site-wrap .radio input[type=checkbox],
#site-wrap .radio input[type=radio],
#site-wrap .checkbox input[type=checkbox],
#site-wrap .checkbox input[type=radio] {
  opacity: 0;
  position: absolute;
}

#site-wrap .radio label:before {
  border-radius: 100%;
}

#site-wrap .radio.checked label:after {
  border-radius: 100%;
}

#site-wrap fieldset {
  border: none;
  padding: 0;
}

#site-wrap .form {
  max-width: 920px;
  margin: 0 auto;
}

#site-wrap .form__group {
  margin: 40px 0;
}

#site-wrap .form .row {
  margin: 40px -15px;
}

#site-wrap .form .row .form__group {
  margin: 0 0 40px;
}

#site-wrap .form .row > div:last-child .form__group {
  margin: 0;
}

#site-wrap .form .question-hidden .group-label {
  display: none;
}

#site-wrap .form h3 {
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  #site-wrap .form h3 {
    font-size: calc(1.06254vw + 21.83971px);
  }
}

@media screen and (min-width: 1012px) {
  #site-wrap .form h3 {
    font-size: calc(1.97328vw + 12.62295px);
  }
}

@media screen and (min-width: 1256px) {
  #site-wrap .form h3 {
    font-size: calc(1.06254vw + 24.06193px);
  }
}

@media screen and (min-width: 1500px) {
  #site-wrap .form h3 {
    font-size: 40px;
  }
}

#site-wrap .form h4 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  #site-wrap .form h4 {
    font-size: calc(0.63752vw + 19.10383px);
  }
}

@media screen and (min-width: 1012px) {
  #site-wrap .form h4 {
    font-size: calc(1.18397vw + 13.57377px);
  }
}

@media screen and (min-width: 1256px) {
  #site-wrap .form h4 {
    font-size: calc(0.63752vw + 20.43716px);
  }
}

@media screen and (min-width: 1500px) {
  #site-wrap .form h4 {
    font-size: 30px;
  }
}

#site-wrap .form label,
#site-wrap .form .group-label {
  display: inline-block;
  font-weight: 900;
  margin: 0 0 10px;
  color: #5b6770;
}

#site-wrap .form .group-label {
  margin-bottom: 30px;
}

#site-wrap .form .btn {
  text-align: right;
}

#site-wrap .form .form-nav__title {
  color: #5b6770;
  font-weight: 900;
  margin: 0 0 16px;
}

#site-wrap .form .form-nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

#site-wrap .form .form-nav__list li {
  display: inline-block;
}

#site-wrap .form .form-nav__list li {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  height: 5px;
  margin-right: 5px;
  flex: 1 1;
  background: #333333;
}

#site-wrap .form .form-nav__list li.active,
#site-wrap .form .form-nav__list li.past {
  background: #00c389;
}

#site-wrap .form .form-nav__list li:last-child {
  margin: 0;
}

#site-wrap .form .form-nav__list li span {
  position: absolute;
  left: -9999em;
}

#site-wrap .form .page-break {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 37.5em) {
  #site-wrap .form .page-break {
    justify-content: flex-end;
  }
}

#site-wrap .form .page-break .btn:not(.btn--add) {
  margin: 0 15px;
}

@media (min-width: 37.5em) {
  #site-wrap .form .page-break .btn:not(.btn--add) {
    margin: 0 0 0 30px;
  }
}

@media (max-width: 37.49em) {
  #site-wrap .form .page-break .btn--add {
    margin: 30px;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 37.5em) {
  #site-wrap .form .page-break .btn--add + div {
    display: flex;
    flex: 1;
    justify-content: flex-end;
  }
}

#site-wrap .form [data-sf-role="captcha-refresh-button"] {
  color: #00c389;
}

#site-wrap .form [data-sf-role="captcha-refresh-button"]:hover,
#site-wrap .form [data-sf-role="captcha-refresh-button"]:focus {
  text-decoration: underline;
}

#site-wrap .parsley-errors-list {
  margin: 8px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  line-height: 1.3em;
  opacity: 0;
  transition: all .3s ease-in;
  color: #00c389;
}

#site-wrap .parsley-errors-list li {
  margin-bottom: 4px;
}

#site-wrap .parsley-errors-list.filled {
  opacity: 1;
}

#site-header {
  height: 73px;
  overflow: visible;
}

@media (min-width: 64em) {
  #site-header {
    height: auto;
  }
}

@media (min-width: 48em) {
  .header-sticky #site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    height: 60px;
    z-index: 1000;
    animation: sticky-intro 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  }

  .header-sticky #site-header .container #site-logo {
    height: 34px;
    width: 100px;
    bottom: 0;
    top: 13px;
  }
}

@media (min-width: 48em) and (min-width: 80em) {
  .header-sticky #site-header .container #site-logo {
    height: 50px;
    width: 150px;
    top: 5px;
  }
}

@media (min-width: 48em) {
  .header-sticky #site-header .container #site-nav {
    top: 60px;
  }
}

@media (min-width: 48em) and (min-width: 64em) {
  .header-sticky #site-header .container #site-nav {
    padding-top: 0;
    top: 73px;
  }
}

@media (min-width: 48em) {
  .header-sticky #site-header .search-wrap,
  .header-sticky #site-header .secondary-nav {
    display: none;
  }
}

#site-header .container {
  position: relative;
}

#site-header .container #site-logo {
  display: block;
  width: 180px;
  height: auto;
  position: absolute;
  left: 15px;
  top: 6px;
  z-index: 1000;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

@media (min-width: 64em) {
  #site-header .container #site-logo {
    top: 16px;
    bottom: auto;
  }
}

@media (min-width: 80em) {
  #site-header .container #site-logo {
    width: 220px;
  }
}

@media (min-width: 93.75em) {
  #site-header .container #site-logo {
    width: 250px;
  }
}

#site-header .container #site-logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  transition: box-shadow cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

#site-header .container #btn-menu {
  border: none;
  background: none;
  position: absolute;
  right: 0;
  top: 10px;
  outline: none;
}

@media (min-width: 64em) {
  #site-header .container #btn-menu {
    display: none;
  }
}

#site-header .container #site-nav {
  z-index: 900;
}

@media (max-width: 63.99em) {
  #site-header .container #site-nav {
    background: #f5f6f7;
    position: fixed;
    top: 73px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: hidden;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    transform: translateX(100%);
    overflow-y: scroll;
    padding-top: 50px;
  }
}

@media (min-width: 64em) {
  #site-header .container #site-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 20px;
  }
}

.menu-open #site-header .container #site-nav {
  transform: translateX(0);
}

@media (min-width: 64em) {
  #site-header .container #site-nav .main-nav {
    width: 100%;
  }
}

@keyframes sticky-intro {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

#site-footer {
  padding: 40px 0;
  background: #333333;
  color: white;
}

#site-footer ul,
#site-footer p {
  color: white;
}

#site-footer .content-block a {
  text-decoration: underline;
}

@media (min-width: 48em) {
  #site-footer {
    min-height: 116px;
  }
}

#site-footer .container {
  text-align: center;
}

@media (min-width: 48em) {
  #site-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.home-banner {
  position: relative;
}

.home-banner__announcements {
  position: relative;
}

@media (min-width: 48em) {
  .home-banner__announcements {
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 10;
    max-width: 360px;
    width: 50%;
  }
}

@media (min-width: 64em) {
  .home-banner__announcements {
    right: 105px;
    top: 70px;
  }
}

@media (min-width: 80em) {
  .home-banner__announcements {
    top: 220px;
  }
}

@media (min-width: 88.75em) {
  .home-banner__announcements {
    right: calc((100vw - 1420px) / 2);
  }
}

@media (min-width: 64em) {
  .home-banner__quicklinks {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 780px;
  }
}

@media (min-width: 80em) {
  .home-banner__quicklinks {
    width: 1360px;
  }
}

@media (min-width: 48em) {
  .escort-form-intro__buttons {
    display: flex;
    margin: 0 -15px;
  }
}

.escort-form-intro__buttons .btn {
  text-align: left;
  font-size: 15px;
  color: #5b6770;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding-right: 21px;
  position: relative;
  padding: 30px 60px 30px 30px;
}

.escort-form-intro__buttons .btn:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/static/images/svg/icon-angle-right.svg");
}

.escort-form-intro__buttons .btn:after {
  right: 30px;
}

@media (min-width: 48em) {
  .escort-form-intro__buttons .btn {
    flex: 1 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 15px;
  }
}

.escort-form-intro__buttons .btn span {
  display: block;
  margin: 4px 0;
  width: 100%;
}

.escort-form-intro__buttons .btn span:first-child {
  color: #00c389;
  font-weight: 900;
}

.escort-form {
  display: none;
}

.escort-form .person--title {
  font-size: 16px;
  line-height: 1.1em;
  margin: 0 0 1em;
  color: #333333;
  font-family: "Neuton", serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .escort-form .person--title {
    font-size: calc(0.21251vw + 14.36794px);
  }
}

@media screen and (min-width: 1012px) {
  .escort-form .person--title {
    font-size: calc(0.39466vw + 12.52459px);
  }
}

@media screen and (min-width: 1256px) {
  .escort-form .person--title {
    font-size: calc(0.21251vw + 14.81239px);
  }
}

@media screen and (min-width: 1500px) {
  .escort-form .person--title {
    font-size: 18px;
  }
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.image-grid figure {
  margin: 10px 0;
}

.image-grid:first-child {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .image-grid:first-child {
    margin-top: calc(13.88889vw - 46.66667px);
  }
}

@media screen and (min-width: 1200px) {
  .image-grid:first-child {
    margin-top: 120px;
  }
}

.image-grid:last-child {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .image-grid:last-child {
    margin-bottom: calc(13.88889vw - 46.66667px);
  }
}

@media screen and (min-width: 1200px) {
  .image-grid:last-child {
    margin-bottom: 120px;
  }
}

.error-page {
  text-align: center;
  position: relative;
}

.error-page:before {
  background: url("/assets/static/images/header-bg.jpg") no-repeat right top;
  background-size: cover;
  width: 100%;
  content: '';
  display: block;
  height: 90px;
}

@media (min-width: 64em) {
  .error-page:before {
    height: 140px;
  }
}

.error-page__title {
  margin: 0 60px 20px;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .error-page__title {
    margin-top: calc(13.88889vw - 46.66667px);
  }
}

@media screen and (min-width: 1200px) {
  .error-page__title {
    margin-top: 120px;
  }
}

.error-page--404 .error-page__title {
  background: url("/assets/static/images/404.png") no-repeat center;
  background-size: contain;
  min-height: 100px;
}

.error-page--500 .error-page__title {
  background: url("/assets/static/images/500.png") no-repeat center;
  background-size: contain;
  min-height: 100px;
}

.error-page__title img {
  max-width: 700px;
  width: 100%;
}

.error-page__subtitle {
  margin-top: 0;
}

.error-page p {
  margin-bottom: 20px;
}

.error-page a {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .error-page a {
    margin-bottom: calc(13.88889vw - 46.66667px);
  }
}

@media screen and (min-width: 1200px) {
  .error-page a {
    margin-bottom: 120px;
  }
}

table:not(.table-condensed) {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: white;
  color: #5b6770;
  text-align: left;
  border-spacing: 0;
}

table:not(.table-condensed) th,
table:not(.table-condensed) td {
  padding: 14px 30px;
  vertical-align: top;
}

table:not(.table-condensed) th,
table:not(.table-condensed) .heading {
  font-weight: 900;
}

table:not(.table-condensed) .dark {
  background: #5b6770;
  color: white;
}

table:not(.table-condensed) .table-spacing {
  border-spacing: 2px;
}

table:not(.table-condensed) thead th {
  vertical-align: bottom;
}

table:not(.table-condensed) tbody + tbody {
  margin-top: 20px;
}

#site-content table:not(.table-condensed) {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #site-content table:not(.table-condensed) {
    margin-top: calc(9.25926vw - 31.11111px);
  }
}

@media screen and (min-width: 1200px) {
  #site-content table:not(.table-condensed) {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  #site-content table:not(.table-condensed) {
    margin-bottom: calc(9.25926vw - 31.11111px);
  }
}

@media screen and (min-width: 1200px) {
  #site-content table:not(.table-condensed) {
    margin-bottom: 80px;
  }
}

#site-content table:not(.table-condensed) tbody tr:nth-of-type(odd) {
  background-color: #f5f6f7;
}

@media (max-width: 47.99em) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.btn {
  line-height: 1.1em;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  background: transparent;
  border-radius: 2px;
  padding: 18px 35px;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 64em) {
  .btn {
    padding: 20px 50px;
  }
}

.btn--grey {
  color: #333333;
  border: 1px solid #333333;
}

.btn--grey:hover,
.btn--grey:focus {
  background: #333333;
  color: white;
}

.btn--grey[class*="btn--slide"]:hover,
.btn--grey[class*="btn--slide"]:focus {
  background: transparent;
}

.btn--grey[class*="btn--slide"]:before {
  background: #333333;
}

.btn--grey-solid {
  background: #333333;
  color: white;
  border: #333333 1px solid;
}

.btn--grey-solid:hover,
.btn--grey-solid:focus {
  background: #00c389;
  border-color: #00c389;
}

.btn--grey-solid[class*="btn--slide"]:hover,
.btn--grey-solid[class*="btn--slide"]:focus {
  background: #333333;
  border-color: #333333;
  color: white;
}

.btn--grey-solid[class*="btn--slide"]:before {
  background: #00c389;
}

.btn--turquoise {
  color: #00c389;
  border: 1px solid #00c389;
}

.btn--turquoise:hover,
.btn--turquoise:focus {
  background: #00c389;
  color: white;
}

.btn--turquoise[class*="btn--slide"]:hover,
.btn--turquoise[class*="btn--slide"]:focus {
  background: transparent;
}

.btn--turquoise[class*="btn--slide"]:before {
  background: #00c389;
}

.btn--turquoise-solid {
  background: #00c389;
  color: white;
  border: #00c389 1px solid;
}

.btn--turquoise-solid:hover,
.btn--turquoise-solid:focus {
  background: #333333;
  border-color: #333333;
}

.btn--turquoise-solid[class*="btn--slide"]:hover,
.btn--turquoise-solid[class*="btn--slide"]:focus {
  background: #00c389;
  border-color: #00c389;
  color: white;
}

.btn--turquoise-solid[class*="btn--slide"]:before {
  background: #333333;
}

.btn--blue {
  color: #007da5;
  border: 1px solid #007da5;
}

.btn--blue:hover,
.btn--blue:focus {
  background: #007da5;
  color: white;
}

.btn--blue[class*="btn--slide"]:hover,
.btn--blue[class*="btn--slide"]:focus {
  background: transparent;
}

.btn--blue[class*="btn--slide"]:before {
  background: #007da5;
}

.card-cta-full .btn--blue,
.page-subtitle .btn--blue {
  color: white;
}

.btn--blue-solid {
  background: #007da5;
  color: white;
  border: #007da5 1px solid;
}

.btn--blue-solid:hover,
.btn--blue-solid:focus {
  background: #333333;
  border-color: #333333;
}

.btn--blue-solid[class*="btn--slide"]:hover,
.btn--blue-solid[class*="btn--slide"]:focus {
  background: #007da5;
  border-color: #007da5;
  color: white;
}

.btn--blue-solid[class*="btn--slide"]:before {
  background: #333333;
}

.btn--white {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.btn--white:hover,
.btn--white:focus {
  background: #FFFFFF;
  color: white;
}

.btn--white[class*="btn--slide"]:hover,
.btn--white[class*="btn--slide"]:focus {
  background: transparent;
}

.btn--white[class*="btn--slide"]:before {
  background: #FFFFFF;
}

.btn--white:hover,
.btn--white:focus {
  color: #333333;
}

.btn--white[class*="btn--slide"]:hover,
.btn--white[class*="btn--slide"]:focus {
  color: #333333;
}

.btn--white-solid {
  background: #FFFFFF;
  color: white;
  border: #FFFFFF 1px solid;
  color: #00c389;
}

.btn--white-solid:hover,
.btn--white-solid:focus {
  background: #00c389;
  border-color: #00c389;
}

.btn--white-solid[class*="btn--slide"]:hover,
.btn--white-solid[class*="btn--slide"]:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: white;
}

.btn--white-solid[class*="btn--slide"]:before {
  background: #00c389;
}

.btn--white-solid:hover,
.btn--white-solid:focus {
  color: white;
}

.btn--white-solid[class*="btn--slide"]:hover,
.btn--white-solid[class*="btn--slide"]:focus {
  color: white;
}

.btn--link {
  color: #00c389;
  padding: 20px 0;
  overflow: hidden;
  z-index: 1;
}

.btn--link:before {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s, opacity cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  content: '';
  display: block;
  opacity: 0;
  z-index: -1;
}

.btn--link:hover,
.btn--link:focus {
  color: white;
}

.btn--link:hover:before,
.btn--link:focus:before {
  opacity: 1;
  transform: none;
}

.btn--link:before {
  background-color: #00c389;
  height: 3px;
  top: auto;
  transform: translateX(-100%);
}

.btn--link:hover,
.btn--link:focus {
  color: #00c389;
}

.btn--simple {
  color: #333333;
  padding: 0;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: underline;
  border: none;
  font-weight: normal;
}

.btn--simple:hover,
.btn--simple:focus {
  text-decoration: none;
}

.btn--toggle {
  width: 30px;
  height: 30px;
  text-indent: -10000em;
  padding: 0;
}

.btn--toggle:before,
.btn--toggle:after {
  transform-origin: 50%;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  content: '';
  position: absolute;
  top: 13px;
  left: 7px;
  width: 15px;
  height: 2px;
  background: #00c389;
  border-radius: 2px;
}

.btn--toggle:after {
  transform: rotate(90deg);
}

.btn--toggle-open:after {
  transform: rotate(0);
}

.btn--slide-hover-right {
  overflow: hidden;
  z-index: 1;
}

.btn--slide-hover-right:before {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s, opacity cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  content: '';
  display: block;
  opacity: 0;
  z-index: -1;
}

.btn--slide-hover-right:hover,
.btn--slide-hover-right:focus {
  color: white;
}

.btn--slide-hover-right:hover:before,
.btn--slide-hover-right:focus:before {
  opacity: 1;
  transform: none;
}

.btn--slide-hover-right:before {
  transform: translateX(-100%);
}

.btn--slide-hover-down {
  overflow: hidden;
  z-index: 1;
}

.btn--slide-hover-down:before {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s, opacity cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  content: '';
  display: block;
  opacity: 0;
  z-index: -1;
}

.btn--slide-hover-down:hover,
.btn--slide-hover-down:focus {
  color: white;
}

.btn--slide-hover-down:hover:before,
.btn--slide-hover-down:focus:before {
  opacity: 1;
  transform: none;
}

.btn--slide-hover-down:before {
  transform: translateY(-100%);
}

.btn--slide-hover-left {
  overflow: hidden;
  z-index: 1;
}

.btn--slide-hover-left:before {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s, opacity cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  content: '';
  display: block;
  opacity: 0;
  z-index: -1;
}

.btn--slide-hover-left:hover,
.btn--slide-hover-left:focus {
  color: white;
}

.btn--slide-hover-left:hover:before,
.btn--slide-hover-left:focus:before {
  opacity: 1;
  transform: none;
}

.btn--slide-hover-left:before {
  transform: translateX(100%);
}

.btn--slide-hover-up {
  overflow: hidden;
  z-index: 1;
}

.btn--slide-hover-up:before {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s, opacity cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  content: '';
  display: block;
  opacity: 0;
  z-index: -1;
}

.btn--slide-hover-up:hover,
.btn--slide-hover-up:focus {
  color: white;
}

.btn--slide-hover-up:hover:before,
.btn--slide-hover-up:focus:before {
  opacity: 1;
  transform: none;
}

.btn--slide-hover-up:before {
  transform: translateY(100%);
}

.btn:disabled,
.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.3;
}

.btn:disabled:hover,
.btn[disabled]:hover {
  background: transparent;
  color: #00c389;
}

.link {
  color: #00c389;
}

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

.link--external {
  padding-right: 21px;
  position: relative;
  padding-right: 0;
}

.link--external:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/static/images/svg/icon-external-link-green.svg");
}

.link--external:after {
  margin-left: 7px;
  position: static;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  display: inline-block;
  transform: none;
}

.embed {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .embed-responsive {
    margin-top: calc(4.62963vw + 4.44444px);
  }
}

@media screen and (min-width: 1200px) {
  .embed-responsive {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .embed-responsive {
    margin-bottom: calc(4.62963vw + 4.44444px);
  }
}

@media screen and (min-width: 1200px) {
  .embed-responsive {
    margin-bottom: 60px;
  }
}

.embed-responsive--ratio-21-9 {
  padding-bottom: 42.85714%;
}

.embed-responsive--ratio-16-9 {
  padding-bottom: 56.25%;
}

.embed-responsive--ratio-4-3 {
  padding-bottom: 75%;
}

.embed-responsive--ratio-1-1 {
  padding-bottom: 100%;
}

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

ul.pagination {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

ul.pagination li {
  display: inline-block;
}

ul.pagination li.active a,
ul.pagination li.active button {
  font-weight: 900;
}

ul.pagination li a,
ul.pagination li button {
  background: none;
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 13px;
  line-height: 50px;
  border: 1px solid transparent;
  transition: border-color cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  margin: 0 2px;
  cursor: pointer;
}

ul.pagination li a:hover,
ul.pagination li a:focus,
ul.pagination li button:hover,
ul.pagination li button:focus {
  border-color: #5b6770;
}

ul.pagination li .prev,
ul.pagination li .next {
  text-indent: -9999em;
  width: 25px;
  background: url("/assets/static/images/svg/icon-angle-left.svg") no-repeat center;
  background-size: 10px 20px;
  margin: 0 6px;
}

ul.pagination li .next {
  background-image: url("/assets/static/images/svg/icon-angle-right.svg");
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #333;
  background-image: url("/assets/static/images/fp-spinner.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 100px auto;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.story {
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 37.49em) {
  .story {
    margin: 15px 0;
  }
}

@media (min-width: 64em) {
  .story {
    margin-bottom: 30px;
  }
}

.story__img {
  width: 100%;
}

.story__date {
  position: absolute;
  min-width: 70px;
  background: white;
  top: 0;
  right: 15px;
  font-weight: 900;
  color: #5b6770;
  text-align: center;
  font-size: 14px;
  line-height: 1.1em;
  padding: 7px;
}

.story__date .date {
  font-size: 35px;
  line-height: 1.1em;
  margin-bottom: 10px;
}

.story__content {
  padding-left: 15px;
}

.story__topic {
  line-height: 1.1em;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 30px 0 15px;
  overflow: hidden;
}

.story__topic span {
  display: inline-block;
  position: relative;
}

.story__topic span:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: calc(100% + 8px);
  bottom: 50%;
  right: -9999em;
  background: #333333;
}

.story__title {
  max-width: 370px;
}

.daterangepicker {
  box-shadow: 0 12px 50px 0 rgba(0, 0, 0, 0.2);
  border: none;
  font-family: "Muli", sans-serif;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  min-width: 36px;
  width: 36px;
  height: 30px;
  line-height: 30px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #00c389;
}

.daterangepicker th.month {
  font-weight: 900;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none;
  background-image: url("/assets/static/images/svg/icon-angle.svg");
  background-repeat: no-repeat;
  background-position: right 8px top 50%;
  background-size: 13px 10px;
}

.daterangepicker select.monthselect::-ms-expand,
.daterangepicker select.yearselect::-ms-expand {
  display: none;
}

.modal {
  min-width: 60vw;
}

.modal .embed-responsive {
  margin: 20px 0 40px;
}

.modal__title {
  font-size: 24px;
  line-height: 1.1em;
  margin: 0 0 1em;
  color: #333333;
  font-family: "Neuton", serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .modal__title {
    font-size: calc(0.63752vw + 19.10383px);
  }
}

@media screen and (min-width: 1012px) {
  .modal__title {
    font-size: calc(1.18397vw + 13.57377px);
  }
}

@media screen and (min-width: 1256px) {
  .modal__title {
    font-size: calc(0.63752vw + 20.43716px);
  }
}

@media screen and (min-width: 1500px) {
  .modal__title {
    font-size: 30px;
  }
}

.modal__text:last-child {
  margin-bottom: 0;
}

.tabulated-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tabulated-list li {
  color: #5b6770;
  padding: 20px 0;
}

@media (min-width: 48em) {
  .tabulated-list li {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0;
  }
}

.tabulated-list li > div,
.tabulated-list li > a > div {
  padding: 5px 30px;
}

@media (min-width: 48em) {
  .tabulated-list li > div,
  .tabulated-list li > a > div {
    flex: 1 1 auto;
    padding: 30px;
  }
}

.tabulated-list li > div a,
.tabulated-list li > a > div a {
  line-height: 1.1em;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #00c389;
}

.tabulated-list li > div a:focus,
.tabulated-list li > div a:hover,
.tabulated-list li > a > div a:focus,
.tabulated-list li > a > div a:hover {
  text-decoration: underline;
}

.tabulated-list__item-heading {
  font-weight: 900;
}

.tabulated-list--striped li:nth-child(2n+1) {
  background: #f5f6f7;
}

.tabulated-list--bordered li:not(:last-child) {
  border-bottom: 1px solid #333333;
}

@media (min-width: 48em) {
  .tabulated-list--contacts div:nth-child(1),
  .tabulated-list--contacts div:nth-child(2) {
    flex: 0 1 140px;
  }
}

@media (min-width: 48em) and (min-width: 64em) {
  .tabulated-list--contacts div:nth-child(1),
  .tabulated-list--contacts div:nth-child(2) {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 48em) {
  .contacts-list--no-emails .tabulated-list--contacts div:nth-child(1),
  .contacts-list--no-emails .tabulated-list--contacts div:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .tabulated-list--contacts div:nth-child(3) {
    flex: 1 1 auto;
    word-break: break-all;
  }

  .tabulated-list--contacts div:nth-child(4) {
    flex: 0 1 60px;
    max-width: none;
    justify-self: flex-end;
  }
}

@media (min-width: 48em) {
  .tabulated-list--resources .resource {
    flex: none;
    margin: 0;
  }
}

.tabulated-list--resources .resource a {
  display: block;
  width: 100%;
  padding-right: 15px;
  position: relative;
  padding-right: 30px;
}

.tabulated-list--resources .resource a:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/static/images/svg/icon-angle-right.svg");
}

.tabulated-list--resources .resource a:after {
  right: 15px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

@media (min-width: 48em) {
  .tabulated-list--resources .resource a {
    display: flex;
    align-items: center;
  }
}

.tabulated-list--resources .resource a:hover,
.tabulated-list--resources .resource a:focus {
  color: #00c389;
}

.tabulated-list--resources .resource a:hover .inline-svg svg path,
.tabulated-list--resources .resource a:focus .inline-svg svg path {
  fill: #00c389;
}

.tabulated-list--resources .resource a:hover span:before,
.tabulated-list--resources .resource a:focus span:before {
  background: #00c389;
}

.tabulated-list--resources .resource a:hover:after,
.tabulated-list--resources .resource a:focus:after {
  transform: translate(4px, -50%);
}

@media (min-width: 48em) {
  .tabulated-list--resources .resource a > div {
    padding: 24px 30px;
  }
}

.tabulated-list--resources .resource__icon {
  flex: 0 0 auto;
  display: flex;
  align-content: flex-start;
}

.tabulated-list--resources .resource__icon .inline-svg {
  height: 20px;
  flex: 0 0 20px;
  margin-right: 10px;
}

.tabulated-list--resources .resource__icon .inline-svg path {
  fill: black;
  transition: fill cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

.tabulated-list--resources .resource__icon:hover .inline-svg path,
.tabulated-list--resources .resource__icon:focus .inline-svg path {
  fill: #00c389;
}

@media (max-width: 47.99em) {
  .tabulated-list--resources .resource__icon {
    margin-bottom: 6px;
  }
}

.tabulated-list--resources .resource__icon .inline-svg {
  margin: 0;
}

.tabulated-list--resources .resource__title {
  font-weight: 900;
  color: #00c389;
}

.tabulated-list--resources .resource__text {
  transition: color cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

.tabulated-list--resources .resource__text span + span:before {
  content: "";
  display: block;
  position: absolute;
  position: static;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #5b6770;
  margin: 0 7px 3px 4px;
  transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

.react-select-container .react-select__control {
  border-radius: 0;
  border-color: black;
  min-height: 45px;
}

.react-select-container .react-select__control:hover,
.react-select-container .react-select__control--is-focused {
  border-color: #00c389;
  box-shadow: 0 0 0 1px #00c389;
}

.react-select-container .react-select__indicator-separator {
  display: none;
}

.react-select-container .react-select__dropdown-indicator {
  padding-right: 27px;
  position: relative;
}

.react-select-container .react-select__dropdown-indicator:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/static/images/svg/icon-angle.svg");
}

.react-select-container .react-select__dropdown-indicator:after {
  right: 12px;
}

.react-select-container .react-select__dropdown-indicator svg {
  display: none;
}

.react-select-container .react-select__menu {
  border-radius: 0;
  margin: 0;
}

.react-select-container .react-select__option--is-focused {
  background: #f5f6f7;
}

.react-select-container .react-select__option--is-selected {
  background: #00c389;
}

.react-select-container .react-select__option:active {
  background: #7fe1c4;
}

.navbar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 64em) {
  .navbar > ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
}

.navbar > ul li {
  position: relative;
}

@media (max-width: 63.99em) {
  .navbar > ul li.open > .dropdown {
    display: block;
    max-height: 100vh;
    padding: 0 0 10px;
  }
}

.navbar > ul li.open > .nav-toggle:after {
  transform: rotate(0);
}

.navbar > ul li a {
  font-weight: 900;
  padding: 12px 30px;
  display: block;
  color: #333333;
  transition: color cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

@media (min-width: 64em) {
  .navbar > ul li a {
    padding: 12px 25px;
  }
}

.navbar > ul li a:hover,
.navbar > ul li a:focus {
  color: #00c389;
}

.navbar > ul li .nav-toggle {
  display: block;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 10px;
  width: 30px;
  height: 30px;
  text-indent: -10000em;
}

@media (min-width: 64em) {
  .navbar > ul li .nav-toggle {
    display: none;
  }
}

.navbar > ul li .nav-toggle:before,
.navbar > ul li .nav-toggle:after {
  transform-origin: 50%;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  content: '';
  position: absolute;
  top: 13px;
  left: 7px;
  width: 15px;
  height: 2px;
  background: #00c389;
  border-radius: 2px;
}

.navbar > ul li .nav-toggle:after {
  transform: rotate(90deg);
}

.navbar > ul li ul.dropdown {
  transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 63.99em) {
  .navbar > ul li ul.dropdown {
    display: none;
  }
}

@media (min-width: 64em) {
  .navbar > ul li ul.dropdown {
    position: absolute;
    z-index: 10000;
    left: 0;
    min-width: 200px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0;
    max-height: 0;
  }

  .navbar > ul li ul.dropdown[data-visually-hidden="true"] {
    padding: 0;
    max-height: 0;
  }

  .navbar > ul li ul.dropdown[data-visually-hidden="false"] {
    max-height: none;
    opacity: 1;
  }

  .navbar > ul li ul.dropdown.right-aligned {
    left: auto;
    right: 0;
  }
}

.navbar > ul li ul.dropdown li a {
  font-size: 15px;
  font-weight: 400;
  padding: 6px 30px;
  color: #5b6770;
}

.navbar > ul li ul.dropdown li a:hover,
.navbar > ul li ul.dropdown li a:focus {
  text-decoration: underline;
  color: #00c389;
}

@media (min-width: 64em) {
  .navbar > ul li ul.dropdown li a {
    font-size: 16px;
    padding: 12px 22px;
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    z-index: 1;
  }

  .navbar > ul li ul.dropdown li a:before {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s, opacity cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
    content: '';
    display: block;
    opacity: 0;
    z-index: -1;
  }

  .navbar > ul li ul.dropdown li a:hover,
  .navbar > ul li ul.dropdown li a:focus {
    color: white;
  }

  .navbar > ul li ul.dropdown li a:hover:before,
  .navbar > ul li ul.dropdown li a:focus:before {
    opacity: 1;
    transform: none;
  }

  .navbar > ul li ul.dropdown li a:before {
    transform: translateX(-100%);
    background: #00c389;
    width: 4px;
  }

  .navbar > ul li ul.dropdown li a:hover,
  .navbar > ul li ul.dropdown li a:focus {
    color: #00c389;
    text-decoration: none;
  }
}

@media (min-width: 64em) {
  .navbar > ul li ul.dropdown li ul.dropdown {
    display: none;
  }
}

.navbar > ul li ul.dropdown li ul.dropdown li ul.dropdown a {
  padding-left: 60px;
  font-size: 12px;
}

.navbar > ul li ul.dropdown li.open > .dropdown {
  background: white;
  padding: 10px 0;
}

@media (min-width: 64em) {
  .main-nav .navbar {
    padding-top: 3px;
  }
}

@media (min-width: 64em) {
  .main-nav .navbar > ul > li > a {
    font-size: 16px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media screen and (min-width: 64em) and (min-width: 1024px) {
  .main-nav .navbar > ul > li > a {
    font-size: calc(0.42017vw + 11.69748px);
  }
}

@media screen and (min-width: 64em) and (min-width: 1500px) {
  .main-nav .navbar > ul > li > a {
    font-size: 18px;
  }
}

@media screen and (min-width: 64em) and (min-width: 1024px) {
  .main-nav .navbar > ul > li > a {
    padding-left: calc(1.68067vw - 3.21008px);
  }
}

@media screen and (min-width: 64em) and (min-width: 1500px) {
  .main-nav .navbar > ul > li > a {
    padding-left: 22px;
  }
}

@media screen and (min-width: 64em) and (min-width: 1024px) {
  .main-nav .navbar > ul > li > a {
    padding-right: calc(1.68067vw - 3.21008px);
  }
}

@media screen and (min-width: 64em) and (min-width: 1500px) {
  .main-nav .navbar > ul > li > a {
    padding-right: 22px;
  }
}

@media (min-width: 64em) {
  .main-nav .navbar > ul > li:last-child a {
    padding-right: 0;
  }
}

.secondary-nav .navbar {
  padding-top: 20px;
}

@media (min-width: 64em) {
  .secondary-nav .navbar {
    padding-top: 10px;
    margin-right: 18px;
  }
}

.secondary-nav .navbar ul li a {
  font-size: 14px;
  padding: 5px 30px;
  font-weight: 700;
}

@media (min-width: 64em) {
  .secondary-nav .navbar ul li a {
    padding: 5px 18px;
  }
}

.sitemap ul li {
  padding: 4px 0;
}

.sitemap ul li a:hover,
.sitemap ul li a:focus {
  text-decoration: underline;
}

.sitemap > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sitemap > ul > li {
  padding: 6px 0;
}

.sitemap > ul > li > a {
  font-size: 24px;
  line-height: 1.1em;
  margin: 0 0 1em;
  color: #333333;
  font-family: "Neuton", serif;
  font-weight: 400;
  line-height: 1.4em;
}

@media screen and (min-width: 768px) {
  .sitemap > ul > li > a {
    font-size: calc(0.63752vw + 19.10383px);
  }
}

@media screen and (min-width: 1012px) {
  .sitemap > ul > li > a {
    font-size: calc(1.18397vw + 13.57377px);
  }
}

@media screen and (min-width: 1256px) {
  .sitemap > ul > li > a {
    font-size: calc(0.63752vw + 20.43716px);
  }
}

@media screen and (min-width: 1500px) {
  .sitemap > ul > li > a {
    font-size: 30px;
  }
}

.search-wrap {
  padding: 30px;
}

@media (min-width: 64em) {
  .search-wrap {
    padding: 0;
    min-width: 270px;
  }
}

.search-wrap .search {
  width: 100%;
  height: 50px;
  position: relative;
}

.search-wrap .search input[type="search"] {
  border: none;
  width: 100%;
  height: 50px;
  padding: 20px 60px 20px 20px;
  font-size: 13px;
  box-sizing: border-box;
}

@media (min-width: 64em) {
  .search-wrap .search input[type="search"] {
    background-color: #f5f6f7;
  }
}

.search-wrap .search .btn-search-submit {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background: transparent;
  background-image: url("/assets/static/images/svg/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  text-indent: -9999em;
  cursor: pointer;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.3s background-color;
  border: none;
  outline: none;
}

.search-wrap .search .btn-search-submit:focus,
.search-wrap .search .btn-search-submit:hover {
  background-color: #e2e8ec;
}

.search-wrap .gov-search-link {
  font-size: 13px;
  padding: 6px 0;
  text-align: right;
}

@media (max-width: 63.99em) {
  .search-wrap .gov-search-link {
    display: none;
  }
}

/* clears the 'X' from Internet Explorer */

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.sf-autocomplete {
  display: none !important;
}

.search-results .result {
  padding: 30px 0;
}

@media (min-width: 26.25em) {
  .search-results .result {
    display: flex;
  }
}

.search-results .result__media {
  flex: 0 0 200px;
  padding-right: 30px;
}

.search-results .result__media a {
  display: block;
}

.search-results .result__media a img {
  width: 100%;
}

.search-results .result__content {
  flex: 1 1 auto;
}

.search-results .result__title {
  margin: 0 0 .5em;
}

.search-results .result p {
  margin: .5em 0;
}

.search-results .result .btn--link {
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
  padding: 0.7em 0;
}

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

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

.inline-list li {
  font-size: 13px;
  padding: 4px;
  display: block;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}

@media (min-width: 48em) {
  .inline-list li {
    display: inline-block;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .inline-list li {
    padding-left: calc(1.38889vw - 6.66667px);
  }
}

@media screen and (min-width: 1200px) {
  .inline-list li {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .inline-list li {
    padding-right: calc(1.38889vw - 6.66667px);
  }
}

@media screen and (min-width: 1200px) {
  .inline-list li {
    padding-right: 10px;
  }
}

@media (min-width: 64em) {
  .inline-list li {
    padding: 8px 14px;
  }
}

.inline-list li a:focus,
.inline-list li a:hover {
  text-decoration: underline;
}

@media (min-width: 48em) {
  #site-footer .inline-list:first-child {
    text-align: left;
  }
}

.inline-list--social-media {
  flex-shrink: 0;
}

.inline-list--social-media li {
  display: inline-block;
  padding: 4px;
  padding-right: 4px;
  padding-left: 4px;
}

@media screen and (min-width: 768px) {
  .inline-list--social-media li {
    padding-right: calc(1.38889vw - 6.66667px);
  }
}

@media screen and (min-width: 1200px) {
  .inline-list--social-media li {
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .inline-list--social-media li {
    padding-left: calc(1.38889vw - 6.66667px);
  }
}

@media screen and (min-width: 1200px) {
  .inline-list--social-media li {
    padding-left: 10px;
  }
}

.inline-list--social-media li.twitter a {
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/static/images/svg/icon-twitter-blue.svg");
  height: 26px;
  width: 26px;
  text-indent: -9999em;
  font-size: 0;
  display: block;
}

.inline-list--social-media li.instagram a {
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/static/images/svg/icon-instagram-blue.svg");
  height: 26px;
  width: 26px;
  text-indent: -9999em;
  font-size: 0;
  display: block;
}

.inline-list--social-media li.facebook a {
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/static/images/svg/icon-facebook-blue.svg");
  height: 26px;
  width: 26px;
  text-indent: -9999em;
  font-size: 0;
  display: block;
}

.inline-list--social-media li.linkedin a {
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/static/images/svg/icon-linkedin-blue.svg");
  height: 26px;
  width: 26px;
  text-indent: -9999em;
  font-size: 0;
  display: block;
}

.inline-list--social-media li.youtube a {
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/static/images/svg/icon-youtube-blue.svg");
  height: 26px;
  width: 26px;
  text-indent: -9999em;
  font-size: 0;
  display: block;
}

.inline-list--social-media li a {
  transition: cubic-bezier(0, 0, 0.2, 1) 0.3s transform;
}

.inline-list--social-media li a:hover,
.inline-list--social-media li a:focus {
  transform: scale(1.2);
}

.page-title {
  background: url("/assets/static/images/header-bg.jpg") no-repeat right top;
  background-size: cover;
}

.page-title h1 {
  margin: 0;
  padding: 2em 0;
  text-align: center;
}

@media (min-width: 64em) {
  .page-title h1 {
    transform: translateY(1.17em);
    padding: 1em 0;
    text-align: left;
  }
}

@media (min-width: 80em) {
  .page-title h1 {
    transform: translateY(0.66em);
    padding: 0.5em 0;
    text-align: left;
  }
}

.page-subtitle {
  background: #002d72;
  color: white;
  display: block;
}

.page-subtitle .container {
  text-align: center;
  padding: 5px 15px;
}

@media (min-width: 64em) {
  .page-subtitle .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
    padding: 30px 15px;
  }
}

.page-subtitle__content {
  font-size: 24px;
  font-family: "Muli", sans-serif;
  font-weight: 200;
  line-height: 1.4em;
  color: white;
  margin: 30px 0;
}

@media (min-width: 64em) {
  .page-subtitle__content {
    flex: 0 1 640px;
  }
}

.page-subtitle__buttons {
  flex: 0 0 auto;
  text-align: center;
  margin: 30px 0;
}

.page-subtitle__buttons .btn--white {
  border-color: #007da5;
  margin: 0 5px;
}

.page-subtitle__buttons .btn--white:hover,
.page-subtitle__buttons .btn--white:focus {
  color: white;
}

.page-subtitle__buttons .btn--white[class*="btn--slide"]:before {
  background: #007da5;
}

.tight h1,
.tight h2,
.tight h3,
.tight h4,
.tight h5,
.tight p,
#site-content .tight table:not(.table-condensed) {
  margin: 15px 0;
}

.footer-subscribe {
  padding: 30px;
  flex-shrink: 0;
}

@media (min-width: 48em) {
  .footer-subscribe {
    padding: 0 36px;
  }
}

.footer-subscribe a {
  padding-right: 42px;
  position: relative;
  font-weight: 900;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.3s color;
  display: block;
  font-size: 13px;
}

.footer-subscribe a:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/static/images/svg/icon-mail-blue.svg");
}

@media screen and (min-width: 768px) {
  .footer-subscribe a {
    font-size: calc(0.92593vw + 5.88889px);
  }
}

@media screen and (min-width: 1200px) {
  .footer-subscribe a {
    font-size: 17px;
  }
}

.footer-subscribe a:after {
  transition: cubic-bezier(0, 0, 0.2, 1) 0.3s transform;
  transform-origin: 50% 0;
}

.footer-subscribe a:hover,
.footer-subscribe a:focus {
  color: #007da5;
}

.footer-subscribe a:hover:after,
.footer-subscribe a:focus:after {
  transform: scale(1.1) translateY(-50%);
}

@media (max-width: 47.99em) {
  .footer-subscribe a {
    padding-right: 0;
    padding-top: 40px;
  }

  .footer-subscribe a:after {
    right: 50%;
    top: 0;
    transform-origin: 100% 50%;
    transform: translateX(50%);
  }

  .footer-subscribe a:hover:after,
  .footer-subscribe a:focus:after {
    transform: scale(1.1) translateX(50%);
  }
}

.owl-carousel {
  animation: intro-fade-up;
  animation-duration: 2s;
  will-change: opacity;
}

.owl-carousel .owl-item:not(.active) a {
  display: none;
}

@media (min-width: 48em) {
  .owl-carousel--home:before {
    background: url("/assets/static/images/header-bg.jpg") no-repeat right top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 90px;
    content: '';
    display: block;
  }
}

@media (min-width: 64em) {
  .owl-carousel--home:before {
    height: 140px;
  }
}

@media (min-width: 80em) {
  .owl-carousel--home:before {
    height: 220px;
  }
}

.owl-carousel--home .owl-stage .owl-item .slide {
  z-index: 1;
}

@media (min-width: 48em) {
  .owl-carousel--home .owl-stage .owl-item .slide {
    position: relative;
    height: 460px;
  }
}

@media (min-width: 64em) {
  .owl-carousel--home .owl-stage .owl-item .slide {
    height: 800px;
  }
}

@media (min-width: 80em) {
  .owl-carousel--home .owl-stage .owl-item .slide {
    height: 1020px;
  }
}

.owl-carousel--home .owl-stage .owl-item .slide__content {
  background: url("/assets/static/images/header-bg-mobile.jpg") no-repeat bottom right;
  background-size: cover;
  padding: 70px 40px 40px;
  text-align: center;
  width: 100%;
  animation: intro-fade;
  animation-duration: 3s;
  will-change: opacity;
}

@media (min-width: 48em) {
  .owl-carousel--home .owl-stage .owl-item .slide__content {
    background: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2;
    text-align: left;
    padding: 0 40px;
    transition: transform cubic-bezier(0, 0, 0.2, 1) 0.8s, opacity cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
    transition-delay: .4s;
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
}

@media (min-width: 64em) {
  .owl-carousel--home .owl-stage .owl-item .slide__content {
    top: 86px;
  }
}

@media (min-width: 80em) {
  .owl-carousel--home .owl-stage .owl-item .slide__content {
    top: 139px;
  }
}

@media (min-width: 64em) {
  .owl-carousel--home .owl-stage .owl-item .slide__content .container {
    padding: 0 65px;
  }
}

.owl-carousel--home .owl-stage .owl-item .slide__title {
  font-size: 30px;
  line-height: 1.1em;
  margin: 0 0 1em;
  color: #333333;
  font-family: "Neuton", serif;
  font-weight: 400;
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .owl-carousel--home .owl-stage .owl-item .slide__title {
    font-size: calc(7.43777vw - 27.12204px);
  }
}

@media screen and (min-width: 1012px) {
  .owl-carousel--home .owl-stage .owl-item .slide__title {
    font-size: calc(13.81299vw - 91.63934px);
  }
}

@media screen and (min-width: 1256px) {
  .owl-carousel--home .owl-stage .owl-item .slide__title {
    font-size: calc(7.43777vw - 11.56648px);
  }
}

@media screen and (min-width: 1500px) {
  .owl-carousel--home .owl-stage .owl-item .slide__title {
    font-size: 100px;
  }
}

@media (min-width: 48em) {
  .owl-carousel--home .owl-stage .owl-item .slide__title {
    color: white;
    font-size: 45px;
    line-height: 1em;
    max-width: 50%;
  }

  .owl-carousel--home .owl-stage .owl-item .slide__title::first-line {
    color: #333333;
  }
}

@media (min-width: 64em) {
  .owl-carousel--home .owl-stage .owl-item .slide__title {
    font-size: 60px;
  }
}

@media (min-width: 80em) {
  .owl-carousel--home .owl-stage .owl-item .slide__title {
    font-size: 90px;
  }
}

.owl-carousel--home .owl-stage .owl-item .slide__title span {
  color: #333333;
}

@media (min-width: 48em) {
  .owl-carousel--home .owl-stage .owl-item .slide__cta {
    border-color: white;
    color: white;
  }

  .owl-carousel--home .owl-stage .owl-item .slide__cta:before {
    background: white;
  }

  .owl-carousel--home .owl-stage .owl-item .slide__cta:hover,
  .owl-carousel--home .owl-stage .owl-item .slide__cta:focus {
    color: #333333;
  }
}

@media (min-width: 48em) {
  .owl-carousel--home .owl-stage .owl-item .slide__img {
    display: none;
  }
}

.owl-carousel--home .owl-stage .owl-item .slide__bg-img {
  display: none;
}

@media (min-width: 48em) {
  .owl-carousel--home .owl-stage .owl-item .slide__bg-img {
    display: block;
    position: absolute;
    top: 90px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .owl-carousel--home .owl-stage .owl-item .slide__bg-img:before {
    content: "";
    display: block;
    position: absolute;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    height: 40%;
  }

  .owl-carousel--home .owl-stage .owl-item .slide__bg-img:after {
    content: "";
    display: block;
    position: absolute;
    background-image: linear-gradient(0, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
  }
}

@media (min-width: 64em) {
  .owl-carousel--home .owl-stage .owl-item .slide__bg-img {
    top: 140px;
  }
}

@media (min-width: 80em) {
  .owl-carousel--home .owl-stage .owl-item .slide__bg-img {
    top: 220px;
  }
}

.owl-carousel--home .owl-stage .owl-item .slide__video {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.owl-carousel--home .owl-stage .owl-item .slide__video video {
  font-family: 'object-fit: cover;';
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: relative;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .owl-carousel--home .owl-stage .owl-item .slide__video video {
    height: 100%;
  }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) and (-ms-ime-align: auto) {
  .owl-carousel--home .owl-stage .owl-item .slide__video video {
    height: auto;
  }
}

.owl-carousel--home .owl-stage .owl-item.active .slide__content {
  transform: none;
  opacity: 1;
}

.owl-carousel--animated-dots .owl-dots {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

@media (min-width: 48em) {
  .owl-carousel--animated-dots .owl-dots {
    top: auto;
    bottom: 40px;
    left: 0;
    transform: none;
  }
}

@media (min-width: 80em) {
  .owl-carousel--animated-dots .owl-dots {
    bottom: 300px;
  }
}

.owl-carousel--animated-dots .owl-dots .owl-dot {
  display: inline-block;
  height: 10px;
  width: 16px;
  margin: 0 4px;
  position: relative;
  outline: none;
}

@media (min-width: 48em) {
  .owl-carousel--animated-dots .owl-dots .owl-dot {
    display: block;
    width: 80px;
    height: 4px;
    margin: 10px 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 80em) {
  .owl-carousel--animated-dots .owl-dots .owl-dot {
    width: 110px;
  }
}

.owl-carousel--animated-dots .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid rgba(91, 103, 112, 0.5);
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0;
  margin: 10px 0;
  transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

@media (min-width: 48em) {
  .owl-carousel--animated-dots .owl-dots .owl-dot span {
    border: none;
    background: rgba(255, 255, 255, 0.4);
    position: relative;
  }

  .owl-carousel--animated-dots .owl-dots .owl-dot span:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    background: #FFFFFF;
    transform: translate3d(-100%, 0, 0);
  }
}

@media (min-width: 48em) {
  .owl-carousel--animated-dots .owl-dots .owl-dot:hover {
    width: 85px;
  }
}

@media (min-width: 80em) {
  .owl-carousel--animated-dots .owl-dots .owl-dot:hover {
    width: 115px;
  }
}

.owl-carousel--animated-dots .owl-dots .owl-dot:hover span {
  background: #00c389;
}

@media (min-width: 48em) {
  .owl-carousel--animated-dots .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 0.6);
  }
}

@media (min-width: 48em) {
  .owl-carousel--animated-dots .owl-dots .owl-dot.active {
    width: 120px;
  }
}

@media (min-width: 80em) {
  .owl-carousel--animated-dots .owl-dots .owl-dot.active {
    width: 140px;
  }
}

.owl-carousel--animated-dots .owl-dots .owl-dot.active span {
  background: #00c389;
}

@media (min-width: 48em) {
  .owl-carousel--animated-dots .owl-dots .owl-dot.active span {
    background: rgba(255, 255, 255, 0.4);
  }

  .owl-carousel--animated-dots .owl-dots .owl-dot.active span:before {
    transition: transform linear 10s;
    transform: none;
  }
}

.owl-carousel--animated-dots .owl-dots .owl-dot.active:hover span {
  background: #00c389;
}

@media (min-width: 48em) {
  .owl-carousel--animated-dots .owl-dots .owl-dot.active:hover span {
    background: rgba(255, 255, 255, 0.7);
  }
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  position: absolute;
  left: -9999em;
}

_:-ms-lang(x),
.slide__title {
  margin-top: 2px !important;
}

@media (min-width: 48em) {
  .owl-carousel--dyk:before {
    background: transparent;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 90px;
    content: '';
    display: block;
  }
}

@media (min-width: 64em) {
  .owl-carousel--dyk:before {
    height: 140px;
  }
}

@media (min-width: 80em) {
  .owl-carousel--dyk:before {
    height: 220px;
  }
}

.owl-carousel--dyk .owl-stage .owl-item .dyk-slide {
  z-index: 1;
}

@media (min-width: 48em) {
  .owl-carousel--dyk .owl-stage .owl-item .dyk-slide {
    position: relative;
    height: 460px;
  }
}

@media (min-width: 64em) {
  .owl-carousel--dyk .owl-stage .owl-item .dyk-slide {
    height: 600px;
  }
}

.owl-carousel--dyk .owl-stage .owl-item .dyk-slide__kicker {
  margin-bottom: 40px;
  line-height: 1.1em;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  overflow: hidden;
  margin-right: 20%;
  max-width: 30%;
}

@media screen and (min-width: 768px) {
  .owl-carousel--dyk .owl-stage .owl-item .dyk-slide__kicker {
    margin-bottom: calc(0vw + 40px);
  }
}

@media screen and (min-width: 1280px) {
  .owl-carousel--dyk .owl-stage .owl-item .dyk-slide__kicker {
    margin-bottom: 40px;
  }
}

.owl-carousel--dyk .owl-stage .owl-item .dyk-slide__kicker span {
  display: inline-block;
  position: relative;
}

.owl-carousel--dyk .owl-stage .owl-item .dyk-slide__kicker span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  left: calc(100% + 8px);
  right: -9999em;
  background: #333333;
}

.owl-carousel--dyk .owl-stage .owl-item .dyk-slide__content-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 48em) {
  .owl-carousel--dyk .owl-stage .owl-item .dyk-slide__content-wrap {
    flex-wrap: nowrap;
  }
}

.owl-carousel--dyk .owl-stage .owl-item .dyk-slide__content {
  padding: 70px 40px 40px;
  text-align: center;
  width: 100%;
  animation: intro-fade;
  animation-duration: 3s;
  will-change: opacity;
}

.owl-carousel--dyk .owl-stage .owl-item .dyk-slide__content .container {
  padding: 0 !important;
}

@media (min-width: 48em) {
  .owl-carousel--dyk .owl-stage .owl-item .dyk-slide__content {
    background: none;
    width: 50%;
    left: 0;
    top: 50px;
    z-index: 2;
    text-align: left;
    padding: 0 40px;
    transition: transform cubic-bezier(0, 0, 0.2, 1) 0.8s, opacity cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
    transition-delay: .4s;
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
}

@media (min-width: 64em) {
  .owl-carousel--dyk .owl-stage .owl-item .dyk-slide__content {
    top: 86px;
  }
}

@media (min-width: 80em) {
  .owl-carousel--dyk .owl-stage .owl-item .dyk-slide__content {
    top: 139px;
  }
}

@media (min-width: 64em) {
  .owl-carousel--dyk .owl-stage .owl-item .dyk-slide__content .container {
    padding: 0 65px;
  }
}

.owl-carousel--dyk .owl-stage .owl-item .dyk-slide__img {
  height: 100%;
  transition: transform 1.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateY(50%);
}

@media (min-width: 48em) {
  .owl-carousel--dyk .owl-stage .owl-item .dyk-slide__img {
    width: 50%;
  }
}

.owl-carousel--dyk .owl-stage .owl-item .dyk-slide__title {
  font-size: 30px;
}

@media (min-width: 48em) {
  .owl-carousel--dyk .owl-stage .owl-item .dyk-slide__title {
    color: #333333;
    font-size: 45px;
    line-height: 1em;
  }
}

@media (min-width: 64em) {
  .owl-carousel--dyk .owl-stage .owl-item .dyk-slide__title {
    font-size: 60px;
  }
}

@media (min-width: 80em) {
  .owl-carousel--dyk .owl-stage .owl-item .dyk-slide__title {
    font-size: 90px;
  }
}

.owl-carousel--dyk .owl-stage .owl-item .dyk-slide__title span {
  color: #333333;
}

.owl-carousel--dyk .owl-stage .owl-item.active .dyk-slide__content {
  transform: none;
  opacity: 1;
}

.owl-carousel--dyk .owl-stage .owl-item.active .dyk-slide__img {
  transform: translateY(0);
}

@media (min-width: 48em) {
  .owl-carousel.owl-carousel--dyk.owl-carousel--animated-dots .owl-dots {
    bottom: 0;
  }
}

@media (min-width: 80em) {
  .owl-carousel.owl-carousel--dyk.owl-carousel--animated-dots .owl-dots {
    bottom: 0;
  }
}

@media (min-width: 48em) {
  .owl-carousel.owl-carousel--dyk.owl-carousel--animated-dots .owl-dots .owl-dot span {
    background: #5b6770;
  }
}

@media (min-width: 48em) {
  .owl-carousel.owl-carousel--dyk.owl-carousel--animated-dots .owl-dots .owl-dot:hover span {
    background: #00c389;
  }
}

@media (min-width: 48em) {
  .owl-carousel.owl-carousel--dyk.owl-carousel--animated-dots .owl-dots .owl-dot.active span {
    background: #333333;
  }
}

@media (min-width: 48em) {
  .owl-carousel.owl-carousel--dyk.owl-carousel--animated-dots .owl-dots .owl-dot.active:hover span {
    background: #333333;
  }
}

_:-ms-lang(x),
.dyk-slide__title {
  margin-top: 2px !important;
}

@media (min-width: 48em) {
  .latest-news__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
  }
}

.latest-news__title {
  text-align: center;
  margin: 0 0 30px;
}

@media (min-width: 48em) {
  .latest-news__title {
    margin: 0 40px 60px 0;
    text-align: left;
  }
}

.latest-news__buttons {
  flex: 0 0 auto;
  margin-bottom: 60px;
}

@media (max-width: 47.99em) {
  .latest-news__buttons {
    display: none;
  }
}

.latest-news__buttons .separator {
  width: 2px;
  height: 6px;
  background: #00c389;
  display: inline-block;
  margin: 0 15px;
}

@media (min-width: 48em) {
  .latest-news__buttons {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 26.25em) and (max-width: 47.99em) {
  .latest-news__main > div:last-child {
    display: none;
  }
}

.latest-news .btn--news-mobile {
  display: block;
  text-align: center;
}

@media (min-width: 48em) {
  .latest-news .btn--news-mobile {
    display: none;
  }
}

.owl-carousel--latest-news {
  min-height: 400px;
  animation: none;
  overflow: hidden;
}

.owl-carousel--latest-news:before {
  display: none;
}

.owl-carousel--latest-news,
.owl-carousel--latest-news .owl-stage-outer,
.owl-carousel--latest-news .owl-stage,
.owl-carousel--latest-news .owl-item,
.owl-carousel--latest-news .story {
  height: 100% !important;
}

.owl-carousel--latest-news .owl-stage .owl-item {
  height: 100%;
}

.owl-carousel--latest-news .owl-stage .owl-item .story__bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.owl-carousel--latest-news .owl-stage .owl-item .story__bg-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
}

.owl-carousel--latest-news .owl-stage .owl-item .story__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 40px 20px;
  transform: translateX(10px);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition-delay: .5s;
  opacity: 0;
}

.owl-carousel--latest-news .owl-stage .owl-item .story__topic {
  color: white;
}

.owl-carousel--latest-news .owl-stage .owl-item .story__topic span:after {
  background: white;
}

.owl-carousel--latest-news .owl-stage .owl-item .story__date {
  transform: translateY(-5px);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition-delay: .5s;
  opacity: 0;
}

.owl-carousel--latest-news .owl-stage .owl-item .story__title {
  color: white;
}

.owl-carousel--latest-news .owl-stage .owl-item .story .btn--link {
  color: white;
}

.owl-carousel--latest-news .owl-stage .owl-item.active .story__date,
.owl-carousel--latest-news .owl-stage .owl-item.active .story__content {
  transform: none;
  opacity: 1;
}

.owl-carousel--latest-news .owl-dots {
  position: absolute;
  bottom: 40px;
  right: 40px;
  text-align: right;
}

.owl-carousel--latest-news .owl-dots .owl-dot {
  display: inline-block;
  display: -webkit-inline-box;
  -webkit-box-pack: end;
  -webkit-box-align: baseline;
  background-color: rgba(255, 255, 255, 0.5);
  height: 10px;
  width: 20px;
  margin: 0 2px;
  position: relative;
  outline: none;
  transition: height cubic-bezier(0.4, 0, 0.2, 1) 0.3s, background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.owl-carousel--latest-news .owl-dots .owl-dot.active {
  height: 20px;
  background: rgba(255, 255, 255, 0.8);
}

.owl-carousel--latest-news .owl-dots .owl-dot:hover,
.owl-carousel--latest-news .owl-dots .owl-dot:focus {
  background: white;
}

.owl-carousel--gallery {
  animation: none;
  overflow: hidden;
}

.owl-carousel--gallery .owl-stage {
  padding-left: 0 !important;
}

.owl-carousel--gallery .owl-stage .owl-item .slide {
  position: relative;
  opacity: 0.3;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

.owl-carousel--gallery .owl-stage .owl-item .slide:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 5;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

.owl-carousel--gallery .owl-stage .owl-item .slide:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.owl-carousel--gallery .owl-stage .owl-item .slide__img {
  z-index: 1;
}

.owl-carousel--gallery .owl-stage .owl-item .slide__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 3;
}

.owl-carousel--gallery .owl-stage .owl-item .slide__title {
  color: white;
  font-size: 16px;
  font-weight: 900;
  margin: 0;
}

.owl-carousel--gallery .owl-stage .owl-item .slide__text {
  color: white;
  font-size: 16px;
  margin: 0;
}

.owl-carousel--gallery .owl-stage .owl-item .slide__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90px;
  width: 90px;
  background: url("/assets/static/images/svg/icon-play.svg") no-repeat left 55% top 50%;
  background-size: 36px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  text-indent: -9999em;
  z-index: 3;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform-origin: 0 0;
}

.owl-carousel--gallery .owl-stage .owl-item .slide__play:hover,
.owl-carousel--gallery .owl-stage .owl-item .slide__play:focus {
  box-shadow: 0 12px 50px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.1) translate(-50%, -50%);
}

.owl-carousel--gallery .owl-stage .owl-item.active .slide {
  opacity: 1;
}

.owl-carousel--gallery .owl-stage .owl-item.active .slide:before {
  opacity: 0;
  visibility: hidden;
}

.owl-carousel--gallery .owl-nav {
  padding-top: 35px;
}

.owl-carousel--gallery .owl-nav button.owl-prev,
.owl-carousel--gallery .owl-nav button.owl-next {
  font-size: 16px;
  height: 20px;
  width: 12px;
}

.owl-carousel--gallery .owl-nav button.owl-prev {
  background: url("/assets/static/images/svg/icon-angle-left.svg") no-repeat center;
}

.owl-carousel--gallery .owl-nav button.owl-next {
  background: url("/assets/static/images/svg/icon-angle-right.svg") no-repeat center;
}

.owl-carousel--gallery .owl-nav .custom-owl-pagination {
  display: inline-block;
  font-size: 12px;
  margin: 0 20px;
}

.owl-carousel--gallery .owl-nav .custom-owl-pagination span {
  font-size: 14px;
  padding: 0 15px;
}

ul.quicklinks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  background: #f5f6f7;
}

ul.quicklinks li {
  flex: 1;
}

@media (min-width: 64em) {
  ul.quicklinks {
    background: transparent;
    padding: 0;
  }
}

ul.quicklinks li {
  flex: 0 1 120px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: flex-basis cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

@media (min-width: 80em) {
  ul.quicklinks li {
    flex-basis: 190px;
  }
}

ul.quicklinks li a {
  line-height: 1.1em;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  color: #5b6770;
  transition: color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  padding: 15px 15px 30px;
  position: relative;
}

@media (min-width: 64em) {
  ul.quicklinks li a {
    color: white;
  }
}

ul.quicklinks li a:after {
  content: "";
  display: block;
  position: absolute;
  background: #5b6770;
  height: 4px;
  left: 15px;
  right: 15px;
  bottom: 0;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.3s background-color;
}

@media (min-width: 64em) {
  ul.quicklinks li a:after {
    background: white;
  }
}

ul.quicklinks li a span {
  display: block;
  margin-top: 10px;
}

@media (min-width: 64em) {
  ul.quicklinks li a span {
    margin-top: 25px;
  }
}

ul.quicklinks li a svg {
  max-width: 100px;
  max-height: 80px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
}

@media (min-width: 48em) and (max-width: 63.99em) {
  ul.quicklinks li a svg {
    max-width: 44px;
    max-height: 36px;
  }
}

ul.quicklinks li a svg path {
  fill: #5b6770;
  transition: fill cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

@media (min-width: 64em) {
  ul.quicklinks li a svg path {
    fill: white;
  }
}

ul.quicklinks li a:hover,
ul.quicklinks li a:focus {
  color: #00c389;
}

ul.quicklinks li a:hover:after,
ul.quicklinks li a:focus:after {
  background: #00c389;
}

@media (min-width: 64em) {
  ul.quicklinks li a:hover svg,
  ul.quicklinks li a:focus svg {
    transform: translateY(-7px);
  }
}

ul.quicklinks li a:hover svg path,
ul.quicklinks li a:focus svg path {
  fill: #00c389;
}

.announcements {
  animation: announcements-intro;
  animation-duration: 3s;
  will-change: opacity;
}

.announcements__header {
  display: flex;
  background: #f5f6f7;
}

@media (min-width: 80em) {
  .announcements__header {
    position: absolute;
    transform: translateY(-100%);
    max-width: 360px;
    width: 100%;
  }
}

.announcements__title {
  display: flex;
  align-items: center;
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 30px 20px;
}

@media (min-width: 80em) {
  .announcements__title {
    padding: 40px 30px;
  }
}

.announcements__title:after {
  content: "";
  display: block;
  position: absolute;
  background: #9da4a9;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  opacity: .5;
}

.announcements__title h2 {
  font-size: 15px;
  margin: 0;
  font-family: "Muli", sans-serif;
  font-weight: 900;
  color: #5b6770;
}

.announcements__weather {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 30px 20px;
  font-family: "Muli", sans-serif;
  color: #5b6770;
}

.announcements__weather .temp,
.announcements__weather .wind {
  display: flex;
  align-items: center;
}

.announcements__weather .temp img,
.announcements__weather .wind img {
  display: block;
  width: 20px;
  margin-right: 10px;
  margin-left: 4px;
}

.announcements__weather .temp span,
.announcements__weather .wind span {
  font-weight: 900;
  font-size: 20px;
}

.announcements__weather .temp span sup,
.announcements__weather .wind span sup {
  font-size: 11px;
}

.announcements__weather .temp img {
  width: 27px;
  margin-left: 0px;
}

.announcements__weather a {
  font-size: 10px;
  text-transform: uppercase;
  color: #00c389;
  font-weight: 900;
  margin-left: 30px;
  display: inline-block;
}

.announcements__main {
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
}

.announcements__main ul {
  list-style-type: none;
  padding: 0 20px 0 0;
  margin: 0;
  max-height: 280px;
  overflow-y: scroll;
}

@media (min-width: 48em) and (max-width: 79.99em) {
  .announcements__main ul {
    max-height: 160px;
  }
}

.announcements__main ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f6f7;
}

.announcements__main ul::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.announcements__main ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #cccccc;
}

.announcements__main ul li {
  margin-bottom: 24px;
  order: 2;
  color: #5b6770;
}

@media (min-width: 48em) and (max-width: 79.99em) {
  .announcements__main ul li {
    margin-bottom: 18px;
  }
}

.announcements__main ul li a:hover,
.announcements__main ul li a:focus {
  text-decoration: underline;
}

.announcements__main ul li h3 {
  margin: 0;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  color: #5b6770;
}

@media (min-width: 48em) and (max-width: 79.99em) {
  .announcements__main ul li h3 {
    font-size: 13px;
  }
}

.announcements__main ul li .time {
  display: flex;
  align-content: flex-start;
  margin: 2px 0 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.announcements__main ul li .time .inline-svg {
  height: 15px;
  flex: 0 0 15px;
  margin-right: 7.5px;
}

.announcements__main ul li .time .inline-svg path {
  fill: #5b6770;
  transition: fill cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

.announcements__main ul li .time:hover .inline-svg path,
.announcements__main ul li .time:focus .inline-svg path {
  fill: #5b6770;
}

.announcements__main ul li .time svg {
  margin-top: 4px;
}

@media (min-width: 48em) and (max-width: 79.99em) {
  .announcements__main ul li .time {
    font-size: 13px;
  }
}

.announcements__main ul li.priority {
  order: 1;
}

.announcements__main ul li.priority h3,
.announcements__main ul li.priority .time {
  color: #00c389;
}

.announcements__main ul li.priority .inline-svg svg path {
  fill: #00c389;
}

.announcements__rss {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #333333;
}

.announcements__rss a {
  font-weight: 900;
  color: #5b6770;
  font-size: 13px;
  line-height: 1.2em;
  transition: color cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  display: flex;
  align-content: flex-start;
}

.announcements__rss a .inline-svg {
  height: 25px;
  flex: 0 0 25px;
  margin-right: 12.5px;
}

.announcements__rss a .inline-svg path {
  fill: #5b6770;
  transition: fill cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

.announcements__rss a:hover .inline-svg path,
.announcements__rss a:focus .inline-svg path {
  fill: #00c389;
}

.announcements__rss a:hover,
.announcements__rss a:focus {
  color: #00c389;
}

@keyframes announcements-intro {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }

  50% {
    opacity: 0;
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.card {
  color: #333333;
  display: block;
}

.card .card__content {
  padding-left: 15px;
  padding-bottom: 15px;
  color: #5b6770;
}

.card .card__title {
  font-size: 24px;
  line-height: 1.1em;
  margin: 0 0 1em;
  color: #333333;
  font-family: "Neuton", serif;
  font-weight: 400;
  padding-top: 24px;
  margin-top: 30px;
  transition: color cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
}

@media screen and (min-width: 768px) {
  .card .card__title {
    font-size: calc(0.63752vw + 19.10383px);
  }
}

@media screen and (min-width: 1012px) {
  .card .card__title {
    font-size: calc(1.18397vw + 13.57377px);
  }
}

@media screen and (min-width: 1256px) {
  .card .card__title {
    font-size: calc(0.63752vw + 20.43716px);
  }
}

@media screen and (min-width: 1500px) {
  .card .card__title {
    font-size: 30px;
  }
}

.card .card__title:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  top: 0;
  left: 0;
  width: 100%;
  background: #9da4a9;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

.card .card__img {
  overflow: hidden;
  line-height: 0;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.card .card__img img {
  width: 100%;
}

.card--info-point .card__img {
  max-width: 80px;
  max-height: 60px;
}

.card--info-point .card__content {
  padding-left: 0;
}

.card--info-point .card__title:before {
  height: 1px;
  background: #333333;
}

.card--contact a {
  color: #00c389;
}

.card--contact a:hover,
.card--contact a:focus {
  text-decoration: underline;
}

a.card:hover .card__title,
a.card:focus .card__title {
  color: #00c389;
}

a.card:hover .card__title:before,
a.card:focus .card__title:before {
  left: auto;
  right: 0;
  width: 0;
}

@media (min-width: 64em) {
  a.card:hover .card__img,
  a.card:focus .card__img {
    transform: translateY(20px);
  }
}

.card-cta-full {
  background: #333333;
  color: white;
  display: block;
}

.card-cta-full .container {
  text-align: center;
  padding: 30px 15px;
}

@media (min-width: 64em) {
  .card-cta-full .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
  }
}

@media (min-width: 64em) {
  .card-cta-full .card__content {
    flex: 0 1 640px;
  }
}

.card-cta-full .card__text,
.card-cta-full .card__text p {
  font-size: 40px;
  line-height: 1.1em;
  font-family: "Neuton", serif;
  color: #9da4a9;
  margin: 30px 0;
}

.card-cta-full .card__text em,
.card-cta-full .card__text p em {
  color: white;
}

.card-cta-full .card__cta {
  flex: 0 0 auto;
  text-align: center;
  margin: 30px 0;
}

.card-cta-full--blue {
  background: #002d72;
}

.card-cta-full--blue .card__text,
.card-cta-full--blue .card__text p {
  color: #7fe1c4;
}

.card-did-you-know {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: flex-start;
}

.card-did-you-know .did-you-know__kicker {
  margin-bottom: 40px;
  line-height: 1.1em;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  overflow: hidden;
  margin-right: 20%;
}

@media screen and (min-width: 768px) {
  .card-did-you-know .did-you-know__kicker {
    margin-bottom: calc(9.76563vw - 35px);
  }
}

@media screen and (min-width: 1280px) {
  .card-did-you-know .did-you-know__kicker {
    margin-bottom: 90px;
  }
}

.card-did-you-know .did-you-know__kicker span {
  display: inline-block;
  position: relative;
}

.card-did-you-know .did-you-know__kicker span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  left: calc(100% + 8px);
  right: -9999em;
  background: #333333;
}

.card-did-you-know .card__title {
  font-size: 28px;
}

@media screen and (min-width: 768px) {
  .card-did-you-know .card__title {
    font-size: calc(5.5252vw - 14.43352px);
  }
}

@media screen and (min-width: 1012px) {
  .card-did-you-know .card__title {
    font-size: calc(10.26108vw - 62.36066px);
  }
}

@media screen and (min-width: 1256px) {
  .card-did-you-know .card__title {
    font-size: calc(5.5252vw - 2.87796px);
  }
}

@media screen and (min-width: 1500px) {
  .card-did-you-know .card__title {
    font-size: 80px;
  }
}

@media (min-width: 64em) {
  .card-did-you-know .card__title {
    line-height: 1.1em;
    width: calc(100% + 180px);
    margin-bottom: 75px;
  }
}

@media (min-width: 48em) {
  .card-did-you-know--right {
    text-align: right;
  }
}

.card-did-you-know--right .did-you-know__kicker {
  margin-right: 0;
  margin-left: 20%;
}

.card-did-you-know--right .did-you-know__kicker span:after {
  left: -9999em;
  right: calc(100% + 8px);
}

@media (min-width: 64em) {
  .card-did-you-know--right .card__title {
    margin-left: -180px;
  }
}

.card-cta .card__title {
  font-size: 28px;
  margin-bottom: 0.7em;
}

@media screen and (min-width: 768px) {
  .card-cta .card__title {
    font-size: calc(5.5252vw - 14.43352px);
  }
}

@media screen and (min-width: 1012px) {
  .card-cta .card__title {
    font-size: calc(10.26108vw - 62.36066px);
  }
}

@media screen and (min-width: 1256px) {
  .card-cta .card__title {
    font-size: calc(5.5252vw - 2.87796px);
  }
}

@media screen and (min-width: 1500px) {
  .card-cta .card__title {
    font-size: 80px;
  }
}

.card-cta .card__cta {
  margin-top: 40px;
}

.security-level {
  background: #002d72;
  padding: 26px 30px;
}

.security-level p {
  color: white;
  font-weight: 900;
  margin: 0;
  font-size: 15px;
}

.button-widget {
  margin-top: 30px;
}

.button-widget + .button-widget {
  margin-top: 15px;
}

.button-row {
  margin-top: 30px;
}

.button-row .button-widget {
  margin-top: 4px;
  margin-right: 4px;
  display: inline-block;
}

.button-row .button-widget + .button-widget {
  margin-top: 4px;
}

.infographic {
  text-align: center;
}

@media (min-width: 26.25em) {
  .infographic {
    text-align: left;
  }
}

.infographic h2 {
  color: #5b6770;
}

.infographic__item {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

@media (min-width: 48em) {
  .infographic__item {
    padding-bottom: 80px;
  }
}

.infographic__item:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  width: 125px;
  background: #00c389;
}

@media (min-width: 26.25em) {
  .infographic__item:after {
    transform: none;
    left: 15px;
  }
}

.infographic__stat {
  font-size: 40px;
  color: #00c389;
  font-family: "Muli", sans-serif;
  font-weight: 900;
  line-height: 1.1em;
  margin: 0 0 0.3em;
  margin-top: .5em;
}

@media screen and (min-width: 768px) {
  .infographic__stat {
    font-size: calc(1.59381vw + 27.75956px);
  }
}

@media screen and (min-width: 1012px) {
  .infographic__stat {
    font-size: calc(2.95993vw + 13.93443px);
  }
}

@media screen and (min-width: 1256px) {
  .infographic__stat {
    font-size: calc(1.59381vw + 31.0929px);
  }
}

@media screen and (min-width: 1500px) {
  .infographic__stat {
    font-size: 55px;
  }
}

.infographic__text {
  font-size: 25px;
  line-height: 1.1em;
  margin: 0 0 1em;
  color: #333333;
  font-family: "Neuton", serif;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0;
  color: #5b6770;
}

@media (min-width: 48em) {
  .infographic__text {
    line-height: 1.1em;
  }
}

.news-detail__meta {
  margin: 75px 0 50px;
}

.news-detail__meta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.news-detail__meta ul li {
  display: inline-block;
}

.news-detail__meta ul li {
  margin-right: 20px;
  padding-right: 20px;
  color: #333333;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: 900;
  text-transform: uppercase;
}

.news-detail__meta ul li:not(:last-child) {
  border-right: 2px solid #333333;
}

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

.news-listing .news-filter {
  padding: 25px 0;
  align-items: center;
  position: relative;
}

@media (min-width: 48em) {
  .news-listing .news-filter {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.news-listing .news-filter .custom-dropdown {
  position: absolute;
  z-index: 100;
  min-width: 260px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: scroll;
}

.news-listing .news-filter .custom-dropdown::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.news-listing .news-filter .custom-dropdown::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.news-listing .news-filter .custom-dropdown::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #cccccc;
}

@media (max-width: 26.24em) {
  .news-listing .news-filter .custom-dropdown {
    margin-top: 10px;
    left: 15px;
    right: 15px;
    box-shadow: 0 12px 50px 0 rgba(0, 0, 0, 0.2);
  }
}

.news-listing .news-filter .custom-dropdown a,
.news-listing .news-filter .custom-dropdown button {
  display: block;
  background: white;
  padding: 10px 16px;
  color: #333333;
  text-decoration: none;
  text-align: left;
  width: 100%;
  border: none;
  cursor: pointer;
}

.news-listing .news-filter .custom-dropdown a:hover,
.news-listing .news-filter .custom-dropdown a:focus,
.news-listing .news-filter .custom-dropdown button:hover,
.news-listing .news-filter .custom-dropdown button:focus {
  background: #00c389;
}

.news-listing .news-filter .custom-dropdown a.active,
.news-listing .news-filter .custom-dropdown button.active {
  display: none;
}

.news-listing .news-filter .filter-topics {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
}

@media (min-width: 48em) {
  .news-listing .news-filter .filter-topics {
    padding: 10px 0;
    flex: 1 1 750px;
    justify-content: flex-start;
  }
}

.news-listing .news-filter .filter-topics .filter-label {
  display: block;
  font-size: 20px;
  color: #333333;
  flex: 0 0 auto;
  margin: 8px 0;
  padding-right: 20px;
}

@media (min-width: 48em) {
  .news-listing .news-filter .filter-topics .filter-label {
    margin: 14px 0;
  }
}

.news-listing .news-filter .filter-topics .active-topics {
  text-align: center;
}

@media (min-width: 48em) {
  .news-listing .news-filter .filter-topics .active-topics {
    text-align: left;
  }
}

.news-listing .news-filter .filter-topics .active-topics a,
.news-listing .news-filter .filter-topics .active-topics button {
  border: 1px solid #333333;
  color: #333333;
  margin: 4px;
  position: relative;
  transition: none;
  padding: 8px 36px 8px 18px !important;
  display: inline-block;
  cursor: pointer;
  background: white;
}

@media (min-width: 48em) {
  .news-listing .news-filter .filter-topics .active-topics a,
  .news-listing .news-filter .filter-topics .active-topics button {
    padding: 12px 40px 12px 20px !important;
  }
}

.news-listing .news-filter .filter-topics .active-topics a:before,
.news-listing .news-filter .filter-topics .active-topics a:after,
.news-listing .news-filter .filter-topics .active-topics button:before,
.news-listing .news-filter .filter-topics .active-topics button:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 1px;
  height: 12px;
  background: #333333;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

@media (min-width: 48em) {
  .news-listing .news-filter .filter-topics .active-topics a:before,
  .news-listing .news-filter .filter-topics .active-topics a:after,
  .news-listing .news-filter .filter-topics .active-topics button:before,
  .news-listing .news-filter .filter-topics .active-topics button:after {
    right: 20px;
  }
}

.news-listing .news-filter .filter-topics .active-topics a:before,
.news-listing .news-filter .filter-topics .active-topics button:before {
  transform: translateY(-50%) rotate(45deg);
}

.news-listing .news-filter .filter-topics .active-topics a:after,
.news-listing .news-filter .filter-topics .active-topics button:after {
  transform: translateY(-50%) rotate(135deg);
}

.news-listing .news-filter .filter-topics .active-topics a:focus,
.news-listing .news-filter .filter-topics .active-topics a:hover,
.news-listing .news-filter .filter-topics .active-topics button:focus,
.news-listing .news-filter .filter-topics .active-topics button:hover {
  background: #333333;
  color: white;
}

.news-listing .news-filter .filter-topics .active-topics a:focus:before,
.news-listing .news-filter .filter-topics .active-topics a:focus:after,
.news-listing .news-filter .filter-topics .active-topics a:hover:before,
.news-listing .news-filter .filter-topics .active-topics a:hover:after,
.news-listing .news-filter .filter-topics .active-topics button:focus:before,
.news-listing .news-filter .filter-topics .active-topics button:focus:after,
.news-listing .news-filter .filter-topics .active-topics button:hover:before,
.news-listing .news-filter .filter-topics .active-topics button:hover:after {
  background: white;
}

.news-listing .news-filter .filter-topics .active-topics a:not(.active),
.news-listing .news-filter .filter-topics .active-topics button:not(.active) {
  display: none;
}

@media (min-width: 48em) {
  .news-listing .news-filter .filter-topics .topic-select {
    position: relative;
  }
}

.news-listing .news-filter .filter-topics .topic-select .topic-select__button {
  border: 1px solid #333333;
  color: #333333;
  margin: 4px;
  position: relative;
  padding: 8px 18px 8px 36px !important;
  display: inline-block;
  transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  cursor: pointer;
  background: white;
}

@media (min-width: 48em) {
  .news-listing .news-filter .filter-topics .topic-select .topic-select__button {
    padding: 12px 20px 12px 40px !important;
  }
}

.news-listing .news-filter .filter-topics .topic-select .topic-select__button:before,
.news-listing .news-filter .filter-topics .topic-select .topic-select__button:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  width: 1px;
  height: 12px;
  background: #333333;
  transform: translateY(-50%);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

@media (min-width: 48em) {
  .news-listing .news-filter .filter-topics .topic-select .topic-select__button:before,
  .news-listing .news-filter .filter-topics .topic-select .topic-select__button:after {
    left: 20px;
  }
}

.news-listing .news-filter .filter-topics .topic-select .topic-select__button:before {
  transform: translateY(-50%);
}

.news-listing .news-filter .filter-topics .topic-select .topic-select__button:after {
  transform: translateY(-50%) rotate(90deg);
}

.news-listing .news-filter .filter-topics .topic-select .topic-select__button:focus,
.news-listing .news-filter .filter-topics .topic-select .topic-select__button:hover {
  background: #333333;
  color: white;
}

.news-listing .news-filter .filter-topics .topic-select .topic-select__button:focus:before,
.news-listing .news-filter .filter-topics .topic-select .topic-select__button:focus:after,
.news-listing .news-filter .filter-topics .topic-select .topic-select__button:hover:before,
.news-listing .news-filter .filter-topics .topic-select .topic-select__button:hover:after {
  background: white;
}

.news-listing .news-filter .filter-topics .topic-select .topic-select__button.active:before {
  transform: translateY(-50%) rotate(45deg);
}

.news-listing .news-filter .filter-topics .topic-select .topic-select__button.active:after {
  transform: translateY(-50%) rotate(135deg);
}

.news-listing .news-filter .filter-selects {
  text-align: center;
  padding: 5px 0;
}

@media (min-width: 48em) {
  .news-listing .news-filter .filter-selects {
    padding: 20px 0;
    text-align: left;
  }
}

.news-listing .news-filter .filter-selects span {
  margin: 0 10px;
}

.news-listing .news-filter .filter-selects .select {
  display: inline-block;
  margin: 6px 0;
}

.news-listing .news-filter .filter-selects .select .select__button {
  border: 1px solid #333333;
  color: #333333;
  padding: 7px 50px 7px 25px !important;
  border-width: 1px;
  position: relative;
  transition: none;
  display: inline-block;
  text-decoration: none;
  transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  text-align: left;
  cursor: pointer;
  background: white;
}

@media (min-width: 48em) {
  .news-listing .news-filter .filter-selects .select .select__button {
    padding: 14px 77px 14px 25px !important;
  }
}

.news-listing .news-filter .filter-selects .select .select__button:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url("/assets/static/images/svg/icon-angle.svg") no-repeat center;
  width: 20px;
  height: 10px;
  background-size: contain;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.news-listing .news-filter .filter-selects .select .select__button.active:after {
  transform: translateY(-50%) rotate(180deg);
}

.news-listing .news-filter .filter-selects .select .select__button:hover,
.news-listing .news-filter .filter-selects .select .select__button:focus {
  background-color: #333333;
  color: white;
}

.news-listing .news-filter .filter-selects .select .select__button:hover:after,
.news-listing .news-filter .filter-selects .select .select__button:focus:after {
  background-image: url("/assets/static/images/svg/icon-angle-white.svg");
}

.news-listing .no-results {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 37.49em) {
  div.breadcrumb {
    display: none;
  }
}

#site-wrap #site-content .container div.breadcrumb {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #9da4a9;
}

@media screen and (min-width: 768px) {
  #site-wrap #site-content .container div.breadcrumb {
    margin-top: calc(6.94444vw - 23.33333px);
  }
}

@media screen and (min-width: 1200px) {
  #site-wrap #site-content .container div.breadcrumb {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  #site-wrap #site-content .container div.breadcrumb {
    margin-bottom: calc(6.94444vw - 23.33333px);
  }
}

@media screen and (min-width: 1200px) {
  #site-wrap #site-content .container div.breadcrumb {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  #site-wrap #site-content .container div.breadcrumb {
    padding-bottom: calc(6.94444vw - 23.33333px);
  }
}

@media screen and (min-width: 1200px) {
  #site-wrap #site-content .container div.breadcrumb {
    padding-bottom: 60px;
  }
}

div.breadcrumb ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

div.breadcrumb ol li {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  color: #9da4a9;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: 900;
}

div.breadcrumb ol li:not(:last-child) {
  font-weight: 600;
  border-right: 2px solid #9da4a9;
}

div.breadcrumb ol li:last-child {
  color: #00c389;
}

div.breadcrumb ol li a:hover,
div.breadcrumb ol li a:focus {
  text-decoration: underline;
}

@media (min-width: 37.5em) {
  #site-content .container.sf_colsIn div.breadcrumb + div,
  #site-content > div.sf_cols > .container.sf_colsIn div.breadcrumb + div,
  #site-content .container.sf_colsIn
  div.breadcrumb + div.sf_cols > div,
  #site-content > div.sf_cols > .container.sf_colsIn
  div.breadcrumb + div.sf_cols > div {
    margin-top: 0 !important;
  }
}

.accordion h2 {
  margin: 40px 0 20px;
}

.accordion .btn {
  position: absolute;
  right: 15px;
  top: 20px;
}

@media (min-width: 48em) {
  .accordion .btn {
    right: 25px;
  }
}

.accordion__item {
  padding: 25px 0 10px 0;
  position: relative;
}

.accordion__item:not(:last-child) {
  border-bottom: 2px solid #9da4a9;
}

.accordion__item--expanded {
  padding-bottom: 25px;
}

.accordion__item--expanded .btn--toggle:after {
  transform: rotate(0);
}

.accordion__title {
  font-family: "Muli", sans-serif;
  padding-left: 15px;
  padding-right: 45px;
  font-weight: 900;
  color: #00c389;
  font-size: 15px;
  line-height: 1.2em;
  cursor: pointer;
}

@media (min-width: 48em) {
  .accordion__title {
    padding-left: 25px;
    padding-right: 90px;
  }
}

.accordion__text {
  padding: 0 45px 0 15px;
}

@media (min-width: 48em) {
  .accordion__text {
    padding: 0 90px 0 25px;
  }
}

.accordion__text *:first-child {
  margin-top: 0;
}

.accordion__text *:last-child {
  margin-bottom: 0;
}

.share {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #333333;
}

@media (min-width: 37.5em) {
  .share {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
}

.share__title {
  font-size: 24px;
  line-height: 1.1em;
  margin: 0 0 1em;
  color: #333333;
  font-family: "Neuton", serif;
  font-weight: 400;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .share__title {
    font-size: calc(0.63752vw + 19.10383px);
  }
}

@media screen and (min-width: 1012px) {
  .share__title {
    font-size: calc(1.18397vw + 13.57377px);
  }
}

@media screen and (min-width: 1256px) {
  .share__title {
    font-size: calc(0.63752vw + 20.43716px);
  }
}

@media screen and (min-width: 1500px) {
  .share__title {
    font-size: 30px;
  }
}

.share__links .at-resp-share-element .at-share-btn {
  background: transparent;
}

.share__links .at-resp-share-element .at-share-btn svg {
  transition: fill cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  fill: #333333 !important;
}

.share__links .at-resp-share-element .at-share-btn:hover,
.share__links .at-resp-share-element .at-share-btn:focus {
  transform: none;
}

.share__links .at-resp-share-element .at-share-btn:hover svg,
.share__links .at-resp-share-element .at-share-btn:focus svg {
  fill: #00c389 !important;
}

.map-container {
  position: relative;
}

#fp-map,
#precinct-map {
  z-index: 1;
  height: calc(100vh - 73px);
}

@media (min-width: 64em) {
  #fp-map,
  #precinct-map {
    height: calc(100vh - 163px);
  }
}

#fp-map .harbour-marker,
#precinct-map .harbour-marker {
  margin-top: -36px !important;
  margin-left: -75px !important;
  text-align: center;
  width: 150px !important;
  height: auto !important;
}

#fp-map .harbour-marker img,
#precinct-map .harbour-marker img {
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

#fp-map .harbour-marker span,
#precinct-map .harbour-marker span {
  display: block;
  transition: color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

#fp-map .harbour-marker span.large,
#precinct-map .harbour-marker span.large {
  font-size: 15px;
  font-weight: 900;
}

#fp-map .harbour-marker span.small,
#precinct-map .harbour-marker span.small {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#fp-map .harbour-marker:hover img,
#precinct-map .harbour-marker:hover img {
  transform: translateY(-4px);
}

#fp-map .harbour-marker:hover span,
#precinct-map .harbour-marker:hover span {
  color: #00c389;
}

#fp-map .leaflet-marker-icon:not(.harbour-marker),
#precinct-map .leaflet-marker-icon:not(.harbour-marker) {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#fp-map .leaflet-marker-icon:not(.harbour-marker):hover,
#precinct-map .leaflet-marker-icon:not(.harbour-marker):hover {
  top: -4px;
}

#fp-map .leaflet-popup .leaflet-popup-content-wrapper,
#precinct-map .leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
  padding: 0;
  box-shadow: 0 12px 50px 0 rgba(0, 0, 0, 0.2);
}

#fp-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content,
#precinct-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  color: #5b6770;
  margin: 0;
}

#fp-map .leaflet-popup__body,
#precinct-map .leaflet-popup__body {
  padding: 22px;
  min-width: 200px;
}

#fp-map .leaflet-popup__precinct-link,
#precinct-map .leaflet-popup__precinct-link {
  padding: 22px 60px 18px 22px;
}

#fp-map .leaflet-popup__precinct-link a,
#precinct-map .leaflet-popup__precinct-link a {
  color: #00c389;
  text-decoration: underline;
  font-size: 14px;
  line-height: 2em;
  font-family: "Muli", sans-serif;
}

#fp-map .leaflet-popup__precinct-link a:hover,
#fp-map .leaflet-popup__precinct-link a:focus,
#precinct-map .leaflet-popup__precinct-link a:hover,
#precinct-map .leaflet-popup__precinct-link a:focus {
  text-decoration: none;
}

#fp-map .leaflet-popup__title,
#precinct-map .leaflet-popup__title {
  font-weight: 900;
  font-size: 15px;
  padding-right: 30px;
  margin-bottom: 18px;
}

#fp-map .leaflet-popup p,
#precinct-map .leaflet-popup p {
  font-size: 12px;
  line-height: 1.8em;
  margin: 18px 0 12px;
}

#fp-map .leaflet-popup .btn,
#precinct-map .leaflet-popup .btn {
  color: #00c389;
  padding: 8px 0;
}

#fp-map .leaflet-popup .leaflet-popup-tip-container .leaflet-popup-tip,
#precinct-map .leaflet-popup .leaflet-popup-tip-container .leaflet-popup-tip {
  box-shadow: 0 12px 50px 0 rgba(0, 0, 0, 0.2);
}

#fp-map .leaflet-popup a.leaflet-popup-close-button,
#precinct-map .leaflet-popup a.leaflet-popup-close-button {
  background-color: #00c389;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

#fp-map .leaflet-popup a.leaflet-popup-close-button:hover,
#precinct-map .leaflet-popup a.leaflet-popup-close-button:hover {
  background-color: #00aa77;
}

#fp-map .leaflet-popup a.leaflet-popup-close-button:after,
#fp-map .leaflet-popup a.leaflet-popup-close-button:before,
#precinct-map .leaflet-popup a.leaflet-popup-close-button:after,
#precinct-map .leaflet-popup a.leaflet-popup-close-button:before {
  content: "";
  display: block;
  position: absolute;
  height: 22px;
  width: 1px;
  background: white;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}

#fp-map .leaflet-popup a.leaflet-popup-close-button:after,
#precinct-map .leaflet-popup a.leaflet-popup-close-button:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

#fp-map .leaflet-tooltip,
#precinct-map .leaflet-tooltip {
  padding: 8px 12px;
  font-family: "Muli", sans-serif;
  font-size: 13px;
  font-weight: normal;
}

#fp-map .marker-cluster,
#precinct-map .marker-cluster {
  border-radius: 100%;
  background: rgba(0, 195, 137, 0.5);
}

#fp-map .marker-cluster > div,
#precinct-map .marker-cluster > div {
  background: rgba(0, 195, 137, 0.8);
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font-size: 12px;
  position: relative;
}

#fp-map .marker-cluster > div span,
#precinct-map .marker-cluster > div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

@media (max-width: 63.99em) {
  #precinct-map {
    height: calc(100vh - 230px);
  }
}

.map-filter {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 66px);
  background: white;
  transform: translate3d(100%, 0, 0);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s, right cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 48em) {
  .map-filter {
    max-width: 355px;
    width: 100%;
    top: 45px;
    bottom: 45px;
  }
}

.map-filter--active {
  transform: none;
  right: 0;
}

@media (min-width: 48em) {
  .map-filter--active {
    right: 45px;
  }
}

.map-filter__toggle {
  padding-right: 21px;
  position: relative;
  border: none;
  background: #00c389;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 100%);
  height: 65px;
  width: 36px;
  text-indent: -999em;
  cursor: pointer;
}

.map-filter__toggle:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/static/images/svg/icon-angle-white.svg");
}

.map-filter__toggle:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.map-filter__toggle:hover {
  background-color: #00aa77;
}

.map-filter--active .map-filter__toggle:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.map-filter__title {
  display: flex;
  justify-content: space-between;
  color: #5b6770;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #9da4a9;
}

.map-filter__title span {
  font-weight: 900;
  font-size: 15px;
}

.map-filter .btn--filter {
  display: block;
  text-align: left;
  color: #5b6770;
  padding: 0;
  margin: 15px 0;
  letter-spacing: 0;
  text-transform: none;
  border: none;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.2em;
  transition: color cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  outline: none;
}

.map-filter .btn--filter:hover,
.map-filter .btn--filter:focus {
  color: #00c389;
}

.map-filter__harbours {
  padding: 40px;
  width: 100%;
}

.map-filter__harbours .btn--filter {
  padding-left: 24px;
  position: relative;
  font-weight: 900;
}

.map-filter__harbours .btn--filter:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/static/images/svg/icon-pin.svg");
}

.map-filter__harbours .btn--filter:before {
  height: 22px;
  width: 16px;
}

.map-filter__harbours .btn--filter span {
  display: block;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
}

.map-filter__categories {
  padding: 20px;
  width: 100%;
}

@media (min-width: 48em) {
  .map-filter__categories {
    padding: 45px;
  }
}

#site-wrap .map-filter__categories .checkbox {
  margin-bottom: 20px;
  display: flex;
  align-content: flex-start;
}

#site-wrap .map-filter__categories .checkbox .inline-svg {
  height: 21px;
  flex: 0 0 21px;
  margin-right: 10.5px;
}

#site-wrap .map-filter__categories .checkbox .inline-svg path {
  fill: #333333;
  transition: fill cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

#site-wrap .map-filter__categories .checkbox:hover .inline-svg path,
#site-wrap .map-filter__categories .checkbox:focus .inline-svg path {
  fill: #00c389;
}

#site-wrap .map-filter__categories .checkbox:hover label {
  color: #00c389;
}

#site-wrap .map-filter__categories .checkbox:before {
  height: 26px;
}

#site-wrap .map-filter__categories .checkbox label {
  margin: 0;
  transition: color cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

@media (min-width: 48em) {
  #site-wrap .map-filter__categories .checkbox label {
    font-size: 15px;
  }
}

.map-filter__cta {
  align-self: flex-end;
  background: #00c389;
  padding: 30px 30px 15px;
}

@media (min-width: 48em) {
  .map-filter__cta {
    padding: 40px 40px 20px;
  }
}

.map-filter__cta p {
  color: white;
  margin: 0;
  line-height: 1.6em;
}

@media (max-width: 47.99em) {
  .map-filter__cta p {
    font-size: 13px;
  }
}

.map-filter__cta .btn--link {
  color: white;
}

.map-filter__cta .btn--link:before {
  background: white;
}

.leaflet-bar,
.leaflet-touch .leaflet-bar {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border: none;
}

.contacts-list__title {
  margin-bottom: 15px;
}

.contacts-list ul {
  margin-top: 30px;
}

.container-reports__title {
  margin-bottom: 20px;
}

@media (min-width: 37.5em) {
  .container-reports__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.container-reports__instructions {
  padding-left: 0;
}

@media (min-width: 37.5em) {
  .container-reports__instructions {
    flex: 1;
    margin: 0;
  }
}

.container-reports__instructions:before {
  content: '';
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/static/images/svg/icon-download-green.svg");
  height: 14px;
  width: 14px;
  text-indent: -9999em;
  font-size: 0;
  display: block;
  display: inline-block;
  margin-right: 6px;
}

.container-reports .react-select-container {
  min-width: 160px;
}

#site-content .container-reports__table table {
  margin-top: 35px;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  #site-content .container-reports__table table {
    margin-top: calc(2.31481vw + 17.22222px);
  }
}

@media screen and (min-width: 1200px) {
  #site-content .container-reports__table table {
    margin-top: 45px;
  }
}

@media screen and (min-width: 768px) {
  #site-content .container-reports__table table {
    margin-bottom: calc(2.31481vw + 17.22222px);
  }
}

@media screen and (min-width: 1200px) {
  #site-content .container-reports__table table {
    margin-bottom: 45px;
  }
}

.container-reports__month {
  width: 30%;
}

.container-reports__figure {
  width: 13%;
}

.container-reports__download {
  width: 2%;
}

.container-reports__download a {
  content: '';
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/static/images/svg/icon-download-green.svg");
  height: 14px;
  width: 14px;
  text-indent: -9999em;
  font-size: 0;
  display: block;
  display: inline-block;
}

.annual-trade > div {
  margin-top: 35px;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .annual-trade > div {
    margin-top: calc(5.78704vw - 9.44444px);
  }
}

@media screen and (min-width: 1200px) {
  .annual-trade > div {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .annual-trade > div {
    margin-bottom: calc(5.78704vw - 9.44444px);
  }
}

@media screen and (min-width: 1200px) {
  .annual-trade > div {
    margin-bottom: 60px;
  }
}

.annual-trade > div:not(.annual-trade__infographic) {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 37.5em) {
  .annual-trade__intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.annual-trade__intro .react-select-container {
  min-width: 160px;
}

@media (min-width: 37.5em) {
  .annual-trade__title {
    flex: 1;
    margin: 0;
  }
}

#site-content .annual-trade__content table tbody tr:last-child {
  font-weight: 900;
}

.annual-trade__image {
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .annual-trade__image {
    margin-bottom: calc(3.47222vw - 11.66667px);
  }
}

@media screen and (min-width: 1200px) {
  .annual-trade__image {
    margin-bottom: 30px;
  }
}

#site-content .annual-trade__glance table tbody tr:last-child {
  background: #5b6770;
  color: white;
  font-weight: 900;
}

.annual-trade .annual-trade-table {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .annual-trade .annual-trade-table {
    margin-bottom: calc(4.62963vw - 5.55556px);
  }
}

@media screen and (min-width: 1200px) {
  .annual-trade .annual-trade-table {
    margin-bottom: 50px;
  }
}

.annual-trade .annual-trade-table__title {
  margin-bottom: 25px;
}

.annual-trade .annual-trade-table__commodity {
  width: 40%;
}

.annual-trade .annual-trade-table__bar {
  width: 40%;
  position: relative;
}

.annual-trade .annual-trade-table__bar > div {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 10px;
  background: #333333;
}

.annual-trade .annual-trade-table__bar .bg {
  width: 100%;
}

.annual-trade .annual-trade-table__bar .percent {
  background: #00c389;
}

.annual-trade .annual-trade-table__figure {
  width: 20%;
  text-align: right;
}

#site-content .annual-trade .annual-trade-table table {
  margin: 0;
}

#site-content .annual-trade .annual-trade-table table tbody tr {
  background: none;
}

#site-content .annual-trade .annual-trade-table table th,
#site-content .annual-trade .annual-trade-table table td {
  vertical-align: middle;
  padding: 14px 0;
}

@media (min-width: 64em) {
  .weather-zone {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (min-width: 64em) {
  .weather-zone__heading {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 64em) {
  .weather-zone__content {
    flex: 0 0 66%;
    max-width: 66%;
  }
}

.weather-zone__map {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  background: #d3dfea;
}

@media (max-width: 63.99em) {
  .weather-zone__map {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: transform .3s ease;
  }

  .weather-zone__map.visible {
    transform: translateX(0);
  }
}

@media (min-width: 64em) {
  .weather-zone__map {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 63.99em) {
  .weather-zone__map .map-svg {
    flex: 1 1 auto;
    align-self: flex-end;
  }
}

.weather-zone__map .map-svg svg {
  display: block;
  max-width: 100%;
}

@media (max-width: 63.99em) {
  .weather-zone__map .map-svg svg {
    height: calc(100vh - 100px);
  }
}

@media all and (-ms-high-contrast: none) {
  .weather-zone__map .map-svg svg {
    width: 244px;
    height: 424px;
    margin-left: auto;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 93.75em) {
  .weather-zone__map .map-svg svg {
    width: 347px;
    height: 604px;
  }
}

.weather-zone__map .map-svg svg .clickable {
  cursor: pointer;
}

.weather-zone__map .map-svg.tab-deep-water .path-deep-water-channel,
.weather-zone__map .map-svg.tab-inner-harbour .path-inner-harbour,
.weather-zone__map .map-svg.tab-parmelia-channel .path-parmelia-channel,
.weather-zone__map .map-svg.tab-outer-harbour .path-outer-harbour,
.weather-zone__map .map-svg g.group-hover:hover path {
  fill: #00c389;
}

.weather-zone__map .map-legend {
  flex: 0 0 100px;
  max-height: 100px;
  background: #5b6770;
  padding: 20px 30px;
}

.weather-zone__map .map-legend-item {
  color: #FFFFFF;
  font-size: 15px;
  padding-left: 35px;
  position: relative;
  margin: 5px 0;
}

.weather-zone__map .map-legend-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
}

.weather-zone__map .map-legend-item:nth-child(1)::before {
  height: 2px;
  background: #000000;
}

.weather-zone__map .map-legend-item:nth-child(2)::before {
  height: 16px;
  background: #c3ced9;
}

.weather-zone__map .btn-map-close {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  background: url(/assets/static/images/svg/weather-zone/icon-cross.svg) no-repeat 50%/30px;
  text-indent: -10000em;
  border: none;
  padding: 0;
}

@media (min-width: 64em) {
  .weather-zone__map .btn-map-close {
    display: none;
  }
}

.weather-zone .wz__location-container .btn {
  width: 100%;
}

@media (min-width: 64em) {
  .weather-zone .wz__location-container .btn {
    display: none;
  }
}

.weather-zone .wz__location-selector {
  position: relative;
  z-index: 10;
  background: #00c389;
  padding: 30px;
  color: #FFFFFF;
}

@media (min-width: 48em) {
  .weather-zone .wz__location-selector {
    padding: 40px 50px;
  }
}

.weather-zone .wz__location-selector__toggle {
  border: none;
  padding: 0 0 20px;
  color: #FFFFFF;
  text-align: left;
  font-family: "Neuton", serif;
  border-bottom: 1px solid #88e3c8;
  width: 100%;
  font-size: 24px;
  background: url(/assets/static/images/svg/icon-angle-white.svg) no-repeat top 50% right 0/30px 16px;
}

@media (min-width: 48em) {
  .weather-zone .wz__location-selector__toggle {
    font-size: 40px;
  }
}

.weather-zone .wz__location-selector__toggle:focus {
  color: #000000;
  border-color: #000000;
}

.weather-zone .wz__location-selector__dropdown {
  position: absolute;
  top: calc(100% - 30px);
  left: 30px;
  right: 30px;
  background: #FFFFFF;
  padding: 10px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 48em) {
  .weather-zone .wz__location-selector__dropdown {
    top: calc(100% - 40px);
    left: 50px;
    right: 50px;
  }
}

.weather-zone .wz__location-selector__dropdown__button {
  border: none;
  background: none;
  padding: 10px 20px;
  width: 100%;
  color: #000000;
  font-family: "Neuton", serif;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  transition: color .2s ease;
}

@media (min-width: 48em) {
  .weather-zone .wz__location-selector__dropdown__button {
    font-size: 30px;
  }
}

.weather-zone .wz__location-selector__dropdown__button:hover,
.weather-zone .wz__location-selector__dropdown__button:focus {
  color: #00c389;
}

.weather-zone .wz__location-details {
  background: #FFFFFF;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-size: 12px;
}

@media (min-width: 48em) {
  .weather-zone .wz__location-details {
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 64em) {
  .weather-zone .wz__location-details {
    margin-bottom: 50px;
  }
}

.weather-zone .wz__tabs {
  margin: 30px 0;
}

@media (min-width: 64em) {
  .weather-zone .wz__tabs {
    margin: 50px 0;
  }
}

.weather-zone .wz__tabs__button-container {
  display: flex;
  position: relative;
  z-index: 2;
}

.weather-zone .wz__tabs__button {
  position: relative;
  outline: none;
  flex: 0 0 25%;
  max-width: 25%;
  border: none;
  border-left: 1px solid #a3a9ad;
  background: #5b6770 linear-gradient(rgba(255, 255, 255, 0.35), rgba(0, 0, 0, 0.35));
  padding: 28px 10px 20px 10px;
  font-size: 16px;
  color: #FFFFFF;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  cursor: pointer;
}

@media (min-width: 48em) {
  .weather-zone .wz__tabs__button {
    font-size: 20px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.weather-zone .wz__tabs__button:hover,
.weather-zone .wz__tabs__button:focus {
  background: #5b6770;
}

.weather-zone .wz__tabs__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
}

.weather-zone .wz__tabs__button:nth-child(1) {
  border-left: none;
}

.weather-zone .wz__tabs__button:nth-child(1)::before {
  background: #002d72;
}

.weather-zone .wz__tabs__button:nth-child(2)::before {
  background: #005db9;
}

.weather-zone .wz__tabs__button:nth-child(3)::before {
  background: #007da5;
}

.weather-zone .wz__tabs__button:nth-child(4)::before {
  background: #3399cc;
}

.weather-zone .wz__tabs__button.active:not(.disabled) {
  background: #FFFFFF;
  color: #000000;
}

.weather-zone .wz__tabs__information-container {
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 48em) {
  .weather-zone .wz__tabs__information-container {
    display: flex;
  }
}

@media (min-width: 64em) {
  .weather-zone .wz__tabs__information-container {
    margin-bottom: 50px;
  }
}

.weather-zone .wz__tabs__information-container::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  height: 30px;
  background: #FFFFFF;
}

.weather-zone .wz__tabs__information {
  display: none;
  background: linear-gradient(#FFFFFF 50%, #ededed);
  padding: 30px 20px;
  cursor: pointer;
}

@media (min-width: 48em) {
  .weather-zone .wz__tabs__information {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
    border-left: 1px solid #efefef;
  }
}

.weather-zone .wz__tabs__information > div {
  pointer-events: none;
  margin: 40px 0;
  font-size: 12px;
}

.weather-zone .wz__tabs__information > div:first-child {
  margin-top: 0;
}

.weather-zone .wz__tabs__information > div:last-child {
  margin-bottom: 0;
}

.weather-zone .wz__tabs__information .font-size-1,
.weather-zone .wz__tabs__information .font-size-2 {
  font-weight: 900;
  line-height: 1em;
}

.weather-zone .wz__tabs__information .font-size-1 {
  font-size: 28px;
}

@media (min-width: 64em) {
  .weather-zone .wz__tabs__information .font-size-1 {
    font-size: 35px;
  }
}

.weather-zone .wz__tabs__information .font-size-2 {
  font-size: 18px;
}

@media (min-width: 64em) {
  .weather-zone .wz__tabs__information .font-size-2 {
    font-size: 25px;
  }
}

.weather-zone .wz__tabs__information .icon-dropping {
  background: url(/assets/static/images/svg/weather-zone/icon-dropping.svg) no-repeat top 50% right 0/14px 14px;
}

@media (min-width: 64em) {
  .weather-zone .wz__tabs__information .icon-dropping {
    background-size: 24px 24px;
  }
}

.weather-zone .wz__tabs__information p {
  margin: 0;
  font-size: 12px;
}

.weather-zone .wz__tabs__information .wave-item {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  padding-left: 30px;
  background-position: top 50% left 0;
  background-repeat: no-repeat;
}

.weather-zone .wz__tabs__information .wave-item > div:first-child {
  padding-right: 10px;
}

.weather-zone .wz__tabs__information .wave-item.icon-wave {
  background-image: url(/assets/static/images/svg/weather-zone/icon-wave.svg);
  background-size: 19px 16px;
}

.weather-zone .wz__tabs__information .wave-item.icon-period {
  background-image: url(/assets/static/images/svg/weather-zone/icon-period.svg);
  background-size: 19px 19px;
}

.weather-zone .wz__tabs__information .wave-item.icon-wave-direction {
  background-image: url(/assets/static/images/svg/weather-zone/icon-wave-direction.svg);
  background-size: 16px 18px;
  background-position-x: 2px;
}

.weather-zone .wz__tabs__information .wave-item.icon-temp {
  background-image: url(/assets/static/images/svg/weather-zone/icon-temp.svg);
  background-size: 8px 18px;
  background-position-x: 6px;
}

.weather-zone .wz__tabs__information:first-child {
  border: none;
}

.weather-zone .wz__tabs__information.active:not(.disabled) {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.2);
}

.weather-zone .wz__tabs__graph-wrapper {
  display: block;
}

@media (max-width: 47.99em) {
  .weather-zone .wz__tabs__graph-wrapper {
    overflow-x: scroll;
  }
}

.weather-zone .wz__tabs__graph-wrapper.hide {
  display: none;
}

.weather-zone .wz__tabs__graph {
  margin: 30px 0;
}

@media (max-width: 47.99em) {
  .weather-zone .wz__tabs__graph {
    width: 200%;
  }
}

.weather-zone .wz__tabs__graph h3 {
  font-family: "Muli", sans-serif;
  font-weight: 900;
  padding-left: 30px;
}

.weather-zone .wz__tabs__graph .graph-legend {
  display: flex;
  padding-left: 30px;
  margin: 30px 0;
}

.weather-zone .wz__tabs__graph .graph-legend__item {
  position: relative;
  padding-right: 40px;
  margin-right: 30px;
  font-size: 12px;
}

@media (min-width: 48em) {
  .weather-zone .wz__tabs__graph .graph-legend__item {
    margin-right: 70px;
  }
}

.weather-zone .wz__tabs__graph .graph-legend__item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 4px;
}

.weather-zone .wz__tabs__graph .graph-legend__item:nth-child(1)::after {
  background-color: #002d72;
}

.weather-zone .wz__tabs__graph .graph-legend__item:nth-child(2)::after {
  background-color: #007da5;
}

.weather-zone .wz__tabs__graph .graph-legend__item:nth-child(3)::after {
  background-color: #00c389;
}

.weather-zone .wz__tabs__graph .graph-legend__item.direction::after {
  width: 20px;
  height: 17px;
  background: url(/assets/static/images/svg/weather-zone/icon-wind-direction.svg) no-repeat 50%/20px 17px;
}

.weather-zone .wz__tabs__graph .graph-direction-arrows {
  display: flex;
  justify-content: space-around;
  margin: 30px 0;
  padding: 0 10px 0 50px;
}

.weather-zone .wz__tabs__graph .graph-direction-arrows__arrow {
  width: 15px;
  height: 13px;
  background: url(/assets/static/images/svg/weather-zone/icon-wind-direction.svg) no-repeat 50%/15px 13px;
}

.weather-zone .disabled {
  pointer-events: none;
  opacity: .2;
}

.weather-zone .weatherzone-logo {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 10px;
}

.weather-zone .weatherzone-logo img {
  display: inline-block;
  width: 100px;
  vertical-align: top;
}
