/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Utilities */
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%; }

.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw); }

.list-reset {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none; }

.list-inline {
  display: flex;
  flex-direction: row;
  column-gap: 0.66667em; }

html {
  box-sizing: border-box; }

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

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "PT Sans", Helvetica, sans-serif;
  color: #333333;
  background-color: white; }

h1 {
  font-size: 1.5625rem;
  line-height: 1.95312rem;
  margin: 0 0 1.25rem 0; }

h2 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin: 1.25rem 0 0.8rem 0; }

h3 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin: 1.25rem 0 0.8rem 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #21383A; }

p {
  margin: 0 0 20px 0; }

figure {
  margin: 0 0 0 0; }

img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover; }

time {
  display: block; }

table {
  width: 100%; }
  table thead {
    text-align: left; }
  table tr th[scope=col] {
    text-align: left; }
  table tr th[scope=row] {
    text-align: right; }
  table tr th, table tr td {
    padding: 5px 10px 5px 10px; }

/* Utilities */
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%; }

.list-reset {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none; }

.block {
  width: 100%;
  max-width: 1200px; }

.responsive-object {
  position: relative; }
  .responsive-object iframe, .responsive-object object, .responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Sitewide link defaults */
a:link {
  color: #21383A;
  text-decoration: underline;
  text-underline-offset: 4px; }

a:visited {
  color: #21383A;
  text-decoration: underline;
  text-underline-offset: 4px; }

a:hover {
  color: #21383A;
  background-color: #E8E316;
  text-decoration: underline; }

a:active {
  color: #21383A;
  text-decoration: underline; }

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 0 20px;
  color: white;
  background-color: #21383A; }
  header .logo {
    width: 6rem; }
    header .logo a {
      display: block; }
      header .logo a:hover {
        background-color: transparent; }
      header .logo a img {
        max-width: 100%; }

.navigation-primary {
  text-align: center;
  background-color: #e5d003;
  border-top: 1px solid #21383A;
  border-bottom: 1px solid #21383A; }

ul.navigation {
  display: flex;
  justify-content: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none; }
  ul.navigation li {
    margin-bottom: 0; }
    ul.navigation li a {
      display: block;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem;
      font-size: 1rem;
      text-decoration: none; }
      ul.navigation li a:hover {
        text-decoration: underline;
        background-color: transparent; }
    ul.navigation li.active a {
      text-decoration: underline; }

.strapline {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5625rem; }

.layout-main {
  margin: 20px 0 20px 0;
  line-height: 1.5625rem;
  display: grid;
  grid-template-columns: [full-start] 30px [main-start] 1fr [main-end] 30px [full-end];
  flex-grow: 1;
  align-content: start; }
  .layout-main > * {
    grid-column: main; }

.intro {
  font-size: 1.25rem; }

body.home .layout-main {
  margin-top: 0; }

.layout-main .figure-image.width-full {
  grid-column: full; }

/* Messages */
.messages {
  padding: 0 0 0 0;
  display: flex;
  flex-direction: column;
  list-style-type: none; }
  .messages li {
    padding: .5rem 1rem; }
    .messages li.info {
      color: #31708F;
      background-color: #D9EDF7; }
    .messages li.success {
      color: #4F8A10;
      background-color: #DFF2BF; }
    .messages li.warning {
      color: #9F6000;
      background-color: #FEEFB3; }
    .messages li.error {
      color: #D8000C;
      background-color: #ffe5e5; }

/* General */
.figure-image.width-full {
  margin-bottom: 20px; }

.figure-image img {
  display: block;
  max-width: 100%;
  margin: 1rem auto 1rem auto;
  border-width: 1px;
  border-style: solid solid solid solid;
  border-color: #333333; }

.figure-image.width-full.overlay {
  position: relative;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  display: grid;
  grid-template-columns: 1em 1fr 1em;
  grid-column-gap: 20px;
  min-height: 300px; }

.overlay .overlay-text {
  grid-column: 2;
  align-self: end;
  background-color: rgba(229, 230, 234, 0.85);
  padding: 1rem 2rem;
  margin-bottom: 1rem; }

button {
  color: #21383A;
  background-color: #E8E316;
  padding: 0 15px 0 15px;
  border: 1px solid #21383A; }
  button:hover {
    background-color: white; }
  button.small {
    font-size: 0.8rem;
    padding: 4px 10px 2px 10px; }
  button.dismiss {
    border: none;
    color: #21383A;
    background-color: #e5e6ea; }
    button.dismiss:hover {
      background-color: #828282; }
  button.danger {
    border: none;
    color: #D8000C;
    background-color: #ffe5e5; }
    button.danger:hover {
      color: #ffe5e5;
      background-color: #D8000C; }

.button a {
  display: block;
  width: 16rem;
  padding: 1rem 2rem;
  margin: 3rem auto 3rem auto;
  font-size: 1.5625rem;
  background-color: #21383A;
  border: 1px solid #21383A;
  color: white;
  border-radius: 3px; }

.button a:hover {
  text-decoration: none;
  background-color: white;
  color: #21383A; }

/* Forms */
form {
  margin: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem; }
  @media screen and (min-width: 768px) {
    form {
      flex-direction: row;
      align-items: flex-end;
      justify-content: flex-start; } }
  form p, form div {
    margin-bottom: 0; }
  form label {
    font-weight: 700;
    display: block;
    margin-bottom: 5px; }
  form input[type="text"], form select {
    border: 1px solid #828282;
    background-color: white; }
  form .input-container.checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 6px; }
    form .input-container.checkbox * {
      margin: 0 0 0 0; }
    form .input-container.checkbox label {
      font-weight: normal; }
  form .helptext {
    font-size: 1rem;
    margin-top: 0.8rem;
    display: block; }
    form .helptext ul {
      margin-bottom: 1rem;
      padding-left: 0;
      list-style-type: none; }
  form .htmx-indicator {
    display: none; }
  form .htmx-request .htmx-indicator {
    display: block;
    width: 1.95312rem;
    height: 1.95312rem; }
  form .htmx-request .htmx-indicator:after {
    content: " ";
    display: block;
    width: 1.95312rem;
    height: 1.95312rem;
    border-radius: 100%;
    border: 5px solid #31708F;
    border-color: #31708F transparent #31708F transparent;
    animation: rotating-split-ring 2s linear infinite; }

@keyframes rotating-split-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.errorlist {
  display: flex;
  flex-direction: column;
  color: #D8000C;
  background-color: #ffe5e5; }
  .errorlist li {
    padding: .5rem 1rem; }

/* Links */
.filters {
  margin: 1.25rem 0 1.5625rem 0;
  border-bottom: 1px solid #e5e6ea; }

ul.filter-list {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between; }
  ul.filter-list li a {
    display: inline-block;
    padding: 2px 5px 2px 5px;
    text-decoration: none; }
    ul.filter-list li a:hover {
      text-decoration: underline; }
  ul.filter-list li.active a {
    background-color: #e5e6ea; }

ul.links {
  display: flex;
  flex-direction: column;
  gap: 1.95312rem; }
  ul.links .link h2 {
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: 1.25rem;
    display: inline-block; }
  ul.links .link a {
    display: flex;
    flex-direction: row;
    align-items: start;
    column-gap: 1.5625rem; }
    ul.links .link a figure {
      flex: 0 0 100px; }
  ul.links .link .categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0.8rem;
    font-size: 1rem;
    margin-bottom: 0.8rem; }
    ul.links .link .categories h3 {
      margin: 0 0 0 0;
      padding: 0 0 0 0;
      font-size: 1rem;
      color: #4e4e4e; }

/* Pagination */
.pagination-count {
  text-align: center;
  margin-bottom: 0; }

.pagination {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  gap: 1rem;
  justify-content: center;
  font-size: 1.25rem;
  padding: 0 0 0 0; }
  .pagination .active a:link {
    color: #21383A;
    text-decoration: none; }

/* Footer */
.vcard .name,
.vcard,
.contact {
  display: inline; }

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 10px 20px;
  border-top: 1px solid #21383A;
  background-color: #e5d003; }
  footer .social a {
    display: block;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-size: 1rem;
    text-decoration: none; }
    footer .social a:hover {
      text-decoration: underline;
      background-color: transparent; }
  footer .social.active a {
    text-decoration: underline; }
  footer .not-by-ai {
    height: 1.95312rem; }
    footer .not-by-ai a img {
      max-width: 120px; }

@media screen and (min-width: 768px) {
  h1 {
    font-size: 1.95312rem;
    line-height: 2.44141rem; }
  h2 {
    font-size: 1.5625rem;
    line-height: 1.95312rem; }
  h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem; }
  header .logo {
    width: 10rem; }
  ul.navigation li a {
    padding: 0.75rem 1rem 0.75rem 1rem;
    font-size: 1.25rem; }
  .layout-main {
    margin: 40px 0 40px 0; }
  .layout-main,
  .figure-image.width-full.overlay {
    grid-template-columns: [full-start] 1fr [main-start col-left-start] minmax(min-content, 40ch) [col-left-end col-right-start] minmax(min-content, 40ch) [col-right-end main-end] 1fr [full-end]; }
  .figure-image.width-full {
    margin-bottom: 40px; }
  /* Links */
  ul.links .link a figure {
    flex: 0 0 150px; }
  footer .social a {
    font-size: 1.25rem; } }
