<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

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

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

/**
 * 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;
}

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

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

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

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

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

    height: auto;

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

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

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

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

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

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

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

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Buttons */

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

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

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

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

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

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

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

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

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

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

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

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

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

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

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

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

/* Navigation arrows */

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

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

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

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

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

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

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

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

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

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

/* Loading indicator */

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

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

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

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

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

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

/* Share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Thumbs */

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

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

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

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

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm&gt;li&gt;h1,.sm&gt;li&gt;h2,.sm&gt;li&gt;h3,.sm&gt;li&gt;h4,.sm&gt;li&gt;h5,.sm&gt;li&gt;h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
.sm-blue {
  background: transparent;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
  padding: 10px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  background: #3092c0;
  background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
  color: #fff;
  font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.sm-blue a.current {
  background: #006892;
  background-image: linear-gradient(to bottom, #006188, #006f9c);
  color: #fff;
}
.sm-blue a.disabled {
  color: #a1d1e8;
}
.sm-blue a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.sm-blue a .sub-arrow::before {
  content: '+';
}
.sm-blue a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-blue &gt; li:first-child &gt; a, .sm-blue &gt; li:first-child &gt; :not(ul) a {
  border-radius: 8px 8px 0 0;
}
.sm-blue &gt; li:last-child &gt; a, .sm-blue &gt; li:last-child &gt; *:not(ul) a, .sm-blue &gt; li:last-child &gt; ul, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; a, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; *:not(ul) a, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; a, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; *:not(ul) a, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; a, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; *:not(ul) a, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; a, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; *:not(ul) a, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul {
  border-radius: 0 0 8px 8px;
}
.sm-blue &gt; li:last-child &gt; a.highlighted, .sm-blue &gt; li:last-child &gt; *:not(ul) a.highlighted, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; a.highlighted, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; *:not(ul) a.highlighted, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; a.highlighted, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; *:not(ul) a.highlighted, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; a.highlighted, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; *:not(ul) a.highlighted, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; a.highlighted, .sm-blue &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; ul &gt; li:last-child &gt; *:not(ul) a.highlighted {
  border-radius: 0;
}
.sm-blue ul {
  background: #fff;
}
.sm-blue ul ul {
  background: rgba(102, 102, 102, 0.1);
}
.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
  background: transparent;
  color: #2b82ac;
  font-size: 16px;
  text-shadow: none;
  border-left: 8px solid transparent;
}
.sm-blue ul a.current {
  background: #006892;
  background-image: linear-gradient(to bottom, #006188, #006f9c);
  color: #fff;
}
.sm-blue ul a.disabled {
  color: #b3b3b3;
}
.sm-blue ul ul a,
.sm-blue ul ul a:hover,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-blue ul ul ul a,
.sm-blue ul ul ul a:hover,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:hover,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:hover,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.sm-blue ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-blue ul li:first-child {
  border-top: 0;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-blue ul {
    position: absolute;
    width: 12em;
  }

  .sm-blue li {
    float: left;
  }

  .sm-blue.sm-rtl li {
    float: right;
  }

  .sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
    float: none;
  }

  .sm-blue a {
    white-space: nowrap;
  }

  .sm-blue ul a, .sm-blue.sm-vertical a {
    white-space: normal;
  }

  .sm-blue .sm-nowrap &gt; li &gt; a, .sm-blue .sm-nowrap &gt; li &gt; :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-blue {
    background: #3092c0;
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
    padding: 13px 24px;
    background: #3092c0;
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
    color: #fff;
  }
  .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
    background: #2b82ac;
    background-image: linear-gradient(to bottom, #2d89b4, #297ca3);
  }
  .sm-blue a.current {
    background: #006892;
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    color: #fff;
  }
  .sm-blue a.disabled {
    background: #3092c0;
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
    color: #a1d1e8;
  }
  .sm-blue a .sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #a1d1e8 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-blue a .sub-arrow::before {
    display: none;
  }
  .sm-blue &gt; li:first-child &gt; a, .sm-blue &gt; li:first-child &gt; :not(ul) a {
    border-radius: 8px 0 0 8px;
  }
  .sm-blue &gt; li:last-child &gt; a, .sm-blue &gt; li:last-child &gt; :not(ul) a {
    border-radius: 0 8px 8px 0 !important;
  }
  .sm-blue &gt; li {
    border-left: 1px solid #2b82ac;
  }
  .sm-blue &gt; li:first-child {
    border-left: 0;
  }
  .sm-blue ul {
    border: 1px solid #a8a8a8;
    padding: 7px 0;
    background: #fff;
    border-radius: 0 0 4px 4px !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  }
  .sm-blue ul ul {
    border-radius: 4px !important;
    background: #fff;
  }
  .sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
    border: 0 !important;
    padding: 9px 23px;
    background: transparent;
    color: #2b82ac;
    border-radius: 0 !important;
  }
  .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
    background: #3092c0;
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
    color: #fff;
  }
  .sm-blue ul a.current {
    background: #006892;
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    color: #fff;
  }
  .sm-blue ul a.disabled {
    background: #fff;
    color: #b3b3b3;
  }
  .sm-blue ul a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
  }
  .sm-blue ul li {
    border: 0;
  }
  .sm-blue .scroll-up,
  .sm-blue .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-blue .scroll-up-arrow,
  .sm-blue .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #2b82ac transparent;
  }
  .sm-blue .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #2b82ac transparent transparent transparent;
  }
  .sm-blue.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .sm-blue.sm-rtl &gt; li:first-child &gt; a, .sm-blue.sm-rtl &gt; li:first-child &gt; :not(ul) a {
    border-radius: 0 8px 8px 0;
  }
  .sm-blue.sm-rtl &gt; li:last-child &gt; a, .sm-blue.sm-rtl &gt; li:last-child &gt; :not(ul) a {
    border-radius: 8px 0 0 8px !important;
  }
  .sm-blue.sm-rtl &gt; li:first-child {
    border-left: 1px solid #2b82ac;
  }
  .sm-blue.sm-rtl &gt; li:last-child {
    border-left: 0;
  }
  .sm-blue.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .sm-blue.sm-vertical {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  .sm-blue.sm-vertical a {
    padding: 9px 23px;
  }
  .sm-blue.sm-vertical a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
  }
  .sm-blue.sm-vertical &gt; li:first-child &gt; a, .sm-blue.sm-vertical &gt; li:first-child &gt; :not(ul) a {
    border-radius: 8px 8px 0 0;
  }
  .sm-blue.sm-vertical &gt; li:last-child &gt; a, .sm-blue.sm-vertical &gt; li:last-child &gt; :not(ul) a {
    border-radius: 0 0 8px 8px !important;
  }
  .sm-blue.sm-vertical &gt; li {
    border-left: 0 !important;
  }
  .sm-blue.sm-vertical ul {
    border-radius: 4px !important;
  }
  .sm-blue.sm-vertical ul a {
    padding: 9px 23px;
  }
}

/*# sourceMappingURL=sm-blue.css.map */

#__bs_notify__ {
  display: none !important; }

:root {
  --color-primary: 0, 102, 153;
  --color-light: 243, 247, 250;
  --color-dark: 0, 71, 107;
  --color-accent: 64, 64, 64; }

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

.hidden,
.aspNetHidden {
  display: none !important; }

.visible {
  display: block !important; }

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

/*
	https: //www.scottohara.me/blog/2017/04/14/inclusively-hidden.html
*/
.screen-reader-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.visually-hidden {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  -webkit-transition: clip 0s;
  transition: clip 0s;
  width: 1px;
  position: fixed;
  z-index: 1000; }
  .visually-hidden:focus, .visually-hidden:hover {
    clip: auto;
    height: auto;
    width: auto; }

.visible-alpha, .visible-alpha-up,
.visible-table-alpha,
.visible-table-alpha-up {
  display: none !important; }

@media screen and (min-width: 30em) {
  .visible-bravo,
  .visible-table-bravo {
    display: none !important; }
  .hidden-bravo {
    display: block !important; }
  .hidden-table-bravo {
    display: table !important; }
  .visible-charlie,
  .visible-table-charlie {
    display: none !important; }
  .hidden-charlie {
    display: block !important; }
  .hidden-table-charlie {
    display: table !important; }
  .visible-delta,
  .visible-table-delta {
    display: none !important; }
  .hidden-delta {
    display: block !important; }
  .hidden-table-delta {
    display: table !important; }
  .visible-alpha, .visible-alpha-up {
    display: block !important; }
  .visible-table-alpha, .visible-table-alpha-up {
    display: table !important; }
  .hidden-alpha, .hidden-alpha-up,
  .hidden-table-alpha,
  .hidden-table-alpha-up {
    display: none !important; } }

.visible-bravo, .visible-bravo-up,
.visible-table-bravo,
.visible-table-bravo-up {
  display: none !important; }

@media screen and (min-width: 56em) {
  .visible-alpha,
  .visible-table-alpha {
    display: none !important; }
  .hidden-alpha {
    display: block !important; }
  .hidden-table-alpha {
    display: table !important; }
  .visible-charlie,
  .visible-table-charlie {
    display: none !important; }
  .hidden-charlie {
    display: block !important; }
  .hidden-table-charlie {
    display: table !important; }
  .visible-delta,
  .visible-table-delta {
    display: none !important; }
  .hidden-delta {
    display: block !important; }
  .hidden-table-delta {
    display: table !important; }
  .visible-bravo, .visible-bravo-up {
    display: block !important; }
  .visible-table-bravo, .visible-table-bravo-up {
    display: table !important; }
  .hidden-bravo, .hidden-bravo-up,
  .hidden-table-bravo,
  .hidden-table-bravo-up {
    display: none !important; } }

.visible-charlie, .visible-charlie-up,
.visible-table-charlie,
.visible-table-charlie-up {
  display: none !important; }

@media screen and (min-width: 70em) {
  .visible-alpha,
  .visible-table-alpha {
    display: none !important; }
  .hidden-alpha {
    display: block !important; }
  .hidden-table-alpha {
    display: table !important; }
  .visible-bravo,
  .visible-table-bravo {
    display: none !important; }
  .hidden-bravo {
    display: block !important; }
  .hidden-table-bravo {
    display: table !important; }
  .visible-delta,
  .visible-table-delta {
    display: none !important; }
  .hidden-delta {
    display: block !important; }
  .hidden-table-delta {
    display: table !important; }
  .visible-charlie, .visible-charlie-up {
    display: block !important; }
  .visible-table-charlie, .visible-table-charlie-up {
    display: table !important; }
  .hidden-charlie, .hidden-charlie-up,
  .hidden-table-charlie,
  .hidden-table-charlie-up {
    display: none !important; } }

.visible-delta, .visible-delta-up,
.visible-table-delta,
.visible-table-delta-up {
  display: none !important; }

@media screen and (min-width: 80em) {
  .visible-alpha,
  .visible-table-alpha {
    display: none !important; }
  .hidden-alpha {
    display: block !important; }
  .hidden-table-alpha {
    display: table !important; }
  .visible-bravo,
  .visible-table-bravo {
    display: none !important; }
  .hidden-bravo {
    display: block !important; }
  .hidden-table-bravo {
    display: table !important; }
  .visible-charlie,
  .visible-table-charlie {
    display: none !important; }
  .hidden-charlie {
    display: block !important; }
  .hidden-table-charlie {
    display: table !important; }
  .visible-delta, .visible-delta-up {
    display: block !important; }
  .visible-table-delta, .visible-table-delta-up {
    display: table !important; }
  .hidden-delta, .hidden-delta-up,
  .hidden-table-delta,
  .hidden-table-delta-up {
    display: none !important; } }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html {
  color: #404040;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2; }

:focus {
  outline: .15rem solid;
  outline-offset: .1rem; }

:focus:not(:focus-visible) {
  outline: none; }

::-moz-selection {
  background: rgb(var(--color-primary));
  color: #fff; }

::selection {
  background: rgb(var(--color-primary));
  color: #fff; }

p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6 {
  margin-top: 1.5rem; }

h1,
.heading1 {
  color: #404040;
  font-size: 2.25em;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  overflow-wrap: break-word;
  margin: 0.5em 0; }
  h1 a,
  .heading1 a {
    font-weight: 900; }
  @media screen and (min-width: 56em) {
    h1,
    .heading1 {
      font-size: 3.375em; } }

h2,
.heading2 {
  color: rgb(var(--color-accent));
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.0275em;
  text-transform: none;
  margin: 0.5em 0; }
  h2 a,
  .heading2 a {
    font-weight: 400; }
  @media screen and (min-width: 56em) {
    h2,
    .heading2 {
      font-size: 2.25em;
      line-height: 1.375; } }

h3,
.heading3 {
  color: rgb(var(--color-accent));
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0.5em 0; }
  h3 a,
  .heading3 a {
    font-weight: 400; }
  @media screen and (min-width: 56em) {
    h3,
    .heading3 {
      font-size: 1.5em; } }

h4,
.heading4 {
  color: rgb(var(--color-accent));
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.0375em;
  line-height: 1.5;
  text-transform: none;
  margin: 0.5em 0; }
  h4 a,
  .heading4 a {
    font-weight: 400; }

h5,
.heading5 {
  color: rgb(var(--color-accent));
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0.5em 0; }
  h5 a,
  .heading5 a {
    font-weight: 900; }

.small-caps {
  color: #404040;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0.5em 0; }
  .small-caps a {
    font-weight: 900; }

h6 {
  color: #404040; }

strong,
b {
  font-weight: 900; }

hr {
  background: rgb(var(--color-dark));
  border: none;
  height: 1px;
  margin: 3vmin 0; }

.text-center {
  text-align: center; }

a,
a h1, a .heading1,
a h2, a .heading2,
a h3, a .heading3,
a h4, a .heading4,
a h5, a .heading5,
.faux-link {
  color: rgb(var(--color-primary));
  font-weight: 400;
  text-decoration: none; }
  a:hover, a:focus,
  a h1:hover,
  a h1:focus, a .heading1:hover, a .heading1:focus,
  a h2:hover,
  a h2:focus, a .heading2:hover, a .heading2:focus,
  a h3:hover,
  a h3:focus, a .heading3:hover, a .heading3:focus,
  a h4:hover,
  a h4:focus, a .heading4:hover, a .heading4:focus,
  a h5:hover,
  a h5:focus, a .heading5:hover, a .heading5:focus,
  .faux-link:hover,
  .faux-link:focus {
    color: rgb(var(--color-dark)); }

table a,
.sidebar a,
.search-result-title a,
.footer-links a,
.breadcrumbs a,
.underline-links a,
a h1, h1 &gt; a, a .heading1,
a h2, h2 &gt; a, a .heading2,
a h3, h3 &gt; a, a .heading3,
a h4, h4 &gt; a, a .heading4,
a h5, h5 &gt; a, a .heading5,
.faux-link {
  text-decoration: underline;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px; }
  table a:hover, table a:focus,
  .sidebar a:hover,
  .sidebar a:focus,
  .search-result-title a:hover,
  .search-result-title a:focus,
  .footer-links a:hover,
  .footer-links a:focus,
  .breadcrumbs a:hover,
  .breadcrumbs a:focus,
  .underline-links a:hover,
  .underline-links a:focus,
  a h1:hover,
  a h1:focus, h1 &gt; a:hover, h1 &gt; a:focus, a .heading1:hover, a .heading1:focus,
  a h2:hover,
  a h2:focus, h2 &gt; a:hover, h2 &gt; a:focus, a .heading2:hover, a .heading2:focus,
  a h3:hover,
  a h3:focus, h3 &gt; a:hover, h3 &gt; a:focus, a .heading3:hover, a .heading3:focus,
  a h4:hover,
  a h4:focus, h4 &gt; a:hover, h4 &gt; a:focus, a .heading4:hover, a .heading4:focus,
  a h5:hover,
  a h5:focus, h5 &gt; a:hover, h5 &gt; a:focus, a .heading5:hover, a .heading5:focus,
  .faux-link:hover,
  .faux-link:focus {
    text-decoration-thickness: .1em; }

a .media-list-title,
header a,
footer a {
  text-decoration: none; }
  a .media-list-title:hover, a .media-list-title:focus,
  header a:hover,
  header a:focus,
  footer a:hover,
  footer a:focus {
    text-decoration: underline;
    text-decoration-thickness: .1em;
    text-underline-offset: 1px; }

.read-more-link {
  text-decoration: underline; }
  @media screen and (max-width: 56em) {
    .read-more-link {
      font-size: 1rem; } }

.main-content a:hover img, .main-content a:focus img {
  -webkit-box-shadow: 0px 0px 15px -2px rgb(var(--color-primary));
          box-shadow: 0px 0px 15px -2px rgb(var(--color-primary)); }

.arrow-link {
  color: #404040;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline; }
  .arrow-link a {
    font-weight: 900; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }
  fieldset + fieldset {
    margin-top: 2rem; }

legend {
  color: rgb(var(--color-accent));
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.0375em;
  line-height: 1.5;
  text-transform: none;
  display: block; }
  legend a {
    font-weight: 400; }

.form-field {
  margin-bottom: 1em;
  margin-top: 1em; }

label {
  color: #404040;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0.5rem 0; }
  label a {
    font-weight: 900; }
  label input[type="checkbox"], label
  input[type="radio"] {
    margin-right: 0.35em; }

input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
select {
  background-color: #fff;
  border: 1px solid rgb(var(--color-dark));
  color: rgb(var(--color-dark));
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  max-width: 30em;
  padding: 0.75em 1em;
  width: 100%; }
  input:focus:not([type]),
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus,
  select:focus {
    border-color: rgb(var(--color-primary));
    outline: 0.25rem solid rgba(var(--color-dark),.25); }
  input[readonly]:not([type]),
  input[readonly][type="text"],
  input[readonly][type="password"],
  input[readonly][type="date"],
  input[readonly][type="datetime"],
  input[readonly][type="datetime-local"],
  input[readonly][type="month"],
  input[readonly][type="week"],
  input[readonly][type="email"],
  input[readonly][type="number"],
  input[readonly][type="search"],
  input[readonly][type="tel"],
  input[readonly][type="time"],
  input[readonly][type="url"],
  input[readonly][type="color"],
  textarea[readonly],
  select[readonly] {
    cursor: not-allowed;
    border-color: rgba(var(--color-dark),.4);
    background-color: rgba(var(--color-dark),.07); }

input[type="color"] {
  height: 2em;
  max-width: none;
  padding: 2px;
  width: 3em; }

input[type="file"] {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1; }

input[type="file"] + label {
  background-color: rgb(var(--color-primary));
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  margin-bottom: 0;
  padding: 0.75em 1.75em; }
  input[type="file"] + label:hover, input[type="file"] + label:focus {
    background-color: rgb(var(--color-dark)); }

.file-upload__name {
  display: block;
  font-size: 0.875em; }

optgroup {
  color: rgb(var(--color-dark));
  font-family: "Lato", sans-serif;
  font-style: normal; }
  optgroup:not(:last-child) {
    border-bottom: 1px solid rgb(var(--color-dark));
    margin-bottom: 1em;
    padding-bottom: 0.75em; }

option {
  color: rgb(var(--color-primary));
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.0125em;
  line-height: 2;
  padding: 0.25em 0;
  text-transform: none; }

input[type="checkbox"],
input[type="radio"] {
  float: left;
  height: 0 !important;
  left: 0;
  opacity: 0;
  top: 0;
  width: 0 !important; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    color: #404040;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    margin-bottom: 0;
    padding-left: 1.5rem;
    position: relative;
    text-transform: none; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      border: 1px solid rgb(var(--color-dark));
      background-color: #fff;
      border-radius: 3px;
      content: '';
      display: block;
      height: 1rem;
      left: 0;
      margin-top: 0.5em;
      position: absolute;
      text-align: center;
      -webkit-transition: 200ms border-color ease-out;
      transition: 200ms border-color ease-out;
      width: 1rem; }
    input[type="checkbox"] + label:hover:before,
    input[type="radio"] + label:hover:before, input[type="checkbox"] + label:focus:before,
    input[type="radio"] + label:focus:before {
      border-color: rgb(var(--color-primary)); }
  input[type="checkbox"]:focus + label:before,
  input[type="radio"]:focus + label:before {
    border-color: rgb(var(--color-primary)); }

input[type="checkbox"] + label:before {
  font-size: 0.75rem;
  line-height: 1.2; }

input[type="checkbox"]:checked + label:before {
  background-color: rgb(var(--color-primary));
  border-color: rgb(var(--color-primary));
  color: #fff;
  content: '\2713'; }

input[type="radio"] + label:before {
  border-radius: 100%; }

input[type="radio"]:checked + label:before {
  border: 0.3125rem solid rgb(var(--color-primary));
  background-color: #fff; }

textarea {
  resize: vertical; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(var(--color-dark), 0.5); }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(var(--color-dark), 0.5); }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(var(--color-dark), 0.5); }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(var(--color-dark), 0.5); }

label.error {
  color: #e80000;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0.25rem 0 0.5rem; }

.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch label {
  margin: 0 !important;
  padding: 0 !important; }

.onoffswitch label:before {
  display: none !important; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid rgb(var(--color-dark));
  border-radius: 20px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.onoffswitch-inner:before {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-3x'%3E%3Cpath fill='%23ffffff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-color: rgb(var(--color-dark));
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 1rem;
  color: #FFFFFF;
  content: ' ';
  padding-left: 10px; }

.onoffswitch-inner:after {
  background-color: rgb(var(--color-light));
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='times' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' class='svg-inline--fa fa-times fa-w-11 fa-3x'%3E%3Cpath fill='%23b91e2b' d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 40px center;
  background-size: 1rem;
  content: ' ';
  padding-right: 10px;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  border: 2px solid rgb(var(--color-primary));
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

.select2-container--focus {
  border-radius: 3px;
  outline: 0.25rem solid rgba(var(--color-dark),.25);
  outline-offset: .1rem; }

.select2-container .select2-selection--multiple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
  cursor: pointer; }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0.75em 1em; }
  .select2-container .select2-selection--multiple .select2-selection__choice {
    padding: .4em .5em; }

.select2-container .select2-search--inline .select2-search__field {
  pointer-events: none;
  margin-top: 0; }
  .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: var(--color-dark); }
  .select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
    color: var(--color-dark); }
  .select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder {
    color: var(--color-dark); }
  .select2-container .select2-search--inline .select2-search__field::placeholder {
    color: var(--color-dark); }

input[type="checkbox"].password-toggle:focus-visible + label {
  outline: 0.25rem solid rgba(var(--color-dark),.25);
  outline-offset: .1em; }

input[type="checkbox"].password-toggle + label {
  line-height: 1;
  font-weight: 900;
  color: rgb(var(--color-primary));
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  input[type="checkbox"].password-toggle + label:before {
    display: none; }

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  color: #404040;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1rem;
  max-width: 40rem;
  padding: 0.875em 2.25em;
  text-align: center;
  text-decoration: none !important; }
  button a,
  input[type="submit"] a,
  input[type="reset"] a,
  input[type="button"] a {
    font-weight: 900; }
  button:hover, button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="button"]:hover,
  input[type="button"]:focus {
    text-decoration: none !important; }
  @media print {
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
      border: 1px solid #000;
      background: #fff !important;
      color: #000 !important; } }

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

.btn,
.btn a,
button,
input[type="submit"],
input[type="button"],
.cta--inverse .btn-white {
  color: #404040;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1rem;
  max-width: 40rem;
  padding: 0.875em 2.25em;
  text-align: center;
  text-decoration: none !important;
  background: rgb(var(--color-primary));
  color: rgb(var(--color-light)); }
  .btn a,
  .btn a a,
  button a,
  input[type="submit"] a,
  input[type="button"] a,
  .cta--inverse .btn-white a {
    font-weight: 900; }
  .btn:hover, .btn:focus,
  .btn a:hover,
  .btn a:focus,
  button:hover,
  button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  .cta--inverse .btn-white:hover,
  .cta--inverse .btn-white:focus {
    text-decoration: none !important; }
  @media print {
    .btn,
    .btn a,
    button,
    input[type="submit"],
    input[type="button"],
    .cta--inverse .btn-white {
      border: 1px solid #000;
      background: #fff !important;
      color: #000 !important; } }
  .btn:hover, .btn:focus,
  .btn a:hover,
  .btn a:focus,
  button:hover,
  button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  .cta--inverse .btn-white:hover,
  .cta--inverse .btn-white:focus {
    background: rgb(var(--color-dark));
    color: rgb(var(--color-light)); }

.btn a {
  margin: -0.875em -2.25em; }

.btn:hover a {
  background: rgb(var(--color-dark));
  color: rgb(var(--color-light)); }

.btn-secondary,
.btn-secondary a,
input[type="reset"] {
  color: #404040;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1rem;
  max-width: 40rem;
  padding: 0.875em 2.25em;
  text-align: center;
  text-decoration: none !important;
  -webkit-box-shadow: inset 0 0 0 2px rgb(var(--color-primary));
          box-shadow: inset 0 0 0 2px rgb(var(--color-primary));
  color: rgb(var(--color-primary)); }
  .btn-secondary a,
  .btn-secondary a a,
  input[type="reset"] a {
    font-weight: 900; }
  .btn-secondary:hover, .btn-secondary:focus,
  .btn-secondary a:hover,
  .btn-secondary a:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus {
    text-decoration: none !important; }
  @media print {
    .btn-secondary,
    .btn-secondary a,
    input[type="reset"] {
      border: 1px solid #000;
      background: #fff !important;
      color: #000 !important; } }
  .btn-secondary:hover, .btn-secondary:focus,
  .btn-secondary a:hover,
  .btn-secondary a:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus {
    background-color: rgb(var(--color-primary));
    color: #fff; }
  @media print {
    .btn-secondary,
    .btn-secondary a,
    input[type="reset"] {
      -webkit-box-shadow: none;
              box-shadow: none; } }

.btn-secondary a {
  margin: -0.875em -2.25em; }

.btn-secondary:hover a {
  background: rgb(var(--color-dark));
  color: rgb(var(--color-light)); }

.btn-white {
  color: #404040;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1rem;
  max-width: 40rem;
  padding: 0.875em 2.25em;
  text-align: center;
  text-decoration: none !important;
  background: #fff;
  color: rgb(var(--color-primary)); }
  .btn-white a {
    font-weight: 900; }
  .btn-white:hover, .btn-white:focus {
    text-decoration: none !important; }
  @media print {
    .btn-white {
      border: 1px solid #000;
      background: #fff !important;
      color: #000 !important; } }
  .btn-white:hover, .btn-white:focus {
    background: #fff;
    color: rgb(var(--color-dark)); }

.icon-wrap {
  position: relative; }

.icon-plus {
  color: rgb(var(--color-accent));
  display: block;
  height: 1px;
  position: absolute;
  left: 1.25rem;
  margin-top: -1px;
  padding: 0;
  top: 50%;
  vertical-align: middle;
  -webkit-transition: 100ms all ease-out;
  transition: 100ms all ease-out;
  transition: 100ms all ease-out;
  width: 1rem; }
  .icon-plus:after, .icon-plus:before {
    content: ' ';
    background: rgb(var(--color-accent));
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 1rem;
    height: 1px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: 100ms all ease-out;
    transition: 100ms all ease-out; }
  .icon-plus:after {
    position: relative;
    top: -1px;
    -webkit-transform: none;
            transform: none; }
  .active .icon-plus {
    background: transparent !important; }
    .active .icon-plus:before {
      -webkit-transform: none;
              transform: none; }
    .active .icon-plus:after {
      display: none; }

table {
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0; }
  table tr:nth-child(odd) {
    background-color: rgb(var(--color-light)); }
  table thead + tbody tr:nth-child(odd) {
    background-color: #fff; }
  table thead + tbody tr:nth-child(even) {
    background-color: rgb(var(--color-light)); }
  table thead + tbody .sub-head:first-child ~ tr:nth-child(even) {
    background-color: #fff; }
  table thead + tbody .sub-head:first-child ~ tr:nth-child(odd) {
    background-color: rgb(var(--color-light)); }
  table th {
    color: #404040;
    font-size: 0.875em;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 1rem 1.25rem;
    text-align: left; }
    table th a {
      font-weight: 900; }
  table thead th {
    background-color: rgb(var(--color-dark));
    color: #fff; }
  table td {
    background-color: transparent;
    padding: 0.75rem 1.25rem; }
  table .sub-head {
    background-color: rgb(var(--color-primary)) !important; }
    table .sub-head th,
    table .sub-head td {
      color: #404040;
      font-size: 0.875em;
      font-weight: 900;
      letter-spacing: 0.2em;
      line-height: 1.5;
      text-transform: uppercase;
      background-color: transparent;
      color: #fff;
      vertical-align: middle; }
      table .sub-head th a,
      table .sub-head td a {
        font-weight: 900; }
    table .sub-head a {
      color: #fff; }

table.list-table {
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0; }
  @media screen and (min-width: 56em) {
    table.list-table {
      display: table; } }

.list-table thead {
  display: none; }
  @media screen and (min-width: 56em) {
    .list-table thead {
      display: table-header-group; } }

.list-table tbody {
  display: block; }
  @media screen and (min-width: 56em) {
    .list-table tbody {
      display: table-row-group; } }

.list-table tfoot {
  display: none; }
  @media screen and (min-width: 56em) {
    .list-table tfoot {
      display: table-footer-group; } }

.list-table tr {
  display: block;
  padding: 1.25rem; }
  @media screen and (min-width: 56em) {
    .list-table tr {
      display: table-row;
      padding: 0; }
      .list-table tr:after {
        content: none; } }

@media screen and (min-width: 56em) {
  .list-table thead + tbody tr:nth-child(odd) {
    background-color: #fff; } }

@media screen and (min-width: 56em) {
  .list-table thead + tbody tr:nth-child(even) {
    background-color: rgb(var(--color-light)); } }

@media screen and (min-width: 56em) {
  .list-table thead + tbody .sub-head:first-child ~ tr:nth-child(even) {
    background-color: #fff; } }

@media screen and (min-width: 56em) {
  .list-table thead + tbody .sub-head:first-child ~ tr:nth-child(odd) {
    background-color: rgb(var(--color-light)); } }

.list-table th {
  margin-bottom: 0.25em;
  padding: 0; }
  @media screen and (min-width: 56em) {
    .list-table th {
      display: table-cell;
      margin-bottom: 0;
      padding: 1rem 1.25rem; } }

@media screen and (min-width: 56em) {
  .list-table thead th {
    background-color: rgb(var(--color-dark));
    color: #fff; } }

@media print {
  .list-table thead th {
    background-color: #f1f1f1; } }

.list-table tbody th {
  font-size: 0.875em; }
  @media screen and (min-width: 30em) {
    .list-table tbody th {
      font-size: 1rem; } }

.list-table td {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-width: 100%;
  padding: 0.5rem 0;
  text-align: left; }
  @media screen and (min-width: 56em) {
    .list-table td {
      display: table-cell;
      min-width: 0;
      padding: 0.75rem 1.25rem;
      position: static; } }

.list-table th + td {
  display: block; }

.list-table .empty-cell {
  display: none; }
  @media screen and (min-width: 56em) {
    .list-table .empty-cell {
      display: table-cell; } }

.list-table thead ~ tbody td:not(.empty-cell):before {
  color: #404040;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
  content: attr(title);
  line-height: inherit;
  min-width: 50%;
  padding: 0.125rem 1rem 0 0; }
  .list-table thead ~ tbody td:not(.empty-cell):before a {
    font-weight: 900; }
  @media screen and (min-width: 30em) {
    .list-table thead ~ tbody td:not(.empty-cell):before {
      font-size: 1rem;
      padding-top: 0; } }
  @media screen and (min-width: 56em) {
    .list-table thead ~ tbody td:not(.empty-cell):before {
      content: none; } }

.list-table tbody th + td:not(.empty-cell):before {
  content: none; }

.list-table caption {
  display: block; }
  @media screen and (min-width: 56em) {
    .list-table caption {
      display: table-caption; } }

.list-table .sub-head th,
.list-table .sub-head td {
  background-color: transparent;
  color: #fff;
  padding: 0;
  vertical-align: middle; }

@media screen and (min-width: 56em) {
  .list-table .sub-head th {
    padding: 1rem 1.25rem; } }

@media screen and (min-width: 56em) {
  .list-table .sub-head td {
    padding: 0.75rem 1.25rem; } }

.list-table .sub-head td:not(.empty-cell):before {
  content: none; }

.list-table .sub-head a {
  color: #fff; }

table.full-width {
  width: 100%; }

.scrolling-table {
  height: 80vh;
  overflow: auto;
  max-width: 100%;
  width: 80vw; }

.unstyled-list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-left: 0; }
  .unstyled-list &gt; li {
    margin: 0.5em 0; }

.vlist {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 0; }
  .vlist &gt; li {
    display: block; }

.hlist {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }
  .hlist:after {
    clear: both;
    content: "";
    display: table; }
  .hlist &gt; li {
    float: left; }

.ilist {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }
  .ilist &gt; li {
    display: inline-block;
    vertical-align: top; }

.striped-list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }
  .striped-list li {
    padding: 0.75em 1em; }
  .striped-list li:nth-child(odd) {
    background-color: rgb(var(--color-light)); }

dt {
  color: #404040;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase; }
  dt a {
    font-weight: 900; }

dd {
  margin-left: 0; }

dd + dt {
  margin-top: 1em; }

img {
  height: auto !important;
  max-width: 100%; }

iframe {
  display: block;
  max-width: 100%; }

.article-figure {
  margin: 2.5vmin 0; }
  .article-figure img {
    display: block; }

.article-figure-caption {
  border-bottom: 1px solid rgb(var(--color-dark));
  display: block;
  font-size: 1rem;
  font-style: italic;
  padding: 1em; }

.pull-left {
  margin: 2.5vmin 0; }
  @media screen and (min-width: 30em) {
    .pull-left {
      float: left;
      margin-top: 0.5em;
      margin-right: 5vmin; } }
  @media screen and (min-width: 70em) {
    .pull-left {
      margin-right: 3vmin; } }
  .pull-left img {
    display: block; }
  @media print {
    .pull-left {
      float: left;
      margin-top: 0.5em;
      margin-right: 5vmin;
      margin-right: 3vmin; } }
  @media screen and (min-width: 30em) {
    .pull-left {
      max-width: 30%; } }
  @media print {
    .pull-left {
      max-width: 30%; } }

.pull-right {
  margin: 2.5vmin 0; }
  @media screen and (min-width: 30em) {
    .pull-right {
      float: right;
      margin-top: 0.5em;
      margin-left: 5vmin; } }
  @media screen and (min-width: 56em) {
    .pull-right {
      margin-left: 3vmin; } }
  .pull-right img {
    display: block; }
  @media print {
    .pull-right {
      float: right;
      margin-top: 0.5em;
      margin-left: 5vmin;
      margin-left: 3vmin; } }
  @media screen and (min-width: 30em) {
    .pull-right {
      max-width: 30%; } }
  @media print {
    .pull-right {
      max-width: 30%; } }

.pull-left-large {
  margin: 2.5vmin 0; }
  @media screen and (min-width: 30em) {
    .pull-left-large {
      float: left;
      margin-top: 0.5em;
      margin-right: 5vmin; } }
  @media screen and (min-width: 70em) {
    .pull-left-large {
      margin-right: 3vmin; } }
  .pull-left-large img {
    display: block; }
  @media print {
    .pull-left-large {
      float: left;
      margin-top: 0.5em;
      margin-right: 5vmin;
      margin-right: 3vmin; } }

.pull-right-large {
  margin: 2.5vmin 0; }
  @media screen and (min-width: 30em) {
    .pull-right-large {
      float: right;
      margin-top: 0.5em;
      margin-left: 5vmin; } }
  @media screen and (min-width: 56em) {
    .pull-right-large {
      margin-left: 3vmin; } }
  .pull-right-large img {
    display: block; }
  @media print {
    .pull-right-large {
      float: right;
      margin-top: 0.5em;
      margin-left: 5vmin;
      margin-left: 3vmin; } }

.float-left {
  float: left;
  margin-right: 5vmin; }
  @media screen and (min-width: 70em) {
    .float-left {
      margin-right: 3vmin; } }
  @media print {
    .float-left {
      margin-right: 3vmin; } }

.float-right {
  float: right;
  margin-left: 5vmin; }
  @media screen and (min-width: 70em) {
    .float-right {
      margin-left: 3vmin; } }
  @media print {
    .float-right {
      margin-left: 3vmin; } }

.full-content,
.narrow-content {
  /*@include clearfix;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 5vmin;
  padding-right: 5vmin;
  /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/ }
  @media screen and (min-width: 70em) {
    .full-content,
    .narrow-content {
      padding-left: 3vmin;
      padding-right: 3vmin; } }
  .full-content &gt; :first-child,
  .narrow-content &gt; :first-child {
    margin-top: 0; }
  .full-content &gt; :last-child,
  .narrow-content &gt; :last-child {
    margin-bottom: 0; }

@media screen and (min-width: 56em) {
  .narrow-content {
    max-width: 60rem; } }

.unit .full-content,
.unit .narrow-content {
  padding-left: 0;
  padding-right: 0; }

.inner {
  /*@include clearfix;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin;
  /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/
  padding-top: 5vmin; }
  @media screen and (min-width: 70em) {
    .inner {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }
  @media screen and (min-width: 70em) {
    .inner {
      padding-top: 3vmin; } }

.inner-full {
  /*@include clearfix;*/
  max-width: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin;
  /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/
  padding-top: 5vmin; }
  @media screen and (min-width: 70em) {
    .inner-full {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }
  @media screen and (min-width: 70em) {
    .inner-full {
      padding-top: 3vmin; } }

.inner &gt; .unit .inner,
.inner-full &gt; .unit .inner {
  /*@include clearfix;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -2.5vmin;
  margin-right: -2.5vmin;
  /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/
  margin-left: -5vmin;
  margin-right: -5vmin; }
  @media screen and (min-width: 70em) {
    .inner &gt; .unit .inner,
    .inner-full &gt; .unit .inner {
      margin-left: -1.5vmin;
      margin-right: -1.5vmin; } }
  @media screen and (min-width: 70em) {
    .inner &gt; .unit .inner,
    .inner-full &gt; .unit .inner {
      margin-left: -3vmin;
      margin-right: -3vmin; } }

.inner &gt; .unit,
.inner-full &gt; .unit {
  padding-bottom: 5vmin;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .inner &gt; .unit,
    .inner-full &gt; .unit {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }
  @media screen and (min-width: 70em) {
    .inner &gt; .unit,
    .inner-full &gt; .unit {
      padding-bottom: 3vmin; } }
  .inner &gt; .unit &gt; :first-child,
  .inner-full &gt; .unit &gt; :first-child {
    margin-top: 0; }
  .inner &gt; .unit &gt; :last-child,
  .inner-full &gt; .unit &gt; :last-child {
    margin-bottom: 0; }

.inner.reverse,
.inner-full.reverse,
.inner-wide.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

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

.unit[class*="default-size"] {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin;
  padding-bottom: 5vmin; }
  @media screen and (min-width: 70em) {
    .unit[class*="default-size"] {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin;
      padding-bottom: 3vmin; } }

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

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

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

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

.top-default {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.middle-default {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.bottom-default {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.around-default {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

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

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

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

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

@media screen and (min-width: 30em) {
  .unit[class*="alpha-size"] {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin;
    padding-bottom: 5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit[class*="alpha-size"] {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin;
      padding-bottom: 3vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size-auto {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .start-alpha {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .center-alpha {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .end-alpha {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .top-alpha {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-alpha {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-alpha {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-alpha {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .between-alpha {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-alpha {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .last-alpha {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .reset-order-alpha {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (min-width: 56em) {
  .unit[class*="bravo-size"] {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin;
    padding-bottom: 5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit[class*="bravo-size"] {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin;
      padding-bottom: 3vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size-auto {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .start-bravo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .center-bravo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .end-bravo {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .top-bravo {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-bravo {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-bravo {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-bravo {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .between-bravo {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-bravo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .last-bravo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .reset-order-bravo {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (min-width: 70em) {
  .unit[class*="charlie-size"] {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin;
    padding-bottom: 5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit[class*="charlie-size"] {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin;
      padding-bottom: 3vmin; } }

@media screen and (min-width: 70em) {
  .unit.charlie-size-auto {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .start-charlie {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .center-charlie {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .end-charlie {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .top-charlie {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-charlie {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-charlie {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-charlie {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .between-charlie {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-charlie {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .last-charlie {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .reset-order-charlie {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; } }

@media screen and (min-width: 80em) {
  .unit[class*="delta-size"] {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin;
    padding-bottom: 5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit[class*="delta-size"] {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin;
      padding-bottom: 3vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size-auto {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .start-delta {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .center-delta {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .end-delta {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .top-delta {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-delta {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-delta {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-delta {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .between-delta {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-delta {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .last-delta {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .reset-order-delta {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; } }

.unit.default-size1of2 {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size1of2 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

.unit.default-size1of3 {
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
  max-width: 33.33333%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size1of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

.unit.default-size1of4 {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size1of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

.unit.default-size1of5 {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  max-width: 20%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size1of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

.unit.default-size2of5 {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  max-width: 40%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size2of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

.unit.default-size3of5 {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  max-width: 60%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size3of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

.unit.default-size2of3 {
  -webkit-flex-basis: 66.66667%;
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
  max-width: 66.66667%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size2of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

.unit.default-size3of4 {
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  max-width: 75%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size3of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

.unit.default-size4of5 {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
  max-width: 80%;
  float: left;
  padding-left: 2.5vmin;
  padding-right: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .unit.default-size4of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size1of2, .size2of4 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size1of2, .size2of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size1of3 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size1of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size1of4 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size1of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size1of5 {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size1of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size2of5 {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    max-width: 40%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size2of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size3of5 {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    max-width: 60%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size3of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size2of3 {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size2of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size3of4 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size3of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 30em) {
  .unit.alpha-size4of5 {
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
    max-width: 80%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .unit.alpha-size4of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size1of2, .size2of4 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size1of2, .size2of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size1of3 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size1of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size1of4 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size1of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size1of5 {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size1of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size2of5 {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    max-width: 40%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size2of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size3of5 {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    max-width: 60%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size3of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size2of3 {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size2of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size3of4 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size3of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
  .unit.bravo-size4of5 {
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
    max-width: 80%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .unit.bravo-size4of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit[class*=" size"],
  .unit[class*=" charlie-size"] {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin;
    padding-bottom: 5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit[class*=" size"],
    .unit[class*=" charlie-size"] {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin;
      padding-bottom: 3vmin; } }

@media screen and (min-width: 70em) {
  .unit.size-auto,
  .unit.charlie-size-auto {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .unit.size1of1,
  .unit.charlie-size1of1 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size1of1,
    .unit.charlie-size1of1 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size1of2, .unit.size2of4,
  .unit.charlie-size1of2, .unit.charlie-size2of4 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size1of2, .unit.size2of4,
    .unit.charlie-size1of2, .unit.charlie-size2of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size1of3,
  .unit.charlie-size1of3 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size1of3,
    .unit.charlie-size1of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size1of4,
  .unit.charlie-size1of4 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size1of4,
    .unit.charlie-size1of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size1of5,
  .unit.charlie-size1of5 {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size1of5,
    .unit.charlie-size1of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size2of5,
  .unit.charlie-size2of5 {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    max-width: 40%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size2of5,
    .unit.charlie-size2of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size3of5,
  .unit.charlie-size3of5 {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    max-width: 60%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size3of5,
    .unit.charlie-size3of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size2of3,
  .unit.charlie-size2of3 {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size2of3,
    .unit.charlie-size2of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size3of4,
  .unit.charlie-size3of4 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size3of4,
    .unit.charlie-size3of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
  .unit.size4of5,
  .unit.charlie-size4of5 {
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
    max-width: 80%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .unit.size4of5,
    .unit.charlie-size4of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size1of1 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size1of1 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size1of2, .unit.delta-size2of4 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size1of2, .unit.delta-size2of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size1of3 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size1of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size1of4 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size1of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size1of5 {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size1of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size2of5 {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    max-width: 40%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size2of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size3of5 {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    max-width: 60%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size3of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size2of3 {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size2of3 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size3of4 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size3of4 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 80em) {
  .unit.delta-size4of5 {
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
    max-width: 80%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 80em) and (min-width: 70em) {
    .unit.delta-size4of5 {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media print {
  .unit[class*=" size"] {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin;
    padding-bottom: 5vmin; }
  .unit.size-auto,
  .unit.alpha-size-auto,
  .unit.bravo-size-auto {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .unit.size1of1,
  .unit.alpha-size1of1,
  .unit.bravo-size1of1 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }

@media print {
  .unit.size1of2, .unit.size2of4,
  .unit.alpha-size1of2, .unit.alpha-size2of4,
  .unit.bravo-size1of2, .unit.bravo-size2of4 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }

@media print {
  .unit.size1of3,
  .unit.alpha-size1of3,
  .unit.bravo-size1of3 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }

@media print {
  .unit.size1of4,
  .unit.alpha-size1of4,
  .unit.bravo-size1of4 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }

@media print {
  .unit.size1of5,
  .unit.alpha-size1of5,
  .unit.bravo-size1of5 {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }

@media print {
  .unit.size2of5,
  .unit.alpha-size2of5,
  .unit.bravo-size2of5 {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    max-width: 40%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }

@media print {
  .unit.size3of5,
  .unit.alpha-size3of5,
  .unit.bravo-size3of5 {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    max-width: 60%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }

@media print {
  .unit.size2of3,
  .unit.alpha-size2of3,
  .unit.bravo-size2of3 {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }

@media print {
  .unit.size3of4,
  .unit.alpha-size3of4,
  .unit.bravo-size3of4 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }

@media print {
  .unit.size4of5,
  .unit.alpha-size4of5,
  .unit.bravo-size4of5 {
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
    max-width: 80%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }

@media print {
  .start-charlie {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .center-charlie {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .end-charlie {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .top-charlie {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-charlie {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-charlie {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-charlie {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .between-charlie {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-charlie {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .last-charlie {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .reset-order-charlie {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; } }

.media,
.alpha-media,
.bravo-media,
.charlie-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .media:after,
  .alpha-media:after,
  .bravo-media:after,
  .charlie-media:after {
    clear: both;
    content: "";
    display: table; }

.media-body {
  display: block;
  overflow: hidden;
  width: 100%; }

.media .media-img {
  margin-right: 5vmin;
  max-width: 30%;
  width: 100%; }
  .media .media-img &gt; img {
    display: block;
    width: 100%; }
  @media screen and (min-width: 56em) {
    .media .media-img {
      margin-right: 3vmin; } }

@media screen and (min-width: 30em) {
  .alpha-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .alpha-media .media-img {
      margin-right: 5vmin;
      max-width: 30%;
      width: 100%; }
      .alpha-media .media-img &gt; img {
        display: block;
        width: 100%; } }
    @media screen and (min-width: 30em) and (min-width: 56em) {
      .alpha-media .media-img {
        margin-right: 3vmin; } }

@media screen and (min-width: 30em) {
    .alpha-media .media-body &gt; * {
      margin-top: 0; }
    .alpha-media.media-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .alpha-media.media-reverse .media-img {
        margin-left: 5vmin;
        margin-right: 0; } }
      @media screen and (min-width: 30em) and (min-width: 56em) {
        .alpha-media.media-reverse .media-img {
          margin-left: 3vmin;
          margin-right: 0; } }

@media screen and (min-width: 56em) {
  .bravo-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .bravo-media .media-img {
      margin-right: 5vmin;
      max-width: 30%;
      width: 100%; }
      .bravo-media .media-img &gt; img {
        display: block;
        width: 100%; } }
    @media screen and (min-width: 56em) and (min-width: 56em) {
      .bravo-media .media-img {
        margin-right: 3vmin; } }

@media screen and (min-width: 56em) {
    .bravo-media .media-body &gt; * {
      margin-top: 0; }
    .bravo-media.media-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .bravo-media.media-reverse .media-img {
        margin-left: 5vmin;
        margin-right: 0; } }
      @media screen and (min-width: 56em) and (min-width: 56em) {
        .bravo-media.media-reverse .media-img {
          margin-left: 3vmin;
          margin-right: 0; } }

@media screen and (min-width: 70em) {
  .charlie-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .charlie-media .media-img {
      margin-right: 5vmin;
      max-width: 30%;
      width: 100%; }
      .charlie-media .media-img &gt; img {
        display: block;
        width: 100%; } }
    @media screen and (min-width: 70em) and (min-width: 56em) {
      .charlie-media .media-img {
        margin-right: 3vmin; } }

@media screen and (min-width: 70em) {
    .charlie-media .media-body &gt; * {
      margin-top: 0; }
    .charlie-media.media-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .charlie-media.media-reverse .media-img {
        margin-left: 5vmin;
        margin-right: 0; } }
      @media screen and (min-width: 70em) and (min-width: 56em) {
        .charlie-media.media-reverse .media-img {
          margin-left: 3vmin;
          margin-right: 0; } }

@media screen and (min-width: 80em) {
  .delta-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .delta-media .media-img {
      margin-right: 5vmin;
      max-width: 30%;
      width: 100%; }
      .delta-media .media-img &gt; img {
        display: block;
        width: 100%; } }
    @media screen and (min-width: 80em) and (min-width: 56em) {
      .delta-media .media-img {
        margin-right: 3vmin; } }

@media screen and (min-width: 80em) {
    .delta-media .media-body &gt; * {
      margin-top: 0; }
    .delta-media.media-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .delta-media.media-reverse .media-img {
        margin-left: 5vmin;
        margin-right: 0; } }
      @media screen and (min-width: 80em) and (min-width: 56em) {
        .delta-media.media-reverse .media-img {
          margin-left: 3vmin;
          margin-right: 0; } }

@media print {
  .alpha-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .alpha-media .media-img {
      margin-right: 5vmin;
      max-width: 30%;
      width: 100%; }
      .alpha-media .media-img &gt; img {
        display: block;
        width: 100%; } }

@media print {
  .alpha-media.media-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .alpha-media.media-reverse .media-img {
      margin-left: 5vmin;
      margin-right: 0; } }

@media print {
  .bravo-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .bravo-media .media-img {
      margin-right: 5vmin;
      max-width: 30%;
      width: 100%; }
      .bravo-media .media-img &gt; img {
        display: block;
        width: 100%; } }

@media print {
  .bravo-media.media-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .bravo-media.media-reverse .media-img {
      margin-left: 5vmin;
      margin-right: 0; } }

@media print {
  .charlie-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .charlie-media .media-img {
      margin-right: 5vmin;
      max-width: 30%;
      width: 100%; }
      .charlie-media .media-img &gt; img {
        display: block;
        width: 100%; } }

@media print {
  .charlie-media.media-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .charlie-media.media-reverse .media-img {
      margin-left: 5vmin;
      margin-right: 0; } }

@media print {
  .delta-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .delta-media .media-img {
      margin-right: 5vmin;
      max-width: 30%;
      width: 100%; }
      .delta-media .media-img &gt; img {
        display: block;
        width: 100%; } }

@media print {
  .delta-media.media-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .delta-media.media-reverse .media-img {
      margin-left: 5vmin;
      margin-right: 0; } }

.media--grid-columns .columns {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0; }
  @media screen and (min-width: 30em) {
    .media--grid-columns .columns {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media screen and (min-width: 56em) {
    .media--grid-columns .columns {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; } }
  @media screen and (min-width: 70em) {
    .media--grid-columns .columns {
      -webkit-column-count: 4;
         -moz-column-count: 4;
              column-count: 4; } }

.media--grid-rows .card {
  float: left;
  width: 100%; }
  @media screen and (min-width: 30em) {
    .media--grid-rows .card {
      width: 50%; }
      .media--grid-rows .card:nth-of-type(2n+1) {
        clear: left; } }
  @media screen and (min-width: 56em) {
    .media--grid-rows .card {
      width: 33.33%; }
      .media--grid-rows .card:nth-of-type(2n+1) {
        clear: none; }
      .media--grid-rows .card:nth-of-type(3n+1) {
        clear: left; } }
  @media screen and (min-width: 70em) {
    .media--grid-rows .card {
      width: 25%; }
      .media--grid-rows .card:nth-of-type(3n+1) {
        clear: none; }
      .media--grid-rows .card:nth-of-type(4n+1) {
        clear: left; } }

.accordion {
  border-bottom: 1px solid rgb(var(--color-dark)); }
  .accordion .accordion-item {
    border-top: 1px solid rgb(var(--color-dark));
    padding: 1em 0; }
  .accordion .accordion-header {
    cursor: pointer;
    display: block;
    margin: 0;
    position: relative; }
    .accordion .accordion-header:hover, .accordion .accordion-header:focus {
      color: rgb(var(--color-primary)); }
      .accordion .accordion-header:hover .accordion-toggle, .accordion .accordion-header:focus .accordion-toggle {
        border-color: rgb(var(--color-primary)); }
        .accordion .accordion-header:hover .accordion-toggle svg, .accordion .accordion-header:focus .accordion-toggle svg {
          fill: rgb(var(--color-primary)); }
  .accordion .accordion-toggle {
    display: block;
    margin-top: -0.1875em;
    position: absolute;
    right: 1rem;
    top: 50%;
    text-align: center; }
    @media screen and (min-width: 70em) {
      .accordion .accordion-toggle {
        right: 1.5rem; } }
    .accordion .accordion-toggle svg {
      fill: rgb(var(--color-accent));
      display: block;
      height: 0.375em;
      width: 0.75em; }
  .accordion .accordion-teaser :first-child {
    margin-top: 0; }
  .accordion .accordion-teaser :last-child {
    margin-bottom: 0; }
  .accordion .accordion-more {
    margin-top: 1em; }
    .accordion .accordion-more :first-child {
      margin-top: 0; }
    .accordion .accordion-more :last-child {
      margin-bottom: 0; }
    .js .accordion .accordion-more {
      display: none; }
  .accordion .accordion-item.open .accordion-header {
    color: rgb(var(--color-primary)); }
  .accordion .accordion-item.open .accordion-toggle svg {
    fill: rgb(var(--color-primary));
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.fancybox-bg {
  background: rgb(var(--color-dark)); }

.fancybox-close-small:after {
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  font-weight: 300;
  letter-spacing: normal;
  -webkit-transition: none;
  transition: none; }

.fancybox-close-small:hover:after, .fancybox-close-small:focus:after {
  background-color: #fff;
  color: rgb(var(--color-primary)); }

.external-link-modal {
  max-width: 40rem; }
  .external-link-modal &gt; *:not(:last-child) {
    margin: 0 0 2rem 0; }
  .external-link-modal .external-link-message &gt; * {
    margin: 0; }
  .external-link-modal button.btn-secondary {
    background: none;
    margin: 0 0 1rem 0; }
    .external-link-modal button.btn-secondary:hover, .external-link-modal button.btn-secondary:focus {
      background: rgb(var(--color-primary));
      color: #fff; }
    @media screen and (min-width: 30em) {
      .external-link-modal button.btn-secondary {
        margin: 0 1rem 0 0; } }
  .external-link-modal a.btn svg {
    fill: #fff; }

.pagination {
  text-align: center; }
  @media screen and (min-width: 30em) {
    .pagination {
      text-align: left; } }

.pagination ol {
  list-style-type: none;
  margin: 0;
  padding-left: 0; }
  .pagination ol &gt; li {
    position: static; }
    .pagination ol &gt; li:before {
      content: none; }

.pagination li {
  display: none; }
  @media screen and (min-width: 30em) {
    .pagination li {
      display: inline-block; } }

.pagination .prev,
.pagination .next,
.pagination .page-select {
  display: inline-block; }

@media screen and (min-width: 30em) {
  .pagination .page-select {
    display: none; } }

.pagination .arrow-icon {
  fill: rgb(var(--color-dark));
  display: inline-block;
  height: 12px;
  width: 14px; }

.pagination a {
  display: inline-block;
  padding: 0 0.75rem;
  text-decoration: none; }
  @media screen and (min-width: 30em) {
    .pagination a {
      display: block; } }
  .pagination a:hover, .pagination a:focus {
    background-color: rgb(var(--color-light));
    color: rgb(var(--color-dark)); }
    .pagination a:hover .arrow-icon, .pagination a:focus .arrow-icon {
      fill: rgb(var(--color-primary)); }

@media screen and (min-width: 30em) {
  .pagination .active a {
    background-color: rgb(var(--color-primary));
    color: #fff;
    pointer-events: none; } }

.pagination .disabled a {
  opacity: 0.5;
  pointer-events: none; }

.breadcrumb-wrapper + .inner {
  padding-top: 0; }

.breadcrumbs ol {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  color: #404040;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase; }
  .breadcrumbs ol &gt; li {
    position: static; }
    .breadcrumbs ol &gt; li:before {
      content: none; }
  .breadcrumbs ol a {
    font-weight: 900; }

.breadcrumbs li {
  display: inline-block; }

.breadcrumbs li:not(:last-child):after {
  color: rgb(var(--color-accent));
  content: "/";
  padding: 0 0.5em; }

.site-header {
  background-color: #fff;
  height: 4rem;
  position: relative;
  z-index: 20; }
  @media screen and (min-width: 70em) {
    .site-header {
      height: auto; } }

@media screen and (min-width: 70em) {
  .header-content {
    /*@include clearfix;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 5vmin;
    padding-right: 5vmin;
    /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/ } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .header-content {
      padding-left: 3vmin;
      padding-right: 3vmin; } }

.site-logo {
  display: block;
  height: 4rem;
  padding: 0.5rem 4rem; }
  .site-logo img,
  .site-logo svg {
    display: block;
    max-height: 3rem;
    margin: 0 auto;
    /*width: 12.11764705882353rem;*/ }
    @media screen and (min-width: 70em) {
      .site-logo img,
      .site-logo svg {
        margin: 0;
        max-height: 125px; } }
  @media screen and (min-width: 70em) {
    .site-logo {
      display: inline-block;
      height: auto;
      padding: 0;
      vertical-align: middle; } }
  @media screen and (max-width: 70em) {
    .no-auth .site-logo {
      padding: 0.5rem 50% 0.5rem 5vmin; }
      .no-auth .site-logo img,
      .no-auth .site-logo svg {
        margin-left: 0; } }

.header-search-wrap {
  width: 16rem; }

.search-field .field-wrap {
  position: relative; }

.search-field button {
  background: transparent;
  border: none;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem; }
  .search-field button .arrow-icon {
    fill: rgb(var(--color-accent));
    display: block;
    height: 12px;
    margin: 0 auto;
    width: 14px; }
    @media screen and (min-width: 70em) {
      .search-field button .arrow-icon {
        display: none; } }
  .search-field button .search-icon {
    fill: rgb(var(--color-accent));
    display: none;
    height: 1rem;
    margin: 0 auto;
    width: 1rem; }
    @media screen and (min-width: 70em) {
      .search-field button .search-icon {
        display: block; } }
  .search-field button:hover, .search-field button:focus {
    border-radius: .1rem;
    background-color: rgba(var(--color-dark),.2);
    outline: none; }
    .search-field button:hover .arrow-icon, .search-field button:hover .search-icon, .search-field button:focus .arrow-icon, .search-field button:focus .search-icon {
      fill: rgb(var(--color-dark)); }

.search-field input {
  background-color: rgb(var(--color-light));
  border: none;
  max-width: none;
  padding-right: 3rem;
  width: 100%; }

@media screen and (min-width: 70em) {
  .nav-contact {
    display: inline-block;
    vertical-align: middle; } }

.main-menu .logomark {
  display: none; }

.main-menu.sticky-element-sticky .logomark {
  display: block;
  left: 1.5rem;
  position: absolute;
  top: 0.5rem;
  z-index: 4; }
  .main-menu.sticky-element-sticky .logomark svg {
    display: block;
    height: 48px;
    width: 64px; }

.utility-bar {
  background-color: rgb(var(--color-dark));
  display: none;
  padding: 0.5em 0; }
  @media screen and (min-width: 70em) {
    .utility-bar {
      display: block; } }

.utility-bar-content {
  /*@include clearfix;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 5vmin;
  padding-right: 5vmin;
  /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/ }
  @media screen and (min-width: 70em) {
    .utility-bar-content {
      padding-left: 3vmin;
      padding-right: 3vmin; } }

.utility-bar .utility-nav {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  float: left;
  padding: 0; }
  .utility-bar .utility-nav:after {
    clear: both;
    content: "";
    display: table; }
  .utility-bar .utility-nav li {
    float: left; }
  .utility-bar .utility-nav a {
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 0.5em 1em; }
    .utility-bar .utility-nav a:hover, .utility-bar .utility-nav a:focus {
      color: rgb(var(--color-primary));
      background-color: #fff;
      text-decoration: none; }

.utility-bar .header-search-wrap {
  float: right; }

.js .nav-menu,
.js .search-field,
.no-js .search-btn,
.no-js .nav-btn {
  display: none; }

.js .site-header .toggle-btn {
  color: rgb(var(--color-primary));
  cursor: pointer;
  display: block;
  font-size: 1rem;
  height: 4rem;
  position: absolute;
  top: 0;
  width: 3.5rem; }
  .js .site-header .toggle-btn .toggle-icon {
    fill: rgb(var(--color-primary));
    display: block;
    height: 1.176470588235294rem;
    margin: 1.4125rem auto 0 auto;
    width: 1.176470588235294rem; }
  @media screen and (min-width: 70em) {
    .js .site-header .toggle-btn {
      display: none; } }
  @media print {
    .js .site-header .toggle-btn {
      display: none; } }

.js .search-btn {
  left: 0; }

.js .nav-btn {
  right: 0; }

@media screen and (min-width: 70em) {
  .js .search-field {
    background: transparent;
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0; } }

@media screen and (max-width: 70em) {
  .site-header .inner,
  .site-header .unit {
    padding: 0; } }

@media screen and (min-width: 70em) {
  .site-header .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1vmin; } }

@media print {
  .site-header .inner {
    padding-top: 0; } }

@media screen and (min-width: 70em) {
  .site-header .unit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 1rem; }
    .site-header .unit &gt; * {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }

.site-header .toggle-btn.active {
  background-color: rgb(var(--color-primary)); }
  .site-header .toggle-btn.active .toggle-icon {
    fill: #fff; }

@media screen and (min-width: 70em) {
  .site-header .search-and-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 15vw; } }

@media print {
  .site-header .search-and-social {
    display: none; } }

.site-header .utility-links {
  width: 1vw; }

.nav-btn .nav-icon {
  background-color: rgb(var(--color-accent));
  display: block;
  height: 1px;
  position: absolute;
  -webkit-transition: 100ms all ease-out;
  transition: 100ms all ease-out;
  width: 1rem;
  left: 1.25rem;
  margin-top: -1px;
  top: 50%;
  vertical-align: middle; }
  .nav-btn .nav-icon:before {
    background-color: rgb(var(--color-accent));
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transition: 100ms all ease-out;
    transition: 100ms all ease-out;
    width: 1rem;
    content: "";
    left: 0;
    -webkit-transform: translateY(-0.29412rem);
            transform: translateY(-0.29412rem); }
  .nav-btn .nav-icon:after {
    background-color: rgb(var(--color-accent));
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transition: 100ms all ease-out;
    transition: 100ms all ease-out;
    width: 1rem;
    content: "";
    left: 0;
    -webkit-transform: translateY(0.29412rem);
            transform: translateY(0.29412rem); }

.nav-btn.active .nav-icon {
  background: transparent; }
  .nav-btn.active .nav-icon:before {
    background: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .nav-btn.active .nav-icon:after {
    background: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.search-field {
  background: rgb(var(--color-primary));
  padding: 0.5rem; }
  .search-field.active {
    display: block; }

.no-js .search-field {
  margin: 0 auto;
  max-width: 30rem; }

.js .main-menu .search-field {
  display: none; }

@media screen and (min-width: 70em) {
  .main-menu.sticky-element-sticky .search-field {
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 0.45rem;
    width: 12rem;
    z-index: 4; } }

.nav-menu.active {
  display: block; }

.profile-and-translate {
  max-width: 250px;
  padding-left: 1rem;
  width: 100%; }
  @media print {
    .profile-and-translate {
      display: none; } }

/* Wide screen profile "dropdown" */
.profile-links {
  height: 3rem;
  list-style: none; }
  .js .profile-links li + li {
    display: none; }
  .profile-links li &gt; span,
  .profile-links a {
    background: white;
    cursor: pointer;
    display: block;
    padding: 0.25rem 0.5rem; }
  @media screen and (min-width: 70em) {
    .profile-links .icon-wrap {
      display: inline-block !important; } }
  .profile-links.active {
    position: relative;
    z-index: 9; }
    .profile-links.active li + li {
      border-left: 1px solid rgb(var(--color-dark));
      border-right: 1px solid rgb(var(--color-dark));
      display: block;
      background: white; }
    .profile-links.active li:last-child {
      border-bottom: 1px solid rgb(var(--color-dark)); }
    .profile-links.active li:first-of-type span {
      background: rgb(var(--color-dark));
      color: white; }
  .profile-links .icon-wrap {
    top: -4px; }
    .profile-links .icon-wrap .icon-plus {
      width: 0.75rem; }
      .profile-links .icon-wrap .icon-plus:after, .profile-links .icon-wrap .icon-plus:before {
        width: 0.75rem; }
  .profile-links.active .icon-plus:before {
    background: white; }

/* Anonymous Login/Register links */
@media screen and (min-width: 70em) {
  .logged-out-links {
    margin-top: 0.25rem;
    display: block; }
    .logged-out-links a {
      border-left: 1px solid rgb(var(--color-accent));
      display: inline-block;
      line-height: 0.5; }
      .logged-out-links a:first-child {
        border-left: none; }
  .no-auth .social {
    margin-top: 3.5rem; }
  .no-auth .profile-links {
    margin: 0;
    padding: 0; } }

@media screen and (max-width: 70em) {
  .no-auth .profile-links {
    margin-top: 0;
    position: absolute;
    top: 0.5rem;
    right: 0; } }

.no-auth .logged-out-links {
  margin-top: 0.25rem;
  display: block; }
  .no-auth .logged-out-links a {
    border-left: 1px solid rgb(var(--color-accent));
    display: inline-block;
    line-height: 0.5; }
    .no-auth .logged-out-links a:first-child {
      border-left: none; }

/* Google Translate */
div#google_translate_element {
  padding-left: 6px; }

.goog-te-gadget-simple {
  border: none !important; }

.goog-te-gadget-simple .goog-te-menu-value span {
  display: none; }
  .goog-te-gadget-simple .goog-te-menu-value span:first-of-type {
    display: inline; }

.site-footer {
  background-color: rgb(var(--color-primary));
  color: #fff; }
  @media print {
    .site-footer {
      background-color: #fff; } }

.site-footer .category-link-list .item .small-caps,
.site-footer .category-link-list .link-list li {
  /*color: rgb(var(--color-light));*/
  color: #fff;
  border-color: rgba(var(--color-light), 0.12); }

.site-footer a {
  /*color: rgb(var(--color-light));*/
  color: #fff; }

.site-footer .arrow-link .arrow-icon {
  fill: #fff; }

.site-footer .arrow-link:hover .arrow-icon, .site-footer .arrow-link:focus .arrow-icon {
  fill: #b2b2b2; }

.copyright {
  margin: 0;
  text-align: center; }

.footer-contact {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

.footer-logo {
  display: block;
  height: 48px;
  width: 64px; }

.get-in-touch .media-img {
  margin-right: 5vmin;
  margin-top: 0.5em; }

.footer-links {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding-bottom: 5vmin;
  text-align: center; }
  @media screen and (min-width: 56em) {
    .footer-links {
      padding-bottom: 3vmin; } }
  .footer-links li {
    /*@include heading5;*/
    padding: 0.5em 0; }
    @media screen and (min-width: 56em) {
      .footer-links li {
        display: inline-block;
        padding: 0 1.25em; } }
  @media print {
    .footer-links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }

.site-footer .accordion .item:nth-child(odd) {
  background-color: transparent; }

.site-footer .accordion .mod-header {
  margin-bottom: 2em;
  margin-top: 0.5em;
  padding: 0.75em 0; }
  @media screen and (min-width: 56em) {
    .site-footer .accordion .mod-header {
      cursor: auto;
      padding-top: 0; } }

.site-footer .accordion .more {
  padding: 0; }
  @media screen and (min-width: 56em) {
    .site-footer .accordion .more {
      display: block !important;
      height: auto !important; } }

@media screen and (min-width: 56em) {
  .site-footer .accordion .header .sprite {
    display: none; } }

.footer-buttons {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1em 0;
  text-align: center; }
  @media screen and (min-width: 56em) {
    .footer-buttons {
      padding: 1.75em 0; } }
  .footer-buttons .btn-white {
    display: block;
    margin: 0.5em 0; }
    @media screen and (min-width: 56em) {
      .footer-buttons .btn-white {
        display: inline-block;
        margin: 0.5em 0.75em; } }
    .footer-buttons .btn-white:hover, .footer-buttons .btn-white:focus {
      color: rgb(var(--color-dark)); }

.site-footer .google-translate {
  text-align: center; }
  .site-footer .google-translate a {
    color: #fff; }
    .site-footer .google-translate a:hover, .site-footer .google-translate a:focus {
      text-decoration: none; }
  .site-footer .google-translate .goog-te-gadget-simple {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    margin-top: 1em;
    padding: 0.5em 1em 0.5em 2em; }

.goog-te-menu-frame {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.footer-social {
  text-align: center; }
  @media screen and (min-width: 70em) {
    .footer-social {
      text-align: left; } }
  .footer-social a {
    display: inline-block;
    margin: 0 1.5em 0 0;
    padding: 0.25em;
    vertical-align: middle; }
    .footer-social a:last-child {
      margin-right: 0; }
  .footer-social .social-icon {
    display: block;
    fill: #fff;
    height: 1.5em;
    width: 1.5em; }

body {
  background: rgb(var(--color-dark)); }

.main-content {
  border-top: 10px solid rgb(var(--color-primary));
  background: white;
  padding-bottom: 15px; }
  @media print {
    .main-content {
      border-top: none; } }

.messages .message:not(:first-child) {
  margin-top: 1.5rem; }

.message {
  font-weight: bold;
  padding: 1rem;
  background: rgb(var(--color-light));
  border: 1px solid rgb(var(--color-dark)); }
  .message p {
    margin: 0;
    line-height: 1.75; }

.carousel-nav-container {
  line-height: 0;
  padding: 0.5em 0;
  text-align: center; }

.carousel-nav {
  display: inline-block; }

.slick-dots {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
  margin: 0 0.75em;
  vertical-align: middle; }

.slick-dots li {
  display: inline-block;
  vertical-align: middle; }

.slick-dots button {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  opacity: .3;
  outline: none;
  padding: 0.75rem; }
  .slick-dots button:hover, .slick-dots button:focus {
    opacity: 1; }

.slick-dots button:before {
  border: 2px solid rgb(var(--color-dark));
  border-radius: 100%;
  content: "";
  display: block;
  height: 12px;
  width: 12px; }

.slick-dots .slick-active button:before {
  background: rgb(var(--color-dark)); }

.carousel-nav .prev-arrow,
.carousel-nav .next-arrow {
  cursor: pointer;
  padding: 0.75rem; }
  .carousel-nav .prev-arrow:hover .arrow-icon, .carousel-nav .prev-arrow:focus .arrow-icon,
  .carousel-nav .next-arrow:hover .arrow-icon,
  .carousel-nav .next-arrow:focus .arrow-icon {
    fill: rgb(var(--color-primary)); }

.carousel-nav .prev-arrow {
  float: left; }

.carousel-nav .next-arrow {
  float: right; }

.carousel-nav .arrow-icon {
  fill: rgb(var(--color-dark));
  display: block;
  height: 12px;
  width: 14px; }

.hero-carousel {
  border-bottom: 10px solid rgb(var(--color-primary));
  font-size: 0;
  position: relative; }
  .hero-carousel .slick-dots button {
    opacity: 0.54; }
    .hero-carousel .slick-dots button:hover, .hero-carousel .slick-dots button:focus {
      opacity: 1; }
  .hero-carousel .slick-active button {
    opacity: 1; }
  .hero-carousel .slick-dots button:before {
    border-color: #fff; }
  .hero-carousel .slick-dots .slick-active button:before {
    background: #fff; }
  .hero-carousel .carousel-nav .prev-arrow:hover .arrow-icon, .hero-carousel .carousel-nav .prev-arrow:focus .arrow-icon,
  .hero-carousel .carousel-nav .next-arrow:hover .arrow-icon,
  .hero-carousel .carousel-nav .next-arrow:focus .arrow-icon {
    fill: #fff; }
  .hero-carousel .carousel-nav .arrow-icon {
    fill: #fff; }

.hero-nav-overlay {
  bottom: 0;
  left: 0;
  padding: 0 5vmin;
  position: absolute;
  width: 100%;
  z-index: 3; }
  @media screen and (min-width: 56em) {
    .hero-nav-overlay {
      padding: 0 3vmin; } }

.hero-carousel-nav {
  margin: 0 auto;
  max-width: 54em; }

.hero-slide {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1rem;
  position: relative;
  z-index: 15; }
  @media print {
    .hero-slide {
      background-image: none !important; } }

.hero-slide &gt; .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  padding-bottom: 5vmin; }
  @media screen and (min-width: 70em) {
    .hero-slide &gt; .inner {
      padding-bottom: 10vmin;
      padding-top: 10vmin; } }

.hero-overlay {
  padding-top: 5vmin;
  text-align: center;
  z-index: 3; }
  @media screen and (min-width: 70em) {
    .hero-overlay {
      padding-top: 3vmin; } }
  @media print {
    .hero-overlay {
      padding: 1rem 0;
      position: static; } }

.main-content {
  position: relative; }
  @media screen and (max-width: 56em) {
    .main-content.open {
      z-index: 9999; } }

/*.hero-slide:after {
    background-color: rgb(var(--color-primary));
    opacity: 0.35;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    @include print {
        display: none;
    }
}*/
.hero-content {
  background: rgba(255, 255, 255, 0.75);
  padding: 2.5vmin; }
  @media screen and (min-width: 70em) {
    .hero-content {
      position: relative; } }

.hero-title {
  color: rgb(var(--color-dark));
  margin: 0; }

.hero-description {
  margin: 0.5em 0; }

/* Expand-o Links Thing */
.hero-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-primary));
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 1rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  z-index: -1; }
  .js .hero-links {
    opacity: 0; }
  .js .hero-content.open .hero-links {
    opacity: 1;
    position: fixed;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 9998; }
  .hero-links * {
    color: rgb(var(--color-light)) !important; }
  .hero-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%; }
  .hero-links .link-list li {
    border-bottom-color: rgba(var(--color-light),0.25); }
    .hero-links .link-list li:last-child {
      border-bottom: none; }
  .hero-links .hero-link-close {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: 3rem;
    height: 3rem;
    z-index: 9999;
    color: white;
    background: rgb(var(--color-dark));
    line-height: 3rem;
    padding: 0;
    opacity: 0; }
  .js .hero-content.open .hero-links .hero-link-close {
    opacity: 1; }
  .js .hero-links &gt; h4 {
    padding-right: 4rem; }
  @media screen and (min-width: 56em) {
    .hero-links {
      position: absolute !important;
      top: 1rem;
      left: 10vw;
      right: 10vw;
      bottom: auto;
      min-height: 18rem; }
      .hero-links .hero-link-close {
        position: absolute; } }
  @media screen and (min-width: 70em) {
    .hero-links {
      top: 0;
      left: 0;
      right: 0;
      min-height: 100%; } }

.interior-hero {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 10px solid rgb(var(--color-primary));
  /*height: 33.33333333vw;
    max-height: 640px;
    min-height: 120px;*/
  height: 10em; }
  @media screen and (min-width: 30em) {
    .interior-hero {
      height: 12em; } }
  @media screen and (min-width: 56em) {
    .interior-hero {
      height: 14em; } }
  @media screen and (min-width: 70em) {
    .interior-hero {
      height: 18em; } }
  @media print {
    .interior-hero {
      display: none; } }

.alert {
  padding: 3vmin 0;
  text-align: center; }
  @media screen and (min-width: 56em) {
    .alert {
      padding: 4.5vmin 0; } }

.alert-content {
  /*@include clearfix;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 5vmin;
  padding-right: 5vmin;
  /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/ }
  @media screen and (min-width: 70em) {
    .alert-content {
      padding-left: 3vmin;
      padding-right: 3vmin; } }
  @media screen and (min-width: 56em) {
    .alert-content {
      max-width: 60rem; } }

.alert-icon {
  display: inline-block;
  padding: 0.5em;
  vertical-align: middle; }
  .alert-icon svg {
    display: block;
    height: 1.5em;
    width: 1.5em; }

.alert-title {
  margin-bottom: 0; }

.alert.level-low .alert-icon {
  background-color: rgb(var(--color-primary)); }
  .alert.level-low .alert-icon svg {
    fill: #fff; }

.alert.level-medium {
  background-color: rgb(var(--color-primary));
  color: #fff; }
  .alert.level-medium .alert-icon {
    background-color: #fff; }
    .alert.level-medium .alert-icon svg {
      fill: rgb(var(--color-primary)); }
  .alert.level-medium .alert-title {
    color: #404040;
    font-size: 2.25em;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
    overflow-wrap: break-word;
    color: #fff; }
    .alert.level-medium .alert-title a {
      font-weight: 900; }
    @media screen and (min-width: 56em) {
      .alert.level-medium .alert-title {
        font-size: 3.375em; } }
  .alert.level-medium a {
    color: #fff; }
    .alert.level-medium a:hover, .alert.level-medium a:focus {
      color: rgb(var(--color-dark)); }
  .alert.level-medium .arrow-link .arrow-icon {
    fill: #fff; }
  .alert.level-medium .arrow-link:hover .arrow-icon, .alert.level-medium .arrow-link:focus .arrow-icon {
    fill: rgb(var(--color-dark)); }

.alert.level-high {
  display: none;
  padding-top: 0; }
  .alert.level-high .alert-content {
    max-width: 45rem; }
    @media screen and (min-width: 70em) {
      .alert.level-high .alert-content {
        padding-left: 4.5vmin;
        padding-right: 4.5vmin; } }
  .alert.level-high .alert-header {
    background-color: rgb(var(--color-primary));
    color: #fff;
    margin: 0 -5vmin 2rem -5vmin;
    padding: 2rem 5vmin; }
    @media screen and (min-width: 56em) {
      .alert.level-high .alert-header {
        margin: 0 -4.5vmin 3vmin -4.5vmin;
        padding: 2rem 3vmin; } }
  .alert.level-high .alert-title {
    color: #404040;
    font-size: 2.25em;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
    overflow-wrap: break-word;
    color: #fff;
    margin: 0.125em 0 0 0; }
    .alert.level-high .alert-title a {
      font-weight: 900; }
    @media screen and (min-width: 56em) {
      .alert.level-high .alert-title {
        font-size: 3.375em; } }
  .alert.level-high .alert-icon {
    background-color: #fff;
    font-size: 1.25rem; }
    .alert.level-high .alert-icon svg {
      fill: rgb(var(--color-primary)); }
  .alert.level-high ol,
  .alert.level-high ul {
    display: inline-block;
    max-width: 30rem;
    text-align: left; }

.reminder {
  background-color: rgb(var(--color-light));
  border-radius: 3px;
  padding: 5vmin; }
  @media screen and (min-width: 56em) {
    .reminder {
      padding: 3vmin; } }
  @media print {
    .reminder {
      background-color: #fff;
      border: 1px solid #000;
      padding: 3vmin; } }

h3.reminder-header {
  color: #404040;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
  background-color: rgb(var(--color-light));
  color: rgb(var(--color-dark));
  display: inline-block;
  margin: 0 0 0.5em 0;
  /*padding: 0.375em 1em;*/ }
  h3.reminder-header a {
    font-weight: 900; }
  @media print {
    h3.reminder-header {
      background-color: #fff;
      padding: 0; } }

.reminder :last-child {
  margin-bottom: 0; }

.calendar table {
  background-color: #fff;
  letter-spacing: normal; }
  .calendar table th {
    letter-spacing: normal;
    padding: 0.5rem 0.125rem;
    text-align: center; }
  .calendar table td {
    padding: 0.125rem;
    text-align: center; }
    .calendar table td:not(:last-child) {
      border-right: 1px solid rgb(var(--color-dark)); }
  .calendar table .past-future {
    opacity: 0.4; }
  .calendar table .selected {
    background: rgb(var(--color-primary)); }
    .calendar table .selected a {
      color: #fff; }

.cal-month {
  color: #404040;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0.75rem 0.75rem;
  text-align: center; }
  .cal-month:after {
    clear: both;
    content: "";
    display: table; }
  .cal-month a {
    font-weight: 900; }

.cal-nav {
  display: block;
  margin-top: 0.3125rem; }
  .cal-nav:hover .arrow-icon, .cal-nav:focus .arrow-icon {
    fill: rgb(var(--color-primary)); }

.cal-nav .arrow-icon {
  fill: rgb(var(--color-dark));
  display: block;
  height: 12px;
  width: 14px; }

.cal-prev {
  float: left; }

.cal-next {
  float: right; }

.calendar .view-all {
  display: inline-block;
  margin-top: 0.75rem; }

.event-list {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  position: relative; }
  .event-list &gt; li {
    position: static; }
    .event-list &gt; li:before {
      content: none; }
  .event-list li {
    margin: 2em 0; }
  .event-list a {
    color: rgb(var(--color-dark));
    display: block;
    min-height: 5.5em; }
    .event-list a:hover, .event-list a:focus {
      text-decoration: none; }
      .event-list a:hover .event-title, .event-list a:focus .event-title {
        text-decoration: underline; }
  .event-list .date-card {
    color: #404040;
    font-size: 0.875em;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 1.5;
    text-transform: uppercase; }
    .event-list .date-card a {
      font-weight: 900; }
  .event-list .event-title {
    color: rgb(var(--color-primary));
    margin: 0; }
  .event-list .event-description {
    display: block;
    font-size: 0.875em;
    line-height: 1.5;
    margin-top: 0.5em; }

@media screen and (min-width: 56em) {
  .event-list.events-horizontal {
    /*@include clearfix;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -2.5vmin;
    margin-right: -2.5vmin;
    /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/
    padding: 0; }
    .event-list.events-horizontal:after {
      clear: both;
      content: "";
      display: table; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .event-list.events-horizontal {
      margin-left: -1.5vmin;
      margin-right: -1.5vmin; } }

@media screen and (min-width: 56em) {
  .event-list.events-horizontal li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .event-list.events-horizontal li {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 56em) {
    .event-list.events-horizontal li:nth-child(odd) {
      clear: left; } }

@media screen and (min-width: 70em) {
  .event-list.events-horizontal li {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%;
    float: left;
    padding-left: 2.5vmin;
    padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .event-list.events-horizontal li {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }

@media screen and (min-width: 70em) {
    .event-list.events-horizontal li:nth-child(odd) {
      clear: none; } }

@media screen and (min-width: 56em) {
  .event-list.events-horizontal .date-card {
    top: 0.75em; } }

.events-view-more {
  margin-top: 1em;
  text-align: center; }

.events-filter {
  margin-top: 5vmin; }
  @media screen and (min-width: 70em) {
    .events-filter {
      margin-top: 3vmin; }
      .events-filter .header {
        cursor: auto !important; }
      .events-filter .sprite {
        display: none; }
      .events-filter .more {
        display: block !important;
        height: auto !important; } }

.filter-list label {
  display: block; }

@media print {
  .main-nav {
    display: none; } }

.main-nav ul {
  /* background: rgb(var(--color-primary)); */
  background: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.25rem 0 0; }
  @media screen and (min-width: 70em) {
    .main-nav ul {
      background: white;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 0; } }

.main-nav-item,
.utility-nav {
  display: block;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 70em) {
    .main-nav-item,
    .utility-nav {
      width: auto; } }
  .main-nav-item span,
  .main-nav-item .secondary a,
  .main-nav-item a,
  .utility-nav span,
  .utility-nav .secondary a,
  .utility-nav a {
    color: #fff;
    display: block;
    padding: 0.25rem 1rem; }
    @media screen and (min-width: 70em) {
      .main-nav-item span,
      .main-nav-item .secondary a,
      .main-nav-item a,
      .utility-nav span,
      .utility-nav .secondary a,
      .utility-nav a {
        color: #404040;
        padding: 0.5rem 1rem; } }
  .main-nav-item a,
  .utility-nav a {
    color: rgb(var(--color-primary)); }
    .main-nav-item a:hover, .main-nav-item a:focus,
    .utility-nav a:hover,
    .utility-nav a:focus {
      color: rgb(var(--color-dark)); }

.utility-nav {
  background: rgb(var(--color-dark)); }
  @media screen and (max-width: 70em) {
    .utility-nav a:hover, .utility-nav a:focus {
      color: #fff; } }

/*
.nav-wrapper {
	background-color: --color-primary;

	@include query(bravo) {
		background-color: #fff;
	}
}

.js .nav-wrapper {

}




.nav-menu a {
	color: #fff;
	padding: 0.75rem 1rem;

	@include query(charlie) {
		padding: 0.25rem 1.5rem;
	}
}



// subnav toggle
.primary-nav .subnav-toggle {
	background: $color-dark;
	cursor: pointer;
	display: block;
	height: 3.5em;
	position: absolute;
	right: 0;
	top: 1px;
	width: 3.5em;
	z-index: 1;

	@include query(charlie) {
		display: none;
	}
}

.primary-nav .subnav-toggle svg {
	display: block;
	fill: $color-medium;
	height: 0.4285714285714286em;
	margin: 1.5em auto 0 auto;
	transition: 100ms all ease-out;
	width: 0.8571428571428571em;
}

.primary-nav .subnav-toggle.active svg {
	transform: rotate(180deg);
}

.utility-nav {
	@include clearfix;
	background-color: $color-dark;
	padding: 0.5rem 0;

	@include query(charlie) {
		background-color: transparent;
	}
}

.utility-nav li {
	@include query(alpha) {
		float: left;
		width: 50%;
	}

	@include query(charlie) {
		float: none;
		width: auto;
	}
}

.no-js .utility-nav {
	@include query(charlie) {
		padding-top: 0;

		* {
			display: inline-block;
			vertical-align: top;
		}

		li {
			float: none;	
			width: auto;
		}
	}
}

.utility-nav a {
	display: block;
	padding: 0.25rem $gutter;
}



.main-nav-item {
	@include query(charlie) {

		@include attention {
			background-color: --color-primary;

			&gt; a {
				color: #fff;
			}
		}
	}

	&gt; a {
		@include heading5;
		color: #fff;
		padding: 0.75rem $gutter;
		text-decoration: none;

		@include query(charlie) {
			@include heading5;

			color: --color-primary;
			padding: 1rem 1.5rem;
		}
	}

}

.sticky-element-sticky .main-nav-item &gt; a {
	@include heading5;

	padding: 1.25rem;
}


.nav-heading {
	display: none;

	@include query(charlie) {
		display: block;
		color: #fff;
	}
}

.nav-misc {
	display: none;

	@include query(charlie) {
		color: #fff;
		display: block;
		font-size: $size-1;
	}

	p {
		margin: 0.75em 0 0 0;
	}

	img {
		display: block;
	}
}

.no-js .main-menu {
	@include query(charlie) {
		@include row;
	}
}

.js .main-menu.sticky-element-sticky {
	background-color: #fff;
	box-shadow: 0 0 40px rgba($color-dark, 0.1);
}

.nav-menu-content .link-list {
	li:nth-child(odd) {
		background-color: transparent;
	}

	.arrow-icon {
		fill: $color-dark;
	}

	a {
		@include attention {
			background-color: #fff;
			color: $color-dark;
			text-decoration: none;

			.arrow-icon {
				opacity: 1;
				right: 1em;
			}
		}
	}
}





.no-js [data-set="header-logo"] {
	display: block !important;

	@include query(charlie) {
		@include row;
		padding-bottom: 1.5rem;
		padding-top: 1.5rem;
		text-align: center;
	}
}

.no-js .wide-header-wrap {
	display: none !important;
}

.wide-header-wrap {
	display: none;
}



.no-js .nav-menu .hidden-charlie-up {
	display: block !important;
}

.sm-triton .sub-nav {
	display: none;
	min-width: 14em !important;

	@include query(charlie) {
		background-color: --color-primary;
		padding: 1em 0;
		position: absolute;
	}

	.unit {
		padding-top: 0;
	}

	.inner {
		padding-bottom: 0;
	}
}

.nav-menu {
	@include query(charlie) {
		text-align: right;
		z-index: 3;
	}
}

.nav-menu-content {
	padding-bottom: $gutter;

	@include query(charlie) {
		padding-bottom: 0;
	}
}

.nav-menu-content li {

	@include query(charlie) {
		padding-left: 0;
	}
}

.nav-menu-content a {
	padding: 0.25em 0;
}

.nav-menu li {
	position: relative;
}

.nav-menu &gt; li {
	@include query(charlie) {
		display: inline-block;
		float: none;
		padding: 0;
		vertical-align: middle;
	}
}



.sm,
.sm ul,
.sm li {
	// thanks for resetting our line height, smartmenus!
	line-height: inherit;
}

.sm-triton .sub-arrow {
	cursor: pointer;
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 3rem;
	z-index: 100;

	&amp;:before {
		background-color: #fff;
		content: "";
		height: 1px;
		left: 50%;
		margin-left: -4px;
		position: absolute;
		top: 50%;
		transition: 100ms all ease-out;
		width: 9px;
	}

	&amp;:after {
		background-color: #fff;
		content: "";
		height: 9px;
		left: 50%;
		margin-top: -4px;
		position: absolute;
		top: 50%;
		transition: 100ms all ease-out;
		width: 1px;
	}
}

.sm-triton .highlighted .sub-arrow {
	&amp;:before {
		transform: rotate(180deg);
	}

	&amp;:after {
		transform: rotate(90deg);
	}
}

.main-menu .has-mega-menu {
	position: static !important;
}

.sm-triton .mega-menu {
	margin-left: 0 !important;
	right: 0 !important;
	width: auto !important;
	max-width: none !important;
}

#main-menu &gt; .has-mega-menu .scroll-up,
#main-menu &gt; .has-mega-menu .scroll-down {
	margin-left: 0 !important;
}



.sm-triton .mega-menu &gt; li {
	overflow: auto;
}

.sm-triton .mega-menu ul {
	@include unstyled-list;

	display: block;

}

.sm-triton .mega-menu ul li {

}

.sm-triton .mega-menu a {

}


@include query(charlie) {
	.sm-triton ul {

	}

	.sm-triton.sm-rtl li {
		float: right;
	}

	.sm-triton ul li,
	.sm-triton.sm-rtl ul li,
	.sm-triton.sm-vertical li {
		float: none;
	}

	.sm-triton a {
		white-space: nowrap;
	}

	.sm-triton ul a, .sm-triton.sm-vertical a {
		white-space: normal;
	}

	.sm-triton .sm-nowrap &gt; li &gt; a,
	.sm-triton .sm-nowrap &gt; li &gt; :not(ul) a {
		
	}
	

	
	.sm-triton .mega-menu .column-1-4 {
		padding: 0 20px;
	}


	
	.sm-triton {
		position: relative;
	}

	

	.sm-triton .mega-menu .column-1-2 {
		float: left;
		width: 50%;
	}

	.sm-triton .mega-menu .column-1-3 {
		float: left;
		width: 33.33%;
	}

	.sm-triton .mega-menu .column-1-4 {
		float: left;
		width: 25%;
	}


	.sm-triton.nav-menu {
		display: block;
	}

	.sm-triton .sub-arrow {
		display: none !important;
	}

	.wide-header-wrap {
		@include row;
		display: block !important;
		padding-bottom: $gutter-charlie / 2;
		padding-top: $gutter-charlie / 2;
	}


	.wide-header {
		display: table;
		width: 100%;
	}

	.wide-header &gt; * {
		display: table-cell;
		vertical-align: middle;
	}
}*/
.news-card a {
  /*color: $color-dark;*/
  display: block; }
  .news-card a:hover, .news-card a:focus {
    /*text-decoration: none;*/
    /*.news-image img {
			filter: grayscale(100%);
			mix-blend-mode: multiply;
		}*/ }
    .news-card a:hover .news-title, .news-card a:focus .news-title {
      color: rgb(var(--color-dark));
      /*text-decoration: underline;*/ }

.news-card .news-title {
  color: rgb(var(--color-primary));
  margin: 0; }

.news-card .news-date {
  color: #404040;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5em; }
  .news-card .news-date a {
    font-weight: 900; }

.news-card .news-image {
  display: inline-block;
  margin-bottom: 1.5em;
  vertical-align: top; }
  .news-card .news-image img {
    display: block; }

@media screen and (min-width: 56em) {
  .news-carousel {
    /*@include clearfix;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -2.5vmin;
    margin-right: -2.5vmin;
    /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/ } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .news-carousel {
      margin-left: -1.5vmin;
      margin-right: -1.5vmin; } }

@media screen and (min-width: 56em) {
  .news-carousel .news-card {
    padding-left: 1.5vmin;
    padding-right: 1.5vmin; } }

.news-carousel-nav {
  display: none; }

.news-carousel.slick-dotted + .news-carousel-nav {
  display: block; }

@media screen and (min-width: 56em) {
  .news-list {
    /*@include clearfix;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -2.5vmin;
    margin-right: -2.5vmin;
    /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/ } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .news-list {
      margin-left: -1.5vmin;
      margin-right: -1.5vmin; } }

@media print {
  .news-list {
    /*@include clearfix;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -2.5vmin;
    margin-right: -2.5vmin;
    /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/ } }

.news-list .news-card {
  margin-bottom: 3vmin; }
  @media screen and (min-width: 56em) {
    .news-list .news-card {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      max-width: 50%;
      float: left;
      padding-left: 2.5vmin;
      padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .news-list .news-card {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }
  @media screen and (min-width: 56em) {
      .news-list .news-card:nth-child(odd) {
        clear: left; } }
  @media screen and (min-width: 70em) {
    .news-list .news-card {
      -webkit-flex-basis: 33.33333%;
          -ms-flex-preferred-size: 33.33333%;
              flex-basis: 33.33333%;
      max-width: 33.33333%;
      float: left;
      padding-left: 2.5vmin;
      padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .news-list .news-card {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }
  @media screen and (min-width: 70em) {
      .news-list .news-card:nth-child(odd) {
        clear: none; }
      .news-list .news-card:nth-child(3n+1) {
        clear: left; } }
  @media print {
    .news-list .news-card {
      -webkit-flex-basis: 33.33333%;
          -ms-flex-preferred-size: 33.33333%;
              flex-basis: 33.33333%;
      max-width: 33.33333%;
      float: left;
      padding-left: 2.5vmin;
      padding-right: 2.5vmin; } }

.link-list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }
  .link-list li {
    border-bottom: 1px solid rgba(var(--color-dark), 0.25);
    padding: 0.5em 0; }
  .link-list:after {
    clear: both;
    content: "";
    display: table; }
  .link-list.alpha-2col {
    /*@include clearfix;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/ }
    @media screen and (min-width: 30em) {
      .link-list.alpha-2col li {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        max-width: 50%;
        float: left;
        padding-left: 0;
        padding-right: 0; }
      .link-list.alpha-2col li:nth-child(odd) {
        background-color: transparent;
        clear: left; } }
  .link-list.bravo-2col {
    /*@include clearfix;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/ }
    @media screen and (min-width: 56em) {
      .link-list.bravo-2col li {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        max-width: 50%;
        float: left;
        padding-left: 0;
        padding-right: 0; }
      .link-list.bravo-2col li:nth-child(odd) {
        background-color: transparent;
        clear: left; } }
  .link-list.charlie-2col {
    /*@include clearfix;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/ }
    @media screen and (min-width: 70em) {
      .link-list.charlie-2col li {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        max-width: 50%;
        float: left;
        padding-left: 0;
        padding-right: 0; }
      .link-list.charlie-2col li:nth-child(odd) {
        background-color: transparent;
        clear: left; } }
  .link-list.alpha-3col {
    /*@include clearfix;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/ }
    @media screen and (min-width: 30em) {
      .link-list.alpha-3col li {
        -webkit-flex-basis: 33.33333%;
            -ms-flex-preferred-size: 33.33333%;
                flex-basis: 33.33333%;
        max-width: 33.33333%;
        float: left;
        padding-left: 0;
        padding-right: 0; }
      .link-list.alpha-3col li:nth-child(odd) {
        background-color: transparent;
        clear: none; }
      .link-list.alpha-3col li:nth-child(3n+1) {
        clear: left; } }
  .link-list.bravo-3col {
    /*@include clearfix;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/ }
    @media screen and (min-width: 56em) {
      .link-list.bravo-3col li {
        -webkit-flex-basis: 33.33333%;
            -ms-flex-preferred-size: 33.33333%;
                flex-basis: 33.33333%;
        max-width: 33.33333%;
        float: left;
        padding-left: 0;
        padding-right: 0; }
      .link-list.bravo-3col li:nth-child(odd) {
        background-color: transparent;
        clear: none; }
      .link-list.bravo-3col li:nth-child(3n+1) {
        clear: left; } }
  .link-list.charlie-3col {
    /*@include clearfix;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/ }
    @media screen and (min-width: 70em) {
      .link-list.charlie-3col li {
        -webkit-flex-basis: 33.33333%;
            -ms-flex-preferred-size: 33.33333%;
                flex-basis: 33.33333%;
        max-width: 33.33333%;
        float: left;
        padding-left: 0;
        padding-right: 0; }
      .link-list.charlie-3col li:nth-child(odd) {
        background-color: transparent;
        clear: none; }
      .link-list.charlie-3col li:nth-child(3n+1) {
        clear: left; } }

.media-list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }
  .media-list li {
    border-bottom: 1px solid rgba(var(--color-dark), 0.25);
    padding: 0.5em 0; }
  .media-list:after {
    clear: both;
    content: "";
    display: table; }
  .media-list a.hd:hover,
  .media-list a.hd:focus {
    color: white; }
  .media-list .hd {
    background: rgb(var(--color-primary));
    display: block;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    position: relative; }
  .media-list .media-list-title {
    color: white;
    margin: 0;
    padding-right: 1.5rem;
    position: relative; }
    .media-list .media-list-title:after {
      content: '&gt;';
      position: absolute;
      right: 0;
      top: 0; }
    .media-list .media-list-title:hover, .media-list .media-list-title:focus {
      color: white; }
  .media-list li :last-child {
    margin-bottom: 0; }
  .media-list li:last-child {
    border-bottom: none; }
  .media-list .alpha-media {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  @media screen and (min-width: 56em) {
    .media-list .media-img {
      padding-left: 0; } }
  @media screen and (min-width: 56em) {
    .media-list .media-img.icon {
      max-width: 150px; } }
  .media-list .media-img.icon.video {
    position: relative; }
    .media-list .media-img.icon.video svg {
      background: rgba(0, 0, 0, 0.66);
      border-radius: 100%;
      position: absolute;
      width: 30px;
      height: 30px;
      left: 50%;
      top: 50%;
      fill: white;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 10px 0;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
  .media-list .media-body .title + p {
    margin-top: 0; }
  .media-list .media-body p {
    color: #404040;
    line-height: 1.4;
    padding-right: 1rem; }

.job-list .media-body {
  width: 100%; }

.job-list .job-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0 1rem; }
  @media screen and (min-width: 56em) {
    .job-list .job-listing {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .job-list .job-listing span {
    display: block;
    margin: 0.25rem 0; }
    .job-list .job-listing span.location {
      margin-top: 0.5rem; }
      @media screen and (min-width: 56em) {
        .job-list .job-listing span.location {
          margin-left: 1.5rem;
          margin-top: 0.25rem;
          text-align: right; } }

.cta {
  background: rgb(var(--color-primary));
  border-radius: 3px;
  color: #fff;
  text-align: center;
  padding: 5vmin; }
  @media screen and (min-width: 56em) {
    .cta {
      padding: 3vmin; } }
  @media print {
    .cta {
      background-color: #fff;
      border: 1px solid #000; } }
  .equal-heights .cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .equal-heights .cta .cta-body {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%; }
    .equal-heights .cta a {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
              align-self: center;
      max-width: 100%; }
  .cta * {
    text-align: left; }
  .cta a {
    text-align: center; }
  .cta h4 {
    color: #fff; }

.cta-title {
  color: #fff;
  margin-top: 0; }

.cta.cta--inverse {
  background: transparent;
  padding: 0; }
  .cta.cta--inverse a {
    display: block;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
                -ms-grid-row-align: auto;
            align-self: auto; }

.stats {
  background-color: rgb(var(--color-primary));
  text-align: center; }
  @media screen and (min-width: 30em) {
    .stats {
      padding: 1rem; } }
  @media screen and (min-width: 56em) {
    .stats {
      padding: 3rem 1rem; } }

@media screen and (min-width: 30em) {
  .stat-card {
    display: inline-block;
    vertical-align: top;
    width: 49%; } }

@media screen and (min-width: 70em) {
  .stat-card {
    width: 18%; } }

.stat-card:not(:last-child):after {
  background: rgb(var(--color-dark));
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto;
  width: 4em; }
  @media screen and (min-width: 70em) {
    .stat-card:not(:last-child):after {
      content: none; } }

.stat-card-data {
  font-weight: 300;
  line-height: 1.2;
  padding: 1em; }
  @media screen and (min-width: 70em) {
    .stat-card-data {
      padding: 1.5em; } }

.stats a {
  display: block; }
  .stats a:hover, .stats a:focus {
    text-decoration: none;
    background: #fff; }
    .stats a:hover .number, .stats a:focus .number {
      color: rgb(var(--color-primary)); }
    .stats a:hover .stat-desc, .stats a:focus .stat-desc {
      color: rgb(var(--color-dark)); }

.stats .number {
  color: #fff;
  display: block;
  font-size: 3.375em; }
  @media screen and (min-width: 56em) {
    .stats .number {
      font-size: 3.375em; } }
  @media screen and (min-width: 70em) {
    .stats .number {
      font-size: 4em; } }

.stats .stat-desc {
  color: #404040;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  display: block; }
  .stats .stat-desc a {
    font-weight: 900; }

.tab-navigation {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: none; }
  @media screen and (min-width: 56em) {
    .tab-navigation {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.tab-navigation a {
  color: #404040;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
  display: block;
  padding: 0.75em 1.75em;
  text-align: center;
  text-decoration: none; }
  .tab-navigation a a {
    font-weight: 900; }
  .tab-navigation a:hover, .tab-navigation a:focus {
    color: rgb(var(--color-dark)); }

.tab-navigation .selected a {
  background-color: rgb(var(--color-light));
  color: rgb(var(--color-dark));
  cursor: default; }

.tab-pane {
  background-color: rgb(var(--color-light)); }
  @media screen and (min-width: 56em) {
    .tab-pane {
      padding: 5vmin; } }
  @media screen and (min-width: 70em) {
    .tab-pane {
      padding: 3vmin; } }
  .tab-pane :first-child {
    margin-top: 0; }
  .tab-pane :last-child {
    margin-bottom: 0; }

@media screen and (min-width: 56em) {
  .tab-pane.inactive {
    display: none; } }

.tabcordions .tab-header {
  color: #404040;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
  background: rgb(var(--color-primary));
  color: #fff;
  display: block;
  margin: 0;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  pointer-events: none;
  position: relative; }
  .tabcordions .tab-header a {
    font-weight: 900; }
  @media screen and (min-width: 56em) {
    .tabcordions .tab-header {
      display: none; } }

.tabcordions .tabcordion-toggle {
  display: none;
  fill: #fff;
  height: 0.375em;
  margin-top: -0.1875em;
  position: absolute;
  right: 1rem;
  top: 50%;
  text-align: center;
  width: 0.75em; }

.tabcordions .tab-content {
  padding: 5vmin; }
  @media screen and (min-width: 56em) {
    .tabcordions .tab-content {
      padding: 0; } }

.tabcordions .tab-pane.inactive .tab-header,
.tabcordions .tab-pane.accordion-hidden .tab-header {
  color: rgb(var(--color-primary));
  background: #fff;
  cursor: pointer;
  pointer-events: auto; }
  .tabcordions .tab-pane.inactive .tab-header:hover, .tabcordions .tab-pane.inactive .tab-header:focus,
  .tabcordions .tab-pane.accordion-hidden .tab-header:hover,
  .tabcordions .tab-pane.accordion-hidden .tab-header:focus {
    color: rgb(var(--color-primary));
    background-color: rgb(var(--color-light)); }

.tabcordions .tab-pane.inactive .tabcordion-toggle,
.tabcordions .tab-pane.accordion-hidden .tabcordion-toggle {
  fill: rgb(var(--color-light));
  display: block;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.tabcordions .tab-pane.accordion-hidden .tab-content {
  display: none; }
  @media screen and (min-width: 56em) {
    .tabcordions .tab-pane.accordion-hidden .tab-content {
      display: block; } }

@media screen and (min-width: 56em) {
  .tabcordions .tab-pane.inactive .tabcordion-toggle {
    fill: rgb(var(--color-accent));
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .tabcordions .tab-pane.inactive .tab-content {
    display: none; } }
  @media screen and (min-width: 56em) and (min-width: 56em) {
    .tabcordions .tab-pane.inactive .tab-content {
      display: block; } }

.section-nav .item {
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid rgba(var(--color-dark), 0.25);
  background: rgb(var(--color-light)); }

@media screen and (min-width: 70em) {
  .section-nav .more {
    display: block !important;
    height: auto !important; } }

@media screen and (min-width: 70em) {
  .section-nav .sprite {
    display: none; } }

.section-nav .header {
  margin: 0;
  padding: 1rem;
  background: rgb(var(--color-dark));
  color: #ffffff; }
  @media screen and (min-width: 70em) {
    .section-nav .header {
      cursor: auto !important; } }

.section-nav .sub-header {
  padding: 0 1rem; }

.section-nav .link-list li {
  padding: 0.5rem 1rem; }
  .section-nav .link-list li:last-child {
    border-bottom: none; }

.section-nav .current {
  background: #ffffff; }
  .section-nav .current a {
    color: themed("color-text"); }
    .section-nav .current a:hover, .section-nav .current a:focus {
      cursor: default;
      text-decoration: none;
      color: themed("color-text"); }

.section-nav.accordion {
  border-bottom: none !important; }

.section-nav .child-icon {
  fill: currentColor;
  height: 10px;
  width: 16px; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }
  .scroll-wrapper &gt; .scroll-content {
    border: none !important;
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important; }
    .scroll-wrapper &gt; .scroll-content::-webkit-scrollbar {
      height: 0;
      width: 0; }
  .scroll-wrapper.scroll--rtl {
    direction: rtl; }

.scroll-element {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: none; }
  .scroll-element div {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .scroll-element .scroll-bar,
  .scroll-element .scroll-arrow {
    cursor: default; }
  .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block; }

.scroll-textarea {
  border: 1px solid rgb(var(--color-dark)); }
  .scroll-textarea &gt; .scroll-content {
    overflow: hidden !important; }
    .scroll-textarea &gt; .scroll-content &gt; textarea {
      border: none !important;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 100% !important;
      margin: 0;
      max-height: none !important;
      max-width: none !important;
      overflow: scroll !important;
      outline: none;
      padding: 2px;
      position: relative !important;
      top: 0;
      width: 100% !important; }
      .scroll-textarea &gt; .scroll-content &gt; textarea::-webkit-scrollbar {
        height: 0;
        width: 0; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer &gt; .scroll-element,
.scrollbar-outer &gt; .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer &gt; .scroll-element {
  /*background-color: #fff;*/ }

.scrollbar-outer &gt; .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-outer &gt; .scroll-element.scroll-x {
  bottom: 0;
  height: 0.625rem;
  left: 0;
  width: 100%; }

.scrollbar-outer &gt; .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 0.625rem; }

.scrollbar-outer &gt; .scroll-element.scroll-x .scroll-element_outer {
  height: 0.625rem; }

.scrollbar-outer &gt; .scroll-element.scroll-y .scroll-element_outer {
  width: 0.625rem; }

.scrollbar-outer &gt; .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer &gt; .scroll-element .scroll-element_track {
  background-color: rgba(var(--color-dark), 0.08); }

.scrollbar-outer &gt; .scroll-element .scroll-element_outer,
.scrollbar-outer &gt; .scroll-element .scroll-element_track,
.scrollbar-outer &gt; .scroll-element .scroll-bar {
  border-radius: 0.625rem; }

.scrollbar-outer &gt; .scroll-element .scroll-bar {
  background-color: rgba(var(--color-dark), 0.18); }

.scrollbar-outer &gt; .scroll-element .scroll-bar:hover {
  background-color: rgba(var(--color-dark), 0.36); }

.scrollbar-outer &gt; .scroll-element.scroll-draggable .scroll-bar {
  background-color: rgba(var(--color-dark), 0.36); }

/* scrollbar height/width &amp; offset from container borders */
.scrollbar-outer &gt; .scroll-content.scroll-scrolly_visible {
  left: -0.625rem;
  margin-left: 0.625rem; }

.scrollbar-outer &gt; .scroll-content.scroll-scrollx_visible {
  top: -0.625rem;
  margin-top: 0.625rem; }

.scrollbar-outer &gt; .scroll-element.scroll-x .scroll-bar {
  min-width: 0.625rem; }

.scrollbar-outer &gt; .scroll-element.scroll-y .scroll-bar {
  min-height: 0.625rem; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer &gt; .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -0.625rem; }

.scrollbar-outer &gt; .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -0.625rem; }

.scrollbar-outer &gt; .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -0.625rem; }

.scrollbar-outer &gt; .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -0.625rem; }

.search-results-keyword {
  font-weight: 900; }

.search-results-list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

.search-result {
  position: relative; }

/*.search-result:before {
	@include heading5;
	content: attr(data-num) ".";
}*/
.search-result-title {
  color: rgb(var(--color-accent));
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.0375em;
  line-height: 1.5;
  text-transform: none; }
  .search-result-title a {
    font-weight: 400; }

.social-facebook:hover, .social-facebook:focus {
  background-color: #2c4372;
  outline: 1px solid rgba(0, 0, 0, 0.5);
  outline-offset: 1px; }

.site-footer .social-facebook:hover, .site-footer .social-facebook:focus {
  background-color: #3b5998;
  outline: 1px solid white;
  outline-offset: 0; }

@media screen and (min-width: 70em) {
  .social-facebook {
    background-color: #3b5998; } }

.social-flickr:hover, .social-flickr:focus {
  background-color: #004aa4;
  outline: 1px solid rgba(0, 0, 0, 0.5);
  outline-offset: 1px; }

.site-footer .social-flickr:hover, .site-footer .social-flickr:focus {
  background-color: #0063db;
  outline: 1px solid white;
  outline-offset: 0; }

@media screen and (min-width: 70em) {
  .social-flickr {
    background-color: #0063db; } }

.social-googleplus:hover, .social-googleplus:focus {
  background-color: #b22f1f;
  outline: 1px solid rgba(0, 0, 0, 0.5);
  outline-offset: 1px; }

.site-footer .social-googleplus:hover, .site-footer .social-googleplus:focus {
  background-color: #dd4b39;
  outline: 1px solid white;
  outline-offset: 0; }

@media screen and (min-width: 70em) {
  .social-googleplus {
    background-color: #dd4b39; } }

.social-instagram:hover, .social-instagram:focus {
  background-color: #3d5f7b;
  outline: 1px solid rgba(0, 0, 0, 0.5);
  outline-offset: 1px; }

.site-footer .social-instagram:hover, .site-footer .social-instagram:focus {
  background-color: #517fa4;
  outline: 1px solid white;
  outline-offset: 0; }

@media screen and (min-width: 70em) {
  .social-instagram {
    background-color: #517fa4; } }

.social-linkedin:hover, .social-linkedin:focus {
  background-color: #005c89;
  outline: 1px solid rgba(0, 0, 0, 0.5);
  outline-offset: 1px; }

.site-footer .social-linkedin:hover, .site-footer .social-linkedin:focus {
  background-color: #007bb6;
  outline: 1px solid white;
  outline-offset: 0; }

@media screen and (min-width: 70em) {
  .social-linkedin {
    background-color: #007bb6; } }

.social-pinterest:hover, .social-pinterest:focus {
  background-color: #98181d;
  outline: 1px solid rgba(0, 0, 0, 0.5);
  outline-offset: 1px; }

.site-footer .social-pinterest:hover, .site-footer .social-pinterest:focus {
  background-color: #cb2027;
  outline: 1px solid white;
  outline-offset: 0; }

@media screen and (min-width: 70em) {
  .social-pinterest {
    background-color: #cb2027; } }

.social-tumblr:hover, .social-tumblr:focus {
  background-color: #273546;
  outline: 1px solid rgba(0, 0, 0, 0.5);
  outline-offset: 1px; }

.site-footer .social-tumblr:hover, .site-footer .social-tumblr:focus {
  background-color: #34465D;
  outline: 1px solid white;
  outline-offset: 0; }

@media screen and (min-width: 70em) {
  .social-tumblr {
    background-color: #34465D; } }

.social-twitter:hover, .social-twitter:focus {
  background-color: #0081b2;
  outline: 1px solid rgba(0, 0, 0, 0.5);
  outline-offset: 1px; }

.site-footer .social-twitter:hover, .site-footer .social-twitter:focus {
  background-color: #00aced;
  outline: 1px solid white;
  outline-offset: 0; }

@media screen and (min-width: 70em) {
  .social-twitter {
    background-color: #00aced; } }

.social-vimeo:hover, .social-vimeo:focus {
  background-color: #108bb3;
  outline: 1px solid rgba(0, 0, 0, 0.5);
  outline-offset: 1px; }

.site-footer .social-vimeo:hover, .site-footer .social-vimeo:focus {
  background-color: #1ab7ea;
  outline: 1px solid white;
  outline-offset: 0; }

@media screen and (min-width: 70em) {
  .social-vimeo {
    background-color: #1ab7ea; } }

.social-youtube:hover, .social-youtube:focus {
  background-color: #8c0000;
  outline: 1px solid rgba(0, 0, 0, 0.5);
  outline-offset: 1px; }

.site-footer .social-youtube:hover, .site-footer .social-youtube:focus {
  background-color: #b00;
  outline: 1px solid white;
  outline-offset: 0; }

@media screen and (min-width: 70em) {
  .social-youtube {
    background-color: #b00; } }

.site-header .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .site-header .social a {
    border-radius: 4px;
    height: 24px;
    width: 24px;
    display: inline-block;
    color: white;
    fill: white;
    text-align: center; }
    .site-header .social a svg {
      width: 20px;
      height: 20px; }

.category-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .category-link-list .item {
    margin-bottom: 2rem; }
    .category-link-list .item h5 {
      border-bottom: 1px solid white;
      padding-bottom: 0.5rem; }
      @media print {
        .category-link-list .item h5 {
          border-bottom: none; } }
    @media print {
      .category-link-list .item {
        page-break-inside: avoid;
        margin-bottom: 2rem;
        width: 50%; } }
  @media screen and (min-width: 56em) {
    .category-link-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0 -1%; }
      .category-link-list .item {
        width: 48%;
        margin: 0 1%; } }
  @media screen and (min-width: 70em) {
    .category-link-list {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .category-link-list .item {
        width: auto; } }
  @media print {
    .category-link-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .category-link-list .link-list li {
        border-bottom: none; } }

@media screen and (min-width: 56em) {
  .featured-links {
    /*@include clearfix;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -2.5vmin;
    margin-right: -2.5vmin;
    /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/ } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .featured-links {
      margin-left: -1.5vmin;
      margin-right: -1.5vmin; } }

@media print {
  .featured-links {
    /*@include clearfix;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -2.5vmin;
    margin-right: -2.5vmin;
    /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/ } }

.featured-links .featured-link-card {
  display: block;
  margin-bottom: 3rem; }
  @media screen and (min-width: 30em) {
    .featured-links .featured-link-card {
      margin-bottom: 6vmin;
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      max-width: 50%;
      float: left;
      padding-left: 2.5vmin;
      padding-right: 2.5vmin; } }
  @media screen and (min-width: 30em) and (min-width: 70em) {
    .featured-links .featured-link-card {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }
  @media screen and (min-width: 30em) {
      .featured-links .featured-link-card:nth-child(odd) {
        clear: left; } }
  @media screen and (min-width: 56em) {
    .featured-links .featured-link-card {
      -webkit-flex-basis: 33.33333%;
          -ms-flex-preferred-size: 33.33333%;
              flex-basis: 33.33333%;
      max-width: 33.33333%;
      float: left;
      padding-left: 2.5vmin;
      padding-right: 2.5vmin; } }
  @media screen and (min-width: 56em) and (min-width: 70em) {
    .featured-links .featured-link-card {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }
  @media screen and (min-width: 56em) {
      .featured-links .featured-link-card:nth-child(odd) {
        clear: none; }
      .featured-links .featured-link-card:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 70em) {
    .featured-links .featured-link-card {
      -webkit-flex-basis: 25%;
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
      max-width: 25%;
      float: left;
      padding-left: 2.5vmin;
      padding-right: 2.5vmin; } }
  @media screen and (min-width: 70em) and (min-width: 70em) {
    .featured-links .featured-link-card {
      padding-left: 1.5vmin;
      padding-right: 1.5vmin; } }
  @media screen and (min-width: 70em) {
      .featured-links .featured-link-card:nth-child(3n+1) {
        clear: none; }
      .featured-links .featured-link-card:nth-child(4n+1) {
        clear: left; } }
  @media print {
    .featured-links .featured-link-card {
      display: block;
      margin-bottom: 6vmin;
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      max-width: 50%;
      float: left;
      padding-left: 2.5vmin;
      padding-right: 2.5vmin;
      -webkit-flex-basis: 33.33333%;
          -ms-flex-preferred-size: 33.33333%;
              flex-basis: 33.33333%;
      max-width: 33.33333%;
      float: left;
      padding-left: 2.5vmin;
      padding-right: 2.5vmin; } }

.featured-link-card h4 {
  margin: 0; }

.featured-link-card img {
  display: block;
  margin-bottom: 1rem; }

.featured-link-card-title {
  text-transform: none; }

.callout:hover, .callout:focus {
  text-decoration: none; }
  .callout:hover .faux-link, .callout:focus .faux-link {
    text-decoration: underline; }

@media screen and (min-width: 56em) {
  .callout .media-img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: auto; }
    .callout .media-img &gt; img {
      width: auto; }
  .callout .media-img.icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%; }
    .callout .media-img.icon &gt; img {
      margin: 0 auto;
      width: auto; }
  .callout .media-body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.cc-window {
  border-width: 4px;
  border-style: solid;
  border-color: rgb(var(--color-primary)); }

.cc-banner .cc-compliance .cc-btn {
  color: white;
  border-color: rgb(var(--color-primary));
  background-color: rgb(var(--color-primary)); }

.cc-banner .cc-compliance .cc-btn:hover,
.cc-banner .cc-compliance .cc-btn:focus {
  text-decoration: none !important;
  background: rgb(var(--color-dark));
  color: rgb(var(--color-light)); }

.skip-to-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .skip-to-content a:focus, .skip-to-content a:hover {
    padding: .5rem 1rem;
    background: #fff;
    outline-offset: 0;
    outline: 4px solid rgb(var(--color-primary)); }

#memberRequestForm input[type="checkbox"]#DefaultMemberProperties_TermsConditions + label.error {
  padding-left: 0;
  color: #404040;
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #e80000;
  font-weight: 400;
  letter-spacing: 0.05em; }
  #memberRequestForm input[type="checkbox"]#DefaultMemberProperties_TermsConditions + label.error a {
    font-weight: 900; }
  #memberRequestForm input[type="checkbox"]#DefaultMemberProperties_TermsConditions + label.error:before {
    display: none; }

#memberRequestForm input[type="checkbox"]#DefaultMemberProperties_TermsConditions ~ label.checkbox-label {
  color: #404040;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: inherit;
  line-height: 1.75;
  margin-bottom: 0;
  padding-left: 1.5rem;
  position: relative;
  text-transform: none; }
  #memberRequestForm input[type="checkbox"]#DefaultMemberProperties_TermsConditions ~ label.checkbox-label:before {
    border: 1px solid rgb(var(--color-dark));
    background-color: #fff;
    border-radius: 3px;
    content: '';
    display: block;
    height: 1rem;
    left: 0;
    margin-top: 0.5em;
    position: absolute;
    text-align: center;
    -webkit-transition: 200ms border-color ease-out;
    transition: 200ms border-color ease-out;
    width: 1rem;
    font-size: 0.75rem;
    line-height: 1.2; }
  #memberRequestForm input[type="checkbox"]#DefaultMemberProperties_TermsConditions ~ label.checkbox-label:hover:before, #memberRequestForm input[type="checkbox"]#DefaultMemberProperties_TermsConditions ~ label.checkbox-label:focus:before {
    border-color: rgb(var(--color-primary)); }

#memberRequestForm input[type="checkbox"]#DefaultMemberProperties_TermsConditions:focus ~ label.checkbox-label:before {
  border-color: rgb(var(--color-primary));
  outline: 1px solid rgb(var(--color-primary)); }

#memberRequestForm input[type="checkbox"]#DefaultMemberProperties_TermsConditions:checked ~ label.checkbox-label:before {
  background-color: rgb(var(--color-primary));
  border-color: rgb(var(--color-primary));
  color: #fff;
  content: '\2713'; }

.pp-subscription-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-width: 1px; }
  .pp-subscription-list .subscription-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    /*min-width: calc( 25% - 2rem );*/
    width: -webkit-calc( 100% - 2rem);
    width: calc( 100% - 2rem);
    margin: 1rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
    border: 1px solid rgb(var(--color-dark));
    border-radius: .15rem;
    color: rgb(var(--color-primary)); }
    .pp-subscription-list .subscription-card:hover, .pp-subscription-list .subscription-card:focus {
      text-decoration: none;
      -webkit-box-shadow: 0 0 0 0.5rem rgba(var(--color-dark),.25);
              box-shadow: 0 0 0 0.5rem rgba(var(--color-dark),.25);
      color: rgb(var(--color-dark)); }
      .pp-subscription-list .subscription-card:hover .btn, .pp-subscription-list .subscription-card:focus .btn {
        background: rgb(var(--color-dark));
        color: white; }
    .pp-subscription-list .subscription-card hr {
      opacity: 0.75; }
    .pp-subscription-list .subscription-card &gt; * {
      display: block;
      text-align: center;
      margin: 0 0 3vmin; }
      .pp-subscription-list .subscription-card &gt; *:last-child {
        margin: auto 0 0 0; }
    .pp-subscription-list .subscription-card .subscription-card-price {
      font-size: 3em;
      line-height: 1; }
      .pp-subscription-list .subscription-card .subscription-card-price sup {
        vertical-align: super;
        font-size: 35%; }
      .pp-subscription-list .subscription-card .subscription-card-price svg {
        max-height: 4rem;
        max-width: 4rem;
        fill: rgb(var(--color-dark)); }
    .pp-subscription-list .subscription-card .subscription-card-name {
      text-transform: none;
      letter-spacing: normal;
      font-weight: 900;
      font-size: 1.5rem;
      line-height: 1.4; }
    .pp-subscription-list .subscription-card .subscription-card-text {
      line-height: 1.75;
      color: #404040; }
      .pp-subscription-list .subscription-card .subscription-card-text &gt; * {
        display: block; }
    .pp-subscription-list .subscription-card .subscription-card-button .btn {
      width: 100%;
      font-size: .75em;
      padding: 1em; }
    .pp-subscription-list .subscription-card .subscription-card-status {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: .5em;
      color: #188500;
      font-size: 1.5em;
      font-weight: 900; }
      .pp-subscription-list .subscription-card .subscription-card-status i.fa-solid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 2em;
        height: 2em;
        border-radius: 50%;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: #188500;
        color: white;
        font-size: 0.75em; }
    .pp-subscription-list .subscription-card--purchased {
      pointer-events: none; }
  .pp-subscription-list.pp-promo-list .subscription-card {
    pointer-events: none; }
    .pp-subscription-list.pp-promo-list .subscription-card .subscription-card-button {
      display: none; }
  @media screen and (min-width: 56em) {
    .pp-subscription-list .subscription-card {
      width: -webkit-calc( 50% - 2rem);
      width: calc( 50% - 2rem); }
      .pp-subscription-list .subscription-card .subscription-card-button .btn {
        font-size: 0.875em;
        padding: 0.875em 2.25em; } }
  @media screen and (min-width: 70em) {
    .pp-subscription-list .subscription-card {
      width: -webkit-calc( 33.33% - 2rem);
      width: calc( 33.33% - 2rem); } }

#payment-form {
  max-width: 45rem;
  /* Buttons and links */
  /* spinner/processing state, errors */ }
  #payment-form #payment-element {
    margin-bottom: 1.5rem; }
  #payment-form .hidden {
    display: none; }
  #payment-form .invisible {
    opacity: 0;
    visibility: hidden; }
    html.no-js #payment-form .invisible {
      opacity: 1;
      visibility: visible; }
  #payment-form button {
    background: rgb(var(--color-primary));
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
    -webkit-box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
    max-width: none;
    visibility: visible; }
  #payment-form button:hover {
    -webkit-filter: contrast(115%);
            filter: contrast(115%); }
  #payment-form button:disabled {
    opacity: 0.5;
    cursor: default; }
  #payment-form .spinner,
  #payment-form .spinner:before,
  #payment-form .spinner:after {
    border-radius: 50%; }
  #payment-form .spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: inset 0 0 0 2px;
            box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  #payment-form .spinner:before,
  #payment-form .spinner:after {
    position: absolute;
    content: ""; }
  #payment-form .spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: rgb(var(--color-primary));
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s; }
  #payment-form .spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: rgb(var(--color-primary));
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease; }

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

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

.pp-profile {
  max-width: 30em; }
  .pp-profile__item {
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 1rem; }
    .pp-profile__item &gt; *:first-child {
      margin-top: 0; }
    .pp-profile__item &gt; *:last-child {
      margin-bottom: 0; }
    .pp-profile__item + .pp-profile__item {
      margin-top: 1rem; }
  .pp-profile__name {
    font-size: 1.2em;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 900;
    color: #404040;
    margin-bottom: 0; }
  .pp-profile__description {
    margin: 0;
    line-height: 1.5; }
  .pp-profile__properties {
    list-style: none;
    padding: 0; }
    .pp-profile__properties li {
      line-height: 1.8; }
  .pp-profile__btngroup {
    margin-bottom: 1.5rem; }
    .pp-profile__btngroup p {
      line-height: 1.5;
      margin: 0 0 .75em; }
    .pp-profile__btngroup .form-field {
      margin: 0; }
  .pp-profile .pp-modal {
    display: none; }

.pp-status, .pp-status--failed, .pp-status--expired, .pp-status--active {
  font-weight: bold; }
  .pp-status--failed {
    color: #D12010; }
  .pp-status--expired {
    color: #D12010; }
  .pp-status--active {
    color: #5D820A; }

.pp-alert .btn {
  font-size: .75rem;
  width: 100%;
  margin-top: 1rem; }

@media screen and (min-width: 30em) {
  .pp-alert .btn {
    width: auto; } }

@media screen and (min-width: 70em) {
  .pp-alert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .pp-alert &gt; div:nth-of-type(1) {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .pp-alert .btn {
      font-size: 1rem;
      margin: 0; } }

.pp-modal {
  max-width: 40rem; }
  .pp-modal h1, .pp-modal h2, .pp-modal h3, .pp-modal h4 {
    margin-top: 0; }
  .pp-modal button.fancybox-close-small:hover, .pp-modal button.fancybox-close-small:focus {
    background: rgb(var(--color-light)); }

.fa-external-link-alt {
  text-decoration: none;
  color: #999;
  margin: 0 .25em;
  font-size: .9em;
  -webkit-transform: translate(0, -5%);
          transform: translate(0, -5%); }
  [class*="btn"] .fa-external-link-alt {
    color: inherit; }

footer .fa-external-link-alt {
  color: rgba(255, 255, 255, 0.75); }

.announcement-wrapper {
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  opacity: 1;
  visibility: visible; }
  .announcement-wrapper--loading {
    visibility: hidden;
    opacity: 0; }

.announcement {
  display: none;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out; }
  .announcement--dismissed {
    height: 0 !important;
    opacity: 0; }
  .announcement--active {
    display: block; }
  .announcement__content {
    display: -ms-grid;
    display: grid;
    background-color: rgb(var(--color-light));
    gap: clamp(1rem, 3vw, 3rem);
    padding: clamp(1rem, 4vw, 40px) clamp(1rem, 4vw, 60px);
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    opacity: 1; }
  .announcement__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 56em) {
      .announcement__img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1/2/2/3; } }
    .announcement__img img {
      display: block;
      aspect-ratio: 1/1;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 50%;
      max-width: clamp(115px, 18vw, 200px); }
  .announcement__text h1, .announcement__text .heading1,
  .announcement__text h2, .announcement__text .heading2,
  .announcement__text h3, .announcement__text .heading3,
  .announcement__text h4, .announcement__text .heading4,
  .announcement__text h5, .announcement__text .heading5,
  .announcement__text h6, .announcement__text .heading6 {
    color: rgb(var(--color-primary));
    font-weight: 400; }
    @media screen and (min-width: 56em) {
      .announcement__text h1, .announcement__text .heading1,
      .announcement__text h2, .announcement__text .heading2,
      .announcement__text h3, .announcement__text .heading3,
      .announcement__text h4, .announcement__text .heading4,
      .announcement__text h5, .announcement__text .heading5,
      .announcement__text h6, .announcement__text .heading6 {
        font-weight: 300; } }
  .announcement__text &gt; *:first-child::before {
    content: '';
    width: 2rem;
    float: right;
    height: 1rem; }
    @media screen and (min-width: 56em) {
      .announcement__text &gt; *:first-child::before {
        display: none; } }
  @media screen and (min-width: 56em) {
    .announcement--has-image .announcement__content {
      -ms-grid-columns: 1fr auto;
          grid-template-columns: 1fr auto; } }
  .announcement--has-image .announcement__text &gt; *:first-child::before {
    display: none; }
  .announcement__btn .btn {
    display: block;
    min-width: 14rem; }
    @media screen and (min-width: 56em) {
      .announcement__btn .btn {
        display: inline-block; } }
  .announcement__close {
    background: none;
    padding: 0;
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    color: rgb(var(--color-dark)); }

@media print {
  /* Typography */
  body * {
    color: #000 !important;
    text-shadow: none !important; } }
</pre></body></html>