html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input[type='button'], input[type='reset'], input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  -webkit-padding-start: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  padding: 0;
  font: inherit;
  -webkit-margin-after: 0;
  font-size: 100%;
  -webkit-margin-before: 0;
}

body {
  line-height: 1rem;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  min-inline-size: 0;
}

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

::selection {
  background-color: #478cca;
  color: #ffffff;
}

body, html {
  width: 100%;
  height: 100%;
}

html {
  font-size: 14px;
}

body {
  background-color: #ffffff;
  color: #191c26;
  font-family: 'open-sans-light', Helvetica, sans-serif;
  line-height: 1.7rem;
}

#app-root, #content {
  height: 100%;
}

#content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: auto;
  width: 100%;
  outline: none;
}

header {
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  height: 58px;
  position: fixed;
  width: 100%;
  z-index: 4;
}

header .container {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  justify-content: space-between;
  gap: 1rem;
  height: 58px;
  padding: 0 1.3125rem;
  width: 100%;
}

header .logos {
  align-items: center;
  display: flex;
  gap: 1.8125rem;
  width: auto;
}

header .logos img {
  max-height: 44px;
  max-width: 100px;
}

main {
  flex: 1;
}

section {
  position: relative;
  width: 100%;
}

.container {
  margin: 0 auto;
  position: relative;
}

.container.width-300 {
  max-width: 300px;
  width: 90%;
}

.container.width-360 {
  max-width: 360px;
  width: 90%;
}

.container.width-500 {
  max-width: 500px;
  width: 90%;
}

.container.width-720 {
  max-width: 720px;
  width: 90%;
}

.container.width-800 {
  max-width: 800px;
  width: 90%;
}

.container.width-960 {
  max-width: 960px;
  width: 90%;
}

.container.width-1200 {
  max-width: 1200px;
  width: 90%;
}

.container.width-1300 {
  max-width: 1500px;
  width: 100%;
}

.container.full-width, .container.width-100 {
  margin-left: 1.3125rem;
  margin-right: 1.3125rem;
}

.container.full-screen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.container.inset-0 {
  padding: 1rem;
}

.container.inset-plus-2 {
  padding: 1.8125rem;
}

.container.vertical-scroll {
  height: 100%;
  overflow-y: auto;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.container.horizontal-scroll {
  width: 100%;
  overflow-x: auto;
}

.row {
  display: flex;
  position: relative;
  width: 100%;
}

.column {
  flex: 1;
  min-width: 0;
  position: relative;
  width: 100%;
}

.column.width-300 {
  max-width: 300px;
}

.row.cascading .column {
  flex: initial;
  width: auto;
}

.object-inliner {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  gap: 1rem;
  width: auto;
}

.object-inliner li {
  flex-shrink: 0;
}

.object-inliner.align-top {
  align-items: flex-start;
}

.object-inliner.align-bottom {
  align-items: flex-end;
}

.object-inliner.space-between {
  justify-content: space-between;
}

.object-inliner.justify-flex-end {
  justify-content: flex-end;
}

.object-inliner.merge-inputs {
  gap: 0;
}

.object-inliner.merge-inputs input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.object-inliner.merge-inputs button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.flex-column {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hgroup input[type=text] {
  width: 240px;
}

.fieldset-group {
  display: flex;
  gap: 0.625rem;
}

.fieldset-group fieldset, .fieldset-group div {
  flex: 1;
  position: relative;
}

.fieldset-group .flex-2 {
  flex: 2;
}

.fieldset-group .flex-3 {
  flex: 3;
}

.fieldset-group .flex-4 {
  flex: 4;
}

.fieldset-group .flex-5 {
  flex: 5;
}

.fieldset-group fieldset.icon {
  align-items: flex-end;
  display: flex;
  flex: initial;
  padding-bottom: 1rem;
  width: 16px;
}

.fieldset-group.width-400 {
  max-width: 400px;
}

.tab-navigation {
  align-items: center;
  display: flex;
  gap: 1.8125rem;
}

.tab-navigation a {
  align-items: center;
  color: #e6e6e6;
  display: flex;
  justify-content: center;
}

.tab-navigation a:hover, .tab-navigation a.active {
  color: #478cca;
  text-decoration: none;
}

.tab-navigation h3 {
  text-transform: uppercase;
}

.button-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.button-group button, .button-group .button {
  display: inline-block;
  width: auto;
}

.button-group.centered {
  justify-content: center;
}

.button-group.full-width button, .button-group.full-width .button {
  flex: 1;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

hr {
  background-color: #e6e6e6;
  border: 0;
  height: 2px;
  margin: 1.3125rem 0 1.3125rem;
}

.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.text-align-center {
  display: block;
  text-align: center;
}

.text-align-left {
  text-align: left;
}

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

.text-inliner {
  align-items: baseline;
  display: flex;
  gap: 0.25rem;
}

.center-div {
  display: block;
  margin: 0 auto;
}

.flex-end {
  align-items: flex-end;
}

.flex-align-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-align-right {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

.no-margin {
  margin: 0;
}

.margin-top-minus-1 {
  margin-top: 0.625rem;
}

.margin-bottom-minus-1 {
  margin-bottom: 0.625rem;
}

.margin-left-minus-1 {
  margin-left: 0.625rem;
}

.margin-right-minus-1 {
  margin-right: 0.625rem;
}

.padding-top-minus-1 {
  padding-top: 0.625rem;
}

.padding-bottom-minus-1 {
  padding-bottom: 0.625rem;
}

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

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

.gap-minus-1 {
  gap: 0.625rem;
}

.margin-top-minus-4 {
  margin-top: 0.25rem;
}

.margin-bottom-minus-4 {
  margin-bottom: 0.25rem;
}

.margin-left-minus-4 {
  margin-left: 0.25rem;
}

.margin-right-minus-4 {
  margin-right: 0.25rem;
}

.padding-top-minus-4 {
  padding-top: 0.25rem;
}

.padding-bottom-minus-4 {
  padding-bottom: 0.25rem;
}

.padding-left-minus-4 {
  padding-left: 0.25rem;
}

.padding-right-minus-4 {
  padding-right: 0.25rem;
}

.gap-minus-4 {
  gap: 0.25rem;
}

.margin-top-0 {
  margin-top: 1rem;
}

.margin-bottom-0 {
  margin-bottom: 1rem;
}

.margin-left-0 {
  margin-left: 1rem;
}

.margin-right-0 {
  margin-right: 1rem;
}

.padding-top-0 {
  padding-top: 1rem;
}

.padding-bottom-0 {
  padding-bottom: 1rem;
}

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

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

.gap-0 {
  gap: 1rem;
}

.margin-top-plus-2 {
  margin-top: 1.8125rem;
}

.margin-bottom-plus-2 {
  margin-bottom: 1.8125rem;
}

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

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

.padding-top-plus-2 {
  padding-top: 1.8125rem;
}

.padding-bottom-plus-2 {
  padding-bottom: 1.8125rem;
}

.padding-left-plus-2 {
  padding-left: 1.8125rem;
}

.padding-right-plus-2 {
  padding-right: 1.8125rem;
}

.gap-plus-2 {
  gap: 1.8125rem;
}

.margin-top-minus-2 {
  margin-top: 0.5rem;
}

.margin-bottom-minus-2 {
  margin-bottom: 0.5rem;
}

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

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

.padding-top-minus-2 {
  padding-top: 0.5rem;
}

.padding-bottom-minus-2 {
  padding-bottom: 0.5rem;
}

.padding-left-minus-2 {
  padding-left: 0.5rem;
}

.padding-right-minus-2 {
  padding-right: 0.5rem;
}

.gap-minus-2 {
  gap: 0.5rem;
}

.margin-top-plus-4 {
  margin-top: 3.975rem;
}

.margin-bottom-plus-4 {
  margin-bottom: 3.975rem;
}

.margin-left-plus-4 {
  margin-left: 3.975rem;
}

.margin-right-plus-4 {
  margin-right: 3.975rem;
}

.padding-top-plus-4 {
  padding-top: 3.975rem;
}

.padding-bottom-plus-4 {
  padding-bottom: 3.975rem;
}

.padding-left-plus-4 {
  padding-left: 3.975rem;
}

.padding-right-plus-4 {
  padding-right: 3.975rem;
}

.gap-plus-4 {
  gap: 3.975rem;
}

.margin-top-plus-1 {
  margin-top: 1.3125rem;
}

.margin-bottom-plus-1 {
  margin-bottom: 1.3125rem;
}

.margin-left-plus-1 {
  margin-left: 1.3125rem;
}

.margin-right-plus-1 {
  margin-right: 1.3125rem;
}

.padding-top-plus-1 {
  padding-top: 1.3125rem;
}

.padding-bottom-plus-1 {
  padding-bottom: 1.3125rem;
}

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

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

.gap-plus-1 {
  gap: 1.3125rem;
}

.margin-top-minus-3 {
  margin-top: 0.375rem;
}

.margin-bottom-minus-3 {
  margin-bottom: 0.375rem;
}

.margin-left-minus-3 {
  margin-left: 0.375rem;
}

.margin-right-minus-3 {
  margin-right: 0.375rem;
}

.padding-top-minus-3 {
  padding-top: 0.375rem;
}

.padding-bottom-minus-3 {
  padding-bottom: 0.375rem;
}

.padding-left-minus-3 {
  padding-left: 0.375rem;
}

.padding-right-minus-3 {
  padding-right: 0.375rem;
}

.gap-minus-3 {
  gap: 0.375rem;
}

.margin-top-plus-5 {
  margin-top: 6rem;
}

.margin-bottom-plus-5 {
  margin-bottom: 6rem;
}

.margin-left-plus-5 {
  margin-left: 6rem;
}

.margin-right-plus-5 {
  margin-right: 6rem;
}

.padding-top-plus-5 {
  padding-top: 6rem;
}

.padding-bottom-plus-5 {
  padding-bottom: 6rem;
}

.padding-left-plus-5 {
  padding-left: 6rem;
}

.padding-right-plus-5 {
  padding-right: 6rem;
}

.gap-plus-5 {
  gap: 6rem;
}

.margin-top-plus-6 {
  margin-top: 9rem;
}

.margin-bottom-plus-6 {
  margin-bottom: 9rem;
}

.margin-left-plus-6 {
  margin-left: 9rem;
}

.margin-right-plus-6 {
  margin-right: 9rem;
}

.padding-top-plus-6 {
  padding-top: 9rem;
}

.padding-bottom-plus-6 {
  padding-bottom: 9rem;
}

.padding-left-plus-6 {
  padding-left: 9rem;
}

.padding-right-plus-6 {
  padding-right: 9rem;
}

.gap-plus-6 {
  gap: 9rem;
}

.margin-top-plus-3 {
  margin-top: 2.625rem;
}

.margin-bottom-plus-3 {
  margin-bottom: 2.625rem;
}

.margin-left-plus-3 {
  margin-left: 2.625rem;
}

.margin-right-plus-3 {
  margin-right: 2.625rem;
}

.padding-top-plus-3 {
  padding-top: 2.625rem;
}

.padding-bottom-plus-3 {
  padding-bottom: 2.625rem;
}

.padding-left-plus-3 {
  padding-left: 2.625rem;
}

.padding-right-plus-3 {
  padding-right: 2.625rem;
}

.gap-plus-3 {
  gap: 2.625rem;
}

h1 {
  font-family: 'open-sans-regular', Helvetica, sans-serif;
  font-size: 3.975rem;
  line-height: 3.975rem;
}

h2 {
  font-family: 'open-sans-regular', Helvetica, sans-serif;
  font-size: 1.8125rem;
  line-height: 2.625rem;
}

h3, legend {
  font-family: 'open-sans-regular', Helvetica, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.8125rem;
}

h4 {
  font-family: 'open-sans-semibold', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
  text-transform: uppercase;
}

h5 {
  font-family: 'open-sans-regular', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
}

h6, label, th {
  font-family: 'open-sans-semibold', Helvetica, sans-serif;
}

h6 span, label span, th span {
  font-family: 'open-sans-light-italic', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
  text-transform: none;
}

h6 {
  font-family: 'open-sans-regular', Helvetica, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  line-height: 1.7rem;
  text-transform: uppercase;
}

.small-caps {
  font-size: 0.75em;
  line-height: 1.3125em;
  text-transform: uppercase;
}

small {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.15em;
}

a {
  color: #478cca;
  text-decoration: none;
}

a:hover {
  color: #478cca;
  cursor: pointer;
  text-decoration: underline;
}

b, strong {
  font-family: 'open-sans-semibold', Helvetica, sans-serif;
}

i, em {
  font-family: 'open-sans-light-italic', Helvetica, sans-serif;
}

.strikethrough {
  text-decoration: line-through;
}

small {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.15em;
}

.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.note {
  color: #999999;
}

.error {
  color: #ca5347;
}

.success {
  color: #47ca9a;
}

.warn {
  color: #d6a130;
}

fieldset {
  margin-bottom: 1rem;
}

fieldset.radio, fieldset.checkbox {
  margin: 1.3125rem 0;
}

fieldset.validation-message-container input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

fieldset.validation-message-container .validation-message {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

fieldset .button-group {
  margin-top: 1.7rem;
}

fieldset .button-group button, fieldset .button-group a.button {
  flex: 1;
}

input, textarea, .select-menu > span {
  line-height: 1.7rem;
  width: 100%;
  font-family: 'open-sans-light', Helvetica, sans-serif;
  height: 44px;
  border: 1px solid #e6e6e6;
  padding: 0.625rem 1.3125rem;
  position: relative;
  text-overflow: ellipsis;
  background-color: #f5f5f5;
  border-radius: 2px;
  display: inline-block;
  color: #191c26;
}

input:focus, textarea:focus, .select-menu > span:focus {
  box-shadow: 0 0.5px 3px 3px #478cca;
  outline: none;
  z-index: 1;
}

input::placeholder, textarea::placeholder, .select-menu > span::placeholder {
  color: #d7d7d7;
  font-family: 'open-sans-regular-italic', Helvetica, sans-serif;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .select-menu > span::-webkit-input-placeholder {
  color: #d7d7d7;
  font-family: 'open-sans-regular-italic', Helvetica, sans-serif;
}

input::-moz-placeholder, textarea::-moz-placeholder, .select-menu > span::-moz-placeholder {
  color: #d7d7d7;
  font-family: 'open-sans-regular-italic', Helvetica, sans-serif;
}

input:-moz-placeholder, textarea:-moz-placeholder, .select-menu > span:-moz-placeholder {
  color: #d7d7d7;
  font-family: 'open-sans-regular-italic', Helvetica, sans-serif;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, .select-menu > span:-ms-input-placeholder {
  color: #d7d7d7;
  font-family: 'open-sans-regular-italic', Helvetica, sans-serif;
}

input.small, textarea.small, .select-menu > span.small {
  height: 24px;
  padding: 0.375rem 0.625rem;
}

input:disabled, input.disabled, textarea:disabled, textarea.disabled, .select-menu > span:disabled, .select-menu > span.disabled {
  color: #d7d7d7;
  cursor: not-allowed;
  pointer-events: none;
}

button, .button {
  line-height: 1.7rem;
  font-family: 'open-sans-semibold', Helvetica, sans-serif;
  height: 44px;
  border: 1px solid #191c26;
  text-transform: uppercase;
  padding: 0.625rem 1.8125rem;
  text-align: center;
  white-space: nowrap;
  position: relative;
  text-decoration: none;
  background-color: #191c26;
  border-radius: 2px;
  display: inline-block;
  color: #ffffff;
}

button .fa-solid, .button .fa-solid {
  font-size: 0.85em;
}

button:focus, .button:focus {
  box-shadow: 0 0.5px 3px 3px #478cca;
  outline: none;
  z-index: 12;
}

button:hover, .button:hover {
  background-color: #478cca;
  border-color: #478cca;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

button.primary, .button.primary {
  background-color: #478cca;
  border-color: #478cca;
  color: #ffffff;
}

button.primary:hover, .button.primary:hover {
  background-color: #579bd8;
  border-color: #579bd8;
  color: #ffffff;
}

button.error, .button.error {
  background-color: #ca5347;
  border-color: #ca5347;
  color: #ffffff;
}

button.outline, .button.outline {
  background-color: #ffffff;
  border-color: #191c26;
  color: #191c26;
}

button.outline:hover, .button.outline:hover {
  background-color: #478cca;
  border-color: #478cca;
  color: #ffffff;
}

button.outline.error, .button.outline.error {
  background-color: #ffffff;
  border-color: #ca5347;
  color: #ca5347;
}

button.outline.error:hover, .button.outline.error:hover {
  background-color: #ca5347;
  border-color: #ca5347;
  color: #ffffff;
}

button:disabled, button.disabled, .button:disabled, .button.disabled {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
  color: #ffffff;
}

button:disabled:hover, button.disabled:hover, .button:disabled:hover, .button.disabled:hover {
  background-color: #d7d7d7;
  color: #ffffff;
  cursor: auto;
}

button.centered, .button.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  text-align: center;
}

button.full-width, .button.full-width {
  max-width: 100%;
  width: 100%;
}

button.large, .button.large {
  flex: 1;
  font-size: 1.3125rem;
  max-width: 320px;
  padding: 0.625rem 1.8125rem;
}

button.small, .button.small {
  font-size: 0.85rem;
  height: 24px;
  line-height: 1rem;
  padding: 0.25rem 0.625rem;
}

.fa-solid.clickable {
  color: #478cca;
}

.fa-solid.clickable:hover {
  color: #579bd8;
  cursor: pointer;
}

.fa-solid.clickable.centered {
  display: block;
  text-align: center;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
  width: 1.3125rem;
  height: 1.3125rem;
}

input[type=checkbox]:hover, input[type=radio]:hover {
  cursor: pointer;
}

input[type=checkbox]:focus, input[type=radio]:focus {
  box-shadow: none;
}

textarea.three-lines {
  height: 96px;
}

label.inline-checkbox, label.inline-radio {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

label.inline-checkbox:hover, label.inline-radio:hover {
  cursor: pointer;
}

label.inline-checkbox input[type=checkbox], label.inline-checkbox input[type=radio], label.inline-radio input[type=checkbox], label.inline-radio input[type=radio] {
  flex: 0 0 1.3125rem;
  margin-top: 0.2rem;
}

label.inline-checkbox p, label.inline-radio p {
  font-size: 1rem;
  text-transform: none;
}

label.inline-checkbox span:not(.fa-solid), label.inline-radio span:not(.fa-solid) {
  font-family: 'open-sans-light', Helvetica, sans-serif;
}

.dropzone {
  align-items: center;
  background-color: #f5f5f5;
  border: 2px solid #e6e6e6;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.3125rem;
}

.dropzone:hover {
  background-color: #e6e6e6;
  border-color: #d7d7d7;
  color: #478cca;
  cursor: pointer;
}

.dropzone .fa-solid {
  font-size: 2.625rem;
  margin-bottom: 0.625rem;
}

.dropzone p {
  font-family: 'open-sans-light-italic', Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1.3125rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.validation-message-container input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.validation-message-container .button, .validation-message-container button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.validation-message {
  background-color: #191c26;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #ffffff;
  padding: 0.625rem 1.3125rem;
}

.validation-message.error {
  background-color: #ca5347;
}

.validation-message.success {
  background-color: #478cca;
}

.validation-message.warn {

}

.flash-root {
  position: fixed;
  top: 58px;
  left: 0;
  width: auto;
  z-index: 16;
}

.flash-message {
  background-color: #e6e6e6;
}

.flash-message.error {
  background-color: #ca5347;
  color: #ffffff;
}

.flash-message.success {
  background-color: #478cca;
  color: #ffffff;
}

.flash-message.warn {
  background-color: #d6a130;
  color: #ffffff;
}

.flash-message .container {
  height: auto;
  padding: 0.5rem 1.3125rem;
}

.flash-message span {
  margin-right: 1rem;
}

.flash-message span a {
  display: inline;
  padding: 0;
}

.flash-message span:hover {
  cursor: pointer;
}

.flash-message a {
  color: #ffffff;
}

.flash-message a:hover {
  color: #ffffff;
}

.site-spinner {
  width: 80px;
  right: 0;
  top: 0;
  height: 35px;
  border-bottom-right-radius: 2px;
  position: fixed;
  border-bottom-left-radius: 2px;
  z-index: 15;
  box-shadow: 2px 2px 8px #999999;
  margin-left: -50px;
  background-color: #478cca;
  left: 50%;
}

.site-spinner:after {
  width: 24px;
  background-repeat: no-repeat;
  height: 24px;
  position: fixed;
  margin-top: 4px;
  content: '';
  background-size: 24px 24px;
  margin-left: -22px;
  display: inline-block;
  background-image: url('/images/gifs/spinner-white.gif');
  left: 50%;
}

.width-medium {
  min-width: 250px;
}

.width-small {
  min-width: 100px;
}

ol, ul, li {
  position: relative;
}

ol.border-separated li, ul.border-separated li, li.border-separated li {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

ul.expandable .expander {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

ul.expandable .expander:hover, ul.expandable .expander.inactive:hover, ul.expandable .expander:hover h2.error {
  color: #478cca;
  cursor: pointer;
}

ul.expandable .expander.inactive {
  color: #e6e6e6;
}

ul.expandable > li {
  border-bottom: 1px solid #e6e6e6;
}

ul.expandable > li.expanded {
  border-bottom: none;
}

ul.expandable.large .expander {
  margin-top: 1.3125rem;
}

img, video {
  display: block;
  max-width: 100%;
}

.object-fit-contain-container, .object-fit-cover-container {
  overflow: hidden;
  position: relative;
}

.object-fit-contain-container.width-20, .object-fit-cover-container.width-20 {
  width: 20px;
  height: 20px;
}

.object-fit-contain-container img, .object-fit-cover-container img {
  width: 100%;
  height: 100%;
}

.object-fit-contain-container img {
  object-fit: contain;
}

.object-fit-cover-container img {
  object-fit: cover;
}

canvas {
  height: 360px;
}

table {
  table-layout: fixed;
}

table.espo-report {
  min-width: 960px;
}

table.espo-report th:nth-child(1) {
  width: 8%;
}

table.espo-report th:nth-child(2) {
  width: 10%;
}

table.espo-report th:nth-child(3) {
  width: 18%;
}

table.espo-report th:nth-child(4) {
  width: 21%;
}

table.espo-report th:nth-child(5) {
  width: 43%;
}

table.espo-report th, table.espo-report td, table.espo-report td .overflow-ellipsis {
  max-width: 100%;
}

table.equipment-db {
  min-width: 920px;
}

table.equipment-db th:nth-child(1) {
  width: 40%;
}

table.striped {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  padding: 1rem;
  width: 100%;
}

table.striped tr:nth-child(even) {
  background-color: #f9f9f9;
}

table.striped th, table.striped td {
  padding: 0.625rem 0.25rem;
}

table.striped th:first-child, table.striped td:first-child {
  padding-left: 0.625rem;
}

table.clickable a:hover, table.clickable tr.inactive a:hover, table.striped.clickable tr.inactive:nth-child(even) a:hover {
  color: #ffffff;
}

table.clickable button:hover {
  background-color: #579bd8;
  border-color: #579bd8;
}

table.clickable tbody tr:hover, table.clickable.striped tr.inactive:nth-child(even):hover {
  background-color: #478cca;
  color: #ffffff;
  cursor: pointer;
}

table.clickable tbody tr:hover a, table.clickable.striped tr.inactive:nth-child(even):hover a {
  color: #ffffff;
}

tr.inactive, table.striped tr.inactive:nth-child(even) {
  background-color: #ffffff;
  color: #e6e6e6;
}

tr.inactive a, table.striped tr.inactive:nth-child(even) a {
  color: #e6e6e6;
}

tr.inactive a:hover, table.striped tr.inactive:nth-child(even) a:hover {
  color: #478cca;
}

tr.active, table.striped tr.active:nth-child(even) {
  background-color: #478cca;
  color: #e6e6e6;
}

th, td {
  max-width: 200px;
  min-width: 80px;
  overflow: hidden;
  padding-right: 0.625rem;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

th .overflow-ellipsis, td .overflow-ellipsis {
  display: inline-block;
  max-width: 300px;
  vertical-align: baseline;
}

th {
  border-bottom: 1px solid #e6e6e6;
}

th.wide {
  max-width: 400px;
  width: 400px;
}

td .button-group {
  justify-content: flex-end;
}

td .button-group button, td .button-group a.button {
  width: 120px;
}

.select-menu, .button-menu {
  cursor: pointer;
  height: 43px;
  line-height: 1.7rem;
  position: relative;
}

.select-menu.open, .button-menu.open {
  z-index: 2;
}

.select-menu.width-210, .button-menu.width-210 {
  min-width: 210px;
}

.select-menu.half-width, .button-menu.half-width {
  max-width: 50%;
}

.select-menu ul, .button-menu ul {
  min-width: 100%;
  width: auto;
  top: 43px;
  height: auto;
  padding: 0;
  text-align: left;
  border-bottom-right-radius: 2px;
  position: absolute;
  border-bottom-left-radius: 2px;
  border-top: 1px solid #d7d7d7;
  z-index: 3;
  box-shadow: 0 7px 8px hsl(0deg 0% 0% / 10%);
  overflow: auto;
  background-color: #e6e6e6;
  max-height: 60vh;
  color: #191c26;
  left: 0;
}

.select-menu ul div.empty, .button-menu ul div.empty {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 6px;
  font-style: italic;
  color: #999999;
}

.select-menu ul li, .button-menu ul li {
  padding: 0.625rem 1rem;
  color: #191c26;
  font-family: 'open-sans-regular', Helvetica, sans-serif;
}

.select-menu ul li:last-child, .button-menu ul li:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.select-menu ul li.highlighted, .button-menu ul li.highlighted {
  background-color: #478cca;
  color: #ffffff;
  cursor: pointer;
}

.select-menu ul li.highlighted a, .button-menu ul li.highlighted a {
  color: #ffffff;
}

.select-menu.large, .button-menu.large {
  font-size: 2.625rem;
  height: 74px;
}

.select-menu.large ul, .button-menu.large ul {
  top: 74px;
}

.select-menu.large li, .button-menu.large li {
  padding: 1rem;
}

.select-menu.small, .button-menu.small {
  height: 34px;
}

.select-menu.small ul, .button-menu.small ul {
  top: 34px;
}

.select-menu.small li, .button-menu.small li {
  line-height: 1rem;
  padding: 0.375rem 1rem;
}

.select-menu.small .fas, .button-menu.small .fas {
  font-size: 0.85em;
}

.select-menu {
  background-color: transparent;
  border-radius: 2px;
}

.select-menu button.inlay {
  color: #191c26;
  font-size: 120%;
  line-height: 1.8125rem;
  right: 0;
  top: 0;
  justify-content: center;
  font-family: 'Font Awesome 6 Pro';
  text-rendering: auto;
  border: none;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  z-index: 1;
  font-weight: 900;
  background-color: transparent;
  padding-right: 1rem;
  display: flex;
  font-style: normal;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 1rem;
}

.select-menu button.inlay:before {
  content: '\f078';
}

.select-menu button.inlay:hover {
  background-color: transparent;
  color: #0c2639;
}

.select-menu button.inlay:focus {
  box-shadow: none;
}

.select-menu.open input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0.5px 3px 3px #478cca;
  outline: none;
  z-index: 1;
}

.select-menu.open button.inlay:before {
  content: '\f00d';
}

.select-menu.open button.inlay:hover {
  color: #478cca;
}

.select-menu.large input {
  height: 74px;
}

.select-menu.large button.inlay {
  padding-top: 2.2rem;
}

.select-menu.small input {
  height: 34px;
  line-height: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.375rem;
}

.select-menu.small button.inlay {
  padding-top: 7px;
}

.button-menu:hover button {
  background-color: #0c2639;
  border-color: #0c2639;
}

.button-menu button {
  padding-right: 3.0rem;
}

.button-menu button:after {
  line-height: 1.8125rem;
  right: 0;
  top: 9px;
  justify-content: center;
  font-family: 'Font Awesome 6 Pro';
  text-rendering: auto;
  border: none;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  z-index: 1;
  font-weight: 900;
  content: '\f078';
  background-color: transparent;
  padding-right: 1rem;
  display: flex;
  font-style: normal;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  padding-left: 1rem;
}

.button-menu ul {
  border-top: none;
  border-top-right-radius: 2px;
  min-width: 10rem;
}

.button-menu.large button {
  height: 74px;
  line-height: 1rem;
  padding: 1rem 3.975rem 1rem 1.3125rem;
}

.button-menu.large button:after {
  top: 23px;
}

.button-menu.small button {
  height: 34px;
  line-height: 1rem;
  padding: 0.375rem 2.625rem 0.375rem 1rem;
}

.button-menu.small button:after {
  top: 4px;
}

.user-menu-container {
  height: 58px;
  position: relative;
  text-align: right;
}

.user-menu-toggle {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.3125rem;
  height: 100%;
  justify-content: center;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
}

.user-menu-toggle:hover, .user-menu-toggle.active {
  background-color: #478cca;
  border-color: #478cca;
  color: #ffffff;
  cursor: pointer;
}

.user-menu {
  position: absolute;
  top: 57px;
  right: 0px;
  width: 220px;
}

.user-menu a {
  width: auto;
  gap: 0.5rem;
  font-family: 'open-sans-regular', Helvetica, sans-serif;
  align-items: center;
  padding: 0.375rem 1rem;
  text-decoration: none;
  display: flex;
  flex: 0 1 auto;
  color: #191c26;
}

.user-menu .fa-solid {
  text-align: center;
  width: 18px;
}

.user-menu ul {
  width: 100%;
  border: 1px solid #e6e6e6;
  text-align: left;
  position: absolute;
  z-index: 9;
  box-shadow: 0 3px 8px #d7d7d7;
  background-color: #ffffff;
  border-radius: 2px;
  left: 0;
}

.user-menu li {
  background-color: #ffffff;
  color: #191c26;
  text-align: left;
}

.user-menu li:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.user-menu li:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.user-menu li.highlight, .user-menu li:hover {
  background-color: #478cca;
  color: #ffffff;
  cursor: pointer;
}

.user-menu li.highlight a, .user-menu li:hover a {
  color: #ffffff;
}

.user-menu li.header {
  padding-bottom: 0;
}

.user-menu li.header:hover {
  background-color: #ffffff;
  color: #191c26;
  cursor: auto;
}

.user-menu li.disabled a {
  color: #999999;
  cursor: not-allowed;
}

.user-menu li.disabled:hover {
  background-color: #ffffff;
}

.user-menu li.disabled:hover a {
  color: #999999;
}

.user-menu hr {
  margin: 0;
}

.user-menu label {
  font-family: 'open-sans-regular', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
  text-transform: none;
}

.no-scroll {
  overflow: hidden;
}

.modal-background {
  background-color: hsla(226.15384, 20.63492%, 12.3529415%, 0.93);
  inset: 0;
  overflow: auto;
  padding: 2.625rem;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 15;
}

.modal {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin: 0 auto;
  max-width: 360px;
  position: relative;
  width: 100%;
}

.modal.width-720 {
  max-width: 720px;
}

.modal.width-960 {
  max-width: 960px;
}

.modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.modal-header .fa-solid {
  font-size: 0;
  padding: 1rem 1rem 0.625rem 1rem;
}

.modal-header.closable .fa-times {
  font-size: 1rem;
}

.modal-header.closable .fa-times:hover {
  color: #478cca;
  cursor: pointer;
}

.modal-header.poppable .fa-chevron-left {
  font-size: 1rem;
}

.modal-header.poppable .fa-chevron-left:hover {
  color: #478cca;
  cursor: pointer;
}

.modal-body {
  padding: 0 1rem 1rem 1rem;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination.first-page li:first-child {
  visibility: hidden;
}

.pagination.last-page li:last-child {
  visibility: hidden;
}

.pagination li {
  border-radius: 3px;
  flex: 0 0 1.3125rem;
  margin-right: 0.5rem;
  text-align: center;
}

.pagination li.active {
  background-color: #478cca;
  color: #ffffff;
}

.pagination li.active:hover {
  cursor: auto;
}

.pagination li:hover {
  background-color: #478cca;
  color: #ffffff;
  cursor: pointer;
}

.pagination li.disabled:hover {
  background-color: transparent;
  color: #191c26;
  cursor: auto;
}

form.survey legend {
  margin-bottom: 1rem;
}

form.survey fieldset {
  margin-bottom: 2.625rem;
}

form.survey fieldset.controls-container {
  right: 0;
  padding: 0.625rem 1.3125rem;
  position: fixed;
  border-top: 1px solid #e6e6e6;
  z-index: 2;
  margin-bottom: 0;
  box-shadow: 0 -1px 8px #e6e6e6;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
}

form.survey fieldset.controls-container .button-group {
  margin: 0 auto;
  max-width: 500px;
}

form.survey p {
  margin-bottom: 0.25rem;
  text-align: center;
}

form.survey .radio-row {
  margin-bottom: 1.8125rem;
}

form.survey .radio-bar-labels {
  margin-bottom: 1.8125rem;
}

.flag-container {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  padding-left: 0.375rem;
  width: auto;
}

.flag-container .flag {
  color: #ffffff;
  position: relative;
  text-align: center;
  z-index: 1;
}

.flag-container .flag:after {
  width: calc(100% + 1.2rem);
  top: 0;
  height: 100%;
  padding: 0;
  position: absolute;
  z-index: -1;
  content: '';
  background-color: #191c26;
  border-radius: 6rem;
  display: block;
  left: -0.625rem;
}

.flag-container span:first-child:after {
  left: -1rem;
  padding: 1rem;
  width: calc(100% + 2rem);
}

.flag-container h2 {
  line-height: 2rem;
}

.flag-container h3.flag:after {
  padding: 0 1rem;
}

.flag-container h4.flag:after {
  padding: 0;
}

.flag-container.error .flag:after {
  background-color: #ca5347;
}

.flag-container.warn .flag:after {
  background-color: #d6a130;
}

.flag-container.success .flag:after {
  background-color: #47ca9a;
}

.flag-container.empty {
  gap: 0.625rem;
  margin-left: 0.625rem;
}

.flag-container.empty span:first-child:after {
  margin-top: 0.375rem;
  padding: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
}

.result-breakdown {
  border: 1px solid #e6e6e6;
  padding: 1rem 1.3125rem 1.3125rem 1.3125rem;
  position: relative;
}

.result-breakdown:before {
  width: 0;
  border-width: 0 1rem 1rem 1rem;
  top: -1rem;
  border-color: transparent transparent #e6e6e6 transparent;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
  display: block;
  left: calc(50% - 0.5rem);
}

.result-breakdown:after {
  width: 0;
  border-width: 0 1rem 1rem 1rem;
  top: calc(-1rem + 2px);
  border-color: transparent transparent #ffffff transparent;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
  display: block;
  left: calc(50% - 0.5rem);
}

.result-breakdown h3 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.375rem;
  margin-bottom: 1.3125rem;
}

form.espo h2 {
  background-color: #ffffff;
  padding: 0.625rem 0;
  position: sticky;
  top: 58px;
  z-index: 1;
}

form.espo fieldset {
  margin-bottom: 3.975rem;
}

ul.espo-form-results {
  margin-bottom: 3.975rem;
}

ul.espo-form-results li {
  margin-bottom: 1.3125rem;
}

ul.espo-form-results .fa-check {
  color: #47ca9a;
}

ul.espo-form-results .fa-ban {
  color: #ca5347;
}

ul.espo-form-results p {
  margin-left: 1.8125rem;
}

ul.expandable-radios li.corrected {
  background-color: #f5f5f5;
  padding-bottom: 0;
}

ul.expandable-radios .expander {
  color: #e6e6e6;
}

ul.expandable-radios .expander:hover {
  color: #478cca;
  cursor: pointer;
}

ul.expandable-radios .expanded .expander, ul.expandable-radios .active .expander {
  color: #191c26;
}

ul.expandable-radios .expanded .expander:hover, ul.expandable-radios .active .expander:hover {
  color: #478cca;
}

ul.expandable-radios h3 {

}

ul.expandable-radios h3.active {

}

ul.expandable-radios textarea {
  background-color: #ffffff;
  height: 5rem;
  margin-top: 0.625rem;
}

ul.expandable-radios .radio-bar-row.yes-no {

}

ul.expandable-radios .expanded > ul {
  margin-left: 1.8125rem;
}

ul.expandable-radios .expanded > ul .radio-bar-row.yes-no {

}

ul.expandable-radios .expanded > ul .container.inset-0 {
  padding-left: 32px;
}

ul.expandable-radios > li {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.expanded ul.expandable-radios > li {
  padding-left: 0.5rem;
}

.expanded ul.expandable-radios > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.notification {
  line-height: 1rem;
  width: 21px;
  justify-content: center;
  height: 21px;
  align-items: center;
  padding: 0.25rem;
  margin-top: -0.5rem;
  font-size: 0.9rem;
  background-color: #191c26;
  border-radius: 50%;
  display: inline-flex;
  color: #ffffff;
}

.notification.primary {
  background-color: #478cca;
}

.notification.success {
  background-color: #47ca9a;
}

.notification.error {
  background-color: #ca5347;
}

.radio-bar {
  display: flex;
  width: 100%;
}

.radio-bar li {
  display: flex;
  flex: 1;
}

.radio-bar li:nth-of-type(1) label {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.radio-bar li:nth-last-of-type(1) label {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px solid #d7d7d7;
}

.radio-bar input {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-bar label {
  line-height: 1.7rem;
  padding-bottom: 0.625rem;
  justify-content: center;
  font-family: 'open-sans-semibold', Helvetica, sans-serif;
  height: 44px;
  margin: 0;
  user-select: none;
  border: 1px solid #d7d7d7;
  text-transform: none;
  align-items: center;
  white-space: nowrap;
  border-right: none;
  text-decoration: none;
  font-size: 1rem;
  background-color: #ffffff;
  border-radius: 0;
  display: flex;
  flex: 1;
  color: #d7d7d7;
  padding-top: 0.625rem;
}

.radio-bar label:hover {
  background-color: #579bd8;
  color: #ffffff;
  cursor: pointer;
}

.radio-bar label.small-revised {
  line-height: 1.3125rem;
  padding: 0.25rem 1rem 0.375rem;
}

.radio-bar input:checked + label {
  background-color: #478cca;
  border-color: #478cca;
  color: #ffffff;
}

.radio-bar input:checked + label.error {
  background-color: #ca5347;
  border-color: #ca5347;
  color: #ffffff;
}

.radio-bar.toggle {
  width: auto;
}

.radio-bar.toggle label {
  background-color: transparent;
  border: 1px solid #191c26;
  border-right: none;
  color: #191c26;
  line-height: 1.7rem;
  padding: 0.625rem 1.8125rem;
}

.radio-bar.toggle li:nth-last-of-type(1) label {
  border-right: 1px solid #191c26;
}

.radio-bar.toggle input:checked + label {
  background-color: #478cca;
  border-color: #478cca;
  color: #ffffff;
}

.radio-bar.toggle input:checked + label.error {
  background-color: #ca5347;
  border-color: #ca5347;
  color: #ffffff;
}

.radio-bar-labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.radio-bar-labels span:first-child {
  text-align: left;
}

.radio-bar-labels span:last-child {
  text-align: right;
}

.radio-bar-row {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2.625rem;
}

.radio-bar-row span:first-child {
  text-align: right;
}

.radio-bar-row span:last-child {
  text-align: left;
}

.radio-bar-row ul {
  flex: 0 1 auto;
  width: auto;
}

.radio-bar-row li {
  flex: 0 0 32px;
  width: 32px;
}

.radio-bar-row > span {
  flex: 1;
}

.radio-bar-row.yes-no {
  justify-content: flex-start;
  margin-bottom: 0;
}

.radio-bar-row.yes-no .radio-bar li:first-child input:checked + label {
  background-color: #47ca9a;
  border-color: #47ca9a;
  color: #ffffff;
}

.radio-bar-row.yes-no .radio-bar li:last-child input:checked + label {
  background-color: #ca5347;
  border-color: #ca5347;
  color: #ffffff;
}

.radio-bar-row.yes-no .radio-bar label {
  height: 32px;
}

.radio-row {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.radio-row span {
  flex: 1;
}

.radio-row span:first-child {
  text-align: right;
}

.radio-row ul {
  display: flex;
  gap: 0.375rem;
}

.radio-row li {
  display: flex;
  position: relative;
}

.radio-row li:nth-child(3):nth-last-child(3):before, .radio-row li:nth-child(5):nth-last-child(5):before {
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 0;
  content: '';
  background-color: #ffffff;
  display: block;
  left: 0;
}

.radio-row li:nth-child(3):nth-last-child(3):after, .radio-row li:nth-child(5):nth-last-child(5):after {
  width: 1px;
  top: -50%;
  height: 38px;
  position: absolute;
  z-index: -1;
  content: '';
  background-color: #d7d7d7;
  display: block;
  left: calc(50% - 0.5px);
}

.radio-row li:hover input[type=checkbox], .radio-row li:hover input[type=radio] {
  opacity: 0.5;
}

.radio-column {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  justify-content: center;
}

.logo-160 {
  margin: 0 auto 2.625rem;
  max-width: 160px;
}

section.dashboard {
  background-color: #f9f9f9;
  padding-top: 9rem;
  padding-bottom: 9rem;
  min-height: 100vh;
}

section.dashboard .container {
  max-width: 900px;
  width: 90%;
}

ul.tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 1.3125rem;
}

ul.tiles li {
  background-color: #ffffff;
  border-right: 1px solid #e6e6e6;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.3125rem 1.8125rem 1.8125rem 1.8125rem;
}

ul.tiles li:nth-child(4n+1) {
  border-left: 1px solid #e6e6e6;
}

ul.tiles .hgroup {
  margin-bottom: 1.8125rem;
}

ul.tiles .fa-solid {
  margin-bottom: 1.8125rem;
}

ul.tiles h3 {
  margin-bottom: 0.375rem;
}

.purchase-order img {
  max-width: 44px;
}

.history > li {
  margin-bottom: 1.3125rem;
}

@media screen and (max-width: 1300px) {

  .hgroup.object-inliner {
    flex-direction: column;
  }

}

@media screen and (max-width: 1100px) {

  .row.gap-plus-5 {
    flex-direction: column;
    margin: 0 auto;
    max-width: 320px;
  }

}

@media screen and (max-width: 900px) {

  
  
  section.dashboard .container {
    max-width: 300px;
  }
  
  section.dashboard ul.tiles {
    flex-direction: column;
  }
  
  section.dashboard li {
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
  }
  
  section.dashboard li:last-child {
    border-bottom: none;
  }

}

@media screen and (max-width: 750px) {

  
  
  
  
  header .logos img {
    display: none;
  }
  
  
  
  
  
  header .logos img:first-child {
    display: block;
  }
  
  .modal-background {
    padding: 1.3125rem;
  }

}

@media screen and (max-width: 500px) {

  
  
  .radio-bar-row li {
    flex: 0 0 24px;
    width: 24px;
  }

}

@media print {

  header, fieldset, .tab-navigation {
    display: none;
  }
  
  .container {
    margin-top: initial;
  }
  
  .page-break-before {
    page-break-before: always;
  }
  
  button {
    display: none;
  }
  
  .purchase-order {
    font-size: 12px;
  }
  
  .purchase-order .container {
    max-width: 100%;
    width: 100%;
  }
  
  .purchase-order h3 {
    font-size: 1.3125em;
    line-height: 1.8125em;
  }
  
  .purchase-order h4 {
    font-size: 1em;
    line-height: 1.7em;
  }
  
  .purchase-order h6 {
    font-size: 0.85em;
    line-height: 1.7em;
  }
  
  .flag-container {
    -webkit-print-color-adjust: exact;
  }

}

@font-face {
  font-family: 'open-sans-bold';
  src: url('/fonts/open-sans-bold.woff2') format('woff2'), url('/fonts/open-sans-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans-bold-italic';
  src: url('/fonts/open-sans-bold-italic.woff2') format('woff2'), url('/fonts/open-sans-bold-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans-extrabold';
  src: url('/fonts/open-sans-extrabold.woff2') format('woff2'), url('/fonts/open-sans-extrabold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans-extrabold-italic';
  src: url('/fonts/open-sans-extrabold-italic.woff2') format('woff2'), url('/fonts/open-sans-extrabold-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans-light';
  src: url('/fonts/open-sans-light.woff2') format('woff2'), url('/fonts/open-sans-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans-light-italic';
  src: url('/fonts/open-sans-light-italic.woff2') format('woff2'), url('/fonts/open-sans-light-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans-regular';
  src: url('/fonts/open-sans-regular.woff2') format('woff2'), url('/fonts/open-sans-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans-regular-italic';
  src: url('/fonts/open-sans-regular-italic.woff2') format('woff2'), url('/fonts/open-sans-regular-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans-semibold';
  src: url('/fonts/open-sans-semibold.woff2') format('woff2'), url('/fonts/open-sans-semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open-sans-semibold-italic';
  src: url('/fonts/open-sans-semibold-italic.woff2') format('woff2'), url('/fonts/open-sans-semibold-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}