@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://use.typekit.net/cnm7djn.css");
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body.open {
  overflow: hidden;
}

a {
  color: #5e48a8;
  text-decoration: none;
}

a:hover, a:focus, a.active {
  color: #5e48a8;
  text-decoration: none;
}

figure {
  margin: 0;
}

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

section {
  margin: 0 auto;
  position: relative;
}

figure {
  margin: 0;
}

.container {
  max-width: 768px;
  width: 90%;
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 1460px;
  }
}

.edit-link {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1000;
}

.row.align-centre {
  justify-content: center;
}
.row.align-right {
  justify-content: flex-end;
}
.row.align-middle {
  align-items: center;
}
.row.align-bottom {
  align-items: flex-end;
}

div[class*=col-].align-centre {
  margin-left: auto;
  margin-right: auto;
}
div[class*=col-].align-right {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .row-reverse {
    flex-direction: column-reverse;
  }
}
.btn-primary {
  background-color: #37D3FF;
  color: #5C1486;
  border: 2px solid #5E48A8;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  box-shadow: 0 6px 0 #5e48a8;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  border-radius: 15px;
  font-weight: bold;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #5C1486;
  background-color: white;
  box-shadow: 0 3px 0 #5e48a8;
  border-color: #5E48A8;
  transform: translateY(3px);
}
.btn-secondary {
  background-color: transparent;
  color: #5E48A8;
  border: 2px solid #5E48A8;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(92, 20, 134, 0.2);
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: rgba(94, 72, 168, 0.1);
  box-shadow: 0 20px 60px 0 rgba(92, 20, 134, 0.6);
  border-color: #5E48A8;
}

body input:not([type=submit]), body .fui-input, body .fui-textarea {
  border: 2px solid #37D3FF;
  padding: 0.75rem 1rem;
  border-radius: 5px;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  font-weight: bold;
  font-size: 1.1rem;
}
body input:not([type=submit]):focus, body .fui-input:focus, body .fui-textarea:focus {
  outline: none;
  border-color: #5E48A8;
  box-shadow: 0 0 0 3px rgba(94, 72, 168, 0.2);
}
body input[type=submit], body .fui-submit {
  background-color: #37D3FF !important;
  color: #5C1486 !important;
  border: 2px solid #5E48A8 !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 5px !important;
  box-shadow: 0 6px 0 #5e48a8 !important;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  border-radius: 15px !important;
  font-size: 1rem !important;
  font-weight: bold;
}
body input[type=submit]:hover, body input[type=submit]:focus, body input[type=submit]:active, body .fui-submit:hover, body .fui-submit:focus, body .fui-submit:active {
  color: #5C1486 !important;
  background-color: white !important;
  box-shadow: 0 3px 0 #5e48a8 !important;
  border-color: #5E48A8 !important;
  transform: translateY(3px) !important;
}
body .fui-checkbox label, body .fui-radio label {
  font-weight: bold;
  color: #5C1486;
  line-height: 120%;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0;
}
body .fui-checkbox label:before, body .fui-radio label:before {
  border: 2px solid #5C1486;
  border-radius: 5px;
  position: static;
  aspect-ratio: 1/1;
  margin-top: 2px;
}
body .fui-checkbox input:checked + label:before, body .fui-radio input:checked + label:before {
  background-color: #5C1486;
  border-color: #5C1486;
}
body .fui-alert {
  background-color: rgba(94, 72, 168, 0.1);
  border: 2px solid #5E48A8;
  color: #5E48A8;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(92, 20, 134, 0.2);
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  margin-bottom: 1rem;
}
body .fui-alert p {
  margin: 0;
}
body .fui-error-message, body .fui-success-message {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  font-style: italic;
}

.js-enabled .onScroll {
  opacity: 0;
  transform: translateY(-50px);
}

hr {
  margin: 5vh 0;
  border-color: #c5f1ff;
  opacity: 1;
}

.callout {
  display: inline-block;
  padding: 1.5rem 2rem;
  background-color: #5E48A8;
  color: white;
  border-radius: 15px;
  margin: 1rem auto;
}

html {
  font-family: "proxima-nova", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 130%;
}

body,
button,
input,
textarea,
select,
p {
  font-family: "proxima-nova", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  color: #5C1486;
}

.lead {
  letter-spacing: 0.4px;
  font-weight: bold;
}

small,
.small {
  font-size: 0.9rem;
  line-height: clamp(1rem, 1.25vw, 1.1rem);
}

h1, h2, h3, h4 {
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.4px;
}
h1 .subheading, h2 .subheading, h3 .subheading, h4 .subheading {
  font-weight: 400;
  display: block;
  font-size: 80%;
}
@media only screen and (max-width: 768px) {
  h1 br, h2 br, h3 br, h4 br {
    display: none;
  }
}

h1 {
  font-size: clamp(2rem, 2vw, 4rem);
  font-weight: 900;
  margin: 0 0 30px 0;
}

h2 {
  font-size: clamp(2rem, 1.75vw, 2.5rem);
  font-weight: 900;
  margin: 0 0 22.5px 0;
}

h3 {
  font-size: clamp(1.5rem, 1.25vw, 2.5rem);
  margin: 0 0 15px 0;
}

h4 {
  font-size: clamp(1.25rem, 1.25vw, 2rem);
  margin: 0 0 15px 0;
}

.fa-twitter {
  --fa: "\e61b" !important;
}

.fa-square-twitter, .fa-twitter-square {
  --fa: "\e61a" !important;
}

.fa-twitter:before, .fa-square-twitter:before, .fa-twitter-square:before {
  content: var(--fa) !important;
}

footer .copyright {
  font-size: 0.9rem;
  padding-right: 1rem;
  margin: 2px 0 0 0;
  color: white;
}
@media only screen and (max-width: 768px) {
  footer .copyright {
    padding-right: 0;
    text-align: center;
    display: block;
  }
}
footer nav ol, footer nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0 0.25rem;
}
footer .footer {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem 1rem;
}
@media only screen and (max-width: 768px) {
  footer .footer {
    justify-content: center;
  }
}
footer .footer a {
  font-size: 0.9rem;
  font-weight: bold;
  color: white;
}
footer .footer a:hover, footer .footer a:focus, footer .footer a:active {
  text-decoration: underline;
}
footer .social {
  display: flex;
  align-items: center;
  gap: 0.5rem 1rem;
}
@media only screen and (max-width: 768px) {
  footer .social {
    justify-content: center;
  }
}
footer .social a {
  font-size: 2rem;
  color: currentColor;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  display: inline-flex;
  padding: 4px 0;
}
footer .social a:hover, footer .social a:focus, footer .social a:active {
  box-shadow: 0 3px 0 #37d3ff;
  transform: translateY(-3px);
}
footer .footer-top {
  padding: 5rem 0;
}
footer .footer-top h3 {
  font-weight: bold;
}
footer .footer-top .footer-content {
  background-color: #37D3FF;
  padding: 4rem 2rem;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  footer .footer-top .footer-content {
    margin-bottom: 3rem;
  }
}
footer .footer-top .social a {
  font-size: 3rem;
}
footer .footer-top .social a:hover, footer .footer-top .social a:focus, footer .footer-top .social a:active {
  box-shadow: 0 3px 0 #5e48a8;
}
footer .footer-bottom {
  background-color: #5E48A8;
  color: white;
  padding: 2rem;
}
footer .footer-bottom .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem 1rem;
}
@media only screen and (max-width: 768px) {
  footer .footer-bottom .right {
    justify-content: center;
  }
}

.text-center nav {
  justify-content: center;
}
.text-center nav ol, .text-center nav ul {
  justify-content: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 1rem 0;
  background-color: rgba(197, 241, 255, 0.8);
  backdrop-filter: blur(10px);
}
header .container {
  position: relative;
  z-index: 2;
}
header .navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.2rem 2rem;
}
header .navigation .nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem 2rem;
}
header .navigation .nav-wrapper.primary {
  flex: 1;
  transition: none;
}
@media only screen and (max-width: 768px) {
  header .navigation .nav-wrapper.primary {
    opacity: 0;
    transform: translateX(100vw);
    flex-direction: column-reverse;
    position: fixed;
    overflow-y: auto;
    width: 100%;
    top: 0;
    height: 100vh;
    right: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.99);
    padding: 5rem 2rem 3rem 2rem;
    gap: 0.5rem 0;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
}
header .navigation nav ul, header .navigation nav ol {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  gap: 0.2rem 0.5rem;
}
header .navigation nav ul a, header .navigation nav ol a {
  display: inline-block;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
@media only screen and (max-width: 768px) {
  header .navigation nav.primary {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  header .navigation nav.primary ol {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  header .navigation nav.primary ol li, header .navigation nav.primary ol li a {
    width: 100%;
    font-size: 1.7rem;
  }
}
header .navigation nav.primary a {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  background-color: white;
  border: 2px solid #37D3FF;
}
header .navigation nav.primary a:hover, header .navigation nav.primary a:focus, header .navigation nav.primary a:active {
  color: #5C1486;
  background-color: white;
  box-shadow: 0 3px 0 #37d3ff;
  transform: translateY(-3px);
}
@media only screen and (max-width: 768px) {
  header .navigation nav.primary a:hover, header .navigation nav.primary a:focus, header .navigation nav.primary a:active {
    background-color: rgba(55, 211, 255, 0.2);
  }
}
header .navigation nav.secondary a, header .navigation nav.lang a {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  background-color: transparent;
  display: inline-block;
  color: #5C1486;
  border: 2px solid transparent;
  font-size: 0.9rem;
  font-weight: bold;
}
header .navigation nav.secondary a:hover, header .navigation nav.secondary a:focus, header .navigation nav.secondary a:active, header .navigation nav.lang a:hover, header .navigation nav.lang a:focus, header .navigation nav.lang a:active {
  color: #5C1486;
  background-color: white;
  box-shadow: 0 3px 0 #37d3ff;
  transform: translateY(-3px);
}
header .navigation nav.lang {
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  header .navigation nav.social {
    padding-right: 40px;
  }
}
header .navigation nav.social a {
  font-size: 2rem;
  border-radius: 5px;
  color: #5C1486;
}
header .navigation nav.social a:hover, header .navigation nav.social a:focus, header .navigation nav.social a:active {
  color: #5C1486;
  background-color: white;
  box-shadow: 0 3px 0 #37d3ff;
  transform: translateY(-3px);
}
header .toggle {
  display: none;
  width: 30px;
  height: 30px;
  gap: 2px;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  header .toggle {
    display: flex;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #5C1486;
    cursor: pointer;
  }
}
header .toggle > div {
  background-color: currentColor;
  width: 100%;
  height: 3px;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  border-radius: 2px;
}
header .toggle:hover > div, header .toggle:focus > div, header .toggle:active > div {
  background-color: #5C1486;
}

.open .toggle > div {
  opacity: 0;
}
.open .toggle > div:first-child {
  opacity: 1;
  transform: rotate(45deg) translate(8px, 8px);
}
.open .toggle > div:last-child {
  opacity: 1;
  transform: rotate(-45deg) translate(8px, -8px);
}
.open .navigation .nav-wrapper.primary {
  opacity: 1;
  transform: translateX(0);
}

.card {
  box-shadow: 0 10px 10px 0 rgba(92, 20, 134, 0.2);
  padding: 30px;
  border: 1px solid rgba(55, 211, 255, 0.05);
  border-radius: 0;
  flex-direction: revert;
  display: block;
}

.button-group input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  appearance: none;
  border: 0;
  background: transparent;
}
.button-group input[type=radio]:checked + label {
  background-color: #007bff;
  color: #fff;
}
.button-group label {
  display: inline-block !important;
  background-color: #f1f1f1;
  padding: 10px 20px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.button-group .form-check-inline {
  margin: 0 10px 0 0;
  padding: 0;
}

.entries-list.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
}
.entries-list.tiles .item {
  border: 1px solid #ccc;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-hero {
  background: linear-gradient(180deg, rgba(55, 211, 255, 0.3) 20%, rgba(55, 211, 255, 0) 100%);
  padding: 18vh 0 15rem;
}
@media only screen and (max-width: 768px) {
  .section-hero {
    padding: 8rem 0 10rem;
  }
}
.section-hero .hero-caption {
  position: relative;
  z-index: 2;
  background-color: white;
  padding: 4.5rem;
  border-radius: 15px;
  border: 2px solid #37D3FF;
  color: #5C1486;
}
@media only screen and (max-width: 768px) {
  .section-hero .hero-caption {
    border-radius: 15px 15px 0 0;
    border-bottom: none;
    padding: 2.7rem;
  }
}
.section-hero .hero-caption h1 {
  font-size: 2.5rem;
}
.section-hero .hero-caption h1 .subheading {
  font-size: 1.75rem;
  font-weight: 500;
}
.section-hero .hero-caption h1 .subheading strong {
  display: inline-block;
}
.section-hero .hero-caption .lead {
  font-weight: 400;
}
.section-hero .hero-caption p:last-child {
  margin-bottom: 0;
}
.section-hero .hero-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 15px 37px rgba(55, 211, 255, 0.2);
  margin-left: -8rem;
  width: calc(100% + 8rem);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .section-hero .hero-image {
    margin-left: 0;
    width: 100%;
    border-radius: 0 0 30px 30px;
  }
}

.section-hero + section {
  margin: -8rem auto 5rem !important;
}
@media only screen and (max-width: 768px) {
  .section-hero + section {
    margin: -5rem auto 5rem !important;
  }
}

.section-about .story-content {
  background: rgb(0, 162.24, 208);
  border-radius: 15px;
  padding: 1.5rem 1rem 1rem;
  margin: 5rem auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1272px;
}
@media only screen and (max-width: 768px) {
  .section-about .story-content {
    margin: 5rem auto;
  }
}
.section-about .story-content h2 {
  color: #fff;
  text-align: center;
  font-size: 2.25rem;
}
.section-about .story-content .video-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.section-about .story-content .video-wrapper video, .section-about .story-content .video-wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
}

.section-why {
  margin: 12rem auto;
}
@media only screen and (max-width: 768px) {
  .section-why {
    margin: 5rem auto;
  }
}
.section-why .why-attachments a {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  background: white;
  text-align: left;
  line-height: 120%;
}
.section-why .why-attachments a:before {
  content: "\f15b";
  font-family: "Font Awesome 7 Free", sans-serif;
  font-weight: bold;
  display: inline-block;
  padding-right: 1rem;
}
.section-why .why-attachments a:hover, .section-why .why-attachments a:focus {
  background: #c5f1ff;
}

.section-priorities {
  margin: 8rem auto;
}
@media only screen and (max-width: 768px) {
  .section-priorities {
    margin: 5rem auto;
  }
}
.section-priorities .priorities-content {
  background-color: #5E48A8;
  background: linear-gradient(180deg, rgb(94, 72, 168) 0%, rgb(54, 32, 122) 100%);
  margin: 0 auto;
  padding: 3rem 3rem 5rem;
  border-radius: 15px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .section-priorities .priorities-content {
    padding: 2rem 1.5rem 3rem;
  }
}
.section-priorities .priorities-content p, .section-priorities .priorities-content lead {
  color: #37D3FF;
  line-height: 120%;
  font-size: 1.4rem;
}
.section-priorities .priorities-content .priorities-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.5rem;
  margin-top: 3rem;
  justify-content: center;
}
.section-priorities .priorities-content .priorities-grid .card {
  flex: 0 100%;
  border-radius: 10px;
  padding: 1.5rem;
  background-color: rgb(0, 162.24, 208);
  border: 2px solid white;
  box-shadow: 0 10px 0 0 white;
  color: white;
  font-weight: bold;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
@media only screen and (min-width: 769px) {
  .section-priorities .priorities-content .priorities-grid .card {
    flex: 0 45%;
  }
}
@media only screen and (min-width: 992px) {
  .section-priorities .priorities-content .priorities-grid .card {
    flex: 0 30%;
  }
}
.section-priorities .priorities-content .priorities-grid .card h3 {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.4vw, 1.5rem);
  line-height: 130%;
}
.section-priorities .priorities-content .priorities-grid .card:hover {
  box-shadow: 0 20px 0 0 white;
  transform: translateY(-10px) !important;
  background-color: rgb(0, 142.35, 182.5);
}

.section-background {
  margin: 8rem auto;
}
@media only screen and (max-width: 768px) {
  .section-background {
    margin: 5rem auto;
  }
}
.section-background .row {
  gap: 3rem;
}

.section-vote {
  margin: 8rem auto;
}
@media only screen and (max-width: 768px) {
  .section-vote {
    margin: 5rem auto;
  }
}
.section-vote .vote-content {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}
.section-vote .vote-content .lead {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

marker, .marker {
  background: #c5f1ff;
}/*# sourceMappingURL=style.css.map */