@charset "UTF-8";
/* #region foundation *************************/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* #region variables **************************/
/* #endregion variables ***********************/
/*! 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&xlarge=75em&xxlarge=90em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #ededed;
  font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #52484C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

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

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered,
.medium-push-0,
.medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .large-5 {
    width: 41.6666666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .large-8 {
    width: 66.6666666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .large-11 {
    width: 91.6666666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered,
.large-push-0,
.large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }

  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .xlarge-2 {
    width: 16.6666666667%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .xlarge-3 {
    width: 25%;
  }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }

  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .xlarge-4 {
    width: 33.3333333333%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .xlarge-5 {
    width: 41.6666666667%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .xlarge-6 {
    width: 50%;
  }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }

  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .xlarge-7 {
    width: 58.3333333333%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .xlarge-8 {
    width: 66.6666666667%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .xlarge-9 {
    width: 75%;
  }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }

  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .xlarge-10 {
    width: 83.3333333333%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .xlarge-11 {
    width: 91.6666666667%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .xlarge-12 {
    width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }

  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }

  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }

  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }

  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }

  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }

  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }

  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }

  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .xlarge-uncentered,
.xlarge-push-0,
.xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

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: 1.6;
  text-rendering: optimizeLegibility;
}

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

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

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bree-serif", Georgia, serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #80787b;
}

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }

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

  h3 {
    font-size: 1.9375rem;
    line-height: 1;
  }

  h4 {
    font-size: 1.5625rem;
    line-height: 1;
  }

  h5 {
    font-size: 1.25rem;
    line-height: 1;
  }

  h6 {
    font-size: 1rem;
    line-height: 1;
  }
}
a {
  line-height: inherit;
  color: #557892;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #49677e;
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #80787b;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #333333;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #333333;
}
cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #000000;
  color: #52484C;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #80787b;
  background-color: #ededed;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #ededed;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
}

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

.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;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }

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

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

  .xlarge-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 #333333;
    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;
  }
}
[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.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #80787b;
  border-radius: 0.3125rem;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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 #333333;
  background-color: #ffffff;
  box-shadow: 0 0 5px #80787b;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #80787b;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #ededed;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

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: normal;
  line-height: 1.8;
  color: #000000;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 0.3125rem 0 0 0.3125rem;
}
.input-group > :last-child > * {
  border-radius: 0 0.3125rem 0.3125rem 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #80787b;
  background: #ededed;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

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 #80787b;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #ededed;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #80787b;
  border-radius: 0.3125rem;
  background-color: #ffffff;
  font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: normal;
  color: #000000;
  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%2851, 51, 51%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 #333333;
  background-color: #ffffff;
  box-shadow: 0 0 5px #80787b;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #ededed;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #FA5D21;
  background-color: #ffefe9;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #FA5D21;
}

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FA5D21;
}
.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.9rem 0;
  padding: 0.3125rem 1.25rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.3125rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #557892;
  color: #ffffff;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #48667c;
  color: #ffffff;
}
.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: #557892;
  color: #ffffff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #5b819d;
  color: #ffffff;
}
.button.secondary {
  background-color: #52484C;
  color: #ffffff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5d5257;
  color: #ffffff;
}
.button.success {
  background-color: #B7C534;
  color: #ffffff;
}
.button.success:hover, .button.success:focus {
  background-color: #becc3d;
  color: #ffffff;
}
.button.warning {
  background-color: #FA5D21;
  color: #ffffff;
}
.button.warning:hover, .button.warning:focus {
  background-color: #fa672e;
  color: #ffffff;
}
.button.alert {
  background-color: #FA5D21;
  color: #ffffff;
}
.button.alert:hover, .button.alert:focus {
  background-color: #fa672e;
  color: #ffffff;
}
.button.hollow {
  border: 1px solid #557892;
  color: #557892;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #2b3c49;
  color: #2b3c49;
}
.button.hollow.primary {
  border: 1px solid #557892;
  color: #557892;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #2b3c49;
  color: #2b3c49;
}
.button.hollow.secondary {
  border: 1px solid #52484C;
  color: #52484C;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #292426;
  color: #292426;
}
.button.hollow.success {
  border: 1px solid #B7C534;
  color: #B7C534;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #5c631a;
  color: #5c631a;
}
.button.hollow.warning {
  border: 1px solid #FA5D21;
  color: #FA5D21;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #8a2903;
  color: #8a2903;
}
.button.hollow.alert {
  border: 1px solid #FA5D21;
  color: #FA5D21;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #8a2903;
  color: #8a2903;
}
.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: #557892;
  color: #ffffff;
}
.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: #557892;
  color: #ffffff;
}
.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: #52484C;
  color: #ffffff;
}
.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: #B7C534;
  color: #ffffff;
}
.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: #FA5D21;
  color: #ffffff;
}
.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: #FA5D21;
  color: #ffffff;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1.25rem;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none;
}

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: none;
  border-bottom: 0;
  font-size: default;
  line-height: 1;
  color: #52484C;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #ededed;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: none;
  border-bottom: 0;
  background-color: #ffffff;
  color: #52484C;
}
:last-child > .accordion-content:last-child {
  border-bottom: none;
}

.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #52484C transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #557892;
  color: #ffffff;
}
.badge.primary {
  background: #557892;
  color: #ffffff;
}
.badge.secondary {
  background: #52484C;
  color: #ffffff;
}
.badge.success {
  background: #B7C534;
  color: #000000;
}
.badge.warning {
  background: #FA5D21;
  color: #000000;
}
.badge.alert {
  background: #FA5D21;
  color: #000000;
}

.breadcrumbs {
  margin: 0 0 2rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000000;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #80787b;
}
.breadcrumbs a {
  color: #557892;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #80787b;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1.125rem;
}
.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 {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:last-child {
  width: 100%;
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.primary .button {
  background-color: #557892;
  color: #ffffff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #5b819d;
  color: #ffffff;
}
.button-group.secondary .button {
  background-color: #52484C;
  color: #ffffff;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5d5257;
  color: #ffffff;
}
.button-group.success .button {
  background-color: #B7C534;
  color: #ffffff;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #becc3d;
  color: #ffffff;
}
.button-group.warning .button {
  background-color: #FA5D21;
  color: #ffffff;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #fa672e;
  color: #ffffff;
}
.button-group.alert .button {
  background-color: #FA5D21;
  color: #ffffff;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #fa672e;
  color: #ffffff;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 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 {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    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(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #52484C;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #e5ebf0;
  color: #52484C;
}
.callout.secondary {
  background-color: #e6e3e4;
  color: #52484C;
}
.callout.success {
  background-color: #f5f7e0;
  color: #52484C;
}
.callout.warning {
  background-color: #fee7de;
  color: #52484C;
}
.callout.alert {
  background-color: #fee7de;
  color: #52484C;
}
.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 {
  margin-bottom: 2rem;
  border: none;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #52484C;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  padding: 1.875rem 2.5rem;
  background: #ededed;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  padding: 1.875rem 2.5rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.close-button {
  position: absolute;
  color: #333333;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000000;
}
.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 {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu > li, .menu.horizontal > li {
  display: table-cell;
}
.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.vertical > li {
  display: block;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xlarge-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.xlarge-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.xlarge-vertical > li {
    display: block;
  }
}
.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.menu.simple a {
  padding: 0;
}
.menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}
.menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: " ";
}
.menu.align-right::after {
  clear: both;
}
.menu.align-right > li {
  float: right;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-top.vertical a > span {
  margin: auto;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  background: #557892;
  color: #ffffff;
}
.menu.menu-bordered li {
  border: 1px solid #ededed;
}
.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}
.menu.menu-hover li:hover {
  background-color: #ededed;
}

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

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

.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: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  content: "";
}
.menu-icon:hover::after {
  background: #80787b;
  box-shadow: 0 7px 0 #80787b, 0 14px 0 #80787b;
}

.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: #000000;
  box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #333333;
  box-shadow: 0 7px 0 #333333, 0 14px 0 #333333;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #52484C;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

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

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > 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 white;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.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 white 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;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #80787b;
  border-radius: 0;
  background-color: #ededed;
  font-size: 1rem;
}
.dropdown-pane.is-open {
  visibility: visible;
}

.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: #557892 transparent transparent;
  right: 5px;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.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 {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #557892 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 #557892;
}
@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: #557892 transparent transparent;
    right: 5px;
    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;
  }
  .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 {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #557892 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 #557892;
  }
}
@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: #557892 transparent transparent;
    right: 5px;
    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;
  }
  .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 {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #557892 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 #557892;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-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: #557892 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #557892 transparent transparent;
  }
  .dropdown.menu.xlarge-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 #557892;
  }
}
.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;
  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 #80787b;
  background: #ffffff;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #557892 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 #557892;
}
.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;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: transparent;
  color: #80787b;
}
.label.primary {
  background: #557892;
  color: #ffffff;
}
.label.secondary {
  background: #52484C;
  color: #ffffff;
}
.label.success {
  background: #B7C534;
  color: #80787b;
}
.label.warning {
  background: #FA5D21;
  color: #ffffff;
}
.label.alert {
  background: #FA5D21;
  color: #ffffff;
}

.media-object {
  display: block;
  margin-bottom: 2rem;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.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.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

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

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 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: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #ededed;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-overlap {
  z-index: 10;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: rgba(0, 0, 0, 0.2) 3px 0px 5px;
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #ededed;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: rgba(0, 0, 0, 0.2) 3px 0px 5px;
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto;
}
.position-left.is-open ~ .off-canvas-content {
  transform: translateX(250px);
}
.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 0px 5px;
  content: " ";
}
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto;
}
.position-right.is-open ~ .off-canvas-content {
  transform: translateX(-250px);
}
.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 0px 5px;
  content: " ";
}
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto;
}
.position-top.is-open ~ .off-canvas-content {
  transform: translateY(250px);
}
.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 0px 5px;
  content: " ";
}
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto;
}
.position-bottom.is-open ~ .off-canvas-content {
  transform: translateY(-250px);
}
.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 0px 5px;
  content: " ";
}
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

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

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
.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(0, 0, 0, 0.5);
  color: #ffffff;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(0, 0, 0, 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: #80787b;
}
.orbit-bullets button:hover {
  background-color: #333333;
}
.orbit-bullets button.is-active {
  background-color: #333333;
}

.pagination {
  margin-left: 0;
  margin-bottom: 2rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  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;
  color: #000000;
}
.pagination a:hover,
.pagination button:hover {
  background: #ededed;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #557892;
  color: #ffffff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #80787b;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #000000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 2.5rem;
  margin-bottom: 2rem;
  border-radius: 0;
  background-color: transparent;
}
.progress.primary .progress-meter {
  background-color: #557892;
}
.progress.secondary .progress-meter {
  background-color: #52484C;
}
.progress.success .progress-meter {
  background-color: #B7C534;
}
.progress.warning .progress-meter {
  background-color: #FA5D21;
}
.progress.alert .progress-meter {
  background-color: #FA5D21;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #557892;
}

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

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

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

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #557892;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #48667c;
}
.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;
  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;
  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;
}
.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;
  user-select: none;
}

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

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #80787b;
  border-radius: 0;
  background-color: #ffffff;
  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,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 100%;
  }
}
.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: 2rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  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;
  background: #80787b;
  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;
  background: #ffffff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #557892;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 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 {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}

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

thead {
  background: #f9f9f9;
  color: #52484C;
}

tfoot {
  background: #f2f2f2;
  color: #52484C;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #ffffff;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #ffffff;
}

@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: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #ededed;
  background: #ffffff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.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: #557892;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #51728b;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #557892;
}
.tabs-title > a:hover {
  background: #ffffff;
  color: #49677e;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #ededed;
  color: #557892;
}

.tabs-content {
  border: 1px solid #ededed;
  border-top: 0;
  background: #ffffff;
  color: #52484C;
  transition: all 0.5s ease;
}

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

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel[aria-hidden=false] {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 2rem;
  border: solid 4px #ffffff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 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(85, 120, 146, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #000000;
  color: #ffffff;
}
.title-bar::before, .title-bar::after {
  display: table;
  content: " ";
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

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

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

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000000;
  font-size: 80%;
  color: #ffffff;
}
.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000000;
  position: absolute;
  bottom: 100%;
  left: 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: #000000 transparent transparent;
  top: 100%;
  bottom: auto;
}
.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 #000000;
  top: 50%;
  bottom: auto;
  left: 100%;
  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 #000000 transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #ededed;
}
.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 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 89.9375em) {
  .top-bar.stacked-for-xlarge .top-bar-left,
.top-bar.stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

/* #endregion foundation **********************/
/* #region mixins **********************/
/* #endregion mixins **********************/
/* #region foundation override classes *****************/
.button {
  line-height: 1.25;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-weight: 700;
  font-family: inherit;
}
.button.compact {
  margin-bottom: 0;
  padding: 0 1rem;
}
.button.inline {
  padding: 0 1rem;
}
.button:hover, .button:focus {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
[disabled] .button {
  opacity: 0.25;
  cursor: not-allowed;
}

@media screen and (max-width: 39.9375em) {
  .card-section {
    padding: 1rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .card-section {
    padding: 1.5rem;
  }
}
.card .card_header-icon {
  margin-right: 0.5rem;
}
.card .card-section + .card-section {
  padding-top: 0;
}
.card .card:last-child {
  margin-bottom: 0;
}
.card.card--filter .card-section + .card-section {
  border-top: 1px solid #ededed;
  margin-top: -1.875rem;
  padding-top: 0.5rem;
}

.input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 16px;
  width: 16px;
  left: 0;
  background: url("/img/reliant-sprite-sheet.png") no-repeat -68px -35px;
  background-color: transparent;
}

.has--input-icon {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
[disabled] .has--input-icon {
  opacity: 0.5;
  cursor: not-allowed;
}

input[type=checkbox]:not(.switch-input) {
  position: absolute;
  height: 16px;
  width: 16px;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
}
input[type=checkbox]:not(.switch-input) ~ label {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  cursor: pointer;
}
input[type=checkbox]:not(.switch-input) ~ label:before {
  content: "";
  top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 16px;
  width: 16px;
  left: 0;
  background: url("/img/reliant-sprite-sheet.png") no-repeat -68px -35px;
  background-color: transparent;
}
input[type=checkbox]:not(.switch-input) ~ .input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 16px;
  width: 16px;
  left: 0;
  background: url("/img/reliant-sprite-sheet.png") no-repeat -68px -35px;
  background-color: transparent;
}
input[type=checkbox]:not(.switch-input):checked ~ .input-icon:after,
input[type=checkbox]:not(.switch-input):checked ~ label:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 2px;
  color: #52484C;
  font-family: "foundation-icons";
  font-size: 22px;
  line-height: 16px;
  text-shadow: 2px 0 #ffffff, 0 -2px #ffffff;
}
input[type=checkbox]:not(.switch-input):checked ~ label:after {
  bottom: -6px;
}
.has--input-icon input[type=checkbox]:not(.switch-input) {
  left: 0;
  margin: 0;
}
[disabled] input[type=checkbox]:not(.switch-input) {
  cursor: not-allowed;
}

input[type=radio]:not(.switch-input) {
  position: absolute;
  height: 16px;
  width: 16px;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
}
input[type=radio]:not(.switch-input) ~ label {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  cursor: pointer;
}
input[type=radio]:not(.switch-input) ~ label:before {
  content: "";
  top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 16px;
  width: 16px;
  left: 0;
  background: url("/img/reliant-sprite-sheet.png") no-repeat -68px -35px;
  background-color: transparent;
}
input[type=radio]:not(.switch-input) ~ .input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 16px;
  width: 16px;
  left: 0;
  background: url("/img/reliant-sprite-sheet.png") no-repeat -68px -35px;
  background-color: transparent;
}
input[type=radio]:not(.switch-input):checked ~ .input-icon,
input[type=radio]:not(.switch-input):checked ~ label:before {
  background-position: -68px -66px;
}
.has--input-icon input[type=radio]:not(.switch-input) {
  left: 0;
  margin: 0;
}
[disabled] input[type=radio]:not(.switch-input) {
  cursor: not-allowed;
}

.input-group .input-group-label.input-group-label--left {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.input-group .input-group-label.input-group-label--right {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.input-group .input-group-field.input-group-field--left {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.input-group .input-group-field.input-group-field--right {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

.input-row {
  border-top: 1px solid #ededed;
  padding: 0.5rem 0;
  line-height: 2.4rem;
}
.input-row .input-row_input-column--currency {
  position: relative;
}
.input-row .input-row_input-column--currency:before {
  content: "$";
  position: absolute;
  left: 0;
}
.input-row input {
  margin: 0;
}

label, .label {
  display: block;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.8;
  text-transform: uppercase;
}
label.inline, .label.inline {
  display: inline-block;
}
label.inline + label.inline, label.inline + .label.inline, .label.inline + label.inline, .label.inline + .label.inline {
  margin-left: 1rem;
}
label .button, .label .button {
  text-transform: none;
}

.pagination {
  margin-top: 1rem;
  margin-bottom: 0;
}
.pagination a {
  text-decoration: none;
}
.pagination li {
  display: inline-block;
}

.textarea--disabled {
  resize: none;
  outline: none;
  border: none;
  pointer-events: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input:disabled, textarea:disabled {
  opacity: 70%;
}

.progress-percent {
  font-family: "interface", Calibri, Arial, Helvetica, sans-serif;
}

.progress {
  border: 1px solid #cfc4ca;
  border-radius: 0.3125rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.progress .progress-meter {
  position: absolute;
}
.progress .progress-meter .progress-meter-text {
  font-size: 1.5rem;
}
.progress .progress-meter.progress-meter--stacked.success {
  background-color: #d5de81;
}
.progress .progress-meter.progress-meter--stacked.warning {
  background-color: #FA5D21;
}

select {
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 1rem;
}
h1 select, h2 select, h3 select, h4 select, h5 select, h6 select {
  display: inline;
  width: auto;
  margin: 0;
  vertical-align: bottom;
}

select:disabled {
  opacity: 70%;
}

.switch.switch--disabled {
  opacity: 0.5;
}
.switch .switch-input:checked ~ .switch-paddle {
  background-color: #B7C534;
}

.dot-dot-dot {
  padding-right: 0.875em;
}
.dot-dot-dot:after {
  -webkit-animation: ellipsis steps(4, end) 1500ms infinite;
  animation: ellipsis steps(4, end) 1500ms infinite;
  content: "...";
  display: inline-block;
  overflow: hidden;
  position: absolute;
  text-align: left;
  vertical-align: bottom;
  width: 0;
}
@-webkit-keyframes ellipsis {
  to {
    width: 0.875em;
  }
}
@keyframes ellipsis {
  to {
    width: 0.875em;
  }
}

small.dot-dot-dot {
  display: inline-block;
  line-height: inherit;
}

.accordion-table .accordion-table_target:hover {
  cursor: pointer;
}
.accordion-table .accordion-table_target .accordion-table_symbol::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #52484C transparent transparent;
  margin-top: 0.55rem;
  float: left;
  margin-right: 0.5rem;
  position: absolute;
  transform: rotate(270deg);
}
.accordion-table .accordion-table_target .accordion-table_symbol.expanded::before {
  transform: rotate(0deg);
}

.autocomplete .autocomplete-input {
  position: relative;
}
.autocomplete .autocomplete-input--active input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.autocomplete .autocomplete-input--has-item input {
  padding-right: 1.25rem;
}
.autocomplete .autocomplete-input--has-item-icon input {
  padding-left: 1.5rem;
}
.autocomplete .autocomplete-icon--right, .autocomplete .autocomplete-icon--left, .autocomplete .autocomplete-icon {
  line-height: 2.4375rem;
  position: absolute;
  top: 0;
  vertical-align: middle;
}
.autocomplete-icon--left {
  left: 0;
  cursor: text;
  text-align: center;
  width: 1.5rem;
}
.autocomplete-icon--right {
  cursor: pointer;
  right: 0;
  width: 1.25rem;
}
.autocomplete-icon--right:after {
  background: linear-gradient(90deg, transparent, #ffffff);
  bottom: 1px;
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 2px;
  width: 0.625rem;
}
[disabled] .autocomplete-icon--right {
  cursor: not-allowed;
}
[disabled] .autocomplete-icon--right:before {
  opacity: 0.25;
}
[disabled] .autocomplete-icon--right:after {
  background: linear-gradient(90deg, transparent, #ededed);
}
.autocomplete-anchor {
  position: absolute;
  width: 100%;
  list-style: none;
  border: 1px solid #80787b;
  border-top: none;
  margin: -1rem 0;
  background-color: #ffffff;
  z-index: 10;
  max-height: 20rem;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 0px 10px;
}
.autocomplete-anchor_item {
  width: 100%;
  padding: 0.2rem 0.8rem;
}
.autocomplete-anchor_item.active {
  background-color: #557892;
  color: #ffffff;
}
.autocomplete-anchor_item:hover {
  cursor: pointer;
}
.autocomplete-anchor_item .autocomplete-anchor_link {
  text-decoration: none;
}
.autocomplete--clean .autocomplete .autocomplete-anchor {
  margin: 0;
}

.input-group-field input {
  /* taken from foundation's _input-group.scss because complex selectors can't be extended */
  border-radius: 0.3125rem 0 0 0.3125rem;
  height: 2.5rem;
}
.input-group .autocomplete-icon, .input-group .autocomplete-icon--left, .input-group .autocomplete-icon--right {
  line-height: 2.5rem;
}
.input-group .autocomplete-anchor {
  margin: auto;
}
.input-group-button {
  position: relative;
}
.input-group .spinner {
  border-radius: 100%;
  position: absolute;
  right: 0.75rem;
  top: 0.3125rem;
}
.input-group .spinner + .button {
  visibility: hidden;
}
.input-group .ng-animate {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}

.card-row {
  margin-top: -1rem;
}
.card-row .links {
  list-style: none;
  margin-left: 0;
}
.card-row .links li {
  padding: 0.5rem 0 0.5rem 0;
}

carousel {
  display: block;
}

.carousel .carousel-item {
  display: none;
}
.carousel .carousel-item.carousel-item--current {
  display: block;
}
.carousel .carousel-navigation {
  position: relative;
  height: 2.5rem;
  text-align: center;
}
.carousel .carousel-navigation .carousel-navigation-item {
  display: inline-block;
  height: 100%;
  width: 1rem;
  color: #80787b;
  cursor: pointer;
  font-size: 0.5rem;
  outline: none;
  vertical-align: middle;
}
.carousel .carousel-navigation .carousel-navigation-item:hover {
  color: #52484C;
}
.carousel .carousel-navigation .carousel-navigation-item--current {
  color: #52484C;
  font-size: 0.6rem;
}
.carousel .carousel-navigation .carousel-navigation-item--arrow {
  position: absolute;
  font-size: 1.5rem;
}
.carousel .carousel-navigation .carousel-navigation-item--arrow.carousel-navigation-item--arrow--previous {
  left: 0;
  text-align: left;
}
.carousel .carousel-navigation .carousel-navigation-item--arrow.carousel-navigation-item--arrow--next {
  right: 0;
  text-align: right;
}

.sort {
  position: relative;
  cursor: pointer;
  padding-right: 0.85rem;
}
.sort:after {
  position: absolute;
  padding-left: 0.25rem;
  font-family: "foundation-icons";
}
.sort.sort--ascending:after {
  content: "";
}
.sort.sort--descending:after {
  content: "";
}

.summary-list.summary-list--fill {
  background-color: #ededed;
  padding: 1rem 1rem 0.5rem 1rem;
}
.summary-list .summary-list-summary {
  margin-bottom: 0.5rem;
}
.summary-list .summary-list-summary .summary-list_title {
  float: left;
  font-weight: 700;
}
.summary-list .summary-list-summary .summary-list_data {
  text-align: right;
  display: block;
}
.summary-list .summary-list_separator {
  border-bottom: 1px solid #80787b;
  display: block;
}

table {
  border-collapse: collapse;
  border: 1px solid #cfc4ca;
}
table tbody.nested tr {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
}
table tbody.nested tr:first-child {
  background-color: #f2f2f2;
  border-bottom-color: #e6e6e6;
  font-weight: 700;
}
table tbody.nested tr:not(:first-child) td:first-child {
  padding-left: 1rem;
}
table.table-ordered .table-ordered_header {
  cursor: pointer;
}
table.table-ordered .table-ordered_order-by-icon {
  float: right;
  margin-right: 1rem;
}
table .table_row.table_row--expand {
  height: 3.5rem;
}
table .table_row.table_row--expand .table_row--expand_content {
  padding-left: 3rem;
}
table .table_row .table_cell.table_cell--overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 15.3rem;
}
table thead tr:not(:first-child) th {
  font-weight: 400;
}
table thead th, table th {
  text-align: center;
}
table th.column-border, table td.column-border {
  border-left: 2px solid #80787b;
}
table th.deficit, table td.deficit {
  background-color: rgba(250, 93, 33, 0.5);
  mix-blend-mode: multiply;
}
table th.no-wrap, table td.no-wrap {
  white-space: nowrap;
}
table th .spinner, table td .spinner {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  vertical-align: middle;
}
table th .button.inline, table td .button.inline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
table.has-greedy th {
  white-space: nowrap;
}
table.has-greedy th.greedy {
  width: 100%;
}
table .numeric, table.summation td:last-child {
  text-align: right;
}
table .date {
  text-align: right;
}
table .status {
  text-align: center;
}
table .total {
  font-weight: 700;
}
table.summation {
  border: 0 none;
}
table.summation tbody {
  border: 0 none;
}
table.summation tr {
  background-color: inherit;
}
table.summation tr.sum {
  border-bottom: 2px solid #ededed;
}
table.summation tr.sum td:last-child:before {
  content: "+ ";
}
table.summation td {
  padding: 0.1rem 0;
}
table .table-message {
  font-style: italic;
  text-align: center;
}
table .table-total td {
  background-color: #f9f9f9;
  font-weight: 700;
  text-align: right;
}
table button, table .button, table input[type], table select, table label, table .has--input-icon {
  margin-bottom: 0rem;
}

.table_target {
  text-decoration: none;
}
.table_target:hover {
  cursor: pointer;
}

.table-scroll table {
  width: 100%;
  margin-bottom: 0;
}

.fixed-header tbody {
  display: block;
  width: 100%;
  overflow: auto;
}
.fixed-header thead tr,
.fixed-header tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media screen and (min-width: 90.063rem) {
  table .table_row .table_cell.table_cell--overflow {
    max-width: 22rem;
  }
}
.variance {
  color: #cfc4ca;
  float: right;
}

.view-changes-wrapper .sgc {
  margin-top: 0;
}

employment-services-change-tasks i {
  padding-right: 1rem;
}

.employement-service-change-tasks .change-tasks_set-row {
  background-color: #ededed;
  font-weight: 700;
  cursor: pointer;
}
.employement-service-change-tasks .change-tasks_task-row {
  background-color: #f9f9f9;
}
.employement-service-change-tasks .change-tasks_task-row td:first-child {
  padding-left: 3rem;
}
.employement-service-change-tasks .change-tasks_dismiss-row td:first-child {
  padding-left: 3rem;
}
.employement-service-change-tasks .change-tasks_dismiss-row button {
  padding: 0 1rem;
  margin-bottom: 0;
}
.employement-service-change-tasks .change-tasks_complete-checkbox {
  margin-bottom: 0rem;
  float: right;
}
.employement-service-change-tasks .change-tasks_completed td:not(:last-child) {
  opacity: 0.7;
  font-style: italic;
}

.multiselect {
  position: relative;
}
.multiselect .multiselect_select:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
[disabled] .multiselect .multiselect_select:after {
  cursor: not-allowed;
}
.multiselect .multiselect_options {
  position: absolute;
  width: 100%;
  margin-top: -1.25rem;
  border: 0.0625rem solid;
  border-top-color: #ededed;
  border-radius: 0 0 0.3125rem 0.3125rem;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 0px 10px;
  overflow: hidden;
  z-index: 1;
}
.multiselect .multiselect_options .multiselect_options_inner {
  max-height: 21rem;
  overflow: auto;
}
.multiselect .multiselect_options .has--input-icon, .multiselect .multiselect_options .button {
  margin-bottom: 0;
}
.multiselect .multiselect_options .has--input-icon:hover, .multiselect .multiselect_options .has--input-icon:focus-within, .multiselect .multiselect_options .button:hover, .multiselect .multiselect_options .button:focus-within {
  background-color: #f9f9f9;
}
.multiselect .multiselect_options .has--input-icon {
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  line-height: 1;
}
.multiselect .multiselect_options .has--input-icon.disabled {
  background-color: #ffffff;
  color: #80787b;
  cursor: default;
}
.multiselect .multiselect_options .has--input-icon .input-icon {
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}
.multiselect .multiselect_options .button {
  border-radius: 0 0 0.3125rem 0.3125rem;
  border-width: 0.0625rem 0 0;
}

fixedgoal-coaching-summary .card {
  overflow: visible;
}

.coaching-summary-table {
  overflow: hidden;
}
.coaching-summary-table thead tr:nth-child(2) th {
  font-weight: 400;
}
.coaching-summary-table .missionary-row {
  border-color: #ededed;
  background-color: #f2f2f2;
}
.coaching-summary-table .missionary-row th:last-child {
  position: relative;
  padding-right: 2.5rem;
}
.coaching-summary-table .missionary-row th:last-child .missionary-row_loader {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0.0625rem;
  height: 30px;
  width: 2.5rem;
  opacity: 0.25;
  text-align: center;
}

monthly-balances .card {
  overflow: visible;
}

mtd-health-score {
  display: block;
}

mtd-health-score-calculator {
  display: block;
}
mtd-health-score-calculator input::-webkit-outer-spin-button,
mtd-health-score-calculator input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
mtd-health-score-calculator input[type=number] {
  text-align: right;
  -moz-appearance: textfield;
}

mtd-health-score-guide {
  display: block;
}
mtd-health-score-guide table {
  margin-bottom: 0;
}

.mtd-health-score_calculator-header {
  display: flex;
}
.mtd-health-score_calculator-header .mtd-health-score_calculator-header_reset {
  margin-left: auto;
  align-self: center;
}

.mtd-health-score_score {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  text-shadow: 1px 1px #80787b;
}
.mtd-health-score_score.mtd-health-score_score--sustaining {
  color: #cbd664;
}
.mtd-health-score_score.mtd-health-score_score--growing {
  color: #fcd33f;
}
.mtd-health-score_score.mtd-health-score_score--restoring {
  color: #fb8659;
}
.mtd-health-score_score.mtd-health-score_score--rebuilding {
  color: #ee4d58;
}

.mtd-health-score_status {
  font-size: 1.5rem;
  font-weight: bold;
}

.mtd-health-score_range {
  font-weight: bold;
  text-align: center;
}
.mtd-health-score_range.mtd-health-score_range--sustaining {
  background-color: #cbd664;
}
.mtd-health-score_range.mtd-health-score_range--growing {
  background-color: #fcd33f;
}
.mtd-health-score_range.mtd-health-score_range--restoring {
  background-color: #fb8659;
}
.mtd-health-score_range.mtd-health-score_range--rebuilding {
  background-color: #ee4d58;
}

missionary-management {
  display: block;
}

.missionary-management_results {
  table-layout: fixed;
}
.missionary-management_results .missionary-management_results_error-list {
  margin-bottom: 0;
}
.missionary-management_results .missionary-management_results_error {
  color: #FA5D21;
  font-style: italic;
}

program-form {
  display: block;
}

.program-form .program-form_submit spinner-check {
  float: left;
  margin-left: -2.1875rem;
}

reimbursement-management .button {
  width: 45%;
}
reimbursement-management input::-webkit-outer-spin-button,
reimbursement-management input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
reimbursement-management input[type=number] {
  -moz-appearance: textfield;
}

.reimbursement-management-table {
  overflow: hidden;
}
.reimbursement-management-table tr:nth-child(4n+2) {
  background-color: inherit;
}
.reimbursement-management-table tr:nth-child(4n+3) {
  background-color: #f2f2f2;
}
.reimbursement-management-table .status-row td, .reimbursement-management-table .status-row th {
  padding-top: 0rem;
  font-weight: 400;
}

radio-pill-list {
  display: table;
  width: 100%;
  margin-bottom: 0.5rem;
  table-layout: fixed;
}
radio-pill-list .radio-pill-list_row {
  display: table-row;
}
radio-pill-list .radio-button-list-pill {
  background-color: #ffffff;
  border: 0.06rem solid #80787b;
  border-left: 0;
  display: table-cell;
  text-align: center;
  height: 1.8rem;
}
radio-pill-list .radio-button-list-pill-label {
  height: 100%;
  padding: 0;
}
radio-pill-list .radio-button-list-pill--selected {
  background-color: #52484C;
}
radio-pill-list .radio-button-list-pill--selected label {
  color: #ffffff;
}
radio-pill-list .radio-button-list-pill--left {
  border-left: 0.01rem solid #80787b;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
radio-pill-list .radio-button-list-pill--right {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

reimbursement-create .header-margin-bottom {
  margin-bottom: 1rem;
}

reimbursement-payment table {
  margin-bottom: 0;
}
reimbursement-payment table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.reimbursement-payment .button {
  margin-left: 0.25rem;
}
.reimbursement-payment .card .card-section message .card, .reimbursement-payment .message-text {
  margin-bottom: 1rem;
}
.reimbursement-payment .has--input-icon {
  margin-bottom: 0;
  vertical-align: middle;
}

.reimbursement-payment_header {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}
.reimbursement-payment_header .button {
  margin-bottom: 0.5rem;
}

.reimbursement-payment_table-container {
  border: 1px solid #f2f2f2;
  margin-bottom: 2rem;
  max-height: 30rem;
  overflow-y: auto;
}

.reimbursement-payment_import-summary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.reimbursement-payment_import-summary .reimbursement-payment_import-summary-detail {
  line-height: 2.4375rem;
  margin-bottom: 0;
}
.reimbursement-payment_import-summary .reimbursement-payment_import-summary-detail > * {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.reimbursement-payment_import-summary .reimbursement-payment_import-summary-detail > input {
  width: auto;
}

.reimbursement-payment_balances-status {
  font-style: italic;
  font-weight: 700;
  text-align: right;
}

support-goal-form-value-table table account-statement-table tfoot, account-statement-table support-goal-form-value-table table tbody tr, support-goal-form-value-table table tbody account-statement-table tr, support-goal-form-value-table table account-statement-table tbody, support-goal-form-value-table table account-statement-table thead, reimbursement-detail table account-statement-table tfoot, reimbursement-detail table account-statement-table tbody, reimbursement-detail table account-statement-table thead, account-statement-table table tfoot, account-statement-table table tbody, account-statement-table table thead, account-statement-table table {
  background-color: inherit;
  border: 0 none;
}
account-statement-table table {
  margin: 0;
}
account-statement-table table th, account-statement-table table td {
  padding: 0;
}
account-statement-table table tfoot th, account-statement-table table tbody th {
  text-align: left;
}
account-statement-table table tbody tr:last-child td, account-statement-table table tbody tr:last-child th {
  padding-bottom: 1rem;
}
account-statement-table table tbody td:first-child {
  padding-left: 1rem;
}
.account-statement .total {
  background-color: inherit;
}
.account-statement .total th:first-child {
  padding-left: 0;
}
.account-statement .account-statement_divider-line {
  padding-right: 1rem;
  border-right: 2px solid #cfc4ca;
}
.account-statement .account-statement_divider-line + td, .account-statement .account-statement_divider-line + th {
  padding-left: 1rem;
}

.action-group {
  align-items: baseline;
  column-gap: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.action-group--flush {
  align-items: start;
}

.action-group--expanded > * {
  flex-grow: 1;
}

support-goal-form-value-table table reimbursement-detail tfoot, reimbursement-detail support-goal-form-value-table table tbody tr, support-goal-form-value-table table tbody reimbursement-detail tr, support-goal-form-value-table table reimbursement-detail tbody, support-goal-form-value-table table reimbursement-detail thead, reimbursement-detail table tfoot, reimbursement-detail table tbody, reimbursement-detail table thead, reimbursement-detail table, account-statement-table table reimbursement-detail thead, account-statement-table table reimbursement-detail tbody, account-statement-table table reimbursement-detail tfoot {
  background-color: inherit;
  border: 0 none;
}
reimbursement-detail table {
  margin: 0;
}
reimbursement-detail table tr th, reimbursement-detail table tr td {
  padding: 0;
}
reimbursement-detail table tr th:first-child, reimbursement-detail table tr td:first-child {
  text-align: left;
}
reimbursement-detail table tr th:last-child, reimbursement-detail table tr td:last-child {
  text-align: right;
}
reimbursement-detail table tbody tr td:first-child {
  padding-left: 1rem;
}
reimbursement-detail table tfoot tr:first-child td, reimbursement-detail table tfoot tr:first-child th {
  padding-top: 1rem;
}
reimbursement-detail table tfoot tr:nth-last-child(2) td {
  padding-bottom: 0.3rem;
}
reimbursement-detail table tfoot tr:last-child {
  border-top: 2px solid #ededed;
}

.reimbursement-detail_status {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reimbursement-detail_status .reimbursement-detail_status_detail {
  line-height: initial;
}

.reimbursement-detail_empty-note {
  font-style: italic;
}

month-input .custom-input {
  display: inline;
}
month-input .custom-input div {
  padding-left: 0;
  padding-right: 0;
}
month-input .custom-input div .month {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
month-input .custom-input div .year {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
month-input .custom-input div .default-option {
  background-color: #ededed;
}
reimbursement-note textarea {
  min-height: 10rem;
  resize: vertical;
}

employee-reimbursement-dashboard .description-box {
  background-color: #ededed;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
}
employee-reimbursement-dashboard .list-item {
  padding-bottom: 1rem;
}
employee-reimbursement-dashboard .list-divider {
  margin: 0.5rem 0rem;
}

.text-small {
  font-size: 80%;
}

.bold-underline {
  font-weight: bold;
  text-decoration: underline;
}

.fade {
  transition: all linear 0.2s;
}
.fade.active {
  opacity: 0.4;
}

.success {
  color: #B7C534;
}

.warning {
  color: #FA5D21;
}

.error {
  color: #FA5D21;
  font-style: italic;
}

.clickable {
  cursor: pointer;
}

.direct-deposit .unsaved-row input, .direct-deposit .unsaved-row select, input.ng-invalid:not(.ng-pristine), input:focus.ng-invalid:not(.ng-pristine), month-input.ng-invalid select:not(.ng-pristine) {
  border-color: #FA5D21;
  box-shadow: 0 0 0.5rem #FA5D21;
}

.direct-deposit .changed-row .ng-valid, .direct-deposit .changed-row .ng-pristine, .direct-deposit .changed-row .remainder-input {
  border-color: #7b9ab2;
  box-shadow: 0 0 0.5rem #7b9ab2;
}

fiscal-period-management {
  display: block;
}
fiscal-period-management td select, fiscal-period-management td .button {
  margin-bottom: 0;
}

.fiscal-period-management .ng-hide-animate {
  display: none;
}

.fiscal-period-management_process-status {
  font-style: italic;
}

reimbursement-management-reporting {
  display: block;
}
reimbursement-management-reporting table {
  min-width: 40rem;
}
reimbursement-management-reporting table thead th:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  width: 20%;
}
reimbursement-management-reporting table tbody th:nth-child(even), reimbursement-management-reporting table tbody td:nth-child(even) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
reimbursement-management-reporting .reimbursement-management-reporting-accounts th:not(:first-child), reimbursement-management-reporting .reimbursement-management-reporting-accounts td:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.reimbursement-management-reporting .reimbursement-management-reporting_button {
  padding: 0 1rem;
}
.reimbursement-management-reporting .reimbursement-management-reporting_year-row {
  background-color: #ededed;
}
.reimbursement-management-reporting .reimbursement-management-reporting_month-row {
  background-color: #f9f9f9;
}
.reimbursement-management-reporting .reimbursement-management-reporting_item-row > th {
  font-weight: 400;
  padding-left: 2rem;
}
.reimbursement-management-reporting .table-scroll {
  overflow-y: hidden;
}

employee-reimbursement-payments {
  display: block;
}

.employee-reimbursement-payments .employee-reimbursement-payments_reimbursement--has-note {
  border-bottom-width: 0;
}
.employee-reimbursement-payments .employee-reimbursement-payments_reimbursement-note td {
  padding-top: 0;
  font-style: italic;
}

fund-select {
  display: block;
}

.fund-select--show-inactive {
  text-align: right;
  margin: -0.8rem 0rem -0.3rem;
}

fund-container {
  display: block;
}

.fund-container--title {
  align-self: baseline;
}

fund-permission {
  display: block;
}

.fund-permission .fund-permission_fund-table {
  table-layout: fixed;
}

donor-list table {
  overflow: hidden;
}
donor-list table tbody:not(.table-message) tr:nth-child(5n+1) {
  background-color: #f2f2f2;
  font-weight: 700;
}

.donor-list .donor-list_subheader {
  font-weight: 700;
}

fund-dashboard {
  display: block;
}
fund-dashboard table {
  margin-bottom: 0;
}

.fund-dashboard .fund-dashboard_fund-name {
  padding-bottom: 1rem;
}
.fund-dashboard .fund-dashboard_spinner {
  padding: 3rem;
}

header.has-input {
  align-items: flex-end;
  column-gap: 1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
header.has-input h1, header.has-input h2, header.has-input h3, header.has-input h4, header.has-input h5, header.has-input h6 {
  flex-grow: 1;
}
header.has-input h1 ~ [type=text], header.has-input h1 [type=password], header.has-input h1 [type=date], header.has-input h1 [type=datetime], header.has-input h1 [type=datetime-local], header.has-input h1 [type=month], header.has-input h1 [type=week], header.has-input h1 [type=email], header.has-input h1 [type=number], header.has-input h1 [type=search], header.has-input h1 [type=tel], header.has-input h1 [type=time], header.has-input h1 [type=url], header.has-input h1 [type=color], header.has-input h1 ~ textarea, header.has-input h1 ~ select, header.has-input h1 ~ autocomplete, header.has-input h1 ~ fund-select, header.has-input h2 ~ [type=text], header.has-input h2 [type=password], header.has-input h2 [type=date], header.has-input h2 [type=datetime], header.has-input h2 [type=datetime-local], header.has-input h2 [type=month], header.has-input h2 [type=week], header.has-input h2 [type=email], header.has-input h2 [type=number], header.has-input h2 [type=search], header.has-input h2 [type=tel], header.has-input h2 [type=time], header.has-input h2 [type=url], header.has-input h2 [type=color], header.has-input h2 ~ textarea, header.has-input h2 ~ select, header.has-input h2 ~ autocomplete, header.has-input h2 ~ fund-select, header.has-input h3 ~ [type=text], header.has-input h3 [type=password], header.has-input h3 [type=date], header.has-input h3 [type=datetime], header.has-input h3 [type=datetime-local], header.has-input h3 [type=month], header.has-input h3 [type=week], header.has-input h3 [type=email], header.has-input h3 [type=number], header.has-input h3 [type=search], header.has-input h3 [type=tel], header.has-input h3 [type=time], header.has-input h3 [type=url], header.has-input h3 [type=color], header.has-input h3 ~ textarea, header.has-input h3 ~ select, header.has-input h3 ~ autocomplete, header.has-input h3 ~ fund-select, header.has-input h4 ~ [type=text], header.has-input h4 [type=password], header.has-input h4 [type=date], header.has-input h4 [type=datetime], header.has-input h4 [type=datetime-local], header.has-input h4 [type=month], header.has-input h4 [type=week], header.has-input h4 [type=email], header.has-input h4 [type=number], header.has-input h4 [type=search], header.has-input h4 [type=tel], header.has-input h4 [type=time], header.has-input h4 [type=url], header.has-input h4 [type=color], header.has-input h4 ~ textarea, header.has-input h4 ~ select, header.has-input h4 ~ autocomplete, header.has-input h4 ~ fund-select, header.has-input h5 ~ [type=text], header.has-input h5 [type=password], header.has-input h5 [type=date], header.has-input h5 [type=datetime], header.has-input h5 [type=datetime-local], header.has-input h5 [type=month], header.has-input h5 [type=week], header.has-input h5 [type=email], header.has-input h5 [type=number], header.has-input h5 [type=search], header.has-input h5 [type=tel], header.has-input h5 [type=time], header.has-input h5 [type=url], header.has-input h5 [type=color], header.has-input h5 ~ textarea, header.has-input h5 ~ select, header.has-input h5 ~ autocomplete, header.has-input h5 ~ fund-select, header.has-input h6 ~ [type=text], header.has-input h6 [type=password], header.has-input h6 [type=date], header.has-input h6 [type=datetime], header.has-input h6 [type=datetime-local], header.has-input h6 [type=month], header.has-input h6 [type=week], header.has-input h6 [type=email], header.has-input h6 [type=number], header.has-input h6 [type=search], header.has-input h6 [type=tel], header.has-input h6 [type=time], header.has-input h6 [type=url], header.has-input h6 [type=color], header.has-input h6 ~ textarea, header.has-input h6 ~ select, header.has-input h6 ~ autocomplete, header.has-input h6 ~ fund-select {
  flex-basis: 100%;
  flex-grow: 2;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 40.063rem) {
  header.has-input h1 ~ [type=text], header.has-input h1 [type=password], header.has-input h1 [type=date], header.has-input h1 [type=datetime], header.has-input h1 [type=datetime-local], header.has-input h1 [type=month], header.has-input h1 [type=week], header.has-input h1 [type=email], header.has-input h1 [type=number], header.has-input h1 [type=search], header.has-input h1 [type=tel], header.has-input h1 [type=time], header.has-input h1 [type=url], header.has-input h1 [type=color], header.has-input h1 ~ textarea, header.has-input h1 ~ select, header.has-input h1 ~ autocomplete, header.has-input h1 ~ fund-select, header.has-input h2 ~ [type=text], header.has-input h2 [type=password], header.has-input h2 [type=date], header.has-input h2 [type=datetime], header.has-input h2 [type=datetime-local], header.has-input h2 [type=month], header.has-input h2 [type=week], header.has-input h2 [type=email], header.has-input h2 [type=number], header.has-input h2 [type=search], header.has-input h2 [type=tel], header.has-input h2 [type=time], header.has-input h2 [type=url], header.has-input h2 [type=color], header.has-input h2 ~ textarea, header.has-input h2 ~ select, header.has-input h2 ~ autocomplete, header.has-input h2 ~ fund-select, header.has-input h3 ~ [type=text], header.has-input h3 [type=password], header.has-input h3 [type=date], header.has-input h3 [type=datetime], header.has-input h3 [type=datetime-local], header.has-input h3 [type=month], header.has-input h3 [type=week], header.has-input h3 [type=email], header.has-input h3 [type=number], header.has-input h3 [type=search], header.has-input h3 [type=tel], header.has-input h3 [type=time], header.has-input h3 [type=url], header.has-input h3 [type=color], header.has-input h3 ~ textarea, header.has-input h3 ~ select, header.has-input h3 ~ autocomplete, header.has-input h3 ~ fund-select, header.has-input h4 ~ [type=text], header.has-input h4 [type=password], header.has-input h4 [type=date], header.has-input h4 [type=datetime], header.has-input h4 [type=datetime-local], header.has-input h4 [type=month], header.has-input h4 [type=week], header.has-input h4 [type=email], header.has-input h4 [type=number], header.has-input h4 [type=search], header.has-input h4 [type=tel], header.has-input h4 [type=time], header.has-input h4 [type=url], header.has-input h4 [type=color], header.has-input h4 ~ textarea, header.has-input h4 ~ select, header.has-input h4 ~ autocomplete, header.has-input h4 ~ fund-select, header.has-input h5 ~ [type=text], header.has-input h5 [type=password], header.has-input h5 [type=date], header.has-input h5 [type=datetime], header.has-input h5 [type=datetime-local], header.has-input h5 [type=month], header.has-input h5 [type=week], header.has-input h5 [type=email], header.has-input h5 [type=number], header.has-input h5 [type=search], header.has-input h5 [type=tel], header.has-input h5 [type=time], header.has-input h5 [type=url], header.has-input h5 [type=color], header.has-input h5 ~ textarea, header.has-input h5 ~ select, header.has-input h5 ~ autocomplete, header.has-input h5 ~ fund-select, header.has-input h6 ~ [type=text], header.has-input h6 [type=password], header.has-input h6 [type=date], header.has-input h6 [type=datetime], header.has-input h6 [type=datetime-local], header.has-input h6 [type=month], header.has-input h6 [type=week], header.has-input h6 [type=email], header.has-input h6 [type=number], header.has-input h6 [type=search], header.has-input h6 [type=tel], header.has-input h6 [type=time], header.has-input h6 [type=url], header.has-input h6 [type=color], header.has-input h6 ~ textarea, header.has-input h6 ~ select, header.has-input h6 ~ autocomplete, header.has-input h6 ~ fund-select {
    flex-basis: 33%;
  }
}
header.has-input h1 ~ autocomplete, header.has-input h1 ~ fund-select, header.has-input h2 ~ autocomplete, header.has-input h2 ~ fund-select, header.has-input h3 ~ autocomplete, header.has-input h3 ~ fund-select, header.has-input h4 ~ autocomplete, header.has-input h4 ~ fund-select, header.has-input h5 ~ autocomplete, header.has-input h5 ~ fund-select, header.has-input h6 ~ autocomplete, header.has-input h6 ~ fund-select {
  margin-bottom: -0.5rem;
}

flag-enum-checkbox + flag-enum-checkbox {
  margin-left: 1rem;
}

fieldset {
  min-inline-size: auto;
}

legend {
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 0;
  text-transform: uppercase;
}

program-assignment {
  display: block;
}

.program-assignment .program-assignment_table-message {
  text-align: center;
  font-style: italic;
}
.program-assignment .program-assignment_title {
  font-weight: 700;
}
.program-assignment .program-assignment_overlapping-program-message {
  font-style: italic;
  padding-top: 1rem;
}
.program-assignment .program-assignment_sg-message {
  font-style: italic;
}
.program-assignment .program-assignment_edit-no-terms {
  padding-top: 1rem;
}

.support-goal-filter_small-text {
  font-size: 60%;
}

support-goal-management {
  display: block;
}

.support-goal-management .support-goal-management_checkbox {
  margin-bottom: 1rem;
}

.new-promise-form .new-promise-form_checkbox {
  padding-top: 2rem;
}
.new-promise-form .new-promise-form_character-count {
  text-align: right;
  margin-top: -1rem;
}

mtd-reporting-dashboard .mtd-reporting-dashboard_percent-raised-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
mtd-reporting-dashboard .mtd-reporting-dashboard_percent-raised-header .mtd-reporting-dashboard_percent-raised-header_fund-number {
  line-height: inherit;
}

.direct-deposit .changes-message {
  font-style: italic;
  color: #557892;
  font-weight: 700;
}
.direct-deposit .remainder-input {
  font-style: italic;
}
.direct-deposit .direct-deposit_view-order {
  width: 1%;
}
.direct-deposit .direct-deposit_authorization {
  font-size: 80%;
}
.direct-deposit .direct-deposit_authorization-input {
  margin-bottom: 0;
  white-space: normal;
}
.direct-deposit .direct-deposit_edit-table .button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.direct-deposit .direct-deposit_edit-table select, .direct-deposit .direct-deposit_edit-table input, .direct-deposit .direct-deposit_edit-table button {
  margin: 0.3rem 0rem;
}
.direct-deposit .direct-deposit_edit-table th:nth-child(2) {
  min-width: 4rem;
}
.direct-deposit .direct-deposit_edit-table th:nth-child(3) {
  min-width: 12rem;
}
.direct-deposit .direct-deposit_edit-table th:nth-child(4) {
  min-width: 7.5rem;
}
.direct-deposit .direct-deposit_edit-table th:nth-child(5) {
  min-width: 11.75rem;
}
.direct-deposit .direct-deposit_edit-table th:nth-child(6) {
  min-width: 7.25rem;
}
.direct-deposit .direct-deposit_edit-table th:nth-child(7) {
  min-width: 8rem;
}
.direct-deposit .direct-deposit_edit-table th:nth-child(8) {
  min-width: 11rem;
}

employment-dashboard {
  display: block;
}
employment-dashboard ul, employment-dashboard ol {
  margin-bottom: 0rem;
}

.employment-dashboard .summary-list-summary .summary-list-summary {
  font-size: 80%;
  font-style: italic;
  margin-bottom: 0rem;
}
.employment-dashboard .summary-list-summary .summary-list-summary .summary-list_title {
  font-weight: 400;
  padding-left: 0.5rem;
}

.employment-dashboard_has-none {
  font-style: italic;
}

promised-gifts table, received-gifts table {
  overflow: hidden;
}
promised-gifts table tbody:nth-child(odd) tr, received-gifts table tbody:nth-child(odd) tr {
  background-color: #f2f2f2;
}

.promised-gifts .gifts_soft-credit-title, .received-gifts .gifts_soft-credit-title {
  font-weight: 700;
}

.tabs-container .tab-menu-section {
  border-bottom: 1px solid #557892;
}
.tabs-container .tab-menu {
  display: table;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
.tabs-container .tab-menu_tab a {
  outline: none;
  display: block;
  padding: 0.5rem 1.5rem;
  color: #80787b;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.tabs-container .tab-menu_tab a::before {
  content: "";
  background: #557892;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 8px;
  width: 100%;
  width: 1px;
  transition: transform 0.3s;
}
.tabs-container .tab-menu_tab.tab-menu_tab-active a {
  color: #557892;
}
.tabs-container .tab-menu_tab.tab-menu_tab-active a::before {
  width: 9px;
  left: 0;
}
.tabs-container .tab-menu_tab a:hover {
  color: #557892;
}

@media only screen and (min-width: 64rem) {
  .tabs-container .tab-menu_tab {
    float: left;
  }
  .tabs-container .tab-menu_tab a {
    padding: 1rem 2.5rem;
  }
  .tabs-container .tab-menu_tab a::before {
    width: 0;
    left: 0;
  }
  .tabs-container .tab-menu_tab a::after {
    content: "";
    background: #557892;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.375rem;
    transition: transform 0.3s;
    transform: translate3d(0, 150%, 0);
  }
  .tabs-container .tab-menu_tab.tab-menu_tab-active a::before {
    width: 0;
  }
  .tabs-container .tab-menu_tab.tab-menu_tab-active a::after {
    transform: translate3d(0, 0, 0);
  }

  .tabs-nested > .tabs-container .tab-menu_tab a {
    padding: 0.5rem 1rem;
  }
  .tabs-nested > .tabs-container .tab-menu_tab a::after {
    height: 3px;
  }
}
.tabs-nested > .tabs-container {
  padding: 1rem;
  border: 0.2rem solid #557892;
}

.insurance .insurance_disabled {
  pointer-events: none;
  opacity: 70%;
}
.insurance .insurance_error-message {
  padding-right: 1rem;
  font-weight: normal;
}
.insurance .insurance_checkbox {
  float: right;
  margin-bottom: 0.25rem;
  margin-left: 3rem;
}
.insurance .insurance_plans-rates-table {
  cursor: default;
}
.insurance .insurance_plans-rates-table .insurance_plan-row {
  background-color: #ededed;
  font-weight: 700;
}
.insurance .insurance_plans-rates-table .insurance_rate-row {
  background-color: #ffffff;
}
.insurance .insurance_plans-rates-table .insurance_plans-rates-subheader th:nth-child(1) {
  min-width: 3rem;
}
.insurance .insurance_plans-rates-table .insurance_plans-rates-subheader th:nth-child(2) {
  min-width: 6rem;
}
.insurance .insurance_plans-rates-table .insurance_plans-rates-subheader th:nth-child(3) {
  min-width: 12rem;
}
.insurance .insurance_plans-rates-table .insurance_plans-rates-subheader th:nth-child(4) {
  min-width: 10rem;
}
.insurance .insurance_plans-rates-table .insurance_plans-rates-subheader th:nth-child(5) {
  min-width: 10rem;
}
.insurance .insurance_plans-rates-table .insurance_plans-rates-subheader th:nth-child(6) {
  min-width: 6rem;
}
.insurance .insurance_plans-rates-table .insurance_plans-rates-subheader th:nth-child(7) {
  min-width: 6rem;
}
.insurance .insurance_plans-rates-table .insurance_plans-rates-subheader th:nth-child(8) {
  min-width: 9rem;
}

fixedgoal-release-to-assignment .card {
  overflow: visible;
}

.field-manual {
  display: flex;
  position: relative;
}

field-manual-page {
  width: 100%;
  min-width: 0;
}

.field-manual_page-header {
  padding-bottom: 1rem;
  font-size: 2.5rem;
}

.field-manual_page-content {
  overflow: auto;
}
.field-manual_page-content h1 {
  font-size: 2rem;
  line-height: 1.25;
}
.field-manual_page-content h2 {
  font-size: 1.75rem;
  line-height: 1.5;
}
.field-manual_page-content h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
.field-manual_page-content h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #967e8b;
  font-weight: 700;
}
.field-manual_page-content h5 {
  font-size: 1.25rem;
  line-height: 1.67;
}
.field-manual_page-content h6 {
  font-size: 1rem;
  line-height: 1.67;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.field-manual_page-content a[href] {
  color: #557892;
  text-decoration: none;
  font-weight: normal;
}
.field-manual_page-content strong a[href] {
  font-weight: 700;
}
.field-manual_page-content ul.inline-task-list {
  list-style: none;
  padding: 0;
}
.field-manual_page-content ul.inline-task-list > li {
  margin-left: 1.5rem;
}
.field-manual_page-content ul.inline-task-list > li::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  margin-left: -1.5rem;
  border: 1px solid #80787b;
  background-color: #ededed;
  border-radius: 2px;
  vertical-align: middle;
}
.field-manual_page-content .field-manual-attachments {
  border: 1px solid #80787b;
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.field-manual_page-content .field-manual-toc {
  font-size: initial;
  color: #52484C;
}
.field-manual_page-content .field-manual-toc, .field-manual_page-content .childpages-macro, .field-manual_page-content .rwui_children {
  line-height: 1.4rem;
}
.field-manual_page-content .contentLayout2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.field-manual_page-content .contentLayout2 .columnLayout {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
@media (max-width: 64rem) {
  .field-manual_page-content .contentLayout2 .columnLayout {
    flex-direction: column;
  }
}
.field-manual_page-content .contentLayout2 .cell {
  overflow: auto;
}
.field-manual_page-content .contentLayout2 .cell.normal {
  flex: 1;
}
.field-manual_page-content .contentLayout2 .cell.aside {
  flex: 0.5;
}
.field-manual_page-content .contentLayout2 .cell.sidebars {
  flex: 0.25;
}
.field-manual_page-content img.emoticon {
  max-height: 1rem;
}
.field-manual_page-content img.userLogo {
  width: 4rem;
  height: 4rem;
  border-radius: 5px;
}
.field-manual_page-content button {
  cursor: pointer;
}
.field-manual_page-content .panel {
  border: 1px solid #80787b;
  border-radius: 5px;
  overflow: hidden;
  margin: 1rem 0rem;
}
.field-manual_page-content .panel .panelHeader {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #80787b;
  background-color: #f2f2f2;
}
.field-manual_page-content .panel .panelContent {
  padding: 1rem;
}
.field-manual_page-content ol {
  padding-left: 1rem;
  list-style-type: decimal;
}
.field-manual_page-content ol p {
  margin-bottom: 0;
}
.field-manual_page-content ol ol {
  list-style-type: lower-alpha;
}
.field-manual_page-content ol ol ol {
  list-style-type: lower-roman;
}
.field-manual_page-content ol ol ol ol {
  list-style-type: decimal;
}
.field-manual_page-content ol ol ol ol ol {
  list-style-type: lower-alpha;
}
.field-manual_page-content ol ol ol ol ol ol {
  list-style-type: lower-roman;
}
.field-manual_page-content ul {
  padding-left: 1rem;
}
.field-manual_page-content ul.tab-menu {
  padding-left: 0rem;
}
.field-manual_page-content table td, .field-manual_page-content table th, .field-manual_page-content table tr {
  vertical-align: top;
  background-color: #ffffff;
  border: 1px solid #80787b;
}
.field-manual_page-content table .confluenceTh {
  background-color: #f2f2f2;
}
.field-manual_page-content table .highlight-red {
  background-color: rgba(227, 22, 36, 0.2);
}
.field-manual_page-content table .highlight-orange {
  background-color: rgba(250, 93, 33, 0.2);
}
.field-manual_page-content table .highlight-yellow {
  background-color: rgba(246, 194, 4, 0.2);
}
.field-manual_page-content table .highlight-green {
  background-color: rgba(183, 197, 52, 0.2);
}
.field-manual_page-content table .highlight-blue {
  background-color: rgba(85, 120, 146, 0.2);
}
.field-manual_page-content table .highlight-purple {
  background-color: rgba(128, 0, 128, 0.2);
}
.field-manual_page-content table .highlight-black {
  background-color: rgba(0, 0, 0, 0.2);
}
.field-manual_page-content table .highlight-brown {
  background-color: rgba(165, 42, 42, 0.2);
}
.field-manual_page-content table .highlight-grey {
  background-color: #f2f2f2;
}
.field-manual_page-content .table-wrap {
  overflow-x: auto;
}
.field-manual_page-content table:not(.relative-table) {
  width: auto;
}

.field-manual-navbar .navbar_open-button {
  position: absolute;
  padding: 0.75rem 0.5rem;
}
.field-manual-navbar .navbar_message {
  text-align: center;
  padding: 3rem 0rem;
}
.field-manual-navbar .navbar_container {
  position: relative;
  height: fit-content;
  width: 0;
  transition: all 0.5s ease;
  overflow: hidden;
  z-index: 1;
  background-color: #52484C;
  color: #ffffff;
  padding-bottom: 0.5rem;
  margin-right: 3rem;
}
.field-manual-navbar .navbar_container.navbar_container--open {
  width: 25rem;
  margin-right: 1rem;
}
.field-manual-navbar .navbar_sitemap {
  padding: 0.5rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px #ffffff solid;
  display: flex;
  text-align: center;
  justify-content: space-between;
  white-space: nowrap;
}
.field-manual-navbar .navbar_sitemap i {
  cursor: pointer;
}
.field-manual-navbar .navbar_link {
  color: #ffffff;
  font-size: 80%;
  text-decoration: none;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  display: block;
  padding-right: 1rem;
}
.field-manual-navbar .navbar_highlighted {
  background-color: #557892;
}
.field-manual-navbar .navbar_node {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.field-manual-navbar .navbar_node:hover {
  background-color: #557892;
}
.field-manual-navbar .navbar_icon {
  margin-right: 0.25rem;
  color: #ffffff;
}
.field-manual-navbar .navbar_icon .fa-angle-right, .field-manual-navbar .navbar_icon .fa-angle-down {
  cursor: pointer;
}
.field-manual-navbar .navbar_icon .fa-circle {
  font-size: 5px;
  vertical-align: middle;
}

@media (max-width: 64rem) {
  .field-manual {
    flex-direction: column;
  }
  .field-manual .navbar_open-button {
    padding: 0.25rem 0.75rem;
  }
  .field-manual .navbar_container {
    overflow: hidden;
    margin-bottom: 2rem;
    margin-right: 0rem;
    max-height: 0;
  }
  .field-manual .navbar_container.navbar_container--open {
    max-height: 1000rem;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

.field-manual_page-content .rwui_text_box {
  padding: 1rem;
  margin: 1rem 0rem;
}
.field-manual_page-content .rwui_text_box > .rwui_item_icon::before, .field-manual_page-content .rwui_text_box > .rw_external_icon_sms::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .rwui_text_box > .rwui_item_icon::before, .field-manual_page-content .rwui_text_box > .rw_external_icon_sms::before {
  font-weight: 500;
}
.field-manual_page-content .rwui_text_box > .rw_external_icon_exclamation-triangle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .rwui_text_box > .rw_external_icon_lightbulb::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .rwui_text_box > .rw_external_icon_check-circle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .rwui_text_box > .rw_external_icon_info-circle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .rwui_text_box > .rwui_content {
  margin-left: 2rem;
  display: block;
}
.field-manual_page-content .speechBubble {
  background-color: rgba(128, 120, 123, 0.5);
  border-radius: 15px;
  padding: 1rem;
  width: 80%;
  margin: 0;
}
.field-manual_page-content .speechBubble.left {
  float: left;
}
.field-manual_page-content .speechBubble.right {
  float: right;
}
.field-manual_page-content .speechBubble.yellow {
  background-color: rgba(246, 194, 4, 0.5);
}
.field-manual_page-content .speechBubble.green {
  background-color: rgba(183, 197, 52, 0.5);
}
.field-manual_page-content .speechBubble.blue {
  background-color: rgba(85, 120, 146, 0.5);
}
.field-manual_page-content p.clear {
  clear: both;
  margin: 0;
}
.field-manual_page-content .confluence-information-macro {
  font-size: small;
  border: 1px solid #557892;
  background-color: #f9f9f9;
  padding: 1rem;
  margin: 1rem 0rem;
  position: relative;
}
.field-manual_page-content .confluence-information-macro.confluence-information-macro-tip {
  border: 1px solid rgba(183, 197, 52, 0.8);
  background-color: rgba(183, 197, 52, 0.05);
  border-radius: 5px;
}
.field-manual_page-content .confluence-information-macro.confluence-information-macro-tip > .confluence-information-macro-icon {
  top: 1rem;
  position: absolute;
}
.field-manual_page-content .confluence-information-macro.confluence-information-macro-tip > .confluence-information-macro-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: #B7C534;
}
.field-manual_page-content .confluence-information-macro.confluence-information-macro-tip:not(.has-no-icon) > *:not(.confluence-information-macro-icon) {
  margin-left: 1.5rem;
}
.field-manual_page-content .confluence-information-macro.confluence-information-macro-information {
  border: 1px solid rgba(85, 120, 146, 0.8);
  background-color: rgba(85, 120, 146, 0.05);
  border-radius: 5px;
}
.field-manual_page-content .confluence-information-macro.confluence-information-macro-information > .confluence-information-macro-icon {
  top: 1rem;
  position: absolute;
}
.field-manual_page-content .confluence-information-macro.confluence-information-macro-information > .confluence-information-macro-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: #557892;
}
.field-manual_page-content .confluence-information-macro.confluence-information-macro-information:not(.has-no-icon) > *:not(.confluence-information-macro-icon) {
  margin-left: 1.5rem;
}
.field-manual_page-content .confluence-information-macro.confluence-information-macro-note {
  border: 1px solid rgba(246, 194, 4, 0.8);
  background-color: rgba(246, 194, 4, 0.05);
  border-radius: 5px;
}
.field-manual_page-content .confluence-information-macro.confluence-information-macro-note > .confluence-information-macro-icon {
  top: 1rem;
  position: absolute;
}
.field-manual_page-content .confluence-information-macro.confluence-information-macro-note > .confluence-information-macro-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: #f6c204;
}
.field-manual_page-content .confluence-information-macro.confluence-information-macro-note:not(.has-no-icon) > *:not(.confluence-information-macro-icon) {
  margin-left: 1.5rem;
}
.field-manual_page-content .confluence-information-macro.confluence-information-macro-warning {
  border: 1px solid rgba(227, 22, 36, 0.8);
  background-color: rgba(227, 22, 36, 0.05);
  border-radius: 5px;
}
.field-manual_page-content .confluence-information-macro.confluence-information-macro-warning > .confluence-information-macro-icon {
  top: 1rem;
  position: absolute;
}
.field-manual_page-content .confluence-information-macro.confluence-information-macro-warning > .confluence-information-macro-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: #e31624;
}
.field-manual_page-content .confluence-information-macro.confluence-information-macro-warning:not(.has-no-icon) > *:not(.confluence-information-macro-icon) {
  margin-left: 1.5rem;
}
.field-manual_page-content .confluence-information-macro .title {
  font-weight: 700;
}
.field-manual_page-content .confluence-information-macro .confluence-information-macro-body p:last-child {
  margin-bottom: 0rem;
}
.field-manual_page-content .rwui_button {
  font-weight: normal;
}
.field-manual_page-content .rwui_button > .rwui_icon::before, .field-manual_page-content .rwui_button > .rwui_iconfont_link::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .rwui_button > .rwui_iconfont_download::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .rwui_button > .rwui_iconfont_new_window::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .rwui_button > .rwui_iconfont_search::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .rwui_button > .rwui_iconfont_mail::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .rwui_button > .rwui_iconfont_add::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .rwui_button > .rwui_iconfont_star::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .rwui_button > .rwui_iconfont_notification::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .rwui_button > .rwui_iconfont_question::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .rwui_button > .rwui_iconfont_news::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .rwui_button > .rwui_icon {
  float: left;
}
.field-manual_page-content .rwui_button > .rwui_icon::before {
  position: relative;
}
.field-manual_page-content .rwui_button > .rwui_content.rwui_has_icon {
  padding-left: 1rem;
}
.field-manual_page-content .rwui_button > .rwui_content.rwui_has_icon_right {
  padding-right: 1rem;
}
.field-manual_page-content .rwui_expandable_item {
  padding-left: 2.5rem;
  border-bottom: 1px solid #ededed;
  margin: 1rem 0rem;
}
.field-manual_page-content .rwui_expandable_item > .rwui_expandable_item_title {
  text-decoration: none;
  font-size: 1.5rem;
  display: inline-block;
  padding-bottom: 0.5rem;
}
.field-manual_page-content .rwui_expandable_item > .rwui_expandable_item_title > .rwui_item_icon {
  margin-left: -2.5rem;
}
.field-manual_page-content .expand-container {
  padding-bottom: 1rem;
}
.field-manual_page-content .expand-container .expand-control-text {
  padding-left: 1rem;
  color: #557892;
}
.field-manual_page-content .expand-container .expand-content {
  padding-left: 1.5rem;
}
.field-manual_page-content .expandable_open .rw_external_icon_plus::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 25px;
  color: inherit;
}
.field-manual_page-content .expandable_open .expand-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .expandable_open .rwui_expandable_item_body, .field-manual_page-content .expandable_open .expand-content {
  display: inherit;
}
.field-manual_page-content .expandable_closed .rw_external_icon_plus::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 25px;
  color: inherit;
}
.field-manual_page-content .expandable_closed .aui-iconfont-chevron-right::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .expandable_closed .rwui_expandable_item_body, .field-manual_page-content .expandable_closed .expand-content {
  display: none;
}
.field-manual_page-content .rwui_steps .rwui_step {
  padding: 1rem 0rem 1rem 4.5rem;
  border-bottom: 1px solid #ededed;
}
.field-manual_page-content .rwui_steps .rwui_item_number {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -4.5rem;
  width: 50px;
  height: 50px;
  border: 1px solid #52484C;
  border-radius: 50%;
  font-size: 20px;
}
.field-manual_page-content .rwui_steps .rwui_item_content {
  padding-top: 0.5rem;
}
.field-manual_page-content .rwui_steps.rwui_size_small .rwui_step {
  padding-left: 3.5rem;
}
.field-manual_page-content .rwui_steps.rwui_size_small .rwui_item_number {
  margin-left: -3.5rem;
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.field-manual_page-content .status-macro.aui-lozenge {
  background-color: #736c6e;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 2px 4px;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  min-width: 5rem;
  line-height: 1;
}
.field-manual_page-content .status-macro.aui-lozenge.aui-lozenge-error {
  background-color: #b5111d;
}
.field-manual_page-content .status-macro.aui-lozenge.aui-lozenge-moved {
  background-color: #ddae04;
}
.field-manual_page-content .status-macro.aui-lozenge.aui-lozenge-success {
  background-color: #929d29;
}
.field-manual_page-content .status-macro.aui-lozenge.aui-lozenge-current {
  background-color: #557892;
}
.field-manual_page-content .status-macro.aui-lozenge.aui-lozenge-subtle {
  color: #333333;
  background-color: #e3e1e2;
}
.field-manual_page-content .status-macro.aui-lozenge.aui-lozenge-error.aui-lozenge-subtle {
  color: #b5111d;
  background-color: rgba(227, 22, 36, 0.1);
}
.field-manual_page-content .status-macro.aui-lozenge.aui-lozenge-moved.aui-lozenge-subtle {
  color: #FA5D21;
  background-color: #fef2c8;
}
.field-manual_page-content .status-macro.aui-lozenge.aui-lozenge-success.aui-lozenge-subtle {
  color: #6c741f;
  background-color: rgba(183, 197, 52, 0.3);
}
.field-manual_page-content .status-macro.aui-lozenge.aui-lozenge-current.aui-lozenge-subtle {
  color: #395062;
  background-color: rgba(107, 165, 216, 0.2);
}
.field-manual_page-content .plugin_attachments_container, .field-manual_page-content .search-macro, .field-manual_page-content .rwui_tabs {
  display: none;
}
.field-manual_page-content .confluence-embedded-file-wrapper {
  position: relative;
  display: inline-block;
  margin: 0.2rem;
}
.field-manual_page-content .confluence-embedded-file-wrapper.image-center-wrapper {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.field-manual_page-content .confluence-embedded-file-wrapper .confluence-embedded-file::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content .confluence-embedded-file-wrapper .confluence-embedded-file::before {
  font-size: 2rem;
  bottom: 0;
  left: 0.5rem;
  color: black;
}
.field-manual_page-content .confluence-embedded-file-wrapper .confluence-embedded-file img, .field-manual_page-content .confluence-embedded-file-wrapper .confluence-content-image-border {
  display: block;
  border: 1px solid #80787b;
}
.field-manual_page-content .confluence-embedded-file-wrapper .title {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: normal;
  top: 50%;
  text-align: center;
  padding: 2rem 1rem 0rem 1rem;
}
.field-manual_page-content ul.content-by-label {
  list-style: none;
  padding: 0rem;
}
.field-manual_page-content ul.content-by-label .aui-icon {
  float: left;
  font-size: 0;
}
.field-manual_page-content ul.content-by-label .aui-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: inherit;
}
.field-manual_page-content ul.content-by-label .content-type-page::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: #557892;
}
.field-manual_page-content ul.content-by-label [class*=content-type-attachment-pdf]::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: #e31624;
}
.field-manual_page-content ul.content-by-label [class*=content-type-attachment-excel]::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: #B7C534;
}
.field-manual_page-content ul.content-by-label [class*=content-type-attachment-word]::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: #555555;
}
.field-manual_page-content ul.content-by-label [class*=content-type-attachment-powerpoint]::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: #FA5D21;
}
.field-manual_page-content ul.content-by-label .details {
  padding-left: 1.25rem;
}
.field-manual_page-content .blog-post-list .sub-heading {
  margin-bottom: 0;
}
.field-manual_page-content .blog-post-list ul {
  border-top: 1px solid #ededed;
  list-style: none;
  padding: 0rem;
  margin: 0;
}
.field-manual_page-content .blog-post-list .blog-item {
  border-bottom: 1px solid #ededed;
  padding: 0.5rem;
}
.field-manual_page-content .blog-post-list .blog-item > * {
  padding-left: 1.25rem;
}
.field-manual_page-content .blog-post-list .aui-icon.content-type-blogpost {
  float: left;
}
.field-manual_page-content .blog-post-list .aui-icon.content-type-blogpost::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  font-size: 15px;
  color: #557892;
}
.field-manual_page-content .blog-post-list .blog-title {
  font-size: 0;
}
.field-manual_page-content .blog-post-list .blog-title a {
  font-size: 1rem;
}
.field-manual_page-content .blog-post-list .blog-item-creator, .field-manual_page-content .blog-post-list .blog-item-date, .field-manual_page-content .blog-post-list .blog-item-space {
  line-height: 1rem;
  font-size: 80%;
}
.field-manual_page-content .blog-post-list .blog-item-creator::before {
  content: "Created by ";
  display: inline;
}
.field-manual_page-content .example {
  border: 1px dashed #80787b;
  margin-left: 20px;
  padding: 10px;
  display: block;
}
.field-manual_page-content .example.green {
  color: #929d29;
}
.field-manual_page-content .example.purple {
  color: #4d004d;
}
.field-manual_page-content .example.gray {
  color: #665f62;
}
.field-manual_page-content .content-report-table-macro {
  border-collapse: collapse;
  width: 100%;
}
.field-manual_page-content .content-report-table-macro, .field-manual_page-content .content-report-table-macro thead, .field-manual_page-content .content-report-table-macro tbody, .field-manual_page-content .content-report-table-macro tr, .field-manual_page-content .content-report-table-macro th, .field-manual_page-content .content-report-table-macro td {
  border: none;
  text-align: left;
}
.field-manual_page-content .content-report-table-macro tr {
  border-bottom: 2px solid #ededed;
}
.field-manual_page-content .content-report-table-macro th {
  padding: 0.1rem 0.5rem;
  font-size: 80%;
}
.field-manual_page-content .content-report-table-macro td {
  padding: 0.25rem 0rem 0.25rem 1.25rem;
}

.tabs-container .tab-menu-section {
  border-bottom: 1px solid #557892;
}
.tabs-container .tab-menu {
  display: table;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
.tabs-container .tab-menu_tab a {
  outline: none;
  display: block;
  padding: 0.5rem 1.5rem;
  color: #80787b;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.tabs-container .tab-menu_tab a::before {
  content: "";
  background: #557892;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 8px;
  width: 100%;
  width: 1px;
  transition: transform 0.3s;
}
.tabs-container .tab-menu_tab.tab-menu_tab-active a {
  color: #557892;
}
.tabs-container .tab-menu_tab.tab-menu_tab-active a::before {
  width: 9px;
  left: 0;
}
.tabs-container .tab-menu_tab a:hover {
  color: #557892;
}

@media only screen and (min-width: 64rem) {
  .tabs-container .tab-menu_tab {
    float: left;
  }
  .tabs-container .tab-menu_tab a {
    padding: 1rem 2.5rem;
  }
  .tabs-container .tab-menu_tab a::before {
    width: 0;
    left: 0;
  }
  .tabs-container .tab-menu_tab a::after {
    content: "";
    background: #557892;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.375rem;
    transition: transform 0.3s;
    transform: translate3d(0, 150%, 0);
  }
  .tabs-container .tab-menu_tab.tab-menu_tab-active a::before {
    width: 0;
  }
  .tabs-container .tab-menu_tab.tab-menu_tab-active a::after {
    transform: translate3d(0, 0, 0);
  }

  .tabs-nested > .tabs-container .tab-menu_tab a {
    padding: 0.5rem 1rem;
  }
  .tabs-nested > .tabs-container .tab-menu_tab a::after {
    height: 3px;
  }
}
.tabs-nested > .tabs-container {
  padding: 1rem;
  border: 0.2rem solid #557892;
}

.field-manual-page-preview .page-preview_button {
  margin: 0.5rem 0rem;
}
.field-manual-page-preview .page-preview_note {
  font-size: 80%;
  margin-top: 1rem;
  line-height: 1rem;
}

.news-feed-list .news-feed_table {
  margin-bottom: 1rem;
}
.news-feed-list .news-feed_button {
  margin: 0;
}

.news-feed_item .news-feed_date {
  margin-bottom: 1rem;
}

.news-feed_summary .card-section {
  height: 18rem;
  overflow: hidden;
}
.news-feed_summary .news-feed_card-fade {
  box-sizing: border-box;
  height: 2.5rem;
  margin-top: -2.5rem;
  background: linear-gradient(transparent, #ffffff 80%, #ffffff);
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
}
.news-feed_summary .news-feed_card-footer {
  height: 3rem;
  border-top: solid 1px #ededed;
}
.news-feed_summary .news-feed_card-link {
  height: 3rem;
  display: block;
  line-height: 3;
  padding-left: 2rem;
}
.news-feed_summary .news-feed_card-link:hover {
  background-color: #80787b;
  color: #ffffff;
}
.news-feed_summary .news-feed_card-link--more {
  display: none;
}
.news-feed_summary .news-feed_summary-announcement .news-feed_card-link {
  float: left;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-feed_summary .news-feed_summary-announcement .news-feed_card-link--more {
  display: block;
  width: 100%;
}
@media screen and (min-width: 40.063rem) {
  .news-feed_summary .news-feed_summary-announcement .news-feed_card-link {
    width: 50%;
  }
  .news-feed_summary .news-feed_summary-announcement .news-feed_card-link--more {
    padding-right: 2rem;
    width: 50%;
    float: right;
    text-align: right;
  }
}

.field-manual-search {
  max-width: 50rem;
}
.field-manual-search .search-bar {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.field-manual-search .search-result .title {
  margin-bottom: 0.3rem;
}
.field-manual-search .search-result .title a {
  font-weight: normal;
}
.field-manual-search .search-result .space-name {
  font-weight: bold;
  margin-bottom: 0rem;
  opacity: 0.7;
}
.field-manual-search .search-result .snippet {
  max-height: 5em;
  overflow: hidden;
}
.field-manual-search .search-result .snippet .highlight {
  font-weight: bold;
}
.field-manual-search .pagination-container {
  text-align: center;
}

.insurance .insurance_disabled {
  pointer-events: none;
  opacity: 70%;
}
.insurance .insurance_error-message {
  padding-right: 1rem;
  font-weight: normal;
}
.insurance .insurance_checkbox {
  float: right;
  margin-bottom: 0.25rem;
  margin-left: 3rem;
}
.insurance .insurance_plans-rates-table {
  cursor: default;
}
.insurance .insurance_plans-rates-table .insurance_plan-row {
  background-color: #ededed;
  font-weight: 700;
}
.insurance .insurance_plans-rates-table .insurance_rate-row {
  background-color: #ffffff;
}
.insurance .insurance_plans-rates-table .insurance_plans-rates-subheader th:nth-child(1) {
  min-width: 3rem;
}
.insurance .insurance_plans-rates-table .insurance_plans-rates-subheader th:nth-child(2) {
  min-width: 6rem;
}
.insurance .insurance_plans-rates-table .insurance_plans-rates-subheader th:nth-child(3) {
  min-width: 12rem;
}
.insurance .insurance_plans-rates-table .insurance_plans-rates-subheader th:nth-child(4) {
  min-width: 10rem;
}
.insurance .insurance_plans-rates-table .insurance_plans-rates-subheader th:nth-child(5) {
  min-width: 10rem;
}
.insurance .insurance_plans-rates-table .insurance_plans-rates-subheader th:nth-child(6) {
  min-width: 6rem;
}
.insurance .insurance_plans-rates-table .insurance_plans-rates-subheader th:nth-child(7) {
  min-width: 6rem;
}
.insurance .insurance_plans-rates-table .insurance_plans-rates-subheader th:nth-child(8) {
  min-width: 9rem;
}

/* #endregion foundation override classes **************/
/* #region toolbox custom classes **********************/
/* #region left menu/nav ***********************/
.tb-menu.tb-menu--nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  overflow: visible;
  width: 0;
  z-index: 100;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 0px 10px;
}
.tb-menu.tb-menu--nav .is-active {
  background-color: #557892;
}
.tb-menu.tb-menu--nav .is-active > a {
  color: #ffffff;
}
.tb-menu.tb-menu--nav .menu.nested {
  display: none;
  background-color: #52484C;
  color: #ffffff;
  margin-left: 0;
}
.tb-menu.tb-menu--nav .menu.nested.is-active {
  display: block;
}
.tb-menu.tb-menu--nav .menu.nested a,
.tb-menu.tb-menu--nav .menu.nested a:link,
.tb-menu.tb-menu--nav .menu.nested a:hover,
.tb-menu.tb-menu--nav .menu.nested a:focus,
.tb-menu.tb-menu--nav .menu.nested a:visited {
  color: #ffffff;
  text-decoration: none;
}
.tb-menu .menu > li > a {
  text-decoration: none;
}
.tb-menu .tb-menu-content {
  transition: all 0.3s ease;
}
.tb-menu .tb-menu-content li {
  border-bottom: 1px solid #ededed;
}
.tb-menu .tb-menu-content li li {
  border-bottom: 1px solid #555555;
}
.tb-menu .tb-menu-content li li a {
  margin-left: 1rem;
}
.tb-menu .tb-logo-container {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #ededed;
}
.tb-menu .tb-logo-container .tb-logo-img {
  height: 1.875rem;
}
.tb-menu .tb-user-menu {
  position: absolute;
  bottom: 0;
  width: 250px;
  border-top: 1px solid #ededed;
  background-color: #ffffff;
}
.tb-menu .tb-user-menu > li > a {
  height: 4rem;
}
.tb-menu .tb-user-menu > li > a .tb-user-menu_photo {
  position: relative;
  margin: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  transform-style: preserve-3d;
  box-sizing: content-box;
}
.tb-menu .tb-user-menu > li > a .tb-user-menu_photo img {
  max-width: 150%;
  min-width: 100%;
  max-height: 150%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.tb-menu .tb-user-menu > li > a .tb-user-menu_name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin-left: 1rem;
  width: 8rem;
  left: 4rem;
}
.tb-menu .tb-user-menu > li > a .tb-user-menu_name .tb-user-menu_name--fund-number {
  color: #80787b;
  font-size: 80%;
}
.tb-menu .tb-menu--nav--items {
  overflow-y: auto;
  overflow-x: visible;
  position: absolute;
  top: 3.875rem;
  bottom: 4rem;
  width: 250px;
}
.tb-menu .menu_item.menu_item--removed {
  text-decoration: line-through;
  font-style: italic;
}
.tb-menu .menu_item-action-container {
  float: left;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-left: -1rem;
}
.tb-menu .menu_item-action-container .menu_item-action_icon {
  color: #FA5D21;
}
.tb-menu .menu_item-action-container .menu_item-action_icon.menu_item-action_icon--removed {
  color: #557892;
}
.tb-menu .input-group {
  padding: 0 0.5rem;
}
@media print {
  .tb-menu {
    display: none;
  }
}

.tb-menu-open .tb-content {
  padding-left: 250px;
}
.tb-menu-open .tb-menu--nav {
  width: 250px;
}
.tb-menu-open .tb-logo-container {
  text-align: left;
}
@media screen and (max-width: 40rem) {
  .tb-menu-open .tb-content, .tb-menu-open .sgc-header-content {
    padding-left: 0;
  }
}
@media print {
  .tb-menu-open .tb-content {
    padding-left: 0;
  }
}

/* #region responsive navigation toggle ############### */
.nav-toggle {
  position: absolute;
  top: 0.6rem;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: -2.5rem;
  background-color: transparent;
  cursor: pointer;
}
.nav-toggle .nav-toggle_button {
  width: 1.4rem;
  height: 2.5rem;
  color: #ffffff;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  padding: 0.1rem 0.5rem 0.1rem;
  background-color: #B7C534;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 0px 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-toggle .nav-toggle_buttona:link, .nav-toggle .nav-toggle_buttona:hover, .nav-toggle .nav-toggle_buttona:focus, .nav-toggle .nav-toggle_buttona:visited {
  color: #ffffff;
}
.nav-toggle .nav-toggle_button:hover {
  background-color: #ced86d;
}
.nav-toggle .nav-toggle_button:hover span, .nav-toggle .nav-toggle_button:hover span:before, .nav-toggle .nav-toggle_button:hover span:after {
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.nav-toggle .nav-toggle_button .nav-toggle_icon, .nav-toggle .nav-toggle_button .nav-toggle_icon:before, .nav-toggle .nav-toggle_button .nav-toggle_icon:after {
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 500ms ease-in-out, background-color linear 0.1s;
  -moz-transition: all 500ms ease-in-out, background-color linear 0.1s;
  -ms-transition: all 500ms ease-in-out, background-color linear 0.1s;
  -o-transition: all 500ms ease-in-out, background-color linear 0.1s;
  transition: all 500ms ease-in-out, background-color linear 0.1s;
}
.nav-toggle .nav-toggle_button .nav-toggle_icon:before, .nav-toggle .nav-toggle_button .nav-toggle_icon:after {
  content: "";
  position: absolute;
}
.nav-toggle .nav-toggle_icon--root {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-toggle .nav-toggle_icon--root:before {
  top: -7px;
}
.nav-toggle .nav-toggle_icon--root:after {
  bottom: -7px;
}

.tb-menu-open .nav-toggle {
  position: absolute;
  right: 0;
  margin-right: -2.5rem;
  color: #ffffff;
  cursor: pointer;
  margin-right: 0.35rem;
}
.tb-menu-open .nav-toggle .nav-toggle_button {
  padding: 0.1rem 0.5rem 0.1rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  box-shadow: none;
  border-radius: 100%;
}
.tb-menu-open .nav-toggle .nav-toggle_button:hover {
  background-color: #fc946c;
}
.tb-menu-open .nav-toggle .nav-toggle_button .nav-toggle_icon, .tb-menu-open .nav-toggle .nav-toggle_button .nav-toggle_icon:before, .tb-menu-open .nav-toggle .nav-toggle_button .nav-toggle_icon:after {
  display: block;
  height: 4px;
  width: 1.5rem;
  border-radius: 1px;
  background: #ffffff;
  background-color: transparent;
}
.tb-menu-open .nav-toggle .nav-toggle_button .nav-toggle_icon:before, .tb-menu-open .nav-toggle .nav-toggle_button .nav-toggle_icon:after {
  top: 0;
  background-color: #52484C;
}
.tb-menu-open .nav-toggle .nav-toggle_button .nav-toggle_icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tb-menu-open .nav-toggle .nav-toggle_button .nav-toggle_icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*  #endregion responsive navigation toggle ########### */
.tb-logo-container {
  padding: 1rem;
  text-align: center;
}

/* #endregion left menu */
.message {
  background-color: #ffffff;
  color: #52484C;
}
.message.message--nested {
  padding: 0.875rem 1.5rem;
}
.message.message--alert {
  background-color: #FA5D21;
  color: #ffffff;
}
.message.message--info {
  background-color: #557892;
  color: #ffffff;
}
.message .message_icon {
  font-size: 1.5rem;
}
.message .message_header {
  line-height: 2rem;
}

@media only screen and (min-width: 40.063rem) {
  .message .message_icon {
    font-size: 1.8rem;
  }
  .message .message_header {
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 64.063rem) {
  .message .message_icon {
    font-size: 2rem;
  }
  .message .message_header {
    line-height: 2.4rem;
  }
}
.sgc {
  margin-top: 9rem;
}
.sgc hr {
  margin-top: 0;
  border-bottom: 1px solid #cfc4ca;
}
.sgc .card, .sgc .button.expanded {
  min-width: 20rem;
  max-width: 40rem;
}
.sgc .sgc-header {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.875rem 0;
  background: #ededed;
  /* Old browsers */
  background: -webkit-linear-gradient(#ededed, #ededed 80%, transparent);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(#ededed 80%, transparent);
  background: -moz-linear-gradient(#ededed 80%, transparent);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ededed 80%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(#ededed, #ededed 80%, rgba(255, 255, 255, 0));
  /* W3C */
  transition: all 0.3s ease;
  z-index: 1;
}
.sgc .sgc-header.sgc-header--approval .sgc-header--approval_stat {
  display: block;
}
.sgc .sgc-question {
  border-top: 1px solid #cfc4ca;
  padding: 0 1rem;
}
.sgc .sgc-question.sgc-question_subquestion {
  border-top: 1px solid #ededed;
}
.sgc .sgc-question .sgc-question-title {
  text-transform: uppercase;
  margin: 0.8rem 0 0.5rem;
}
.sgc .sgc-question .sgc-question-title .columns:last-of-type {
  text-align: right;
}
.sgc .sgc-question .monetary-field {
  align-items: baseline;
  display: flex;
  font-size: 1rem;
}
.sgc .sgc-question .monetary-field input {
  flex-basis: 0;
  flex-grow: 1;
  margin: 0 0.5rem;
}
.sgc .sgc-question .sgc-question_month-text {
  padding-top: 0.5rem;
}
.sgc .sgc-question .sgc-question_centered-text {
  padding-top: 1rem;
}
.sgc .sgc-question .sgc-question_fine-print-label {
  margin-bottom: 0rem;
}
.sgc .sgc-question .sgc-question_fine-print {
  font-size: 80%;
  font-style: italic;
}
.sgc .sgc-question textarea {
  resize: vertical;
}
.sgc .has-tip {
  border-bottom: inherit;
  font-weight: inherit;
}
.sgc .sgc_value-table_monthly-details {
  font-style: italic;
  font-size: 80%;
}
.sgc .sgc_summary-table_line-item {
  padding-bottom: 1rem;
}
.sgc .sgc_summary-table_total {
  border-top: 1px solid #cfc4ca;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.sgc .sgc_summary-table_goal {
  font-size: 1.5rem;
  font-weight: 700;
}
.sgc .sgc_summary-table_related-goals {
  margin-top: 1rem;
}
.sgc .sgc_summary-table_related-goals .sgc_summary-table_fund-goal {
  margin-top: 0.5rem;
  border-top: 1px solid #cfc4ca;
  font-size: 1.5rem;
  font-weight: 700;
}
.sgc month-input .custom-input {
  margin: 0rem;
}

.sgc-approval {
  margin-top: 11rem;
}

.sgc-message-content {
  padding-top: 1rem;
}

.tb-menu-open .sgc-header {
  left: 250px;
}

.support-goal-template .sgc {
  margin-top: 0;
}
.card .support-goal-template {
  padding: 1rem;
  background-color: #ededed;
}
.card .support-goal-template template-form .card {
  max-width: none;
  margin-bottom: 1rem;
}
.card .support-goal-template template-form > *:last-child > .card:last-child {
  margin-bottom: 0;
}

support-goal-form-value-table table tfoot, support-goal-form-value-table table tbody tr, support-goal-form-value-table table tbody, support-goal-form-value-table table thead, support-goal-form-value-table table, account-statement-table table support-goal-form-value-table thead, account-statement-table table support-goal-form-value-table tbody, account-statement-table table support-goal-form-value-table tfoot, reimbursement-detail table support-goal-form-value-table thead, reimbursement-detail table support-goal-form-value-table tbody, reimbursement-detail table support-goal-form-value-table tfoot {
  background-color: #ffffff;
  border: 0 none;
}
support-goal-form-value-table table {
  margin: 0;
  margin-bottom: 1rem;
}
support-goal-form-value-table table th, support-goal-form-value-table table td {
  padding: 0;
  text-align: right;
}
support-goal-form-value-table table td {
  font-weight: 400;
}
support-goal-form-value-table table td i {
  font-weight: 400;
}
support-goal-form-value-table table th:first-child, support-goal-form-value-table table td:first-child {
  text-align: left;
}
support-goal-form-value-table table th:last-child, support-goal-form-value-table table td:last-child {
  padding-right: 0.2rem;
}
support-goal-form-value-table table tbody td:first-child {
  padding-left: 1rem;
}
.loader-wrapper {
  position: relative;
  padding: 4rem;
}

.loader {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loader .loader_inner {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border: 0.25rem solid #999295;
  background-color: #999295;
  -moz-animation: loader 2s infinite ease;
  -o-animation: loader 2s infinite ease;
  -webkit-animation: loader 2s infinite ease;
  animation: loader 2s infinite ease;
}
.loader .loader_fill {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #ededed;
  -moz-animation: loader_fill 2s infinite ease-in;
  -o-animation: loader_fill 2s infinite ease-in;
  -webkit-animation: loader_fill 2s infinite ease-in;
  animation: loader_fill 2s infinite ease-in;
}

.loader--center {
  margin-left: 45%;
  margin-bottom: 1rem;
}

.loader-absolute-wrapper {
  position: relative;
}
.loader-absolute-wrapper .loader-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.loader-absolute-wrapper .loader-absolute .loader-wrapper {
  height: 100%;
}

@keyframes loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader_fill {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
.activity-entry-form-container .card {
  min-width: 20rem;
  max-width: 40rem;
}
.activity-entry-form-container .activity-section .activity-item {
  border-top: 1px solid #ededed;
  padding: 0.5rem 0;
  line-height: 2.4rem;
}
.activity-entry-form-container .activity-section .activity-item .activity-item_button-container {
  vertical-align: middle;
}
.activity-entry-form-container .activity-section .activity-item .activity-item_button-container .activity-item_input {
  width: 4.5rem;
  display: inline-block;
  margin: 0;
  -moz-appearance: textfield;
}
.activity-entry-form-container .activity-section .activity-item .activity-item_button-container .activity-item_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.activity-entry-form-container .activity-section .activity-item .activity-item_button-container .activity-item_input.changed {
  color: #FA5D21;
  font-weight: 700;
  border-color: #FA5D21;
}
.activity-entry-form-container .activity-section .activity-item .activity-item_button-container .activity-item_button {
  width: 2rem;
  padding: 0.15rem 0;
  display: inline-block;
  margin: 0;
}
.activity-entry-form-container .activity-section .activity-item .activity-item_button-container .activity-item_button.activity-item_button--plus {
  width: 5rem;
}
.activity-entry-form-container .activity-section .activity-item .activity-item_button-container .activity-item_button.activity-item_button--save {
  opacity: 0;
  z-index: 10;
  transition: all linear 0.2s;
}
.activity-entry-form-container .activity-section .activity-item .activity-item_button-container .activity-item_button.activity-item_button--save.active {
  opacity: 1;
  transition: all linear 0.2s;
}
.activity-entry-form-container .activity-section + .card-divider {
  padding: 1rem;
}

.tb-menu-open .activity-goals-container .activity-goal-header {
  left: 250px;
}

.activity-goals-container {
  margin-top: 6.75rem;
}
.activity-goals-container .card, .activity-goals-container .button {
  min-width: 20rem;
  max-width: 40rem;
}
.activity-goals-container .activity-goal-header {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.65rem 0;
  background: #ededed;
  /* Old browsers */
  background: -webkit-linear-gradient(#ededed, #ededed 80%, transparent);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(#ededed 80%, transparent);
  background: -moz-linear-gradient(#ededed 80%, transparent);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ededed 80%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(#ededed, #ededed 80%, rgba(255, 255, 255, 0));
  /* W3C */
  transition: all 0.3s ease;
  z-index: 1;
}
.activity-goals-container .activity-goal-header .columns {
  font-weight: bold;
}
@media only screen and (min-width: 40.063rem) {
  .activity-goals-container .activity-goal-header {
    padding: 1rem 1.875rem 0;
  }
  .activity-goals-container .activity-goal-header .columns {
    font-size: 1.4rem;
  }
}
.activity-goals-container .activity-goal-category {
  padding-left: 0.5rem;
}
.activity-goals-container .activity-goal {
  border-top: 1px solid #ededed;
}
.activity-goals-container .activity-goal .columns {
  padding: 0.5rem 0.33rem;
}
.activity-goals-container .activity-goal .activity-goal_input {
  margin: 0;
  text-align: right;
  -moz-appearance: textfield;
}
.activity-goals-container .activity-goal .activity-goal_input.changed {
  border-color: #FA5D21;
  color: #FA5D21;
  font-weight: 700;
}
.activity-goals-container .activity-goal .activity-goal_input.set {
  font-weight: 700;
}
.activity-goals-container .activity-goal .activity-goal_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media only screen and (min-width: 64.063rem) {
  .activity-goals-container {
    margin-top: 11.25rem;
  }
}
@media only screen and (min-width: 40.063rem) and (max-width: 64rem) {
  .activity-goals-container {
    margin-top: 7.75rem;
  }
}
.activity-summary-container .activity-summary-back::before {
  content: "«";
  display: inline-block;
  margin-right: 0.33rem;
}
.activity-summary-container .activity-summary-header .activity-summary-header_title {
  display: inline-block;
  margin-right: 1rem;
}
.activity-summary-container .activity-summary-header .activity-summary-header_view-type {
  display: inline-block;
  margin-right: 1rem;
  width: 7rem;
}
.activity-summary-container .activity-summary-header_time-span .prev {
  margin-right: 0.5rem;
}
.activity-summary-container .activity-summary-header_time-span .prev::before {
  content: "«";
  display: inline-block;
}
.activity-summary-container .activity-summary-header_time-span .next {
  margin-left: 0.5rem;
}
.activity-summary-container .activity-summary-header_time-span .next::after {
  content: "»";
  display: inline-block;
}
@media only screen and (min-width: 64.063rem) {
  .activity-summary-container .activity-summary-header_time-span {
    position: absolute;
    right: 1rem;
    top: -3.8rem;
  }
}
.activity-summary-container .activity-summary-table {
  border-collapse: collapse;
}
.activity-summary-container .activity-summary-table .activity-summary-table_category {
  text-align: left;
}
.activity-summary-container .activity-summary-table .activity-summary-table_item {
  text-align: right;
}
.activity-summary-container .activity-summary-table .activity-summary-table_header {
  text-align: center;
}
.activity-summary-container .loader-absolute {
  bottom: 75%;
}

.activity-coaching-summary-container .activity-coaching-summary-container_title {
  display: inline-block;
}
.activity-coaching-summary-container .activity-coaching-summary-container_select {
  margin-top: 0.3rem;
  float: right;
  max-width: 20rem;
}

.activity-summary-container .card, .activity-coaching-summary-container .card {
  max-width: 70rem;
}

.activity-summary-widget .card {
  max-width: none;
}
.activity-summary-widget .activity-summary-table .activity-summary-table_category:hover {
  cursor: pointer;
}
.activity-summary-widget .activity-summary-table .activity-summary-table_category::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #52484C transparent transparent;
  top: 50%;
  margin-top: 0.55rem;
  float: left;
  margin-right: 0.5rem;
  transform: rotate(270deg);
}
.activity-summary-widget .activity-summary-table .activity-summary-table_category.expanded::before {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
}
.activity-summary-widget .activity-summary-table .activity-summary-table_category,
.activity-summary-widget .activity-summary-table .activity-summary-table_description,
.activity-summary-widget .activity-summary-table .activity-summary-table_item,
.activity-summary-widget .activity-summary-table .activity-summary-table_header {
  padding: 0.3rem 0.5rem;
}

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

.margin-left {
  margin-left: 2rem;
}

.margin-right {
  margin-right: 2rem;
}

.text-bottom {
  vertical-align: text-bottom;
}

.grid {
  display: grid;
}

.padding-right {
  padding-right: 1rem;
}

.padding-left {
  padding-left: 1rem;
}

@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner {
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-name: rotate-forever;
  animation-timing-function: linear;
  height: 30px;
  width: 30px;
  border: 8px solid #B7C534;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
}

spinner-check {
  position: relative;
  display: inline-block;
  line-height: 0;
  vertical-align: inherit;
}

.spinner-check {
  opacity: 0;
  transition: opacity linear 0.2s;
}
.spinner-check.active {
  opacity: 1;
  transition: opacity linear 0.2s;
}

.spinner-check_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: x-large;
  opacity: 0;
  transition: opacity linear 0.8s;
}
.spinner-check_icon.fi-check {
  color: #B7C534;
}
.spinner-check_icon.fi-x {
  color: #FA5D21;
}
.spinner-check_icon.complete {
  opacity: 1;
  transition: opacity linear 0.2s;
}
.spinner-check_icon.complete.remove-animation {
  transition: none;
  opacity: 0;
}

.profile-picture, .menu_profile-picture .profile-picture {
  position: relative;
  margin: 0;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  transform-style: preserve-3d;
  box-sizing: content-box;
}

.menu_profile-picture .profile-picture {
  width: 3rem;
  height: 3rem;
}

.animate-fade {
  transition: all linear 0.5s;
}
.animate-fade.ng-hide {
  opacity: 0;
}

/* #endregion toolbox custom classes *******************/
/* #region foundation tweaks ***************************/
.row {
  max-width: none;
}

.off-canvas-content {
  padding-top: 1rem;
}

body {
  margin: 0.9375rem;
}

.tb-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  top: 0;
  transition: all 0.3s ease;
}

.tb-content {
  transition: all 0.3s ease;
}

.card--signin {
  max-width: 40rem;
}

a {
  color: #52484C;
}
a:visited {
  color: #52484C;
}
a:hover {
  color: #605459;
}
a:active {
  color: #52484C;
}

a {
  text-decoration: underline;
  font-style: normal;
  font-weight: 700;
}
a:visited {
  outline: 0 none transparent;
}
a.button {
  text-decoration: none;
}

.tb-logo-img--75 {
  max-width: 75%;
}

/* #region login-page */
.login .login_subaction {
  text-transform: none;
  font-size: 0.8rem;
  position: relative;
  top: -0.7rem;
  margin-left: 0.5rem;
}

/* #endregion login page*/
.statement-lookup .statement-lookup_donor-name {
  display: inline-block;
}
.statement-lookup .statement-lookup_donor-info {
  display: inline-block;
  font-size: 0.8rem;
  margin-left: 0.5rem;
}

@media screen and (min-width: 40em) {
  .button.inline {
    margin-top: 0.9rem;
  }
}
.utility-no-margin {
  margin: 0;
}

/* 
  Allow angular.js to be loaded in body, hiding cloaked elements until 
  templates compile.  The !important is important given that there may be 
  other selectors that are more specific or come later and might alter display.  
 */
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

/* #endregion foundation tweaks *************************/