@charset "UTF-8";
:root {
  --color: #267cb9;
  --contrast-color: black;
}

.bg-theme {
  background: #666666;
  color: white;
  --bg-color: #666666;
  --contrast-color: white;
}

.bg-colour__666666 {
  color: white;
}

.clr-theme {
  --color: #666666;
  --color-light: rgba(102, 102, 102, 0.5);
  --contrast-color: white;
}

.clr-theme a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #666666 0%, #666666 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-theme a:focus, .clr-theme a:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-theme .accordion .ui-state-active .icon--toggle {
  color: #666666;
}

.clr-theme .accordion.is-highlighted {
  background-color: rgba(102, 102, 102, 0.5);
  color: white;
}

.clr-theme .text.is-highlighted {
  background-color: #666666;
  color: white;
}

.clr-theme .text.is-highlighted a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, white 0%, white 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-theme .text.is-highlighted a:focus, .clr-theme .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #666666;
}

.clr-theme .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #666666, inset -20px -20px #666666;
          box-shadow: inset 20px 20px #666666, inset -20px -20px #666666;
}

.clr-theme .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #666666;
}

.clr-theme hr {
  color: #666666;
}

.clr-theme blockquote {
  border-color: #666666;
}

.clr-theme.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #666666, inset -15px -15px #666666;
          box-shadow: inset 15px 15px #666666, inset -15px -15px #666666;
}

.clr-theme.tile .tile__img {
  border: 1px solid #666666;
}

.clr-theme.tile.is-link .tile-title span {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #666666 0%, #666666 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-theme.tile.is-link .tile-title span:focus, .clr-theme.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-theme.tile.is-link:hover .tile-title span {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #666666 0%, #666666 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: white;
}

.clr-theme.tile.is-link:hover .tile-title span:focus, .clr-theme.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-theme.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #666666 0%, #666666 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-theme.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-theme.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: white;
}

.bg-primary {
  background: #267cb9;
  color: black;
  --bg-color: #267cb9;
  --contrast-color: black;
}

.bg-colour__267cb9 {
  color: black;
}

.clr-primary {
  --color: #267cb9;
  --color-light: rgba(38, 124, 185, 0.5);
  --contrast-color: black;
}

.clr-primary a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #267cb9 0%, #267cb9 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-primary a:focus, .clr-primary a:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-primary .accordion .ui-state-active .icon--toggle {
  color: #267cb9;
}

.clr-primary .accordion.is-highlighted {
  background-color: rgba(38, 124, 185, 0.5);
  color: black;
}

.clr-primary .text.is-highlighted {
  background-color: #267cb9;
  color: black;
}

.clr-primary .text.is-highlighted a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-primary .text.is-highlighted a:focus, .clr-primary .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #267cb9;
}

.clr-primary .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #267cb9, inset -20px -20px #267cb9;
          box-shadow: inset 20px 20px #267cb9, inset -20px -20px #267cb9;
}

.clr-primary .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #267cb9;
}

.clr-primary hr {
  color: #267cb9;
}

.clr-primary blockquote {
  border-color: #267cb9;
}

.clr-primary.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #267cb9, inset -15px -15px #267cb9;
          box-shadow: inset 15px 15px #267cb9, inset -15px -15px #267cb9;
}

.clr-primary.tile .tile__img {
  border: 1px solid #267cb9;
}

.clr-primary.tile.is-link .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #267cb9 0%, #267cb9 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-primary.tile.is-link .tile-title span:focus, .clr-primary.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-primary.tile.is-link:hover .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #267cb9 0%, #267cb9 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: black;
}

.clr-primary.tile.is-link:hover .tile-title span:focus, .clr-primary.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-primary.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #267cb9 0%, #267cb9 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-primary.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-primary.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: black;
}

.bg-primary--light {
  background: #87bfe6;
  color: black;
  --bg-color: #87bfe6;
  --contrast-color: black;
}

.bg-colour__87bfe6 {
  color: black;
}

.clr-primary--light {
  --color: #87bfe6;
  --color-light: rgba(135, 191, 230, 0.5);
  --contrast-color: black;
}

.clr-primary--light a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #87bfe6 0%, #87bfe6 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-primary--light a:focus, .clr-primary--light a:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-primary--light .accordion .ui-state-active .icon--toggle {
  color: #87bfe6;
}

.clr-primary--light .accordion.is-highlighted {
  background-color: rgba(135, 191, 230, 0.5);
  color: black;
}

.clr-primary--light .text.is-highlighted {
  background-color: #87bfe6;
  color: black;
}

.clr-primary--light .text.is-highlighted a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-primary--light .text.is-highlighted a:focus, .clr-primary--light .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #87bfe6;
}

.clr-primary--light .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #87bfe6, inset -20px -20px #87bfe6;
          box-shadow: inset 20px 20px #87bfe6, inset -20px -20px #87bfe6;
}

.clr-primary--light .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #87bfe6;
}

.clr-primary--light hr {
  color: #87bfe6;
}

.clr-primary--light blockquote {
  border-color: #87bfe6;
}

.clr-primary--light.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #87bfe6, inset -15px -15px #87bfe6;
          box-shadow: inset 15px 15px #87bfe6, inset -15px -15px #87bfe6;
}

.clr-primary--light.tile .tile__img {
  border: 1px solid #87bfe6;
}

.clr-primary--light.tile.is-link .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #87bfe6 0%, #87bfe6 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-primary--light.tile.is-link .tile-title span:focus, .clr-primary--light.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-primary--light.tile.is-link:hover .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #87bfe6 0%, #87bfe6 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: black;
}

.clr-primary--light.tile.is-link:hover .tile-title span:focus, .clr-primary--light.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-primary--light.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #87bfe6 0%, #87bfe6 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-primary--light.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-primary--light.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: black;
}

.bg-primary--dark {
  background: #10354f;
  color: white;
  --bg-color: #10354f;
  --contrast-color: white;
}

.bg-colour__10354f {
  color: white;
}

.clr-primary--dark {
  --color: #10354f;
  --color-light: rgba(16, 53, 79, 0.5);
  --contrast-color: white;
}

.clr-primary--dark a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #10354f 0%, #10354f 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-primary--dark a:focus, .clr-primary--dark a:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-primary--dark .accordion .ui-state-active .icon--toggle {
  color: #10354f;
}

.clr-primary--dark .accordion.is-highlighted {
  background-color: rgba(16, 53, 79, 0.5);
  color: white;
}

.clr-primary--dark .text.is-highlighted {
  background-color: #10354f;
  color: white;
}

.clr-primary--dark .text.is-highlighted a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, white 0%, white 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-primary--dark .text.is-highlighted a:focus, .clr-primary--dark .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #10354f;
}

.clr-primary--dark .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #10354f, inset -20px -20px #10354f;
          box-shadow: inset 20px 20px #10354f, inset -20px -20px #10354f;
}

.clr-primary--dark .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #10354f;
}

.clr-primary--dark hr {
  color: #10354f;
}

.clr-primary--dark blockquote {
  border-color: #10354f;
}

.clr-primary--dark.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #10354f, inset -15px -15px #10354f;
          box-shadow: inset 15px 15px #10354f, inset -15px -15px #10354f;
}

.clr-primary--dark.tile .tile__img {
  border: 1px solid #10354f;
}

.clr-primary--dark.tile.is-link .tile-title span {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #10354f 0%, #10354f 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-primary--dark.tile.is-link .tile-title span:focus, .clr-primary--dark.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-primary--dark.tile.is-link:hover .tile-title span {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #10354f 0%, #10354f 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: white;
}

.clr-primary--dark.tile.is-link:hover .tile-title span:focus, .clr-primary--dark.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-primary--dark.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #10354f 0%, #10354f 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-primary--dark.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-primary--dark.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: white;
}

.bg-secondary {
  background: #d24634;
  color: black;
  --bg-color: #d24634;
  --contrast-color: black;
}

.bg-colour__d24634 {
  color: black;
}

.clr-secondary {
  --color: #d24634;
  --color-light: rgba(210, 70, 52, 0.5);
  --contrast-color: black;
}

.clr-secondary a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #d24634 0%, #d24634 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-secondary a:focus, .clr-secondary a:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-secondary .accordion .ui-state-active .icon--toggle {
  color: #d24634;
}

.clr-secondary .accordion.is-highlighted {
  background-color: rgba(210, 70, 52, 0.5);
  color: black;
}

.clr-secondary .text.is-highlighted {
  background-color: #d24634;
  color: black;
}

.clr-secondary .text.is-highlighted a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-secondary .text.is-highlighted a:focus, .clr-secondary .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #d24634;
}

.clr-secondary .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #d24634, inset -20px -20px #d24634;
          box-shadow: inset 20px 20px #d24634, inset -20px -20px #d24634;
}

.clr-secondary .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #d24634;
}

.clr-secondary hr {
  color: #d24634;
}

.clr-secondary blockquote {
  border-color: #d24634;
}

.clr-secondary.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #d24634, inset -15px -15px #d24634;
          box-shadow: inset 15px 15px #d24634, inset -15px -15px #d24634;
}

.clr-secondary.tile .tile__img {
  border: 1px solid #d24634;
}

.clr-secondary.tile.is-link .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #d24634 0%, #d24634 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-secondary.tile.is-link .tile-title span:focus, .clr-secondary.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-secondary.tile.is-link:hover .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #d24634 0%, #d24634 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: black;
}

.clr-secondary.tile.is-link:hover .tile-title span:focus, .clr-secondary.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-secondary.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #d24634 0%, #d24634 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-secondary.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-secondary.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: black;
}

.bg-secondary--light {
  background: #e07f73;
  color: black;
  --bg-color: #e07f73;
  --contrast-color: black;
}

.bg-colour__e07f73 {
  color: black;
}

.clr-secondary--light {
  --color: #e07f73;
  --color-light: rgba(224, 127, 115, 0.5);
  --contrast-color: black;
}

.clr-secondary--light a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #e07f73 0%, #e07f73 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-secondary--light a:focus, .clr-secondary--light a:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-secondary--light .accordion .ui-state-active .icon--toggle {
  color: #e07f73;
}

.clr-secondary--light .accordion.is-highlighted {
  background-color: rgba(224, 127, 115, 0.5);
  color: black;
}

.clr-secondary--light .text.is-highlighted {
  background-color: #e07f73;
  color: black;
}

.clr-secondary--light .text.is-highlighted a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-secondary--light .text.is-highlighted a:focus, .clr-secondary--light .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #e07f73;
}

.clr-secondary--light .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #e07f73, inset -20px -20px #e07f73;
          box-shadow: inset 20px 20px #e07f73, inset -20px -20px #e07f73;
}

.clr-secondary--light .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #e07f73;
}

.clr-secondary--light hr {
  color: #e07f73;
}

.clr-secondary--light blockquote {
  border-color: #e07f73;
}

.clr-secondary--light.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #e07f73, inset -15px -15px #e07f73;
          box-shadow: inset 15px 15px #e07f73, inset -15px -15px #e07f73;
}

.clr-secondary--light.tile .tile__img {
  border: 1px solid #e07f73;
}

.clr-secondary--light.tile.is-link .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #e07f73 0%, #e07f73 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-secondary--light.tile.is-link .tile-title span:focus, .clr-secondary--light.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-secondary--light.tile.is-link:hover .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #e07f73 0%, #e07f73 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: black;
}

.clr-secondary--light.tile.is-link:hover .tile-title span:focus, .clr-secondary--light.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-secondary--light.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #e07f73 0%, #e07f73 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-secondary--light.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-secondary--light.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: black;
}

.bg-secondary--dark {
  background: #982f22;
  color: white;
  --bg-color: #982f22;
  --contrast-color: white;
}

.bg-colour__982f22 {
  color: white;
}

.clr-secondary--dark {
  --color: #982f22;
  --color-light: rgba(152, 47, 34, 0.5);
  --contrast-color: white;
}

.clr-secondary--dark a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #982f22 0%, #982f22 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-secondary--dark a:focus, .clr-secondary--dark a:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-secondary--dark .accordion .ui-state-active .icon--toggle {
  color: #982f22;
}

.clr-secondary--dark .accordion.is-highlighted {
  background-color: rgba(152, 47, 34, 0.5);
  color: white;
}

.clr-secondary--dark .text.is-highlighted {
  background-color: #982f22;
  color: white;
}

.clr-secondary--dark .text.is-highlighted a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, white 0%, white 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-secondary--dark .text.is-highlighted a:focus, .clr-secondary--dark .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #982f22;
}

.clr-secondary--dark .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #982f22, inset -20px -20px #982f22;
          box-shadow: inset 20px 20px #982f22, inset -20px -20px #982f22;
}

.clr-secondary--dark .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #982f22;
}

.clr-secondary--dark hr {
  color: #982f22;
}

.clr-secondary--dark blockquote {
  border-color: #982f22;
}

.clr-secondary--dark.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #982f22, inset -15px -15px #982f22;
          box-shadow: inset 15px 15px #982f22, inset -15px -15px #982f22;
}

.clr-secondary--dark.tile .tile__img {
  border: 1px solid #982f22;
}

.clr-secondary--dark.tile.is-link .tile-title span {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #982f22 0%, #982f22 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-secondary--dark.tile.is-link .tile-title span:focus, .clr-secondary--dark.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-secondary--dark.tile.is-link:hover .tile-title span {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #982f22 0%, #982f22 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: white;
}

.clr-secondary--dark.tile.is-link:hover .tile-title span:focus, .clr-secondary--dark.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-secondary--dark.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #982f22 0%, #982f22 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-secondary--dark.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-secondary--dark.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: white;
}

.bg-tertiary {
  background: #5fbb71;
  color: black;
  --bg-color: #5fbb71;
  --contrast-color: black;
}

.bg-colour__5fbb71 {
  color: black;
}

.clr-tertiary {
  --color: #5fbb71;
  --color-light: rgba(95, 187, 113, 0.5);
  --contrast-color: black;
}

.clr-tertiary a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #5fbb71 0%, #5fbb71 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-tertiary a:focus, .clr-tertiary a:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-tertiary .accordion .ui-state-active .icon--toggle {
  color: #5fbb71;
}

.clr-tertiary .accordion.is-highlighted {
  background-color: rgba(95, 187, 113, 0.5);
  color: black;
}

.clr-tertiary .text.is-highlighted {
  background-color: #5fbb71;
  color: black;
}

.clr-tertiary .text.is-highlighted a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-tertiary .text.is-highlighted a:focus, .clr-tertiary .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #5fbb71;
}

.clr-tertiary .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #5fbb71, inset -20px -20px #5fbb71;
          box-shadow: inset 20px 20px #5fbb71, inset -20px -20px #5fbb71;
}

.clr-tertiary .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #5fbb71;
}

.clr-tertiary hr {
  color: #5fbb71;
}

.clr-tertiary blockquote {
  border-color: #5fbb71;
}

.clr-tertiary.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #5fbb71, inset -15px -15px #5fbb71;
          box-shadow: inset 15px 15px #5fbb71, inset -15px -15px #5fbb71;
}

.clr-tertiary.tile .tile__img {
  border: 1px solid #5fbb71;
}

.clr-tertiary.tile.is-link .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #5fbb71 0%, #5fbb71 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-tertiary.tile.is-link .tile-title span:focus, .clr-tertiary.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-tertiary.tile.is-link:hover .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #5fbb71 0%, #5fbb71 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: black;
}

.clr-tertiary.tile.is-link:hover .tile-title span:focus, .clr-tertiary.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-tertiary.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #5fbb71 0%, #5fbb71 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-tertiary.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-tertiary.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: black;
}

.bg-tertiary--light {
  background: #95d2a1;
  color: black;
  --bg-color: #95d2a1;
  --contrast-color: black;
}

.bg-colour__95d2a1 {
  color: black;
}

.clr-tertiary--light {
  --color: #95d2a1;
  --color-light: rgba(149, 210, 161, 0.5);
  --contrast-color: black;
}

.clr-tertiary--light a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #95d2a1 0%, #95d2a1 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-tertiary--light a:focus, .clr-tertiary--light a:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-tertiary--light .accordion .ui-state-active .icon--toggle {
  color: #95d2a1;
}

.clr-tertiary--light .accordion.is-highlighted {
  background-color: rgba(149, 210, 161, 0.5);
  color: black;
}

.clr-tertiary--light .text.is-highlighted {
  background-color: #95d2a1;
  color: black;
}

.clr-tertiary--light .text.is-highlighted a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-tertiary--light .text.is-highlighted a:focus, .clr-tertiary--light .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #95d2a1;
}

.clr-tertiary--light .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #95d2a1, inset -20px -20px #95d2a1;
          box-shadow: inset 20px 20px #95d2a1, inset -20px -20px #95d2a1;
}

.clr-tertiary--light .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #95d2a1;
}

.clr-tertiary--light hr {
  color: #95d2a1;
}

.clr-tertiary--light blockquote {
  border-color: #95d2a1;
}

.clr-tertiary--light.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #95d2a1, inset -15px -15px #95d2a1;
          box-shadow: inset 15px 15px #95d2a1, inset -15px -15px #95d2a1;
}

.clr-tertiary--light.tile .tile__img {
  border: 1px solid #95d2a1;
}

.clr-tertiary--light.tile.is-link .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #95d2a1 0%, #95d2a1 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-tertiary--light.tile.is-link .tile-title span:focus, .clr-tertiary--light.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-tertiary--light.tile.is-link:hover .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #95d2a1 0%, #95d2a1 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: black;
}

.clr-tertiary--light.tile.is-link:hover .tile-title span:focus, .clr-tertiary--light.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-tertiary--light.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #95d2a1 0%, #95d2a1 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-tertiary--light.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-tertiary--light.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: black;
}

.bg-tertiary--dark {
  background: #3d904e;
  color: black;
  --bg-color: #3d904e;
  --contrast-color: black;
}

.bg-colour__3d904e {
  color: black;
}

.clr-tertiary--dark {
  --color: #3d904e;
  --color-light: rgba(61, 144, 78, 0.5);
  --contrast-color: black;
}

.clr-tertiary--dark a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #3d904e 0%, #3d904e 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-tertiary--dark a:focus, .clr-tertiary--dark a:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-tertiary--dark .accordion .ui-state-active .icon--toggle {
  color: #3d904e;
}

.clr-tertiary--dark .accordion.is-highlighted {
  background-color: rgba(61, 144, 78, 0.5);
  color: black;
}

.clr-tertiary--dark .text.is-highlighted {
  background-color: #3d904e;
  color: black;
}

.clr-tertiary--dark .text.is-highlighted a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-tertiary--dark .text.is-highlighted a:focus, .clr-tertiary--dark .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #3d904e;
}

.clr-tertiary--dark .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #3d904e, inset -20px -20px #3d904e;
          box-shadow: inset 20px 20px #3d904e, inset -20px -20px #3d904e;
}

.clr-tertiary--dark .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #3d904e;
}

.clr-tertiary--dark hr {
  color: #3d904e;
}

.clr-tertiary--dark blockquote {
  border-color: #3d904e;
}

.clr-tertiary--dark.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #3d904e, inset -15px -15px #3d904e;
          box-shadow: inset 15px 15px #3d904e, inset -15px -15px #3d904e;
}

.clr-tertiary--dark.tile .tile__img {
  border: 1px solid #3d904e;
}

.clr-tertiary--dark.tile.is-link .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #3d904e 0%, #3d904e 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-tertiary--dark.tile.is-link .tile-title span:focus, .clr-tertiary--dark.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-tertiary--dark.tile.is-link:hover .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #3d904e 0%, #3d904e 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: black;
}

.clr-tertiary--dark.tile.is-link:hover .tile-title span:focus, .clr-tertiary--dark.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-tertiary--dark.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #3d904e 0%, #3d904e 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-tertiary--dark.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-tertiary--dark.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: black;
}

.bg-quaternary {
  background: #f1bb3b;
  color: black;
  --bg-color: #f1bb3b;
  --contrast-color: black;
}

.bg-colour__f1bb3b {
  color: black;
}

.clr-quaternary {
  --color: #f1bb3b;
  --color-light: rgba(241, 187, 59, 0.5);
  --contrast-color: black;
}

.clr-quaternary a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #f1bb3b 0%, #f1bb3b 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-quaternary a:focus, .clr-quaternary a:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-quaternary .accordion .ui-state-active .icon--toggle {
  color: #f1bb3b;
}

.clr-quaternary .accordion.is-highlighted {
  background-color: rgba(241, 187, 59, 0.5);
  color: black;
}

.clr-quaternary .text.is-highlighted {
  background-color: #f1bb3b;
  color: black;
}

.clr-quaternary .text.is-highlighted a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-quaternary .text.is-highlighted a:focus, .clr-quaternary .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #f1bb3b;
}

.clr-quaternary .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #f1bb3b, inset -20px -20px #f1bb3b;
          box-shadow: inset 20px 20px #f1bb3b, inset -20px -20px #f1bb3b;
}

.clr-quaternary .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #f1bb3b;
}

.clr-quaternary hr {
  color: #f1bb3b;
}

.clr-quaternary blockquote {
  border-color: #f1bb3b;
}

.clr-quaternary.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #f1bb3b, inset -15px -15px #f1bb3b;
          box-shadow: inset 15px 15px #f1bb3b, inset -15px -15px #f1bb3b;
}

.clr-quaternary.tile .tile__img {
  border: 1px solid #f1bb3b;
}

.clr-quaternary.tile.is-link .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #f1bb3b 0%, #f1bb3b 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-quaternary.tile.is-link .tile-title span:focus, .clr-quaternary.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-quaternary.tile.is-link:hover .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #f1bb3b 0%, #f1bb3b 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: black;
}

.clr-quaternary.tile.is-link:hover .tile-title span:focus, .clr-quaternary.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-quaternary.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #f1bb3b 0%, #f1bb3b 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-quaternary.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-quaternary.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: black;
}

.bg-quaternary--light {
  background: #f8dc9a;
  color: black;
  --bg-color: #f8dc9a;
  --contrast-color: black;
}

.bg-colour__f8dc9a {
  color: black;
}

.clr-quaternary--light {
  --color: #f8dc9a;
  --color-light: rgba(248, 220, 154, 0.5);
  --contrast-color: black;
}

.clr-quaternary--light a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #f8dc9a 0%, #f8dc9a 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-quaternary--light a:focus, .clr-quaternary--light a:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-quaternary--light .accordion .ui-state-active .icon--toggle {
  color: #f8dc9a;
}

.clr-quaternary--light .accordion.is-highlighted {
  background-color: rgba(248, 220, 154, 0.5);
  color: black;
}

.clr-quaternary--light .text.is-highlighted {
  background-color: #f8dc9a;
  color: black;
}

.clr-quaternary--light .text.is-highlighted a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-quaternary--light .text.is-highlighted a:focus, .clr-quaternary--light .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #f8dc9a;
}

.clr-quaternary--light .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #f8dc9a, inset -20px -20px #f8dc9a;
          box-shadow: inset 20px 20px #f8dc9a, inset -20px -20px #f8dc9a;
}

.clr-quaternary--light .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #f8dc9a;
}

.clr-quaternary--light hr {
  color: #f8dc9a;
}

.clr-quaternary--light blockquote {
  border-color: #f8dc9a;
}

.clr-quaternary--light.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #f8dc9a, inset -15px -15px #f8dc9a;
          box-shadow: inset 15px 15px #f8dc9a, inset -15px -15px #f8dc9a;
}

.clr-quaternary--light.tile .tile__img {
  border: 1px solid #f8dc9a;
}

.clr-quaternary--light.tile.is-link .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #f8dc9a 0%, #f8dc9a 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-quaternary--light.tile.is-link .tile-title span:focus, .clr-quaternary--light.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-quaternary--light.tile.is-link:hover .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #f8dc9a 0%, #f8dc9a 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: black;
}

.clr-quaternary--light.tile.is-link:hover .tile-title span:focus, .clr-quaternary--light.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-quaternary--light.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #f8dc9a 0%, #f8dc9a 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-quaternary--light.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-quaternary--light.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: black;
}

.bg-quaternary--dark {
  background: #d1970f;
  color: black;
  --bg-color: #d1970f;
  --contrast-color: black;
}

.bg-colour__d1970f {
  color: black;
}

.clr-quaternary--dark {
  --color: #d1970f;
  --color-light: rgba(209, 151, 15, 0.5);
  --contrast-color: black;
}

.clr-quaternary--dark a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #d1970f 0%, #d1970f 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-quaternary--dark a:focus, .clr-quaternary--dark a:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-quaternary--dark .accordion .ui-state-active .icon--toggle {
  color: #d1970f;
}

.clr-quaternary--dark .accordion.is-highlighted {
  background-color: rgba(209, 151, 15, 0.5);
  color: black;
}

.clr-quaternary--dark .text.is-highlighted {
  background-color: #d1970f;
  color: black;
}

.clr-quaternary--dark .text.is-highlighted a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-quaternary--dark .text.is-highlighted a:focus, .clr-quaternary--dark .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #d1970f;
}

.clr-quaternary--dark .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #d1970f, inset -20px -20px #d1970f;
          box-shadow: inset 20px 20px #d1970f, inset -20px -20px #d1970f;
}

.clr-quaternary--dark .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #d1970f;
}

.clr-quaternary--dark hr {
  color: #d1970f;
}

.clr-quaternary--dark blockquote {
  border-color: #d1970f;
}

.clr-quaternary--dark.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #d1970f, inset -15px -15px #d1970f;
          box-shadow: inset 15px 15px #d1970f, inset -15px -15px #d1970f;
}

.clr-quaternary--dark.tile .tile__img {
  border: 1px solid #d1970f;
}

.clr-quaternary--dark.tile.is-link .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #d1970f 0%, #d1970f 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-quaternary--dark.tile.is-link .tile-title span:focus, .clr-quaternary--dark.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-quaternary--dark.tile.is-link:hover .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #d1970f 0%, #d1970f 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: black;
}

.clr-quaternary--dark.tile.is-link:hover .tile-title span:focus, .clr-quaternary--dark.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-quaternary--dark.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #d1970f 0%, #d1970f 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-quaternary--dark.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-quaternary--dark.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: black;
}

.bg-white {
  background: white;
  color: black;
  --bg-color: white;
  --contrast-color: black;
}

.bg-colour__white {
  color: black;
}

.clr-white {
  --color: white;
  --color-light: rgba(255, 255, 255, 0.5);
  --contrast-color: black;
}

.clr-white a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, white 0%, white 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-white a:focus, .clr-white a:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-white .accordion .ui-state-active .icon--toggle {
  color: white;
}

.clr-white .accordion.is-highlighted {
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
}

.clr-white .text.is-highlighted {
  background-color: white;
  color: black;
}

.clr-white .text.is-highlighted a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-white .text.is-highlighted a:focus, .clr-white .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-white .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px white, inset -20px -20px white;
          box-shadow: inset 20px 20px white, inset -20px -20px white;
}

.clr-white .image-with-text.has-border .image-with-text__image img {
  border: 1px solid white;
}

.clr-white hr {
  color: white;
}

.clr-white blockquote {
  border-color: white;
}

.clr-white.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px white, inset -15px -15px white;
          box-shadow: inset 15px 15px white, inset -15px -15px white;
}

.clr-white.tile .tile__img {
  border: 1px solid white;
}

.clr-white.tile.is-link .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, white 0%, white 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-white.tile.is-link .tile-title span:focus, .clr-white.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-white.tile.is-link:hover .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, white 0%, white 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: black;
}

.clr-white.tile.is-link:hover .tile-title span:focus, .clr-white.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-white.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, white 0%, white 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-white.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-white.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: black;
}

.bg-grey {
  background: #7a7a7a;
  color: black;
  --bg-color: #7a7a7a;
  --contrast-color: black;
}

.bg-colour__7a7a7a {
  color: black;
}

.clr-grey {
  --color: #7a7a7a;
  --color-light: rgba(122, 122, 122, 0.5);
  --contrast-color: black;
}

.clr-grey a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #7a7a7a 0%, #7a7a7a 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey a:focus, .clr-grey a:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-grey .accordion .ui-state-active .icon--toggle {
  color: #7a7a7a;
}

.clr-grey .accordion.is-highlighted {
  background-color: rgba(122, 122, 122, 0.5);
  color: black;
}

.clr-grey .text.is-highlighted {
  background-color: #7a7a7a;
  color: black;
}

.clr-grey .text.is-highlighted a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey .text.is-highlighted a:focus, .clr-grey .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #7a7a7a;
}

.clr-grey .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #7a7a7a, inset -20px -20px #7a7a7a;
          box-shadow: inset 20px 20px #7a7a7a, inset -20px -20px #7a7a7a;
}

.clr-grey .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #7a7a7a;
}

.clr-grey hr {
  color: #7a7a7a;
}

.clr-grey blockquote {
  border-color: #7a7a7a;
}

.clr-grey.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #7a7a7a, inset -15px -15px #7a7a7a;
          box-shadow: inset 15px 15px #7a7a7a, inset -15px -15px #7a7a7a;
}

.clr-grey.tile .tile__img {
  border: 1px solid #7a7a7a;
}

.clr-grey.tile.is-link .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #7a7a7a 0%, #7a7a7a 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey.tile.is-link .tile-title span:focus, .clr-grey.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-grey.tile.is-link:hover .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #7a7a7a 0%, #7a7a7a 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: black;
}

.clr-grey.tile.is-link:hover .tile-title span:focus, .clr-grey.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-grey.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #7a7a7a 0%, #7a7a7a 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-grey.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: black;
}

.bg-grey--lightest {
  background: #e3e3e3;
  color: black;
  --bg-color: #e3e3e3;
  --contrast-color: black;
}

.bg-colour__e3e3e3 {
  color: black;
}

.clr-grey--lightest {
  --color: #e3e3e3;
  --color-light: rgba(227, 227, 227, 0.5);
  --contrast-color: black;
}

.clr-grey--lightest a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #e3e3e3 0%, #e3e3e3 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--lightest a:focus, .clr-grey--lightest a:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-grey--lightest .accordion .ui-state-active .icon--toggle {
  color: #e3e3e3;
}

.clr-grey--lightest .accordion.is-highlighted {
  background-color: rgba(227, 227, 227, 0.5);
  color: black;
}

.clr-grey--lightest .text.is-highlighted {
  background-color: #e3e3e3;
  color: black;
}

.clr-grey--lightest .text.is-highlighted a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--lightest .text.is-highlighted a:focus, .clr-grey--lightest .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #e3e3e3;
}

.clr-grey--lightest .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #e3e3e3, inset -20px -20px #e3e3e3;
          box-shadow: inset 20px 20px #e3e3e3, inset -20px -20px #e3e3e3;
}

.clr-grey--lightest .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #e3e3e3;
}

.clr-grey--lightest hr {
  color: #e3e3e3;
}

.clr-grey--lightest blockquote {
  border-color: #e3e3e3;
}

.clr-grey--lightest.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #e3e3e3, inset -15px -15px #e3e3e3;
          box-shadow: inset 15px 15px #e3e3e3, inset -15px -15px #e3e3e3;
}

.clr-grey--lightest.tile .tile__img {
  border: 1px solid #e3e3e3;
}

.clr-grey--lightest.tile.is-link .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #e3e3e3 0%, #e3e3e3 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--lightest.tile.is-link .tile-title span:focus, .clr-grey--lightest.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-grey--lightest.tile.is-link:hover .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #e3e3e3 0%, #e3e3e3 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: black;
}

.clr-grey--lightest.tile.is-link:hover .tile-title span:focus, .clr-grey--lightest.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-grey--lightest.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #e3e3e3 0%, #e3e3e3 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--lightest.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-grey--lightest.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: black;
}

.bg-grey--lighter {
  background: #cccccc;
  color: black;
  --bg-color: #cccccc;
  --contrast-color: black;
}

.bg-colour__cccccc {
  color: black;
}

.clr-grey--lighter {
  --color: #cccccc;
  --color-light: rgba(204, 204, 204, 0.5);
  --contrast-color: black;
}

.clr-grey--lighter a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #cccccc 0%, #cccccc 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--lighter a:focus, .clr-grey--lighter a:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-grey--lighter .accordion .ui-state-active .icon--toggle {
  color: #cccccc;
}

.clr-grey--lighter .accordion.is-highlighted {
  background-color: rgba(204, 204, 204, 0.5);
  color: black;
}

.clr-grey--lighter .text.is-highlighted {
  background-color: #cccccc;
  color: black;
}

.clr-grey--lighter .text.is-highlighted a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--lighter .text.is-highlighted a:focus, .clr-grey--lighter .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #cccccc;
}

.clr-grey--lighter .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #cccccc, inset -20px -20px #cccccc;
          box-shadow: inset 20px 20px #cccccc, inset -20px -20px #cccccc;
}

.clr-grey--lighter .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #cccccc;
}

.clr-grey--lighter hr {
  color: #cccccc;
}

.clr-grey--lighter blockquote {
  border-color: #cccccc;
}

.clr-grey--lighter.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #cccccc, inset -15px -15px #cccccc;
          box-shadow: inset 15px 15px #cccccc, inset -15px -15px #cccccc;
}

.clr-grey--lighter.tile .tile__img {
  border: 1px solid #cccccc;
}

.clr-grey--lighter.tile.is-link .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #cccccc 0%, #cccccc 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--lighter.tile.is-link .tile-title span:focus, .clr-grey--lighter.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-grey--lighter.tile.is-link:hover .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #cccccc 0%, #cccccc 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: black;
}

.clr-grey--lighter.tile.is-link:hover .tile-title span:focus, .clr-grey--lighter.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-grey--lighter.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #cccccc 0%, #cccccc 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--lighter.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-grey--lighter.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: black;
}

.bg-grey--light {
  background: #999999;
  color: black;
  --bg-color: #999999;
  --contrast-color: black;
}

.bg-colour__999999 {
  color: black;
}

.clr-grey--light {
  --color: #999999;
  --color-light: rgba(153, 153, 153, 0.5);
  --contrast-color: black;
}

.clr-grey--light a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #999999 0%, #999999 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--light a:focus, .clr-grey--light a:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-grey--light .accordion .ui-state-active .icon--toggle {
  color: #999999;
}

.clr-grey--light .accordion.is-highlighted {
  background-color: rgba(153, 153, 153, 0.5);
  color: black;
}

.clr-grey--light .text.is-highlighted {
  background-color: #999999;
  color: black;
}

.clr-grey--light .text.is-highlighted a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--light .text.is-highlighted a:focus, .clr-grey--light .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #999999;
}

.clr-grey--light .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #999999, inset -20px -20px #999999;
          box-shadow: inset 20px 20px #999999, inset -20px -20px #999999;
}

.clr-grey--light .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #999999;
}

.clr-grey--light hr {
  color: #999999;
}

.clr-grey--light blockquote {
  border-color: #999999;
}

.clr-grey--light.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #999999, inset -15px -15px #999999;
          box-shadow: inset 15px 15px #999999, inset -15px -15px #999999;
}

.clr-grey--light.tile .tile__img {
  border: 1px solid #999999;
}

.clr-grey--light.tile.is-link .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #999999 0%, #999999 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--light.tile.is-link .tile-title span:focus, .clr-grey--light.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-grey--light.tile.is-link:hover .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #999999 0%, #999999 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: black;
}

.clr-grey--light.tile.is-link:hover .tile-title span:focus, .clr-grey--light.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-grey--light.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #999999 0%, #999999 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--light.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-grey--light.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: black;
}

.bg-grey--dark {
  background: #666666;
  color: white;
  --bg-color: #666666;
  --contrast-color: white;
}

.bg-colour__666666 {
  color: white;
}

.clr-grey--dark {
  --color: #666666;
  --color-light: rgba(102, 102, 102, 0.5);
  --contrast-color: white;
}

.clr-grey--dark a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #666666 0%, #666666 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--dark a:focus, .clr-grey--dark a:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-grey--dark .accordion .ui-state-active .icon--toggle {
  color: #666666;
}

.clr-grey--dark .accordion.is-highlighted {
  background-color: rgba(102, 102, 102, 0.5);
  color: white;
}

.clr-grey--dark .text.is-highlighted {
  background-color: #666666;
  color: white;
}

.clr-grey--dark .text.is-highlighted a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, white 0%, white 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--dark .text.is-highlighted a:focus, .clr-grey--dark .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #666666;
}

.clr-grey--dark .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #666666, inset -20px -20px #666666;
          box-shadow: inset 20px 20px #666666, inset -20px -20px #666666;
}

.clr-grey--dark .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #666666;
}

.clr-grey--dark hr {
  color: #666666;
}

.clr-grey--dark blockquote {
  border-color: #666666;
}

.clr-grey--dark.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #666666, inset -15px -15px #666666;
          box-shadow: inset 15px 15px #666666, inset -15px -15px #666666;
}

.clr-grey--dark.tile .tile__img {
  border: 1px solid #666666;
}

.clr-grey--dark.tile.is-link .tile-title span {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #666666 0%, #666666 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--dark.tile.is-link .tile-title span:focus, .clr-grey--dark.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-grey--dark.tile.is-link:hover .tile-title span {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #666666 0%, #666666 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: white;
}

.clr-grey--dark.tile.is-link:hover .tile-title span:focus, .clr-grey--dark.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-grey--dark.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #666666 0%, #666666 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--dark.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-grey--dark.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: white;
}

.bg-grey--darker {
  background: #333333;
  color: white;
  --bg-color: #333333;
  --contrast-color: white;
}

.bg-colour__333333 {
  color: white;
}

.clr-grey--darker {
  --color: #333333;
  --color-light: rgba(51, 51, 51, 0.5);
  --contrast-color: white;
}

.clr-grey--darker a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #333333 0%, #333333 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--darker a:focus, .clr-grey--darker a:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-grey--darker .accordion .ui-state-active .icon--toggle {
  color: #333333;
}

.clr-grey--darker .accordion.is-highlighted {
  background-color: rgba(51, 51, 51, 0.5);
  color: white;
}

.clr-grey--darker .text.is-highlighted {
  background-color: #333333;
  color: white;
}

.clr-grey--darker .text.is-highlighted a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, white 0%, white 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--darker .text.is-highlighted a:focus, .clr-grey--darker .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #333333;
}

.clr-grey--darker .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #333333, inset -20px -20px #333333;
          box-shadow: inset 20px 20px #333333, inset -20px -20px #333333;
}

.clr-grey--darker .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #333333;
}

.clr-grey--darker hr {
  color: #333333;
}

.clr-grey--darker blockquote {
  border-color: #333333;
}

.clr-grey--darker.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #333333, inset -15px -15px #333333;
          box-shadow: inset 15px 15px #333333, inset -15px -15px #333333;
}

.clr-grey--darker.tile .tile__img {
  border: 1px solid #333333;
}

.clr-grey--darker.tile.is-link .tile-title span {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #333333 0%, #333333 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--darker.tile.is-link .tile-title span:focus, .clr-grey--darker.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-grey--darker.tile.is-link:hover .tile-title span {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #333333 0%, #333333 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: white;
}

.clr-grey--darker.tile.is-link:hover .tile-title span:focus, .clr-grey--darker.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-grey--darker.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #333333 0%, #333333 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--darker.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-grey--darker.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: white;
}

.bg-grey--darkest {
  background: #292929;
  color: white;
  --bg-color: #292929;
  --contrast-color: white;
}

.bg-colour__292929 {
  color: white;
}

.clr-grey--darkest {
  --color: #292929;
  --color-light: rgba(41, 41, 41, 0.5);
  --contrast-color: white;
}

.clr-grey--darkest a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #292929 0%, #292929 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--darkest a:focus, .clr-grey--darkest a:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-grey--darkest .accordion .ui-state-active .icon--toggle {
  color: #292929;
}

.clr-grey--darkest .accordion.is-highlighted {
  background-color: rgba(41, 41, 41, 0.5);
  color: white;
}

.clr-grey--darkest .text.is-highlighted {
  background-color: #292929;
  color: white;
}

.clr-grey--darkest .text.is-highlighted a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, white 0%, white 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--darkest .text.is-highlighted a:focus, .clr-grey--darkest .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: #292929;
}

.clr-grey--darkest .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #292929, inset -20px -20px #292929;
          box-shadow: inset 20px 20px #292929, inset -20px -20px #292929;
}

.clr-grey--darkest .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #292929;
}

.clr-grey--darkest hr {
  color: #292929;
}

.clr-grey--darkest blockquote {
  border-color: #292929;
}

.clr-grey--darkest.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px #292929, inset -15px -15px #292929;
          box-shadow: inset 15px 15px #292929, inset -15px -15px #292929;
}

.clr-grey--darkest.tile .tile__img {
  border: 1px solid #292929;
}

.clr-grey--darkest.tile.is-link .tile-title span {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #292929 0%, #292929 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--darkest.tile.is-link .tile-title span:focus, .clr-grey--darkest.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-grey--darkest.tile.is-link:hover .tile-title span {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #292929 0%, #292929 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: white;
}

.clr-grey--darkest.tile.is-link:hover .tile-title span:focus, .clr-grey--darkest.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-grey--darkest.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #292929 0%, #292929 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-grey--darkest.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-grey--darkest.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: white;
}

.bg-black {
  background: black;
  color: white;
  --bg-color: black;
  --contrast-color: white;
}

.bg-colour__black {
  color: white;
}

.clr-black {
  --color: black;
  --color-light: rgba(0, 0, 0, 0.5);
  --contrast-color: white;
}

.clr-black a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-black a:focus, .clr-black a:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-black .accordion .ui-state-active .icon--toggle {
  color: black;
}

.clr-black .accordion.is-highlighted {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

.clr-black .text.is-highlighted {
  background-color: black;
  color: white;
}

.clr-black .text.is-highlighted a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, white 0%, white 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-black .text.is-highlighted a:focus, .clr-black .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: black;
}

.clr-black .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px black, inset -20px -20px black;
          box-shadow: inset 20px 20px black, inset -20px -20px black;
}

.clr-black .image-with-text.has-border .image-with-text__image img {
  border: 1px solid black;
}

.clr-black hr {
  color: black;
}

.clr-black blockquote {
  border-color: black;
}

.clr-black.tile .tile__image {
  -webkit-box-shadow: inset 15px 15px black, inset -15px -15px black;
          box-shadow: inset 15px 15px black, inset -15px -15px black;
}

.clr-black.tile .tile__img {
  border: 1px solid black;
}

.clr-black.tile.is-link .tile-title span {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-black.tile.is-link .tile-title span:focus, .clr-black.tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-black.tile.is-link:hover .tile-title span {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: white;
}

.clr-black.tile.is-link:hover .tile-title span:focus, .clr-black.tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: white;
}

.clr-black.tile.is-link.tile.small .field--name-field-p-tile-link a {
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, black 0%, black 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.clr-black.tile.is-link.tile.small .field--name-field-p-tile-link a:focus, .clr-black.tile.is-link.tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: white;
}

.demo-transition.transition-opacity {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.demo-transition.transition-move:after {
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}

/**
 * Breakpoint Configuration
 * @see https://github.com/Team-Sass/breakpoint/wiki
 *
 * Usage:
 * display: none; // hidden for mobile
 * @include breakpoint($bp--small-up) {
 *   display: block; // shown above 400
 * }
 */
.layout-container {
  position: relative;
}

.layout-contained {
  margin: auto;
  max-width: 1170px;
}

.layout-contained--medium {
  margin: auto;
  max-width: 960px;
}

.layout-contained--small {
  margin: auto;
  max-width: 768px;
}

.grid-demo {
  counter-reset: grid-item;
}

.grid-demo > * {
  counter-increment: grid-item;
}

.grid-demo > *:after {
  content: counter(grid-item);
  margin-left: 3px;
}

.grid-demo > *:nth-child(odd) {
  border: dashed 1px red;
}

.grid-demo > *:nth-child(even) {
  border: dashed 1px orange;
}

.smart-grid > * {
  margin-bottom: 1rem;
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="2"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-small="2"] > * {
    margin-bottom: 42px;
    width: calc(50% - (42px / 2));
  }
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="3"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-small="3"] > * {
    margin-bottom: 42px;
    width: calc(33.33333% - (42px / 2));
  }
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="4"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-small="4"] > * {
    margin-bottom: 42px;
    width: calc(25% - (42px / 2));
  }
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="5"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-small="5"] > * {
    margin-bottom: 42px;
    width: calc(20% - (42px / 2));
  }
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="6"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-small="6"] > * {
    margin-bottom: 42px;
    width: calc(16.66667% - (42px / 2));
  }
}

@media (min-width: 640px) {
  .smart-grid[data-row-items-medium="2"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-medium="2"] > * {
    margin-bottom: 42px;
    width: calc(50% - (42px / 2));
  }
}

@media (min-width: 640px) {
  .smart-grid[data-row-items-medium="3"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-medium="3"] > * {
    margin-bottom: 42px;
    width: calc(33.33333% - (42px / 2));
  }
}

@media (min-width: 640px) {
  .smart-grid[data-row-items-medium="4"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-medium="4"] > * {
    margin-bottom: 42px;
    width: calc(25% - (42px / 2));
  }
}

@media (min-width: 640px) {
  .smart-grid[data-row-items-medium="5"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-medium="5"] > * {
    margin-bottom: 42px;
    width: calc(20% - (42px / 2));
  }
}

@media (min-width: 640px) {
  .smart-grid[data-row-items-medium="6"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-medium="6"] > * {
    margin-bottom: 42px;
    width: calc(16.66667% - (42px / 2));
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-large="2"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-large="2"] > * {
    margin-bottom: 42px;
    width: calc(50% - (42px / 2));
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-large="3"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-large="3"] > * {
    margin-bottom: 42px;
    width: calc(33.33333% - (42px / 2));
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-large="4"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-large="4"] > * {
    margin-bottom: 42px;
    width: calc(25% - (42px / 2));
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-large="5"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-large="5"] > * {
    margin-bottom: 42px;
    width: calc(20% - (42px / 2));
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-large="6"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-large="6"] > * {
    margin-bottom: 42px;
    width: calc(16.66667% - (42px / 2));
  }
}

@media (min-width: 960px) {
  .smart-grid[data-row-items-xlarge="2"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-xlarge="2"] > * {
    margin-bottom: 42px;
    width: calc(50% - (42px / 2));
  }
}

@media (min-width: 960px) {
  .smart-grid[data-row-items-xlarge="3"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-xlarge="3"] > * {
    margin-bottom: 42px;
    width: calc(33.33333% - (42px / 2));
  }
}

@media (min-width: 960px) {
  .smart-grid[data-row-items-xlarge="4"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-xlarge="4"] > * {
    margin-bottom: 42px;
    width: calc(25% - (42px / 2));
  }
}

@media (min-width: 960px) {
  .smart-grid[data-row-items-xlarge="5"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-xlarge="5"] > * {
    margin-bottom: 42px;
    width: calc(20% - (42px / 2));
  }
}

@media (min-width: 960px) {
  .smart-grid[data-row-items-xlarge="6"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .smart-grid[data-row-items-xlarge="6"] > * {
    margin-bottom: 42px;
    width: calc(16.66667% - (42px / 2));
  }
}

@media (min-width: 640px) {
  .grid--2-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 640px) {
  .grid--2-1 > *:nth-child(odd) {
    width: calc(66.66% - (1rem / 2));
  }
  .grid--2-1 > *:nth-child(even) {
    width: calc(33.33% - (1rem / 2));
  }
}

.u-spacing-down {
  margin-bottom: 20px;
}

.u-spacing-up {
  margin-top: 20px;
}

.u-gap-down {
  margin-bottom: 5px;
}

.u-gap-up {
  margin-top: 5px;
}

.padding {
  padding: 0 16px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.local-base {
  font-size: 1rem;
}

/**
 * @file
 * This file creates helper classes that can be added to items to show/hide
 * them depending on the screen width being viewed.
 */
@media (min-width: 640px) {
  .small-screen-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .small-screen-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .small-medium-screen-only {
    display: none;
  }
}

.large-screen-only {
  display: none;
}

@media (min-width: 768px) {
  .large-screen-only {
    display: block;
  }
}

.large-medium-screen-only {
  display: none;
}

@media (min-width: 640px) {
  .large-medium-screen-only {
    display: block;
  }
}

.hide-visually {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.show-visually {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  height: auto;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  white-space: nowrap;
  word-wrap: normal;
}

.u-border {
  border: solid 1px #7a7a7a;
}

html * {
  margin-top: 0;
}

body {
  margin: 0;
}

html {
  font-size: 87.5%;
  line-height: 1.5;
}

h1,
.h1 {
  margin-bottom: 1.5rem;
}

h2,
.h2 {
  margin-bottom: 1.5rem;
}

h3,
.h3 {
  margin-bottom: 1.5rem;
}

h4,
.h4 {
  margin-bottom: 1.5rem;
}

h5,
.h5 {
  margin-bottom: 1.5rem;
}

p,
ul,
ol,
pre,
table,
blockquote {
  margin-bottom: 1.5rem;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

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

sup {
  top: -0.5rem;
}

sub {
  bottom: -0.25rem;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  color: #666666;
}

.field__label {
  font-weight: bold;
}

.field--label-inline > .field__label,
.field--label-inline > .field__items {
  display: inline;
}

.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  display: inline;
  padding-right: 0.5em;
}

[dir="rtl"] .field--label-inline .field__label,
[dir="rtl"] .field--label-inline .field__items {
  padding-left: 0.5em;
  padding-right: 0;
}

.field--label-inline .field__label::after {
  content: ':';
}

.ff-fallback {
  font-family: Arial;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.3px;
  word-spacing: 0.05px;
  font-weight: 300;
  visibility: visible;
}

h1,
.h1 {
  font-size: 2.25rem;
  line-height: 1.166;
  color: black;
}

@media all and (min-width: 640px) {
  h1,
  .h1 {
    font-size: 2.57rem;
  }
}

h2,
.h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  color: black;
}

@media all and (min-width: 640px) {
  h2,
  .h2 {
    font-size: 1.714rem;
  }
}

h3,
.h3 {
  font-size: 1.3125rem;
  line-height: 1.5;
  color: black;
}

@media all and (min-width: 640px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  font-size: 87.5%;
  line-height: 1.5;
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

img {
  height: auto;
  line-height: 0;
  max-width: 100%;
  vertical-align: middle;
}

img[alt] {
  line-height: 1.5;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

p:first-of-type:last-of-type {
  margin-top: 1em;
}

a {
  color: #267cb9;
  text-decoration: underline;
}

a:focus, a:hover {
  color: #10354f;
}

code:before {
  content: '`';
}

code:after {
  content: '`';
}

pre code:after, pre code:before {
  content: '';
}

.text--center {
  text-align: center;
}

.text--large {
  font-size: 20px;
  margin-bottom: 48px;
}

@media (min-width: 960px) {
  .text--large {
    font-size: 25.6px;
    line-height: 48px;
    margin-bottom: 96px;
  }
}

body {
  font-family: "Raleway", Arial, sans-serif;
}

.button {
  background-color: #267cb9;
  border-radius: 5px;
  color: white;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  padding: 15px 60px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.button--alt {
  background-color: #267cb9;
  border-radius: 5px;
  color: white;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  padding: 15px 60px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: #999999;
  color: #267cb9;
}

a.button {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="submit"],
.form-submit {
  background-color: #267cb9;
  border-radius: 5px;
  color: white;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  padding: 15px 60px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 0;
}

#edit-protected-page-enter-password .form-submit {
  background-color: #267cb9;
  border-radius: 5px;
  color: white;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  padding: 15px 60px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 0;
  margin-top: 1rem;
  cursor: pointer;
}

@font-face {
  font-family: "icons";
  src: url("icons.eot");
  src: url("icons.eot?#iefix") format("eot"), url("icons.woff") format("woff"), url("icons.ttf") format("truetype"), url("icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * Font application to generic DOM
 */
[class*="icon--"] {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
}

.icon--close::before {
  content: "";
}

.icon--facebook::before {
  content: "";
}

.icon--instagram::before {
  content: "";
}

.icon--linkedin::before {
  content: "";
}

.icon--menu::before {
  content: "";
}

.icon--search::before {
  content: "";
}

.icon--toggle::before {
  content: "";
}

.icon--twitter::before {
  content: "";
}

.icon--vimeo::before {
  content: "";
}

.branding__logo {
  max-width: 240px;
}

.branding__logo img {
  width: 499px;
  height: 100%;
}

.branding-block {
  margin: 0 auto;
}

.breadcrumb ol {
  list-style: none;
  margin-bottom: 0;
  padding: 1em;
  max-width: 960px;
  margin: auto;
}

.breadcrumb li {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: bold;
}

.breadcrumb li:after {
  content: "\003e";
  letter-spacing: -3px;
  margin: 0.15rem;
}

.breadcrumb li:last-of-type:after {
  content: "\00ad";
  display: none;
}

.breadcrumb li a {
  text-decoration: none;
  color: black;
  padding-bottom: 0.4em;
}

.breadcrumb li a:focus, .breadcrumb li a:hover {
  text-decoration: underline;
  color: #267cb9;
}

.caption-block {
  font-size: 1rem;
  margin: 0;
}

.caption-block__body {
  font-size: 1em;
  line-height: 1.35em;
}

@media (min-width: 640px) {
  .caption-block__body {
    line-height: 1.5em;
  }
}

.content-blocks .field {
  max-width: 44em;
  margin: auto;
}

.block-cookie-declaration-block {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 1em auto 3rem;
  max-width: 44em;
}

.footer-contact-information .icos-svg-logo {
  width: 156px;
  max-width: 100%;
  max-height: auto;
  height: 41px;
  fill: currentColor;
  margin-bottom: 1em;
}

.footer-contact-information .icos-svg-logo .cls-1,
.footer-contact-information .icos-svg-logo .cls-2,
.footer-contact-information .icos-svg-logo .cls-3,
.footer-contact-information .icos-svg-logo .cls-4 {
  fill: white;
}

.footer-contact-information .icos-svg-logo .box-tl {
  fill-opacity: 0.25;
}

.footer-contact-information .icos-svg-logo .box-tr {
  fill-opacity: 0.5;
}

.footer-contact-information .icos-svg-logo .box-br {
  fill-opacity: 0.75;
}

@media (min-width: 768px) {
  .footer-contact-information {
    margin-left: auto;
  }
}

.hero-block.has-image {
  position: relative;
}

.hero-block.has-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10vmin;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  border-width: 0 10vmin 10vmin 0;
  border-color: transparent rgba(38, 124, 185, 0.5) transparent transparent;
}

.hero-block.has-image > :last-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  border-width: 0 10vmin 10vmin 0;
  border-color: transparent rgba(38, 124, 185, 0.75) transparent transparent;
}

.hero-block.has-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 10vmin;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  border-width: 0 10vmin 10vmin 0;
  border-color: transparent rgba(38, 124, 185, 0.5) transparent transparent;
}

.hero-block.has-image .hero-block__background--image {
  width: 100%;
  height: 32vw;
  background-size: cover;
  background-position: center;
  min-height: 200px;
  max-height: 500px;
}

@media (min-width: 1170px) {
  .hero-block.has-image .hero-block__background--image {
    min-height: 450px;
    max-height: 80vh;
  }
}

.header-menu .menu {
  margin: 0;
  padding-left: 0;
}

@media (min-width: 0) and (max-width: 960px) {
  .header-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1em;
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-menu .menu-item:first-child {
    width: 50%;
  }
}

@media (min-width: 0) and (max-width: 380px) {
  .header-menu .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-menu .menu-item:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}

.header-menu .menu-item {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: 0.5rem;
}

.header-menu .menu-link {
  color: #267cb9;
  text-decoration: none;
  font-weight: 700;
  padding: 0.5em 0.8em;
  border-radius: 1.5rem;
  -webkit-transition: 0.5s border-color;
  transition: 0.5s border-color;
}

.header-menu .social-link__search:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: inherit;
  color: inherit;
}

.header-menu .social-link__facebook:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: inherit;
  color: inherit;
}

.header-menu .social-link__twitter:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: inherit;
  color: inherit;
}

.header-menu .social-link__linkedin:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: inherit;
  color: inherit;
}

.header-menu .social-link__vimeo:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: inherit;
  color: inherit;
}

.header-menu .social-link__instagram:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: inherit;
  color: inherit;
}

.header-menu [class*="social-link"].menu-link {
  width: 3rem;
  height: 3rem;
  border: 2px solid transparent;
  display: inline-block;
  line-height: 1.6;
  text-align: center;
}

.header-menu [class*="social-link"].menu-link:hover, .header-menu [class*="social-link"].menu-link:focus {
  border-radius: 1.5rem;
  border-color: #267cb9;
}

.header-menu .menu-link__search:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: inherit;
  color: inherit;
}

.header-menu .menu-link[class*="social-link"] .menu-link__title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.header-menu .menu-link__members {
  background: #267cb9;
  border: 2px solid #267cb9;
  color: white;
  display: inline-block;
  -webkit-transition: 0.5s background-color, 0.5s color, 0.5s border-color 200ms;
  transition: 0.5s background-color, 0.5s color, 0.5s border-color 200ms;
}

.header-menu .menu-link__members:hover, .header-menu .menu-link__members:focus {
  background-color: white;
  color: #267cb9;
  text-decoration: underline;
}

.main-navigation {
  text-align: right;
}

.main-navigation .menu-toggle {
  background: #267cb9;
  border: none;
  color: white;
  font-size: 1.61803em;
  padding: 0.5em;
  width: 100%;
  cursor: pointer;
}

@media (min-width: 960px) {
  .main-navigation .menu-toggle {
    display: none;
  }
}

.main-navigation .main-navigation__menu {
  display: none;
}

.main-navigation .menu {
  background: #267cb9;
  margin: 0;
  padding: 0;
}

@media (min-width: 960px) {
  .main-navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main-navigation .menu-item {
  font-size: 14px;
  list-style: none;
  margin: 0 .5rem;
  padding: 0;
}

.main-navigation .menu-item a {
  color: white;
  text-decoration: none;
  padding: 1.61803em;
  display: block;
  text-align: center;
}

.main-navigation .menu-item a:focus, .main-navigation .menu-item a:hover {
  text-decoration: underline;
}

.main-navigation .menu-item--active-trail a {
  background: #10354f;
  font-weight: 700;
}

/**
 * @file
 * Styles for system messages.
 */
.messages {
  background: no-repeat 10px 17px;
  /* LTR */
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  /* LTR */
  border-radius: 2px;
  margin-bottom: 1.5rem;
  padding: 15px 20px 15px 35px;
  /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

[dir="rtl"] .messages {
  border-width: 1px 0 1px 1px;
  background-position: right 10px top 17px;
  padding-left: 20px;
  padding-right: 35px;
  text-align: right;
}

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

.messages__item + .messages__item {
  margin-top: 0.769rem;
}

/* See .color-success in Seven's colors.css */
.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  /* LTR */
  background-image: url(../images/messages/check.svg);
  -webkit-box-shadow: -8px 0 0 #77b259;
          box-shadow: -8px 0 0 #77b259;
  /* LTR */
}

[dir="rtl"] .messages--status {
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  -webkit-box-shadow: 8px 0 0 #77b259;
          box-shadow: 8px 0 0 #77b259;
  margin-left: 0;
}

/* See .color-warning in Seven's colors.css */
.messages--warning {
  background-color: #fdf8ed;
  background-image: url(../images/messages/warning.svg);
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  /* LTR */
  color: #734c00;
  -webkit-box-shadow: -8px 0 0 #e09600;
          box-shadow: -8px 0 0 #e09600;
  /* LTR */
}

[dir="rtl"] .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  -webkit-box-shadow: 8px 0 0 #e09600;
          box-shadow: 8px 0 0 #e09600;
}

/* See .color-error in Seven's colors.css */
.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  background-image: url(../images/messages/error.svg);
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  /* LTR */
  -webkit-box-shadow: -8px 0 0 #e62600;
          box-shadow: -8px 0 0 #e62600;
  /* LTR */
}

[dir="rtl"] .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  -webkit-box-shadow: 8px 0 0 #e62600;
          box-shadow: 8px 0 0 #e62600;
}

.messages--error p.error {
  color: #a51b00;
}

.page-title {
  text-align: center;
  margin: 1.5rem auto;
  max-width: 960px;
  padding: 0 1.5rem;
}

@media (min-width: 960px) {
  .page-title {
    padding: 0;
  }
}

.user-forms form {
  max-width: 500px;
  margin: 24px auto 48px;
  text-align: left;
}

.user-forms .page-title {
  width: 100%;
  margin: 2rem 0 3rem;
}

.user-forms .form-item {
  max-width: 500px;
}

.user-forms label {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}

.user-forms input {
  width: 100%;
  max-width: 100%;
  font-size: 1rem;
}

.user-forms input:hover, .user-forms input:focus {
  -webkit-box-shadow: 1px 2px 2px #267cb9;
          box-shadow: 1px 2px 2px #267cb9;
}

.user-forms .description {
  font-size: 0.9rem;
  padding-top: 0.5rem;
}

.user-forms .form-submit {
  font-size: 1rem;
}

.user-forms .back-to-site {
  max-width: 500px;
  margin: auto;
  margin-bottom: 48px;
  padding: 0 1em;
  text-align: right;
}

.user-forms .back-to-site a {
  color: black;
}

.latest-news.block {
  background-color: #267cb9;
  position: relative;
  color: white;
  padding: 4.5rem 1.5rem 6rem;
  margin: 3rem auto;
}

.latest-news.block .views-row:first-child .teaser {
  border-top: 1px solid black;
}

.latest-news.block .teaser {
  border-bottom: 1px solid black;
}

.latest-news.block .node--type-news.teaser .node__title {
  color: white;
}

.latest-news.block .node--type-news.teaser .node__title a {
  color: currentColor;
  text-decoration: none;
  color: white;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, white 0%, white 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.latest-news.block .node--type-news.teaser .node__title a:focus, .latest-news.block .node--type-news.teaser .node__title a:hover {
  background-size: 100% 100%;
  color: #267cb9;
}

.latest-news.block .block__title {
  text-align: center;
  padding-top: 1.5rem;
  font-size: 2.61803em;
  color: white;
  margin-bottom: 1em;
}

.latest-news.block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10vmin;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  border-width: 0 10vmin 10vmin 0;
  border-color: transparent rgba(255, 255, 255, 0.25) transparent transparent;
}

.latest-news.block > :last-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  border-width: 0 10vmin 10vmin 0;
  border-color: transparent rgba(255, 255, 255, 0.75) transparent transparent;
}

.latest-news.block::after {
  content: "";
  display: block;
  position: absolute;
  top: 10vmin;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  border-width: 0 10vmin 10vmin 0;
  border-color: transparent rgba(255, 255, 255, 0.25) transparent transparent;
}

.accordion > * {
  border-color: rgba(0, 0, 0, 0.2);
}

.accordion__trigger:last-of-type.ui-state-active {
  border-bottom: none;
}

.accordion__cta {
  border-top: 1px solid;
  padding-top: 2.61803em;
  text-align: center;
}

.accordion__heading {
  font-size: 2.25rem;
  line-height: 1.166;
  margin-bottom: 1.5rem;
  text-align: center;
}

@media all and (min-width: 640px) {
  .accordion__heading {
    font-size: 2.57rem;
  }
}

.accordion:not(.is-highlighted) {
  max-width: 40rem;
  margin: 3rem auto;
}

.accordion__trigger {
  font-size: 1.3125rem;
  line-height: 1.5;
  width: 100%;
  border: none;
  background: transparent;
  border-top: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  margin-bottom: 0;
  cursor: default;
}

@media all and (min-width: 640px) {
  .accordion__trigger {
    font-size: 1.5rem;
  }
}

.accordion__trigger > * {
  line-height: 1.5;
}

.accordion__title {
  text-align: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.accordion__response {
  -webkit-transition: color 1s;
  transition: color 1s;
  padding: 0 0.5rem;
}

.accordion__response.ui-accordion-content:not(.ui-accordion-content-active) {
  color: transparent;
}

.accordion.is-highlighted {
  background-color: var(--color-light);
  position: relative;
  padding: 6rem 0;
}

.accordion.is-highlighted::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10vw;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  border-width: 0 10vw 10vw 0;
  border-color: transparent rgba(255, 255, 255, 0.25) transparent transparent;
}

.accordion.is-highlighted > :last-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  border-width: 0 10vw 10vw 0;
  border-color: transparent rgba(255, 255, 255, 0.75) transparent transparent;
}

.accordion.is-highlighted::after {
  content: "";
  display: block;
  position: absolute;
  top: 10vw;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  border-width: 0 10vw 10vw 0;
  border-color: transparent rgba(255, 255, 255, 0.25) transparent transparent;
}

.accordion.is-highlighted > * {
  border-color: white;
  color: var(--contrast-color);
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.accordion.is-highlighted .accordion__trigger {
  border-color: white;
  color: var(--contrast-color);
}

.accordion.is-highlighted .accordion__item--is-active .accordion__trigger-icon path {
  fill: white;
}

.accordion__heading {
  font-size: 2.25rem;
  line-height: 1.166;
  margin-bottom: 1.5rem;
  text-align: center;
}

@media all and (min-width: 640px) {
  .accordion__heading {
    font-size: 2.57rem;
  }
}

.accordion__trigger-button {
  all: inherit;
  /* stylelint-disable-line */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem;
}

.accordion__trigger-button svg {
  width: 2rem;
  height: 2rem;
  padding: 0.1rem;
  border: 2px solid transparent;
  border-radius: 1.5rem;
}

.accordion__trigger-button svg path {
  fill: #292929;
}

.accordion__trigger:focus .accordion__trigger-button .accordion__title,
.accordion__trigger:focus-within .accordion__trigger-button .accordion__title,
.accordion__trigger-button:focus .accordion__title {
  text-decoration: underline;
}

.accordion__trigger:focus .accordion__trigger-button svg,
.accordion__trigger:focus-within .accordion__trigger-button svg,
.accordion__trigger-button:focus svg {
  border-color: currentColor;
}

.accordion__trigger-icon {
  -webkit-transition: color 1s, -webkit-transform 1s;
  transition: color 1s, -webkit-transform 1s;
  transition: color 1s, transform 1s;
  transition: color 1s, transform 1s, -webkit-transform 1s;
}

.accordion.js-accordion .accordion__response {
  overflow: hidden;
  height: 0;
  max-height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion__item--is-active .accordion__trigger {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion__item--is-active .accordion__trigger + .accordion__response {
  overflow: visible;
  height: auto;
  max-height: 1000px;
  margin-top: 1rem;
  padding-bottom: 24px;
  opacity: 1;
}

.accordion__item--is-active .accordion__trigger .accordion__trigger-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__item--is-active .accordion__trigger .accordion__trigger-icon path {
  fill: var(--color);
}

.accordion__title {
  width: 100%;
  margin-right: auto;
  text-align: left;
  font-weight: 400;
}

.accordion__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 1rem 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}

.accordion__controls li {
  list-style-type: none;
}

.accordion__controls .accordion__controls-icon {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.25em;
}

.accordion__controls .button {
  width: auto;
  border: 0;
  border-radius: 0;
  padding: 0.5rem 1rem;
  color: black;
  background: 0;
}

.accordion__controls .button.accordion__expand-all {
  padding-right: 1.5rem;
  margin-right: 0.5rem;
  border-right: 1px solid black;
}

.call-to-action {
  text-align: center;
  padding: 1.5rem 0;
}

.call-to-action .field--name-field-p-cta-title {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media all and (min-width: 640px) {
  .call-to-action .field--name-field-p-cta-title {
    font-size: 1.714rem;
  }
}

.call-to-action .field--name-field-p-cta-link a {
  display: inline-block;
  margin: 1.5rem auto;
}

.file-upload {
  margin: 1em auto 3rem;
  max-width: 44em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.file-upload .file-upload__image {
  background: none;
  -webkit-transition: none;
  transition: none;
  color: unset;
  text-decoration: none;
  margin-right: 1em;
  max-width: 100px;
}

.file-upload .file-upload__image:focus, .file-upload .file-upload__image:hover {
  background: none;
  color: none;
}

.file-upload .field--name-field-p-file-file {
  padding-bottom: 1em;
}

.file-upload__info {
  font-weight: 700;
}

.file-upload__file-type::after {
  content: " - ";
}

.file-upload__file-size {
  font-weight: 700;
  font-style: italic;
}

.image-with-text {
  padding: 3rem 1.5rem;
  position: relative;
  text-align: center;
}

@media (min-width: 640px) {
  .image-with-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3rem;
  }
  .image-with-text.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .image-with-text.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 960px) {
  .image-with-text {
    padding: 3rem 4.5rem;
  }
}

.image-with-text .image-with-text__text {
  text-align: left;
  margin-top: 1.5rem;
}

@media (min-width: 640px) {
  .image-with-text .image-with-text__text {
    max-width: 45%;
  }
}

.image-with-text__image {
  position: relative;
  display: inline-block;
  height: 100%;
  margin: 0 4.5rem 3rem 30px;
  max-width: 300px;
}

@media (min-width: 0) and (max-width: 640px) {
  .image-with-text__image {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .image-with-text__image {
    max-width: 45%;
  }
}

.image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px var(--color), inset -20px -20px var(--color);
          box-shadow: inset 20px 20px var(--color), inset -20px -20px var(--color);
}

.image-with-text.has-border .image-with-text__image img {
  border: 1px solid var(--color);
  background: white;
  -webkit-transform: translate(-30px, 30px);
          transform: translate(-30px, 30px);
}

@media (min-width: 640px) {
  .image-with-text {
    text-align: left;
  }
  .image-with-text.right .image-with-text__image {
    margin-right: -30px;
    margin-left: 6rem;
  }
}

.quote {
  margin: auto;
  max-width: 90%;
}

@media (min-width: 640px) {
  .quote {
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .quote {
    max-width: 66%;
  }
}

blockquote {
  font-style: italic;
  border-left: solid 3px var(--color);
  margin-left: 20px;
  padding-left: 20px;
}

.related-content {
  margin: 1em auto 3rem;
  max-width: 44em;
}

.section-break {
  padding: 1.5rem 1.5rem;
  margin: auto;
  max-width: 960px;
}

@media (min-width: 960px) {
  .section-break {
    padding: 3rem 0;
  }
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: var(--color);
}

.single-image {
  text-align: center;
}

.text {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 1em auto 3rem;
  max-width: 44em;
}

.text.is-highlighted {
  background-color: var(--color);
  color: var(--contrast-color);
  position: relative;
}

.text.is-highlighted {
  padding: 24px;
}

@media screen and (min-width: 380px) {
  .text.is-highlighted {
    padding: calc( 24px + 72 * (100vw - 380px) / 580);
  }
}

@media screen and (min-width: 960px) {
  .text.is-highlighted {
    padding: 96px;
  }
}

.text.is-highlighted a {
  color: var(--contrast-color);
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, var(--contrast-color) 0%, var(--contrast-color) 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.text.is-highlighted a:focus, .text.is-highlighted a:hover {
  background-size: 100% 100%;
  color: var(--color);
}

.text.is-highlighted h2,
.text.is-highlighted h3 {
  font-weight: 700;
}

.text.is-highlighted :last-child {
  margin-bottom: 0;
}

.text.is-highlighted::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 8.5vw;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  border-width: 0 8.5vw 8.5vw 0;
  border-color: transparent rgba(255, 255, 255, 0.25) transparent transparent;
}

.text.is-highlighted > :last-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  border-width: 0 8.5vw 8.5vw 0;
  border-color: transparent rgba(255, 255, 255, 0.75) transparent transparent;
}

.text.is-highlighted::after {
  content: "";
  display: block;
  position: absolute;
  top: 8.5vw;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  border-width: 0 8.5vw 8.5vw 0;
  border-color: transparent rgba(255, 255, 255, 0.25) transparent transparent;
}

@media (min-width: 960px) {
  .text.is-highlighted {
    position: relative;
  }
  .text.is-highlighted::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 82px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: scale(0.9999);
            transform: scale(0.9999);
    border-width: 0 82px 82px 0;
    border-color: transparent rgba(255, 255, 255, 0.25) transparent transparent;
  }
  .text.is-highlighted > :last-child::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: scale(0.9999);
            transform: scale(0.9999);
    border-width: 0 82px 82px 0;
    border-color: transparent rgba(255, 255, 255, 0.75) transparent transparent;
  }
  .text.is-highlighted::after {
    content: "";
    display: block;
    position: absolute;
    top: 82px;
    right: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: scale(0.9999);
            transform: scale(0.9999);
    border-width: 0 82px 82px 0;
    border-color: transparent rgba(255, 255, 255, 0.25) transparent transparent;
  }
}

/* Background Colours */
.tiled-layout {
  padding: 3rem 0 1.5rem;
}

@media (min-width: 768px) {
  .tiled-layout {
    padding: 3rem 3rem 1.5rem;
  }
}

@media (min-width: 960px) {
  .tiled-layout {
    padding: 3rem 0 1.5rem;
  }
}

.tiled-layout > .tiles {
  text-align: center;
}

@media (min-width: 640px) {
  .tiled-layout > .tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }
}

.tiled-layout__heading {
  font-size: 2.25rem;
  line-height: 1.166;
  margin-bottom: 3rem;
  text-align: center;
}

@media all and (min-width: 640px) {
  .tiled-layout__heading {
    font-size: 2.57rem;
  }
}

.tile {
  color: black;
  position: relative;
  margin: 0 0 4.5rem;
}

@media (min-width: 640px) {
  .tile {
    margin: 0 5em 30px 0;
    color: black;
    width: calc( 33% - 3.3em);
  }
  .tile:nth-of-type(3n-2) + .tile:nth-of-type(3n-1) + .tile:nth-of-type(3n) {
    margin-right: 0;
  }
}

.tile .inner {
  padding: 1em 0;
  margin: auto;
  max-width: 235px;
  text-align: left;
}

@media (min-width: 640px) {
  .tile .inner {
    margin: 0;
  }
}

.tile .tile__image {
  display: inline-block;
  width: auto;
  position: relative;
  margin-left: 30px;
  -webkit-box-shadow: inset 15px 15px var(--color), inset -15px -15px var(--color);
          box-shadow: inset 15px 15px var(--color), inset -15px -15px var(--color);
  max-width: 205px;
}

.tile .tile__image .tile__img {
  border: 1px solid var(--color);
  background: white;
  -webkit-transform: translate(-30px, 30px);
          transform: translate(-30px, 30px);
}

.tile .tile-title {
  font-size: 1.3125rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  font-weight: bold;
}

@media all and (min-width: 640px) {
  .tile .tile-title {
    font-size: 1.5rem;
  }
}

.tile.is-link {
  text-decoration: none;
  background: none;
  -webkit-transition: none;
  transition: none;
  color: unset;
  text-decoration: none;
}

.tile.is-link:focus, .tile.is-link:hover {
  background: none;
  color: none;
}

.tile.is-link .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, var(--color) 0%, var(--color) 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.tile.is-link .tile-title span:focus, .tile.is-link .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.tile.is-link:hover .tile-title span {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, var(--color) 0%, var(--color) 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  background-size: 100% 100%;
  color: black;
}

.tile.is-link:hover .tile-title span:focus, .tile.is-link:hover .tile-title span:hover {
  background-size: 100% 100%;
  color: black;
}

.tile .field--name-field-p-tile-text {
  padding: 1.5rem 0;
}

.tile.small .field--name-field-p-tile-link {
  text-align: left;
}

.tile.small .field--name-field-p-tile-link a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, var(--color) 0%, var(--color) 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.tile.small .field--name-field-p-tile-link a:focus, .tile.small .field--name-field-p-tile-link a:hover {
  background-size: 100% 100%;
  color: black;
}

.medium.tile .field--name-field-p-tile-link {
  width: auto;
}

.large.tile .field--name-field-p-tile-link {
  width: auto;
}

.tile .tile__background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.video {
  margin: 3rem 0;
}

.video .video__item {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: auto;
  padding: 10px;
  max-width: 90%;
}

.video .video-embed-field-responsive-video {
  position: relative;
}

.video .video-embed-field-responsive-video:after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.video .video-embed-field-responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.node--view-mode-full > .node__title {
  text-align: center;
  margin: 1.5rem auto;
  max-width: 960px;
  padding: 0 1.5rem;
}

@media (min-width: 960px) {
  .node--view-mode-full > .node__title {
    padding: 0;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  .node--view-mode-full > .node__content > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.teaser {
  line-height: 1;
  padding: 1.5rem;
  max-width: 768px;
}

.teaser__image {
  margin: auto;
  max-width: 150px;
  position: relative;
  display: inline-block;
}

@media (min-width: 0) and (max-width: 640px) {
  .teaser {
    text-align: center;
  }
  .teaser .node__meta {
    font-size: 1.3125rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}

@media all and (min-width: 0) and (max-width: 640px) and (min-width: 640px) {
  .teaser .node__meta {
    font-size: 1.5rem;
  }
}

.teaser .node__content {
  padding-top: 1.5rem;
  text-align: left;
}

.teaser .node__title {
  line-height: 1;
}

.teaser .node__meta {
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    max-width: 57em;
    margin: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .teaser .teaser__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: 3rem;
  }
  .teaser .node__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 1.61803em;
  }
}

@media (min-width: 768px) {
  .teaser {
    padding: 1.5rem 0;
  }
}

@media (min-width: 768px) {
  .node__content {
    grid-column-gap: 20px;
    grid-template-columns: repeat(12, 62px);
    grid-template-rows: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.forum thead,
.forum thead a {
  font-size: 1.1rem;
  color: black;
  text-align: left;
  text-decoration: none;
}

.forum thead a:hover,
.forum thead a:focus {
  color: #267cb9;
  text-decoration: underline;
}

.forum thead {
  border-bottom: 2px solid black;
}

.forum th,
.forum td {
  padding: 1rem;
  padding-left: 0;
  vertical-align: baseline;
}

.forum td:first-child {
  width: 60%;
}

.forum td.forum__topics {
  width: 10%;
}

.forum table {
  width: 100%;
  border-collapse: collapse;
}

.forum tbody tr {
  border-bottom: 1px solid #cccccc;
}

.forum tbody a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #267cb9 0%, #267cb9 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.forum tbody a:focus, .forum tbody a:hover {
  background-size: 100% 100%;
  color: black;
}

.forum .forum__description p {
  margin: 0;
  margin-top: 0.5em;
}

.forum .submitted > span {
  font-weight: 700;
}

.forum .forum__last-reply .submitted > span::after,
.forum .forum__last-reply .submitted > a::after {
  content: " ";
  display: block;
}

.forum .indented {
  padding-left: 1.5em;
}

.view-taxonomy-term,
.path-forum .page-title,
.path-forum .region-content,
.node-forum-form,
.comment-comment-forum-form,
article.comment {
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .view-taxonomy-term,
  .path-forum .page-title,
  .path-forum .region-content,
  .node-forum-form,
  .comment-comment-forum-form,
  article.comment {
    padding: 0 1.5rem;
  }
}

.view-taxonomy-term .action-links,
.path-forum .page-title .action-links,
.path-forum .region-content .action-links,
.node-forum-form .action-links,
.comment-comment-forum-form .action-links,
article.comment .action-links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 1rem auto 2rem;
}

.view-taxonomy-term .action-links a.button,
.path-forum .page-title .action-links a.button,
.path-forum .region-content .action-links a.button,
.node-forum-form .action-links a.button,
.comment-comment-forum-form .action-links a.button,
article.comment .action-links a.button {
  color: black;
  font-weight: bold;
  padding: 0.5rem 1rem;
  background-color: white;
  border: 2px solid #267cb9;
}

.view-taxonomy-term .action-links a.button:hover, .view-taxonomy-term .action-links a.button:focus,
.path-forum .page-title .action-links a.button:hover,
.path-forum .page-title .action-links a.button:focus,
.path-forum .region-content .action-links a.button:hover,
.path-forum .region-content .action-links a.button:focus,
.node-forum-form .action-links a.button:hover,
.node-forum-form .action-links a.button:focus,
.comment-comment-forum-form .action-links a.button:hover,
.comment-comment-forum-form .action-links a.button:focus,
article.comment .action-links a.button:hover,
article.comment .action-links a.button:focus {
  text-decoration: underline;
  color: #267cb9;
}

.path-forum .page-title {
  text-align: center;
}

.view-taxonomy-term {
  margin: 1rem auto;
}

.view-taxonomy-term .view-content {
  border-top: 1px solid #267cb9;
  margin-bottom: 1rem;
}

.view-taxonomy-term .views-row {
  padding: 1rem 0 0;
  border-bottom: 1px solid #267cb9;
}

.node--type-forum.node--view-mode-full,
article.comment,
.comment-comment-forum-form {
  padding: 0 1.5rem;
  max-width: 44em;
  margin: 0 auto 3rem;
}

.node--type-forum.node--view-mode-full h3,
article.comment h3,
.comment-comment-forum-form h3 {
  margin-top: 1.5rem;
}

.node--type-forum.node--view-mode-full ul.links,
article.comment ul.links,
.comment-comment-forum-form ul.links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}

.node--type-forum.node--view-mode-full ul.links li,
article.comment ul.links li,
.comment-comment-forum-form ul.links li {
  display: inline-block;
  padding-right: 0.5rem;
}

.node--type-forum.node--view-mode-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.node--type-forum.node--view-mode-teaser h2 {
  font-size: 1.4rem;
  margin: 0;
}

.node--type-forum.node--view-mode-teaser h2 a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #267cb9 0%, #267cb9 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.node--type-forum.node--view-mode-teaser h2 a:focus, .node--type-forum.node--view-mode-teaser h2 a:hover {
  background-size: 100% 100%;
  color: black;
}

.node--type-forum.node--view-mode-teaser .node__meta {
  font-size: 0.9rem;
}

.node--type-forum.node--view-mode-teaser .node__content {
  width: 100%;
}

.node--type-news.full .field--name-field-publication-date {
  font-weight: 700;
  margin: 1em auto 3rem;
  max-width: 44rem;
}

.node--type-news.full .field--name-field-publication-date .field__label::after {
  display: none;
}

.node--type-news.full .field--name-field-news-type {
  margin: 1em auto 3rem;
  max-width: 44rem;
}

.node--type-news.full .field--name-field-news-type .field__item {
  display: inline;
}

.node--type-news.full .field--name-field-news-type .field__item:not(:last-child)::after {
  content: ", ";
}

.node--type-news.teaser .field--name-field-publication-date,
.node--type-news.teaser .node__title {
  font-size: 1.3125rem;
  line-height: 1.5;
}

@media all and (min-width: 640px) {
  .node--type-news.teaser .field--name-field-publication-date,
  .node--type-news.teaser .node__title {
    font-size: 1.5rem;
  }
}

.node--type-news.teaser .node__title a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #267cb9 0%, #267cb9 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
  font-size: 1.3125rem;
  line-height: 1.5;
}

.node--type-news.teaser .node__title a:focus, .node--type-news.teaser .node__title a:hover {
  background-size: 100% 100%;
  color: black;
}

@media all and (min-width: 640px) {
  .node--type-news.teaser .node__title a {
    font-size: 1.5rem;
  }
}

.latest-news {
  position: relative;
}

.latest-news .pager__items,
.latest-news .view-filters {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 1.5rem auto;
  max-width: 960px;
}

.latest-news .pager__item {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
}

.latest-news .pager__item.is-active a {
  border-color: #267cb9;
}

.latest-news .pager__item a {
  color: #267cb9;
  padding: 0.3em 0.6em 0.5em;
  border: 2px solid transparent;
  border-radius: 1.5em;
  display: inline-block;
  line-height: 1;
  height: 2em;
  min-width: 2em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.5s background-color, 0.5s color, 0.5s border-color 200ms;
  transition: 0.5s background-color, 0.5s color, 0.5s border-color 200ms;
}

.latest-news .pager__item a:focus, .latest-news .pager__item a:hover {
  background-color: #267cb9;
  border-color: #267cb9;
  color: white;
  text-decoration: underline;
}

.latest-news .view-filters .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.latest-news .view-filters .form-submit {
  padding: 1em 1.5rem;
  border-radius: 1.5rem;
  border: 2px solid transparent;
}

.latest-news .view-filters .form-submit:active, .latest-news .view-filters .form-submit:focus {
  color: #267cb9;
  border-color: #267cb9;
  background-color: white;
  -webkit-transition: 0.5s background-color, 0.5s color, 0.5s border-color 200ms;
  transition: 0.5s background-color, 0.5s color, 0.5s border-color 200ms;
  outline: none;
}

.latest-news .view-filters .form-item-news-type {
  margin-right: 1.5rem;
}

.latest-news .view-filters .form-item-news-type label {
  font-weight: bold;
  display: inline-block;
}

.latest-news.page .teaser__image {
  height: 100%;
  min-width: 0;
}

.latest-news.page .teaser__image img {
  background: white;
}

@media (min-width: 0) and (max-width: 640px) {
  .latest-news.page .teaser__image {
    margin-right: 0;
  }
}

form {
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}

form .form-actions {
  padding: 1em;
  text-align: right;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

form .form-item {
  padding: 1em;
}

form .form-item .form-item {
  padding: 0;
}

form .form-item label,
form .form-item legend {
  color: black;
  display: block;
  font-weight: 700;
}

form .form-item label.form-required::after {
  content: "*";
}

form .form-item input:not(.form-radio):not(.form-checkbox),
form .form-item textarea,
form .form-item select {
  border: 1px solid #267cb9;
  background-color: white;
  padding: 0.5em 0.8em;
  width: 100%;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or ((-moz-appearance: none) and (mask-type: alpha)) {
  form .form-item select {
    border-radius: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='126' height='126' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M117.18 31.592c-5.595-9.586-13.185-17.176-22.771-22.771C84.821 3.226 74.354.429 63.001.429c-11.352 0-21.822 2.797-31.408 8.392-9.587 5.594-17.177 13.184-22.772 22.771C3.225 41.179.428 51.649.428 63c0 11.352 2.798 21.82 8.392 31.408 5.595 9.585 13.185 17.176 22.772 22.771 9.587 5.595 20.056 8.392 31.408 8.392s21.822-2.797 31.408-8.392c9.586-5.594 17.176-13.185 22.771-22.771 5.594-9.587 8.391-20.057 8.391-31.408 0-11.352-2.797-21.822-8.39-31.408zm-13.526 27.253L66.666 95.834c-1.031 1.031-2.254 1.548-3.666 1.548s-2.634-.517-3.666-1.548L22.345 58.845c-1.032-1.032-1.548-2.254-1.548-3.666s.516-2.635 1.548-3.667l8.31-8.31c1.033-1.032 2.254-1.548 3.667-1.548 1.412 0 2.634.516 3.666 1.548L63 68.214l25.012-25.012c1.031-1.032 2.254-1.548 3.666-1.548s2.635.516 3.666 1.548l8.311 8.31c1.033 1.032 1.549 2.255 1.549 3.667-.001 1.412-.516 2.634-1.55 3.666z' fill='%23267cb9' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 8%;
    background-position: calc(100% - 0.8em) 50%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

form .form-item.form-type-checkbox label {
  display: inline-block;
}

form .form-wrapper {
  border: none;
}

form .form-wrapper .form-item:first-of-type:last-of-type {
  padding: 1em;
}

form .form-wrapper .webform-options-display-side-by-side > div {
  display: inline-block;
  margin-right: 0.5em;
}

form .form-radios .form-item label,
form .form-checkboxes .form-item label {
  display: inline-block;
  font-weight: 400;
}

form .webform-confirmation__back:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: inherit;
  color: inherit;
}

form .webform-confirmation__back::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #267cb9;
}

form .webform-confirmation__back a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #267cb9 0%, #267cb9 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

form .webform-confirmation__back a:focus, form .webform-confirmation__back a:hover {
  background-size: 100% 100%;
  color: black;
}

.user-form {
  margin: auto;
  margin-bottom: 2em;
  max-width: 32em;
}

.user-form .user-profile-section {
  margin-bottom: 2em;
}

.user-form h2 {
  margin-bottom: 0;
  text-align: center;
}

.user-form .form-item input {
  width: 100%;
}

@media (min-width: 768px) {
  .site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse wrap;
            flex-flow: row-reverse wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .below-header {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 960px) {
  .header {
    margin-left: calc((100vw - 960px) / 2);
  }
  .above-header {
    margin-right: calc((100vw - 960px) / 2);
  }
}

.above-header {
  position: relative;
}

@media (min-width: 960px) {
  .above-header > * {
    display: inline-block;
  }
}

.below-footer {
  background: #87bfe6;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.75))), -webkit-gradient(linear, left bottom, left top, from(#267cb9), to(#267cb9));
  background: linear-gradient(to top, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), linear-gradient(to top, #267cb9, #267cb9);
  color: #10354f;
  padding: 1em 0;
}

.below-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.below-footer li {
  display: inline-block;
  margin-right: 1.61803em;
}

.below-footer .menu a {
  color: #10354f;
  display: block;
  padding: 1em 1em;
}

.below-footer .menu a:first-of-type {
  margin-left: -1em;
}

@media (min-width: 960px) {
  .below-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.layout-content {
  margin-bottom: 4.5rem;
}

.credits {
  padding-top: 24px;
}

.credits a {
  text-decoration: none;
  color: currentColor;
}

.credits__inner {
  text-align: left;
}

@media (min-width: 768px) {
  .credits__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 15vw;
  }
}

@media (min-width: 1170px) {
  .credits__inner {
    padding-right: 10vw;
  }
}

@media (min-width: 1400px) {
  .credits__inner {
    padding-right: 0;
  }
}

.footer {
  background-color: #267cb9;
  color: white;
  padding: 4.23607em 0;
  position: relative;
}

.footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 12vmax;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  border-width: 0 12vmax 12vmax 0;
  border-color: transparent rgba(255, 255, 255, 0.25) transparent transparent;
}

.footer > :last-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  border-width: 0 12vmax 12vmax 0;
  border-color: transparent rgba(255, 255, 255, 0.75) transparent transparent;
}

.footer::after {
  content: "";
  display: block;
  position: absolute;
  top: 12vmax;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  border-width: 0 12vmax 12vmax 0;
  border-color: transparent rgba(255, 255, 255, 0.25) transparent transparent;
}

@media (min-width: 768px) {
  .footer {
    position: relative;
    min-height: 20vw;
  }
  .footer::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 10vw;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: scale(0.9999);
            transform: scale(0.9999);
    border-width: 0 10vw 10vw 0;
    border-color: transparent rgba(255, 255, 255, 0.25) transparent transparent;
  }
  .footer > :last-child::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: scale(0.9999);
            transform: scale(0.9999);
    border-width: 0 10vw 10vw 0;
    border-color: transparent rgba(255, 255, 255, 0.75) transparent transparent;
  }
  .footer::after {
    content: "";
    display: block;
    position: absolute;
    top: 10vw;
    right: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: scale(0.9999);
            transform: scale(0.9999);
    border-width: 0 10vw 10vw 0;
    border-color: transparent rgba(255, 255, 255, 0.25) transparent transparent;
  }
}

.footer__inner .block {
  margin-bottom: 3rem;
}

.footer__inner a,
.footer__inner h2 {
  color: currentColor;
}

.footer__inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 15vw;
  }
}

@media (min-width: 1170px) {
  .footer__inner {
    padding-right: 10vw;
  }
}

@media (min-width: 1400px) {
  .footer__inner {
    padding-right: 0;
  }
}

.header {
  background: white;
  padding: 1.5rem 1em;
}

@media (min-width: 960px) {
  .header {
    padding: 3rem 0;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 960px) {
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header .main-navigation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media (min-width: 960px) {
  .header .main-navigation {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

/**
 * @file
 * This file is used to style the tabs region.
 */
.layout-tabs {
  background: black;
}

.region-tabs ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.region-tabs li {
  list-style: none;
  margin: 0;
}

.region-tabs li a {
  color: #e3e3e3;
  display: inline-block;
  font-weight: bold;
  padding: 0.66rem 1rem;
  text-decoration: none;
}

.region-tabs li a.is-active {
  background: #cccccc;
  color: #292929;
}

.region-tabs li a:focus, .region-tabs li a:hover {
  background: #999999;
  color: black;
  text-decoration: underline;
}

.path-frontpage h1,
.path-frontpage h1.node__title {
  text-align: center;
  color: #267cb9;
  margin-top: 4.5rem;
}

.path-frontpage .tiled-layout > :nth-child(1) {
  --color: $c-quaternary;
}

.path-frontpage .tiled-layout > :nth-child(2) {
  --color: $c-tertiary;
}

.path-frontpage .tiled-layout > :nth-child(3) {
  --color: $c-secondary;
}

.path-frontpage .accordion {
  --color: $c-secondary;
}

.path-frontpage .image-with-text {
  --color: $c-quaternary;
}

.path-frontpage .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #f1bb3b, inset -20px -20px #f1bb3b;
          box-shadow: inset 20px 20px #f1bb3b, inset -20px -20px #f1bb3b;
}

.path-frontpage .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #f1bb3b;
}

.path-frontpage .image-with-text a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #f1bb3b 0%, #f1bb3b 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.path-frontpage .image-with-text a:focus, .path-frontpage .image-with-text a:hover {
  background-size: 100% 100%;
  color: black;
}

.path-frontpage .image-with-text ~ .image-with-text {
  --color: $c-tertiary;
}

.path-frontpage .image-with-text ~ .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #5fbb71, inset -20px -20px #5fbb71;
          box-shadow: inset 20px 20px #5fbb71, inset -20px -20px #5fbb71;
}

.path-frontpage .image-with-text ~ .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #5fbb71;
}

.path-frontpage .image-with-text ~ .image-with-text a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #5fbb71 0%, #5fbb71 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.path-frontpage .image-with-text ~ .image-with-text a:focus, .path-frontpage .image-with-text ~ .image-with-text a:hover {
  background-size: 100% 100%;
  color: black;
}

.path-frontpage .image-with-text ~ .image-with-text ~ .image-with-text {
  --color: $c-secondary;
}

.path-frontpage .image-with-text ~ .image-with-text ~ .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #d24634, inset -20px -20px #d24634;
          box-shadow: inset 20px 20px #d24634, inset -20px -20px #d24634;
}

.path-frontpage .image-with-text ~ .image-with-text ~ .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #d24634;
}

.path-frontpage .image-with-text ~ .image-with-text ~ .image-with-text a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #d24634 0%, #d24634 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.path-frontpage .image-with-text ~ .image-with-text ~ .image-with-text a:focus, .path-frontpage .image-with-text ~ .image-with-text ~ .image-with-text a:hover {
  background-size: 100% 100%;
  color: black;
}

.path-frontpage .image-with-text ~ .image-with-text ~ .image-with-text ~ .image-with-text {
  --color: $c-primary;
}

.path-frontpage .image-with-text ~ .image-with-text ~ .image-with-text ~ .image-with-text.has-border .image-with-text__image {
  -webkit-box-shadow: inset 20px 20px #267cb9, inset -20px -20px #267cb9;
          box-shadow: inset 20px 20px #267cb9, inset -20px -20px #267cb9;
}

.path-frontpage .image-with-text ~ .image-with-text ~ .image-with-text ~ .image-with-text.has-border .image-with-text__image img {
  border: 1px solid #267cb9;
}

.path-frontpage .image-with-text ~ .image-with-text ~ .image-with-text ~ .image-with-text a {
  color: black;
  font-weight: 700;
  padding: 2px 0;
  text-decoration: none;
  background-image: linear-gradient(120deg, #267cb9 0%, #267cb9 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 50% 100%;
  -webkit-transition: background-size 0.25s ease-in, color 0.25s ease-in;
  transition: background-size 0.25s ease-in, color 0.25s ease-in;
}

.path-frontpage .image-with-text ~ .image-with-text ~ .image-with-text ~ .image-with-text a:focus, .path-frontpage .image-with-text ~ .image-with-text ~ .image-with-text ~ .image-with-text a:hover {
  background-size: 100% 100%;
  color: black;
}

.path-frontpage .image-width-text.no-image .image-with-text__image {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 0;
  margin-bottom: 0;
}

@media (min-width: 960px) {
  .path-frontpage .image-width-text.no-image .image-with-text__image {
    margin-left: 30px;
  }
}

.path-frontpage .image-width-text.no-image h2 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
}

/*------------------------------------*\
    $PATTERN LAB-SPECIFIC STYLES
\*------------------------------------*/
/**
 * This stylesheet is for styles you want to include only when the interface is being viewed within Pattern Lab.
 * This is helpful for displaying demo styles for grids, animations, color swatches, etc
 * It's also helpful for overriding context-specific styles like fixed or absolutely positioned elements
 * These styles will not be your production CSS.
 */
pre {
  margin-top: 0;
}

.sg-colors {
  overflow: hidden;
  margin: 5px;
  padding: 0;
}

.sg-colors > li {
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 0 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
}

.sg-colors > li .sg-swatch {
  display: block;
  height: 50px;
}

.sg-colors > li .sg-info {
  line-height: 1;
  padding: 1rem;
}

.sg-colors > li .sg-info > span,
.sg-colors > li .sg-info > code,
.sg-colors > li .sg-info > div {
  display: block;
  padding-bottom: .5rem;
}

@media all and (min-width: 400px) {
  .sg-colors > li {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
}

@media all and (min-width: 700px) {
  .sg-colors > li {
    width: 31%;
  }
  .sg-colors > li:nth-child(3n+1) {
    clear: both;
  }
}

.sg-breakpoints {
  overflow: hidden;
  position: relative;
}

.sg-breakpoints ul {
  margin: 0;
  padding: 0;
}

.sg-breakpoints li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sg-breakpoints .breakpoints > li {
  position: absolute;
  border-left: solid 3px #595959;
  height: 100%;
}

.sg-breakpoints .breakpoints > li > .label {
  display: block;
  background: #595959;
  padding: 3px;
  color: white;
}

.sg-breakpoints .breakpoints > li:hover {
  border-left-color: rgba(89, 89, 89, 0.3);
}

.sg-breakpoints .breakpoints > li:hover > .label {
  opacity: 0;
}

.sg-breakpoints .device_widths {
  padding-top: 20px;
}

.sg-breakpoints .device_widths > li {
  border-bottom: solid 3px #cccccc;
  text-align: right;
  margin-bottom: 15px;
  padding-right: 15px;
  border-right: solid 3px #cccccc;
}

.sg-font-sizes thead {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid black;
}

.sg-font-sizes th,
.sg-font-sizes td {
  text-align: left;
  white-space: nowrap;
  line-height: 1.5em;
}

.sg-font-sizes th:first-child,
.sg-font-sizes td:first-child {
  padding-right: 12px;
}

.demo__block {
  height: 200px;
  background-color: rgba(122, 122, 122, 0.5);
}

.icons-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 25px;
}

.icons-demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.icons__item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0.3em;
  margin: 0 0.5em 0.5em 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  line-height: 2em;
  overflow: hidden;
}

.icons__item:last-child {
  margin-bottom: 0.5em;
}

.icons__item i {
  display: inline-block;
  width: 32px;
  text-align: center;
}

.demo .g .gi {
  text-align: center;
  outline: dotted 1px #ccc;
}

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