@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * 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;
  }
}

/*! 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 {
  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 */
  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"] {
  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 {
  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";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #4d4d4f;
  -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.2rem;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0.2rem;
}

.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.2rem;
  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;
}

.grid-container, .block-vb-local-task-wrap ul.tabs.menu {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 70.375rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container, .block-vb-local-task-wrap ul.tabs.menu {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.grid-container.fluid, .block-vb-local-task-wrap ul.fluid.tabs.menu {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid, .block-vb-local-task-wrap ul.fluid.tabs.menu {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.grid-container.full, .block-vb-local-task-wrap ul.full.tabs.menu {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.cell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.cell.shrink {
  -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.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .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;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 2.5rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 2.5rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 2.5rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 2.5rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 2.5rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 2.5rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 2.5rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 2.5rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 2.5rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 2.5rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 2.5rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 2.5rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 2.5rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 2.5rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 2.5rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 2.5rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.5rem);
  }
}

@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.33333% - 2.5rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 2.5rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 2.5rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 2.5rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 2.5rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 2.5rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 2.5rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 2.5rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.5rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

.grid-container:not(.full) > .grid-padding-x, .block-vb-local-task-wrap ul.tabs.menu:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x, .block-vb-local-task-wrap ul.tabs.menu:not(.full) > .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.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.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .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.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .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.33333% - 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.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 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.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.33333% - 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.66667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 2.5rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 2.5rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 2.5rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 2.5rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 2.5rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 2.5rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}

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

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .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.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .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.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .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.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 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.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 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.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 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.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 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% + 1.25rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1.25rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1.25rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.25rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1.25rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1.25rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.25rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1.25rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1.25rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.25rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1.25rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.25rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1.25rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1.25rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.25rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1.25rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1.25rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.25rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1.25rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1.25rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.25rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1.25rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1.25rem);
  }
}

.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
}

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

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
}

@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.33333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -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;
    -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: -ms-flexbox;
    display: flex;
    -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%;
    -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;
    -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: -ms-flexbox;
    display: flex;
    -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%;
    -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;
  -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;
    -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;
    -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;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
}

@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.33333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}

.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 + 2.5rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 20px;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 12px;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #bcbec0;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 1.5rem;
  }
  h2, .h2 {
    font-size: 1.25rem;
  }
  h3, .h3 {
    font-size: 1.1875rem;
  }
  h4, .h4 {
    font-size: 1.125rem;
  }
  h5, .h5 {
    font-size: 1.0625rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 2.8125rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
  }
  h4, .h4 {
    font-size: 1rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 0.9375rem;
  }
}

a {
  line-height: inherit;
  color: #433cae;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #3a3495;
  text-decoration: underline;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 70.375rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #bcbec0;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 20px;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #bcbec0;
}

blockquote, blockquote p {
  line-height: 20px;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #4d4d4f;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #bcbec0;
  background-color: #f4f4f4;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #4d4d4f;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #f4f4f4;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #4d4d4f;
  border-radius: 0.2rem;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1.4rem 0;
  font-family: inherit;
  padding: 0.85em 4em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.2rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #262262;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #201d53;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #262262;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: #1e1b4e;
  color: #fefefe;
}

.button.secondary {
  background-color: #433cae;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #36308b;
  color: #fefefe;
}

.button.success {
  background-color: #7dc584;
  color: #4d4d4f;
}

.button.success:hover, .button.success:focus {
  background-color: #50b15a;
  color: #4d4d4f;
}

.button.warning {
  background-color: #f58c77;
  color: #4d4d4f;
}

.button.warning:hover, .button.warning:focus {
  background-color: #f05333;
  color: #4d4d4f;
}

.button.alert {
  background-color: #f15b4e;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #ec2413;
  color: #fefefe;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #262262;
  color: #fefefe;
}

.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #262262;
  color: #fefefe;
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #433cae;
  color: #fefefe;
}

.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #7dc584;
  color: #4d4d4f;
}

.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f58c77;
  color: #4d4d4f;
}

.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f15b4e;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #262262;
  color: #262262;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #131131;
  color: #131131;
}

.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #262262;
  color: #262262;
}

.button.hollow.primary {
  border: 1px solid #262262;
  color: #262262;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #131131;
  color: #131131;
}

.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #262262;
  color: #262262;
}

.button.hollow.secondary {
  border: 1px solid #433cae;
  color: #433cae;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #221e57;
  color: #221e57;
}

.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #433cae;
  color: #433cae;
}

.button.hollow.success {
  border: 1px solid #7dc584;
  color: #7dc584;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #326f38;
  color: #326f38;
}

.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #7dc584;
  color: #7dc584;
}

.button.hollow.warning {
  border: 1px solid #f58c77;
  color: #f58c77;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #aa270c;
  color: #aa270c;
}

.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #f58c77;
  color: #f58c77;
}

.button.hollow.alert {
  border: 1px solid #f15b4e;
  color: #f15b4e;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #94170c;
  color: #94170c;
}

.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #f15b4e;
  color: #f15b4e;
}

.button.clear {
  border: 1px solid #262262;
  color: #262262;
}

.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover, .button.clear:focus {
  border-color: #131131;
  color: #131131;
}

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #262262;
  color: #262262;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #262262;
  color: #262262;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #131131;
  color: #131131;
}

.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #262262;
  color: #262262;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #433cae;
  color: #433cae;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #221e57;
  color: #221e57;
}

.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #433cae;
  color: #433cae;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #7dc584;
  color: #7dc584;
}

.button.clear.success:hover, .button.clear.success:focus {
  border-color: #326f38;
  color: #326f38;
}

.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #7dc584;
  color: #7dc584;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #f58c77;
  color: #f58c77;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #aa270c;
  color: #aa270c;
}

.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #f58c77;
  color: #f58c77;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #f15b4e;
  color: #f15b4e;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #94170c;
  color: #94170c;
}

.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #f15b4e;
  color: #f15b4e;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 4em;
}

.button.dropdown.hollow::after {
  border-top-color: #262262;
}

.button.dropdown.hollow.primary::after {
  border-top-color: #262262;
}

.button.dropdown.hollow.secondary::after {
  border-top-color: #433cae;
}

.button.dropdown.hollow.success::after {
  border-top-color: #7dc584;
}

.button.dropdown.hollow.warning::after {
  border-top-color: #f58c77;
}

.button.dropdown.hollow.alert::after {
  border-top-color: #f15b4e;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.1875rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #bcbec0;
  border-radius: 0.2rem;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(77, 77, 79, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  color: #4d4d4f;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #bcbec0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bcbec0;
}

input::placeholder,
textarea::placeholder {
  color: #bcbec0;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f4f4f4;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.2rem;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #4d4d4f;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #4d4d4f;
}

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.input-group > :first-child {
  border-radius: 0.2rem 0 0 0.2rem;
}

.input-group > :last-child > * {
  border-radius: 0 0.2rem 0.2rem 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #bcbec0;
  background: #f4f4f4;
  color: #4d4d4f;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #bcbec0;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.1875rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #bcbec0;
  border-radius: 0.2rem;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  color: #4d4d4f;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #bcbec0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #f4f4f4;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #f15b4e;
  background-color: #fdeeec;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #f15b4e;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #f15b4e;
}

.is-invalid-label {
  color: #f15b4e;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #f15b4e;
}

.form-error.is-visible {
  display: block;
}

.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.2rem 0.2rem 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0.2rem 0.2rem;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #f4f4f4;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #262262;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #f4f4f4;
  border-radius: 0 0 0.2rem 0.2rem;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #f4f4f4;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #f4f4f4;
  border-bottom: 0;
  background-color: #fefefe;
  color: #4d4d4f;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #f4f4f4;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #262262 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #262262 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  -ms-transform: scaleY(-1);
      transform: scaleY(-1);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}

.submenu-toggle-text {
  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;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #262262;
  color: #fefefe;
}

.badge.primary {
  background: #262262;
  color: #fefefe;
}

.badge.secondary {
  background: #433cae;
  color: #fefefe;
}

.badge.success {
  background: #7dc584;
  color: #4d4d4f;
}

.badge.warning {
  background: #f58c77;
  color: #4d4d4f;
}

.badge.alert {
  background: #f15b4e;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1.4rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #4d4d4f;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #bcbec0;
}

.breadcrumbs a {
  color: #262262;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #bcbec0;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #262262;
  color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #1e1b4e;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #433cae;
  color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #36308b;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #7dc584;
  color: #4d4d4f;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #50b15a;
  color: #4d4d4f;
}

.button-group.warning .button {
  background-color: #f58c77;
  color: #4d4d4f;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #f05333;
  color: #4d4d4f;
}

.button-group.alert .button {
  background-color: #f15b4e;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #ec2413;
  color: #fefefe;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(77, 77, 79, 0.25);
  border-radius: 0.2rem;
  background-color: white;
  color: #4d4d4f;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #d7d5f0;
  color: #4d4d4f;
}

.callout.secondary {
  background-color: #e2e0f4;
  color: #4d4d4f;
}

.callout.success {
  background-color: #ecf6ed;
  color: #4d4d4f;
}

.callout.warning {
  background-color: #feeeeb;
  color: #4d4d4f;
}

.callout.alert {
  background-color: #fde6e4;
  color: #4d4d4f;
}

.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;
}

.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 1.4rem;
  border: 1px solid #f4f4f4;
  border-radius: 0.2rem;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #4d4d4f;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #f4f4f4;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #4d4d4f;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}

.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: column;
      flex-direction: column;
}

.menu.expanded li {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.menu.simple {
  -ms-flex-align: center;
      align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .menu.medium-expanded li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .menu.large-expanded li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
  .menu.large-simple li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #262262;
  color: #fefefe;
}

.menu .active > a {
  background: #262262;
  color: #fefefe;
}

.menu.align-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.menu.align-right li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.menu.align-center li .submenu li {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -ms-flex-pack: center;
      justify-content: center;
}

.menu-centered > .menu li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #bcbec0;
  box-shadow: 0 7px 0 #bcbec0, 0 14px 0 #bcbec0;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #4d4d4f;
  box-shadow: 0 7px 0 #4d4d4f, 0 14px 0 #4d4d4f;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #262262;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #433cae;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #433cae transparent transparent;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #262262 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #bcbec0;
  border-radius: 0.2rem;
  background-color: #fefefe;
  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;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #433cae transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

.dropdown.menu a {
  padding: 0.7rem 1rem;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu .is-active > a {
  background: transparent;
  color: #262262;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #433cae transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #433cae;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #433cae transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #433cae transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #433cae;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #433cae transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #433cae transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #433cae;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #bcbec0;
  background: #f4f4f4;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #433cae transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #433cae;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

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

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0.2rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #262262;
  color: #fefefe;
}

.label.primary {
  background: #262262;
  color: #fefefe;
}

.label.secondary {
  background: #433cae;
  color: #fefefe;
}

.label.success {
  background: #7dc584;
  color: #4d4d4f;
}

.label.warning {
  background: #f58c77;
  color: #4d4d4f;
}

.label.alert {
  background: #f15b4e;
  color: #fefefe;
}

.media-object {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.4rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.main-section {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s 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;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #f4f4f4;
}

[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: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(77, 77, 79, 0.7);
}

.off-canvas.is-open {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #f4f4f4;
}

[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: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(77, 77, 79, 0.7);
}

.off-canvas-absolute.is-open {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -ms-transform: translateX(-250px);
      transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  -ms-transform: translateX(-250px);
      transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -ms-transform: translateX(250px);
      transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(77, 77, 79, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -ms-transform: translateX(250px);
      transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  -ms-transform: translateX(250px);
      transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -ms-transform: translateX(-250px);
      transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(77, 77, 79, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -ms-transform: translateY(-250px);
      transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  -ms-transform: translateY(-250px);
      transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -ms-transform: translateY(250px);
      transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(77, 77, 79, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -ms-transform: translateY(250px);
      transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  -ms-transform: translateY(250px);
      transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -ms-transform: translateY(-250px);
      transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(77, 77, 79, 0.25);
}

.off-canvas-content {
  -ms-transform: none;
      transform: none;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -ms-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 {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -ms-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 {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -ms-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 {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -ms-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 {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -ms-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 {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -ms-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 {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -ms-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 {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -ms-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;
    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 {
    box-shadow: none;
    -ms-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;
    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 {
    box-shadow: none;
    -ms-transform: none;
        transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(77, 77, 79, 0.5);
  color: #fefefe;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(77, 77, 79, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #bcbec0;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1.4rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0.2rem;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

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

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0.2rem;
  color: #4d4d4f;
}

.pagination a:hover,
.pagination button:hover {
  background: #f4f4f4;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #262262;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #bcbec0;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #4d4d4f;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

.progress {
  height: 1rem;
  margin-bottom: 1.4rem;
  border-radius: 0.2rem;
  background-color: #bcbec0;
}

.progress.primary .progress-meter {
  background-color: #262262;
}

.progress.secondary .progress-meter {
  background-color: #433cae;
}

.progress.success .progress-meter {
  background-color: #7dc584;
}

.progress.warning .progress-meter {
  background-color: #f58c77;
}

.progress.alert .progress-meter {
  background-color: #f15b4e;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #262262;
  border-radius: 0.2rem;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 0.2rem;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f4f4f4;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #bcbec0;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.2rem;
  background-color: #262262;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #201d53;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(77, 77, 79, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #bcbec0;
  border-radius: 0.2rem;
  background-color: #fefefe;
  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: 70.375rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 70.375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 70.375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 70.375rem;
  }
}

.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;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1.4rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0.2rem;
  background: #bcbec0;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0.2rem;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #262262;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.4rem;
  border-radius: 0.2rem;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
}

thead {
  background: #f8f8f8;
  color: #4d4d4f;
}

tfoot {
  background: #f1f1f1;
  color: #4d4d4f;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  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: 1px solid #f1f1f1;
  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;
}

.tabs {
  margin: 0;
  border: 1px solid #f4f4f4;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #262262;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #2b2770;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #262262;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #211d54;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #f4f4f4;
  color: #262262;
}

.tabs-content {
  border: 1px solid #f4f4f4;
  border-top: 0;
  background: #fefefe;
  color: #4d4d4f;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #f4f4f4;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1.4rem;
  border: solid 4px #fefefe;
  border-radius: 0.2rem;
  box-shadow: 0 0 0 1px rgba(77, 77, 79, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(38, 34, 98, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #4d4d4f;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: 700;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0.2rem;
  background-color: #4d4d4f;
  font-size: 12px;
  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 #4d4d4f;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -ms-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: #4d4d4f transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -ms-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 #4d4d4f;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -ms-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 #4d4d4f transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -ms-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%;
}

.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #f4f4f4;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar.stacked-for-large {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.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) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .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;
  }
}

.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.align-center {
  -ms-flex-pack: center;
      justify-content: center;
}

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

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
      justify-content: center;
}

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

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

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

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

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

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
      order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}

.flex-container {
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.flex-child-grow {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.flex-child-shrink {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.flex-dir-row {
  -ms-flex-direction: row;
      flex-direction: row;
}

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.flex-dir-column {
  -ms-flex-direction: column;
      flex-direction: column;
}

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

body {
  font-size: var(--vibrent-group-font-size-normal);
  line-height: var(--vibrent-group-line-height-normal);
  color: var(--vibrent-group-color-4);
}

h1 {
  color: var(--vibrent-group-color-1);
  font-size: var(--vibrent-group-font-size-1);
  line-height: var(--vibrent-group-line-height-1);
}

h2 {
  color: var(--vibrent-group-color-1);
  font-size: var(--vibrent-group-font-size-2);
  line-height: var(--vibrent-group-line-height-2);
}

h3 {
  color: var(--vibrent-group-color-1);
  font-size: var(--vibrent-group-font-size-3);
  line-height: var(--vibrent-group-line-height-3);
}

h4 {
  color: var(--vibrent-group-color-1);
  font-size: var(--vibrent-group-font-size-4);
  line-height: var(--vibrent-group-line-height-4);
}

h5 {
  color: var(--vibrent-group-color-1);
  font-size: var(--vibrent-group-font-size-5);
  line-height: var(--vibrent-group-line-height-5);
}

h6 {
  color: var(--vibrent-group-color-1);
  font-size: var(--vibrent-group-font-size-6);
  line-height: var(--vibrent-group-line-height-6);
}

strong {
  color: var(--vibrent-group-color-1);
  font-size: var(--vibrent-group-font-size-normal);
  line-height: var(--vibrent-group-line-height-normal);
}

pre {
  font-size: var(--vibrent-group-font-size-formatted);
  line-height: var(--vibrent-group-line-height-formatted);
}

@media screen and (max-width: 39.9375em) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
}

a,
a:hover,
a:focus {
  color: var(--vibrent-group-color-2);
}

p {
  line-height: var(--vibrent-group-line-height-normal);
}

hr {
  width: 100%;
  border-color: var(--vibrent-group-color-5);
}

/* Classy theme in core has this class and it's a float.
   Since we're using flexbox, this causes problems.
   /core/themes/stable/css/system/components/align.module.css */
.align-right,
.align-left {
  float: none;
}

#block-vibrent-branding {
  padding: 1.5rem;
}

ul.with-icons, ul.with-discs, ul.process-items, ul.with-images {
  list-style-type: none;
  margin-left: 0;
}

ul.advanced-list {
  list-style-type: none;
}

ul.advanced-list li {
  margin-bottom: 25px;
}

ul.advanced-list li > div.paragraph--type--advanced-list-fields {
  display: -ms-flexbox;
  display: flex;
}

ul.advanced-list li > div.paragraph--type--advanced-list-fields i {
  max-width: 200px;
}

ul.advanced-list li > div.paragraph--type--advanced-list-fields > span {
  margin-left: 1.5rem;
  margin-top: auto;
  margin-bottom: auto;
}

ul.advanced-list li > div.paragraph--type--advanced-list-fields > span .al-list-item-description {
  margin-top: 5px;
}

ul.advanced-list li > div.paragraph--type--advanced-list-fields > span .al-list-item-description hr {
  margin: 0.8rem auto;
}

ul.advanced-list.horizontal {
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: stretch;
      justify-items: stretch;
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.advanced-list.horizontal li {
  position: relative;
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

ul.advanced-list.horizontal li div.paragraph--type--advanced-list-fields {
  display: -ms-grid;
  display: grid;
}

ul.advanced-list.horizontal li div.paragraph--type--advanced-list-fields i {
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

ul.advanced-list.horizontal li div.paragraph--type--advanced-list-fields .al-list-item-description {
  margin-left: 1.5rem;
}

@media screen and (max-width: 39.9375em) {
  ul.advanced-list.horizontal li div.paragraph--type--advanced-list-fields {
    display: -ms-flexbox;
    display: flex;
  }
}

ul.advanced-list.horizontal li div.paragraph--type--advanced-list-fields > span {
  margin: 0;
}

@media screen and (max-width: 39.9375em) {
  ul.advanced-list.horizontal li div.paragraph--type--advanced-list-fields > span {
    margin: auto 0;
  }
}

ul.with-icons li, ul.with-discs li, ul.with-images li {
  display: block;
  margin-bottom: 1em;
}

ul.with-icons li .each-list-item, ul.with-discs li .each-list-item, ul.with-images li .each-list-item {
  display: -ms-flexbox;
  display: flex;
}

ul.with-icons li i, ul.with-discs li i, ul.with-images li i {
  color: var(--vibrent-group-color-2);
}

ul.with-icons li span, ul.with-discs li span, ul.with-images li span {
  padding-left: 1em;
}

ul.with-discs li {
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}

ul.with-discs li i {
  color: var(--vibrent-group-color-2);
  font-weight: 900;
  font-size: 1.5em;
  margin-top: -2px;
}

.button.small {
  padding: 0.65em 2em;
  margin-bottom: 1em;
}

.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left;
}

.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-right: 0.5em;
}

[dir="rtl"] .field--label-inline .field__label,
[dir="rtl"] .field--label-inline .field__items {
  padding-right: 0;
  padding-left: 0.5em;
}

.field--label-inline .field__label::after {
  content: ":";
}

.paragraph--type--instagram-feed .instagram_feed_widget h2 {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.gm-style img {
  right: 19px !important;
}

#block-masquerade {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem 1rem 1rem 1rem;
  display: block;
  position: fixed;
  z-index: 99;
  bottom: -150px;
  right: 0;
  background: #e2e2e2;
  border-radius: 20px 20px 0px 20px;
  transition-duration: 300ms;
}

#block-masquerade:hover, #block-masquerade:focus {
  bottom: 0;
}

div.custom__padding-xs {
  padding: 0.5rem;
}

div.custom__padding-s {
  padding: 1rem;
}

div.custom__padding-m {
  padding: 1.5rem;
}

div.custom__padding-l {
  padding: 2rem;
}

div.custom__padding-xl {
  padding: 3rem;
}

div.custom__padding-xxl {
  padding: 4rem;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.woff") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham B";
  src: url("../fonts/Gotham-Bold.woff") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham A";
  src: url("../fonts/Gotham/Gotham-Light.eot");
  src: url("../fonts/Gotham/Gotham-Light.eot#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Light.woff") format("woff"), url("../fonts/Gotham/Gotham-Light.otf") format("opentype"), url("../fonts/Gotham/Gotham-Light.ttf") format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: "Gotham A";
  src: url("../fonts/Gotham/Gotham-Light.eot");
  src: url("../fonts/Gotham/Gotham-Light.eot#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Light.woff") format("woff"), url("../fonts/Gotham/Gotham-Light.otf") format("opentype"), url("../fonts/Gotham/Gotham-Light.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "Gotham A";
  src: url("../fonts/Gotham/Gotham-Light.eot");
  src: url("../fonts/Gotham/Gotham-Light.eot#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Light.woff") format("woff"), url("../fonts/Gotham/Gotham-Light.otf") format("opentype"), url("../fonts/Gotham/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Gotham A";
  src: url("../fonts/Gotham/Gotham-Book.eot");
  src: url("../fonts/Gotham/Gotham-Book.eot#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Book.woff") format("woff"), url("../fonts/Gotham/Gotham-Book.otf") format("opentype"), url("../fonts/Gotham/Gotham-Book.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: 'Gotham A';
  src: url("../fonts/Gotham/GothamMedium.eot");
  src: local("Gotham Medium"), local("GothamMedium"), url("../fonts/Gotham/GothamMedium.eot#iefix") format("embedded-opentype"), url("../fonts/Gotham/GothamMedium.woff") format("woff2"), url("../fonts/Gotham/GothamMedium.woff") format("woff"), url("../fonts/Gotham/GothamMedium.ttf") format("truetype"), url("../fonts/Gotham/GothamMedium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham A";
  src: url("../fonts/Gotham/GothamMedium.eot");
  src: url("../fonts/Gotham/GothamMedium.eot#iefix") format("embedded-opentype"), url("../fonts/Gotham/GothamMedium.woff") format("woff"), url("https://www.allofusaz.org/themes/custom/vibrent/fonts/Gotham/GothamMedium.otf") format("opentype"), url("../fonts/Gotham/GothamMedium.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Gotham A";
  src: url("../fonts/Gotham/Gotham-Bold.eot");
  src: url("../fonts/Gotham/Gotham-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham/Gotham-Bold.otf") format("opentype"), url("../fonts/Gotham/Gotham-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Gotham A";
  src: url("../fonts/Gotham/Gotham-Black-Regular.eot");
  src: url("../fonts/Gotham/Gotham-Black-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Black-Regular.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: "Gotham A";
  src: url("../fonts/Gotham/Gotham-Black-Regular.eot");
  src: url("../fonts/Gotham/Gotham-Black-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Black-Regular.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: 'Avernir';
  src: url("../fonts/Avenir/AvenirNextLTPro-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avernir';
  src: url("../fonts/Avenir/AvenirNextLTPro-MediumCn.otf");
  font-weight: 200;
}

@font-face {
  font-family: 'Avernir';
  src: url("../fonts/Avenir/AvenirNextLTPro-Bold.otf");
  font-weight: 500;
}

@font-face {
  font-family: 'Avernir';
  src: url("../fonts/Avenir/AvenirNextLTPro-Demi.otf");
  font-weight: 900;
}

.form-required::after {
  content: "";
  background-image: url(../images/required.svg);
  background-repeat: no-repeat;
  vertical-align: super;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  margin: 0 0.3em;
  display: inline-block;
}

form#webform-results-export details {
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #fcfcfa;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
}

form#webform-results-export details summary {
  padding: 0.95em 1.45em;
}

form#webform-results-export details .form-item {
  padding: 0 1.5em 1em 1.5em;
}

form#webform-results-export summary {
  color: #004f80;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

form#webform-results-export .form-item {
  margin: 0.75em 0;
}

.ui-widget {
  font-family: var(--vibrent-group-font, Arial, Helvetica, sans-serif);
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: var(--vibrent-group-font, Arial, Helvetica, sans-serif);
}

form.webform-submission-form .js-form-type-checkbox {
  display: -ms-flexbox;
  display: flex;
}

form.webform-submission-form .js-form-type-checkbox > label {
  margin-bottom: 1rem;
  line-height: 1.2rem;
}

.view-display-id-block_1 caption,
.view-id-user_groups caption {
  background: #262262;
  color: white;
  white-space: nowrap;
  text-align: left;
}

table.group-webform-list .dropbutton-widget {
  font-size: 0.9rem;
}

.view-id-user_group_tenant .js-pager__items {
  margin-bottom: 30px;
  margin-left: 0;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
}

.layout-content {
  margin-bottom: 0;
  width: 100%;
}

.path-frontpage .org-page #block-pagetitle,
.org-page #block-pagetitle {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.vib-access-denied-title {
  margin-top: 40px;
  margin-bottom: 20px;
}

div#block-sitebranding-2 {
  margin-top: 15px;
}

.page__help div#block-sitebranding-2 {
  padding: 0 1.25rem;
}

.page__help div#block-pagetitle {
  padding: 0 1.25rem;
}

.back-to-top {
  display: none;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 250px;
  z-index: 999;
  cursor: pointer;
  right: 40px;
  opacity: .0;
  transition: .3s all;
  background-color: var(--vibrent-group-color-1);
  border-radius: 33px;
  line-height: 1.4em;
  font-size: 32px;
  text-align: center;
}

.back-to-top i {
  color: #fefefe !important;
}

.back-to-top.show:hover {
  opacity: 1;
}

.back-to-top.show {
  display: block;
  opacity: .35;
}

.paragraph a {
  text-decoration: underline;
}

.paragraph.last__updated {
  padding: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cta-background {
  background-color: var(--normal-color);
}

.cta-background:hover {
  background-color: var(--hover-color);
}

.cta-button a span.cta-text {
  pointer-events: none;
}

.layout-sidebar {
  margin-bottom: 2.8rem;
}

.tabs {
  margin-bottom: 1.4rem;
}

.tabs.primary, .tabs.secondary {
  background-color: var(--vibrent-group-color-1, #262262);
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus,
.tabs.secondary > li > a:hover,
.tabs.secondary > li > a:focus {
  background: var(--vibrent-group-color-1, #262262);
  filter: brightness(150%);
}

.views-exposed-form .form-item {
  float: left;
  margin-right: 20px;
}

.views-exposed-form .form-actions {
  padding-top: 25px;
}

.vib-forum-view-list {
  color: var(--vibrent-group-color-2);
}

.vib-forum-view-list caption {
  text-align: left;
}

.vib-forum-view-list tbody td {
  padding: 0.5rem 0.625rem 0.625rem 2rem;
}

.vib-forum-view-list table {
  margin-bottom: 1em;
}

.view-group-nodes table.sticky-header {
  z-index: 99;
}

.about-banner {
  background-color: var(--vibrent-group-color-3);
  height: 300px;
}

.about-banner .about-banner-bg {
  height: 100%;
}

.about-banner .about-banner-bg .about-banner-card h2 {
  font-size: 1.65rem;
  margin-bottom: 1em;
}

.about-banner .about-banner-bg .about-banner-card h5 {
  font-weight: normal;
}

@media print, screen and (min-width: 40em) {
  .about-banner .about-banner-bg .about-banner-card h2 {
    font-size: 2.4rem;
  }
  .about-banner .about-banner-bg .about-banner-card h5 {
    font-size: 1rem;
  }
}

.about-section {
  margin: 1em 0;
  padding: 2em 0;
}

.about-section h2 {
  margin-bottom: 1em;
}

.about-why-join {
  background-color: var(--vibrent-group-color-6);
  margin-bottom: 2em;
}

.about-why-join img {
  width: 100%;
  max-width: 100vw;
}

@media print, screen and (min-width: 40em) {
  .about-why-join h2,
  .about-why-join p {
    padding: 1rem;
  }
  .about-why-join .field--name-field-about-whyjoin-image {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 40em) {
  .about-columns {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 2.7em;
    -moz-column-gap: 2.7em;
    -webkit-column-gap: 2.7em;
  }
  .about-columns li {
    break-inside: avoid;
  }
}

.about-eligible .text-left {
  margin-left: 1.4rem;
}

.about-eligible i.far {
  color: var(--vibrent-group-color-5);
}

@media print, screen and (min-width: 40em) {
  .about-eligible .text-left {
    padding: 2em 0 0.4em 0;
  }
  .about-eligible p {
    padding: 1rem;
  }
}

.about-eligible-inclusions {
  height: 100%;
  background-color: var(--vibrent-group-color-3);
  padding: 2em 1.5em;
}

.about-eligible-exclusions {
  height: 100%;
  background-color: var(--vibrent-group-color-6);
  padding: 2em 1.5em;
  margin-top: 1.4rem;
}

@media print, screen and (min-width: 40em) {
  .about-eligible-exclusions {
    margin-top: 0;
  }
}

.about-elig-subhead {
  padding-bottom: 2em;
}

.about-elig-subhead h3 {
  text-transform: uppercase;
  font-size: 1em;
}

.about-locations-1 .fas:hover {
  filter: brightness(150%);
}

.about-locations-1 .locations {
  margin-bottom: 3em;
}

.about-locations-1 .loc_wrap,
.about-locations-1 .team_member_wrap {
  margin-bottom: 1em;
}

.about-locations-1 .team_member_name a {
  margin-left: 1em;
}

.accordion-title {
  font-weight: 500;
  line-height: 20px;
  padding: 1em 2em;
  border: none;
  border-radius: 0;
  font-size: 1em;
}

.accordion-title::before {
  left: 0em;
  position: absolute;
  top: 1em;
  right: 0;
  margin-top: 0;
  font-weight: 900;
  content: "\f054";
  color: var(--vibrent-group-color-2);
  font-family: "FontAwesome";
}

.accordion-title:focus, .accordion-title:hover {
  background-color: transparent;
}

.accordion-item.is-active > .accordion-title::before {
  content: "\f078";
  margin-top: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 0;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom-color: #262262;
  border-radius: 0;
}

.accordion-content {
  padding: 0;
  border: none;
}

.paragraph--type--accordion-fields .accordion__heading {
  color: var(--vibrent-group-color-2);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  display: -ms-flexbox;
  display: flex;
  transition: 0.4s;
}

.paragraph--type--accordion-fields .accordion__heading p {
  margin-bottom: 0;
}

.paragraph--type--accordion-fields .accordion__heading .field--name-field-heading {
  margin-top: 5px;
  word-break: break-word;
}

.paragraph--type--accordion-fields .accordion__heading > * {
  display: inline-block;
  vertical-align: middle;
}

.paragraph--type--accordion-fields .accordion__heading:before {
  left: 0;
  padding: 8px 18px;
  font-weight: 900;
  content: "\f067";
  color: var(--vibrent-group-color-2);
  font-family: "FontAwesome";
  vertical-align: top;
}

.paragraph--type--accordion-fields .accordion__heading.active:before {
  content: "\f068";
}

.paragraph--type--accordion-fields .accordion__body {
  padding: 0px 73px;
  display: none;
  overflow: hidden;
}

.button {
  border-radius: 4px;
  font-weight: bold;
  background-color: var(--vibrent-group-color-1, #262262);
  text-transform: none;
}

.button:hover {
  filter: brightness(150%);
}

.view-header nav li,
.block nav li {
  list-style: none;
  display: inline;
}

.callout.success, .callout.alert, .callout.warning {
  margin: 1em auto;
  width: 98%;
  border: none;
  border-left: 5px solid;
  border-radius: 0;
}

.paragraph__organization_chart tbody {
  border: none;
  background: inherit;
}

.paragraph__organization_chart tbody tr:nth-child(even) {
  background: none;
}

.paragraph__organization_chart tbody tr td.google-visualization-orgchart-node {
  border: none;
}

#contact-section {
  padding: 2rem 0;
}

#contact-section p, #contact-section h2 {
  padding: 1rem;
}

#contact-section i, #contact-section h3, #contact-section a {
  color: var(--vibrent-group-color-2);
}

#contact-section #edit-actions-submit {
  margin-top: 1.4rem;
}

#contact-section hr {
  width: 100vw;
  margin: 0 0 0 -10px;
}

@media print, screen and (min-width: 40em) {
  #contact-section hr {
    width: 100%;
    margin: 0;
  }
}

.field--name-field-security-message {
  font-weight: 500;
  line-height: 20px;
  padding: 20px;
}

.field--name-field-security-message p {
  width: 50%;
  margin: auto;
}

.contact-small h3 {
  padding: 1em 0;
}

.contact-small .field--type-text-with-summary {
  padding-right: 3em;
}

.contact-small .contact-methods .grid-y {
  max-width: 80%;
}

.contact-small .contact-methods > div {
  padding-bottom: 2em;
}

.contact-small .contact-methods > div > div {
  padding-right: 1em;
}

.contact-small i {
  font-size: 2em;
  margin: 0 .5em 0 0;
}

@media print, screen and (min-width: 40em) {
  .contact-small .field--name-field-email {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.contact-medium .grid-y {
  max-width: 85%;
}

@media print, screen and (min-width: 40em) {
  .contact-medium .field--name-field-email {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.contact-medium .cell {
  padding-bottom: 2em;
}

.contact-medium i {
  font-size: 2em;
  margin: 0 .5em 0 0;
}

.contact-medium label {
  font-weight: 500;
}

.contact-medium #edit-submit {
  width: 100%;
  margin-top: 1.25em;
}

.contact-medium-title.cell {
  padding-bottom: 0px;
}

.contact-large i {
  font-size: 3em;
}

.contact-large i:before {
  padding-bottom: 0.25em;
}

.contact-large .cell {
  padding-bottom: 2em;
}

.contact-large .field--name-field-email {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.grid-background-contact {
  background-color: var(--vibrent-group-color-3);
}

.paragraph--type--contact-form.text-center form legend {
  margin-left: auto;
  margin-right: auto;
}

.field--name-field-contacts > .field__item {
  margin-bottom: 1em;
}

.address {
  margin-bottom: 0;
}

.address .country {
  display: none;
}

body.group-org-411,
body.group-org-421 {
  /*Footer*/
}

body.group-org-411 .header-sticky,
body.group-org-421 .header-sticky {
  border-bottom: 0 !important;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
}

body.group-org-411 .header-sticky .menu:not(.submenu) > li > a,
body.group-org-421 .header-sticky .menu:not(.submenu) > li > a {
  font-weight: normal;
  padding-left: 14px;
  padding-right: 14px;
}

body.group-org-411 .header-sticky .menu:not(.submenu) > li > a::before,
body.group-org-421 .header-sticky .menu:not(.submenu) > li > a::before {
  width: calc(100% - 28px);
  height: 2px;
  left: auto;
  bottom: -8px;
  right: auto;
}

@media print, screen and (min-width: 64em) {
  body.group-org-411 .header-sticky .grid-container > .grid-x, body.group-org-411 .header-sticky .block-vb-local-task-wrap ul.tabs.menu > .grid-x, .block-vb-local-task-wrap body.group-org-411 .header-sticky ul.tabs.menu > .grid-x,
  body.group-org-421 .header-sticky .grid-container > .grid-x,
  body.group-org-421 .header-sticky .block-vb-local-task-wrap ul.tabs.menu > .grid-x,
  .block-vb-local-task-wrap body.group-org-421 .header-sticky ul.tabs.menu > .grid-x {
    max-width: 83rem;
    margin: 0 auto;
    padding: 0 1.25rem;
  }
}

body.group-org-411 .header-sticky .block-org-header-left,
body.group-org-421 .header-sticky .block-org-header-left {
  padding: 0.8rem 0 0.8rem 0;
}

@media print, screen and (min-width: 64em) {
  body.group-org-411 .header-sticky.is-stuck .logos-wrapper img,
  body.group-org-421 .header-sticky.is-stuck .logos-wrapper img {
    max-height: 50px;
  }
  body.group-org-411 .header-sticky.is-stuck .block-org-header-left,
  body.group-org-421 .header-sticky.is-stuck .block-org-header-left {
    padding: 0.8rem 0 0.8rem 0;
  }
  body.group-org-411 .header-sticky.is-stuck .region-responsive-top-bar-bottom,
  body.group-org-411 .header-sticky.is-stuck #block-orgheadercta,
  body.group-org-421 .header-sticky.is-stuck .region-responsive-top-bar-bottom,
  body.group-org-421 .header-sticky.is-stuck #block-orgheadercta {
    margin-top: 0;
  }
}

@media screen and (max-width: 1023px) {
  body.group-org-411 .header-inner #header-responsive,
  body.group-org-421 .header-inner #header-responsive {
    position: fixed;
    top: 58px;
    z-index: -1;
    width: calc(100% - 16px);
    left: 8px;
  }
}

@media print, screen and (min-width: 64em) {
  body.group-org-411 .header-inner #header-responsive,
  body.group-org-421 .header-inner #header-responsive {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-flex: 60 1 0;
    flex: 60 1 0;
    padding-top: 0;
  }
}

body.group-org-411 .region-responsive-top-bar-top,
body.group-org-421 .region-responsive-top-bar-top {
  display: none;
}

body.group-org-411 .region-responsive-top-bar-top:empty,
body.group-org-421 .region-responsive-top-bar-top:empty {
  display: none;
}

body.group-org-411 .region-responsive-top-bar-bottom,
body.group-org-421 .region-responsive-top-bar-bottom {
  margin-top: 0;
}

@media screen and (max-width: 1023px) {
  body.group-org-411 .region-responsive-top-bar-bottom,
  body.group-org-421 .region-responsive-top-bar-bottom {
    padding-top: 15px;
  }
}

@media print, screen and (min-width: 64em) {
  body.group-org-411 #block-orgheadercta,
  body.group-org-421 #block-orgheadercta {
    margin-top: 0;
  }
}

body.group-org-411 #header-mobile img,
body.group-org-421 #header-mobile img {
  padding-bottom: 10px;
}

body.group-org-411 #header-mobile .menu-icon,
body.group-org-421 #header-mobile .menu-icon {
  top: 1.4rem;
  left: auto;
  right: 1rem;
}

body.group-org-411 #header-mobile .menu-icon::after,
body.group-org-421 #header-mobile .menu-icon::after {
  background: var(--vibrent-group-header-text);
  box-shadow: 0 7px 0 var(--vibrent-group-header-text), 0 14px 0 var(--vibrent-group-header-text);
}

body.group-org-411 #header-mobile.header-mobile-logo-right,
body.group-org-421 #header-mobile.header-mobile-logo-right {
  -ms-flex-direction: row;
      flex-direction: row;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
}

body.group-org-411 #header-mobile.header-mobile-logo-right .mobile-logos-wrapper,
body.group-org-421 #header-mobile.header-mobile-logo-right .mobile-logos-wrapper {
  margin-left: 1rem;
}

body.group-org-411 #block-orgheadercta,
body.group-org-421 #block-orgheadercta {
  border: 0;
}

@media print, screen and (min-width: 64em) {
  body.group-org-411 #block-orgheadercta,
  body.group-org-421 #block-orgheadercta {
    margin-left: 1.625rem;
  }
}

body.group-org-411 #block-orgheadercta .button,
body.group-org-421 #block-orgheadercta .button {
  padding: 8px 30px;
  font-weight: 500;
  border-radius: 15px;
}

@media screen and (max-width: 1023px) {
  body.group-org-411 #block-orgheadercta,
  body.group-org-421 #block-orgheadercta {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 10px 24px 28px 24px;
  }
  body.group-org-411 #block-orgheadercta #header-cta,
  body.group-org-421 #block-orgheadercta #header-cta {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  body.group-org-411 #block-orgheadercta #header-cta .button,
  body.group-org-421 #block-orgheadercta #header-cta .button {
    margin: 0;
    width: 48%;
  }
  body.group-org-411 #block-orgheadercta #header-cta .button + .button,
  body.group-org-421 #block-orgheadercta #header-cta .button + .button {
    margin-top: 0;
  }
}

body.group-org-411 footer.template2,
body.group-org-421 footer.template2 {
  border: 0;
}

body.group-org-411 footer.template2 h2,
body.group-org-421 footer.template2 h2 {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--vibrent-group-footer-text-3);
}

body.group-org-411 footer.template2 .featured-bottom,
body.group-org-421 footer.template2 .featured-bottom {
  padding: 2.5rem 7% 0 7%;
  margin: 0;
}

body.group-org-411 footer.template2 .featured-bottom .menu li a,
body.group-org-421 footer.template2 .featured-bottom .menu li a {
  font-weight: normal;
}

body.group-org-411 footer.template2 .featured-bottom .grid-x:first-child .cell,
body.group-org-421 footer.template2 .featured-bottom .grid-x:first-child .cell {
  padding-left: 0;
}

body.group-org-411 footer.template2 .org-email a,
body.group-org-421 footer.template2 .org-email a {
  font-weight: normal;
}

body.group-org-411 footer.template2 .org-email a .fi-mail,
body.group-org-421 footer.template2 .org-email a .fi-mail {
  font-size: 22px;
  padding-right: 2px;
}

body.group-org-411 footer.template2 .org-email a .fi-mail::before,
body.group-org-421 footer.template2 .org-email a .fi-mail::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}

body.group-org-411 footer.template2 .region-footer,
body.group-org-421 footer.template2 .region-footer {
  padding-top: 0;
}

body.group-org-411 footer.template2 #block-orgfooter .org-copyright,
body.group-org-411 footer.template2 #block-orgfooter .org-privacy,
body.group-org-421 footer.template2 #block-orgfooter .org-copyright,
body.group-org-421 footer.template2 #block-orgfooter .org-privacy {
  position: relative;
}

body.group-org-411 footer.template2 #block-orgfooter .org-copyright::after,
body.group-org-411 footer.template2 #block-orgfooter .org-privacy::after,
body.group-org-421 footer.template2 #block-orgfooter .org-copyright::after,
body.group-org-421 footer.template2 #block-orgfooter .org-privacy::after {
  content: "|";
  color: var(--vibrent-group-footer-text-3);
  position: absolute;
  right: -4px;
  top: 0;
  font-size: 12px;
}

body.group-org-411 footer.template2 #block-orgfooter .org-copyright:last-child::after,
body.group-org-411 footer.template2 #block-orgfooter .org-privacy:last-child::after,
body.group-org-421 footer.template2 #block-orgfooter .org-copyright:last-child::after,
body.group-org-421 footer.template2 #block-orgfooter .org-privacy:last-child::after {
  display: none;
}

body.group-org-411 footer.template2 #block-orgfooter .org-copyright p,
body.group-org-421 footer.template2 #block-orgfooter .org-copyright p {
  padding: 0;
  line-height: 23px;
}

body.group-org-411 footer.template2 #block-orgfooter a,
body.group-org-421 footer.template2 #block-orgfooter a {
  color: var(--vibrent-group-footer-text);
}

body.group-org-411 footer.template2 #block-orgsocialnetworks,
body.group-org-421 footer.template2 #block-orgsocialnetworks {
  margin-top: 30px;
}

body.group-org-411 footer.template2 #block-orgsocialnetworks .org-social,
body.group-org-421 footer.template2 #block-orgsocialnetworks .org-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

body.group-org-411 footer.template2 #block-orgsocialnetworks .org-social a,
body.group-org-421 footer.template2 #block-orgsocialnetworks .org-social a {
  position: relative;
  font-size: 16px;
}

body.group-org-411 footer.template2 #block-orgsocialnetworks .org-social a:hover svg path, body.group-org-411 footer.template2 #block-orgsocialnetworks .org-social a:focus svg path,
body.group-org-421 footer.template2 #block-orgsocialnetworks .org-social a:hover svg path,
body.group-org-421 footer.template2 #block-orgsocialnetworks .org-social a:focus svg path {
  color: var(--vibrent-group-color-2);
}

body.group-org-411 footer.template2 #block-orgsocialnetworks .org-social a[href*="twitter"]::after,
body.group-org-421 footer.template2 #block-orgsocialnetworks .org-social a[href*="twitter"]::after {
  content: "Twitter";
  color: var(--vibrent-group-footer-text);
  padding-left: 2px;
}

body.group-org-411 footer.template2 #block-orgsocialnetworks .org-social a[href*="twitter"]:hover::after,
body.group-org-421 footer.template2 #block-orgsocialnetworks .org-social a[href*="twitter"]:hover::after {
  color: var(--vibrent-group-color-2);
}

body.group-org-411 footer.template2 #block-orgsocialnetworks .org-social a[href*="instagram"]::after,
body.group-org-421 footer.template2 #block-orgsocialnetworks .org-social a[href*="instagram"]::after {
  content: "Instagram";
  color: var(--vibrent-group-footer-text);
  padding-left: 2px;
}

body.group-org-411 footer.template2 #block-orgsocialnetworks .org-social a[href*="instagram"]:hover::after,
body.group-org-421 footer.template2 #block-orgsocialnetworks .org-social a[href*="instagram"]:hover::after {
  color: var(--vibrent-group-color-2);
}

body.group-org-411 footer.template2 #block-downloadsblock .grid-y,
body.group-org-421 footer.template2 #block-downloadsblock .grid-y {
  padding-top: 0.6rem;
}

body.group-org-411 #block-orgheaderleft-2 img,
body.group-org-421 #block-orgheaderleft-2 img {
  max-width: 150px;
}

@media print, screen and (min-width: 64em) {
  body.group-org-411 #block-vibrent-content .column-section-wrapper .paragraph--type--3_column_section > .cell,
  body.group-org-421 #block-vibrent-content .column-section-wrapper .paragraph--type--3_column_section > .cell {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

body.group-org-411 main.grid-container .grid-container, body.group-org-411 main.grid-container .block-vb-local-task-wrap ul.tabs.menu, .block-vb-local-task-wrap body.group-org-411 main.grid-container ul.tabs.menu,
body.group-org-421 main.grid-container .grid-container,
body.group-org-421 main.grid-container .block-vb-local-task-wrap ul.tabs.menu,
.block-vb-local-task-wrap body.group-org-421 main.grid-container ul.tabs.menu {
  max-width: 83rem;
}

body.group-org-411 main.grid-container .grid-container.full, body.group-org-411 main.grid-container .block-vb-local-task-wrap ul.full.tabs.menu, .block-vb-local-task-wrap body.group-org-411 main.grid-container ul.full.tabs.menu,
body.group-org-421 main.grid-container .grid-container.full,
body.group-org-421 main.grid-container .block-vb-local-task-wrap ul.full.tabs.menu,
.block-vb-local-task-wrap body.group-org-421 main.grid-container ul.full.tabs.menu {
  max-width: 100%;
}

body.group-org-411 main.grid-container .grid-container.full .grid-container > .page-banner-box-grid, body.group-org-411 main.grid-container .block-vb-local-task-wrap ul.full.tabs.menu .grid-container > .page-banner-box-grid, .block-vb-local-task-wrap body.group-org-411 main.grid-container ul.full.tabs.menu .grid-container > .page-banner-box-grid, body.group-org-411 main.grid-container .grid-container.full .block-vb-local-task-wrap ul.tabs.menu > .page-banner-box-grid, .block-vb-local-task-wrap body.group-org-411 main.grid-container .grid-container.full ul.tabs.menu > .page-banner-box-grid, body.group-org-411 main.grid-container .block-vb-local-task-wrap ul.full.tabs.menu ul.tabs.menu > .page-banner-box-grid, .block-vb-local-task-wrap body.group-org-411 main.grid-container ul.full.tabs.menu ul.tabs.menu > .page-banner-box-grid,
body.group-org-421 main.grid-container .grid-container.full .grid-container > .page-banner-box-grid,
body.group-org-421 main.grid-container .block-vb-local-task-wrap ul.full.tabs.menu .grid-container > .page-banner-box-grid,
.block-vb-local-task-wrap body.group-org-421 main.grid-container ul.full.tabs.menu .grid-container > .page-banner-box-grid,
body.group-org-421 main.grid-container .grid-container.full .block-vb-local-task-wrap ul.tabs.menu > .page-banner-box-grid,
.block-vb-local-task-wrap body.group-org-421 main.grid-container .grid-container.full ul.tabs.menu > .page-banner-box-grid,
body.group-org-421 main.grid-container .block-vb-local-task-wrap ul.full.tabs.menu ul.tabs.menu > .page-banner-box-grid,
.block-vb-local-task-wrap body.group-org-421 main.grid-container ul.full.tabs.menu ul.tabs.menu > .page-banner-box-grid {
  margin-right: 0;
}

@media print, screen and (min-width: 64em) {
  body.group-org-411 main.grid-container .grid-container #paragraph-20531, body.group-org-411 main.grid-container .block-vb-local-task-wrap ul.tabs.menu #paragraph-20531, .block-vb-local-task-wrap body.group-org-411 main.grid-container ul.tabs.menu #paragraph-20531,
  body.group-org-421 main.grid-container .grid-container #paragraph-20531,
  body.group-org-421 main.grid-container .block-vb-local-task-wrap ul.tabs.menu #paragraph-20531,
  .block-vb-local-task-wrap body.group-org-421 main.grid-container ul.tabs.menu #paragraph-20531 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

body.group-org-421 {
  /*Live changes*/
}

body.group-org-421 .page-banner-wrap .page-banner-inner.full .grid-container, body.group-org-421 .page-banner-wrap .page-banner-inner.full .block-vb-local-task-wrap ul.tabs.menu, .block-vb-local-task-wrap body.group-org-421 .page-banner-wrap .page-banner-inner.full ul.tabs.menu {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

body.group-org-421 .page-banner-wrap .page-banner-inner.full .grid-container .page-banner-box-content, body.group-org-421 .page-banner-wrap .page-banner-inner.full .block-vb-local-task-wrap ul.tabs.menu .page-banner-box-content, .block-vb-local-task-wrap body.group-org-421 .page-banner-wrap .page-banner-inner.full ul.tabs.menu .page-banner-box-content {
  padding-left: 11px;
}

body.group-org-421 .cta-button a {
  max-width: 192px;
  font-weight: 500;
}

body.group-org-421 .grid-what-does .field--name-field-media-image {
  margin-bottom: 20px;
}

body.group-org-421 .layout.layout--onecol .field--name-field-sections > .field__item:nth-child(4) .field--name-field-image img {
  height: 90px;
}

body.group-org-421 .layout.layout--onecol .field--name-field-sections > .field__item:nth-child(4) .paragraph--type--3_column_section {
  -ms-flex-pack: center;
      justify-content: center;
}

@media print, screen and (min-width: 64em) {
  body.group-org-421 .layout.layout--onecol .field--name-field-sections > .field__item:nth-child(4) .grid-x > .medium-4 {
    width: 28%;
  }
}

body.group-org-421 .layout.layout--onecol .field--name-field-sections > .field__item:nth-child(7) .field--name-field-image .field--name-field-media-image {
  height: 75px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

body.group-org-421 .layout.layout--onecol .field--name-field-sections > .field__item:nth-child(7) .field--name-field-image img {
  width: 72px;
}

body.group-org-421 .layout.layout--onecol .field--name-field-sections > .field__item:nth-child(7) .paragraph--type--3_column_section {
  -ms-flex-pack: center;
      justify-content: center;
}

@media print, screen and (min-width: 64em) {
  body.group-org-421 .layout.layout--onecol .field--name-field-sections > .field__item:nth-child(7) .grid-x > .medium-4 {
    width: 28%;
  }
}

body.group-org-421 .layout.layout--onecol .field--name-field-sections .grid-why-join .medium-6 {
  background-color: #fff;
  padding: 20px;
  border: 0;
  margin: 5px 0;
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .layout.layout--onecol .field--name-field-sections .grid-why-join .medium-6 {
    max-width: 470px;
    margin: 0;
  }
  body.group-org-421 .layout.layout--onecol .field--name-field-sections .grid-why-join .medium-6:first-child {
    border-right: 5px solid #ebebeb;
  }
  body.group-org-421 .layout.layout--onecol .field--name-field-sections .grid-why-join .medium-6:nth-child(2) {
    border-left: 5px solid #ebebeb;
  }
}

body.group-org-421 .layout.layout--onecol .field--name-field-sections .grid-why-join .medium-6 .flex-container {
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 35px;
}

body.group-org-421 .layout.layout--onecol .field--name-field-sections .grid-why-join .medium-6 .flex-container h3 {
  font-size: 15px;
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .layout.layout--onecol .field--name-field-sections .grid-why-join .medium-6 .flex-container h3 {
    font-size: 18px;
  }
}

body.group-org-421 .layout.layout--onecol .field--name-field-sections .grid-why-join .medium-6 .flex-container img {
  margin-right: 20px;
  max-width: 75px;
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .layout.layout--onecol .field--name-field-sections .grid-why-join .medium-6 .flex-container img {
    max-width: 150px;
  }
}

body.group-org-421 .featured-bottom .logos-wrapper .linked-logo {
  text-align: left;
}

body.group-org-421 footer.template2 {
  border: 0;
}

body.group-org-421 footer.template2 h2 {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--vibrent-group-footer-text-3);
}

body.group-org-421 footer.template2 .featured-bottom {
  padding: 2.5rem 15px 0 15px;
}

body.group-org-421 footer.template2 .featured-bottom .menu li a {
  text-decoration: none;
}

@media print, screen and (min-width: 64em) {
  body.group-org-421 footer.template2 .featured-bottom {
    padding: 2.5rem 7% 0 7%;
  }
}

@media screen and (max-width: 1023px) {
  body.group-org-421 footer.template2 .featured-bottom .grid-x {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body.group-org-421 footer.template2 .featured-bottom .grid-x .region-featured-bottom-downloads .grid-y {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.group-org-421 footer.template2 .featured-bottom .grid-x .region-featured-bottom-downloads .grid-y .cell {
    padding-right: 20px;
  }
}

body.group-org-421 .flex-purpose .flex-purpose-img {
  margin-right: 10px;
  width: 50px;
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .flex-purpose .flex-purpose-img {
    width: 100px;
    margin-right: 30px;
  }
}

body.group-org-421 .flex-privacy .flex-privacy-left {
  margin-right: 10px;
  width: 50px;
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .flex-privacy .flex-privacy-left {
    width: 100px;
    margin-right: 30px;
  }
}

body.group-org-421 .flex-privacy .flex-privacy-right {
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  body.group-org-421 .flex-privacy .flex-privacy-right {
    width: 60%;
    padding-top: 10px;
  }
}

body.group-org-421 .field--name-field-column-1 .horizontal.grid-x > .large-1 {
  width: 35%;
}

@media print, screen and (min-width: 64em) {
  body.group-org-421 .field--name-field-column-1 .horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  body.group-org-421 .field--name-field-column-1 .horizontal.grid-x > .large-1 {
    width: 14%;
    max-width: 100%;
  }
  body.group-org-421 .field--name-field-column-1 .horizontal.grid-x > .large-1 .paragraph i {
    max-width: 190px;
  }
}

body.group-org-421 .border-box {
  padding: 2rem;
  border: 2px solid #e09d3c;
  margin-bottom: 2rem;
  margin-left: -60px;
}

@media print, screen and (min-width: 64em) {
  body.group-org-421 .border-box {
    margin-left: 130px;
    padding: 3rem 4rem;
  }
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .border-box {
    max-width: 380px;
  }
}

body.group-org-421 .border-box a {
  display: table;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
  width: 100%;
  display: block;
}

body.group-org-421 .border-box a .fi-mail {
  height: 18px;
  margin-right: 2px;
  width: 22px;
  display: inline-block;
  vertical-align: middle;
}

body.group-org-421 .border-box a .fi-mail::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}

body.group-org-421 .fq-ans {
  width: 80%;
  padding-left: 200px;
}

body.group-org-421 footer.template2 {
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}

body.group-org-421 footer.template2 .region-prefooter {
  -ms-flex-order: -1;
      order: -1;
}

body.group-org-421 footer.template2 .region-prefooter #block-orgfooter2 {
  margin-top: 0;
  padding: 1.5rem 0 2rem 0;
}

body.group-org-421 footer.template2 .region-prefooter #block-orgfooter2 .cell p:first-child {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 64em) {
  body.group-org-421 footer.template2 .region-prefooter #block-orgfooter2 .cell p:first-child {
    font-size: 30px;
  }
}

body.group-org-421 footer.template2 .region-prefooter #block-orgfooter2 .cell p:last-child a {
  color: #fff;
  border-radius: 100px;
  max-width: 192px;
  padding: 0.85em;
  background: var(--vibrent-group-color-2);
  font-weight: 500;
  font-size: 0.9rem;
  display: inline-block;
  width: 100%;
}

body.group-org-421 footer.template2 .region-prefooter #block-orgfooter2 .cell p:last-child a:hover {
  background: #d1871e;
  text-decoration: none;
}

body.group-org-421 footer.template2 .featured-bottom {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  body.group-org-421 footer.template2 .featured-bottom #block-groupmenus-3 ul.menu {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90vw;
  }
  body.group-org-421 footer.template2 .featured-bottom #block-groupmenus-3 ul.menu li {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
  }
  body.group-org-421 footer.template2 .featured-bottom #block-groupmenus-3 ul.menu li:nth-child(1) {
    -ms-flex-order: 1;
        order: 1;
  }
  body.group-org-421 footer.template2 .featured-bottom #block-groupmenus-3 ul.menu li:nth-child(2) {
    -ms-flex-order: 3;
        order: 3;
  }
  body.group-org-421 footer.template2 .featured-bottom #block-groupmenus-3 ul.menu li:nth-child(3) {
    -ms-flex-order: 5;
        order: 5;
  }
  body.group-org-421 footer.template2 .featured-bottom #block-groupmenus-3 ul.menu li:nth-child(4) {
    -ms-flex-order: 7;
        order: 7;
  }
  body.group-org-421 footer.template2 .featured-bottom #block-groupmenus-3 ul.menu li:nth-child(5) {
    -ms-flex-order: 2;
        order: 2;
  }
  body.group-org-421 footer.template2 .featured-bottom #block-groupmenus-3 ul.menu li:nth-child(6) {
    -ms-flex-order: 4;
        order: 4;
  }
  body.group-org-421 footer.template2 .featured-bottom #block-groupmenus-3 ul.menu li:nth-child(7) {
    -ms-flex-order: 6;
        order: 6;
  }
  body.group-org-421 footer.template2 .featured-bottom #block-groupmenus-3 ul.menu li:last-child {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  body.group-org-421 footer.template2 #block-downloadsblock a.appstore__link > img {
    width: 120px;
  }
  body.group-org-421 footer.template2 #block-downloadsblock a.playstore__link > img {
    width: 132px;
  }
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23276 .cell,
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23346 .cell {
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23276 .cell:nth-child(2),
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23346 .cell:nth-child(2) {
    padding-right: 20px;
    width: 125px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 640px) {
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23276 .cell:nth-child(2),
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23346 .cell:nth-child(2) {
    width: 90px;
  }
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23276 .cell:nth-child(3),
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23346 .cell:nth-child(3) {
    width: 45%;
  }
}

@media screen and (max-width: 639px) {
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23276 .cell:nth-child(3),
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23346 .cell:nth-child(3) {
    width: calc(100% - 90px);
  }
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23301 .cell {
    padding-left: 142px;
    width: 80%;
  }
}

body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23446,
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23516,
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23571 {
  margin: 0;
}

body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23446 > .cell,
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23516 > .cell,
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23571 > .cell {
  padding: 5px !important;
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23446 > .cell,
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23516 > .cell,
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23571 > .cell {
    min-height: 450px;
  }
}

body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23446 > .cell > .field,
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23516 > .cell > .field,
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23571 > .cell > .field {
  background: #fff;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23446 > .cell > .field > .field__item ul,
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23516 > .cell > .field > .field__item ul,
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23571 > .cell > .field > .field__item ul {
  list-style: none;
  margin: 0;
  padding-bottom: 20px;
}

body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23446 > .cell > .field > .field__item ul li,
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23516 > .cell > .field > .field__item ul li,
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23571 > .cell > .field > .field__item ul li {
  position: relative;
  padding-left: 10px;
}

body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23446 > .cell > .field > .field__item ul li::before,
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23516 > .cell > .field > .field__item ul li::before,
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23571 > .cell > .field > .field__item ul li::before {
  content: "•";
  color: #000;
  position: absolute;
  left: 0;
}

body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23446 > .cell > .field > .field__item:nth-child(1),
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23516 > .cell > .field > .field__item:nth-child(1),
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23571 > .cell > .field > .field__item:nth-child(1) {
  width: 100px;
  margin-right: 15px;
  height: 100px;
  margin-bottom: 20px;
}

body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23446 > .cell > .field > .field__item:nth-child(2),
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23516 > .cell > .field > .field__item:nth-child(2),
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23571 > .cell > .field > .field__item:nth-child(2) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100px;
}

body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23446 > .cell > .field > .field__item:nth-child(3), body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23446 > .cell > .field > .field__item:nth-child(4),
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23516 > .cell > .field > .field__item:nth-child(3),
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23516 > .cell > .field > .field__item:nth-child(4),
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23571 > .cell > .field > .field__item:nth-child(3),
body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23571 > .cell > .field > .field__item:nth-child(4) {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23768.grid-padding-y > .cell,
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-24001.grid-padding-y > .cell {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-23768 .field--name-field-wysiwyg,
  body.group-org-421 #block-vibrent-content .column-section-wrapper #paragraph-24001 .field--name-field-wysiwyg {
    margin: 0 0.5rem;
  }
}

body.group-org-421 #block-vibrent-content .column-section-wrapper .contact-org-txt {
  margin: 0 auto;
  padding: 0 1rem;
}

@media print, screen and (min-width: 64em) {
  body.group-org-421 #block-vibrent-content .column-section-wrapper .contact-org-txt {
    max-width: 65%;
  }
}

body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form {
  padding: 0 1rem;
}

@media print, screen and (min-width: 64em) {
  body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form {
    max-width: 65%;
    margin: 0 auto;
    padding: 0;
  }
}

body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .form-item label {
  font-family: "Open Sans";
  font-size: 14px;
}

body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .webform-flexbox:nth-child(2) {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 64em) {
  body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .webform-flexbox:nth-child(2) input {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .webform-flexbox .webform-flex--container {
    margin: 0 1.5em;
  }
}

body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .webform-flexbox .js-form-item > input:not([type="checkbox"]) {
  width: 100% !important;
}

body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .webform-flexbox .form-required::after {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='asterisk' class='svg-inline--fa fa-asterisk fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23e09d3c' d='M478.21 334.093L336 256l142.21-78.093c11.795-6.477 15.961-21.384 9.232-33.037l-19.48-33.741c-6.728-11.653-21.72-15.499-33.227-8.523L296 186.718l3.475-162.204C299.763 11.061 288.937 0 275.48 0h-38.96c-13.456 0-24.283 11.061-23.994 24.514L216 186.718 77.265 102.607c-11.506-6.976-26.499-3.13-33.227 8.523l-19.48 33.741c-6.728 11.653-2.562 26.56 9.233 33.037L176 256 33.79 334.093c-11.795 6.477-15.961 21.384-9.232 33.037l19.48 33.741c6.728 11.653 21.721 15.499 33.227 8.523L216 325.282l-3.475 162.204C212.237 500.939 223.064 512 236.52 512h38.961c13.456 0 24.283-11.061 23.995-24.514L296 325.282l138.735 84.111c11.506 6.976 26.499 3.13 33.227-8.523l19.48-33.741c6.728-11.653 2.563-26.559-9.232-33.036z'%3E%3C/path%3E%3C/svg%3E");
}

body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .js-form-type-checkbox {
  position: relative;
  padding-bottom: 13px;
}

body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .js-form-type-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .js-form-type-checkbox input[type="checkbox"]:checked + label::before {
  color: var(--vibrent-group-color-2, #ec9922);
}

body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .js-form-type-checkbox label {
  margin-left: 0;
  padding-left: 24px;
}

body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .js-form-type-checkbox label::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
}

body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .js-form-type-textarea {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .field--name-field-wysiwyg,
  body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .js-form-type-checkbox,
  body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .js-form-type-textarea,
  body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .form-actions {
    margin: 0 1rem;
  }
}

body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .form-actions {
  margin-top: 2rem;
}

body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .form-actions .button {
  border-radius: 100px;
  background-color: #189bd5;
}

body.group-org-421 #block-vibrent-content .column-section-wrapper .webform-submission-contactus-webform-form .form-actions .button:hover {
  background-color: #1584b5;
  filter: unset;
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .page-banner-wrap .page-banner-inner .field--name-field-card-contents > .field__item:last-child {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  body.group-org-421 .page-banner-wrap {
    max-height: 280px;
  }
  body.group-org-421 .page-banner-wrap .field--name-field-bg-image img {
    height: 280px;
  }
  body.group-org-421 .page-banner-wrap .page-banner-inner {
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 2;
  }
  body.group-org-421 .page-banner-wrap .page-banner-inner * {
    text-align: left;
  }
  body.group-org-421 .page-banner-wrap .page-banner-inner .page-banner-box-content {
    padding-top: 10px;
  }
  body.group-org-421 .page-banner-wrap .page-banner-inner .page-banner-box-content .field--name-field-card-contents .field__item:first-child span {
    font-size: 26px !important;
    line-height: normal !important;
  }
  body.group-org-421 .page-banner-wrap .page-banner-inner .page-banner-box-content .field--name-field-card-contents .field__item:nth-child(2) span {
    font-size: 14px !important;
  }
  body.group-org-421 .page-banner-wrap .page-banner-inner .page-banner-box-content .field--name-field-card-contents .field__item .paragraph--type--page-image {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
  }
  body.group-org-421 .page-banner-wrap .page-banner-inner .page-banner-box-content .cta-button a span.cta-text {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 639px) {
  body.group-org-421 .page-banner-wrap .page-banner-inner .field--name-field-card-contents > .field__item:last-child img {
    position: absolute;
    height: 280px;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  body.group-org-421 #paragraph-22611 .cta-button {
    text-align: center;
  }
  body.group-org-421 #paragraph-22611 .cell:last-child > .field > .field__item:first-child {
    display: none;
  }
  body.group-org-421 #paragraph-22611 .cell:last-child > .field > .field__item:last-child {
    margin-top: -34px;
    padding-bottom: 34px;
  }
}

body.group-org-421 .flex-box-data {
  display: -ms-flexbox;
  display: flex;
}

body.group-org-421 .flex-box-data.flex-box-data--col-3-img {
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .flex-box-data.flex-box-data--col-3-img {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

body.group-org-421 .flex-box-data.flex-box-data--col-3-img .flex-box-data--item {
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .flex-box-data.flex-box-data--col-3-img .flex-box-data--item {
    display: unset;
    text-align: center;
    width: 25%;
  }
}

body.group-org-421 .flex-box-data.flex-box-data--col-3-img .flex-box-data--item img {
  height: 47px;
  margin-bottom: 25px;
  margin-right: 18px;
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .flex-box-data.flex-box-data--col-3-img .flex-box-data--item img {
    height: 90px;
    margin-right: 0;
  }
}

body.group-org-421 .flex-box-data.flex-box-data--col-3-join .flex-box-data--item {
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
}

body.group-org-421 .flex-box-data.flex-box-data--col-3-join .flex-box-data--item > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .flex-box-data.flex-box-data--col-3-join .flex-box-data--item > div img {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .flex-box-data.flex-box-data--col-3-join .flex-box-data--item > div:first-child {
    height: 80px;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .flex-box-data.flex-box-data--col-3-join .flex-box-data--item:nth-child(2) img {
    height: 60px;
  }
}

body.group-org-421 .flex-box-data.flex-box-data--col-3-join .flex-box-data--item p {
  margin: 0;
}

body.group-org-421 .flex-box-data.flex-box-data--col-3-join .flex-box-data--item img {
  height: auto;
  width: 60px;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .flex-box-data.flex-box-data--col-3-join .flex-box-data--item img {
    height: 70px;
    margin-right: 0;
    margin-bottom: 25px;
    width: auto;
  }
}

body.group-org-421 .flex-box-data.flex-box-data--col-2 .flex-box-data--col-2-img {
  width: 50px;
  margin-right: 10px;
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .flex-box-data.flex-box-data--col-2 .flex-box-data--col-2-img {
    width: 100px;
    margin-right: 30px;
  }
}

body.group-org-421 .flex-box-data.flex-box-data--col-2 .flex-box-data--col-2-desc {
  -ms-flex: 1;
      flex: 1;
}

body.group-org-421 .flex-box-data.flex-box-data--col-2 .flex-box-data--col-2-desc .faq-questions a {
  color: #189bd5;
  text-decoration: none;
}

body.group-org-421 .flex-box-data.flex-box-data--col-2 .flex-box-data--col-2-desc.flex-box-data--col-2-desc-ethics {
  max-width: 100%;
}

@media screen and (max-width: 639px) {
  body.group-org-421 .flex-box-data.flex-box-data--col-2 .flex-box-data--col-2-desc.flex-box-data--col-2-desc-ethics > div:last-child {
    margin-left: -60px;
  }
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .flex-box-data.flex-box-data--col-2 .flex-box-data--col-2-desc.flex-box-data--col-2-desc-ethics {
    max-width: 75%;
  }
}

body.group-org-421 .flex-box-data.flex-box-data--col-2 .flex-container {
  -ms-flex-direction: column;
      flex-direction: column;
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .flex-box-data.flex-box-data--col-2 .flex-container {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

body.group-org-421 .flex-box-data.flex-box-data--col-2 .faq-desc {
  max-width: 100%;
  margin-left: -60px;
}

@media print, screen and (min-width: 40em) {
  body.group-org-421 .flex-box-data.flex-box-data--col-2 .faq-desc {
    max-width: 70%;
    margin-left: 0;
  }
}

body.group-org-421 #block-orgheadercta #header-cta {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media screen and (max-width: 1023px) {
  body.group-org-421 #block-orgheadercta #header-cta a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

body.group-org-421 #block-orgheadercta #header-cta a[title^="Login"]:hover {
  filter: unset;
}

@media print, screen and (min-width: 64em) {
  body.group-org-421 #block-orgheadercta #header-cta a[title^="Join Data4Life"] {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  body.group-org-421 .header-inner .region-top-bar {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  }
}

body.group-org-421 footer.template2 #block-orgsocialnetworks .org-social a:hover, body.group-org-421 footer.template2 #block-orgsocialnetworks .org-social a:focus {
  filter: unset;
}

body.group-org-421 footer.template2 #block-orgsocialnetworks .org-social a:hover svg path, body.group-org-421 footer.template2 #block-orgsocialnetworks .org-social a:focus svg path {
  color: #ec9922;
}

body.group-org-421 footer.template2 #block-orgsocialnetworks .org-social a[href*="twitter"]::after {
  content: "Twitter";
  color: #189bd5;
  padding-left: 2px;
}

body.group-org-421 footer.template2 #block-orgsocialnetworks .org-social a[href*="twitter"]:hover::after {
  color: #ec9922;
}

body.group-org-421 footer.template2 #block-orgsocialnetworks .org-social a[href*="instagram"]::after {
  content: "Instagram";
  color: #189bd5;
  padding-left: 2px;
}

body.group-org-421 footer.template2 #block-orgsocialnetworks .org-social a[href*="instagram"]:hover::after {
  color: #ec9922;
}

body.group-org-421 .header-sticky .menu:not(.submenu) > li.menu-item--active-trail > a {
  font-weight: 600;
}

body.group-org-421 .header-sticky .menu:not(.submenu) > li:last-child {
  position: absolute;
  top: -12px;
  right: 0px;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

body.group-org-421 .header-sticky .menu:not(.submenu) > li:last-child span {
  color: transparent;
}

body.group-org-421 .header-sticky .menu:not(.submenu) > li:last-child span::before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.000000 512.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cmetadata%3E%0ACreated by potrace 1.16, written by Peter Selinger 2001-2019%0A%3C/metadata%3E%3Cg transform='translate(0.000000,512.000000) scale(0.100000,-0.100000)'%0Afill='%23fff' stroke='none'%3E%3Cpath d='M0 2560 l0 -2560 2560 0 2560 0 0 2560 0 2560 -2560 0 -2560 0 0%0A-2560z m1303 1542 c25 -11 247 -226 645 -624 l607 -607 608 605 c438 437 619%0A611 650 624 78 36 173 21 237 -36 65 -59 88 -168 52 -247 -11 -25 -227 -247%0A-627 -647 l-610 -610 610 -610 c400 -400 616 -622 627 -647 65 -143 -45 -303%0A-209 -303 -86 0 -106 18 -736 648 l-599 599 -595 -598 c-463 -466 -607 -604%0A-646 -624 -151 -75 -318 31 -317 201 1 87 10 98 643 731 l602 603 -602 603%0Ac-460 460 -607 613 -622 647 -38 83 -23 178 37 242 61 65 166 86 245 50z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: var(--vibrent-group-header-text);
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 64em) {
  body.group-org-421 .header-sticky .menu:not(.submenu) > li:last-child {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  body.group-org-421 .data-title-main span {
    font-size: 24px !important;
  }
}

/**
 * @file
 * Styling dropbuttons.
 */
/**
 * Reset styling for all elements.
 */
.js .dropbutton .dropbutton-action > input,
.js .dropbutton .dropbutton-action > a,
.js .dropbutton .dropbutton-action > button {
  color: #333;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  /* LTR */
}

[dir="rtl"].js .dropbutton .dropbutton-action > input,
[dir="rtl"].js .dropbutton .dropbutton-action > a,
[dir="rtl"].js .dropbutton .dropbutton-action > button {
  text-align: right;
  margin-left: 0;
  /* This is required to win over specificity of [dir="rtl"] .dropbutton-multiple .dropbutton .dropbutton-action > * */
}

.js .dropbutton-action.last {
  border-radius: 0 0 0 1em;
  /* LTR */
}

[dir="rtl"] .js .dropbutton-action.last {
  border-radius: 0 0 1em 0;
}

/**
 * Overwrite Sevens button styling.
 */
.js .dropbutton-widget .button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.js .dropbutton-multiple .dropbutton {
  border-right: 0;
  /* LTR */
}

[dir="rtl"].js .dropbutton-multiple .dropbutton {
  border-left: 0;
}

/**
 * Show dropbutton elements as buttons when javascript is disabled
 */
.dropbutton {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.dropbutton li + li {
  margin-top: 10px;
}

.js .dropbutton li {
  margin-bottom: 0;
  margin-right: 0;
}

.js .dropbutton li + li {
  margin-top: 0;
}

@media screen and (min-width: 37.5625em) {
  /* 601px */
  .dropbutton li {
    display: inline-block;
  }
  .dropbutton li + li {
    margin-left: 1em;
    margin-top: 0;
  }
  .js .dropbutton li + li {
    margin-left: 0;
  }
}

/**
 * Copied styling for .button.
 */
.js .dropbutton-multiple .dropbutton-widget {
  border: 1px solid #a6a6a6;
  border-radius: 20em;
  background-color: #f2f1eb;
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  text-shadow: 0 1px rgba(255, 255, 255, 0.6);
}

.dropbutton-multiple.open .dropbutton-widget {
  border-radius: 1em;
}

.js .dropbutton-widget .dropbutton-action a,
.js .dropbutton-widget .dropbutton-action input,
.js .dropbutton-widget .dropbutton-action button {
  border-radius: 20em 0 0 20em;
  /* LTR */
  padding: 4px 1.5em;
  display: block;
  width: 100%;
}

[dir="rtl"].js .dropbutton-widget .dropbutton-action a,
[dir="rtl"].js .dropbutton-widget .dropbutton-action input,
[dir="rtl"].js .dropbutton-widget .dropbutton-action button {
  border-radius: 0 20em 20em 0;
}

.js .dropbutton-widget .dropbutton-action a:focus,
.js .dropbutton-widget .dropbutton-action input:focus,
.js .dropbutton-widget .dropbutton-action button:focus {
  text-decoration: underline;
}

.js .dropbutton-multiple.open .dropbutton-action a,
.js .dropbutton-multiple.open .dropbutton-action .button {
  border-radius: 0;
}

.js .dropbutton-multiple.open .dropbutton-action:first-child a,
.js .dropbutton-multiple.open .dropbutton-action:first-child .button {
  border-radius: 0.9em 0 0 0;
  /* LTR */
}

[dir="rtl"].js .dropbutton-multiple.open .dropbutton-action:first-child a,
[dir="rtl"].js .dropbutton-multiple.open .dropbutton-action:first-child .button {
  border-radius: 0 0.9em 0 0;
}

.js .dropbutton-multiple.open .dropbutton-action:last-child a,
.js .dropbutton-multiple.open .dropbutton-action:last-child .button {
  border-radius: 0 0 0 0.9em;
  /* LTR */
}

[dir="rtl"].js .dropbutton-multiple.open .dropbutton-action:last-child a,
[dir="rtl"].js .dropbutton-multiple.open .dropbutton-action:last-child .button {
  border-radius: 0 0 0.9em 0;
}

.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:hover,
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action button:hover,
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action input:hover,
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:focus,
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action button:focus,
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action input:focus {
  background-color: #f9f8f6;
  background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
  color: #1a1a1a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125);
  z-index: 3;
}

.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:active,
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action input:active,
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-action button:active {
  text-decoration: none;
  background-color: #dfdfd9;
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.dropbutton .secondary-action {
  border-top: 1px solid #bfbfba;
}

/**
 * Rare instances when a dropbutton is actually just a button.
 * Copied from Seven's buttons.css.
 */
.dropbutton-single .dropbutton-widget {
  border: 0;
  position: static;
  display: inline-block;
}

.dropbutton-single .dropbutton-action a {
  padding: 4px 1.5em;
  border: 1px solid #a6a6a6;
  border-radius: 20em !important;
  background-color: #f2f1eb;
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  color: #333;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.6);
  font-weight: 600;
  transition: all 0.1s;
  -webkit-font-smoothing: antialiased;
  width: auto !important;
}

.dropbutton-single .dropbutton-action a:hover,
.dropbutton-single .dropbutton-action a:focus {
  background-color: #f9f8f6;
  background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
  color: #1a1a1a;
  text-decoration: none;
  outline: none;
}

.dropbutton-single .dropbutton-action a:hover,
.dropbutton-single .dropbutton-action a:focus {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125);
}

.dropbutton-single .dropbutton-action a:active {
  background-color: #dfdfd9;
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: none;
}

.dropbutton .dropbutton-action .ajax-progress {
  position: absolute;
  z-index: 2;
  top: 0.2em;
  right: 0.2em;
  padding: 0 0 0 0.1em;
}

.dropbutton-multiple .dropbutton-action .ajax-progress {
  right: 2.2em;
  top: 0.15em;
  margin-right: 0;
}

.dropbutton-multiple .secondary-action .ajax-progress {
  top: auto;
  bottom: 0.3em;
}

/**
 * The dropdown trigger.
 */
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button {
  border-left: 1px solid #a6a6a6;
  /* LTR */
  outline: none;
}

[dir="rtl"].js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button {
  border-right: 1px solid #a6a6a6;
  border-left: 0;
}

.js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button {
  border-radius: 0 20em 20em 0;
  /* LTR */
}

[dir="rtl"].js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button {
  border-radius: 20em 0 0 20em;
}

.dropbutton-multiple.open .dropbutton-widget .dropbutton-toggle button {
  border-radius: 0 1em 1em 0;
  /* LTR */
}

[dir="rtl"] .dropbutton-multiple.open .dropbutton-widget .dropbutton-toggle button {
  border-radius: 1em 0 0 1em;
}

.js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:hover,
.js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:focus {
  background-color: #f9f8f6;
  background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
  color: #1a1a1a;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125);
  z-index: 3;
}

.js .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:active {
  background-color: #dfdfd9;
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.dropbutton-arrow {
  border-top-color: #333;
  right: 35%;
  /* LTR */
  top: 54%;
}

[dir="rtl"] .dropbutton-arrow {
  left: 35%;
  right: auto;
}

.dropbutton-multiple.open .dropbutton-arrow {
  border-bottom: 0.3333em solid #333;
  border-top-color: transparent;
  top: 0.6667em;
}

/**
 * Form edit action theming.
 * Copied styling from .button--primary.
 */
.js .form-actions .dropbutton .dropbutton-action > * {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.js .form-actions .dropbutton-widget {
  border-color: #1e5c90;
  background-color: #0071b8;
  background-image: linear-gradient(to bottom, #007bc6, #0071b8);
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  position: relative;
}

.form-actions .dropbutton-multiple.open .dropbutton-widget {
  background-image: linear-gradient(to bottom, #007bc6, #0071b8);
}

.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-action .button:hover,
.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-action .button:focus {
  background-color: #2369a6;
  background-image: linear-gradient(to bottom, #0c97ed, #1f86c7);
  box-shadow: 0 1px 2px rgba(23, 26, 28, 0.25);
  color: #fff;
}

.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-action .button:active {
  background-image: linear-gradient(to bottom, #08639b, #0071b8);
  border-color: #144b78;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button,
.form-actions .dropbutton .secondary-action {
  border-color: #1e5c90;
}

.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button {
  background-image: linear-gradient(to bottom, #007bc6, #0071b8);
}

.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:hover,
.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:focus {
  background-color: #2369a6;
  background-image: linear-gradient(to bottom, #0c97ed, #1f86c7);
}

.js .form-actions .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:active {
  background-image: linear-gradient(to bottom, #08639b, #0071b8);
  border-color: #144b78;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.form-actions .dropbutton-arrow {
  border-top-color: #fff;
}

.form-actions .dropbutton-multiple.open .dropbutton-arrow {
  border-bottom: 0.3333em solid white;
}

.error-page #site-name {
  display: none;
}

.error-page .error-page-header {
  padding: 1em;
  margin-bottom: 4em;
  box-shadow: 0 0px 10px -2px var(--vibrent-group-color-5);
}

.error-page .error-page-header h1 {
  display: none;
}

.error-page .error-image {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.error-page h3 {
  margin-bottom: 2em;
}

.org-list-block .grid-y.grid-padding-y {
  margin-bottom: auto;
  margin-top: auto;
}

.async-hide {
  opacity: 0 !important;
}

.eu-cookie-compliance-category {
  float: left;
}

.eu-cookie-compliance-category label {
  color: #ffffff;
  font-weight: bold;
}

@media print, screen and (min-width: 40em) {
  .eu-cookie-compliance-categories-buttons {
    float: right;
  }
}

@media screen and (max-width: 39.9375em) {
  .eu-cookie-compliance-categories-buttons {
    clear: both;
  }
}

@media screen and (max-width: 39.9375em) {
  .eu-cookie-compliance-buttons.eu-cookie-compliance-has-categories {
    float: none;
  }
}

.event-page {
  padding-bottom: 3rem;
  padding-top: 2rem;
}

.event-page .event_id {
  background-color: #bcbec0;
  border: 1px solid var(--vibrent-group-color-2);
  color: var(--vibrent-group-header-text);
  font-weight: bold;
  padding: 0.2em;
}

.event-page h1 {
  margin-bottom: 1em;
}

.event-page .address span.organization {
  font-weight: bold;
}

.event-page .address span.address-line1 {
  font-weight: bold;
}

.event-page .field--name-field-dates {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.event-page .field--name-field-dates span {
  margin: 3rem;
  line-height: 3rem;
}

.event-page .event-info {
  margin-bottom: 2em;
}

.event-page form.webform-submission-form {
  text-align: left;
  padding: 3rem;
  border: 1px solid #bcbec0;
  border-radius: 10px;
}

.event-page form.webform-submission-form .js-form-item {
  position: relative;
}

.event-page form.webform-submission-form .js-form-item label {
  position: absolute;
  left: 10px;
  top: -12px;
  padding: 1px 5px;
  background: white;
  z-index: 99;
}

.event-page form.webform-submission-form .js-form-item.js-form-type-checkbox > label {
  position: static;
  margin-top: 15px;
  background: inherit;
}

.event-page form.webform-submission-form .js-form-item.js-form-type-radio label {
  top: -5px;
}

.event-page form.webform-submission-form .js-form-item input:not([type="radio"]),
.event-page form.webform-submission-form .js-form-item select:not([type="radio"]),
.event-page form.webform-submission-form .js-form-item textarea:not([type="radio"]) {
  min-height: 50px;
  border-radius: 0;
  padding: 1rem;
}

.event-page form.webform-submission-form .js-form-item input:hover, .event-page form.webform-submission-form .js-form-item input:focus,
.event-page form.webform-submission-form .js-form-item select:hover,
.event-page form.webform-submission-form .js-form-item select:focus,
.event-page form.webform-submission-form .js-form-item textarea:hover,
.event-page form.webform-submission-form .js-form-item textarea:focus {
  border: 1px solid var(--vibrent-group-color-2);
}

.event-page form.webform-submission-form .js-form-item [type="date"],
.event-page form.webform-submission-form .js-form-item [type="datetime"],
.event-page form.webform-submission-form .js-form-item [type="datetime-local"] {
  padding-left: 40%;
}

@media screen and (max-width: 39.9375em) {
  .event-page form.webform-submission-form .js-form-item [type="date"],
  .event-page form.webform-submission-form .js-form-item [type="datetime"],
  .event-page form.webform-submission-form .js-form-item [type="datetime-local"] {
    padding-left: 35%;
  }
}

.event-page form.webform-submission-form .js-form-type-checkbox {
  height: 30px;
  margin-bottom: 15px;
}

.event-page form.webform-submission-form .form-actions .form-submit {
  margin-top: 30px;
}

.event-registration-popup {
  padding: 3rem 4rem;
  min-width: 275px;
  left: 0 !important;
  right: 0 !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  width: calc(100vw - 15px) !important;
  border: 1px solid #bcbec0;
  border-radius: 10px;
}

@media screen and (max-width: 39.9375em) {
  .event-registration-popup {
    padding: 3rem 1.5rem;
  }
}

.event-registration-popup .form-required::after {
  background-image: url(../images/required-silver.svg);
}

.event-registration-popup .ui-widget-header {
  border: none;
  background: none;
  color: var(--vibrent-group-color-1);
  text-align: center;
  font-size: 24px;
  font-weight: 100;
  line-height: 24px;
  padding: 0.4rem 0;
}

.event-registration-popup .ui-widget-header .ui-dialog-title {
  margin-bottom: 30px;
  white-space: normal;
  float: none;
  display: inline-block;
}

.event-registration-popup .ui-widget-header button.ui-dialog-titlebar-close {
  border: none;
  background: none;
  height: 15.6px;
  width: 15.6px;
  top: -1rem;
  right: -2.5rem;
  z-index: 111;
  outline: none;
}

@media screen and (max-width: 39.9375em) {
  .event-registration-popup .ui-widget-header button.ui-dialog-titlebar-close {
    top: -0.5rem;
    right: 0rem;
  }
}

.event-registration-popup .ui-widget-header button.ui-dialog-titlebar-close::after, .event-registration-popup .ui-widget-header button.ui-dialog-titlebar-close::before {
  content: "";
  display: block;
  background-color: var(--vibrent-group-color-2, #433cae);
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.event-registration-popup .ui-widget-header button.ui-dialog-titlebar-close::after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.event-registration-popup .ui-widget-header button.ui-dialog-titlebar-close::before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.event-registration-popup .ui-widget-header button.ui-dialog-titlebar-close span {
  display: none;
}

.event-registration-popup .ui-dialog-buttonpane {
  text-align: center;
  border: 0;
  padding: 0.3rem 1rem;
}

.event-registration-popup .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}

.event-registration-popup .ui-dialog-buttonpane .ui-dialog-buttonset button {
  margin: 0;
}

.event-registration-popup #drupal-modal {
  width: 100% !important;
}

.event-registration-popup #drupal-modal .js-form-item {
  position: relative;
}

.event-registration-popup #drupal-modal .js-form-item label {
  position: absolute;
  left: 10px;
  top: -12px;
  padding: 1px 5px;
  background: white;
  z-index: 99;
  color: #b3b3b3;
}

.event-registration-popup #drupal-modal .js-form-item label.has__value {
  top: -12px;
  padding: 1px 5px;
  background: white;
}

.event-registration-popup #drupal-modal .js-form-item.js-form-type-radio label {
  top: -5px;
}

.event-registration-popup #drupal-modal .js-form-item.js-form-type-radio label.has__value {
  top: -5px;
}

.event-registration-popup #drupal-modal .js-form-item input:not([type="radio"]),
.event-registration-popup #drupal-modal .js-form-item select:not([type="radio"]),
.event-registration-popup #drupal-modal .js-form-item textarea:not([type="radio"]),
.event-registration-popup #drupal-modal .js-form-item fieldset:not([type="radio"]) {
  border-radius: 0;
  min-height: 50px;
  padding: 1rem;
}

.event-registration-popup #drupal-modal .js-form-item input:hover, .event-registration-popup #drupal-modal .js-form-item input:focus,
.event-registration-popup #drupal-modal .js-form-item select:hover,
.event-registration-popup #drupal-modal .js-form-item select:focus,
.event-registration-popup #drupal-modal .js-form-item textarea:hover,
.event-registration-popup #drupal-modal .js-form-item textarea:focus,
.event-registration-popup #drupal-modal .js-form-item fieldset:hover,
.event-registration-popup #drupal-modal .js-form-item fieldset:focus {
  border: 1px solid var(--vibrent-group-color-2);
}

.event-registration-popup #drupal-modal .js-form-item textarea {
  min-height: 150px;
}

.event-registration-popup #drupal-modal .js-form-item [type="date"],
.event-registration-popup #drupal-modal .js-form-item [type="datetime"],
.event-registration-popup #drupal-modal .js-form-item [type="datetime-local"] {
  padding-left: 40%;
}

@media screen and (max-width: 39.9375em) {
  .event-registration-popup #drupal-modal .js-form-item [type="date"],
  .event-registration-popup #drupal-modal .js-form-item [type="datetime"],
  .event-registration-popup #drupal-modal .js-form-item [type="datetime-local"] {
    padding-left: 35%;
  }
}

.event-registration-popup #drupal-modal .js-form-type-checkbox > label {
  position: static;
  margin-top: 15px;
  background: inherit;
}

.event-registration-popup #drupal-modal .js-form-type-checkbox {
  height: 30px;
  margin-bottom: 15px;
}

.paragraph--type--events .field--name-field-title,
.paragraph--type--event-card .field--name-field-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--vibrent-group-color-1);
  margin-bottom: 3rem;
}

.paragraph--type--events .view-events .view-empty,
.paragraph--type--events .field--name-field-event .view-empty,
.paragraph--type--event-card .view-events .view-empty,
.paragraph--type--event-card .field--name-field-event .view-empty {
  text-align: center;
}

.paragraph--type--events .view-events .cell,
.paragraph--type--events .field--name-field-event .cell,
.paragraph--type--event-card .view-events .cell,
.paragraph--type--event-card .field--name-field-event .cell {
  float: left;
}

.paragraph--type--events .view-events .card,
.paragraph--type--events .field--name-field-event .card,
.paragraph--type--event-card .view-events .card,
.paragraph--type--event-card .field--name-field-event .card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
  border-style: solid none solid none;
  border-width: 4px;
  border-color: var(--vibrent-group-color-2);
  margin-bottom: 0;
}

.paragraph--type--events .view-events .card img,
.paragraph--type--events .field--name-field-event .card img,
.paragraph--type--event-card .view-events .card img,
.paragraph--type--event-card .field--name-field-event .card img {
  width: 100%;
}

.paragraph--type--events .view-events .card .field--title,
.paragraph--type--events .field--name-field-event .card .field--title,
.paragraph--type--event-card .view-events .card .field--title,
.paragraph--type--event-card .field--name-field-event .card .field--title {
  font-weight: 800;
  font-size: 1.2em;
  margin-bottom: 10px;
  line-height: 1.3em;
  display: block;
}

.paragraph--type--events .view-events .card .field--address,
.paragraph--type--events .field--name-field-event .card .field--address,
.paragraph--type--event-card .view-events .card .field--address,
.paragraph--type--event-card .field--name-field-event .card .field--address {
  font-weight: bold;
  margin-bottom: 10px;
}

.paragraph--type--events .view-events .card .field--address .address-line1,
.paragraph--type--events .view-events .card .field--address .address-line1 + br,
.paragraph--type--events .view-events .card .field--address .address-line2,
.paragraph--type--events .view-events .card .field--address .address-line2 + br,
.paragraph--type--events .view-events .card .field--address .postal-code,
.paragraph--type--events .view-events .card .field--address .organization,
.paragraph--type--events .view-events .card .field--address .organization + br,
.paragraph--type--events .field--name-field-event .card .field--address .address-line1,
.paragraph--type--events .field--name-field-event .card .field--address .address-line1 + br,
.paragraph--type--events .field--name-field-event .card .field--address .address-line2,
.paragraph--type--events .field--name-field-event .card .field--address .address-line2 + br,
.paragraph--type--events .field--name-field-event .card .field--address .postal-code,
.paragraph--type--events .field--name-field-event .card .field--address .organization,
.paragraph--type--events .field--name-field-event .card .field--address .organization + br,
.paragraph--type--event-card .view-events .card .field--address .address-line1,
.paragraph--type--event-card .view-events .card .field--address .address-line1 + br,
.paragraph--type--event-card .view-events .card .field--address .address-line2,
.paragraph--type--event-card .view-events .card .field--address .address-line2 + br,
.paragraph--type--event-card .view-events .card .field--address .postal-code,
.paragraph--type--event-card .view-events .card .field--address .organization,
.paragraph--type--event-card .view-events .card .field--address .organization + br,
.paragraph--type--event-card .field--name-field-event .card .field--address .address-line1,
.paragraph--type--event-card .field--name-field-event .card .field--address .address-line1 + br,
.paragraph--type--event-card .field--name-field-event .card .field--address .address-line2,
.paragraph--type--event-card .field--name-field-event .card .field--address .address-line2 + br,
.paragraph--type--event-card .field--name-field-event .card .field--address .postal-code,
.paragraph--type--event-card .field--name-field-event .card .field--address .organization,
.paragraph--type--event-card .field--name-field-event .card .field--address .organization + br {
  display: none;
}

.paragraph--type--events .view-events .card .field--name-field-dates,
.paragraph--type--events .field--name-field-event .card .field--name-field-dates,
.paragraph--type--event-card .view-events .card .field--name-field-dates,
.paragraph--type--event-card .field--name-field-event .card .field--name-field-dates {
  margin-bottom: 10px;
}

.paragraph--type--events .view-events .card .views-field-register-link-field,
.paragraph--type--events .field--name-field-event .card .views-field-register-link-field,
.paragraph--type--event-card .view-events .card .views-field-register-link-field,
.paragraph--type--event-card .field--name-field-event .card .views-field-register-link-field {
  margin-bottom: 10px;
}

.paragraph--type--events .view-events .card .button,
.paragraph--type--events .field--name-field-event .card .button,
.paragraph--type--event-card .view-events .card .button,
.paragraph--type--event-card .field--name-field-event .card .button {
  padding: 0.85em 1em;
  margin-bottom: 0;
}

.paragraph--type--events .view-events .card .registration-link,
.paragraph--type--events .field--name-field-event .card .registration-link,
.paragraph--type--event-card .view-events .card .registration-link,
.paragraph--type--event-card .field--name-field-event .card .registration-link {
  text-align: center;
}

.paragraph--type--events .view-events .card .registration-link a.button,
.paragraph--type--events .field--name-field-event .card .registration-link a.button,
.paragraph--type--event-card .view-events .card .registration-link a.button,
.paragraph--type--event-card .field--name-field-event .card .registration-link a.button {
  margin-top: 0.2em;
}

.paragraph--type--events .view-events .card .registration-link .ajax-progress .throbber,
.paragraph--type--events .field--name-field-event .card .registration-link .ajax-progress .throbber,
.paragraph--type--event-card .view-events .card .registration-link .ajax-progress .throbber,
.paragraph--type--event-card .field--name-field-event .card .registration-link .ajax-progress .throbber {
  position: absolute;
  margin-bottom: 2px;
  margin-left: 55px;
}

.paragraph--type--events .field--name-field-event-image,
.paragraph--type--event-card .field--name-field-event-image {
  max-height: 215px;
  overflow: hidden;
}

.contact-faq .contact-methods {
  width: 100%;
}

.contact-faq .contact-methods .field {
  margin: .1rem 0 .1rem .7rem;
}

.contact-faq .contact-methods i {
  margin: .1rem 0 .1rem 0;
}

.contact-faq .contact-methods .contact-phone, .contact-faq .contact-methods .contact-email, .contact-faq .contact-methods .contact-person {
  padding-bottom: 1.2rem;
}

.contact-faq .contact-methods .field--name-field-point-of-contact-name {
  color: var(--vibrent-group-color-1);
  font-weight: 600;
}

.contact-faq .contact-methods h3 {
  padding: 0;
  margin: 0;
}

.contact-faq .field--name-field-email {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-faq .email-grid {
  width: 90%;
}

.grid-background-contact-faq {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.faq-wrapper h2 {
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}

.faq-wrapper h3, .faq-wrapper h4 {
  padding-bottom: 1em;
  padding-right: 4em;
}

.faq-wrapper h4::before {
  display: block;
  content: "";
  height: 99px;
  margin: -99px 0 0;
  z-index: -1;
  position: relative;
}

.faq-wrapper hr {
  margin-bottom: 2.5em;
}

.faq-accordion li {
  list-style-type: none;
  border: 0px;
}

.faq-accordion :last-child > .accordion-content:last-child, .faq-accordion :last-child:not(.is-active) > .accordion-title {
  border-bottom: 0;
}

.faq-accordion .accordion-content {
  margin-left: 1em;
  background-color: transparent;
}

.faq-accordion .accordion-title {
  font-weight: 500;
  line-height: 20px;
  margin-bottom: .5em;
}

.faq-accordion .accordion-title::before {
  left: 0em;
  position: absolute;
  top: 1em;
  right: 0;
  margin-top: 0;
}

.faq-accordion .is-active > .accordion-title::before {
  margin-top: 0;
}

.faq {
  margin-left: 2em;
  padding-bottom: 1em;
}

.faq-simple .faq-question {
  margin-bottom: 1em;
  margin-left: 2em;
}

.faq-simple .faq-question a {
  position: relative;
}

.faq-accordion .accordion {
  background-color: transparent;
}

.faq p span {
  display: inline-block;
}

.flexible-carousel-widget {
  overflow: hidden;
  /* Dark  theme for arrows and dots */
}

.flexible-carousel-widget .slick-prev {
  left: 1rem;
  z-index: 99;
}

.flexible-carousel-widget .slick-prev:before {
  font-size: 30px;
}

.flexible-carousel-widget .slick-next {
  right: 1rem;
  z-index: 99;
}

.flexible-carousel-widget .slick-next:before {
  font-size: 30px;
}

.flexible-carousel-widget .slick-next,
.flexible-carousel-widget .slick-prev {
  width: 30px;
  height: 30px;
  top: calc(50%);
}

.flexible-carousel-widget .slick-slide .paragraph--type--page-hero-banner,
.flexible-carousel-widget .slick-slide .paragraph--type--page-image,
.flexible-carousel-widget .slick-slide .paragraph--type--page-video {
  margin: 0;
}

.flexible-carousel-widget .slick-slide .paragraph--type--page-video .page-media-wrap .field--name-field-video article.media--type-remote-video {
  padding: 0;
  height: inherit;
  min-height: 150px;
}

.flexible-carousel-widget .slick-dots {
  bottom: -25px;
}

.flexible-carousel-widget .slick-dots li button:before {
  font-size: 16px;
  color: white;
  opacity: 1;
}

.flexible-carousel-widget .slick-dots li.slick-active button:before {
  color: #525252;
}

.flexible-carousel-widget .slick-arrow.dark-arrow-dots.slick-prev:before, .flexible-carousel-widget .slick-arrow.dark-arrow-dots.slick-next:before {
  color: #525252;
}

.flexible-carousel-widget ul.slick-dots.dark-arrow-dots li button:before {
  color: #525252;
  opacity: 1;
}

.flexible-carousel-widget ul.slick-dots.dark-arrow-dots li.slick-active button:before {
  color: white;
}

.flexible-carousel-widget .field--name-field-below-text {
  color: var(--vibrent-group-color-1, #262262);
  font-weight: 600;
  padding: 20px 15px;
}

.img-fit-obj {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

footer:not(.advanced) {
  position: relative;
  border-top: 1px solid var(--vibrent-group-color-5);
}

footer:not(.advanced) > div {
  padding: 1rem;
}

footer:not(.advanced) > div:first-of-type {
  padding-top: 1rem;
}

footer:not(.advanced) p {
  font-weight: 400;
  line-height: 16px;
  font-size: 12px;
  margin-bottom: 0;
}

footer:not(.advanced) a {
  padding-top: 0;
}

footer:not(.advanced) .grid-container, footer:not(.advanced) .block-vb-local-task-wrap ul.tabs.menu, .block-vb-local-task-wrap footer:not(.advanced) ul.tabs.menu {
  position: relative;
}

footer:not(.advanced) .footer-2-logo {
  margin-top: 1em;
}

@media print, screen and (min-width: 40em) {
  footer:not(.advanced) .footer-2-logo {
    margin-bottom: 0;
  }
}

footer:not(.advanced) #block-orgfooter .org-copyright > p {
  padding-top: 4px;
}

footer.default #block-orgheadercontact-2 h2 {
  display: none;
}

#block-orgheaderleft-2 {
  text-align: center;
}

#block-orgheaderleft-2 a.linked-logo {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

#block-orgheaderleft-2 img {
  max-width: 7rem;
  height: auto;
}

#block-orgheaderleft-2 .second-logo {
  margin-top: 0.5em;
}

@media print, screen and (min-width: 40em) {
  #block-orgheaderleft-2 {
    text-align: left;
  }
  #block-orgheaderleft-2 .second-logo {
    margin-left: 1em;
    padding-left: 1em;
    margin-top: 0;
    position: relative;
  }
  #block-orgheaderleft-2 .second-logo:before {
    content: '';
    background-color: #bcbec0;
    display: block;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 0;
  }
}

#block-orgheadercontact .org-email-2 {
  display: none;
}

#footer-1,
.featured-bottom {
  font-weight: 500;
  line-height: 20px;
  padding-left: 0;
  padding-right: 0;
  background: var(--vibrent-group-footer-background);
}

#footer-1 a,
.featured-bottom a {
  padding-bottom: .5em;
}

#footer-1 i,
.featured-bottom i {
  color: var(--vibrent-group-footer-text);
}

#footer-1 *,
.featured-bottom * {
  color: var(--vibrent-group-footer-text);
}

#footer-1 .org-social > a,
.featured-bottom .org-social > a {
  margin-right: 1em;
}

#footer-1 .org-social > a:hover, #footer-1 .org-social > a:focus,
.featured-bottom .org-social > a:hover,
.featured-bottom .org-social > a:focus {
  filter: brightness(150%);
  text-decoration: none;
}

#footer-1 .cell,
.featured-bottom .cell {
  padding-bottom: 1rem;
}

#footer-1 .org-email,
#footer-1 .org-email-2,
#footer-1 .org-phone,
#footer-1 .header-login-link,
#footer-1 .cell > div,
.featured-bottom .org-email,
.featured-bottom .org-email-2,
.featured-bottom .org-phone,
.featured-bottom .header-login-link,
.featured-bottom .cell > div {
  padding-bottom: .5em;
}

@media print, screen and (min-width: 40em) {
  #footer-1 .cell,
  .featured-bottom .cell {
    margin-top: auto;
    margin-bottom: auto;
  }
}

#footer-1 .menu,
.featured-bottom .menu {
  -ms-flex-direction: column;
      flex-direction: column;
}

#footer-1 .menu li,
.featured-bottom .menu li {
  display: inline;
}

#footer-1 .menu li a,
.featured-bottom .menu li a {
  padding: 0.5rem 0;
  text-transform: uppercase;
}

#footer-1 .menu li a:hover,
.featured-bottom .menu li a:hover {
  background-color: transparent;
  text-decoration: underline;
}

#footer-2,
.region-prefooter {
  font-weight: 400;
  line-height: 16px;
  font-size: 12px;
  background: var(--vibrent-group-footer-background-2);
  color: var(--vibrent-group-footer-text-2);
}

#footer-2 > div,
.region-prefooter > div {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  #footer-2 > div,
  .region-prefooter > div {
    text-align: left;
  }
  #footer-2 img,
  .region-prefooter img {
    max-width: 10rem;
    float: right;
  }
  #footer-2 .footer-2-logo,
  .region-prefooter .footer-2-logo {
    margin-top: auto;
    margin-bottom: auto;
  }
}

#footer-3,
.region-footer {
  background: var(--vibrent-group-footer-background-3);
  color: var(--vibrent-group-footer-text-3);
}

#footer-3 #block-orgfooter > div,
.region-footer #block-orgfooter > div {
  padding: 0 .5em;
}

#footer-3 p,
.region-footer p {
  font-weight: 400;
  line-height: 16px;
  font-size: 12px;
  line-height: 22px;
}

#footer-3 a,
.region-footer a {
  font-weight: 400;
  line-height: 16px;
  font-size: 12px;
  color: var(--vibrent-group-footer-text-3);
  line-height: 21px;
}

#footer-3 a:hover,
.region-footer a:hover {
  text-decoration: underline;
}

#footer-3 .contextual-links a,
.region-footer .contextual-links a {
  color: inherit;
}

footer.template1 {
  border-top: 1px solid var(--vibrent-group-color-1);
}

footer.template1 h2 {
  color: var(--vibrent-group-color-1);
  text-transform: uppercase;
  font-size: 18px;
}

footer.template1 .featured-bottom {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 1.25rem 0;
}

footer.template1 .featured-bottom .cell {
  margin: 0;
  padding-bottom: 0;
}

footer.template1 .featured-bottom .menu li a {
  text-transform: capitalize;
  font-weight: 700;
  padding: 0.56rem 0;
}

footer.template1 #block-downloadsblock .grid-y {
  -ms-flex-flow: row;
      flex-flow: row;
}

footer.template1 #block-downloadsblock .grid-y .cell {
  margin-right: 2rem;
}

footer.template1 #block-downloadsblock .grid-y .cell a.appstore__link > img {
  width: 140px;
}

footer.template1 #block-downloadsblock .grid-y .cell a.playstore__link > img {
  width: 155px;
}

footer.template1 #block-downloadsblock > h2.stay-connected-title {
  display: none;
}

footer.template1 #block-orgfooter2 {
  margin-top: 25px;
}

footer.template1 #block-orgfooter2 .footer-2-logo img {
  width: 10em;
  float: left;
  margin-left: 40%;
}

footer.template1 #block-orgfooter2 .grid-container, footer.template1 #block-orgfooter2 .block-vb-local-task-wrap ul.tabs.menu, .block-vb-local-task-wrap footer.template1 #block-orgfooter2 ul.tabs.menu {
  margin: 0;
  max-width: 100rem;
}

footer.template1 #block-orgheaderleft-2 {
  margin-bottom: 1.5rem;
  text-align: center;
}

footer.template1 #block-orgheaderleft-2 a.linked-logo {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

footer.template1 #block-orgheaderleft-2 img {
  max-width: 7rem;
  height: auto;
}

footer.template1 #block-orgheaderleft-2 .second-logo {
  margin-top: 0.5em;
}

@media print, screen and (min-width: 40em) {
  footer.template1 #block-orgheaderleft-2 {
    text-align: left;
  }
  footer.template1 #block-orgheaderleft-2 .second-logo {
    margin-top: 0;
    position: relative;
  }
  footer.template1 #block-orgheaderleft-2 .second-logo:before {
    display: none;
  }
}

footer.template1 #block-orgheadercontact-2 .org-email,
footer.template1 #block-orgheadercontact-2 .org-email-2,
footer.template1 #block-orgheadercontact-2 .org-phone,
footer.template1 #block-orgheadercontact-2 .header-login-link {
  font-weight: 700;
  padding: 1rem 0;
  display: block;
}

footer.template1 #block-orgheadercontact-2 > h2 {
  display: initial;
  visibility: hidden;
}

footer.template1 #block-orgheadercontact-2 > h2:before {
  content: "STAY CONNECTED";
  visibility: initial;
}

footer.template1 #block-orgsocialnetworks > h2 {
  display: none;
}

footer.template1 #block-orgsocialnetworks .org-social {
  padding: 0.5rem 0;
}

footer.template1 form.webform-submission-form {
  border-radius: 10px;
}

footer.template1 form.webform-submission-form .button {
  color: white;
}

@keyframes placeholder-label {
  from {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0;
    background: none;
    z-index: 99;
    color: #b3b3b3;
  }
  to {
    position: absolute;
    left: 10px;
    top: -12px;
    padding: 1px 5px;
    background: white;
    z-index: 99;
    font-size: 12px;
  }
}

footer.template1 form.webform-submission-form .js-form-item {
  position: relative;
}

footer.template1 form.webform-submission-form .js-form-item label {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 0;
  background: none;
  z-index: 99;
  color: #b3b3b3;
}

footer.template1 form.webform-submission-form .js-form-item label.has__value {
  top: -12px;
  padding: 1px 5px;
  background: white;
  font-size: 12px;
}

footer.template1 form.webform-submission-form .js-form-item:focus label, footer.template1 form.webform-submission-form .js-form-item:focus-within label, footer.template1 form.webform-submission-form .js-form-item:active label {
  left: 10px;
  top: -12px;
  padding: 1px 5px;
  background: white;
  z-index: 99;
  color: #b3b3b3;
  font-size: 12px;
  animation: placeholder-label 100ms;
}

footer.template1 form.webform-submission-form .js-form-item input,
footer.template1 form.webform-submission-form .js-form-item select,
footer.template1 form.webform-submission-form .js-form-item textarea {
  border-radius: 0;
  min-height: 50px;
  padding: 1rem;
}

footer.template1 form.webform-submission-form .js-form-item input:hover, footer.template1 form.webform-submission-form .js-form-item input:focus,
footer.template1 form.webform-submission-form .js-form-item select:hover,
footer.template1 form.webform-submission-form .js-form-item select:focus,
footer.template1 form.webform-submission-form .js-form-item textarea:hover,
footer.template1 form.webform-submission-form .js-form-item textarea:focus {
  border: 1px solid var(--vibrent-group-color-2);
}

footer.template1 form.webform-submission-form .js-form-item textarea {
  min-height: 150px;
}

footer.template1 form.webform-submission-form .js-form-item [type="date"],
footer.template1 form.webform-submission-form .js-form-item [type="datetime"],
footer.template1 form.webform-submission-form .js-form-item [type="datetime-local"] {
  padding-left: 40%;
}

@media screen and (max-width: 39.9375em) {
  footer.template1 form.webform-submission-form .js-form-item [type="date"],
  footer.template1 form.webform-submission-form .js-form-item [type="datetime"],
  footer.template1 form.webform-submission-form .js-form-item [type="datetime-local"] {
    padding-left: 35%;
  }
}

footer.template2 {
  border-top: 1px solid var(--vibrent-group-color-1);
}

footer.template2 h2 {
  color: var(--vibrent-group-color-1);
  text-transform: uppercase;
  font-size: 18px;
}

footer.template2 .featured-bottom {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 1rem 0;
}

footer.template2 .featured-bottom .cell {
  margin: 0;
}

footer.template2 .featured-bottom .menu li a {
  text-transform: capitalize;
  font-weight: 700;
  padding: 0.56rem 0;
}

footer.template2 #block-downloadsblock h2.stay-connected-title {
  display: none;
}

footer.template2 #block-downloadsblock img {
  width: 170px;
  max-width: 200px;
}

footer.template2 #block-downloadsblock a.appstore__link > img {
  width: 140px;
}

footer.template2 #block-downloadsblock a.playstore__link > img {
  width: 155px;
}

footer.template2 #block-orgfooter2 {
  margin-top: 25px;
}

footer.template2 #block-orgfooter2 .footer-2-logo img {
  width: 10em;
  float: left;
  margin-left: 40%;
}

footer.template2 #block-orgfooter2 .grid-container, footer.template2 #block-orgfooter2 .block-vb-local-task-wrap ul.tabs.menu, .block-vb-local-task-wrap footer.template2 #block-orgfooter2 ul.tabs.menu {
  margin: 0 1rem;
  max-width: 100rem;
}

footer.template2 #block-orgheadercontact-2 .org-email,
footer.template2 #block-orgheadercontact-2 .org-email-2,
footer.template2 #block-orgheadercontact-2 .org-phone,
footer.template2 #block-orgheadercontact-2 .header-login-link {
  font-weight: 700;
  padding: 0.5rem 0;
  display: block;
}

footer.template2 #block-orgsocialnetworks > h2.stay-connected-title,
footer.template2 #block-orgheadercontact-2 > h2.stay-connected-title {
  display: none;
}

footer.template2 #block-orgsocialnetworks .org-social {
  padding: 0.5rem 0;
}

footer.template3 {
  border-top: 1px solid var(--vibrent-group-color-1);
}

footer.template3 h2 {
  color: var(--vibrent-group-color-1);
  text-transform: uppercase;
  font-size: 18px;
}

footer.template3 .featured-bottom {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 1rem 0;
}

footer.template3 .featured-bottom .cell {
  margin: 0;
  padding-bottom: 0;
}

footer.template3 .featured-bottom .menu li a {
  text-transform: capitalize;
  font-weight: 700;
  padding: 0.56rem 0;
}

footer.template3 #block-downloadsblock img {
  width: 170px;
  max-width: 200px;
}

footer.template3 #block-downloadsblock a.appstore__link > img {
  width: 140px;
  margin-bottom: 1rem;
}

footer.template3 #block-downloadsblock a.playstore__link > img {
  width: 155px;
}

footer.template3 #block-downloadsblock > h2 {
  display: none;
}

footer.template3 #block-orgfooter2 {
  margin-top: 25px;
}

footer.template3 #block-orgfooter2 .footer-2-logo img {
  width: 10em;
  float: left;
  margin-left: 40%;
}

footer.template3 #block-orgfooter2 .grid-container, footer.template3 #block-orgfooter2 .block-vb-local-task-wrap ul.tabs.menu, .block-vb-local-task-wrap footer.template3 #block-orgfooter2 ul.tabs.menu {
  margin: 0 1rem;
  max-width: 100rem;
}

footer.template3 #block-orgheadercontact-2 .org-email,
footer.template3 #block-orgheadercontact-2 .org-email-2,
footer.template3 #block-orgheadercontact-2 .org-phone,
footer.template3 #block-orgheadercontact-2 .header-login-link {
  font-weight: 700;
  padding: 1rem 0;
  display: block;
}

footer.template3 #block-orgheadercontact-2 > h2.download-title {
  display: none;
}

footer.template3 #block-orgsocialnetworks > h2 {
  display: none;
}

footer.template3 #block-orgsocialnetworks .org-social {
  padding: 0.5rem 0;
}

footer.template3 form.webform-submission-form {
  padding: 0;
  border-radius: 10px;
}

footer.template3 form.webform-submission-form .button {
  color: white;
}

@keyframes placeholder-label {
  from {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0;
    background: none;
    z-index: 99;
    color: #b3b3b3;
  }
  to {
    position: absolute;
    left: 10px;
    top: -12px;
    padding: 1px 5px;
    background: white;
    z-index: 99;
    font-size: 12px;
  }
}

footer.template3 form.webform-submission-form .js-form-item {
  position: relative;
}

footer.template3 form.webform-submission-form .js-form-item label {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 0;
  background: none;
  z-index: 99;
  color: #b3b3b3;
}

footer.template3 form.webform-submission-form .js-form-item label.has__value {
  top: -12px;
  padding: 1px 5px;
  background: white;
  font-size: 12px;
}

footer.template3 form.webform-submission-form .js-form-item:focus label, footer.template3 form.webform-submission-form .js-form-item:focus-within label, footer.template3 form.webform-submission-form .js-form-item:active label {
  left: 10px;
  top: -12px;
  padding: 1px 5px;
  background: white;
  z-index: 99;
  color: #b3b3b3;
  font-size: 12px;
  animation: placeholder-label 100ms;
}

footer.template3 form.webform-submission-form .js-form-item input,
footer.template3 form.webform-submission-form .js-form-item select,
footer.template3 form.webform-submission-form .js-form-item textarea {
  border-radius: 0;
  min-height: 50px;
  padding: 1rem;
}

footer.template3 form.webform-submission-form .js-form-item input:hover, footer.template3 form.webform-submission-form .js-form-item input:focus,
footer.template3 form.webform-submission-form .js-form-item select:hover,
footer.template3 form.webform-submission-form .js-form-item select:focus,
footer.template3 form.webform-submission-form .js-form-item textarea:hover,
footer.template3 form.webform-submission-form .js-form-item textarea:focus {
  border: 1px solid var(--vibrent-group-color-2);
}

footer.template3 form.webform-submission-form .js-form-item textarea {
  min-height: 150px;
}

footer.template3 form.webform-submission-form .js-form-item [type="date"],
footer.template3 form.webform-submission-form .js-form-item [type="datetime"],
footer.template3 form.webform-submission-form .js-form-item [type="datetime-local"] {
  padding-left: 40%;
}

@media screen and (max-width: 39.9375em) {
  footer.template3 form.webform-submission-form .js-form-item [type="date"],
  footer.template3 form.webform-submission-form .js-form-item [type="datetime"],
  footer.template3 form.webform-submission-form .js-form-item [type="datetime-local"] {
    padding-left: 35%;
  }
}

footer.advanced {
  position: relative;
  border-top: 1px solid var(--vibrent-group-color-5);
}

footer.advanced .last_updated {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

footer.advanced #footer-3 #block-orgfooter > div, footer.advanced .region-footer #block-orgfooter > div {
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.page__forum #block-vibrent-content,
.page-node-type-forum #block-vibrent-content {
  margin-top: 2rem;
}

.page__forum .form-actions,
.page-node-type-forum .form-actions {
  margin-top: 2rem;
}

.page__forum .comments__section,
.page-node-type-forum .comments__section {
  border: 1px solid var(--vibrent-group-color-2);
  margin-bottom: 3rem;
}

.page__forum .comments__all,
.page-node-type-forum .comments__all {
  background-color: #fafafa;
}

.page__forum .comments__all hr,
.page-node-type-forum .comments__all hr {
  margin-bottom: 0;
}

.page__forum .comments__all > article,
.page-node-type-forum .comments__all > article {
  padding-top: 2rem;
  padding-left: 5rem;
  background-color: white;
}

.page__forum .comments__all > article hr,
.page-node-type-forum .comments__all > article hr {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  .page__forum .comments__all > article,
  .page-node-type-forum .comments__all > article {
    padding-left: 2rem;
  }
}

.page__forum .comments__all > article:not(:last-child):after,
.page-node-type-forum .comments__all > article:not(:last-child):after {
  border-bottom: 1px solid var(--vibrent-group-color-2);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.page__forum .comments__all > .indented,
.page-node-type-forum .comments__all > .indented {
  padding-top: 2rem;
}

.page__forum .indented,
.page-node-type-forum .indented {
  margin-left: 10rem;
}

@media screen and (max-width: 39.9375em) {
  .page__forum .indented,
  .page-node-type-forum .indented {
    margin-left: 2rem;
  }
}

.page__forum .indented > .indented,
.page-node-type-forum .indented > .indented {
  margin-left: 0;
}

.page__forum .grid-container .forum__section_container, .page__forum .block-vb-local-task-wrap ul.tabs.menu .forum__section_container, .block-vb-local-task-wrap .page__forum ul.tabs.menu .forum__section_container,
.page-node-type-forum .grid-container .forum__section_container,
.page-node-type-forum .block-vb-local-task-wrap ul.tabs.menu .forum__section_container,
.block-vb-local-task-wrap .page-node-type-forum ul.tabs.menu .forum__section_container {
  width: 100%;
}

.page__forum .header-sticky > .grid-container > div, .page__forum .block-vb-local-task-wrap .header-sticky > ul.tabs.menu > div, .block-vb-local-task-wrap .page__forum .header-sticky > ul.tabs.menu > div,
.page-node-type-forum .header-sticky > .grid-container > div,
.page-node-type-forum .block-vb-local-task-wrap .header-sticky > ul.tabs.menu > div,
.block-vb-local-task-wrap .page-node-type-forum .header-sticky > ul.tabs.menu > div {
  width: 100%;
}

.page__forum .comment,
.page-node-type-forum .comment {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  position: relative;
  padding-bottom: 2rem;
}

.page__forum .comment__meta,
.page-node-type-forum .comment__meta {
  position: relative;
  display: inline-block;
  padding: 1em;
  border-radius: 0.2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: none;
  width: 27%;
  text-align: right;
}

@media screen and (max-width: 39.9375em) {
  .page__forum .comment__meta,
  .page-node-type-forum .comment__meta {
    padding: 0.5rem;
    width: 40%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .page__forum .comment__meta,
  .page-node-type-forum .comment__meta {
    padding: 1rem;
    width: 30%;
  }
}

.page__forum .comment__meta .comment__footwrap,
.page-node-type-forum .comment__meta .comment__footwrap {
  display: inline-block;
  width: 10rem;
  text-align: left;
}

@media screen and (max-width: 39.9375em) {
  .page__forum .comment__meta .comment__footwrap,
  .page-node-type-forum .comment__meta .comment__footwrap {
    width: 7rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .page__forum .comment__meta .comment__footwrap,
  .page-node-type-forum .comment__meta .comment__footwrap {
    width: 7rem;
  }
}

.page__forum .comment__content,
.page-node-type-forum .comment__content {
  display: inline-block;
  border-radius: 0.2rem;
  padding-right: 3rem;
  width: 73%;
}

@media screen and (max-width: 39.9375em) {
  .page__forum .comment__content,
  .page-node-type-forum .comment__content {
    padding-right: 0;
    width: 60%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .page__forum .comment__content,
  .page-node-type-forum .comment__content {
    padding-right: 0;
    width: 70%;
  }
}

.page__forum .comment__content .links .cell,
.page-node-type-forum .comment__content .links .cell {
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page__forum .comment__content .links .cell:not(:last-child):after,
.page-node-type-forum .comment__content .links .cell:not(:last-child):after {
  content: "|";
  padding-right: 1rem;
  padding-left: 1rem;
}

.page__forum mark,
.page-node-type-forum mark {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.page__forum .comment__table_row,
.page-node-type-forum .comment__table_row {
  border: 1px solid var(--vibrent-group-color-2);
}

.page__forum .comment__table_row .comment__table_column,
.page-node-type-forum .comment__table_row .comment__table_column {
  color: white;
  background-color: var(--vibrent-group-color-2);
  padding: 0.9rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.page__forum .forum__type_topic,
.page-node-type-forum .forum__type_topic {
  border: 1px solid var(--vibrent-group-color-2);
  margin-bottom: 3rem;
  background-color: white;
}

.page__forum .forum__type_topic .forum__label,
.page-node-type-forum .forum__type_topic .forum__label {
  color: white;
  background-color: var(--vibrent-group-color-2);
  padding: 0.9rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.page__forum .forum__type_topic .forum__question,
.page-node-type-forum .forum__type_topic .forum__question {
  padding: 2.5rem 0.9rem 0.5rem 0.9rem;
  font-size: 2rem;
  font-weight: 500;
}

.page__forum .forum__type_topic .forum__type_body,
.page-node-type-forum .forum__type_topic .forum__type_body {
  padding: 0.9rem;
}

.page__forum .forum__type_topic .field--name-taxonomy-forums,
.page__forum .forum__type_topic .field--name-body,
.page-node-type-forum .forum__type_topic .field--name-taxonomy-forums,
.page-node-type-forum .forum__type_topic .field--name-body {
  display: contents;
}

.page__forum .forum__type_topic .field--name-taxonomy-forums > p,
.page__forum .forum__type_topic .field--name-body > p,
.page-node-type-forum .forum__type_topic .field--name-taxonomy-forums > p,
.page-node-type-forum .forum__type_topic .field--name-body > p {
  display: contents;
}

.page__forum .forum__type_body,
.page-node-type-forum .forum__type_body {
  margin-bottom: 2rem;
}

.path-comment #block-pagetitle {
  padding-top: 3rem;
}

.path-comment #block-vibrent-content {
  border: 1px solid var(--vibrent-group-color-2);
  padding-top: 2rem;
}

.path-comment #block-vibrent-content mark {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.path-comment #block-vibrent-content .comment__content {
  display: inline-block;
  border-radius: 0.2rem;
  padding-right: 3rem;
  width: 73%;
}

@media screen and (max-width: 39.9375em) {
  .path-comment #block-vibrent-content .comment__content {
    padding-right: 0;
    width: 60%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .path-comment #block-vibrent-content .comment__content {
    padding-right: 0;
    width: 70%;
  }
}

.path-comment #block-vibrent-content .comment__content .links .cell {
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.path-comment #block-vibrent-content .comment__content .links .cell:not(:last-child):after {
  content: "|";
  padding-right: 1rem;
  padding-left: 1rem;
}

.paragraph--type--forum-topics {
  max-width: 70rem;
  border: 1px solid var(--vibrent-group-color-2);
}

.paragraph--type--forum-topics .forum__title {
  padding: 1rem;
  background: var(--vibrent-group-color-2);
  height: 55px;
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
}

.paragraph--type--forum-topics ul.js-pager__items {
  list-style-type: none;
  margin: 0;
}

.paragraph--type--forum-topics ul > .pager__item {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.paragraph--type--forum-topics ul > .pager__item .button {
  background-color: var(--vibrent-group-color-2);
}

.paragraph--type--forum-topics .forum_topic__view {
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.paragraph--type--forum-topics .forum_topic__view::-webkit-scrollbar {
  width: 10px;
}

.paragraph--type--forum-topics .forum_topic__view::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #e0e0e0;
  border-radius: 5px;
}

.paragraph--type--forum-topics .forum_topic__view::-webkit-scrollbar-thumb {
  background: #c2c2c2;
  border-radius: 5px;
}

.paragraph--type--forum-topics .forum_topic__view::-webkit-scrollbar-thumb:hover {
  background: #c2c2c2;
}

@media screen and (max-width: 39.9375em) {
  .paragraph--type--forum-topics .forum_topic__view {
    min-height: 272px;
    max-height: 350px;
  }
}

.org-404 .error-page-not-found {
  padding-bottom: 2em;
}

.org-404 #block-pagetitle {
  margin-top: 2em;
  margin-bottom: 2em;
}

.org-404 .message {
  margin-bottom: 1em;
}

.org-404 footer {
  border-top: none;
  padding-top: 0;
}

.org-404 h3 {
  margin-bottom: 1em;
}

.org-404 .dropdown.menu a {
  padding: 0.3em 0;
}

.org-404 .error-image {
  border: dashed 1px #ff00ff;
}

@media screen and (max-width: 39.9375em) {
  .org-404 .error-image {
    margin-top: 1em;
  }
}

.group-org-teaser {
  padding-bottom: 1em;
}

.group-org-teaser .left {
  margin-top: auto;
  margin-bottom: auto;
}

.group-org-teaser .left .field + .field {
  margin-left: 1em;
  padding-left: 1em;
  position: relative;
}

.group-org-teaser .left .field + .field:before {
  content: '';
  background-color: #bcbec0;
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  left: 0;
}

.group-org-teaser .right {
  margin-top: auto;
  margin-bottom: auto;
}

.group-org-teaser h2 {
  font-size: 1em;
}

.group-org-teaser img {
  max-height: 50px;
  width: auto;
}

#vibrent-local-task-vibrent-blocks > ul {
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#environment-indicator {
  text-shadow: none;
}

.header-inner .region-top-bar {
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .header-inner .region-top-bar {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.header-sticky {
  background-color: var(--vibrent-group-header-background);
  padding-bottom: 1px;
  position: relative;
  width: 100%;
  /* The container for the menu needs to be full on mobile but
      restricted on desktop. Adding "full" class is overkill. */
  transition: all ease-in-out 500ms;
}

@media print, screen and (min-width: 64em) {
  .header-sticky {
    border-bottom: 1px solid var(--vibrent-group-color-1);
  }
}

.header-sticky:not(.is-stuck):not(.is-anchored) ~ .header-height-mask {
  position: absolute !important;
}

.header-sticky > .grid-container, .block-vb-local-task-wrap .header-sticky > ul.tabs.menu {
  background-color: var(--vibrent-group-header-background);
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 64em) {
  .header-sticky > .grid-container, .block-vb-local-task-wrap .header-sticky > ul.tabs.menu {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 70.375rem;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .header-sticky > .grid-container, .block-vb-local-task-wrap .header-sticky > ul.tabs.menu {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .header-sticky > .grid-container.full, .block-vb-local-task-wrap .header-sticky > ul.full.tabs.menu {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .header-sticky > .grid-container.full > .grid-x, .block-vb-local-task-wrap .header-sticky > ul.full.tabs.menu > .grid-x {
    margin-left: 1em;
    margin-right: 1em;
  }
}

.header-sticky .logos-wrapper img {
  transition: all ease-in-out 500ms;
}

.header-sticky .block-org-header-left {
  transition: all ease-in-out 500ms;
}

.header-sticky #block-orgheadercta {
  transition: all ease-in-out 500ms;
}

.header-sticky #header-responsive {
  transition: all ease-in-out 500ms;
}

@media screen and (max-width: 39.9375em) {
  .header-sticky.sticky.scroll_header_and_banner {
    -ms-transform: none !important;
        transform: none !important;
    top: inherit !important;
    position: relative !important;
  }
  .header-sticky .scroll_header_and_banner ~ .header-height-mask {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .header-sticky.sticky.scroll_header_and_banner {
    -ms-transform: none !important;
        transform: none !important;
    top: inherit !important;
    position: relative !important;
  }
  .header-sticky ~ .header-height-mask {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .header-sticky {
    transition: all ease-in-out 500ms;
  }
  .header-sticky.sticky.is-anchored {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .header-sticky.is-stuck {
    z-index: 100;
  }
  .header-sticky.is-stuck .region-responsive-top-bar-bottom {
    margin-top: .5em;
  }
  .header-sticky.is-stuck .region-responsive-top-bar-top {
    height: 0 !important;
    margin-bottom: 0em;
  }
  .header-sticky.is-stuck .logos-wrapper img {
    max-height: 30px;
  }
  .header-sticky.is-stuck .block-org-header-left {
    padding: .6em 0;
  }
  .header-sticky.is-stuck #block-orgheadercta {
    margin-top: -0.2em;
  }
  .header-sticky.is-stuck #header-responsive {
    padding-top: .7em;
  }
  .header-sticky.is-stuck ~ .header-height-mask {
    height: 116px;
  }
  .header-sticky.is-stuck ~ .header-height-mask.active {
    height: 20px !important;
  }
}

.region-responsive-top-bar-top {
  width: 100%;
  transition: all ease 500ms;
}

@media screen and (max-width: 39.9375em) {
  .region-responsive-top-bar-top {
    height: auto !important;
  }
}

.region-responsive-top-bar-bottom {
  width: 100%;
  margin-top: .5em;
  transition: all ease-in-out 500ms;
}

@media print, screen and (min-width: 64em) {
  .region-responsive-top-bar-top {
    margin-bottom: 1em;
    overflow: hidden;
  }
}

.header-inner {
  z-index: 100;
}

@media print, screen and (min-width: 40em) {
  .header-inner {
    height: auto !important;
  }
}

.header-inner .header-height-mask {
  overflow: hidden;
  display: none;
  transition: all ease 500ms;
}

.header-inner .header-height-mask:not(.active) {
  height: 116px !important;
}

@media print, screen and (min-width: 40em) {
  .header-inner .header-height-mask {
    display: block;
  }
}

.header-inner #header-mobile,
.header-inner #header-responsive {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-top: .5em;
}

.header-inner .block-org-header-left {
  padding: 1.8em 0 1.8em 0;
}

.header-inner * {
  color: var(--vibrent-group-header-text);
}

.header-inner *:focus {
  color: var(--vibrent-group-header-text);
}

.header-inner #header-responsive {
  background-color: var(--vibrent-group-header-background);
  display: none;
}

@media print, screen and (min-width: 64em) {
  .header-inner #header-responsive {
    background-color: var(--vibrent-group-header-background);
    display: block;
    -ms-flex: 10 1 0;
    flex: 10 1 0;
  }
}

.header-inner .block-org-header-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .header-inner .block-org-header-left {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media screen and (max-width: 63.9375em) {
  .header-inner #block-orgwidebanner {
    max-height: 120px;
    overflow-y: scroll;
  }
}

.header-inner .linked-logo {
  display: inline-block;
  line-height: 48px;
}

.header-inner .second-logo {
  margin-left: 1em;
  padding-left: 1em;
  position: relative;
}

.header-inner .second-logo.logo-mobile::before {
  bottom: 0.5em;
}

.header-inner .second-logo::before {
  content: '';
  background-color: #bcbec0;
  display: block;
  width: 1px;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.header-inner img {
  max-width: 150px;
  max-height: 50px;
}

.header-inner img.header-logo-size--large {
  max-width: initial;
}

.header-inner #header-mobile-wrap {
  width: 100%;
}

.header-inner #block-orgheadercontact > h2 {
  display: none;
}

.header-inner #block-orgheadercontact > div {
  margin-bottom: 1em;
}

.header-inner #block-orgheadercontact > div i {
  color: var(--vibrent-group-header-text);
}

.header-inner #block-orgheadercontact #login-lang-switch-separator {
  margin-bottom: 0;
}

@media print, screen and (min-width: 64em) {
  .header-inner #block-orgheadercontact > div {
    margin-left: 1em;
    margin-bottom: 0;
  }
}

.header-inner #header-login-link {
  padding-left: 1em;
  border-left: 1px solid var(--vibrent-group-color-2);
}

#header-login-link {
  font-weight: bold;
}

#header-lang-switcher {
  text-transform: uppercase;
  font-weight: bold;
}

#header-lang-switcher > ul {
  margin-bottom: 1em;
  margin-left: 0;
  list-style: none;
}

@media print, screen and (min-width: 64em) {
  #header-lang-switcher {
    margin-left: 1em;
  }
  #header-lang-switcher ul {
    margin-bottom: 0;
  }
}

#block-orgheadercontact,
#header-lang-switcher {
  padding: 0 1%;
  width: 98%;
}

@media print, screen and (min-width: 64em) {
  #block-orgheadercontact,
  #header-lang-switcher {
    padding: 0;
    margin-top: .25em;
    width: auto;
  }
}

#header-responsive-bottom {
  margin-bottom: 1em;
}

@media print, screen and (min-width: 64em) {
  #header-responsive-bottom {
    margin-bottom: 0;
  }
  #header-responsive-bottom > div {
    margin-left: 1em;
  }
  #header-responsive-bottom > div#login-lang-switch-separator {
    border-right: 1px solid var(--vibrent-group-color-5);
    margin-left: .5em;
  }
  #header-responsive-bottom > div#header-lang-switcher {
    margin-left: .5em;
  }
}

#block-orgheadercta {
  padding: 2%;
  margin: 1em 0;
  border-top: 1px solid #bcbec0;
  border-bottom: 1px solid #bcbec0;
  width: 96%;
}

@media print, screen and (min-width: 64em) {
  #block-orgheadercta {
    width: auto;
    padding: 0;
    margin: 0;
    margin-left: 2em;
    margin-top: -0.3em;
    border: none;
  }
}

#block-orgheadercta .button {
  margin: 0 auto;
  border: 1px solid var(--vibrent-group-color-1);
  background-color: var(--vibrent-group-color-1);
  color: #fefefe;
  padding: 0.85em 1em;
  font-size: 1rem;
  width: 60%;
}

#block-orgheadercta .button + .button {
  margin-top: 1em;
  color: var(--vibrent-group-color-1);
  border-color: var(--vibrent-group-color-1);
  background-color: white;
}

@media print, screen and (min-width: 64em) {
  #block-orgheadercta .button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 0.85rem;
    padding: 0.5em 0.7em;
  }
  #block-orgheadercta .button + .button {
    margin-top: 0;
    margin-left: 1em;
    margin-right: auto;
  }
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--vibrent-group-color-1);
  box-shadow: 0 7px 0 var(--vibrent-group-color-1), 0 14px 0 var(--vibrent-group-color-1);
  content: '';
}

.menu-icon:hover::after {
  background: var(--vibrent-group-color-2);
  box-shadow: 0 7px 0 var(--vibrent-group-color-2), 0 14px 0 var(--vibrent-group-color-2);
}

#header-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

#header-mobile .mobile-logos-wrapper {
  margin-left: 15px;
}

#header-mobile.header-mobile-logo-right {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

#header-mobile.header-mobile-logo-right .mobile-logos-wrapper {
  margin-right: 15px;
  margin-left: 0;
}

#header-mobile.header-mobile-logo-right .menu-icon {
  right: unset;
  left: 1em;
}

#header-mobile img {
  max-height: 50px;
  padding-bottom: 1em;
}

#header-mobile .menu-icon {
  position: absolute;
  right: 1.2em;
  top: 1.7em;
  width: 24px;
}

/* Both levels */
.header-sticky .menu {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.header-sticky .menu .menu-item--active-trail > a {
  color: var(--vibrent-group-field_active_menu_text_color);
  background-color: var(--vibrent-group-field_active_menu_background);
}

.header-sticky .menu .accordion-submenu .menu-item--active-trail a {
  background-color: transparent;
}

/* First level menu items only */
.header-sticky .menu:not(.submenu) > li {
  margin-bottom: 1em;
  margin-right: 0.6rem;
}

.header-sticky .menu:not(.submenu) > li:last-child {
  margin-right: 0;
}

@media print, screen and (min-width: 64em) {
  .header-sticky .menu:not(.submenu) > li {
    margin-bottom: 0;
  }
  .header-sticky .menu:not(.submenu) > li.menu-item > a::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.header-sticky .menu:not(.submenu) > li > a {
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  padding: .4rem 2rem;
  border-left: 10px solid transparent;
  position: relative;
}

.header-sticky .menu:not(.submenu) > li > a:hover {
  color: var(--vibrent-group-field_menu_hover_text_color);
  background-color: var(--vibrent-group-field_menu_hover_bg_color);
  border-radius: 4px;
}

.header-sticky .menu:not(.submenu) > li > a:hover::before {
  background-color: var(--vibrent-group-field_menu_hover_underline);
}

.header-sticky .menu:not(.submenu) > li > a::after {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .header-sticky .menu:not(.submenu) > li > a {
    border-left: none;
    padding-left: 3px;
    padding-right: 3px;
    width: auto;
  }
}

.header-sticky .menu:not(.submenu) > li.menu-item--active-trail > a {
  color: var(--vibrent-group-field_active_menu_text_color);
  background-color: var(--vibrent-group-field_active_menu_background);
}

@media print, screen and (min-width: 64em) {
  .header-sticky .menu:not(.submenu) > li.menu-item--active-trail > a {
    border-left: none;
    border-radius: 4px;
  }
  .header-sticky .menu:not(.submenu) > li.menu-item--active-trail > a::before {
    background-color: var(--vibrent-group-field_active_menu_underline);
  }
  .header-sticky .menu:not(.submenu) > li.menu-item--active-trail > a:hover::before {
    background-color: var(--vibrent-group-field_menu_hover_underline);
  }
}

.header-sticky .menu:not(.submenu) > li.menu-item--active-trail > a:hover {
  color: var(--vibrent-group-field_menu_hover_text_color);
  background-color: var(--vibrent-group-field_menu_hover_bg_color);
  border-radius: 4px;
}

/* Second level only */
.header-sticky .menu.submenu {
  border: 4px solid transparent;
  margin-top: 1em;
  display: none;
  /* prevent flash of unstyled submenus */
}

.header-sticky .menu.submenu li a {
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding: 0.5em 4em;
  border-bottom: 4px solid transparent;
}

@media print, screen and (min-width: 64em) {
  .header-sticky .menu.submenu.js-dropdown-active {
    margin-top: 0;
    border: var(--vibrent-group-field_sub_menu_border, 0) solid var(--vibrent-group-field_submenu_border_color, transparent);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    /* https://github.com/philipwalton/flexbugs#flexbug-14 */
  }
  .header-sticky .menu.submenu.js-dropdown-active.menu-long {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    height: 180px;
  }
  .header-sticky .menu.submenu.js-dropdown-active.menu-long li {
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    max-width: 200px;
  }
  .header-sticky .menu.submenu.js-dropdown-active a {
    padding: 0.7em 1em;
  }
  .header-sticky .menu.submenu.js-dropdown-active a:hover {
    color: var(--vibrent-group-field_submenu_hover_text_color);
    background-color: var(--vibrent-group-field_sub_menu_hover_bg_color);
    border-color: var(--vibrent-group-field_sub_menu_hover_underline);
  }
}

.menu-item--active-trail > .submenu-toggle::after {
  color: var(--vibrent-group-field_active_menu_text_color);
}

.submenu-toggle {
  height: 30px;
  right: -10px;
}

.submenu-toggle::after {
  content: '\f078';
  font-family: "FontAwesome";
  border: none !important;
  position: absolute;
  top: -10px;
}

.submenu-toggle[aria-expanded='true']::after {
  top: 20px;
}

.temp-header {
  opacity: 0;
  position: absolute;
  z-index: -999;
}

.temp-header .header-height-mask {
  display: none;
}

.header-menu-spacing + .header-menu-spacing {
  margin-left: 1.5em;
}

.dropdown.menu .is-active:not(.menu-item--active-trail) > a {
  color: var(--vibrent-group-header-text);
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: var(--vibrent-group-header-text) transparent transparent;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:hover::after {
    border-color: var(--vibrent-group-field_submenu_hover_text_color) transparent transparent;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent.menu-item--active-trail > a::after {
    border-color: var(--vibrent-group-field_active_menu_text_color) transparent transparent;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent.menu-item--active-trail > a:hover::after {
    border-color: var(--vibrent-group-field_submenu_hover_text_color) transparent transparent;
  }
  .dropdown.menu:not(.submenu) > li.is-dropdown-submenu-parent > a:hover::after,
  .dropdown.menu:not(.submenu) > li.is-dropdown-submenu-parent.menu-item--active-trail > a:hover::after {
    border-color: var(--vibrent-group-field_menu_hover_text_color) transparent transparent;
  }
}

.banner-wrap {
  object-fit: cover;
  overflow: hidden;
  max-height: 500px;
}

@media print, screen and (min-width: 40em) {
  .banner-wrap {
    max-height: 900px;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-wrap {
    max-height: 1100px;
  }
}

@media print, screen and (min-width: 40em) {
  .banner-wrap {
    position: relative;
  }
}

.banner-image {
  width: 100vw;
  height: auto;
  object-fit: cover;
}

.banner-solid-bg {
  background-color: var(--vibrent-group-color-3);
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .banner-solid-bg {
    min-height: 500px;
  }
}

@media print, screen and (min-width: 64em) {
  .banner-solid-bg {
    min-height: 700px;
  }
}

@media screen and (max-width: 39.9375em) {
  .banner-solid-bg {
    height: auto;
  }
}

.banner-inner {
  height: 100%;
  width: 100%;
}

.banner-inner.full {
  width: 100vw;
}

.banner-inner .banner-box-grid {
  height: 100%;
}

.banner-inner .grid-container, .banner-inner .block-vb-local-task-wrap ul.tabs.menu, .block-vb-local-task-wrap .banner-inner ul.tabs.menu {
  width: 100%;
  height: 100%;
  padding-left: 2em;
  padding-right: 2em;
}

.banner-inner .banner-box-content {
  padding: 2em 2em 1em 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #fefefe;
}

@media print, screen and (min-width: 40em) {
  .banner-inner .banner-box-content {
    padding: 2em;
  }
}

.banner-inner .banner-cta .button {
  margin-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
  .banner-inner * {
    text-align: center;
  }
}

@media print, screen and (min-width: 40em) {
  .banner-inner {
    position: absolute;
    top: 0px;
  }
  .banner-inner .banner-box-content {
    max-height: 90%;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.vibrent-parallax-window {
  transform: translate3d(0, 0, 0);
}

.vibrent-parallax-window .parallax-mirror {
  height: 100% !important;
  transform: translate3d(0, 0, 0) !important;
}

.paragraph--type--page-hero-banner .page-banner-wrap * {
  max-height: inherit;
}

.paragraph--type--page-hero-banner:not(.vibrent-parallax-window) img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-about h2 {
  text-align: center;
  margin: .7em 0 0.7em;
}

.home-about .field--name-field-cta a {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-top: 2em;
}

.home-about hr {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .home-about hr {
    display: none;
  }
  .home-about h2 {
    text-align: left;
  }
}

.home-about > div {
  padding-top: 0;
  padding-bottom: 2em;
}

@media print, screen and (min-width: 40em) {
  .home-about > div {
    padding-top: 2em;
  }
}

/* Overview Section */
.home-overview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media print, screen and (min-width: 40em) {
  .home-overview {
    position: relative;
  }
}

.home-overview .field--name-field-cta {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .home-overview .field--name-field-cta {
    text-align: left;
  }
}

.home-about-3 .home-overview .home-overview-content, .home-about-2 .home-overview .home-overview-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.home-about-3 .home-overview .home-overview-video, .home-about-2 .home-overview .home-overview-video {
  -ms-flex-order: 2;
      order: 2;
  text-align: center;
  width: 100%;
}

.home-about-3 .home-overview .home-overview-desc, .home-about-2 .home-overview .home-overview-desc {
  -ms-flex-order: 1;
      order: 1;
}

@media print, screen and (min-width: 40em) {
  .home-about-3 .home-overview .home-overview-content, .home-about-2 .home-overview .home-overview-content {
    display: inline;
    margin: 0px;
  }
  .home-about-3 .home-overview .home-overview-video, .home-about-2 .home-overview .home-overview-video {
    float: right;
    width: 50%;
    padding-bottom: .7em;
  }
  .home-about-3 .home-overview .home-overview-video img, .home-about-2 .home-overview .home-overview-video img {
    padding-left: 1em;
    width: 100%;
    max-width: 100vw;
  }
  .home-about-3 .home-overview .home-overview-desc, .home-about-2 .home-overview .home-overview-desc {
    column-count: 1;
    display: inline;
  }
  .home-about-3 .home-overview .home-overview-desc.home-overview-columns, .home-about-2 .home-overview .home-overview-desc.home-overview-columns {
    column-count: 2;
  }
}

.home-overview-video {
  padding-top: 2em;
}

@media print, screen and (min-width: 40em) {
  .home-overview-video {
    padding-top: 0;
  }
  .home-overview-video .field--name-field-media-image {
    text-align: center;
  }
}

.home-about-1 .home-overview-video {
  display: none;
}

/* Why Join? Section */
.home-about-whyjoin {
  background-color: var(--vibrent-group-color-6);
}

@media print, screen and (min-width: 40em) {
  .home-about-1 > .home-about-whyjoin {
    background-color: transparent;
  }
}

/* Eligibility Section */
@media print, screen and (min-width: 40em) {
  .home-about-2 > .home-about-eligibility {
    background-color: var(--vibrent-group-color-6);
  }
}

@media print, screen and (min-width: 40em) {
  .home-about-2 .home-about-whatdo ul, .home-about-3 .home-about-whatdo ul {
    column-count: 3;
    column-gap: 3em;
  }
  .home-about-2 .home-about-whatdo ul li, .home-about-3 .home-about-whatdo ul li {
    width: 100%;
    break-inside: avoid;
  }
  .home-about-2 .home-about-whatdo .field--name-field-cta, .home-about-3 .home-about-whatdo .field--name-field-cta {
    text-align: center;
  }
}

@media print, screen and (min-width: 40em) {
  .home-about-3 .home-about-whatdo .field--name-field-cta,
  .home-about-3 .home-about-whyjoin .field--name-field-cta,
  .home-about-3 .home-about-eligibility .field--name-field-cta {
    text-align: center;
  }
  .home-about-3 .home-about-whatdo ul,
  .home-about-3 .home-about-whyjoin ul {
    column-count: 2;
    column-gap: 3em;
  }
  .home-about-3 .home-about-whatdo ul li,
  .home-about-3 .home-about-whyjoin ul li {
    width: 100%;
    break-inside: avoid;
  }
  .home-about-3 .home-about-eligibility ul {
    column-count: 3;
    column-gap: 3em;
  }
  .home-about-3 .home-about-eligibility ul li {
    width: 100%;
    break-inside: avoid;
  }
  .home-about-3 hr {
    display: block;
    margin: 0 auto;
  }
}

.getting-started-process_ol, #getting-started-process ol li:before, #getting-started-process-slideshow ol li:before {
  content: counter(level1) " ";
  counter-increment: level1;
  background-color: var(--vibrent-group-color-2);
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 2em;
  font-size: 1.7em;
  font-weight: 900;
  list-style-position: inside;
  color: #fefefe;
  border-radius: 50%;
  display: block;
}

.field--name-field-column-1 #getting-started-process,
.field--name-field-column-1 #getting-started-process-slideshow,
.field--name-field-how-to-get-started {
  background-color: var(--vibrent-group-color-1);
  padding: 2em 0em;
}

.field--name-field-column-1 #getting-started-process h2,
.field--name-field-column-1 #getting-started-process-slideshow h2,
.field--name-field-how-to-get-started h2 {
  color: #fefefe;
  text-align: center;
  margin-bottom: 3em;
}

.field--name-field-column-1 #getting-started-process .card,
.field--name-field-column-1 #getting-started-process-slideshow .card,
.field--name-field-how-to-get-started .card {
  height: 100%;
  border: none;
  border-radius: 0px;
  background: transparent;
  margin-bottom: 0;
}

.field--name-field-column-1 #getting-started-process .card-section,
.field--name-field-column-1 #getting-started-process-slideshow .card-section,
.field--name-field-how-to-get-started .card-section {
  margin-bottom: 2.5em;
  background-color: #fefefe;
  -ms-flex: unset;
      flex: unset;
}

.field--name-field-column-1 #getting-started-process ol,
.field--name-field-column-1 #getting-started-process-slideshow ol,
.field--name-field-how-to-get-started ol {
  counter-reset: level1;
  list-style-type: none;
}

.field--name-field-column-1 #getting-started-process ol li,
.field--name-field-column-1 #getting-started-process-slideshow ol li,
.field--name-field-how-to-get-started ol li {
  position: relative;
}

.field--name-field-column-1 #getting-started-process-slideshow {
  padding: 2em 1.5em;
}

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

.process-cta > .button {
  background-color: var(--vibrent-group-color-2);
}

#getting-started-process > div {
  padding-top: 2em;
  padding-bottom: 2em;
}

#getting-started-process ol {
  padding: 0em 2em;
}

#getting-started-process ol li {
  position: relative;
}

#getting-started-process ol li:before {
  left: -1.5em;
  top: -1.5em;
  position: absolute;
  z-index: 3;
}

#getting-started-process ol li:not(:last-child) > .vertical-line {
  content: "";
  height: 100%;
  border-left: 2px solid #fefefe;
  position: absolute;
  top: .7em;
  left: -0.8em;
}

#getting-started-process .process-cta > .button {
  margin: 1.5em 0 0 0;
}

@media print, screen and (min-width: 40em) {
  #getting-started-process .process-cta > .button {
    margin-left: 1.3em;
  }
}

#getting-started-process-slideshow {
  /* Icons */
  /* Arrows */
  /* Dots */
}

#getting-started-process-slideshow > h2 {
  margin-bottom: 2rem;
}

#getting-started-process-slideshow .card-section {
  padding: 25px 35px;
}

#getting-started-process-slideshow ol li:before {
  left: 43%;
  top: -1.2em;
  position: absolute;
}

#getting-started-process-slideshow .process-items {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 0;
}

#getting-started-process-slideshow .card {
  margin-bottom: 0;
  margin: 0 1em;
}

#getting-started-process-slideshow .process-cta > .button {
  margin: 2rem 0 0 0;
}

#getting-started-process-slideshow .slick-track {
  padding-top: 2rem;
}

#getting-started-process-slideshow .slick-loading .slick-list {
  background: #fff url("https://www.allofusaz.org/themes/custom/vibrent/css/ajax-loader.gif") center center no-repeat;
}

#getting-started-process-slideshow .slick-track {
  display: -ms-flexbox;
  display: flex;
}

#getting-started-process-slideshow .slick-track .slick-slide {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  /*flex-direction: column;*/
}

@font-face {
  #getting-started-process-slideshow {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url("https://www.allofusaz.org/themes/custom/vibrent/css/fonts/slick.eot");
    src: url("https://www.allofusaz.org/themes/custom/vibrent/css/fonts/slick.eot#iefix") format("embedded-opentype"), url("https://www.allofusaz.org/themes/custom/vibrent/css/fonts/slick.woff") format("woff"), url("https://www.allofusaz.org/themes/custom/vibrent/css/fonts/slick.ttf") format("truetype"), url("https://www.allofusaz.org/themes/custom/vibrent/css/fonts/slick.svg#slick") format("svg");
  }
}

#getting-started-process-slideshow .slick-prev,
#getting-started-process-slideshow .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 54%;
  display: block;
  width: 52px;
  height: 52px;
  padding: 0;
  z-index: 3;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

#getting-started-process-slideshow .slick-prev:hover,
#getting-started-process-slideshow .slick-prev:focus,
#getting-started-process-slideshow .slick-next:hover,
#getting-started-process-slideshow .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

#getting-started-process-slideshow .slick-prev:hover:before,
#getting-started-process-slideshow .slick-prev:focus:before,
#getting-started-process-slideshow .slick-next:hover:before,
#getting-started-process-slideshow .slick-next:focus:before {
  opacity: 1;
  filter: brightness(150%);
}

#getting-started-process-slideshow .slick-prev.slick-disabled:before,
#getting-started-process-slideshow .slick-next.slick-disabled:before {
  opacity: 0;
}

#getting-started-process-slideshow .slick-prev:before,
#getting-started-process-slideshow .slick-next:before {
  font-size: 42px;
  line-height: 1.2;
  padding: 1px;
  opacity: 1;
  background-color: var(--vibrent-group-color-2);
  color: white;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

@media screen and (max-width: 39.9375em) {
  #getting-started-process-slideshow .slick-prev:before,
  #getting-started-process-slideshow .slick-next:before {
    width: 27px;
    height: 27px;
    line-height: 1.3;
    font-size: 20px;
  }
}

#getting-started-process-slideshow .slick-prev {
  left: 5px;
}

#getting-started-process-slideshow [dir='rtl'] .slick-prev {
  right: 5px;
  left: auto;
}

#getting-started-process-slideshow .slick-prev:before {
  content: '\f104';
  padding: 1px 4px 1px 1px;
}

#getting-started-process-slideshow [dir='rtl'] .slick-prev:before {
  content: '\f105';
}

#getting-started-process-slideshow .slick-next {
  right: 5px;
}

#getting-started-process-slideshow [dir='rtl'] .slick-next {
  right: auto;
  left: 5px;
}

#getting-started-process-slideshow .slick-next:before {
  content: '\f105';
  padding: 1px 1px 1px 4px;
}

#getting-started-process-slideshow [dir='rtl'] .slick-next:before {
  content: '\f104';
}

#getting-started-process-slideshow .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

#getting-started-process-slideshow .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#getting-started-process-slideshow .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#getting-started-process-slideshow .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#getting-started-process-slideshow .slick-dots li button:hover,
#getting-started-process-slideshow .slick-dots li button:focus {
  outline: none;
}

#getting-started-process-slideshow .slick-dots li button:hover:before,
#getting-started-process-slideshow .slick-dots li button:focus:before {
  opacity: 1;
}

#getting-started-process-slideshow .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#getting-started-process-slideshow .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.other-section > div {
  padding-top: 2em;
  padding-bottom: 2em;
}

.other-section h2, .other-section h5, .other-section p, .other-section a, .other-section iframe, .other-section .field--name-field-home-other-photo {
  padding: .7rem 0;
}

.other-section h2 {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .other-section h2 {
    text-align: left;
  }
}

.field--name-field-home-other-name {
  font-weight: bold;
  text-align: center;
  padding-bottom: 2em;
  padding-top: 2em;
}

.testimonial-callout {
  text-align: center;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 0px 17px 4px var(--vibrent-group-color-6);
  padding: 1em 2em;
}

.testimonial-callout .field--name-field-media-image {
  width: 11em;
  height: 11em;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-callout .field--name-field-media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-callout .field--name-field-home-other-text {
  font-style: italic;
}

@media print, screen and (min-width: 40em) {
  .other-full-width .other-message p {
    column-count: 2;
    column-gap: 3em;
  }
  .other-full-width .other-testimonial h2 {
    text-align: center;
  }
  .other-full-width .testimonial-callout {
    width: 80%;
    padding: 2.1rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
  }
  .other-full-width .testimonial-callout .field--name-field-home-other-photo {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 1.4rem;
  }
  .other-full-width .testimonial-callout .other-testimonial-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: left;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .other-full-width .testimonial-callout .other-testimonial-text .field--name-field-home-other-name {
    text-align: left;
    padding-top: 0;
    padding-bottom: .7rem;
  }
}

.info-card {
  /* Dark  theme for arrows and dots */
}

.info-card .slick-arrow.slick-prev:before, .info-card .slick-arrow.slick-next:before {
  color: #525252;
}

.info-card .field--name-field-dates {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.info-card .field--name-field-dates span {
  margin: 3rem;
  line-height: 3rem;
}

.info-card ul.slick-dots li button:before {
  color: #525252;
  opacity: 1;
}

.info-card ul.slick-dots li.slick-active button:before {
  color: white;
}

.info-card .cell {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.info-card--card .button--wrapper {
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
}

.info-card--card .field--name-field-dates,
.info-card--card .field--name-field-heading {
  margin-bottom: 10px;
}

.info-card--card .button {
  padding: 0.85em 1em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.info-card--card.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
  border-style: solid none solid none;
  border-width: 4px;
  border-color: var(--vibrent-group-color-2);
  margin-bottom: 0;
}

.paragraph--type--2_column_section .paragraph-with-map .left,
.paragraph--type--2_column_section .paragraph-with-map .right,
.paragraph--type--3_column_section .paragraph-with-map .left,
.paragraph--type--3_column_section .paragraph-with-map .right,
.paragraph--type--4_column_section .paragraph-with-map .left,
.paragraph--type--4_column_section .paragraph-with-map .right {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

@media screen and (max-width: 39.9375em) {
  .paragraph--type--2_column_section .paragraph-with-map .left,
  .paragraph--type--2_column_section .paragraph-with-map .right,
  .paragraph--type--3_column_section .paragraph-with-map .left,
  .paragraph--type--3_column_section .paragraph-with-map .right,
  .paragraph--type--4_column_section .paragraph-with-map .left,
  .paragraph--type--4_column_section .paragraph-with-map .right {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

.paragraph--type--1_column_section .paragraph-with-map .left,
.paragraph--type--1_column_section .paragraph-with-map .right {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 39.9375em) {
  .paragraph--type--1_column_section .paragraph-with-map .left,
  .paragraph--type--1_column_section .paragraph-with-map .right {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

.paragraph--type--location-with-address .geolocation-map-container {
  max-width: 500px;
}

.paragraph--type--location-with-address .grid-container, .paragraph--type--location-with-address .block-vb-local-task-wrap ul.tabs.menu, .block-vb-local-task-wrap .paragraph--type--location-with-address ul.tabs.menu {
  width: 100%;
}

.paragraph--type--location-with-address .cell {
  padding: 0;
}

.paragraph--type--location-with-address .infobubble h3,
.paragraph--type--location-with-address .infobubble p {
  display: block;
  color: white;
}

.paragraph--type--location-with-address .map-address-text {
  box-sizing: border-box;
  display: inline-block;
  padding: 1em;
  position: relative;
  width: 100%;
}

.paragraph--type--location-with-address .map-address-text i {
  font-size: 1em;
}

.paragraph--type--location-with-address .map-address-text:hover {
  background-color: transparent;
  text-decoration: none;
}

.paragraph--type--location-with-address .map-address-text .field--name-field-email,
.paragraph--type--location-with-address .map-address-text .field--name-field-phone,
.paragraph--type--location-with-address .map-address-text .address {
  font-size: 0.95em;
  overflow-wrap: break-word;
  margin-left: 20px;
  color: var(--vibrent-group-color-4);
}

.paragraph--type--location-with-address .map-address-text .field--name-field-email .field__item,
.paragraph--type--location-with-address .map-address-text .field--name-field-phone .field__item,
.paragraph--type--location-with-address .map-address-text .address .field__item {
  color: var(--vibrent-group-color-1, #262262);
}

.paragraph--type--location-with-address .map-address-text .icon {
  color: var(--vibrent-group-color-1, #262262);
  font-size: 1em;
  float: left;
}

.paragraph--type--location-with-address .map-address-text h3 {
  color: var(--vibrent-group-color-2);
  margin-left: 20px;
}

.paragraph--type--location-with-address .map-hide {
  display: none;
}

body.group-org-431 .header-sticky {
  border-bottom: 0 !important;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
}

body.group-org-431 .header-sticky .menu:not(.submenu) > li > a {
  padding-left: 14px;
  padding-right: 14px;
  font-weight: normal;
}

body.group-org-431 .header-sticky .menu:not(.submenu) > li > a::before {
  width: calc(100% - 28px);
  height: 2px;
  left: auto;
  bottom: -8px;
  right: auto;
}

body.group-org-431 .header-sticky .menu:not(.submenu) > li > a:hover a {
  color: var(--vibrent-group-field_active_menu_text_color);
}

body.group-org-431 .header-sticky .menu:not(.submenu) > li > a:hover::before {
  background-color: var(--vibrent-group-field_active_menu_underline);
}

body.group-org-431 .header-sticky .menu:not(.submenu) > li > a.is-active {
  font-weight: bold;
}

body.group-org-431 .header-sticky .menu:not(.submenu) > li.menu-item--active-trail a {
  font-weight: bold;
}

@media print, screen and (min-width: 64em) {
  body.group-org-431 .header-sticky .grid-container > .grid-x, body.group-org-431 .header-sticky .block-vb-local-task-wrap ul.tabs.menu > .grid-x, .block-vb-local-task-wrap body.group-org-431 .header-sticky ul.tabs.menu > .grid-x {
    max-width: 83rem;
  }
}

body.group-org-431 .header-sticky .grid-container.full > .grid-x, body.group-org-431 .header-sticky .block-vb-local-task-wrap ul.full.tabs.menu > .grid-x, .block-vb-local-task-wrap body.group-org-431 .header-sticky ul.full.tabs.menu > .grid-x {
  max-width: 100%;
}

body.group-org-431 .header-sticky .block-org-header-left {
  padding: 0.8rem 0 0.8rem 0;
}

body.group-org-431 .header-sticky .logos-wrapper img {
  max-height: 56px;
}

@media print, screen and (min-width: 64em) {
  body.group-org-431 .header-sticky.is-stuck .logos-wrapper img {
    max-height: 56px;
  }
  body.group-org-431 .header-sticky.is-stuck .block-org-header-left {
    padding: 0.8rem 0 0.8rem 0;
  }
  body.group-org-431 .header-sticky.is-stuck .region-responsive-top-bar-bottom,
  body.group-org-431 .header-sticky.is-stuck #block-orgheadercta {
    margin-top: 0;
  }
}

@media screen and (max-width: 1023px) {
  body.group-org-431 .header-inner #header-responsive {
    position: fixed;
    top: 58px;
    z-index: -1;
    width: calc(100% - 16px);
    left: 8px;
  }
}

@media print, screen and (min-width: 64em) {
  body.group-org-431 .header-inner #header-responsive {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-flex: 60 1 0;
    flex: 60 1 0;
    padding-top: 0;
  }
}

body.group-org-431 .region-responsive-top-bar-top {
  display: none;
}

body.group-org-431 .region-responsive-top-bar-top:empty {
  display: none;
}

body.group-org-431 .region-responsive-top-bar-bottom {
  margin-top: 0;
}

@media screen and (max-width: 1023px) {
  body.group-org-431 .region-responsive-top-bar-bottom {
    padding-top: 15px;
  }
}

@media print, screen and (min-width: 64em) {
  body.group-org-431 #block-orgheadercta {
    margin-top: 0;
  }
}

body.group-org-431 #header-mobile img {
  padding-bottom: 10px;
}

body.group-org-431 #header-mobile .menu-icon {
  top: 1.4rem;
  left: auto;
  right: 1rem;
}

body.group-org-431 #header-mobile .menu-icon::after {
  background: var(--vibrent-group-header-text);
  box-shadow: 0 7px 0 var(--vibrent-group-header-text), 0 14px 0 var(--vibrent-group-header-text);
}

body.group-org-431 #header-mobile.header-mobile-logo-right {
  -ms-flex-direction: row;
      flex-direction: row;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
}

body.group-org-431 #header-mobile.header-mobile-logo-right .mobile-logos-wrapper {
  margin-left: 1rem;
}

body.group-org-431 #block-orgheadercta {
  border: 0;
}

@media print, screen and (min-width: 64em) {
  body.group-org-431 #block-orgheadercta {
    margin-left: 1.625rem;
  }
}

body.group-org-431 #block-orgheadercta .button {
  padding: 6px 30px 8px;
  font-weight: bold;
  border-radius: 15px;
  line-height: 1.1;
  filter: unset;
}

@media screen and (max-width: 1023px) {
  body.group-org-431 #block-orgheadercta {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 10px 24px 28px 24px;
  }
  body.group-org-431 #block-orgheadercta #header-cta {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  body.group-org-431 #block-orgheadercta #header-cta .button {
    margin: 0;
    width: 48%;
  }
  body.group-org-431 #block-orgheadercta #header-cta .button + .button {
    margin-top: 0;
  }
}

body.group-org-421 footer {
  background: var(--vibrent-group-footer-background);
}

body.group-org-421 footer.template2 .featured-bottom {
  margin: 0 auto;
  max-width: 83rem;
  width: 100%;
  background: transparent;
}

@media print, screen and (min-width: 64em) {
  body.group-org-421 footer.template2 .featured-bottom {
    padding-left: 0;
    padding-right: 0;
  }
}

.node-preview-container {
  position: relative;
}

.dasboard-content {
  display: -ms-flexbox;
  display: flex;
}

.dasboard-content #block-websitesreport,
.dasboard-content #block-websitesupdatedreport,
.dasboard-content #block-tenantsreport,
.dasboard-content #block-actorsreport {
  min-width: 250px;
  min-height: 250px;
  float: left;
  border: solid 1px #bcbec0;
  border-radius: 0.4rem;
  margin-top: 15px;
  padding: .8em;
  margin-left: 2.5rem;
}

@media (max-width: 768px) {
  .dasboard-content #block-websitesreport,
  .dasboard-content #block-websitesupdatedreport,
  .dasboard-content #block-tenantsreport,
  .dasboard-content #block-actorsreport {
    margin-right: 2.5rem;
  }
}

.dasboard-content #block-websitesreport .percentage-seperator,
.dasboard-content #block-websitesupdatedreport .percentage-seperator,
.dasboard-content #block-tenantsreport .percentage-seperator,
.dasboard-content #block-actorsreport .percentage-seperator {
  border-color: #f4f4f4;
  margin-bottom: 0;
}

.dasboard-content #block-websitesreport .percent,
.dasboard-content #block-websitesupdatedreport .percent,
.dasboard-content #block-tenantsreport .percent,
.dasboard-content #block-actorsreport .percent {
  font-size: 1.2rem;
  font-weight: 500;
  width: 100%;
}

.dasboard-content #block-websitesreport .card-divider,
.dasboard-content #block-websitesupdatedreport .card-divider,
.dasboard-content #block-tenantsreport .card-divider,
.dasboard-content #block-actorsreport .card-divider {
  padding-bottom: 0;
  background: white;
}

.dasboard-content #block-websitesreport .card-divider h3,
.dasboard-content #block-websitesupdatedreport .card-divider h3,
.dasboard-content #block-tenantsreport .card-divider h3,
.dasboard-content #block-actorsreport .card-divider h3 {
  color: #4d4d4f;
  font-weight: 100;
}

.dasboard-content #block-websitesreport .report-widget-footer,
.dasboard-content #block-websitesupdatedreport .report-widget-footer,
.dasboard-content #block-tenantsreport .report-widget-footer,
.dasboard-content #block-actorsreport .report-widget-footer {
  text-align: center;
}

.dasboard-content #block-websitesreport .count h2,
.dasboard-content #block-websitesupdatedreport .count h2,
.dasboard-content #block-tenantsreport .count h2,
.dasboard-content #block-actorsreport .count h2 {
  font-size: 2.5rem;
  color: #4d4d4f;
  font-weight: 100;
}

.dasboard-content #block-websitesreport span.description,
.dasboard-content #block-websitesupdatedreport span.description,
.dasboard-content #block-tenantsreport span.description,
.dasboard-content #block-actorsreport span.description {
  padding-left: 1rem;
  font-weight: 100;
  font-size: small;
}

.dasboard-content #block-gavisitor {
  display: block;
  width: 90%;
  float: left;
  margin-left: 2.5rem;
}

.dasboard-content #block-gavisitor .ga_visitor {
  margin: 2rem 0;
  float: left;
  width: 100%;
  color: var(--vibrent-group-color-2, #2470b5);
  font-weight: bold;
}

.dasboard-content #block-vibrent-content {
  display: block;
  width: 80%;
  margin-left: 2.5rem;
  box-shadow: 6px 6px 30px -11px #bcbec0;
  margin-bottom: 4rem;
}

.dasboard-content #block-vibrent-content .view-id-operational_insights .view-header,
.dasboard-content #block-vibrent-content .view-operational-insights-content .view-header {
  padding: 1rem;
  background-color: #fefefe;
}

.dasboard-content #block-vibrent-content .view-id-operational_insights .view-header > h4,
.dasboard-content #block-vibrent-content .view-operational-insights-content .view-header > h4 {
  color: #8a8a8a;
  margin: 0;
  font-weight: 500;
}

.dasboard-content #block-vibrent-content .view-id-operational_insights th.views-field-users-count-views-field div,
.dasboard-content #block-vibrent-content .view-id-operational_insights th.views-field-webpages-count div,
.dasboard-content #block-vibrent-content .view-operational-insights-content th.views-field-users-count-views-field div,
.dasboard-content #block-vibrent-content .view-operational-insights-content th.views-field-webpages-count div {
  cursor: pointer;
}

.dasboard-content #block-vibrent-content .view-id-operational_insights th.views-field-users-count-views-field div:hover,
.dasboard-content #block-vibrent-content .view-id-operational_insights th.views-field-webpages-count div:hover,
.dasboard-content #block-vibrent-content .view-operational-insights-content th.views-field-users-count-views-field div:hover,
.dasboard-content #block-vibrent-content .view-operational-insights-content th.views-field-webpages-count div:hover {
  text-decoration: underline;
}

.dasboard-content #block-vibrent-content .view-id-operational_insights table,
.dasboard-content #block-vibrent-content .view-operational-insights-content table {
  position: relative;
}

.dasboard-content #block-vibrent-content .view-id-operational_insights table thead th,
.dasboard-content #block-vibrent-content .view-operational-insights-content table thead th {
  padding: 1.5rem 1rem 1.5rem 2.2rem;
  font-weight: 500;
  text-align: left;
  font-size: small;
  color: #8a8a8a;
}

.dasboard-content #block-vibrent-content .view-id-operational_insights table thead th span.tablesort.tablesort--desc, .dasboard-content #block-vibrent-content .view-id-operational_insights table thead th span.tablesort.tablesort--asc,
.dasboard-content #block-vibrent-content .view-operational-insights-content table thead th span.tablesort.tablesort--desc,
.dasboard-content #block-vibrent-content .view-operational-insights-content table thead th span.tablesort.tablesort--asc {
  color: #8a8a8a;
}

.dasboard-content #block-vibrent-content .view-id-operational_insights table tbody,
.dasboard-content #block-vibrent-content .view-operational-insights-content table tbody {
  border: none;
}

.dasboard-content #block-vibrent-content .view-id-operational_insights table tbody tr,
.dasboard-content #block-vibrent-content .view-operational-insights-content table tbody tr {
  background-color: #fefefe;
}

.dasboard-content #block-vibrent-content .view-id-operational_insights table tbody tr:not(:first-child):after,
.dasboard-content #block-vibrent-content .view-operational-insights-content table tbody tr:not(:first-child):after {
  position: absolute;
  content: "";
  display: block;
  width: 93%;
  left: 2rem;
  border-bottom: 1px solid #bcbec0;
}

.dasboard-content #block-vibrent-content .view-id-operational_insights table tbody tr td,
.dasboard-content #block-vibrent-content .view-operational-insights-content table tbody tr td {
  padding: 1.5rem 1rem 1.5rem 2.2rem;
  font-size: small;
  color: #8a8a8a;
  font-weight: 500;
}

.dasboard-content #block-vibrent-content .view-id-operational_insights table tbody tr td:first-child,
.dasboard-content #block-vibrent-content .view-operational-insights-content table tbody tr td:first-child {
  font-weight: bold;
  color: #4d4d4f;
}

.dasboard-content #block-quicksearchblock {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.dasboard-content #block-quicksearchblock .quick-search {
  position: relative;
}

.dasboard-content #block-quicksearchblock .quick-search input.oi-search-list {
  margin-left: 2.5rem;
  margin-bottom: 1rem;
  width: 25rem;
  border-radius: 0.4rem;
  display: block;
  box-shadow: 1px 2px 3px 1px #f4f4f4;
}

.dasboard-content #block-quicksearchblock .quick-search svg {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #bcbec0;
}

.dasboard-content .layout-sidebar {
  background: var(--vibrent-group-color-1, #262262);
  color: white;
  font-size: 0.8rem;
  margin: 0;
  width: 15rem;
}

.dasboard-content .layout-sidebar .region-sidebar {
  height: 100vh;
}

.dasboard-content .layout-sidebar span.menu-icon {
  left: 45%;
  font-size: 2rem;
  top: 20px;
}

.dasboard-content .layout-sidebar hr {
  width: 70%;
  padding: 2rem 0;
  border-color: #bcbec0;
  margin-bottom: 4rem;
}

.dasboard-content .layout-sidebar li.menu-item {
  font-weight: bold;
}

.dasboard-content .layout-sidebar li.menu-item a {
  padding: 0.7rem 0.1rem 0.7rem 1rem;
}

.dasboard-content .layout-sidebar li.menu-item a:after {
  content: ">";
  padding: 1rem 0.5rem;
  font-weight: lighter;
  margin-left: 1rem;
}

.dasboard-content .inner-container {
  width: 100%;
  background-color: #edeff2;
}

.dasboard-content .inner-container .region-header {
  box-shadow: 0 8px 6px -6px #8a8a8a;
  width: 100%;
  padding: 0.8rem 1.8rem;
}

.dasboard-content .inner-container .region-header.grid-container, .dasboard-content .inner-container .block-vb-local-task-wrap ul.region-header.tabs.menu, .block-vb-local-task-wrap .dasboard-content .inner-container ul.region-header.tabs.menu {
  margin: 0 0 1rem 0;
  max-width: 100%;
  background-color: #fefefe;
}

.dasboard-content #edit-divider,
.dasboard-content .separator {
  width: 100%;
}

.dasboard-content #edit-divider > hr,
.dasboard-content .separator > hr {
  margin-top: 0;
  border-color: #bcbec0;
  max-width: 96%;
}

.dasboard-content .block-webform + .block-vibrent-operational-insights {
  clear: both;
}

.dasboard-content #webform-submission-operational-insights-filter-add-form {
  margin-bottom: 4rem;
  font-size: 1rem;
  margin-top: 1rem;
}

.dasboard-content #webform-submission-operational-insights-filter-add-form .form-item-tenant .form-select,
.dasboard-content #webform-submission-operational-insights-filter-add-form .form-item-program .form-select {
  width: calc(100% - 1rem);
  height: 45px;
}

@media (max-width: 768px) {
  .dasboard-content #webform-submission-operational-insights-filter-add-form .form-item-tenant .form-select,
  .dasboard-content #webform-submission-operational-insights-filter-add-form .form-item-program .form-select {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.dasboard-content #webform-submission-operational-insights-filter-add-form > .webform-flexbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
}

.dasboard-content #webform-submission-operational-insights-filter-add-form > .webform-flexbox .form-item-markup {
  padding-left: 0;
  padding-right: 0;
}

.dasboard-content #webform-submission-operational-insights-filter-add-form > .webform-flexbox .webform-flex:nth-of-type(1) {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

@media (max-width: 1400px) {
  .dasboard-content #webform-submission-operational-insights-filter-add-form > .webform-flexbox .webform-flex:nth-of-type(1) {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.dasboard-content #webform-submission-operational-insights-filter-add-form > .webform-flexbox .webform-flex:not(:nth-of-type(1)) {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
}

@media (max-width: 1400px) {
  .dasboard-content #webform-submission-operational-insights-filter-add-form > .webform-flexbox .webform-flex:not(:nth-of-type(1)) {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .dasboard-content #webform-submission-operational-insights-filter-add-form > .webform-flexbox .webform-flex:not(:nth-of-type(1)) {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.dasboard-content #webform-submission-operational-insights-filter-add-form .form-item-markup {
  padding: 0.8rem 1rem;
}

.dasboard-content #webform-submission-operational-insights-filter-add-form .form-item-markup span.breadcrumb:not(:empty):before {
  content: ">";
  padding: 0 1rem;
}

.dasboard-content #webform-submission-operational-insights-filter-add-form .webform-flexbox {
  margin: 0;
}

.dasboard-content #webform-submission-operational-insights-filter-add-form select {
  border-radius: 1.5rem;
  text-align-last: center;
  font-size: 0.8rem;
}

.dasboard-content #webform-submission-operational-insights-filter-add-form #edit-tenant,
.dasboard-content #webform-submission-operational-insights-filter-add-form #edit-programs {
  background-position: right -0.3rem center;
}

.dasboard-content #webform-submission-operational-insights-filter-add-form input {
  border: none;
  box-shadow: none;
  vertical-align: top;
}

.dasboard-content #webform-submission-operational-insights-filter-add-form input.webform-button--submit {
  font-family: "Font Awesome 5 Pro";
  padding: 0rem 1rem 0.7rem;
  border-radius: 1.5rem;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .dasboard-content #webform-submission-operational-insights-filter-add-form input.webform-button--submit {
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@-moz-document url-prefix('') {
  .dasboard-content #webform-submission-operational-insights-filter-add-form input.webform-button--submit {
    padding: 0.25rem 1rem 1rem 1rem;
  }
}

.dasboard-content #webform-submission-operational-insights-filter-add-form input.webform-button--reset {
  padding: 0.9rem 1.625rem 0.9rem 1.625rem;
  margin-left: 0.5rem;
}

@media (max-width: 768px) {
  .dasboard-content #webform-submission-operational-insights-filter-add-form input.webform-button--reset {
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.dasboard-content #webform-submission-operational-insights-filter-add-form .op-insights--date-wrap {
  background-color: #fefefe;
  min-width: 240px;
  border: 1px solid #bcbec0;
  border-radius: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: calc(100% - 1rem);
  height: 45px;
  padding: 5px 15px;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 768px) {
  .dasboard-content #webform-submission-operational-insights-filter-add-form .op-insights--date-wrap {
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.dasboard-content #webform-submission-operational-insights-filter-add-form .op-insights--date-wrap .form-item-date-range {
  width: 100%;
}

.dasboard-content #webform-submission-operational-insights-filter-add-form .op-insights--date-wrap .js-form-item-date-range + .js-form-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}

.dasboard-content #webform-submission-operational-insights-filter-add-form .op-insights--date-wrap .js-form-item-date-range + .js-form-wrapper .form-item {
  border-left: 1px solid #f4f4f4;
  padding-left: 1rem;
  min-width: 90px;
}

.dasboard-content #webform-submission-operational-insights-filter-add-form .op-insights--date-wrap .js-form-item-date-range + .js-form-wrapper .form-item-end-date + .form-item-markup {
  padding-top: 10px;
  color: #8a8a8a;
}

.dasboard-content #webform-submission-operational-insights-filter-add-form .op-insights--date-wrap .webform-element--title-inline label {
  font-size: 0.7rem;
  font-weight: bold;
}

.dasboard-content #webform-submission-operational-insights-filter-add-form .op-insights--date-wrap .webform-element--title-inline input {
  font-size: 0.7rem;
  padding: 0;
  height: auto;
}

.dasboard-content #webform-submission-operational-insights-filter-add-form .op-insights--date-wrap input,
.dasboard-content #webform-submission-operational-insights-filter-add-form .op-insights--date-wrap input:focus,
.dasboard-content #webform-submission-operational-insights-filter-add-form .op-insights--date-wrap .js-form-item-date-range select {
  border: none;
  box-shadow: none;
  border-radius: 1.5rem;
  margin: 0;
}

.dasboard-content #webform-submission-operational-insights-filter-add-form .op-insights--action-wrap {
  min-width: 10rem;
}

@media (max-width: 768px) {
  .dasboard-content #webform-submission-operational-insights-filter-add-form .op-insights--action-wrap {
    text-align: center;
  }
}

.dasboard-content main {
  display: -ms-flexbox;
  display: flex;
}

.dasboard-content input,
.dasboard-content input:focus,
.dasboard-content .js-form-item-date-range select {
  border: none;
  box-shadow: none;
  border-radius: 1.5rem;
  margin: 0;
}

.dasboard-content #block-sitebranding-2 {
  margin-bottom: 1.5rem;
}

.positive-percentage {
  background-color: #96cc99;
  border: 1px solid #bcbec0;
}

.negative-percentage {
  background-color: #c66464;
  border: 1px solid #bcbec0;
}

.zero-percentage {
  border: 1px solid #bcbec0;
}

.paragraph--type--overlay-widget .overlay-widget__base {
  position: relative;
}

.paragraph--type--overlay-widget .overlay-widget__base.align-right {
  -ms-flex-pack: right;
      justify-content: right;
  margin-left: auto;
}

.paragraph--type--overlay-widget .overlay-widget__overlay.cell.left, .paragraph--type--overlay-widget .overlay-widget__overlay.cell.right {
  position: absolute;
  z-index: 1;
  top: 50%;
  -ms-transform: translate(-20%, -50%);
      transform: translate(-20%, -50%);
  max-height: -webkit-fill-available;
  overflow: hidden;
}

@media screen and (max-width: 39.9375em) {
  .paragraph--type--overlay-widget .overlay-widget__overlay.cell.left, .paragraph--type--overlay-widget .overlay-widget__overlay.cell.right {
    -ms-transform: none !important;
        transform: none !important;
    position: relative;
    top: 0;
    padding-top: 1rem;
  }
}

.paragraph--type--overlay-widget .overlay-widget__overlay.cell.left .paragraph--type--cta-with-image, .paragraph--type--overlay-widget .overlay-widget__overlay.cell.right .paragraph--type--cta-with-image {
  padding: 1em;
}

@media screen and (max-width: 39.9375em) {
  .paragraph--type--overlay-widget .overlay-widget__overlay.cell.left span, .paragraph--type--overlay-widget .overlay-widget__overlay.cell.right span {
    font-size: 20px;
    line-height: 20px;
  }
}

.paragraph--type--overlay-widget .overlay-widget__overlay.cell.top, .paragraph--type--overlay-widget .overlay-widget__overlay.cell.bottom {
  position: absolute;
  z-index: 1;
  left: 50%;
  -ms-transform: translate(-50%, -20%);
      transform: translate(-50%, -20%);
  max-height: -webkit-fill-available;
  overflow: hidden;
}

@media screen and (max-width: 39.9375em) {
  .paragraph--type--overlay-widget .overlay-widget__overlay.cell.top, .paragraph--type--overlay-widget .overlay-widget__overlay.cell.bottom {
    -ms-transform: none !important;
        transform: none !important;
    position: relative;
    top: 0;
    padding-top: 1rem;
    left: 0;
  }
}

.paragraph--type--overlay-widget .overlay-widget__overlay.cell.top .paragraph--type--cta-with-image, .paragraph--type--overlay-widget .overlay-widget__overlay.cell.bottom .paragraph--type--cta-with-image {
  padding: 1em;
}

@media screen and (max-width: 39.9375em) {
  .paragraph--type--overlay-widget .overlay-widget__overlay.cell.top span, .paragraph--type--overlay-widget .overlay-widget__overlay.cell.bottom span {
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .paragraph--type--2_column_section .overlay-widget__overlay.cell,
  .paragraph--type--3_column_section .overlay-widget__overlay.cell,
  .paragraph--type--4_column_section .overlay-widget__overlay.cell {
    -ms-transform: none !important;
        transform: none !important;
    position: relative;
    top: 0;
    padding-top: 1rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .paragraph--type--2_column_section .overlay-widget__overlay.cell span,
  .paragraph--type--3_column_section .overlay-widget__overlay.cell span,
  .paragraph--type--4_column_section .overlay-widget__overlay.cell span {
    font-size: 20px;
    line-height: 20px;
  }
}

.anchor-links-permalink-parent {
  text-align: right;
  height: 0;
  position: relative;
  z-index: 10;
  width: 100%;
}

.anchor-link-popup {
  border: 1px solid #bcbec0;
  border-radius: 10px;
}

@media screen and (max-width: 39.9375em) {
  .anchor-link-popup {
    min-width: 70vw;
  }
}

.anchor-link-popup .ui-widget-content a {
  color: white;
  padding-left: 3em;
  padding-right: 3em;
}

@media print, screen and (min-width: 40em) {
  .anchor-link-popup .anchor-fields input,
  .anchor-link-popup .anchor-fields a {
    margin: 1rem auto;
    height: 44px;
    width: 45%;
  }
}

.anchor-link-popup .ui-widget-header {
  border: none;
  background: none;
  color: var(--vibrent-group-color-1);
  text-align: center;
  font-size: 24px;
  font-weight: 100;
}

.anchor-link-popup .ui-widget-header.ui-helper-clearfix:after {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  content: "X";
  color: var(--vibrent-group-color-2);
  font-size: 1rem;
  font-weight: 100;
}

.anchor-link-popup .ui-widget-header .ui-dialog-title {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}

@media screen and (max-width: 39.9375em) {
  .anchor-link-popup .ui-widget-header .ui-dialog-title {
    font-size: 1rem;
  }
}

.anchor-link-popup .ui-widget-header button.ui-dialog-titlebar-close {
  border: none;
  background: none;
  height: 30px;
  width: 30px;
  top: 1rem;
  right: 1rem;
  z-index: 111;
}

.anchor-link-popup .ui-widget-header button.ui-dialog-titlebar-close span {
  display: none;
}

.anchor-link-popup #drupal-modal {
  width: 100% !important;
}

.paragraph--type--1_column_section .paragraph--type--page-image img {
  height: auto;
}

.tw-iframe-wrap > iframe, .fb-iframe-wrap > iframe {
  display: inline-block;
}

.parallax-enable {
  position: relative;
}

.page-untranslated-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-untranslated-wrap .page-untranslated-img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-untranslated-wrap h1 {
  max-width: 532px;
  font-size: 36px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.4px;
  color: var(--vibrent-group-color-1);
}

.page-untranslated-wrap .coming-soon-en {
  margin-top: 70px;
  opacity: 0.88;
}

.page-untranslated-wrap p {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
  margin-top: 30px;
  color: var(--vibrent-group-color-1);
}

.page-untranslated-wrap .footer-link {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.header-hidden {
  visibility: hidden;
  max-height: 32px;
}

.field--name-field-heading strong {
  font-size: inherit;
}

.page-opacity {
  position: relative;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: absolute !important;
  top: calc(50% - 14px);
  right: 0;
}

.sid {
  position: relative;
}

.up {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

.down {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

@keyframes rotate {
  /* 100% keyframe for  clockwise.
       use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.acc-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #3535358f;
  z-index: 505;
}

.loading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  animation: rotate 1s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
}

.paragraph--type--page-wysiwyg-text strong {
  font-size: inherit;
}

.views-field-sticky {
  text-align: center;
}

.terms-privacy-page #block-pagetitle h1 {
  margin: 0.5em 0;
}

.path-search .view-id-search {
  height: 100vh;
}

.view-id-search .view-content .views-row .views-field {
  margin-bottom: 0.4rem;
}

.view-id-search .view-content .views-row .views-field.views-field-label a,
.view-id-search .view-content .views-row .views-field.views-field-label a:focus {
  font-weight: bold;
  text-decoration: underline;
  color: var(--vibrent-group-color-2);
}

.view-id-search .view-content .views-row .views-field.views-field-changed {
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
  font-weight: bolder;
}

.view-id-search .view-footer a.button {
  color: #fefefe;
}

.paragraph.search {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.paragraph.search a {
  padding: 0.8rem;
}

.paragraph.search a svg {
  margin-right: 5px;
}

.tabs {
  border: none;
  background-color: var(--vibrent-group-color-1, #262262);
}

.block-vb-local-task-wrap {
  background-color: var(--vibrent-group-color-1, #262262);
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .block-vb-local-task-wrap .vb-local-task-container {
    display: none;
  }
}

.block-vb-local-task-wrap .title-bar {
  background-color: var(--vibrent-group-color-1, #262262);
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 13px 1.2em;
  text-align: right;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.block-vb-local-task-wrap .title-bar .menu-icon {
  cursor: pointer;
  width: 24px;
  margin: 0;
}

.block-vb-local-task-wrap .title-bar .menu-icon::after {
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

.block-vb-local-task-wrap .title-bar .menu-icon:hover, .block-vb-local-task-wrap .title-bar .menu-icon:focus {
  outline: none;
}

.block-vb-local-task-wrap .title-bar .menu-icon:hover::after, .block-vb-local-task-wrap .title-bar .menu-icon:focus::after {
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

.block-vb-local-task-wrap ul.tabs.menu {
  text-align: left;
  -ms-flex-pack: left;
      justify-content: left;
}

@media screen and (max-width: 39.9375em) {
  .block-vb-local-task-wrap ul.tabs.menu {
    padding: 0;
  }
}

.block-vb-local-task-wrap ul.tabs.menu li {
  margin: 0;
}

.block-vb-local-task-wrap ul.tabs.menu li a {
  font-weight: normal;
  text-align: left;
  color: #fff;
  padding: 0.5rem;
  border: 0;
}

@media screen and (max-width: 39.9375em) {
  .block-vb-local-task-wrap ul.tabs.menu li a {
    padding: 0.5rem 0.7rem;
  }
}

.block-vb-local-task-wrap ul.tabs.menu li a:hover, .block-vb-local-task-wrap ul.tabs.menu li a.is-active {
  background-color: var(--vibrent-group-color-1, #262262);
  filter: brightness(150%);
  color: #fff;
}

#block-vibrent-local-actions {
  margin-top: 15px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: inherit;
  color: var(--vibrent-group-color-1, #262262);
  overflow-wrap: break-word;
}

h1.dark-bg,
h2.dark-bg,
h3.dark-bg,
h4.dark-bg,
h5.dark-bg,
h6.dark-bg {
  color: #fefefe;
}

.region-sidebar .block h2,
.region-sidebar nav h2 {
  font-size: 1rem;
}

h2 > a {
  color: var(--vibrent-group-color-1, #262262);
}

h2 > a:hover,
h2 > a:focus {
  color: var(--vibrent-group-color-1, #262262);
  filter: brightness(150%);
}

p {
  overflow-wrap: break-word;
}

.field--type-address .vibrent-address .icon {
  color: var(--vibrent-group-color-1, #262262);
  font-size: 1.7em;
  float: left;
}

.field--type-address .vibrent-address h3 {
  color: var(--vibrent-group-color-2);
  margin-left: 30px;
}

.field--type-address .vibrent-address .address-line {
  margin-left: 30px;
  color: #8a8a8a;
}

.media--type-remote-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.media--type-remote-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.webform-group-submission-list {
  margin-top: 30px;
  min-height: 200px;
}

.webform-group-submission-list .view-empty {
  margin-top: 30px;
}

.content-moderation-entity-moderation-form {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 70.375rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .content-moderation-entity-moderation-form {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

#block-moderatedgroupcontentblock .button {
  margin-bottom: 0;
  padding: 0.65em 4em;
}

@media (min-width: 1064px) {
  #block-moderatedgroupcontentblock #views-exposed-form-moderated-content-per-role-block-1 .form-item {
    max-width: 16%;
  }
  #block-moderatedgroupcontentblock #views-exposed-form-moderated-content-per-role-block-1 .form-item-title {
    max-width: 20%;
  }
}

#block-moderatedgroupcontentblock #views-exposed-form-moderated-content-per-role-block-1 .form-actions {
  clear: both;
  padding: 10px 0;
}

#block-pagecustomfeaturesbreadcrumbprintshare.full .page-features {
  padding: 0 1em;
}

.page-features {
  display: inline-block;
  position: relative;
  color: var(--vibrent-group-color-2);
  width: 100%;
  padding-top: 1em;
}

.page-features .breadcrumbs {
  margin-top: 5px;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 40em) {
  .page-features .breadcrumbs {
    float: left;
    margin-bottom: 0;
  }
}

.page-features .breadcrumbs li {
  color: var(--vibrent-group-color-1);
  text-transform: none;
  font-weight: bold;
  font-size: 1em;
}

.page-features .breadcrumbs li a {
  color: var(--vibrent-group-color-2);
  font-weight: normal;
}

.page-features .breadcrumbs li:not(:last-child)::after {
  content: ">";
  color: var(--vibrent-group-color-2);
  font-weight: normal;
}

.page-features .page-print-share {
  display: inline-block;
  margin-bottom: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.page-features .page-print-share i {
  position: absolute;
  left: 0;
  font-size: 1.1em;
}

.page-features .page-print-share .page-print-link {
  margin-right: 1em;
}

.page-features .page-print-share .page-settings-link {
  color: var(--vibrent-group-color-2);
  cursor: pointer;
  line-height: 1.1em;
  float: left;
  font-weight: bold;
  position: relative;
  padding-left: 1.4em;
}

.page-features .page-print-share .page-settings-link-only-text {
  padding-left: 1em;
}

.page-features .page-print-share .page-settings-link:hover,
.page-features .page-print-share .page-settings-link:hover i {
  color: var(--vibrent-group-color-1);
}

@media print, screen and (min-width: 40em) {
  .page-features .page-print-share {
    float: right;
    margin-bottom: 0;
  }
}

.page-features .page-share-items {
  clear: both;
  padding-bottom: 1em;
}

@media print, screen and (min-width: 40em) {
  .page-features .page-share-items {
    border: 1px solid var(--vibrent-group-color-1);
    top: 2.4em;
    position: absolute;
    right: 0;
    background-color: white;
    padding: 1em;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    max-width: 400px;
    z-index: 1;
  }
}

.page-features .page-share-label {
  margin-bottom: 1em;
  width: 100%;
  font-weight: bold;
  color: var(--vibrent-group-color-1);
}

.page-features .addtoany_list {
  display: block;
  margin-bottom: 1em;
}

.page-features .addtoany_list > a {
  color: var(--vibrent-group-color-2);
  font-size: 2em;
  padding: 0 .5em 0 0;
}

.page-features .addtoany_list > a:hover {
  color: var(--vibrent-group-color-1);
}

.page-features .addtoany_list > a:hover span {
  opacity: 1;
}

.page-features .page-share-copy-wrapper {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--vibrent-group-color-1);
}

.page-features .page-share-copy-wrapper .page-share-copy-link {
  padding-right: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-features .page-share-copy-wrapper .page-share-copy-item {
  color: var(--vibrent-group-color-2);
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.page-features .page-share-copy-wrapper .page-share-copy-item:hover {
  color: var(--vibrent-group-color-1);
}

.page-features .page-share-copy-wrapper .copied {
  padding: 0 5px;
  right: 1.5em;
  top: 0;
  position: absolute;
  color: white;
  background-color: var(--vibrent-group-color-1);
}

#block-orgsocialmediafloating .social-media-floating-wrapper {
  display: inline-block;
  position: fixed;
  z-index: 99;
}

#block-orgsocialmediafloating .social-media-floating-wrapper.floating-right {
  right: 0px;
  top: 38vh;
}

@media screen and (max-width: 39.9375em) {
  #block-orgsocialmediafloating .social-media-floating-wrapper.floating-right {
    top: 200px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #block-orgsocialmediafloating .social-media-floating-wrapper.floating-right {
    top: 38vh;
  }
}

#block-orgsocialmediafloating .social-media-floating-wrapper.floating-left {
  left: 0px;
  top: 38vh;
}

@media screen and (max-width: 39.9375em) {
  #block-orgsocialmediafloating .social-media-floating-wrapper.floating-left {
    top: 200px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #block-orgsocialmediafloating .social-media-floating-wrapper.floating-left {
    top: 38vh;
  }
}

#block-orgsocialmediafloating .social-media-floating-wrapper .link-social {
  padding: 0.7em;
  text-align: center;
  line-height: 1em;
  transition: padding .5s, margin .5s;
}

#block-orgsocialmediafloating .floating-left .link-social:hover {
  padding-left: 1.6em;
  margin-right: -.9em;
}

#block-orgsocialmediafloating .floating-right .link-social:hover {
  padding-right: 1.6em;
  margin-left: -.9em;
}

@media print, screen and (min-width: 64em) {
  .toolbar-fixed #block-orgsocialmediafloating .floating-right,
  .toolbar-fixed #block-orgsocialmediafloating .floating-left {
    top: 38vh;
  }
}

.entity-moderation-form input[type=submit] {
  margin-bottom: 2.080em;
  padding: 0.68em 3em;
}

@media screen and (max-width: 39.9375em) {
  .paragraph--type--1_column_section .paragraph--type--page-getting-started,
  .paragraph--type--1_column_section .paragraph--type--page-image,
  .paragraph--type--1_column_section .paragraph--type--page-video,
  .paragraph--type--1_column_section .paragraph--type--page-hero-banner,
  .paragraph--type--1_column_section .paragraph--type--flexible-carousel-widget {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .paragraph--type--1_column_section .paragraph--type--page-getting-started,
  .paragraph--type--1_column_section .paragraph--type--page-image,
  .paragraph--type--1_column_section .paragraph--type--page-video,
  .paragraph--type--1_column_section .paragraph--type--page-hero-banner,
  .paragraph--type--1_column_section .paragraph--type--flexible-carousel-widget {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

@media print, screen and (min-width: 40em) {
  .full > .paragraph--type--1_column_section .paragraph--type--page-getting-started,
  .full > .paragraph--type--1_column_section .paragraph--type--page-image,
  .full > .paragraph--type--1_column_section .paragraph--type--page-video,
  .full > .paragraph--type--1_column_section .paragraph--type--page-hero-banner,
  .full > .paragraph--type--1_column_section .paragraph--type--flexible-carousel-widget {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .full > .paragraph--type--1_column_section .paragraph--type--page-getting-started,
  .full > .paragraph--type--1_column_section .paragraph--type--page-image,
  .full > .paragraph--type--1_column_section .paragraph--type--page-video,
  .full > .paragraph--type--1_column_section .paragraph--type--page-hero-banner,
  .full > .paragraph--type--1_column_section .paragraph--type--flexible-carousel-widget {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.paragraph--type--page-locations-map .attachment-before a:hover {
  background-color: var(--vibrent-group-color-3);
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images,
.paragraph--type--page-locations-map {
  background-color: var(--vibrent-group-color-6);
  padding: 2.5em 0;
  /* update scrollbar offset if both scrolls are visible */
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images h2,
.paragraph--type--page-locations-map h2 {
  margin-bottom: 1em;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before,
.paragraph--type--page-locations-map .attachment-before {
  background-color: white;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before a,
.paragraph--type--page-locations-map .attachment-before a {
  box-sizing: border-box;
  display: inline-block;
  padding: 1em;
  position: relative;
  width: 100%;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before a .location-separator,
.paragraph--type--page-locations-map .attachment-before a .location-separator {
  border-bottom: 1px solid #F5F5F5;
  display: block;
  width: 96%;
  position: absolute;
  bottom: 0;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before .icon,
.paragraph--type--page-locations-map .attachment-before .icon {
  color: var(--vibrent-group-color-1, #262262);
  font-size: 1.7em;
  float: left;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before h3,
.paragraph--type--page-locations-map .attachment-before h3 {
  color: var(--vibrent-group-color-2);
  margin-left: 30px;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before .views-field-nothing,
.paragraph--type--page-locations-map .attachment-before .views-field-nothing {
  margin-left: 30px;
  color: #8a8a8a;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before a:hover,
.paragraph--type--page-locations-map .attachment-before a:hover {
  text-decoration: none;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before a:hover h3,
.paragraph--type--page-locations-map .attachment-before a:hover h3 {
  color: var(--vibrent-group-color-1, #262262);
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before a:hover .location-separator,
.paragraph--type--page-locations-map .attachment-before a:hover .location-separator {
  border-bottom: 1px solid var(--vibrent-group-color-3);
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element,
.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element div,
.paragraph--type--page-locations-map .attachment-before > .scroll-element,
.paragraph--type--page-locations-map .attachment-before > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element div,
.paragraph--type--page-locations-map .attachment-before > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element.scroll-x,
.paragraph--type--page-locations-map .attachment-before > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element.scroll-y,
.paragraph--type--page-locations-map .attachment-before > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element .scroll-element_outer,
.paragraph--type--page-locations-map .attachment-before > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element .scroll-element_outer,
.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element .scroll-element_track,
.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element .scroll-bar,
.paragraph--type--page-locations-map .attachment-before > .scroll-element .scroll-element_outer,
.paragraph--type--page-locations-map .attachment-before > .scroll-element .scroll-element_track,
.paragraph--type--page-locations-map .attachment-before > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element .scroll-element_track,
.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element .scroll-bar,
.paragraph--type--page-locations-map .attachment-before > .scroll-element .scroll-element_track,
.paragraph--type--page-locations-map .attachment-before > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element .scroll-element_track,
.paragraph--type--page-locations-map .attachment-before > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element .scroll-bar,
.paragraph--type--page-locations-map .attachment-before > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element:hover .scroll-bar,
.paragraph--type--page-locations-map .attachment-before > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element.scroll-draggable .scroll-bar,
.paragraph--type--page-locations-map .attachment-before > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track,
.paragraph--type--page-locations-map .attachment-before > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track,
.paragraph--type--page-locations-map .attachment-before > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,
.paragraph--type--page-locations-map .attachment-before > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .attachment-before > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,
.paragraph--type--page-locations-map .attachment-before > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .infobubble,
.paragraph--type--page-locations-map .infobubble {
  display: inline-block;
}

.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .infobubble h3,
.paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .infobubble .views-field-nothing,
.paragraph--type--page-locations-map .infobubble h3,
.paragraph--type--page-locations-map .infobubble .views-field-nothing {
  display: block;
  color: white;
}

@media print, screen and (min-width: 40em) {
  .paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .view-display-id-map > .attachment-before,
  .paragraph--type--page-locations-map .view-display-id-map > .attachment-before {
    max-height: 600px;
    width: 50%;
    float: left;
    overflow: scroll;
  }
  .paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .view-display-id-map > .view-content,
  .paragraph--type--page-locations-map .view-display-id-map > .view-content {
    width: 50%;
    float: right;
  }
  .paragraph--type--about-locations.paragraph--view-mode--map-team-w-images .geolocation-map-container,
  .paragraph--type--page-locations-map .geolocation-map-container {
    height: 600px !important;
  }
}

.paragraph--type--about-team-member.paragraph--view-mode--map-team-w-images {
  min-height: 100px;
  height: auto;
}

.paragraph--type--about-team-member.paragraph--view-mode--map-team-w-images .field--name-field-about-team-image {
  margin-bottom: 1em;
}

.paragraph--type--about-team-member.paragraph--view-mode--map-team-w-images .field--name-field-about-team-name {
  display: inline-block;
}

.paragraph--type--about-team-member.paragraph--view-mode--map-team-w-images .field--type-link {
  font-size: 1.2em;
  margin-left: 1em;
}

.paragraph--type--about-team-member.paragraph--view-mode--map-team-w-images .field--type-link i:hover {
  filter: brightness(150%);
}

.paragraph--type--about-team-member.paragraph--view-mode--simple-lists {
  display: inline-block;
  width: 100%;
}

.paragraph--type--about-team-member.paragraph--view-mode--simple-lists .field--name-field-about-team-image {
  float: left;
}

.paragraph--type--about-team-member.paragraph--view-mode--simple-lists .field--name-field-about-team-image img {
  border-radius: 50%;
}

.paragraph--type--about-team-member.paragraph--view-mode--simple-lists .info-wrap {
  margin-left: 120px;
  padding-top: 1em;
}

.paragraph--type--about-team-member.paragraph--view-mode--simple-lists .field--name-field-about-team-name {
  display: inline-block;
}

.paragraph--type--about-team-member.paragraph--view-mode--simple-lists .field--type-link {
  font-size: 1.2em;
  margin-left: 1em;
}

.paragraph--type--about-team-member.paragraph--view-mode--simple-lists .field--type-link i:hover {
  filter: brightness(150%);
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images {
  padding: 2.5em 0;
  /* update scrollbar offset if both scrolls are visible */
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images h2 {
  margin-bottom: 1em;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-intro {
  margin-bottom: 2em;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-principle-investigator {
  margin-bottom: 2em;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .field__item:first-child {
  display: none;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member .field__item {
  margin-bottom: 1em;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element,
.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element .scroll-element_outer,
.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element .scroll-element_track,
.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element .scroll-element_track,
.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.paragraph--type--about-team.paragraph--view-mode--map-team-w-images .field--name-field-about-team-member > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.paragraph--type--1_column_section .cell,
.paragraph--type--2_column_section .cell,
.paragraph--type--3_column_section .cell,
.paragraph--type--4_column_section .cell {
  position: relative;
}

.paragraph--type--1_column_section .vib-col-separator,
.paragraph--type--2_column_section .vib-col-separator,
.paragraph--type--3_column_section .vib-col-separator,
.paragraph--type--4_column_section .vib-col-separator {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .paragraph--type--1_column_section .vib-col-separator,
  .paragraph--type--2_column_section .vib-col-separator,
  .paragraph--type--3_column_section .vib-col-separator,
  .paragraph--type--4_column_section .vib-col-separator {
    display: block;
    background-color: var(--vibrent-group-color-1);
    position: absolute;
    height: calc(100% - 20px);
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.column-section-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.column-section-wrapper.parallax-enabled {
  background-attachment: fixed;
}

.column-section-wrapper.bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.field__item > .grid-container, .block-vb-local-task-wrap .field__item > ul.tabs.menu {
  position: relative;
}

.field--name-field-sections .field__item:first-child .paragraph--type--1_column_section > .cell,
.field--name-field-sections .field__item:first-child .paragraph--type--2_column_section > .cell,
.field--name-field-sections .field__item:first-child .paragraph--type--3_column_section > .cell,
.field--name-field-sections .field__item:first-child .paragraph--type--4_column_section > .cell {
  padding-top: 0;
}

.field--name-field-sections .field__item:last-child .paragraph--type--1_column_section > .cell,
.field--name-field-sections .field__item:last-child .paragraph--type--2_column_section > .cell,
.field--name-field-sections .field__item:last-child .paragraph--type--3_column_section > .cell,
.field--name-field-sections .field__item:last-child .paragraph--type--4_column_section > .cell {
  padding-bottom: 0;
}

.vibrent-parallax-window {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.paragraph--type--cta-with-image.paragraph--view-mode--default.cta-text-with-box .cta-with-image-text-wrapper {
  padding: 1em;
  border: 2px solid;
}

.paragraph--type--cta-with-image.paragraph--view-mode--default.cta-text-no-box .cta-with-image-text-wrapper:hover {
  text-decoration: underline;
}

.paragraph--type--cta-with-image.paragraph--view-mode--default .field--name-field-image {
  text-align: right;
  padding-right: 1em;
}

.paragraph--type--cta-with-image.paragraph--view-mode--default .field--name-field-image img {
  max-width: 500px;
  max-height: 100px;
  height: auto;
  width: auto;
}

.paragraph--type--cta-with-image.paragraph--view-mode--default .cta-with-image-text-wrapper {
  border-radius: 5px;
  text-align: right;
}

.paragraph--type--cta-with-image.paragraph--view-mode--default .cta-with-image-text-wrapper .cta-icon {
  margin-left: 1em;
}

.paragraph--type--cta-with-image.paragraph--view-mode--default .cta-with-image-text-wrapper .field--cta-item-text {
  text-transform: uppercase;
  font-weight: bold;
  max-width: 250px;
  word-wrap: break-word;
  cursor: pointer;
}

.cta-modal .link {
  display: block;
  margin-bottom: 1.4rem;
}

.reveal {
  padding: 4rem;
}

.reveal .close-button {
  font-size: 50px;
  color: var(--vibrent-group-color-2);
}

.reveal .twitter-modal-content-wrap {
  height: calc(100vh - 170px);
  overflow: auto;
}

.ui-widget.ui-widget-content {
  z-index: 101;
}

.paragraph--type--organization-wide-banner.paragraph--view-mode--default {
  background-color: var(--vibrent-group-color-1);
  color: white;
  padding: 32px 20px 28px 20px;
}

.paragraph--type--organization-wide-banner.paragraph--view-mode--default .banner-wrapper {
  display: inline-block;
  width: 100%;
}

.paragraph--type--organization-wide-banner.paragraph--view-mode--default .field.field--name-field-org-wide-banner-editor * {
  color: inherit;
}

.paragraph--type--organization-wide-banner.paragraph--view-mode--default .field--name-field-org-wide-banner-link {
  margin-top: 20px;
}

.paragraph--type--organization-wide-banner.paragraph--view-mode--default .field--name-field-org-wide-banner-link a {
  color: white;
}

@media print, screen and (min-width: 40em) {
  .paragraph--type--organization-wide-banner.paragraph--view-mode--default {
    padding: 32px 32px 28px 32px;
  }
  .paragraph--type--organization-wide-banner.paragraph--view-mode--default .field--name-field-org-wide-banner-editor {
    float: none;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph--type--organization-wide-banner.paragraph--view-mode--default .field--name-field-org-wide-banner-link {
    float: left;
    margin-top: 0;
    text-align: left;
  }
}

.cta-button a {
  position: relative;
  background-color: transparent;
  border-width: 0;
  width: 100%;
  max-width: 290px;
  padding: 0.85em;
  margin: 0;
}

.cta-button a:hover, .cta-button a:focus {
  filter: none;
  background-color: transparent;
}

.cta-button a:hover span.cta-background--hover, .cta-button a:focus span.cta-background--hover {
  opacity: 1;
}

.cta-button a span.cta-border {
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  bottom: 0;
  z-index: 0;
  left: -2px;
  border-radius: 4px;
}

.cta-button a span.cta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  border-radius: 4px;
}

.cta-button a span.cta-background--hover {
  opacity: 0;
  transition: opacity ease 0.5s;
}

.cta-button a span.cta-text {
  position: relative;
}

.cta-button a span.cta-text .fontawesome-icons,
.cta-button a span.cta-text .fontawesome-icon {
  display: inline-block;
  vertical-align: top;
}

.cta-button a span.cta-text > * {
  display: inline-block;
  vertical-align: top;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.cta-button--solid-border a span.cta-background {
  border-radius: 3px;
}

.cta-button--style-rounded a {
  border-radius: 100px;
}

.cta-button--style-rounded a span.cta-background, .cta-button--style-rounded a span.cta-border {
  border-radius: 100px;
}

.cta-button--size-normal a {
  max-width: 290px;
}

.cta-button--size-medium a {
  max-width: 310px;
}

.cta-button--size-large a {
  max-width: 330px;
}

.page-banner-wrap {
  object-fit: cover;
  overflow: hidden;
}

@media print, screen and (min-width: 40em) {
  .page-banner-wrap {
    max-height: 900px;
  }
}

@media print, screen and (min-width: 64em) {
  .page-banner-wrap {
    max-height: 1100px;
  }
}

@media print, screen and (min-width: 40em) {
  .page-banner-wrap {
    position: relative;
  }
}

.page-banner-image {
  width: 100vw;
  height: auto;
}

.page-banner-solid-bg {
  background-color: var(--vibrent-group-color-3);
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .page-banner-solid-bg {
    min-height: 500px;
  }
}

@media print, screen and (min-width: 64em) {
  .page-banner-solid-bg {
    min-height: 700px;
  }
}

@media screen and (max-width: 39.9375em) {
  .page-banner-solid-bg {
    height: auto;
  }
}

.page-banner-inner {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .page-banner-inner {
    height: 100%;
  }
}

.page-banner-inner.full {
  width: 100vw;
}

.page-banner-inner .page-banner-box-grid {
  height: 100%;
}

.page-banner-inner .grid-container, .page-banner-inner .block-vb-local-task-wrap ul.tabs.menu, .block-vb-local-task-wrap .page-banner-inner ul.tabs.menu {
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .page-banner-inner .grid-container, .page-banner-inner .block-vb-local-task-wrap ul.tabs.menu, .block-vb-local-task-wrap .page-banner-inner ul.tabs.menu {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.page-banner-inner .page-banner-box-content {
  padding: 2em 2em 1em 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #fefefe;
}

@media print, screen and (min-width: 40em) {
  .page-banner-inner .page-banner-box-content {
    padding: 2em;
  }
}

@media screen and (max-width: 39.9375em) {
  .page-banner-inner * {
    text-align: center;
  }
}

@media print, screen and (min-width: 40em) {
  .page-banner-inner {
    position: absolute;
    top: 0px;
  }
  .page-banner-inner .page-banner-box-content {
    max-height: 90%;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 39.9375em) {
  .paragraph--type--page-image .align-left {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .paragraph--type--page-image .align-right {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.paragraph--type--page-team-member.paragraph--view-mode--default {
  display: inline-block;
  width: 100%;
}

.paragraph--type--page-team-member.paragraph--view-mode--default .field--name-field-team-member-image {
  float: left;
}

.paragraph--type--page-team-member.paragraph--view-mode--default .field--name-field-team-member-image img {
  border-radius: 50%;
}

.paragraph--type--page-team-member.paragraph--view-mode--default .info-wrap {
  margin-left: 120px;
  padding-top: 1em;
}

.paragraph--type--page-team-member.paragraph--view-mode--default .field--name-field-team-member-name {
  display: inline-block;
}

.paragraph--type--page-team-member.paragraph--view-mode--default .field--type-link {
  font-size: 1.2em;
  margin-left: 1em;
}

.paragraph--type--page-team-member.paragraph--view-mode--default .field--type-link i:hover {
  filter: brightness(150%);
}

.paragraph--type--page-team-member.paragraph--view-mode--team-w-images .field--name-field-team-member-image {
  margin-bottom: 1em;
}

.paragraph--type--page-team-member.paragraph--view-mode--team-w-images .field--name-field-team-member-name {
  display: inline-block;
}

.paragraph--type--page-team-member.paragraph--view-mode--team-w-images .field--type-link {
  font-size: 1.2em;
  margin-left: 1em;
}

.paragraph--type--page-team-member.paragraph--view-mode--team-w-images .field--type-link i:hover {
  filter: brightness(150%);
}

.paragraph--type--page-team {
  padding: 2.5em 0;
  /* update scrollbar offset if both scrolls are visible */
}

.paragraph--type--page-team h2 {
  margin-bottom: 1em;
}

.paragraph--type--page-team .field--name-field-about-team-intro {
  margin-bottom: 2em;
}

.paragraph--type--page-team .field--name-field-principle-investigator {
  margin-bottom: 2em;
}

.paragraph--type--page-team .field--name-field-about-team-member > .field__item:first-child {
  display: none;
}

.paragraph--type--page-team .field--name-field-about-team-member .field__item {
  margin-bottom: 1em;
}

.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element,
.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element .scroll-element_outer,
.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element .scroll-element_track,
.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element .scroll-element_track,
.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.paragraph--type--page-team .field--name-field-about-team-member > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.paragraph--type--page-testimonial .page-testimonial {
  height: calc(100% - 35px);
  box-shadow: 0px 0px 17px 4px var(--vibrent-group-color-6);
}

.paragraph--type--page-testimonial .page-testimonial .testimonial-callout {
  text-align: center;
  border: none;
  border-radius: 0;
  height: 100%;
  box-shadow: none;
  padding: 1em 2em;
  margin: 1em 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.paragraph--type--page-testimonial .page-testimonial .testimonial-callout .field--name-field-testimonial-image {
  margin-bottom: 1em;
}

.paragraph--type--page-testimonial .page-testimonial .testimonial-callout .field--name-field-testimonial-image img {
  border-radius: 50%;
}

.paragraph--type--page-testimonial .page-testimonial .testimonial-callout .page-testimonial-text {
  margin-top: auto;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
}

.paragraph--type--page-testimonial .page-testimonial .testimonial-callout .page-testimonial-text .field--name-field-testimonial-quote {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.paragraph--type--page-testimonial .page-testimonial .testimonial-callout .page-testimonial-text .field--name-field-testimonial-name {
  font-weight: bold;
  text-align: center;
  padding-bottom: 2em;
  padding-top: 2em;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .paragraph--type--1_column_section .testimonial-callout {
    width: 80%;
    padding: 2.1rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
  }
  .paragraph--type--1_column_section .testimonial-callout .field--name-field-testimonial-image {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 1.4rem;
  }
  .paragraph--type--1_column_section .testimonial-callout .page-testimonial-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: left;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .paragraph--type--1_column_section .testimonial-callout .page-testimonial-text .field--name-field-testimonial-name {
    text-align: left;
    padding-top: 0;
    padding-bottom: .7rem;
  }
}

.column-section-wrapper > div:not(.paragraph) .page-testimonial {
  margin: 1rem;
}

.column-section-wrapper .paragraph .cell > .field__items {
  height: 100%;
}

.column-section-wrapper .paragraph .cell > .field__items > .field__item:only-child {
  height: 100%;
}

.column-section-wrapper .paragraph .cell > .field__items > .field__item:only-child > .paragraph {
  height: 100%;
}

/*# sourceMappingURL=app.css.map */