/* roboto-100 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url(fonts/ffe0b8643f3664db.woff2) format("woff2"), url(fonts/d1403ef7d11c1ba0.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-100italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(fonts/2211e8bec8c24be2.woff2) format("woff2"), url(fonts/f1377208517440f0.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(fonts/1346654c8293a2f3.woff2) format("woff2"), url(fonts/37b9b97549fe24a9.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(fonts/cd03ad83bb6d48e1.woff2) format("woff2"), url(fonts/b97e473b17b1be4c.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(fonts/7eb7c301df79d35a.woff2) format("woff2"), url(fonts/85a91773b0283e3b.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(fonts/23f757ea3afe6feb.woff2) format("woff2"), url(fonts/e19a498866f69f3d.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(fonts/5f9bb763406ea8ce.woff2) format("woff2"), url(fonts/57d3d4de3816307e.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(fonts/73127b478c3087ff.woff2) format("woff2"), url(fonts/7d517bb33de3d088.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(fonts/c8d2808945a9bf2e.woff2) format("woff2"), url(fonts/1866d890987b1e56.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(fonts/8df37538a8a8cdb1.woff2) format("woff2"), url(fonts/5878773376ee6a7a.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url(fonts/49da16000687ac81.woff2) format("woff2"), url(fonts/c0bb075586f1c549.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(fonts/e0a010845971f905.woff2) format("woff2"), url(fonts/39ae1377ebc00ab6.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */

/* Document
 * ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
  cursor: default; /* 1 */
  font-family:
    system-ui,
    /* macOS 10.11-10.12 */ -apple-system,
    /* Windows 6+ */ Segoe UI,
    /* Android 4+ */ Roboto,
    /* Ubuntu 10.10+ */ Ubuntu,
    /* Gnome 3+ */ Cantarell,
    /* KDE Plasma 5+ */ Noto Sans,
    /* fallback */ sans-serif,
    /* macOS emoji */ "Apple Color Emoji",
    /* Windows emoji */ "Segoe UI Emoji",
    /* Windows emoji */ "Segoe UI Symbol",
    /* Linux emoji */ "Noto Color Emoji"; /* 2 */

  line-height: 1.15; /* 3 */
  -moz-tab-size: 4; /* 4 */
  tab-size: 4; /* 4 */
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family:
    /* macOS 10.10+ */ Menlo,
    /* Windows 6+ */ Consolas,
    /* Android 4+ */ Roboto Mono,
    /* Ubuntu 10.10+ */ Ubuntu Monospace,
    /* KDE Plasma 5+ */ Noto Mono,
    /* KDE Plasma 4+ */ Oxygen Mono,
    /* Linux/OpenOffice fallback */ Liberation Mono,
    /* fallback */ monospace; /* 1 */

  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family:
    /* macOS 10.10+ */ Menlo,
    /* Windows 6+ */ Consolas,
    /* Android 4+ */ Roboto Mono,
    /* Ubuntu 10.10+ */ Ubuntu Monospace,
    /* KDE Plasma 5+ */ Noto Mono,
    /* KDE Plasma 4+ */ Oxygen Mono,
    /* Linux/OpenOffice fallback */ Liberation Mono,
    /* fallback */ monospace; /* 1 */

  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */

::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * 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;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Remove the margin in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 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 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

::-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 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

html {
  background: #F5F8FA;
  color: #10161A;
  line-height: 1.5;
}
html.bjpfg--variant-light * {
  outline-color: #0E5A8A;
}
html.bjpfg--variant-dark {
  background: #30404D;
  color: #F5F8FA;
}
html.bjpfg--variant-dark * {
  outline-color: #fff;
}
html.bjpfg--variant-plain-light {
  background: #fff;
  color: #000;
}
html.bjpfg--variant-plain-light * {
  outline-color: #2965CC;
}
h1 {
  font-size: 2rem;
  font-weight: normal;
}

h2 {
  font-size: 1.8rem;
  font-weight: normal;
}

h3 {
  font-size: 1.6rem;
  font-weight: normal;
}

h4 {
  font-size: 1.4rem;
  font-weight: normal;
}

h5 {
  font-size: 1.2rem;
  font-weight: normal;
}

h6 {
  font-size: 1rem;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1rem 0;
  color: #0E5A8A;
}
h1.--success, h2.--success, h3.--success, h4.--success, h5.--success, h6.--success {
  color: #0D8050 !important;
}
h1.--error, h2.--error, h3.--error, h4.--error, h5.--error, h6.--error {
  color: #A82A2A !important;
}
html.bjpfg--variant-dark h1, html.bjpfg--variant-dark h2, html.bjpfg--variant-dark h3, html.bjpfg--variant-dark h4, html.bjpfg--variant-dark h5, html.bjpfg--variant-dark h6 {
  color: #BFCCD6;
}
html.bjpfg--variant-dark h1.--success, html.bjpfg--variant-dark h2.--success, html.bjpfg--variant-dark h3.--success, html.bjpfg--variant-dark h4.--success, html.bjpfg--variant-dark h5.--success, html.bjpfg--variant-dark h6.--success {
  color: #62D96B !important;
}
html.bjpfg--variant-dark h1.--error, html.bjpfg--variant-dark h2.--error, html.bjpfg--variant-dark h3.--error, html.bjpfg--variant-dark h4.--error, html.bjpfg--variant-dark h5.--error, html.bjpfg--variant-dark h6.--error {
  color: #FFB3D0 !important;
}

html.bjpfg--variant-plain-light h1.--success, html.bjpfg--variant-plain-light h2.--success, html.bjpfg--variant-plain-light h3.--success, html.bjpfg--variant-plain-light h4.--success, html.bjpfg--variant-plain-light h5.--success, html.bjpfg--variant-plain-light h6.--success {
  color: #0A6640 !important;
}

bjpfg {
  position: relative;
  display: block;
}

input:not([type=checkbox]),
select,
textarea {
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2);
          box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2);
  background: #fff;
  min-height: 30px;
  padding: 0.4rem 0.8rem;
  vertical-align: middle;
  color: #10161A;
  font-weight: normal;
  -webkit-transition: -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
  transition: -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
  transition: box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
  transition: box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
@media screen {
  input:not([type=checkbox]).--disabled, input:not([type=checkbox]):disabled,
select.--disabled,
select:disabled,
textarea.--disabled,
textarea:disabled {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: rgba(206, 217, 224, 0.5);
    cursor: not-allowed;
    color: rgba(92, 112, 128, 0.5);
    resize: none;
  }
}
html.bjpfg--variant-dark input:not([type=checkbox]), html.bjpfg--variant-dark select, html.bjpfg--variant-dark textarea {
  background: rgba(16, 22, 26, 0.3);
  color: #f5f8fa;
}
html.bjpfg--variant-dark input:not([type=checkbox]).--disabled, html.bjpfg--variant-dark input:not([type=checkbox]):disabled, html.bjpfg--variant-dark select.--disabled, html.bjpfg--variant-dark select:disabled, html.bjpfg--variant-dark textarea.--disabled, html.bjpfg--variant-dark textarea:disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(57, 75, 89, 0.5);
  color: rgba(191, 204, 214, 0.5);
}

html.bjpfg--variant-plain-light input:not([type=checkbox]), html.bjpfg--variant-plain-light select, html.bjpfg--variant-plain-light textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #182026;
}
html.bjpfg--variant-plain-light input:not([type=checkbox]):active, html.bjpfg--variant-plain-light input:not([type=checkbox]):focus, html.bjpfg--variant-plain-light select:active, html.bjpfg--variant-plain-light select:focus, html.bjpfg--variant-plain-light textarea:active, html.bjpfg--variant-plain-light textarea:focus {
  outline: 3px solid #2965CC;
  outline-offset: 1px;
}

html.bjpfg--variant-plain-light input[type=checkbox]:active, html.bjpfg--variant-plain-light input[type=checkbox]:focus {
  outline: 3px solid #2965CC;
  outline-offset: 1px;
}

textarea {
  min-height: 128px;
}

html.bjpfg--variant-dark option {
  background-color: #394B59;
  color: #f5f8fa;
}

button:not(.--link) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 0.4rem 0.8rem;
  vertical-align: middle;
  text-align: left;
  min-width: 32px;
  min-height: 32px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
          box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
  background-clip: padding-box;
  background-color: #f5f8fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  color: #182026;
  line-height: 1rem;
  font-size: 1rem;
  position: relative;
}
button:not(.--link):not([disabled]):active {
  -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2);
          box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2);
  background-color: #d8e1e8;
  background-image: none;
}
button:not(.--link):not([disabled]):hover {
  -webkit-box-shadow: inset 0 0 0 1px #0E5A8A;
          box-shadow: inset 0 0 0 1px #0E5A8A;
  background-color: #ebf1f5;
}
button:not(.--link).--disabled, button:not(.--link):disabled {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(206, 217, 224, 0.5);
  background-image: none;
  cursor: not-allowed;
  color: rgba(92, 112, 128, 0.5);
}
button:not(.--link).--primary:not([disabled]) {
  color: #0E5A8A;
  font-weight: bold;
}
button:not(.--link).--success:not([disabled]) {
  color: #0f9960;
  font-weight: bold;
}
html.bjpfg--variant-dark button:not(.--link) {
  -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.5);
          box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.5);
  background-color: #394b59;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  color: #fff;
}
html.bjpfg--variant-dark button:not(.--link):not([disabled]):active {
  -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2);
          box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2);
  background-color: #202b33;
  background-image: none;
}
html.bjpfg--variant-dark button:not(.--link):not([disabled]):hover {
  -webkit-box-shadow: 0 0 0 1px #71c2f4;
          box-shadow: 0 0 0 1px #71c2f4;
  background-color: #30404d;
}
html.bjpfg--variant-dark button:not(.--link).--disabled, html.bjpfg--variant-dark button:not(.--link):disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(57, 75, 89, 0.5);
  background-image: none;
  color: rgba(191, 204, 214, 0.5);
}
html.bjpfg--variant-dark button:not(.--link).--primary:not([disabled]), html.bjpfg--variant-dark button:not(.--link).--success:not([disabled]) {
  color: #71c2f4;
}

html.bjpfg--variant-plain-light button:not(.--link) {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
  background-color: #fff;
  border: 2px solid #182026;
}
html.bjpfg--variant-plain-light button:not(.--link).--disabled, html.bjpfg--variant-plain-light button:not(.--link):disabled {
  border-color: #5C7080;
  color: #5C7080;
}
html.bjpfg--variant-plain-light button:not(.--link).--primary:not([disabled]), html.bjpfg--variant-plain-light button:not(.--link).--success:not([disabled]) {
  background-image: none;
  background-color: #fff;
  border: 2px solid #182026;
  color: #182026;
}
html.bjpfg--variant-plain-light button:not(.--link):not([disabled]):hover {
  border-color: #2965CC;
  color: #2965CC;
}
html.bjpfg--variant-plain-light button:not(.--link):active, html.bjpfg--variant-plain-light button:not(.--link):focus {
  outline: 3px solid #2965CC;
  outline-offset: 1px;
}

@media print {
  button:not(.--link) {
    display: none;
  }
}

button.--link, a.--link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  cursor: pointer;
  padding: 0.4rem 0.8rem;
  vertical-align: middle;
  text-align: left;
  min-width: 32px;
  min-height: 32px;
  background-color: transparent;
  line-height: 1rem;
  font-size: 1rem;
  position: relative;
  text-decoration: underline;
}
html.bjpfg--variant-light button.--link, html.bjpfg--variant-light a.--link {
  color: #0E5A8A;
}

html.bjpfg--variant-plain-light button.--link, html.bjpfg--variant-plain-light a.--link {
  color: #2965CC;
}

html.bjpfg--variant-dark button.--link, html.bjpfg--variant-dark a.--link {
  color: #71c2f4;
}

.bjpfg-field {
  position: relative;
}
.bjpfg-field label {
  width: 100%;
}
.bjpfg-field--error label {
  color: #A82A2A;
}
html.bjpfg--variant-dark .bjpfg-field--error label {
  color: #FFB3D0;
}

.bjpfg-field__required {
  color: #5c7080;
  font-size: 0.9rem;
}
html.bjpfg--variant-dark .bjpfg-field__required {
  color: #BFCCD6;
}

html.bjpfg--variant-plain-light .bjpfg-field__required {
  color: #000;
}

.bjpfg-field__help {
  color: #5c7080;
  margin-top: 5px;
  font-size: 0.9rem;
}
html.bjpfg--variant-dark .bjpfg-field__help {
  color: #BFCCD6;
}

html.bjpfg--variant-plain-light .bjpfg-field__help {
  color: #000;
}

.bjpfg-field__errors {
  margin: 0 0 0.8rem 0;
  color: #A82A2A;
  font-size: 0.9rem;
}
html.bjpfg--variant-dark .bjpfg-field__errors {
  color: #FFB3D0;
}

.bjpfg-field__control input,
.bjpfg-field__control select {
  width: 100%;
}
.bjpfg-field__content {
  position: relative;
  margin-top: 6px;
}
.bjpfg-field__select {
  position: relative;
}
.bjpfg-field__select .bjpfg-icon {
  position: absolute;
  right: 5px;
  top: 0.3rem;
}
.bjpfg-field + .bjpfg-field {
  margin-top: 0.8rem;
}
@media print {
  .bjpfg-field {
    page-break-inside: avoid;
  }
}

.bjpfg-icon {
  color: #5c7080;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.bjpfg-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: inherit;
}
html.bjpfg--variant-dark .bjpfg-icon {
  color: #71c2f4;
}

html.bjpfg--variant-light .bjpfg-icon {
  color: #0E5A8A;
}

.bjpfg-header header {
  min-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .bjpfg-header header {
    width: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 992px) {
  .bjpfg-header header {
    width: 768px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .bjpfg-header header {
    padding: 1rem;
  }
}

.bjpfg-main main {
  min-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .bjpfg-main main {
    width: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 992px) {
  .bjpfg-main main {
    width: 768px;
    padding-left: 0;
    padding-right: 0;
  }
}

.bjpfg-footer footer {
  min-width: 320px;
  margin: 0 auto;
  padding: 4px 0;
}
@media screen and (min-width: 576px) {
  .bjpfg-footer footer {
    width: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 992px) {
  .bjpfg-footer footer {
    width: 768px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .bjpfg-footer footer {
    padding: 1rem;
  }
}

.bjpfg-submit {
  background-color: #E1E8ED;
  border-top: 1px solid #CED9E0;
  border-bottom: 1px solid #CED9E0;
  margin-top: 1.5rem;
  padding: 16px 0;
}
.bjpfg-submit > div {
  min-width: 320px;
  margin: 0 auto;
  padding: 4px 0;
}
@media screen and (min-width: 576px) {
  .bjpfg-submit > div {
    width: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 992px) {
  .bjpfg-submit > div {
    width: 768px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .bjpfg-submit > div {
    padding: 1rem;
  }
}
.bjpfg-submit__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bjpfg-submit__actions > div button + button,
.bjpfg-submit__actions > div + div {
  margin-left: 0.8rem;
}
@media screen and (max-width: 575.98px) {
  .bjpfg-submit__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .bjpfg-submit__actions > div button {
    width: 100%;
  }
  .bjpfg-submit__actions > div button + button,
.bjpfg-submit__actions > div + div {
    margin-left: 0;
    margin-top: 0.8rem;
  }
}
html.bjpfg--variant-dark .bjpfg-submit {
  background-color: #394B59;
  border-color: #293742;
}

html.bjpfg--variant-plain-light .bjpfg-submit {
  background-color: #fff;
  border-color: #394B59;
}

@media print {
  .bjpfg-submit {
    display: none;
  }
}

a, a:link {
  color: #0E5A8A;
}
html.bjpfg--variant-dark a, html.bjpfg--variant-dark a:link {
  color: #71c2f4;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

main section {
  padding: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
main section h1:first-child, main section h2:first-child, main section h3:first-child, main section h4:first-child, main section h5:first-child, main section h6:first-child {
  margin-top: 0;
}
@media screen and (max-width: 575.98px) {
  main section {
    border-radius: 0;
  }
}
html.bjpfg--variant-dark main section {
  background-color: #394B59;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

html.bjpfg--variant-plain-light main section {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media print {
  main section {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
main section + section {
  margin-top: 1.5rem;
}

.bjpfg-uploads > p:first-child {
  margin-top: 0;
}

.bjpfg-upload-entry {
  background-color: #fff;
  border: 1px solid #CED9E0;
  border-radius: 4px;
  padding: 4px 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bjpfg-upload-entry__action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.8rem;
}
.bjpfg-upload-entry__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.bjpfg-upload-entry__info {
  color: #5c7080;
  font-size: 0.9rem;
}
.bjpfg-upload-entry + .bjpfg-upload-entry {
  margin-top: 4px;
}
html.bjpfg--variant-dark .bjpfg-upload-entry {
  background: rgba(16, 22, 26, 0.3);
  color: #f5f8fa;
  border-color: #293742;
}

.bjpfg-upload-entry--failed {
  border-color: #A82A2A;
}
.bjpfg-upload-entry--failed .bjpfg-upload-entry__info {
  color: #A82A2A;
}
html.bjpfg--variant-dark .bjpfg-upload-entry--failed {
  border-color: #FFB3D0;
}
html.bjpfg--variant-dark .bjpfg-upload-entry--failed .bjpfg-upload-entry__info {
  color: #FFB3D0;
}

bjp-common-file-upload {
  display: none;
}

.bjpfg-accessibility-toolbar {
  font-size: 16px;
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}
.bjpfg-accessibility-toolbar button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.bjpfg-accessibility-toolbar button .bjpfg-icon + span {
  padding-left: 0.4rem;
}
.bjpfg-accessibility-toolbar button + button {
  margin-left: 2px;
}
@media print {
  .bjpfg-accessibility-toolbar {
    display: none;
  }
}

.bjpfg--variant-red {
  color: #A82A2A;
}
.bjpfg--variant-red a, .bjpfg--variant-red a:link {
  color: #A82A2A;
}

.bjpfg--variant-green {
  color: #0A6640;
}
.bjpfg--variant-green a, .bjpfg--variant-green a:link {
  color: #0A6640;
}

.bjpfg-popover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border: 2px solid #0E5A8A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bjpfg-popover > *:first-child {
  padding-top: 1rem;
}
.bjpfg-popover > *:last-child {
  padding-bottom: 1rem;
}
.bjpfg-popover__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 1rem 0 1rem;
}
.bjpfg-popover__title h1, .bjpfg-popover__title h2, .bjpfg-popover__title h3, .bjpfg-popover__title h4, .bjpfg-popover__title h5, .bjpfg-popover__title h6 {
  margin-top: 0;
}
.bjpfg-popover__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  padding: 0 1rem 0 1rem;
}
.bjpfg-popover__content > p:first-child {
  margin-top: 0;
}
.bjpfg-popover__actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  padding: 0 1rem 0 1rem;
}
.bjpfg-popover__actions button + button {
  margin-top: 0.4rem;
}
.bjpfg-popover__error {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 1rem 0 1rem;
}
.bjpfg-popover__error p {
  padding: 1rem;
  border: 2px dashed #A82A2A;
  border-radius: 4px;
  color: #A82A2A;
  text-align: center;
  background-color: #EBF1F5;
}
html.bjpfg--variant-dark .bjpfg-popover__error p {
  background-color: #202B33;
  border-color: #FFB3D0;
  color: #FFB3D0;
}

@media screen and (max-width: 575.98px) {
  .bjpfg-popover {
    border-radius: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .bjpfg-popover__actions {
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25);
    padding-top: 0.8rem;
  }
  html.bjpfg--variant-plain-light .bjpfg-popover__actions {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #000;
  }
}
.bjpfg-popover--danger {
  border-color: #A82A2A;
}
.bjpfg-popover--danger .bjpfg-popover__title h2 {
  color: #A82A2A;
}
.bjpfg-popover--success {
  border-color: #0D8050;
}
.bjpfg-popover--success .bjpfg-popover__title h2 {
  color: #0D8050;
}
html.bjpfg--variant-dark .bjpfg-popover {
  background-color: #394B59;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-color: #5C7080;
}
html.bjpfg--variant-dark .bjpfg-popover--danger {
  border-color: #FFB3D0;
}
html.bjpfg--variant-dark .bjpfg-popover--danger .bjpfg-popover__title h2 {
  color: #FFB3D0;
}
html.bjpfg--variant-dark .bjpfg-popover--success {
  border-color: #62D96B;
}
html.bjpfg--variant-dark .bjpfg-popover--success .bjpfg-popover__title h2 {
  color: #62D96B;
}

html.bjpfg--variant-plain-light .bjpfg-popover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 4px;
}

.bjpfg-tos__confirm {
  margin: 0.8rem;
  background-color: #EBF1F5;
  border-radius: 4px;
  padding: 0.8rem;
}
html.bjpfg--variant-dark .bjpfg-tos__confirm {
  background-color: transparent;
}

html.bjpfg--variant-plain-light .bjpfg-tos__confirm {
  background-color: #fff;
  border: 2px dotted #000;
}

.bjpfg-tos__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bjpfg-tos__content {
  max-height: 512px;
  overflow: auto;
  margin: 1.5rem;
  padding: 1rem;
  border: 1px dashed rgba(57, 75, 89, 0.5);
}

.bjpfg-tos-modal__content {
  white-space: pre-line;
  margin: 0;
  padding: 0;
  max-height: 512px;
  overflow: auto;
}
@media screen and (max-width: 575.98px) {
  .bjpfg-tos-modal__content {
    max-height: auto;
  }
}

blockquote,
.bjpfg-text-part {
  white-space: pre-line;
}

.bjpfg-portal--open {
  overflow: hidden;
}

.bjpfg-portal__backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1042;
  overflow-y: auto;
}

.bjpfg-portal__content {
  width: 80%;
  max-width: 42rem;
  margin: 2.5rem auto;
}
@media screen and (max-width: 575.98px) {
  .bjpfg-portal__content {
    width: 100%;
    margin: 0;
    max-width: auto;
  }
}

.bjpfg-submit-modal__field-error + .bjpfg-submit-modal__field-error {
  margin-top: 0.4rem;
}

.bjpfg-pause__url {
  margin: 0;
  padding: 1rem;
  border: 1px dashed rgba(57, 75, 89, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bjpfg-support__request-comment {
  margin: 1rem;
  padding: 1rem;
  border: 1px dashed rgba(57, 75, 89, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
}
html.bjpfg--variant-dark .bjpfg-support__request-comment {
  border-color: #8A9BA8;
}

.bjpfg-loading-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html.bjpfg--variant-light .bjpfg-loading-indicator__animation {
  width: 56px;
  height: 56px;
  border: 2px solid rgba(14, 90, 138, 0.5);
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader-rotate 1.5s ease-in-out infinite;
          animation: loader-rotate 1.5s ease-in-out infinite;
  margin: 4px 0;
}
html.bjpfg--variant-light .bjpfg-loading-indicator__animation::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0E5A8A;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
}
@-webkit-keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

html.bjpfg--variant-plain-light .bjpfg-loading-indicator__animation {
  width: 56px;
  height: 56px;
  border: 2px solid rgba(14, 90, 138, 0.5);
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader-rotate 1.5s ease-in-out infinite;
          animation: loader-rotate 1.5s ease-in-out infinite;
  margin: 4px 0;
}
html.bjpfg--variant-plain-light .bjpfg-loading-indicator__animation::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0E5A8A;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
}
@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

html.bjpfg--variant-dark .bjpfg-loading-indicator__animation {
  width: 56px;
  height: 56px;
  border: 2px solid rgba(113, 194, 244, 0.5);
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader-rotate 1.5s ease-in-out infinite;
          animation: loader-rotate 1.5s ease-in-out infinite;
  margin: 4px 0;
}
html.bjpfg--variant-dark .bjpfg-loading-indicator__animation::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #71c2f4;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
}
@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.bjpfg-error {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.bjpfg-error p {
  padding: 1rem;
  border: 2px dashed #A82A2A;
  border-radius: 4px;
  color: #A82A2A;
  text-align: center;
  background-color: #EBF1F5;
}
html.bjpfg--variant-dark .bjpfg-error p {
  background-color: #202B33;
  border-color: #FFB3D0;
  color: #FFB3D0;
}

.bjpfg-actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}
.bjpfg-actions button + button {
  margin-top: 0.4rem;
}

.bjpfg-loading {
  margin-top: 1rem;
}
.bjpfg-loading p {
  text-align: center;
}

.bjpfg-upload-queue-progress {
  text-align: center;
}
.bjpfg-upload-queue-progress__percent {
  font-size: 2rem;
}
.bjpfg-upload-queue-progress__bytes {
  color: #5c7080;
}
.bjpfg-upload-queue-progress__time {
  color: #5c7080;
}

.bjpfg-expiry-notice {
  z-index: 42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 122, 122, 0.15);
  color: #A82A2A;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bjpfg-expiry-notice + .bjpfg-accessibility-toolbar {
  margin-top: 3.5rem;
}
@media screen and (max-width: 575.98px) {
  .bjpfg-expiry-notice + .bjpfg-accessibility-toolbar {
    margin-top: 2.5rem;
  }
}
.bjpfg-expiry-notice__remaining {
  font-size: 1.5rem;
  padding: 0 1rem;
}
html.bjpfg--variant-dark .bjpfg-expiry-notice {
  color: #ffcccc;
}

html.bjpfg--variant-plain-light .bjpfg-expiry-notice {
  color: #fff;
  background-color: #A82A2A;
}

@media screen and (max-width: 575.98px) {
  .bjpfg--deadline-expiry .bjpfg-portal--open .bjpfg-portal__backdrop {
    background-color: transparent;
  }
  .bjpfg--deadline-expiry .bjpfg-portal--open .bjpfg-expiry-notice {
    background-color: #FFEBEB;
    color: #A82A2A;
  }
  .bjpfg--deadline-expiry .bjpfg-portal--open .bjpfg-popover {
    top: 2.2rem;
  }
}

.bjpfg-locale-select__locale button {
  width: 100%;
  margin-bottom: 2px;
}
.bjpfg-locale-select__locale + .bjpfg-locale-select__locale {
  margin-top: 0.8rem;
}

.bjpfg-candidate-pool__yes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 0;
}
.bjpfg-candidate-pool__yes span {
  padding-left: 1ch;
}

.bjpfg-submit-summary {
  width: 100%;
}
.bjpfg-submit-summary th {
  text-align: left;
}
.bjpfg-submit-summary th, .bjpfg-submit-summary td {
  padding: 4px;
}
.bjpfg-submit-summary__value ul {
  margin: 0;
  padding: 0 0 0 1rem;
}
.bjpfg-submit-summary__value p {
  margin: 0;
}
.bjpfg-submit-summary--not-specified {
  color: #666;
  font-size: 0.875rem;
}
@media screen and (min-width: 576px) {
  .bjpfg-submit-summary tr + tr td {
    border-top: 1px solid #ccc;
  }
  .bjpfg-submit-summary tr {
    height: 2.1rem;
  }
  .bjpfg-submit-summary__label {
    width: 200px;
  }
  html.bjpfg--variant-dark .bjpfg-submit-summary--not-specified {
    color: #ccc;
  }
  html.bjpfg--variant-dark .bjpfg-submit-summary tr + tr td {
    border-top: 1px solid #293742;
  }
}
@media screen and (max-width: 575.98px) {
  .bjpfg-submit-summary table, .bjpfg-submit-summary tr, .bjpfg-submit-summary td, .bjpfg-submit-summary tbody {
    display: block;
    width: 100%;
  }
  .bjpfg-submit-summary tr td:first-child {
    border-bottom: 1px solid #ccc;
    border-left: 4px solid #ccc;
  }
  .bjpfg-submit-summary tr + tr {
    margin-top: 4px;
  }
  html.bjpfg--variant-dark .bjpfg-submit-summary--not-specified {
    color: #ccc;
  }
  html.bjpfg--variant-dark .bjpfg-submit-summary tr td:first-child {
    border-bottom: 1px solid #293742;
    border-left: 4px solid #293742;
  }
  html.bjpfg--variant-dark .bjpfg-submit-summary tr + tr {
    margin-top: 4px;
  }
}
