.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 70px;
    border-top: 1px solid #f5f5f5;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    color: #000;
    font-family: Arial, sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

    .footer .copyright {
      font-weight: bold;
      font-size: 14px;
    }

    .footer .link {
      color: #000;
      text-decoration: none;
    }

    .footer .link:hover {
        color: #666;
      }
  .emailImage {
    display: inline-block;
    width: 109px;
    height: 16px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTUycHgiIGhlaWdodD0iMjJweCIgdmlld0JveD0iMCAwIDE1MiAyMyI+PHRleHQgc3R5bGU9ImZpbGw6ICMxOTRmYWQ7Zm9udC1mYW1pbHk6QXJpYWw7Zm9udC1zaXplOjIwcHg7IiB4PSIwIiB5PSIxNyIgaWQ9ImUxX3RleHRlIj5pbmZvQG5ld3ppdC5jb208L3RleHQ+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 109px 16px;
    background-position: center;
    vertical-align: middle;
  }
  .noscript-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }
  .noscript-message::after {
      display: block;
      content: 'This website requires Javascript to be enabled';
      font-size: 24px;
      font-family: Arial, sans-serif;
      text-align: center;
    }
  @media (max-width: 767px) {
    .footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 32px;
    }

      .footer .link {
        display: block;
        margin-top: 24px;
      }
  }
  @media (min-width: 768px) {
    .noscript-message {
      position: fixed;
      top: 0;
    }

    .page {
      min-height: calc(100vh - 70px);
    }

    .footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 70px;
    }

      .footer .copyright {
        margin-right: 24px;
      }
        .footer .link:not(:first-of-type) {
          margin-left: 8px;
          padding-left: 8px;
          border-left: 1px solid #000;
        }
  }

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .siteLogo {
    width: auto;
    max-width: 600px;
    display: block;
    text-indent: -9999px;
    height: 150px;
    background-image: url(/static/2.1.5/f9bdf18d644a8defb6b00cc69e2a5d55.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    background-position: center;
  }
  a[data-gdpr-settings-link] {
    cursor: pointer;
    text-decoration: none;
    color: #194fad;
    font-weight: bold;
  }
  /* stylelint-disable */
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1264px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1264px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 1264px),
    only screen and (min-resolution: 192dpi) and (min-width: 1264px),
    only screen and (min-resolution: 2dppx) and (min-width: 1264px) {
    .siteLogo {
      background-image: url(/static/2.1.5/ce6896bd7bc29583c86cda4b4889eda7.jpg);
    }
  }
  /* stylelint-enable */
  .button {
    width: 160px;
    height: 40px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    background: none;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #585858;
    color: #fff;
  }
  .button.refresh {
      padding-left: 32px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBmaWxsPSIjRkZGIiBkPSJNOSAxMy41Yy0yLjQ5IDAtNC41LTIuMDEtNC41LTQuNVM2LjUxIDQuNSA5IDQuNWMxLjI0IDAgMi4zNi41MiAzLjE3IDEuMzNMMTAgOGg1VjNsLTEuNzYgMS43NkMxMi4xNSAzLjY4IDEwLjY2IDMgOSAzIDUuNjkgMyAzLjAxIDUuNjkgMy4wMSA5UzUuNjkgMTUgOSAxNWMyLjk3IDAgNS40My0yLjE2IDUuOS01aC0xLjUyYy0uNDYgMi0yLjI0IDMuNS00LjM4IDMuNXoiLz48L3N2Zz4=);
      background-size: 18px 18px;
      background-repeat: no-repeat;
      background-position: left 32px center;
      background-color: #e9124c;
    }
  .button.refresh:hover {
        background-color: #f03e6e;
      }
  .button.home {
      padding-left: 36px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE4IDE1Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4IDguODg5bC0zLjM3NS0zLjMzM3YtNWgtMi4yNXYyLjc3N0w5IDAgMCA4Ljg4OXYuNTU1aDIuMjVWMTVoNS42MjV2LTMuMzMzaDIuMjVWMTVoNS42MjVWOS40NDRIMThWOC44OXoiLz4KPC9zdmc+Cg==);
      background-size: 18px 15px;
      background-repeat: no-repeat;
      background-position: left 32px center;
      background-color: #0002ff;
    }
  .button.home:hover {
        background-color: #0001e5;
      }
  .siteName {
    font-size: 74px;
    font-weight: bold;
    color: #585858;
    margin-top: 60px;
    margin-bottom: 32px;
    display: block;
    text-decoration: none;
  }
  .pageTitle {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 32px;
  }
  .subHeading {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .subHeading > i {
      width: 40px;
      font-style: normal;
    }
  .numberedList, .letteredList {
    margin: 0;
    margin-top: 16px;
  }
  .numberedList li, .letteredList li {
      margin-top: 8px;
    }
  .letteredList {
    list-style-type: lower-alpha;
  }
  .index .subHeading {
      text-decoration: underline;
      font-size: 20px;
    }
  .index li {
      font-weight: bold;
    }
  .point {
    margin-top: 16px;
  }
  .point .text.offset {
      margin-top: 16px;
    }
  .numberedSection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
    -webkit-box-align: top;
    -webkit-align-items: top;
        -ms-flex-align: top;
            align-items: top;
    font-size: 14px;
    line-height: 1.5;
  }
  .numberedSection > div:first-of-type {
      width: 40px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
    }
  @media (max-width: 767px) {
  .numberedSection {
      display: block
  }
    }
  @media (min-width: 768px) {
      .numberedSection.offset {
        padding-left: 40px;
      }
    }
  .text {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
  }
  .text:not(:first-of-type) {
      margin-top: 24px;
    }
  .text.strong {
      font-weight: bold;
    }
  .text.blue {
      color: #2c70ba;
    }
  .text.bullet::before {
        display: inline;
        content: '•';
        padding-right: 16px;
      }
  @media (min-width: 768px) {
      .text.offset {
        padding-left: 40px;
      }
    }
  .list {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    margin-top: 20px;
    padding-left: 40px;
  }
  .list.spaced > li:not(:first-child) {
          margin-top: 20px;
        }
  @media (min-width: 768px) {
      .list.offset {
        margin-left: 40px;
      }
    }
  .table {
    margin-top: 20px;
    width: 100%;
  }
  .table th, .table td {
      min-height: 40px;
      padding: 10px;
      vertical-align: top;
      font-size: 14px;
    }
  @media (max-width: 767px) {
  .table th, .table td {
        font-size: 12px;
        padding: 6px
    }

        .table th br, .table td br {
          margin: 2px 0;
        }
      }
  .table th {
      background: #999;
      font-weight: bold;
    }
  .table td {
      background: #eee;
    }
  .infoPage {
    max-width: 632px;
    text-align: left;
    padding: 0 16px 64px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .infoPage .button {
      margin-top: 50px;
    }
  @media (min-width: 768px) {
  .infoPage {
      width: 632px
  }
    }
  @media (max-width: 767px) {
  .infoPage {
      max-width: 100%
  }
    }
  .link {
    text-decoration: none;
    color: #194fad;
  }
  .errorPage {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    min-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 16px 64px;
  }
  .errorPage .siteName {
      font-size: 94px;
      margin-bottom: 48px;
      margin-top: 116px;
      width: 100%;
    }
  .errorPage .pageTitle {
      margin-bottom: 24px;
    }
  .errorPage .description {
      font-size: 20px;
      margin: 0;
      line-height: 1.25;
      margin-bottom: 64px;
    }
  .errorPage .button {
      margin-bottom: 10px;
    }


/*# sourceMappingURL=footerPages.css.map*/