@import url(../fonts/Avenir%20Next/AvenirNext-Regular-min.css);
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.wrapper {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300; }

.inner {
  width: 80%;
  max-width: 1000px;
  margin: auto; }

a {
  color: inherit; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.huge {
  font-size: 60px; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-content: start;
          align-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.header {
  background: #A3278B;
  background-image: url("../img/banner.png");
  background-repeat: no-repeat;
  /* fallback */
  background-size: cover;
  background-position: 160px 50%;
  height: 280px; }
  .header .inner {
    padding-top: 90px;
    height: 100%; }
  .header h1 {
    font-size: 36px;
    color: white;
    margin: 0;
    line-height: 46px; }
  .header p {
    color: white;
    max-width: 200px; }

.intro {
  padding: 30px 0; }
  .intro h2 {
    color: #A3278B;
    margin-top: 30px; }
  .intro .quote {
    color: #A3278B; }
  .intro .quote > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 10px; }

.section1 {
  padding: 30px 0;
  background: #0A2357; }
  .section1 h2 {
    color: #FFC200; }
  .section1 b {
    color: #FFC200; }
  .section1 p {
    color: white; }
  .section1 img {
    width: 100%;
    max-width: 100px; }
  .section1 .facts > * {
    width: 150px;
    margin: 20px; }

.section2 {
  padding: 30px 0;
  background-color: #C3EDFD; }
  .section2 h2 {
    color: #0A2357; }
  .section2 p {
    color: #4B4B4B; }
  .section2 button {
    color: #A3278B;
    border: 2px solid #A3278B;
    border-radius: 25px;
    background-color: transparent; }
  .section2 .active, .section2 .btn:hover {
    color: white;
    background-color: #A3278B; }
  .section2 button:focus {
    outline: 0; }
  .section2 .buttons {
    width: 100%;
    margin-bottom: 30px; }
  .section2 .flex {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch; }
  .section2 .buttons > * {
    margin: 4px;
    padding: 8px; }
  .section2 .container {
    border-radius: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 300px;
            flex: 1 300px; }
  .section2 .map-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
    .section2 .map-container img {
      max-height: 500px; }
  .section2 .table-container {
    border-radius: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100px;
            flex: 1 100px; }
  .section2 table {
    margin: auto;
    max-width: 260px;
    color: #0A2357;
    border-collapse: separate;
    border-spacing: 0 10px; }
    .section2 table tr {
      border: none; }
      .section2 table tr :first-child {
        width: 150px;
        border-radius: 25px 0  0 25px;
        padding-left: 20px; }
      .section2 table tr :last-child {
        text-align: center;
        width: 110px;
        font-weight: bold;
        padding: 0 10px;
        border-radius: 0 25px 25px 0; }
      .section2 table tr td {
        background-color: white;
        padding: 2px; }
      .section2 table tr .colour1 {
        background-color: #F7686A; }
      .section2 table tr .colour2 {
        background-color: #FA8671; }
      .section2 table tr .colour3 {
        background-color: #FA9B74; }
      .section2 table tr .colour4 {
        background-color: #FCAB77; }
      .section2 table tr .colour5 {
        background-color: #FCB078; }
      .section2 table tr .colour6 {
        background-color: #FDB77A; }
      .section2 table tr .colour7 {
        background-color: #FDC77D; }
      .section2 table tr .colour8 {
        background-color: #FFE784; }
      .section2 table tr .colour9 {
        background-color: #FFEA84; }
      .section2 table tr .colour10 {
        background-color: #D0DD81; }
      .section2 table tr .colour11 {
        background-color: #D0DD81; }
      .section2 table tr .colour12 {
        background-color: #C0D780; }
      .section2 table tr .colour13 {
        background-color: #B9D67E; }
      .section2 table tr .colour14 {
        background-color: #B6D67E; }
      .section2 table tr .colour15 {
        background-color: #A1D07D; }
      .section2 table tr .colour16 {
        background-color: #76C37B; }
      .section2 table tr .colour17 {
        background-color: #63BD7A; }

.section3 {
  padding: 30px 0; }
  .section3 h2, .section3 .lies {
    color: #A3278B; }
  .section3 img {
    width: 100%;
    max-width: 80px; }
  .section3 .lies > * {
    width: 300px;
    margin: 16px;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .section3 .lies .flex img {
    margin-right: 10px; }

.footer {
  padding: 30px 0;
  background: #0A2357;
  color: white;
  vertical-align: middle; }

@media only screen and (min-width: 390px) {
  .header {
    background-position: 170px 50%; } }

@media only screen and (min-width: 520px) {
  .header {
    background-size: contain;
    background-position: 170px 50%; }
  .container, .table-container {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 30px;
    margin: 10px; } }

@media only screen and (min-width: 570px) {
  .intro .quote {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap; } }

@media only screen and (min-width: 720px) {
  .header {
    background-position: center right; } }

@media only screen and (min-width: 850px) {
  .header h1 {
    font-size: 48px;
    color: white;
    margin: 0; }
  .header p {
    color: white;
    font-size: 20px;
    max-width: 400px; } }

@media only screen and (min-width: 1160px) {
  .header-wrapper {
    width: 80%;
    height: 100%;
    max-width: 1000px;
    margin: auto;
    background-image: url("../img/banner.png");
    background-repeat: no-repeat;
    /* fallback */
    background-position: center right;
    background-size: contain; }
  .header {
    background-image: -webkit-linear-gradient(left, #A3278B 50%, #A3278B 80%, #861A71 80%, #861A71 100%);
    background-image: linear-gradient(to right, #A3278B 50%, #A3278B 80%, #861A71 80%, #861A71 100%); }
    .header .inner {
      margin: 0; } }

@media only screen and (min-width: 1660px) {
  .header {
    background-image: -webkit-linear-gradient(315deg, #A3278B 0%, #A3278B 60%, #861A71 60%, #861A71 100%);
    background-image: linear-gradient(135deg, #A3278B 0%, #A3278B 60%, #861A71 60%, #861A71 100%); } }
