﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

/*#vintage-filter-form .select2-container {
    height: 38px;
}*/
/*.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}*/
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 12px !important;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  font-size: 14px;
  line-height: normal;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.light-theme {
  --container-color: #eaeef2;
  --color-primary: #176684;
  --color-on-primary: #ffffff;
  --color-primary-container: #c1e8ff;
  --color-on-primary-container: #004d66;
  --color-outline: #71787d;
  --color-outline-variant: #c0c7cd;
  --color-surface: #f6fafe;
  --color-surface-variant: #dce3e9;
  --color-surface-dim: #d6dade;
  --color-surface-bright: #f6fafe;
  --color-surface-container-lowest: #ffffff;
  --color-surface-container-low: #f0f4f8;
  --color-surface-container: #eaeef2;
  --color-surface-container-high: #e4e9ed;
  --color-surface-container-highest: #dfe3e7;
  --color-on-surface: #171c1f;
  --color-on-surface-variant: #40484c;
}

.dark-theme {
  --color-primary: #8dcff1;
  --color-on-primary: #003548;
  --color-primary-container: #004d66;
  --color-on-primary-container: #c1e8ff;
  --color-outline: #8a9297;
  --color-outline-variant: #40484c;
  --color-surface: #0f1417;
  --color-surface-variant: #40484c;
  --color-surface-dim: #0f1417;
  --color-surface-bright: #353a3d;
  --color-surface-container-lowest: #0a0f12;
  --color-surface-container-low: #171c1f;
  --color-surface-container: #1b2023;
  --color-surface-container-high: #262b2e;
  --color-surface-container-highest: #313539;
  --color-on-surface: #dfe3e7;
  --color-on-surface-variant: #c0c7cd;
}

.loading-spinner-styles {
  color: #0083ad;
  opacity: 0.7;
  font-size: 50px;
}

.dl-loader-styles {
  font-size: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: 7px;
}

h1, h2, h3, h4 {
  color: #4f4f51;
}

span.green {
  color: #2AA67C;
}
span.red {
  color: #B1210A;
}
span.blue {
  color: #0083ad;
}
span.orange {
  color: #BF4E30;
}
span.bold {
  font-weight: bold;
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
html {
  font-family: "Source Sans Pro", sans-serif;
  box-sizing: border-box;
  width: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.hidden {
  display: none;
}

@media (max-width: 960px) {
  .hide-small {
    display: none;
  }
}

body {
  font-family: "Source Sans Pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -webkit-flex-item-align: stretch;
  align-items: stretch;
  min-height: 100vh;
  width: 100%;
  padding: 0 2rem;
  color: #202020;
}
@media (max-width: 960px) {
  body {
    padding: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    display: inline-block;
  }
}
body.email-layout {
  padding: 0;
  font-family: unset;
}

header {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #bfbfbf;
  /*@include respond(SmlLaptop) {
      height: 140px;
  }

  @include respond(tablet) {
      height: 150px;
  }

  @include respond(LgMobile) {
      height: 95px;
  }

  @include respond(LgMobileLandscape) {
      height: 110px;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
  }*/
}
@media (max-width: 960px) {
  section {
    display: block;
    padding: 1rem;
    margin: 0 0.5rem 0;
  }
}
section #header-logo {
  position: relative;
  /*@media (max-width: $small-break) {
      width: 100%;
      max-width: 318px;
  }

  @include respond(LgMobile) {
      width: 60%;
  }*/
}
section #hamburger-menu-toggle {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
section #hamburger-menu-toggle .hide-menu {
  display: none;
}
@media (max-width: 51.44em) {
  section #hamburger-menu-toggle .hide-menu {
    display: block;
  }
}
section #hamburger-menu-toggle a {
  display: inline-block;
  padding: 0 1rem;
  line-height: 2.5;
}
@media (max-width: 960px) {
  section #hamburger-menu-toggle a {
    border: none;
    font-size: 1rem;
  }
}
section #hamburger-menu-toggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  bottom: 9px;
  cursor: pointer;
  opacity: 0;
  z-index: 4;
}
section #hamburger-menu-toggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
section #hamburger-menu-toggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
section #hamburger-menu-toggle input:checked ~ .first {
  transform: rotate(45deg) translate(-2px, -1px);
}
section #hamburger-menu-toggle input:checked ~ #menu {
  transform: none;
}
section #hamburger-menu-toggle span {
  position: relative;
  bottom: 25px;
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #bfbfbf;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
section #hamburger-menu-toggle span:first-child {
  transform-origin: 0% 0%;
}
section #hamburger-menu-toggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
section #hamburger-menu-toggle input, section #hamburger-menu-toggle span {
  left: 95%;
}
section #hamburger-menu-toggle #menu {
  position: relative;
  font-family: "Lora", serif;
}
section #hamburger-menu-toggle #menu a {
  color: #4f4f51;
  text-decoration: none;
}
section #hamburger-menu-toggle #menu a:visited {
  color: #4f4f51;
  text-decoration: none;
}
section #hamburger-menu-toggle #menu a:hover {
  color: #4f4f51;
  text-decoration: none;
}
section #hamburger-menu-toggle #menu a:focus {
  color: #4f4f51;
  text-decoration: none;
}
section #hamburger-menu-toggle #menu a:hover, section #hamburger-menu-toggle #menu a:active {
  color: #4f4f51;
  text-decoration: none;
}
@media (max-width: 51.44em) {
  section #hamburger-menu-toggle #menu {
    font-family: "Lora", serif;
    position: absolute;
    width: 200px;
    margin: 1.1rem 0 0 -1.5rem;
    padding: 50px;
    padding-top: 25px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0%);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  section #hamburger-menu-toggle #menu li {
    padding: 10px 0;
  }
  section #hamburger-menu-toggle #menu li ul li {
    list-style-type: none;
  }
  section #hamburger-menu-toggle #menu .toggle-item {
    display: none;
  }
}
section #hamburger-menu-toggle #menu a {
  display: inline-block;
  padding: 0 1rem;
  line-height: 2.5;
}
@media (max-width: 960px) {
  section #hamburger-menu-toggle #menu a {
    border: none;
    font-size: 0.75rem;
  }
}
section #hamburger-menu-toggle #menu ul.nav-dropdown {
  padding: 0;
}
section #hamburger-menu-toggle #menu > li {
  display: inline-block;
  position: relative;
  top: 17px;
  list-style-type: none;
}
section #hamburger-menu-toggle #menu > li > a {
  display: block;
}
section #hamburger-menu-toggle #menu > li .nav-dropdown {
  display: none;
  position: absolute;
  left: 0;
  background: #fff;
  border: 1px solid #bfbfbf;
}
section #hamburger-menu-toggle #menu > li .nav-dropdown li {
  float: left;
  display: block;
  white-space: nowrap;
  width: 100%;
}
section #hamburger-menu-toggle #menu > li .nav-dropdown li a {
  width: 100%;
}
section #hamburger-menu-toggle #menu > li .nav-dropdown li a:hover {
  background-color: #0083ad;
  color: #f6f6f6;
}
@media (max-width: 51.44em) {
  section #hamburger-menu-toggle #menu > li .nav-dropdown {
    display: block;
    position: static;
    border: none;
  }
  section #hamburger-menu-toggle #menu > li .nav-dropdown .hide-on-mobile {
    display: none;
  }
  section #hamburger-menu-toggle #menu > li .nav-dropdown li {
    float: left;
    display: block;
    white-space: nowrap;
    width: 100%;
  }
  section #hamburger-menu-toggle #menu > li .nav-dropdown li a:hover {
    background-color: inherit;
    color: #0083ad;
  }
}
section #hamburger-menu-toggle #menu li:hover .nav-dropdown {
  display: block;
  z-index: 3;
}
section #hamburger-menu-toggle #menu > li:last-of-type > a {
  padding-right: 0;
}

main {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 960px) {
  main {
    padding: 0 0.25rem;
  }
}
main .link {
  color: #666;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
main .link:active, main .link:hover {
  color: #3D52A7;
  text-decoration: underline;
}
main h2 {
  margin: 1rem 0;
}
@media (max-width: 960px) {
  main > h2 {
    padding: 0 0.25rem;
  }
}

footer {
  width: 100%;
  max-width: 1400px;
  margin: 2rem auto 0;
}
footer div {
  border-top: 1px solid #bfbfbf;
  padding: 0.5rem 0;
  margin: 0 0.5rem;
}
@media (max-width: 26em) {
  footer div {
    width: 95%;
    position: relative;
    bottom: 0px;
    left: 0px;
    padding-right: 5px;
    bottom: 0;
  }
}

@media only print {
  .hide-print {
    display: none !important;
  }
}

.login-info {
  margin: 0.875rem 0 -0.875rem 0;
  text-align: right;
  color: #4f4f51;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.login-info span {
  margin-left: auto;
}
@media (max-width: 26em) {
  .login-info {
    margin-right: 1rem;
  }
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-align-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-flex-item-align: center;
  align-items: center;
}

.p-width {
  max-width: 585px;
}

@media (min-width: 51.45em) {
  .header-logo-no-search {
    margin-top: 49px;
  }
  .header-logo-no-nav {
    margin-bottom: 6px;
  }
  .section-header-no-search {
    margin-top: 1rem;
  }
}
.flex-gap {
  display: flex;
  gap: 16px;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

.no-stretch-flex-button {
  align-self: flex-start;
}

h1, h2, h3, h4 {
  color: #4f4f51;
}

span.green {
  color: #2AA67C;
}
span.red {
  color: #B1210A;
}
span.blue {
  color: #0083ad;
}
span.orange {
  color: #BF4E30;
}
span.bold {
  font-weight: bold;
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
.form-group, .form-group--wide, .form-group--none {
  margin-bottom: 1.5rem;
  border: 1px solid #bfbfbf;
  padding: 1rem;
  max-width: 585px;
  background-color: #f6f6f6;
}
@media (max-width: 51.44em) {
  .form-group, .form-group--wide, .form-group--none {
    max-width: none;
  }
}
.form-group .flex-row-container, .form-group--wide .flex-row-container, .form-group--none .flex-row-container {
  display: flex;
  flex-direction: row;
}
.form-group .flex-row-container fieldset, .form-group--wide .flex-row-container fieldset, .form-group--none .flex-row-container fieldset {
  max-width: 25rem;
  margin-bottom: 1rem;
}
.form-group .flex-row-container legend, .form-group--wide .flex-row-container legend, .form-group--none .flex-row-container legend {
  font-size: 1.2rem;
}
.form-group .flex-row-container fieldset, .form-group--wide .flex-row-container fieldset, .form-group--none .flex-row-container fieldset {
  flex-grow: 1;
  border: none;
}
.form-group .flex-row-container.apart, .form-group--wide .flex-row-container.apart, .form-group--none .flex-row-container.apart {
  justify-content: space-between;
}
.form-group.full-width, .full-width.form-group--wide, .full-width.form-group--none {
  max-width: none;
}
.form-group.nine-tenths-width, .nine-tenths-width.form-group--wide, .nine-tenths-width.form-group--none {
  max-width: 90%;
}
.form-group.middle-width, .middle-width.form-group--wide, .middle-width.form-group--none {
  max-width: 800px;
}
.form-group.workbook-frame, .workbook-frame.form-group--wide, .workbook-frame.form-group--none {
  max-width: 350px;
}
@media (max-width: 51.44em) {
  .form-group.workbook-frame, .workbook-frame.form-group--wide, .workbook-frame.form-group--none {
    max-width: 280px;
  }
}
@media (max-width: 26em) {
  .form-group.workbook-frame, .workbook-frame.form-group--wide, .workbook-frame.form-group--none {
    max-width: none;
  }
}
@media (max-width: 960px) {
  .form-group, .form-group--wide, .form-group--none {
    width: 100%;
  }
}
.form-group h2, .form-group--wide h2, .form-group--none h2 {
  margin: 0 0 1rem 0;
}
.form-group h3, .form-group--wide h3, .form-group--none h3 {
  margin: 0 0 1rem 0;
}
.form-group h4, .form-group--wide h4, .form-group--none h4 {
  margin: 0 0 1rem 0;
}
.form-group label, .form-group--wide label, .form-group--none label {
  display: block;
  cursor: default;
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-weight: bold;
}
.form-group label.inline, .form-group--wide label.inline, .form-group--none label.inline {
  display: inline-block;
}
.form-group label.widget-label, .form-group--wide label.widget-label, .form-group--none label.widget-label {
  margin-bottom: -0.25rem;
}
@media (max-width: 26em) {
  .form-group #input-iso-select, .form-group--wide #input-iso-select, .form-group--none #input-iso-select {
    width: 90%;
  }
}
.form-group .form-notes, .form-group--wide .form-notes, .form-group--none .form-notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
  width: 400px;
}
@media (max-width: 26em) {
  .form-group .form-notes, .form-group--wide .form-notes, .form-group--none .form-notes {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.form-group .form-notes button, .form-group--wide .form-notes button, .form-group--none .form-notes button {
  align-self: flex-end;
}
@media (max-width: 26em) {
  .form-group .form-notes button, .form-group--wide .form-notes button, .form-group--none .form-notes button {
    align-self: flex-start;
  }
}
.form-group .input-group, .form-group--wide .input-group, .form-group--none .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form-group .input-group div, .form-group--wide .input-group div, .form-group--none .input-group div {
  width: 50%;
}
.form-group .input-group div:not(:last-child), .form-group--wide .input-group div:not(:last-child), .form-group--none .input-group div:not(:last-child) {
  margin-right: 1.5rem;
}
.form-group .input-group div input, .form-group--wide .input-group div input, .form-group--none .input-group div input,
.form-group .input-group div select,
.form-group--wide .input-group div select,
.form-group--none .input-group div select {
  height: 39px;
  width: 100%;
}

.text-area-height-fix {
  max-height: 2.5rem;
  resize: none;
}

select.error {
  background-color: rgba(177, 33, 10, 0.1);
}

select.low-confidence {
  background-color: rgba(255, 191, 0, 0.1);
}

input,
input[type=text],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #bfbfbf;
  font-size: 0.875rem;
  padding: 0.5rem;
  margin-bottom: 0.75rem;
  width: 100%;
  max-width: 40rem;
}
input.full-width,
input[type=text].full-width,
input[type=password].full-width,
textarea.full-width {
  max-width: none;
}
input.workbook-input,
input[type=text].workbook-input,
input[type=password].workbook-input,
textarea.workbook-input {
  width: 20rem;
  margin-right: 1rem;
}
input.error,
input[type=text].error,
input[type=password].error,
textarea.error {
  border: 1px solid #B1210A;
  background-color: rgba(177, 33, 10, 0.1);
}
input.low-confidence,
input[type=text].low-confidence,
input[type=password].low-confidence,
textarea.low-confidence {
  border: 1px solid #FFBF00;
  background-color: rgba(255, 191, 0, 0.1);
}
input.two,
input[type=text].two,
input[type=password].two,
textarea.two {
  width: 2.75rem;
}
input.three,
input[type=text].three,
input[type=password].three,
textarea.three {
  width: 3.5rem;
}
input.four,
input[type=text].four,
input[type=password].four,
textarea.four {
  width: 4.25rem;
}
input.five,
input[type=text].five,
input[type=password].five,
textarea.five {
  width: 5rem;
}
@media only print {
  input,
  input[type=text],
  input[type=password],
  textarea {
    max-width: 280px;
  }
}

td input,
td input[type=text],
td input[type=password],
td textarea {
  margin-bottom: 0;
}

select:disabled {
  background-color: #e0e0e0;
}
@media (max-width: 26em) {
  select {
    width: 100%;
  }
}

input[type=datetime-local],
input[type=number],
select {
  padding: 7px;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  border: 1px solid #bfbfbf;
}
input[type=datetime-local].error,
input[type=number].error,
select.error {
  border: 1px solid #B1210A;
}
input[type=datetime-local].low-confidence,
input[type=number].low-confidence,
select.low-confidence {
  border: 1px solid #FFBF00;
}
input[type=datetime-local].workbook-input,
input[type=number].workbook-input,
select.workbook-input {
  width: 20rem;
  margin-right: 1rem;
}

input[type=file] {
  border: none;
  padding-left: 0;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  width: auto;
  margin-right: 0.5rem;
  margin-top: 15px;
}
@media (max-width: 51.44em) {
  input[type=checkbox] {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    margin-top: 0px;
  }
}

@media (max-width: 26em) {
  form label input[type=checkbox]:first-child {
    margin-left: 0.35rem;
  }
}

@media (max-width: 26em) {
  #order-offer-sent {
    margin-left: 0.35rem;
  }
}

input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  width: auto;
}

input:disabled {
  background-color: #e0e0e0;
}

input:read-only {
  background-color: #e0e0e0;
  cursor: default;
}

.label-next-to-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: baseline;
  -webkit-flex-item-align: baseline;
  align-items: baseline;
}
.label-next-to-element input {
  position: relative;
  top: 3px;
}

.center-element-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
  width: 20rem;
}
@media (max-width: 26em) {
  .center-element-mobile {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 26em) {
  .center-element-mobile--with-space {
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
  }
}

.input-next-to-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-flex-item-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-align-content: center;
  justify-content: center;
}
@media (max-width: 51.44em) {
  .input-next-to-anchor {
    -webkit-align-content: start;
    justify-content: start;
  }
}
.input-next-to-anchor input[type=checkbox] {
  margin-bottom: 15px;
}
@media (max-width: 51.44em) {
  .input-next-to-anchor input[type=checkbox] {
    margin-bottom: 0px;
  }
}
.input-next-to-anchor .payment-selection {
  margin-bottom: 10px;
}

.label-next-to-element--spaced {
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
  -webkit-flex-item-align: start;
  align-items: start;
  height: 32px;
}

.document-download-all {
  margin-bottom: 1rem;
}
.document-download-all a:link {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
.document-download-all a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
.document-download-all a:active,
.document-download-all a:hover {
  color: #3D52A7;
  text-decoration: underline;
}

.document-download {
  line-height: 1.25;
}
.document-download a:link {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
.document-download a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
.document-download a:active,
.document-download a:hover {
  color: #3D52A7;
  text-decoration: underline;
}

.detail-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
}
@media (max-width: 26em) {
  .detail-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.detail-group div {
  margin: 0px 2.5px 0px 2.5px;
}

.detail-container {
  min-height: 2.75rem;
}
.detail-container a {
  color: #4f4f51;
  text-decoration: none;
}
.detail-container a:visited {
  color: #4f4f51;
  text-decoration: none;
}
.detail-container a:hover {
  color: #4f4f51;
  text-decoration: none;
}
.detail-container a:focus {
  color: #4f4f51;
  text-decoration: none;
}
.detail-container a:hover, .detail-container a:active {
  color: #0083ad;
  text-decoration: none;
}
@media only print {
  .detail-container {
    display: inline-block;
  }
}

.detail-info {
  margin: -0.25rem 0 0.5rem;
}

.current-dept-blue {
  color: #0083ad;
  font-weight: 600;
}

.form-group--none {
  padding: 0;
  border: none;
}

.form-group--wide {
  max-width: 800px;
}
@media (max-width: 51.44em) {
  .form-group--wide {
    max-width: none;
  }
}

.form-foot-note {
  font-size: 12px;
  vertical-align: top;
}

.error-text {
  color: #B1210A;
}

.captcha-submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-flex-item-align: center;
  align-items: center;
}
@media (max-width: 960px) {
  .captcha-submit-container {
    display: block;
  }
}
.captcha-submit-container button {
  height: 3rem;
  margin: 0;
}
@media (min-width: 960px) {
  .captcha-submit-container .submit-button-container > button {
    margin: 0;
  }
}
.captcha-submit-container .g-recaptcha {
  margin: 0;
}
@media (max-width: 960px) {
  .captcha-submit-container .g-recaptcha {
    margin-bottom: 0.75rem;
  }
}
.captcha-submit-container select {
  width: 100%;
}
.captcha-submit-container .can-grow {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 1rem;
}
@media (max-width: 960px) {
  .captcha-submit-container .can-grow {
    margin-right: 0;
  }
}

.submit-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}
.submit-button-container button {
  height: 48px;
  margin-top: 1rem;
}

.full {
  width: 100%;
}

.filter-group form {
  /*
  1600 X 900 ~ WideScreen
  1366 X 768 ~ BigLaptop
  1280 X 768 ~ MedLaptop
  1024 X 768 ~ SmlLaptop
   414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
   320 X 568 ~ SmlMobile (iPhone 5/SE)
  */
  /* 
      $breakpoint argument choices:

      -WideScreen
      -BigLaptop
      -MedLaptop
      -SmlLaptop
      -LgMobile
      -MdMobile
      -Mobile
      -SmlMobile
  */
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 26em) {
  .filter-group form {
    margin: 10px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.filter-group form input,
.filter-group form label,
.filter-group form select {
  background: inherit;
  box-sizing: border-box;
  border: none;
}
.filter-group form input,
.filter-group form select,
.filter-group form .select2-container {
  border: none;
  border-bottom: 2px solid #0083ad;
  min-height: 38px;
  -webkit-transition: ease-in-out 0.35s;
  transition: ease-in-out 0.35s;
}
.filter-group form input:focus, .filter-group form input:hover,
.filter-group form select:focus,
.filter-group form select:hover,
.filter-group form .select2-container:focus,
.filter-group form .select2-container:hover {
  border-bottom: 2px solid #3D52A7;
  outline: none;
}
.filter-group form .select2-search__field {
  display: none;
}
.filter-group form .decision-logic-input {
  height: auto;
}
.filter-group form .force-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.filter-group form .label-above-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-content: center;
  justify-content: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .filter-group form .label-above-element {
    -ms-flex-pack: start;
    -webkit-align-content: flex-start;
    justify-content: flex-start;
  }
}
.filter-group form .label-above-element--override-justify-content {
  -webkit-align-content: normal;
  justify-content: normal;
}
.filter-group form .filter-merchants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
  max-width: 500px;
}
@media (max-width: 26em) {
  .filter-group form .filter-merchants {
    width: auto;
  }
}
.filter-group form .filter-merchants button {
  position: relative;
  bottom: 10px;
}
.filter-group form .vertically-center-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-flex-item-align: center;
  align-items: center;
}
@media (max-width: 26em) {
  .filter-group form .vertically-center-elements {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-item-align: start;
    align-items: start;
    width: 100%;
  }
}
.filter-group form .change-background input,
.filter-group form .change-background select {
  background-color: #f8f8f8;
}
.filter-group form .position-search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-content: center;
  justify-content: center;
}
.filter-group form .position-search-icon span {
  position: relative;
  top: 10px;
  width: 15%;
  height: 0px;
}
.filter-group form .position-search-icon input {
  padding-left: 25px;
  width: 175px;
  flex-grow: 1;
}
@media (max-width: 26em) {
  .filter-group form .position-search-icon input {
    width: auto;
  }
}
.filter-group form .style-input {
  background: inherit;
  border: none;
  border-bottom: 2px solid #0083ad;
}
.filter-group form .select-arrow-styles {
  position: relative;
  width: 100%;
}
.filter-group form .select-arrow-styles select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-right: 25px;
  /* IE11 get rid of drop down arrow */
}
.filter-group form .select-arrow-styles select::-ms-expand {
  display: none;
}
.filter-group form .select-arrow-styles:after {
  box-sizing: border-box;
  content: "<>";
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 1%;
  top: 10%;
  position: absolute;
  pointer-events: none;
}
.filter-group form button {
  margin: 1rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
}
.filter-group form input[type=checkbox] {
  height: 1.25rem;
  width: 1.25rem;
  margin: 0 10px 0 10px;
}
@media (max-width: 26em) {
  .filter-group form input[type=checkbox] {
    margin-left: 0.4rem;
    width: auto;
  }
}
.filter-group form .flex-end-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-align-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 26em) {
  .filter-group form .flex-end-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 51.44em) {
  .filter-group .force-space-between {
    -ms-flex-pack: justify;
    -webkit-align-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 51.44em) {
  .filter-group #existing-users-form {
    -ms-flex-pack: justify;
    -webkit-align-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 51.44em) {
  .filter-group .filter-group-mobile-landscape {
    -ms-flex-pack: start;
    -webkit-align-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .filter-group .filter-group-mobile-landscape .label-above-element {
    margin-right: 1rem;
  }
  .filter-group .filter-group-mobile-landscape .vertically-center-elements {
    margin-right: 1rem;
  }
}
.filter-group .filter-group-mobile-landscape.right {
  justify-content: flex-end;
}

.document-styles {
  border: 1px solid #bfbfbf;
  border-width: 1px;
  padding: 10px;
  margin-bottom: 10px;
}
.document-styles div {
  word-break: break-all;
}
.document-styles:hover {
  background-color: #dddddd;
}
.document-styles .doc-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
}
.document-styles .doc-hider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-flex-item-align: center;
  align-items: center;
}
.document-styles .doc-hider:hover {
  cursor: pointer;
}
.document-styles .button-container {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-content: center;
  gap: 4px;
  flex-wrap: wrap;
}
.document-styles .button-container button,
.document-styles .button-container .button {
  margin-bottom: 0;
}

.validation-indicator {
  max-width: 40rem;
}
.validation-indicator .validation-icon {
  display: none;
  float: right;
  position: relative;
  top: -42px;
  right: 6px;
  font-size: 22px;
}
.validation-indicator.valid .valid-icon {
  display: block;
  color: green;
}
.validation-indicator.invalid .invalid-icon {
  display: block;
  color: red;
}

@media (max-width: 26em) {
  .mobile-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 26em) {
  .mobile-flex-container-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 26em) {
  .mobile-flex-align-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-flex-item-align: center;
    align-items: center;
    margin: 0 auto;
  }
}

@media (max-width: 26em) {
  .mobile-flex-center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    justify-content: center;
    width: 100%;
  }
  .mobile-flex-center-content button {
    -ms-flex-pack: center;
    -webkit-align-content: center;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 26em) {
  .mobile-flex-center-content #payment-upload-batch-modal-button {
    width: 95%;
  }
}

#fillable-pdf-form select {
  margin-bottom: 0;
}
#fillable-pdf-form .label-next-to-element {
  margin-bottom: 10px;
}

#create-iso-button {
  margin-right: 20px;
}
@media (max-width: 26em) {
  #create-iso-button {
    margin-right: 0px;
  }
}

#password-req-list {
  max-width: 300px;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
#password-req-list ul {
  margin: 0;
  padding-left: 0;
}
#password-req-list ul li {
  list-style-type: none;
  text-transform: none;
}
#password-req-list ul li .checkmark-wrapper {
  display: inline-block;
  visibility: hidden;
  margin-right: 0.25rem;
}

#show-pswd-checkbox {
  margin-top: 0px;
}

#permission-container {
  width: 33%;
}
@media (max-width: 26em) {
  #permission-container {
    width: auto;
  }
}

.routing-number-bank-name {
  font-weight: normal;
  padding-left: 0.5rem;
}

.sic-code-input div {
  width: 100%;
}
.sic-code-input a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline !important;
}
.sic-code-input label {
  margin-bottom: 0;
}
.sic-code-input .flex-container__row {
  margin-bottom: 0 !important;
}

.flex-gap {
  display: flex;
  gap: 16px;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.flex-space-around {
  display: flex;
  justify-content: space-around;
}

.password-visibility-toggle {
  margin-left: -32px;
  cursor: pointer;
  color: #4f4f51;
}
.password-visibility-toggle svg {
  width: 20px;
}

.divider {
  color: #bfbfbf;
  border-bottom: solid;
  border-width: 1px;
}

.form-tag {
  background-color: white;
  outline: 1px solid #4f4f51;
  color: #4f4f51;
  border-radius: 3px;
  padding: 0 3px;
  margin-left: 3px;
  cursor: pointer;
  text-transform: none;
}

.checkbox-align-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.checkbox-align-content input {
  margin: 0;
}
.checkbox-align-content label {
  margin: 0;
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
table:not(.blank-table) {
  width: 100%;
  color: #666;
  font-size: 12px;
  background: #eaebec;
  margin: 20px 0;
  border: #ccc 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
  /*table-layout:fixed;
  */
}
table:not(.blank-table) button, table:not(.blank-table) .button {
  margin-bottom: 0 !important;
}
@media (max-width: 960px) {
  table:not(.blank-table) {
    font-size: 10px;
  }
}
table:not(.blank-table) a:link {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
table:not(.blank-table) a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
table:not(.blank-table) a.button {
  font-weight: normal;
}
table:not(.blank-table) a:active, table:not(.blank-table) a:hover {
  color: #3D52A7;
  text-decoration: underline;
}
table:not(.blank-table) th {
  padding: 21px 25px 22px 25px;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
}
@media (max-width: 960px) {
  table:not(.blank-table) th {
    padding: 12px 16px 12px 16px;
  }
}
@media (max-width: 85.375em) {
  table:not(.blank-table) th {
    padding: 15px 18px 15px 18px;
  }
}
@media (max-width: 79em) {
  table:not(.blank-table) th {
    padding: 10px 13px 10px 13px;
    font-size: 11px;
  }
}
@media (max-width: 67.5em) {
  table:not(.blank-table) th {
    padding: 9px 11px 9px 11px;
  }
}
table:not(.blank-table) th i.iconSortDown, table:not(.blank-table) th i.iconSortUp {
  display: none;
}
table:not(.blank-table) th.headerSortUp .iconSortUp {
  display: inline-block;
}
table:not(.blank-table) th.headerSortDown .iconSortDown {
  display: inline-block;
}
table:not(.blank-table) th:first-child:not(.normal-first-child) {
  text-align: left;
  padding-left: 20px;
}
table:not(.blank-table) tr {
  text-align: center;
  padding-left: 20px;
}
table:not(.blank-table) tr .red {
  background-color: rgba(191, 78, 48, 0.3);
}
table:not(.blank-table) tr .yellow {
  background-color: rgba(255, 191, 0, 0.3);
}
table:not(.blank-table) tr.bold-row {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
table:not(.blank-table) tr.outline-row {
  border: 2px solid;
}
table:not(.blank-table) tr:first-child:not(.normal-first-child) th:first-child:not(.normal-first-child) {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
table:not(.blank-table) tr:first-child:not(.normal-first-child) th:last-child:not(.normal-first-child) {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
table:not(.blank-table) tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
table:not(.blank-table) tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
table:not(.blank-table) tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}
table:not(.blank-table) td {
  padding: 15px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  max-width: 300px;
}
@media (max-width: 960px) {
  table:not(.blank-table) td {
    padding: 8px;
  }
}
@media (max-width: 85.375em) {
  table:not(.blank-table) td {
    padding: 15px;
  }
}
@media (max-width: 79em) {
  table:not(.blank-table) td {
    padding: 10px;
    font-size: 11px;
  }
}
@media (max-width: 67.5em) {
  table:not(.blank-table) td {
    padding: 7px;
    font-size: 10px;
  }
}
table:not(.blank-table) td.PreApprovalApplication {
  background: #bfd9e0;
}
table:not(.blank-table) td.IncompleteApplication {
  background: rgba(255, 191, 0, 0.3);
}
table:not(.blank-table) td.MissingDocumentation {
  background: rgba(191, 78, 48, 0.3);
}
table:not(.blank-table) td.CompletedApplication {
  background: rgba(42, 166, 124, 0.3);
}
table:not(.blank-table) td.error {
  color: #B1210A;
}
table:not(.blank-table) td:first-child:not(.normal-first-child) {
  text-align: left;
  padding-left: 20px;
  border-left: 0;
}
table:not(.blank-table) tr.even td {
  background: #f6f6f6;
}
table:not(.blank-table) tr.even td.PreApprovalApplication {
  background: #bfd9e0;
}
table:not(.blank-table) tr.even td.IncompleteApplication {
  background: rgba(255, 191, 0, 0.3);
}
table:not(.blank-table) tr.even td.MissingDocumentation {
  background: rgba(191, 78, 48, 0.3);
}
table:not(.blank-table) tr.even td.CompletedApplication {
  background: rgba(42, 166, 124, 0.3);
}
table:not(.blank-table).workbook-table {
  background: none;
  border: none;
  box-shadow: none;
}
table:not(.blank-table).workbook-table thead {
  border: none;
}
table:not(.blank-table).workbook-table tbody {
  border: none;
}
table:not(.blank-table).workbook-table tr {
  border: none;
  padding: 0;
}
table:not(.blank-table).workbook-table tr:hover {
  background: none;
}
table:not(.blank-table).workbook-table tr th {
  border: none;
  padding: 0 0 5px 0;
  background: none;
}
table:not(.blank-table).workbook-table tr td {
  border: none;
  padding: 0;
  background: none;
}
table:not(.blank-table).workbook-table tr td input {
  margin: 0 !important;
  text-align: center;
  padding: 0.75rem !important;
}
@media (max-width: 26em) {
  table:not(.blank-table).workbook-table tr td input {
    border: none;
  }
}
table:not(.blank-table).workbook-table tr td select {
  margin: 0px;
  padding: 0.75rem;
  font-size: 0.875rem;
  height: 44px;
}
table:not(.blank-table).workbook-table tr td .delete-month, table:not(.blank-table).workbook-table tr td .add-month {
  cursor: pointer;
  font-size: 1.25rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
table:not(.blank-table).workbook-table tr td.row-header {
  text-align: right;
  padding-right: 5px;
  font-weight: bold;
}

.tablesorter .header {
  cursor: pointer;
}

#applications-table tr td:nth-child(9) {
  padding: 10px;
}
@media (max-width: 26em) {
  #applications-table tr td:nth-child(9) div {
    display: flex;
    width: 100%;
  }
}

.cards-table input {
  height: 2.25rem;
}
.cards-table input[type=checkbox] {
  margin: 0;
}
@media (max-width: 26em) {
  .cards-table thead {
    display: none;
  }
}
@media (max-width: 26em) {
  .cards-table thead td input[disabled=disabled] {
    border: none !important;
    background: inherit !important;
  }
}
@media (max-width: 26em) {
  .cards-table tr {
    display: flex;
    margin-bottom: 0.1rem;
    padding: 1rem 0.5rem 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    flex-direction: column;
  }
}
@media (max-width: 26em) and (max-width: 26em) {
  .cards-table tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.5rem;
    font-size: 0.8rem;
    text-align: left;
    border: 1px solid rgba(0, 131, 173, 0.5);
  }
  .cards-table tr td.workbook-nav {
    display: flex;
    border-style: none;
    justify-content: space-between;
  }
  .cards-table tr td.workbook-nav hr {
    display: none;
  }
  .cards-table tr td:before {
    float: left;
    margin: -0.5rem 0.5rem -0.5rem -0.5rem;
    padding: 0.625rem 0.5rem 0.625rem;
    font-size: 0.75rem;
    font-weight: bold;
    background: rgba(0, 131, 173, 0.1);
    color: #0083ad;
    content: attr(data-label) ": ";
  }
  .cards-table tr td.workbook-nav:before {
    content: none;
  }
  .cards-table tr td.no-data-attr {
    border: none;
  }
  .cards-table tr td.no-data-attr:before {
    content: none;
  }
}
@media (max-width: 26em) and (max-width: 26em) {
  .cards-table tr td:first-child {
    padding: 0.5rem;
    border: 1px solid rgba(0, 131, 173, 0.5);
  }
}

@media print {
  #payments-details-table {
    border-collapse: collapse;
  }
  #payments-details-table thead {
    display: table-row-group;
  }
  #payments-details-table td {
    page-break-inside: avoid;
  }
  #payments-details-table .hide-for-print {
    display: none;
  }
}
@media (max-width: 26em) {
  .underwriting-cards tr td {
    display: flex;
  }
  .underwriting-cards tr td:not(:first-child) {
    border: 1px solid rgba(0, 131, 173, 0.5);
  }
  .underwriting-cards tr td.align-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-flex-item-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-align-content: space-between;
    justify-content: space-between;
  }
  .underwriting-cards tr td.align-checkbox input {
    margin-right: 10px !important;
  }
}

.table-category {
  background-color: #777;
  color: #f6f6f6;
  text-transform: capitalize;
}

table .unimportant {
  background-color: #ededed;
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
h1, h2, h3, h4 {
  color: #4f4f51;
}

span.green {
  color: #2AA67C;
}
span.red {
  color: #B1210A;
}
span.blue {
  color: #0083ad;
}
span.orange {
  color: #BF4E30;
}
span.bold {
  font-weight: bold;
}

button,
.button {
  text-decoration: none;
  color: white;
  border: none;
  text-align: center;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  font-size: 0.9rem;
  opacity: 1;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1rem;
  border: 1px solid rgb(221, 221, 221);
}
button.margin-left,
.button.margin-left {
  margin-left: 20px;
}
button.margin-right,
.button.margin-right {
  margin-right: 20px;
}
button.dl-fix-height,
.button.dl-fix-height {
  height: 35%;
}
@media only print {
  button,
  .button {
    display: none !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  button,
  .button {
    line-height: 1.5;
  }
}
@supports (-ms-ime-align: auto) {
  button,
  .button {
    line-height: 1.5;
  }
}
button.button-to-top,
.button.button-to-top {
  color: #0083ad;
  font-size: 2.5rem;
  background-color: inherit;
  position: fixed;
  opacity: 0.7;
  padding: 0;
  display: none;
  outline: none;
  border: none;
  bottom: 80px;
  right: 36px;
}
@media only print {
  button.button-to-top,
  .button.button-to-top {
    display: none;
  }
}
@media (max-width: 99em) {
  button.button-to-top,
  .button.button-to-top {
    right: 16px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  button.button-to-top,
  .button.button-to-top {
    background-color: transparent;
  }
}
button:hover,
.button:hover {
  opacity: 1;
}
button.blue,
.button.blue {
  background-color: #0083ad !important;
  border-color: #0083ad !important;
}
button.red,
.button.red {
  background-color: #B1210A !important;
  border-color: #B1210A !important;
}
button.green,
.button.green {
  background-color: #2AA67C !important;
  border-color: #2AA67C !important;
}
button.grey,
.button.grey {
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
}
@media (min-width: 51.45em) {
  button.small,
  .button.small {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.75rem;
  }
}
button.medium,
.button.medium {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
}
button:disabled,
.button:disabled {
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
}

table a.button,
a.button {
  color: white;
  text-decoration: none;
}
table a.button:visited,
a.button:visited {
  color: white;
  text-decoration: none;
}
table a.button:hover,
a.button:hover {
  color: white;
  text-decoration: none;
}
table a.button:focus,
a.button:focus {
  color: white;
  text-decoration: none;
}
table a.button:hover, table a.button:active,
a.button:hover,
a.button:active {
  color: white;
  text-decoration: none;
}

.filter-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
  padding-left: 2rem;
  height: 70px;
}
@media only print {
  .filter-button-container {
    display: none;
  }
}
.filter-button-container button {
  height: 45px;
}
.filter-button-container button:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 51.44em) {
  .filter-buttons-mobile {
    -ms-flex-pack: justify;
    -webkit-align-content: space-between;
    justify-content: space-between;
    width: auto;
  }
  .filter-buttons-mobile button:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 26em) {
  .filter-buttons-mobile {
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
    flex-direction: column !important;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .filter-buttons-mobile button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    justify-content: center;
    height: 3.5rem;
    width: 100%;
    margin-right: 0px !important;
  }
}
@media only print and (max-width: 26em) {
  .filter-buttons-mobile button {
    display: none;
  }
}
@media (max-width: 26em) {
  .filter-buttons-mobile a.button.blue {
    height: 2.8rem;
    margin-top: 15px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    justify-content: center;
  }
}
@media only print and (max-width: 26em) {
  .filter-buttons-mobile a.button.blue {
    display: none;
  }
}

@media (max-width: 26em) {
  .filter-buttons-mobile-add-height {
    height: 200px;
  }
}

#iso-feedback-button {
  color: #0083ad;
  font-size: 2.5rem;
  background-color: inherit;
  position: fixed;
  top: 25px;
  padding: 0.75rem 0.75rem;
  outline: none;
  border: none;
}
@media only print {
  #iso-feedback-button {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #iso-feedback-button {
    background-color: transparent;
  }
}
@media (min-width: 106em) {
  #iso-feedback-button {
    left: 50px;
  }
}
@media (max-width: 99em) {
  #iso-feedback-button {
    left: 10px;
  }
}
@media (max-width: 85.375em) {
  #iso-feedback-button {
    display: none;
  }
}

.icon-button {
  cursor: pointer;
}
.icon-button.blue {
  color: #0083ad;
}
.icon-button.red {
  color: #B1210A;
}
.icon-button.red:hover {
  color: #e12a0d;
}
.icon-button.green {
  color: #2AA67C;
}
.icon-button.grey {
  color: #bfbfbf;
}

.button-text-spinner:not([hidden]) {
  display: flex;
  gap: 8px;
}

.button-notification-bubble {
  height: 18px;
  width: 18px;
  border-radius: 100%;
  background-color: white;
}

.button-notification-bubble:not([hidden]) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blue .button-notification-bubble {
  color: #0083ad;
}

.red .button-notification-bubble {
  color: #B1210A;
}

.small .button-notification-bubble {
  height: 15px;
  width: 15px;
}

.icon-link:link {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

.icon-link:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}

h1, h2, h3, h4 {
  color: #4f4f51;
}

span.green {
  color: #2AA67C;
}
span.red {
  color: #B1210A;
}
span.blue {
  color: #0083ad;
}
span.orange {
  color: #BF4E30;
}
span.bold {
  font-weight: bold;
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
.simplemodal-overlay {
  background-color: #4f4f51;
}

.simplemodal-container {
  opacity: 1;
  border: 1px solid #4f4f51;
  /*@include respond(Desktop) {
      min-height: 200px;
      min-width: 20rem;
  }*/
}
@media (max-width: 51.44em) {
  .simplemodal-container {
    min-height: 80%;
  }
}
@media (max-width: 26em) {
  .simplemodal-container {
    min-height: 200px;
  }
}
.simplemodal-container form {
  overflow: auto;
}
.simplemodal-container .form-group select, .simplemodal-container .form-group--none select, .simplemodal-container .form-group--wide select {
  width: 100%;
}

.simplemodal-close:not(.blue) {
  color: #4f4f51;
  text-decoration: none;
}
.simplemodal-close:not(.blue):visited {
  color: #4f4f51;
  text-decoration: none;
}
.simplemodal-close:not(.blue):hover {
  color: #4f4f51;
  text-decoration: none;
}
.simplemodal-close:not(.blue):focus {
  color: #4f4f51;
  text-decoration: none;
}
.simplemodal-close:not(.blue):hover, .simplemodal-close:not(.blue):active {
  color: #202020;
  text-decoration: none;
}

.simplemodal-data {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-header {
  -webkit-flex: 0 0 74px;
  -ms-flex: 0 0 74px;
  flex: 0 0 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-flex-item-align: center;
  align-items: center;
  background-color: #bfbfbf;
  padding: 1rem 2rem;
  font-size: 1.5rem;
}

.adjacent-elements {
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-flex-item-align: center;
  align-items: center;
}
.adjacent-elements .larger-sibling {
  -webkit-flex: 0 0 78%;
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
}

.modal-body {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #f6f6f6;
  padding: 2rem;
  border-top: 1px solid #4f4f51;
  border-bottom: 1px solid #4f4f51;
  min-height: 170px;
}
@media (max-width: 51.44em) {
  .modal-body {
    height: 50% !important;
  }
}
@media (max-width: 26em) {
  .modal-body {
    height: auto !important;
  }
}
@media (max-width: 22.5em) {
  .modal-body .workbook-input {
    width: 17.5rem;
  }
}
@media (max-width: 20em) {
  .modal-body .workbook-input {
    width: 15rem;
  }
}

.modal-footer {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-flex-item-align: center;
  align-items: center;
  background-color: #bfbfbf;
  padding: 1rem 2rem;
}
.modal-footer [disabled] {
  border-color: white !important;
}

.modal-button {
  margin: 0;
}

.merchant-match-modal ul {
  list-style: none;
}
.merchant-match-modal ul li {
  margin-bottom: 0.5rem;
}
.merchant-match-modal ul li a {
  text-decoration: none;
  color: #202020;
  text-decoration: none;
  cursor: pointer;
}
.merchant-match-modal ul li a:visited {
  color: #202020;
  text-decoration: none;
}
.merchant-match-modal ul li a:hover {
  color: #202020;
  text-decoration: none;
}
.merchant-match-modal ul li a:focus {
  color: #202020;
  text-decoration: none;
}
.merchant-match-modal ul li a:hover, .merchant-match-modal ul li a:active {
  color: #0083ad;
  text-decoration: none;
}
.merchant-match-modal ul li span {
  font-size: 12px;
  color: #4f4f51;
  text-transform: uppercase;
}

.auto-denial-links li a {
  text-decoration: none;
  color: #202020;
  text-decoration: none;
  cursor: pointer;
}
.auto-denial-links li a:visited {
  color: #202020;
  text-decoration: none;
}
.auto-denial-links li a:hover {
  color: #202020;
  text-decoration: none;
}
.auto-denial-links li a:focus {
  color: #202020;
  text-decoration: none;
}
.auto-denial-links li a:hover, .auto-denial-links li a:active {
  color: #0083ad;
  text-decoration: none;
}

.herondata-bankstatement-select {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.modal-summary h3 {
  margin-bottom: 0;
}
.modal-summary ul {
  margin-top: 0;
}

h1, h2, h3, h4 {
  color: #4f4f51;
}

span.green {
  color: #2AA67C;
}
span.red {
  color: #B1210A;
}
span.blue {
  color: #0083ad;
}
span.orange {
  color: #BF4E30;
}
span.bold {
  font-weight: bold;
}

.insta-quote-banner {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .insta-quote-banner {
    width: auto;
    margin: 1rem;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    justify-content: center;
  }
}
.insta-quote-banner .insta-quote-banner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-flex-item-align: center;
  align-items: center;
  padding: 4rem 2rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.insta-quote-banner .insta-quote-banner-text h1, .insta-quote-banner .insta-quote-banner-text h2, .insta-quote-banner .insta-quote-banner-text h3 {
  color: white;
  margin: 0;
}
.insta-quote-banner .insta-quote-banner-text h1 {
  margin: 1rem 0 0 0;
  text-align: center;
  color: #FFBF00;
}
.insta-quote-banner .insta-quote-banner-text h2 {
  font-size: 2.05rem;
  margin: 0 0 0.5rem 0;
}
.insta-quote-banner .insta-quote-banner-text h3 {
  margin: 0;
}
@media (max-width: 960px) {
  .insta-quote-banner .insta-quote-banner-text {
    padding: 1.5rem;
    margin-right: 0;
    background-color: rgba(0, 0, 0, 0.75);
  }
}

.insta-quote-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-flex-item-align: center;
  align-items: center;
}
.insta-quote-container form .form-group, .insta-quote-container form .form-group--none, .insta-quote-container form .form-group--wide {
  margin: 0 auto;
}
.insta-quote-container h1 {
  margin: 2.5rem 0;
  text-align: center;
  font-size: 1.75rem;
}
.insta-quote-container h2 {
  text-align: center;
  color: #0083ad;
  font-size: 1.37rem;
}
@media (max-width: 960px) {
  .insta-quote-container {
    padding: 0 0.25rem;
  }
  .insta-quote-container h1, .insta-quote-container h2 {
    margin: 2rem 0;
  }
}

h1, h2, h3, h4 {
  color: #4f4f51;
}

span.green {
  color: #2AA67C;
}
span.red {
  color: #B1210A;
}
span.blue {
  color: #0083ad;
}
span.orange {
  color: #BF4E30;
}
span.bold {
  font-weight: bold;
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
.form-side-banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 960px) {
  .form-side-banner-container {
    display: block;
    padding: 0 0.25rem;
  }
}
.form-side-banner-container > form {
  -webkit-flex: 0 0 565px;
  -ms-flex: 0 0 565px;
  flex: 0 0 565px;
  margin-right: 1.5rem;
}
@media (max-width: 960px) {
  .form-side-banner-container > form {
    margin-right: 0;
  }
}
.form-side-banner-container > .form-group, .form-side-banner-container > .form-group--none, .form-side-banner-container > .form-group--wide {
  -webkit-flex: 0 0 565px;
  -ms-flex: 0 0 565px;
  flex: 0 0 565px;
  margin-right: 1.5rem;
}
.form-side-banner-container .form-side-banner {
  width: 300px;
  height: 831px;
  background-size: cover;
}
.form-side-banner-container .form-side-banner.form-side-banner-small {
  display: none;
}
@media (max-width: 960px) {
  .form-side-banner-container .form-side-banner {
    width: auto;
    height: auto;
    margin: 0 -0.5rem;
  }
  .form-side-banner-container .form-side-banner.form-side-banner-small {
    display: block;
  }
  .form-side-banner-container .form-side-banner.form-side-banner-large {
    display: none;
  }
}
.form-side-banner-container .form-side-banner#application-slide-1 {
  background-image: url(../Images/application_side_1.jpg);
}
@media (max-width: 960px) {
  .form-side-banner-container .form-side-banner#application-slide-1 {
    background-position: bottom;
  }
}
.form-side-banner-container .form-side-banner#application-slide-2 {
  background-image: url(../Images/application_side_2.jpg);
}
@media (max-width: 960px) {
  .form-side-banner-container .form-side-banner#application-slide-2 {
    background-position: center;
  }
}
.form-side-banner-container .form-side-banner#application-slide-3 {
  background-image: url(../Images/application_side_3.jpg);
}
@media (max-width: 960px) {
  .form-side-banner-container .form-side-banner#application-slide-3 {
    background-position: center;
  }
}
.form-side-banner-container .form-side-banner .form-side-banner-layer {
  background-color: rgba(255, 255, 255, 0.275);
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .form-side-banner-container .form-side-banner .form-side-banner-layer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-flex-item-align: center;
    align-items: center;
  }
}
.form-side-banner-container .form-side-banner .form-side-banner-text {
  margin: 1.25rem 1rem;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media (max-width: 960px) {
  .form-side-banner-container .form-side-banner .form-side-banner-text {
    padding: 2.375rem;
    margin: 2rem;
    background-color: rgba(0, 0, 0, 0.75);
  }
}
@media (max-width: 960px) {
  .form-side-banner-container .form-side-banner .form-side-banner-text.progress-large {
    display: none;
  }
}
.form-side-banner-container .form-side-banner .form-side-banner-text h1 {
  color: white;
  font-size: 1.6rem;
  font-family: "Lora", serif;
  margin: 1rem 0 0.125rem 0;
}
.form-side-banner-container .form-side-banner .form-side-banner-text h2 {
  color: white;
  font-size: 1.375rem;
  font-family: "Lora", serif;
}
.form-side-banner-container .form-side-banner .form-side-banner-text p {
  color: white;
  font-family: "Lora", serif;
  line-height: 1.5;
  margin: 0.125rem 0 1rem 0;
}
@media (min-width: 960px) {
  .form-side-banner-container > div:first-of-type {
    margin-right: 1.5rem;
  }
}

.form-side-banner-layer.progress-small {
  display: none;
  margin: 0 0.25rem;
}
@media (max-width: 960px) {
  .form-side-banner-layer.progress-small {
    display: block;
  }
}

@media (max-width: 26em) {
  .align-checkbox-for-mobile {
    display: flex;
  }
  .align-checkbox-for-mobile input {
    margin-top: 0.3rem;
  }
}

.link-styles {
  display: block;
  color: #202020;
  text-decoration: none;
}
.link-styles:visited {
  color: #202020;
  text-decoration: none;
}
.link-styles:hover {
  color: #202020;
  text-decoration: none;
}
.link-styles:focus {
  color: #202020;
  text-decoration: none;
}
.link-styles:hover, .link-styles:active {
  color: #0083ad;
  text-decoration: none;
}

.progress-bar {
  height: 2rem;
  width: 100%;
  background-color: #bfbfbf;
}
.progress-bar .progress-1 {
  width: 25%;
  height: 2rem;
  background-color: #0083ad;
  margin-bottom: 1rem;
}
.progress-bar .progress-2 {
  width: 50%;
  height: 2rem;
  background-color: #0083ad;
  margin-bottom: 1rem;
}
.progress-bar .progress-3 {
  width: 75%;
  height: 2rem;
  background-color: #0083ad;
  margin-bottom: 1rem;
}

p.percent {
  margin: 1rem auto 0;
  text-align: center;
  font-weight: bold;
}

.fa-eye-hover:hover {
  color: #0083ad;
  cursor: pointer;
}

.application-welcome-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 960px) {
  .application-welcome-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.application-welcome-container .application-welcome-tile {
  flex: 1 1 0;
  margin: 2rem;
  text-align: center;
}
.application-welcome-container .application-welcome-tile img {
  width: 7.5rem;
  display: block;
  margin: auto;
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
.login-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 500px;
  margin-top: 2rem;
}
.login-page-container.referral {
  width: 730px;
}
@media (max-width: 26em) {
  .login-page-container.referral {
    width: 100%;
  }
  .login-page-container.referral img {
    width: 100%;
  }
}
.login-page-container.referral h1 {
  font-size: 1.5rem;
  margin: 1.5rem 0;
}
.login-page-container.referral p {
  margin: 1.5rem 0;
}
.login-page-container.referral .form-group, .login-page-container.referral .form-group--none, .login-page-container.referral .form-group--wide {
  background-color: white;
  max-width: none;
  padding: 2rem;
}
.login-page-container.referral .form-group button, .login-page-container.referral .form-group--none button, .login-page-container.referral .form-group--wide button {
  margin-top: 0;
}
.login-page-container.referral form {
  margin: 1rem 0 0 0;
}
.login-page-container.referral form > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 26em) {
  .login-page-container {
    width: 100%;
  }
}
.login-page-container h1 {
  font-size: 1.5em;
  color: #202020;
  text-align: center;
}
.login-page-container .display-message-defaults {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  text-align: center;
  word-wrap: break-word;
  background: rgba(246, 246, 246, 0.9);
  border-radius: 10px;
  height: auto;
  margin-bottom: 10px;
  display: none;
}
.login-page-container .display-message-defaults p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.login-page-container .display-success-message {
  border: 2px solid #202020;
}
.login-page-container .display-success-message p {
  color: #202020;
  padding: 0px 30px;
}
.login-page-container .display-error-message {
  border: 2px solid #202020;
}
.login-page-container .display-error-message p {
  color: #BF4E30;
}
.login-page-container .display-error-message .hidden {
  display: none;
}
.login-page-container form {
  border-radius: 10px;
  margin-bottom: 20px;
}
.login-page-container .form-group, .login-page-container .form-group--none, .login-page-container .form-group--wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-flex-item-align: center;
  align-items: center;
  width: auto;
  border-radius: 10px;
  background-color: rgba(246, 246, 246, 0.9);
  height: 100%;
  margin-bottom: 0;
  border: 2px solid #0083ad;
}
.login-page-container .form-group h2, .login-page-container .form-group--none h2, .login-page-container .form-group--wide h2, .login-page-container .form-group h3, .login-page-container .form-group--none h3, .login-page-container .form-group--wide h3 {
  opacity: 1;
  margin-top: 1rem;
  color: #202020;
  text-align: center;
}
.login-page-container .form-group button, .login-page-container .form-group--none button, .login-page-container .form-group--wide button {
  opacity: 0.9;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 45px;
  width: 120px;
  -webkit-font-smoothing: antialised;
  outline: none;
}
.login-page-container .form-group button:hover, .login-page-container .form-group--none button:hover, .login-page-container .form-group--wide button:hover {
  opacity: 1;
}
.login-page-container .form-group input:not([type=checkbox]), .login-page-container .form-group--none input:not([type=checkbox]), .login-page-container .form-group--wide input:not([type=checkbox]), .login-page-container .form-group textarea, .login-page-container .form-group--none textarea, .login-page-container .form-group--wide textarea, .login-page-container .form-group select, .login-page-container .form-group--none select, .login-page-container .form-group--wide select {
  text-align: center;
  opacity: initial;
  border: 3px solid #202020;
  width: 80%;
  outline: none;
}
.login-page-container .form-group a, .login-page-container .form-group--none a, .login-page-container .form-group--wide a {
  text-align: center;
  color: #202020;
  text-decoration: none;
}
.login-page-container .form-group a:visited, .login-page-container .form-group--none a:visited, .login-page-container .form-group--wide a:visited {
  color: #202020;
  text-decoration: none;
}
.login-page-container .form-group a:hover, .login-page-container .form-group--none a:hover, .login-page-container .form-group--wide a:hover {
  color: #202020;
  text-decoration: none;
}
.login-page-container .form-group a:focus, .login-page-container .form-group--none a:focus, .login-page-container .form-group--wide a:focus {
  color: #202020;
  text-decoration: none;
}
.login-page-container .form-group a:hover, .login-page-container .form-group--none a:hover, .login-page-container .form-group--wide a:hover, .login-page-container .form-group a:active, .login-page-container .form-group--none a:active, .login-page-container .form-group--wide a:active {
  color: #0083ad;
  text-decoration: none;
}
.login-page-container .form-group select, .login-page-container .form-group--none select, .login-page-container .form-group--wide select {
  border: 3px solid #202020;
  width: 250px;
  cursor: pointer;
  text-decoration: none;
  color: #202020;
}
.login-page-container .form-group select:focus, .login-page-container .form-group--none select:focus, .login-page-container .form-group--wide select:focus {
  outline: none;
}
.login-page-container .form-group .input-group, .login-page-container .form-group--none .input-group, .login-page-container .form-group--wide .input-group {
  width: 80%;
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
}
.login-page-container .form-group .input-group input, .login-page-container .form-group--none .input-group input, .login-page-container .form-group--wide .input-group input, .login-page-container .form-group .input-group select, .login-page-container .form-group--none .input-group select, .login-page-container .form-group--wide .input-group select {
  width: calc(50% - 4px);
}
.login-page-container .form-group .input-group select, .login-page-container .form-group--none .input-group select, .login-page-container .form-group--wide .input-group select {
  text-align-last: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html, body {
    height: 100%;
  }
  .internet-explorer-main {
    height: 60%;
  }
  .internet-explorer-footer {
    position: absolute;
    bottom: -5px;
  }
  .internet-explorer-flex-fix {
    width: 100%;
    display: flex;
  }
  .internet-explorer-flex-fix h3 {
    align-self: stretch;
  }
}
.thank-you-container {
  margin: 0 auto;
}
.thank-you-container p {
  font-size: 1.25rem;
}
.thank-you-container h2 {
  margin: 3rem 0 1rem 0;
}
.thank-you-container img {
  margin-top: 2rem;
  max-width: calc(100vw - 0.5rem);
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
.workbook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
}
@media (max-width: 26em) {
  .workbook {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    -webkit-align-content: flex-start;
    justify-content: flex-start;
  }
}
.workbook .workbook-detail {
  max-width: none;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 1.5em;
  width: calc(100% - 300px);
}
@media (max-width: 51.44em) {
  .workbook .workbook-detail {
    margin-left: 0.375em;
  }
}
@media (max-width: 26em) {
  .workbook .workbook-detail {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .workbook .workbook-detail {
    width: 100%;
  }
}
.workbook .workbook-detail .form-group, .workbook .workbook-detail .form-group--none, .workbook .workbook-detail .form-group--wide {
  max-width: none;
  width: 100%;
}
@media (max-width: 26em) {
  .workbook .workbook-detail .workbook-input {
    width: 100%;
  }
}
.workbook iframe {
  width: 100%;
  height: 100vh;
}

.workbook-buttons {
  float: right;
  margin-top: 1rem;
  margin-right: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only print {
  .workbook-buttons {
    display: none;
  }
}
.workbook-buttons a, .workbook-buttons button {
  margin-right: 1rem;
}
@media (max-width: 26em) {
  .workbook-buttons a, .workbook-buttons button {
    margin-bottom: 0.75rem;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 26em) {
  .workbook-buttons {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 26em) {
  .workbook-buttons-mobile {
    float: none;
    margin: 0 0.5rem 0 0.5rem;
  }
}

.workbook-buttons-no-float {
  float: none;
}

.workbook-title {
  display: inline-block;
}
@media (max-width: 26em) {
  .workbook-title {
    display: block;
  }
}

.workbook-textarea {
  height: 6rem;
}

.workbook-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
@media (max-width: 26em) {
  .workbook-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-item-align: start;
    align-items: start;
  }
}
.workbook-flex .workbook-flex-links {
  -webkit-flex: 0 0 20rem;
  -ms-flex: 0 0 20rem;
  flex: 0 0 20rem;
  margin-right: 2rem;
}
@media (max-width: 26em) {
  .workbook-flex .workbook-flex-links {
    -webkit-flex: 0 0 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
  }
}
.workbook-flex .workbook-flex-links a {
  display: block;
  margin-bottom: 0.5rem;
  color: #202020;
  text-decoration: none;
}
.workbook-flex .workbook-flex-links a:visited {
  color: #202020;
  text-decoration: none;
}
.workbook-flex .workbook-flex-links a:hover {
  color: #202020;
  text-decoration: none;
}
.workbook-flex .workbook-flex-links a:focus {
  color: #202020;
  text-decoration: none;
}
.workbook-flex .workbook-flex-links a:hover, .workbook-flex .workbook-flex-links a:active {
  color: #0083ad;
  text-decoration: none;
}
.workbook-flex .workbook-cash-advance {
  width: 100%;
}
.workbook-flex .workbook-cash-advance:first-of-type {
  margin-right: 0.5rem;
}
.workbook-flex .workbook-cash-advance:last-of-type {
  margin-left: 0.5rem;
}
.workbook-flex .workbook-cash-advance table {
  width: 100%;
}
.workbook-flex .workbook-cash-advance table thead th {
  padding: 0.75rem;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
.workbook-flex .workbook-cash-advance table tbody td {
  width: 50%;
}
@media (max-width: 26em) {
  .workbook-flex .workbook-cash-advance table tbody td {
    width: 100%;
  }
}

.workbook-frame .workbook-frame-label {
  font-weight: bold;
}
@media only print {
  .workbook-frame h2 {
    margin-bottom: 0.5rem;
  }
}
.workbook-frame .display-form.invert input:not([type=checkbox]) {
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0.5rem;
  width: 100%;
}
.workbook-frame .display-form.invert div {
  margin-bottom: 0.75rem;
}
.workbook-frame #input-business-embark-review {
  margin-top: 0px;
}
.workbook-frame .display-form input {
  font-size: 1rem;
  border: none;
  outline: none;
  box-sizing: border-box;
  width: auto;
  background-color: inherit;
  margin-bottom: 0;
  padding: 0;
}
.workbook-frame .display-form input[type=tel] {
  max-width: 7rem;
}
.workbook-frame .display-form.invert input[type=tel] {
  max-width: none;
}
.workbook-frame .display-form label {
  display: inline;
  font-size: 13.5px;
}
.workbook-frame .workbook-info-editable label {
  display: inline;
  font-size: 13.5px;
}
.workbook-frame .workbook-info-editable:not(.display-form) select {
  display: block;
}
.workbook-frame #span-business-embark-review {
  margin-left: 5px;
}
.workbook-frame a {
  word-break: break-all;
}

/*Otherwise we end up targeting links in Documents Section*/
.workbook-info-editable a {
  color: #202020;
  text-decoration: none;
}
.workbook-info-editable a:visited {
  color: #202020;
  text-decoration: none;
}
.workbook-info-editable a:hover {
  color: #202020;
  text-decoration: none;
}
.workbook-info-editable a:focus {
  color: #202020;
  text-decoration: none;
}
.workbook-info-editable a:hover, .workbook-info-editable a:active {
  color: #0083ad;
  text-decoration: none;
}

.peak-task-container select {
  font-size: 0.75rem;
  padding: 7px 0.75rem;
  margin-bottom: 0.75rem;
  margin-right: -3px;
}
@media (max-width: 51.44em) {
  .peak-task-container select {
    font-size: 0.875rem;
    padding: 0.7rem 0.75rem;
  }
}

.workbook-search-notes {
  /*
  1600 X 900 ~ WideScreen
  1366 X 768 ~ BigLaptop
  1280 X 768 ~ MedLaptop
  1024 X 768 ~ SmlLaptop
   414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
   320 X 568 ~ SmlMobile (iPhone 5/SE)
  */
  /* 
      $breakpoint argument choices:

      -WideScreen
      -BigLaptop
      -MedLaptop
      -SmlLaptop
      -LgMobile
      -MdMobile
      -Mobile
      -SmlMobile
  */
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 26em) {
  .workbook-search-notes {
    margin: 10px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.workbook-search-notes input,
.workbook-search-notes label,
.workbook-search-notes select {
  background: inherit;
  box-sizing: border-box;
  border: none;
}
.workbook-search-notes input,
.workbook-search-notes select,
.workbook-search-notes .select2-container {
  border: none;
  border-bottom: 2px solid #0083ad;
  min-height: 38px;
  -webkit-transition: ease-in-out 0.35s;
  transition: ease-in-out 0.35s;
}
.workbook-search-notes input:focus, .workbook-search-notes input:hover,
.workbook-search-notes select:focus,
.workbook-search-notes select:hover,
.workbook-search-notes .select2-container:focus,
.workbook-search-notes .select2-container:hover {
  border-bottom: 2px solid #3D52A7;
  outline: none;
}
.workbook-search-notes .select2-search__field {
  display: none;
}
.workbook-search-notes .decision-logic-input {
  height: auto;
}
.workbook-search-notes .force-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.workbook-search-notes .label-above-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-content: center;
  justify-content: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .workbook-search-notes .label-above-element {
    -ms-flex-pack: start;
    -webkit-align-content: flex-start;
    justify-content: flex-start;
  }
}
.workbook-search-notes .label-above-element--override-justify-content {
  -webkit-align-content: normal;
  justify-content: normal;
}
.workbook-search-notes .filter-merchants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
  max-width: 500px;
}
@media (max-width: 26em) {
  .workbook-search-notes .filter-merchants {
    width: auto;
  }
}
.workbook-search-notes .filter-merchants button {
  position: relative;
  bottom: 10px;
}
.workbook-search-notes .vertically-center-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-flex-item-align: center;
  align-items: center;
}
@media (max-width: 26em) {
  .workbook-search-notes .vertically-center-elements {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-item-align: start;
    align-items: start;
    width: 100%;
  }
}
.workbook-search-notes .change-background input,
.workbook-search-notes .change-background select {
  background-color: #f8f8f8;
}
.workbook-search-notes .position-search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-content: center;
  justify-content: center;
}
.workbook-search-notes .position-search-icon span {
  position: relative;
  top: 10px;
  width: 15%;
  height: 0px;
}
.workbook-search-notes .position-search-icon input {
  padding-left: 25px;
  width: 175px;
  flex-grow: 1;
}
@media (max-width: 26em) {
  .workbook-search-notes .position-search-icon input {
    width: auto;
  }
}
.workbook-search-notes .style-input {
  background: inherit;
  border: none;
  border-bottom: 2px solid #0083ad;
}
.workbook-search-notes .select-arrow-styles {
  position: relative;
  width: 100%;
}
.workbook-search-notes .select-arrow-styles select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-right: 25px;
  /* IE11 get rid of drop down arrow */
}
.workbook-search-notes .select-arrow-styles select::-ms-expand {
  display: none;
}
.workbook-search-notes .select-arrow-styles:after {
  box-sizing: border-box;
  content: "<>";
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 1%;
  top: 10%;
  position: absolute;
  pointer-events: none;
}
.workbook-search-notes button {
  margin: 1rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
}
.workbook-search-notes input[type=checkbox] {
  height: 1.25rem;
  width: 1.25rem;
  margin: 0 10px 0 10px;
}
@media (max-width: 26em) {
  .workbook-search-notes input[type=checkbox] {
    margin-left: 0.4rem;
    width: auto;
  }
}
.workbook-search-notes .flex-end-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-align-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 26em) {
  .workbook-search-notes .flex-end-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.auto-denial-criteria {
  margin-bottom: 1rem;
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
.quick-search-form {
  margin-top: 1rem;
  text-align: right;
}
@media only print {
  .quick-search-form {
    display: none;
  }
}
@media (max-width: 51.44em) {
  .quick-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-align-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 51.44em) {
  .quick-search-form form {
    width: 100%;
    display: flex;
    margin: 0 0.875rem 0 0.875rem;
  }
}
.quick-search-form input {
  max-width: 240px;
  font-size: 0.75rem;
  margin-bottom: 0;
  margin-right: -3px;
  border-right: none;
}
@media (max-width: 51.44em) {
  .quick-search-form input {
    max-width: none;
    margin-bottom: 1rem;
    margin-right: 0;
    z-index: 10;
    width: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
.quick-search-form button {
  border: 1px solid #0083ad;
  margin-bottom: 0;
}
@media (max-width: 51.44em) {
  .quick-search-form button {
    float: none;
    margin-bottom: 1rem;
  }
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
.report-title {
  font-size: 20px;
}

.report-link {
  display: block;
  color: #0083ad;
  text-decoration: none;
}
.report-link:visited {
  color: #0083ad;
  text-decoration: none;
}
.report-link:hover {
  color: #0083ad;
  text-decoration: none;
}
.report-link:focus {
  color: #0083ad;
  text-decoration: none;
}
.report-link:hover, .report-link:active {
  color: #0083ad;
  text-decoration: none;
}

.report-group {
  margin-bottom: 20px;
}
.report-group p {
  margin: 0.5rem 0 2rem 0;
}

.pic-report-less-padding td {
  padding: 14px;
}

.embark-report-less-padding td {
  padding: 10px;
}

.mobile-stack-buttons {
  display: flex;
  flex-direction: row;
}
.mobile-stack-buttons form {
  display: inline;
  margin-right: 5%;
}
@media (max-width: 26em) {
  .mobile-stack-buttons {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .mobile-stack-buttons form {
    margin-right: 0%;
  }
  .mobile-stack-buttons form #export-excel-button {
    width: 100%;
  }
  .mobile-stack-buttons form #export-pdf-button {
    width: 100%;
  }
  .mobile-stack-buttons #uw-perf-exclusion-update-form {
    width: 100%;
  }
  .mobile-stack-buttons #uw-perf-exclusion-update-form #uw-perf-exclusion-update-button {
    width: 100%;
  }
}

@media (max-width: 65em) {
  .filter-group form {
    display: flex;
    flex-direction: column;
    margin-left: 0%;
  }
}
@media (max-width: 60em) {
  .filter-group form {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 26em) {
  .filter-group form {
    display: flex;
    flex-direction: column;
    margin-left: 0%;
  }
}
@media (max-width: 65em) {
  .filter-group form .label-above-element {
    max-width: 100%;
  }
  .filter-group form .label-above-element .select-arrow-styles {
    width: 66.5%;
  }
  .filter-group form .label-above-element .select-arrow-styles #report-select-underwriter {
    width: 100%;
  }
  .filter-group form .label-above-element #report-denial-reason {
    width: 66.5%;
  }
}
@media (max-width: 60em) {
  .filter-group form .label-above-element .select-arrow-styles {
    width: 84.2%;
  }
  .filter-group form .label-above-element .select-arrow-styles #report-select-underwriter {
    width: 100%;
  }
  .filter-group form .label-above-element #report-denial-reason {
    width: 84%;
  }
}
@media (max-width: 26em) {
  .filter-group form .label-above-element .select-arrow-styles {
    width: 99%;
  }
  .filter-group form .label-above-element #report-denial-reason {
    width: 99%;
  }
}
@media (max-width: 65em) {
  .filter-group form .label-above-element--override-justify-content .select-arrow-styles {
    width: 101%;
  }
}
@media (max-width: 65em) {
  .filter-group form .vertically-center-elements {
    max-width: 100%;
    width: 100%;
    padding: 1% 0 1% 0;
  }
  .filter-group form .vertically-center-elements #report-exclude-renewals {
    margin-left: 16px;
  }
}
@media (max-width: 26em) {
  .filter-group form .vertically-center-elements {
    display: flex;
    flex-direction: row;
    padding: 1% 0 1% 0;
  }
  .filter-group form .vertically-center-elements #report-exclude-renewals {
    margin-left: 12.8px;
  }
}
@media (max-width: 65em) {
  .filter-group form .filter-button-container {
    margin-left: 80%;
    padding-left: 0%;
  }
}
@media (max-width: 65em) {
  .filter-group form .filter-buttons-mobile {
    margin-left: 0%;
  }
}
@media (max-width: 60em) {
  .filter-group form .filter-buttons-mobile {
    padding-left: 0%;
  }
}
@media (max-width: 26em) {
  .filter-group form .filter-buttons-mobile {
    margin-left: 0%;
  }
}
.filter-group .mobile-styling {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 65em) {
  .filter-group .mobile-styling {
    width: 54%;
  }
}
@media (max-width: 60em) {
  .filter-group .mobile-styling {
    width: 60%;
    margin-left: 0%;
    display: flex;
    justify-content: flex-end;
  }
  .filter-group .mobile-styling .filter-button-container, .filter-group .mobile-styling .filter-buttons-mobile {
    padding-left: 0%;
  }
}
@media (max-width: 26em) {
  .filter-group .mobile-styling {
    width: 100%;
    margin-left: 0%;
    max-width: 100%;
  }
  .filter-group .mobile-styling .filter-button-container, .filter-group .mobile-styling .filter-buttons-mobile {
    padding-left: 0%;
  }
}
.filter-group .mobile-styling .label-above-element {
  padding-right: 3%;
  margin-right: 0%;
}
@media (max-width: 65em) {
  .filter-group .mobile-styling .label-above-element {
    width: 100%;
  }
}
@media (max-width: 60em) {
  .filter-group .mobile-styling .label-above-element {
    width: 100%;
  }
}
.filter-group .mobile-styling .label-above-element .select-arrow-styles {
  width: 99%;
}
@media (max-width: 65em) {
  .filter-group .mobile-styling .label-above-element .select-arrow-styles select {
    width: 101%;
  }
}
.filter-group .mobile-styling .label-above-element .select-arrow-styles {
  width: 99%;
}
@media (max-width: 60em) {
  .filter-group .mobile-styling .label-above-element .select-arrow-styles select {
    width: 101%;
  }
}
@media (max-width: 65em) {
  .filter-group .mobile-styling .filter-button-container,
  .filter-group .mobile-styling filter-buttons-mobile {
    padding-left: 0%;
    width: 100%;
  }
}
@media (max-width: 26em) {
  .filter-group .mobile-styling .filter-button-container,
  .filter-group .mobile-styling filter-buttons-mobile {
    margin-right: 0%;
  }
}
@media (max-width: 65em) {
  .filter-group #funding-filter-form .force-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .filter-group #funding-filter-form .force-flex-wrap .label-above-element {
    width: 100%;
  }
  .filter-group #funding-filter-form .force-flex-wrap .label-above-element .select-arrow-styles {
    width: 66.5%;
  }
  .filter-group #funding-filter-form .force-flex-wrap .label-above-element .select-arrow-styles #underwriter-select {
    width: 100%;
  }
}
@media (max-width: 60em) {
  .filter-group #funding-filter-form .force-flex-wrap .label-above-element--override-justify-content {
    max-width: 100%;
  }
  .filter-group #funding-filter-form .force-flex-wrap .label-above-element--override-justify-content .select-arrow-styles {
    width: 84%;
  }
  .filter-group #funding-filter-form .force-flex-wrap .label-above-element .select-arrow-styles {
    width: 84%;
  }
}
@media (max-width: 26em) {
  .filter-group #funding-filter-form .force-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .filter-group #funding-filter-form .force-flex-wrap .label-above-element {
    width: 100%;
  }
  .filter-group #funding-filter-form .force-flex-wrap .label-above-element .select-arrow-styles {
    width: 101%;
  }
}
@media (max-width: 65em) {
  .filter-group #funding-filter-form .flex-end-container .vertically-center-elements {
    width: 32%;
  }
}
@media (max-width: 26em) {
  .filter-group #funding-filter-form .flex-end-container .vertically-center-elements {
    display: flex;
    flex-direction: row;
    width: 32%;
  }
}
@media (max-width: 65em) {
  .filter-group #funding-filter-form .flex-end-container .filter-button-container {
    margin-right: 15%;
  }
}
@media (max-width: 60em) {
  .filter-group #funding-filter-form .flex-end-container .filter-button-container {
    margin-right: 1%;
  }
}
@media (max-width: 65em) {
  .filter-group #days-without-payment-form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: 0%;
  }
}
@media (max-width: 60em) {
  .filter-group #days-without-payment-form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: 0%;
  }
}
@media (max-width: 26em) {
  .filter-group #days-without-payment-form {
    display: flex;
    flex-direction: column;
    margin-left: 0%;
  }
}
@media (max-width: 65em) {
  .filter-group #days-without-payment-form .label-above-element {
    padding-right: 5%;
  }
}
@media (max-width: 65em) {
  .filter-group #tablet-styling {
    margin-left: 32%;
    display: flex;
    flex-direction: column;
  }
  .filter-group #tablet-styling .filter-button-container {
    padding-left: 0%;
  }
}
@media (max-width: 60em) {
  .filter-group #tablet-styling {
    margin-left: 0%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 65em) {
  .filter-group #tablet-styling .label-above-element .select-arrow-styles {
    width: 50%;
  }
}

.space-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 65em) {
  .space-right .filter-group-mobile-landscape {
    width: 100%;
  }
}
@media (max-width: 60em) {
  .space-right .filter-group-mobile-landscape {
    width: 100%;
  }
}
@media (max-width: 26em) {
  .space-right .filter-group-mobile-landscape {
    width: 100%;
  }
  .space-right .filter-group-mobile-landscape .filter-button-container {
    width: 103%;
  }
}
@media (min-width: 51.45em) {
  .space-right .filter-group-mobile-landscape .vertically-center-elements {
    padding-right: 35px;
  }
  .space-right .filter-group-mobile-landscape .label-above-element {
    padding-right: 40px;
  }
}
.space-right .filter-group-mobile-landscape .filter-button-container {
  margin-left: 80%;
}
@media (min-width: 51.45em) {
  .space-right .filter-group-mobile-landscape .filter-button-container {
    margin-left: 0%;
  }
}
@media (max-width: 65em) {
  .space-right .filter-group-mobile-landscape .filter-button-container {
    margin-left: 0%;
  }
}
@media (max-width: 60em) {
  .space-right .filter-group-mobile-landscape .filter-button-container {
    margin-left: 0%;
  }
}
@media (max-width: 26em) {
  .space-right .filter-group-mobile-landscape .filter-button-container {
    margin-left: 0%;
  }
}
@media (max-width: 65em) {
  .space-right .filter-group-mobile-landscape .force-space-desktop {
    margin-left: 89%;
  }
}
@media (max-width: 60em) {
  .space-right .filter-group-mobile-landscape .force-space-desktop {
    margin-left: 84%;
  }
}
@media (max-width: 26em) {
  .space-right .filter-group-mobile-landscape .force-space-desktop {
    margin-left: 0%;
  }
}

.report-table-header {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
.note-container {
  overflow: hidden;
}
.note-container button {
  float: right;
}
.note-container p {
  margin: 0.5rem 0;
}
.note-container hr {
  margin: 1rem 0;
}
.note-container .note-heading {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}
.note-container .note-detail {
  margin: -0.25rem 0;
  display: block;
  font-size: 14px;
}

#react-note-container {
  margin-top: 40px;
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
.table-hider i, .filter-hider i {
  float: right;
  cursor: pointer;
  font-size: 1.25rem;
  margin: 0 1rem 1rem 0;
  color: #777;
}
.table-hider i:hover, .filter-hider i:hover {
  color: #202020;
}

@media (min-width: 51.45em) {
  .filter-hider {
    display: none;
  }
}

@media (max-width: 51.44em) {
  .filter-hider ~ table, .filter-hider ~ .filter-group, .filter-hider ~ .hide-me {
    display: none;
  }
}

table, .filter-group, .hide-me {
  clear: both;
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
.display-error-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  height: auto;
  display: none;
  text-align: center;
}
.display-error-message p {
  color: #BF4E30;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.display-error-message .hidden {
  display: none;
}

/* THE BASE */
.bar {
  padding: 10px;
  color: #333;
  background: #fafafa;
  border: 1px solid #ccc;
}

/* THE VARIATIONS */
.info {
  color: #204a8e;
  background: #c9ddff;
  border: 1px solid #4c699b;
}

.success {
  color: #2b7515;
  background: #ecffd6;
  border: 1px solid #617c42;
}

.warn {
  color: #756e15;
  background: #fffbd1;
  border: 1px solid #87803e;
}

.error {
  color: #ba3939;
  background: #ffe0e0;
  border: 1px solid #a33a3a;
}

.display-error-message-with-border {
  background: rgba(246, 246, 246, 0.9);
  border-radius: 10px;
  border: 1px solid #BF4E30;
  text-align: center;
}

.display-success-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  text-align: center;
  word-wrap: break-word;
  background: rgba(246, 246, 246, 0.9);
  border-radius: 10px;
  height: auto;
  display: none;
  border: 1px solid #202020;
}
.display-success-message p {
  color: #202020;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 0px 30px;
}

.display-lock-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  background: rgba(246, 246, 246, 0.9);
  border-radius: 10px;
  height: auto;
  border: 1px solid #BF4E30;
  display: none;
  text-align: center;
}
.display-lock-message p {
  color: #BF4E30;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.display-lock-message .hidden {
  display: none;
}

h1, h2, h3, h4 {
  color: #4f4f51;
}

span.green {
  color: #2AA67C;
}
span.red {
  color: #B1210A;
}
span.blue {
  color: #0083ad;
}
span.orange {
  color: #BF4E30;
}
span.bold {
  font-weight: bold;
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
.dl-heading-container {
  display: flex;
  flex-direction: row;
}

.dl-button-container-styles {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 260px;
}

.decision-logic-link {
  color: #0083ad;
  text-decoration: none;
  margin-top: 10px;
  font-size: 0.875rem;
  text-transform: uppercase;
  width: 174px;
}
.decision-logic-link:visited {
  color: #0083ad;
  text-decoration: none;
}
.decision-logic-link:hover {
  color: #0083ad;
  text-decoration: none;
}
.decision-logic-link:focus {
  color: #0083ad;
  text-decoration: none;
}
.decision-logic-link:hover, .decision-logic-link:active {
  color: #bfbfbf;
  text-decoration: none;
}
.decision-logic-link:hover {
  cursor: pointer;
}

.decision-logic-info-styles {
  display: flex;
  flex-direction: column;
}
.decision-logic-info-styles div {
  margin: 0px 0px 5px 0px;
}
.decision-logic-info-styles div:last-child {
  margin: 0px;
}
.decision-logic-info-styles span {
  display: inline;
}

.decision-logic-error-link {
  text-align: center;
}
.decision-logic-error-link p {
  text-align: left;
}
.decision-logic-error-link a {
  color: #0083ad;
  text-decoration: none;
}
.decision-logic-error-link a:visited {
  color: #0083ad;
  text-decoration: none;
}
.decision-logic-error-link a:hover {
  color: #0083ad;
  text-decoration: none;
}
.decision-logic-error-link a:focus {
  color: #0083ad;
  text-decoration: none;
}
.decision-logic-error-link a:hover, .decision-logic-error-link a:active {
  color: #bfbfbf;
  text-decoration: none;
}

button.decision-logic-link {
  background: inherit;
  border: none;
  width: auto;
  padding: inherit;
  opacity: inherit;
}
button.decision-logic-link:focus {
  outline: 0;
}

.css-w3djcp-OptionComponent {
  margin: 9px 3px 11px 3px !important;
  background: #a9a9a9 !important;
}

.css-o79eln-InputComponent {
  width: auto !important;
  -webkit-transition: none !important;
  transition: none !important;
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
.error-page-styles {
  margin-top: 6rem;
  text-align: center;
}
.error-page-styles h1 {
  font-size: 3rem;
  margin: 2rem;
}
.error-page-styles h2 {
  font-size: 2rem;
  margin: 2rem;
}
.error-page-styles a {
  color: #202020;
  text-decoration: none;
  text-transform: uppercase;
}
.error-page-styles a:visited {
  color: #202020;
  text-decoration: none;
}
.error-page-styles a:hover {
  color: #202020;
  text-decoration: none;
}
.error-page-styles a:focus {
  color: #202020;
  text-decoration: none;
}
.error-page-styles a:hover, .error-page-styles a:active {
  color: #0083ad;
  text-decoration: none;
}
.error-page-styles p {
  margin: 2rem;
}

.training-video label {
  font-size: 1rem;
}
.training-video p {
  margin: 0;
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
.inline-dropdown {
  float: right;
  text-align: right;
}
@media only print {
  .inline-dropdown {
    display: none;
  }
}
@media (max-width: 51.44em) {
  .inline-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-align-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 51.44em) {
  .inline-dropdown form {
    width: 100%;
    display: flex;
    margin: 0 0.875rem 0 0.875rem;
  }
}
.inline-dropdown select {
  max-width: 240px;
  font-size: 0.75rem;
  margin-bottom: 0;
  margin-right: -3px;
  border-right: none;
}
@media (max-width: 51.44em) {
  .inline-dropdown select {
    max-width: none;
    margin-bottom: 1rem;
    margin-right: 0;
    z-index: 10;
    width: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
.inline-dropdown button {
  border: 1px solid #0083ad;
  margin-bottom: 0;
}
@media (max-width: 51.44em) {
  .inline-dropdown button {
    float: none;
    margin-bottom: 1rem;
  }
}

.app-queue-button button {
  width: 100%;
  border: #ccc 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-align-content: space-between;
  justify-content: space-between;
  font-weight: bold;
  color: #4f4f51;
  margin-bottom: 1.5rem;
  background-color: #ededed;
}
.app-queue-button button:hover {
  background-color: #e9e9e9;
}

.offer-adjustment-inputs {
  user-select: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.drop-zone-hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.drop-zone {
  border: 3px dashed rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  width: 100%;
  min-height: 200px;
  cursor: pointer;
  transition: background-color 100ms linear;
}
.drop-zone .file-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  height: 100%;
  padding: 8px;
}
.drop-zone .file-preview .helper-text {
  height: 100%;
  width: 100%;
  text-align: center;
}
.drop-zone .file-preview .file {
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 50px;
  border-radius: 4px;
  transition: transform 100ms ease-out, background-color 100ms ease-out;
  filter: drop-shadow(2px 2px 3px lightgray);
}
.drop-zone .file-preview .file .flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.drop-zone .file-preview .file .flex-container .name {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  padding: 8px;
  max-height: 100%;
}
.drop-zone .file-preview .removed {
  transform: scale(0);
}
.drop-zone .file-preview .file:hover:not(.removed) {
  transform: scale(0.95);
  background-color: rgb(235, 235, 235);
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
.last-attempt-styles {
  margin-top: 6rem;
  text-align: center;
}
.last-attempt-styles .anchor-styles {
  color: #202020;
  text-decoration: none;
}
.last-attempt-styles .anchor-styles:visited {
  color: #202020;
  text-decoration: none;
}
.last-attempt-styles .anchor-styles:hover {
  color: #202020;
  text-decoration: none;
}
.last-attempt-styles .anchor-styles:focus {
  color: #202020;
  text-decoration: none;
}
.last-attempt-styles .anchor-styles:hover, .last-attempt-styles .anchor-styles:active {
  color: #0083ad;
  text-decoration: none;
}
.last-attempt-styles p {
  margin: 2rem;
}

.last-attempt-check-icon-styles {
  font-size: 24px;
}
.last-attempt-check-icon-styles .fa-check {
  color: #0083ad;
}

.last-attempt-warning-icon-styles {
  font-size: 24px;
}
.last-attempt-warning-icon-styles .fa-exclamation-triangle {
  color: #4f4f51;
}

.emailer-list-styles {
  padding: 0px;
  list-style-type: none;
}

.emailer-list-item-styles {
  border: 1px solid #bfbfbf;
  border-width: 1px;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}

.emailer-list-item-styles:hover {
  background-color: #dddddd;
}

.flex-container__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.hider-button-container-styles {
  display: flex;
  justify-content: space-between;
}

.remove-outline {
  outline: none;
}

.hider-button-styles {
  cursor: pointer;
  outline: none;
  position: absolute;
  left: 272px;
  top: 12px;
}

h1, h2, h3, h4 {
  color: #4f4f51;
}

span.green {
  color: #2AA67C;
}
span.red {
  color: #B1210A;
}
span.blue {
  color: #0083ad;
}
span.orange {
  color: #BF4E30;
}
span.bold {
  font-weight: bold;
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
.accessibility_small-font h1 {
  font-size: 1.6em;
}
.accessibility_small-font h1.with-margin {
  margin: 0 0 1rem 0;
}
.accessibility_small-font h2 {
  font-size: 1.3em;
}
.accessibility_small-font h3 {
  font-size: 1em;
}

.accessibility_margin-bottom {
  margin-bottom: 1em;
}

.accessibility_p {
  margin: 0 0 0 22px;
  font-size: 0.8em;
  font-weight: bold;
}

.accessibility_a {
  text-decoration: none;
  color: #4f4f51;
  text-decoration: none;
  cursor: pointer;
}
.accessibility_a:visited {
  color: #4f4f51;
  text-decoration: none;
}
.accessibility_a:hover {
  color: #4f4f51;
  text-decoration: none;
}
.accessibility_a:focus {
  color: #4f4f51;
  text-decoration: none;
}
.accessibility_a:hover, .accessibility_a:active {
  color: #0083ad;
  text-decoration: none;
}

h1, h2, h3, h4 {
  color: #4f4f51;
}

span.green {
  color: #2AA67C;
}
span.red {
  color: #B1210A;
}
span.blue {
  color: #0083ad;
}
span.orange {
  color: #BF4E30;
}
span.bold {
  font-weight: bold;
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
.advance-overview {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: #f6f6f6;
  border: #ccc 1px solid;
  box-shadow: 0 1px 2px #d1d1d1;
}
@media (max-width: 26em) {
  .advance-overview {
    grid-template-columns: 1fr;
  }
}
.advance-overview .advance-overview-left {
  display: grid;
  grid-gap: 1rem;
}
.advance-overview .advance-overview-right {
  grid-template-rows: 5rem 4rem;
  display: grid;
  grid-gap: 1rem;
}
@media (max-width: 26em) {
  .advance-overview .advance-overview-right {
    grid-row: 1;
  }
}
.advance-overview label {
  font-weight: bold;
}
.advance-overview .advance-overview-info a {
  font-size: 0.75rem;
  font-weight: bold;
  color: #0083ad;
  text-decoration: none;
}
.advance-overview .advance-overview-info a:visited {
  color: #0083ad;
  text-decoration: none;
}
.advance-overview .advance-overview-info a:hover {
  color: #0083ad;
  text-decoration: none;
}
.advance-overview .advance-overview-info a:focus {
  color: #0083ad;
  text-decoration: none;
}
.advance-overview .advance-overview-info a:hover, .advance-overview .advance-overview-info a:active {
  color: #0083ad;
  text-decoration: none;
}
.advance-overview .advance-overview-status {
  background: #bfbfbf;
  text-align: end;
  line-height: 2;
  padding: 0.5rem 1rem;
}
.advance-overview .advance-overview-progress {
  text-align: end;
}
.advance-overview .advance-overview-progress .progress-bar {
  height: auto;
  width: auto;
  background: #777;
}
.advance-overview .advance-overview-progress .progress-bar .progress-complete {
  line-height: 4;
  color: white;
  width: 1px;
  background: #0083ad;
  font-weight: bold;
  text-wrap: none;
}
.advance-overview .advance-overview-progress .progress-bar .progress-complete span {
  padding: 0 1rem;
  white-space: nowrap;
}
.advance-overview .advance-overview-progress .progress-bar .progress-complete span a {
  color: #ffffff;
  text-decoration: none;
}
.advance-overview .advance-overview-progress .progress-bar .progress-complete span a:visited {
  color: #ffffff;
  text-decoration: none;
}
.advance-overview .advance-overview-progress .progress-bar .progress-complete span a:hover {
  color: #ffffff;
  text-decoration: none;
}
.advance-overview .advance-overview-progress .progress-bar .progress-complete span a:focus {
  color: #ffffff;
  text-decoration: none;
}
.advance-overview .advance-overview-progress .progress-bar .progress-complete span a:hover, .advance-overview .advance-overview-progress .progress-bar .progress-complete span a:active {
  color: #ffffff;
  text-decoration: none;
}
.advance-overview .advance-overview-message {
  display: flex;
  flex-direction: column;
}
.advance-overview .advance-overview-message a, .advance-overview .advance-overview-message .button {
  margin-bottom: 0;
}

.plus-minus-input-container label {
  display: block;
  text-align: center;
}
.plus-minus-input-container input, .plus-minus-input-container select {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.plus-minus-input-container .minus, .plus-minus-input-container .plus {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.plus-minus-input-container .minus .fa, .plus-minus-input-container .plus .fa {
  opacity: 0.9;
  color: #0083ad;
}
.plus-minus-input-container .minus .fa:hover, .plus-minus-input-container .plus .fa:hover {
  opacity: 1;
}
.plus-minus-input-container .minus.disabled .fa, .plus-minus-input-container .plus.disabled .fa {
  color: #bfbfbf;
}
.plus-minus-input-container input {
  width: 72px;
  display: inline-block;
}

.document-sort-options label {
  padding: 0.25rem 0.5rem;
  display: inline-block;
}
.document-sort-options .document-sort-option {
  border-radius: 0.75rem;
  padding: 0.25rem 0.5rem;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}
.document-sort-options .document-sort-option.selected {
  color: white;
  background-color: #777;
}

.application-upload-preview-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-align-content: center;
  justify-content: center;
}
.application-upload-preview-container img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: auto;
  height: 270px;
  margin-right: 4px;
}

.search-note-page {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.search-note-page .add-source-button {
  border-radius: 8px;
  margin: 0px;
}
.search-note-page .search-note-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.search-note-page .search-note {
  display: flex;
  background-color: white;
  border-radius: 8px;
  outline: solid;
  outline-width: 1px;
  outline-color: lightgray;
  min-width: 100px;
  overflow: hidden;
}
.search-note-page .search-note .search-note-source-position-container {
  display: flex;
  flex-direction: column;
  border-right: solid;
  border-color: lightgray;
  border-width: 1px;
  padding: 8px;
  align-items: center;
}
.search-note-page .search-note .search-note-source-position-container .pointer {
  cursor: pointer;
}
.search-note-page .search-note .search-note-source-position-container .text {
  cursor: default;
  font-weight: 600;
  user-select: none;
}
.search-note-page .search-note .search-note-source-position-container svg {
  color: #4f4f51;
}
.search-note-page .search-note .search-note-source-edit-button {
  padding: 16px;
  flex-basis: 33%;
  flex-grow: 0;
  flex-shrink: 0;
  border-width: 1px;
  border-color: lightgray;
  border-right-style: solid;
  transition: background-color 0.1s linear;
  cursor: pointer;
}
.search-note-page .search-note .search-note-source-edit-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.search-note-page .search-note .tag-container {
  padding: 16px;
  flex-grow: 1;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.search-note-page .search-note .tag-container .search-note-tag-edit-button {
  padding: 8px;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
  min-width: 100px;
  height: 60px;
  transition: background-color 0.1s linear;
  cursor: pointer;
  overflow: hidden;
}
.search-note-page .search-note .tag-container .search-note-tag-edit-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.search-note-page .search-note .tag-container .search-note-tag-edit-button:hover.error {
  background-color: #ffcccc;
}
.search-note-page .search-note .search-note-tag-add-button-container {
  padding: 16px;
}
.search-note-page .search-note .search-note-tag-add-button-container .search-note-tag-add-button {
  height: 100%;
  border-radius: 8px;
  margin-bottom: 0px;
  height: 60px;
}
.search-note-page .search-note .name {
  font-weight: 400;
}
.search-note-page .search-note .description {
  font-weight: 300;
}

.pagination {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  filter: drop-shadow(2px 2px 3px lightgrey);
  border-radius: 8px;
  padding: 8px;
  align-items: center;
  width: 100%;
}
.pagination [hidden] {
  display: none;
}
.pagination .total-text {
  font-weight: 300;
  margin-right: 16px;
}
.pagination .left-container {
  display: flex;
  gap: 16px;
}
.pagination .left-container select {
  margin: 0px;
}
.pagination .left-container .widget-container {
  display: flex;
  align-items: center;
}
.pagination .left-container .button-container {
  display: flex;
  gap: 2px;
}
.pagination .left-container .button-container [hidden] {
  display: none;
}
.pagination .left-container .removed {
  width: 0px !important;
  overflow: hidden;
}
.pagination .left-container .index-button {
  border-radius: 16px;
  width: 48px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 300;
  font-size: larger;
  transition: background-color 100ms ease-out, width 250ms ease-out;
}
.pagination .left-container .index-button.selected {
  background-color: #0083ad;
  color: #ffffff;
}
.pagination .left-container .index-button:hover:not(.ellipsis, .selected) {
  background-color: lightgray;
}
.pagination .left-container .index-button.ellipsis {
  cursor: default;
  width: 24px;
  transition: width 250ms ease-out;
}
.pagination .left-container .page-button {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777;
  font-weight: 900;
  font-size: larger;
  transition: background-color ease-out 100ms, width 250ms ease-out;
  margin-left: 8px;
  margin-right: 8px;
}
.pagination .left-container .page-button:hover:not(.ellipsis, .selected) {
  background-color: lightgray;
}

.search-results-page {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.search-results-page .search-result {
  background-color: #ffffff;
  filter: drop-shadow(2px 2px 3px rgb(211, 211, 211));
  padding: 8px;
  border-radius: 8px;
  overflow: hidden;
  transition: height ease-in-out 250ms;
}
.search-results-page .search-result .header {
  display: flex;
  justify-content: space-between;
}
.search-results-page .search-result .buttons {
  display: flex;
  gap: 16px;
  align-items: center;
}
.search-results-page .search-result .title {
  font-weight: 600;
  font-size: large;
}
.search-results-page .search-result .description {
  display: flex;
  gap: 16px;
  font-size: smaller;
}
.search-results-page .search-result .description .sub-search-result-description-item {
  min-width: 50px;
}
.search-results-page .search-result svg {
  color: #4f4f51;
}
.search-results-page .results-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.search-results-page .application-type {
  font-weight: 300;
  font-size: large;
}
.search-results-page .similar-apps {
  border-top-style: solid;
  border-color: #bfbfbf;
  border-width: 1px;
  margin-top: 8px;
  padding-top: 8px;
  padding-left: 42px;
}
.search-results-page .similar-apps .sub-search-results-link {
  display: block;
  float: left;
  margin-left: -30px;
  margin-top: 1px;
}
.search-results-page .similar-apps .application {
  display: flex;
  gap: 8px;
  align-items: center;
}
.search-results-page .similar-apps .header {
  font-weight: bolder;
}
.search-results-page a {
  font-size: smaller;
  color: #666;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.search-results-page a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
.search-results-page a:active,
.search-results-page a:hover {
  color: #3D52A7;
  text-decoration: underline;
}

.search-bar-widget {
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: space-between;
}
.search-bar-widget .search-bar {
  display: flex;
  gap: 16px;
}
.search-bar-widget .search-bar input {
  width: 400px;
}
.search-bar-widget .search-bar select, .search-bar-widget .search-bar button, .search-bar-widget .search-bar input {
  margin-bottom: 0px;
}
.search-bar-widget button {
  margin: 0px;
}

h1, h2, h3, h4 {
  color: #4f4f51;
}

span.green {
  color: #2AA67C;
}
span.red {
  color: #B1210A;
}
span.blue {
  color: #0083ad;
}
span.orange {
  color: #BF4E30;
}
span.bold {
  font-weight: bold;
}

.renewal-info .renewal-label-container {
  user-select: none;
  margin: 1em 2em 1em 0;
}
.renewal-info .renewal-label-container label {
  margin-bottom: 0;
  font-size: 1rem;
}
.renewal-info pre {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 24px;
}

.snackbar {
  visibility: hidden;
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  backdrop-filter: blur(3px);
  filter: drop-shadow(2px 4px 4px gray);
}

.snackbar.open {
  visibility: visible;
  animation: fadein 0.5s ease;
}

.snackbar.close {
  visibility: visible;
  animation: fadeout 0.5s ease;
}

/* Animations to fade the snackbar in and out */
@keyframes fadein {
  0% {
    transform: translateY(100px);
  }
  50% {
    transform: translateY(-8px);
  }
  75% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fadeout {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-16px);
  }
  100% {
    transform: translateY(100px);
  }
}
.merge-container {
  display: flex;
  gap: 16px;
}
.merge-container form {
  flex-grow: 1;
}
.merge-container form .form-group, .merge-container form .form-group--none, .merge-container form .form-group--wide {
  max-width: none;
}
.merge-container .submit-container {
  display: flex;
  gap: 16px;
  align-items: center;
}
.merge-container .submit-container button {
  margin-bottom: 0px;
}
.merge-container .submit-container .fa-spin {
  font-size: 44px;
}

.merge-selection {
  border-radius: 8px;
  filter: drop-shadow(2px 2px 4px rgb(190, 190, 190));
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  height: auto;
  top: 16px;
  position: sticky;
  align-self: flex-start;
  flex-grow: 1;
  border: 1px solid #bfbfbf;
  margin-bottom: 16px;
}
.merge-selection .business-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  transition: background-color ease-in-out 0.1s;
  gap: 16px;
}
.merge-selection .business-container .header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.merge-selection .business-container .title {
  font-weight: 600;
  font-size: large;
}
.merge-selection .business-container .description {
  display: flex;
  gap: 16px;
  padding-bottom: 2px;
  flex-wrap: wrap;
}
.merge-selection .business-container .button-container {
  min-width: 24px;
  display: flex;
  justify-content: center;
}
.merge-selection .business-container .hide-button {
  color: #bfbfbf;
  font-size: 24px;
  cursor: pointer;
  transition: color ease-in-out 0.1s;
}
.merge-selection .business-container .hide-button:hover {
  color: #B1210A;
}
.merge-selection .business-container .show-button {
  color: #bfbfbf;
  font-size: 24px;
  cursor: pointer;
  transition: color ease-in-out 0.1s;
}
.merge-selection .business-container .show-button:hover {
  color: #2AA67C;
}
.merge-selection .select-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.merge-selection .select-container select {
  font-size: 0.75rem;
  margin: 0px;
  border-radius: 8px;
}
.merge-selection .select-container button {
  margin: 0px;
  border-radius: 8px;
}
.merge-selection .disabled {
  background-color: lightgrey;
  color: #bfbfbf;
  box-shadow: inset 4px 4px 6px 0px #bfbfbf;
}
.merge-selection .disabled a {
  color: #bfbfbf;
}
.merge-selection .divider {
  color: #bfbfbf;
  border-bottom: solid;
  border-width: 1px;
}
.merge-selection a {
  font-size: smaller;
  color: #666;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.merge-selection a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
.merge-selection a:active,
.merge-selection a:hover {
  color: #3D52A7;
  text-decoration: underline;
}

.unmerge-container {
  display: flex;
  gap: 16px;
  justify-content: space-around;
}
.unmerge-container .split-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.unmerge-container .merchant {
  border-radius: 8px;
  filter: drop-shadow(2px 2px 4px rgb(190, 190, 190));
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.unmerge-container .item-list {
  display: flex;
  gap: 16px;
  margin-left: 8px;
}
.unmerge-container .title {
  font-weight: 600;
  font-size: large;
}
.unmerge-container span {
  font-size: 0.83333rem;
}
.unmerge-container button {
  margin: 0px;
  border-radius: 8px;
}
.unmerge-container .divider {
  color: #bfbfbf;
  border-bottom: solid;
  border-width: 1px;
}
.unmerge-container a {
  font-size: smaller;
  color: #666;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.unmerge-container a:visited:not(.title) {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
.unmerge-container a:active,
.unmerge-container a:hover {
  color: #3D52A7;
  text-decoration: underline;
}
.unmerge-container .arrow-icon {
  display: flex;
  align-items: center;
  color: #666;
}
.unmerge-container .icon {
  color: #666;
  margin-top: 4px;
  width: 20px;
  display: flex;
  justify-content: center;
}

.tab-container {
  filter: drop-shadow(2px 2px 8px lightgray);
}
.tab-container .tabs {
  display: flex;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
  width: fit-content;
  font-weight: 600;
}
.tab-container .tab-container-tab {
  padding: 16px;
  background-color: lightgray;
  cursor: pointer;
}
.tab-container .tab-container-tab.selected {
  background-color: white;
  filter: drop-shadow(0px 0px 4px gray);
}
.tab-container .tab-container-container.selected {
  display: block;
  background-color: white;
  border-radius: 0px 16px 16px 16px;
  padding: 32px;
}
.tab-container .tab-container-container.deselected {
  display: none;
}

.denial-reason-editor-page .denial-reason-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.denial-reason-editor-page button {
  border-radius: 8px;
}
.denial-reason-editor-page .denial-reason {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  filter: drop-shadow(2px 2px 3px rgb(211, 211, 211));
  background-color: white;
}
.denial-reason-editor-page .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.denial-reason-editor-page .header button {
  margin: 0px;
}
.denial-reason-editor-page .type {
  font-weight: 600;
  font-size: 1.25em;
}
.denial-reason-editor-page .divider {
  border-bottom: 1px solid #bfbfbf;
}
.denial-reason-editor-page .message {
  white-space: pre-wrap;
}

.advance-tracker table {
  margin: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  background: var(--container-color);
  box-shadow: none;
}
.advance-tracker table th {
  background: var(--container-color);
  border-bottom: 1px solid var(--container-color);
}
.advance-tracker .funding-header {
  background-color: var(--container-color);
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.advance-tracker .business-name {
  font-weight: 600;
  font-size: 1.15rem;
}

.color-1 td {
  background: #c2e8ff;
  color: #196585;
  border-left: none;
  border-bottom: 1px solid #196585;
}

.color-2 td {
  background: #d1e5f3;
  color: #091e28;
  border-left: none;
  border-bottom: 1px solid #091e28;
}

.color-3 td {
  background: #e5deff;
  color: #484364;
  border-left: none;
  border-bottom: 1px solid #484364;
}

.color-4 td {
  background: #a8c8ff;
  color: #07305f;
  border-left: none;
  border-bottom: 1px solid #07305f;
}

.color-5 td {
  background: #bdc7dc;
  color: #273141;
  border-left: none;
  border-bottom: 1px solid #273141;
}

.color-6 td {
  background: #dcbce1;
  color: #3e2845;
  border-left: none;
  border-bottom: 1px solid #3e2845;
}

.color-7 td {
  background: #80d4d9;
  color: #003739;
  border-left: none;
  border-bottom: 1px solid #003739;
}

.color-8 td {
  background: #b1cccd;
  color: #1b3436;
  border-left: none;
  border-bottom: 1px solid #1b3436;
}

.color-9 td {
  background: #b6c7e9;
  color: #1f314c;
  border-left: none;
  border-bottom: 1px solid #1f314c;
}

.esign-editor .sort-order-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.esign-editor .sort-order-arrow {
  color: #202020;
  cursor: pointer;
}
.esign-editor .sort-order-text {
  font-weight: 600;
  cursor: none;
  font-size: 1rem;
  color: #202020;
}
.esign-editor .esign-tag-table-cell {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.esign-tag {
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 1rem;
  border: 1px solid #202020;
  color: #202020;
  font-weight: 400;
  text-transform: none;
  font-size: 0.75rem;
}

.dev-mode {
  padding-bottom: 0.75rem;
  padding-top: 0.6rem;
  color: white;
  overflow: hidden;
  background-color: #ff806c;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.75rem;
}

.dev-mode.left {
  padding-left: 0.6rem;
  padding-right: 0.75rem;
  position: absolute;
  top: 0px;
  left: 0px;
  border-bottom-right-radius: 1rem;
  filter: drop-shadow(4px 4px 10px rgba(1, 1, 1, 0.2));
}

.dev-mode.right {
  padding-left: 0.75rem;
  padding-right: 0.6rem;
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom-left-radius: 1rem;
  filter: drop-shadow(-4px 4px 10px rgba(1, 1, 1, 0.2));
}

.qualification-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.qualification-container .industry-group {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.qualification-container .industry-group .industry {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.qualification-container .industry-group > * {
  border-right: 1px solid #e0e0e0;
}
.qualification-container .industry-group:not(.extended) > :nth-child(6n) {
  border-right: none;
}
.qualification-container .industry-group:not(.extended) > :nth-child(6n+1):nth-last-child(-n+6), .qualification-container .industry-group:not(.extended) > :nth-child(6n+1):nth-last-child(-n+6) ~ * {
  border-bottom: none;
}
.qualification-container .industry-group.extended {
  grid-template-columns: repeat(7, 1fr);
}
.qualification-container .industry-group.extended > :nth-child(7) {
  border-right: none;
}
.qualification-container .industry-group.extended > :nth-child(7n+1):nth-last-child(-n+7), .qualification-container .industry-group.extended > :nth-child(7n+1):nth-last-child(-n+7) ~ * {
  border-bottom: none;
}
.qualification-container .qualification {
  margin-bottom: 0;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding: 0;
  min-height: 3.25rem;
}
.qualification-container .qualification .header {
  font-weight: 600;
  border-bottom: 1px solid #e0e0e0;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.qualification-container .qualification .header.no-body {
  border: none;
}
.qualification-container .qualification .body {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.qualification-container .qualification .body .title {
  font-weight: 600;
}
.qualification-container .qualification .body .text {
  float: right;
}
.qualification-container .qualification .body > :not(:first-child) {
  border-top: 1px solid #e0e0e0;
  padding-top: 0.5rem;
}

.offers-explanation td {
  padding: 8px;
  text-align: left !important;
}
.offers-explanation table {
  border-radius: 8px;
  border: 1px solid #c0c7cd;
  border-collapse: separate;
  background-color: #eaeef2;
}

.offers .offer {
  vertical-align: top;
  padding: 8px;
}
.offers .offer > table {
  border-radius: 8px;
  border: 1px solid #c0c7cd;
  overflow: hidden;
  border-collapse: separate;
  background-color: #ffffff;
}
.offers .header-table {
  background-color: #c1e8ff;
  font-size: 14.4px;
}
.offers .header-table td {
  font-weight: 600;
  padding: 16px;
  border-bottom: 1px solid #c0c7cd;
}
.offers .header-table .logo {
  padding: 0;
  padding-right: 8px;
  text-align: right;
}
.offers .fields-table {
  font-size: 12.8px;
}
.offers .fields-table .field-column {
  text-align: left;
  padding-left: 8px;
}
.offers .fields-table .value-column {
  text-align: right;
  padding-right: 8px;
}
.offers .fields-table .first-row td {
  padding-top: 8px;
}
.offers .fields-table .last-row td {
  padding-bottom: 8px;
}
.offers .fields-table .flex-funds td {
  border-top: 1px solid #c0c7cd;
  padding-top: 8px;
  padding-bottom: 8px;
}
.offers .offer-table {
  text-align: center;
  font-size: 12px;
  background-color: #eaeef2;
}
.offers .offer-table .blue-cell {
  background-color: #c1e8ff;
  border: none;
}
.offers .offer-table td {
  border-bottom: 1px solid #c0c7cd;
  padding: 8px;
  font-weight: 400;
}
.offers .offer-table .first-row {
  border-top: 1px solid #c0c7cd;
}
.offers .offer-table .last-row td {
  border-bottom: 1px solid #eaeef2;
}
.offers .offer-table .last-row td.blue-cell {
  border-bottom: 1px solid #c1e8ff;
}
.offers .offer-table .padding-row td {
  border-bottom: 1px solid #eaeef2;
  color: #eaeef2;
}
.offers .footer-table {
  font-size: 12.8px;
}
.offers .footer-table td {
  padding-left: 8px;
  padding-right: 8px;
}
.offers .footer-table .first-row td {
  border-top: 1px solid #c0c7cd;
  padding-top: 8px;
}
.offers .footer-table .last-row td {
  padding-bottom: 8px;
}
.offers .footer-table ul {
  margin: 0;
  padding-left: 24px;
}
.offers .label {
  font-size: 10.4px;
  text-transform: uppercase;
  font-weight: 700;
}

/*
1600 X 900 ~ WideScreen
1366 X 768 ~ BigLaptop
1280 X 768 ~ MedLaptop
1024 X 768 ~ SmlLaptop
 414 X 736 ~ Mobile (iPhone 6,7,8,X, Pixel, Galaxy S5,  )
 320 X 568 ~ SmlMobile (iPhone 5/SE)
*/
/* 
    $breakpoint argument choices:

    -WideScreen
    -BigLaptop
    -MedLaptop
    -SmlLaptop
    -LgMobile
    -MdMobile
    -Mobile
    -SmlMobile
*/
.offer-selector {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
}
.offer-selector .offer {
  border-radius: 0.5rem;
  overflow: hidden;
  filter: drop-shadow(2px 2px 4px rgb(190, 190, 190));
  background-color: white;
  display: flex;
  flex-direction: column;
}
.offer-selector .offer label {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.offer-selector .offer .header {
  font-weight: 600;
  padding: 1rem;
  background-color: var(--color-surface-dim);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-outline-variant);
  color: var(--color-on-surface);
}
.offer-selector .offer .header .buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.offer-selector .offer .header .select-offer-button, .offer-selector .offer .header .edit-offer-button {
  cursor: pointer;
  color: var(--color-on-surface-variant);
}
.offer-selector .offer.selected .header {
  background-color: var(--color-primary-container);
  color: var(--color-on-primary-container);
}
.offer-selector .offer.selected .header .select-offer-button, .offer-selector .offer.selected .header .edit-offer-button {
  color: var(--color-on-primary-container);
}
.offer-selector .offer.selected .header .select-offer-button {
  cursor: default;
}
.offer-selector .offer .fields {
  padding: 0.5rem;
  font-size: 0.9rem;
}
.offer-selector .offer .fields > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offer-selector .offer .fields .divider {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.offer-selector .offer.selected .table {
  background-color: var(--color-surface-container);
}
.offer-selector .offer.selected .table .selected {
  background-color: var(--color-primary-container);
  color: var(--color-on-primary-container);
  font-weight: 600;
}
.offer-selector .offer.selected .table .table-header {
  background-color: white;
}
.offer-selector .offer .table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  border-top: 1px solid var(--color-outline-variant);
  overflow: hidden;
  font-size: 0.8rem;
  flex-grow: 1;
  align-content: flex-start;
}
.offer-selector .offer .table.has-weekly-col {
  grid-template-columns: repeat(5, 1fr);
}
.offer-selector .offer .table > * {
  border-bottom: 1px solid var(--color-outline-variant);
  padding: 0.5rem;
}
.offer-selector .offer .table .row-end {
  border-bottom: none;
}
.offer-selector .offer .footer {
  padding: 0.5rem;
  border-top: 1px solid var(--color-outline-variant);
  font-size: 0.9rem;
}
.offer-selector .offer .footer ul {
  margin: 0;
  padding-left: 1.5rem;
}

.text-link {
  color: #202020;
  text-decoration: none;
  margin-right: 1.25rem;
}
.text-link:visited {
  color: #202020;
  text-decoration: none;
}
.text-link:hover {
  color: #202020;
  text-decoration: none;
}
.text-link:focus {
  color: #202020;
  text-decoration: none;
}
.text-link:hover, .text-link:active {
  color: #0083ad;
  text-decoration: none;
}
