@charset "UTF-8";
/* Setup */
p, li {
  font-size: 1.6rem;
  line-height: 170%;
  margin-bottom: 15px;
}

a {
  color: currentColor;
}

h1, h2, h3, h4, h5 {
  font-weight: 900;
  margin-bottom: 15px;
  position: relative;
  color: currentColor;
}
h1 > small, h1 > span, h2 > small, h2 > span, h3 > small, h3 > span, h4 > small, h4 > span, h5 > small, h5 > span {
  font-weight: 400;
  font-size: 65%;
  margin-top: 8px;
}

h1 {
  font-size: clamp(3rem, 3.5vw, 6rem);
  line-height: 110%;
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: clamp(2rem, 2.5vw, 3.5rem);
}

h3 {
  font-size: clamp(2rem, 1.75vw, 3rem);
}

h4 {
  font-size: clamp(1.15rem, 1.3vw, 2.1rem);
  font-weight: bold;
}

h5 {
  font-size: clamp(1.6rem, 1.25vw, 2rem);
  font-weight: bold;
}

h6 {
  font-size: clamp(1.5rem, 1.25vw, 2rem);
  font-weight: bold;
}

p + h1, p + h2, p + h3 {
  margin-top: 30px;
}

.lead, .lead p, .is-style-lead {
  font-size: 1.92rem;
  font-weight: normal;
}

small {
  font-size: 12px;
  line-height: 150%;
  display: block;
}

figcaption, .wp-element-caption {
  font-size: 1.28rem;
  color: rgb(0, 102.0689655172, 160);
  margin-top: 10px;
  line-height: 120%;
  text-align: center;
}

blockquote, .wp-block-pullquote {
  display: block;
  position: relative;
  background-color: #00253A;
  color: white;
  text-align: left;
  padding: 5vh 14vw 5vh 5vw !important;
  max-width: calc(1460px + 25vw) !important;
  border-radius: 30px;
  margin: 4vh auto;
}
blockquote:after, .wp-block-pullquote:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='135' height='100' fill='none' viewBox='0 0 135 100'%3E%3Cpath fill='%2396d8eb' d='M135 0v37.545q0 26.69-12.628 42.17Q109.565 95.195 85.198 100V81.495q18.142-5.694 24.367-19.573 3.202-7.296 2.668-15.125H84.308V0zM.89 81.495q17.964-5.516 24.189-19.93 3.558-7.65 2.846-14.768H0V0h50.692v37.545q0 27.046-12.984 42.348Q24.546 95.196.889 100z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #96D8EB;
  font-size: 5rem;
  position: absolute;
  width: 8vw;
  height: 8vw;
  bottom: 5vh;
  right: 5vw;
}
blockquote p, .wp-block-pullquote p {
  font-size: 3.2rem;
  line-height: 120%;
}
@media only screen and (max-width: 992px) {
  blockquote p, .wp-block-pullquote p {
    font-size: 1.5rem;
  }
}
blockquote cite, .wp-block-pullquote cite {
  font-family: "avenir-lt-pro", sans-serif;
  font-size: 1.92rem;
  opacity: 0.8;
  font-style: normal;
}
blockquote blockquote, .wp-block-pullquote blockquote {
  padding: 0 !important;
}
blockquote blockquote:after, .wp-block-pullquote blockquote:after {
  content: none;
}
blockquote:has(span), .wp-block-pullquote:has(span) {
  padding: 20px !important;
  margin: 0;
  background-color: transparent;
  color: currentColor;
  font-style: italic;
  font-weight: bold;
}
blockquote:has(span) p, blockquote:has(span) span, .wp-block-pullquote:has(span) p, .wp-block-pullquote:has(span) span {
  font-size: 2rem;
  margin: 0;
}
blockquote:has(span):after, .wp-block-pullquote:has(span):after {
  content: none;
}

.content-area {
  color: #00253A;
}
.content-area ul, .content-area ol {
  padding-left: 40px;
  margin-bottom: 40px;
}
.content-area ul li, .content-area ol li {
  line-height: 150%;
  margin-bottom: 5px;
}
.content-area ul li:last-child, .content-area ol li:last-child {
  margin-bottom: 0;
}
.content-area ul ul, .content-area ul ol, .content-area ol ul, .content-area ol ol {
  margin-top: 10px;
  margin-bottom: 0;
}
.content-area > ul, .content-area > ol {
  padding-left: 70px;
}

.inner-content > br {
  display: none;
}

.text-alert {
  color: #ED6E62;
}

#wpadminbar {
  background: #29333d;
}

body:not(.no-js) .onScroll, body:not(.no-js) .page-inner > * {
  transition: all 800ms cubic-bezier(0.83, 0, 0.17, 1);
  opacity: 0;
  transform: translateY(50px);
}
body:not(.no-js) .onScroll.scrolled, body:not(.no-js) .page-inner > *.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.shadow {
  box-shadow: 0 10px 10px 0 rgba(0, 37, 58, 0.2) !important;
}
.shadow:after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% - 30px);
  height: 60px;
  right: 0;
  bottom: -30px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  filter: blur(30px);
}

main {
  margin-top: 30px;
}
@media only screen and (max-width: 992px) {
  main {
    margin-top: 20px;
  }
}

.has-background {
  padding: 45px 15px;
}

.wp-block-list.is-style-multi-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2rem;
  list-style-position: inside;
}
.wp-block-list.is-style-multi-column.is-ordered {
  list-style-type: decimal;
}
.wp-block-list.is-style-multi-column.is-unordered {
  list-style-type: disc;
}
@media only screen and (max-width: 992px) {
  .wp-block-list.is-style-multi-column {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.wp-block-list.is-style-multi-column.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 992px) {
  .wp-block-list.is-style-multi-column.columns-3 {
    grid-template-columns: 1fr;
  }
}
.wp-block-list.is-style-multi-column.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 992px) {
  .wp-block-list.is-style-multi-column.columns-4 {
    grid-template-columns: 1fr;
  }
}

.has-white-background-color,
.bg-white {
  background-color: #fff !important;
}

.has-black-background-color,
.bg-black {
  background-color: #000 !important;
}

.has-blue-background-color,
.bg-blue {
  background-color: #00253A !important;
}

.has-light-blue-background-color,
.bg-light-blue {
  background-color: #96D8EB !important;
}

.has-light-light-blue-background-color,
.bg-light-light-blue {
  background-color: #D2E5EB !important;
}

.has-grey-background-color,
.bg-grey {
  background-color: #E5E9EA !important;
}

.has-red-background-color,
.bg-red {
  background-color: #ED6E62 !important;
}

.wp-block-columns {
  margin-bottom: 15px;
  justify-content: space-between;
}

.row-reverse {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  .row-reverse {
    flex-direction: row;
  }
}

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

video {
  aspect-ratio: 16/9;
}

iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.responsive-video iframe {
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
  height: auto;
}

.not-found {
  padding: 2rem;
  background-color: #fff;
  border: 1px solid rgba(0, 37, 58, 0.1);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.not-found p {
  margin: 0;
}

.pagination {
  margin: 30px 0;
  padding: 0 !important;
}
.pagination li a, .pagination li span {
  min-height: 33px;
  background-color: rgba(0, 37, 58, 0.1);
  text-decoration: none;
  padding: 4.5px 15px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 11.25px;
  font-weight: bold;
  font-size: 1.44rem;
}
.pagination li a.current, .pagination li span.current {
  background: #00253A;
  color: #fff;
}
.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  background: #96D8EB;
  text-decoration: none;
  color: #fff;
}
.pagination li:last-child a, .pagination li:last-child span {
  margin: 0;
}

.search-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .search-filters {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.search-filters .entries-result-count {
  margin-bottom: 0;
}

.pt-1 {
  padding-top: 1vh !important;
}
.pt-2 {
  padding-top: 2vh !important;
}
.pt-3 {
  padding-top: 3vh !important;
}
.pt-4 {
  padding-top: 4vh !important;
}
.pt-5 {
  padding-top: 5vh !important;
}

.pb-1 {
  padding-bottom: 1vh !important;
}
.pb-2 {
  padding-bottom: 2vh !important;
}
.pb-3 {
  padding-bottom: 3vh !important;
}
.pb-4 {
  padding-bottom: 4vh !important;
}
.pb-5 {
  padding-bottom: 5vh !important;
}

.border-radius-lg {
  border-radius: 60px !important;
  overflow: hidden;
}
.border-radius-md {
  border-radius: 30px !important;
  overflow: hidden;
}
.border-radius-sm {
  border-radius: 10px !important;
  overflow: hidden;
}

.is-style-shadow {
  background-origin: 0 10px 10px 0 rgba(0, 37, 58, 0.2);
}

.sticky-top {
  position: sticky;
  top: 30px;
  z-index: 10;
}

/* Template */
html {
  font-family: "avenir-lt-pro", sans-serif;
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "avenir-lt-pro", sans-serif;
  font-size: 1.6rem;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
body.open {
  overflow: hidden;
}
body {
  --wp--preset--spacing--20: 2rem;
  --wp--preset--spacing--30: 3rem;
  --wp--preset--spacing--40: 4rem;
  --wp--preset--spacing--50: 5rem;
  --wp--preset--spacing--60: 8rem;
  --wp--preset--spacing--70: 10rem;
  --wp--preset--spacing--80: 15rem;
}
@media only screen and (max-width: 992px) {
  body {
    --wp--preset--spacing--20: 1.5rem;
    --wp--preset--spacing--30: 2.5rem;
    --wp--preset--spacing--40: 3rem;
    --wp--preset--spacing--50: 4rem;
    --wp--preset--spacing--60: 6rem;
    --wp--preset--spacing--70: 8rem;
    --wp--preset--spacing--80: 10rem;
  }
}

@media only screen and (min-width: 992px) {
  .site-wrapper .primary {
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-wrapper .primary.expanded {
    padding-left: 0;
    padding-right: 0;
  }
}

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

.content-area {
  padding-bottom: 5vh;
}
.content-area .inner-content {
  padding-top: 5vh;
  padding-bottom: 5vh;
}
@media only screen and (max-width: 992px) {
  .content-area .inner-content {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
}

.container, .alignwide, .inner-content, .content-area > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.alignfull:not(.heros) > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1900px) {
  .container, .alignwide, .inner-content, .content-area > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
  .alignfull:not(.heros) > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1300px;
  }
}

@media only screen and (max-width: 992px) {
  .container > .inner-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.content:has(.alignfull) {
  padding-bottom: 0;
  margin-bottom: -25px;
}

.container-fluid.expanded {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.expanded > .row {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid.expanded > .row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 992px) {
  *:where(.wp-block-columns.is-layout-flex) {
    gap: 1rem 2rem;
  }
}

.wp-block-buttons {
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .wp-block-buttons > .wp-block-button, .btn {
    width: 100%;
  }
}

.btn, input[type=submit], .wp-block-button > * {
  width: inherit;
  font-size: 1.5rem;
  padding: 10px 25px;
  color: white;
  background-color: #00253a;
  border: 1px solid #00253a;
  border-radius: 30px;
  text-decoration: none;
}
.btn:active, .btn:hover, .btn:focus, input[type=submit]:active, input[type=submit]:hover, input[type=submit]:focus, .wp-block-button > *:active, .wp-block-button > *:hover, .wp-block-button > *:focus {
  color: #00253A;
  border-color: transparent;
  background-color: #d2e5eb;
  backdrop-filter: blur(5px);
}

.btn-secondary, .btn-secondary a {
  color: #00253a;
  background-color: #d2e5eb;
  border: 1px solid #d2e5eb;
}
.btn-secondary:active, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary a:active, .btn-secondary a:hover, .btn-secondary a:focus {
  background: transparent;
  color: #D2E5EB;
  border-color: #D2E5EB;
  color: currentColor;
}

.btn-outline, .wp-block-button.is-style-outline a {
  border: 2px solid #00253A !important;
  padding: 10px 20px !important;
  background: transparent;
  color: currentColor;
}
.btn-outline:active, .btn-outline:hover, .wp-block-button.is-style-outline a:active, .wp-block-button.is-style-outline a:hover {
  color: white !important;
  background-color: #00253a !important;
}

.btn-danger {
  background: #ED6E62 !important;
  color: #fff !important;
  border-color: #ED6E62 !important;
}

.wp-block-table {
  overflow: visible;
}

table, .wp-block-table table {
  border: none;
  box-shadow: 0 10px 10px 0 rgba(0, 37, 58, 0.2);
  margin-bottom: 45px;
}
table thead, table tfoot, .wp-block-table table thead, .wp-block-table table tfoot {
  border: none;
}
@media only screen and (max-width: 992px) {
  table tbody, .wp-block-table table tbody {
    display: block;
  }
  table tbody td, table tbody tr, .wp-block-table table tbody td, .wp-block-table table tbody tr {
    display: block;
  }
  table tbody td:empty, table tbody tr:empty, .wp-block-table table tbody td:empty, .wp-block-table table tbody tr:empty {
    display: none;
  }
}
table tr th, table tr td, .wp-block-table table tr th, .wp-block-table table tr td {
  border: none;
  padding: 15px;
}
table tr th, .wp-block-table table tr th {
  background: rgba(150, 216, 235, 0.5);
  font-weight: bold;
}
table tr td, .wp-block-table table tr td {
  border-top: 1px solid rgba(0, 37, 58, 0.25);
}
table tfoot tr td, .wp-block-table table tfoot tr td {
  background: rgba(150, 216, 235, 0.25);
}
table table, .wp-block-table table table {
  box-shadow: none;
}

details {
  margin-bottom: 5vh;
}
details summary {
  font-weight: bold;
  font-size: clamp(2rem, 1.75vw, 3rem);
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: 60px !important;
}

.wp-block-separator {
  border-top: 2px solid rgba(0, 37, 58, 0.5);
  margin: 5vh auto;
}
.wp-block-separator.is-style-wide {
  max-width: 100%;
}

.post-date, .post-editor, .reading-time {
  display: inline-block;
  width: auto;
  font-weight: 800;
  font-size: 1.5rem;
  color: currentColor;
  background-color: transparent;
  text-decoration: none;
  backdrop-filter: blur(5px);
}
.post-date::after, .post-editor::after, .reading-time::after {
  content: "/";
  padding: 0 5px;
  display: inline-block;
}
.post-date:last-of-type:after, .post-editor:last-of-type:after, .reading-time:last-of-type:after {
  content: none;
}

.post-tags {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
  z-index: 99;
}
.post-tags a {
  font-size: 1.5rem;
  text-decoration: none;
  background: #f1f1f1;
  padding: 2px 5px;
  border-radius: 2px;
}
.post-tags a:hover, .post-tags a:focus, .post-tags a:active {
  background-color: #96D8EB;
}
.post-tags a i {
  opacity: 0.4;
}

.social-sharing {
  display: flex;
  gap: 8px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.social-sharing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #E5E9EA;
  color: #00253A;
  font-size: 1.6rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 150ms ease-in-out;
}
.social-sharing-btn:hover, .social-sharing-btn:focus {
  background: #00253A;
  color: #fff;
}
.social-sharing-btn .share-copy-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #00253A;
  color: #fff;
  font-size: 1.2rem;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms ease;
}
.social-sharing-btn .share-copy-tooltip.visible {
  opacity: 1;
}

.post-meta {
  margin: 20px 0;
}
.post-meta strong {
  font-size: 1.92rem;
}
.post-meta .attachments {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.post-meta .attachments .attachment, .post-meta .attachments .resource-link {
  display: flex;
  align-items: center;
  background: white;
  box-shadow: 0 10px 10px 0 rgba(0, 37, 58, 0.2);
  padding: 10px 15px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.post-meta .attachments .attachment img, .post-meta .attachments .resource-link img {
  max-width: 30px;
  height: auto;
  margin-right: 20px;
}
.post-meta .attachments .attachment i, .post-meta .attachments .resource-link i {
  font-size: 1.5rem;
  color: #00253A;
  opacity: 0.6;
  margin-right: 20px;
}
.post-meta .attachments .attachment a, .post-meta .attachments .resource-link a {
  text-decoration: none;
}
.post-meta .attachments .attachment a em, .post-meta .attachments .resource-link a em {
  text-transform: uppercase;
  font-size: 1rem;
}

.sticky {
  position: sticky;
  top: 30px;
}

.otgs-development-site-front-end {
  display: none;
}

.wp-block-video {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 10px 0 rgba(0, 37, 58, 0.2);
}

#user_switching_switch_on {
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  background: #00253A !important;
  padding: 5px 20px !important;
  border-radius: 20px 20px 0 0;
  box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.2);
  color: white !important;
}
#user_switching_switch_on:hover {
  background: #96D8EB !important;
  color: #00253A !important;
}
#user_switching_switch_on a {
  color: currentColor !important;
  background: transparent !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contentDefault404 {
  padding: 5vh 30px;
  max-width: 1460px;
  margin: 0 auto;
}
@media only screen and (max-width: 1900px) {
  .contentDefault404 {
    max-width: 1300px;
  }
}

.onetap-container-toggle .onetap-toggle {
  bottom: 0 !important;
  left: 15px !important;
  right: unset !important;
}

body nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-information,
body nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-languages.onetap-disable,
body nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-list-of-languages ul li button img,
body nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-languages .onetap-icon {
  display: none !important;
}
body nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-languages {
  padding-left: 18px !important;
}

.error-content {
  padding: 5vh 0;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 40vh;
  align-items: center;
  display: flex;
}
.error-content .row {
  width: 100%;
}
.error-content .btn {
  width: auto;
}

/* Header */
header {
  padding: 30px 0 0;
  position: relative;
  z-index: 99;
}
header .brand {
  display: block;
  max-width: 300px;
}
@media only screen and (max-width: 992px) {
  header .brand {
    position: absolute;
    max-width: 170px;
  }
}
header .header-top {
  padding-bottom: 20px;
}
header .rafter-top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 30px;
}
@media only screen and (max-width: 992px) {
  header .rafter-top {
    flex-wrap: wrap;
    padding-left: 170px;
    gap: 10px 20px;
    min-height: 75px;
  }
  header .rafter-top .social {
    display: none;
  }
}
header .rafter-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 30px;
}
@media only screen and (max-width: 992px) {
  header .rafter-bottom {
    display: block;
  }
}
header .accessibility a {
  text-decoration: none;
}
/* Footer */
footer {
  margin: 0;
  border-radius: 30px 30px 0 0;
  background: #00253A;
  color: white;
  position: relative;
}
footer .footer-top {
  padding: 40px 20px;
}
footer .footer-top .brand {
  display: block;
  max-width: 150px;
}
@media only screen and (max-width: 992px) {
  footer .footer-top .brand {
    max-width: 80px;
  }
}
footer .footer-top .social li a {
  font-size: 2.4rem;
  color: white;
}
footer .footer-bottom {
  background: #96D8EB;
  color: #00253A;
  padding: 30px 20px;
}
footer .footer-bottom p {
  margin: 0;
}
footer .footer-bottom a {
  color: #00253A;
}
footer .footer-bottom a:hover, footer .footer-bottom a:focus, footer .footer-bottom a:active {
  color: #00253A;
  text-decoration: underline;
}
footer .footer-bottom .copyright {
  font-size: 1.28rem;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  footer .footer-bottom .copyright {
    text-align: center;
  }
}
footer .footer-bottom ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px 15px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  footer .footer-bottom ul {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 992px) {
  footer .footer-bottom ul {
    justify-content: center;
  }
}
footer .footer-bottom ul li {
  margin: 0;
  border-right: 1px solid #00253A;
  padding-right: 15px;
}
footer .footer-bottom ul li:last-child {
  border-right: none;
  padding-right: 0;
}
footer .footer-bottom ul li a {
  line-height: 100%;
}
footer .btn {
  background: white;
  color: #00253A;
}

footer .navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
footer .navigation .language {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media only screen and (max-width: 992px) {
  footer .navigation {
    flex-wrap: wrap;
    gap: 12px;
  }
  footer .navigation .language {
    margin-top: 10px;
  }
}
footer .wpml-ls-legacy-list-horizontal a span {
  vertical-align: middle;
  color: #00253A;
}
footer .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a span {
  color: #00253A;
}
footer .language .wpml-ls li.wpml-ls-current-language a {
  background: #96D8EB;
  color: #00253A;
}

nav {
  display: flex;
}
nav ul {
  list-style: none;
}
nav ul li a {
  transition: all 0.2s ease;
}
nav .primary {
  display: flex;
  position: relative;
  background: #00253A;
  width: 100%;
  border-radius: 0 0 30px 30px;
  margin: 0;
  padding: 0;
  transition: all 150ms ease-in-out;
  overflow: hidden;
}
nav .primary:has(.show), nav .primary:has(li:hover) {
  border-radius: 0;
  overflow: visible;
}
nav .primary li {
  margin: 0;
  position: static;
}
nav .primary li a {
  position: relative;
  display: block;
  color: white;
  padding: 20px;
  font-size: 1.92rem;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
}
nav .primary li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  margin: 0;
  border: none;
  background: #96D8EB;
  transition: all 150ms ease-in-out;
}
nav .primary li a:hover, nav .primary li a:focus, nav .primary li a:active {
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 992px) {
  nav .primary li a:hover, nav .primary li a:focus, nav .primary li a:active {
    color: #00253A;
    background: rgba(0, 0, 0, 0.07);
  }
}
nav .primary li a:hover:after, nav .primary li a:focus:after, nav .primary li a:active:after {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  nav .primary li:hover .dropdown-menu {
    display: flex;
    visibility: visible;
    opacity: 1;
    left: 0;
    top: 100% !important;
    transform: translate(0, 0) !important;
  }
  nav .primary li:hover .dropdown-menu .dropdown-menu {
    gap: 0;
  }
}
nav .primary .dropdown-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: absolute;
  width: 100%;
  border: none;
  padding: 20px;
  gap: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 30px 30px;
  transform: translate(0, 0) !important;
  top: 100% !important;
}
nav .primary .dropdown-menu:not(.show) {
  display: none;
  visibility: hidden;
  opacity: 0;
  top: 80% !important;
}
@media only screen and (max-width: 992px) {
  nav .primary .dropdown-menu {
    position: static !important;
    flex-wrap: wrap;
    transform: translate(0, 0) !important;
    margin-bottom: 10px !important;
  }
}
nav .primary .dropdown-menu li {
  padding: 0;
  flex: 0 18vw;
}
@media only screen and (max-width: 992px) {
  nav .primary .dropdown-menu li {
    flex: 0 100%;
  }
}
nav .primary .dropdown-menu li a {
  color: #00253A;
  font-weight: normal;
  padding: 10px;
  border-bottom: 1px solid #96D8EB;
  white-space: normal !important;
}
nav .primary .dropdown-menu li a:after {
  content: none;
}
nav .primary .dropdown-menu li a:hover, nav .primary .dropdown-menu li a:focus, nav .primary .dropdown-menu li a:active {
  background: #E5E9EA;
}
nav .primary .dropdown-menu li a:has(img) {
  border: none;
}
nav .primary .dropdown-menu li a:has(img):after {
  content: none;
}
nav .primary .dropdown-menu li a:has(img):hover, nav .primary .dropdown-menu li a:has(img):focus, nav .primary .dropdown-menu li a:has(img):active {
  background: transparent;
}
@media only screen and (max-width: 992px) {
  nav .primary .dropdown-menu li a:has(img) {
    display: none;
  }
}
nav .primary .dropdown-menu li a:has(img) img {
  width: auto;
  height: auto;
  border-radius: 30px;
  max-width: 100%;
}
nav .primary .dropdown-menu .dropdown-menu {
  display: block;
  flex-wrap: wrap;
  visibility: visible !important;
  opacity: 1 !important;
  position: static;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
nav .primary .dropdown-menu .dropdown-menu li a {
  font-size: 1.6rem;
  border: none;
  white-space: normal;
}
nav .primary .dropdown-menu .dropdown-menu li a:after {
  content: "";
  height: 1px;
}
@media only screen and (min-width: 992px) {
  nav .primary .dropdown-menu .dropdown-item {
    white-space: normal;
  }
}
@media only screen and (max-width: 992px) {
  nav .primary .dropdown-menu .dropdown-item {
    white-space: normal;
  }
}
nav .primary .dropdown-menu .dropdown-item.active, nav .primary .dropdown-menu .dropdown-item:hover, nav .primary .dropdown-menu .dropdown-item:focus, nav .primary .dropdown-menu .dropdown-item:active {
  background: transparent;
}
nav .primary .dropdown-menu .dropdown-item.active:hover, nav .primary .dropdown-menu .dropdown-item.active:focus, nav .primary .dropdown-menu .dropdown-item.active:active, nav .primary .dropdown-menu .dropdown-item:hover:hover, nav .primary .dropdown-menu .dropdown-item:hover:focus, nav .primary .dropdown-menu .dropdown-item:hover:active, nav .primary .dropdown-menu .dropdown-item:focus:hover, nav .primary .dropdown-menu .dropdown-item:focus:focus, nav .primary .dropdown-menu .dropdown-item:focus:active, nav .primary .dropdown-menu .dropdown-item:active:hover, nav .primary .dropdown-menu .dropdown-item:active:focus, nav .primary .dropdown-menu .dropdown-item:active:active {
  background: #E5E9EA;
}
nav .secondary, nav .secondary-member, nav .secondary-staff {
  display: flex;
  gap: 5px 10px;
  padding: 0;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  nav .secondary, nav .secondary-member, nav .secondary-staff {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 20px;
  }
}
nav .secondary li, nav .secondary-member li, nav .secondary-staff li {
  margin: 0;
}
@media only screen and (max-width: 992px) {
  nav .secondary li, nav .secondary-member li, nav .secondary-staff li {
    flex: 1 100px;
  }
}
nav .secondary li a, nav .secondary-member li a, nav .secondary-staff li a {
  display: inline-flex;
  padding: 0 25px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 1.5px solid currentColor;
  color: #00253A;
  width: 100%;
  white-space: nowrap;
}
nav .secondary li a:hover, nav .secondary li a:focus, nav .secondary li a:active, nav .secondary-member li a:hover, nav .secondary-member li a:focus, nav .secondary-member li a:active, nav .secondary-staff li a:hover, nav .secondary-staff li a:focus, nav .secondary-staff li a:active {
  background: #D2E5EB;
  border-color: #D2E5EB;
  color: #00253A;
}

.social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
}
.social li {
  margin: 0;
}
.social li a {
  font-size: 2.4rem;
}

.language {
  background: #E5E9EA;
  border-radius: 15px;
  overflow: hidden;
}
.language .wpml-ls {
  padding: 0;
}
.language .wpml-ls li a {
  background: #E5E9EA;
  border-radius: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px;
}
.language .wpml-ls li a:hover, .language .wpml-ls li a:focus, .language .wpml-ls li a:active {
  background: transparent;
  color: #00253A;
}
.language .wpml-ls li.wpml-ls-current-language a {
  background: #00253A;
  color: white;
}

.header-nav {
  transition: 0.2s cubic-bezier(0.3, 0.53, 0.76, 0.8);
}
@media only screen and (max-width: 992px) {
  .header-nav {
    position: fixed;
    overflow-y: auto;
    align-items: flex-start !important;
    visibility: hidden;
    transform: translateX(100%);
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    padding: 60px 20px;
    background: #96D8EB;
    z-index: 99;
    box-shadow: 10px 5px 20px rgba(0, 37, 58, 0.1);
  }
  .header-nav .primary {
    background: transparent;
    flex-direction: column;
    border-radius: 0;
  }
  .header-nav .primary li a {
    color: #00253A;
  }
}

.toggle {
  display: none;
  color: #00253A;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .toggle {
    display: flex;
  }
}
.toggle > div {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: currentColor;
  transition: all 150ms ease-in-out;
}

.open .header-nav {
  transform: translateX(0);
  visibility: visible;
}
.open .toggle {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
}
.open .toggle > div {
  opacity: 0;
}
.open .toggle > div:first-child {
  opacity: 1;
  transform: translate(0, 200%) rotate(45deg);
}
.open .toggle > div:last-child {
  opacity: 1;
  transform: translate(0, -200%) rotate(-45deg);
}

.wp-block-social-links .wp-social-link a {
  font-size: 2.4rem;
}

/* Forms */
form label {
  display: block;
  position: relative;
}
form input,
form textarea,
form select,
form .form-control {
  background: #E5E9EA;
  border-radius: 30px;
  border: 1px solid #E5E9EA;
  outline: none;
  padding: 5px 20px;
  transition: all 150ms ease-in-out;
  color: #00253A;
  width: 100%;
}
form input:focus,
form textarea:focus,
form select:focus,
form .form-control:focus {
  border-color: #96D8EB;
  border-radius: 0 30px 30px 0;
  border-left: 5px solid #00253A;
}
form input[type=radio],
form input[type=checkbox] {
  width: auto;
}
form .required {
  color: rgb(255, 0, 0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
}
form .form-row,
form .form-group {
  margin-bottom: 2rem;
}
form .form-radio,
form .form-checkbox {
  display: flex;
  align-items: flex-start;
}
form .form-radio input[type=radio],
form .form-radio input[type=checkbox],
form .form-checkbox input[type=radio],
form .form-checkbox input[type=checkbox] {
  width: auto;
  appearance: none;
  cursor: pointer;
  flex: 30px 0 0;
  height: 30px;
  padding: 0;
  margin-right: 2rem;
  color: currentColor;
  border: 0.15em solid currentColor;
  display: grid;
  place-content: center;
}
form .form-radio input[type=radio]:before,
form .form-radio input[type=checkbox]:before,
form .form-checkbox input[type=radio]:before,
form .form-checkbox input[type=checkbox]:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #00253A;
}
form .form-radio input[type=radio]:checked:before,
form .form-radio input[type=checkbox]:checked:before,
form .form-checkbox input[type=radio]:checked:before,
form .form-checkbox input[type=checkbox]:checked:before {
  transform: scale(1);
}
form .form-radio input[type=radio],
form .form-checkbox input[type=radio] {
  border-radius: 50%;
}
form .form-radio input[type=radio]:before,
form .form-checkbox input[type=radio]:before {
  border-radius: 50%;
}
form .form-submit {
  margin-top: 6rem;
}
form .form-submit input[type=submit] {
  width: auto;
  background-color: #96D8EB;
  color: #000;
  border: none;
  font-size: 2.4rem;
  padding: 22.5px 41.25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
  background-color: transparent !important;
}

.error p {
  margin-bottom: 0;
  text-align: center;
}

.error-message {
  padding: 15px;
  font-size: 1.2rem;
  background: pink;
  text-align: center;
}

.alert-success {
  margin: 30px 0 0;
  padding: 15px;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
}

.search-form {
  flex: 1;
  width: 100%;
  transition: all 150ms ease-in-out;
}
@media only screen and (min-width: 992px) {
  .search-form {
    max-width: 300px;
  }
}
.search-form:has(input:focus) {
  max-width: 800px;
}
.search-form .form-row {
  position: relative;
  margin: 0;
}
.search-form .form-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  height: 100%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  color: rgba(0, 37, 58, 0.5);
  z-index: 2;
}
.search-form input {
  padding-left: 50px !important;
  width: 100%;
}

.gform-theme {
  --gf-color-primary: #00AEDB !important;
  --gf-color-primary-darker: #00253A !important;
  --gf-color-primary-lighter: #96D8EB !important;
}
.gform-theme--framework label,
.gform-theme--framework legend {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  color: #00253A !important;
}
.gform-theme--framework input,
.gform-theme--framework select,
.gform-theme--framework textarea {
  background-color: #E5E9EA !important;
  border-radius: 30px !important;
  border-radius: 10px !important;
  border-color: #E5E9EA !important;
  box-shadow: none !important;
}
.gform-theme--framework select {
  display: flex !important;
  align-items: center !important;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
  background-size: 0.6em;
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
  background-color: #E5E9EA !important;
  margin-bottom: 0 !important;
}
.gform-theme--framework .button,
.gform-theme--framework .gform-theme-button {
  background: #00253A !important;
  color: white !important;
  font-size: 1.5rem !important;
  padding: 10px 25px !important;
  border: 1px solid #00253a !important;
  border-radius: 30px !important;
}
.gform-theme--framework .button:hover, .gform-theme--framework .button:focus, .gform-theme--framework .button:active,
.gform-theme--framework .button .active,
.gform-theme--framework .gform-theme-button:hover,
.gform-theme--framework .gform-theme-button:focus,
.gform-theme--framework .gform-theme-button:active,
.gform-theme--framework .gform-theme-button .active {
  background: #96D8EB !important;
  border-color: #96D8EB !important;
  color: #00253A !important;
}
.gform-theme--framework fieldset .gfield_label_before_complex {
  margin-bottom: 20px;
}
.gform-theme--framework fieldset .gfield_label_before_complex:has(+ .gfield_description) {
  margin-bottom: 0 !important;
}
.gform-theme--framework fieldset .gfield_label_before_complex + .gfield_description {
  margin-bottom: 20px !important;
}
.gform-theme--framework .gchoice:has(.gfield-image-choice-wrapper-outer) {
  border-radius: 15px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 10px 0 rgba(0, 37, 58, 0.2) !important;
  border: none !important;
}
.gform-theme--framework .gchoice:has(.gfield-image-choice-wrapper-outer) .gfield-image-choice-wrapper-outer {
  padding: 0 !important;
}
.gform-theme--framework .gchoice:has(.gfield-image-choice-wrapper-outer) .gfield-image-choice-wrapper-inner {
  padding: 5px 10px 18px !important;
}
.gform-theme--framework .gchoice:has(.gfield-image-choice-wrapper-outer):after {
  background-color: #00253A !important;
}
.gform-theme--framework .gfield--type-product input[type].ginput_product_price {
  background: transparent !important;
  border: none;
}
.gform-theme--framework .gfield--type-image_choice {
  grid-column: span 6;
}

.gf_page_steps {
  background: #00253A;
  padding: 10px;
  border-radius: 30px;
}
.gf_page_steps .gf_step_number {
  color: #fff;
}
.gf_page_steps .gf_step_label {
  color: #fff;
}
.gf_page_steps .gf_step_active .gf_step_number {
  border-color: #96D8EB;
}
.gf_page_steps .gf_step_active .gf_step_number,
.gf_page_steps .gf_step_active .gf_step_label {
  color: #96D8EB;
}

#gform_6 {
  background: #E5E9EA;
  border-radius: 28px;
  padding: 60px 64px;
}
#gform_6 .gfield_label {
  margin-bottom: 8px;
}
#gform_6 input,
#gform_6 textarea,
#gform_6 select {
  background-color: white !important;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
#gform_6 input:focus,
#gform_6 textarea:focus,
#gform_6 select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(11, 36, 54, 0.25);
}
#gform_6 textarea {
  min-height: 160px;
  resize: vertical;
}
#gform_6 .gform_footer {
  margin-top: 24px;
}
#gform_6 .gfield_error input,
#gform_6 .gfield_error textarea {
  box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.35);
}
#gform_6 .btn, #gform_6 input[type=submit] {
  background-color: #00253A !important;
  color: white !important;
  font-size: 1.5rem !important;
  padding: 10px 25px !important;
  border: 1px solid #00253a !important;
  border-radius: 30px !important;
}
#gform_6 .btn:hover, #gform_6 .btn:focus, #gform_6 .btn:active,
#gform_6 .btn .active, #gform_6 input[type=submit]:hover, #gform_6 input[type=submit]:focus, #gform_6 input[type=submit]:active,
#gform_6 input[type=submit] .active {
  background: #96D8EB !important;
  border-color: #96D8EB !important;
  color: #00253A !important;
}
@media (max-width: 768px) {
  #gform_6 {
    padding: 40px 24px;
  }
}

.readonly {
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: 0.6;
}
.readonly input,
.readonly select,
.readonly textarea {
  background-color: rgb(214.8936170213, 221.0638297872, 222.6063829787) !important;
  color: rgba(0, 37, 58, 0.6) !important;
}

.gfield.hide-main-label > .gfield_label,
.gfield.hide-main-label > label.gfield_label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gfield.hide-main-label .gfield_label_before_complex {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gfield.hide-main-label .ginput_complex label,
.gfield.hide-main-label .ginput_container label {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}
.gfield.hide-main-label .gfield_required {
  color: #c02b0a;
  font-weight: normal;
  margin-left: 2px;
}

.breadcrumbs {
  font-size: 1.4rem;
}
.breadcrumbs a {
  display: inline-block;
  text-decoration: none;
  color: #00253A;
}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
  text-decoration: underline;
}
.breadcrumbs a:after {
  content: "/";
  padding: 0 5px;
  display: inline-block;
}
.breadcrumbs a:last-child:after {
  content: "";
  padding: 0;
}

.alert-notice {
  position: relative;
  padding: 11.25px 60px;
  text-align: center;
  font-size: 1.76rem;
  transition: all 150ms ease-in-out;
  max-height: 100px;
  overflow: hidden;
  transition: all 150ms ease-in-out;
}
.alert-notice:has(.close[aria-expanded=false]) {
  max-height: 0;
  padding: 0;
}
.alert-notice p {
  margin: 0;
}
.alert-notice .close {
  box-shadow: none;
  background: transparent;
  border: none;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  color: #fff;
  position: absolute;
  top: 22.5px;
  right: 15px;
  transform: translateY(-50%);
  transition: all 150ms ease-in-out;
  font-size: 1.6rem;
  padding: 0;
}
.alert-notice .close:hover, .alert-notice .close:focus, .alert-notice .close:active {
  transform: translateY(-50%) rotate(180deg);
}
.alert-notice.closed {
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
.alert-notice a {
  color: #00253A;
  text-decoration: underline;
}
.alert-notice a:hover, .alert-notice a:focus, .alert-notice a:active {
  font-weight: bold;
}

.member-notice {
  background-color: #00253A;
  border-color: #00253A;
  color: #fff;
  padding: 15px 22.5px;
  border-radius: 7.5px;
  margin-top: 22.5px;
  text-align: center;
}
.member-notice:has(.btn-close) {
  padding-right: 60px;
}
.member-notice p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.member-notice a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.member-notice a:hover, .member-notice a:focus, .member-notice a:active {
  opacity: 0.85;
}
.member-notice .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.media-card {
  position: relative;
}
.media-card .card-inner {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.media-card .card-asset-modal,
.media-card .card-video {
  max-width: 50%;
  overflow: hidden;
}
.media-card .card-asset-modal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1.5rem;
}
.media-card .card-video {
  position: relative;
}
.media-card .card-video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.media-card .card-video iframe,
.media-card .card-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.media-card .card-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.media-card .card-content h3 {
  margin-top: 0;
  font-weight: 600;
}
.media-card .card-content .btn {
  margin-top: 1.25rem;
  align-self: flex-start;
}

@media (max-width: 1100px) {
  .media-card .card-inner {
    flex-direction: column;
  }
  .media-card .card-asset-modal,
  .media-card .card-video,
  .media-card .card-content {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .media-card .card-content {
    padding: 1.25rem;
    text-align: left;
    align-self: flex-start;
  }
  .media-card .card-content .btn {
    width: auto;
  }
}
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(5px);
}

.modal__container {
  background-color: #00253a;
  color: #fff;
  padding: 1.5rem;
  border-radius: 2rem;
  width: calc(100% - 2rem);
  max-width: 800px;
  max-height: 85vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.modal__container:has(iframe), .modal__container:has(video) {
  max-width: 575px;
}
.modal__container:has(iframe, form) {
  background-color: white;
  color: #00253A;
}
.modal__container:has(iframe, form) .btn.btn-primary {
  background: #00253A;
  border-color: #00253A;
  color: white;
}
.modal__container:has(iframe, form) .btn.btn-primary:hover, .modal__container:has(iframe, form) .btn.btn-primary:focus {
  background: #96D8EB;
  color: #00253a;
}
.modal__container:has(iframe, form) .btn.btn-secondary {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.15);
  color: #00253A;
}
.modal__container:has(iframe, form) .btn.btn-secondary:hover, .modal__container:has(iframe, form) .btn.btn-secondary:focus {
  background: rgba(0, 0, 0, 0.2);
}
.modal__container figcaption, .modal__container .wp-element-caption {
  color: currentColor;
  margin: 20px 0;
  font-size: 120%;
}

.modal__image {
  padding: 1rem 0;
  display: flex;
}
.modal__image img {
  width: 100%;
  max-width: 220px;
  height: auto;
  object-fit: contain;
  border-radius: 1.5rem;
}
.modal__image iframe,
.modal__image video {
  width: 100%;
  aspect-ratio: 16/9;
}

.modal__content {
  padding: 2rem;
  flex: 1;
}
.modal__content h2,
.modal__content h3 {
  font-weight: bold;
}
.modal__content input,
.modal__content select,
.modal__content textarea {
  font-size: 1.5rem;
}
.modal__content .btn {
  background: #D2E5EB;
  color: #00253A;
}
.modal__content .btn:hover, .modal__content .btn:focus {
  background: #96D8EB;
}
.modal__content .btn-secondary {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}

.modal__image {
  padding: 2rem;
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: none;
  cursor: pointer;
}
.modal__close::before {
  content: "×";
  font-size: 2rem;
  color: #fff;
  background: #00253a;
  padding: 0.25rem 0.6rem;
  border-radius: 50%;
  line-height: 1;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .modal__container {
    padding: 1.25rem;
    border-radius: 1.5rem;
    max-height: 90vh;
  }
  .modal__image img {
    max-width: 180px;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s ease;
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s ease;
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s ease;
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s ease;
}

/**
 * Global Payments Styles
 * 
 */
.member-payment-update {
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
}
.member-payment-update h1 {
  margin-bottom: 20px;
}

.payment-confirmation {
  max-width: 800px;
  margin: 0 auto;
  padding: 5vh 0;
}

.confirmation-message {
  margin-bottom: 30px;
  font-size: 1.8rem;
}

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

.payment-confirmation-error {
  text-align: center;
  padding: 60px 20px;
}
.payment-confirmation-error h2 {
  color: var(--bs-danger, #c53030);
  margin-bottom: 15px;
}
.payment-confirmation-error p {
  margin-bottom: 20px;
}

#nafr-hpp-container {
  width: 100%;
  padding: 5vh 0;
}
#nafr-hpp-container h2 {
  text-align: center;
}

#nafr-hpp-iframe {
  border: none;
  min-height: 700px;
  max-width: 620px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#nafr-hpp-loading p {
  margin-bottom: 0;
}

/* Sections */
.person {
  margin-bottom: 22.5px;
}
.person-asset {
  border-radius: 30px;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}
.person-content {
  padding: 15px 0 0;
  color: rgba(0, 37, 58, 0.75);
  line-height: 120%;
}
.person-content h3 {
  font-size: 1.92rem;
  font-weight: 600;
  margin: 0;
  color: #00253A;
}
.person-content span {
  display: block;
  font-size: 1.44rem;
}

.sidebar .person-asset {
  max-width: 200px;
  height: auto;
}

.results-info {
  margin-bottom: 10px;
}

.member-table {
  width: 100%;
}
.member-table .actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}
.member-table .actions .btn {
  font-size: 1.2rem;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.card-actions .btn {
  width: auto;
  position: relative;
}

.sidebar-filters {
  position: sticky;
  top: 30px;
  padding-right: 20px;
}
@media only screen and (max-width: 992px) {
  .sidebar-filters {
    padding-right: 0;
  }
}
.sidebar-filters .sidebar-filters-header {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.sidebar-filters .sidebar-filters-toggle .toggle-icon {
  transition: transform 0.2s ease;
  font-size: 0.8em;
}
.sidebar-filters .sidebar-filters-toggle[aria-expanded=true] .toggle-icon {
  transform: rotate(180deg);
}
@media only screen and (max-width: 992px) {
  .sidebar-filters .sidebar-filters-content {
    display: none;
  }
  .sidebar-filters .sidebar-filters-content.show {
    display: block;
  }
}
.sidebar-filters .count {
  font-size: 1rem;
  opacity: 0.8;
}
.sidebar-filters .btn {
  padding: 5px 20px;
}
.sidebar-filters .accordion {
  margin: 0;
}
.sidebar-filters .accordion .accordion-header {
  display: flex;
  border-bottom: 1px solid #E5E9EA;
}
.sidebar-filters .accordion .accordion-body {
  padding: 0;
}
.sidebar-filters .accordion .accordion-item {
  padding: 0;
  width: 100%;
  border-bottom: none;
}
.sidebar-filters .accordion .accordion-item a {
  font-size: 1.4rem;
  text-decoration: none;
  padding: 8px 30px 8px 8px;
  line-height: 120%;
  width: 100%;
}
.sidebar-filters .accordion .accordion-item a:hover, .sidebar-filters .accordion .accordion-item a:focus {
  background-color: #D2E5EB;
}
.sidebar-filters .accordion .accordion-item .active {
  background-color: #96D8EB;
}
.sidebar-filters .accordion .accordion-item .active:hover, .sidebar-filters .accordion .accordion-item .active:focus {
  background-color: rgb(107.16, 200.088, 226.84);
}
.sidebar-filters .accordion .accordion-item .accordion-item a {
  padding-left: 30px;
  position: relative;
}
.sidebar-filters .accordion .accordion-item .accordion-item a:before {
  content: "";
  left: 20px;
  border-bottom: 1px solid currentColor;
  width: 5px;
  height: 10px;
  position: absolute;
  opacity: 0.3;
}
.sidebar-filters .accordion .accordion-item .accordion-item .accordion-item a {
  padding-left: 40px;
}
.sidebar-filters .accordion .accordion-item .accordion-item .accordion-item a:before {
  left: 30px;
}
.sidebar-filters .accordion .accordion-item .accordion-item .accordion-item .accordion-item a {
  padding-left: 50px;
}
.sidebar-filters .accordion .accordion-item .accordion-item .accordion-item .accordion-item a:before {
  left: 40px;
}
.sidebar-filters .accordion .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item a {
  padding-left: 60px;
}
.sidebar-filters .accordion .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item a:before {
  left: 50px;
}
.sidebar-filters .accordion .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item a {
  padding-left: 70px;
}
.sidebar-filters .accordion .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item a:before {
  left: 60px;
}
.sidebar-filters .accordion .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item a {
  padding-left: 80px;
}
.sidebar-filters .accordion .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item a:before {
  left: 70px;
}
.sidebar-filters .accordion .accordion-button {
  font-size: 1.2rem;
  padding: 2px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(227.6538461538, 239.2, 242.8461538462);
}
.sidebar-filters .accordion .accordion-button:after {
  height: 10px;
  width: 10px;
  margin: 0;
  position: relative;
  content: "\f068";
  font-weight: bold;
  border: none;
  transform: rotate(0);
  font-family: "Font Awesome 7 Free", sans-serif;
}
.sidebar-filters .accordion .accordion-button.collapsed:after {
  content: "+";
}

.filter-sort {
  width: auto;
}
@media only screen and (max-width: 992px) {
  .filter-sort {
    width: 100%;
  }
}

.filter-toggle-subcats {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 8px 0;
  font-size: 1.2rem;
  user-select: none;
  white-space: nowrap;
}
.filter-toggle-subcats input[type=hidden] {
  display: none;
}
.filter-toggle-subcats input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #aaa;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.filter-toggle-subcats input[type=checkbox]:checked {
  background: #00253A;
  border-color: #00253A;
}
.filter-toggle-subcats input[type=checkbox]:checked::after {
  content: "✓";
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}

.hero-breadcrumb {
  margin: 5px 0 10px;
}
.hero-breadcrumb .resource-type-badge {
  color: inherit;
  opacity: 0.8;
}
.hero-breadcrumb .resource-type-badge:hover {
  opacity: 1;
}

.resource-cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.resource-search .search-form {
  max-width: 100%;
  display: flex;
}
.resource-search .search-form .btn {
  width: 100px;
}

.resources .card-4 {
  padding: 8px 15px !important;
}

.branch-pages-list .row > div {
  margin-bottom: 15px;
}
.branch-pages-list .card-4 {
  padding: 8px;
}
.branch-pages-list .card-4 .card-icon {
  margin-left: 10px;
}
.branch-pages-list .card-4 .card-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
.branch-pages-list .card-4 .card-title small {
  margin: 0;
}
.branch-pages-list .card-4 .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.branch-pages-list .card-4 .card-actions {
  flex-wrap: nowrap;
  margin: 0;
}
.branch-pages-list .card-4 .card-actions .btn {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 5px 15px;
}
.branch-pages-list .card-4 .card-actions .btn:hover, .branch-pages-list .card-4 .card-actions .btn:focus {
  background-color: #D2E5EB;
}

.resource-type-badge {
  text-decoration: none;
}
.resource-type-badge:hover, .resource-type-badge:focus, .resource-type-badge:active {
  text-decoration: underline;
}

.branch-content .inner-content {
  margin: 0 auto;
}
.branch-content .inner-content hr {
  margin: 50px 0;
}
.branch-content .inner-content hr + hr {
  display: none;
}
.branch-content .inner-content img {
  max-width: 100%;
  width: auto;
}
.branch-content .inner-content table {
  max-width: 100%;
  margin-bottom: 30px !important;
}
.branch-content .inner-content table td, .branch-content .inner-content table tr {
  border: 1px solid rgba(0, 37, 58, 0.1) !important;
}
@media only screen and (max-width: 992px) {
  .branch-content .inner-content table td, .branch-content .inner-content table tr {
    width: 100% !important;
  }
}
.branch-content .inner-content table td {
  padding: 10px !important;
}
.branch-content .inner-content table th {
  background-color: #96D8EB !important;
  color: #00253A !important;
  border: none !important;
}
.branch-content .inner-content table th span, .branch-content .inner-content table th p {
  color: #00253A !important;
}
.branch-content .inner-content table td:has(table) {
  padding: 0 !important;
}
.branch-content .inner-content table td:has(table) table {
  width: 100% !important;
  margin-bottom: 0 !important;
  table-layout: fixed !important;
}
.branch-content .inner-content a, .branch-content .inner-content a span {
  color: #00253A !important;
}

/* Blocks */
.accordion {
  margin-top: 4rem;
}
.accordion-item {
  background-color: transparent;
  border-top: 1px solid rgba(0, 37, 58, 0.5);
  padding-bottom: 15px;
}
.accordion-header {
  margin-top: 0;
}
.accordion-body {
  padding: 15px 0;
}
.accordion-button {
  font-weight: 500;
  font-size: 2.4rem;
  background-color: transparent;
  padding: 15px 80px 15px 0;
  border: none;
}
@media only screen and (max-width: 992px) {
  .accordion-button {
    font-size: 1.92rem;
  }
}
.accordion-button:after {
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
  background-image: none !important;
  font-weight: bold;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}
.accordion-button:hover, .accordion-button:focus, .accordion-button:active, .accordion-button:first-child:active {
  background-color: transparent;
  outline: none;
  color: inherit;
  opacity: 0.8;
}
.accordion-button:not(.collapsed) {
  color: #00253A;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed):after {
  content: "";
  transform: rotate(135deg);
}

.has-white-color .accordion-button {
  color: white;
}
.has-white-color .accordion-button:not(.collapsed) {
  color: white;
}
.has-white-color .accordion-body {
  color: white;
}

.wp-block-accordion {
  margin-top: 4rem;
}

.wp-block-accordion-item {
  background-color: transparent;
  border-top: 1px solid rgba(0, 37, 58, 0.5);
  padding-bottom: 15px;
}
.wp-block-accordion-item:first-child {
  border-top: none;
}

.wp-block-accordion-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-accordion-heading__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 120%;
  background-color: transparent;
  padding: 15px 0;
  border: none;
  cursor: pointer;
  text-align: left;
  color: inherit;
  padding: 2rem 0 1rem;
}
@media only screen and (max-width: 992px) {
  .wp-block-accordion-heading__toggle {
    font-size: 1.92rem;
  }
}
.wp-block-accordion-heading__toggle:hover, .wp-block-accordion-heading__toggle:focus, .wp-block-accordion-heading__toggle:active {
  background-color: transparent;
  outline: none;
  color: inherit;
  opacity: 0.8;
  padding: 2rem 0 1rem;
}
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title, .wp-block-accordion-heading__toggle:focus .wp-block-accordion-heading__toggle-title, .wp-block-accordion-heading__toggle:active .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}

.wp-block-accordion-heading__toggle-title {
  flex: 1;
  padding-right: 15px;
  text-decoration: none !important;
}

.wp-block-accordion-heading__toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px !important;
  height: 20px !important;
  position: relative;
  flex-shrink: 0;
  font-size: 0;
  color: transparent;
}
.wp-block-accordion-heading__toggle-icon:after {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
  color: #00253A;
}

.wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle {
  color: #00253A;
}
.wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
  transform: rotate(180deg) !important;
}

.wp-block-accordion-panel {
  padding: 15px 0;
}
.wp-block-accordion-panel[inert] {
  display: none;
}

.has-white-color .wp-block-accordion-heading__toggle {
  color: white;
}
.has-white-color .wp-block-accordion-heading__toggle-icon:after {
  color: white;
}
.has-white-color .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle {
  color: white;
}
.has-white-color .wp-block-accordion-panel {
  color: white;
}

.card {
  position: relative;
  border: none;
  margin: 0;
  padding: 25px;
  border-radius: 30px;
  overflow: hidden;
  background: #D2E5EB;
  transition: all 150ms ease-in-out !important;
  margin-bottom: 20px;
}
.card:has(a:hover, a:focus, a:active) {
  background: #96D8EB;
  box-shadow: 0 10px 10px rgba(0, 37, 58, 0.1);
}
.card:has(a:hover, a:focus, a:active) .card-asset img {
  transform: scale(1.1);
}
.card:only-child {
  height: 100%;
}
.card > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.card-inner {
  background-color: var(--section-color);
  color: var(--section-text-color);
  transition: all 150ms ease-in-out;
}
.card-asset {
  background-color: #96D8EB;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.7/1;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 20px;
}
.card-asset img {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  height: auto;
  transition: all 150ms ease-in-out;
}
.card-content {
  flex: 1;
  align-self: center;
}
.card-content h2, .card-content h3, .card-content h4 {
  margin-top: 0;
}
.card-content h2:last-child, .card-content h3:last-child, .card-content h4:last-child {
  margin-bottom: 0;
}
.card-content ul, .card-content ol {
  margin-bottom: 15px;
}
.card-content ul li, .card-content ol li {
  margin: 0;
  padding: 0;
}
.card .card-actions {
  margin-top: 20px;
}
.card .btn:hover, .card .btn:focus, .card .btn:active {
  background: white;
  color: #00253A;
  border-color: white;
}
.card a.btn {
  position: relative;
  z-index: 99;
}

.card-2 {
  position: relative;
  background: #00253A;
  color: white;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.card-2:has(a:hover, a:focus, a:active) {
  background: #00253A;
  box-shadow: 0 10px 10px rgba(0, 37, 58, 0.1);
}
.card-2:has(a:hover, a:focus, a:active) .card-asset img {
  transform: scale(1.1);
}
.card-2 > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.card-2 .card-asset {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  height: 100%;
  width: 100%;
}
.card-2 .card-asset img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.card-2 .card-content {
  position: relative;
  padding: 30px;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .card-2 .card-content {
    padding: 0 15px;
  }
}
.card-2 .card-content .btn {
  background: white;
  color: #00253A;
  border: none;
  line-height: 120%;
  text-align: left;
}
.card-2 .card-content .btn:hover, .card-2 .card-content .btn:focus, .card-2 .card-content .btn:active {
  background: #96D8EB;
  color: #00253A;
  border-color: #96D8EB;
}
.card-2 .card-content span.btn {
  margin-top: 0;
}
.card-2 .card-content:has(.card-tag) {
  padding-bottom: 40px;
}
.card-2:has(.resource-type) .card-content {
  padding-top: 40px;
}
.card-2 .card-actions {
  justify-content: flex-start;
}
.card-2 .card-actions > * {
  flex: 0 auto;
}
@media only screen and (max-width: 992px) {
  .card-2 .card-actions > * {
    flex: 1 300px;
  }
}
.card-2 .card-actions > * span, .card-2 .card-actions > * a {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .card-2 .card-actions > * span, .card-2 .card-actions > * a {
    width: 100% !important;
  }
}
.card-2 .card-actions > *:only-child {
  flex: 0 auto;
}
@media only screen and (max-width: 992px) {
  .card-2 .card-actions > *:only-child {
    flex: 1 300px;
  }
}
.card-2 .card-tag {
  display: inline-block;
  background: #96D8EB;
  color: #00253A;
  margin-left: -30px;
  padding: 5px 20px 5px 40px;
  border-radius: 0 10px 10px 0;
  margin-bottom: 20px;
}

.modal-card {
  background: #00253A;
  color: white;
}
.modal-card:has(a:hover, a:focus, a:active) {
  background: rgb(0, 20.7327586207, 32.5);
  box-shadow: 0 10px 10px rgba(0, 37, 58, 0.2);
}
.modal-card .btn {
  background: #D2E5EB;
  color: #00253A;
  border-color: white;
}

.card-3 {
  position: relative;
  border: none;
  margin: 0;
  padding: 25px;
  border-radius: 30px;
  overflow: hidden;
  background: #00253A;
  transition: all 150ms ease-in-out !important;
  height: 100%;
  color: #fff;
}
.card-3:has(a:hover, a:focus, a:active) {
  background: #00253A;
  box-shadow: 0 10px 10px rgba(0, 37, 58, 0.1);
}
.card-3:has(a:hover, a:focus, a:active) .card-asset img {
  transform: scale(1.1);
}
.card-3 > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.card-3-inner {
  background-color: var(--section-color);
  transition: all 150ms ease-in-out;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-3-asset {
  background-color: #00253A;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 2.05/1;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 20px;
}
.card-3-asset img {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  height: auto;
  transition: all 150ms ease-in-out;
}
.card-3-content {
  flex: 1;
  align-self: center;
  color: #fff;
}
.card-3-content h2, .card-3-content h3, .card-3-content h4 {
  margin-top: 0;
}
.card-3-content h2:last-child, .card-3-content h3:last-child, .card-3-content h4:last-child {
  margin-bottom: 0;
}
.card-3 .btn {
  letter-spacing: 0;
  padding-left: 20px;
  padding-right: 20px;
  background: #D2E5EB;
  color: #00253A;
}
.card-3 .btn:hover, .card-3 .btn:focus, .card-3 .btn:active {
  background: white;
  color: #00253A;
  border-color: white;
}
.card-3 a.btn {
  position: relative;
  z-index: 99;
}
.card-3 .card-role {
  position: absolute;
  top: 0;
  left: 0;
  background: #00253A;
  color: white;
  padding: 10px 20px;
  border-radius: 0 0 10px 0;
  font-size: 1.2rem;
  z-index: 9;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .partner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .partner-grid {
    grid-template-columns: 1fr;
  }
}

.partner-card {
  background: linear-gradient(180deg, #0D2A42 0%, #0B1F33 100%);
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  height: 220px;
  transition: 0.3s ease;
  display: flex;
  cursor: pointer;
}
.partner-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  color: inherit;
}
.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.partner-card:hover .partner-logo img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.08);
}
.partner-card .partner-type {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #96D8EB;
  color: #00253A;
  font-size: 15px;
  font-weight: 500;
  z-index: 5;
  white-space: nowrap;
  display: inline-block;
  margin-left: -30px;
  padding: 5px 20px 5px 40px;
  border-radius: 0 10px 10px 0;
  margin-bottom: 20px;
}
.partner-card .partner-logo {
  width: 65%;
  text-align: center;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-card .partner-logo img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  filter: grayscale(1);
  transition: 0.3s ease;
}
.partner-card .partner-logo h3 {
  font-size: 28px;
  color: #fff;
  opacity: 0.9;
}

.card-4 {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 5px 15px 0 rgba(0, 37, 58, 0.15);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 25px;
  gap: 20px;
}
.card-4 .card-icon {
  position: relative;
  color: #96D8EB;
  font-size: 3rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.card-4 .card-icon i {
  line-height: 1;
}
.card-4 .card-icon .badge-count {
  position: absolute;
  top: -4px;
  right: -8px;
  background: #00253A;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.card-4 .card-body {
  flex: 1;
  min-width: 0;
  padding: 0;
}
.card-4 .card-body .card-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 5px 0;
  line-height: 1.2;
}
.card-4 .card-body .card-content h3 a {
  text-decoration: none;
  color: inherit;
}
.card-4 .card-body .card-content h3 a:hover {
  color: #00253A;
}
.card-4 .card-body .card-content .card-terms {
  margin-top: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.card-4 .card-body .card-content .card-terms .resource-type-badge {
  font-size: 1.1rem;
  color: #00253A;
  font-weight: 400;
  text-decoration: none;
}
.card-4 .card-body .card-content .card-terms .resource-type-badge:hover, .card-4 .card-body .card-content .card-terms .resource-type-badge:focus {
  text-decoration: underline;
  background-color: transparent;
}
.card-4 .card-body .card-content .card-terms .resource-type-badge:hover:not(:last-child)::after, .card-4 .card-body .card-content .card-terms .resource-type-badge:focus:not(:last-child)::after {
  text-decoration: none;
}
.card-4 .card-body .card-content .card-terms .resource-type-badge:not(:last-child)::after {
  content: "›";
  margin: 0 5px;
  font-weight: 300;
  display: inline-block;
}
.card-4 .card-action {
  flex-shrink: 0;
}
.card-4 .card-action .btn-action {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #00253A;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease-in-out;
  font-size: 1.7rem;
  text-decoration: none;
  font-weight: 400;
}
.card-4 .card-action .btn-action:hover {
  background: #96D8EB;
  color: #00253A;
  transform: scale(1.1);
}
.card-4:has(a:hover, a:focus, a:active) {
  background: white;
  box-shadow: 0 8px 20px 0 rgba(0, 37, 58, 0.2);
}

.resources .card-4 {
  padding: 0 15px 0 20px;
}

.resource-type {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #96D8EB;
  color: #00253A;
  font-size: 15px;
  font-weight: 500;
  z-index: 5;
  white-space: nowrap;
  display: inline-block;
  margin-left: -30px;
  padding: 5px 20px 5px 40px;
  border-radius: 0 10px 10px 0;
  margin-bottom: 25px;
}

@media only screen and (max-width: 992px) {
  .card .card-content {
    padding-bottom: 0;
  }
  .card .card-content a {
    position: relative;
    display: block;
    z-index: 10;
  }
  .card .card-content .btn {
    position: static;
    margin-left: 0 !important;
    margin-top: 12px;
    width: fit-content;
  }
  .card > a {
    pointer-events: none;
  }
}
.card-files .card-files-dropdown {
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
.card-files .card-files-select {
  width: 100%;
  padding: 12px 40px 12px 15px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  color: white;
  background-color: #00253A;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  border-radius: 30px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 150ms ease-in-out;
}
.card-files .card-files-select:hover, .card-files .card-files-select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300253A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
  border-color: #D2E5EB;
  background-color: white;
  color: #00253A;
  outline: none;
}
.card-files .card-files-select:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.card-files .card-files-select option {
  padding: 10px;
  color: #00253A;
}
.card-files.card-2 .card-files-select, .card-files.card-3 .card-files-select {
  background-color: rgba(255, 255, 255, 0.95);
  color: #00253A;
}
.card-files.card-2 .card-files-select:hover, .card-files.card-2 .card-files-select:focus, .card-files.card-3 .card-files-select:hover, .card-files.card-3 .card-files-select:focus {
  background-color: white;
  color: #00253A;
}
.card-files.card-4 .card-files-dropdown {
  margin-top: 15px;
}
.card-files.card-4 .card-files-select {
  border-left: 5px solid #96D8EB;
  border-radius: 2px;
  background-color: transparent;
  color: currentColor;
}
.card-files.card-4 .card-files-select:hover, .card-files.card-4 .card-files-select:focus {
  background-color: #96D8EB;
  border-color: #D2E5EB;
  color: #00253A;
}

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

/* Hide columns with cards that have no anchor links */
.wp-block-column:empty {
  display: none;
}

.card-list-column ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30pxpx;
}
.card-list-column ul > * {
  flex: 0 290px;
}

.card-terms {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
  z-index: 99;
}
.card-terms a {
  font-size: 1.2rem;
  text-decoration: none;
}
.card-terms a:hover, .card-terms a:focus, .card-terms a:active {
  background-color: #96D8EB;
}
.card-terms a i {
  opacity: 0.4;
}

h2:has(.badge-new), h3:has(.badge-new), h4:has(.badge-new) {
  display: flex;
  align-items: center;
  gap: 5px;
}

.badge-new {
  display: inline-block;
  width: auto;
  background: #ED6E62;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  padding: 2px 8px;
  margin: 0;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-link i {
  margin-right: 5px;
  font-size: 0.9em;
}

.card-links:has(a:hover, a:focus, a:active) {
  background: #D2E5EB;
  box-shadow: none;
}
.card-links .card-content {
  width: 100%;
}
.card-links ul {
  list-style: none;
  padding: 0;
}
.card-links ul li {
  border-bottom: 1px solid rgba(0, 37, 58, 0.1);
}
.card-links ul li:last-child {
  border-bottom: none;
}
.card-links ul li a {
  text-decoration: none;
  padding: 5px;
  display: block;
  transition: all 150ms ease-in-out;
}
.card-links ul li a:hover, .card-links ul li a:focus, .card-links ul li a:active {
  background-color: white;
  padding-left: 10px;
}

.entries-ajax.feature-first .row:has(.card) > .card {
  margin-bottom: 0 !important;
}
.entries-ajax.feature-first .row:has(.card) > div:first-child {
  flex: 1 60%;
}
.entries-ajax.feature-first .row:has(.card) > div:first-child article .card-inner {
  display: flex;
  flex-direction: row;
  gap: 30px;
  height: 100%;
}
.entries-ajax.feature-first .row:has(.card) > div:first-child article .card-inner > * {
  flex: 1;
  height: auto;
}
.entries-ajax.feature-first .row:has(.card) > div:first-child article .card-inner .card-asset {
  order: 1;
}

.entries-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid rgba(0, 37, 58, 0.1);
  margin-bottom: 15px;
  width: 100%;
  padding-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .entries-filter {
    flex-wrap: wrap;
  }
}
.entries-filter p {
  color: rgba(0, 37, 58, 0.8);
  margin-bottom: 7.5px;
  font-weight: 300;
}
.entries-filter .filters ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 7.5px;
}
.entries-filter .filters ul li {
  margin: 0;
  padding: 0;
}
.entries-filter .filters ul li:before {
  content: none;
}
.entries-filter .filters ul li button, .entries-filter .filters ul li a {
  display: inline-block;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  text-decoration: none;
  font-size: 1.6rem;
}
.entries-filter .filters ul li button:hover, .entries-filter .filters ul li button:focus, .entries-filter .filters ul li button:active, .entries-filter .filters ul li button.active, .entries-filter .filters ul li a:hover, .entries-filter .filters ul li a:focus, .entries-filter .filters ul li a:active, .entries-filter .filters ul li a.active {
  background-color: #00253A;
  color: #fff;
}
.entries-filter .filters select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 9'%3E%3Cpath fill='%2338434d' d='M7.5 9 0 0h15Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 15px 9px;
  padding-right: 40px;
  min-width: 200px;
}

.entries-result-count {
  font-size: 1.4rem;
  color: rgba(0, 37, 58, 0.7);
  margin-bottom: 30px;
  font-weight: 500;
}

.not-found {
  padding: 2rem;
  background-color: #fff;
  border: 1px solid rgba(0, 37, 58, 0.1);
  border-radius: 30px;
}
.not-found p {
  margin: 0;
}

@media (max-width: 768px) {
  .entries-ajax.feature-first .row > div:first-child {
    flex: 1 100%;
  }
  .entries-ajax.feature-first .row > div:first-child article .card-inner {
    flex-direction: column;
  }
}
.resource-thumbnail {
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .resource-thumbnail {
    margin: 20px 0;
  }
}

.post-author {
  font-size: 1.5rem;
}

.heros:first-of-type .hero {
  margin-bottom: 5rem;
}

.hero {
  position: relative;
  border-bottom: 1px solid #D2E5EB;
  padding: 60px 0;
}
.hero:has(.hero-asset) {
  background: #00253A;
  border-bottom: none;
}
.hero:has(.hero-asset) .hero-caption {
  min-height: 50vh;
  color: white;
}
@media only screen and (max-width: 992px) {
  .hero:has(.hero-asset) .hero-caption {
    min-height: 0;
  }
}
.hero:has(.hero-asset) .hero-caption h1 strong {
  color: #96D8EB;
}
.hero-caption {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 10px;
}
@media only screen and (max-width: 992px) {
  .hero-caption {
    padding: 0 10px;
  }
}
.hero-caption a {
  color: currentColor;
}
.hero-asset {
  top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-asset:before {
  content: "";
  background: linear-gradient(90deg, #00253A 0%, rgba(0, 37, 58, 0) 120%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 992px) {
  .hero-asset:before {
    background: linear-gradient(90deg, #00253A 0%, rgba(0, 37, 58, 0) 120%);
  }
}
.hero-asset img {
  width: auto;
  height: auto;
  max-width: 100vw;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .hero-buttons a {
    flex: 1 120px;
  }
}
.hero .btn {
  background: #96D8EB;
  color: #00253A;
  border-color: #96D8EB;
  width: auto;
}
@media only screen and (max-width: 992px) {
  .hero .btn {
    width: 100%;
  }
}
.hero .btn:hover, .hero .btn:focus, .hero .btn:active {
  color: currentColor;
  background: transparent;
  border-color: currentColor;
  backdrop-filter: blur(5px);
  box-shadow: 0 5px 15px rgba(0, 37, 58, 0.2);
}
.hero .btn-secondary {
  background: transparent;
  color: currentColor;
  border: 1px solid currentColor;
}
.hero .btn-secondary:hover, .hero .btn-secondary:focus, .hero .btn-secondary:active {
  background: #96D8EB;
  border-color: #96D8EB;
  color: #00253A;
  box-shadow: 0 5px 15px rgba(0, 37, 58, 0.2);
}
.hero .hero-meta {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 0;
  margin: 20px 0;
}
.hero .hero-meta > * {
  flex: 1;
}
@media only screen and (max-width: 992px) {
  .hero .hero-meta > * {
    flex: 1 100%;
  }
}
.hero .hero-meta > * strong {
  display: block;
  font-size: 2rem;
}
.hero .hero-meta a {
  text-decoration: none;
}
.hero .hero-meta p {
  margin: 0;
}
.hero .hero-meta .w-100 {
  flex: 1 100% !important;
}
.hero .hero-nav {
  position: relative;
  z-index: 3;
}
.hero .hero-nav .dropdown {
  width: 100%;
  border-radius: 20px;
}
.hero .hero-nav .dropdown .btn {
  background: #E5E9EA;
  color: #00253A;
  border-radius: 20px;
  text-align: left;
  border: none;
  width: 100%;
  white-space: normal;
}
.hero .hero-nav .dropdown .btn:hover, .hero .hero-nav .dropdown .btn:focus {
  box-shadow: none;
}
.hero .hero-nav .dropdown .btn.show {
  border-radius: 20px 20px 0 0;
}
.hero .hero-nav .dropdown .dropdown-menu {
  padding: 0 !important;
  width: 100%;
  top: 95% !important;
  transform: none !important;
  background: #E5E9EA;
  border-radius: 0;
  overflow: hidden;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 999;
  max-height: 40vh;
  inset: revert !important;
  overflow-y: auto;
}
.hero .hero-nav .dropdown .dropdown-menu.show {
  border-radius: 0 0 20px 20px;
}
.hero .hero-nav .dropdown .dropdown-menu li {
  margin: 0;
}
.hero .hero-nav .dropdown .dropdown-menu a {
  padding: 10px 25px;
  background: #E5E9EA;
  transition: all 150ms ease-in-out;
  white-space: normal;
}
.hero .hero-nav .dropdown .dropdown-menu a:hover, .hero .hero-nav .dropdown .dropdown-menu a:focus, .hero .hero-nav .dropdown .dropdown-menu a:active {
  background: rgb(174.6923076923, 208.6, 219.3076923077);
  color: #00253A;
}
.hero .hero-nav .dropdown .dropdown-menu .dropdown-grandchild {
  border-left: 2px solid #96D8EB;
  margin-left: 25px;
}
.hero .hero-nav .dropdown .dropdown-menu .dropdown-grandchild a {
  padding: 10px;
}
.hero .hero-nav .dropdown .dropdown-menu .active {
  background: #D2E5EB;
  color: #00253A;
}
.hero .hero-nav .dropdown .dropdown-menu .active:hover, .hero .hero-nav .dropdown .dropdown-menu .active:focus, .hero .hero-nav .dropdown .dropdown-menu .active:active {
  background: rgb(174.6923076923, 208.6, 219.3076923077);
}
.hero .member-info p {
  margin-bottom: 0;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .hero .caption-content > div {
    width: 100%;
    display: block !important;
  }
}

.hero-asset {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
}
.hero-asset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-asset {
  /* FIX SVGs */
}
.hero-asset img[src$=".svg"] {
  width: 100%;
  height: auto;
  min-width: unset;
  min-height: unset;
  max-width: 100%;
  object-fit: unset;
  display: block;
}

.hero-alt .row {
  justify-content: space-between;
}
.hero-alt:has(.hero-asset) {
  background: white;
  padding: 60px 0;
  border-bottom: 1px solid #D2E5EB;
}
.hero-alt:has(.hero-asset) .hero-caption {
  color: #00253A;
  padding: 0;
  min-height: 0;
  margin-bottom: 2rem;
}
.hero-alt .hero-asset {
  position: static;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 10px 0 rgba(0, 37, 58, 0.2);
}
.hero-alt .hero-asset:before {
  content: none;
}

.single-partner .hero {
  background-color: #00253A;
  color: white;
}

.person-asset {
  box-shadow: 0 10px 10px 0 rgba(0, 37, 58, 0.2);
  border-radius: 30px;
  overflow: hidden;
}
.person-content {
  padding: 30px 0 0;
  color: rgba(0, 37, 58, 0.8);
  line-height: 120%;
}
.person-content h3 {
  font-size: 2.08rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #00253A;
}
.person-content span {
  display: block;
}
.person-content .btn-alt {
  font-size: 1.6rem;
  display: block;
  text-align: left;
  margin-top: 15px;
}

.tabs .nav-tab button {
  font-weight: 500;
  font-size: 2.24rem;
  border: none;
  background-color: transparent;
  padding: 15px 0 0;
  margin-right: 30px;
  border-bottom: 1px solid rgba(150, 216, 235, 0.5);
}
.tabs .nav-tab button:after {
  content: "";
  display: flex;
  width: 100%;
  height: 5px;
  background-color: #00253A;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
}
.tabs .nav-tab button:hover, .tabs .nav-tab button:focus, .tabs .nav-tab button:active, .tabs .nav-tab button:first-child:active {
  background-color: transparent;
  outline: none;
  color: inherit;
  opacity: 0.8;
}
.tabs .nav-tab button:not(.active) {
  color: #00253A;
  background-color: transparent;
  box-shadow: none;
}
.tabs .nav-tab button:not(.active):after {
  width: 30%;
}
.tabs .tab-content {
  padding: 30px 0;
}

.terms .type {
  text-align: center;
}
.terms .type a {
  display: block;
  text-decoration: none;
}
.terms .type h4 {
  text-transform: none;
  font-weight: 500;
  color: #00253A;
}

.action-block {
  border-radius: 28px;
  padding: 3rem 3.5rem;
  margin: 4rem auto;
}

.action-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.wp-block-gallery.is-style-slider {
  position: relative;
  max-width: 1000px;
}
.wp-block-gallery.is-style-slider.glide {
  display: block;
}
.wp-block-gallery.is-style-slider.glide .wp-block-image {
  margin: 0 auto !important;
  width: 100%;
  text-align: center;
}
.wp-block-gallery.is-style-slider.glide .wp-block-image a {
  display: block;
  width: 100%;
}
.wp-block-gallery.is-style-slider.glide .wp-block-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}
.wp-block-gallery.is-style-slider.glide .wp-block-image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  margin: 0;
  border-radius: 0 0 20px 20px;
}
.wp-block-gallery.is-style-slider .glide__track {
  overflow: hidden;
  border-radius: 20px;
}
.wp-block-gallery.is-style-slider .glide__slides {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  will-change: transform;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-gallery.is-style-slider .glide__slide {
  flex-shrink: 0;
  position: relative;
}
.wp-block-gallery.is-style-slider .glide__slide figure {
  margin: 0;
  position: relative;
}
.wp-block-gallery.is-style-slider .glide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 0.5rem;
  z-index: 10;
}
.wp-block-gallery.is-style-slider .glide__arrow {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
  color: #00253A;
}
.wp-block-gallery.is-style-slider .glide__arrow:hover {
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}
.wp-block-gallery.is-style-slider .glide__arrow:focus {
  outline: 2px solid #96D8EB;
  outline-offset: 2px;
}
.wp-block-gallery.is-style-slider .glide__arrow:active {
  transform: scale(0.95);
}
.wp-block-gallery.is-style-slider .glide__arrow svg {
  width: 24px;
  height: 24px;
}
.wp-block-gallery.is-style-slider .glide__arrow--left {
  margin-left: 0.5rem;
}
.wp-block-gallery.is-style-slider .glide__arrow--right {
  margin-right: 0.5rem;
}
@media (max-width: 768px) and (hover: none) {
  .wp-block-gallery.is-style-slider .glide__arrow {
    width: 40px;
    height: 40px;
  }
  .wp-block-gallery.is-style-slider .glide__arrow svg {
    width: 20px;
    height: 20px;
  }
}
.wp-block-gallery.is-style-slider .glide__bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem 0;
}
.wp-block-gallery.is-style-slider .glide__bullet {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s ease;
}
.wp-block-gallery.is-style-slider .glide__bullet:hover {
  background: #96D8EB;
  transform: scale(1.2);
}
.wp-block-gallery.is-style-slider .glide__bullet:focus {
  outline: 2px solid #00253A;
  outline-offset: 2px;
}
.wp-block-gallery.is-style-slider .glide__bullet--active {
  background: #00253A;
  transform: scale(1.2);
}
.wp-block-gallery.is-style-slider[data-aspect-ratio="16:9"] .glide__slide img {
  aspect-ratio: 16/9;
}
.wp-block-gallery.is-style-slider[data-aspect-ratio="4:3"] .glide__slide img {
  aspect-ratio: 4/3;
}
.wp-block-gallery.is-style-slider[data-aspect-ratio="1:1"] .glide__slide img {
  aspect-ratio: 1/1;
}
.wp-block-gallery.is-style-slider.is-dark .glide__arrow {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.wp-block-gallery.is-style-slider.is-dark .glide__arrow:hover {
  background: rgba(0, 0, 0, 0.95);
}
.wp-block-gallery.is-style-slider.is-dark .glide__bullet {
  background: rgba(255, 255, 255, 0.4);
}
.wp-block-gallery.is-style-slider.is-dark .glide__bullet:hover {
  background: rgba(255, 255, 255, 0.6);
}
.wp-block-gallery.is-style-slider.is-dark .glide__bullet--active {
  background: #fff;
}
.wp-block-gallery.is-style-slider.has-thumbnails .glide__bullets {
  gap: 0.25rem;
}
.wp-block-gallery.is-style-slider.has-thumbnails .glide__bullet {
  width: auto;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 0.25s ease;
}
.wp-block-gallery.is-style-slider.has-thumbnails .glide__bullet:hover, .wp-block-gallery.is-style-slider.has-thumbnails .glide__bullet--active {
  opacity: 1;
}
.wp-block-gallery.is-style-slider.has-thumbnails .glide__bullet img {
  width: 60px;
  height: 40px;
  object-fit: cover;
}

.editor-styles-wrapper .wp-block-gallery.is-style-slider {
  position: relative;
  display: flex !important;
  margin-bottom: 20px;
}
.editor-styles-wrapper .wp-block-gallery.is-style-slider::before {
  content: "Slider Gallery";
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.25rem 0.75rem;
  background: #1e1e1e;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 4px;
  z-index: 20;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.editor-styles-wrapper .wp-block-gallery.is-style-slider::after {
  content: "• • •";
  width: 100%;
  display: block;
  text-align: center;
  color: #999;
  font-size: 1.25rem;
  letter-spacing: 0.5rem;
  margin-top: 0.75rem;
  pointer-events: none;
}
.editor-styles-wrapper .wp-block-gallery.is-style-slider .wp-block-gallery__inner-container,
.editor-styles-wrapper .wp-block-gallery.is-style-slider .blocks-gallery-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 16px;
  padding: 0 48px;
  margin: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.editor-styles-wrapper .wp-block-gallery.is-style-slider .wp-block-gallery__inner-container::-webkit-scrollbar,
.editor-styles-wrapper .wp-block-gallery.is-style-slider .blocks-gallery-grid::-webkit-scrollbar {
  display: none;
}
.editor-styles-wrapper .wp-block-gallery.is-style-slider .wp-block-image,
.editor-styles-wrapper .wp-block-gallery.is-style-slider .blocks-gallery-item {
  scroll-snap-align: center;
  margin: 0 !important;
}
.editor-styles-wrapper .wp-block-gallery.is-style-slider .wp-block-image img,
.editor-styles-wrapper .wp-block-gallery.is-style-slider .blocks-gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.editor-styles-wrapper .wp-block-gallery.is-style-slider .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-gallery.is-style-slider .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 0 0 8px 8px;
  margin: 0;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}

.crm-events__grid .crm-events__item--hidden {
  display: none;
}
.crm-events__empty {
  padding: 2rem;
  background-color: #fff;
  border: 1px solid rgba(0, 37, 58, 0.1);
  border-radius: 30px;
}
.crm-events__empty p {
  margin: 0;
}

.event-card {
  height: 100%;
}
.event-card:has(a:hover, a:focus, a:active) .btn:first-child {
  background-color: inherit;
  color: inherit;
  border-color: inherit;
}
.event-card:has(a:hover, a:focus, a:active) .btn:first-child:hover, .event-card:has(a:hover, a:focus, a:active) .btn:first-child:focus {
  background: white;
  color: #00253A;
}
.event-card .event-date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.event-card .event-date__month {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.9;
}
.event-card .event-date__day {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.event-card h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.3;
}
.event-card .event-time,
.event-card .event-location,
.event-card .event-branch {
  margin-bottom: 7.5px;
  opacity: 0.9;
  gap: 8px;
}
.event-card .event-time small,
.event-card .event-location small,
.event-card .event-branch small {
  font-size: 1.5rem;
  opacity: 0.9;
}
.event-card .card-content {
  padding-bottom: 15px;
}
.event-card .event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
  position: relative;
  z-index: 10;
  padding: 0 30px 30px;
}
.event-card .event-actions .btn {
  margin: 0;
  background-color: transparent;
  color: white;
  border-color: white;
}
.event-card .event-actions .btn:hover, .event-card .event-actions .btn:focus {
  background: white;
  color: #00253A;
}

.crm-events--hero {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.crm-events--hero .hero {
  padding-left: 30px;
  padding-right: 30px;
}
.crm-events--hero .hero .hero-meta {
  display: block;
}
.crm-events--hero .crm-events__slider {
  position: relative;
}
.crm-events--hero .glide__track {
  overflow: hidden;
}
.crm-events--hero .glide__slides {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.crm-events--hero .glide__slide {
  width: 100%;
  flex-shrink: 0;
}
.crm-events--hero .glide__arrows {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  pointer-events: none;
  z-index: 2;
}
.crm-events--hero .glide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  transition: all 150ms ease-in-out;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.crm-events--hero .glide__arrow:hover {
  background: #fff;
  transform: scale(1.05);
}
.crm-events--hero .glide__arrow:focus {
  outline: 2px solid #00253A;
  outline-offset: 2px;
}
.crm-events--hero .glide__arrow i {
  font-size: 1.25rem;
  color: #00253A;
}
.crm-events--hero .glide__arrow--left {
  margin-right: auto;
}
.crm-events--hero .glide__arrow--right {
  margin-left: auto;
}

.crm-event-details .hero {
  position: relative;
  background: #00253A;
  color: #fff;
  padding: 3rem 0;
}
.crm-event-details .hero .event-branch {
  color: rgba(255, 255, 255, 0.85);
}
.crm-event-details .hero .hero-buttons {
  margin-top: 20px;
}
.crm-event-details .hero .post-meta p {
  margin-bottom: 0;
}
.crm-event-details .hero .post-meta p strong {
  font-size: 1.6rem;
}
.crm-event-details .hero .event-date-badge {
  position: relative;
  z-index: 2;
}
.crm-event-details .event-date-badge .event-month {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
.crm-event-details .event-date-badge .event-day {
  font-size: 4rem;
  line-height: 1;
}
.crm-event-details .inner-content {
  max-width: 100%;
}
.crm-event-details .section-separator {
  border: none;
  border-top: 1px solid rgba(0, 37, 58, 0.1);
  margin: 2rem 0;
}
.crm-event-details .event-section {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D2E5EB;
}
.crm-event-details .event-section:last-child {
  border-bottom: none;
}
.crm-event-details .sidebar-card {
  padding: 20px;
  flex-direction: column;
}
.crm-event-details .sidebar-card h4 {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: rgba(0, 37, 58, 0.5);
}
@media (min-width: 992px) {
  .crm-event-details .event-sidebar {
    position: sticky;
    top: 100px;
  }
}

@media print {
  .crm-events__filter, .crm-events__pagination {
    display: none;
  }
  .crm-events .glide__arrows {
    display: none;
  }
  .event-card,
  .event-hero__inner {
    box-shadow: none;
    border: 1px solid #ddd;
  }
  .crm-event-details .hero {
    background: none !important;
    color: #000 !important;
    padding: 1rem 0;
  }
  .crm-event-details .event-date-badge {
    background: #f5f5f5 !important;
    color: #000 !important;
  }
  .crm-event-details .sidebar-card {
    border: 1px solid #ddd;
  }
}
/* Specific Site Customizations */
/* END Specific Site Customizations *//*# sourceMappingURL=style.css.map */