/* v1.12 - 29/10/2020 */
body {
  width: 100%;
  overflow-x: auto; /* was hidden - but this is bad for tables */
  margin: 0;
  line-height: 1.5;
  text-align: left;
}

html {
  width: 100%;
}

body,
p,
span,
div {
  font-family: museo-sans, Arial, sans-serif;
  font-weight: 300;
  color: #093e52;
  font-size: 0.875rem;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background: #b62b60;
  color: #fff;
}

::-moz-selection {
  background: #b62b60;
  color: #fff;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

main {
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p {
  margin-top: 0;
  margin-bottom: 2.25em;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-family: museo-sans, "Arial", sans-serif;
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #3174af;
  text-align: left;
  caption-side: bottom;
}

.bold,
strong {
  font-family: museo-sans, "Arial", sans-serif !important;
  font-weight: 700 !important;
}

.italic,
em {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: museo-sans, "Arial", sans-serif;
  font-weight: 700;
}

h1 {
  line-height: 3.5rem;
  font-size: 2rem;
  color: #093e52;
}

h2 {
  line-height: 2.75rem;
  font-size: 1.5rem;
  color: #3174af;
}

h3 {
  line-height: 2rem;
  font-size: 1.25rem;
  color: #093e52;
}

h4 {
  line-height: 1.5rem;
  font-size: 1.125rem;
  color: #3174af;
}

h5 {
  line-height: 1.25rem;
  font-size: 1rem;
  color: #093e52;
}

h6 {
  line-height: 1.25rem;
  font-size: 1rem;
  color: #093e52;
  font-family: museo-sans, "Arial", sans-serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  h1 {
    line-height: 2.5rem;
    font-size: 1.5rem;
  }
  h2 {
    line-height: 2rem;
    font-size: 1.25rem;
  }
  h3,
  h4 {
    line-height: 1.5rem;
    font-size: 1rem;
  }
}
a {
  font-family: museo-sans, "Arial", sans-serif;
  font-weight: 300;
  color: #3174af;
  font-size: 0.875rem;
  text-decoration: none;
  border-bottom: 1px solid #3174af;
}

a:hover {
  color: #004d85;
  border-bottom: 2px solid #004d85;
  text-decoration: none;
}

a:focus {
  box-shadow: 0 0 0 3pt #2c93e2;
  outline: none;
  border-bottom: 2px;
}

.img-link,
.img-link:hover {
  border-bottom: 0;
}

li {
  padding: 0 0 0.25rem 1rem;
}

ol {
  padding-left: 2rem;
}

ol li {
  padding-left: 0;
}

table {
  border-collapse: collapse;
  margin-bottom: 1rem;
}

th {
  text-align: inherit;
  position: relative;
}

td,
th[scope="row"] {
  border: none;
  padding: 0.5rem 0.5rem;
  word-wrap: break-word;
}

table caption {
  font-size: 1rem;
  margin: 0.5em 0 0.25em;
  caption-side: top;
  color: #3174af;
}

@media screen and (max-width: 992px) {
  /* change this breakpoint if required - ideally JavaScript should calculate this
  to discover when width of table > viewport width */
  table {
    width: 100%;
  }
  table caption {
    font-size: 1.3rem;
  }
  table:not(.not-responsive):not(.ui-datepicker-calendar) thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table:not(.not-responsive):not(.ui-datepicker-calendar) tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #d2e1e4;
    box-shadow: 0px 1px 6px rgba(9, 62, 82, 0.35);
  }
  table:not(.not-responsive):not(.ui-datepicker-calendar) td,
  table:not(.not-responsive) th[scope="row"] {
    border-bottom: 1px solid #d2e1e4;
    display: block;
    font-size: 0.8rem;
    text-align: right;
  }
  table .actions button {
    min-width: 60%;
  }
  table:not(.not-responsive):not(.ui-datepicker-calendar) td::before,
  table:not(.not-responsive) th[scope="row"]::before {
    content: attr(data-label);
    float: left;
    font-family: museo-sans, "Arial", sans-serif;
    font-weight: 700;
    color: #093e52;
  }
  table:not(.not-responsive):not(.ui-datepicker-calendar) td:last-child {
    border-bottom: 0;
  }
  table:not(.not-responsive):not(.ui-datepicker-calendar) input {
    display: inline-block;
  }
}
p {
  color: #093e52;
  font-size: 0.875rem;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: 16px;
}

.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 550px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 745px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1450px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-xl {
  max-width: 1800px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

input[disabled] {
  background-color: #d2e1e4;
  border-color: #849ea8;
  color: #849ea8;
}

input[disabled]::placeholder {
  color: #849ea8;
}

footer {
  background-color: #fff;
  border-top: 3px solid #d2e1e4;
  padding: 1rem;
  position: relative;
  margin-top: -2rem;
  clear: both;
  width: 100%;
}

.icon-md,
.icon,
.icon-md:before {
  font-size: 1.25rem;
}

.icon-sm,
.icon-sm:before {
  font-size: 0.875rem;
}

.icon-lg,
.icon-lg:before {
  font-size: 1.5rem;
}

.icon-xl,
.icon-xl:before {
  font-size: 2rem;
}

label + .icon {
  display: inline-block;
}

.inset-text {
  padding: 0.5rem 1rem;
  border-left: 6px solid #3174af;
}

.inset-text::before {
  content: " [highlight start] ";
}

.inset-text::after {
  content: " [highlight end] ";
}

/* Hide the text created in the CSS content property */
.inset-text::before,
.inset-text::after {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.body-lead {
  font-size: 1.25rem;
}

.body-small {
  font-size: 0.75rem;
}

.jumbotron {
  background-color: #f6f8f9;
  border-radius: 0;
}

.bg-light {
  background-color: #f6f8f9;
}

textarea {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  box-sizing: border-box;
  padding-left: 10px;
  min-height: 44px;
  font-size: 1rem;
  font-family: museo-sans, "Arial", sans-serif;
  font-weight: 300;
  color: #093e52;
  border: 1px solid #7591a9;
  margin-right: 0rem;
  line-height: 24px;
  overflow: auto;
  resize: vertical;
  background-color: #fff;
  margin-bottom: 1rem;
  max-width: 300px;
}

textarea:focus {
  box-shadow: 0 0 0 3pt #2c93e2;
  border: 2px solid #093e52;
  outline: 0;
}

.form-label,
label {
  font-family: museo-sans, "Arial", sans-serif;
  font-weight: 700;
  color: #093e52;
  font-size: 1rem;
  display: inline-block;
  line-height: 2rem;
}

input {
  font-family: museo-sans, "Arial", sans-serif;
  font-weight: 300;
  box-sizing: border-box;
  padding-left: 10px;
  min-height: 44px;
  font-size: 1rem;
  color: #093e52;
  border-radius: 0px;
  border: 1px solid #7591a9;
  margin-right: 0rem;
  background-color: #fff;
  margin-bottom: 1rem;
  max-width: 300px;
}

input:focus {
  box-shadow: 0 0 0 3pt #2c93e2;
  border: 2px solid #093e52;
  outline: 0;
}

input[text],
.input-text {
  width: 100%;
  display: flex;
}

.body-content {
  padding-bottom: 180px;
  min-height: calc(100% - 50px);
}

.header-content {
  height: 3.5em;
  position: relative;
  vertical-align: middle;
  display: flex;
}

.display-1 {
  font-size: 9rem;
  font-family: museo-sans, "Arial", sans-serif;
  font-weight: 700;
}

.display-2 {
  font-size: 7rem;
  font-family: museo-sans, "Arial", sans-serif;
  font-weight: 700;
}

.display-3 {
  font-size: 5rem;
  font-family: museo-sans, "Arial", sans-serif;
  font-weight: 700;
}

@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
    font-family: museo-sans, "Arial", sans-serif;
    font-weight: 700;
  }
  .display-2 {
    font-size: 5rem;
    font-family: museo-sans, "Arial", sans-serif;
    font-weight: 700;
  }
  .display-3 {
    font-size: 3rem;
    font-family: museo-sans, "Arial", sans-serif;
    font-weight: 700;
  }
}
.secondary-colour,
.secondary-colour:before {
  color: #3174af;
}

.tertiary-colour,
.tertiary-colour:before {
  color: #367f8c;
}

.accent-1,
.accent-1:before {
  color: #b62b60;
}

.accent-2,
.accent-2:before {
  color: #f1614e;
}

.accent-3,
.accent-3:before {
  color: #fbb040;
}

.accent-4,
.accent-4:before {
  color: #8ccfb7;
}

.accent-5,
.accent-5:before {
  color: #764897;
}

button:hover {
  cursor: pointer;
}

::-webkit-inner-spin-button {
  display: none;
}

select {
  font-family: museo-sans, "Arial", sans-serif;
  font-weight: 300;
  box-sizing: border-box;
  padding-left: 10px;
  min-height: 44px;
  font-size: 1rem;
  color: #093e52;
  border-radius: 0px;
  border: 1px solid #7591a9;
  margin-right: 0rem;
  background-color: #fff;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  margin-bottom: 1rem;
  line-height: 40px;
}

select::-ms-expand {
  display: none;
}

select:focus {
  box-shadow: 0 0 0 3pt #2c93e2;
  border: 2px solid #093e52;
  outline: 0;
}

select[disabled] {
  background-color: #d2e1e4;
  border-color: #849ea8;
  color: #849ea8;
}

select[disabled]::placeholder {
  color: #849ea8;
}

input[readonly] {
  border: 0;
  border-bottom: 1px solid #d2e1e4;
  background-color: transparent;
}

input[readonly]:focus {
  background-color: #f6f8f9;
  box-shadow: none;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d2e1e4;
}

select[readonly] {
  border: 0;
  border-bottom: 1px solid #d2e1e4;
  background-color: transparent;
}

select[disabled][readonly] {
  color: #093e52;
}

select[readonly]:focus {
  background-color: #f6f8f9;
  box-shadow: none;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d2e1e4;
}

textarea[readonly] {
  border: 0;
  border-bottom: 1px solid #d2e1e4;
  background-color: transparent;
}

textarea[readonly]:focus {
  background-color: #f6f8f9;
  box-shadow: none;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d2e1e4;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 1rem 0 0 0;
}

fieldset legend {
  font-family: museo-sans, "Arial", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1rem;
}

fieldset.not-valid {
  border: 0;
  border-left: 3px solid #a92131;
  padding-left: 1.5rem;
  margin-top: -30px;
  position: relative;
}

fieldset.not-valid legend {
  padding-top: 30px;
}

select[readonly] option {
  display: none;
  box-shadow: none;
  outline: none;
}

input[readonly] + .checkmark,
input[readonly] + .radio-checkmark {
  border: 0;
  border-bottom: 1px solid #d2e1e4;
  background-color: transparent;
}

input[readonly]:focus + .checkmark,
input[readonly]:focus + .radio-checkmark {
  border-color: #d2e1e4;
  background-color: #f6f8f9;
  box-shadow: none;
  outline: none;
}

/* Mode testing */
.bg-light {
  background-color: #f6f8f9 !important;
}

.homepage-card .card-image {
  background-color: #fff !important;
}

/*# sourceMappingURL=base.css.map */
