/* Layout variables */
/* Colour variables */
body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  line-height: 1.5;
  text-align: left;
}

html {
  width: 100%;
}

body, p, span, div {
  font-family: 'Museo Sans 300', 'Arial', sans-serif;
  font-weight: 300;
  color: #093E52;
  font-size: 0.875rem;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #B62B60;
  color: #fff;
}

::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 {
  -webkit-box-sizing: content-box;
          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 700', 'Arial', sans-serif;
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.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 700', 'Arial', sans-serif;
  font-weight: 700;
}

.italic, em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Museo Sans 700', 'Arial', sans-serif;
  font-weight: 700;
  font-weight: normal;
}

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 300', '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 300', '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 {
  -webkit-box-shadow: 0 0 0 3pt #2C93E2;
          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: .5em 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;
    -webkit-box-shadow: 0px 1px 6px rgba(9, 62, 82, 0.35);
            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: .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 700', '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 {
  font-family: 'Museo Sans 300', 'Arial', sans-serif;
  font-weight: 300;
  color: #093E52;
  font-size: 0.875rem;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: 16px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding: 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]::-webkit-input-placeholder {
  color: #849EA8;
}

input[disabled]:-ms-input-placeholder {
  color: #849EA8;
}

input[disabled]::-ms-input-placeholder {
  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 {
  -webkit-clip-path: inset(100%);
          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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  min-height: 44px;
  font-size: 1rem;
  font-family: 'Museo Sans 300', '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 {
  -webkit-box-shadow: 0 0 0 3pt #2C93E2;
          box-shadow: 0 0 0 3pt #2C93E2;
  border: 2px solid #093E52;
  outline: 0;
}

.form-label, label {
  font-family: 'Museo Sans 700', 'Arial', sans-serif;
  font-weight: 700;
  color: #093E52;
  font-size: 1rem;
  display: inline-block;
  line-height: 2rem;
}

input {
  font-family: 'Museo Sans 300', 'Arial', sans-serif;
  font-weight: 300;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-shadow: 0 0 0 3pt #2C93E2;
          box-shadow: 0 0 0 3pt #2C93E2;
  border: 2px solid #093E52;
  outline: 0;
}

input[text], .input-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.body-content {
  padding-bottom: 180px;
  min-height: calc(100% - 50px);
}

.header-content {
  height: 56px;
  position: relative;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.display-1 {
  font-size: 9rem;
  font-family: 'Museo Sans 700', 'Arial', sans-serif;
  font-weight: 700;
}

.display-2 {
  font-size: 7rem;
  font-family: 'Museo Sans 700', 'Arial', sans-serif;
  font-weight: 700;
}

.display-3 {
  font-size: 5rem;
  font-family: 'Museo Sans 700', 'Arial', sans-serif;
  font-weight: 700;
}

@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
    font-family: 'Museo Sans 700', 'Arial', sans-serif;
    font-weight: 700;
  }
  .display-2 {
    font-size: 5rem;
    font-family: 'Museo Sans 700', 'Arial', sans-serif;
    font-weight: 700;
  }
  .display-3 {
    font-size: 3rem;
    font-family: 'Museo Sans 700', '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 300', 'Arial', sans-serif;
  font-weight: 300;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-shadow: 0 0 0 3pt #2C93E2;
          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]::-webkit-input-placeholder {
  color: #849EA8;
}

select[disabled]:-ms-input-placeholder {
  color: #849EA8;
}

select[disabled]::-ms-input-placeholder {
  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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          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 700', 'Arial', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1rem;
}

select[readonly] option {
  display: none;
  -webkit-box-shadow: 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;
  -webkit-box-shadow: none;
          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 */