@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
html, body, div, span, applet, object,
iframe, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

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

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

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

/*
strip out browser's native input styling / user agent stylesheet
use pseudo-element to create our own custom styled inputs (input.scss or form.scss)
*/
input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  display: inline-block;
  position: relative;
  margin: 0;
  vertical-align: middle;
}

.container-fluid, .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

.container {
  max-width: 1470px;
}

.row {
  /*		margin-left: math.div($grid-gutter, -2);
  		margin-right: math.div($grid-gutter, -2);*/
  box-sizing: border-box;
}
.row > * {
  font-size: 1rem;
}

[class^=col-],
[class*=" col-"] {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.col-1 {
  width: 8.3333333333%;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.col-offset-12 {
  margin-left: 100%;
}

@media (min-width: 600px) {
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 900px) {
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1800px) {
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--nav-fgcol);
  height: var(--nav-height);
  background: var(--nav-bgcol);
}
nav a.logo img {
  background: var(--nav-fgcol);
  height: 3.4rem;
  width: auto;
  padding-left: 2.5%;
}
nav ul {
  margin-right: auto;
  white-space: nowrap;
  padding: 0;
}
nav ul li {
  display: inline-block;
  transition-duration: 0.3s;
  list-style: none;
  padding: 10px;
  margin: 0 1.2em;
  cursor: pointer;
}
nav ul li ul {
  margin-top: 1rem;
  display: none;
}
nav ul li:hover {
  color: var(--nav-hover-fgcol);
  background: var(--nav-hover-bgcol);
  position: relative;
}
nav ul li:hover ul {
  background: var(--nav-drop-bgcol);
  color: var(--nav-drop-fgcol);
  position: absolute;
  left: 0;
  top: 2.9em;
  width: 220px;
  display: flex;
  flex-direction: column;
  padding: 0 0.2em;
  margin: 0;
  justify-content: center;
  align-content: center;
}
nav ul li:hover ul li {
  margin: 0;
  outline: 1px solid transparent;
}
nav ul li:hover ul li:hover {
  background: var(--nav-hover-bgcol);
  outline: 1px solid #aaa;
}
nav ul li a {
  text-decoration: none;
}
nav ul li.active a {
  color: var(--nav-hover-bgcol);
}
@media screen and (max-width: 600px) {
  nav ul {
    display: none;
  }
}
nav section.menu {
  background: var(--nav-fgcol);
  cursor: pointer;
  padding: 2px;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 0.5em 0 0;
  border-radius: 5px;
}
nav section.menu .menu-bar {
  width: 80%;
  height: 4px;
  margin: 3px auto;
  border-radius: 3px;
  background: var(--nav-bgcol);
}
nav section.menu.active {
  background: #575757;
}
nav section.menu.active .menu-bar {
  background: var(--nav-fgcol);
}
@media screen and (min-width: 600px) {
  nav section.menu {
    display: none;
  }
}

section.menu-click {
  display: none;
}
section.menu-click.active {
  display: block;
}
section.menu-click {
  width: 100%;
  padding: 5px 0;
  margin-bottom: 10px;
  text-align: center;
  background: #6aa;
  margin-left: auto;
}
section.menu-click li {
  display: block;
  color: var(--nav-fgcol);
  padding: 3px;
}
@media screen and (max-width: 600px) {
  section.menu-click {
    display: none;
  }
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.mt-1 {
  margin-top: 0.5em;
}

.mt-2 {
  margin-top: 1em;
}

.mt-3 {
  margin-top: 1.5em;
}

.mt-4 {
  margin-top: 2em;
}

.my-1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.my-2 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.my-3 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.my-4 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.mb-1 {
  margin-bottom: 0.5em;
}

.mb-2 {
  margin-bottom: 1em;
}

.mb-3 {
  margin-bottom: 1.5em;
}

.mb-4 {
  margin-bottom: 2em;
}

.ml-1 {
  margin-left: 0.5em;
}

.ml-2 {
  margin-left: 1em;
}

.ml-3 {
  margin-left: 1.5em;
}

.ml-4 {
  margin-left: 2em;
}

.ml-5 {
  margin-left: 2.5em;
}

.ml-6 {
  margin-left: 3em;
}

.ml-8 {
  margin-left: 4em;
}

.ml-10 {
  margin-left: 5em;
}

.ml-12 {
  margin-left: 6em;
}

.mx-1 {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.mx-2 {
  margin-left: 1em;
  margin-right: 1em;
}

.mx-3 {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.mx-4 {
  margin-left: 2em;
  margin-right: 2em;
}

.pt-1 {
  padding-top: 0.5em;
}

.pt-2 {
  padding-top: 1m;
}

.pt-3 {
  padding-top: 1.5em;
}

.pt-4 {
  padding-top: 2em;
}

.pt-5 {
  padding-top: 2.5em;
}

.pt-6 {
  padding-top: 3em;
}

.pb-1 {
  padding-bottom: 0.5em;
}

.pb-2 {
  padding-bottom: 1m;
}

.pb-3 {
  padding-bottom: 1.5em;
}

.pb-4 {
  padding-bottom: 2em;
}

.pb-5 {
  padding-bottom: 2.5em;
}

.pb-6 {
  padding-bottom: 3em;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.px-2 {
  padding-left: 1em;
  padding-right: 1em;
}

.px-3 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.px-4 {
  padding-left: 2em;
  padding-right: 2em;
}

.py-1 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.py-2 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.py-3 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.py-4 {
  padding-top: 2em;
  padding-bottom: 2em;
}

/*
- root font size is 16px
- refactor when we have more input types to share global default and state styles
- instead of using base64 img for tick and hyphen and colour variants, it might be
more readable to include one tick svg and one hyphen svg, and manipulate its fill
colour for the different states and variants.
*/
main {
  padding: 1.2rem;
}

input,
textarea {
  padding: 0.5em;
  background: #fff;
  border-radius: 4px;
  border: 1px solid var(--border-fgcol);
  transition: opacity 0.8s;
}
input.hidden,
textarea.hidden {
  opacity: 0;
  pointer-events: none;
  border: none;
}

input,
textarea,
select {
  background: var(--input-bgcol);
}
input:focus,
textarea:focus,
select:focus {
  background: white;
}

input.disabled,
label.disabled {
  opacity: 0.5;
}

input.no-border {
  border: 0;
}

textarea {
  min-height: 5em;
}

label {
  display: block;
  margin-right: 0.1em;
  transition: opacity 1s;
}
label.hidden {
  opacity: 0;
  pointer-events: none;
  border: none;
}

input[type=search] {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  padding: 10px 10px 10px 24px;
  min-height: 44px;
  min-width: 16rem;
  max-width: 320px;
  width: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjYgMThMMTAuMyAxMS43QzkuOCAxMi4xIDkuMjI1IDEyLjQxNjcgOC41NzUgMTIuNjVDNy45MjUgMTIuODgzMyA3LjIzMzMzIDEzIDYuNSAxM0M0LjY4MzMzIDEzIDMuMTQ2IDEyLjM3MDcgMS44ODggMTEuMTEyQzAuNjMgOS44NTMzMyAwLjAwMDY2NzE5NiA4LjMxNiA1LjI5MTAxZS0wNyA2LjVDLTAuMDAwNjY2MTM4IDQuNjg0IDAuNjI4NjY3IDMuMTQ2NjcgMS44ODggMS44ODhDMy4xNDczMyAwLjYyOTMzMyA0LjY4NDY3IDAgNi41IDBDOC4zMTUzMyAwIDkuODUzIDAuNjI5MzMzIDExLjExMyAxLjg4OEMxMi4zNzMgMy4xNDY2NyAxMy4wMDIgNC42ODQgMTMgNi41QzEzIDcuMjMzMzMgMTIuODgzMyA3LjkyNSAxMi42NSA4LjU3NUMxMi40MTY3IDkuMjI1IDEyLjEgOS44IDExLjcgMTAuM0wxOCAxNi42TDE2LjYgMThaTTYuNSAxMUM3Ljc1IDExIDguODEyNjcgMTAuNTYyNyA5LjY4OCA5LjY4OEMxMC41NjMzIDguODEzMzMgMTEuMDAwNyA3Ljc1MDY3IDExIDYuNUMxMC45OTkzIDUuMjQ5MzMgMTAuNTYyIDQuMTg3IDkuNjg4IDMuMzEzQzguODE0IDIuNDM5IDcuNzUxMzMgMi4wMDEzMyA2LjUgMkM1LjI0ODY3IDEuOTk4NjcgNC4xODYzMyAyLjQzNjMzIDMuMzEzIDMuMzEzQzIuNDM5NjcgNC4xODk2NyAyLjAwMiA1LjI1MiAyIDYuNUMxLjk5OCA3Ljc0OCAyLjQzNTY3IDguODEwNjcgMy4zMTMgOS42ODhDNC4xOTAzMyAxMC41NjUzIDUuMjUyNjcgMTEuMDAyNyA2LjUgMTFaIiBmaWxsPSIjNzA3MDcwIi8+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 0.9rem;
}

input[type=search]:focus-visible {
  outline: 1px solid var(--primary-reg-col);
  outline-offset: 2px;
}

input[type=search]:not(:placeholder-shown) {
  background-image: none;
}

input[type=submit] {
  background-color: var(--btn-bgcol);
  color: white;
  border: 1px solid var(--btn-bgcol);
  cursor: pointer;
}

input[type=checkbox] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: background-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 0 0 2px var(--href-fgcol);
  background-color: var(--body-bgcol);
  border: none;
  margin: 0 auto;
}
input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 16px;
  height: 12px;
}
input[type=checkbox] .label-above {
  display: flex;
  flex-direction: column;
}
input[type=checkbox] .input-disabled {
  color: var(--disabled-col);
  pointer-events: none;
}
input[type=checkbox] .input-disabled:focus {
  background-color: var(--disabled-bg-col);
  outline: 2px solid var(--border-fgcol);
}
input[type=checkbox]:checked {
  background-color: var(--btn-bgcol);
}
input[type=checkbox]:checked::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxOCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNTQ5OTggMTNMMC44NDk5NzYgNy4yOTk5OEwyLjI3NDk4IDUuODc0OThMNi41NDk5OCAxMC4xNUwxNS43MjUgMC45NzQ5NzZMMTcuMTUgMi4zOTk5OEw2LjU0OTk4IDEzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+");
}
input[type=checkbox]:hover {
  background-color: var(--unselected-bg-col);
  box-shadow: none;
}
input[type=checkbox]:hover:checked {
  background-color: var(--body-bgcol);
}
input[type=checkbox]:hover:checked::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxOCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNTQ5OTggMTNMMC44NDk5NzYgNy4yOTk5OEwyLjI3NDk4IDUuODc0OThMNi41NDk5OCAxMC4xNUwxNS43MjUgMC45NzQ5NzZMMTcuMTUgMi4zOTk5OEw2LjU0OTk4IDEzWiIgZmlsbD0iIzAwODU3RSIvPgo8L3N2Zz4K");
}
input[type=checkbox]:focus-visible {
  outline: 2px solid var(--primary-reg-color);
  outline-offset: 3px;
  background-color: white;
}
input[type=checkbox]:focus-visible:checked {
  box-shadow: none;
}
input[type=checkbox]:indeterminate {
  background-color: var(--btn-bgcol);
}
input[type=checkbox]:indeterminate::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDE0IDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDJWMEgxNFYySDBaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  width: 12px;
  height: 2px;
}
input[type=checkbox]:indeterminate:hover {
  background-color: var(--unselected-bg-col);
}
input[type=checkbox]:indeterminate:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDE0IDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDJWMEgxNFYySDBaIiBmaWxsPSIjMDA4NTdFIi8+Cjwvc3ZnPgo=");
}
input[type=checkbox]:indeterminate:focus-visible {
  box-shadow: none;
}
input[type=checkbox]:indeterminate:disabled::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDE0IDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDJWMEgxNFYySDBaIiBmaWxsPSIjNDQ0NDQ0Ii8+Cjwvc3ZnPg==");
}
input[type=checkbox].error, input[type=checkbox][aria-invalid=true] {
  box-shadow: 0 0 0 2px var(--error-fgcol);
  background-color: var(--error-bg-col);
}
input[type=checkbox].error:hover, input[type=checkbox][aria-invalid=true]:hover {
  box-shadow: none;
  background-color: var(--error-bg-col);
}
input[type=checkbox].error:focus-visible, input[type=checkbox][aria-invalid=true]:focus-visible {
  outline-color: var(--error-fgcol);
}
input[type=checkbox].error:checked:focus-visible, input[type=checkbox][aria-invalid=true]:checked:focus-visible {
  outline-color: var(--error-fgcol);
}
input[type=checkbox].error:checked::before, input[type=checkbox][aria-invalid=true]:checked::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxOCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNTQ5OTggMTNMMC44NDk5NzYgNy4zMDAwMUwyLjI3NDk4IDUuODc1MDFMNi41NDk5OCAxMC4xNUwxNS43MjUgMC45NzUwMDZMMTcuMTUgMi40MDAwMUw2LjU0OTk4IDEzWiIgZmlsbD0iI0RCMDAwMCIvPgo8L3N2Zz4K");
}
input[type=checkbox]:disabled {
  cursor: not-allowed;
  box-shadow: 0 0 0 2px var(--disabled-bg-col);
  background-color: var(--disabled-bg-col);
}
input[type=checkbox]:disabled:hover, input[type=checkbox]:disabled:focus-visible {
  background-color: var(--disabled-bg-col);
  outline: none;
}
input[type=checkbox]:disabled:checked, input[type=checkbox]:disabled:indeterminate {
  background-color: var(--disabled-bg-col);
  box-shadow: 0 0 0 2px var(--disabled-col);
}
input[type=checkbox]:disabled:checked::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxOCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNTQ5OTggMTNMMC44NDk5NzYgNy4yOTk5OEwyLjI3NDk4IDUuODc0OThMNi41NDk5OCAxMC4xNUwxNS43MjUgMC45NzQ5NzZMMTcuMTUgMi4zOTk5OEw2LjU0OTk4IDEzWiIgZmlsbD0iIzQ0NDQ0NCIvPgo8L3N2Zz4=");
}
input[type=checkbox]:disabled:indeterminate::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDE0IDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDJWMEgxNFYySDBaIiBmaWxsPSIjNDQ0NDQ0Ii8+Cjwvc3ZnPg==");
  width: 12px;
  height: 2px;
}

.input-disabled {
  background-color: rgba(222, 222, 222, 0.8705882353);
}

.label-left {
  display: flex;
  align-items: center;
}

button, a.btn, select {
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid var(--border-fgcol);
}

select {
  padding: var(--input-vert-padding) 0.3em;
  appearance: auto;
}

button, a.btn {
  color: var(--btn-fgcol);
  background: var(--btn-bgcol);
  text-decoration: none;
  padding: var(--input-vert-padding) 1em;
  transition: all 0.3s ease;
}
button.icon-only, a.btn.icon-only {
  background: transparent;
  border: 0;
  padding: 0;
}
button.submit, a.btn.submit {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
button:hover, a.btn:hover {
  box-sizing: content-box;
  outline: 2px solid #555;
  background-color: #fff;
  color: #007fad;
  transition: none;
}
button:focus, a.btn:focus {
  box-sizing: border-box;
  border: 2px solid white;
  transition: none;
}
button:disabled, a.btn:disabled {
  background-color: #f4f4f4;
  color: #777;
}
button:disabled:hover, a.btn:disabled:hover {
  outline: 2px solid #ccc;
}

/* Breadcrumb trail */
.breadcrumb-trail img {
  margin-inline: 6px;
}

.breadcrumb-trail a {
  text-decoration: none;
}

table {
  /* max-width: max-content; */
  white-space: nowrap;
  font-size: 14px;
  width: 95vw;
  object-fit: contain;
}

table,
th,
td {
  border: 1.3px solid #707070;
  border-collapse: collapse;
  padding: 0.8rem;
  text-align: center;
  vertical-align: middle;
}

th {
  top: 0rem;
  background-color: #dedede;
  border: 1.5px solid #707070;
}

tr:nth-child(odd) {
  background-color: #e6f6f5;
}

td {
  margin: 0 auto;
}

.image-table td,
th,
table {
  border-style: none;
  position: none;
  color: #444444;
}

.image-table {
  width: 100%;
}

.image-table:not(:first-child) tr {
  border-top: 0.5px solid #707070;
  border-bottom: 0.5px solid #707070;
  height: 100px;
}

.image-table th,
tr {
  height: 20px;
  border-top: 0.5px solid #707070;
  border-bottom: 0.5px solid #707070;
}

.button-rotate {
  margin: 20px 30px;
  display: flex;
  justify-content: flex-end;
  gap: 1.875rem;
}

form label {
  display: inline-block;
  text-align: left;
}
form label.right {
  text-align: right;
}
form section {
  margin: 1em 0;
}

/* Toast notification styling */
.toast-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
}

.toast-error {
  background-color: #dc3545;
  color: white;
  border: none;
}

.toast-error .toast-header {
  background-color: #dc3545;
  border-bottom: none;
}

.toast-success {
  background-color: var(--secondary-reg-color);
  color: white;
  border: none;
}

.toast-success .toast-header {
  background-color: var(--secondary-reg-color);
  border-bottom: none;
}

.image-container {
  width: 100%;
  margin: 0 auto;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

svg {
  vertical-align: middle;
}

header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
header .image-container {
  max-width: 16em;
}
header .image-container > p {
  font-size: small;
  text-align: center;
}
header .image-container:first-child {
  margin-bottom: 1em;
}

main {
  margin-bottom: 2em;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
main .image-container {
  max-width: 14em;
  margin: 0;
}
main .login__intro {
  line-height: 1.6;
  margin: 0.8em 0 1.6em;
}
main .login__select {
  display: flex;
  justify-content: space-evenly;
  gap: 1em;
  margin-bottom: 1.6em;
}
main .login__select a {
  display: block;
}
main .login__select a.active {
  border: 1px solid var(--primary-reg-color);
}
main .login__select a > img {
  width: 100%;
  max-width: 10em;
  padding: 0.5em;
}
main .login__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
main .login__form-field {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  width: 50%;
}
main .login__form-field input {
  width: 100%;
}
main .login a {
  text-align: center;
  font-size: small;
}
main .login__submit {
  width: 25%;
  padding: 1.2em 0;
  margin: 1em;
}
main .login__register p {
  text-align: center;
  font-size: small;
  margin-bottom: 1em;
}
main .login__register a {
  display: block;
  text-align: center;
  padding: 0.6em;
  border: 1px solid var(--href-fgcol);
  width: fit-content;
  margin: auto;
  text-decoration: none;
}

.load-csv__table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.load-csv__table {
  width: 100%;
}
.load-csv__table-head {
  background-color: var(--thead-bgcol);
  border-top: 1px solid var(--disabled-col);
  border-bottom: 1px solid var(--disabled-col);
}
.load-csv__table-head th {
  padding: 1.3em;
  font-weight: 600;
  cursor: pointer;
}
.load-csv__table-head th .load-csv__table-head-row {
  flex-wrap: nowrap;
  gap: 0.5em;
}
.load-csv__table-body tr {
  border-top: 1px solid var(--disabled-col);
  border-bottom: 1px solid var(--disabled-col);
}
.load-csv__table-body tr:nth-child(even) {
  background-color: var(--unselected-bg-col);
}
.load-csv__table-body tr td {
  padding: 1.3em;
  text-align: center;
}
.load-csv__search-form .search {
  background-color: var(--body-bgcol);
  min-width: 20rem;
}

/* Override bootsrap-shim so we can have 6 items per row on lg+ */
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}
.button-rotate-feature, .button-cancel-save {
  margin: 1rem 2rem;
  display: flex;
  justify-content: flex-end;
  gap: 1.875rem;
}

button.rotate-clockwise, button.rotate-anticlockwise {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  gap: 0.5rem;
}
button.rotate-clockwise::after, button.rotate-anticlockwise::after {
  content: url("images/icon-rotate.svg");
  display: block;
  width: 1rem;
  height: 1rem;
}
button.rotate-anticlockwise::after {
  transform: scaleX(-1);
}

.view-images-image-wrapper {
  margin: 1.875rem 0;
}

body {
  font-family: "Source Sans 3", sans-serif;
}

.link-container {
  color: var(--secondary-reg-color);
  word-spacing: 5px;
  font-size: smaller;
}

.info-one {
  float: right;
  font-size: small;
  margin-right: 20px;
  word-spacing: 0px;
  color: var(--nav-drop-fgcol);
}

.info-two {
  padding-right: 30px;
}

.gutter > div span > a.link-style {
  text-decoration: none;
  cursor: pointer;
  color: #00857e;
}

/* CSV Viewer Container */
.csv-viewer {
  width: 90%;
  margin: 25px auto;
  padding: 20px;
  border-radius: 15px;
  height: 100%;
  background: var(--primary-back);
  overflow: auto;
  /* Fading/gradient border */
  border: 2px;
  border-image: linear-gradient(45deg, #ddd, #999, #ddd) 1;
  /* Alternative: Box shadow for softer fading effect */
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.05), 0 4px 20px rgba(0, 0, 0, 0.1);
  /* Center on all screen sizes */
}
@media (min-width: 768px) {
  .csv-viewer {
    max-width: 80%;
  }
}
@media (min-width: 1024px) {
  .csv-viewer {
    max-width: 70%;
  }
}
@media (min-width: 1200px) {
  .csv-viewer {
    max-width: 60%;
  }
}

.csv-viewer__content_header {
  font-weight: bold;
}

.csv-viewer__content {
  font-size: 12px;
  white-space: wrap;
  overflow: auto;
  height: 300px;
  resize: both;
  border: 2px solid rgb(113, 105, 105);
  margin: 10px;
  max-width: 95%;
}

.back-btn {
  float: right;
  color: var(--body-bgcol);
  background-color: #00796b;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  margin-top: 15px;
  margin-right: 50px;
}

.back-btn:hover {
  background-color: #00796b;
  color: white;
}

/** core variables **/
:root {
  --body-fgcol: black;
  --body-bgcol: white;
  --error-fgcol: #d80000;
  --error-bg-col: #faecec;
  --success-fgcol: #009000;
  --disabled-col: rgba(112, 112, 112, 0.51);
  --disabled-bg-col: #f4f4f4;
  --unselected-bg-col: #e6f6f5;
  --gutter: 10px;
  --input-bgcol: white;
  --input-vert-padding: 0.6em;
  --focus-bgcol: #dfd;
  --size-1: 1em;
  --size-2: 2em;
  --size-3: 3em;
  --size-4: 4em;
  --size-5: 5em;
  --size-6: 6em;
  --size-7: 7em;
  --size-8: 8em;
  --size-9: 9em;
  --size-10: 10em;
  --size-12: 12em;
  --size-14: 14em;
  --size-16: 16em;
  --size-18: 18em;
  --size-20: 20em;
  --size-30: 30em;
  --size-40: 40em;
  --size-50: 50em;
}

body {
  margin: 0;
  background-color: var(--primary-back);
}

a {
  color: var(--href-fgcol);
}

/* utility classes */
.gutter {
  margin: 0 var(--gutter);
}

.error {
  color: var(--error-col);
}

.success {
  color: var(--success-col);
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.centre {
  text-align: center;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}
.flex .right {
  margin-left: auto;
}
.flex .left {
  margin-right: auto;
}

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

.base {
  align-items: baseline;
}

.apart {
  justify-content: space-between;
}

.w1 {
  width: var(--size-1);
}

.w2 {
  width: var(--size-2);
}

.w3 {
  width: var(--size-3);
}

.w4 {
  width: var(--size-4);
}

.w5 {
  width: var(--size-5);
}

.w6 {
  width: var(--size-6);
}

.w7 {
  width: var(--size-7);
}

.w8 {
  width: var(--size-8);
}

.w9 {
  width: var(--size-9);
}

.w10 {
  width: var(--size-10);
}

.w12 {
  width: var(--size-12);
}

.w14 {
  width: var(--size-14);
}

.w16 {
  width: var(--size-16);
}

.w18 {
  width: var(--size-18);
}

.w20 {
  width: var(--size-20);
}

.w30 {
  width: var(--size-30);
}

.w40 {
  width: var(--size-40);
}

.w50 {
  width: var(--size-50);
}

.w100 {
  width: 100%;
}

.bold {
  font-weight: 600;
}

.bolder {
  font-weight: 900;
}

.centre {
  text-align: center;
}

.hidden {
  visibility: hidden;
}

.vw10 {
  width: 10vw;
}

.vw20 {
  width: 20vw;
}

.vw30 {
  width: 30vw;
}

.vw40 {
  width: 40vw;
}

.vw50 {
  width: 50vw;
}

.vw60 {
  width: 60vw;
}

.vw70 {
  width: 70vw;
}

.vw80 {
  width: 80vw;
  margin: 0 auto;
}

.vw90 {
  width: 90vw;
}

.vw100 {
  width: 100vw;
}

.none {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.flex-centre {
  align-items: center;
}

.flex {
  display: flex;
}

.base {
  align-items: baseline;
}

.apart {
  justify-content: space-between;
}

.w1 {
  width: var(--size-1);
}

.w2 {
  width: var(--size-2);
}

.w3 {
  width: var(--size-3);
}

.w4 {
  width: var(--size-4);
}

.w5 {
  width: var(--size-5);
}

.w6 {
  width: var(--size-6);
}

.w7 {
  width: var(--size-7);
}

.w8 {
  width: var(--size-8);
}

.w9 {
  width: var(--size-9);
}

.w10 {
  width: var(--size-10);
}

.w12 {
  width: var(--size-12);
}

.w14 {
  width: var(--size-14);
}

.w16 {
  width: var(--size-16);
}

.w18 {
  width: var(--size-18);
}

.w20 {
  width: var(--size-20);
}

.w30 {
  width: var(--size-30);
}

.w40 {
  width: var(--size-40);
}

.w50 {
  width: var(--size-50);
}

.w100 {
  width: 100%;
}

.wv50 {
  width: 50vw;
}

html {
  --btn-fgcol: white;
  --btn-bgcol: #007fad;
  --primary-reg-color: #007fad;
  --secondary-reg-color: #00857e;
  --nav-fgcol: #fff;
  --nav-bgcol: #007fad;
  --nav-height: 44px;
  --nav-hover-fgcol: white;
  --nav-hover-bgcol: #005f80;
  --nav-drop-fgcol: black;
  --nav-drop-bgcol: #eee;
  --href-fgcol: #00857e;
  --thead-bgcol: #ebebeb;
  --head-fgcol: #888;
  --border-fgcol: #444;
}

.load-csv__table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.load-csv__table {
  width: 100%;
}
.load-csv__table-head {
  background-color: var(--thead-bgcol);
  border-top: 1px solid var(--disabled-col);
  border-bottom: 1px solid var(--disabled-col);
}
.load-csv__table-head th {
  padding: 1.3em;
  font-weight: 600;
  cursor: pointer;
}
.load-csv__table-head th .load-csv__table-head-row {
  flex-wrap: nowrap;
  gap: 0.5em;
}
.load-csv__table-body tr {
  border-top: 1px solid var(--disabled-col);
  border-bottom: 1px solid var(--disabled-col);
}
.load-csv__table-body tr:nth-child(even) {
  background-color: var(--unselected-bg-col);
}
.load-csv__table-body tr td {
  padding: 1.3em;
  text-align: center;
}
.load-csv__search-form .search {
  background-color: var(--body-bgcol);
  min-width: 20rem;
}

@font-face {
  font-family: "Source Sans 3 VF";
  font-weight: 200 900;
  font-style: normal;
  font-stretch: normal;
  src: url("/assets3/fonts/WOFF2/VF/SourceSans3VF-Upright.ttf.woff2") format("woff2-variations"), url("/assets3/fonts/WOFF/VF/SourceSans3VF-Upright.ttf.woff") format("woff-variations"), url("/assets3/fonts/VF/SourceSans3VF-Upright.ttf") format("truetype-variations");
}
@font-face {
  font-family: "Source Sans 3 VF";
  font-weight: 200 900;
  font-style: italic;
  font-stretch: normal;
  src: url("/assets3/fonts/WOFF2/VF/SourceSans3VF-Italic.ttf.woff2") format("woff2-variations"), url("/assets3/fonts/WOFF/VF/SourceSans3VF-Italic.ttf.woff") format("woff-variations"), url("/assets3/fonts/VF/SourceSans3VF-Italic.ttf") format("truetype-variations");
}
:root {
  font-family: "Source Sans 3 VF", sans-serif;
}
