/*! 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;
}

/* 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>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>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;}
/* 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);
    }
}
#__bs_notify__ {
  display: none !important; }

.clearfix:after {
  clear: both;
  content: "";
  display: table; }

.hidden,
.aspNetHidden {
  display: none !important; }

.visible {
  display: block !important; }

.visible-table {
  display: table !important; }

.visually-hidden {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.scroll-locked,
.scroll-locked body {
  height: 100%;
  overflow: hidden !important; }

.visible-alpha, .visible-alpha-up,
.visible-table-alpha,
.visible-table-alpha-up {
  display: none !important; }

@media screen and (min-width: 30rem) {
  .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-echo,
  .visible-table-echo {
    display: none !important; }
  .hidden-echo {
    display: block !important; }
  .hidden-table-echo {
    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: 56rem) {
  .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-echo,
  .visible-table-echo {
    display: none !important; }
  .hidden-echo {
    display: block !important; }
  .hidden-table-echo {
    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: 74rem) {
  .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-echo,
  .visible-table-echo {
    display: none !important; }
  .hidden-echo {
    display: block !important; }
  .hidden-table-echo {
    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: 84rem) {
  .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-echo,
  .visible-table-echo {
    display: none !important; }
  .hidden-echo {
    display: block !important; }
  .hidden-table-echo {
    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; } }

.visible-echo, .visible-echo-up,
.visible-table-echo,
.visible-table-echo-up {
  display: none !important; }

@media screen and (min-width: 105rem) {
  .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-table-delta {
    display: none !important; }
  .hidden-delta {
    display: block !important; }
  .hidden-table-delta {
    display: table !important; }
  .visible-echo, .visible-echo-up {
    display: block !important; }
  .visible-table-echo, .visible-table-echo-up {
    display: table !important; }
  .hidden-echo, .hidden-echo-up,
  .hidden-table-echo,
  .hidden-table-echo-up {
    display: none !important; } }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

a {
  color: #3163a3;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 100ms all ease-out;
  transition: 100ms all ease-out; }
  a:hover, a:focus {
    color: #2e3333; }

a.standard-link,
.user-content a:not(.btn):not(.btn-secondary) {
  border-bottom: 1px dotted;
  padding-bottom: 0.125em; }
  a.standard-link:hover, a.standard-link:focus,
  .user-content a:not(.btn):not(.btn-secondary):hover,
  .user-content a:not(.btn):not(.btn-secondary):focus {
    border-bottom: 1px solid; }

html {
  color: #4f5350;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.75; }
  html {
    font-size: 1rem; }
    @media screen and (min-width: 30rem) {
      html {
        font-size: -webkit-calc(1rem + 0.125 * ((100vw - 30rem) / 75));
        font-size: calc(1rem + 0.125 * ((100vw - 30rem) / 75)); } }
    @media screen and (min-width: 105rem) {
      html {
        font-size: 1.125rem; } }

/*:focus {
	outline: 1px dotted;
}

// hide outline for mouse users, preserve it for keyboard users
// https://twitter.com/LeaVerou/status/1045768279753666562
:focus:not(:focus-visible) {
	outline: none;
}*/
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: #2e3333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-weight: 400;
  line-height: 1.3;
  margin: 0.5em 0; }
  h1,
  .heading1 {
    font-size: 1.777rem; }
    @media screen and (min-width: 30rem) {
      h1,
      .heading1 {
        font-size: -webkit-calc(1.777rem + 0.592 * ((100vw - 30rem) / 44));
        font-size: calc(1.777rem + 0.592 * ((100vw - 30rem) / 44)); } }
    @media screen and (min-width: 74rem) {
      h1,
      .heading1 {
        font-size: 2.369rem; } }

h2,
.heading2 {
  color: #2e3333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-weight: 400;
  margin: 0.5em 0; }
  h2,
  .heading2 {
    font-size: 1.333rem; }
    @media screen and (min-width: 30rem) {
      h2,
      .heading2 {
        font-size: -webkit-calc(1.333rem + 0.444 * ((100vw - 30rem) / 44));
        font-size: calc(1.333rem + 0.444 * ((100vw - 30rem) / 44)); } }
    @media screen and (min-width: 74rem) {
      h2,
      .heading2 {
        font-size: 1.777rem; } }

h3,
.heading3 {
  color: #2e3333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0.5em 0; }
  h3,
  .heading3 {
    font-size: 1.125rem; }
    @media screen and (min-width: 30rem) {
      h3,
      .heading3 {
        font-size: -webkit-calc(1.125rem + 0.208 * ((100vw - 30rem) / 44));
        font-size: calc(1.125rem + 0.208 * ((100vw - 30rem) / 44)); } }
    @media screen and (min-width: 74rem) {
      h3,
      .heading3 {
        font-size: 1.333rem; } }

h4,
.heading4 {
  color: #2e3333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin: 0.5em 0; }

.section-title {
  text-align: center; }
  .section-title:after {
    background-color: rgba(46, 51, 51, 0.12);
    content: '';
    display: block;
    height: 0.125em;
    margin: 0.625em auto 0 auto;
    width: 1.25em; }

strong,
b {
  font-weight: 700; }

blockquote {
  color: #2e3333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  border: 2px solid rgba(46, 51, 51, 0.12);
  border-width: 2px 0;
  margin: 5vmin 0;
  padding: 1.5em 0;
  position: relative;
  text-align: center; }
  blockquote :first-child {
    margin-top: 0; }
  blockquote :last-child {
    margin-bottom: 0; }
  blockquote {
    font-size: 1.125rem; }
    @media screen and (min-width: 30rem) {
      blockquote {
        font-size: -webkit-calc(1.125rem + 0.208 * ((100vw - 30rem) / 44));
        font-size: calc(1.125rem + 0.208 * ((100vw - 30rem) / 44)); } }
    @media screen and (min-width: 74rem) {
      blockquote {
        font-size: 1.333rem; } }
  @media screen and (min-width: 30rem) {
    blockquote {
      padding: 1.5em 3rem; } }
  @media screen and (min-width: 56rem) {
    blockquote {
      padding: 1.5em 5rem; } }
  @media screen and (min-width: 74rem) {
    blockquote {
      margin: 4vmin 0; } }

blockquote:after,
blockquote:before {
  color: #3163a3;
  font-size: 4em;
  line-height: 0;
  position: absolute; }
  @media screen and (min-width: 56rem) {
    blockquote:after,
    blockquote:before {
      font-size: 6em; } }

blockquote:before {
  content: '\201C';
  left: 0.5rem;
  top: 0.275em; }
  @media screen and (min-width: 56rem) {
    blockquote:before {
      left: 1rem; } }

blockquote:after {
  bottom: -0.25em;
  content: '\201D';
  right: 0.5rem; }
  @media screen and (min-width: 56rem) {
    blockquote:after {
      right: 1rem; } }

.text-center {
  text-align: center; }

hr {
  background: rgba(46, 51, 51, 0.12);
  border: none;
  height: 1px;
  margin: 5vmin 0; }
  @media screen and (min-width: 74rem) {
    hr {
      margin: 4vmin 0; } }

.collapse-margins :first-child {
  margin-top: 0; }

.collapse-margins :last-child {
  margin-bottom: 0; }

.sidebar {
  font-size: 0.875em; }

.date {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase; }

.tagline {
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0.5em;
  max-width: 15em;
  text-transform: uppercase; }

.btn,
button,
input[type="submit"],
input[type="button"] {
  background-color: #3163a3;
  border: none;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  max-width: 35rem;
  padding: 0.625em 1.375em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle; }
  .btn [class^='icon'],
  button [class^='icon'],
  input[type="submit"] [class^='icon'],
  input[type="button"] [class^='icon'] {
    display: inline-block;
    margin-right: 0.25em;
    vertical-align: middle; }
  .btn:hover, .btn:focus,
  button:hover,
  button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="button"]:hover,
  input[type="button"]:focus {
    background-color: #4f5350;
    color: #fff;
    text-decoration: none; }

.btn-secondary,
input[type="reset"] {
  background-color: #3163a3;
  border: none;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  max-width: 35rem;
  padding: 0.625em 1.375em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #4f5350;
          box-shadow: inset 0 0 0 2px #4f5350;
  color: #4f5350; }
  .btn-secondary [class^='icon'],
  input[type="reset"] [class^='icon'] {
    display: inline-block;
    margin-right: 0.25em;
    vertical-align: middle; }
  .btn-secondary:hover, .btn-secondary:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus {
    background-color: #4f5350;
    color: #fff;
    text-decoration: none; }
  .btn-secondary:hover, .btn-secondary:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus {
    background-color: #4f5350; }

.btn-disabled,
button:disabled {
  background-color: #3163a3;
  border: none;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  max-width: 35rem;
  padding: 0.625em 1.375em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: transparent;
  border-color: #f5f4f2;
  color: #4f5350;
  cursor: default; }
  .btn-disabled [class^='icon'],
  button:disabled [class^='icon'] {
    display: inline-block;
    margin-right: 0.25em;
    vertical-align: middle; }
  .btn-disabled:hover, .btn-disabled:focus,
  button:disabled:hover,
  button:disabled:focus {
    background-color: #4f5350;
    color: #fff;
    text-decoration: none; }
  .btn-disabled:hover, .btn-disabled:focus,
  button:disabled:hover,
  button:disabled:focus {
    background-color: transparent;
    color: #4f5350; }

.unstyled-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0; }
  .unstyled-list > li {
    margin: 0.5em 0; }

.vlist {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0; }
  .vlist > li {
    display: block; }

.hlist {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.ilist {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0; }
  .ilist > li {
    display: inline-block;
    vertical-align: top; }

.striped-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0; }
  .striped-list li {
    padding: 0.75em 1em; }
  .striped-list li:nth-child(odd) {
    background-color: #f5f4f2; }

.ruled-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  border-top: 1px solid rgba(46, 51, 51, 0.12); }
  .ruled-list li {
    border-bottom: 1px solid rgba(46, 51, 51, 0.12);
    padding: 0.75em 0; }

dt {
  color: #2e3333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1rem; }

dd {
  margin-left: 0; }

dd + dt {
  margin-top: 1em; }

.form {
  background: #f5f4f2;
  padding: 2.5vmin 5vmin; }
  @media screen and (min-width: 74rem) {
    .form {
      padding: 2vmin 4vmin; } }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

legend {
  color: #2e3333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  display: block; }
  legend {
    font-size: 1.125rem; }
    @media screen and (min-width: 30rem) {
      legend {
        font-size: -webkit-calc(1.125rem + 0.208 * ((100vw - 30rem) / 44));
        font-size: calc(1.125rem + 0.208 * ((100vw - 30rem) / 44)); } }
    @media screen and (min-width: 74rem) {
      legend {
        font-size: 1.333rem; } }

.form-field,
.umbraco-forms-field {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem; }

label,
.Form__Element__Caption {
  color: #2e3333;
  display: block;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: 1.75;
  margin: 0 0 0.375rem 0;
  text-transform: none; }
  label input[type="checkbox"],
  label input[type="radio"],
  .Form__Element__Caption input[type="checkbox"],
  .Form__Element__Caption 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 rgba(46, 51, 51, 0.34);
  border-radius: 0.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2e3333;
  display: block;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.0125em;
  line-height: 1.25;
  max-width: 30em;
  padding: 0.75em 1em;
  width: 100%; }
  input:focus:not([type]),
  input:focus[type="text"],
  input:focus[type="password"],
  input:focus[type="date"],
  input:focus[type="datetime"],
  input:focus[type="datetime-local"],
  input:focus[type="month"],
  input:focus[type="week"],
  input:focus[type="email"],
  input:focus[type="number"],
  input:focus[type="search"],
  input:focus[type="tel"],
  input:focus[type="time"],
  input:focus[type="url"],
  input:focus[type="color"],
  textarea:focus, select:focus {
    -webkit-box-shadow: 0 0 0 1px #4f5350;
            box-shadow: 0 0 0 1px #4f5350; }
  .ValidationFail > input:not([type]),
  .ValidationFail > input[type="text"],
  .ValidationFail > input[type="password"],
  .ValidationFail > input[type="date"],
  .ValidationFail > input[type="datetime"],
  .ValidationFail > input[type="datetime-local"],
  .ValidationFail > input[type="month"],
  .ValidationFail > input[type="week"],
  .ValidationFail > input[type="email"],
  .ValidationFail > input[type="number"],
  .ValidationFail > input[type="search"],
  .ValidationFail > input[type="tel"],
  .ValidationFail > input[type="time"],
  .ValidationFail > input[type="url"],
  .ValidationFail > input[type="color"],
  .ValidationFail > textarea, .ValidationFail > select {
    border-color: #167e40; }

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 {
  -webkit-appearance: none; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23222222%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-position: right .7em top 50%;
  background-repeat: no-repeat;
  background-size: .65em auto;
  margin: 0;
  padding-right: 1.5em; }

select::-ms-expand {
  display: none; }

select optgroup {
  color: #4f5350;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700; }
  select optgroup:not(:last-child) {
    border-bottom: 1px solid rgba(46, 51, 51, 0.12);
    margin-bottom: 1em;
    padding-bottom: 0.75em; }

select option {
  color: #4f5350;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.0125em;
  line-height: 1.75;
  padding: 0.25em 0;
  text-transform: none; }

select[multiple] {
  background-image: none; }

textarea {
  resize: vertical; }
  .tall-fields textarea {
    min-height: 250px; }

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,
.fileupload label {
  background-color: #3163a3;
  border: none;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  max-width: 35rem;
  padding: 0.625em 1.375em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #4f5350;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  /*	margin-bottom: 0;*/
  padding: 0.625em 1.25em; }
  input[type="file"] + label [class^='icon'],
  .fileupload label [class^='icon'] {
    display: inline-block;
    margin-right: 0.25em;
    vertical-align: middle; }
  input[type="file"] + label:hover, input[type="file"] + label:focus,
  .fileupload label:hover,
  .fileupload label:focus {
    background-color: #4f5350;
    color: #fff;
    text-decoration: none; }
  input[type="file"] + label:hover, input[type="file"] + label:focus,
  .fileupload label:hover,
  .fileupload label:focus {
    background-color: #167e40; }

input[type="checkbox"] + label, input[type="radio"] + label, .checkbox .umbraco-forms-label {
  color: #4f5350;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0.375em;
  padding-left: 1.5rem;
  position: relative;
  text-transform: none; }
  input[type="checkbox"] + label:before, input[type="radio"] + label:before, .checkbox .umbraco-forms-label:before {
    background-color: #fff;
    border: 1px solid rgba(46, 51, 51, 0.34);
    border-radius: 3px;
    content: '';
    display: block;
    height: 1rem;
    left: 0;
    margin: 0.375em 0.5em 0 0;
    position: absolute;
    text-align: center;
    width: 1rem; }
  input[type="checkbox"] + label:hover:before, input[type="radio"] + label:hover:before, .checkbox .umbraco-forms-label:hover:before, input[type="checkbox"] + label:focus:before, input[type="radio"] + label:focus:before, .checkbox .umbraco-forms-label:focus:before {
    border-color: #4f5350; }

input[type="checkbox"],
input[type="radio"] {
  float: left;
  height: 0 !important;
  left: 0;
  opacity: 0;
  top: 0;
  width: 0 !important; }
  input:focus[type="checkbox"] + label:before, input:focus[type="radio"] + label:before {
    border-color: #2e3333; }

input[type="checkbox"] + label:before,
.checkbox input[type="checkbox"] ~ label:before {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2; }

input[type="checkbox"]:checked + label:before,
.checkbox input[type="checkbox"]:checked ~ label:before {
  background-color: #4f5350;
  border-color: #4f5350;
  color: #fff;
  content: '\2713'; }

input[type="radio"] + label:before {
  border-radius: 100%; }

input[type="radio"]:checked + label:before {
  background-color: #fff;
  border: 0.3125rem solid #4f5350; }

::-webkit-input-placeholder {
  color: rgba(79, 83, 80, 0.65); }

::-moz-placeholder {
  color: rgba(79, 83, 80, 0.65); }

:-ms-input-placeholder {
  color: rgba(79, 83, 80, 0.65); }

::-ms-input-placeholder {
  color: rgba(79, 83, 80, 0.65); }

::placeholder {
  color: rgba(79, 83, 80, 0.65); }

.umbraco-forms-indicator {
  color: #ae3a32; }

.umbracoForms-Indicator {
  color: #ae3a32; }

.radiobuttonlist br,
.checkboxlist br {
  display: none; }

.checkboxlist label:last-of-type {
  margin-bottom: 0; }

.umbraco-forms-tooltip {
  display: block;
  font-size: 0.875em;
  margin-bottom: 0.375rem; }

.umbraco-forms-label + .umbraco-forms-tooltip {
  margin-top: -0.5rem; }

.umbraco-forms-field.date {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: inherit;
  text-transform: none; }
  .umbraco-forms-field.date label {
    font-weight: 700; }

.dataconsent label {
  font-weight: 400; }

.checkbox .umbraco-forms-label {
  font-weight: 700; }

.field-validation-error {
  color: #ae3a32;
  font-size: 0.875em; }

table {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(46, 51, 51, 0.12);
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0; }
  table.valign-top th,
  table.valign-top td,
  table thead.valign-top th,
  table thead.valign-top td,
  table tbody.valign-top th,
  table tbody.valign-top td,
  table tr.valign-top th,
  table tr.valign-top td,
  table th.valign-top,
  table td.valign-top {
    vertical-align: top; }
  table tbody tr:not(:first-child) {
    border-top: 1px solid rgba(46, 51, 51, 0.12); }
  table tbody .sub-head + tr {
    border-top: none; }
  table th {
    font-weight: 700;
    padding: 0.75rem 1.25rem;
    text-align: left; }
  table thead th {
    background-color: #4f5350;
    color: #fff; }
  table td {
    background-color: transparent;
    padding: 0.75rem 1.25rem; }
  table .sub-head {
    background-color: #f5f4f2 !important;
    border: none; }
    table .sub-head th,
    table .sub-head td {
      background-color: transparent;
      color: #2e3333;
      font-weight: 700;
      vertical-align: middle; }

table.list-table {
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0; }
  @media screen and (min-width: 56rem) {
    table.list-table {
      display: table; } }

.list-table thead {
  display: none; }
  @media screen and (min-width: 56rem) {
    .list-table thead {
      display: table-header-group; } }

.list-table tbody {
  display: block; }
  @media screen and (min-width: 56rem) {
    .list-table tbody {
      display: table-row-group; }
      .list-table tbody:first-child {
        border-top: 1px solid rgba(46, 51, 51, 0.12); } }

.list-table tfoot {
  display: none; }
  @media screen and (min-width: 56rem) {
    .list-table tfoot {
      display: table-footer-group; } }

.list-table tr {
  display: block;
  padding: 0.75rem 1.25rem; }
  @media screen and (min-width: 56rem) {
    .list-table tr {
      display: table-row;
      padding: 0; }
      .list-table tr:after {
        content: none; } }

.list-table tbody tr:not(:first-child) {
  border-width: 3px; }
  @media screen and (min-width: 56rem) {
    .list-table tbody tr:not(:first-child) {
      border-width: 1px; } }

.list-table th {
  margin-bottom: 0.25em;
  padding: 0; }
  @media screen and (min-width: 56rem) {
    .list-table th {
      display: table-cell;
      margin-bottom: 0;
      padding: 0.75rem 1.25rem; } }

@media screen and (min-width: 56rem) {
  .list-table thead th {
    background-color: #4f5350;
    color: #fff; } }

.list-table tbody th {
  font-size: 0.875em; }
  @media screen and (min-width: 30rem) {
    .list-table tbody th {
      font-size: 1em; } }

.list-table td {
  background-color: transparent;
  display: block;
  padding: 0.5rem 0;
  text-align: left; }
  .list-table td:not(:first-child) {
    border-top: 1px solid rgba(46, 51, 51, 0.12); }
  @media screen and (min-width: 56rem) {
    .list-table td {
      display: table-cell;
      min-width: 0;
      padding: 0.75rem 1.25rem;
      position: static; }
      .list-table td:not(:first-child) {
        border-top: none; } }

.list-table th + td {
  display: block; }

.list-table .empty-cell {
  display: none; }
  @media screen and (min-width: 56rem) {
    .list-table .empty-cell {
      display: table-cell; } }

.list-table thead ~ tbody td:not(.empty-cell):before {
  color: #2e3333;
  content: attr(title);
  display: block;
  font-weight: 700;
  line-height: inherit;
  min-width: 50%;
  padding: 0.125rem 1rem 0 0; }
  @media screen and (min-width: 30rem) {
    .list-table thead ~ tbody td:not(.empty-cell):before {
      padding-top: 0; } }
  @media screen and (min-width: 56rem) {
    .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: 56rem) {
    .list-table caption {
      display: table-caption; } }

.list-table .sub-head {
  background-color: #f5f4f2 !important; }
  .list-table .sub-head th,
  .list-table .sub-head td {
    background-color: transparent;
    color: #2e3333;
    font-size: 1rem;
    padding: 0;
    vertical-align: middle; }
    @media screen and (min-width: 56rem) {
      .list-table .sub-head th,
      .list-table .sub-head td {
        padding: 0.75rem 1.25rem; } }
  .list-table .sub-head td:not(.empty-cell):before {
    content: none; }

table.full-width {
  width: 100%; }

img {
  height: auto !important;
  max-width: 100%; }

svg:not(:root) {
  fill: currentColor;
  max-width: 100%; }

iframe {
  display: block; }

.embed-16by9 {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .embed-16by9 iframe,
  .embed-16by9 object,
  .embed-16by9 embed,
  .embed-16by9 video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }

.embed-4by3 {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative; }
  .embed-4by3 iframe,
  .embed-4by3 object,
  .embed-4by3 embed,
  .embed-4by3 video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }

.embed-1by1 {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative; }
  .embed-1by1 iframe,
  .embed-1by1 object,
  .embed-1by1 embed,
  .embed-1by1 video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }

.pull-left {
  margin: 2.5vmin 0; }
  @media screen and (min-width: 30rem) {
    .pull-left {
      float: left;
      margin-top: 0.5em;
      margin-right: 5vmin; } }
  @media screen and (min-width: 74rem) {
    .pull-left {
      margin-right: 4vmin; } }
  .pull-left img {
    display: block; }
  @media screen and (min-width: 30rem) {
    .pull-left {
      max-width: 40%; } }

.pull-right {
  margin: 2.5vmin 0; }
  @media screen and (min-width: 30rem) {
    .pull-right {
      float: right;
      margin-top: 0.5em;
      margin-left: 5vmin; } }
  @media screen and (min-width: 56rem) {
    .pull-right {
      margin-left: 4vmin; } }
  .pull-right img {
    display: block; }
  @media screen and (min-width: 30rem) {
    .pull-right {
      max-width: 40%; } }

.pull-left-large {
  margin: 2.5vmin 0; }
  @media screen and (min-width: 30rem) {
    .pull-left-large {
      float: left;
      margin-top: 0.5em;
      margin-right: 5vmin; } }
  @media screen and (min-width: 74rem) {
    .pull-left-large {
      margin-right: 4vmin; } }
  .pull-left-large img {
    display: block; }

.pull-right-large {
  margin: 2.5vmin 0; }
  @media screen and (min-width: 30rem) {
    .pull-right-large {
      float: right;
      margin-top: 0.5em;
      margin-left: 5vmin; } }
  @media screen and (min-width: 56rem) {
    .pull-right-large {
      margin-left: 4vmin; } }
  .pull-right-large img {
    display: block; }

.float-left {
  float: left;
  margin-right: 5vmin; }
  @media screen and (min-width: 74rem) {
    .float-left {
      margin-right: 4vmin; } }

.float-right {
  float: right;
  margin-left: 5vmin; }
  @media screen and (min-width: 74rem) {
    .float-right {
      margin-left: 4vmin; } }

span.pull-left,
span.pull-left-large,
span.pull-right,
span.pull-right-large,
span.float-left,
span.float-right {
  display: block; }

.loader {
  border-radius: 50%;
  display: block;
  height: 4em;
  width: 4em; }

.loader {
  -webkit-animation: loader 1s infinite linear;
          animation: loader 1s infinite linear;
  border: 0.5em solid rgba(46, 51, 51, 0.12);
  border-top-color: rgba(46, 51, 51, 0.47);
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }
  .scroll-wrapper > .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 > .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 rgba(46, 51, 51, 0.12); }
  .scroll-textarea > .scroll-content {
    overflow: hidden !important; }
    .scroll-textarea > .scroll-content > 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 > .scroll-content > textarea::-webkit-scrollbar {
        height: 0;
        width: 0; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer > .scroll-element {
  /*background-color: #fff;*/ }

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 0.625rem;
  left: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 0.625rem; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 0.625rem; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  width: 0.625rem; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: rgba(46, 51, 51, 0.08); }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 0.625rem; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: rgba(46, 51, 51, 0.18); }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: rgba(46, 51, 51, 0.36); }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: rgba(46, 51, 51, 0.36); }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -0.625rem;
  margin-left: 0.625rem; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -0.625rem;
  margin-top: 0.625rem; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 0.625rem; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 0.625rem; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -0.625rem; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -0.625rem; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -0.625rem; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -0.625rem; }

.accordion {
  border-bottom: 1px solid rgba(46, 51, 51, 0.12); }

.accordion-item {
  border: 1px solid rgba(46, 51, 51, 0.12);
  border-bottom: none; }

.accordion-header {
  color: #2e3333;
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin: 0;
  padding: 0.75rem 1rem;
  position: relative; }
  .accordion-header:hover, .accordion-header:focus {
    color: #167e40; }

.accordion-header .sprite {
  padding: 0.75rem;
  position: absolute;
  right: 0;
  top: 0; }
  .accordion-header .sprite i {
    display: none; }
  .accordion-header .sprite:after {
    content: '\f067';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }

.accordion-teaser {
  padding: 0.75rem 1rem; }
  .accordion-teaser :first-child {
    margin-top: 0; }
  .accordion-teaser :last-child {
    margin-bottom: 0; }

.accordion-more {
  padding: 0 1rem 1rem 1rem; }
  .accordion-more :first-child {
    margin-top: 0; }
  .accordion-more :last-child {
    margin-bottom: 0; }
  .js .accordion-more {
    display: none; }

.accordion-item.open {
  border-top: 0.25rem solid #167e40; }
  .accordion-item.open .accordion-header {
    color: #167e40; }
  .accordion-item.open .accordion-header .sprite:after {
    content: '\f00d';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }

.slick-slider {
  position: relative; }

.slick-dotted {
  margin-bottom: 2.625rem; }

.slick-arrow {
  background: transparent;
  color: #2e3333;
  font-size: 1.333em;
  line-height: 1;
  padding: 0.5rem 0.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10; }
  .slick-arrow:hover, .slick-arrow:focus {
    background: transparent;
    color: #167e40; }

.slick-prev {
  left: 0.5em; }

.slick-next {
  right: 0.5em; }

.slick-dots {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  -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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  top: 100%;
  width: 100%; }

.slick-dots li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.slick-dots li + li {
  margin-left: 1rem; }

.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;
  outline: none;
  padding: 0.5rem 0;
  width: 100%; }
  .slick-dots button:before {
    background: rgba(46, 51, 51, 0.12);
    content: '';
    display: block;
    height: 0.375rem; }
  .slick-dots button:hover:before, .slick-dots button:focus:before {
    background: #4f5350; }

.slick-dots .slick-active button {
  opacity: 1; }
  .slick-dots .slick-active button:before {
    background: #167e40; }

.fancybox-container {
  font-family: "Lato", sans-serif; }

.fancybox-bg {
  background: #2e3333; }

.fancybox-is-open .fancybox-bg {
  opacity: 0.88; }

.fancybox-infobar {
  color: #f5f4f2;
  font-size: 0.875em; }

.fancybox-content {
  background: #fff; }

.fancybox-slide {
  padding: 5vmin; }

.fancybox-slide {
  padding: 5vmin; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #f5f4f2; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-error {
  background: #fff; }

.fancybox-error p {
  color: #4f5350; }

/* Buttons */
.fancybox-button {
  background: rgba(46, 51, 51, 0.8);
  border: none !important; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
  background-color: #167e40; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover,
.fancybox-show-nav .fancybox-navigation .fancybox-button.disabled {
  color: #4f5350;
  display: none; }

.fancybox-navigation .fancybox-button {
  margin-top: -19px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  color: #3163a3; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #3163a3; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  color: #167e40; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-button--share-link svg {
  height: 13px;
  margin: -1px auto 0 auto;
  width: 13px; }

.fancybox-button--share-link svg path {
  stroke-width: 1.5px; }

/* Caption */
.fancybox-caption {
  color: #fff; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #fff; }

.fancybox-caption a:hover {
  color: #167e40; }

.fancybox-caption .fancybox-button:hover {
  color: #fff; }

/* Thumbs */
.article-detail .fancybox-thumbs > ul,
.landing-page .fancybox-thumbs > ul {
  font-size: 0; }

.fancybox-thumbs > ul > li {
  opacity: 0.5; }

.fancybox-thumbs > ul > li:before {
  content: none; }

.fancybox-thumbs .fancybox-thumbs-active {
  opacity: 1; }

[class^="message-"] {
  border: 1px solid rgba(46, 51, 51, 0.12);
  padding: 1rem 1.5rem 1rem 4rem;
  position: relative; }
  [class^="message-"]:before {
    color: #fff;
    left: 0;
    height: 100%;
    padding-top: 1rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 3rem; }
  [class^="message-"] :first-child {
    margin-top: 0; }
  [class^="message-"] :last-child {
    margin-bottom: 0; }

.message-error:before {
  content: '\f00d';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  background-color: #ae3a32; }

.message-success:before {
  content: '\f00c';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  background-color: #167e40; }

.message-info:before {
  content: '\f129';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  background-color: #4f5350; }

.message-warning:before {
  content: '\f12a';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  background-color: #cba531; }

/*
<div class="message-error">This is an important status message!</div>
*/
.tab-container {
  border-bottom: 1px solid rgba(46, 51, 51, 0.12); }
  @media screen and (min-width: 56rem) {
    .tab-container {
      border-bottom: none; } }

.tab-navigation {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: none; }
  @media screen and (min-width: 56rem) {
    .tab-navigation {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: -1px; } }

.tab-navigation a {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #2e3333;
  display: block;
  padding: 0.75rem 1.5rem 0.5rem 1.5rem;
  text-align: center;
  text-decoration: none; }
  .tab-navigation a:hover, .tab-navigation a:focus {
    color: #167e40; }

.tab-navigation .selected a {
  background: #fff;
  border-color: rgba(46, 51, 51, 0.12);
  -webkit-box-shadow: inset 0 0.25rem 0 0 #167e40;
          box-shadow: inset 0 0.25rem 0 0 #167e40;
  color: #167e40;
  cursor: default; }

.tab-pane {
  border: 1px solid rgba(46, 51, 51, 0.12);
  border-bottom: none; }
  .tab-pane :first-child {
    margin-top: 0; }
  .tab-pane :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 56rem) {
    .tab-pane {
      background: #fff;
      border: 1px solid rgba(46, 51, 51, 0.12);
      padding: 1.5rem; } }

@media screen and (min-width: 56rem) {
  .tab-pane.inactive {
    display: none; } }

.tab-header {
  color: #2e3333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.75rem 1rem; }
  @media screen and (min-width: 56rem) {
    .tab-header {
      display: none; } }

.tab-content {
  padding: 0 1rem 1rem 1rem; }
  @media screen and (min-width: 56rem) {
    .tab-content {
      padding: 0; } }

.tabcordions .tab-pane:not(.inactive) {
  border-top: 0.25rem solid #167e40; }
  @media screen and (min-width: 56rem) {
    .tabcordions .tab-pane:not(.inactive) {
      border-top: 1px solid rgba(46, 51, 51, 0.12); } }

.tabcordions .tab-header {
  color: #167e40;
  margin: 0;
  pointer-events: none;
  position: relative; }
  .tabcordions .tab-header:after {
    content: '\f00d';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 1rem;
    top: 0.75rem; }

.tabcordions .tab-pane.inactive .tab-header,
.tabcordions .tab-pane.accordion-hidden .tab-header {
  color: #2e3333;
  cursor: pointer;
  pointer-events: auto; }
  .tabcordions .tab-pane.inactive .tab-header:after,
  .tabcordions .tab-pane.accordion-hidden .tab-header:after {
    content: '\f067';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
  .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: #167e40; }

.tabcordions .tab-pane.inactive .tabcordion-toggle,
.tabcordions .tab-pane.accordion-hidden .tabcordion-toggle {
  display: block; }

.tabcordions .tab-pane.accordion-hidden .tab-content {
  display: none; }
  @media screen and (min-width: 56rem) {
    .tabcordions .tab-pane.accordion-hidden .tab-content {
      display: block; } }

.link-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  border-bottom: 1px solid rgba(46, 51, 51, 0.12); }

.link-list > li {
  border-top: 1px solid rgba(46, 51, 51, 0.12); }

.link-list > li > a {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1rem; }
  .link-list > li > a:hover, .link-list > li > a:focus {
    background-color: #f5f4f2; }

.link-list > li > a:before {
  content: '\f105';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.5rem; }

.sidebar .link-list-heading {
  color: #2e3333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  border: 1px solid rgba(46, 51, 51, 0.12);
  border-bottom: none;
  margin-bottom: 0;
  padding: 1.5rem 1.5rem 0 1.5rem; }
  .sidebar .link-list-heading:after {
    background-color: rgba(46, 51, 51, 0.12);
    content: '';
    display: block;
    height: 0.25rem;
    margin: 0.625rem 0 0 0;
    width: 1.75rem; }

.sidebar .link-list {
  border: 1px solid rgba(46, 51, 51, 0.12); }

.sidebar .link-list-heading + .link-list {
  border-top: none;
  padding-bottom: 1rem;
  padding-top: 1rem; }

.sidebar .link-list > li:first-child {
  border-top: none; }

.sidebar .link-list > li > a {
  padding: 0.5rem 1rem; }

html {
  background: #f5f4f2; }

body {
  background: #fff;
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1), 0 0 0.25rem rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1), 0 0 0.25rem rgba(0, 0, 0, 0.04);
  margin: 0 auto;
  max-width: 90rem; }

.section-bg {
  background-color: #f5f4f2; }

.inner {
  /*@include clearfix;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem;
  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: 74rem) {
    .inner {
      padding-left: 2vmin;
      padding-right: 2vmin; } }
  @media screen and (min-width: 74rem) {
    .inner {
      padding-top: 4vmin; } }

.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: 74rem) {
    .inner-full {
      padding-left: 2vmin;
      padding-right: 2vmin; } }
  @media screen and (min-width: 74rem) {
    .inner-full {
      padding-top: 4vmin; } }

.inner-wide {
  /*@include clearfix;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem;
  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;
		}
	}*/
  max-width: 2000px;
  padding-top: 5vmin; }
  @media screen and (min-width: 74rem) {
    .inner-wide {
      padding-left: 2vmin;
      padding-right: 2vmin; } }
  @media screen and (min-width: 74rem) {
    .inner-wide {
      padding-top: 4vmin; } }

.inner > .unit .inner,
.inner-full > .unit .inner,
.inner-wide > .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: 74rem) {
    .inner > .unit .inner,
    .inner-full > .unit .inner,
    .inner-wide > .unit .inner {
      margin-left: -2vmin;
      margin-right: -2vmin; } }
  @media screen and (min-width: 74rem) {
    .inner > .unit .inner,
    .inner-full > .unit .inner,
    .inner-wide > .unit .inner {
      margin-left: -4vmin;
      margin-right: -4vmin; } }

.inner > .unit,
.inner-full > .unit,
.inner-wide > .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: 74rem) {
    .inner > .unit,
    .inner-full > .unit,
    .inner-wide > .unit {
      padding-left: 2vmin;
      padding-right: 2vmin; } }
  @media screen and (min-width: 74rem) {
    .inner > .unit,
    .inner-full > .unit,
    .inner-wide > .unit {
      padding-bottom: 4vmin; } }
  .inner > .unit > :first-child,
  .inner-full > .unit > :first-child,
  .inner-wide > .unit > :first-child {
    margin-top: 0; }
  .inner > .unit > :last-child,
  .inner-full > .unit > :last-child,
  .inner-wide > .unit > :last-child {
    margin-bottom: 0; }

h1 + .inner,
p + .inner,
ul + .inner,
ol + .inner,
.inner + .size1of1 > .inner {
  padding-top: 0; }

h1 + .inner {
  margin-top: 5vmin; }
  @media screen and (min-width: 74rem) {
    h1 + .inner {
      margin-top: 4vmin; } }

.sidebar > .inner:first-child {
  padding-top: 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: 74rem) {
    .unit[class*="default-size"] {
      padding-left: 2vmin;
      padding-right: 2vmin;
      padding-bottom: 4vmin; } }

.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; }

.block-grid-1,
.default-block-grid-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .block-grid-1 > *,
  .default-block-grid-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 0rem);
        -ms-flex: 0 0 calc(100% - 0rem);
            flex: 0 0 calc(100% - 0rem);
    margin-bottom: 3rem;
    max-width: -webkit-calc(100% - 0rem);
    max-width: calc(100% - 0rem);
    /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(1n+1):nth-last-child(-n+1),
		&:nth-child(1n+1):nth-last-child(-n+1) ~ * {
			margin-bottom: 0;
		}*/ }
    @media screen and (-ms-high-contrast: none) {
      .block-grid-1 > *,
      .default-block-grid-1 > * {
        width: -webkit-calc(100% - 0rem - 0.1px);
        width: calc(100% - 0rem - 0.1px); } }
    @supports (-ms-ime-align: auto) {
      .block-grid-1 > *,
      .default-block-grid-1 > * {
        max-width: -webkit-calc(100% - 0rem - 0.1px);
        max-width: calc(100% - 0rem - 0.1px); } }

.block-grid-2,
.default-block-grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .block-grid-2 > *,
  .default-block-grid-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 0.75rem);
        -ms-flex: 0 0 calc(50% - 0.75rem);
            flex: 0 0 calc(50% - 0.75rem);
    margin-bottom: 3rem;
    max-width: -webkit-calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
    /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(2n+1):nth-last-child(-n+2),
		&:nth-child(2n+1):nth-last-child(-n+2) ~ * {
			margin-bottom: 0;
		}*/ }
    @media screen and (-ms-high-contrast: none) {
      .block-grid-2 > *,
      .default-block-grid-2 > * {
        width: -webkit-calc(50% - 0.75rem - 0.1px);
        width: calc(50% - 0.75rem - 0.1px); } }
    @supports (-ms-ime-align: auto) {
      .block-grid-2 > *,
      .default-block-grid-2 > * {
        max-width: -webkit-calc(50% - 0.75rem - 0.1px);
        max-width: calc(50% - 0.75rem - 0.1px); } }
    .block-grid-2 > *:nth-child(2n),
    .default-block-grid-2 > *:nth-child(2n) {
      margin-right: 0; }
    .block-grid-2 > *:not(:nth-child(2n)),
    .default-block-grid-2 > *:not(:nth-child(2n)) {
      margin-right: 1.5rem; }

.block-grid-3,
.default-block-grid-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .block-grid-3 > *,
  .default-block-grid-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(33.33333% - 1rem);
        -ms-flex: 0 0 calc(33.33333% - 1rem);
            flex: 0 0 calc(33.33333% - 1rem);
    margin-bottom: 3rem;
    max-width: -webkit-calc(33.33333% - 1rem);
    max-width: calc(33.33333% - 1rem);
    /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(3n+1):nth-last-child(-n+3),
		&:nth-child(3n+1):nth-last-child(-n+3) ~ * {
			margin-bottom: 0;
		}*/ }
    @media screen and (-ms-high-contrast: none) {
      .block-grid-3 > *,
      .default-block-grid-3 > * {
        width: -webkit-calc(33.33333% - 1rem - 0.1px);
        width: calc(33.33333% - 1rem - 0.1px); } }
    @supports (-ms-ime-align: auto) {
      .block-grid-3 > *,
      .default-block-grid-3 > * {
        max-width: -webkit-calc(33.33333% - 1rem - 0.1px);
        max-width: calc(33.33333% - 1rem - 0.1px); } }
    .block-grid-3 > *:not(:nth-child(2n)),
    .default-block-grid-3 > *:not(:nth-child(2n)) {
      margin-right: 0; }
    .block-grid-3 > *:nth-child(3n),
    .default-block-grid-3 > *:nth-child(3n) {
      margin-right: 0; }
    .block-grid-3 > *:not(:nth-child(3n)),
    .default-block-grid-3 > *:not(:nth-child(3n)) {
      margin-right: 1.5rem; }

.block-grid-4,
.default-block-grid-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .block-grid-4 > *,
  .default-block-grid-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(25% - 1.125rem);
        -ms-flex: 0 0 calc(25% - 1.125rem);
            flex: 0 0 calc(25% - 1.125rem);
    margin-bottom: 3rem;
    max-width: -webkit-calc(25% - 1.125rem);
    max-width: calc(25% - 1.125rem);
    /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(4n+1):nth-last-child(-n+4),
		&:nth-child(4n+1):nth-last-child(-n+4) ~ * {
			margin-bottom: 0;
		}*/ }
    @media screen and (-ms-high-contrast: none) {
      .block-grid-4 > *,
      .default-block-grid-4 > * {
        width: -webkit-calc(25% - 1.125rem - 0.1px);
        width: calc(25% - 1.125rem - 0.1px); } }
    @supports (-ms-ime-align: auto) {
      .block-grid-4 > *,
      .default-block-grid-4 > * {
        max-width: -webkit-calc(25% - 1.125rem - 0.1px);
        max-width: calc(25% - 1.125rem - 0.1px); } }
    .block-grid-4 > *:not(:nth-child(3n)),
    .default-block-grid-4 > *:not(:nth-child(3n)) {
      margin-right: 0; }
    .block-grid-4 > *:nth-child(4n),
    .default-block-grid-4 > *:nth-child(4n) {
      margin-right: 0; }
    .block-grid-4 > *:not(:nth-child(4n)),
    .default-block-grid-4 > *:not(:nth-child(4n)) {
      margin-right: 1.5rem; }

.block-grid-5,
.default-block-grid-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .block-grid-5 > *,
  .default-block-grid-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(20% - 1.2rem);
        -ms-flex: 0 0 calc(20% - 1.2rem);
            flex: 0 0 calc(20% - 1.2rem);
    margin-bottom: 3rem;
    max-width: -webkit-calc(20% - 1.2rem);
    max-width: calc(20% - 1.2rem);
    /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(5n+1):nth-last-child(-n+5),
		&:nth-child(5n+1):nth-last-child(-n+5) ~ * {
			margin-bottom: 0;
		}*/ }
    @media screen and (-ms-high-contrast: none) {
      .block-grid-5 > *,
      .default-block-grid-5 > * {
        width: -webkit-calc(20% - 1.2rem - 0.1px);
        width: calc(20% - 1.2rem - 0.1px); } }
    @supports (-ms-ime-align: auto) {
      .block-grid-5 > *,
      .default-block-grid-5 > * {
        max-width: -webkit-calc(20% - 1.2rem - 0.1px);
        max-width: calc(20% - 1.2rem - 0.1px); } }
    .block-grid-5 > *:not(:nth-child(4n)),
    .default-block-grid-5 > *:not(:nth-child(4n)) {
      margin-right: 0; }
    .block-grid-5 > *:nth-child(5n),
    .default-block-grid-5 > *:nth-child(5n) {
      margin-right: 0; }
    .block-grid-5 > *:not(:nth-child(5n)),
    .default-block-grid-5 > *:not(:nth-child(5n)) {
      margin-right: 1.5rem; }

.block-grid-6,
.default-block-grid-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .block-grid-6 > *,
  .default-block-grid-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(16.66667% - 1.25rem);
        -ms-flex: 0 0 calc(16.66667% - 1.25rem);
            flex: 0 0 calc(16.66667% - 1.25rem);
    margin-bottom: 3rem;
    max-width: -webkit-calc(16.66667% - 1.25rem);
    max-width: calc(16.66667% - 1.25rem);
    /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(6n+1):nth-last-child(-n+6),
		&:nth-child(6n+1):nth-last-child(-n+6) ~ * {
			margin-bottom: 0;
		}*/ }
    @media screen and (-ms-high-contrast: none) {
      .block-grid-6 > *,
      .default-block-grid-6 > * {
        width: -webkit-calc(16.66667% - 1.25rem - 0.1px);
        width: calc(16.66667% - 1.25rem - 0.1px); } }
    @supports (-ms-ime-align: auto) {
      .block-grid-6 > *,
      .default-block-grid-6 > * {
        max-width: -webkit-calc(16.66667% - 1.25rem - 0.1px);
        max-width: calc(16.66667% - 1.25rem - 0.1px); } }
    .block-grid-6 > *:not(:nth-child(5n)),
    .default-block-grid-6 > *:not(:nth-child(5n)) {
      margin-right: 0; }
    .block-grid-6 > *:nth-child(6n),
    .default-block-grid-6 > *:nth-child(6n) {
      margin-right: 0; }
    .block-grid-6 > *:not(:nth-child(6n)),
    .default-block-grid-6 > *:not(:nth-child(6n)) {
      margin-right: 1.5rem; }

.block-grid-centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (min-width: 30rem) {
  .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: 30rem) and (min-width: 74rem) {
    .unit[class*="alpha-size"] {
      padding-left: 2vmin;
      padding-right: 2vmin;
      padding-bottom: 4vmin; } }

@media screen and (min-width: 30rem) {
  .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; }
  .alpha-block-grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .alpha-block-grid-1 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% - 0rem);
          -ms-flex: 0 0 calc(100% - 0rem);
              flex: 0 0 calc(100% - 0rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(100% - 0rem);
      max-width: calc(100% - 0rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(1n+1):nth-last-child(-n+1),
		&:nth-child(1n+1):nth-last-child(-n+1) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 30rem) and (-ms-high-contrast: none) {
      .alpha-block-grid-1 > * {
        width: -webkit-calc(100% - 0rem - 0.1px);
        width: calc(100% - 0rem - 0.1px); } }

@media screen and (min-width: 30rem) {
      @supports (-ms-ime-align: auto) {
        .alpha-block-grid-1 > * {
          max-width: -webkit-calc(100% - 0rem - 0.1px);
          max-width: calc(100% - 0rem - 0.1px); } }
  .alpha-block-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .alpha-block-grid-2 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(50% - 0.75rem);
          -ms-flex: 0 0 calc(50% - 0.75rem);
              flex: 0 0 calc(50% - 0.75rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(50% - 0.75rem);
      max-width: calc(50% - 0.75rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(2n+1):nth-last-child(-n+2),
		&:nth-child(2n+1):nth-last-child(-n+2) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 30rem) and (-ms-high-contrast: none) {
      .alpha-block-grid-2 > * {
        width: -webkit-calc(50% - 0.75rem - 0.1px);
        width: calc(50% - 0.75rem - 0.1px); } }

@media screen and (min-width: 30rem) {
      @supports (-ms-ime-align: auto) {
        .alpha-block-grid-2 > * {
          max-width: -webkit-calc(50% - 0.75rem - 0.1px);
          max-width: calc(50% - 0.75rem - 0.1px); } }
      .alpha-block-grid-2 > *:nth-child(2n) {
        margin-right: 0; }
      .alpha-block-grid-2 > *:not(:nth-child(2n)) {
        margin-right: 1.5rem; }
  .alpha-block-grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .alpha-block-grid-3 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(33.33333% - 1rem);
          -ms-flex: 0 0 calc(33.33333% - 1rem);
              flex: 0 0 calc(33.33333% - 1rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(33.33333% - 1rem);
      max-width: calc(33.33333% - 1rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(3n+1):nth-last-child(-n+3),
		&:nth-child(3n+1):nth-last-child(-n+3) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 30rem) and (-ms-high-contrast: none) {
      .alpha-block-grid-3 > * {
        width: -webkit-calc(33.33333% - 1rem - 0.1px);
        width: calc(33.33333% - 1rem - 0.1px); } }

@media screen and (min-width: 30rem) {
      @supports (-ms-ime-align: auto) {
        .alpha-block-grid-3 > * {
          max-width: -webkit-calc(33.33333% - 1rem - 0.1px);
          max-width: calc(33.33333% - 1rem - 0.1px); } }
      .alpha-block-grid-3 > *:not(:nth-child(2n)) {
        margin-right: 0; }
      .alpha-block-grid-3 > *:nth-child(3n) {
        margin-right: 0; }
      .alpha-block-grid-3 > *:not(:nth-child(3n)) {
        margin-right: 1.5rem; }
  .alpha-block-grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .alpha-block-grid-4 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(25% - 1.125rem);
          -ms-flex: 0 0 calc(25% - 1.125rem);
              flex: 0 0 calc(25% - 1.125rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(25% - 1.125rem);
      max-width: calc(25% - 1.125rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(4n+1):nth-last-child(-n+4),
		&:nth-child(4n+1):nth-last-child(-n+4) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 30rem) and (-ms-high-contrast: none) {
      .alpha-block-grid-4 > * {
        width: -webkit-calc(25% - 1.125rem - 0.1px);
        width: calc(25% - 1.125rem - 0.1px); } }

@media screen and (min-width: 30rem) {
      @supports (-ms-ime-align: auto) {
        .alpha-block-grid-4 > * {
          max-width: -webkit-calc(25% - 1.125rem - 0.1px);
          max-width: calc(25% - 1.125rem - 0.1px); } }
      .alpha-block-grid-4 > *:not(:nth-child(3n)) {
        margin-right: 0; }
      .alpha-block-grid-4 > *:nth-child(4n) {
        margin-right: 0; }
      .alpha-block-grid-4 > *:not(:nth-child(4n)) {
        margin-right: 1.5rem; }
  .alpha-block-grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .alpha-block-grid-5 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(20% - 1.2rem);
          -ms-flex: 0 0 calc(20% - 1.2rem);
              flex: 0 0 calc(20% - 1.2rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(20% - 1.2rem);
      max-width: calc(20% - 1.2rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(5n+1):nth-last-child(-n+5),
		&:nth-child(5n+1):nth-last-child(-n+5) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 30rem) and (-ms-high-contrast: none) {
      .alpha-block-grid-5 > * {
        width: -webkit-calc(20% - 1.2rem - 0.1px);
        width: calc(20% - 1.2rem - 0.1px); } }

@media screen and (min-width: 30rem) {
      @supports (-ms-ime-align: auto) {
        .alpha-block-grid-5 > * {
          max-width: -webkit-calc(20% - 1.2rem - 0.1px);
          max-width: calc(20% - 1.2rem - 0.1px); } }
      .alpha-block-grid-5 > *:not(:nth-child(4n)) {
        margin-right: 0; }
      .alpha-block-grid-5 > *:nth-child(5n) {
        margin-right: 0; }
      .alpha-block-grid-5 > *:not(:nth-child(5n)) {
        margin-right: 1.5rem; }
  .alpha-block-grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .alpha-block-grid-6 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(16.66667% - 1.25rem);
          -ms-flex: 0 0 calc(16.66667% - 1.25rem);
              flex: 0 0 calc(16.66667% - 1.25rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(16.66667% - 1.25rem);
      max-width: calc(16.66667% - 1.25rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(6n+1):nth-last-child(-n+6),
		&:nth-child(6n+1):nth-last-child(-n+6) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 30rem) and (-ms-high-contrast: none) {
      .alpha-block-grid-6 > * {
        width: -webkit-calc(16.66667% - 1.25rem - 0.1px);
        width: calc(16.66667% - 1.25rem - 0.1px); } }

@media screen and (min-width: 30rem) {
      @supports (-ms-ime-align: auto) {
        .alpha-block-grid-6 > * {
          max-width: -webkit-calc(16.66667% - 1.25rem - 0.1px);
          max-width: calc(16.66667% - 1.25rem - 0.1px); } }
      .alpha-block-grid-6 > *:not(:nth-child(5n)) {
        margin-right: 0; }
      .alpha-block-grid-6 > *:nth-child(6n) {
        margin-right: 0; }
      .alpha-block-grid-6 > *:not(:nth-child(6n)) {
        margin-right: 1.5rem; } }

@media screen and (min-width: 56rem) {
  .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: 56rem) and (min-width: 74rem) {
    .unit[class*="bravo-size"] {
      padding-left: 2vmin;
      padding-right: 2vmin;
      padding-bottom: 4vmin; } }

@media screen and (min-width: 56rem) {
  .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; }
  .bravo-block-grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .bravo-block-grid-1 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% - 0rem);
          -ms-flex: 0 0 calc(100% - 0rem);
              flex: 0 0 calc(100% - 0rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(100% - 0rem);
      max-width: calc(100% - 0rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(1n+1):nth-last-child(-n+1),
		&:nth-child(1n+1):nth-last-child(-n+1) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 56rem) and (-ms-high-contrast: none) {
      .bravo-block-grid-1 > * {
        width: -webkit-calc(100% - 0rem - 0.1px);
        width: calc(100% - 0rem - 0.1px); } }

@media screen and (min-width: 56rem) {
      @supports (-ms-ime-align: auto) {
        .bravo-block-grid-1 > * {
          max-width: -webkit-calc(100% - 0rem - 0.1px);
          max-width: calc(100% - 0rem - 0.1px); } }
  .bravo-block-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .bravo-block-grid-2 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(50% - 0.75rem);
          -ms-flex: 0 0 calc(50% - 0.75rem);
              flex: 0 0 calc(50% - 0.75rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(50% - 0.75rem);
      max-width: calc(50% - 0.75rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(2n+1):nth-last-child(-n+2),
		&:nth-child(2n+1):nth-last-child(-n+2) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 56rem) and (-ms-high-contrast: none) {
      .bravo-block-grid-2 > * {
        width: -webkit-calc(50% - 0.75rem - 0.1px);
        width: calc(50% - 0.75rem - 0.1px); } }

@media screen and (min-width: 56rem) {
      @supports (-ms-ime-align: auto) {
        .bravo-block-grid-2 > * {
          max-width: -webkit-calc(50% - 0.75rem - 0.1px);
          max-width: calc(50% - 0.75rem - 0.1px); } }
      .bravo-block-grid-2 > *:nth-child(2n) {
        margin-right: 0; }
      .bravo-block-grid-2 > *:not(:nth-child(2n)) {
        margin-right: 1.5rem; }
  .bravo-block-grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .bravo-block-grid-3 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(33.33333% - 1rem);
          -ms-flex: 0 0 calc(33.33333% - 1rem);
              flex: 0 0 calc(33.33333% - 1rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(33.33333% - 1rem);
      max-width: calc(33.33333% - 1rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(3n+1):nth-last-child(-n+3),
		&:nth-child(3n+1):nth-last-child(-n+3) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 56rem) and (-ms-high-contrast: none) {
      .bravo-block-grid-3 > * {
        width: -webkit-calc(33.33333% - 1rem - 0.1px);
        width: calc(33.33333% - 1rem - 0.1px); } }

@media screen and (min-width: 56rem) {
      @supports (-ms-ime-align: auto) {
        .bravo-block-grid-3 > * {
          max-width: -webkit-calc(33.33333% - 1rem - 0.1px);
          max-width: calc(33.33333% - 1rem - 0.1px); } }
      .bravo-block-grid-3 > *:not(:nth-child(2n)) {
        margin-right: 0; }
      .bravo-block-grid-3 > *:nth-child(3n) {
        margin-right: 0; }
      .bravo-block-grid-3 > *:not(:nth-child(3n)) {
        margin-right: 1.5rem; }
  .bravo-block-grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .bravo-block-grid-4 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(25% - 1.125rem);
          -ms-flex: 0 0 calc(25% - 1.125rem);
              flex: 0 0 calc(25% - 1.125rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(25% - 1.125rem);
      max-width: calc(25% - 1.125rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(4n+1):nth-last-child(-n+4),
		&:nth-child(4n+1):nth-last-child(-n+4) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 56rem) and (-ms-high-contrast: none) {
      .bravo-block-grid-4 > * {
        width: -webkit-calc(25% - 1.125rem - 0.1px);
        width: calc(25% - 1.125rem - 0.1px); } }

@media screen and (min-width: 56rem) {
      @supports (-ms-ime-align: auto) {
        .bravo-block-grid-4 > * {
          max-width: -webkit-calc(25% - 1.125rem - 0.1px);
          max-width: calc(25% - 1.125rem - 0.1px); } }
      .bravo-block-grid-4 > *:not(:nth-child(3n)) {
        margin-right: 0; }
      .bravo-block-grid-4 > *:nth-child(4n) {
        margin-right: 0; }
      .bravo-block-grid-4 > *:not(:nth-child(4n)) {
        margin-right: 1.5rem; }
  .bravo-block-grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .bravo-block-grid-5 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(20% - 1.2rem);
          -ms-flex: 0 0 calc(20% - 1.2rem);
              flex: 0 0 calc(20% - 1.2rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(20% - 1.2rem);
      max-width: calc(20% - 1.2rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(5n+1):nth-last-child(-n+5),
		&:nth-child(5n+1):nth-last-child(-n+5) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 56rem) and (-ms-high-contrast: none) {
      .bravo-block-grid-5 > * {
        width: -webkit-calc(20% - 1.2rem - 0.1px);
        width: calc(20% - 1.2rem - 0.1px); } }

@media screen and (min-width: 56rem) {
      @supports (-ms-ime-align: auto) {
        .bravo-block-grid-5 > * {
          max-width: -webkit-calc(20% - 1.2rem - 0.1px);
          max-width: calc(20% - 1.2rem - 0.1px); } }
      .bravo-block-grid-5 > *:not(:nth-child(4n)) {
        margin-right: 0; }
      .bravo-block-grid-5 > *:nth-child(5n) {
        margin-right: 0; }
      .bravo-block-grid-5 > *:not(:nth-child(5n)) {
        margin-right: 1.5rem; }
  .bravo-block-grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .bravo-block-grid-6 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(16.66667% - 1.25rem);
          -ms-flex: 0 0 calc(16.66667% - 1.25rem);
              flex: 0 0 calc(16.66667% - 1.25rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(16.66667% - 1.25rem);
      max-width: calc(16.66667% - 1.25rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(6n+1):nth-last-child(-n+6),
		&:nth-child(6n+1):nth-last-child(-n+6) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 56rem) and (-ms-high-contrast: none) {
      .bravo-block-grid-6 > * {
        width: -webkit-calc(16.66667% - 1.25rem - 0.1px);
        width: calc(16.66667% - 1.25rem - 0.1px); } }

@media screen and (min-width: 56rem) {
      @supports (-ms-ime-align: auto) {
        .bravo-block-grid-6 > * {
          max-width: -webkit-calc(16.66667% - 1.25rem - 0.1px);
          max-width: calc(16.66667% - 1.25rem - 0.1px); } }
      .bravo-block-grid-6 > *:not(:nth-child(5n)) {
        margin-right: 0; }
      .bravo-block-grid-6 > *:nth-child(6n) {
        margin-right: 0; }
      .bravo-block-grid-6 > *:not(:nth-child(6n)) {
        margin-right: 1.5rem; } }

@media screen and (min-width: 74rem) {
  .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: 74rem) and (min-width: 74rem) {
    .unit[class*="charlie-size"] {
      padding-left: 2vmin;
      padding-right: 2vmin;
      padding-bottom: 4vmin; } }

@media screen and (min-width: 74rem) {
  .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; }
  .charlie-block-grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .charlie-block-grid-1 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% - 0rem);
          -ms-flex: 0 0 calc(100% - 0rem);
              flex: 0 0 calc(100% - 0rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(100% - 0rem);
      max-width: calc(100% - 0rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(1n+1):nth-last-child(-n+1),
		&:nth-child(1n+1):nth-last-child(-n+1) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 74rem) and (-ms-high-contrast: none) {
      .charlie-block-grid-1 > * {
        width: -webkit-calc(100% - 0rem - 0.1px);
        width: calc(100% - 0rem - 0.1px); } }

@media screen and (min-width: 74rem) {
      @supports (-ms-ime-align: auto) {
        .charlie-block-grid-1 > * {
          max-width: -webkit-calc(100% - 0rem - 0.1px);
          max-width: calc(100% - 0rem - 0.1px); } }
  .charlie-block-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .charlie-block-grid-2 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(50% - 0.75rem);
          -ms-flex: 0 0 calc(50% - 0.75rem);
              flex: 0 0 calc(50% - 0.75rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(50% - 0.75rem);
      max-width: calc(50% - 0.75rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(2n+1):nth-last-child(-n+2),
		&:nth-child(2n+1):nth-last-child(-n+2) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 74rem) and (-ms-high-contrast: none) {
      .charlie-block-grid-2 > * {
        width: -webkit-calc(50% - 0.75rem - 0.1px);
        width: calc(50% - 0.75rem - 0.1px); } }

@media screen and (min-width: 74rem) {
      @supports (-ms-ime-align: auto) {
        .charlie-block-grid-2 > * {
          max-width: -webkit-calc(50% - 0.75rem - 0.1px);
          max-width: calc(50% - 0.75rem - 0.1px); } }
      .charlie-block-grid-2 > *:nth-child(2n) {
        margin-right: 0; }
      .charlie-block-grid-2 > *:not(:nth-child(2n)) {
        margin-right: 1.5rem; }
  .charlie-block-grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .charlie-block-grid-3 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(33.33333% - 1rem);
          -ms-flex: 0 0 calc(33.33333% - 1rem);
              flex: 0 0 calc(33.33333% - 1rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(33.33333% - 1rem);
      max-width: calc(33.33333% - 1rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(3n+1):nth-last-child(-n+3),
		&:nth-child(3n+1):nth-last-child(-n+3) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 74rem) and (-ms-high-contrast: none) {
      .charlie-block-grid-3 > * {
        width: -webkit-calc(33.33333% - 1rem - 0.1px);
        width: calc(33.33333% - 1rem - 0.1px); } }

@media screen and (min-width: 74rem) {
      @supports (-ms-ime-align: auto) {
        .charlie-block-grid-3 > * {
          max-width: -webkit-calc(33.33333% - 1rem - 0.1px);
          max-width: calc(33.33333% - 1rem - 0.1px); } }
      .charlie-block-grid-3 > *:not(:nth-child(2n)) {
        margin-right: 0; }
      .charlie-block-grid-3 > *:nth-child(3n) {
        margin-right: 0; }
      .charlie-block-grid-3 > *:not(:nth-child(3n)) {
        margin-right: 1.5rem; }
  .charlie-block-grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .charlie-block-grid-4 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(25% - 1.125rem);
          -ms-flex: 0 0 calc(25% - 1.125rem);
              flex: 0 0 calc(25% - 1.125rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(25% - 1.125rem);
      max-width: calc(25% - 1.125rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(4n+1):nth-last-child(-n+4),
		&:nth-child(4n+1):nth-last-child(-n+4) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 74rem) and (-ms-high-contrast: none) {
      .charlie-block-grid-4 > * {
        width: -webkit-calc(25% - 1.125rem - 0.1px);
        width: calc(25% - 1.125rem - 0.1px); } }

@media screen and (min-width: 74rem) {
      @supports (-ms-ime-align: auto) {
        .charlie-block-grid-4 > * {
          max-width: -webkit-calc(25% - 1.125rem - 0.1px);
          max-width: calc(25% - 1.125rem - 0.1px); } }
      .charlie-block-grid-4 > *:not(:nth-child(3n)) {
        margin-right: 0; }
      .charlie-block-grid-4 > *:nth-child(4n) {
        margin-right: 0; }
      .charlie-block-grid-4 > *:not(:nth-child(4n)) {
        margin-right: 1.5rem; }
  .charlie-block-grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .charlie-block-grid-5 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(20% - 1.2rem);
          -ms-flex: 0 0 calc(20% - 1.2rem);
              flex: 0 0 calc(20% - 1.2rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(20% - 1.2rem);
      max-width: calc(20% - 1.2rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(5n+1):nth-last-child(-n+5),
		&:nth-child(5n+1):nth-last-child(-n+5) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 74rem) and (-ms-high-contrast: none) {
      .charlie-block-grid-5 > * {
        width: -webkit-calc(20% - 1.2rem - 0.1px);
        width: calc(20% - 1.2rem - 0.1px); } }

@media screen and (min-width: 74rem) {
      @supports (-ms-ime-align: auto) {
        .charlie-block-grid-5 > * {
          max-width: -webkit-calc(20% - 1.2rem - 0.1px);
          max-width: calc(20% - 1.2rem - 0.1px); } }
      .charlie-block-grid-5 > *:not(:nth-child(4n)) {
        margin-right: 0; }
      .charlie-block-grid-5 > *:nth-child(5n) {
        margin-right: 0; }
      .charlie-block-grid-5 > *:not(:nth-child(5n)) {
        margin-right: 1.5rem; }
  .charlie-block-grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .charlie-block-grid-6 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(16.66667% - 1.25rem);
          -ms-flex: 0 0 calc(16.66667% - 1.25rem);
              flex: 0 0 calc(16.66667% - 1.25rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(16.66667% - 1.25rem);
      max-width: calc(16.66667% - 1.25rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(6n+1):nth-last-child(-n+6),
		&:nth-child(6n+1):nth-last-child(-n+6) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 74rem) and (-ms-high-contrast: none) {
      .charlie-block-grid-6 > * {
        width: -webkit-calc(16.66667% - 1.25rem - 0.1px);
        width: calc(16.66667% - 1.25rem - 0.1px); } }

@media screen and (min-width: 74rem) {
      @supports (-ms-ime-align: auto) {
        .charlie-block-grid-6 > * {
          max-width: -webkit-calc(16.66667% - 1.25rem - 0.1px);
          max-width: calc(16.66667% - 1.25rem - 0.1px); } }
      .charlie-block-grid-6 > *:not(:nth-child(5n)) {
        margin-right: 0; }
      .charlie-block-grid-6 > *:nth-child(6n) {
        margin-right: 0; }
      .charlie-block-grid-6 > *:not(:nth-child(6n)) {
        margin-right: 1.5rem; } }

@media screen and (min-width: 84rem) {
  .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: 84rem) and (min-width: 74rem) {
    .unit[class*="delta-size"] {
      padding-left: 2vmin;
      padding-right: 2vmin;
      padding-bottom: 4vmin; } }

@media screen and (min-width: 84rem) {
  .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; }
  .delta-block-grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .delta-block-grid-1 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% - 0rem);
          -ms-flex: 0 0 calc(100% - 0rem);
              flex: 0 0 calc(100% - 0rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(100% - 0rem);
      max-width: calc(100% - 0rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(1n+1):nth-last-child(-n+1),
		&:nth-child(1n+1):nth-last-child(-n+1) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 84rem) and (-ms-high-contrast: none) {
      .delta-block-grid-1 > * {
        width: -webkit-calc(100% - 0rem - 0.1px);
        width: calc(100% - 0rem - 0.1px); } }

@media screen and (min-width: 84rem) {
      @supports (-ms-ime-align: auto) {
        .delta-block-grid-1 > * {
          max-width: -webkit-calc(100% - 0rem - 0.1px);
          max-width: calc(100% - 0rem - 0.1px); } }
  .delta-block-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .delta-block-grid-2 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(50% - 0.75rem);
          -ms-flex: 0 0 calc(50% - 0.75rem);
              flex: 0 0 calc(50% - 0.75rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(50% - 0.75rem);
      max-width: calc(50% - 0.75rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(2n+1):nth-last-child(-n+2),
		&:nth-child(2n+1):nth-last-child(-n+2) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 84rem) and (-ms-high-contrast: none) {
      .delta-block-grid-2 > * {
        width: -webkit-calc(50% - 0.75rem - 0.1px);
        width: calc(50% - 0.75rem - 0.1px); } }

@media screen and (min-width: 84rem) {
      @supports (-ms-ime-align: auto) {
        .delta-block-grid-2 > * {
          max-width: -webkit-calc(50% - 0.75rem - 0.1px);
          max-width: calc(50% - 0.75rem - 0.1px); } }
      .delta-block-grid-2 > *:nth-child(2n) {
        margin-right: 0; }
      .delta-block-grid-2 > *:not(:nth-child(2n)) {
        margin-right: 1.5rem; }
  .delta-block-grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .delta-block-grid-3 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(33.33333% - 1rem);
          -ms-flex: 0 0 calc(33.33333% - 1rem);
              flex: 0 0 calc(33.33333% - 1rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(33.33333% - 1rem);
      max-width: calc(33.33333% - 1rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(3n+1):nth-last-child(-n+3),
		&:nth-child(3n+1):nth-last-child(-n+3) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 84rem) and (-ms-high-contrast: none) {
      .delta-block-grid-3 > * {
        width: -webkit-calc(33.33333% - 1rem - 0.1px);
        width: calc(33.33333% - 1rem - 0.1px); } }

@media screen and (min-width: 84rem) {
      @supports (-ms-ime-align: auto) {
        .delta-block-grid-3 > * {
          max-width: -webkit-calc(33.33333% - 1rem - 0.1px);
          max-width: calc(33.33333% - 1rem - 0.1px); } }
      .delta-block-grid-3 > *:not(:nth-child(2n)) {
        margin-right: 0; }
      .delta-block-grid-3 > *:nth-child(3n) {
        margin-right: 0; }
      .delta-block-grid-3 > *:not(:nth-child(3n)) {
        margin-right: 1.5rem; }
  .delta-block-grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .delta-block-grid-4 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(25% - 1.125rem);
          -ms-flex: 0 0 calc(25% - 1.125rem);
              flex: 0 0 calc(25% - 1.125rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(25% - 1.125rem);
      max-width: calc(25% - 1.125rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(4n+1):nth-last-child(-n+4),
		&:nth-child(4n+1):nth-last-child(-n+4) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 84rem) and (-ms-high-contrast: none) {
      .delta-block-grid-4 > * {
        width: -webkit-calc(25% - 1.125rem - 0.1px);
        width: calc(25% - 1.125rem - 0.1px); } }

@media screen and (min-width: 84rem) {
      @supports (-ms-ime-align: auto) {
        .delta-block-grid-4 > * {
          max-width: -webkit-calc(25% - 1.125rem - 0.1px);
          max-width: calc(25% - 1.125rem - 0.1px); } }
      .delta-block-grid-4 > *:not(:nth-child(3n)) {
        margin-right: 0; }
      .delta-block-grid-4 > *:nth-child(4n) {
        margin-right: 0; }
      .delta-block-grid-4 > *:not(:nth-child(4n)) {
        margin-right: 1.5rem; }
  .delta-block-grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .delta-block-grid-5 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(20% - 1.2rem);
          -ms-flex: 0 0 calc(20% - 1.2rem);
              flex: 0 0 calc(20% - 1.2rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(20% - 1.2rem);
      max-width: calc(20% - 1.2rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(5n+1):nth-last-child(-n+5),
		&:nth-child(5n+1):nth-last-child(-n+5) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 84rem) and (-ms-high-contrast: none) {
      .delta-block-grid-5 > * {
        width: -webkit-calc(20% - 1.2rem - 0.1px);
        width: calc(20% - 1.2rem - 0.1px); } }

@media screen and (min-width: 84rem) {
      @supports (-ms-ime-align: auto) {
        .delta-block-grid-5 > * {
          max-width: -webkit-calc(20% - 1.2rem - 0.1px);
          max-width: calc(20% - 1.2rem - 0.1px); } }
      .delta-block-grid-5 > *:not(:nth-child(4n)) {
        margin-right: 0; }
      .delta-block-grid-5 > *:nth-child(5n) {
        margin-right: 0; }
      .delta-block-grid-5 > *:not(:nth-child(5n)) {
        margin-right: 1.5rem; }
  .delta-block-grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .delta-block-grid-6 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(16.66667% - 1.25rem);
          -ms-flex: 0 0 calc(16.66667% - 1.25rem);
              flex: 0 0 calc(16.66667% - 1.25rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(16.66667% - 1.25rem);
      max-width: calc(16.66667% - 1.25rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(6n+1):nth-last-child(-n+6),
		&:nth-child(6n+1):nth-last-child(-n+6) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 84rem) and (-ms-high-contrast: none) {
      .delta-block-grid-6 > * {
        width: -webkit-calc(16.66667% - 1.25rem - 0.1px);
        width: calc(16.66667% - 1.25rem - 0.1px); } }

@media screen and (min-width: 84rem) {
      @supports (-ms-ime-align: auto) {
        .delta-block-grid-6 > * {
          max-width: -webkit-calc(16.66667% - 1.25rem - 0.1px);
          max-width: calc(16.66667% - 1.25rem - 0.1px); } }
      .delta-block-grid-6 > *:not(:nth-child(5n)) {
        margin-right: 0; }
      .delta-block-grid-6 > *:nth-child(6n) {
        margin-right: 0; }
      .delta-block-grid-6 > *:not(:nth-child(6n)) {
        margin-right: 1.5rem; } }

@media screen and (min-width: 105rem) {
  .unit[class*="echo-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: 105rem) and (min-width: 74rem) {
    .unit[class*="echo-size"] {
      padding-left: 2vmin;
      padding-right: 2vmin;
      padding-bottom: 4vmin; } }

@media screen and (min-width: 105rem) {
  .unit.echo-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-echo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .center-echo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .end-echo {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .top-echo {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-echo {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-echo {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-echo {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .between-echo {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-echo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .last-echo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .reset-order-echo {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .echo-block-grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .echo-block-grid-1 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% - 0rem);
          -ms-flex: 0 0 calc(100% - 0rem);
              flex: 0 0 calc(100% - 0rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(100% - 0rem);
      max-width: calc(100% - 0rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(1n+1):nth-last-child(-n+1),
		&:nth-child(1n+1):nth-last-child(-n+1) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 105rem) and (-ms-high-contrast: none) {
      .echo-block-grid-1 > * {
        width: -webkit-calc(100% - 0rem - 0.1px);
        width: calc(100% - 0rem - 0.1px); } }

@media screen and (min-width: 105rem) {
      @supports (-ms-ime-align: auto) {
        .echo-block-grid-1 > * {
          max-width: -webkit-calc(100% - 0rem - 0.1px);
          max-width: calc(100% - 0rem - 0.1px); } }
  .echo-block-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .echo-block-grid-2 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(50% - 0.75rem);
          -ms-flex: 0 0 calc(50% - 0.75rem);
              flex: 0 0 calc(50% - 0.75rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(50% - 0.75rem);
      max-width: calc(50% - 0.75rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(2n+1):nth-last-child(-n+2),
		&:nth-child(2n+1):nth-last-child(-n+2) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 105rem) and (-ms-high-contrast: none) {
      .echo-block-grid-2 > * {
        width: -webkit-calc(50% - 0.75rem - 0.1px);
        width: calc(50% - 0.75rem - 0.1px); } }

@media screen and (min-width: 105rem) {
      @supports (-ms-ime-align: auto) {
        .echo-block-grid-2 > * {
          max-width: -webkit-calc(50% - 0.75rem - 0.1px);
          max-width: calc(50% - 0.75rem - 0.1px); } }
      .echo-block-grid-2 > *:nth-child(2n) {
        margin-right: 0; }
      .echo-block-grid-2 > *:not(:nth-child(2n)) {
        margin-right: 1.5rem; }
  .echo-block-grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .echo-block-grid-3 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(33.33333% - 1rem);
          -ms-flex: 0 0 calc(33.33333% - 1rem);
              flex: 0 0 calc(33.33333% - 1rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(33.33333% - 1rem);
      max-width: calc(33.33333% - 1rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(3n+1):nth-last-child(-n+3),
		&:nth-child(3n+1):nth-last-child(-n+3) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 105rem) and (-ms-high-contrast: none) {
      .echo-block-grid-3 > * {
        width: -webkit-calc(33.33333% - 1rem - 0.1px);
        width: calc(33.33333% - 1rem - 0.1px); } }

@media screen and (min-width: 105rem) {
      @supports (-ms-ime-align: auto) {
        .echo-block-grid-3 > * {
          max-width: -webkit-calc(33.33333% - 1rem - 0.1px);
          max-width: calc(33.33333% - 1rem - 0.1px); } }
      .echo-block-grid-3 > *:not(:nth-child(2n)) {
        margin-right: 0; }
      .echo-block-grid-3 > *:nth-child(3n) {
        margin-right: 0; }
      .echo-block-grid-3 > *:not(:nth-child(3n)) {
        margin-right: 1.5rem; }
  .echo-block-grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .echo-block-grid-4 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(25% - 1.125rem);
          -ms-flex: 0 0 calc(25% - 1.125rem);
              flex: 0 0 calc(25% - 1.125rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(25% - 1.125rem);
      max-width: calc(25% - 1.125rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(4n+1):nth-last-child(-n+4),
		&:nth-child(4n+1):nth-last-child(-n+4) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 105rem) and (-ms-high-contrast: none) {
      .echo-block-grid-4 > * {
        width: -webkit-calc(25% - 1.125rem - 0.1px);
        width: calc(25% - 1.125rem - 0.1px); } }

@media screen and (min-width: 105rem) {
      @supports (-ms-ime-align: auto) {
        .echo-block-grid-4 > * {
          max-width: -webkit-calc(25% - 1.125rem - 0.1px);
          max-width: calc(25% - 1.125rem - 0.1px); } }
      .echo-block-grid-4 > *:not(:nth-child(3n)) {
        margin-right: 0; }
      .echo-block-grid-4 > *:nth-child(4n) {
        margin-right: 0; }
      .echo-block-grid-4 > *:not(:nth-child(4n)) {
        margin-right: 1.5rem; }
  .echo-block-grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .echo-block-grid-5 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(20% - 1.2rem);
          -ms-flex: 0 0 calc(20% - 1.2rem);
              flex: 0 0 calc(20% - 1.2rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(20% - 1.2rem);
      max-width: calc(20% - 1.2rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(5n+1):nth-last-child(-n+5),
		&:nth-child(5n+1):nth-last-child(-n+5) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 105rem) and (-ms-high-contrast: none) {
      .echo-block-grid-5 > * {
        width: -webkit-calc(20% - 1.2rem - 0.1px);
        width: calc(20% - 1.2rem - 0.1px); } }

@media screen and (min-width: 105rem) {
      @supports (-ms-ime-align: auto) {
        .echo-block-grid-5 > * {
          max-width: -webkit-calc(20% - 1.2rem - 0.1px);
          max-width: calc(20% - 1.2rem - 0.1px); } }
      .echo-block-grid-5 > *:not(:nth-child(4n)) {
        margin-right: 0; }
      .echo-block-grid-5 > *:nth-child(5n) {
        margin-right: 0; }
      .echo-block-grid-5 > *:not(:nth-child(5n)) {
        margin-right: 1.5rem; }
  .echo-block-grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .echo-block-grid-6 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(16.66667% - 1.25rem);
          -ms-flex: 0 0 calc(16.66667% - 1.25rem);
              flex: 0 0 calc(16.66667% - 1.25rem);
      margin-bottom: 3rem;
      max-width: -webkit-calc(16.66667% - 1.25rem);
      max-width: calc(16.66667% - 1.25rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(6n+1):nth-last-child(-n+6),
		&:nth-child(6n+1):nth-last-child(-n+6) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 105rem) and (-ms-high-contrast: none) {
      .echo-block-grid-6 > * {
        width: -webkit-calc(16.66667% - 1.25rem - 0.1px);
        width: calc(16.66667% - 1.25rem - 0.1px); } }

@media screen and (min-width: 105rem) {
      @supports (-ms-ime-align: auto) {
        .echo-block-grid-6 > * {
          max-width: -webkit-calc(16.66667% - 1.25rem - 0.1px);
          max-width: calc(16.66667% - 1.25rem - 0.1px); } }
      .echo-block-grid-6 > *:not(:nth-child(5n)) {
        margin-right: 0; }
      .echo-block-grid-6 > *:nth-child(6n) {
        margin-right: 0; }
      .echo-block-grid-6 > *:not(:nth-child(6n)) {
        margin-right: 1.5rem; } }

.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: 74rem) {
    .unit.default-size1of2 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

.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: 74rem) {
    .unit.default-size1of3 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

.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: 74rem) {
    .unit.default-size1of4 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

.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: 74rem) {
    .unit.default-size1of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

.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: 74rem) {
    .unit.default-size2of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

.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: 74rem) {
    .unit.default-size3of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

.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: 74rem) {
    .unit.default-size2of3 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

.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: 74rem) {
    .unit.default-size3of4 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

.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: 74rem) {
    .unit.default-size4of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 30rem) {
  .unit.alpha-size1of2,
  .unit.alpha-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: 30rem) and (min-width: 74rem) {
    .unit.alpha-size1of2,
    .unit.alpha-size2of4 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 30rem) {
  .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: 30rem) and (min-width: 74rem) {
    .unit.alpha-size1of3 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 30rem) {
  .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: 30rem) and (min-width: 74rem) {
    .unit.alpha-size1of4 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 30rem) {
  .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: 30rem) and (min-width: 74rem) {
    .unit.alpha-size1of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 30rem) {
  .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: 30rem) and (min-width: 74rem) {
    .unit.alpha-size2of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 30rem) {
  .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: 30rem) and (min-width: 74rem) {
    .unit.alpha-size3of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 30rem) {
  .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: 30rem) and (min-width: 74rem) {
    .unit.alpha-size2of3 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 30rem) {
  .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: 30rem) and (min-width: 74rem) {
    .unit.alpha-size3of4 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 30rem) {
  .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: 30rem) and (min-width: 74rem) {
    .unit.alpha-size4of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 56rem) {
  .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 screen and (min-width: 56rem) and (min-width: 74rem) {
    .unit.bravo-size1of2,
    .unit.bravo-size2of4 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 56rem) {
  .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: 56rem) and (min-width: 74rem) {
    .unit.bravo-size1of3 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 56rem) {
  .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: 56rem) and (min-width: 74rem) {
    .unit.bravo-size1of4 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 56rem) {
  .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: 56rem) and (min-width: 74rem) {
    .unit.bravo-size1of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 56rem) {
  .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: 56rem) and (min-width: 74rem) {
    .unit.bravo-size2of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 56rem) {
  .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: 56rem) and (min-width: 74rem) {
    .unit.bravo-size3of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 56rem) {
  .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: 56rem) and (min-width: 74rem) {
    .unit.bravo-size2of3 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 56rem) {
  .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: 56rem) and (min-width: 74rem) {
    .unit.bravo-size3of4 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 56rem) {
  .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: 56rem) and (min-width: 74rem) {
    .unit.bravo-size4of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 74rem) {
  .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: 74rem) and (min-width: 74rem) {
    .unit[class*=" size"],
    .unit[class*=" charlie-size"] {
      padding-left: 2vmin;
      padding-right: 2vmin;
      padding-bottom: 4vmin; } }

@media screen and (min-width: 74rem) {
  .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: 74rem) and (min-width: 74rem) {
    .unit.size1of1,
    .unit.charlie-size1of1 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 74rem) {
  .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: 74rem) and (min-width: 74rem) {
    .unit.size1of2,
    .unit.size2of4,
    .unit.charlie-size1of2,
    .unit.charlie-size2of4 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 74rem) {
  .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: 74rem) and (min-width: 74rem) {
    .unit.size1of3,
    .unit.charlie-size1of3 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 74rem) {
  .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: 74rem) and (min-width: 74rem) {
    .unit.size1of4,
    .unit.charlie-size1of4 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 74rem) {
  .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: 74rem) and (min-width: 74rem) {
    .unit.size1of5,
    .unit.charlie-size1of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 74rem) {
  .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: 74rem) and (min-width: 74rem) {
    .unit.size2of5,
    .unit.charlie-size2of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 74rem) {
  .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: 74rem) and (min-width: 74rem) {
    .unit.size3of5,
    .unit.charlie-size3of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 74rem) {
  .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: 74rem) and (min-width: 74rem) {
    .unit.size2of3,
    .unit.charlie-size2of3 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 74rem) {
  .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: 74rem) and (min-width: 74rem) {
    .unit.size3of4,
    .unit.charlie-size3of4 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 74rem) {
  .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: 74rem) and (min-width: 74rem) {
    .unit.size4of5,
    .unit.charlie-size4of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 84rem) {
  .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: 84rem) and (min-width: 74rem) {
    .unit.delta-size1of1 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 84rem) {
  .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: 84rem) and (min-width: 74rem) {
    .unit.delta-size1of2,
    .unit.delta-size2of4 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 84rem) {
  .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: 84rem) and (min-width: 74rem) {
    .unit.delta-size1of3 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 84rem) {
  .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: 84rem) and (min-width: 74rem) {
    .unit.delta-size1of4 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 84rem) {
  .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: 84rem) and (min-width: 74rem) {
    .unit.delta-size1of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 84rem) {
  .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: 84rem) and (min-width: 74rem) {
    .unit.delta-size2of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 84rem) {
  .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: 84rem) and (min-width: 74rem) {
    .unit.delta-size3of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 84rem) {
  .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: 84rem) and (min-width: 74rem) {
    .unit.delta-size2of3 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 84rem) {
  .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: 84rem) and (min-width: 74rem) {
    .unit.delta-size3of4 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

@media screen and (min-width: 84rem) {
  .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: 84rem) and (min-width: 74rem) {
    .unit.delta-size4of5 {
      padding-left: 2vmin;
      padding-right: 2vmin; } }

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .media .media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .media .media-img {
    margin-right: 4vmin; }

.media-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .media-reverse .media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .media-reverse .media-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 4vmin; }

@media screen and (min-width: 30rem) {
  .media-alpha {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .media-alpha .media-body {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .media-alpha .media-img {
      margin-right: 4vmin; }
    .media-alpha .media-img {
      max-width: 50%; }
  .media-reverse-alpha {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .media-reverse-alpha .media-body {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .media-reverse-alpha .media-img {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-left: 4vmin; } }

@media screen and (min-width: 56rem) {
  .media-bravo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .media-bravo .media-body {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .media-bravo .media-img {
      margin-right: 4vmin; }
    .media-bravo .media-img {
      max-width: 50%; }
  .media-reverse-bravo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .media-reverse-bravo .media-body {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .media-reverse-bravo .media-img {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-left: 4vmin; } }

@media screen and (min-width: 74rem) {
  .media-charlie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .media-charlie .media-body {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .media-charlie .media-img {
      margin-right: 4vmin; }
    .media-charlie .media-img {
      max-width: 50%; }
  .media-reverse-charlie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .media-reverse-charlie .media-body {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .media-reverse-charlie .media-img {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-left: 4vmin; } }

@media screen and (min-width: 84rem) {
  .media-delta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .media-delta .media-body {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .media-delta .media-img {
      margin-right: 4vmin; }
    .media-delta .media-img {
      max-width: 50%; }
  .media-reverse-delta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .media-reverse-delta .media-body {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .media-reverse-delta .media-img {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-left: 4vmin; } }

@media screen and (min-width: 105rem) {
  .media-echo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .media-echo .media-body {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .media-echo .media-img {
      margin-right: 4vmin; }
    .media-echo .media-img {
      max-width: 50%; }
  .media-reverse-echo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .media-reverse-echo .media-body {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .media-reverse-echo .media-img {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-left: 4vmin; } }

.pagination {
  font-size: 0.875em; }

.pagination ol {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  -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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 30rem) {
    .pagination ol {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.pagination li:not(.prev):not(.next):not(.page-select) {
  display: none; }
  @media screen and (min-width: 30rem) {
    .pagination li:not(.prev):not(.next):not(.page-select) {
      display: block; } }

.pagination .page-select {
  font-size: 1rem;
  margin: 0 0.5rem; }
  @media screen and (min-width: 30rem) {
    .pagination .page-select {
      display: none; } }

.pagination .first-page {
  border-right: 1px solid rgba(46, 51, 51, 0.12); }

.pagination .last-page {
  border-left: 1px solid rgba(46, 51, 51, 0.12); }

.pagination .next,
.pagination .prev {
  font-size: 1.777em; }
  @media screen and (min-width: 30rem) {
    .pagination .next,
    .pagination .prev {
      font-size: inherit; } }

.pagination a {
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  text-decoration: none; }
  .pagination a:hover, .pagination a:focus {
    background-color: #f5f4f2; }
  @media screen and (min-width: 30rem) {
    .pagination a {
      display: block;
      padding: 0.25rem 0.75rem; } }

.pagination .active a {
  cursor: default; }
  @media screen and (min-width: 30rem) {
    .pagination .active a {
      background-color: #167e40;
      color: #fff; } }

.content-list:not([class*='block-grid']) + .pagination {
  margin-top: 2rem; }

.section-nav {
  border: 1px solid rgba(46, 51, 51, 0.12); }
  @media screen and (min-width: 74rem) {
    .section-nav {
      padding-bottom: 1.125rem; } }

.section-nav-panel.open .section-nav-header {
  color: #167e40; }

.section-nav-panel.open .section-nav-header .sprite:after {
  content: '\f00d';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.section-nav-header {
  cursor: pointer;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0.75rem 1rem;
  position: relative; }
  @media screen and (min-width: 74rem) {
    .section-nav-header {
      display: none; } }

.section-nav-header .sprite {
  padding: 0.75rem;
  position: absolute;
  right: 0;
  top: 0; }
  .section-nav-header .sprite i {
    display: none; }
  .section-nav-header .sprite:after {
    content: '\f067';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }

.section-nav-links {
  border-top: 1px solid rgba(46, 51, 51, 0.12); }
  .js .section-nav-links {
    display: none; }
  @media screen and (min-width: 74rem) {
    .section-nav-links {
      border-top: none;
      display: block !important;
      height: auto !important; } }

.section-nav-links a {
  display: block;
  padding: 0.375rem 1.5rem; }
  .section-nav-links a:hover, .section-nav-links a:focus {
    background-color: #f5f4f2; }

.section-nav-links ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0; }

.section-nav-title {
  color: #2e3333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  display: block;
  padding: 0.5rem 1.5rem; }
  @media screen and (min-width: 74rem) {
    .section-nav-title {
      margin-bottom: 1rem;
      text-align: left;
      padding: 1.5rem 1.5rem 0 1.5rem; }
      .section-nav-title:after {
        background-color: rgba(46, 51, 51, 0.12);
        content: '';
        display: block;
        height: 0.25rem;
        margin: 0.625rem 0 0 0;
        width: 1.75rem; } }

.section-nav-title a {
  color: #2e3333;
  padding: 0; }
  .section-nav-title a:hover, .section-nav-title a:focus {
    background-color: transparent; }

.section-nav .current {
  color: #2e3333;
  cursor: auto;
  position: relative; }
  .section-nav .current:hover, .section-nav .current:focus {
    background-color: transparent; }
  .section-nav .current:before {
    background-color: #167e40;
    border-radius: 100%;
    content: '';
    height: 0.375rem;
    left: 0.625rem;
    margin-right: 0.5rem;
    position: absolute;
    top: 1rem;
    width: 0.375rem; }

ul.section-nav-level2 a {
  padding-left: 2.5rem; }

.site-header {
  background: #167e40; }

@media screen and (max-width: 74rem) {
  .site-header-content.active {
    background: #f5f4f2;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    -webkit-transition: 300ms background ease-out;
    transition: 300ms background ease-out;
    width: 100%;
    z-index: 900; }
    .site-header-content.active .header-search,
    .site-header-content.active .main-nav,
    .site-header-content.active .narrow-menu-close {
      display: block; }
    .site-header-content.active .header-profile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .site-header-content.active .narrow-header-toggles {
      display: none; } }

.site-header-top {
  background-color: #167e40;
  padding-top: 1rem;
  text-align: center; }
  @media screen and (min-width: 56rem) {
    .site-header-top {
      -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-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media screen and (min-width: 74rem) {
    .site-header-top {
      /*@include clearfix;*/
      margin-left: auto;
      margin-right: auto;
      max-width: 86rem;
      padding-left: 5vmin;
      padding-right: 5vmin;
      /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/
      background-color: transparent;
      margin-bottom: 1.5rem;
      padding: 1.5rem 4vmin 0 4vmin; } }
  @media screen and (min-width: 74rem) and (min-width: 74rem) {
    .site-header-top {
      padding-left: 4vmin;
      padding-right: 4vmin; } }

.site-logo {
  display: inline-block;
  font-size: 0.875em;
  margin: 0 auto;
  max-width: 14em;
  vertical-align: middle; }
  @media screen and (min-width: 30rem) {
    .site-logo {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin: 0; } }
  @media screen and (min-width: 56rem) {
    .site-logo {
      margin-left: 5vmin; } }
  @media screen and (min-width: 74rem) {
    .site-logo {
      margin-left: 0; } }
  .site-logo svg {
    display: inline-block;
    fill: #fff;
    vertical-align: middle; }

.site-header .tagline {
  color: rgba(245, 244, 242, 0.8);
  font-size: 0.875em;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media screen and (min-width: 30rem) {
    .site-header .tagline {
      display: inline-block;
      margin: 0 auto 0 1.5em;
      text-align: left;
      vertical-align: middle; } }
  @media screen and (min-width: 56rem) {
    .site-header .tagline {
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      padding: 0.75rem 0 0.75rem 1.5em; } }

.header-profile {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f4f2;
  display: none;
  /*line-height: 1.5;*/
  padding: 1rem 5vmin 0 5vmin;
  text-align: left; }
  @media screen and (min-width: 56rem) {
    .header-profile {
      background-color: transparent;
      color: #f5f4f2;
      display: block;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-right: 5vmin;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      padding: 0; } }
  @media screen and (min-width: 74rem) {
    .header-profile {
      font-size: 0.875em;
      margin-right: 0.5rem;
      padding: 0 0.5rem; } }

.header-profile a {
  color: #2e3333; }
  @media screen and (min-width: 56rem) {
    .header-profile a {
      color: #fff; } }
  @media screen and (min-width: 74rem) {
    .header-profile a {
      border-bottom: 1px solid transparent;
      padding-bottom: 0.125em; }
      .header-profile a:hover, .header-profile a:focus {
        border-color: #fff; } }

.header-profile .fas {
  margin-right: 0.5rem; }
  @media screen and (min-width: 56rem) {
    .header-profile .fas {
      margin-right: 0.25rem; } }

.header-profile-logout {
  margin-left: auto;
  padding-left: 1.5rem; }
  @media screen and (min-width: 56rem) {
    .header-profile-logout {
      margin-left: 0.5rem;
      padding-left: 0; } }

.header-search {
  background-color: #f5f4f2;
  display: none;
  margin-top: 1rem;
  padding: 1rem 5vmin 0 5vmin;
  position: relative; }
  @media screen and (min-width: 56rem) {
    .header-search {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
  @media screen and (min-width: 74rem) {
    .header-search {
      display: block;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
      background-color: transparent;
      margin-top: 0;
      padding: 0; } }

.header-search input {
  max-width: none;
  padding-right: 3rem; }
  @media screen and (min-width: 74rem) {
    .header-search input {
      border: none; } }

.header-search button {
  background: transparent;
  color: #2e3333;
  height: -webkit-calc(100% - 1rem);
  height: calc(100% - 1rem);
  padding: 0;
  position: absolute;
  right: 5vmin;
  text-align: center;
  top: 1rem;
  width: 3rem; }
  .header-search button:hover, .header-search button:focus {
    color: #167e40; }
  @media screen and (min-width: 74rem) {
    .header-search button {
      height: 100%;
      right: 0;
      top: 0; } }

.narrow-header-toggles {
  background-color: #f5f4f2;
  border-bottom: 0.25rem solid rgba(46, 51, 51, 0.12);
  color: #2e3333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  font-weight: 700;
  margin-top: 1rem; }
  @media screen and (min-width: 56rem) {
    .narrow-header-toggles {
      /*background-color: transparent;
		border-bottom: none;
		color: #fff;
		margin-top: 0;*/
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  @media screen and (min-width: 74rem) {
    .narrow-header-toggles {
      display: none; } }

.narrow-menu-toggle,
.narrow-search-toggle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem 1.25rem;
  /*@include query(bravo) {
		border-top: none;
		padding: 0.75rem;
	}*/ }

.narrow-menu-toggle {
  border-right: 1px solid rgba(46, 51, 51, 0.12);
  /*@include query(bravo) {
		border-right: none;
	}*/ }

.narrow-search-toggle .search-icon {
  margin-right: 0.5rem;
  /*@include query(bravo) {
		color: $color-light;
	}*/ }
  .narrow-search-toggle .search-icon:before {
    content: '\f002';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }

.narrow-menu-close {
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 1.333em;
  font-weight: 700;
  height: 3rem;
  line-height: 3rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 3rem;
  z-index: 10; }

.site-footer {
  color: rgba(245, 244, 242, 0.8);
  background-color: #4f5350;
  font-size: 0.875em; }
  .site-footer h1,
  .site-footer h2,
  .site-footer h3,
  .site-footer h4,
  .site-footer h5,
  .site-footer label {
    color: #fff; }
  .site-footer a {
    color: #fff; }
  .site-footer a.standard-link,
  .site-footer .user-content a {
    border-bottom-color: #fff; }
  .site-footer .btn,
  .site-footer button,
  .site-footer input[type="submit"],
  .site-footer input[type="button"] {
    background-color: #fff;
    color: #167e40; }
    .site-footer .btn:hover, .site-footer .btn:focus,
    .site-footer button:hover,
    .site-footer button:focus,
    .site-footer input[type="submit"]:hover,
    .site-footer input[type="submit"]:focus,
    .site-footer input[type="button"]:hover,
    .site-footer input[type="button"]:focus {
      background-color: #fff;
      color: #167e40; }
  .site-footer .btn-secondary,
  .site-footer input[type="reset"] {
    -webkit-box-shadow: inset 0 0 0 2px #fff;
            box-shadow: inset 0 0 0 2px #fff;
    color: #fff; }
    .site-footer .btn-secondary:hover, .site-footer .btn-secondary:focus,
    .site-footer input[type="reset"]:hover,
    .site-footer input[type="reset"]:focus {
      background-color: #fff;
      color: #167e40; }

.site-footer-nav {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 5vmin; }
  @media screen and (min-width: 30rem) {
    .site-footer-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      padding: 1rem 0; }
      .site-footer-nav > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(50% - 0.75rem);
            -ms-flex: 0 0 calc(50% - 0.75rem);
                flex: 0 0 calc(50% - 0.75rem);
        margin-bottom: 0.5rem;
        max-width: -webkit-calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
        /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(2n+1):nth-last-child(-n+2),
		&:nth-child(2n+1):nth-last-child(-n+2) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 30rem) and (-ms-high-contrast: none) {
      .site-footer-nav > * {
        width: -webkit-calc(50% - 0.75rem - 0.1px);
        width: calc(50% - 0.75rem - 0.1px); } }
  @media screen and (min-width: 30rem) {
        @supports (-ms-ime-align: auto) {
          .site-footer-nav > * {
            max-width: -webkit-calc(50% - 0.75rem - 0.1px);
            max-width: calc(50% - 0.75rem - 0.1px); } }
        .site-footer-nav > *:nth-child(2n) {
          margin-right: 0; }
        .site-footer-nav > *:not(:nth-child(2n)) {
          margin-right: 1.5rem; } }
  @media screen and (min-width: 56rem) {
    .site-footer-nav {
      border: none;
      padding: 0; } }

.site-footer-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  @media screen and (min-width: 30rem) {
    .site-footer-nav li {
      border-bottom: none; } }

.site-footer-nav a {
  display: block;
  padding: 0.75rem 0; }
  @media screen and (min-width: 30rem) {
    .site-footer-nav a {
      border-bottom: 1px solid transparent;
      display: inline;
      padding: 0 0 0.125em 0; }
      .site-footer-nav a:hover, .site-footer-nav a:focus {
        border-color: #fff; } }

@media screen and (min-width: 30rem) {
  .site-footer-bottom {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (min-width: 56rem) {
  .site-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 2.5vmin; } }

@media screen and (min-width: 74rem) {
  .site-footer-bottom {
    border-top: none;
    padding-top: 0; } }

.site-footer .social-icons {
  margin-bottom: 1rem; }
  @media screen and (min-width: 30rem) {
    .site-footer .social-icons {
      margin: 0 1.5rem 0 0; } }
  @media screen and (min-width: 74rem) {
    .site-footer .social-icons {
      margin: 0 0 1rem 0; } }

.site-footer .social-icons a {
  color: #f5f4f2;
  font-weight: 400;
  opacity: 0.65; }
  .site-footer .social-icons a:hover, .site-footer .social-icons a:focus {
    color: #fff;
    opacity: 1; }

.footer-copyright {
  margin: 0; }

.footer-logo {
  font-size: 0.875em;
  max-width: 15em; }

.footer-logo .site-logo {
  margin: 0;
  padding: 0;
  width: 14em; }

.site-footer .phone-link {
  font-weight: 400;
  color: rgba(245, 244, 242, 0.8); }

.utility-nav {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: none;
  font-size: 0.875em; }
  @media screen and (min-width: 74rem) {
    .utility-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }

.utility-nav li {
  display: block;
  margin-right: 1rem; }

.utility-nav a {
  border-bottom: 1px solid transparent;
  color: #fff;
  padding-bottom: 0.125em; }
  .utility-nav a:hover, .utility-nav a:focus {
    border-color: #fff; }

.menu-icon {
  background: #2e3333;
  display: block;
  height: 0.125rem;
  position: absolute;
  -webkit-transition: 200ms all ease-out;
  transition: 200ms all ease-out;
  width: 1rem;
  margin: -0.0625rem 0.5rem 0 0;
  position: relative; }
  @media screen and (min-width: 74rem) {
    .menu-icon {
      background: #f5f4f2; } }
  .menu-icon:before, .menu-icon:after {
    background: #2e3333;
    display: block;
    height: 0.125rem;
    position: absolute;
    -webkit-transition: 200ms all ease-out;
    transition: 200ms all ease-out;
    width: 1rem;
    content: '';
    left: 0; }
    @media screen and (min-width: 74rem) {
      .menu-icon:before, .menu-icon:after {
        background: #f5f4f2; } }
  .menu-icon:before {
    -webkit-transform: translateY(-0.3125rem);
            transform: translateY(-0.3125rem); }
  .menu-icon:after {
    -webkit-transform: translateY(0.3125rem);
            transform: translateY(0.3125rem); }

.main-nav {
  display: none;
  margin-top: 1rem;
  padding-left: 5vmin;
  padding-right: 5vmin; }
  @media screen and (min-width: 74rem) {
    .main-nav {
      /*box-shadow: 0 1px 2px rgba(#000, 0.04), 0 1px 6px rgba(#000, 0.08);*/
      background: #f5f4f2;
      border-bottom: 0.25rem solid rgba(46, 51, 51, 0.12);
      display: block;
      margin-top: 0;
      padding-left: 0;
      padding-right: 0; } }

ul.main-nav-menu,
ul.main-nav-menu ul,
ul.main-nav-menu li {
  line-height: 1.75; }

ul.main-nav-menu a {
  outline: 0;
  text-decoration: none; }

ul.main-nav-menu .sub-arrow {
  height: 3rem;
  line-height: 3rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 3rem; }

ul.main-nav-menu .sub-arrow:before {
  content: '\f067';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875em; }
  @media screen and (min-width: 74rem) {
    ul.main-nav-menu .sub-arrow:before {
      content: '\f0da'; } }

ul.main-nav-menu a.highlighted > .sub-arrow:before {
  content: '\f00d';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 74rem) {
    ul.main-nav-menu a.highlighted > .sub-arrow:before {
      content: '\f0da'; } }

@media screen and (min-width: 74rem) {
  ul.main-nav-menu {
    /*@include clearfix;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 86rem;
    padding-left: 5vmin;
    padding-right: 5vmin;
    /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  @media screen and (min-width: 74rem) and (min-width: 74rem) {
    ul.main-nav-menu {
      padding-left: 4vmin;
      padding-right: 4vmin; } }

ul.main-nav-menu > li {
  border-top: 1px solid rgba(46, 51, 51, 0.12);
  position: relative; }
  @media screen and (min-width: 74rem) {
    ul.main-nav-menu > li {
      border-top: none;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }
  ul.main-nav-menu > li > a {
    color: #2e3333;
    display: block;
    padding: 0.75rem 3rem 0.75rem 0; }
    @media screen and (min-width: 74rem) {
      ul.main-nav-menu > li > a {
        -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;
        font-size: 0.875em;
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 1.25rem 1rem;
        position: relative;
        text-align: center; }
        ul.main-nav-menu > li > a:hover, ul.main-nav-menu > li > a:focus {
          color: #167e40; }
          ul.main-nav-menu > li > a:hover:before, ul.main-nav-menu > li > a:focus:before {
            background-color: #167e40;
            bottom: 0.75rem;
            content: '';
            display: block;
            height: 0.25rem;
            left: 50%;
            margin-left: -0.875rem;
            position: absolute;
            width: 1.75rem; } }
    @media screen and (min-width: 84rem) {
      ul.main-nav-menu > li > a {
        font-size: 1rem; } }
  @media screen and (min-width: 74rem) {
    ul.main-nav-menu > li > a .sub-arrow {
      display: none; } }
  ul.main-nav-menu > li > a.highlighted {
    color: #167e40; }
    @media screen and (min-width: 74rem) {
      ul.main-nav-menu > li > a.highlighted {
        background: #fff;
        border-color: #4f5350;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08);
                box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08); }
        ul.main-nav-menu > li > a.highlighted:after {
          background: transparent !important; }
        ul.main-nav-menu > li > a.highlighted:before {
          background-color: #167e40;
          bottom: 0.75rem;
          content: '';
          display: block;
          height: 0.25rem;
          left: 50%;
          margin-left: -0.875rem;
          position: absolute;
          width: 1.75rem; } }
  @media screen and (min-width: 74rem) {
    ul.main-nav-menu > li:first-child {
      border-top: none; } }
  @media screen and (min-width: 74rem) {
    ul.main-nav-menu > li:not(:first-child) > a:after {
      background: rgba(46, 51, 51, 0.12);
      content: '';
      display: block;
      height: 1.5rem;
      left: 0;
      margin-top: -0.75rem;
      position: absolute;
      top: 50%;
      -webkit-transition: 100ms background ease-out;
      transition: 100ms background ease-out;
      width: 1px; } }

ul.main-nav-level2 {
  font-size: 0.875em; }
  @media screen and (min-width: 74rem) {
    ul.main-nav-level2 {
      background: #fff;
      -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08);
              box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08);
      left: 0.25rem;
      overflow: hidden;
      position: absolute; } }
  @media screen and (min-width: 74rem) {
    ul.main-nav-level2 > li:not(:first-child) {
      border-top: 1px solid rgba(46, 51, 51, 0.12); } }
  ul.main-nav-level2 > li > a {
    color: #4f5350;
    font-weight: 400;
    padding: 0.5rem 1rem; }
    @media screen and (min-width: 74rem) {
      ul.main-nav-level2 > li > a {
        color: #4f5350;
        /*padding-right: 3.5rem;*/ }
        ul.main-nav-level2 > li > a:hover, ul.main-nav-level2 > li > a:focus {
          background-color: #167e40;
          color: #fff; } }
  @media screen and (min-width: 74rem) {
    ul.main-nav-level2 > li > a .sub-arrow:after {
      left: 0;
      margin-top: 0;
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
      width: 100%; } }
  ul.main-nav-level2 > li > a.current {
    color: #167e40; }
  ul.main-nav-level2 > li > a.highlighted {
    background-color: transparent;
    color: #167e40; }
    @media screen and (min-width: 74rem) {
      ul.main-nav-level2 > li > a.highlighted {
        background-color: #f5f4f2; } }
  ul.main-nav-level2 > li > a.highlighted .sub-arrow {
    color: #167e40; }

ul.main-nav-level3 {
  padding: 0 1.25rem 1rem 1.25rem; }
  @media screen and (min-width: 74rem) {
    ul.main-nav-level3 {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.08);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.08);
      padding: 0;
      position: absolute;
      width: 12em; } }
  ul.main-nav-level3 > li a {
    padding: 0.5rem 1.25rem; }
    @media screen and (min-width: 74rem) {
      ul.main-nav-level3 > li a {
        padding: 0.75rem 1.25rem; }
        ul.main-nav-level3 > li a:hover, ul.main-nav-level3 > li a:focus {
          background-color: #f5f4f2; } }
  ul.main-nav-level3 > li a.current {
    color: #167e40; }

ul.main-nav-menu .scroll-up,
ul.main-nav-menu .scroll-down {
  background: #f5f4f2;
  display: none;
  height: 20px;
  overflow: hidden;
  position: absolute;
  visibility: hidden; }

ul.main-nav-menu .scroll-up-arrow,
ul.main-nav-menu .scroll-down-arrow {
  border-color: transparent transparent #167e40 transparent;
  border-style: dashed dashed solid dashed;
  border-width: 8px;
  height: 0;
  left: 50%;
  margin-left: -8px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  width: 0; }

ul.main-nav-menu .scroll-down-arrow {
  border-style: solid dashed dashed dashed;
  border-color: #167e40 transparent transparent transparent;
  top: 6px; }

@media screen and (min-width: 74rem) {
  .main-nav .utility-link {
    display: none; } }

.main-nav .utility-link a {
  color: #4f5350;
  font-weight: 400; }

.sm:after {
  content: none; }

.interior-hero {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 33.33333333333333vw;
  max-height: 15rem; }

.breadcrumbs {
  border-bottom: 1px solid rgba(46, 51, 51, 0.12);
  font-size: 0.875em;
  padding: 0.5rem 0; }

.breadcrumbs ol {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  /*@include clearfix;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem;
  padding-left: 5vmin;
  padding-right: 5vmin;
  /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/
  -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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (min-width: 74rem) {
    .breadcrumbs ol {
      padding-left: 4vmin;
      padding-right: 4vmin; } }

.breadcrumbs li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.breadcrumbs li:not(:last-child):after {
  content: '/';
  padding: 0 0.75em; }

.sidebar .general-content-heading {
  color: #2e3333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  border: 1px solid rgba(46, 51, 51, 0.12);
  border-bottom: none;
  margin-bottom: 0;
  padding: 1.5rem 1.5rem 0 1.5rem; }
  .sidebar .general-content-heading:after {
    background-color: rgba(46, 51, 51, 0.12);
    content: '';
    display: block;
    height: 0.25rem;
    margin: 0.625rem 0 0 0;
    width: 1.75rem; }

.sidebar .general-content {
  border: 1px solid rgba(46, 51, 51, 0.12);
  padding: 1.5rem; }
  .sidebar .general-content :first-child {
    margin-top: 0; }
  .sidebar .general-content :last-child {
    margin-bottom: 0; }

.sidebar .general-content-heading + .general-content {
  border-top: none;
  padding-top: 1rem; }

.cta {
  background: #f5f4f2;
  padding: 1.75rem 2rem 2rem 2rem; }
  .cta :first-child {
    margin-top: 0; }
  .cta :last-child {
    margin-bottom: 0; }

.cta-title {
  margin-bottom: 1rem;
  text-align: left; }
  .cta-title:after {
    background-color: rgba(46, 51, 51, 0.12);
    content: '';
    display: block;
    height: 0.25rem;
    margin: 0.625rem 0 0 0;
    width: 1.75rem; }

a.cta-btn {
  background-color: #3163a3;
  border: none;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  max-width: 35rem;
  padding: 0.625em 1.375em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle; }
  a.cta-btn [class^='icon'] {
    display: inline-block;
    margin-right: 0.25em;
    vertical-align: middle; }
  a.cta-btn:hover, a.cta-btn:focus {
    background-color: #4f5350;
    color: #fff;
    text-decoration: none; }

.cta-row {
  background-color: #f5f4f2; }
  @media screen and (min-width: 74rem) {
    .cta-row {
      border-top: 1px solid rgba(46, 51, 51, 0.12); } }
  @media screen and (min-width: 56rem) {
    .cta-row .cta-row-items {
      /*@include clearfix;*/
      margin-left: auto;
      margin-right: auto;
      max-width: 86rem;
      padding-left: 0;
      padding-right: 0;
      /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .cta-row .cta {
    background-color: #f5f4f2;
    border-top: 1px solid rgba(46, 51, 51, 0.12);
    -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%;
    padding: 7.5vmin 5vmin; }
    @media screen and (min-width: 56rem) {
      .cta-row .cta:not(:last-child) {
        border-right: 1px solid rgba(46, 51, 51, 0.12); } }
    @media screen and (min-width: 74rem) {
      .cta-row .cta {
        border-top: none;
        padding: 6vmin 4vmin; } }

.sidebar .cta {
  padding: 1.5rem; }

.content-list-heading {
  text-align: center;
  margin-bottom: 5vmin; }
  .content-list-heading:after {
    background-color: rgba(46, 51, 51, 0.12);
    content: '';
    display: block;
    height: 0.125em;
    margin: 0.625em auto 0 auto;
    width: 1.25em; }
  @media screen and (min-width: 74rem) {
    .content-list-heading {
      margin-bottom: 4vmin; } }

[class*="bravo-size-"] > .content-list-heading,
[class*="charlie-size-"] > .content-list-heading,
[class*="delta-size-"] > .content-list-heading,
[class*="echo-size-"] > .content-list-heading {
  margin-bottom: 0.5em;
  text-align: left; }
  [class*="bravo-size-"] > .content-list-heading:after,
  [class*="charlie-size-"] > .content-list-heading:after,
  [class*="delta-size-"] > .content-list-heading:after,
  [class*="echo-size-"] > .content-list-heading:after {
    content: none; }

.content-list:not([class*='block-grid']):not([class*='event-grid']) {
  border-top: 1px solid rgba(46, 51, 51, 0.12);
  padding-top: 2rem; }
  .content-list:not([class*='block-grid']):not([class*='event-grid']) .content-list-item {
    border-bottom: 1px solid rgba(46, 51, 51, 0.12);
    padding-bottom: 2rem; }
    @media screen and (min-width: 30rem) {
      .content-list:not([class*='block-grid']):not([class*='event-grid']) .content-list-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .content-list:not([class*='block-grid']):not([class*='event-grid']) .content-list-item:not(:last-child) {
      margin-bottom: 2rem; }
  @media screen and (min-width: 30rem) {
    .content-list:not([class*='block-grid']):not([class*='event-grid']) .content-list-img {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      margin-bottom: 0;
      padding-right: 1rem; } }
  @media screen and (min-width: 30rem) {
    .content-list:not([class*='block-grid']):not([class*='event-grid']) .content-list-content {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

.content-list-item :first-child {
  margin-top: 0; }

.content-list-item :last-child {
  margin-bottom: 0; }

.content-list-img {
  margin-bottom: 1rem; }
  .content-list-img img {
    display: block; }

.content-list-title {
  display: block; }
  .content-list-title a {
    border-bottom: 1px dotted;
    padding-bottom: 0.125em; }
    .content-list-title a:hover, .content-list-title a:focus {
      border-bottom: 1px solid; }

.content-list-location {
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
  text-transform: uppercase; }

.content-list-date {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.content-list-day:after {
  content: ', '; }

.content-list-teaser {
  margin: 0.5rem 0 0 0; }

.content-list-btn {
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
  margin-right: 0 !important;
  max-width: none !important; }

.sidebar .content-list-heading {
  color: #2e3333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  border: 1px solid rgba(46, 51, 51, 0.12);
  border-bottom: none;
  margin-bottom: 0;
  padding: 1.5rem 1.5rem 0 1.5rem; }
  .sidebar .content-list-heading:after {
    background-color: rgba(46, 51, 51, 0.12);
    content: '';
    display: block;
    height: 0.25rem;
    margin: 0.625rem 0 0 0;
    width: 1.75rem; }

.sidebar .content-list {
  border: 1px solid rgba(46, 51, 51, 0.12);
  padding: 1.5rem; }

.sidebar .content-list-heading + .content-list {
  border-top: none;
  padding-top: 1rem; }

.sidebar .content-list:not([class*='block-grid']) .content-list-item:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

@media screen and (min-width: 30rem) {
  .alpha-event-grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .alpha-event-grid-1 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% - 0rem);
          -ms-flex: 0 0 calc(100% - 0rem);
              flex: 0 0 calc(100% - 0rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(100% - 0rem);
      max-width: calc(100% - 0rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(1n+1):nth-last-child(-n+1),
		&:nth-child(1n+1):nth-last-child(-n+1) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 30rem) and (-ms-high-contrast: none) {
      .alpha-event-grid-1 > * {
        width: -webkit-calc(100% - 0rem - 0.1px);
        width: calc(100% - 0rem - 0.1px); } }

@media screen and (min-width: 30rem) {
      @supports (-ms-ime-align: auto) {
        .alpha-event-grid-1 > * {
          max-width: -webkit-calc(100% - 0rem - 0.1px);
          max-width: calc(100% - 0rem - 0.1px); } }
  .alpha-event-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .alpha-event-grid-2 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(50% - 0.5rem);
          -ms-flex: 0 0 calc(50% - 0.5rem);
              flex: 0 0 calc(50% - 0.5rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(50% - 0.5rem);
      max-width: calc(50% - 0.5rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(2n+1):nth-last-child(-n+2),
		&:nth-child(2n+1):nth-last-child(-n+2) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 30rem) and (-ms-high-contrast: none) {
      .alpha-event-grid-2 > * {
        width: -webkit-calc(50% - 0.5rem - 0.1px);
        width: calc(50% - 0.5rem - 0.1px); } }

@media screen and (min-width: 30rem) {
      @supports (-ms-ime-align: auto) {
        .alpha-event-grid-2 > * {
          max-width: -webkit-calc(50% - 0.5rem - 0.1px);
          max-width: calc(50% - 0.5rem - 0.1px); } }
      .alpha-event-grid-2 > *:nth-child(2n) {
        margin-right: 0; }
      .alpha-event-grid-2 > *:not(:nth-child(2n)) {
        margin-right: 1rem; }
  .alpha-event-grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .alpha-event-grid-3 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(33.33333% - 0.66667rem);
          -ms-flex: 0 0 calc(33.33333% - 0.66667rem);
              flex: 0 0 calc(33.33333% - 0.66667rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(33.33333% - 0.66667rem);
      max-width: calc(33.33333% - 0.66667rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(3n+1):nth-last-child(-n+3),
		&:nth-child(3n+1):nth-last-child(-n+3) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 30rem) and (-ms-high-contrast: none) {
      .alpha-event-grid-3 > * {
        width: -webkit-calc(33.33333% - 0.66667rem - 0.1px);
        width: calc(33.33333% - 0.66667rem - 0.1px); } }

@media screen and (min-width: 30rem) {
      @supports (-ms-ime-align: auto) {
        .alpha-event-grid-3 > * {
          max-width: -webkit-calc(33.33333% - 0.66667rem - 0.1px);
          max-width: calc(33.33333% - 0.66667rem - 0.1px); } }
      .alpha-event-grid-3 > *:not(:nth-child(2n)) {
        margin-right: 0; }
      .alpha-event-grid-3 > *:nth-child(3n) {
        margin-right: 0; }
      .alpha-event-grid-3 > *:not(:nth-child(3n)) {
        margin-right: 1rem; }
  .alpha-event-grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .alpha-event-grid-4 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(25% - 0.75rem);
          -ms-flex: 0 0 calc(25% - 0.75rem);
              flex: 0 0 calc(25% - 0.75rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(25% - 0.75rem);
      max-width: calc(25% - 0.75rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(4n+1):nth-last-child(-n+4),
		&:nth-child(4n+1):nth-last-child(-n+4) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 30rem) and (-ms-high-contrast: none) {
      .alpha-event-grid-4 > * {
        width: -webkit-calc(25% - 0.75rem - 0.1px);
        width: calc(25% - 0.75rem - 0.1px); } }

@media screen and (min-width: 30rem) {
      @supports (-ms-ime-align: auto) {
        .alpha-event-grid-4 > * {
          max-width: -webkit-calc(25% - 0.75rem - 0.1px);
          max-width: calc(25% - 0.75rem - 0.1px); } }
      .alpha-event-grid-4 > *:not(:nth-child(3n)) {
        margin-right: 0; }
      .alpha-event-grid-4 > *:nth-child(4n) {
        margin-right: 0; }
      .alpha-event-grid-4 > *:not(:nth-child(4n)) {
        margin-right: 1rem; }
  .alpha-event-grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .alpha-event-grid-5 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(20% - 0.8rem);
          -ms-flex: 0 0 calc(20% - 0.8rem);
              flex: 0 0 calc(20% - 0.8rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(20% - 0.8rem);
      max-width: calc(20% - 0.8rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(5n+1):nth-last-child(-n+5),
		&:nth-child(5n+1):nth-last-child(-n+5) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 30rem) and (-ms-high-contrast: none) {
      .alpha-event-grid-5 > * {
        width: -webkit-calc(20% - 0.8rem - 0.1px);
        width: calc(20% - 0.8rem - 0.1px); } }

@media screen and (min-width: 30rem) {
      @supports (-ms-ime-align: auto) {
        .alpha-event-grid-5 > * {
          max-width: -webkit-calc(20% - 0.8rem - 0.1px);
          max-width: calc(20% - 0.8rem - 0.1px); } }
      .alpha-event-grid-5 > *:not(:nth-child(4n)) {
        margin-right: 0; }
      .alpha-event-grid-5 > *:nth-child(5n) {
        margin-right: 0; }
      .alpha-event-grid-5 > *:not(:nth-child(5n)) {
        margin-right: 1rem; }
  .alpha-event-grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .alpha-event-grid-6 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(16.66667% - 0.83333rem);
          -ms-flex: 0 0 calc(16.66667% - 0.83333rem);
              flex: 0 0 calc(16.66667% - 0.83333rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(16.66667% - 0.83333rem);
      max-width: calc(16.66667% - 0.83333rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(6n+1):nth-last-child(-n+6),
		&:nth-child(6n+1):nth-last-child(-n+6) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 30rem) and (-ms-high-contrast: none) {
      .alpha-event-grid-6 > * {
        width: -webkit-calc(16.66667% - 0.83333rem - 0.1px);
        width: calc(16.66667% - 0.83333rem - 0.1px); } }

@media screen and (min-width: 30rem) {
      @supports (-ms-ime-align: auto) {
        .alpha-event-grid-6 > * {
          max-width: -webkit-calc(16.66667% - 0.83333rem - 0.1px);
          max-width: calc(16.66667% - 0.83333rem - 0.1px); } }
      .alpha-event-grid-6 > *:not(:nth-child(5n)) {
        margin-right: 0; }
      .alpha-event-grid-6 > *:nth-child(6n) {
        margin-right: 0; }
      .alpha-event-grid-6 > *:not(:nth-child(6n)) {
        margin-right: 1rem; } }

@media screen and (min-width: 56rem) {
  .bravo-event-grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .bravo-event-grid-1 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% - 0rem);
          -ms-flex: 0 0 calc(100% - 0rem);
              flex: 0 0 calc(100% - 0rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(100% - 0rem);
      max-width: calc(100% - 0rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(1n+1):nth-last-child(-n+1),
		&:nth-child(1n+1):nth-last-child(-n+1) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 56rem) and (-ms-high-contrast: none) {
      .bravo-event-grid-1 > * {
        width: -webkit-calc(100% - 0rem - 0.1px);
        width: calc(100% - 0rem - 0.1px); } }

@media screen and (min-width: 56rem) {
      @supports (-ms-ime-align: auto) {
        .bravo-event-grid-1 > * {
          max-width: -webkit-calc(100% - 0rem - 0.1px);
          max-width: calc(100% - 0rem - 0.1px); } }
  .bravo-event-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .bravo-event-grid-2 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(50% - 0.5rem);
          -ms-flex: 0 0 calc(50% - 0.5rem);
              flex: 0 0 calc(50% - 0.5rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(50% - 0.5rem);
      max-width: calc(50% - 0.5rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(2n+1):nth-last-child(-n+2),
		&:nth-child(2n+1):nth-last-child(-n+2) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 56rem) and (-ms-high-contrast: none) {
      .bravo-event-grid-2 > * {
        width: -webkit-calc(50% - 0.5rem - 0.1px);
        width: calc(50% - 0.5rem - 0.1px); } }

@media screen and (min-width: 56rem) {
      @supports (-ms-ime-align: auto) {
        .bravo-event-grid-2 > * {
          max-width: -webkit-calc(50% - 0.5rem - 0.1px);
          max-width: calc(50% - 0.5rem - 0.1px); } }
      .bravo-event-grid-2 > *:nth-child(2n) {
        margin-right: 0; }
      .bravo-event-grid-2 > *:not(:nth-child(2n)) {
        margin-right: 1rem; }
  .bravo-event-grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .bravo-event-grid-3 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(33.33333% - 0.66667rem);
          -ms-flex: 0 0 calc(33.33333% - 0.66667rem);
              flex: 0 0 calc(33.33333% - 0.66667rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(33.33333% - 0.66667rem);
      max-width: calc(33.33333% - 0.66667rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(3n+1):nth-last-child(-n+3),
		&:nth-child(3n+1):nth-last-child(-n+3) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 56rem) and (-ms-high-contrast: none) {
      .bravo-event-grid-3 > * {
        width: -webkit-calc(33.33333% - 0.66667rem - 0.1px);
        width: calc(33.33333% - 0.66667rem - 0.1px); } }

@media screen and (min-width: 56rem) {
      @supports (-ms-ime-align: auto) {
        .bravo-event-grid-3 > * {
          max-width: -webkit-calc(33.33333% - 0.66667rem - 0.1px);
          max-width: calc(33.33333% - 0.66667rem - 0.1px); } }
      .bravo-event-grid-3 > *:not(:nth-child(2n)) {
        margin-right: 0; }
      .bravo-event-grid-3 > *:nth-child(3n) {
        margin-right: 0; }
      .bravo-event-grid-3 > *:not(:nth-child(3n)) {
        margin-right: 1rem; }
  .bravo-event-grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .bravo-event-grid-4 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(25% - 0.75rem);
          -ms-flex: 0 0 calc(25% - 0.75rem);
              flex: 0 0 calc(25% - 0.75rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(25% - 0.75rem);
      max-width: calc(25% - 0.75rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(4n+1):nth-last-child(-n+4),
		&:nth-child(4n+1):nth-last-child(-n+4) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 56rem) and (-ms-high-contrast: none) {
      .bravo-event-grid-4 > * {
        width: -webkit-calc(25% - 0.75rem - 0.1px);
        width: calc(25% - 0.75rem - 0.1px); } }

@media screen and (min-width: 56rem) {
      @supports (-ms-ime-align: auto) {
        .bravo-event-grid-4 > * {
          max-width: -webkit-calc(25% - 0.75rem - 0.1px);
          max-width: calc(25% - 0.75rem - 0.1px); } }
      .bravo-event-grid-4 > *:not(:nth-child(3n)) {
        margin-right: 0; }
      .bravo-event-grid-4 > *:nth-child(4n) {
        margin-right: 0; }
      .bravo-event-grid-4 > *:not(:nth-child(4n)) {
        margin-right: 1rem; }
  .bravo-event-grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .bravo-event-grid-5 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(20% - 0.8rem);
          -ms-flex: 0 0 calc(20% - 0.8rem);
              flex: 0 0 calc(20% - 0.8rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(20% - 0.8rem);
      max-width: calc(20% - 0.8rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(5n+1):nth-last-child(-n+5),
		&:nth-child(5n+1):nth-last-child(-n+5) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 56rem) and (-ms-high-contrast: none) {
      .bravo-event-grid-5 > * {
        width: -webkit-calc(20% - 0.8rem - 0.1px);
        width: calc(20% - 0.8rem - 0.1px); } }

@media screen and (min-width: 56rem) {
      @supports (-ms-ime-align: auto) {
        .bravo-event-grid-5 > * {
          max-width: -webkit-calc(20% - 0.8rem - 0.1px);
          max-width: calc(20% - 0.8rem - 0.1px); } }
      .bravo-event-grid-5 > *:not(:nth-child(4n)) {
        margin-right: 0; }
      .bravo-event-grid-5 > *:nth-child(5n) {
        margin-right: 0; }
      .bravo-event-grid-5 > *:not(:nth-child(5n)) {
        margin-right: 1rem; }
  .bravo-event-grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .bravo-event-grid-6 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(16.66667% - 0.83333rem);
          -ms-flex: 0 0 calc(16.66667% - 0.83333rem);
              flex: 0 0 calc(16.66667% - 0.83333rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(16.66667% - 0.83333rem);
      max-width: calc(16.66667% - 0.83333rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(6n+1):nth-last-child(-n+6),
		&:nth-child(6n+1):nth-last-child(-n+6) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 56rem) and (-ms-high-contrast: none) {
      .bravo-event-grid-6 > * {
        width: -webkit-calc(16.66667% - 0.83333rem - 0.1px);
        width: calc(16.66667% - 0.83333rem - 0.1px); } }

@media screen and (min-width: 56rem) {
      @supports (-ms-ime-align: auto) {
        .bravo-event-grid-6 > * {
          max-width: -webkit-calc(16.66667% - 0.83333rem - 0.1px);
          max-width: calc(16.66667% - 0.83333rem - 0.1px); } }
      .bravo-event-grid-6 > *:not(:nth-child(5n)) {
        margin-right: 0; }
      .bravo-event-grid-6 > *:nth-child(6n) {
        margin-right: 0; }
      .bravo-event-grid-6 > *:not(:nth-child(6n)) {
        margin-right: 1rem; } }

@media screen and (min-width: 74rem) {
  .charlie-event-grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .charlie-event-grid-1 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% - 0rem);
          -ms-flex: 0 0 calc(100% - 0rem);
              flex: 0 0 calc(100% - 0rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(100% - 0rem);
      max-width: calc(100% - 0rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(1n+1):nth-last-child(-n+1),
		&:nth-child(1n+1):nth-last-child(-n+1) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 74rem) and (-ms-high-contrast: none) {
      .charlie-event-grid-1 > * {
        width: -webkit-calc(100% - 0rem - 0.1px);
        width: calc(100% - 0rem - 0.1px); } }

@media screen and (min-width: 74rem) {
      @supports (-ms-ime-align: auto) {
        .charlie-event-grid-1 > * {
          max-width: -webkit-calc(100% - 0rem - 0.1px);
          max-width: calc(100% - 0rem - 0.1px); } }
  .charlie-event-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .charlie-event-grid-2 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(50% - 0.5rem);
          -ms-flex: 0 0 calc(50% - 0.5rem);
              flex: 0 0 calc(50% - 0.5rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(50% - 0.5rem);
      max-width: calc(50% - 0.5rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(2n+1):nth-last-child(-n+2),
		&:nth-child(2n+1):nth-last-child(-n+2) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 74rem) and (-ms-high-contrast: none) {
      .charlie-event-grid-2 > * {
        width: -webkit-calc(50% - 0.5rem - 0.1px);
        width: calc(50% - 0.5rem - 0.1px); } }

@media screen and (min-width: 74rem) {
      @supports (-ms-ime-align: auto) {
        .charlie-event-grid-2 > * {
          max-width: -webkit-calc(50% - 0.5rem - 0.1px);
          max-width: calc(50% - 0.5rem - 0.1px); } }
      .charlie-event-grid-2 > *:nth-child(2n) {
        margin-right: 0; }
      .charlie-event-grid-2 > *:not(:nth-child(2n)) {
        margin-right: 1rem; }
  .charlie-event-grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .charlie-event-grid-3 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(33.33333% - 0.66667rem);
          -ms-flex: 0 0 calc(33.33333% - 0.66667rem);
              flex: 0 0 calc(33.33333% - 0.66667rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(33.33333% - 0.66667rem);
      max-width: calc(33.33333% - 0.66667rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(3n+1):nth-last-child(-n+3),
		&:nth-child(3n+1):nth-last-child(-n+3) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 74rem) and (-ms-high-contrast: none) {
      .charlie-event-grid-3 > * {
        width: -webkit-calc(33.33333% - 0.66667rem - 0.1px);
        width: calc(33.33333% - 0.66667rem - 0.1px); } }

@media screen and (min-width: 74rem) {
      @supports (-ms-ime-align: auto) {
        .charlie-event-grid-3 > * {
          max-width: -webkit-calc(33.33333% - 0.66667rem - 0.1px);
          max-width: calc(33.33333% - 0.66667rem - 0.1px); } }
      .charlie-event-grid-3 > *:not(:nth-child(2n)) {
        margin-right: 0; }
      .charlie-event-grid-3 > *:nth-child(3n) {
        margin-right: 0; }
      .charlie-event-grid-3 > *:not(:nth-child(3n)) {
        margin-right: 1rem; }
  .charlie-event-grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .charlie-event-grid-4 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(25% - 0.75rem);
          -ms-flex: 0 0 calc(25% - 0.75rem);
              flex: 0 0 calc(25% - 0.75rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(25% - 0.75rem);
      max-width: calc(25% - 0.75rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(4n+1):nth-last-child(-n+4),
		&:nth-child(4n+1):nth-last-child(-n+4) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 74rem) and (-ms-high-contrast: none) {
      .charlie-event-grid-4 > * {
        width: -webkit-calc(25% - 0.75rem - 0.1px);
        width: calc(25% - 0.75rem - 0.1px); } }

@media screen and (min-width: 74rem) {
      @supports (-ms-ime-align: auto) {
        .charlie-event-grid-4 > * {
          max-width: -webkit-calc(25% - 0.75rem - 0.1px);
          max-width: calc(25% - 0.75rem - 0.1px); } }
      .charlie-event-grid-4 > *:not(:nth-child(3n)) {
        margin-right: 0; }
      .charlie-event-grid-4 > *:nth-child(4n) {
        margin-right: 0; }
      .charlie-event-grid-4 > *:not(:nth-child(4n)) {
        margin-right: 1rem; }
  .charlie-event-grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .charlie-event-grid-5 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(20% - 0.8rem);
          -ms-flex: 0 0 calc(20% - 0.8rem);
              flex: 0 0 calc(20% - 0.8rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(20% - 0.8rem);
      max-width: calc(20% - 0.8rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(5n+1):nth-last-child(-n+5),
		&:nth-child(5n+1):nth-last-child(-n+5) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 74rem) and (-ms-high-contrast: none) {
      .charlie-event-grid-5 > * {
        width: -webkit-calc(20% - 0.8rem - 0.1px);
        width: calc(20% - 0.8rem - 0.1px); } }

@media screen and (min-width: 74rem) {
      @supports (-ms-ime-align: auto) {
        .charlie-event-grid-5 > * {
          max-width: -webkit-calc(20% - 0.8rem - 0.1px);
          max-width: calc(20% - 0.8rem - 0.1px); } }
      .charlie-event-grid-5 > *:not(:nth-child(4n)) {
        margin-right: 0; }
      .charlie-event-grid-5 > *:nth-child(5n) {
        margin-right: 0; }
      .charlie-event-grid-5 > *:not(:nth-child(5n)) {
        margin-right: 1rem; }
  .charlie-event-grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .charlie-event-grid-6 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(16.66667% - 0.83333rem);
          -ms-flex: 0 0 calc(16.66667% - 0.83333rem);
              flex: 0 0 calc(16.66667% - 0.83333rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(16.66667% - 0.83333rem);
      max-width: calc(16.66667% - 0.83333rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(6n+1):nth-last-child(-n+6),
		&:nth-child(6n+1):nth-last-child(-n+6) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 74rem) and (-ms-high-contrast: none) {
      .charlie-event-grid-6 > * {
        width: -webkit-calc(16.66667% - 0.83333rem - 0.1px);
        width: calc(16.66667% - 0.83333rem - 0.1px); } }

@media screen and (min-width: 74rem) {
      @supports (-ms-ime-align: auto) {
        .charlie-event-grid-6 > * {
          max-width: -webkit-calc(16.66667% - 0.83333rem - 0.1px);
          max-width: calc(16.66667% - 0.83333rem - 0.1px); } }
      .charlie-event-grid-6 > *:not(:nth-child(5n)) {
        margin-right: 0; }
      .charlie-event-grid-6 > *:nth-child(6n) {
        margin-right: 0; }
      .charlie-event-grid-6 > *:not(:nth-child(6n)) {
        margin-right: 1rem; } }

@media screen and (min-width: 84rem) {
  .delta-event-grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .delta-event-grid-1 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% - 0rem);
          -ms-flex: 0 0 calc(100% - 0rem);
              flex: 0 0 calc(100% - 0rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(100% - 0rem);
      max-width: calc(100% - 0rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(1n+1):nth-last-child(-n+1),
		&:nth-child(1n+1):nth-last-child(-n+1) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 84rem) and (-ms-high-contrast: none) {
      .delta-event-grid-1 > * {
        width: -webkit-calc(100% - 0rem - 0.1px);
        width: calc(100% - 0rem - 0.1px); } }

@media screen and (min-width: 84rem) {
      @supports (-ms-ime-align: auto) {
        .delta-event-grid-1 > * {
          max-width: -webkit-calc(100% - 0rem - 0.1px);
          max-width: calc(100% - 0rem - 0.1px); } }
  .delta-event-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .delta-event-grid-2 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(50% - 0.5rem);
          -ms-flex: 0 0 calc(50% - 0.5rem);
              flex: 0 0 calc(50% - 0.5rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(50% - 0.5rem);
      max-width: calc(50% - 0.5rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(2n+1):nth-last-child(-n+2),
		&:nth-child(2n+1):nth-last-child(-n+2) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 84rem) and (-ms-high-contrast: none) {
      .delta-event-grid-2 > * {
        width: -webkit-calc(50% - 0.5rem - 0.1px);
        width: calc(50% - 0.5rem - 0.1px); } }

@media screen and (min-width: 84rem) {
      @supports (-ms-ime-align: auto) {
        .delta-event-grid-2 > * {
          max-width: -webkit-calc(50% - 0.5rem - 0.1px);
          max-width: calc(50% - 0.5rem - 0.1px); } }
      .delta-event-grid-2 > *:nth-child(2n) {
        margin-right: 0; }
      .delta-event-grid-2 > *:not(:nth-child(2n)) {
        margin-right: 1rem; }
  .delta-event-grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .delta-event-grid-3 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(33.33333% - 0.66667rem);
          -ms-flex: 0 0 calc(33.33333% - 0.66667rem);
              flex: 0 0 calc(33.33333% - 0.66667rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(33.33333% - 0.66667rem);
      max-width: calc(33.33333% - 0.66667rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(3n+1):nth-last-child(-n+3),
		&:nth-child(3n+1):nth-last-child(-n+3) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 84rem) and (-ms-high-contrast: none) {
      .delta-event-grid-3 > * {
        width: -webkit-calc(33.33333% - 0.66667rem - 0.1px);
        width: calc(33.33333% - 0.66667rem - 0.1px); } }

@media screen and (min-width: 84rem) {
      @supports (-ms-ime-align: auto) {
        .delta-event-grid-3 > * {
          max-width: -webkit-calc(33.33333% - 0.66667rem - 0.1px);
          max-width: calc(33.33333% - 0.66667rem - 0.1px); } }
      .delta-event-grid-3 > *:not(:nth-child(2n)) {
        margin-right: 0; }
      .delta-event-grid-3 > *:nth-child(3n) {
        margin-right: 0; }
      .delta-event-grid-3 > *:not(:nth-child(3n)) {
        margin-right: 1rem; }
  .delta-event-grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .delta-event-grid-4 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(25% - 0.75rem);
          -ms-flex: 0 0 calc(25% - 0.75rem);
              flex: 0 0 calc(25% - 0.75rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(25% - 0.75rem);
      max-width: calc(25% - 0.75rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(4n+1):nth-last-child(-n+4),
		&:nth-child(4n+1):nth-last-child(-n+4) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 84rem) and (-ms-high-contrast: none) {
      .delta-event-grid-4 > * {
        width: -webkit-calc(25% - 0.75rem - 0.1px);
        width: calc(25% - 0.75rem - 0.1px); } }

@media screen and (min-width: 84rem) {
      @supports (-ms-ime-align: auto) {
        .delta-event-grid-4 > * {
          max-width: -webkit-calc(25% - 0.75rem - 0.1px);
          max-width: calc(25% - 0.75rem - 0.1px); } }
      .delta-event-grid-4 > *:not(:nth-child(3n)) {
        margin-right: 0; }
      .delta-event-grid-4 > *:nth-child(4n) {
        margin-right: 0; }
      .delta-event-grid-4 > *:not(:nth-child(4n)) {
        margin-right: 1rem; }
  .delta-event-grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .delta-event-grid-5 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(20% - 0.8rem);
          -ms-flex: 0 0 calc(20% - 0.8rem);
              flex: 0 0 calc(20% - 0.8rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(20% - 0.8rem);
      max-width: calc(20% - 0.8rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(5n+1):nth-last-child(-n+5),
		&:nth-child(5n+1):nth-last-child(-n+5) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 84rem) and (-ms-high-contrast: none) {
      .delta-event-grid-5 > * {
        width: -webkit-calc(20% - 0.8rem - 0.1px);
        width: calc(20% - 0.8rem - 0.1px); } }

@media screen and (min-width: 84rem) {
      @supports (-ms-ime-align: auto) {
        .delta-event-grid-5 > * {
          max-width: -webkit-calc(20% - 0.8rem - 0.1px);
          max-width: calc(20% - 0.8rem - 0.1px); } }
      .delta-event-grid-5 > *:not(:nth-child(4n)) {
        margin-right: 0; }
      .delta-event-grid-5 > *:nth-child(5n) {
        margin-right: 0; }
      .delta-event-grid-5 > *:not(:nth-child(5n)) {
        margin-right: 1rem; }
  .delta-event-grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .delta-event-grid-6 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(16.66667% - 0.83333rem);
          -ms-flex: 0 0 calc(16.66667% - 0.83333rem);
              flex: 0 0 calc(16.66667% - 0.83333rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(16.66667% - 0.83333rem);
      max-width: calc(16.66667% - 0.83333rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(6n+1):nth-last-child(-n+6),
		&:nth-child(6n+1):nth-last-child(-n+6) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 84rem) and (-ms-high-contrast: none) {
      .delta-event-grid-6 > * {
        width: -webkit-calc(16.66667% - 0.83333rem - 0.1px);
        width: calc(16.66667% - 0.83333rem - 0.1px); } }

@media screen and (min-width: 84rem) {
      @supports (-ms-ime-align: auto) {
        .delta-event-grid-6 > * {
          max-width: -webkit-calc(16.66667% - 0.83333rem - 0.1px);
          max-width: calc(16.66667% - 0.83333rem - 0.1px); } }
      .delta-event-grid-6 > *:not(:nth-child(5n)) {
        margin-right: 0; }
      .delta-event-grid-6 > *:nth-child(6n) {
        margin-right: 0; }
      .delta-event-grid-6 > *:not(:nth-child(6n)) {
        margin-right: 1rem; } }

@media screen and (min-width: 105rem) {
  .echo-event-grid-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .echo-event-grid-1 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% - 0rem);
          -ms-flex: 0 0 calc(100% - 0rem);
              flex: 0 0 calc(100% - 0rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(100% - 0rem);
      max-width: calc(100% - 0rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(1n+1):nth-last-child(-n+1),
		&:nth-child(1n+1):nth-last-child(-n+1) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 105rem) and (-ms-high-contrast: none) {
      .echo-event-grid-1 > * {
        width: -webkit-calc(100% - 0rem - 0.1px);
        width: calc(100% - 0rem - 0.1px); } }

@media screen and (min-width: 105rem) {
      @supports (-ms-ime-align: auto) {
        .echo-event-grid-1 > * {
          max-width: -webkit-calc(100% - 0rem - 0.1px);
          max-width: calc(100% - 0rem - 0.1px); } }
  .echo-event-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .echo-event-grid-2 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(50% - 0.5rem);
          -ms-flex: 0 0 calc(50% - 0.5rem);
              flex: 0 0 calc(50% - 0.5rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(50% - 0.5rem);
      max-width: calc(50% - 0.5rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(2n+1):nth-last-child(-n+2),
		&:nth-child(2n+1):nth-last-child(-n+2) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 105rem) and (-ms-high-contrast: none) {
      .echo-event-grid-2 > * {
        width: -webkit-calc(50% - 0.5rem - 0.1px);
        width: calc(50% - 0.5rem - 0.1px); } }

@media screen and (min-width: 105rem) {
      @supports (-ms-ime-align: auto) {
        .echo-event-grid-2 > * {
          max-width: -webkit-calc(50% - 0.5rem - 0.1px);
          max-width: calc(50% - 0.5rem - 0.1px); } }
      .echo-event-grid-2 > *:nth-child(2n) {
        margin-right: 0; }
      .echo-event-grid-2 > *:not(:nth-child(2n)) {
        margin-right: 1rem; }
  .echo-event-grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .echo-event-grid-3 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(33.33333% - 0.66667rem);
          -ms-flex: 0 0 calc(33.33333% - 0.66667rem);
              flex: 0 0 calc(33.33333% - 0.66667rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(33.33333% - 0.66667rem);
      max-width: calc(33.33333% - 0.66667rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(3n+1):nth-last-child(-n+3),
		&:nth-child(3n+1):nth-last-child(-n+3) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 105rem) and (-ms-high-contrast: none) {
      .echo-event-grid-3 > * {
        width: -webkit-calc(33.33333% - 0.66667rem - 0.1px);
        width: calc(33.33333% - 0.66667rem - 0.1px); } }

@media screen and (min-width: 105rem) {
      @supports (-ms-ime-align: auto) {
        .echo-event-grid-3 > * {
          max-width: -webkit-calc(33.33333% - 0.66667rem - 0.1px);
          max-width: calc(33.33333% - 0.66667rem - 0.1px); } }
      .echo-event-grid-3 > *:not(:nth-child(2n)) {
        margin-right: 0; }
      .echo-event-grid-3 > *:nth-child(3n) {
        margin-right: 0; }
      .echo-event-grid-3 > *:not(:nth-child(3n)) {
        margin-right: 1rem; }
  .echo-event-grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .echo-event-grid-4 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(25% - 0.75rem);
          -ms-flex: 0 0 calc(25% - 0.75rem);
              flex: 0 0 calc(25% - 0.75rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(25% - 0.75rem);
      max-width: calc(25% - 0.75rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(4n+1):nth-last-child(-n+4),
		&:nth-child(4n+1):nth-last-child(-n+4) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 105rem) and (-ms-high-contrast: none) {
      .echo-event-grid-4 > * {
        width: -webkit-calc(25% - 0.75rem - 0.1px);
        width: calc(25% - 0.75rem - 0.1px); } }

@media screen and (min-width: 105rem) {
      @supports (-ms-ime-align: auto) {
        .echo-event-grid-4 > * {
          max-width: -webkit-calc(25% - 0.75rem - 0.1px);
          max-width: calc(25% - 0.75rem - 0.1px); } }
      .echo-event-grid-4 > *:not(:nth-child(3n)) {
        margin-right: 0; }
      .echo-event-grid-4 > *:nth-child(4n) {
        margin-right: 0; }
      .echo-event-grid-4 > *:not(:nth-child(4n)) {
        margin-right: 1rem; }
  .echo-event-grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .echo-event-grid-5 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(20% - 0.8rem);
          -ms-flex: 0 0 calc(20% - 0.8rem);
              flex: 0 0 calc(20% - 0.8rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(20% - 0.8rem);
      max-width: calc(20% - 0.8rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(5n+1):nth-last-child(-n+5),
		&:nth-child(5n+1):nth-last-child(-n+5) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 105rem) and (-ms-high-contrast: none) {
      .echo-event-grid-5 > * {
        width: -webkit-calc(20% - 0.8rem - 0.1px);
        width: calc(20% - 0.8rem - 0.1px); } }

@media screen and (min-width: 105rem) {
      @supports (-ms-ime-align: auto) {
        .echo-event-grid-5 > * {
          max-width: -webkit-calc(20% - 0.8rem - 0.1px);
          max-width: calc(20% - 0.8rem - 0.1px); } }
      .echo-event-grid-5 > *:not(:nth-child(4n)) {
        margin-right: 0; }
      .echo-event-grid-5 > *:nth-child(5n) {
        margin-right: 0; }
      .echo-event-grid-5 > *:not(:nth-child(5n)) {
        margin-right: 1rem; }
  .echo-event-grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .echo-event-grid-6 > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(16.66667% - 0.83333rem);
          -ms-flex: 0 0 calc(16.66667% - 0.83333rem);
              flex: 0 0 calc(16.66667% - 0.83333rem);
      margin-bottom: 1rem;
      max-width: -webkit-calc(16.66667% - 0.83333rem);
      max-width: calc(16.66667% - 0.83333rem);
      /*
		&:nth-child(n):nth-last-child(n),
		&:nth-child(n):nth-last-child(n) ~ * {
			margin-bottom: $vertical-gutter;
		}

		&:nth-child(6n+1):nth-last-child(-n+6),
		&:nth-child(6n+1):nth-last-child(-n+6) ~ * {
			margin-bottom: 0;
		}*/ } }
    @media screen and (min-width: 105rem) and (-ms-high-contrast: none) {
      .echo-event-grid-6 > * {
        width: -webkit-calc(16.66667% - 0.83333rem - 0.1px);
        width: calc(16.66667% - 0.83333rem - 0.1px); } }

@media screen and (min-width: 105rem) {
      @supports (-ms-ime-align: auto) {
        .echo-event-grid-6 > * {
          max-width: -webkit-calc(16.66667% - 0.83333rem - 0.1px);
          max-width: calc(16.66667% - 0.83333rem - 0.1px); } }
      .echo-event-grid-6 > *:not(:nth-child(5n)) {
        margin-right: 0; }
      .echo-event-grid-6 > *:nth-child(6n) {
        margin-right: 0; }
      .echo-event-grid-6 > *:not(:nth-child(6n)) {
        margin-right: 1rem; } }

.event-grid {
  text-align: center; }
  @media screen and (min-width: 30rem) {
    .event-grid {
      margin-bottom: -1rem; } }

.event-grid .content-list-item {
  border: 1px solid rgba(46, 51, 51, 0.12);
  margin-bottom: 1rem;
  padding: 0 1.5rem 2rem 1.5rem; }

.event-grid .content-list-content {
  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;
  height: 100%; }

.event-grid .content-list-date {
  color: rgba(245, 244, 242, 0.8);
  background-color: #4f5350;
  display: block;
  margin: 0 -1.5rem 1.5rem -1.5rem;
  padding: 1.5rem; }
  .event-grid .content-list-date h1,
  .event-grid .content-list-date h2,
  .event-grid .content-list-date h3,
  .event-grid .content-list-date h4,
  .event-grid .content-list-date h5,
  .event-grid .content-list-date label {
    color: #fff; }
  .event-grid .content-list-date a {
    color: #fff; }
  .event-grid .content-list-date a.standard-link,
  .event-grid .content-list-date .user-content a {
    border-bottom-color: #fff; }
  .event-grid .content-list-date .btn,
  .event-grid .content-list-date button,
  .event-grid .content-list-date input[type="submit"],
  .event-grid .content-list-date input[type="button"] {
    background-color: #fff;
    color: #167e40; }
    .event-grid .content-list-date .btn:hover, .event-grid .content-list-date .btn:focus,
    .event-grid .content-list-date button:hover,
    .event-grid .content-list-date button:focus,
    .event-grid .content-list-date input[type="submit"]:hover,
    .event-grid .content-list-date input[type="submit"]:focus,
    .event-grid .content-list-date input[type="button"]:hover,
    .event-grid .content-list-date input[type="button"]:focus {
      background-color: #fff;
      color: #167e40; }
  .event-grid .content-list-date .btn-secondary,
  .event-grid .content-list-date input[type="reset"] {
    -webkit-box-shadow: inset 0 0 0 2px #fff;
            box-shadow: inset 0 0 0 2px #fff;
    color: #fff; }
    .event-grid .content-list-date .btn-secondary:hover, .event-grid .content-list-date .btn-secondary:focus,
    .event-grid .content-list-date input[type="reset"]:hover,
    .event-grid .content-list-date input[type="reset"]:focus {
      background-color: #fff;
      color: #167e40; }

.event-grid .content-list-start-date,
.event-grid .content-list-end-date {
  display: inline-block;
  position: relative;
  vertical-align: top; }
  .event-grid .content-list-start-date .content-list-month,
  .event-grid .content-list-end-date .content-list-month {
    display: block;
    color: #fff;
    font-size: 0.875em;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-transform: uppercase; }
  .event-grid .content-list-start-date .content-list-day,
  .event-grid .content-list-end-date .content-list-day {
    font-size: 2.369em;
    font-weight: 300;
    line-height: 1; }
    .event-grid .content-list-start-date .content-list-day:after,
    .event-grid .content-list-end-date .content-list-day:after {
      content: none; }
  .event-grid .content-list-start-date .content-list-year,
  .event-grid .content-list-end-date .content-list-year {
    display: none; }

.event-grid .content-list-end-date {
  padding-left: 2.25rem; }

.event-grid .content-list-end-date:before {
  background-color: rgba(245, 244, 242, 0.8);
  content: '';
  display: block;
  height: 0.0625rem;
  left: 0.75rem;
  position: absolute;
  top: 2.125rem;
  width: 0.75rem; }

/*.event-grid .content-list-teaser {
	margin-bottom: 1.5rem;
}*/
.event-grid .register-btn {
  background: #f5f4f2;
  font-size: 0.875em;
  margin: auto -1.5rem -0.5rem -1.5rem;
  padding: 0.5rem 1.5rem;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem); }
  .event-grid .register-btn:hover, .event-grid .register-btn:focus {
    background-color: #3163a3;
    color: #fff; }

.event-details {
  background-color: #f5f4f2;
  max-width: 800px;
  padding: 1.5rem; }
  @media screen and (min-width: 56rem) {
    .event-details {
      max-width: none;
      padding: 2rem; } }

.event-details img {
  display: block;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 56rem) {
    .event-details img {
      margin-bottom: 0; } }

.event-details dl {
  margin: 0; }

.event-details dt {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.event-details .btn {
  margin-top: 1em; }

.scrolling-hero {
  margin-bottom: 0; }

.scrolling-hero-slide {
  background-position: 75% 0;
  background-repeat: no-repeat;
  background-size: 150%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  height: auto;
  padding-top: 12%; }
  @media screen and (min-width: 56rem) {
    .scrolling-hero-slide {
      background-position: 50% 50%;
      background-size: cover;
      padding-top: 0; } }

.scrolling-hero .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .scrolling-hero .slick-track:before, .scrolling-hero .slick-track:after {
    content: none; }

.scrolling-hero-slide:not(:first-child) {
  display: none; }

.slick-initialized .scrolling-hero-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.scrolling-hero .slick-slide:not(.slick-active) {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.scrolling-hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  @media screen and (min-width: 56rem) {
    .scrolling-hero-overlay {
      /*@include clearfix;*/
      margin-left: auto;
      margin-right: auto;
      max-width: 86rem;
      padding-left: 5vmin;
      padding-right: 5vmin;
      /*.inner {
		margin-left: -$gutter;
		margin-right: -$gutter;

		@include query(charlie) {
			margin-left: -$gutter-charlie;
			margin-right: -$gutter-charlie;
		}
	}*/
      padding-bottom: 4rem;
      padding-top: 4rem; } }
  @media screen and (min-width: 56rem) and (min-width: 74rem) {
    .scrolling-hero-overlay {
      padding-left: 4vmin;
      padding-right: 4vmin; } }

.scrolling-hero-content {
  background-color: #f5f4f2;
  border: 1rem solid transparent;
  -webkit-box-shadow: inset 0 0 0 1px rgba(46, 51, 51, 0.12);
          box-shadow: inset 0 0 0 1px rgba(46, 51, 51, 0.12);
  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-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 1.5rem;
  position: relative; }
  @media screen and (min-width: 30rem) {
    .scrolling-hero-content {
      padding: 2rem; } }
  @media screen and (min-width: 56rem) {
    .scrolling-hero-content {
      background-color: rgba(255, 255, 255, 0.9);
      height: 100%;
      max-width: 30rem;
      min-height: 20rem; } }

.show-nav .scrolling-hero-content {
  padding: 1.5rem 1.5rem 5rem 1.5rem; }
  @media screen and (min-width: 30rem) {
    .show-nav .scrolling-hero-content {
      padding: 2rem 2rem 5rem 2rem; } }

.scrolling-hero-img,
.slick-slide .scrolling-hero-img {
  display: none; }

.scrolling-hero-title {
  color: #2e3333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  margin: 0; }
  .scrolling-hero-title {
    font-size: 1.777rem; }
    @media screen and (min-width: 30rem) {
      .scrolling-hero-title {
        font-size: -webkit-calc(1.777rem + 0.592 * ((100vw - 30rem) / 44));
        font-size: calc(1.777rem + 0.592 * ((100vw - 30rem) / 44)); } }
    @media screen and (min-width: 74rem) {
      .scrolling-hero-title {
        font-size: 2.369rem; } }
  .scrolling-hero-title a {
    font-weight: 400; }

.scrolling-hero-teaser {
  margin: 0; }

.scrolling-hero-title + .scrolling-hero-teaser {
  margin-top: 0.5em; }

.scrolling-hero-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  padding: 0 1rem;
  position: absolute;
  width: 100%; }
  @media screen and (min-width: 30rem) {
    .scrolling-hero-nav {
      padding: 0 1.5rem; } }

.scrolling-hero-nav-btn {
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.777em;
  position: static;
  -webkit-transform: none;
          transform: none; }

.scrolling-hero-dots {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 0.25rem;
  margin: 0 1rem; }

.scrolling-hero-dots li {
  background: rgba(46, 51, 51, 0.12);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .scrolling-hero-dots li.active {
    background: #167e40; }

.scrolling-hero-dots li + li {
  margin-left: 1rem; }

.search-form {
  background-color: #f5f4f2;
  padding: 1rem;
  position: relative; }
  @media screen and (min-width: 30rem) {
    .search-form {
      font-size: 1.333em; } }

.search-form .form-field {
  margin: 0; }

.search-form label {
  display: none; }

.search-form input {
  max-width: none;
  padding-right: 3rem; }

.search-form button {
  background: transparent;
  color: #2e3333;
  height: -webkit-calc(100% - 2rem);
  height: calc(100% - 2rem);
  padding: 0;
  position: absolute;
  right: 1rem;
  text-align: center;
  top: 1rem;
  width: 3rem; }
  .search-form button:hover, .search-form button:focus {
    color: #167e40; }

.search-results-heading {
  background-color: #f5f4f2;
  font-weight: 400;
  margin: 0 0 1.5rem 0;
  padding: 0 1rem 1rem 1rem; }

.search-results-heading .search-results-keyword {
  font-weight: 700;
  color: #167e40; }

.search-results-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  border-top: 1px solid rgba(46, 51, 51, 0.12);
  margin-bottom: 1rem; }

.search-results-list li {
  border-bottom: 1px solid rgba(46, 51, 51, 0.12);
  padding: 1.5rem 0; }
  .search-results-list li :first-child {
    margin-top: 0; }
  .search-results-list li :last-child {
    margin-bottom: 0; }

.search-result-title {
  color: #2e3333;
  font-family: "Lato", sans-serif;
  font-weight: 700; }
  .search-result-title {
    font-size: 1.125rem; }
    @media screen and (min-width: 30rem) {
      .search-result-title {
        font-size: -webkit-calc(1.125rem + 0.208 * ((100vw - 30rem) / 44));
        font-size: calc(1.125rem + 0.208 * ((100vw - 30rem) / 44)); } }
    @media screen and (min-width: 74rem) {
      .search-result-title {
        font-size: 1.333rem; } }

.search-result-title a {
  border-bottom: 1px solid transparent;
  padding-bottom: 0.125em; }
  .search-result-title a:hover, .search-result-title a:focus {
    border-color: #2e3333; }

.social-icons {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.social-icons li {
  margin-right: 1.25em; }

a.social-facebook {
  color: #3b5998; }

a.social-google-plus {
  color: #dd4b39; }

a.social-instagram {
  color: #517fa4; }

a.social-linkedin {
  color: #007bb6; }

a.social-pinterest {
  color: #cb2027; }

a.social-twitter {
  color: #00aced; }

a.social-youtube {
  color: #b00; }

.sidebar-filters {
  border: 1px solid rgba(46, 51, 51, 0.12); }

.sidebar-filters-panel.open .sidebar-filters-header {
  color: #167e40; }
  @media screen and (min-width: 74rem) {
    .sidebar-filters-panel.open .sidebar-filters-header {
      color: #2e3333; } }

.sidebar-filters-panel.open .sidebar-filters-header .sprite:after {
  content: '\f00d';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.sidebar-filters-header {
  color: #2e3333;
  cursor: pointer;
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0.75rem 1rem;
  position: relative;
  text-transform: uppercase; }
  @media screen and (min-width: 74rem) {
    .sidebar-filters-header {
      color: #2e3333;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 1rem;
      text-align: left;
      color: #2e3333;
      letter-spacing: inherit;
      margin-bottom: 0;
      padding: 1.5rem 1.5rem 0 1.5rem;
      pointer-events: none;
      text-transform: none; }
      .sidebar-filters-header:after {
        background-color: rgba(46, 51, 51, 0.12);
        content: '';
        display: block;
        height: 0.25rem;
        margin: 0.625rem 0 0 0;
        width: 1.75rem; }
      .sidebar-filters-header.has-multiple {
        display: none; } }

.sidebar-filters-header .sprite {
  padding: 0.75rem;
  position: absolute;
  right: 0;
  top: 0; }
  .sidebar-filters-header .sprite i {
    display: none; }
  .sidebar-filters-header .sprite:after {
    content: '\f067';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 74rem) {
    .sidebar-filters-header .sprite {
      display: none; } }

.sidebar-filters-count {
  color: #4f5350;
  display: none;
  font-size: 0.875em; }
  .sidebar-filters-count.active {
    display: inline; }

.sidebar-filters-content {
  border-top: 1px solid rgba(46, 51, 51, 0.12);
  padding: 1.5rem; }
  .js .sidebar-filters-content {
    display: none; }
  @media screen and (min-width: 74rem) {
    .sidebar-filters-content {
      border-top: none;
      display: block !important;
      height: auto !important;
      overflow: visible !important;
      padding: 1rem 1.5rem 1.5rem 1.5rem !important; } }

.sidebar-filters-category {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  margin: 1rem 0; }

.sidebar-filters-category:first-child {
  margin-top: 0; }

.sidebar-filters-buttons {
  border-top: 1px solid rgba(46, 51, 51, 0.12);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem; }

.sidebar-filters-buttons button,
.sidebar-filters-buttons a {
  -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; }
  .sidebar-filters-buttons button:first-child,
  .sidebar-filters-buttons a:first-child {
    margin-right: 0.5rem; }

.section-nav + .sidebar-filters {
  margin-top: 0.5rem; }
  @media screen and (min-width: 74rem) {
    .section-nav + .sidebar-filters {
      margin-top: 4vmin; } }

.sidebar-filters-categories {
  margin-top: -1rem; }
  @media screen and (min-width: 74rem) {
    .sidebar-filters-categories {
      margin-top: -0.25rem; } }

.sidebar-filters-cat-accordion.open .sidebar-filters-cat-header {
  margin-bottom: 1rem;
  text-align: left;
  color: #167e40;
  margin-bottom: 0; }
  .sidebar-filters-cat-accordion.open .sidebar-filters-cat-header:after {
    background-color: rgba(46, 51, 51, 0.12);
    content: '';
    display: block;
    height: 0.25rem;
    margin: 0.625rem 0 0 0;
    width: 1.75rem; }

.sidebar-filters-cat-accordion.open .sidebar-filters-cat-header .sprite:after {
  content: '\f00d';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.sidebar-filters-cat-accordion + .sidebar-filters-cat-accordion {
  border-top: 1px solid rgba(46, 51, 51, 0.12); }

.sidebar-filters-cat-header {
  color: #2e3333;
  cursor: pointer;
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0.75rem 2.5rem 0.75rem 0;
  position: relative;
  text-transform: uppercase; }
  @media screen and (min-width: 74rem) {
    .sidebar-filters-cat-header {
      color: #2e3333;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 1rem;
      color: #2e3333;
      letter-spacing: inherit;
      margin-bottom: 0;
      text-transform: none; } }

.sidebar-filters-cat-header .sprite {
  padding: 0.75rem;
  position: absolute;
  right: 0;
  top: 0; }
  .sidebar-filters-cat-header .sprite i {
    display: none; }
  .sidebar-filters-cat-header .sprite:after {
    content: '\f067';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }

.js .sidebar-filters-cat-content {
  display: none; }

@media print {
  @page {
    margin: 1.5cm 1.75cm; }
  body {
    max-width: none; }
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    border-bottom: none !important;
    text-decoration: underline !important; }
  button,
  .btn,
  .btn-secondary,
  .cta-btn {
    border: 2px solid #000 !important; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  svg {
    fill: #000 !important; }
  .accordion-header .sprite,
  .breadcrumbs,
  .header-search,
  .interior-hero,
  .main-nav,
  .narrow-header-toggles,
  .pagination,
  .scrolling-hero-img,
  .scrolling-hero-nav,
  .section-nav,
  .sidebar,
  .sidebar-filters,
  .site-footer-nav,
  .slick-dots,
  .slick-arrow,
  .social-icons,
  .tabcordions .tab-header:after,
  .utility-nav {
    display: none !important; }
  .inner,
  .scrolling-hero-content {
    margin: 0 !important;
    max-width: none !important;
    padding: 1cm 0 0 0 !important; }
  .site-header-top {
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    max-width: none !important;
    padding: 0 0 0.5cm 0 !important;
    text-align: left !important; }
  .site-logo {
    padding: 0;
    vertical-align: middle; }
  .site-logo svg {
    height: 36px;
    width: 160px; }
  .site-header .tagline {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle; }
  .site-footer {
    border-top: 1px solid #000; }
  .site-footer .inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .site-footer .unit {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    padding: 0 !important; }
  .site-footer .unit:nth-child(1),
  .site-footer .unit:nth-child(3) {
    display: none; }
  .footer-contact br {
    content: ''; }
  .footer-contact br:after {
    content: ' \2022 ';
    padding: 0 0.5em; }
  .unit {
    padding: 0 0 1cm 0 !important; }
  .accordion-more,
  .tab-content {
    display: block !important;
    height: auto !important; }
  [class*='block-grid'],
  [class*='event-grid'] {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
    [class*='block-grid'] > *,
    [class*='event-grid'] > * {
      -webkit-flex-basis: 48% !important;
          -ms-flex-preferred-size: 48% !important;
              flex-basis: 48% !important;
      max-width: 48% !important;
      margin: 1% !important; }
  .slick-list {
    height: auto !important; }
  .slick-list * {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left; }
  .scrolling-hero-content {
    border: none; }
  .scrolling-hero-title,
  .scrolling-hero-teaser {
    max-width: none; }
  .slick-track,
  .scrolling-hero .slick-track {
    display: block !important;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    width: auto !important; }
  .slick-slide {
    display: block !important;
    float: none !important;
    margin-bottom: 0.5cm !important;
    opacity: 1 !important;
    position: static !important;
    width: auto !important; }
  .event-grid .content-list-item,
  .cta-row .cta,
  .link-list,
  .link-list > li {
    border-color: #000 !important; } }
