/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 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 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font 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;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * 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;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * 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;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 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 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v44-latin-300.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v44-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v44-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/open-sans-v44-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('../fonts/open-sans-v44-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('../fonts/open-sans-v44-latin-300.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v44-latin-300italic.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v44-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v44-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/open-sans-v44-latin-300italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('../fonts/open-sans-v44-latin-300italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('../fonts/open-sans-v44-latin-300italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v44-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/open-sans-v44-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('../fonts/open-sans-v44-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('../fonts/open-sans-v44-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-italic.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v44-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v44-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/open-sans-v44-latin-italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('../fonts/open-sans-v44-latin-italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('../fonts/open-sans-v44-latin-italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v44-latin-500.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v44-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v44-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/open-sans-v44-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('../fonts/open-sans-v44-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('../fonts/open-sans-v44-latin-500.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/open-sans-v44-latin-500italic.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v44-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v44-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/open-sans-v44-latin-500italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('../fonts/open-sans-v44-latin-500italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('../fonts/open-sans-v44-latin-500italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v44-latin-600.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v44-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v44-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/open-sans-v44-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('../fonts/open-sans-v44-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('../fonts/open-sans-v44-latin-600.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v44-latin-600italic.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v44-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v44-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/open-sans-v44-latin-600italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('../fonts/open-sans-v44-latin-600italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('../fonts/open-sans-v44-latin-600italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v44-latin-700.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v44-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/open-sans-v44-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('../fonts/open-sans-v44-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('../fonts/open-sans-v44-latin-700.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v44-latin-700italic.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v44-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v44-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/open-sans-v44-latin-700italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('../fonts/open-sans-v44-latin-700italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('../fonts/open-sans-v44-latin-700italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v44-latin-800.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v44-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v44-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/open-sans-v44-latin-800.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('../fonts/open-sans-v44-latin-800.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('../fonts/open-sans-v44-latin-800.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/open-sans-v44-latin-800italic.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v44-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v44-latin-800italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/open-sans-v44-latin-800italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('../fonts/open-sans-v44-latin-800italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('../fonts/open-sans-v44-latin-800italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
* {
  box-sizing: border-box;
}
#fai-applicants-portal {
  background: #63B32B;
  min-height: 100vh;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
#fai-applicants-portal h1,
#fai-applicants-portal h2,
#fai-applicants-portal h3,
#fai-applicants-portal h4,
#fai-applicants-portal h5,
#fai-applicants-portal h6,
#fai-applicants-portal a,
#fai-applicants-portal label {
  color: #3F9403;
}
#fai-applicants-portal .view {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}
#fai-applicants-portal .view .background {
  position: absolute;
  z-index: 1;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .background {
    overflow-y: visible;
    overflow-x: hidden;
  }
}
#fai-applicants-portal .view .background .person {
  width: 100vw;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
#fai-applicants-portal .view .background .person img {
  width: 50%;
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .background .person img {
    opacity: 0;
  }
}
#fai-applicants-portal .view .foreground {
  flex: 1;
  position: relative;
  z-index: 2;
  padding-bottom: 7em;
}
#fai-applicants-portal .view .foreground > .inner {
  padding: 2em 4em;
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground > .inner {
    padding: 1em;
  }
}
#fai-applicants-portal .view .foreground .header {
  margin-bottom: 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground .header {
    margin-bottom: 1em;
  }
}
#fai-applicants-portal .view .foreground .header .logo img {
  width: auto;
  height: 8em;
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground .header .logo img {
    height: auto;
    width: 40vw;
  }
}
#fai-applicants-portal .view .foreground .header a img {
  width: auto;
  height: 3em;
}
#fai-applicants-portal .view .foreground h1,
#fai-applicants-portal .view .foreground h2,
#fai-applicants-portal .view .foreground h3,
#fai-applicants-portal .view .foreground h4,
#fai-applicants-portal .view .foreground h5,
#fai-applicants-portal .view .foreground h6 {
  margin: 0;
  margin-bottom: 0.5em;
}
#fai-applicants-portal .view .foreground button,
#fai-applicants-portal .view .foreground .button {
  background-color: #2AAFE5;
  color: white;
  font-weight: 600;
  border-radius: 2em;
  padding: 1em 3em;
  border: none;
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
}
#fai-applicants-portal .view .foreground button.ghost,
#fai-applicants-portal .view .foreground .button.ghost {
  background-color: white;
  border: 1px solid #2AAFE5;
  color: #2AAFE5;
  align-items: center;
  margin-left: 1em;
}
#fai-applicants-portal .view .foreground button:disabled,
#fai-applicants-portal .view .foreground .button:disabled {
  color: #C4C4C4;
  border-color: #C4C4C4;
}
#fai-applicants-portal .view .foreground button:disabled img,
#fai-applicants-portal .view .foreground .button:disabled img,
#fai-applicants-portal .view .foreground button:disabled svg,
#fai-applicants-portal .view .foreground .button:disabled svg {
  filter: grayscale(1);
  opacity: 0.5;
}
#fai-applicants-portal .view .foreground button img,
#fai-applicants-portal .view .foreground .button img {
  width: auto;
  height: 1.5em;
  margin-right: 0.5em;
}
#fai-applicants-portal .view .foreground .white-box {
  max-width: 45em;
  background-color: white;
  padding: 2em;
  border-radius: 2em;
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground .white-box {
    max-width: 100%;
    padding: 1em;
  }
}
#fai-applicants-portal .view .foreground .white-box > .inner {
  position: relative;
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground .white-box > .inner {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  #fai-applicants-portal .view .foreground .white-box > .inner {
    font-size: 2.5vw;
  }
}
#fai-applicants-portal .view .foreground .white-box > .inner .loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}
#fai-applicants-portal .view .foreground .white-box > .inner .loading svg {
  height: auto;
  width: 2em;
}
#fai-applicants-portal .view .foreground .white-box > .inner .loading svg path {
  fill: #3F9403;
}
#fai-applicants-portal .view .foreground .white-box .title h1 {
  text-transform: uppercase;
  font-size: 3em;
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground .white-box .title h1 {
    font-size: 2em;
  }
}
#fai-applicants-portal .view .foreground .white-box .submit-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground .white-box .submit-row {
    flex-direction: column;
    gap: 1em;
  }
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground .white-box .submit-row button,
  #fai-applicants-portal .view .foreground .white-box .submit-row .button {
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#fai-applicants-portal .view .foreground .white-box .form-row {
  margin-bottom: 1em;
}
#fai-applicants-portal .view .foreground .white-box .form-row.has-2-col {
  display: flex;
  gap: 1em;
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground .white-box .form-row.has-2-col {
    flex-direction: column;
  }
}
#fai-applicants-portal .view .foreground .white-box .form-row.has-2-col .field {
  flex: 1;
}
#fai-applicants-portal .view .foreground .white-box .form-row .field {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground .white-box .form-row .field {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#fai-applicants-portal .view .foreground .white-box .form-row .field label {
  display: block;
  width: 100%;
  font-weight: 600;
  margin-bottom: 0.25em;
}
#fai-applicants-portal .view .foreground .white-box .form-row .field input,
#fai-applicants-portal .view .foreground .white-box .form-row .field select {
  flex: 1;
  display: block;
  width: 100%;
  background-color: #F1F1F1;
  border: none;
  border-radius: 0.5em;
  padding: 0.75em;
}
#fai-applicants-portal .view .foreground .white-box .form-row .field button {
  padding: 0.5em 1em;
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground .white-box .form-row .field button {
    margin-left: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
#fai-applicants-portal .view .foreground .filter-module {
  display: flex;
  margin-bottom: 2em;
  gap: 2em;
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground .filter-module {
    flex-direction: column;
    gap: 1em;
  }
}
#fai-applicants-portal .view .foreground .filter-module .field {
  display: flex;
  align-items: center;
  position: relative;
}
#fai-applicants-portal .view .foreground .filter-module .field svg {
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  color: #3F9403;
  width: auto;
  height: 1.5em;
}
#fai-applicants-portal .view .foreground .filter-module .field input,
#fai-applicants-portal .view .foreground .filter-module .field select {
  padding: 0.5em 1em 0.5em 3em;
  border: none;
  background-color: white;
  border-radius: 2em;
  width: 28em;
  color: #3F9403;
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground .filter-module .field input,
  #fai-applicants-portal .view .foreground .filter-module .field select {
    background-color: #E5FCD6;
  }
}
#fai-applicants-portal .view .foreground .filter-module .field select {
  padding-left: 1em;
  padding-right: 3em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground .filter-module .field select {
    width: 100%;
  }
}
#fai-applicants-portal .view .foreground .filter-module .field select + svg {
  left: initial;
  right: 1em;
  width: auto;
  height: 1em;
}
#fai-applicants-portal .view .foreground .applicants {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 5em;
  width: 75%;
  min-height: 0;
  /* NEW */
  min-width: 0;
  /* NEW; needed for Firefox */
}
@media (max-width: 1500px) {
  #fai-applicants-portal .view .foreground .applicants {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  #fai-applicants-portal .view .foreground .applicants {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground .applicants {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  #fai-applicants-portal .view .foreground .applicants {
    grid-template-columns: repeat(1, 1fr);
  }
}
#fai-applicants-portal .view .foreground .applicants .applicant {
  background-color: white;
  padding: 2em;
  border-radius: 2em;
  color: #3F9403;
  overflow: hidden;
  /* NEW */
  min-width: 0;
  /* NEW; needed for Firefox */
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground .applicants .applicant .name-and-picture {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1em;
    margin-bottom: 1em;
  }
}
#fai-applicants-portal .view .foreground .applicants .applicant .name-and-picture .image img {
  width: 5em;
  height: 5em;
  border-radius: 50%;
}
#fai-applicants-portal .view .foreground .applicants .applicant .image img {
  width: auto;
  height: 7em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
#fai-applicants-portal .view .foreground .applicants .applicant .name {
  margin: 1em 0;
  font-weight: bold;
  font-size: 1.5em;
}
#fai-applicants-portal .view .foreground .applicants .applicant .stats {
  margin: 1em 0;
}
#fai-applicants-portal .view .foreground .applicants .applicant .stats .stat {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: green;
}
#fai-applicants-portal .view .foreground .applicants .applicant .stats .stat .icon {
  width: 2em;
}
#fai-applicants-portal .view .foreground .applicants .applicant .stats .stat .icon svg {
  width: auto;
  height: 1.5em;
}
#fai-applicants-portal .view .foreground .applicants .applicant .stats .stat .value {
  flex: 1;
}
#fai-applicants-portal .view .foreground .applicants .applicant .company {
  background-color: #D9D9D93D;
  padding: 1em;
  border-radius: 0.5em;
  font-weight: 600;
  margin: 1em 0;
}
#fai-applicants-portal .view .foreground .applicants .applicant .company small {
  display: block;
  font-size: 1em;
  font-weight: 400;
}
#fai-applicants-portal .view .foreground .applicants .applicant .actions .singles {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
#fai-applicants-portal .view .foreground .applicants .applicant .actions .singles button {
  background-color: transparent;
  padding: 0;
}
#fai-applicants-portal .view .foreground .applicants .applicant .actions .singles button img {
  width: auto;
  height: 2em;
}
#fai-applicants-portal .view .foreground .applicants .applicant .actions .combo button {
  padding: 1em;
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground .name-and-picture {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 1em;
    margin-bottom: 1em;
  }
}
#fai-applicants-portal .view .foreground .name-and-picture .image img {
  width: 5em;
  height: 5em;
  border-radius: 50%;
}
#fai-applicants-portal .view .foreground .user-card {
  display: flex;
  gap: 1em;
}
#fai-applicants-portal .view .foreground .user-card .stats {
  flex: 1;
}
#fai-applicants-portal .view .foreground .user-card .stats .stat {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  margin-bottom: 1em;
}
#fai-applicants-portal .view .foreground .user-card .stats .stat .icon {
  line-height: 0;
}
#fai-applicants-portal .view .foreground .user-card .stats .stat .icon svg {
  color: #3F9403;
}
#fai-applicants-portal .view .foreground .user-card .stats .stat .value {
  flex: 1;
  color: #3F9403;
}
#fai-applicants-portal .view .foreground .uploads-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin: 1em 0;
}
@media (max-width: 1024px) {
  #fai-applicants-portal .view .foreground .uploads-block {
    grid-template-columns: 1fr;
  }
}
#fai-applicants-portal .view .foreground .uploads-block .uploads-item label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#fai-applicants-portal .view .foreground .uploads-block .uploads-item label > .name {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5em;
}
#fai-applicants-portal .view .foreground .uploads-block .uploads-item label .button {
  border: 1px solid #78FF1A;
  background-color: #78FF1A30;
  color: #3F9403;
  padding: 0.5em 2em;
  width: 100%;
  justify-content: center;
  text-align: center;
}
#fai-applicants-portal .view .foreground .uploads-block .uploads-item label .file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0.25em;
  gap: 1em;
  background-color: #F2F2F2;
  color: #333;
}
#fai-applicants-portal .view .foreground .uploads-block .uploads-item label .file .action {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  color: #2AAFE5;
}
#fai-applicants-portal .view .base-footer {
  position: relative;
  z-index: 2;
  background-color: #000;
  color: white;
  text-align: center;
  padding: 1.5em;
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 600px) {
  #fai-applicants-portal .view .base-footer {
    font-size: 14px;
  }
}

