/* Setup */
p, li {
  font-size: 1.68rem;
  line-height: 120%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  p, li {
    line-height: 100%;
    font-size: 1.4rem;
  }
}

ul, ol {
  margin: 15px;
}

a {
  color: #1f2933;
}
a:hover, a:focus, a.active {
  color: #fda400;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-weight: 900;
  margin-bottom: 15px;
  position: relative;
}
h1 > span, h2 > span, h3 > span, h4 > span, h5 > span {
  scroll-margin-top: 120px;
}
h1 > small, h2 > small, h3 > small, h4 > small, h5 > small {
  font-weight: 400;
}

h1 {
  font-size: 6.3rem;
  line-height: 100%;
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 3.5rem;
  }
}

h2 {
  font-size: 6.3rem;
  line-height: 100%;
  color: #003502;
}
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 2.8rem;
  }
}

h3 {
  font-size: clamp(18px, 2vw, 20px);
  padding-top: 1rem;
  color: #003502;
}

h4 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
}

.lead {
  font-size: 2.8rem;
  font-weight: 600px;
  color: red;
}

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

blockquote {
  text-align: left;
}
blockquote p {
  font-size: 2.8rem;
  font-family: serif;
  font-style: italic;
  line-height: 100%;
}
blockquote cite {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  opacity: 0.5;
  font-style: normal;
}

.wp-block-pullquote {
  padding: 30px;
  border-left: 3px solid #FDA400;
}

.is-style-lead {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 100%;
  color: #003502;
}
@media only screen and (max-width: 992px) {
  .is-style-lead {
    line-height: 100%;
    font-size: 1.68rem;
  }
}

#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(31, 41, 51, 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);
}

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

.container, .alignwide, .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .container, .alignwide, .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    padding-left: 0;
    padding-right: 0;
  }
}

.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;
}

.wp-block-columns {
  margin-bottom: 15px;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .wp-block-columns {
    margin-bottom: 0;
  }
}

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

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

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

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

.pagination {
  margin: 30px 0;
}
.pagination li a, .pagination li span {
  background-color: rgba(31, 41, 51, 0.1);
  text-decoration: none;
  padding: 4.5px 15px;
  border-radius: 11.25px;
  display: inline-block;
  margin-right: 11.25px;
  font-weight: bold;
  font-size: 1.26rem;
}
.pagination li a.current, .pagination li span.current {
  background: #FDA400;
  color: #fff;
}
.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  background: #003502;
  text-decoration: none;
  color: #fff;
}
.pagination li:last-child a, .pagination li:last-child span {
  margin: 0;
}

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

body {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  --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;
}
body.open {
  overflow: hidden;
}

@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: 5rem;
}

.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;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1400px;
}
@media only screen and (max-width: 1300px) {
  body .is-layout-constrained {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

.wp-block-file a:first-of-type {
  display: none;
}

.btn, .wp-block-button a, .wp-block-file__button {
  width: inherit;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5rem;
  padding: 10px 30px;
  color: black !important;
  background-color: #fff;
  border: 3px solid #FDA400;
  border-radius: 8px;
}
.btn:active, .btn:hover, .wp-block-button a:active, .wp-block-button a:hover, .wp-block-file__button:active, .wp-block-file__button:hover {
  color: white;
  background-color: #FDA400;
  border-color: #FDA400;
}

input[type=submit] {
  width: inherit;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5rem;
  padding: 15px 30px;
  background-color: #003502;
  color: #A7D097;
  border-radius: 8px;
  border: none;
}
input[type=submit]:active, input[type=submit]:hover {
  color: white;
  background-color: #FDA400;
  border-color: #1f2933;
}

.btn-outline, .wp-block-button.is-style-outline a {
  border: 3px solid #1f2933 !important;
  padding: 15px 30px !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: #1f2933 !important;
}

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

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

table, .wp-block-table table {
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
  margin-bottom: 45px;
}
table thead, .wp-block-table table thead {
  border: 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(31, 41, 51, 0.5);
  color: #fff;
  font-weight: normal;
}
table tr td, .wp-block-table table tr td {
  border-top: 1px solid rgba(31, 41, 51, 0.5);
}

header {
  position: absolute;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
header .header-content {
  display: flex;
  align-items: center;
  padding: 5vh 0 0 0;
  width: 100%;
  height: 100%;
}

.branding {
  margin-right: 20px;
}
.branding .brand {
  display: block;
  height: 100%;
  top: 40px;
}
.branding .brand svg,
.branding .brand img {
  width: 100%;
  max-width: 300px;
  max-height: 800px;
}

/* Footer */
footer {
  padding: 5vh 20px;
  font-size: 1.68rem;
  background-color: #A7D097;
  overflow: hidden;
}
footer .social .fab {
  font-size: 3rem;
}
footer .nav li a {
  font-size: 1.4rem;
}
footer .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
footer .navigation ul li {
  display: inline-block;
}
footer .navigation ul li a {
  text-decoration: none;
  color: inherit;
}
footer form {
  display: inline-block;
  margin: 0 auto;
}

.green-row {
  background-color: #003502;
  height: 50px;
  width: 100%;
  margin: 0;
}

.footer-auto {
  padding-top: 4rem 0;
}
.footer-auto .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 5rem;
}
.footer-auto .row:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer-auto {
    flex-direction: column;
    align-items: flex-start;
  }
}

.navigation nav {
  display: flex;
}
.navigation nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 30px;
}
.navigation nav ul li {
  border-bottom: 2px solid transparent;
  margin: 0 1.2rem;
}
.navigation nav ul li:last-child {
  margin-right: 0;
}
.navigation nav ul li a {
  border-radius: 0;
  font-size: 2rem;
  padding: 0;
  color: #FDA400;
}
.navigation nav ul li a:hover, .navigation nav ul li a:focus {
  color: #fff;
}
.navigation .btn a {
  border-radius: 0;
  font-weight: bold;
  padding: 1.35rem 2rem;
}
@media only screen and (max-width: 992px) {
  .navigation .toggle {
    width: 30px rem;
    height: 37.5px rem;
    position: absolute;
    top: 15px rem;
    left: 15px rem;
    z-index: 130;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    transform-origin: center center;
  }
  .navigation .toggle div {
    width: 30px;
    height: 4px;
    position: absolute;
    top: 16px;
    left: 0;
    background-color: black;
    transform-origin: center center;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .navigation .toggle div.top {
    transform: translateY(-10px);
  }
  .navigation .toggle div.bottom {
    transform: translateY(10px);
  }
  .navigation .open .toggle {
    transform: rotate(180deg) translate(-4px, 0px);
  }
  .navigation .open .toggle div {
    width: 37.5px rem;
  }
  .navigation .open .toggle div.top {
    opacity: 0;
  }
  .navigation .open .toggle div.bottom {
    opacity: 0;
  }
  .navigation .open .toggle div.one {
    transform: rotate(45deg);
  }
  .navigation .open .toggle div.two {
    transform: rotate(-45deg);
  }
}

/* Forms */
form {
  margin: 5rem 0;
}
form label {
  display: block;
  position: relative;
  margin: 0 0 15px 0;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea {
  width: 100%;
  display: block;
  box-sizing: border-box;
  background-color: #A7D097;
  border: 2px solid #fda400;
  border-radius: 8px;
  border-color: #003502;
  padding: 10px;
  transition: border-color 0.3s ease;
  margin-top: 5px;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form textarea:focus {
  outline: none;
  border-color: #000200;
}
form .required {
  color: rgb(255, 0, 0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
}
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] {
  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 #FDA400;
}
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: #003502;
  color: #000;
  border: none;
  font-size: 2.1rem;
  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-message {
  padding: 15px;
  font-size: 1.2rem;
  background: pink;
  text-align: center;
}

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

input[data-com-onepassword-filled=light] {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

body .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  font-size: 1.5rem;
  text-align: right;
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 1.12rem;
  color: #003502;
  display: flex;
  list-style: none;
  margin: 15px 0 30px 0;
  padding: 0 0 5px 0;
  align-items: center;
}
.breadcrumbs a {
  color: #003502;
}
.breadcrumbs .divider {
  padding: 0 5px;
}

.title {
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid var(--section-color);
  min-height: clamp(250px, 25vh, 400px);
  display: flex;
  align-items: center;
  background: url("../../../assets/images/title-bg-default.png") no-repeat top left;
  background-size: cover;
}
.title:after {
  content: "";
  background-color: var(--section-color);
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.title .title-content {
  position: relative;
  z-index: 2;
}
.title .title-content .title-caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .title .title-content .title-caption {
    padding: 45px 45px 45px 0;
  }
}
.title .title-content .title-caption h1 {
  margin: 0;
}
.title .title-content .title-caption .lead {
  padding-top: 2rem;
}
.title .title-content .title-caption .lead p {
  font-size: 1.75rem;
}
.title .title-content .title-caption .lead p:only-child, .title .title-content .title-caption .lead p:last-child {
  margin-bottom: 0;
}
.title .title-content .title-caption .post-date {
  font-size: 1.26rem;
}
.title .title-content .title-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.title .title-content .title-image img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.alert-notice {
  position: relative;
  padding: 11.25px 60px;
  text-align: center;
  font-size: 1.54rem;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.alert-notice p {
  margin: 0;
}
.alert-notice .close {
  box-shadow: none;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  color: #fff;
  position: absolute;
  top: 22.5px;
  right: 15px;
  transform: translateY(-50%);
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.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: #FDA400;
  text-decoration: underline;
}
.alert-notice a:hover, .alert-notice a:focus, .alert-notice a:active {
  font-weight: bold;
}

/* Sections */
.entries article {
  margin-bottom: 30px;
}
.entries article .post-image {
  position: relative;
  border-radius: 11.25px;
  overflow: hidden;
  height: 250px;
}
.entries article .post-image .placeholder {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: inherit;
  background: #1f2933;
  color: #fff;
  width: 100%;
  opacity: 1;
}
.entries article .post-image img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.entries article .post-content {
  padding: 15px 15px 15px 0;
}
.entries article .post-content h3 {
  margin: 0 0 4.5px;
}
.entries article .post-content h3 a {
  text-decoration: none;
}
.entries article .post-content h3 a:hover, .entries article .post-content h3 a:focus, .entries article .post-content h3 a:active {
  color: rgba(253, 164, 0, 0.75);
}
.entries article .post-content p {
  margin-bottom: 4.5px;
}
.entries article .post-content .post-meta {
  margin-top: 15px;
}
.entries article .post-content .more {
  display: block;
  color: #1f2933;
  text-decoration: none;
  font-weight: bold;
}
.entries article .post-content .more:hover, .entries article .post-content .more:focus, .entries article .post-content .more:active {
  color: #FDA400;
}
.entries .columns-1 article {
  border-bottom: 1px solid rgba(253, 164, 0, 0.2);
  padding: 22.5px 0;
  margin-bottom: 0;
}

.post-details {
  margin-top: 30px;
  border-top: 1px solid rgba(253, 164, 0, 0.15);
  padding-top: 30px;
}
.post-details a {
  display: inline-block;
  font-style: italic;
  background-color: var(--section-color);
  color: var(--section-text-color);
  text-decoration: none;
  padding: 0 4.5px;
}
.post-details a:hover, .post-details a:focus, .post-details a:active {
  background-color: #FDA400;
  color: #fff;
}

.search-form {
  border-bottom: 1px solid rgba(253, 164, 0, 0.2);
}
.search-form .search {
  padding: 30px 0;
}
.search-form .search .form-row {
  position: relative;
  margin: 0;
}
.search-form .search .form-row input {
  width: 100%;
  padding-right: 45px !important;
}
.search-form .search .form-row button {
  border: none;
  background: transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.member {
  padding: 30px;
}
.member img {
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  opacity: 0.75;
  filter: grayscale(1);
}
.member a {
  display: block;
}
.member a:hover img, .member a:focus img, .member a:active img {
  opacity: 1;
  filter: grayscale(0);
}

.person {
  margin-bottom: 22.5px;
}
.person-asset {
  border-radius: 11.25px;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}
.person-content {
  padding: 15px 0 0;
  color: rgba(253, 164, 0, 0.75);
  line-height: 120%;
}
.person-content h3 {
  font-size: 1.68rem;
  font-weight: 600;
  margin: 0;
  color: #FDA400;
}
.person-content span {
  display: block;
  font-size: 1.26rem;
}

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

/* Blocks */
.accordion-item {
  background-color: transparent;
  border-top: 1px solid rgba(31, 41, 51, 0.5);
}
.accordion-header {
  margin-top: 0;
}
.accordion-body {
  padding: 15px 0;
}
.accordion-button {
  font-weight: 500;
  font-size: 1.96rem;
  border-bottom: none;
  background-color: transparent;
  padding: 15px 0;
}
.accordion-button:after {
  content: "\f067";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-size: 2.8rem;
  background-image: none;
}
.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: #FDA400;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed):after {
  content: "\f068";
  background-image: none;
  font-weight: bold;
}

.card {
  position: relative;
  border: none;
  margin: 30px;
  padding: 0;
  border-radius: 11.25px;
  overflow: hidden;
}
.card > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.card > a:hover ~ .card-inner, .card > a:focus ~ .card-inner, .card > a:active ~ .card-inner {
  background-color: #FDA400;
}
.card-inner {
  background-color: var(--section-color);
  color: var(--section-text-color);
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.card-asset {
  background-color: #003502;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-content {
  padding: 30px;
  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;
}

@media only screen and (min-width: 992px) {
  .entries.blog .card {
    max-width: 75%;
  }
}
.entries.blog .card .card-asset {
  display: none;
}
.entries .member {
  text-align: center;
  height: 100%;
}
.entries .member a {
  text-decoration: none;
}
.entries .member-asset {
  height: 100%;
}
.entries .member-asset-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entries .member-asset-inner img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 150px;
}
.entries .member-asset .placeholder-image {
  text-align: center;
  padding: 30px;
  background-color: rgba(31, 41, 51, 0.1);
  border-radius: 11.25px;
  font-size: 2.1rem;
  display: flex;
  justify-content: center;
}
.entries-filter {
  display: flex;
  flex-direction: row;
  gap: 15px;
  border-bottom: 1px solid rgba(31, 41, 51, 0.1);
  margin-bottom: 45px;
  width: 100%;
  padding-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .entries-filter {
    flex-wrap: wrap;
  }
}
.entries-filter p {
  color: rgba(31, 41, 51, 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);
  background-color: #fff;
  padding: 7.5px 22.5px;
  border-radius: 11.25px;
  text-decoration: none;
  font-size: 1.4rem;
  border: 1px solid rgba(31, 41, 51, 0.1);
}
.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: #FDA400;
  color: #fff;
}
.entries-filter .filters select {
  background-color: #fff;
  border-radius: 11.25px;
  padding: 7.5px 75px 7.5px 30px;
  appearance: none;
  border: 1px solid rgba(31, 41, 51, 0.1);
  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' data-name='Polygon 1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 15px 9px;
}
.entries [data-loadmore] {
  display: block;
  margin: 30px auto 0;
}

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

.hero {
  position: relative;
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero {
    height: 100%;
  }
}
@media (max-width: 1000px) {
  .hero {
    height: 100%;
  }
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(30, 20, 5, 0.98), rgba(14, 31, 38, 0.25) 30%, rgba(14, 31, 38, 0.25) 70%, rgba(30, 20, 5, 0.98));
  z-index: 1;
  pointer-events: none;
}
.hero .hero-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 0 1rem;
}
.hero .hero-overlay .container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.hero .hero-overlay .container h1 {
  font-size: clamp(20px, 5vw, 120px);
  line-height: 86%;
  padding-top: 350px;
  color: white;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 992px) {
  .hero .hero-overlay .container h1 {
    padding-top: 0rem;
  }
}
@media only screen and (max-width: 1300px) {
  .hero .hero-overlay .container h1 {
    padding-top: 30rem;
  }
}
.hero .hero-overlay .container p, .hero .hero-overlay .container b {
  color: white;
  font-size: clamp(16px, 2.2vw, 33px);
  font-weight: 500;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  margin-top: 0rem;
}
@media only screen and (min-width: 992px) {
  .hero .hero-overlay .container p, .hero .hero-overlay .container b {
    margin-top: 60rem;
  }
}
@media only screen and (max-width: 1300px) {
  .hero .hero-overlay .container p, .hero .hero-overlay .container b {
    margin-top: 40rem;
  }
}
@media only screen and (max-width: 992px) {
  .hero .hero-overlay .container p, .hero .hero-overlay .container b {
    margin-top: 0rem;
  }
}

.arrow-down-bottom {
  margin-top: 2rem;
  font-weight: bold;
  color: #FDA400;
  cursor: pointer;
  user-select: none;
  text-align: center;
}
.arrow-down-bottom::after {
  content: "";
  display: block;
  margin: 0.5rem auto 0;
  width: 50px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='22' viewBox='0 0 38 22' fill='none'%3E%3Cpath d='M19 21.5391L17.6055 20.1445L1.85547 4.39453L0.460938 3L3.25 0.210938L4.64453 1.60547L19 16.043L33.3555 1.6875L34.75 0.292969L37.5391 3L36.1445 4.39453L20.3945 20.1445L19 21.5391Z' fill='%23FDA400'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 400ms cubic-bezier(0.83, 0, 0.17, 1);
}
.arrow-down-bottom:hover::after {
  transform: translateY(5px);
}

@media (max-width: 1000px) {
  .hero-overlay .container p, .hero-overlay .container b {
    margin-top: 0rem;
  }
}
.person-asset {
  box-shadow: 0 10px 10px 0 rgba(31, 41, 51, 0.2);
  border-radius: 11.25px;
  overflow: hidden;
}
.person-content {
  padding: 30px 0 0;
  color: rgba(31, 41, 51, 0.8);
  line-height: 120%;
}
.person-content h3 {
  font-size: 1.82rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #1f2933;
}
.person-content span {
  display: block;
}
.person-content .btn-alt {
  font-size: 1.4rem;
  display: block;
  text-align: left;
  margin-top: 15px;
}

.tabs .nav-tab button {
  font-weight: 500;
  font-size: 1.96rem;
  border: none;
  background-color: transparent;
  padding: 15px 0;
  margin-right: 30px;
}
.tabs .nav-tab button:after {
  content: "";
  display: flex;
  width: 100%;
  height: 5px;
  background-color: #FDA400;
  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: #FDA400;
  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: #1f2933;
}

.icon-content {
  padding: 2rem 0;
}
.icon-content .icon-content-item {
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  transition: box-shadow 0.3s ease;
}
.icon-content .icon-content-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.icon-content .icon-content-item .dashicons {
  background-color: #003502;
  color: #A7D097;
  font-size: 4.5rem;
  border-radius: 8px;
  padding: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
}
.icon-content .icon-content-item h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #003502;
  margin: 0;
}
.icon-content .icon-content-item p {
  color: #003502;
  text-align: left;
}

.our-stories-carousel {
  padding: 4rem 2rem;
  overflow: hidden;
  position: relative;
}
.our-stories-carousel .swiper-wrapper {
  align-items: center;
  padding-bottom: 3rem;
}
.our-stories-carousel .swiper-slide {
  width: 100vw;
  max-width: 400px;
  background: #A7D097;
  padding: 1.5rem;
  border-radius: 30px;
  transform: scale(0.9);
  transition: all 0.3s ease;
  overflow: hidden;
}
.our-stories-carousel .swiper-slide .slide-img {
  border-radius: 8px;
  max-height: 600px;
}
@media (min-width: 480px) {
  .our-stories-carousel .swiper-slide {
    max-width: 620px;
  }
}
@media (min-width: 768px) {
  .our-stories-carousel .swiper-slide {
    width: 220px;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .our-stories-carousel .swiper-slide {
    width: 200px;
  }
}
.our-stories-carousel .swiper-slide.swiper-slide-active {
  background: #FDA400;
  transform: scale(1);
  border-radius: 24px;
}
.our-stories-carousel .swiper-slide.swiper-slide-active .slide-title h3 {
  padding-top: 1rem;
}
.our-stories-carousel .swiper-slide.swiper-slide-active .slide-title,
.our-stories-carousel .swiper-slide.swiper-slide-active .readmore-toggle,
.our-stories-carousel .swiper-slide.swiper-slide-active p {
  display: inline-block;
}
.our-stories-carousel .swiper-slide .carousel-image {
  flex: 0 0 40%;
}
.our-stories-carousel .swiper-slide .carousel-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.our-stories-carousel .swiper-slide .carousel-content {
  flex: 1;
  text-align: left;
}
.our-stories-carousel .swiper-slide .carousel-content .carousel-button {
  margin-top: 1rem;
  background: #003502;
  padding: 0.5rem 1.25rem;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
}
.our-stories-carousel .swiper-slide .carousel-content .carousel-button:hover {
  background: #A7D097;
}
.our-stories-carousel .swiper-slide .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #003502;
  color: white;
  font-size: 1.5rem;
  padding: 0.25rem 0.75rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.our-stories-carousel .swiper-slide .close-btn:hover {
  background: #001c01;
}
@media (max-width: 1023px) {
  .our-stories-carousel .swiper-slide.expanded {
    flex-direction: column;
    padding: 1rem !important;
    transform: none !important;
    max-width: 100% !important;
    margin-bottom: 2rem !important;
    position: relative !important;
  }
  .our-stories-carousel .swiper-slide.expanded .slide-inner {
    opacity: 1 !important;
  }
}
.our-stories-carousel .carousel-navigation {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 200px;
  z-index: 10;
}
.our-stories-carousel .carousel-navigation .swiper-button-prev,
.our-stories-carousel .carousel-navigation .swiper-button-next {
  background-color: transparent;
  color: #A7D097;
  border: 2px solid #A7D097;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.our-stories-carousel .carousel-navigation .swiper-button-prev:after,
.our-stories-carousel .carousel-navigation .swiper-button-next:after {
  font-size: 18px;
}
@media (min-width: 768px) {
  .our-stories-carousel .carousel-navigation .swiper-button-prev:after,
  .our-stories-carousel .carousel-navigation .swiper-button-next:after {
    font-size: 20px;
  }
}
.our-stories-carousel .slide-footer .carousel-button,
.our-stories-carousel .slide-footer .readmore-toggle {
  margin-top: 10px;
  background: #003502;
  color: #FDA400;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
}

/* Specific Site Customizations */
/* END Specific Site Customizations */