/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

body {
  font-size: 16px;
}

@media print, screen and (min-width: 40em) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 39.9375em) {
  body {
    font-size: 14px;
  }
}

h1,
.fs-1 {
  font-size: 28px;
}

h2,
.fs-2 {
  font-size: 24px;
}

h3,
.fs-3 {
  font-size: 18px;
}

h4,
.fs-4 {
  font-size: 16px;
}

h5,
.fs-5 {
  font-size: 14px;
}

h6,
.fs-6 {
  font-size: 12px;
}

@media print, screen and (min-width: 40em) {
  h1,
  .fs-1 {
    font-size: 36px;
  }
  h2,
  .fs-2 {
    font-size: 32px;
  }
  h3,
  .fs-3 {
    font-size: 24px;
  }
  h4,
  .fs-4 {
    font-size: 20px;
  }
  h5,
  .fs-5 {
    font-size: 16px;
  }
  h6,
  .fs-6 {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.2;
}

strong {
  font-weight: 700;
}

.quote {
  border-left: 4px solid #90daee;
  padding: 5px 20px;
  background: #e8f7fc;
}

.quote__text {
  margin: 10px 0;
}

.quote__cite {
  margin: 0 0 10px;
  display: block;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  position: absolute;
  width: 100%;
  height: 100%;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

@-webkit-keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}

@keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 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);
  }
}

@-webkit-keyframes loader2 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes loader2 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 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 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  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;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=80em&xxlarge=112.5em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: white;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.25rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}

.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}

.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}

.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}

.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.625rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.625rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.625rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.625rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.625rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.625rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.625rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.625rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.625rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.625rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.625rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.625rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.625rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.625rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.625rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.625rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.625rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.625rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.625rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.625rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem);
  }
}

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-y > .small-1 {
  height: 8.3333333333%;
}

.grid-y > .small-2 {
  height: 16.6666666667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.3333333333%;
}

.grid-y > .small-5 {
  height: 41.6666666667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.3333333333%;
}

.grid-y > .small-8 {
  height: 66.6666666667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.3333333333%;
}

.grid-y > .small-11 {
  height: 91.6666666667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.25rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.25rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: transparent;
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #4d4d4d;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0 ease, visibility 0 ease;
  transition: opacity 0 ease, visibility 0 ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0 ease;
  transition: -webkit-transform 0 ease;
  transition: transform 0 ease;
  transition: transform 0 ease, -webkit-transform 0 ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 200;
}

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0 ease;
  transition: -webkit-transform 0 ease;
  transition: transform 0 ease;
  transition: transform 0 ease, -webkit-transform 0 ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 200;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0 ease;
  transition: -webkit-transform 0 ease;
  transition: transform 0 ease;
  transition: transform 0 ease, -webkit-transform 0 ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 79.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 80em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: white;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 1200px;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 1200px;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 1200px;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 1200px;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 400px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: white;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead, tbody, tfoot {
  border: 0;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #54595f;
  color: white;
}

tfoot {
  background: #f1f1f1;
  color: #4d4d4d;
}

thead tr, tfoot tr {
  background: transparent;
}

thead th, thead td, tfoot th, tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th, tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 0;
  background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

body {
  background: white;
  min-width: 320px;
  color: #54595f;
}

ul {
  list-style: none;
  padding-left: 16px;
}

ul li {
  position: relative;
  margin-bottom: 0;
}

ul li::before {
  color: #0b8288;
  content: '\25AA';
  font-size: 1em;
  left: -15px;
  position: absolute;
  top: 0;
}

ul.dropdown > li, ul.accordion > li, ul.header__submenu > li {
  margin-bottom: 0;
}

ul.dropdown > li::before, ul.accordion > li::before, ul.header__submenu > li::before {
  display: none;
}

ol {
  padding-left: 20px;
}

ol li {
  margin-bottom: 0px;
}

a {
  color: #0b8288;
}

a:hover {
  text-decoration: none;
}

table th {
  font-weight: 400;
  border-left: 1px solid white;
}

table th:first-child {
  border: 0;
}

.table-scroll table {
  min-width: 100%;
}

hr {
  background: #ccc;
  height: 1px;
  border: 0;
  margin: 0;
}

@media print {
  .hide-for-print {
    display: none !important;
  }
  .hero > .grid-container > .grid-x > .cell {
    width: 50% !important;
    float: left !important;
  }
  .banner img {
    display: block !important;
    right: initial !important;
    width: 100% !important;
  }
  .banner__imagecontainer {
    display: none;
  }
  .banner__container {
    height: auto !important;
    width: 100% !important;
  }
  .banner__cell {
    display: block !important;
  }
  .homepage-launch__item {
    width: 23% !important;
    min-width: 23% !important;
    max-width: 23% !important;
    margin: 0 !important;
    float: left !important;
  }
  .grid-container {
    display: block !important;
    clear: both !important;
    float: left !important;
  }
  .flex-container,
  .grid-x {
    display: block !important;
  }
  .events {
    width: 100% !important;
    display: block !important;
    clear: both !important;
    float: left !important;
  }
  .events .grid-container {
    width: 100% !important;
  }
  .events .grid-container .grid-x {
    width: 100% !important;
    clear: both !important;
  }
  .events .grid-container .grid-x .events__item {
    width: 30% !important;
    min-width: 30% !important;
    max-width: 30% !important;
    float: left !important;
  }
  .event-search * {
    width: 100% !important;
  }
  .tiles__item {
    width: 30% !important;
    min-width: 30% !important;
    max-width: 30% !important;
    float: left !important;
  }
  .listings__cell {
    overflow: auto !important;
  }
  .listings__cell--left {
    position: relative !important;
    overflow: auto !important;
  }
  .listings__cell * {
    position: relative !important;
    overflow: auto !important;
    display: block !important;
    clear: both !important;
    float: left !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .listings__cell img {
    display: none !important;
  }
  .flex-child-grow {
    overflow: auto !important;
    display: block !important;
  }
  .main {
    display: block !important;
  }
  .main .flex-child-grow {
    position: relative !important;
    overflow: auto !important;
    display: block !important;
    clear: both !important;
    float: left !important;
    -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
  }
  .footer {
    clear: both !important;
    overflow: visible !important;
  }
  .footer ul {
    padding: 0 !important;
    margin: 0 !important;
  }
  .footer ul li {
    float: left;
    margin-right: 10px !important;
  }
  .footer ul li::before {
    display: none !important;
    content: "" !important;
  }
  .footer ul li a {
    font-size: 12px !important;
  }
  .footer__top {
    padding-bottom: 0 !important;
  }
  .footer__top > .grid-x {
    width: 100% !important;
    position: relative !important;
  }
  .footer__top > .grid-x > .cell {
    width: 50% !important;
    float: left;
    position: relative !important;
  }
  .footer__top > .grid-x > .cell .footer-logo-screen {
    display: none;
  }
  .footer__top > .grid-x > .cell .footer-logo-print {
    display: block;
  }
  .footer__bottom {
    width: 100% !important;
    position: relative !important;
  }
  .footer__bottom > .grid-x {
    width: 100% !important;
    position: relative !important;
  }
  .footer__bottom > .grid-x > .cell {
    width: 100% !important;
    position: relative !important;
  }
  .footer__bottom > .grid-x > .cell > ul {
    width: 100% !important;
    position: relative !important;
    float: left !important;
    margin-right: 10px !important;
  }
  .footer__bottom > .grid-x > .cell > ul > li {
    border: none !important;
    width: 100% !important;
    position: relative !important;
    float: left !important;
    margin-right: 10px !important;
  }
  .footer__bottom > .grid-x > .cell > ul > li > .footer__contact-trigger {
    display: none !important;
  }
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content {
    border: none !important;
    width: 100% !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container {
    width: 100% !important;
    position: relative !important;
  }
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container > .grid-x {
    width: 100% !important;
    position: relative !important;
  }
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container > .grid-x > .cell {
    width: 100% !important;
    position: relative !important;
  }
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container > .grid-x > .cell > .footer__contact-dropdown {
    width: 100% !important;
    position: relative !important;
    display: block !important;
  }
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container > .grid-x > .cell > .footer__contact-dropdown > .grid-container {
    width: 100% !important;
    position: relative !important;
  }
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container > .grid-x > .cell > .footer__contact-dropdown > .grid-container > .grid-x {
    width: 100% !important;
    position: relative !important;
  }
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container > .grid-x > .cell > .footer__contact-dropdown > .grid-container > .grid-x .footer__contact-left,
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container > .grid-x > .cell > .footer__contact-dropdown > .grid-container > .grid-x .footer__contact-right {
    padding: 0;
    width: 50% !important;
    position: relative !important;
    overflow: visible !important;
    display: block !important;
    float: left !important;
  }
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container > .grid-x > .cell > .footer__contact-dropdown > .grid-container > .grid-x .footer__contact-left .show-for-sr,
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container > .grid-x > .cell > .footer__contact-dropdown > .grid-container > .grid-x .footer__contact-right .show-for-sr {
    position: relative !important;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    clip: unset;
    white-space: normal;
    -webkit-clip-path: unset;
            clip-path: unset;
  }
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container > .grid-x > .cell > .footer__contact-dropdown > .grid-container > .grid-x .footer__contact-left *,
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container > .grid-x > .cell > .footer__contact-dropdown > .grid-container > .grid-x .footer__contact-right * {
    display: block !important;
    margin: 0 !important;
    width: 100% !important;
    list-style: none !important;
  }
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container > .grid-x > .cell > .footer__contact-dropdown > .grid-container > .grid-x .footer__contact-left h4,
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container > .grid-x > .cell > .footer__contact-dropdown > .grid-container > .grid-x .footer__contact-right h4 {
    display: none !important;
  }
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container > .grid-x > .cell > .footer__contact-dropdown > .grid-container > .grid-x .footer__contact-left ul,
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container > .grid-x > .cell > .footer__contact-dropdown > .grid-container > .grid-x .footer__contact-right ul {
    display: block !important;
    float: left !important;
    margin-right: 10px !important;
  }
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container > .grid-x > .cell > .footer__contact-dropdown > .grid-container > .grid-x .footer__contact-left ul > li,
  .footer__bottom > .grid-x > .cell > ul > li > .accordion-content > .grid-container > .grid-x > .cell > .footer__contact-dropdown > .grid-container > .grid-x .footer__contact-right ul > li {
    padding: 0 !important;
    display: block !important;
    float: left !important;
    margin-right: 10px !important;
    width: auto !important;
  }
  .footer__bottom ul {
    display: block !important;
    position: relative !important;
  }
  .footer__bottom ul .accordion-title {
    display: none !important;
  }
}

.button,
.EPiServerForms button {
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-color: #757575;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  font-weight: 500;
  border-radius: 0;
  line-height: 1;
  border: 2px solid #757575;
}

.button:hover,
.EPiServerForms button:hover {
  background-color: #686868;
  border: 2px solid #686868;
}

.button--secondary,
.EPiServerForms button--secondary {
  background-color: #006ba6;
  border: 2px solid #006ba6;
}

.button--secondary:hover,
.EPiServerForms button--secondary:hover {
  background-color: #005b8d;
  border: 2px solid #005b8d;
}

.button--tertiary,
.EPiServerForms button--tertiary {
  background-color: #0b8288;
  border: 2px solid #0b8288;
}

.button--tertiary:hover,
.EPiServerForms button--tertiary:hover {
  background-color: #096b70;
  border: 2px solid #096b70;
}

.button--quartenary,
.EPiServerForms button--quartenary {
  background-color: #ce0058;
  border: 2px solid #ce0058;
}

.button--quartenary:hover,
.EPiServerForms button--quartenary:hover {
  border: 2px solid #b5004d;
  background-color: #b5004d;
  background-image: url(../../images/box-pink.svg);
  background-size: 100% auto;
  -webkit-transition: background-color 1s, background-image 2s;
  transition: background-color 1s, background-image 2s;
}

.button--hollow,
.EPiServerForms button--hollow {
  background-color: transparent;
  color: #757575;
}

.button--hollow:hover,
.EPiServerForms button--hollow:hover {
  background-color: #757575;
  border-color: #757575;
  color: white;
}

.button--hollow:hover .icon,
.EPiServerForms button--hollow:hover .icon {
  fill: white;
}

.button--full,
.EPiServerForms button--full {
  display: block;
  width: 100% !important;
}

.button--white,
.EPiServerForms button--white {
  background-color: white;
  border-color: white;
  color: #757575;
}

.button--white:hover,
.EPiServerForms button--white:hover {
  color: white;
}

.button .icon,
.EPiServerForms button .icon {
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.button--small,
.EPiServerForms button--small {
  font-size: 12px;
}

.button--large,
.EPiServerForms button--large {
  font-size: 18px;
}

.button--small,
.EPiServerForms button--small {
  padding: 5px 10px;
}

.button--large,
.EPiServerForms button--large {
  padding: 15px 35px;
}

.button[disabled],
.EPiServerForms button[disabled] {
  opacity: 0.3;
}

.icon {
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  vertical-align: middle;
}

.icon--primary {
  fill: #54595f;
}

.icon--secondary {
  fill: #006ba6;
}

.icon--tertiary {
  fill: #0b8288;
}

.icon--accent {
  fill: #f6be00;
}

.icon--error {
  fill: #ce0058;
}

.icon--warning {
  fill: #f6be00;
}

label,
input,
select {
  display: block;
  width: 100%;
}

input[type='radio'],
input[type='checkbox'] {
  width: auto;
}

input,
select,
textarea {
  padding: 10px;
  margin-top: 5px;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  height: 40px;
}

input[type='file'] {
height: auto;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #54595f;
  -webkit-box-shadow: inset 0 0 0 0 #54595f;
          box-shadow: inset 0 0 0 0 #54595f;
}

input[type='date'] {
  padding-right: 0;
  text-indent: 3px;
  font-size: 16px;
}

input[readonly] {
  color: #54595f;
  background: #f2f2f2;
  cursor: default;
}

input[readonly]:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

label {
  margin-bottom: 4px;
  font-weight: 600;
  color: #54595f;
}

input::-ms-clear {
  display: none;
}

.form h3 {
  font-weight: 100;
}

.form__container {
  margin: 0;
}

.form__status {
  padding: 15px;
  background-color: #ffe1ee;
  border: 1px solid #ce0058;
  border-radius: 0;
}

.form__status__message {
  color: #ce0058;
}

.form__main-body {
  margin-top: 9.375px;
  margin-bottom: 9.375px;
  margin-left: 0;
  margin-right: 0;
}

.form__row {
  margin-bottom: 12.5px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border: none;
}

.form__row--validation-required label::after {
  margin-left: 2.5px;
  color: #ce0058;
  content: '*';
}

.form__element--label {
  margin-bottom: 1.25px;
  font-weight: 600;
  color: #54595f;
  display: inline-block;
  font-size: 13.5px;
}

.form__element--textarea, .form__element--input {
  display: block;
  width: 100%;
  border-width: 1px !important;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form__element--textarea:focus, .form__element--input:focus {
  outline: none;
  border-color: #54595f;
  -webkit-box-shadow: inset 0 0 0 2px #54595f;
          box-shadow: inset 0 0 0 2px #54595f;
}

.form__element--select {
  position: relative;
  display: block;
}

.form__element--select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form__element--select::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 15px;
  right: 10px;
  border-top: 8px solid black;
  opacity: 0.5;
}

.form__element--select::-ms-expand {
  display: none;
}

.form__element--textarea {
  min-height: 100px;
  max-height: 768px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.form__element--validation-error {
  padding: 7.5px;
  background-color: #ce0058;
  border-radius: 0;
  display: block;
  color: white;
}

.form__element--validation-error::before {
  margin-right: 6.25px;
  margin-left: 3.125px;
  content: '!';
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}

.form__captcha img {
  width: 320px;
}

.form__choice--checkbox {
  display: none;
}

.form__choice--checkbox ~ label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-weight: 100;
}

.form__choice--checkbox ~ label:last-child {
  margin-bottom: 0;
}

.form__choice--checkbox ~ label::before {
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28117%2C117%2C117%29'%3E%3Ctitle%3Echeckbox-unchecked%3C/title%3E%3Cpath d='M28 0H4C1.8 0 0 1.8 0 4v24c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zm0 28H4V4h24v24z'/%3E%3C/svg%3E") no-repeat top left transparent;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
}

.form__choice--checkbox:checked ~ label::before {
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28117%2C117%2C117%29'%3E%3Ctitle%3Echeckbox-checked%3C/title%3E%3Cpath d='M28 0H4C1.8 0 0 1.8 0 4v24c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zM14 24.828l-7.414-7.414 2.828-2.828L14 19.172l9.586-9.586 2.828 2.828L14 24.828z'/%3E%3C/svg%3E") no-repeat top left transparent;
  border-radius: 0;
}

.form__choice--radio {
  display: none;
}

.form__choice--radio ~ label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-weight: 100;
}

.form__choice--radio ~ label:last-child {
  margin-bottom: 0;
}

.form__choice--radio ~ label::before {
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28117%2C117%2C117%29'%3E%3Ctitle%3Eradio-unchecked%3C/title%3E%3Cpath d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0zm0 28C9.373 28 4 22.627 4 16S9.373 4 16 4s12 5.373 12 12-5.373 12-12 12z'/%3E%3C/svg%3E") no-repeat top left transparent;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
}

.form__choice--radio:checked ~ label::before {
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28117%2C117%2C117%29'%3E%3Ctitle%3Eradio-checked%3C/title%3E%3Cpath d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0zm0 28C9.373 28 4 22.627 4 16S9.373 4 16 4s12 5.373 12 12-5.373 12-12 12zm-6-12a6 6 0 1 1 12 0 6 6 0 0 1-12 0z'/%3E%3C/svg%3E") no-repeat top left transparent;
  border-radius: 0;
}

.form__file-upload-posted-file {
  padding-top: 11.25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11.25px;
  background-color: #ffe1ee;
  border: 1px solid #ce0058;
  border-radius: 0;
  color: #ce0058;
}

.form__submit--button {
  width: 100%;
}

.Form__Episerver h3 {
  font-weight: 100;
}

.Form__Episerver p.lead {
  color: #54595f;
}

.Form__Element {
  margin-bottom: 12.5px;
}

.EPiServerForms .Form__Element.ValidationFail .Form__Element__ValidationError {
  color: white;
}

.Form__Element__Caption {
  margin-bottom: 1.25px;
  color: #54595f;
  font-weight: bold;
  display: inline-block;
  font-size: 13.5px;
}

.Form__Element__ValidationError {
  padding: 7.5px;
  background-color: #ce0058;
  border-radius: 0;
  display: block;
  color: white;
}

.Form__Element__ValidationError::before {
  margin-right: 6.25px;
  margin-left: 3.125px;
  content: '!';
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}

.Form__Element.ValidationRequired label::after {
  margin-left: 2.5px;
  color: #ce0058;
  content: '*';
}

.Form__Status {
  background-color: #ffe1ee;
  border-radius: 0;
}

.Form__Status__Message {
  padding: 15px;
  color: #ce0058;
  border: 1px solid #ce0058;
  margin: 0;
}

.Form__MainBody {
  margin-top: 9.375px;
  margin-bottom: 9.375px;
  margin-left: 0;
  margin-right: 0;
}

.FormChoice > label {
  color: #54595f;
  font-weight: normal;
}

.FormChoice__Input {
  display: inline-block;
}

.FormChoice__Input--Checkbox {
  display: none;
}

.FormChoice__Input--Checkbox ~ label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-weight: 100;
}

.FormChoice__Input--Checkbox ~ label:last-child {
  margin-bottom: 0;
}

.FormChoice__Input--Checkbox ~ label::before {
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28117%2C117%2C117%29'%3E%3Ctitle%3Echeckbox-unchecked%3C/title%3E%3Cpath d='M28 0H4C1.8 0 0 1.8 0 4v24c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zm0 28H4V4h24v24z'/%3E%3C/svg%3E") no-repeat top left transparent;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
}

.FormChoice__Input--Checkbox:checked ~ label::before {
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28117%2C117%2C117%29'%3E%3Ctitle%3Echeckbox-checked%3C/title%3E%3Cpath d='M28 0H4C1.8 0 0 1.8 0 4v24c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4V4c0-2.2-1.8-4-4-4zM14 24.828l-7.414-7.414 2.828-2.828L14 19.172l9.586-9.586 2.828 2.828L14 24.828z'/%3E%3C/svg%3E") no-repeat top left transparent;
  border-radius: 0;
}

.FormChoice__Input--Radio {
  display: none;
}

.FormChoice__Input--Radio ~ label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-weight: 100;
}

.FormChoice__Input--Radio ~ label:last-child {
  margin-bottom: 0;
}

.FormChoice__Input--Radio ~ label::before {
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28117%2C117%2C117%29'%3E%3Ctitle%3Eradio-unchecked%3C/title%3E%3Cpath d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0zm0 28C9.373 28 4 22.627 4 16S9.373 4 16 4s12 5.373 12 12-5.373 12-12 12z'/%3E%3C/svg%3E") no-repeat top left transparent;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
}

.FormChoice__Input--Radio:checked ~ label::before {
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28117%2C117%2C117%29'%3E%3Ctitle%3Eradio-checked%3C/title%3E%3Cpath d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0zm0 28C9.373 28 4 22.627 4 16S9.373 4 16 4s12 5.373 12 12-5.373 12-12 12zm-6-12a6 6 0 1 1 12 0 6 6 0 0 1-12 0z'/%3E%3C/svg%3E") no-repeat top left transparent;
  border-radius: 0;
}

.FormTextbox__Input {
  border: 1px solid 1px solid #ccc;
}

.FormTextbox__Input::-webkit-input-placeholder {
  color: #54595f;
}

.FormTextbox__Input:-ms-input-placeholder {
  color: #54595f;
}

.FormTextbox__Input::-ms-input-placeholder {
  color: #54595f;
}

.FormTextbox__Input::placeholder {
  color: #54595f;
}

.FormTextbox--Textarea textarea {
  min-height: 100px;
  max-height: 768px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.FormFileUpload__PostedFile {
  padding-top: 11.25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11.25px;
  background-color: #ffe1ee;
  border: 1px solid #ce0058;
  border-radius: 0;
  color: #ce0058;
}

.FormCaptcha__Image {
  border-radius: 0;
  display: block;
  color: white;
}

.FormRange__Input {
  border-radius: 0;
}

.form__label-inline {
  margin-top: 4px;
  margin-right: 20px;
  color: white;
}

@media (max-width: 39.9375em) {
  .form__container {
    width: 100%;
  }
  .form__element--input {
    width: 100%;
  }
}

@media (min-width: 40em) {
  .form__container {
    width: 100%;
  }
}

@media (min-width: 64em) {
  .form__container {
    margin: 0;
  }
  .form input::-webkit-inner-spin-button, .form input::-webkit-clear-button {
    display: none !important;
  }
}

.temp_nav {
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  -webkit-box-shadow: 2px 3px 4px #ccc;
          box-shadow: 2px 3px 4px #ccc;
  z-index: 999;
  background: white none;
  opacity: 0.25;
  font-size: 16px;
}

.temp_nav:hover {
  -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s;
  transition: opacity 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.header .search__content {
  display: none;
}

.header__close, .header__hamburger {
  display: none;
}

.header__logo {
  padding: 16px 16px 16px 0;
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.header__logo a {
  width: auto;
  max-width: 1200px;
  margin: auto;
  display: block;
  float: left;
}

.header__logo a img {
  height: 80px;
  display: block;
}

.header__logo a img:hover {
  opacity: 0.9;
}

.header__nav-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__nav-outer {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: block;
}

.header__nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__nav {
  margin-left: -20px;
  width: auto;
  background: white;
  float: left;
}

.header__nav-link {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.header__nav-link--desktop{
  display:block
}
.header__nav-link--mobile{
  display:none
}
.header__nav-link::before {
  display: none;
}

.header__nav-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.header__nav-link a span{
  text-decoration:none;
  font-weight: 400;
}
.header__nav-link .icon {
  fill: #54595f;
}
.header__nav-link.active .header__nav-link-text{
  -webkit-transition:background-color 0.3s;
  transition:background-color 0.3s;
}

.header__nav-link-text {
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 12px;
  color: #54595f;
  display: block;
  position: relative;
}

.header__nav-link-text::before, .header__nav-link-text::after {
  content: '';
  display: none;
  width: 20px;
  height: 10px;
  bottom: 3px;
  background: transparent;
  position: absolute;
  left: -30px;
  -webkit-box-shadow: 15px 0 0 transparent;
          box-shadow: 15px 0 0 transparent;
  -webkit-transform: scale(2);
          transform: scale(2);
}

.header__nav-link-text::before {
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}

.header__nav-link-text::after {
  right: -30px;
  left: auto;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-box-shadow: -15px 0 0 transparent;
          box-shadow: -15px 0 0 transparent;
}

.is-active .header__nav-link-text::before, .is-active .header__nav-link-text::after {
  display: block;
}

.is-active .header__nav-link-text::before {
  -webkit-box-shadow: 15px 0 0 #fff;
          box-shadow: 15px 0 0 #fff;
}

.is-active .header__nav-link-text::after {
  -webkit-box-shadow: -15px 0 0 #fff;
          box-shadow: -15px 0 0 #fff;
}

.header__nav-link-text:hover {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #008289;
  color: white;
}

.header__nav-link-text .icon {
  margin-left: 5px;
  position: relative;
  z-index: 1;
  fill: white;
}

.header__nav-link-text span {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}

.is-active .header__nav-link-text {
  background-color: white;
  color: #54595f;
  border-radius: 25px 25px 0 0;
}

.is-active .header__nav-link-text .icon {
  fill: #54595f;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}


.header__nav-secondary-dropdown{
  width:auto;
  border:none;
  background:#2b2f33 none;
  padding:0
}
.header__nav-secondary-list{
  margin:0;
  padding:0
}
.header__nav-secondary-link{
  width:auto;
  font-size:16px;
  margin-bottom:0;
  background: white;
}
.header__nav-secondary-link::before{
  content:""
}
.header__nav-secondary-link-text{
  font-weight:600;
  color:#54595f;
  padding:10px 20px
}
.header__nav-secondary-link-text:hover{
  -webkit-transition:background 0.3s;
  transition:background 0.3s;
  background:#008289 none;
  color: white;
}
@media only screen and (max-width: 63.9375em) {
  .header__nav-secondary-link-text:hover{
    background-color: #f2f2f2;
    color:#54595f;
  }
}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse li {
  width: 100%;
  display: block;
}
.js .nav-collapse {
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
  z-index: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
}
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media screen and (min-width: 63.9375em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}
@media screen and (min-width: 63.9375em) {
  .nav-collapse {
    width: auto;
    float: right;
  }
}
.nav-collapse li {
  float: left;
  width: 100%;
}
@media screen and (max-width: 1230px) and (min-width: 63.9375em) {
  .nav-collapse li:first-child:hover .header__nav-secondary-list {
    left: 20px;
  }
}
@media screen and (min-width: 63.9375em) {
  .nav-collapse li {
    width: auto;
  }
}
@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}
.nav-toggle {
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  float: right;
  line-height: 39px;
  width: 0 !important;
  height: 0 !important;
  margin: 0;
  position: absolute;
}
.nav-toggle:hover,
.nav-toggle:focus,
.nav-toggle:active {
  background-color: #fff;
  color: #212428;
}
@media screen and (max-width: 1024px) {	
  .js .nav-collapse {
    visibility: hidden;
  }
  .js .nav-collapse.opened {
    visibility: visible;
  }
  .js .nav-collapse.multiple-level-nav.opened.dropdown-active {
    max-height: 9999px !important;
  }
  .js .nav-collapse.multiple-level-nav .sub-menu {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: none; 
    overflow: hidden;
    zoom: 1;
  }
  .js .nav-collapse.multiple-level-nav .sub-menu.toggled {
    clip: rect(0 0 0 0);
    display: block;
    max-height: 9999px;
    position: relative;
  }
  .js .nav-collapse li {
    position: relative;
  }
  .js .nav-collapse .dropdown-toggle {
    border-bottom: 1px solid #a2a2a2;
    content: "";
    height: 48px;
    width: 48px;
    padding: 0;
    position: absolute;
    margin: 0;
    text-transform: lowercase;
    top: 0;
    right: 10px;
    cursor: pointer;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 28' fill='rgb%2843%2C47%2C51%29'%3E%3Ctitle%3Eangle-down%3C/title%3E%3Cpath d='M16.797 11.5a.54.54 0 0 1-.156.359L9.36 19.14c-.094.094-.234.156-.359.156s-.266-.063-.359-.156l-7.281-7.281c-.094-.094-.156-.234-.156-.359s.063-.266.156-.359l.781-.781a.508.508 0 0 1 .359-.156.54.54 0 0 1 .359.156l6.141 6.141 6.141-6.141c.094-.094.234-.156.359-.156s.266.063.359.156l.781.781a.536.536 0 0 1 .156.359z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
  }
  .js .nav-collapse .dropdown-toggle.toggled {
    background-image:url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 28' fill='rgb%2843%2C47%2C51%29'%3E%3Ctitle%3Eangle-up%3C/title%3E%3Cpath d='M16.797 18.5a.54.54 0 0 1-.156.359l-.781.781a.508.508 0 0 1-.359.156.54.54 0 0 1-.359-.156l-6.141-6.141L2.86 19.64c-.094.094-.234.156-.359.156s-.266-.063-.359-.156l-.781-.781c-.094-.094-.156-.234-.156-.359s.063-.266.156-.359l7.281-7.281c.094-.094.234-.156.359-.156s.266.063.359.156l7.281 7.281a.536.536 0 0 1 .156.359z'/%3E%3C/svg%3E")
  }
  .js .nav-collapse .dropdown-toggle:hover {
    background-image:url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 28' fill='rgb%28162%2C162%2C162%29'%3E%3Ctitle%3Eangle-down%3C/title%3E%3Cpath d='M16.797 11.5a.54.54 0 0 1-.156.359L9.36 19.14c-.094.094-.234.156-.359.156s-.266-.063-.359-.156l-7.281-7.281c-.094-.094-.156-.234-.156-.359s.063-.266.156-.359l.781-.781a.508.508 0 0 1 .359-.156.54.54 0 0 1 .359.156l6.141 6.141 6.141-6.141c.094-.094.234-.156.359-.156s.266.063.359.156l.781.781a.536.536 0 0 1 .156.359z'/%3E%3C/svg%3E")
  }
  .js .nav-collapse .dropdown-toggle.toggled:hover {
    background-image:url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 28' fill='rgb%28162%2C162%2C162%29'%3E%3Ctitle%3Eangle-up%3C/title%3E%3Cpath d='M16.797 18.5a.54.54 0 0 1-.156.359l-.781.781a.508.508 0 0 1-.359.156.54.54 0 0 1-.359-.156l-6.141-6.141L2.86 19.64c-.094.094-.234.156-.359.156s-.266-.063-.359-.156l-.781-.781c-.094-.094-.156-.234-.156-.359s.063-.266.156-.359l7.281-7.281c.094-.094.234-.156.359-.156s.266.063.359.156l7.281 7.281a.536.536 0 0 1 .156.359z'/%3E%3C/svg%3E")
  }
  .js .nav-collapse .dropdown-toggle:after {
    content: "";
  }
  .js .nav-collapse .dropdown-toggle.toggled:after {
    content: "";
  }  
}
.dropdown ul ul a {
  background: #2d353e;
  padding-left: 2.5em;
}
@media screen and (min-width: 63.9375em) {
  .dropdown-toggle  {
    display: none;
  }
  .dropdown ul a {
    background: white;
    padding-left: 1.5em;
  }
}
.dropdown ul ul {
  border: 0;
  padding: 0;
}
.dropdown .dropdown.opened .has-dropdown {
  background: #9c2c12;
}
@media screen and (min-width: 63.9375em) {
  .js .nav-collapse,
  .js .nav-collapse .dropdown ul {
    max-height: none;
    overflow: visible;
  }  
  .has-dropdown:after {
    font-size: 1.5em;
    line-height: 0.8;
    float: right;
    content: "";
    width: 0;
    height: 0;
    margin: 1em 0 0 0.5em;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
  }
  .dropdown ul .has-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    margin: 0.3em 0 0 0.5em;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff;
  }
  .nav-collapse .dropdown {
    position: relative;
  }
  .nav-collapse .dropdown li {
    width: 100%;
  }
  .nav-collapse .dropdown ul a {
    text-align: left;
    border: 0;
  }
  .nav-collapse ul ul {
    float: left;
    margin-top: -4px;
    position: absolute;
    top: 0;
    left: -999em;
    z-index: 99999;
    text-align: center;
    width: 202px;
    border: 1px #ccc solid;
    box-shadow: 1px 3px 10px #ccc;
  }
  .nav-collapse li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909;
  }
  .nav-collapse ul ul ul {
    left: -999em;
    top: 20px;
  }
  .nav-collapse ul ul a {
    padding: 15px 12px;
    white-space: normal;
    width: 200px;
  }
  .nav-collapse ul li:hover > ul,
  .nav-collapse ul li.focus > ul {
    top: 55px;
    left: 0;
    margin-left: 0;
  }
  .nav-collapse ul ul li:hover > ul,
  .nav-collapse ul ul li.focus > ul {
    top: 0;
    left: 0%;
    margin-left: 0;
  }  
}

.header__search {
  padding: 10px;
  width: auto;
  float: right;
  display: block;
}

.header__search input {
  margin: 0;
  border-radius: 5px;
  display: none;
}

.header__search-trigger {
  padding: 10px;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 28' fill='rgb%2884%2C89%2C95%29'%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zm8 13c0 1.094-.906 2-2 2a1.96 1.96 0 0 1-1.406-.594l-5.359-5.344a10.971 10.971 0 0 1-6.234 1.937c-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-.672 4.406-1.937 6.234l5.359 5.359c.359.359.578.875.578 1.406z'/%3E%3C/svg%3E");
  background-color: white;
  background-repeat: no-repeat;
  display: block;
  float: none;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.header__search-icon {
  fill: #54595f;
}

.header__search-wraper {
  padding-top: 0px;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  background-color: white;
  z-index: 90;
  overflow-x: hidden;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
}

.header__search-wraper .search {
  padding-top: 20px;
}

.header__search-wraper.is-active {
  margin: 0 auto;
  display: block;
  position: absolute;
  max-width: 1240px;
  background: rgba(255, 255, 255, 0.9) none;
  min-height: 51px;
  left: -40px;
  top: auto;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  opacity: 1;
  border: none;
}

.header__search-wraper.is-active .search {
  padding-top: 0;
  width: 40%;
  float: right;
  background: white none;
}

.header__search-wraper.is-active .search .header__close {
  background-size: 20px;
  display: block;
  right: 10px;
  top: 10px;
}

.header__search-wraper.is-active .search .search__content {
  margin-right: 60px;
  display: block;
}

.header__search-wraper.is-active .search .search__content .search__input {
  border: 1px solid #ccc !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.header__search-wraper.is-active .search .search__content .search__results {
  padding: 20px;
  position: absolute;
  width: 100%;
  background: white;
  left: 0;
  right: 0;
  top: 44px;
  border: 1px solid #ccc;
}

.header__search-wraper.is-active .search .search__action {
  display: none;
}

.header__search-clear {
  background: url(../../images/iconclear.png) no-repeat transparent 0 0 scroll;
  background-size: 100%;
  position: absolute;
  top: 16px;
  right: 100px;
  height: 16px;
  width: 16px;
}

.header__search-clear:hover {
  background: url(../../images/iconclear-hover.png) no-repeat transparent 0 0 scroll;
  background-size: 100%;
  cursor: pointer;
}

.header__search-submit {
  right: 70px;
  top: 12px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 28' fill='rgb%2877%2C77%2C77%29'%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zm8 13c0 1.094-.906 2-2 2a1.96 1.96 0 0 1-1.406-.594l-5.359-5.344a10.971 10.971 0 0 1-6.234 1.937c-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-.672 4.406-1.937 6.234l5.359 5.359c.359.359.578.875.578 1.406z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% 100%;
  height: 23px;
  width: 23px;
  cursor: pointer;
  position: absolute;
}

.header__search-submit:hover {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #959595;
}

.header__close {
  right: 20px;
  top: 20px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 28' fill='rgb%2877%2C77%2C77%29'%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath d='M20.281 20.656c0 .391-.156.781-.438 1.062l-2.125 2.125c-.281.281-.672.438-1.062.438s-.781-.156-1.062-.438L11 19.249l-4.594 4.594c-.281.281-.672.438-1.062.438s-.781-.156-1.062-.438l-2.125-2.125c-.281-.281-.438-.672-.438-1.062s.156-.781.438-1.062L6.751 15l-4.594-4.594c-.281-.281-.438-.672-.438-1.062s.156-.781.438-1.062l2.125-2.125c.281-.281.672-.438 1.062-.438s.781.156 1.062.438L11 10.751l4.594-4.594c.281-.281.672-.438 1.062-.438s.781.156 1.062.438l2.125 2.125c.281.281.438.672.438 1.062s-.156.781-.438 1.062L15.249 15l4.594 4.594c.281.281.438.672.438 1.062z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 2em;
  height: 2em;
}

.header a {
  text-decoration: none;
}

.header__nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header__nav-links .icon {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header__submenu, .header__nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-logo,
.search-logo {
  display: none;
}

@media only screen and (max-width: 63.9375em) {
  .header {
    padding: 5px;
    position: unset;
    height: 64px;
  }
  .header .search__form {
    position: relative;
  }
  .header .search__content {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    display: block;
  }
  .header .search__input {
    display: block;
    border: none;
    border-bottom: 2px solid #4d4d4d;
    padding-left: 0;
    font-size: 22px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #959595;
  }
  .header .search .header__close {
    right: 20px;
    left: auto;
  }
  .header__hamburger {
    margin-top: 10px;
    margin-left: 10px;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28' fill='rgb%2884%2C89%2C95%29'%3E%3Ctitle%3Ebars%3C/title%3E%3Cpath d='M24 21v2c0 .547-.453 1-1 1H1c-.547 0-1-.453-1-1v-2c0-.547.453-1 1-1h22c.547 0 1 .453 1 1zm0-8v2c0 .547-.453 1-1 1H1c-.547 0-1-.453-1-1v-2c0-.547.453-1 1-1h22c.547 0 1 .453 1 1zm0-8v2c0 .547-.453 1-1 1H1c-.547 0-1-.453-1-1V5c0-.547.453-1 1-1h22c.547 0 1 .453 1 1z'/%3E%3C/svg%3E");
    background-color: white;
    background-repeat: no-repeat;
    display: block;
    width: 2em;
    height: 2em;
  }
  .header__hamburger:hover {
    fill: #6c727a;
    cursor: pointer;
  }
  .header__logo {
    width: 80%;
    max-width: initial;
    border-bottom: none;
    /* z-index: 99999; */
    position: absolute;
    left: 10%;
    right: 10%;
  }
  .nav-logo {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
  }
  .nav-logo img {
    height: 40px;
    display: block;
    margin: 10px auto;
  }
  .search-logo {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
  }
  .search-logo img {
    height: 40px;
    display: block;
    margin: 10px auto;
  }
  .header__logo a {
    width: 100%;
  }
  .header__logo a img {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
  }
  .header__search {
    width: 50px;
  }
  .header__search-wraper {
    padding-top: 0px;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    background-color: white;
    z-index: 90;
    overflow-x: hidden;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
  }
  .header__search-wraper.is-active {
    background-color: white;
    position: fixed;
    width: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    margin: 0;
  }
  .header__search-wraper.is-active .search {
    padding-top: 20px;
    width: 100%;
  }
  .header__search-wraper.is-active .search .header__close {
    display: block;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
  }
  .header__search-wraper.is-active .search .search__content {
    display: block;
    margin-right: 20px;
  }
  .header__search-wraper.is-active .search .search__content .search__input {
    border: none !important;
    border-bottom: 2px solid #4d4d4d !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .header__search-icon {
    fill: #54595f;
  }
  .header__search-clear {
    position: absolute;
    right: 35px;
    top: 15px;
  }
  .header__search-clear svg {
    position: absolute;
    fill: white;
    background-color: #959595;
    border-radius: 50%;
    padding: 2px 1px 3px;
    height: 18px;
    width: 18px;
    cursor: pointer;
  }
  .header__search-clear svg:hover {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #4d4d4d;
  }
  .header__search-submit {
    position: absolute;
    right: 0;
    top: 10px;
  }
  .header__search-submit svg {
    position: absolute;
    fill: #4d4d4d;
    background-color: transparent;
    height: 18px;
    width: 18px;
  }
  .header__search-submit svg:hover {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: #959595;
  }
  .header__middle-inner {
    min-height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav {
    position: fixed;
    z-index: 12;
    -webkit-transition: -webkit-transform 0 ease;
    transition: -webkit-transform 0 ease;
    transition: transform 0 ease;
    transition: transform 0 ease, -webkit-transform 0 ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background: #e6e6e6;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    margin-left: 0;
    background: white;
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  [data-whatinput='mouse'] .header__nav {
    outline: 0;
  }
  .header__nav.is-transition-push {
    z-index: 12;
  }
  .header__nav.is-transition-overlap {
    z-index: 200;
  }
  .header__nav.is-transition-overlap.is-open {
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  }
  .header__nav.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header__nav.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
  }
  .header__nav-outer {
    width: 50px;
    position: absolute;
    right: 0;
    margin: 0;
  }
  .header__nav-container {
    max-width: initial;
  }
  .header__nav-link {
    position: relative;
    margin: 0;
    width: 100%;
  }
  .header__nav-link:first-child {
    border-top: 1px solid #a2a2a2;
  }
  .header__nav-link.active {
    background-color: #f2f2f2;
  }
  .header__nav-link:hover {
    background-color: #f2f2f2;
  }
  [aria-expanded='true'] .header__nav-link-text .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header__nav-link-text:hover {
    background-color: #f2f2f2;
    color: #4d4d4d;
  }
  .header__nav-links {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 20px;
  }
  .header__nav-links:first-child {
    padding-top: 20px;
  }
  .header__nav-links .icon {
    width: 2em;
    height: 2em;
    fill: white;
  }
  .header__nav-links a {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #54595f;
    border-bottom: 1px solid #a2a2a2;
    font-size: 18px;
  }
  .header__nav-links a:hover {
    text-decoration: underline;
  }
  .header__top-nav {
    overflow-x: visible;
  }
  .header__top-links {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header__top-links a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .header__top-link {
    position: initial;
  }
  .header__top-link-accounts {
    padding-top: 1.875px;
  }
  .header__top-link-accounts .form__row label {
    margin-right: 5px;
    margin-bottom: 0;
    font-weight: normal;
  }
  .header__top-link-dropdown-pane {
    left: auto !important;
    width: 100vw;
    right: 0;
  }
  .header__submenu-link .icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header__submenu-link[aria-expanded='true'] .icon {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .header__close {
    display: block;
    left: 20px;
  }
  .header__logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__logo {
    padding: 0;
    max-height: 50px;
  }
  .header__slogan-text {
    width: 55%;
    padding-right: 0;
  }
  .header__top-link-accounts label {
    display: none;
  }
}



.btn-anim {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 15px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-anim:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-anim:before {
  font-family: 'icomoon';
}
.btn-shimmer {
	color: #0e83cd;
	overflow: hidden;
}
.btn-shimmer:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-shimmer:hover,
.btn-shimmer:active {
	color: #0e83cd;
}
.btn-shimmer:hover:after {
	height: 260%;
	opacity: 1;
}
.btn-shimmer:active:after {
	height: 400%;
	opacity: 1;
}

.homepage-launch {
  margin-top: 25px;
}

.homepage-launch h2 {
  font-weight: 600;
  text-align: center;
  font-size: 28px;
}

.homepage-launch__item {
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-align: center;
  text-decoration: none;
  display: block;
}

.homepage-launch__item:hover {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.homepage-launch__item--locate {
  background-image: url(../../images/box-yellow.svg);
  -webkit-box-shadow: 5px 5px 0 #e0e02d;
          box-shadow: 5px 5px 0 #e0e02d;
  color: #5d5d10;
}

.homepage-launch__item--start {
  background-image: url(../../images/box-teal.svg);
  -webkit-box-shadow: 5px 5px 0 #13b0b8;
          box-shadow: 5px 5px 0 #13b0b8;
  color: #166266;
}

.homepage-launch__item--expand {
  background-image: url(../../images/box-blue.svg);
  -webkit-box-shadow: 5px 5px 0 #0b6ba4;
          box-shadow: 5px 5px 0 #0b6ba4;
  color: #05496f;
}

.homepage-launch__item--develop {
  background-image: url(../../images/box-orange.svg);
  -webkit-box-shadow: 5px 5px 0 #f5be28;
          box-shadow: 5px 5px 0 #f5be28;
  color: #66531b;
}

.homepage-launch__item h3 {
  margin-top: 10px;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0;
}

.homepage-launch__item p {
  font-weight: 400;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 32px;
  line-height: 1;
}

@media (max-width: 39.9375em) {
  .homepage-launch {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .homepage-launch .grid-x {
    margin-left: -10px;
    margin-right: -10px;
  }
  .homepage-launch h2 {
    font-size: 24px;
    margin-top: 0;
  }
  .homepage-launch__item {
    margin: 10px 5px 0 !important;
    width: calc(50% - 12px) !important;
  }
  .homepage-launch__item--locate {
    -webkit-box-shadow: 3px 3px 0 #e0e02d;
            box-shadow: 3px 3px 0 #e0e02d;
  }
  .homepage-launch__item--locate:hover {
    -webkit-box-shadow: 3px 3px 0 #e0e02d;
            box-shadow: 3px 3px 0 #e0e02d;
  }
  .homepage-launch__item--start {
    -webkit-box-shadow: 3px 3px 0 #13b0b8;
            box-shadow: 3px 3px 0 #13b0b8;
  }
  .homepage-launch__item--start:hover {
    -webkit-box-shadow: 3px 3px 0 #13b0b8;
            box-shadow: 3px 3px 0 #13b0b8;
  }
  .homepage-launch__item--expand {
    -webkit-box-shadow: 3px 3px 0 #0b6ba4;
            box-shadow: 3px 3px 0 #0b6ba4;
  }
  .homepage-launch__item--expand:hover {
    -webkit-box-shadow: 3px 3px 0 #0b6ba4;
            box-shadow: 3px 3px 0 #0b6ba4;
  }
  .homepage-launch__item--develop {
    -webkit-box-shadow: 3px 3px 0 #f5be28;
            box-shadow: 3px 3px 0 #f5be28;
  }
  .homepage-launch__item--develop:hover {
    -webkit-box-shadow: 3px 3px 0 #f5be28;
            box-shadow: 3px 3px 0 #f5be28;
  }
  .homepage-launch__item h3 {
    font-size: 24px;
    margin-top: 0;
    word-wrap: break-word;
    line-height: 1;
  }
  .homepage-launch__item p {
    font-weight: 500;
    font-size: 15px;
  }
}

.homepage-why {
  padding-top: 15px;
  background-color: #f2f2f2;
  margin-top: 25px !important;
  margin-bottom: -40px !important;
}

.homepage-why h2 {
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  font-size: 28px;
  margin-top: 0;
}

.homepage-why__item {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-align: center;
  padding: 0;
  text-decoration: none;
}

.homepage-why__item h3 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 24px;
  margin-top: 0;
  color: #008289;
  text-decoration: none;
}

.homepage-why__item p {
  font-weight: 400;
  font-size: 18px;
  margin-top: 0;
  line-height: 1.25;
  color: #54595f;
}

.homepage-why__item:hover h3 {
  text-decoration: underline;
}

@media (max-width: 63.9375em) {
  .homepage-why__item h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .homepage-why__item p {
    font-size: 16px;
  }
}

.events {
  background-color: #f2f2f2;
  margin-top: 30px !important;
  padding-top: 25px;
  padding-bottom: 30px;
}

.events h2 {
  font-weight: 600;
  text-align: center;
  color: #cd0059;
  font-size: 28px;
}

.events__item {
  background-image: none;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-align: center;
  padding: 25px 20px 10px;
  margin: 10px auto 20px;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #54595f;
}

.events__item h3 {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 7px;
  text-decoration: none;
}

.events__item p {
  font-weight: 400;
  font-size: 18px;
  margin-top: 0;
  line-height: 1.25;
}

.events__item:hover h3 {
  text-decoration: underline;
}

.events__button {
  padding: 10px 15px;
  font-size: 18px;
}

@media (max-width: 63.9375em) {
  .events {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px;
  }
  .events > .grid-x {
    margin-left: -10px;
    margin-right: -10px;
  }
  .events h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .events__item {
    margin: 0 10px 10px !important;
    padding: 10px;
  }
  .events__item h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  .events__item p {
    font-weight: 400;
    font-size: 16px;
  }
  .events__button {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 300;
  }
}

.event-details__cell--right {
  margin-top: -30px;
}

.event-details__cell--right h4 {
  margin-top: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.event-details__cell--right p {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

.event-details__cell--right a {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

.event-details__cell h3 {
  font-weight: 600;
  margin-top: 30px;
}

.event-details__share--list {
  list-style: none;
  padding: 0;
  width: 100%;
  overflow: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.event-details__share--item {
  margin-right: 10px;
  margin-bottom: 0;
  float: left;
}

.event-details__share--item::before {
  content: "";
}

.event-details__share--type {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 50%;
  height: 30px;
  width: 30px;
  overflow: hidden;
  line-height: 999px;
}

.event-details__share--type-RSS {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Erss%3C/title%3E%3Cpath d='M4.259 23.467A4.265 4.265 0 0 0 0 27.719a4.25 4.25 0 0 0 4.259 4.244 4.25 4.25 0 0 0 4.265-4.244 4.265 4.265 0 0 0-4.265-4.252zM.005 10.873v6.133c3.993 0 7.749 1.562 10.577 4.391A14.897 14.897 0 0 1 14.966 32h6.16c0-11.651-9.478-21.127-21.121-21.127zM.012 0v6.136C14.255 6.136 25.848 17.74 25.848 32H32C32 14.36 17.648 0 .012 0z'/%3E%3C/svg%3E");
  background-color: #e18f00;
}

.event-details__share--type-Facebook {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Efacebook%3C/title%3E%3Cpath d='M19 6h5V0h-5c-3.86 0-7 3.14-7 7v3H8v6h4v16h6V16h5l1-6h-6V7c0-.542.458-1 1-1z'/%3E%3C/svg%3E");
  background-color: #3b5998;
}

.event-details__share--type-Instagram {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Einstagram%3C/title%3E%3Cpath d='M16 2.881c4.275 0 4.781.019 6.462.094 1.563.069 2.406.331 2.969.55a4.952 4.952 0 0 1 1.837 1.194 5.015 5.015 0 0 1 1.2 1.838c.219.563.481 1.412.55 2.969.075 1.688.094 2.194.094 6.463s-.019 4.781-.094 6.463c-.069 1.563-.331 2.406-.55 2.969a4.94 4.94 0 0 1-1.194 1.837 5.02 5.02 0 0 1-1.837 1.2c-.563.219-1.413.481-2.969.55-1.688.075-2.194.094-6.463.094s-4.781-.019-6.463-.094c-1.563-.069-2.406-.331-2.969-.55a4.952 4.952 0 0 1-1.838-1.194 5.02 5.02 0 0 1-1.2-1.837c-.219-.563-.481-1.413-.55-2.969-.075-1.688-.094-2.194-.094-6.463s.019-4.781.094-6.463c.069-1.563.331-2.406.55-2.969a4.964 4.964 0 0 1 1.194-1.838 5.015 5.015 0 0 1 1.838-1.2c.563-.219 1.412-.481 2.969-.55 1.681-.075 2.188-.094 6.463-.094zM16 0c-4.344 0-4.887.019-6.594.094-1.7.075-2.869.35-3.881.744-1.056.412-1.95.956-2.837 1.85a7.833 7.833 0 0 0-1.85 2.831C.444 6.538.169 7.7.094 9.4.019 11.113 0 11.656 0 16s.019 4.887.094 6.594c.075 1.7.35 2.869.744 3.881.413 1.056.956 1.95 1.85 2.837a7.82 7.82 0 0 0 2.831 1.844c1.019.394 2.181.669 3.881.744 1.706.075 2.25.094 6.594.094s4.888-.019 6.594-.094c1.7-.075 2.869-.35 3.881-.744 1.05-.406 1.944-.956 2.831-1.844s1.438-1.781 1.844-2.831c.394-1.019.669-2.181.744-3.881.075-1.706.094-2.25.094-6.594s-.019-4.887-.094-6.594c-.075-1.7-.35-2.869-.744-3.881a7.506 7.506 0 0 0-1.831-2.844A7.82 7.82 0 0 0 26.482.843C25.463.449 24.301.174 22.601.099c-1.712-.081-2.256-.1-6.6-.1z'/%3E%3Cpath d='M16 7.781c-4.537 0-8.219 3.681-8.219 8.219s3.681 8.219 8.219 8.219 8.219-3.681 8.219-8.219A8.221 8.221 0 0 0 16 7.781zm0 13.55a5.331 5.331 0 1 1 0-10.663 5.331 5.331 0 0 1 0 10.663zM26.462 7.456a1.919 1.919 0 1 1-3.838 0 1.919 1.919 0 0 1 3.838 0z'/%3E%3C/svg%3E");
  background-color: #517fa4;
}

.event-details__share--type-Email {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eenvelope%3C/title%3E%3Cpath d='M28 11.094V23.5c0 1.375-1.125 2.5-2.5 2.5h-23A2.507 2.507 0 0 1 0 23.5V11.094c.469.516 1 .969 1.578 1.359 2.594 1.766 5.219 3.531 7.766 5.391 1.313.969 2.938 2.156 4.641 2.156h.031c1.703 0 3.328-1.188 4.641-2.156 2.547-1.844 5.172-3.625 7.781-5.391a9.278 9.278 0 0 0 1.563-1.359zM28 6.5c0 1.75-1.297 3.328-2.672 4.281-2.438 1.687-4.891 3.375-7.313 5.078-1.016.703-2.734 2.141-4 2.141h-.031c-1.266 0-2.984-1.437-4-2.141-2.422-1.703-4.875-3.391-7.297-5.078-1.109-.75-2.688-2.516-2.688-3.938 0-1.531.828-2.844 2.5-2.844h23c1.359 0 2.5 1.125 2.5 2.5z'/%3E%3C/svg%3E");
  background-color: #666;
}

@media (max-width: 63.9375em) {
  .event-details__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .event-details__cell {
    width: calc(100% - 40px) !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .event-details__cell--left {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .event-details__cell--right {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .event-details__cell h3 {
    margin-top: 20px;
    font-weight: 600;
  }
}

.event-search {
  margin-bottom: 20px;
}

.event-search__filters {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #f2f2f2;
  padding: 20px 0;
}

.event-search__cell--right h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 20px;
}

.event-search__cell--right p {
  margin: 5px 0 15px;
  font-size: 16px;
}

.event-search__cell--right a {
  margin: 5px 0;
}

.event-search__cell--right img {
  width: 90%;
  margin: auto;
  display: block;
}

.event-search__cell h3 {
  font-weight: 600;
}

.event-search__share--list {
  list-style: none;
  padding: 0;
  width: 100%;
  overflow: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.event-search__share--item {
  margin-right: 10px;
  margin-bottom: 0;
  float: left;
}

.event-search__share--item::before {
  content: "";
}

.event-search__share--type {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 50%;
  height: 30px;
  width: 30px;
  overflow: hidden;
  line-height: 999px;
}

.event-search__share--type-RSS {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Erss%3C/title%3E%3Cpath d='M4.259 23.467A4.265 4.265 0 0 0 0 27.719a4.25 4.25 0 0 0 4.259 4.244 4.25 4.25 0 0 0 4.265-4.244 4.265 4.265 0 0 0-4.265-4.252zM.005 10.873v6.133c3.993 0 7.749 1.562 10.577 4.391A14.897 14.897 0 0 1 14.966 32h6.16c0-11.651-9.478-21.127-21.121-21.127zM.012 0v6.136C14.255 6.136 25.848 17.74 25.848 32H32C32 14.36 17.648 0 .012 0z'/%3E%3C/svg%3E");
  background-color: #e18f00;
}

.event-search__share--type-Facebook {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Efacebook%3C/title%3E%3Cpath d='M19 6h5V0h-5c-3.86 0-7 3.14-7 7v3H8v6h4v16h6V16h5l1-6h-6V7c0-.542.458-1 1-1z'/%3E%3C/svg%3E");
  background-color: #3b5998;
}

.event-search__share--type-Instagram {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Einstagram%3C/title%3E%3Cpath d='M16 2.881c4.275 0 4.781.019 6.462.094 1.563.069 2.406.331 2.969.55a4.952 4.952 0 0 1 1.837 1.194 5.015 5.015 0 0 1 1.2 1.838c.219.563.481 1.412.55 2.969.075 1.688.094 2.194.094 6.463s-.019 4.781-.094 6.463c-.069 1.563-.331 2.406-.55 2.969a4.94 4.94 0 0 1-1.194 1.837 5.02 5.02 0 0 1-1.837 1.2c-.563.219-1.413.481-2.969.55-1.688.075-2.194.094-6.463.094s-4.781-.019-6.463-.094c-1.563-.069-2.406-.331-2.969-.55a4.952 4.952 0 0 1-1.838-1.194 5.02 5.02 0 0 1-1.2-1.837c-.219-.563-.481-1.413-.55-2.969-.075-1.688-.094-2.194-.094-6.463s.019-4.781.094-6.463c.069-1.563.331-2.406.55-2.969a4.964 4.964 0 0 1 1.194-1.838 5.015 5.015 0 0 1 1.838-1.2c.563-.219 1.412-.481 2.969-.55 1.681-.075 2.188-.094 6.463-.094zM16 0c-4.344 0-4.887.019-6.594.094-1.7.075-2.869.35-3.881.744-1.056.412-1.95.956-2.837 1.85a7.833 7.833 0 0 0-1.85 2.831C.444 6.538.169 7.7.094 9.4.019 11.113 0 11.656 0 16s.019 4.887.094 6.594c.075 1.7.35 2.869.744 3.881.413 1.056.956 1.95 1.85 2.837a7.82 7.82 0 0 0 2.831 1.844c1.019.394 2.181.669 3.881.744 1.706.075 2.25.094 6.594.094s4.888-.019 6.594-.094c1.7-.075 2.869-.35 3.881-.744 1.05-.406 1.944-.956 2.831-1.844s1.438-1.781 1.844-2.831c.394-1.019.669-2.181.744-3.881.075-1.706.094-2.25.094-6.594s-.019-4.887-.094-6.594c-.075-1.7-.35-2.869-.744-3.881a7.506 7.506 0 0 0-1.831-2.844A7.82 7.82 0 0 0 26.482.843C25.463.449 24.301.174 22.601.099c-1.712-.081-2.256-.1-6.6-.1z'/%3E%3Cpath d='M16 7.781c-4.537 0-8.219 3.681-8.219 8.219s3.681 8.219 8.219 8.219 8.219-3.681 8.219-8.219A8.221 8.221 0 0 0 16 7.781zm0 13.55a5.331 5.331 0 1 1 0-10.663 5.331 5.331 0 0 1 0 10.663zM26.462 7.456a1.919 1.919 0 1 1-3.838 0 1.919 1.919 0 0 1 3.838 0z'/%3E%3C/svg%3E");
  background-color: #517fa4;
}

.event-search__share--type-Email {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eenvelope%3C/title%3E%3Cpath d='M28 11.094V23.5c0 1.375-1.125 2.5-2.5 2.5h-23A2.507 2.507 0 0 1 0 23.5V11.094c.469.516 1 .969 1.578 1.359 2.594 1.766 5.219 3.531 7.766 5.391 1.313.969 2.938 2.156 4.641 2.156h.031c1.703 0 3.328-1.188 4.641-2.156 2.547-1.844 5.172-3.625 7.781-5.391a9.278 9.278 0 0 0 1.563-1.359zM28 6.5c0 1.75-1.297 3.328-2.672 4.281-2.438 1.687-4.891 3.375-7.313 5.078-1.016.703-2.734 2.141-4 2.141h-.031c-1.266 0-2.984-1.437-4-2.141-2.422-1.703-4.875-3.391-7.297-5.078-1.109-.75-2.688-2.516-2.688-3.938 0-1.531.828-2.844 2.5-2.844h23c1.359 0 2.5 1.125 2.5 2.5z'/%3E%3C/svg%3E");
  background-color: #666;
}

@media (max-width: 39.9375em) {
  .event-search h3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .event-search__filters {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .event-search__filters label {
    font-size: 14px;
	word-break: break-all;
  }
  .event-search__results {
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 20px;
  }
  .event-search__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .event-search__cell {
    width: 100% !important;
    margin: 0 !important;
  }
  .event-search__cell--left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding: 0 !important;
  }
  .event-search__cell--right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
  }
  .event-search__cell--right img,
  .event-search__cell--right hr,
  .event-search__cell--right h4,
  .event-search__cell--right p {
    display: none;
  }
  .event-search__cell h3 {
    font-weight: 600;
    margin-top: 20px;
  }
  .event-search__button {
    margin-top: 10px !important;
  }
  .event-search .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contentblock__cell {
  width: 75% !important;
}

.contentblock__cell h3 {
  font-weight: 600;
  margin-top: 30px;
  display: block;
}

@media (max-width: 63.9375em) {
  .contentblock {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .contentblock__cell {
    width: calc(100% - 20px) !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .contentblock__cell h3 {
    margin-top: 20px;
    margin-bottom: -12px;
  }
}

.tiles {
  background-color: #fff;
  margin-top: 15px !important;
}

.tiles h2 {
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  font-size: 28px;
  color: #54595f;
}

.tiles__introduction {
  margin-top: -20px;
  text-align: center;
  font-size: 20px;
  color: #54595f;
}

.tiles__item {
  margin-bottom: 20px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-align: center;
  padding: 0;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #54595f;
  display: block;
}

.tiles__item:hover h3 {
  text-decoration: underline;
}

.tiles__item img {
  width: 100%;
}

.tiles__item h3 {
  margin: 35px 20px 10px;
  width: calc(100% - 40px);
  font-weight: 600;
  font-size: 20px;
}

.tiles__item p {
  margin: 0 20px 40px;
  width: calc(100% - 40px);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}

.tiles__item.text-left {
  text-align: left;
}

@media (max-width: 63.9375em) {
  .tiles {
    margin: 0 10px !important;
  }
  .tiles h2 {
    font-size: 22px;
    margin-top: 0;
  }
  .tiles__introduction {
    font-size: 18px;
    line-height: 1.2;
    margin-top: -15px;
  }
  .tiles__item {
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .tiles__item img {
    width: 100%;
  }
  .tiles__item h3 {
    margin-top: 30px;
    font-size: 18px;
  }
  .tiles__item p {
    width: calc(100% - 20px);
    margin: 0 10px 20px;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
  }
}

.listings h3 {
  margin-bottom: 20px;
  font-weight: 600;
}

.listings__pagination {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #ccc;
}

.listings__cell {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.listings__cell--left {
  width: 73% !important;
}

.listings__cell--right {
  width: 23% !important;
}

.listings__cell img {
  width: 80px;
  height: 80px;
}

.listings__text {
  padding-left: 20px;
}

.listings__text--heading {
  margin: 0;
}

.listings__text a {
  color: #008289;
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  display: block;
}

.listings__text a:hover {
  text-decoration: none;
}

.listings__text p {
  margin: 0 0 10px;
}

.listings__text p.details {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (max-width: 39.9375em) {
  .listings {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .listings h3 {
    margin-bottom: 10px;
  }
  .listings__cell {
    width: 100% !important;
  }
  .listings__cell > img + .listings__text h4,
  .listings__cell > img + .listings__text p {
    margin-left: 90px;
    margin-top: 0;
  }
  .listings__cell--left {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px;
  }
  .listings__cell--right {
    width: 100% !important;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .listings__cell--right img {
    width: 30%;
  }
  .listings__cell img {
    width: 80px;
    height: 80px;
    position: absolute;
  }
  .listings__text {
    padding-left: 0;
  }
  .listings__text--heading {
    margin-left: 90px;
  }
  .tabs-content .listings__text--heading {
    margin-left: 0;
  }
  .listings__text--heading a {
    font-size: 14px;
  }
  .listings__text p {
    margin-top: 40px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .listings__text p.details {
    margin-left: 90px;
    margin-top: 0;
  }
  .tabs-content .listings__text p {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media (min-width: 40em) {
  .listings__cell--left {
    width: 73% !important;
  }
  .listings__cell--right {
    width: 23% !important;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.hero__title {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.hero__title h2 {
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 10px 12px;
  margin-left: auto;
  margin-right: auto;
  background: white none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 62.5%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.hero__container {
  position: relative;
  max-height: 500px;
  border-left: 1px white solid;
  border-right: 1px white solid;
}

.hero__container:hover .hero__description {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  background: white;
  color: #393b3e;
}

.hero__image {
  width: 100%;
  height: 100%;
  display: block;
}

.hero__description {
  padding: 10px;
  position: absolute;
  bottom: 75px;
  background: #393b3e;
  left: 25%;
  right: 25%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  white-space: normal;
}

@media (max-width: 63.9375em) {
  .hero__container {
    border-top: 1px white solid;
    border-left: none;
    border-right: none;
    border-bottom: 1px white solid;
    max-height: 100%;
  }
  .hero__title h2 {
    margin: 0 auto;
    font-size: 18px;
    max-width: 100%;
    width: 100%;
  }
  .hero__description {
    font-size: 14px;
    left: 15%;
    right: 15%;
  }
}

.banner {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #f2f2f2;
}

.banner img {
  position: absolute;
  right: 0;
  width: 50%;
  display: block;
  height: auto;
}

.banner h2 {
  color: #008289;
  font-size: 34px;
}

.banner p {
  font-size: 18px;
}

.banner__container {
  height: 400px;
}

.banner__container > .grid-x {
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.banner__imagecontainer {
  position: absolute;
  right: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.banner img {
  height: auto;
  width: 100%;
  max-width: initial;
}

.banner__cell {
  width: 45%;
  margin-right: 5%;
  display: block;
}

.banner__cell p {
  margin-top: 0;
}

.banner__date {
  font-size: 14px !important;
  font-weight: 600;
}

@media (max-width: 79.9375em) {
  .banner {
    min-height: initial;
    max-height: 400px;
  }
  .banner__container {
    width: 50%;
    float: left;
    height: auto;
    min-height: 400px;
  }
  .banner__container > .grid-x {
    height: 400px;
  }
  .banner__imagecontainer {
    overflow: hidden;
    width: 50%;
    float: right;
  }
  .banner img {
    position: relative;
    float: right;
    width: auto;
    height: 100%;
    max-width: initial;
  }
  .banner h2 {
    margin-left: 0;
  }
  .banner p {
    margin-left: 0;
  }
  .banner__cell {
    width: 98%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 700px)  {
  .banner h2 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1280px)  {
  .banner img {
    height: 100%;
  }
}

@media (max-width: 39.9375em) {
  .banner {
    margin-bottom: 0;
    max-height: 100%;
  }
  .banner__imagecontainer {
    width: 100%;
    position: relative;
    float: none;
    height: auto;
  }
  .banner__container > .grid-x {
    height: auto;
  }
  .banner img {
    width: 100%;
  }
  .banner h2 {
    /* margin-top: 20px; */
    margin-left: 0;
    font-size: 24px;
  }
  .banner p {
    margin-left: 0;
    font-size: 16px;
  }
  .banner__container {
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
    height: auto;
    float: none;
    width: 100%;
    min-height: initial;
  }
  .banner__cell {
    float: left;
  }
}

.breadcrumb-list {
  padding-left: 0;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 24px 0 0;
}

.breadcrumb-list li {
  margin-bottom: 0px;
  color: #54595f;
  font-weight: 600;
}

.breadcrumb-list li::before {
  display: none;
}

.breadcrumb-list li::after {
  content: '>';
  display: inline;
  padding: 0 10px;
}

.breadcrumb-list li a {
  color: #54595f;
  text-decoration: underline;
  font-weight: 500;
}

.breadcrumb-list li a:hover {
  text-decoration: none;
}

.breadcrumb-list li:last-child::after {
  display: none;
}

@media (max-width: 39.9375em) {
  .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
  }
  .breadcrumb-list li::after {
    padding: 0 5px;
  }
}

@media only screen {
  .footer {
    padding-top: 50px;
    margin-top: 40px;
    background-color: #2b2f33;
    font-size: 14px;
    color: white;
  }
  .footer p {
    margin: 15px 0 0;
  }
  .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer ul li {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .footer ul li a {
    color: white;
    text-decoration: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li::before {
    display: none;
  }
  .footer ul li::after {
    color: white;
    content: '|';
    font-size: 1.5em;
    right: -10px;
    position: absolute;
    top: -7px;
    font-weight: 100;
  }
  .footer ul li:last-child::after {
    display: none;
  }
  .footer .accordion {
    background-color: transparent;
    display: block;
  }
  .footer .accordion-title {
    display: block;
    background: transparent none !important;
    border: none !important;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
  }
  .footer .accordion-title::after {
    display: none;
  }
  .footer .accordion-item {
    background-color: transparent;
    margin: 0;
    width: 100%;
  }
  .footer .accordion-content {
    padding: 0;
    border: none !important;
  }
  .footer__top {
    padding-bottom: 100px;
  }
  .footer__top .footer-logo-screen {
    display: block;
  }
  .footer__top .footer-logo-print {
    display: none;
  }
  .footer__bottom {
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media only screen {
  .footer__bottom {
    position: fixed;
  }
}

@media only screen {
  .footer__left {
    margin-top: 5px;
  }
  .footer__right {
    float: right;
    margin-top: 73px;
    /* -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; */
  }
  .footer__contact {
    width: 100%;
  }
  .footer__contact-trigger span {
    position: relative;
    border: none;
    float: right;
    border-radius: 5px 5px 0 0 !important;
    border-bottom: none !important;
    display: block !important;
    padding: 10px 40px 10px 10px !important;
    background-color: #008289 !important;
  }
  .footer__contact-trigger span::after {
    content: " ";
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Echevron-up%3C/title%3E%3Cpath d='M26.297 20.797l-2.594 2.578a.99.99 0 0 1-1.406 0L14 15.078l-8.297 8.297a.99.99 0 0 1-1.406 0l-2.594-2.578a1.009 1.009 0 0 1 0-1.422L13.297 7.797a.99.99 0 0 1 1.406 0l11.594 11.578a1.009 1.009 0 0 1 0 1.422z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .is-active .footer__contact-trigger span::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .footer__contact-dropdown {
    border: none;
    width: 100%;
    background: #008289 none;
    padding: 0;
  }
}

@media only screen {
  .footer__contact-dropdown {
    position: static;
  }
}

@media only screen {
  .footer__contact-left {
    margin-top: 10px;
  }
  .footer__contact-left h4 {
    color: white;
    text-transform: uppercase;
    margin-right: 20px;
    float: left;
    margin-top: 17px;
    font-weight: 700;
    font-size: 18px;
  }
  .footer__contact-left ul {
    color: white;
    margin-top: 10px;
  }
  .footer__contact-left ul li a {
    border: 2px white solid;
    padding: 6px;
    border-radius: 50%;
    display: block;
    width: 35px;
    height: 35px;
  }
  .footer__contact-left ul li a:hover {
    -webkit-transition: border 0.3s, background-image 0.3s;
    transition: border 0.3s, background-image 0.3s;
    border: 2px solid #aef8fc;
  }
  .footer__contact-left ul li a svg {
    fill: white;
    margin-top: -7px;
  }
  .footer__contact-left ul li::after {
    display: none;
  }
  .footer__contact-right ul {
    margin: 0;
    float: right;
  }
  .footer__contact-right ul li {
    border-left: 1px solid #379b9f;
    padding: 25px 10px 20px 20px;
  }
  .footer__contact-right ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    display: block;
  }
  .footer__contact-right ul li a:hover {
    text-decoration: none;
    color: #aef8fc;
  }
  .footer__contact-right ul li a:hover svg {
    fill: #aef8fc;
  }
  .footer__contact-right ul li a span {
    margin-left: 10px;
  }
  .footer__contact-right ul li a svg {
    fill: white;
    margin-top: -5px;
  }
  .footer__contact-right ul li a.footer__contact span {
    margin-left: 30px;
  }
  .footer__contact-right ul li::after {
    display: none;
  }
  .footer__facebook {
    background-color: transparent;
    background-size: 55%;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Efacebook%3C/title%3E%3Cpath d='M19 6h5V0h-5c-3.86 0-7 3.14-7 7v3H8v6h4v16h6V16h5l1-6h-6V7c0-.542.458-1 1-1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
  }
  .footer__facebook:hover {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28174%2C248%2C252%29'%3E%3Ctitle%3Efacebook%3C/title%3E%3Cpath d='M19 6h5V0h-5c-3.86 0-7 3.14-7 7v3H8v6h4v16h6V16h5l1-6h-6V7c0-.542.458-1 1-1z'/%3E%3C/svg%3E");
  }
  .footer__instagram {
    background-color: transparent;
    background-size: 55%;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Einstagram%3C/title%3E%3Cpath d='M16 2.881c4.275 0 4.781.019 6.462.094 1.563.069 2.406.331 2.969.55a4.952 4.952 0 0 1 1.837 1.194 5.015 5.015 0 0 1 1.2 1.838c.219.563.481 1.412.55 2.969.075 1.688.094 2.194.094 6.463s-.019 4.781-.094 6.463c-.069 1.563-.331 2.406-.55 2.969a4.94 4.94 0 0 1-1.194 1.837 5.02 5.02 0 0 1-1.837 1.2c-.563.219-1.413.481-2.969.55-1.688.075-2.194.094-6.463.094s-4.781-.019-6.463-.094c-1.563-.069-2.406-.331-2.969-.55a4.952 4.952 0 0 1-1.838-1.194 5.02 5.02 0 0 1-1.2-1.837c-.219-.563-.481-1.413-.55-2.969-.075-1.688-.094-2.194-.094-6.463s.019-4.781.094-6.463c.069-1.563.331-2.406.55-2.969a4.964 4.964 0 0 1 1.194-1.838 5.015 5.015 0 0 1 1.838-1.2c.563-.219 1.412-.481 2.969-.55 1.681-.075 2.188-.094 6.463-.094zM16 0c-4.344 0-4.887.019-6.594.094-1.7.075-2.869.35-3.881.744-1.056.412-1.95.956-2.837 1.85a7.833 7.833 0 0 0-1.85 2.831C.444 6.538.169 7.7.094 9.4.019 11.113 0 11.656 0 16s.019 4.887.094 6.594c.075 1.7.35 2.869.744 3.881.413 1.056.956 1.95 1.85 2.837a7.82 7.82 0 0 0 2.831 1.844c1.019.394 2.181.669 3.881.744 1.706.075 2.25.094 6.594.094s4.888-.019 6.594-.094c1.7-.075 2.869-.35 3.881-.744 1.05-.406 1.944-.956 2.831-1.844s1.438-1.781 1.844-2.831c.394-1.019.669-2.181.744-3.881.075-1.706.094-2.25.094-6.594s-.019-4.887-.094-6.594c-.075-1.7-.35-2.869-.744-3.881a7.506 7.506 0 0 0-1.831-2.844A7.82 7.82 0 0 0 26.482.843C25.463.449 24.301.174 22.601.099c-1.712-.081-2.256-.1-6.6-.1z'/%3E%3Cpath d='M16 7.781c-4.537 0-8.219 3.681-8.219 8.219s3.681 8.219 8.219 8.219 8.219-3.681 8.219-8.219A8.221 8.221 0 0 0 16 7.781zm0 13.55a5.331 5.331 0 1 1 0-10.663 5.331 5.331 0 0 1 0 10.663zM26.462 7.456a1.919 1.919 0 1 1-3.838 0 1.919 1.919 0 0 1 3.838 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
  }
  .footer__instagram:hover {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28174%2C248%2C252%29'%3E%3Ctitle%3Einstagram%3C/title%3E%3Cpath d='M16 2.881c4.275 0 4.781.019 6.462.094 1.563.069 2.406.331 2.969.55a4.952 4.952 0 0 1 1.837 1.194 5.015 5.015 0 0 1 1.2 1.838c.219.563.481 1.412.55 2.969.075 1.688.094 2.194.094 6.463s-.019 4.781-.094 6.463c-.069 1.563-.331 2.406-.55 2.969a4.94 4.94 0 0 1-1.194 1.837 5.02 5.02 0 0 1-1.837 1.2c-.563.219-1.413.481-2.969.55-1.688.075-2.194.094-6.463.094s-4.781-.019-6.463-.094c-1.563-.069-2.406-.331-2.969-.55a4.952 4.952 0 0 1-1.838-1.194 5.02 5.02 0 0 1-1.2-1.837c-.219-.563-.481-1.413-.55-2.969-.075-1.688-.094-2.194-.094-6.463s.019-4.781.094-6.463c.069-1.563.331-2.406.55-2.969a4.964 4.964 0 0 1 1.194-1.838 5.015 5.015 0 0 1 1.838-1.2c.563-.219 1.412-.481 2.969-.55 1.681-.075 2.188-.094 6.463-.094zM16 0c-4.344 0-4.887.019-6.594.094-1.7.075-2.869.35-3.881.744-1.056.412-1.95.956-2.837 1.85a7.833 7.833 0 0 0-1.85 2.831C.444 6.538.169 7.7.094 9.4.019 11.113 0 11.656 0 16s.019 4.887.094 6.594c.075 1.7.35 2.869.744 3.881.413 1.056.956 1.95 1.85 2.837a7.82 7.82 0 0 0 2.831 1.844c1.019.394 2.181.669 3.881.744 1.706.075 2.25.094 6.594.094s4.888-.019 6.594-.094c1.7-.075 2.869-.35 3.881-.744 1.05-.406 1.944-.956 2.831-1.844s1.438-1.781 1.844-2.831c.394-1.019.669-2.181.744-3.881.075-1.706.094-2.25.094-6.594s-.019-4.887-.094-6.594c-.075-1.7-.35-2.869-.744-3.881a7.506 7.506 0 0 0-1.831-2.844A7.82 7.82 0 0 0 26.482.843C25.463.449 24.301.174 22.601.099c-1.712-.081-2.256-.1-6.6-.1z'/%3E%3Cpath d='M16 7.781c-4.537 0-8.219 3.681-8.219 8.219s3.681 8.219 8.219 8.219 8.219-3.681 8.219-8.219A8.221 8.221 0 0 0 16 7.781zm0 13.55a5.331 5.331 0 1 1 0-10.663 5.331 5.331 0 0 1 0 10.663zM26.462 7.456a1.919 1.919 0 1 1-3.838 0 1.919 1.919 0 0 1 3.838 0z'/%3E%3C/svg%3E");
  }
  .footer__envelop {
    background-color: transparent;
    background-size: 55%;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eenvelop%3C/title%3E%3Cpath d='M29 4H3C1.35 4 0 5.35 0 7v20c0 1.65 1.35 3 3 3h26c1.65 0 3-1.35 3-3V7c0-1.65-1.35-3-3-3zM12.461 17.199L4 23.789V8.113l8.461 9.086zM5.512 8h20.976L16 15.875 5.512 8zm7.278 9.553L16 21l3.21-3.447L25.79 26H6.211l6.58-8.447zm6.749-.354L28 8.113v15.676l-8.461-6.59z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
  }
  .footer__envelop:hover {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28174%2C248%2C252%29'%3E%3Ctitle%3Eenvelop%3C/title%3E%3Cpath d='M29 4H3C1.35 4 0 5.35 0 7v20c0 1.65 1.35 3 3 3h26c1.65 0 3-1.35 3-3V7c0-1.65-1.35-3-3-3zM12.461 17.199L4 23.789V8.113l8.461 9.086zM5.512 8h20.976L16 15.875 5.512 8zm7.278 9.553L16 21l3.21-3.447L25.79 26H6.211l6.58-8.447zm6.749-.354L28 8.113v15.676l-8.461-6.59z'/%3E%3C/svg%3E");
  }
  .footer__pinterest2 {
    background-color: transparent;
    background-size: 45%;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 28' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Epinterest-p%3C/title%3E%3Cpath d='M0 9.328C0 3.562 5.281 0 10.625 0 15.531 0 20 3.375 20 8.547c0 4.859-2.484 10.25-8.016 10.25-1.313 0-2.969-.656-3.609-1.875-1.188 4.703-1.094 5.406-3.719 9L4.437 26l-.141-.156c-.094-.984-.234-1.953-.234-2.938 0-3.187 1.469-7.797 2.188-10.891-.391-.797-.5-1.766-.5-2.641 0-1.578 1.094-3.578 2.875-3.578 1.313 0 2.016 1 2.016 2.234 0 2.031-1.375 3.938-1.375 5.906 0 1.344 1.109 2.281 2.406 2.281 3.594 0 4.703-5.187 4.703-7.953 0-3.703-2.625-5.719-6.172-5.719-4.125 0-7.313 2.969-7.313 7.156 0 2.016 1.234 3.047 1.234 3.531 0 .406-.297 1.844-.812 1.844-.078 0-.187-.031-.266-.047-2.234-.672-3.047-3.656-3.047-5.703z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
  }
  .footer__pinterest2:hover {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 28' fill='rgb%28174%2C248%2C252%29'%3E%3Ctitle%3Epinterest-p%3C/title%3E%3Cpath d='M0 9.328C0 3.562 5.281 0 10.625 0 15.531 0 20 3.375 20 8.547c0 4.859-2.484 10.25-8.016 10.25-1.313 0-2.969-.656-3.609-1.875-1.188 4.703-1.094 5.406-3.719 9L4.437 26l-.141-.156c-.094-.984-.234-1.953-.234-2.938 0-3.187 1.469-7.797 2.188-10.891-.391-.797-.5-1.766-.5-2.641 0-1.578 1.094-3.578 2.875-3.578 1.313 0 2.016 1 2.016 2.234 0 2.031-1.375 3.938-1.375 5.906 0 1.344 1.109 2.281 2.406 2.281 3.594 0 4.703-5.187 4.703-7.953 0-3.703-2.625-5.719-6.172-5.719-4.125 0-7.313 2.969-7.313 7.156 0 2.016 1.234 3.047 1.234 3.531 0 .406-.297 1.844-.812 1.844-.078 0-.187-.031-.266-.047-2.234-.672-3.047-3.656-3.047-5.703z'/%3E%3C/svg%3E");
  }
  .footer__newsletter {
    border: none;
  }
  .footer__newsletter::before {
    content: " ";
    background-color: transparent;
    background-size: 100%;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eenvelop%3C/title%3E%3Cpath d='M29 4H3C1.35 4 0 5.35 0 7v20c0 1.65 1.35 3 3 3h26c1.65 0 3-1.35 3-3V7c0-1.65-1.35-3-3-3zM12.461 17.199L4 23.789V8.113l8.461 9.086zM5.512 8h20.976L16 15.875 5.512 8zm7.278 9.553L16 21l3.21-3.447L25.79 26H6.211l6.58-8.447zm6.749-.354L28 8.113v15.676l-8.461-6.59z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left center;
    height: 20px;
    width: 20px;
    border: none;
    display: block;
    margin-top: 0;
    float: left;
  }
  .footer__newsletter:hover::before {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28174%2C248%2C252%29'%3E%3Ctitle%3Eenvelop%3C/title%3E%3Cpath d='M29 4H3C1.35 4 0 5.35 0 7v20c0 1.65 1.35 3 3 3h26c1.65 0 3-1.35 3-3V7c0-1.65-1.35-3-3-3zM12.461 17.199L4 23.789V8.113l8.461 9.086zM5.512 8h20.976L16 15.875 5.512 8zm7.278 9.553L16 21l3.21-3.447L25.79 26H6.211l6.58-8.447zm6.749-.354L28 8.113v15.676l-8.461-6.59z'/%3E%3C/svg%3E");
  }
  .footer__contact {
    border: none;
    white-space: nowrap;
  }
  .footer__contact::before {
    content: " ";
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    background-color: transparent;
    background-size: 100%;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Ephone%3C/title%3E%3Cpath d='M22 20c-2 2-2 4-4 4s-4-2-6-4-4-4-4-6 2-2 4-4-4-8-6-8-6 6-6 6c0 4 4.109 12.109 8 16s12 8 16 8c0 0 6-4 6-6s-6-8-8-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    height: 20px;
    width: 20px;
    border: none;
    display: block;
    margin-top: 0;
    float: left;
  }
  .footer__contact:hover::before {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28174%2C248%2C252%29'%3E%3Ctitle%3Ephone%3C/title%3E%3Cpath d='M22 20c-2 2-2 4-4 4s-4-2-6-4-4-4-4-6 2-2 4-4-4-8-6-8-6 6-6 6c0 4 4.109 12.109 8 16s12 8 16 8c0 0 6-4 6-6s-6-8-8-6z'/%3E%3C/svg%3E");
  }
  .footer__contact span {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    display: block;
  }
}

@media (max-width: 63.9375em) {
  .footer {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .footer__top {
    font-size: 13px;
    line-height: 1.7;
    padding-bottom: 40px;
  }
  .footer__top p,
  .footer__top ul,
  .footer__top img {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 15px !important;
  }
  .footer__top img {
    height: 50px;
    margin-bottom: 0 !important;
  }
  .footer__top p {
    margin-bottom: 10px;
  }
  .footer__right {
    margin-top: 0;
    float: left;
    margin-left: 0 !important;
  }
  .footer__contact-trigger {
    display: none;
  }
  .footer__contact-dropdown {
    display: block;
    visibility: visible;
    position: fixed !important;
    top: auto !important;
    bottom: 0;
    min-width: 320px;
  }
  .footer__contact-dropdown ul li {
    width: auto;
    margin-right: 5px;
  }
  .footer__contact-left {
    width: 66%;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .footer__contact-left h4 {
    display: none;
  }
  .footer__contact-left ul {
    margin: 4px 0;
  }
  .footer__contact-left ul li {
    width: 25%;
    margin-right: 0;
  }
  .footer__contact-left ul li a {
    border: 2px white solid;
    padding: 6px;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
  }
  .footer__contact-left ul li a:hover {
    border: 2px solid #aef8fc;
  }
  .footer__contact-left ul li::after {
    display: none;
  }
  .footer__contact-right {
    width: 34%;
  }
  .footer__contact-right ul {
    margin: 12px 0;
    width: 100%;
  }
  .footer__contact-right ul li {
    width: 50%;
    padding: 0;
    border-left: 0;
    margin-right: 0;
  }
  .footer__contact-right ul li a {
    background-size: 80% 80%;
    background-position: center center;
    border: none;
    padding: 4px 7px;
    border-radius: 0;
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
  }
  .footer__contact-right ul li a:hover {
    border: none;
  }
  .footer__contact-right ul li a span {
    display: none;
  }
}

.tabs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tabs-strip {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  position: relative;
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #ccc;
}

.tabs-title {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  display: block;
  position: relative;
  margin-bottom: -1px;
  margin-right: 0;
  border-bottom: 1px solid #ccc;
  float: left;
  padding-right: 20px;
}

.tabs-title:hover {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.tabs-title::before {
  display: none;
}

.tabs-title a {
  padding-top: 6.25px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 6.25px;
  border-bottom: 4px solid white;
  display: inline-block;
  color: #54595f;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.tabs-title:hover, .tabs-title.is-active {
  border-top: none;
  border-left: none;
  border-right: none;
}

.tabs-title:hover a, .tabs-title.is-active a {
  color: #54595f;
  border-bottom: 4px solid #0b8288;
}

.tabs-content {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-top: -0.625px;
  color: #54595f;
  border: none;
  clear: both;
}

.tabs-panel {
  display: none;
}

.tabs-panel.is-active {
  display: block;
}

@media (max-width: 39.9375em) {
  .tabs {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .tabs-title a {
    font-size: 12px;
  }
}

@media (min-width: 40em) {
  .tabs {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
}

@media (min-width: 64em) {
  .tabs {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
}

table thead {
  border-bottom: 1px solid #54595f;
}

table thead th {
  font-weight: bold;
}

table.table-simple thead {
  border-bottom: none;
  background: white none;
  color: #54595f;
}

table.table-simple thead th {
  padding: 0.5rem 0 0.625rem;
}

table.table-simple tbody tr:nth-child(even) {
  background-color: white;
}

table.table-simple tbody tr td {
  padding: 0.5rem 0 0.625rem;
}

table.table-simple tfoot {
  background-color: white;
}

table.table-simple tfoot td {
  padding: 0.5rem 0 0.625rem;
}

table.table-grey thead th {
  border-bottom: 1px solid white;
}

table.table-grey tfoot {
  background-color: #54595f;
  color: white;
}

table.table-colored thead {
  background: #008289 none;
  color: white;
}

table.table-colored thead th {
  border-bottom: 1px solid white;
}

table.table-colored tfoot {
  background: #008289 none;
  color: white;
}

@media (max-width: 63.9375em) {
  .table {
    right: 15%;
  }
}

.accordion-item {
  background-color: white;
}

.accordion-title {
  padding-right: 40px;
  text-decoration: none;
  color: #54595f;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 24px;
}

.accordion-title::after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 28' fill='rgb%2884%2C89%2C95%29'%3E%3Ctitle%3Eplus%3C/title%3E%3Cpath d='M22 11.5v3a1.5 1.5 0 0 1-1.5 1.5H14v6.5a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 8 22.5V16H1.5A1.5 1.5 0 0 1 0 14.5v-3A1.5 1.5 0 0 1 1.5 10H8V3.5A1.5 1.5 0 0 1 9.5 2h3A1.5 1.5 0 0 1 14 3.5V10h6.5a1.5 1.5 0 0 1 1.5 1.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100%;
  right: 10px;
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 16px;
  width: 16px;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.is-active .accordion-title::after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 28' fill='rgb%2884%2C89%2C95%29'%3E%3Ctitle%3Eminus%3C/title%3E%3Cpath d='M22 11.5v3a1.5 1.5 0 0 1-1.5 1.5h-19A1.5 1.5 0 0 1 0 14.5v-3A1.5 1.5 0 0 1 1.5 10h19a1.5 1.5 0 0 1 1.5 1.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100%;
}

.is-active .accordion-content {
  display: block;
}

@media (max-width: 39.9375em) {
  .accordion-title {
    padding-right: 20px;
  }
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}

.carousel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 480px;
  background-color: #4d4d4d;
}

.carousel__inner {
  width: 100%;
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
}

.carousel__slides {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin: 0;
  width: 100%;
}

.carousel__slide {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.carousel__slide > * {
  white-space: initial;
  line-height: 1.5;
  font-size: initial;
}

.carousel__slide .cell:first-child .hero__image {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

.carousel__slide .cell:last-child .hero__image {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
}

.carousel__slide.active .cell:first-child .hero__image {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.carousel__slide.active .cell:last-child .hero__image {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.carousel__nav {
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 0;
  top: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.has-slides .carousel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel__next, .carousel__prev {
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.carousel__next::before, .carousel__prev::before {
  display: none;
}

.carousel__next:hover, .carousel__prev:hover {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #4d4d4d;
}

.carousel__next {
  background-color: white;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 28' fill='rgb%2877%2C77%2C77%29'%3E%3Ctitle%3Eplus%3C/title%3E%3Cpath d='M22 11.5v3a1.5 1.5 0 0 1-1.5 1.5H14v6.5a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 8 22.5V16H1.5A1.5 1.5 0 0 1 0 14.5v-3A1.5 1.5 0 0 1 1.5 10H8V3.5A1.5 1.5 0 0 1 9.5 2h3A1.5 1.5 0 0 1 14 3.5V10h6.5a1.5 1.5 0 0 1 1.5 1.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55%;
  margin: auto;
  border-radius: 0;
  padding: 10px;
  margin-top: -25px;
  height: 40px;
  width: 40px;
  display: block;
}

.carousel__next:hover {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 28' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eplus%3C/title%3E%3Cpath d='M22 11.5v3a1.5 1.5 0 0 1-1.5 1.5H14v6.5a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 8 22.5V16H1.5A1.5 1.5 0 0 1 0 14.5v-3A1.5 1.5 0 0 1 1.5 10H8V3.5A1.5 1.5 0 0 1 9.5 2h3A1.5 1.5 0 0 1 14 3.5V10h6.5a1.5 1.5 0 0 1 1.5 1.5z'/%3E%3C/svg%3E");
}

.carousel__next:active {
  -webkit-animation: wiggle 0.3s 2;
  animation: wiggle 0.3s 2;
}

.carousel__prev {
  display: none;
}

.carousel__dots {
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel__dot {
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px;
  margin-bottom: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.carousel__dot::before {
  display: none;
}

.carousel__dot:hover, .carousel__dot.is-active {
  background-color: white;
}

@media (max-width: 39.9375em) {
  .carousel {
    max-height: 100%;
  }
  .carousel__slide .cell:first-child .hero__image {
    -webkit-transform: none;
            transform: none;
  }
  .carousel__slide .cell:last-child .hero__image {
    -webkit-transform: none;
            transform: none;
  }
  .carousel__slide.active .cell:first-child .hero__image {
    -webkit-transform: none;
            transform: none;
  }
  .carousel__slide.active .cell:last-child .hero__image {
    -webkit-transform: none;
            transform: none;
  }
  .carousel__next {
    margin-top: -20px;
  }
}

.reveal {
  border-radius: 6.25px;
  margin-bottom: 40px;
  height: auto;
  overflow: auto;
}

.reveal__title {
  margin-top: 0;
  display: block;
}

.reveal__content p.lead {
  font-size: 18px;
}

.reveal__close {
  color: #54595f;
  cursor: pointer;
  position: absolute;
  top: -5px;
  right: 10px;
  font-weight: 700;
  font-size: 42px;
}

@media (max-width: 63.9375em) {
  .reveal {
    top: 0 !important;
    border-radius: 0;
  }
  .reveal-overlay {
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 64em) {
  .reveal__close {
    display: block;
  }
}

.notifications__bell {
  padding: 3.75px;
  margin: 3.75px;
  height: 32px;
  width: 32px;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.notifications__bell .icon {
  fill: #54595f;
  display: block;
  height: 16px;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.notifications__bell:hover {
  background-color: #f2f2f2;
}

.notifications__bell:hover .icon {
  fill: white;
}

.notifications__count {
  padding: 1.875px;
  top: 1.25px;
  right: 1.25px;
  position: absolute;
  background: #54595f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  font-size: 11px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.notifications__count .icon {
  height: 12px;
  width: 12px;
  fill: white;
}

.notifications__panel {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  overflow-y: scroll;
  height: 100%;
  width: calc(100% + 32px);
}

.notifications__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(500px - 32px);
}

.notifications__flyout {
  position: fixed;
  overflow: hidden;
  width: 500px;
  -webkit-transform: translateX(550px);
          transform: translateX(550px);
  -webkit-overflow-scrolling: touch;
}

.notifications__close {
  cursor: pointer;
  display: inline-block;
  width: 17px;
}

.notifications__title {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  display: inline-block;
  color: black;
  font-size: 20px;
  width: 100%;
}

.notifications__settings {
  cursor: pointer;
  display: inline-block;
  width: 17px;
}

.notifications__icon {
  margin-top: -2.5px;
  margin-right: 5px;
}

.notifications__heading {
  margin: 0;
  font-size: 16px;
}

.notifications__list {
  margin-top: 20px;
  max-width: calc(500px - 32px);
  padding: 0;
}

.notifications__item {
  padding: 10px;
  background: white none;
  color: #54595f;
}

.notifications__item::before {
  display: none;
}

.notifications__message {
  font-size: 12px;
}

@media (max-width: 39.9375em) {
  .notifications__flyout {
    width: 100%;
  }
  .notifications__top, .notifications__list {
    max-width: calc(100% - 16px);
  }
}

.VuePagination {
  display: table;
  margin: 20px auto;
}

.VuePagination__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 0;
}

.VuePagination__pagination li {
  margin-bottom: 0;
}

.VuePagination__pagination li::before {
  display: none;
}

.VuePagination .page-link {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  white-space: nowrap;
  display: block;
  color: #0b8288;
  text-decoration: none;
  border-left: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.VuePagination .page-link:hover {
  background-color: #0b8288;
  -webkit-box-shadow: 0 0 0 1px #0b8288;
          box-shadow: 0 0 0 1px #0b8288;
  color: white;
  border-color: #0b8288;
}

.VuePagination__count, .VuePagination__pagination-item-next-chunk, .VuePagination__pagination-item-prev-chunk {
  display: none;
}

.VuePagination__pagination-item-next-page .page-link::before {
  content: 'Next ';
  display: inline-block;
  padding-right: 10px;
}

.VuePagination__pagination-item-next-page .page-link:hover {
  border-radius: 0 3px 3px 0;
}

.VuePagination__pagination-item-prev-page .page-link {
  border-left: 0;
}

.VuePagination__pagination-item-prev-page .page-link::after {
  content: ' Prev';
  display: inline-block;
  padding-left: 10px;
}

.VuePagination__pagination-item-prev-page .page-link:hover {
  border-radius: 3px 0 0 3px;
}

.VuePagination__pagination-item.active .page-link {
  background-color: #0b8288;
  -webkit-box-shadow: 0 0 0 1px #0b8288;
          box-shadow: 0 0 0 1px #0b8288;
  color: white;
  border-color: #0b8288;
}

.VuePagination__pagination-item.disabled .page-link:hover,
.VuePagination__pagination-item.disabled .page-link {
  background: none;
  color: #ccc;
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 39.9375em) {
  .VuePagination {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.templates {
  position: relative;
}

.templates::before, .templates::after {
  content: '';
  display: block;
  visibility: hidden;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.templates::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader07-uf807303e 1s linear infinite;
          animation: loader07-uf807303e 1s linear infinite;
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 6px);
  z-index: 5;
}

@-webkit-keyframes loader07-uf807303e {
  0% {
    -webkit-box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.05), 14px -14px 0 0 rgba(84, 89, 95, 0.1), 20px 0 0 0 rgba(84, 89, 95, 0.2), 14px 14px 0 0 rgba(84, 89, 95, 0.3), 0 20px 0 0 rgba(84, 89, 95, 0.4), -14px 14px 0 0 rgba(84, 89, 95, 0.6), -20px 0 0 0 rgba(84, 89, 95, 0.8), -14px -14px 0 0 #54595f;
            box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.05), 14px -14px 0 0 rgba(84, 89, 95, 0.1), 20px 0 0 0 rgba(84, 89, 95, 0.2), 14px 14px 0 0 rgba(84, 89, 95, 0.3), 0 20px 0 0 rgba(84, 89, 95, 0.4), -14px 14px 0 0 rgba(84, 89, 95, 0.6), -20px 0 0 0 rgba(84, 89, 95, 0.8), -14px -14px 0 0 #54595f;
  }
  12.5% {
    -webkit-box-shadow: 0 -20px 0 0 #54595f, 14px -14px 0 0 rgba(84, 89, 95, 0.05), 20px 0 0 0 rgba(84, 89, 95, 0.1), 14px 14px 0 0 rgba(84, 89, 95, 0.2), 0 20px 0 0 rgba(84, 89, 95, 0.3), -14px 14px 0 0 rgba(84, 89, 95, 0.4), -20px 0 0 0 rgba(84, 89, 95, 0.6), -14px -14px 0 0 rgba(84, 89, 95, 0.8);
            box-shadow: 0 -20px 0 0 #54595f, 14px -14px 0 0 rgba(84, 89, 95, 0.05), 20px 0 0 0 rgba(84, 89, 95, 0.1), 14px 14px 0 0 rgba(84, 89, 95, 0.2), 0 20px 0 0 rgba(84, 89, 95, 0.3), -14px 14px 0 0 rgba(84, 89, 95, 0.4), -20px 0 0 0 rgba(84, 89, 95, 0.6), -14px -14px 0 0 rgba(84, 89, 95, 0.8);
  }
  25% {
    -webkit-box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.8), 14px -14px 0 0 #54595f, 20px 0 0 0 rgba(84, 89, 95, 0.05), 14px 14px 0 0 rgba(84, 89, 95, 0.1), 0 20px 0 0 rgba(84, 89, 95, 0.2), -14px 14px 0 0 rgba(84, 89, 95, 0.3), -20px 0 0 0 rgba(84, 89, 95, 0.4), -14px -14px 0 0 rgba(84, 89, 95, 0.6);
            box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.8), 14px -14px 0 0 #54595f, 20px 0 0 0 rgba(84, 89, 95, 0.05), 14px 14px 0 0 rgba(84, 89, 95, 0.1), 0 20px 0 0 rgba(84, 89, 95, 0.2), -14px 14px 0 0 rgba(84, 89, 95, 0.3), -20px 0 0 0 rgba(84, 89, 95, 0.4), -14px -14px 0 0 rgba(84, 89, 95, 0.6);
  }
  37.5% {
    -webkit-box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.6), 14px -14px 0 0 rgba(84, 89, 95, 0.8), 20px 0 0 0 #54595f, 14px 14px 0 0 rgba(84, 89, 95, 0.05), 0 20px 0 0 rgba(84, 89, 95, 0.1), -14px 14px 0 0 rgba(84, 89, 95, 0.2), -20px 0 0 0 rgba(84, 89, 95, 0.3), -14px -14px 0 0 rgba(84, 89, 95, 0.4);
            box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.6), 14px -14px 0 0 rgba(84, 89, 95, 0.8), 20px 0 0 0 #54595f, 14px 14px 0 0 rgba(84, 89, 95, 0.05), 0 20px 0 0 rgba(84, 89, 95, 0.1), -14px 14px 0 0 rgba(84, 89, 95, 0.2), -20px 0 0 0 rgba(84, 89, 95, 0.3), -14px -14px 0 0 rgba(84, 89, 95, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.4), 14px -14px 0 0 rgba(84, 89, 95, 0.6), 20px 0 0 0 rgba(84, 89, 95, 0.8), 14px 14px 0 0 #54595f, 0 20px 0 0 rgba(84, 89, 95, 0.05), -14px 14px 0 0 rgba(84, 89, 95, 0.1), -20px 0 0 0 rgba(84, 89, 95, 0.2), -14px -14px 0 0 rgba(84, 89, 95, 0.3);
            box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.4), 14px -14px 0 0 rgba(84, 89, 95, 0.6), 20px 0 0 0 rgba(84, 89, 95, 0.8), 14px 14px 0 0 #54595f, 0 20px 0 0 rgba(84, 89, 95, 0.05), -14px 14px 0 0 rgba(84, 89, 95, 0.1), -20px 0 0 0 rgba(84, 89, 95, 0.2), -14px -14px 0 0 rgba(84, 89, 95, 0.3);
  }
  62.5% {
    -webkit-box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.3), 14px -14px 0 0 rgba(84, 89, 95, 0.4), 20px 0 0 0 rgba(84, 89, 95, 0.6), 14px 14px 0 0 rgba(84, 89, 95, 0.8), 0 20px 0 0 #54595f, -14px 14px 0 0 rgba(84, 89, 95, 0.05), -20px 0 0 0 rgba(84, 89, 95, 0.1), -14px -14px 0 0 rgba(84, 89, 95, 0.2);
            box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.3), 14px -14px 0 0 rgba(84, 89, 95, 0.4), 20px 0 0 0 rgba(84, 89, 95, 0.6), 14px 14px 0 0 rgba(84, 89, 95, 0.8), 0 20px 0 0 #54595f, -14px 14px 0 0 rgba(84, 89, 95, 0.05), -20px 0 0 0 rgba(84, 89, 95, 0.1), -14px -14px 0 0 rgba(84, 89, 95, 0.2);
  }
  75% {
    -webkit-box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.2), 14px -14px 0 0 rgba(84, 89, 95, 0.3), 20px 0 0 0 rgba(84, 89, 95, 0.4), 14px 14px 0 0 rgba(84, 89, 95, 0.6), 0 20px 0 0 rgba(84, 89, 95, 0.8), -14px 14px 0 0 #54595f, -20px 0 0 0 rgba(84, 89, 95, 0.05), -14px -14px 0 0 rgba(84, 89, 95, 0.1);
            box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.2), 14px -14px 0 0 rgba(84, 89, 95, 0.3), 20px 0 0 0 rgba(84, 89, 95, 0.4), 14px 14px 0 0 rgba(84, 89, 95, 0.6), 0 20px 0 0 rgba(84, 89, 95, 0.8), -14px 14px 0 0 #54595f, -20px 0 0 0 rgba(84, 89, 95, 0.05), -14px -14px 0 0 rgba(84, 89, 95, 0.1);
  }
  87.5% {
    -webkit-box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.1), 14px -14px 0 0 rgba(84, 89, 95, 0.2), 20px 0 0 0 rgba(84, 89, 95, 0.3), 14px 14px 0 0 rgba(84, 89, 95, 0.4), 0 20px 0 0 rgba(84, 89, 95, 0.6), -14px 14px 0 0 rgba(84, 89, 95, 0.8), -20px 0 0 0 #54595f, -14px -14px 0 0 rgba(84, 89, 95, 0.05);
            box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.1), 14px -14px 0 0 rgba(84, 89, 95, 0.2), 20px 0 0 0 rgba(84, 89, 95, 0.3), 14px 14px 0 0 rgba(84, 89, 95, 0.4), 0 20px 0 0 rgba(84, 89, 95, 0.6), -14px 14px 0 0 rgba(84, 89, 95, 0.8), -20px 0 0 0 #54595f, -14px -14px 0 0 rgba(84, 89, 95, 0.05);
  }
  100% {
    -webkit-box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.05), 14px -14px 0 0 rgba(84, 89, 95, 0.1), 20px 0 0 0 rgba(84, 89, 95, 0.2), 14px 14px 0 0 rgba(84, 89, 95, 0.3), 0 20px 0 0 rgba(84, 89, 95, 0.4), -14px 14px 0 0 rgba(84, 89, 95, 0.6), -20px 0 0 0 rgba(84, 89, 95, 0.8), -14px -14px 0 0 #54595f;
            box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.05), 14px -14px 0 0 rgba(84, 89, 95, 0.1), 20px 0 0 0 rgba(84, 89, 95, 0.2), 14px 14px 0 0 rgba(84, 89, 95, 0.3), 0 20px 0 0 rgba(84, 89, 95, 0.4), -14px 14px 0 0 rgba(84, 89, 95, 0.6), -20px 0 0 0 rgba(84, 89, 95, 0.8), -14px -14px 0 0 #54595f;
  }
}

@keyframes loader07-uf807303e {
  0% {
    -webkit-box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.05), 14px -14px 0 0 rgba(84, 89, 95, 0.1), 20px 0 0 0 rgba(84, 89, 95, 0.2), 14px 14px 0 0 rgba(84, 89, 95, 0.3), 0 20px 0 0 rgba(84, 89, 95, 0.4), -14px 14px 0 0 rgba(84, 89, 95, 0.6), -20px 0 0 0 rgba(84, 89, 95, 0.8), -14px -14px 0 0 #54595f;
            box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.05), 14px -14px 0 0 rgba(84, 89, 95, 0.1), 20px 0 0 0 rgba(84, 89, 95, 0.2), 14px 14px 0 0 rgba(84, 89, 95, 0.3), 0 20px 0 0 rgba(84, 89, 95, 0.4), -14px 14px 0 0 rgba(84, 89, 95, 0.6), -20px 0 0 0 rgba(84, 89, 95, 0.8), -14px -14px 0 0 #54595f;
  }
  12.5% {
    -webkit-box-shadow: 0 -20px 0 0 #54595f, 14px -14px 0 0 rgba(84, 89, 95, 0.05), 20px 0 0 0 rgba(84, 89, 95, 0.1), 14px 14px 0 0 rgba(84, 89, 95, 0.2), 0 20px 0 0 rgba(84, 89, 95, 0.3), -14px 14px 0 0 rgba(84, 89, 95, 0.4), -20px 0 0 0 rgba(84, 89, 95, 0.6), -14px -14px 0 0 rgba(84, 89, 95, 0.8);
            box-shadow: 0 -20px 0 0 #54595f, 14px -14px 0 0 rgba(84, 89, 95, 0.05), 20px 0 0 0 rgba(84, 89, 95, 0.1), 14px 14px 0 0 rgba(84, 89, 95, 0.2), 0 20px 0 0 rgba(84, 89, 95, 0.3), -14px 14px 0 0 rgba(84, 89, 95, 0.4), -20px 0 0 0 rgba(84, 89, 95, 0.6), -14px -14px 0 0 rgba(84, 89, 95, 0.8);
  }
  25% {
    -webkit-box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.8), 14px -14px 0 0 #54595f, 20px 0 0 0 rgba(84, 89, 95, 0.05), 14px 14px 0 0 rgba(84, 89, 95, 0.1), 0 20px 0 0 rgba(84, 89, 95, 0.2), -14px 14px 0 0 rgba(84, 89, 95, 0.3), -20px 0 0 0 rgba(84, 89, 95, 0.4), -14px -14px 0 0 rgba(84, 89, 95, 0.6);
            box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.8), 14px -14px 0 0 #54595f, 20px 0 0 0 rgba(84, 89, 95, 0.05), 14px 14px 0 0 rgba(84, 89, 95, 0.1), 0 20px 0 0 rgba(84, 89, 95, 0.2), -14px 14px 0 0 rgba(84, 89, 95, 0.3), -20px 0 0 0 rgba(84, 89, 95, 0.4), -14px -14px 0 0 rgba(84, 89, 95, 0.6);
  }
  37.5% {
    -webkit-box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.6), 14px -14px 0 0 rgba(84, 89, 95, 0.8), 20px 0 0 0 #54595f, 14px 14px 0 0 rgba(84, 89, 95, 0.05), 0 20px 0 0 rgba(84, 89, 95, 0.1), -14px 14px 0 0 rgba(84, 89, 95, 0.2), -20px 0 0 0 rgba(84, 89, 95, 0.3), -14px -14px 0 0 rgba(84, 89, 95, 0.4);
            box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.6), 14px -14px 0 0 rgba(84, 89, 95, 0.8), 20px 0 0 0 #54595f, 14px 14px 0 0 rgba(84, 89, 95, 0.05), 0 20px 0 0 rgba(84, 89, 95, 0.1), -14px 14px 0 0 rgba(84, 89, 95, 0.2), -20px 0 0 0 rgba(84, 89, 95, 0.3), -14px -14px 0 0 rgba(84, 89, 95, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.4), 14px -14px 0 0 rgba(84, 89, 95, 0.6), 20px 0 0 0 rgba(84, 89, 95, 0.8), 14px 14px 0 0 #54595f, 0 20px 0 0 rgba(84, 89, 95, 0.05), -14px 14px 0 0 rgba(84, 89, 95, 0.1), -20px 0 0 0 rgba(84, 89, 95, 0.2), -14px -14px 0 0 rgba(84, 89, 95, 0.3);
            box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.4), 14px -14px 0 0 rgba(84, 89, 95, 0.6), 20px 0 0 0 rgba(84, 89, 95, 0.8), 14px 14px 0 0 #54595f, 0 20px 0 0 rgba(84, 89, 95, 0.05), -14px 14px 0 0 rgba(84, 89, 95, 0.1), -20px 0 0 0 rgba(84, 89, 95, 0.2), -14px -14px 0 0 rgba(84, 89, 95, 0.3);
  }
  62.5% {
    -webkit-box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.3), 14px -14px 0 0 rgba(84, 89, 95, 0.4), 20px 0 0 0 rgba(84, 89, 95, 0.6), 14px 14px 0 0 rgba(84, 89, 95, 0.8), 0 20px 0 0 #54595f, -14px 14px 0 0 rgba(84, 89, 95, 0.05), -20px 0 0 0 rgba(84, 89, 95, 0.1), -14px -14px 0 0 rgba(84, 89, 95, 0.2);
            box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.3), 14px -14px 0 0 rgba(84, 89, 95, 0.4), 20px 0 0 0 rgba(84, 89, 95, 0.6), 14px 14px 0 0 rgba(84, 89, 95, 0.8), 0 20px 0 0 #54595f, -14px 14px 0 0 rgba(84, 89, 95, 0.05), -20px 0 0 0 rgba(84, 89, 95, 0.1), -14px -14px 0 0 rgba(84, 89, 95, 0.2);
  }
  75% {
    -webkit-box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.2), 14px -14px 0 0 rgba(84, 89, 95, 0.3), 20px 0 0 0 rgba(84, 89, 95, 0.4), 14px 14px 0 0 rgba(84, 89, 95, 0.6), 0 20px 0 0 rgba(84, 89, 95, 0.8), -14px 14px 0 0 #54595f, -20px 0 0 0 rgba(84, 89, 95, 0.05), -14px -14px 0 0 rgba(84, 89, 95, 0.1);
            box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.2), 14px -14px 0 0 rgba(84, 89, 95, 0.3), 20px 0 0 0 rgba(84, 89, 95, 0.4), 14px 14px 0 0 rgba(84, 89, 95, 0.6), 0 20px 0 0 rgba(84, 89, 95, 0.8), -14px 14px 0 0 #54595f, -20px 0 0 0 rgba(84, 89, 95, 0.05), -14px -14px 0 0 rgba(84, 89, 95, 0.1);
  }
  87.5% {
    -webkit-box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.1), 14px -14px 0 0 rgba(84, 89, 95, 0.2), 20px 0 0 0 rgba(84, 89, 95, 0.3), 14px 14px 0 0 rgba(84, 89, 95, 0.4), 0 20px 0 0 rgba(84, 89, 95, 0.6), -14px 14px 0 0 rgba(84, 89, 95, 0.8), -20px 0 0 0 #54595f, -14px -14px 0 0 rgba(84, 89, 95, 0.05);
            box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.1), 14px -14px 0 0 rgba(84, 89, 95, 0.2), 20px 0 0 0 rgba(84, 89, 95, 0.3), 14px 14px 0 0 rgba(84, 89, 95, 0.4), 0 20px 0 0 rgba(84, 89, 95, 0.6), -14px 14px 0 0 rgba(84, 89, 95, 0.8), -20px 0 0 0 #54595f, -14px -14px 0 0 rgba(84, 89, 95, 0.05);
  }
  100% {
    -webkit-box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.05), 14px -14px 0 0 rgba(84, 89, 95, 0.1), 20px 0 0 0 rgba(84, 89, 95, 0.2), 14px 14px 0 0 rgba(84, 89, 95, 0.3), 0 20px 0 0 rgba(84, 89, 95, 0.4), -14px 14px 0 0 rgba(84, 89, 95, 0.6), -20px 0 0 0 rgba(84, 89, 95, 0.8), -14px -14px 0 0 #54595f;
            box-shadow: 0 -20px 0 0 rgba(84, 89, 95, 0.05), 14px -14px 0 0 rgba(84, 89, 95, 0.1), 20px 0 0 0 rgba(84, 89, 95, 0.2), 14px 14px 0 0 rgba(84, 89, 95, 0.3), 0 20px 0 0 rgba(84, 89, 95, 0.4), -14px 14px 0 0 rgba(84, 89, 95, 0.6), -20px 0 0 0 rgba(84, 89, 95, 0.8), -14px -14px 0 0 #54595f;
  }
}

.templates::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.5;
  z-index: 1;
}

.templates.is-loading::before, .templates.is-loading::after {
  visibility: visible;
}

.templates__selector {
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  background-color: white;
  border-radius: 100%;
  position: relative;
}

.templates__selector::before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28' fill='rgb%2884%2C89%2C95%29'%3E%3Ctitle%3Ecircle-o%3C/title%3E%3Cpath d='M12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12S0 20.625 0 14 5.375 2 12 2s12 5.375 12 12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100%;
  display: block;
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  top: -1px;
  left: -1px;
}

.templates__selector.is-selected::before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28' fill='rgb%2811%2C130%2C136%29'%3E%3Ctitle%3Echeck-circle-o%3C/title%3E%3Cpath d='M18.297 12.703l-6.594 6.594a.99.99 0 0 1-1.406 0l-4.594-4.594a.99.99 0 0 1 0-1.406l1.594-1.594a.99.99 0 0 1 1.406 0L11 14l4.297-4.297a.99.99 0 0 1 1.406 0l1.594 1.594a.99.99 0 0 1 0 1.406zM20.5 14c0-4.688-3.813-8.5-8.5-8.5S3.5 9.313 3.5 14s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zm3.5 0c0 6.625-5.375 12-12 12S0 20.625 0 14 5.375 2 12 2s12 5.375 12 12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100%;
}

.templates__panel {
  padding: 10px;
  background: #787f88;
  border: 1px solid #54595f;
}

.templates__panel-body {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background: white;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.templates__popup {
  padding: 5px;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  background: white;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.templates__edit-icon {
  margin-right: 20px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Epencil%3C/title%3E%3Cpath d='M5.672 24l1.422-1.422-3.672-3.672L2 20.328V22h2v2h1.672zm8.172-14.5a.329.329 0 0 0-.344-.344.368.368 0 0 0-.266.109l-8.469 8.469a.366.366 0 0 0-.109.266c0 .203.141.344.344.344a.368.368 0 0 0 .266-.109l8.469-8.469a.366.366 0 0 0 .109-.266zM13 6.5l6.5 6.5-13 13H0v-6.5zM23.672 8c0 .531-.219 1.047-.578 1.406L20.5 12 14 5.5l2.594-2.578c.359-.375.875-.594 1.406-.594s1.047.219 1.422.594l3.672 3.656c.359.375.578.891.578 1.422z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100%;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 0;
  cursor: pointer;
}

.is-edit .templates__edit-icon {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='rgb%280%2C0%2C0%29'%3E%3Ctitle%3Echeck%3C/title%3E%3Cpath d='M26.109 8.844c0 .391-.156.781-.438 1.062L12.233 23.344c-.281.281-.672.438-1.062.438s-.781-.156-1.062-.438l-7.781-7.781c-.281-.281-.438-.672-.438-1.062s.156-.781.438-1.062l2.125-2.125c.281-.281.672-.438 1.062-.438s.781.156 1.062.438l4.594 4.609 10.25-10.266c.281-.281.672-.438 1.062-.438s.781.156 1.062.438l2.125 2.125c.281.281.438.672.438 1.062z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.templates table {
  overflow: hidden;
  width: calc(1200px - 20px);
}

.templates th,
.templates td {
  padding: 5px;
  min-width: 70px;
}

.templates tr.is-selected {
  color: black;
  -webkit-box-shadow: inset 0 0 0 1px #0b8288;
          box-shadow: inset 0 0 0 1px #0b8288;
}

.templates tr.is-discontinued {
  color: black;
  -webkit-box-shadow: inset 0 0 0 1px #ce0058;
          box-shadow: inset 0 0 0 1px #ce0058;
}

.templates td:not(.u-text-left) {
  text-align: center;
}

.templates.view-mode th:first-child,
.templates.view-mode td:first-child {
  padding-left: 10px;
}

.tpl-tools {
  border-radius: 5px 5px 0 0;
}

.tpl-tools__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.view-mode .tpl-tools__actions {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.view-mode .tpl-tools__action {
  margin-left: 10px;
}

.tpl-tools__action {
  margin-top: 10px;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.tpl-tools__action span {
  font-size: 12px;
}

.tpl-tools__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tpl-tools__clear {
  right: 20px;
  position: absolute;
}

.tpl-tools__name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tpl-tools__name input {
  background: transparent;
  border: 0;
  outline: none;
  padding-left: 0;
  word-wrap: break-word;
  -webkit-transition: padding-left 0.3s ease-out;
  transition: padding-left 0.3s ease-out;
}

.tpl-tools__name input:focus {
  padding-left: 5px;
}

.tpl-tools__edit-icon {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28' fill='rgb%280%2C0%2C0%29'%3E%3Ctitle%3Epencil%3C/title%3E%3Cpath d='M5.672 24l1.422-1.422-3.672-3.672L2 20.328V22h2v2h1.672zm8.172-14.5a.329.329 0 0 0-.344-.344.368.368 0 0 0-.266.109l-8.469 8.469a.366.366 0 0 0-.109.266c0 .203.141.344.344.344a.368.368 0 0 0 .266-.109l8.469-8.469a.366.366 0 0 0 .109-.266zM13 6.5l6.5 6.5-13 13H0v-6.5zM23.672 8c0 .531-.219 1.047-.578 1.406L20.5 12 14 5.5l2.594-2.578c.359-.375.875-.594 1.406-.594s1.047.219 1.422.594l3.672 3.656c.359.375.578.891.578 1.422z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100%;
  margin-left: 2px;
  margin-right: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.tpl-heading {
  border-top: 1px solid white;
}

.tpl-heading th {
  text-align: center;
  color: #757575;
}

.tpl-heading tr:last-child {
  border-top: 1px solid white;
}

.tpl-group__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.tpl-group.is-active .tpl-group__content {
  max-height: 1000px;
}

.tpl-group__heading {
  padding: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}

.tpl-group__caption {
  padding: 10px;
  cursor: pointer;
}

.tpl-group__heading .templates__selector, .tpl-group__caption .templates__selector {
  margin-left: 8px;
  margin-right: 10px;
}

.tpl-group__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tpl-group__edit-icon, .tpl-group__edit-area {
  position: absolute;
}

.tpl-group__edit-icon {
  margin-right: 20px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Epencil%3C/title%3E%3Cpath d='M5.672 24l1.422-1.422-3.672-3.672L2 20.328V22h2v2h1.672zm8.172-14.5a.329.329 0 0 0-.344-.344.368.368 0 0 0-.266.109l-8.469 8.469a.366.366 0 0 0-.109.266c0 .203.141.344.344.344a.368.368 0 0 0 .266-.109l8.469-8.469a.366.366 0 0 0 .109-.266zM13 6.5l6.5 6.5-13 13H0v-6.5zM23.672 8c0 .531-.219 1.047-.578 1.406L20.5 12 14 5.5l2.594-2.578c.359-.375.875-.594 1.406-.594s1.047.219 1.422.594l3.672 3.656c.359.375.578.891.578 1.422z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100%;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 0;
}

.is-edit .tpl-group__edit-icon {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='rgb%280%2C0%2C0%29'%3E%3Ctitle%3Echeck%3C/title%3E%3Cpath d='M26.109 8.844c0 .391-.156.781-.438 1.062L12.233 23.344c-.281.281-.672.438-1.062.438s-.781-.156-1.062-.438l-7.781-7.781c-.281-.281-.438-.672-.438-1.062s.156-.781.438-1.062l2.125-2.125c.281-.281.672-.438 1.062-.438s.781.156 1.062.438l4.594 4.609 10.25-10.266c.281-.281.672-.438 1.062-.438s.781.156 1.062.438l2.125 2.125c.281.281.438.672.438 1.062z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.tpl-group.is-edit .tpl-group__heading {
  background: white;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

.tpl-group.is-edit .tpl-group__heading input {
  outline: none;
}

.tpl-group tbody tr {
  cursor: pointer;
}

.tpl-create__body {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tpl-create__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tpl-create__row > div {
  margin-bottom: 10px;
}

.tpl-status {
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  bottom: -200px;
  background: white;
  width: 100%;
  left: 0;
  z-index: 100;
  -webkit-transition: bottom 0.3s ease-out;
  transition: bottom 0.3s ease-out;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.tpl-status.is-active {
  bottom: 0;
}

.tpl-status__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tpl-status__total {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 3px;
  background: #0b8288;
  color: white;
}

.tpl-status__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tpl-status__action .templates__popup {
  right: 0;
  top: -120px;
}

@media (min-width: 40em) {
  .tpl-create__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tpl-create__row > div {
    margin-bottom: 0;
  }
  .tpl-create__search {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .tpl-create__select {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
  .tpl-create__quantity {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
  }
  .tpl-create__update {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
  }
  .tpl-create__update .button {
    width: 100%;
  }
  .tpl-status__inner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .tpl-status__action .templates__popup {
    right: auto;
  }
}

@media (min-width: 64em) {
  .templates__panel {
    padding: 20px;
  }
  .templates__panel-body {
    padding: 20px;
  }
}

.u-clearfix::before, .u-clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.u-clearfix::after {
  clear: both;
}

.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-flex-3-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}

.u-auto-width {
  width: auto;
}

.u-half-width {
  width: 50%;
}

.u-twothirds-width {
  width: 66.6%;
}

.u-threequarters-width {
  width: 75%;
}

.u-full-width {
  width: 100%;
}

.u-full-vh {
  height: 100vh;
}

.u-min-vh {
  min-height: 100vh;
}

.u-align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-top-1 {
  top: 20px;
}

.u-grid-12-col {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 64em) {
  .u-grid-12-col {
    width: calc(100% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem;
    margin-left: calc(16.6666666667% + 0.625rem);
    margin: auto;
    padding: 0 calc(8.25% + 1rem);
    width: 1280px;
  }
}

@media print, screen and (min-width: 40em) {
  .u-grid-12-col {
    width: auto;
  }
}

.c-primary {
  color: #54595f;
}

.c-primary-dark {
  color: #f2f2f2;
}

.c-black {
  color: black;
}

.c-white {
  color: white;
}

.c-blue-40 {
  color: #006ba6;
}

.bg-primary {
  background-color: #54595f;
}

.bg-primary-dark {
  background-color: #f2f2f2;
}

.bg-secondary {
  background-color: #006ba6;
}

.bg-tertiary {
  background-color: #0b8288;
}

.bg-white {
  background-color: white;
}

.bg-grey-40 {
  background-color: #54595f;
}

.bg-grey-50 {
  background-color: #54595f;
}

.bg-grey-70 {
  background-color: #54595f;
}

.bg-grey-80 {
  background-color: #54595f;
}

.u-fill-primary {
  fill: #54595f;
}

.u-fill-primary-dark {
  fill: #f2f2f2;
}

.u-fill-blue-40 {
  fill: #006ba6;
}

.u-fill-white {
  fill: white;
}

.u-fill-grey-80 {
  fill: #54595f;
}

.u-hide,
[v-cloak] {
  display: none;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-block {
  display: block;
}

.u-absolute {
  position: absolute;
}

.u-relative {
  position: relative;
}

.u-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.u-margin-auto {
  margin: auto;
}

.u-m-0 {
  margin: 0px;
}

.u-ml-0 {
  margin-left: 0px;
}

.u-mr-0 {
  margin-right: 0px;
}

.u-mt-0 {
  margin-top: 0px;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.u-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.u-p-0 {
  padding: 0px;
}

.u-pl-0 {
  padding-left: 0px;
}

.u-pr-0 {
  padding-right: 0px;
}

.u-pt-0 {
  padding-top: 0px;
}

.u-pb-0 {
  padding-bottom: 0px;
}

.u-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.u-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.u-m-1 {
  margin: 10px;
}

.u-ml-1 {
  margin-left: 10px;
}

.u-mr-1 {
  margin-right: 10px;
}

.u-mt-1 {
  margin-top: 10px;
}

.u-mb-1 {
  margin-bottom: 10px;
}

.u-mx-1 {
  margin-left: 10px;
  margin-right: 10px;
}

.u-my-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.u-p-1 {
  padding: 10px;
}

.u-pl-1 {
  padding-left: 10px;
}

.u-pr-1 {
  padding-right: 10px;
}

.u-pt-1 {
  padding-top: 10px;
}

.u-pb-1 {
  padding-bottom: 10px;
}

.u-px-1 {
  padding-left: 10px;
  padding-right: 10px;
}

.u-py-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.u-m-2 {
  margin: 20px;
}

.u-ml-2 {
  margin-left: 20px;
}

.u-mr-2 {
  margin-right: 20px;
}

.u-mt-2 {
  margin-top: 20px;
}

.u-mb-2 {
  margin-bottom: 20px;
}

.u-mx-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.u-my-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-p-2 {
  padding: 20px;
}

.u-pl-2 {
  padding-left: 20px;
}

.u-pr-2 {
  padding-right: 20px;
}

.u-pt-2 {
  padding-top: 20px;
}

.u-pb-2 {
  padding-bottom: 20px;
}

.u-px-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.u-py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-m-3 {
  margin: 30px;
}

.u-ml-3 {
  margin-left: 30px;
}

.u-mr-3 {
  margin-right: 30px;
}

.u-mt-3 {
  margin-top: 30px;
}

.u-mb-3 {
  margin-bottom: 30px;
}

.u-mx-3 {
  margin-left: 30px;
  margin-right: 30px;
}

.u-my-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.u-p-3 {
  padding: 30px;
}

.u-pl-3 {
  padding-left: 30px;
}

.u-pr-3 {
  padding-right: 30px;
}

.u-pt-3 {
  padding-top: 30px;
}

.u-pb-3 {
  padding-bottom: 30px;
}

.u-px-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.u-py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.u-m-5 {
  margin: 40px;
}

.u-ml-5 {
  margin-left: 40px;
}

.u-mr-5 {
  margin-right: 40px;
}

.u-mt-5 {
  margin-top: 40px;
}

.u-mb-5 {
  margin-bottom: 40px;
}

.u-mx-5 {
  margin-left: 40px;
  margin-right: 40px;
}

.u-my-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.u-p-5 {
  padding: 40px;
}

.u-pl-5 {
  padding-left: 40px;
}

.u-pr-5 {
  padding-right: 40px;
}

.u-pt-5 {
  padding-top: 40px;
}

.u-pb-5 {
  padding-bottom: 40px;
}

.u-px-5 {
  padding-left: 40px;
  padding-right: 40px;
}

.u-py-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.u-m-4 {
  margin: 50px;
}

.u-ml-4 {
  margin-left: 50px;
}

.u-mr-4 {
  margin-right: 50px;
}

.u-mt-4 {
  margin-top: 50px;
}

.u-mb-4 {
  margin-bottom: 50px;
}

.u-mx-4 {
  margin-left: 50px;
  margin-right: 50px;
}

.u-my-4 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.u-p-4 {
  padding: 50px;
}

.u-pl-4 {
  padding-left: 50px;
}

.u-pr-4 {
  padding-right: 50px;
}

.u-pt-4 {
  padding-top: 50px;
}

.u-pb-4 {
  padding-bottom: 50px;
}

.u-px-4 {
  padding-left: 50px;
  padding-right: 50px;
}

.u-py-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.u-m-6 {
  margin: 60px;
}

.u-ml-6 {
  margin-left: 60px;
}

.u-mr-6 {
  margin-right: 60px;
}

.u-mt-6 {
  margin-top: 60px;
}

.u-mb-6 {
  margin-bottom: 60px;
}

.u-mx-6 {
  margin-left: 60px;
  margin-right: 60px;
}

.u-my-6 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.u-p-6 {
  padding: 60px;
}

.u-pl-6 {
  padding-left: 60px;
}

.u-pr-6 {
  padding-right: 60px;
}

.u-pt-6 {
  padding-top: 60px;
}

.u-pb-6 {
  padding-bottom: 60px;
}

.u-px-6 {
  padding-left: 60px;
  padding-right: 60px;
}

.u-py-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.u-m-42 {
  margin: 5px;
}

.u-ml-42 {
  margin-left: 5px;
}

.u-mr-42 {
  margin-right: 5px;
}

.u-mt-42 {
  margin-top: 5px;
}

.u-mb-42 {
  margin-bottom: 5px;
}

.u-mx-42 {
  margin-left: 5px;
  margin-right: 5px;
}

.u-my-42 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.u-p-42 {
  padding: 5px;
}

.u-pl-42 {
  padding-left: 5px;
}

.u-pr-42 {
  padding-right: 5px;
}

.u-pt-42 {
  padding-top: 5px;
}

.u-pb-42 {
  padding-bottom: 5px;
}

.u-px-42 {
  padding-left: 5px;
  padding-right: 5px;
}

.u-py-42 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.u-underline {
  text-decoration: underline;
}

.u-underline-0 {
  text-decoration: none;
}

.u-nowrap {
  white-space: nowrap;
}

.u-italic {
  font-style: italic;
}

.u-pointer {
  cursor: pointer;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-500 {
  font-weight: 500;
}

.u-fw-600 {
  font-weight: 600;
}

.u-reset {
  border: 0;
  margin: 0;
  padding: 0;
}

.u-flat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.u-flat-list > li::before {
  display: none;
}

.u-border-0 {
  border: 0;
}




/* 07/2018 Additions and Updates */
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #4d4d4d;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #d7ecfa;
  color: #4d4d4d;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #4d4d4d;
}

.callout.success {
  background-color: #e1faea;
  color: #4d4d4d;
}

.callout.warning {
  background-color: #fff3d9;
  color: #4d4d4d;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #4d4d4d;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.search__submit {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
  
.search__submit .button {
  width: 100%;
}

.search__submit .button:first-of-type {
  order: 2;
}

.search__submit .button:last-of-type {
  order: 1;
}

@media screen and (min-width: 40em) {
  .search__submit {
    text-align: right;
    display: block;
  }
  
  .search__submit .button {
    width: unset;
    margin-top: 20px;
  }
}

.button--plain {
  background-color: transparent;
  border-color: transparent;
  color: #757575;
  text-decoration: underline;
}

.button--plain:hover {
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.button--expand {
  background-image: url(../../images/times-circle.svg);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  padding-left: 25px;
  font-weight: 600;
  color: #008289;
  text-decoration: none;
}

.button--expand:hover {
  font-weight: 600;
  color: #008289;
  text-decoration: underline;
}

.event-search__filters {
  min-width: 302px;
}

.label__icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: 36px;
  height: 40px;
  padding-right: 0;
  line-height: 35px;
  float: left;
  width: calc(100% - 46px);
  margin-right: 10px;
}

.label__icon + img {
  float: left;
}

.label__icon::before {
  top: 10px !important;
}

@media (max-width: 39.9375em) {
  .label__icon {
    background-size: 30px;
    background-position: 100px 5px;
    padding-top: 10px;
    padding-left: 20px !important;
    line-height: inherit;
    padding-right: 0;
    min-width: 70px;
    width: 95px;
    margin-right: 0;
  }

  .label__icon::before {
    top: 13px !important;
  }
}

@media (min-width: 341px) and (max-width: 639px) {
  .label__icon + img {
    float: right;
	margin-right: calc(100% - 135px);
  }
}

@media (max-width: 340px) {
  .label__icon {
    width: 85px;
  }

  .label__icon + img {
    float: right;
	margin-right: 10px;
  }
}

@media (max-width: 320px) {
  .label__icon {
    background-position: right 5px;
    padding-top: 10px;
    width: 85px;
  }

  .label__icon + img {
    float: right;
    width: 30px;
    margin-top: 5px;
  }

  .label__icon::before {
    top: 13px !important;
  }
}

/* .label__icon--cowork {
  background-image: url(../../images/icn-cowork.svg);
}

.label__icon--workshop {
  background-image: url(../../images/icn-workshop.svg);
}

.label__icon--studio {
  background-image: url(../../images/icn-studio.svg);
}

.label__icon--gallery {
  background-image: url(../../images/icn-gallery.svg);
}

.label__icon--incubator {
  background-image: url(../../images/icn-incubator.svg);
} */

.workspacetypes__heading {
  margin-top: 8px !important;
}

.workspacetypes__list {
  margin: 10px 0;
  padding: 0;
}

.workspacetypes__list::after {
  content: "";
  display: table;
  clear: both;
}

.workspacetypes__list li {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.workspacetypes__list li::before {
  display: none;
}

.workspacetypes__item {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 36px;
  height: 36px;
  width: 36px;
  display: block;
}

.workspacetypes__item--label {
  width: 100% !important;
  padding-left: 45px;
  line-height: 40px;
  margin-right: 10px;
}

.workspacetypes__item--cowork {
  background-image: url(../../images/icn-cowork-alt.svg);
}

.workspacetypes__item--workshop {
  background-image: url(../../images/icn-workshop-alt.svg);
}

.workspacetypes__item--studio {
  background-image: url(../../images/icn-studio-alt.svg);
}

.workspacetypes__item--gallery {
  background-image: url(../../images/icn-gallery-alt.svg);
}

.workspacetypes__item--incubator {
  background-image: url(../../images/icn-incubator-alt.svg);
}

@media (max-width: 39.9375em) {
  .workspacetypes__list {
    margin-top: 10px;
    white-space: nowrap;
  }

  .listings__text .workspacetypes__list {
    margin-left: 90px;
    margin-top: 0;
  }

  .workspacetypes__list li {
    display: inline-block;
    margin-right: 0;
    float: none;
  }

  .workspacetypes__list li .workspacetypes__item {
    background-size: 30px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  
  .workspacetypes__list + p {
    margin-top: 5px;
  }
}

.workspace-search__results {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

@media (max-width: 39.9375em) {
  .workspace-search__results {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .workspace-search__results .tabs-content .listings__text--heading {
    margin-left: 90px;
  }
}

.workspace-tabs {
  padding: 0;
  margin: 25px 0;
}

.workspace-tabs::after {
  content: "";
  display: table;
  clear: both;
}

.workspace-tabs li {
  padding: 0;
  margin-right: 20px;
  border-bottom: none;
}

.workspace-tabs li a {
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left 10px;
  padding-left: 21px;
  font-size: 14px;
}

.workspace-tabs li a.location {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='rgb%2884%2C89%2C95%29'%3E%3Ctitle%3Elocation%3C/title%3E%3Cpath d='M16 0C10.477 0 6 4.477 6 10c0 10 10 22 10 22s10-12 10-22c0-5.523-4.477-10-10-10zm0 16a6 6 0 1 1 0-12 6 6 0 0 1 0 12z'/%3E%3C/svg%3E");
}

.workspace-tabs li a.list {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='rgb%2884%2C89%2C95%29'%3E%3Ctitle%3Elist%3C/title%3E%3Cpath d='M0 0h8v8H0zm12 2h20v4H12zM0 12h8v8H0zm12 2h20v4H12zM0 24h8v8H0zm12 2h20v4H12z'/%3E%3C/svg%3E");
}

.contactdetails__list {
  padding-left: 0;
  margin-top: 0;
}
.contactdetails__item {
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0px 3px;
  padding-left: 25px;
}
.contactdetails__item::before {
  display: none;
}
.contactdetails__item--phone {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20' fill='rgb%2843%2C47%2C51%29'%3E%3Ctitle%3Ephone%3C/title%3E%3Cpath d='M11.229 11.229c-1.583 1.582-3.417 3.096-4.142 2.371-1.037-1.037-1.677-1.941-3.965-.102-2.287 1.838-.53 3.064.475 4.068 1.16 1.16 5.484.062 9.758-4.211 4.273-4.274 5.368-8.598 4.207-9.758-1.005-1.006-2.225-2.762-4.063-.475s-.936 2.927.103 3.965c.722.725-.791 2.559-2.373 4.142z'/%3E%3C/svg%3E");
}
.contactdetails__item--email {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' width='20' height='20' fill='rgb%2879%2C85%2C90%29'%3E%3Ctitle%3Eenvelope%3C/title%3E%3Cpath d='M28 11.094V23.5c0 1.375-1.125 2.5-2.5 2.5h-23A2.507 2.507 0 0 1 0 23.5V11.094c.469.516 1 .969 1.578 1.359 2.594 1.766 5.219 3.531 7.766 5.391 1.313.969 2.938 2.156 4.641 2.156h.031c1.703 0 3.328-1.188 4.641-2.156 2.547-1.844 5.172-3.625 7.781-5.391a9.278 9.278 0 0 0 1.563-1.359zM28 6.5c0 1.75-1.297 3.328-2.672 4.281-2.438 1.687-4.891 3.375-7.313 5.078-1.016.703-2.734 2.141-4 2.141h-.031c-1.266 0-2.984-1.437-4-2.141-2.422-1.703-4.875-3.391-7.297-5.078-1.109-.75-2.688-2.516-2.688-3.938 0-1.531.828-2.844 2.5-2.844h23c1.359 0 2.5 1.125 2.5 2.5z'/%3E%3C/svg%3E");
}
.contactdetails__item--website {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20' fill='rgb%2879%2C85%2C90%29'%3E%3Ctitle%3Elink%3C/title%3E%3Cpath d='M7.859 14.691l-.81.805a1.814 1.814 0 0 1-2.545 0 1.762 1.762 0 0 1 0-2.504l2.98-2.955c.617-.613 1.779-1.515 2.626-.675a.992.992 0 1 0 1.397-1.407c-1.438-1.428-3.566-1.164-5.419.675l-2.98 2.956A3.719 3.719 0 0 0 2 14.244a3.72 3.72 0 0 0 1.108 2.658c.736.73 1.702 1.096 2.669 1.096s1.934-.365 2.669-1.096l.811-.805c.389-.385.391-1.012.005-1.4s-1.014-.39-1.403-.006zm9.032-11.484c-1.547-1.534-3.709-1.617-5.139-.197l-1.009 1.002a.99.99 0 1 0 1.396 1.406l1.01-1.001c.74-.736 1.711-.431 2.346.197.336.335.522.779.522 1.252s-.186.917-.522 1.251l-3.18 3.154c-1.454 1.441-2.136.766-2.427.477a.99.99 0 1 0-1.396 1.406c.668.662 1.43.99 2.228.99.977 0 2.01-.492 2.993-1.467l3.18-3.153C17.605 7.814 18 6.87 18 5.866s-.395-1.949-1.109-2.659z'/%3E%3C/svg%3E");
}
.contactdetails__item--facebook {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='20' height='20' fill='rgb%2879%2C85%2C90%29'%3E%3Ctitle%3Efacebook2%3C/title%3E%3Cpath d='M29 0H3C1.35 0 0 1.35 0 3v26c0 1.65 1.35 3 3 3h13V18h-4v-4h4v-2c0-3.306 2.694-6 6-6h4v4h-4c-1.1 0-2 .9-2 2v2h6l-1 4h-5v14h9c1.65 0 3-1.35 3-3V3c0-1.65-1.35-3-3-3z'/%3E%3C/svg%3E");
}

.form__choice > .form__choice--icon-option {
  width: unset;
  float: left;
  margin-right: 30px;
}

@media (max-width: 39.9375em) {

  .form__choice {
    margin-bottom: 0;
  }

  .form__choice > .form__choice--icon-option {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .form__choice--icons > .form__choice--icon-option {
    width: 50%;
    margin-right: 0;
  }
  
  .form__choice--icons > .form__choice--icon-option:nth-child(2n) {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  
  .form__choice--icons > .form__choice--icon-option:nth-child(2n) .label__icon {
    background-position: 90px 5px;
    background-size: 30px;
  }
  
  .form__choice--icons > .form__choice--icon-option:last-child {
    margin-bottom: 10px;
  }
}

@media (max-width: 360px) {  
  .form__choice--icons > .form__choice--icon-option:nth-child(2n) {
    width: calc(50% - 10px);
    margin-right: 10px;
  }

  .form__choice--icons > .form__choice--icon-option:nth-child(2n) .label__icon {
    background-position: 90px 5px;
  }
}

.form__choice--checkbox ~ label::before {
  background: url("data:image/svg+xml, %3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E3D2389D5-443E-4B1C-8C95-968F5A74E71C%3C/title%3E%3Cpath d='M.5.5h15v15H.5z' fill='%23FFF' stroke='%23CCC' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat top left transparent;
}

.form__choice--checkbox:checked ~ label::before {
  background: url("data:image/svg+xml, %3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E731F760F-8186-4D44-B2FA-979836252C96%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23008289' d='M0 0h16v16H0z'/%3E%3Cpath d='M13 5.497a.626.626 0 0 0-.18-.439l-.878-.877a.626.626 0 0 0-.877 0L6.832 8.419 4.935 6.516a.626.626 0 0 0-.877 0l-.877.878a.626.626 0 0 0 0 .877l3.213 3.213a.626.626 0 0 0 .877 0l5.548-5.549A.626.626 0 0 0 13 5.497z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E") no-repeat top left transparent;
}

.form__choice--radio ~ label::before {
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%28117%2C117%2C117%29'%3E%3Ctitle%3Eradio-unchecked%3C/title%3E%3Cpath d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0zm0 28C9.373 28 4 22.627 4 16S9.373 4 16 4s12 5.373 12 12-5.373 12-12 12z'/%3E%3C/svg%3E") no-repeat top left transparent;
}

.form__choice--radio:checked ~ label::before {
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='rgb%280%2C122%2C129%29'%3E%3Ctitle%3Eradio-checked%3C/title%3E%3Cpath d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0zm0 28C9.373 28 4 22.627 4 16S9.373 4 16 4s12 5.373 12 12-5.373 12-12 12zm-6-12a6 6 0 1 1 12 0 6 6 0 0 1-12 0z'/%3E%3C/svg%3E") no-repeat top left transparent;
}

.image-gallery {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}


.search-results .search{
  cursor:pointer
}
.search-results .search__content{
  cursor:pointer
}
.search-results .search__form{
  position:relative;
  float:left;
  margin-bottom: 20px;
}
.search-results .search__form::after{
  display: table;
  clear: both;
  content: "";
}
.search-results .search__form label{
  float:left;
  width:auto;
  margin:0 24px 0 0;
  padding:8px 0;
  color:#2b2f33;
  font-size:18px
}
.search-results .search__form input{
  float:left;
  width:300px;
  border:1px solid #ccc;
  border-radius:5px 0 0 5px;
  margin:0;
  padding:12px 16px;
  height: auto;
}
.search-results .search__form button.header__search-clear{
  top:14px;
  right:58px
}
.search-results .search__form button.header__search-submit{
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 28' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zm8 13c0 1.094-.906 2-2 2a1.96 1.96 0 0 1-1.406-.594l-5.359-5.344a10.971 10.971 0 0 1-6.234 1.937c-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-.672 4.406-1.937 6.234l5.359 5.359c.359.359.578.875.578 1.406z'/%3E%3C/svg%3E");
  background-size: 50%;
  background-position: 10px 10px;
  background-color: #0b8288;
  border-radius: 0 5px 5px 0;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  position: relative;
}
.search-results .search__form button.header__search-submit:hover{
  background-color: #0b8288;
}
@media (max-width:63.9375em){
  .search-results .search__form{
      width:100%
  }
  .search-results .search__form label{
      width:100%
  }
  .search-results .search__form input{
      width:99%;
      padding:12px
  }
  .search-results .search__form button.header__search-clear{
      top:auto;
      bottom:14px
  }
  .search-results .search__form button.header__search-submit{
      top:auto;
      bottom:0;
      position: absolute;
  }
}

/* overrides */
body {
  min-width: 300px;
}

.tabs {
  clear: both;
}

.banner__cell h2 {
  width: 100%;
}

.u-text-green {
  color: #008289;
}

.form__row--inline:after {
  content: "";
  display: table;
  clear: both;
}

.form__row--inline input {
  width: 80%;
  float: left;
  margin: 0;
}

.form__row--inline button {
  width: 20%;
  float: left;
  font-weight: 600;
}

@media (max-width: 39.9375em) {
  .form__row--inline input {
    width: 100%;
  }
  
  .form__row--inline button {
    width: 100%;
  }
}

.form__element--label {
  font-size: 16px !important;
}

@media (max-width: 39.9375em) {
  .form__element--label {
    font-size: 14px !important;
  }
}

@media (max-width: 39.9375em) {
  .tiles__item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 63.9375em) {
  .tiles__item p {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
  }
}

header__nav-link-text-current {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #008289;
    color: white;
}

@media only screen and (max-width: 63.9375em) {
    .header__nav-link-text-current {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
        background-color: #008289;
        color: #FFF!important; 
    }
}

 .ui-autocomplete, .ui-menu-item::before {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0px;
    margin: 0px;
     content: none;
    list-style-image: none !important;
}
.epi-quickNavigator-editLink::before {
    content: none;
}


.animated-search-form[type=search] {
    width: 10rem;
    border: 0.125rem solid #e6e6e6;
 
    border-radius: 0;
    background-image: url("//image.ibb.co/i7NbrQ/search_icon_15.png");
    background-position: 0.625rem 0.625rem;
    background-repeat: no-repeat;
    padding: 0.75rem 1.25rem 0.75rem 2rem;
    transition: width 0.4s ease-in-out;
}

.animated-search-form[type=search]:focus {
    width: 100%;
}

.footer__bottom {
    z-index: 5000;
}

.button--quartenary, .EPiServerForms button--quartenary {
    border-radius: 10px;
}
@media (min-width: 320px) and (max-width: 480px) {
  

     
    .tabs-content {margin-left:10px}
    .tabs-content.u-mt-2 {
        margin-left: 10px!important;
    }
}
.header__nav-link-text-current {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #008289;
    color: white;
}
.featured-video-widget {
    xbackground: #fff;
    margin-bottom: 10px; }
  
.featured-video-widget .video-widget-wrap {
    padding: 10px 15px; }
.featured-video-widget .video-widget-wrap a {
    font-size: 0.917em; }
.featured-video-widget iframe {
    margin-bottom: 20px; }
.featured-video-widget .vid-caption {
    padding: 0 20px 20px;
    margin-top: 4px; }
.featured-video-widget .vid-caption .view-link {
    margin-top: 6px; }
.featured-video-widget .vid-caption .view-link a {
    color: #003366;
    font-weight: bold; }
.featured-video-widget .vid-caption .view-link a i {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -1px; }
div.featured-video-widget iframe {
    width: 100%;
}
.cal-hasEvent {
    background-color: #129fa7b3!important;
    color: #fff !important;
}

.homepage-why__item_no_link h3 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
    margin-top: 0;
    color: #54595f;
    text-decoration: none !important;
    text-align: center;
}
.homepage-why__item_no_link p {
    font-weight: 400;
    font-size: 18px;
    margin-top: 0;
    line-height: 1.25;
    color: #54595f;
    text-align: center;
}

.mceContentBody .accordion-content {
    display: block !important;
    margin-left: 15px;
    vertical-align: middle;
    padding-left: 22px;
    line-height: 17px;
    margin: 1px;
    border: 3px dashed #FF0000;
    border-radius: 5;
}

_:-ms-fullscreen, :root .hero__image {
    opacity: initial!important;
}
