*,
*:after,
*:before {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth; }

html,
body,
div,
span,
ul {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  display: flex;
  flex-direction: column;
  color: #202020;
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  min-height: 100vh;
  position: relative;
  scroll-behavior: smooth;
  text-align: left;
  overflow-x: hidden; }
  @media screen and (min-width: 900px) {
    body {
      font-size: 20px; } }
  body.small {
    font-size: 14px; }
    @media screen and (min-width: 900px) {
      body.small {
        font-size: 16px; } }
.skip-to-content-link {
  background: #000;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  width: auto;
  height: auto;
  left: 0;
  padding: 10px;
  position: absolute;
  transform: translateY(-100%);
  transition: 0.3s;
  z-index: 1000; }
  .skip-to-content-link:focus {
    transform: translateY(0%); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: josefin-sans, sans-serif;
  font-weight: 500;
  line-height: 110%;
  margin-top: 0;
  margin-bottom: 0; }
  h1 a,
  h2 a,
  h3 a,
  .h1 a,
  .h2 a,
  .h3 a {
    color: inherit;
    text-decoration: inherit; }

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: lato, sans-serif;
  font-weight: 500;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 0; }
  h4 a,
  h5 a,
  h6 a,
  .h4 a,
  .h5 a,
  .h6 a {
    color: inherit;
    text-decoration: inherit; }

h1,
.h1 {
  color: #014661;
  font-size: 28px; }
  @media screen and (min-width: 425px) {
    h1,
    .h1 {
      font-size: 36px; } }
  @media screen and (min-width: 900px) {
    h1,
    .h1 {
      font-size: 52px; } }
h2,
.h2 {
  font-size: 28px; }
  @media screen and (min-width: 699px) {
    h2,
    .h2 {
      font-size: 32px; } }
  @media screen and (min-width: 900px) {
    h2,
    .h2 {
      font-size: 44px; } }
h3,
.h3 {
  font-size: 20px; }
  @media screen and (min-width: 900px) {
    h3,
    .h3 {
      font-size: 32px; } }
h4,
.h4 {
  font-size: 18px; }
  @media screen and (min-width: 900px) {
    h4,
    .h4 {
      font-size: 24px; } }
h5,
.h5 {
  font-size: 18px;
  font-weight: 800; }
  @media screen and (min-width: 900px) {
    h5,
    .h5 {
      font-size: 20px; } }
h6,
.h6 {
  font-size: 16px;
  font-weight: 400; }
  @media screen and (min-width: 900px) {
    h6,
    .h6 {
      font-size: 18px; } }
ul {
  list-style: none; }

li {
  line-height: 2rem; }

a {
  color: #202020;
  text-decoration: none; }
  a:hover {
    color: #007698; }

.uppercase {
  text-transform: uppercase; }

.container {
  width: 100%;
  max-width: 1600px; }

.bkgd--green {
  background-color: #658d1b;
  color: #ffffff; }

.bkgd--dark-green {
  background-color: #4d5e2b;
  color: #ffffff; }

.bkgd--dark-blue {
  background-color: #014661;
  color: #ffffff; }

.bkgd--blue {
  background-color: #007698;
  color: #ffffff; }

.bkgd--orange {
  background-color: #d85b3b;
  color: #ffffff; }

.bkgd--grey {
  background-color: #f0f0f0; }

.bkgd--mustard {
  background-color: #b58e02;
  color: #ffffff; }

.climate span a:hover,
.democracy span a:hover,
.economic_justice_for_women span a:hover {
  color: #014661; }

.climate span,
.climate a {
  color: #658d1b; }

.democracy span,
.democracy a {
  color: #d85b3b; }

.economic_justice_for_women span,
.economic_justice_for_women a {
  color: #007698; }

.btn,
button,
.button-primary,
.button-secondary,
input[type='submit'] {
  display: inline-block;
  background-color: #f0f0f0;
  border: 0;
  color: #014661;
  font-family: lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  text-align: center;
  transition: 0.3s all;
  cursor: pointer; }
  @media screen and (max-width: 699px) {
    .btn,
    button,
    .button-primary,
    .button-secondary,
    input[type='submit'] {
      font-size: 16px;
      padding: 0.5rem 1rem; } }
  .btn:hover, .btn.selected,
  button:hover,
  button.selected,
  .button-primary:hover,
  .button-primary.selected,
  .button-secondary:hover,
  .button-secondary.selected,
  input[type='submit']:hover,
  input.selected[type='submit'] {
    background-color: #007698;
    color: #ffffff; }
  .btn.btn-small,
  button.btn-small,
  .button-primary.btn-small,
  .button-secondary.btn-small,
  input.btn-small[type='submit'] {
    font-size: 16px;
    padding: 8px 20px; }
  .btn.btn-block,
  button.btn-block,
  .button-primary.btn-block,
  .button-secondary.btn-block,
  input.btn-block[type='submit'] {
    display: block;
    width: 100%; }

.button-secondary {
  background-color: #014661;
  color: #ffffff;
  cursor: pointer; }
  .button-secondary:hover, .button-secondary.selected {
    background-color: #007698;
    color: #ffffff; }

img {
  display: block;
  height: auto;
  width: 100%; }

a img {
  border: 0; }

a:focus,
input:focus,
select:focus,
textarea:focus,
.btn:focus,
button:focus {
  text-decoration: none; }

input::-ms-clear {
  display: none; }

.hidden {
  visibility: hidden; }

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0; }

header {
  display: flex;
  justify-content: center;
  background-color: #014661;
  padding: 1.25rem 0;
  position: relative;
  z-index: 999; }
  header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 90%;
    max-width: 1440px; }
    @media screen and (min-width: 900px) {
      header .wrapper {
        max-width: 1600px; } }
    header .wrapper .h-logo {
      height: auto;
      width: 16rem; }
  header button {
    border: none;
    color: #ffffff;
    background-color: #014661;
    font-family: lato, sans-serif;
    cursor: pointer; }
    header button:hover {
      background-color: transparent; }
  header .menu {
    position: relative; }
  header .menu-bar {
    display: flex;
    align-items: center; }
    header .menu-bar li:first-child .dropdown {
      flex-direction: initial; }
    header .menu-bar .nav-link {
      font-size: .9rem;
      font-weight: 500;
      margin: 0 .6rem;
      padding: 0;
      min-width: 60px;
      text-transform: uppercase; }
      header .menu-bar .nav-link i {
        font-size: 1.5em;
        line-height: 0.5em; }
      header .menu-bar .nav-link:hover span {
        text-decoration: underline;
        text-underline-offset: 6px; }
      @media only screen and (min-width: 1200px) {
        header .menu-bar .nav-link {
          font-size: 1.1rem;
          margin: 0 .8rem; } }
  header .nav-start {
    display: flex;
    align-items: center; }
  header #nav-end {
    display: block; }
    @media (min-width: 1200px) {
      header #nav-end {
        display: none; } }
  header .dropdown {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    min-width: 200px;
    position: absolute;
    top: 36px;
    transform: scale(0.97) translateX(-5px);
    transition: 0.1s ease-in-out;
    visibility: hidden;
    z-index: 1; }
    @media only screen and (max-width: 1200px) {
      header .dropdown {
        margin-top: 1em; } }
    header .dropdown ul {
      display: flex;
      flex-direction: column;
      font-size: 1rem;
      gap: 0.5rem;
      padding: 1.2rem; }
  header .dropdown.active {
    opacity: 1;
    transform: scale(1) translateX(5px);
    visibility: visible; }
  header .dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.15rem; }
  header .dropdown-link {
    display: flex;
    color: #014661;
    font-size: 1rem;
    font-weight: 700;
    gap: 0.25rem;
    padding: 0.25rem 0;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    text-decoration: none; }
    header .dropdown-link:hover {
      color: #007698;
      text-decoration: underline;
      text-underline-offset: 6px; }
  header #hamburger {
    display: none;
    margin-left: 1rem;
    padding: 0.1rem;
    width: 25px; }
  @media screen and (max-width: 900px) {
    header #hamburger {
      display: block; }
    header .menu {
      display: none;
      position: absolute;
      top: 90px;
      left: 0;
      min-height: 100vh;
      width: 100vw; }
    header .menu-bar {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      margin: 0 auto;
      padding: 1rem;
      row-gap: 1rem;
      width: 82.5%; }
      header .menu-bar li:first-child .dropdown {
        min-width: 100%; }
      header .menu-bar .nav-link {
        display: flex;
        justify-content: space-between;
        font-size: 1rem;
        font-weight: 600;
        margin: 0;
        width: 100%; }
    header .dropdown {
      display: none;
      border: none !important;
      background-color: #ffffff;
      min-width: 100%;
      position: static;
      top: 0;
      left: 0;
      transform: none;
      visibility: visible; }
    header .menu.show {
      display: block;
      background-color: #014661; }
    header .menu-btn,
    header .menu-close {
      display: none; } }
  @media screen and (max-width: 900px) and (max-width: 1200px) {
    header .menu-btn,
    header .menu-close {
      display: block; } }
  @media screen and (max-width: 900px) {
      header .menu-btn img,
      header .menu-close img {
        height: 25px;
        width: 25px;
        cursor: pointer; }
    header .menu-close {
      display: none; }
    header .dropdown.active {
      display: block; } }
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1; }

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }
  section.text-block,
  section .text-block {
    max-width: 1200px;
    margin: 1.5rem auto;
    align-items: start;
    width: 100%;
    padding: 0 1rem; }
    section.text-block h3, section.text-block .h3,
    section .text-block h3,
    section .text-block .h3 {
      margin: 1rem 0; }
    section.text-block p a,
    section .text-block p a {
      text-decoration: underline;
      text-underline-offset: 4px; }
    @media screen and (min-width: 900px) {
      section.text-block,
      section .text-block {
        margin: 2.5rem auto;
        width: 90%; } }
    @media screen and (min-width: 1600px) {
      section.text-block,
      section .text-block {
        max-width: 1600px;
        margin: 4rem auto; } }
  section.color-block,
  section .color-block {
    margin: 0 0 1.5rem;
    max-width: 1200px; }
    @media screen and (min-width: 900px) {
      section.color-block,
      section .color-block {
        margin: 0 0 3rem; } }
    @media screen and (min-width: 1600px) {
      section.color-block,
      section .color-block {
        max-width: 1600px;
        margin: 0 0 5rem; } }
    section.color-block p a:hover,
    section .color-block p a:hover {
      color: #ffffff;
      text-decoration: underline;
      text-underline-offset: 4px; }
  section .program-title-block {
    padding: 25px; }
    @media screen and (min-width: 900px) {
      section .program-title-block {
        padding: 50px; } }
    section .program-title-block a {
      color: #ffffff; }
      section .program-title-block a:hover {
        color: #007698; }
  section .program-title-block:first-of-type {
    margin-bottom: 1rem; }
    @media screen and (min-width: 900px) {
      section .program-title-block:first-of-type {
        margin-bottom: 2rem; } }
  section .program-container {
    width: 100%; }
  section .program-areas {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    @media screen and (min-width: calc(699px + 1px)) {
      section .program-areas {
        flex-direction: row; } }
    section #program-one.program-areas, section #program-two.program-areas, section #program-three.program-areas {
      display: flex; }
      @media screen and (min-width: calc(699px + 1px)) {
        section #program-one.program-areas, section #program-two.program-areas, section #program-three.program-areas {
          height: 400px; } }
      @media screen and (min-width: 1600px) {
        section #program-one.program-areas, section #program-two.program-areas, section #program-three.program-areas {
          height: 550px; } }
    @media screen and (min-width: calc(699px + 1px)) {
      section #program-two.program-areas .image-container {
        order: 2; } }
    section .program-areas .program-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      row-gap: 25px;
      flex-basis: 50%;
      padding: 25px;
      min-height: 300px; }
      @media screen and (min-width: calc(699px + 1px)) {
        section .program-areas .program-content {
          padding: 50px;
          justify-content: space-between; } }
      section .program-areas .program-content h3,
      section .program-areas .program-content .h3 {
        margin: 0;
        font-size: 24px; }
        @media screen and (min-width: 699px) {
          section .program-areas .program-content h3,
          section .program-areas .program-content .h3 {
            font-size: 32px; } }
        @media screen and (min-width: 1200px) {
          section .program-areas .program-content h3,
          section .program-areas .program-content .h3 {
            font-size: 36px; } }
    section .program-areas .image-container {
      background-position: center;
      background-size: cover;
      flex-basis: 50%;
      height: 100%;
      width: 100%;
      min-height: 300px; }

section.caption-block {
  margin-right: 1rem;
  font-size: 14px; }
  section.caption-block .caption {
    align-self: end; }

.hero-home-container,
.hero-program-container {
  display: inline-block;
  margin: 0;
  width: 100vw;
  position: relative; }

.hero-home-container {
  height: 40vh; }
  @media screen and (min-width: 699px) {
    .hero-home-container {
      height: 55vh; } }
  @media screen and (min-width: 900px) {
    .hero-home-container {
      height: 75vh; } }
.hero-program-container {
  height: 45vh; }
  @media screen and (min-width: 1200px) {
    .hero-program-container {
      height: 65vh; } }
.hero-item {
  background-color: #658d1b;
  width: 100%;
  height: 100%; }

.hero-text {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: .8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media screen and (min-width: calc(699px + 1px)) {
    .hero-text {
      padding: 1.5rem 3rem; } }
.callout-block {
  padding: 25px;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: calc(699px + 1px)) {
    .callout-block {
      padding: 50px; } }
  .callout-block h3 {
    line-height: 150%;
    margin: 0 auto;
    max-width: 1050px; }
    @media screen and (min-width: 1600px) {
      .callout-block h3 {
        max-width: 1600px; } }
.image-with-text-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 1200px;
  min-height: 300px;
  margin: 0 1rem; }
  @media screen and (min-width: calc(699px + 1px)) {
    .image-with-text-block {
      flex-direction: row; } }
  @media screen and (min-width: 900px) {
    .image-with-text-block {
      min-height: 400px; } }
  @media screen and (min-width: 1600px) {
    .image-with-text-block {
      max-width: 1600px; } }
  .image-with-text-block .image-container {
    flex: 1;
    min-height: 100%;
    height: auto; }
    .image-with-text-block .image-container img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .image-with-text-block .content-container {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media screen and (min-width: 699px) {
      .image-with-text-block .content-container {
        padding: 50px; } }
    .image-with-text-block .content-container h3 {
      line-height: 135%;
      text-align: center; }

.funders-logo-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 4.5rem;
  padding-bottom: 4rem;
  width: 100%; }
  .funders-logo-grid .logo,
  .funders-logo-grid .logo a {
    background: #ffffff;
    padding: 1em;
    height: 125px;
    width: 250px;
    display: block; }
    .funders-logo-grid .logo img,
    .funders-logo-grid .logo a img {
      height: 100%;
      width: 100%;
      object-fit: contain; }

.article-container {
  display: block;
  justify-content: flex-start;
  margin: 2.5rem auto;
  max-width: 1200px;
  width: 100%; }
  @media screen and (min-width: calc(699px + 1px)) {
    .article-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 4rem; } }
  @media screen and (min-width: 1600px) {
    .article-container {
      max-width: 1600px; } }
  .article-container .article-container img {
    width: 100%; }
  .article-container .article-image {
    justify-self: center;
    aspect-ratio: 1;
    height: 300px;
    width: 100%; }
    @media screen and (min-width: calc(699px + 1px)) {
      .article-container .article-image {
        height: 250px;
        width: 250px; } }
    .article-container .article-image img {
      border-radius: 0;
      aspect-ratio: 1;
      height: 100%;
      width: 100%;
      object-fit: cover; }
      @media screen and (min-width: calc(699px + 1px)) {
        .article-container .article-image img {
          border-radius: 50%; } }
  .article-container .article-text {
    height: auto;
    width: auto;
    gap: 2rem; }
    .article-container .article-text span {
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 3px;
      padding: 0;
      text-transform: uppercase; }
    .article-container .article-text small span {
      font-size: 14px;
      font-weight: 400; }
    .article-container .article-text h3, .article-container .article-text .h3 {
      margin: 0.3rem 0 0; }

.article-container.text-block {
  align-items: start; }
  @media screen and (min-width: calc(699px + 1px)) {
    .article-container.text-block {
      align-items: center; } }
.category-title {
  margin-top: 1rem;
  text-transform: capitalize; }

.news {
  padding-top: 1rem; }
  .news select {
    appearance: none;
    -webkit-appearance: none;
    padding: 7px 40px 7px 12px;
    width: 100%;
    border: 1px solid #e8eaed;
    background: #ffffff;
    box-shadow: 0 1px 3px -2px #9098a9;
    cursor: pointer;
    font-family: inherit;
    font-size: 1rem;
    transition: all 150ms ease;
    min-width: 350px; }
  .news label {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .news .toggle-arrow {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat; }
  .news .toggle-arrow:focus {
    background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    outline: 0; }

.pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }
  .pagination .btn {
    border: none;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 900px) {
      .pagination .btn {
        padding-left: 15px;
        padding-right: 15px; } }
  .pagination .pagination-numbers a,
  .pagination .pagination-numbers span {
    display: inline-block;
    text-decoration: none;
    margin-left: 2px;
    margin-right: 2px; }

.article-data {
  margin-top: 1rem; }
  .article-data span {
    font-size: 1rem;
    letter-spacing: 4px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-align: left;
    text-transform: uppercase;
    padding: 0; }
  .article-data span.divider {
    margin: 0 1em;
    padding: 0; }

.single-article-image {
  aspect-ratio: auto;
  margin: 0 auto 4rem; }
  .single-article-image figure {
    height: 40vh; }
    @media screen and (min-width: 900px) {
      .single-article-image figure {
        height: 60vh; } }
    .single-article-image figure img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .single-article-image figcaption {
    font-size: 14px;
    text-align: right;
    line-height: 1.8; }

.article-tags {
  align-self: flex-start; }
  .article-tags span {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase; }

.recommended-articles {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 0;
  width: 100%; }
  @media screen and (min-width: calc(699px + 1px)) {
    .recommended-articles {
      flex-direction: row;
      justify-content: space-evenly;
      gap: 2rem; } }
.article-preview-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  margin: 2rem 0;
  max-width: 100%; }
  @media screen and (min-width: calc(699px + 1px)) {
    .article-preview-container {
      width: 30%;
      max-width: 350px; } }
  .article-preview-container .article-content {
    justify-self: start; }
    .article-preview-container .article-content .article-image {
      width: 100%; }
      .article-preview-container .article-content .article-image img {
        aspect-ratio: 2 / 1.25;
        object-fit: cover; }
      @media screen and (min-width: calc(699px + 1px)) {
        .article-preview-container .article-content .article-image {
          max-width: 350px;
          max-height: 250px; } }
    .article-preview-container .article-content .article-text p {
      font-weight: 500;
      padding: 1.2rem 0;
      margin: 0; }
    .article-preview-container .article-content .article-text span {
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 3px;
      text-transform: uppercase;
      padding: 0; }
    .article-preview-container .article-content .article-text a {
      text-decoration: none; }

.team-hero {
  background-size: cover;
  background-position: top center;
  min-height: 575px;
  width: 100%; }
  @media screen and (min-width: 1600px) {
    .team-hero {
      min-height: 750px; } }
  @media screen and (max-width: 1200px) {
    .team-hero {
      min-height: 400px;
      width: 100%; } }
  @media screen and (max-width: 900px) {
    .team-hero {
      min-height: 300px;
      width: 100%; } }
  @media screen and (max-width: 699px) {
    .team-hero {
      min-height: 200px;
      width: 100%; } }
  @media screen and (max-width: 425px) {
    .team-hero {
      min-height: 150px;
      width: 100%; } }
.team-header p {
  text-align: left;
  font-size: 1.1em; }
  @media screen and (max-width: 1600px) {
    .team-header p {
      margin-left: 1em;
      margin-right: 1em; } }
.trustees ul {
  padding: 2rem 0 0 1rem; }

.trustees li {
  line-height: 2; }

ul.team-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1rem 2rem;
  margin: 2rem 0 0;
  width: 100%; }
  @media screen and (min-width: 699px) {
    ul.team-grid {
      gap: 2rem 3rem; } }
  ul.team-grid li {
    margin: 0;
    color: #202020;
    width: 40%;
    font-weight: 500;
    line-height: 115%; }
    ul.team-grid li:hover {
      color: #007698; }
    @media screen and (max-width: 699px) {
      ul.team-grid li {
        font-size: 18px; } }
    @media screen and (min-width: 699px) {
      ul.team-grid li {
        width: 20%; } }
    ul.team-grid li p {
      margin: 0.2rem 0 0; }
    ul.team-grid li span {
      color: #202020; }
    ul.team-grid li img {
      aspect-ratio: 0.8;
      object-fit: cover; }

.profile-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: start;
  justify-content: center;
  gap: 3rem;
  margin: 4rem 1rem;
  max-width: 1200px; }
  @media screen and (max-width: 900px) {
    .profile-container {
      flex-flow: column nowrap;
      align-items: center; } }
  .profile-container .image-container {
    height: 400px;
    width: auto; }
    @media screen and (min-width: 900px) {
      .profile-container .image-container {
        height: auto;
        max-height: 600px;
        flex: 1; } }
    .profile-container .image-container img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  @media screen and (min-width: 900px) {
    .profile-container .profile-content {
      flex: 1; } }
  @media screen and (min-width: 1200px) {
    .profile-container .profile-content {
      flex: 2; } }
  .profile-container .profile-content button {
    margin-top: 2rem; }
  .profile-container .profile-content a {
    text-decoration: underline;
    text-underline-offset: 4px; }

button.ac-trigger:hover {
  color: #202020; }

button.ac-trigger {
  padding: 0;
  text-transform: none; }

.timeline {
  color: #202020;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 2rem;
  position: relative;
  width: 100%;
  max-width: 1440px; }
  .timeline:after {
    background: #007698;
    content: '';
    margin-left: -1.5px;
    position: absolute;
    top: 4rem;
    bottom: 5.5rem;
    left: 50%;
    width: 4px; }
  .timeline .year {
    background: #ffffff;
    border: 3px solid #007698;
    clear: both;
    margin: 1rem auto;
    max-width: 400px;
    padding: 1rem;
    position: relative;
    z-index: 1; }
    .timeline .year :hover {
      color: #007698; }
  .timeline .event-group {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (min-width: 699px) {
      .timeline .event-group {
        display: block; } }
  .timeline .event-container {
    display: block;
    clear: both;
    position: relative;
    width: 90%;
    height: auto; }
    @media all and (min-width: 699px) {
      .timeline .event-container {
        width: 50%;
        padding: 10px 50px; } }
    .timeline .event-container:last-of-type {
      margin-bottom: 2rem !important; }
    .timeline .event-container:nth-of-type(odd) {
      float: left;
      clear: left;
      margin-top: 2em; }
      @media all and (min-width: calc(699px + 1px)) {
        .timeline .event-container:nth-of-type(odd) {
          margin-top: 2em; } }
      @media all and (max-width: 699px) {
        .timeline .event-container:nth-of-type(odd) {
          display: inline-block;
          float: none; } }
    .timeline .event-container:nth-of-type(even) {
      float: right;
      clear: right;
      margin-top: 2rem;
      position: relative; }
      @media all and (min-width: calc(699px + 1px)) {
        .timeline .event-container:nth-of-type(even) {
          margin-top: 7em; } }
      @media all and (max-width: 699px) {
        .timeline .event-container:nth-of-type(even) {
          display: inline-block;
          float: none; } }
      .timeline .event-container:nth-of-type(even):before {
        left: 8px; }
        @media screen and (max-width: 699px) {
          .timeline .event-container:nth-of-type(even):before {
            display: none; } }
      .timeline .event-container:nth-of-type(even):after {
        left: -8px; }
        @media screen and (max-width: 699px) {
          .timeline .event-container:nth-of-type(even):after {
            display: none; } }
    .timeline .event-container:before {
      background: #007698;
      content: '';
      height: 4px;
      position: absolute;
      top: calc(50% - 1px);
      right: 8px;
      width: 100px;
      z-index: 1; }
      @media screen and (max-width: 699px) {
        .timeline .event-container:before {
          display: none; } }
    .timeline .event-container:after {
      background: #007698;
      border: 4px solid #007698;
      border-radius: 16px;
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      top: calc(50% - 9px);
      right: -10px;
      z-index: 1; }
      @media screen and (max-width: 699px) {
        .timeline .event-container:after {
          display: none; } }
    .timeline .event-container .event {
      background: #ffffff;
      border: 3px solid #007698;
      padding: 1.5em;
      position: relative;
      z-index: 5; }
      .timeline .event-container .event .media {
        width: auto;
        height: auto;
        padding: 1rem 0; }
        .timeline .event-container .event .media img {
          height: 100%;
          width: 100%;
          object-fit: contain; }

footer {
  display: flex;
  flex-direction: column;
  align-items: start;
  background-color: #014661;
  color: #ffffff;
  padding: 2rem; }
  @media screen and (min-width: 699px) {
    footer {
      align-items: center; } }
  footer a {
    color: #ffffff; }
  footer .footer-container {
    display: flex;
    flex-direction: column;
    max-width: 1200px; }
    @media screen and (min-width: 900px) {
      footer .footer-container {
        flex-direction: row;
        width: 90%; } }
    @media screen and (min-width: 1600px) {
      footer .footer-container {
        max-width: 1600px; } }
  footer .logo-block {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: start;
    margin-bottom: 2rem; }
    @media screen and (min-width: 699px) {
      footer .logo-block {
        flex-direction: row;
        justify-content: space-between; } }
    @media screen and (min-width: 900px) {
      footer .logo-block {
        flex-direction: column;
        margin-bottom: 0;
        justify-content: start; } }
  footer .footer-logo img {
    width: 16rem; }
    @media screen and (min-width: 1600px) {
      footer .footer-logo img {
        width: 20rem; } }
  footer .address {
    margin-top: 2rem;
    min-width: 300px; }
    footer .address li {
      font-size: 16px;
      line-height: 1.5; }
    footer .address a:hover {
      color: #ffffff;
      text-decoration: underline;
      text-underline-offset: 4px; }
  footer .footer-menu {
    flex: 1;
    margin-top: 2rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem; }
    @media screen and (min-width: 699px) {
      footer .footer-menu {
        flex-flow: row wrap;
        margin-top: 1rem; } }
    footer .footer-menu ul {
      padding: 0.3rem 0; }
      footer .footer-menu ul li {
        line-height: 1.8; }
        footer .footer-menu ul li a {
          text-decoration: none;
          color: #ffffff; }
          footer .footer-menu ul li a:hover {
            text-decoration: underline;
            text-underline-offset: 5px; }
          footer .footer-menu ul li a:focus, footer .footer-menu ul li a:active {
            color: #007698; }
    footer .footer-menu > div {
      min-width: 300px; }
      @media screen and (min-width: 699px) {
        footer .footer-menu > div {
          min-height: 175px; } }
      footer .footer-menu > div h3 {
        font-size: 24px; }
        @media screen and (min-width: 1600px) {
          footer .footer-menu > div h3 {
            font-size: 32px; } }
      footer .footer-menu > div p {
        font-size: 18px; }
  footer small {
    margin-top: 2rem; }

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 15px;
  background-color: rgba(33, 33, 33, 0.9);
  color: white;
  text-align: center;
  padding: 1em; }
  .cookie-banner button {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 0 15px;
    cursor: pointer; }

/**
 * Accordion v3.3.4
 * Lightweight and accessible accordion module created in pure Javascript
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */

.ac {
  margin-top: 8px;
  /* border: 1px solid #eee;
  background-color: #fff; */
  box-sizing: border-box;
}
.ac .ac-header {
  margin: 0;
  padding: 0;
}
.ac .ac-trigger {
  /* font: bold 16px "Arial", sans-serif; */
  /* color: #111; */
  /* text-align: left; */
  width: 100%;
  /* padding: 8px 32px 8px 8px; */
  display: block;
  cursor: pointer;
  background-color: transparent;
  transition: color 0.25s ease;
  position: relative;
  /* text-decoration: none; */
  margin: 0;
  border: 0;
}
/* .ac .ac-trigger::after {
  content: "+";
  text-align: center;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
} */
/* .ac .ac-trigger:focus {
  color: #8a8a8a;
} */
.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}
.ac .ac-panel .ac-text {
  /* font: 15px/24px "Arial", sans-serif; */
  /* color: #111; */
  padding: 8px;
  margin: 0;
}
.ac.js-enabled .ac-panel {
  visibility: hidden;
}
.ac.is-active .ac-panel {
  visibility: visible;
}
/* .ac.is-active > .ac-header .ac-trigger::after {
  content: "–";
} */
lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    top: 0;
    /* Pixel-perfect port of YT's gradient PNG, using https://github.com/bluesmoon/pngtocss plus optimizations */
    background-image: linear-gradient(180deg, rgb(0 0 0 / 67%) 0%, rgb(0 0 0 / 54%) 14%, rgb(0 0 0 / 15%) 54%, rgb(0 0 0 / 5%) 72%, rgb(0 0 0 / 0%) 94%);
    height: 99px;
    width: 100%;
    font-family: "YouTube Noto",Roboto,Arial,Helvetica,sans-serif;
    color: hsl(0deg 0% 93.33%);
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    font-size: 18px;
    padding: 25px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

lite-youtube:hover::before {
    color: white;
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
    display: block;
    /* Make the button element cover the whole area for a large hover/click target… */
    width: 100%;
    height: 100%;
    /* …but visually it's still the same size */
    background: no-repeat center/68px 48px;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    position: absolute;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
