/*@import "ffe-core/less/ffe.less";
@import "ffe-grid/less/ffe-grid.less";
@import "ffe-tables/less/tables.less";
@import "ffe-header/less/ffe-header.less";*/
/*@import "ffe-header/less/local-normalize.less";*/
/*@import "ffe-header/less/ffe-header-nodeps.less";
@import "ffe-cards/less/ffe-link-card.less";
@import "ffe-cards/less/ffe-product-card.less";
@import "ffe-cards/less/animation.less";
@import "ffe-buttons/less/buttons.less";
@import "top-menu.less";
@import "sidebar.less";*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 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 and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* 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;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 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"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/* GAB: Use border-box: http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
/* stylelint-disable */
/* stylelint-enable */
.ffe-h1 {
  color: #002776;
  font-family: 'MuseoSansRounded-700', arial, sans-serif;
  font-weight: normal;
  line-height: 36px;
  font-size: 28px;
}
@media screen and (min-width: 480px) {
  .ffe-h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .ffe-h1 {
    font-size: 46px;
  }
}
.ffe-h2 {
  color: #002776;
  font-family: 'MuseoSansRounded-700', arial, sans-serif;
  font-weight: normal;
  line-height: 32px;
  font-size: 24px;
}
@media screen and (min-width: 480px) {
  .ffe-h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .ffe-h2 {
    font-size: 32px;
  }
}
.ffe-h3 {
  color: #002776;
  font-family: 'MuseoSansRounded-700', arial, sans-serif;
  font-weight: normal;
  line-height: 28px;
  font-size: 20px;
}
@media screen and (min-width: 480px) {
  .ffe-h3 {
    font-size: 27px;
  }
}
@media screen and (min-width: 768px) {
  .ffe-h3 {
    font-size: 28px;
  }
}
.ffe-h4,
.ffe-table__caption {
  color: #002776;
  font-family: 'MuseoSansRounded-700', arial, sans-serif;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
}
@media screen and (min-width: 480px) {
  .ffe-h4,
  .ffe-table__caption {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ffe-h4,
  .ffe-table__caption {
    font-size: 22px;
  }
}
.ffe-h5 {
  color: #002776;
  font-family: 'MuseoSansRounded-700', arial, sans-serif;
  font-weight: normal;
  line-height: 24px;
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  .ffe-h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .ffe-h5 {
    font-size: 18px;
  }
}
.ffe-h6 {
  color: #002776;
  font-family: 'MuseoSansRounded-700', arial, sans-serif;
  font-weight: normal;
  line-height: 24px;
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  .ffe-h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .ffe-h6 {
    font-size: 16px;
  }
}
.ffe-small-text,
.ffe-radio-button__tooltip-text.ffe-tooltip__text {
  color: #676767;
  font-family: 'MuseoSans-500', arial, sans-serif;
  font-weight: normal;
  line-height: 22px;
  font-size: 14px;
}
.ffe-micro-text {
  color: #676767;
  font-family: 'MuseoSans-500', arial, sans-serif;
  font-weight: normal;
  line-height: 20px;
  font-size: 12px;
}
.ffe-h1,
.ffe-h2,
.ffe-h3,
.ffe-h4,
.ffe-h5,
.ffe-h6,
.ffe-table__caption {
  margin-bottom: 10px;
  margin-top: 0;
}
.ffe-h1--error,
.ffe-h2--error,
.ffe-h3--error,
.ffe-h4--error,
.ffe-h5--error,
.ffe-h6--error {
  color: #DA3D00;
}
.ffe-h1--inline,
.ffe-h2--inline,
.ffe-h3--inline,
.ffe-h4--inline,
.ffe-h5--inline,
.ffe-h6--inline {
  display: inline-block;
}
.ffe-h1--no-margin,
.ffe-h2--no-margin,
.ffe-h3--no-margin,
.ffe-h4--no-margin,
.ffe-h5--no-margin,
.ffe-h6--no-margin {
  margin: 0;
}
.ffe-h1--with-border,
.ffe-h2--with-border,
.ffe-h3--with-border,
.ffe-h4--with-border,
.ffe-h5--with-border,
.ffe-h6--with-border {
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
}
.ffe-h1--no-underline,
.ffe-h2--no-underline,
.ffe-h3--no-underline,
.ffe-h4--no-underline,
.ffe-h5--no-underline,
.ffe-h6--no-underline {
  text-decoration: none;
}
.ffe-body-text {
  color: #262626;
  font-family: 'MuseoSans-500', arial, sans-serif;
  line-height: 26px;
  font-size: 16px;
}
.ffe-body-paragraph {
  margin-bottom: 1em;
  margin-top: 0;
}
.ffe-body-paragraph--text-center {
  text-align: center;
}
.ffe-body-paragraph--text-left {
  text-align: left;
}
.ffe-lead-paragraph,
.ffe-sub-lead-paragraph {
  font-family: 'MuseoSans-500', arial, sans-serif;
  margin-top: 0;
}
.ffe-lead-paragraph {
  color: #002776;
  line-height: 28px;
  font-size: 18px;
}
@media screen and (min-width: 480px) {
  .ffe-lead-paragraph {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .ffe-lead-paragraph {
    font-size: 22px;
  }
}
.ffe-sub-lead-paragraph {
  color: #262626;
  line-height: 26px;
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  .ffe-sub-lead-paragraph {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .ffe-sub-lead-paragraph {
    font-size: 18px;
  }
}
.ffe-link-text {
  border-bottom: 1px solid #0071CD;
  color: #0071CD;
  cursor: pointer;
  text-decoration: none;
  word-wrap: break-word;
}
.ffe-link-text:hover {
  border-bottom-color: #005AA4;
  color: #005AA4;
  text-decoration: none;
}
.ffe-link-text--no-underline {
  border-bottom: none;
}
.ffe-divider-line {
  border: none;
  border-bottom: solid 1px #CCC;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 100%;
}
.ffe-strong-text,
.ffe-table__footer,
.ffe-table__heading,
.ffe-table [data-th]::before {
  font-family: 'MuseoSansRounded-700', arial, sans-serif;
  font-weight: normal;
}
.ffe-em-text {
  font-style: italic;
}
.ffe-pre-text {
  background-color: #FBFAF5;
  font-family: consolas, menlo, monaco, monospace;
  margin: 0;
  text-align: left;
}
.ffe-inline-separator {
  margin: 0 4px;
}
@media screen and (min-width: 480px) {
  .ffe-h1 {
    line-height: 60px;
  }
  .ffe-h2 {
    line-height: 44px;
  }
  .ffe-h3 {
    line-height: 38px;
  }
  .ffe-h4,
  .ffe-table__caption {
    line-height: 28px;
  }
  .ffe-h5 {
    line-height: 24px;
  }
  .ffe-h6 {
    line-height: 24px;
  }
  .ffe-h1,
  .ffe-h2,
  .ffe-h3,
  .ffe-h4,
  .ffe-h5,
  .ffe-h6,
  .ffe-table__caption {
    margin-bottom: 15px;
  }
  .ffe-h1--no-margin,
  .ffe-h2--no-margin,
  .ffe-h3--no-margin,
  .ffe-h4--no-margin,
  .ffe-h5--no-margin,
  .ffe-h6--no-margin {
    margin: 0;
  }
  .ffe-lead-paragraph {
    line-height: 34px;
  }
  .ffe-sub-lead-paragraph {
    line-height: 28px;
  }
  .ffe-small-text,
  .ffe-radio-button__tooltip-text.ffe-tooltip__text {
    line-height: 22px;
  }
  .ffe-micro-text {
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ffe-h1,
  .ffe-h2,
  .ffe-h3,
  .ffe-h4,
  .ffe-h5,
  .ffe-h6,
  .ffe-table__caption {
    margin-bottom: 20px;
  }
  .ffe-h1--no-margin,
  .ffe-h2--no-margin,
  .ffe-h3--no-margin,
  .ffe-h4--no-margin,
  .ffe-h5--no-margin,
  .ffe-h6--no-margin {
    margin: 0;
  }
  .ffe-body-text {
    line-height: 24px;
  }
  .ffe-h1 {
    line-height: 67px;
  }
  .ffe-h2 {
    line-height: 44px;
  }
  .ffe-h3 {
    line-height: 38px;
  }
  .ffe-h4,
  .ffe-table__caption {
    line-height: 24px;
  }
  .ffe-h5 {
    line-height: 24px;
  }
  .ffe-h6 {
    line-height: 22px;
  }
  .ffe-lead-paragraph {
    line-height: 34px;
  }
  .ffe-small-text,
  .ffe-radio-button__tooltip-text.ffe-tooltip__text {
    line-height: 22px;
  }
  .ffe-micro-text {
    line-height: 20px;
  }
}
/*
 * This layout system is deprecated, please try to avoid using
 * these classes for new functionality and rewrite to ffe-grid
 * when working with old functionality.
 */
.ffe-section-wrapper {
  margin: 0;
  padding: 0 20px;
  width: 100%;
}
.ffe-section-wrapper--bg-sand {
  background-color: #F8F5EB;
  max-width: none;
}
.ffe-section-wrapper--bg-grey {
  background-color: #F4F4F4;
  max-width: none;
}
.ffe-section-wrapper--bg-blue {
  background-color: #DFF1F9;
}
.ffe-section-wrapper--bg-blue-flat {
  background-color: #005AA4;
}
.ffe-section-wrapper--bg-blue-flat .ffe-h1,
.ffe-section-wrapper--bg-blue-flat .ffe-h2,
.ffe-section-wrapper--bg-blue-flat .ffe-h3,
.ffe-section-wrapper--bg-blue-flat .ffe-h4,
.ffe-section-wrapper--bg-blue-flat .ffe-h5,
.ffe-section-wrapper--bg-blue-flat .ffe-h6,
.ffe-section-wrapper--bg-blue-flat .ffe-lead-paragraph,
.ffe-section-wrapper--bg-blue-flat .ffe-sub-lead-paragraph,
.ffe-section-wrapper--bg-blue-flat .ffe-body-text,
.ffe-section-wrapper--bg-blue-flat .ffe-body-paragraph,
.ffe-section-wrapper--bg-blue-flat .ffe-small-text,
.ffe-section-wrapper--bg-blue-flat .ffe-micro-text,
.ffe-section-wrapper--bg-blue-flat .ffe-link-text,
.ffe-section-wrapper--bg-blue-flat .ffe-link-text:hover {
  color: #FFF;
}
.ffe-content-container {
  margin: 20px auto 20px auto;
  max-width: 768px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.ffe-content-container--sm {
  max-width: 480px;
}
.ffe-content-container--lg {
  max-width: 1280px;
}
.ffe-content-container--text-left {
  text-align: left;
}
.ffe-content-container--no-space {
  margin: 0 auto;
}
.ffe-content-container--bg-sand {
  background-color: #F8F5EB;
  padding: 20px 0 20px 0;
}
.ffe-content-container--bg-grey {
  background-color: #F4F4F4;
  padding: 20px 0 20px 0;
}
@media screen and (min-width: 768px) {
  .ffe-content-container {
    margin: 30px auto 30px auto;
  }
  .ffe-content-container--no-space {
    margin: 0 auto;
  }
}
.ffe-content-container[aria-hidden='true'] {
  display: none;
}
.ffe-icon-base {
  background-size: cover;
  display: inline-block;
  height: 50px;
  vertical-align: middle;
  width: 50px;
}
@media screen and (min-width: 480px) {
  .ffe-icon-base {
    height: 75px;
    width: 75px;
  }
}
@media screen and (min-width: 768px) {
  .ffe-icon-base {
    height: 90px;
    width: 90px;
  }
}
/* visually hides, but allows screen readers to see content */
.ffe-screenreader-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
/*!
 * @license
 * MyFonts Webfont Build ID 3529082, 2018-02-19T03:00:12-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: MuseoSans-300 by exljbris
 * URL: https://www.myfonts.com/fonts/exljbris/museo-sans/300/
 * Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
 * Licensed pageviews: 1,000,000,000
 *
 * Webfont: MuseoSans-500 by exljbris
 * URL: https://www.myfonts.com/fonts/exljbris/museo-sans/500/
 * Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
 * Licensed pageviews: 999,999,999
 *
 * Webfont: MuseoSansRounded-300 by exljbris
 * URL: https://www.myfonts.com/fonts/exljbris/museo-sans-rounded/300/
 * Copyright: Copyright (c) 2011 by Jos Buivenga. All rights reserved.
 * Licensed pageviews: 1,000,000,000
 *
 * Webfont: MuseoSansRounded-500 by exljbris
 * URL: https://www.myfonts.com/fonts/exljbris/museo-sans-rounded/500/
 * Copyright: Copyright (c) 2011 by Jos Buivenga. All rights reserved.
 * Licensed pageviews: 1,000,000,000
 *
 * Webfont: MuseoSansRounded-700 by exljbris
 * URL: https://www.myfonts.com/fonts/exljbris/museo-sans-rounded/700/
 * Copyright: Copyright (c) 2011 by Jos Buivenga. All rights reserved.
 * Licensed pageviews: 1,000,000,000
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3529082
 *
 * © 2018 MyFonts Inc
 */
@font-face {
  font-family: 'MuseoSans-300';
  src: url('fonts/2FDE32_0_0.woff2') format('woff2'), url('fonts/2FDE32_0_0.woff') format('woff');
}
@font-face {
  font-family: 'MuseoSans-500';
  src: url('fonts/2FDE32_1_0.woff2') format('woff2'), url('fonts/2FDE32_1_0.woff') format('woff');
}
@font-face {
  font-family: 'MuseoSansRounded-300';
  src: url('fonts/2FDE32_2_0.woff2') format('woff2'), url('fonts/2FDE32_2_0.woff') format('woff');
}
@font-face {
  font-family: 'MuseoSansRounded-500';
  src: url('fonts/2FDE32_3_0.woff2') format('woff2'), url('fonts/2FDE32_3_0.woff') format('woff');
}
@font-face {
  font-family: 'MuseoSansRounded-700';
  src: url('fonts/2FDE32_4_0.woff2') format('woff2'), url('fonts/2FDE32_4_0.woff') format('woff');
}
/* Mixins */
/*
    Radioblob: Small design element on "radio button"-like elements
*/
/*
    Radioblob: Active state of the blob
*/
/* Inputs*/
.ffe-input-field {
  display: block;
  height: 45px;
  padding: 0 13px;
  font-family: MuseoSans-500, arial, sans-serif;
  color: #262626;
  border-radius: 4px;
  border: 2px solid #CCC;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 0 1px 2px 0 #F4F4F4 inset;
  width: 100%;
  font-size: 16px;
}
.ffe-input-field:hover {
  border-color: #0071CD;
}
.ffe-input-field:focus,
.ffe-input-field:active {
  border-color: #0071CD;
  box-shadow: 0 0 0 2px rgba(68, 192, 255, 0.5);
  outline: none;
}
.ffe-input-field--inline {
  display: inline-block;
  width: auto;
}
.ffe-input-field--condensed {
  height: 38px;
}
.ffe-input-field--text-like {
  background-color: #FFF;
  border: none;
  border-bottom: 2px solid #002776;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
  color: #002776;
  display: inline-block;
  height: 2em;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ffe-input-field--text-like:focus {
  border-color: #0071CD;
  box-shadow: none;
  color: #0071CD;
}
.ffe-input-field::-ms-clear {
  display: none;
}
.ffe-input-field::placeholder {
  color: #676767;
  opacity: 1;
}
.ffe-textarea {
  display: block;
  width: 100%;
  padding: 13px;
  font-family: MuseoSans-500, arial, sans-serif;
  border-radius: 4px;
  border: 2px solid #CCC;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 0 1px 2px 0 #F4F4F4 inset;
  font-size: 16px;
}
.ffe-textarea:hover {
  border-color: #0071CD;
}
.ffe-textarea:focus,
.ffe-textarea:active {
  border-color: #0071CD;
  box-shadow: 0 0 0 2px rgba(68, 192, 255, 0.5);
  outline: none;
}
.ffe-dropdown {
  background-color: #FFF;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: calc(100% - 9px) 50%;
  border: 2px solid #CCC;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 #F4F4F4;
  color: #262626;
  display: block;
  /*.ffe-chevron-icon-with-color();*/
  font-family: MuseoSans-500, arial, sans-serif;
  height: 45px;
  padding: 0 32px 0 13px;
  line-height: 20px;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  width: 100%;
  font-size: 16px;
}
.ffe-dropdown:hover {
  border-color: #0071CD;
}
.ffe-dropdown:focus,
.ffe-dropdown:active {
  border-color: #0071CD;
  box-shadow: 0 0 0 2px rgba(68, 192, 255, 0.5);
  outline: none;
}
.ffe-dropdown:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #262626;
  transition: color 0ms;
}
.ffe-dropdown:focus::-ms-value {
  background: #FFF;
  color: #262626;
}
.ffe-dropdown::-ms-expand {
  display: none;
}
.ffe-dropdown::-ms-clear {
  display: none;
}
.ffe-dropdown--inline {
  display: inline-block;
  width: auto;
}
.ffe-dropdown::placeholder {
  color: #676767;
  opacity: 1;
}
.ffe-checkbox {
  display: block;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
  transition: width 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  text-align: left;
  padding-left: 35px;
}
.ffe-checkbox--no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.ffe-checkbox--inline {
  display: inline-block;
  margin-right: 20px;
}
.ffe-checkbox::before {
  border: solid 2px #ADADAD;
  border-radius: 2px;
  content: '';
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  width: 20px;
  background-color: #FFF;
}
.ffe-checkbox--hidden-label {
  margin: 0;
  padding-left: 20px;
  padding-bottom: 20px;
}
.ffe-checkbox--hidden-label::before {
  margin-right: 0;
}
.ffe-checkbox::after {
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  border-right: 3px solid transparent;
  border-top: 3px solid transparent;
  content: '';
  display: block;
  height: 11px;
  width: 6px;
  left: 4px;
  top: 11px;
  position: absolute;
}
.ffe-hidden-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.ffe-hidden-checkbox:checked + .ffe-checkbox::before,
.ffe-hidden-checkbox:hover + .ffe-checkbox::before,
.ffe-hidden-checkbox:focus + .ffe-checkbox::before,
.ffe-hidden-checkbox:active + .ffe-checkbox::before {
  outline: none;
}
.ffe-hidden-checkbox:hover + .ffe-checkbox::before {
  border-color: #0071CD;
}
.ffe-hidden-checkbox:active + .ffe-checkbox::before,
.ffe-hidden-checkbox:focus + .ffe-checkbox::before {
  box-shadow: 0 0 0 2px rgba(68, 192, 255, 0.5);
}
.ffe-hidden-checkbox:checked + .ffe-checkbox::before {
  border-color: #0071CD;
  background-color: #FFF;
}
.ffe-hidden-checkbox:focus + .ffe-checkbox::before {
  box-shadow: 0 0 0 2px rgba(68, 192, 255, 0.5);
}
.ffe-hidden-checkbox:checked + .ffe-checkbox::after {
  animation: checkmark 0.4s;
  border-color: #0071CD;
}
.ffe-hidden-checkbox[aria-invalid='true'] + .ffe-checkbox::before {
  border-color: #DA3D00;
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 6px;
  }
  50% {
    height: 11px;
    width: 6px;
  }
}
.ffe-radio-input {
  position: absolute;
  opacity: 0;
}
.ffe-radio-button {
  display: block;
  position: relative;
  color: #262626;
  cursor: pointer;
  margin: 10px 0;
  transition: width 0.2s cubic-bezier(0.46, -0.265, 0.48, 1.38);
  text-align: left;
  padding-left: 30px;
  padding-top: 1px;
}
.ffe-radio-button--inline {
  display: inline-block;
  margin-right: 20px;
}
.ffe-radio-button--with-tooltip {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
}
.ffe-radio-button__tooltip-icon {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  position: absolute;
  right: 0;
  margin-top: 8px;
}
.ffe-radio-button__tooltip-icon .ffe-tooltip__icon {
  margin: 0;
}
.ffe-radio-button__tooltip-text.ffe-tooltip__text {
  margin-left: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.ffe-radio-button__tooltip-text.ffe-tooltip__text--active {
  margin-top: 5px;
}
.ffe-radio-button::before {
  content: '';
  background-color: #FFF;
  border: 10px solid #FFF;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 3px;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ffe-radio-button::after {
  content: '';
  border: 2px solid #ADADAD;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ffe-radio-button--invalid::after {
  border-color: #DA3D00;
}
.ffe-radio-input:checked + .ffe-radio-button::before,
.ffe-radio-input:hover + .ffe-radio-button::before,
.ffe-radio-input:focus + .ffe-radio-button::before,
.ffe-radio-input:active + .ffe-radio-button::before {
  outline: none;
}
.ffe-radio-input:hover + .ffe-radio-button::after {
  border-color: #0071CD;
}
.ffe-radio-input:checked + .ffe-radio-button::before {
  background-color: #0071CD;
  border: 5px solid #FFF;
}
.ffe-radio-input:checked + .ffe-radio-button::after {
  border-color: #0071CD;
}
.ffe-radio-input:active + .ffe-radio-button::after,
.ffe-radio-input:focus + .ffe-radio-button::after {
  box-shadow: 0 0 0 2px rgba(68, 192, 255, 0.5);
}
.ffe-radio-input:hover + .ffe-radio-button--invalid::after {
  border-color: #DA3D00;
}
.ffe-radio-input:checked + .ffe-radio-button--invalid::after {
  border-color: #DA3D00;
}
.ffe-radio-switch {
  padding: 6px 20px 6px 50px;
  position: relative;
  background-color: #FFF;
  border: 2px solid #CCC;
  border-radius: 22px;
  display: inline-block;
  min-width: 100px;
  text-align: left;
  color: #0071CD;
  font-family: 'MuseoSansRounded-700', arial, sans-serif;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 5px;
}
.ffe-radio-switch::before {
  content: '';
  background-color: #FFF;
  border: 2px solid #ADADAD;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  left: 12px;
  top: 8px;
}
.ffe-radio-switch.ffe-radio-button--invalid {
  border-color: #DA3D00;
}
@media screen and (min-width: 480px) {
  .ffe-radio-switch {
    margin-bottom: 0;
  }
}
.ffe-radio-switch + input + .ffe-radio-switch {
  margin-left: 5px;
}
.ffe-radio-input:checked + .ffe-radio-switch {
  border-color: #002776;
  background-color: #002776;
  color: #FFF;
}
.ffe-radio-input:hover + .ffe-radio-switch {
  border-color: #0071CD;
}
.ffe-radio-input:focus + .ffe-radio-switch {
  border-color: rgba(68, 192, 255, 0.5);
}
.ffe-radio-input:checked + .ffe-radio-switch::before {
  border: 5px solid #FFF;
  background: #0071CD;
}
.ffe-radio-block {
  margin-top: 20px;
  width: 100%;
  transition: width 0.2s cubic-bezier(0.46, -0.265, 0.48, 1.38);
}
.ffe-radio-block__content {
  width: 100%;
  position: relative;
  border: 2px solid #CCC;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  color: #262626;
  background-color: #FFF;
  cursor: pointer;
  transition: border-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ffe-radio-block__content::before {
  content: '';
  background-color: #FFF;
  border: 2px solid #ADADAD;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  z-index: 1;
}
.ffe-radio-block__header {
  display: block;
  padding: 8px 60px 7px;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ffe-radio-block__wrapper {
  padding: 20px 20px 30px;
  cursor: auto;
}
.ffe-radio-block__wrapper--empty {
  padding: 0;
}
.ffe-radio-block__wrapper[aria-hidden='true'] {
  display: none;
}
.ffe-radio-input + .ffe-radio-block__content > .ffe-radio-block__header {
  border-bottom: thin solid #CCC;
}
.ffe-radio-input + .ffe-radio-block__content[role='presentation'] > .ffe-radio-block__header {
  border-bottom: none;
}
.ffe-radio-input:checked + .ffe-radio-block__content {
  border: 2px solid #002776;
}
.ffe-radio-input:checked + .ffe-radio-block__content > .ffe-radio-block__header {
  border-bottom: thin solid #002776;
  background-color: #002776;
  color: #FFF;
}
.ffe-radio-input:checked + .ffe-radio-block__content::before {
  background-color: #FFF;
  border: 7px solid #0071CD;
}
.ffe-radio-input:focus + .ffe-radio-block__content {
  box-shadow: 0 0 0 2px rgba(68, 192, 255, 0.5);
}
@media screen and (min-width: 480px) {
  .ffe-radio-block__wrapper {
    padding-left: 60px;
  }
}
.ffe-file-upload input[type='file'] {
  display: none;
}
.ffe-file-upload__button {
  display: inline-block;
  cursor: pointer;
  background-color: #FFF;
  border: solid 2px #CCC;
  border-radius: 4px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
  line-height: 24px;
  outline: none;
  overflow: hidden;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #0071CD;
  vertical-align: middle;
  margin-bottom: 10px;
  font-size: 18px;
}
@media all and (max-width: 480px) {
  .ffe-file-upload__button {
    width: 100%;
  }
}
.ffe-file-upload__button:active,
.ffe-file-upload__button:focus,
.ffe-file-upload__button:hover {
  border-color: #0071CD;
}
.ffe-file-upload__button:hover {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.ffe-file-upload__button:active {
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.ffe-file-upload__button[aria-invalid='true'] {
  border: solid 2px #DA3D00;
}
.ffe-file-upload__button__label-icon {
  display: inline-block;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' height='22' width='22'%3E%3Cpath fill='%23002776' d='M50.87 148.324l.264-109.678c0-20.024 16.474-37.025 36.518-36.64a35.829 35.829 0 0 1 35.078 35.87l-.263 107.79a22.459 22.459 0 0 1-19.964 22.54 22.073 22.073 0 0 1-24.122-21.992l.142-59.586a5.762 5.762 0 0 1 5.761-5.742h2.699a5.762 5.762 0 0 1 5.741 5.762l-.142 59.363a7.993 7.993 0 0 0 6.087 7.912 7.851 7.851 0 0 0 9.515-7.648l.264-107.811A21.992 21.992 0 0 0 88.99 16.309a21.607 21.607 0 0 0-23.656 21.425l-.263 110.813c0 19.598 15.946 36.336 35.565 36.072a35.098 35.098 0 0 0 34.49-34.956l.141-60.398a5.742 5.742 0 0 1 5.762-5.741h2.698a5.742 5.742 0 0 1 5.742 5.762l-.142 60.397a49.32 49.32 0 0 1-48.488 49.138c-27.552.405-50.03-22.926-49.97-50.497z'/%3E%3C/svg%3E") no-repeat;
  background-size: 22px 22px;
  margin-right: 10px;
  fill: #002776;
  height: 22px;
  width: 22px;
  vertical-align: middle;
}
.ffe-file-upload__selected-files {
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
  color: #262626;
  list-style: none;
  width: 100%;
  max-width: 480px;
  border-bottom: 1px solid #CCC;
}
.ffe-file-upload__selected-files li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 9px 10px 11px;
  margin: 0;
  border-top: 1px solid #CCC;
}
.ffe-file-upload__filename__title {
  color: #002776;
  line-height: 16px;
  margin: 20px 0 10px;
  font-size: 16px;
}
.ffe-file-upload__filename {
  order: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 2px;
}
.ffe-file-upload__file-size {
  order: 2;
  align-self: flex-start;
  margin: 2px 20px 0;
  flex-grow: 1;
  color: #676767;
}
.ffe-file-upload__delete-button {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  height: 24px;
  min-width: 24px;
  line-height: 18px;
  padding: 2px 5px 0;
  margin: 0;
  text-decoration: none;
  position: relative;
  order: 3;
  font-size: 18px;
}
.ffe-file-upload__delete-button::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 200 200'%3E%3Cpath fill='%230071CD' d='M18.77,0c-3.562,0-7.125,1.347-9.834,4.044l-4.429,4.439c-5.381,5.394-5.381,14.25,0,19.68l71.19,71.83-71.66,71.83c-5.381,5.394-5.381,14.25,0,19.68l4.429,4.439c5.381,5.394,14.22,5.394,19.64,0l71.66-71.83,71.65,71.83c5.381,5.394,14.23,5.394,19.65,0l4.429-4.439c5.381-5.394,5.381-14.25,0-19.68l-71.19-71.83,71.66-71.83c5.381-4.914,5.381-13.78,0-19.21l-4.429-4.423c-5.381-5.394-14.22-5.394-19.64,0l-72.13,71.34-71.17-71.83c-2.691-2.697-6.257-4.044-9.819-4.044z'/%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  bottom: 5px;
  left: 5px;
  fill: #0071CD;
  height: 14px;
  width: 14px;
}
.ffe-phone-number {
  display: flex;
}
.ffe-phone-number__input-group {
  display: flex;
}
.ffe-phone-number__country-code {
  min-width: 110px;
  flex-grow: 1;
}
.ffe-phone-number__country-code label {
  white-space: nowrap;
  margin-right: 10px;
}
.ffe-phone-number__country-code-input {
  max-width: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 14px;
}
.ffe-phone-number__plus {
  font-weight: 400;
  line-height: 1;
  padding: 12px 6px;
  border: 2px solid #CCC;
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.ffe-phone-number__number {
  flex-grow: 10000;
}
.ffe-phone-number__number label {
  white-space: nowrap;
}
.ffe-phone-number__phone-input:disabled,
.ffe-phone-number__country-code-input:disabled {
  color: transparent;
}
/* Form Layout */
.ffe-input-group {
  border: 0;
  position: relative;
}
.ffe-input-group [aria-invalid='true'] {
  border-color: #DA3D00;
  border-style: solid;
}
.ffe-input-group .ffe-input-field--text-like[aria-invalid='true'] {
  border-bottom: 2px solid;
  border-color: #DA3D00;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
}
.ffe-form-label {
  margin: 0;
  padding: 8px 0 2px;
  display: inline-block;
  position: relative;
  font-family: MuseoSans-500, arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #002776;
}
@media screen and (min-width: 480px) {
  .ffe-form-label {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .ffe-form-label {
    font-size: 16px;
  }
}
.ffe-form-label--block {
  display: block;
}
.ffe-fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.ffe-tooltip__icon {
  background: #FFF;
  border-radius: 50%;
  border: 2px solid #CCC;
  color: #0071CD;
  cursor: help;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin: 0 0 4px 13px;
  padding: 0 0 0 1px;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  font-size: 18px;
}
.ffe-tooltip__icon:hover,
.ffe-tooltip__icon:focus {
  border-color: #0071CD;
}
.ffe-tooltip__icon:focus {
  box-shadow: 0 0 0 2px rgba(68, 192, 255, 0.5);
  outline: none;
}
.ffe-tooltip__icon:active,
.ffe-tooltip__icon--active {
  border-color: #002776;
  color: #002776;
}
.ffe-tooltip__text {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ffe-tooltip__text--active {
  margin-bottom: 12px;
}
/* Validation */
.ffe-field-info-message,
.ffe-field-error-message,
.ffe-field-success-message {
  color: #002776;
  margin: 5px 0 10px;
  display: block;
  font-size: 16px;
}
.ffe-field-info-message[aria-hidden='true'] {
  display: none;
}
.ffe-field-info-message::before,
.ffe-field-error-message::before,
.ffe-field-success-message::before {
  content: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20height%3D%2212%22%20width%3D%2212%22%20x%3D%22750%22%20y%3D%221050%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20d%3D%22M96.19%20199.99h7.846c7.154%200%2011.308-4.398%2011.308-11.805V85.195c0-7.407-4.154-11.805-11.308-11.805H96.19c-7.384%200-11.769%204.398-11.769%2011.805v103C84.648%20195.6%2088.801%20200%2096.186%20200zM116.5%2011.805C116.5%204.398%20112.35%200%20105.19%200H94.808C87.65%200%2083.5%204.398%2083.5%2011.805V26.85c0%207.407%203.923%2011.342%2011.308%2011.342h10.385c7.384%200%2011.308-3.935%2011.308-11.342V11.805z%22/%3E%3C/svg%3E');
  color: #FFF;
  background-color: #002776;
  border-radius: 50%;
  vertical-align: middle;
  padding: 2px;
  width: 18px;
  height: 18px;
  display: inline-block;
  line-height: 16px;
  margin-right: 5px;
  text-align: center;
  font-family: arial, sans-serif;
}
.ffe-field-error-message {
  color: #262626;
}
.ffe-field-error-message[aria-hidden='true'] {
  display: none;
}
.ffe-field-error-message::before {
  content: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20height%3D%2212%22%20width%3D%2212%22%20x%3D%221650%22%20y%3D%221200%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20d%3D%22M99.882.64a16.562%2016.562%200%200%200-16.294%2016.772v93.863a16.562%2016.562%200%201%200%2033.102%200V17.412A16.562%2016.562%200%200%200%2099.882.64zm.257%20162.054c-9.145%200-16.55%207.405-16.55%2016.55%200%209.147%207.405%2016.589%2016.55%2016.589%209.146%200%2016.551-7.442%2016.551-16.588s-7.405-16.551-16.55-16.551z%22/%3E%3C/svg%3E');
  background-color: #DA3D00;
}
.ffe-field-success-message {
  color: #008A00;
}
.ffe-field-success-message[aria-hidden='true'] {
  display: none;
}
.ffe-field-success-message::before {
  content: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20height%3D%2212%22%20width%3D%2212%22%20x%3D%22900%22%20y%3D%22600%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20d%3D%22M176.56%200c-4.403%200-8.307%202.466-10.288%205.892L75.727%20162.228l-42.61-59.77c-2.462-2.945-5.886-4.89-9.789-4.89h-7.342c-4.403%200-8.307%202.46-10.289%206.368-1.941%203.948-1.46%208.84%201%2012.267L61.5%20192.166c3.42%204.89%209.306%207.834%2015.19%207.834%206.845%200%2012.708-3.426%2016.13-9.317L193.647%2017.196c2.462-3.467%202.466-7.837.044-11.303C191.75%201.945%20187.805%200%20183.402%200h-6.842z%22/%3E%3C/svg%3E');
  background-color: #008A00;
}
select,
textarea,
input:not([type='radio']):not([type='checkbox']) {
  appearance: none;
}
.ffe-button-group {
  padding: 40px 0;
}
.ffe-button-group .ffe-action-button,
.ffe-button-group .ffe-primary-button,
.ffe-button-group .ffe-secondary-button,
.ffe-button-group .ffe-shortcut-button,
.ffe-button-group .ffe-tertiary-button,
.ffe-button-group .ffe-tab-button,
.ffe-button-group .ffe-secondary-button,
.ffe-button-group .ffe-shortcut-button,
.ffe-button-group .ffe-action-button,
.ffe-button-group .ffe-expand-button,
.ffe-button-group .ffe-shortcut-button,
.ffe-button-group .ffe-expand-button,
.ffe-button-group .ffe-expand-button--dark,
.ffe-button-group .ffe-expand-button--dark {
  margin: 0 auto 10px;
}
.ffe-button-group--thin {
  padding: 0;
}
.ffe-button-group--inline .ffe-action-button,
.ffe-button-group--inline .ffe-primary-button,
.ffe-button-group--inline .ffe-secondary-button,
.ffe-button-group--inline .ffe-shortcut-button,
.ffe-button-group--inline .ffe-tertiary-button,
.ffe-button-group--inline .ffe-tab-button,
.ffe-button-group--inline .ffe-secondary-button,
.ffe-button-group--inline .ffe-shortcut-button,
.ffe-button-group--inline .ffe-action-button,
.ffe-button-group--inline .ffe-expand-button,
.ffe-button-group--inline .ffe-shortcut-button,
.ffe-button-group--inline .ffe-expand-button,
.ffe-button-group--inline .ffe-expand-button--dark,
.ffe-button-group--inline .ffe-expand-button--dark {
  display: inline;
  margin: 0 0 10px 10px;
  width: auto;
}
.ffe-button-group--inline .ffe-action-button:first-child,
.ffe-button-group--inline .ffe-primary-button:first-child,
.ffe-button-group--inline .ffe-secondary-button:first-child,
.ffe-button-group--inline .ffe-shortcut-button:first-child,
.ffe-button-group--inline .ffe-tertiary-button:first-child,
.ffe-button-group--inline .ffe-tab-button:first-child,
.ffe-button-group--inline .ffe-secondary-button:first-child,
.ffe-button-group--inline .ffe-shortcut-button:first-child,
.ffe-button-group--inline .ffe-action-button:first-child,
.ffe-button-group--inline .ffe-expand-button:first-child,
.ffe-button-group--inline .ffe-shortcut-button:first-child,
.ffe-button-group--inline .ffe-expand-button:first-child,
.ffe-button-group--inline .ffe-expand-button--dark:first-child,
.ffe-button-group--inline .ffe-expand-button--dark:first-child {
  margin: 0 0 10px;
}
@media screen and (min-width: 480px) {
  .ffe-button-group .ffe-action-button,
  .ffe-button-group .ffe-primary-button,
  .ffe-button-group .ffe-secondary-button,
  .ffe-button-group .ffe-shortcut-button,
  .ffe-button-group .ffe-tertiary-button,
  .ffe-button-group .ffe-tab-button,
  .ffe-button-group .ffe-secondary-button,
  .ffe-button-group .ffe-shortcut-button,
  .ffe-button-group .ffe-action-button,
  .ffe-button-group .ffe-expand-button,
  .ffe-button-group .ffe-shortcut-button,
  .ffe-button-group .ffe-expand-button,
  .ffe-button-group .ffe-expand-button--dark,
  .ffe-button-group .ffe-expand-button--dark {
    display: inline-block;
    margin: 0 0 10px 10px;
    width: auto;
  }
  .ffe-button-group .ffe-action-button:first-child,
  .ffe-button-group .ffe-primary-button:first-child,
  .ffe-button-group .ffe-secondary-button:first-child,
  .ffe-button-group .ffe-shortcut-button:first-child,
  .ffe-button-group .ffe-tertiary-button:first-child,
  .ffe-button-group .ffe-tab-button:first-child,
  .ffe-button-group .ffe-secondary-button:first-child,
  .ffe-button-group .ffe-shortcut-button:first-child,
  .ffe-button-group .ffe-action-button:first-child,
  .ffe-button-group .ffe-expand-button:first-child,
  .ffe-button-group .ffe-shortcut-button:first-child,
  .ffe-button-group .ffe-expand-button:first-child,
  .ffe-button-group .ffe-expand-button--dark:first-child,
  .ffe-button-group .ffe-expand-button--dark:first-child {
    margin: 0 0 10px;
  }
}
.ffe-primary-button,
.ffe-secondary-button,
.ffe-action-button,
.ffe-shortcut-button,
.ffe-expand-button,
.ffe-expand-button--dark {
  background-color: #0071CD;
  border: 2px solid transparent;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
  display: block;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 24px;
  font-family: "MuseoSansRounded-500", arial, sans-serif;
  outline: none;
  overflow: hidden;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  vertical-align: middle;
  width: 100%;
  font-size: 18px;
}
.ffe-primary-button:focus,
.ffe-secondary-button:focus,
.ffe-action-button:focus,
.ffe-shortcut-button:focus,
.ffe-expand-button:focus,
.ffe-expand-button--dark:focus {
  background-color: #0063b4;
  box-shadow: 0 0 0 2px rgba(68, 192, 255, 0.5);
  outline: 0;
}
.ffe-primary-button:hover,
.ffe-secondary-button:hover,
.ffe-action-button:hover,
.ffe-shortcut-button:hover,
.ffe-expand-button:hover,
.ffe-expand-button--dark:hover {
  background-color: #0063b4;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.ffe-primary-button:active,
.ffe-secondary-button:active,
.ffe-action-button:active,
.ffe-shortcut-button:active,
.ffe-expand-button:active,
.ffe-expand-button--dark:active {
  background-color: #00559a;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.ffe-primary-button__label,
.ffe-secondary-button__label,
.ffe-action-button__label,
.ffe-shortcut-button__label,
.ffe-expand-button__label,
.ffe-expand-button--dark__label {
  overflow: hidden;
  position: relative;
}
.ffe-primary-button__label-text,
.ffe-secondary-button__label-text,
.ffe-action-button__label-text,
.ffe-shortcut-button__label-text,
.ffe-expand-button__label-text,
.ffe-expand-button--dark__label-text {
  bottom: 0;
  display: inline-block;
  position: relative;
  transition: bottom 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ffe-primary-button__label-spinner,
.ffe-secondary-button__label-spinner,
.ffe-action-button__label-spinner,
.ffe-shortcut-button__label-spinner,
.ffe-expand-button__label-spinner,
.ffe-expand-button--dark__label-spinner {
  bottom: -40px;
  color: transparent;
  animation: spindindust 1s linear infinite;
  border: 3px solid #FFF;
  border-radius: 50%;
  border-top-color: transparent;
  content: " ";
  display: inline-block;
  height: 22px;
  visibility: visible;
  width: 22px;
  left: calc(50% - 11px);
  opacity: 0;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  user-select: none;
}
@keyframes spindindust {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ffe-primary-button__label-spinner[aria-hidden="false"],
.ffe-secondary-button__label-spinner[aria-hidden="false"],
.ffe-action-button__label-spinner[aria-hidden="false"],
.ffe-shortcut-button__label-spinner[aria-hidden="false"],
.ffe-expand-button__label-spinner[aria-hidden="false"],
.ffe-expand-button--dark__label-spinner[aria-hidden="false"] {
  bottom: 0;
  opacity: 1;
}
.ffe-primary-button--loading,
.ffe-secondary-button--loading,
.ffe-action-button--loading,
.ffe-shortcut-button--loading,
.ffe-expand-button--loading,
.ffe-expand-button--dark--loading {
  background-color: #00559a;
  pointer-events: none;
}
.ffe-primary-button--loading .ffe-primary-button__label-text,
.ffe-secondary-button--loading .ffe-secondary-button__label-text,
.ffe-action-button--loading .ffe-action-button__label-text,
.ffe-shortcut-button--loading .ffe-shortcut-button__label-text,
.ffe-expand-button--loading .ffe-expand-button__label-text,
.ffe-expand-button--dark--loading .ffe-expand-button--dark__label-text {
  bottom: 50px;
}
.ffe-primary-button--condensed,
.ffe-secondary-button--condensed,
.ffe-action-button--condensed,
.ffe-shortcut-button--condensed,
.ffe-expand-button--condensed,
.ffe-expand-button--dark--condensed {
  padding: 5px 20px;
  font-size: 14px;
}
.ffe-primary-button--condensed [class*="-button__label-spinner"][aria-hidden="false"],
.ffe-secondary-button--condensed [class*="-button__label-spinner"][aria-hidden="false"],
.ffe-action-button--condensed [class*="-button__label-spinner"][aria-hidden="false"],
.ffe-shortcut-button--condensed [class*="-button__label-spinner"][aria-hidden="false"],
.ffe-expand-button--condensed [class*="-button__label-spinner"][aria-hidden="false"],
.ffe-expand-button--dark--condensed [class*="-button__label-spinner"][aria-hidden="false"] {
  bottom: -3px;
}
@media screen and (min-width: 480px) {
  .ffe-primary-button,
  .ffe-secondary-button,
  .ffe-action-button,
  .ffe-shortcut-button,
  .ffe-expand-button,
  .ffe-expand-button--dark {
    display: inline-block;
    width: auto;
  }
}
.ffe-secondary-button,
.ffe-shortcut-button,
.ffe-expand-button,
.ffe-expand-button--dark {
  background-color: #FFF;
  border: solid 2px #CCC;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.05);
  color: #0071CD;
}
.ffe-secondary-button:active,
.ffe-secondary-button:focus,
.ffe-secondary-button:hover,
.ffe-shortcut-button:active,
.ffe-shortcut-button:focus,
.ffe-shortcut-button:hover,
.ffe-expand-button:active,
.ffe-expand-button:focus,
.ffe-expand-button:hover,
.ffe-expand-button--dark:active,
.ffe-expand-button--dark:focus,
.ffe-expand-button--dark:hover {
  background-color: #FFF;
  border-color: #0071CD;
}
.ffe-secondary-button--loading,
.ffe-shortcut-button--loading,
.ffe-expand-button--loading,
.ffe-expand-button--dark--loading {
  background-color: #FFF;
}
.ffe-secondary-button__label-spinner,
.ffe-shortcut-button__label-spinner,
.ffe-expand-button__label-spinner,
.ffe-expand-button--dark__label-spinner {
  animation: spindindust 1s linear infinite;
  border: 3px solid #0071CD;
  border-radius: 50%;
  border-top-color: transparent;
  content: " ";
  display: inline-block;
  height: 22px;
  visibility: visible;
  width: 22px;
}
@keyframes spindindust {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ffe-secondary-button__label-icon,
.ffe-shortcut-button__label-icon,
.ffe-expand-button__label-icon,
.ffe-expand-button--dark__label-icon {
  position: relative;
  top: .15em;
  right: 5px;
  display: inline-block;
  height: 14px;
  width: 14px;
  fill: #002776;
}
.ffe-secondary-button--condensed .ffe-secondary-button__label-icon,
.ffe-shortcut-button--condensed .ffe-secondary-button__label-icon,
.ffe-expand-button--condensed .ffe-secondary-button__label-icon,
.ffe-expand-button--dark--condensed .ffe-secondary-button__label-icon {
  height: 14px;
  width: 14px;
}
.ffe-shortcut-button {
  padding-right: 35px;
}
.ffe-shortcut-button:active .ffe-shortcut-button__icon-chevron,
.ffe-shortcut-button:focus .ffe-shortcut-button__icon-chevron,
.ffe-shortcut-button:hover .ffe-shortcut-button__icon-chevron {
  left: 20px;
}
.ffe-shortcut-button__icon-chevron {
  bottom: -2px;
  fill: #0071CD;
  height: 16px;
  left: 15px;
  position: relative;
  transform: rotate(-90deg);
  transition: left 0.2s cubic-bezier(0.46, -0.265, 0.48, 1.38);
  width: 16px;
}
.ffe-shortcut-button--condensed {
  padding-right: 25px;
}
.ffe-shortcut-button--condensed .ffe-shortcut-button__icon-chevron {
  height: 14px;
  width: 14px;
  left: 10px;
}
.ffe-shortcut-button--condensed:active .ffe-shortcut-button__icon-chevron,
.ffe-shortcut-button--condensed:focus .ffe-shortcut-button__icon-chevron,
.ffe-shortcut-button--condensed:hover .ffe-shortcut-button__icon-chevron {
  left: 13px;
}
.ffe-action-button {
  background-color: #008A00;
}
.ffe-action-button:focus,
.ffe-action-button:hover {
  background-color: #007100;
}
.ffe-action-button:active,
.ffe-action-button--loading {
  background-color: #005700;
}
.ffe-action-button--ghost,
.ffe-action-button--ghost:focus {
  background-color: transparent;
  border: 2px solid #008A00;
  color: #008A00;
}
.ffe-action-button--ghost:hover {
  background-color: #007100;
  border-color: #007100;
  color: #FFF;
}
.ffe-action-button--ghost:active {
  background-color: #005700;
}
.ffe-tertiary-button {
  background-color: transparent;
  border: none;
  border-radius: 6px;
  color: #0071CD;
  cursor: pointer;
  display: inline-block;
  font-family: "MuseoSansRounded-500", arial, sans-serif;
  height: 26px;
  line-height: 20px;
  margin: 0 -4px;
  padding: 0 4px;
  text-decoration: none;
  font-size: 16px;
}
.ffe-tertiary-button::after {
  border-bottom: solid 1px #0071CD;
  content: " ";
  display: block;
}
.ffe-tertiary-button:active,
.ffe-tertiary-button:focus {
  box-shadow: 0 0 0 2px rgba(68, 192, 255, 0.5);
  color: #005AA4;
  outline: none;
}
.ffe-tertiary-button:hover {
  color: #005AA4;
}
.ffe-tertiary-button:active::after,
.ffe-tertiary-button:focus::after,
.ffe-tertiary-button:hover::after {
  border-color: #005AA4;
}
.ffe-tertiary-button--with-icon {
  padding-left: 30px;
  position: relative;
}
.ffe-tertiary-button__label-icon {
  position: absolute;
  bottom: 4px;
  left: 4px;
  fill: #002776;
  height: 14px;
  width: 14px;
}
.ffe-tertiary-button--condensed {
  font-size: 14px;
}
.ffe-tertiary-button--condensed .ffe-tertiary-button__label-icon {
  bottom: 7px;
  left: 9px;
  height: 14px;
  width: 14px;
}
.ffe-inline-expand-button {
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: #0071CD;
  display: inline-block;
  font-family: 'MuseoSans-500', arial, sans-serif;
  line-height: 26px;
  margin: 0 -4px;
  padding: 0 4px;
  font-size: 16px;
}
.ffe-inline-expand-button:active,
.ffe-inline-expand-button:focus {
  box-shadow: 0 0 0 2px rgba(68, 192, 255, 0.5);
  color: #005AA4;
  outline: none;
}
.ffe-inline-expand-button:hover {
  color: #005AA4;
}
.ffe-inline-expand-button__icon {
  fill: #0071CD;
  width: 16px;
  height: 16px;
  align-self: center;
  max-width: 16px;
  min-width: 16px;
  margin: 0 0 -2px 6px;
  transition: transform 0.2s cubic-bezier(0.46, -0.265, 0.48, 1.38), fill 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ffe-inline-expand-button__icon--expanded {
  transform: rotateX(180deg);
  fill: #002776;
}
.ffe-expand-button,
.ffe-expand-button--dark {
  border-radius: 34px;
  height: 45px;
}
.ffe-expand-button--expanded,
.ffe-expand-button--dark--expanded {
  /*@bare-color: replace(~`'@{ffe-blue-azure}'`, '#', '');*/
  /*background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20d%3D%22M18.77188%2C0c-3.56152%2C0-7.12521%2C1.34709-9.83437%2C4.04421l-4.42862%2C4.43914c-5.38143%2C5.39423-5.38143%2C14.25271%2C0%2C19.6839l71.18886%2C71.83202-71.66167%2C71.83201c-5.38144%2C5.39422-5.38144%2C14.25271%2C0%2C19.6839l4.42862%2C4.43914c5.38145%2C5.39424%2C14.21893%2C5.39424%2C19.63722%2C0l71.66167-71.83201%2C71.64591%2C71.83201c5.38143%2C5.39424%2C14.23467%2C5.39424%2C19.65298%2C0l4.42862-4.43914c5.38142-5.39423%2C5.38142-14.25271%2C0-19.6839l-71.18886-71.83201%2C71.66167-71.83202c5.38145-4.91394%2C5.38145-13.77881%2C0-19.20997l-4.42862-4.42335c-5.38144-5.39422-14.21891-5.39422-19.63722%2C0l-72.13448%2C71.34229-71.1731-71.83201c-2.69072-2.69712-6.25708-4.04421-9.81861-4.04421z%22%20fill%3D%22%23@{bare-color}%22/%3E%3C/svg%3E');*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 0;
  width: 45px;
}
.ffe-expand-button__label--expanded,
.ffe-expand-button--dark__label--expanded {
  display: none;
}
.ffe-expand-button--dark {
  background-color: #0071CD;
  border-color: #0071CD;
  height: 45px;
}
.ffe-expand-button--dark:active,
.ffe-expand-button--dark:focus,
.ffe-expand-button--dark:hover {
  background-color: #002776;
  border-color: #002776;
}
.ffe-expand-button--dark--expanded {
  /*@bare-color: replace(~`'@{ffe-white}'`, '#', '');*/
  /*background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20d%3D%22M18.77188%2C0c-3.56152%2C0-7.12521%2C1.34709-9.83437%2C4.04421l-4.42862%2C4.43914c-5.38143%2C5.39423-5.38143%2C14.25271%2C0%2C19.6839l71.18886%2C71.83202-71.66167%2C71.83201c-5.38144%2C5.39422-5.38144%2C14.25271%2C0%2C19.6839l4.42862%2C4.43914c5.38145%2C5.39424%2C14.21893%2C5.39424%2C19.63722%2C0l71.66167-71.83201%2C71.64591%2C71.83201c5.38143%2C5.39424%2C14.23467%2C5.39424%2C19.65298%2C0l4.42862-4.43914c5.38142-5.39423%2C5.38142-14.25271%2C0-19.6839l-71.18886-71.83201%2C71.66167-71.83202c5.38145-4.91394%2C5.38145-13.77881%2C0-19.20997l-4.42862-4.42335c-5.38144-5.39422-14.21891-5.39422-19.63722%2C0l-72.13448%2C71.34229-71.1731-71.83201c-2.69072-2.69712-6.25708-4.04421-9.81861-4.04421z%22%20fill%3D%22%23@{bare-color}%22/%3E%3C/svg%3E');*/
}
.ffe-expand-button--dark__label {
  color: #FFF;
}
.ffe-back-button {
  box-shadow: none;
  border: none;
  width: auto;
  color: #676767;
  font-family: "MuseoSansRounded-500", arial, sans-serif;
  height: 24px;
  line-height: 20px;
  padding: 1px 6px 1px 1em;
  background: transparent no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.8em' height='1.5em' viewBox='0 0 200 200'%3E%3Cpath transform = 'rotate(90 100 100)' fill = '%23676767' d='m16.171492,41.999998c-4.143269,0-8.2852797,1.57464-11.4277496,4.706478-6.3249899,6.283609-6.3249899,16.499474,0,22.803034l84.0286676,83.76282c6.30496,6.30356,16.54928,6.30356,22.87426,0l83.60959-83.26412c6.32499-6.28361,6.32499-16.499477,0-22.803038-6.30496-6.30356-16.55553-6.30356-22.88051,0l-72.13806,71.893768-72.613438-72.373767c-3.14247-3.151781-7.29074-4.725174-11.433999-4.725174h-0.0188z'/%3E%3C/svg%3E");
  cursor: pointer;
  display: inline-block;
  outline: none;
  overflow: hidden;
  text-decoration: none;
  font-size: 16px;
}
.ffe-back-button:focus {
  background-color: transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 2px rgba(68, 192, 255, 0.5);
}
.ffe-back-button:hover {
  background-color: transparent;
  box-shadow: none;
}
.ffe-back-button:hover .ffe-back-button__label {
  border-bottom: 1px solid #676767;
}
a.ffe-back-button {
  padding-top: 2px;
}
.ffe-task-button {
  background-color: #FFF;
  border: none;
  color: #0071CD;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 2px;
  text-align: left;
  text-decoration: none;
  transition: all 0.2s;
  vertical-align: middle;
  width: auto;
  font-size: 18px;
}
.ffe-task-button:active,
.ffe-task-button:focus,
.ffe-task-button:hover {
  color: #005AA4;
}
.ffe-task-button:hover .ffe-task-button__label-icon {
  border-color: #005AA4;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.ffe-task-button:active .ffe-task-button__label-icon {
  border-color: #005AA4;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.ffe-task-button:focus .ffe-task-button__label-icon {
  border-color: #005AA4;
  box-shadow: 0 0 0 2px rgba(68, 192, 255, 0.5);
}
.ffe-task-button__label-text {
  align-items: center;
  display: flex;
}
.ffe-task-button--loading .ffe-task-button__label-text {
  display: none;
}
.ffe-task-button__label-spinner {
  display: none;
}
.ffe-task-button__label-icon {
  border: 2px solid #CCC;
  border-radius: 50%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  fill: #0071CD;
  height: 45px;
  padding: 13px;
  margin-right: 5px;
  width: 45px;
}
.ffe-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 20px 0 0;
  width: 100%;
}
.ffe-grid--no-top-padding {
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .ffe-grid {
    padding-top: 40px;
  }
  .ffe-grid--no-top-padding {
    padding-top: 0;
  }
}
.ffe-grid__row,
.ffe-grid__row-wrapper {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ffe-grid__row,
  .ffe-grid__row-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.ffe-grid__row--bg-blue-cobalt {
  background-color: #005AA4;
  color: #FFF;
}
.ffe-grid__row--bg-blue-cobalt [class^='ffe-h'] {
  color: #FFF;
}
.ffe-grid__row--bg-blue-ice {
  background-color: #EFF8FC;
}
.ffe-grid__row--bg-blue-pale {
  background-color: #DFF1F9;
}
.ffe-grid__row--bg-blue-royal {
  background-color: #002776;
  color: #FFF;
}
.ffe-grid__row--bg-blue-royal [class^='ffe-h'] {
  color: #FFF;
}
.ffe-grid__row--bg-purple-magenta {
  background-color: #A20076;
}
.ffe-grid__row--bg-green-mint {
  background-color: #E1F4E3;
}
.ffe-grid__row--bg-sand {
  background-color: #F8F5EB;
}
.ffe-grid__row--bg-grey-cloud {
  background-color: #F4F4F4;
}
.ffe-grid__row--bg-grey-warm {
  background-color: #F6F6F3;
}
.ffe-grid__row--bg-orange-salmon {
  background-color: #F3BBAA;
}
.ffe-grid__row--bg-red {
  background-color: #E60000;
}
.ffe-grid__row--bg-blue-sky {
  background-color: #7FC6E8;
}
.ffe-grid__row--reverse,
.ffe-grid__row--reverse > .ffe-grid__row-wrapper {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}
.ffe-grid__row--top-padding {
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .ffe-grid__row--top-padding {
    padding-top: 40px;
  }
}
[class*='ffe-grid__row--bg-'] {
  max-width: 100%;
}
.ffe-grid__row-wrapper {
  margin: 0 auto;
}
[class*='ffe-grid__col'] {
  flex: 1 1;
  flex-direction: column;
  max-width: 100%;
  padding: 0 10px 20px;
}
@media only screen and (min-width: 1024px) {
  [class*='ffe-grid__col'] {
    padding: 0 20px 40px;
  }
}
.ffe-grid--condensed [class*='ffe-grid__col'] {
  padding: 0 5px 10px;
}
@media only screen and (min-width: 1024px) {
  .ffe-grid--condensed [class*='ffe-grid__col'] {
    padding: 0 10px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  [class*='ffe-grid__col--bg-'] {
    position: relative;
  }
  [class*='ffe-grid__col--bg-']::before,
  [class*='ffe-grid__col--bg-']::after {
    background-color: inherit;
    bottom: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
  }
  [class*='ffe-grid__col--bg-']::before {
    left: -20px;
  }
  [class*='ffe-grid__col--bg-']::after {
    right: -20px;
  }
  .ffe-grid--condensed [class*='ffe-grid__col--bg-']::before,
  .ffe-grid--condensed [class*='ffe-grid__col--bg-']::after {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 10px;
  }
  .ffe-grid--condensed [class*='ffe-grid__col--bg-']::before {
    left: -10px;
  }
  .ffe-grid--condensed [class*='ffe-grid__col--bg-']::after {
    right: -10px;
  }
}
.ffe-grid__col--bg-blue-cobalt {
  background-color: #005AA4;
  color: #FFF;
}
.ffe-grid__col--bg-blue-cobalt [class^='ffe-h'] {
  color: #FFF;
}
.ffe-grid__col--bg-blue-ice {
  background-color: #EFF8FC;
}
.ffe-grid__col--bg-blue-pale {
  background-color: #DFF1F9;
}
.ffe-grid__col--bg-blue-royal {
  background-color: #002776;
  color: #FFF;
}
.ffe-grid__col--bg-blue-royal [class^='ffe-h'] {
  color: #FFF;
}
.ffe-grid__col--bg-purple-magenta {
  background-color: #A20076;
}
.ffe-grid__col--bg-green-mint {
  background-color: #E1F4E3;
}
.ffe-grid__col--bg-sand {
  background-color: #F8F5EB;
}
.ffe-grid__col--bg-grey-cloud {
  background-color: #F4F4F4;
}
.ffe-grid__col--bg-grey-warm {
  background-color: #F6F6F3;
}
.ffe-grid__col--bg-orange-salmon {
  background-color: #F3BBAA;
}
.ffe-grid__col--bg-red {
  background-color: #E60000;
}
.ffe-grid__col--bg-blue-sky {
  background-color: #7FC6E8;
}
.ffe-grid__col--reverse {
  flex-direction: column-reverse;
}
.ffe-grid__col--horizontal {
  flex-direction: row;
}
.ffe-grid__col--horizontal.ffe-grid__col--start {
  justify-content: flex-start;
}
.ffe-grid__col--horizontal.ffe-grid__col--center {
  align-items: normal;
  justify-content: center;
}
.ffe-grid__col--horizontal.ffe-grid__col--end {
  align-items: normal;
  justify-content: flex-end;
}
.ffe-grid__col--horizontal.ffe-grid__col--top {
  justify-content: normal;
  align-items: flex-start;
}
.ffe-grid__col--horizontal.ffe-grid__col--middle {
  justify-content: normal;
  align-items: center;
}
.ffe-grid__col--horizontal.ffe-grid__col--bottom {
  justify-content: normal;
  align-items: flex-end;
}
.ffe-grid__col--horizontal.ffe-grid__col--reverse {
  flex-direction: row-reverse;
}
.ffe-grid__col--start {
  align-items: flex-start;
}
.ffe-grid__col--center {
  align-items: center;
}
.ffe-grid__col--end {
  align-items: flex-end;
}
.ffe-grid__col--top {
  justify-content: flex-start;
}
.ffe-grid__col--middle {
  justify-content: center;
}
.ffe-grid__col--bottom {
  justify-content: flex-end;
}
.ffe-grid__col--around {
  justify-content: space-around;
}
.ffe-grid__col--between {
  justify-content: space-between;
}
.ffe-grid__col--center-text {
  text-align: center;
}
.ffe-grid__col--no-bottom-padding,
.ffe-grid--condensed .ffe-grid__col--no-bottom-padding {
  padding-bottom: 0;
}
.ffe-grid__col--sm-0 {
  flex-basis: 0%;
  max-width: 0%;
  display: none;
}
.ffe-grid__col--sm-offset-0 {
  margin-left: 0%;
}
.ffe-grid__col--sm-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
  display: flex;
}
.ffe-grid__col--sm-offset-1 {
  margin-left: 8.33333333%;
}
.ffe-grid__col--sm-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
  display: flex;
}
.ffe-grid__col--sm-offset-2 {
  margin-left: 16.66666667%;
}
.ffe-grid__col--sm-3 {
  flex-basis: 25%;
  max-width: 25%;
  display: flex;
}
.ffe-grid__col--sm-offset-3 {
  margin-left: 25%;
}
.ffe-grid__col--sm-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  display: flex;
}
.ffe-grid__col--sm-offset-4 {
  margin-left: 33.33333333%;
}
.ffe-grid__col--sm-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
  display: flex;
}
.ffe-grid__col--sm-offset-5 {
  margin-left: 41.66666667%;
}
.ffe-grid__col--sm-6 {
  flex-basis: 50%;
  max-width: 50%;
  display: flex;
}
.ffe-grid__col--sm-offset-6 {
  margin-left: 50%;
}
.ffe-grid__col--sm-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
  display: flex;
}
.ffe-grid__col--sm-offset-7 {
  margin-left: 58.33333333%;
}
.ffe-grid__col--sm-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
  display: flex;
}
.ffe-grid__col--sm-offset-8 {
  margin-left: 66.66666667%;
}
.ffe-grid__col--sm-9 {
  flex-basis: 75%;
  max-width: 75%;
  display: flex;
}
.ffe-grid__col--sm-offset-9 {
  margin-left: 75%;
}
.ffe-grid__col--sm-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
  display: flex;
}
.ffe-grid__col--sm-offset-10 {
  margin-left: 83.33333333%;
}
.ffe-grid__col--sm-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
  display: flex;
}
.ffe-grid__col--sm-offset-11 {
  margin-left: 91.66666667%;
}
.ffe-grid__col--sm-12 {
  flex-basis: 100%;
  max-width: 100%;
  display: flex;
}
.ffe-grid__col--sm-offset-12 {
  margin-left: 100%;
}
@media only screen and (min-width: 768px) {
  .ffe-grid__col--md-0 {
    flex-basis: 0%;
    max-width: 0%;
    display: none;
  }
  .ffe-grid__col--md-offset-0 {
    margin-left: 0%;
  }
  .ffe-grid__col--md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    display: flex;
  }
  .ffe-grid__col--md-offset-1 {
    margin-left: 8.33333333%;
  }
  .ffe-grid__col--md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    display: flex;
  }
  .ffe-grid__col--md-offset-2 {
    margin-left: 16.66666667%;
  }
  .ffe-grid__col--md-3 {
    flex-basis: 25%;
    max-width: 25%;
    display: flex;
  }
  .ffe-grid__col--md-offset-3 {
    margin-left: 25%;
  }
  .ffe-grid__col--md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    display: flex;
  }
  .ffe-grid__col--md-offset-4 {
    margin-left: 33.33333333%;
  }
  .ffe-grid__col--md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    display: flex;
  }
  .ffe-grid__col--md-offset-5 {
    margin-left: 41.66666667%;
  }
  .ffe-grid__col--md-6 {
    flex-basis: 50%;
    max-width: 50%;
    display: flex;
  }
  .ffe-grid__col--md-offset-6 {
    margin-left: 50%;
  }
  .ffe-grid__col--md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    display: flex;
  }
  .ffe-grid__col--md-offset-7 {
    margin-left: 58.33333333%;
  }
  .ffe-grid__col--md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    display: flex;
  }
  .ffe-grid__col--md-offset-8 {
    margin-left: 66.66666667%;
  }
  .ffe-grid__col--md-9 {
    flex-basis: 75%;
    max-width: 75%;
    display: flex;
  }
  .ffe-grid__col--md-offset-9 {
    margin-left: 75%;
  }
  .ffe-grid__col--md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    display: flex;
  }
  .ffe-grid__col--md-offset-10 {
    margin-left: 83.33333333%;
  }
  .ffe-grid__col--md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    display: flex;
  }
  .ffe-grid__col--md-offset-11 {
    margin-left: 91.66666667%;
  }
  .ffe-grid__col--md-12 {
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
  }
  .ffe-grid__col--md-offset-12 {
    margin-left: 100%;
  }
  .ffe-grid__col--md-offset-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .ffe-grid__col--lg-0 {
    flex-basis: 0%;
    max-width: 0%;
    display: none;
  }
  .ffe-grid__col--lg-offset-0 {
    margin-left: 0%;
  }
  .ffe-grid__col--lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    display: flex;
  }
  .ffe-grid__col--lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .ffe-grid__col--lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    display: flex;
  }
  .ffe-grid__col--lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .ffe-grid__col--lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    display: flex;
  }
  .ffe-grid__col--lg-offset-3 {
    margin-left: 25%;
  }
  .ffe-grid__col--lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    display: flex;
  }
  .ffe-grid__col--lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .ffe-grid__col--lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    display: flex;
  }
  .ffe-grid__col--lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .ffe-grid__col--lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    display: flex;
  }
  .ffe-grid__col--lg-offset-6 {
    margin-left: 50%;
  }
  .ffe-grid__col--lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    display: flex;
  }
  .ffe-grid__col--lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .ffe-grid__col--lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    display: flex;
  }
  .ffe-grid__col--lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .ffe-grid__col--lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    display: flex;
  }
  .ffe-grid__col--lg-offset-9 {
    margin-left: 75%;
  }
  .ffe-grid__col--lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    display: flex;
  }
  .ffe-grid__col--lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .ffe-grid__col--lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    display: flex;
  }
  .ffe-grid__col--lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .ffe-grid__col--lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
  }
  .ffe-grid__col--lg-offset-12 {
    margin-left: 100%;
  }
  .ffe-grid__col--lg-offset-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .ffe-grid__col--xl-0 {
    flex-basis: 0%;
    max-width: 0%;
    display: none;
  }
  .ffe-grid__col--xl-offset-0 {
    margin-left: 0%;
  }
  .ffe-grid__col--xl-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    display: flex;
  }
  .ffe-grid__col--xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .ffe-grid__col--xl-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    display: flex;
  }
  .ffe-grid__col--xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .ffe-grid__col--xl-3 {
    flex-basis: 25%;
    max-width: 25%;
    display: flex;
  }
  .ffe-grid__col--xl-offset-3 {
    margin-left: 25%;
  }
  .ffe-grid__col--xl-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    display: flex;
  }
  .ffe-grid__col--xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .ffe-grid__col--xl-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    display: flex;
  }
  .ffe-grid__col--xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .ffe-grid__col--xl-6 {
    flex-basis: 50%;
    max-width: 50%;
    display: flex;
  }
  .ffe-grid__col--xl-offset-6 {
    margin-left: 50%;
  }
  .ffe-grid__col--xl-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    display: flex;
  }
  .ffe-grid__col--xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .ffe-grid__col--xl-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    display: flex;
  }
  .ffe-grid__col--xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .ffe-grid__col--xl-9 {
    flex-basis: 75%;
    max-width: 75%;
    display: flex;
  }
  .ffe-grid__col--xl-offset-9 {
    margin-left: 75%;
  }
  .ffe-grid__col--xl-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    display: flex;
  }
  .ffe-grid__col--xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .ffe-grid__col--xl-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    display: flex;
  }
  .ffe-grid__col--xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .ffe-grid__col--xl-12 {
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
  }
  .ffe-grid__col--xl-offset-12 {
    margin-left: 100%;
  }
  .ffe-grid__col--xl-offset-0 {
    margin-left: 0;
  }
}
.ffe-table {
  margin: 20px 0;
  min-width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.ffe-table--text-left .ffe-table__heading,
.ffe-table--text-left .ffe-table__content,
.ffe-table--text-left .ffe-table__cell {
  padding-left: 0 !important;
}
.ffe-table__head {
  display: none;
}
@media screen and (min-width: 768px) {
  .ffe-table__head {
    display: table-header-group;
  }
}
.ffe-table__footer .ffe-table__row {
  border-bottom: none;
}
.ffe-table__row {
  border-bottom: 1px solid #CCC;
  display: block;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .ffe-table__row {
    display: table-row;
  }
}
.ffe-table__heading {
  color: #002776;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .ffe-table__heading {
    display: table-cell;
    padding: 10px;
  }
}
.ffe-table__row--collapsed,
.ffe-table__cell--collapsed {
  line-height: 0;
  padding: 0;
  font-size: 0;
}
.ffe-table__cell {
  display: block;
  padding: 0 5px;
}
.ffe-table__cell--top {
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .ffe-table__cell {
    display: table-cell;
    padding: 19px 10px;
  }
}
.ffe-table--condensed {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .ffe-table--condensed .ffe-table__heading,
  .ffe-table--condensed .ffe-table__cell {
    padding: 10px;
  }
}
.ffe-table__content {
  display: block;
  max-width: none;
  vertical-align: top;
  margin-bottom: 15px;
}
.ffe-table__content--text-right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .ffe-table__content {
    display: block;
    max-width: none;
    margin-bottom: 0;
  }
}
.ffe-table [data-th]::before {
  content: attr(data-th);
  display: block;
  color: #002776;
}
@media screen and (min-width: 768px) {
  .ffe-table [data-th]::before {
    display: none;
  }
}
.ffe-table--small-header [data-th]::before {
  width: 65px;
}
.ffe-table--columns-sm .ffe-table__content {
  display: inline-block;
  max-width: calc(100% - 105px);
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .ffe-table--columns-sm .ffe-table__content {
    display: block;
    max-width: none;
    margin-bottom: 0;
  }
}
.ffe-table--columns-sm [data-th]::before {
  width: 100px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .ffe-table--columns-sm [data-th]::before {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .ffe-table .ffe-table__heading.ffe-table--hide-xlg,
  .ffe-table .ffe-table__cell.ffe-table--hide-xlg {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ffe-table .ffe-table__heading.ffe-table--hide-lg,
  .ffe-table .ffe-table__cell.ffe-table--hide-lg {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .ffe-table .ffe-table__heading.ffe-table--hide-md,
  .ffe-table .ffe-table__cell.ffe-table--hide-md {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .ffe-table .ffe-table__heading.ffe-table--hide-sm,
  .ffe-table .ffe-table__cell.ffe-table--hide-sm {
    display: none;
  }
}
.ffe-sortable-table__header {
  color: #002776;
  white-space: nowrap;
}
.ffe-sortable-table__header:hover {
  cursor: pointer;
  color: #0071CD;
  border-bottom: solid 2px;
  user-select: none;
}
.ffe-sortable-table__header:hover .ffe-sortable-table__sort-arrow {
  fill: #0071CD;
}
.ffe-sortable-table__header--active {
  border-bottom: solid 2px #002776;
}
.ffe-sortable-table__header--active .ffe-sortable-table__sort-arrow {
  fill: #002776;
}
.ffe-sortable-table__sort-arrow {
  height: 12px;
  width: 12px;
  vertical-align: middle;
  fill: #002776;
  margin-left: 8px;
  transition: transform 0.2s cubic-bezier(0.46, -0.265, 0.48, 1.38);
}
.ffe-sortable-table__sort-arrow--descending {
  transform: rotate(180deg);
}
.ffe-table__row-expandable {
  cursor: pointer;
  position: relative;
}
.ffe-table__row-expandable:hover {
  background-color: #DFF1F9;
}
.ffe-table__row-expandable--expanded {
  background-color: #DFF1F9;
}
.ffe-table__row-expandable--expanded:not(:last-child) {
  border-color: #DFF1F9;
}
@media screen and (max-width: 480px) {
  .ffe-table__row-expandable .ffe-table__content {
    margin-bottom: 0;
  }
}
.ffe-table__row-expandable-content {
  opacity: 0;
}
.ffe-table__row-expandable-content .ffe-table__cell-expandable-content {
  padding: 0;
}
.ffe-table__row-expandable-content:not(.ffe-table__row-expandable-content--expanded) {
  border: 0;
}
.ffe-table__row-expandable-content--expanded {
  transition: background-color 0.2s 0.1s;
  animation: slide-row 0.2s cubic-bezier(0.5, 0.015, 0.485, 1.445);
  background-color: #EFF8FC;
  opacity: 1;
}
.ffe-table__row-expandable-content--expanded .ffe-table__cell-expandable-content {
  padding: 10px;
}
.ffe-table__expand-icon {
  width: 17px;
  height: 17px;
  fill: #0071CD;
  transition: transform 0.2s cubic-bezier(0.46, -0.265, 0.48, 1.38);
  position: absolute;
  top: 10px;
  right: 5px;
}
@media screen and (min-width: 768px) {
  .ffe-table__expand-icon {
    position: static;
    vertical-align: middle;
  }
}
.ffe-table__expand-icon--expanded {
  transform: rotate(180deg);
}
@keyframes slide-row {
  0% {
    transform: translateY(-2em);
    opacity: 0;
  }
  50% {
    opacity: .25;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.ffe-table--breakpoint-none.ffe-table--condensed .ffe-table__heading,
.ffe-table--breakpoint-none.ffe-table--condensed .ffe-table__cell {
  padding: 10px;
}
.ffe-table--breakpoint-none.ffe-table--columns-sm .ffe-table__content {
  display: block;
  max-width: none;
  margin-bottom: 0;
}
.ffe-table--breakpoint-none [data-th]::before {
  display: none;
}
.ffe-table--breakpoint-none .ffe-table__head {
  display: table-header-group;
}
.ffe-table--breakpoint-none .ffe-table__row {
  display: table-row;
}
.ffe-table--breakpoint-none .ffe-table__heading {
  display: table-cell;
  padding: 10px;
}
.ffe-table--breakpoint-none .ffe-table__cell {
  display: table-cell;
  padding: 19px 10px;
}
.ffe-table--breakpoint-none .ffe-table__content {
  display: block;
  max-width: none;
  margin-bottom: 0;
}
.ffe-table--breakpoint-none .ffe-table__row-expandable .ffe-table__content {
  margin-bottom: 0;
}
.ffe-table--breakpoint-none .ffe-table__expand-icon {
  position: static;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .ffe-table--breakpoint-none .ffe-table__heading.ffe-table--hide-xlg,
  .ffe-table--breakpoint-none .ffe-table__cell.ffe-table--hide-xlg {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ffe-table--breakpoint-none .ffe-table__heading.ffe-table--hide-lg,
  .ffe-table--breakpoint-none .ffe-table__cell.ffe-table--hide-lg {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .ffe-table--breakpoint-none .ffe-table__heading.ffe-table--hide-md,
  .ffe-table--breakpoint-none .ffe-table__cell.ffe-table--hide-md {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .ffe-table--breakpoint-none .ffe-table__heading.ffe-table--hide-sm,
  .ffe-table--breakpoint-none .ffe-table__cell.ffe-table--hide-sm {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .ffe-table--breakpoint-sm.ffe-table--condensed .ffe-table__heading,
  .ffe-table--breakpoint-sm.ffe-table--condensed .ffe-table__cell {
    padding: 10px;
  }
  .ffe-table--breakpoint-sm.ffe-table--columns-sm .ffe-table__content {
    display: block;
    max-width: none;
    margin-bottom: 0;
  }
  .ffe-table--breakpoint-sm [data-th]::before {
    display: none;
  }
  .ffe-table--breakpoint-sm .ffe-table__head {
    display: table-header-group;
  }
  .ffe-table--breakpoint-sm .ffe-table__row {
    display: table-row;
  }
  .ffe-table--breakpoint-sm .ffe-table__heading {
    display: table-cell;
    padding: 10px;
  }
  .ffe-table--breakpoint-sm .ffe-table__cell {
    display: table-cell;
    padding: 19px 10px;
  }
  .ffe-table--breakpoint-sm .ffe-table__content {
    display: block;
    max-width: none;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .ffe-table--breakpoint-sm .ffe-table__heading.ffe-table--hide-xlg,
  .ffe-table--breakpoint-sm .ffe-table__cell.ffe-table--hide-xlg {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ffe-table--breakpoint-sm .ffe-table__heading.ffe-table--hide-lg,
  .ffe-table--breakpoint-sm .ffe-table__cell.ffe-table--hide-lg {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .ffe-table--breakpoint-sm .ffe-table__heading.ffe-table--hide-md,
  .ffe-table--breakpoint-sm .ffe-table__cell.ffe-table--hide-md {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .ffe-table--breakpoint-sm .ffe-table__heading.ffe-table--hide-sm,
  .ffe-table--breakpoint-sm .ffe-table__cell.ffe-table--hide-sm {
    display: none;
  }
}
