/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

:root {
  --theme-palette-color-1: #f2b705;
  --theme-palette-color-2: #1EA4D9;
  --theme-palette-color-3: #064259;
  --theme-palette-color-5: #585959;
  --theme-palette-color-7: #F0F2F2;
}
a {
  color: #064259;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.blockquote {
  border-left: 5px solid #1EA4D9;
}
.contentpassword-error {
  color: var(--bs-danger);
}
.contentpassword-password {
  border: 0;
  border-bottom: 2px solid #064259;
  border-radius: 0;
  background: transparent;
  padding: 0.75rem 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  box-shadow: none;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.contentpassword-password:focus {
  border-bottom-color: #f2b705;
  box-shadow: none;
  outline: none;
}
.form-floating > .contentpassword-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.form-floating {
  width: 300px;
}
#g-page-surround {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
}
:focus-visible {
  outline: 3px solid #1EA4D9;
  outline-offset: 3px;
  color: #064259;
}
@font-face {
  font-family: "Figtree";
  src: url('../fonts/figtree/Figtree-VariableFont_wght.woff2') format("woff2");
  font-weight: 300 900;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url('../fonts/figtree/Figtree-Italic-VariableFont_wght.woff2') format("woff2");
  font-weight: 300 900;
  font-style: italic;
}
a:hover {
  color: #1882ac;
}
#logo-2423-particle {
  margin: 0;
  padding: 0;
}
#g-main .row {
  --bs-gutter-x: 0;
}
@media only all and (min-width: 62rem) and (max-width: 74.99rem) {
  .row {
    margin-left: calc(var(--bs-gutter-x) * -.5);
  }
}
.col h1 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: clamp(2rem, 2.4vw, 4rem);
}
h2.theme {
  color: #064259;
  font-weight: 700;
  font-style: italic;
  display: inline;
  background: linear-gradient(to top, #f2b705 0 30%, transparent 30% 100%);
  padding-inline: 0.09em;
  margin: 0;
  font-size: clamp(1.2rem, 1.8vw, 1.9rem);
}
.contest-support {
  max-width: 360px;
  margin-left: auto;
  padding: 1.5rem 0 1.5rem 1.5rem;
}
.contest-support__eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  color: #527234;
}
.contest-support__logo {
  display: block;
  margin-bottom: 2rem;
}
.contest-support__logo img {
  max-width: 100%;
  height: auto;
}
.contest-support__block {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e5e5;
}
.contest-support__block h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.contest-support__block p {
  margin: 0;
  font-size: 0.85rem;
}
.contest-support__block a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 991.98px) {
  .contest-support {
    max-width: none;
    margin-left: 0;
    margin-top: 2rem;
    padding-left: 0;
    padding-top: 2rem;
    border-left: 0;
    border-top: 1px solid #d9d9d9;
  }
  .contest-support__logo {
    text-align: center;
  }
  .contest-support__logo img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.vote-callout {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 1.25rem;
  margin: 2rem 0;
  padding: 1rem 1.25rem;
  background: linear-gradient(90deg, #f7fbff 0%, #eef6fc 100%);
  border: 1px solid rgba(6, 66, 89, 0.3);
  border-radius: 0.75rem;
}
.vote-callout__note {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0.9rem;
  grid-column: 2 / 4;
  grid-row: 2;
  margin: 0;
}
.vote-callout__content {
  grid-column: 2;
  grid-row: 1;
}
.vote-callout__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: #064259;
  color: #fff;
  font-size: 1.25rem;
  grid-column: 1;
  grid-row: 1 / 3;
}
.vote-callout__content h2 {
  margin: 0 0 0.25rem;
  font-size: 1.1rem;
}
.vote-callout__content p {
  margin: 0;
  font-size: 1rem;
}
.vote-callout__action {
  min-width: 260px;
  text-align: center;
  grid-column: 3;
  grid-row: 1 / 3;
}
.vote-callout__button {
  display: block;
  padding: 0.8rem 1.25rem;
  background: #064259;
  color: #fff;
  border-radius: 0.35rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}
.vote-callout__button:hover, .vote-callout__button:focus {
  background: #f2b705;
  color: #064259;
}
.vote-callout__action p {
  margin: 0.45rem 0 0;
  font-size: 0.75rem;
}
@media (max-width: 767.98px) {
  .vote-callout {
    grid-template-columns: auto 1fr;
    row-gap: 1rem;
  }
  .vote-callout__icon {
    grid-column: 1;
    grid-row: 1;
  }
  .vote-callout__content {
    grid-column: 2;
    grid-row: 1;
  }
  .vote-callout__note {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .vote-callout__action {
    grid-column: 1 / -1;
    grid-row: 3;
    min-width: 0;
    width: 100%;
  }
  .vote-callout__button {
    width: 100%;
  }
}
.image-contest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}
.contest-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe5ea;
  border-radius: 0.75rem;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}
.contest-card__image-wrap {
  position: relative;
  aspect-ratio: 1.3333333333;
  background: #f2f2f2;
  overflow: hidden;
}
.contest-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contest-card__number {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  border-radius: 0.35rem;
  background: #f2b705;
  color: #064259;
  font-weight: 800;
}
.contest-card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.contest-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}
.contest-card__caption {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
}
.contest-card__meta {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin: auto 0 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
}
.contest-card__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  margin-top: 0.75rem;
  padding: 0.65rem 1rem;
  border: 2px solid #064259;
  border-radius: 999px;
  background: #064259;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.contest-card__toggle:hover, .contest-card__toggle:focus {
  background: #f2b705;
  border-color: #f2b705;
  color: #064259;
}
.contest-card__toggle:focus-visible {
  outline: 3px solid #1EA4D9;
  outline-offset: 3px;
}
.contest-card__full-caption {
  font-size: 0.9rem;
}
.contest-card__audio {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding-top: 0.75rem;
  border-top: 1px solid #e5e5e5;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1600px;
  }
}
.modal-backdrop.show {
  background: #000;
  opacity: 0.72;
}
.contest-modal {
  --bs-modal-width: min(1180px, calc(100vw - 2rem));
  color: var(--theme-palette-color-3);
}
.contest-modal .modal-dialog {
  margin: 1rem auto;
}
.contest-modal .modal-content {
  border: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.28);
}
.contest-modal .modal-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border: 0;
  background: var(--theme-palette-color-1);
}
.contest-modal .modal-title {
  flex: 1;
  margin: 0;
  color: var(--theme-palette-color-3);
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  line-height: 1.15;
  font-weight: 700;
}
.contest-modal .btn-close {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(6, 66, 89, 0.12);
  opacity: 1;
  filter: none;
}
.contest-modal .btn-close:hover, .contest-modal .btn-close:focus {
  background-color: rgba(6, 66, 89, 0.22);
  box-shadow: 0 0 0 0.2rem rgba(6, 66, 89, 0.16);
}
.contest-modal .modal-body {
  padding: 0;
}
.contest-modal__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  max-height: calc(100vh - 7rem);
  background: #fff;
}
.contest-modal__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: var(--theme-palette-color-7);
}
.contest-modal__image img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 10rem);
  object-fit: contain;
  background: #fff;
}
.contest-modal__content {
  padding: 1.5rem;
  overflow-y: auto;
  border-left: 1px solid #dfe5e5;
  background: #fff;
}
.contest-modal__content .contest-card__meta {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  border-left: 5px solid var(--theme-palette-color-1);
  background: color-mix(in srgb, var(--theme-palette-color-1) 14%, white);
  color: var(--theme-palette-color-3);
  font-weight: 700;
}
.contest-modal__content .contest-card__meta i {
  margin-top: 0.2rem;
  color: var(--theme-palette-color-3);
}
.contest-modal__content h3 {
  margin: 0 0 0.75rem;
  color: var(--theme-palette-color-3);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
#contestEntryModalCaption {
  color: var(--theme-palette-color-3);
}
#contestEntryModalCaption p {
  margin: 0 0 1rem;
  line-height: 1.65;
}
#contestEntryModalCaption p:last-child {
  margin-bottom: 0;
}
.contest-modal .contest-card__audio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1.25rem;
  padding: 0.8rem 1rem;
  border-radius: 0.35rem;
  background: var(--theme-palette-color-3);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.contest-modal .contest-card__audio:hover, .contest-modal .contest-card__audio:focus {
  background: var(--theme-palette-color-1);
  color: var(--theme-palette-color-3);
}
/* ==============================
   Mobile: full-screen entry viewer
   ============================== */
@media (max-width: 1199.98px) {
  .modal-backdrop.show {
    opacity: 0.82;
  }
  .contest-modal {
    --bs-modal-width: 100%;
    padding: 0 !important;
  }
  .contest-modal .modal-dialog {
    position: fixed;
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    transform: none !important;
  }
  .contest-modal .modal-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
    overflow: hidden;
  }
  .contest-modal .modal-header {
    flex: 0 0 auto;
    min-height: 4.25rem;
    padding: 0.85rem 1rem;
    background: var(--theme-palette-color-1);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .contest-modal .modal-title {
    font-size: 1rem;
    line-height: 1.2;
    padding-right: 0.5rem;
  }
  .contest-modal .btn-close {
    width: 2.4rem;
    height: 2.4rem;
  }
  .contest-modal .modal-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .contest-modal__layout {
    display: flex;
    flex-direction: column;
    max-height: none;
    min-height: 100%;
  }
  .contest-modal__image {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    background: var(--theme-palette-color-7);
  }
  .contest-modal__image img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    box-shadow: none;
  }
  .contest-modal__content {
    flex: 1 1 auto;
    padding: 1rem;
    overflow: visible;
    border-left: 0;
    border-top: 1px solid #dfe5e5;
  }
  .contest-modal__content .contest-card__meta {
    margin-bottom: 1rem;
    padding: 0.75rem 0.85rem;
    font-size: 0.9rem;
  }
  .contest-modal__content h3 {
    font-size: 0.8rem;
  }
  #contestEntryModalCaption p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .contest-modal .contest-card__audio {
    width: 100%;
    margin-top: 1.25rem;
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
  }
}
.supporters-wrap {
  margin: 2rem 0;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #d7e1e8;
  border-radius: 0.75rem;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.08);
}
.supporters-wrap h2 {
  margin: 0 0 1.5rem;
  color: #001f3f;
}
.supporters {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.1fr;
}
.supporters > div {
  padding: 0 2rem;
  border-right: 1px solid #d7e1e8;
  display: flex;
  flex-direction: column;
}
.supporters > div:first-child {
  padding-left: 0;
}
.supporters > div:last-child {
  padding-right: 0;
  border-right: 0;
}
.supporters h3 {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #527234;
}
.supporters img {
  display: block;
  width: auto;
  max-width: 230px;
  max-height: 72px;
  margin: 0 0 1rem;
}
.supporters p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #00324a;
}
.supporters h3.supporters__title {
  font-weight: 700;
  color: #064259;
  margin-top: auto;
  margin-bottom: 0.75rem;
}
.supporters__credit {
  margin: 1.25rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid #d7e1e8;
  font-size: 0.9rem;
  color: #4d5b63;
}
.supporters__credit strong {
  color: #001f3f;
}
@media (max-width: 900px) {
  .supporters {
    grid-template-columns: 1fr;
  }
  .supporters > div {
    padding: 1.25rem 0;
    border-right: 0;
    border-bottom: 1px solid #d7e1e8;
  }
  .supporters > div:first-child {
    padding-top: 0;
  }
  .supporters > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.supporters__item a {
  font-weight: inherit;
}
.supporters__item img {
  transition: transform 0.2s ease;
}
.supporters__item a:hover img, .supporters__item a:focus img {
  transform: scale(1.03);
}
.supporters__title a {
  color: #064259;
  text-decoration: none;
}
.supporters__title a:hover, .supporters__title a:focus {
  text-decoration: underline;
}
/*# sourceMappingURL=custom_12.css.map */