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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  min-height: 100%;
  margin: 0;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

ul,
ol {
  margin-top: 0;
}

p,
figure {
  margin-top: 0;
}

body {
  color: #3c4346;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  color: #003342;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 20px;
}

h1,
.h1 {
  font-size: 38px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}

h2,
.h2 {
  font-size: 28px;
  line-height: 1.2333333333;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: 21px;
}

h4,
.h4 {
  font-size: 18px;
}

.large-heading {
  font-size: 44px;
}
@media (min-width: 768px) {
  .large-heading {
    font-size: 60px;
  }
}

.eyebrow {
  color: #568e9a;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2142857143;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

p {
  line-height: 1.3333333333;
  margin-bottom: 24px;
}

a {
  color: #003342;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}
a:hover {
  text-decoration-thickness: 2px;
}
a:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}

body {
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-main {
  overflow: hidden;
}

.section {
  padding: 90px 0;
}
@media (min-width: 992px) {
  .section {
    padding: 150px 0;
  }
}
.section p:last-of-type {
  margin-bottom: 0;
}
.section .btn {
  margin-top: 50px;
}

.container {
  width: min(100% - 20px * 2, 1180px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .container {
    width: min(100% - 24px * 2, 1180px);
  }
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.site-header {
  background: #ffffff;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  transition-property: all;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}

.site-header__inner {
  position: relative;
  width: 100%;
  padding-inline: 1.25rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 5.625rem;
}
@media (min-width: 992px) {
  .site-header__inner {
    padding-inline: 1.875rem;
    min-height: 7.5rem;
  }
}

.site-logo {
  background: url("../img/logo.svg");
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 162.51px;
  height: 50px;
}
@media (min-width: 992px) {
  .site-logo {
    width: 175px;
    height: 54px;
  }
}
@media (min-width: 1200px) {
  .site-logo {
    width: 208.63px;
    height: 64.19px;
  }
}
.site-logo .logo-main {
  display: block;
  font-size: 28px;
}
.site-logo .logo-sub {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home .site-header:not(.is-scrolled):not(.is-nav-open) .site-logo {
  background: url("../img/logo-white.svg");
}

body.is-nav-open {
  overflow: hidden;
}
@media (min-width: 992px) {
  body.is-nav-open {
    overflow: auto;
  }
}

.nav-toggle {
  position: relative;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: url("../img/icons/icon-hamburger-open.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem auto;
  border-radius: 0.25rem;
  transition-property: background-color, background-image;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.nav-toggle:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
}

.home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .nav-toggle {
  background-image: url("../img/icons/icon-hamburger-open-white.svg");
}

.site-nav {
  position: fixed;
  top: 5.625rem;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  background: #ffffff;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateY(-0.5rem);
  visibility: hidden;
  transition-property: opacity, transform, visibility;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
@media (min-width: 992px) {
  .site-nav {
    position: static;
    inset: auto;
    margin-left: auto;
    overflow: visible;
    scrollbar-gutter: auto;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}

.site-header.is-nav-open {
  background: #ffffff;
}
.site-header.is-nav-open .nav-toggle {
  background-image: url("../img/icons/icon-hamburger-close.svg");
  background-size: 1.5rem auto;
}
.site-header.is-nav-open .site-nav {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.primary-menu {
  display: grid;
  width: min(100% - 1.875rem, 36rem);
  gap: 0;
  list-style: none;
  margin: 0 auto;
  padding: 1.875rem;
}
@media (min-width: 576px) {
  .primary-menu {
    width: min(100% - 3.75rem, 48rem);
    padding: 3.75rem;
  }
}
@media (min-width: 992px) {
  .primary-menu {
    width: auto;
    display: flex;
    align-items: center;
    gap: 1.75rem;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .primary-menu {
    gap: 3rem;
  }
}
.primary-menu > li {
  position: relative;
  margin: 0;
}
.primary-menu > li > a,
.primary-menu > li > .dropdown-toggle {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.6875rem 0;
  border: 0;
  background: transparent;
  color: #003342;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.15;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
  transition-property: color, top;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.primary-menu > li > a::after,
.primary-menu > li > .dropdown-toggle::after {
  position: absolute;
  right: 0;
  bottom: 1rem;
  left: 0;
  height: 0.125rem;
  background: #c69e66;
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition-property: transform;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.primary-menu > li > a:focus-visible,
.primary-menu > li > .dropdown-toggle:focus-visible {
  outline: 0;
  color: #c69e66;
}
.primary-menu > li > a:focus-visible::after,
.primary-menu > li > .dropdown-toggle:focus-visible::after {
  transform: scaleX(1);
}
@media (min-width: 992px) {
  .primary-menu > li > a,
  .primary-menu > li > .dropdown-toggle {
    width: auto;
    justify-content: center;
    padding: 1.875rem 0;
    font-size: 1rem;
    font-weight: 700;
  }
  .primary-menu > li > a:hover,
  .primary-menu > li > .dropdown-toggle:hover {
    color: #c69e66;
  }
  .primary-menu > li > a:hover::after, .primary-menu > li > a:focus-visible::after, .primary-menu > li > a.is-active::after,
  .primary-menu > li > .dropdown-toggle:hover::after,
  .primary-menu > li > .dropdown-toggle:focus-visible::after,
  .primary-menu > li > .dropdown-toggle.is-active::after {
    transform: scaleX(1);
  }
}
@media (min-width: 1200px) {
  .primary-menu > li > a,
  .primary-menu > li > .dropdown-toggle {
    font-size: 1.125rem;
  }
}
.primary-menu .menu-item-has-children > a::before,
.primary-menu .dropdown-toggle::before {
  order: 2;
  display: inline-block;
  flex: 0 0 auto;
  width: 0.875rem;
  height: 0.875rem;
  margin-left: -4px;
  border-right: 0.1875rem solid #c69e66;
  border-bottom: 0.1875rem solid #c69e66;
  content: "";
  transform: rotate(45deg);
  transform-origin: center;
  transition-property: transform;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
@media (min-width: 992px) {
  .primary-menu .menu-item-has-children > a::before,
  .primary-menu .dropdown-toggle::before {
    width: 0.5625rem;
    height: 0.5625rem;
    border-width: 0.125rem;
  }
}
.primary-menu .menu-item-has-children > a::after,
.primary-menu .dropdown-toggle::after {
  right: 1.3125rem !important;
}

@media (min-width: 992px) {
  .home .site-header:not(.is-scrolled):not(.is-nav-open) .primary-menu > li > a:hover,
  .home .site-header:not(.is-scrolled):not(.is-nav-open) .primary-menu > li > .dropdown-toggle:hover {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .home .site-header:not(.is-scrolled):not(.is-nav-open) .menu-item-has-children > a::after,
  .home .site-header:not(.is-scrolled):not(.is-nav-open) .dropdown-toggle::after {
    background: #ffffff;
  }
}

.has-dropdown.is-open > a,
.has-dropdown.is-open > .dropdown-toggle, .has-dropdown.current-menu-ancestor > a,
.has-dropdown.current-menu-ancestor > .dropdown-toggle, .has-dropdown.current-menu-parent > a,
.has-dropdown.current-menu-parent > .dropdown-toggle,
.menu-item-has-children.is-open > a,
.menu-item-has-children.is-open > .dropdown-toggle,
.menu-item-has-children.current-menu-ancestor > a,
.menu-item-has-children.current-menu-ancestor > .dropdown-toggle,
.menu-item-has-children.current-menu-parent > a,
.menu-item-has-children.current-menu-parent > .dropdown-toggle {
  color: #c69e66;
}
.has-dropdown.is-open > a::after,
.has-dropdown.is-open > .dropdown-toggle::after, .has-dropdown.current-menu-ancestor > a::after,
.has-dropdown.current-menu-ancestor > .dropdown-toggle::after, .has-dropdown.current-menu-parent > a::after,
.has-dropdown.current-menu-parent > .dropdown-toggle::after,
.menu-item-has-children.is-open > a::after,
.menu-item-has-children.is-open > .dropdown-toggle::after,
.menu-item-has-children.current-menu-ancestor > a::after,
.menu-item-has-children.current-menu-ancestor > .dropdown-toggle::after,
.menu-item-has-children.current-menu-parent > a::after,
.menu-item-has-children.current-menu-parent > .dropdown-toggle::after {
  transform: scaleX(1);
}
.has-dropdown.is-open > a::before,
.has-dropdown.is-open > .dropdown-toggle::before,
.menu-item-has-children.is-open > a::before,
.menu-item-has-children.is-open > .dropdown-toggle::before {
  transform: rotate(225deg);
}
.has-dropdown.is-open > .sub-menu,
.has-dropdown.is-open > .dropdown-menu,
.menu-item-has-children.is-open > .sub-menu,
.menu-item-has-children.is-open > .dropdown-menu {
  max-height: 35rem;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .has-dropdown:hover > a,
  .has-dropdown:hover > .dropdown-toggle, .has-dropdown:focus-within > a,
  .has-dropdown:focus-within > .dropdown-toggle, .has-dropdown.is-open > a,
  .has-dropdown.is-open > .dropdown-toggle,
  .menu-item-has-children:hover > a,
  .menu-item-has-children:hover > .dropdown-toggle,
  .menu-item-has-children:focus-within > a,
  .menu-item-has-children:focus-within > .dropdown-toggle,
  .menu-item-has-children.is-open > a,
  .menu-item-has-children.is-open > .dropdown-toggle {
    color: #c69e66;
  }
  .has-dropdown:hover > a::after,
  .has-dropdown:hover > .dropdown-toggle::after, .has-dropdown:focus-within > a::after,
  .has-dropdown:focus-within > .dropdown-toggle::after, .has-dropdown.is-open > a::after,
  .has-dropdown.is-open > .dropdown-toggle::after,
  .menu-item-has-children:hover > a::after,
  .menu-item-has-children:hover > .dropdown-toggle::after,
  .menu-item-has-children:focus-within > a::after,
  .menu-item-has-children:focus-within > .dropdown-toggle::after,
  .menu-item-has-children.is-open > a::after,
  .menu-item-has-children.is-open > .dropdown-toggle::after {
    transform: scaleX(1);
  }
  .has-dropdown:hover > a::before,
  .has-dropdown:hover > .dropdown-toggle::before, .has-dropdown:focus-within > a::before,
  .has-dropdown:focus-within > .dropdown-toggle::before, .has-dropdown.is-open > a::before,
  .has-dropdown.is-open > .dropdown-toggle::before,
  .menu-item-has-children:hover > a::before,
  .menu-item-has-children:hover > .dropdown-toggle::before,
  .menu-item-has-children:focus-within > a::before,
  .menu-item-has-children:focus-within > .dropdown-toggle::before,
  .menu-item-has-children.is-open > a::before,
  .menu-item-has-children.is-open > .dropdown-toggle::before {
    transform: rotate(225deg);
  }
  .has-dropdown:hover > .sub-menu,
  .has-dropdown:hover > .dropdown-menu, .has-dropdown:focus-within > .sub-menu,
  .has-dropdown:focus-within > .dropdown-menu, .has-dropdown.is-open > .sub-menu,
  .has-dropdown.is-open > .dropdown-menu,
  .menu-item-has-children:hover > .sub-menu,
  .menu-item-has-children:hover > .dropdown-menu,
  .menu-item-has-children:focus-within > .sub-menu,
  .menu-item-has-children:focus-within > .dropdown-menu,
  .menu-item-has-children.is-open > .sub-menu,
  .menu-item-has-children.is-open > .dropdown-menu {
    max-height: none;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}

.primary-menu .sub-menu,
.primary-menu .dropdown-menu {
  display: grid;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition-property: max-height, opacity, padding, transform, visibility;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.primary-menu .sub-menu a,
.primary-menu .dropdown-menu a {
  display: block;
  padding: 0.625rem 0;
  color: #003342;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.primary-menu .sub-menu a:hover, .primary-menu .sub-menu a:focus-visible, .primary-menu .sub-menu a[aria-current=page],
.primary-menu .dropdown-menu a:hover,
.primary-menu .dropdown-menu a:focus-visible,
.primary-menu .dropdown-menu a[aria-current=page] {
  color: #568e9a;
}
.primary-menu .sub-menu a:focus-visible,
.primary-menu .dropdown-menu a:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}
@media (min-width: 992px) {
  .primary-menu .sub-menu,
  .primary-menu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -2.1875rem;
    width: -moz-max-content;
    width: max-content;
    min-width: 11.875rem;
    max-height: none;
    gap: 0.25rem;
    overflow: visible;
    background: transparent;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .primary-menu .sub-menu li,
  .primary-menu .dropdown-menu li {
    margin: 0;
  }
  .primary-menu .sub-menu li:last-child a,
  .primary-menu .dropdown-menu li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .primary-menu .sub-menu a,
  .primary-menu .sub-menu button.dropdown-toggle,
  .primary-menu .dropdown-menu a,
  .primary-menu .dropdown-menu button.dropdown-toggle {
    display: flex;
    min-height: 3.375rem;
    align-items: center;
    padding: 1.4375rem 2.1875rem;
    background: #f7f7f7;
    color: #003342;
    font-size: 16px;
    font-weight: 700;
  }
  .primary-menu .sub-menu a:hover, .primary-menu .sub-menu a:focus-visible, .primary-menu .sub-menu a[aria-current=page],
  .primary-menu .sub-menu button.dropdown-toggle:hover,
  .primary-menu .sub-menu button.dropdown-toggle:focus-visible,
  .primary-menu .sub-menu button.dropdown-toggle[aria-current=page],
  .primary-menu .dropdown-menu a:hover,
  .primary-menu .dropdown-menu a:focus-visible,
  .primary-menu .dropdown-menu a[aria-current=page],
  .primary-menu .dropdown-menu button.dropdown-toggle:hover,
  .primary-menu .dropdown-menu button.dropdown-toggle:focus-visible,
  .primary-menu .dropdown-menu button.dropdown-toggle[aria-current=page] {
    background: #c69e66;
    color: #ffffff !important;
  }
}

.nav-contact {
  display: grid;
  width: min(100% - 5rem, 25.625rem);
  gap: 0.25rem;
  margin: 0 auto;
  padding: 1.125rem 0 2.875rem;
}
.nav-contact a {
  color: #c69e66;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}
.nav-contact a:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}
@media (min-width: 992px) {
  .nav-contact {
    display: none;
  }
}

.nav-social {
  display: flex;
  gap: 1.875rem;
  margin-top: 1.75rem;
}
.nav-social a {
  align-items: center;
  background: #003342;
  border-radius: 50%;
  display: inline-flex;
  height: 1.875rem;
  justify-content: center;
  width: 1.875rem;
  transition-property: background-color;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.nav-social a:hover, .nav-social a:focus-visible {
  background: #c69e66;
}
.nav-social img {
  max-width: 0.9375rem;
  max-height: 0.9375rem;
}

.home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) {
  background: transparent;
  width: 100%;
  box-shadow: none;
}
@media (min-width: 992px) {
  .home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .primary-menu > li > a,
  .home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .primary-menu > li > .dropdown-toggle {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .has-dropdown:hover > a,
  .home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .has-dropdown:hover > .dropdown-toggle, .home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .has-dropdown:focus-within > a,
  .home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .has-dropdown:focus-within > .dropdown-toggle, .home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .has-dropdown.is-open > a,
  .home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .has-dropdown.is-open > .dropdown-toggle,
  .home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .menu-item-has-children:hover > a,
  .home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .menu-item-has-children:hover > .dropdown-toggle,
  .home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .menu-item-has-children:focus-within > a,
  .home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .menu-item-has-children:focus-within > .dropdown-toggle,
  .home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .menu-item-has-children.is-open > a,
  .home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .menu-item-has-children.is-open > .dropdown-toggle {
    color: #c69e66;
    color: #ffffff;
  }
}
.home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .sub-menu a,
.home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .dropdown-menu a {
  color: #003342;
}
@media (min-width: 992px) {
  .home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .menu-item-has-children > a::before,
  .home .site-header--overlay:not(.is-scrolled):not(.is-nav-open) .dropdown-toggle::before {
    border-right: 0.1875rem solid #ffffff;
    border-bottom: 0.1875rem solid #ffffff;
  }
}

.site-footer {
  background: #ffffff;
  color: #003342;
  padding: 60px 0 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer {
    padding: 120px 0 45px;
  }
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer a {
  color: #003342;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}

.footer-grid {
  max-width: 720px;
  align-items: center;
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.footer-contact {
  display: grid;
  font-style: normal;
  gap: 4px;
}

.footer-logo {
  display: inline-flex;
  justify-content: center;
}

.footer-social {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 60px;
}
.footer-social a {
  align-items: center;
  background: #003342;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  height: 1.875rem;
  justify-content: center;
  text-decoration: none;
  width: 1.875rem;
  transition-property: background-color;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.footer-social a:hover, .footer-social a:focus-visible {
  background: #c69e66;
  text-decoration: none;
}
.footer-social img {
  max-width: 0.9375rem;
  max-height: 0.9375rem;
}

.interior-page .site-main {
  padding-top: 5.625rem;
}
@media (min-width: 992px) {
  .interior-page .site-main {
    padding-top: 7.5rem;
  }
}

.btn,
.wp-block-button__link {
  position: relative;
  top: 0px;
  align-items: center;
  background: #c69e66;
  border: 2px solid #c69e66;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  min-height: 54px;
  min-width: 260px;
  padding: 12px 28px;
  text-decoration: none;
  transition-property: all;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.btn:hover,
.wp-block-button__link:hover {
  background: #aa8552;
  border-color: #aa8552;
  color: #ffffff;
  top: -5px;
}
.btn:focus-visible,
.wp-block-button__link:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}

.btn-secondary {
  background: transparent;
  color: #003342;
}
.btn-secondary:hover {
  background: #003342;
  border-color: #003342;
  color: #ffffff;
}

.btn-gold {
  background: #c69e66;
  border-color: #c69e66;
  color: #ffffff;
}
.btn-gold:hover {
  background: #aa8552;
  border-color: #aa8552;
  color: #ffffff;
}

.btn-light {
  background: #ffffff;
  border-color: #ffffff;
  color: #c69e66;
}
.btn-light:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #aa8552;
}

.card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(60, 67, 70, 0.08);
  overflow: hidden;
}

.card-content {
  padding: 24px;
}

input,
textarea,
select {
  border: 1px solid #dedede;
  border-radius: 4px;
  color: #003342;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 600;
  min-height: 54px;
  padding: 10px 14px;
  width: 100%;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #003342;
  outline: none;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

label {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #003342;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1.5;
}

.home-hero {
  position: relative;
  background: url("../img/home/home-hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding: 150px 0 60px;
}
@media (min-width: 992px) {
  .home-hero {
    padding: 210px 90px 90px;
  }
}
@media (min-width: 1200px) {
  .home-hero {
    padding: 240px 0px 120px;
  }
}
.home-hero:before, .home-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}
.home-hero:before {
  background-color: #6e4c1e;
  opacity: 50%;
}
.home-hero:after {
  background: linear-gradient(35deg, #c69e66 0%, rgba(198, 158, 102, 0) 80%);
}
.home-hero h1 {
  color: #ffffff;
  font-size: 40px;
  max-width: 620px;
  line-height: 1.0833333333;
}
.home-hero p {
  font-size: 1.3125rem;
  line-height: 1.2083333333;
  max-width: 538px;
}
@media (min-width: 992px) {
  .home-hero p {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .home-hero h1 {
    font-size: 60px;
  }
}

.hero-overlay {
  align-items: center;
  display: flex;
  min-height: inherit;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 580px;
}

.page-intro {
  position: relative;
  padding: 90px 0;
}
@media (min-width: 992px) {
  .page-intro {
    padding: 120px 0 150px;
  }
}
.page-intro .container {
  max-width: 904px;
  position: relative;
  z-index: 1;
}

.page-intro .page-intro-copy {
  max-width: 782px;
}
.page-intro .eyebrow {
  color: #c69e66;
}

.page-intro::after {
  position: absolute;
  top: 30px;
  right: 10vw;
  width: min(38vw, 524px);
  aspect-ratio: 524/703;
  background: url("../img/art/art-page-intro-our-story.svg") center/contain no-repeat;
  content: "";
  pointer-events: none;
}
.team-directory {
  background: #ffffff;
  padding: 90px 0;
}
@media (min-width: 992px) {
  .team-directory {
    padding: 120px 0 150px;
  }
}
.team-directory .container {
  max-width: 904px;
}

.team-directory-intro {
  margin-bottom: 60px;
}
.team-directory-intro .eyebrow {
  color: #c69e66;
}
.team-directory-intro h1 {
  line-height: 1.2;
  margin-bottom: 0;
}

.team-group {
  margin-top: 85px;
}
.team-group:first-of-type {
  margin-top: 0;
}
.team-group h2 {
  border-bottom: 1px solid #dedede;
  margin-bottom: 45px;
  padding-bottom: 20px;
}

.team-card-grid {
  display: grid;
  gap: 60px 15px;
}
@media (min-width: 768px) {
  .team-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .team-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.team-card {
  background: linear-gradient(180deg, #faf2e8 0%, #ffffff 100%);
  border-radius: 40px 40px 0 0;
  display: grid;
  justify-items: center;
  margin-top: 58px;
  height: 249px;
  padding: 112px 28px 34px;
  position: relative;
  text-align: center;
}
.team-card h3 {
  margin-top: 50px;
  margin-bottom: 5px;
  line-height: 1.1904761905;
}
.team-card p {
  margin: 0;
}
.team-card a,
.team-card .team-bio-trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  font-size: 0.875rem;
  color: #c69e66;
  cursor: pointer;
  font-family: inherit;
  margin-top: 15px;
  padding: 0;
  text-decoration: none;
  line-height: 1.25;
  transition-property: all;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.team-card a:hover, .team-card a:focus-visible,
.team-card .team-bio-trigger:hover,
.team-card .team-bio-trigger:focus-visible {
  color: #6e4c1e;
}
@media (min-width: 992px) {
  .team-card a,
  .team-card .team-bio-trigger {
    font-size: 1rem;
  }
}

.team-card .img {
  aspect-ratio: 1;
  border: 6px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -57px);
  width: min(100%, 206px);
}
.team-card .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

body.is-modal-open {
  overflow: hidden;
}

.team-modal {
  background: transparent;
  border: 0;
  color: #3c4346;
  max-height: calc(100vh - 40px);
  max-width: 860px;
  overflow: visible;
  padding: 0;
  width: calc(100% - 40px);
}
.team-modal::backdrop {
  background: rgba(0, 51, 66, 0.72);
}

.team-modal-panel {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  padding: 34px;
  position: relative;
}
@media (min-width: 768px) {
  .team-modal-panel {
    padding: 48px;
  }
}

.team-modal-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 44px;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 44px;
  z-index: 2;
  transition-property: background-color;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.team-modal-close::before, .team-modal-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #003342;
  content: "";
  transform-origin: center;
  transition-property: background-color;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.team-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.team-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.team-modal-close:hover, .team-modal-close:focus-visible {
  background: #faf2e8;
}
.team-modal-close:hover::before, .team-modal-close:hover::after, .team-modal-close:focus-visible::before, .team-modal-close:focus-visible::after {
  background: #c69e66;
}
.team-modal-close:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}

.team-modal-content {
  position: relative;
  z-index: 1;
}

.team-modal-profile {
  align-items: center;
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .team-modal-profile {
    grid-template-columns: 240px minmax(0, 1fr);
  }
}

.team-modal-img {
  aspect-ratio: 1;
  border: 8px solid #faf2e8;
  border-radius: 50%;
  justify-self: center;
  max-width: 240px;
  overflow: hidden;
  width: 100%;
}
.team-modal-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.team-modal-copy {
  padding-right: 18px;
}
.team-modal-copy h2 {
  margin-bottom: 18px;
}
.team-modal-copy p {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .team-modal-copy p {
    font-size: 1rem;
  }
}
.team-modal-copy p:last-child {
  margin-bottom: 0;
}

.team-modal-role {
  color: #c69e66;
}

.careers-intro {
  background: #ffffff;
  padding: 90px 0;
}
@media (min-width: 992px) {
  .careers-intro {
    padding: 120px 0 150px;
  }
}

.careers-intro-grid {
  align-items: center;
  display: grid;
  gap: 64px;
  max-width: 904px;
}
@media (min-width: 992px) {
  .careers-intro-grid {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

.careers-intro-content .eyebrow {
  color: #c69e66;
}
.careers-intro-content h1 {
  max-width: 350px;
  margin-bottom: 28px;
}
.careers-intro-content p:last-of-type {
  margin-bottom: 0;
}

.careers-intro .img {
  aspect-ratio: 1;
  border-radius: 50%;
  justify-self: center;
  overflow: hidden;
  width: min(100%, 460px);
}
.careers-intro .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.careers-intro .img img[src=""] {
  visibility: hidden;
}

.service-intro {
  background: #ffffff;
  padding: 90px 0;
}
@media (min-width: 992px) {
  .service-intro {
    padding: 120px 0 150px;
  }
}

.service-intro-grid {
  align-items: center;
  display: grid;
  gap: 30px 92px;
  max-width: 904px;
}
@media (min-width: 992px) {
  .service-intro-grid {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

.service-intro-content {
  word-break: keep-all;
  order: 1;
}
@media (min-width: 992px) {
  .service-intro-content {
    max-width: 352px;
    order: 0;
  }
}
.service-intro-content .eyebrow {
  color: #c69e66;
}
.service-intro-content h1 {
  margin-bottom: 28px;
}
.service-intro-content p:last-of-type {
  margin-bottom: 0;
}

.service-intro .img {
  aspect-ratio: 1;
  border-radius: 50%;
  justify-self: center;
  overflow: hidden;
  width: min(100%, 460px);
}
.service-intro .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.intro-story {
  position: relative;
  overflow: hidden;
  padding: 90px 0px;
}
@media (min-width: 992px) {
  .intro-story {
    padding: 150px 0px;
  }
  .intro-story .container {
    max-width: 904px;
  }
}
.intro-story .intro-grid {
  position: relative;
}
@media (min-width: 992px) {
  .intro-story .intro-copy {
    max-width: 628px;
  }
}

.intro-story .intro-copy {
  position: relative;
  z-index: 1;
}

.intro-story .img {
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 10%;
}
@media (min-width: 992px) {
  .intro-story .img {
    max-width: 461px;
    left: unset;
    right: 0;
    transform: translateY(-50%);
  }
}

.brand-mark-placeholder {
  aspect-ratio: 1;
  border: 18px solid rgba(198, 158, 102, 0.16);
  border-left-color: rgba(198, 158, 102, 0.38);
  border-radius: 50%;
  display: block;
  opacity: 0.7;
  width: min(100%, 420px);
}
.brand-mark-placeholder::before {
  background: rgba(198, 158, 102, 0.2);
  content: "";
  display: block;
  height: 44%;
  margin: 28% auto 0;
  transform: skewX(-24deg);
  width: 54%;
}

.section-heading {
  margin-inline: auto;
  max-width: 904px;
  text-align: center;
}
.section-heading p {
  margin-bottom: 0;
}

.pillars-section {
  background: #faf2e8 url("../img/backgrounds/pillars-engagement-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0px;
}
@media (min-width: 992px) {
  .pillars-section {
    padding: 150px 0px;
  }
}

.pillar-list {
  display: grid;
  gap: 40px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 300px;
  margin: 3.75rem auto 0;
}
@media (min-width: 576px) {
  .pillar-list {
    max-width: 445px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .pillar-list {
    max-width: 904px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.pillar-item {
  text-align: center;
}
.pillar-item h3 {
  font-size: 18px;
  line-height: 1.3333333333;
  margin-bottom: 0;
}

.pillars-section .pillar-item {
  max-width: 108px;
  margin: auto;
}
.pillars-section .pillar-item img {
  width: 108px;
  height: 108px;
  margin: 0 auto 1.25rem;
}

.objectives-section {
  background: #f2e1ca url("../img/backgrounds/objectives-section-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .objectives-section {
    padding: 150px 0;
  }
}
.objectives-section .container {
  max-width: 904px;
}

.objective-list {
  display: grid;
  gap: 62px;
  list-style: none;
  margin: 60px 0 0;
  padding: 0;
}
@media (min-width: 992px) {
  .objective-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.objective-card {
  max-width: 260px;
  margin: 0 auto;
}
.objective-card p {
  max-width: 260px;
  margin: 0;
}

.objective-card .img {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  width: min(100%, 260px);
  margin-bottom: 20px;
}
.objective-card .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.objective-card .img img[src=""] {
  visibility: hidden;
}

.feature-section {
  padding: 0;
  margin: 90px 0;
}
@media (min-width: 992px) {
  .feature-section {
    margin: 150px 0;
  }
}
.feature-section .feature-grid {
  align-items: center;
  display: grid;
  gap: 64px;
  max-width: 904px;
}
@media (min-width: 992px) {
  .feature-section .feature-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}
@media (min-width: 992px) {
  .feature-section .feature-grid--reverse {
    grid-template-columns: 0.9fr 1.1fr;
  }
  .feature-section .feature-grid--reverse .circle-image {
    grid-column: 2;
  }
  .feature-section .feature-grid--reverse .feature-copy {
    grid-column: 1;
    grid-row: 1;
  }
}

@media (min-width: 992px) {
  .feature-copy {
    max-width: 368px;
  }
}
.feature-copy h2 {
  margin-bottom: 30px;
}
.feature-copy p:last-of-type {
  margin: 0;
}

.circle-image {
  aspect-ratio: 1;
  border-radius: 50%;
  justify-self: center;
  width: min(100%, 460px);
  overflow: hidden;
}

.image-banner {
  position: relative;
  color: #ffffff;
}
.image-banner:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6e4c1e;
  opacity: 75%;
  z-index: 1;
}

.banner-copy {
  margin-inline: auto;
}
body.home .banner-copy {
  max-width: 740px;
}
.banner-copy h2 {
  color: #ffffff;
}
.banner-copy p:last-of-type {
  margin-bottom: 0;
}

.faqs-page .banner-overlay {
  max-width: 904px;
  margin: auto;
}
.faqs-page .banner-overlay h2 {
  font-size: 2.8125rem;
  line-height: 1.0833333333;
}
@media (min-width: 992px) {
  .faqs-page .banner-overlay h2 {
    font-size: 3.75rem;
  }
}

.image-banner .img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.image-banner .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.banner-overlay {
  position: relative;
  align-items: center;
  display: flex;
  min-height: inherit;
  text-align: center;
  z-index: 2;
  margin: 0 auto;
}

.tour-cta .banner-overlay {
  flex-wrap: wrap;
  justify-content: center;
}

.tour-cta {
  position: relative;
  background: url("../img/backgrounds/schedule-a-tour-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 90px 0;
}
@media (min-width: 992px) {
  .tour-cta {
    padding: 150px 0;
  }
}
.tour-cta:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6e4c1e;
  opacity: 75%;
}
.tour-cta .banner-copy {
  max-width: 760px;
}

.tour-cta h2 {
  font-size: 40px;
  color: #ffffff;
  line-height: 1.2222222222;
  margin: 0;
}
@media (min-width: 992px) {
  .tour-cta h2 {
    font-size: 45px;
  }
}
.tour-cta .btn {
  margin-top: 45px;
}

.locations-section {
  background: url("../img/backgrounds/prelude-locations-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.locations-section .container {
  max-width: 904px;
}
.locations-section .section-heading {
  max-width: 740px;
}
.locations-section .btn {
  margin: 0;
}

.location-pin {
  display: inline-block;
  margin-bottom: 24px;
  position: relative;
}
.location-pin img {
  width: 100%;
}

.location-card-grid {
  display: grid;
  gap: 30px;
  margin-top: 64px;
}
@media (min-width: 768px) {
  .location-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.location-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 12px rgba(198, 158, 102, 0.25);
  padding: 20px;
  text-align: center;
}
.location-card h3 {
  color: #c69e66;
  font-size: 18px;
  margin-bottom: 20px;
}
.location-card h3 span {
  display: block;
}
.location-card .btn {
  min-width: 168px;
}

.location-card .img {
  position: relative;
  aspect-ratio: 241/200;
  margin-bottom: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.location-card .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.quote-band {
  position: relative;
  background: #c69e66;
  color: #ffffff;
  padding: 90px 0;
  text-align: center;
}
.quote-band:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/backgrounds/quote-band-bg.jpg");
  background-size: cover;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  z-index: 1;
  mix-blend-mode: multiply;
}
.home .quote-band .container {
  max-width: 914px;
}
.quote-band .container {
  max-width: 618px;
}
.quote-band blockquote {
  margin: 0;
}
.quote-band p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.2333333333;
  margin-inline: auto;
  margin: 0;
}
@media (min-width: 992px) {
  .quote-band {
    padding: 150px 0;
  }
  .quote-band p {
    font-size: 30px;
  }
}
.quote-band .quote-content {
  position: relative;
  z-index: 2;
}
.quote-band .btn {
  margin-top: 40px;
}

.vision-section {
  background: #faf2e8 url("../img/backgrounds/our-vision-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .vision-section {
    padding: 150px 0;
  }
}
.vision-section .container {
  max-width: 760px;
}

.vision-section .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.vision-section .icon img {
  display: block;
  width: 168px;
  max-width: 100%;
  height: auto;
}

.vision-copy {
  display: grid;
  gap: 26px;
  margin-inline: auto;
  max-width: 620px;
}
.vision-copy p {
  font-size: 1.3125rem;
}
@media (min-width: 992px) {
  .vision-copy p {
    font-size: 1.5rem;
  }
}

.mission-statement {
  position: relative;
  color: #c69e66;
  font-style: italic;
  margin: 90px auto 0;
  max-width: 650px;
  padding: 70px 0;
  position: relative;
}
.mission-statement p {
  font-size: 2.5rem;
  color: inherit;
  font-style: inherit;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .mission-statement p {
    font-size: 2.8125rem;
  }
}

.mission-lines {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 11px;
  width: 290px;
}
.mission-lines-top {
  top: 0px;
}
.mission-lines-top:before, .mission-lines-top:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #f2e1ca;
}
.mission-lines-top:before {
  max-width: 168px;
  margin: auto;
}
.mission-lines-top:after {
  margin-top: 10px;
}
.mission-lines-bottom {
  bottom: 0px;
}
.mission-lines-bottom:before, .mission-lines-bottom:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #f2e1ca;
}
.mission-lines-bottom:after {
  max-width: 168px;
  margin: auto;
}
.mission-lines-bottom:before {
  margin-bottom: 10px;
}

.media-copy-section {
  background: #ffffff;
  padding: 90px 0;
}
@media (min-width: 992px) {
  .media-copy-section {
    padding: 150px 0;
  }
}

.media-copy-grid {
  align-items: center;
  display: grid;
  gap: 64px;
  max-width: 904px;
}
@media (min-width: 992px) {
  .media-copy-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.media-copy-section .img {
  aspect-ratio: 1;
  border-radius: 50%;
  justify-self: center;
  overflow: hidden;
  width: min(100%, 460px);
}
.media-copy-section .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.media-copy-section .img img[src=""] {
  visibility: hidden;
}

@media (min-width: 992px) {
  .media-copy-content {
    max-width: 368px;
  }
}
.media-copy-content h2 {
  margin-bottom: 30px;
}
.media-copy-content p:last-of-type {
  margin: 0;
}

.career-cta {
  background: linear-gradient(150deg, #aa8553 5%, #c69e66 80%);
  color: #ffffff;
  padding: 90px 0;
}
@media (min-width: 992px) {
  .career-cta {
    padding: 150px 0;
  }
}

.career-cta-grid {
  align-items: center;
  display: grid;
  gap: 64px;
  max-width: 904px;
}
@media (min-width: 992px) {
  .career-cta-grid {
    grid-template-columns: 0.85fr 1.15fr;
  }
}

.career-cta-content h2 {
  color: #ffffff;
  margin-bottom: 36px;
}
.career-cta-content p:last-of-type {
  margin-bottom: 0;
}
.career-cta-content .btn {
  min-width: 260px;
  margin-top: 45px;
}

.career-cta .img {
  aspect-ratio: 1;
  border-radius: 50%;
  justify-self: center;
  overflow: hidden;
  width: min(100%, 460px);
}
.career-cta .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.career-cta .img img[src=""] {
  visibility: hidden;
}

.current-careers {
  position: relative;
  padding: 90px 0;
}
@media (min-width: 992px) {
  .current-careers {
    padding: 150px 0;
  }
}
.current-careers:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f2e1ca url("../img/backgrounds/objectives-section-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  mix-blend-mode: multiply;
  opacity: 50%;
}
.current-careers .container {
  position: relative;
  max-width: 904px;
  z-index: 2;
}

.current-careers-heading {
  margin-bottom: 48px;
}
.current-careers-heading h2 {
  margin-bottom: 20px;
}
.current-careers-heading p {
  margin-bottom: 0;
}

.career-opening-list {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .career-opening-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.career-opening {
  font-size: 1.125rem;
  line-height: 1.1904761905;
  align-items: center;
  border: 2px solid #c69e66;
  border-radius: 18px;
  color: #c69e66;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  min-height: 85px;
  padding: 20px 28px;
  text-decoration: none;
  transition-property: all;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
  text-indent: 0;
}
@media (min-width: 992px) {
  .career-opening {
    font-size: 1.3125rem;
  }
}
.career-opening::after {
  position: relative;
  right: 0;
  background: url("../img/icons/icon-carerr-plus.svg") center/contain no-repeat;
  content: "";
  flex: 0 0 23px;
  height: 23px;
  width: 23px;
  transition-property: all;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.career-opening:hover, .career-opening:focus-visible {
  background: #c69e66;
  color: #ffffff;
  text-decoration: none;
  text-indent: 10px;
}
.career-opening:hover::after, .career-opening:focus-visible::after {
  background-image: url("../img/icons/icon-career-arrow-right.svg");
  right: 10px;
}
.career-opening:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}

.volunteer-cta {
  position: relative;
  background: linear-gradient(150deg, #aa8553 5%, #c69e66 80%);
  color: #ffffff;
  padding: 90px 0;
}
@media (min-width: 992px) {
  .volunteer-cta {
    padding: 150px 0;
  }
}
.volunteer-cta:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/backgrounds/cta-overlay-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  z-index: 0;
}

.volunteer-cta-grid {
  position: relative;
  align-items: center;
  display: grid;
  gap: 30px;
  max-width: 904px;
  z-index: 1;
}
@media (min-width: 992px) {
  .volunteer-cta-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 90px;
  }
}

.volunteer-cta-content h2 {
  color: #ffffff;
  margin-bottom: 28px;
}
.volunteer-cta-content p {
  margin-bottom: 0;
}
.volunteer-cta-content .btn {
  margin-top: 45px;
}

.volunteer-cta .img {
  aspect-ratio: 1;
  border-radius: 50%;
  justify-self: center;
  overflow: hidden;
  width: min(100%, 460px);
}
.volunteer-cta .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.legacy-callout {
  --legacy-callout-overlap: 0px;
  background: #ffffff;
  margin-top: calc(var(--legacy-callout-overlap) * -1);
  padding: 0;
  text-align: center;
}
.legacy-callout .container {
  background: linear-gradient(150deg, #aa8553 5%, #c69e66 80%);
  border-radius: 40px;
  color: #ffffff;
  max-width: 904px;
  padding: 64px 32px;
  transform: translateY(50%);
}
@media (min-width: 992px) {
  .legacy-callout .container {
    padding: 90px;
  }
}

.legacy-callout h2 {
  color: #ffffff;
  margin-bottom: 24px;
}
.legacy-callout p {
  margin: 0 auto;
  max-width: 760px;
}

.legacy-callout-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-top: 34px;
}
.legacy-callout-actions .btn {
  min-height: 44px;
  min-width: 190px;
}

.service-detail {
  --legacy-callout-overlap: 0px;
  background: #f2e1ca url("../img/backgrounds/objectives-section-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(90px + var(--legacy-callout-overlap)) 0 90px;
}
@media (min-width: 992px) {
  .service-detail {
    padding: calc(150px + var(--legacy-callout-overlap)) 0 150px;
  }
}

.service-detail-grid {
  align-items: center;
  display: grid;
  gap: 30px 76px;
  max-width: 904px;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .service-detail-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.service-detail .img {
  aspect-ratio: 1;
  border-radius: 50%;
  justify-self: center;
  overflow: hidden;
  width: min(100%, 460px);
}
.service-detail .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.service-detail-content h2 {
  margin-bottom: 28px;
}
.service-detail-content h3 {
  margin-top: 48px;
  margin-bottom: 18px;
}
.service-detail-content ul {
  margin: 0;
  padding-left: 1.1em;
}
.service-detail-content {
  line-height: 1.3333333333;
}
.service-detail-content li + li {
  margin-top: 10px;
}

.service-locations {
  background: linear-gradient(150deg, #aa8553 5%, #c69e66 80%);
  color: #ffffff;
  padding: 90px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .service-locations {
    padding: 150px 0;
  }
}
.service-locations .container {
  max-width: 904px;
}
.service-locations h2 {
  color: #ffffff;
  margin-bottom: 64px;
}

.service-location-grid {
  display: grid;
  gap: 30px;
}
@media (min-width: 992px) {
  .service-location-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.service-location-card {
  background: #ffffff;
  border-radius: 18px;
  color: #003342;
  padding: 20px 20px 30px;
  text-align: center;
}
.service-location-card h3 {
  color: #c69e66;
  margin: 28px 0 26px;
}
.service-location-card h3 span {
  display: block;
}
.service-location-card .btn {
  min-width: 160px;
}

.service-location-card .img {
  aspect-ratio: 242/200;
  overflow: hidden;
}
.service-location-card .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.campus-hero {
  position: relative;
  background: #aa8552;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  align-items: center;
  background-image: linear-gradient(rgba(170, 133, 82, 0.72), rgba(170, 133, 82, 0.72)), var(--campus-hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: flex;
  min-height: 460px;
  padding: 90px 0;
}
@media (min-width: 992px) {
  .campus-hero {
    min-height: 640px;
    padding: 120px 0;
  }
}
.campus-hero:before, .campus-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}
.campus-hero:before {
  background-color: #6e4c1e;
  opacity: 50%;
}
.campus-hero:after {
  background: linear-gradient(35deg, #c69e66 0%, rgba(198, 158, 102, 0) 80%);
}

.campus-hero-content {
  position: relative;
  max-width: 590px;
  z-index: 2;
}
.campus-hero-content h1,
.campus-hero-content p,
.campus-hero-content .eyebrow {
  color: #ffffff;
}
.campus-hero-content h1 {
  font-size: 2.5rem;
  line-height: 1.0833333333;
}
@media (min-width: 992px) {
  .campus-hero-content h1 {
    font-size: 3.75rem;
  }
}
.campus-hero-content p {
  max-width: 521px;
  font-size: 1.3125rem;
  line-height: 1.2083333333;
}
@media (min-width: 992px) {
  .campus-hero-content p {
    font-size: 1.5rem;
  }
}
.campus-hero-content p:last-child {
  margin-bottom: 0;
}

p.campus-address {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  p.campus-address {
    font-size: 1.125rem;
  }
}

.campus-intro {
  background: #ffffff;
  padding: 90px 0 120px;
}
@media (min-width: 992px) {
  .campus-intro {
    padding: 150px 0 190px;
  }
}

.campus-intro-grid {
  align-items: center;
  display: grid;
  gap: 34px 90px;
  max-width: 904px;
}
@media (min-width: 992px) {
  .campus-intro-grid {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

.campus-intro-content h2 {
  margin-bottom: 30px;
}
.campus-intro-content p:last-child {
  margin-bottom: 0;
}

.campus-intro .img {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.campus-intro .img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.campus-detail {
  --legacy-callout-overlap: 0px;
  background: #f2e1ca url("../img/backgrounds/objectives-section-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(90px + var(--legacy-callout-overlap)) 0 90px;
}
@media (min-width: 992px) {
  .campus-detail {
    padding: calc(150px + var(--legacy-callout-overlap)) 0 150px;
  }
}
.campus-detail .container {
  max-width: 904px;
}

.campus-cottages-heading {
  display: grid;
  gap: 20px;
  margin-bottom: 36px;
}
.campus-cottages-heading h2 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .campus-cottages-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}

.campus-filter {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.campus-filter button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: #003342;
  cursor: pointer;
  font-weight: 700;
  padding: 0;
  transition-property: color;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.campus-filter button:hover, .campus-filter button:focus-visible, .campus-filter button.is-active {
  color: #c69e66;
}
.campus-filter button:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}

.campus-cottage-grid {
  display: grid;
  gap: 26px;
}
@media (min-width: 768px) {
  .campus-cottage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .campus-cottage-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .campus-cottage-grid--wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.campus-cottage-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(198, 158, 102, 0.25);
  padding: 18px;
  text-align: center;
}
.campus-cottage-card .img {
  aspect-ratio: 241/200;
  background: #faf2e8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.campus-cottage-card img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.campus-cottage-card h3 {
  color: #c69e66;
  margin-bottom: 10px;
}
.campus-cottage-card p {
  margin-bottom: 0;
}

.campus-cottage-grid--wide .campus-cottage-card .img {
  aspect-ratio: 404/200;
}

.campus-gallery {
  background: #ffffff;
  padding: 90px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .campus-gallery {
    padding: 150px 0;
  }
}
.campus-gallery .container {
  max-width: 904px;
}
.campus-gallery h2 {
  margin-bottom: 48px;
}

.campus-gallery-more {
  margin-top: 38px;
  min-width: 190px;
}

.campus-gallery-grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .campus-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.campus-gallery-item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  aspect-ratio: 291/250;
  background: #faf2e8;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  transition-property: box-shadow, transform;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.campus-gallery-item[hidden] {
  display: none;
}
.campus-gallery-item img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition-property: transform;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.campus-gallery-item:hover, .campus-gallery-item:focus-visible {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
  transform: translateY(-4px);
}
.campus-gallery-item:hover img, .campus-gallery-item:focus-visible img {
  transform: scale(1.04);
}
.campus-gallery-item:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}

.gallery-modal {
  background: transparent;
  border: 0;
  color: #3c4346;
  max-height: calc(100vh - 40px);
  max-width: 1040px;
  overflow: visible;
  padding: 0;
  width: calc(100% - 40px);
}
.gallery-modal::backdrop {
  background: rgba(0, 51, 66, 0.72);
}

.gallery-modal-panel {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  padding: 18px;
  position: relative;
}
@media (min-width: 768px) {
  .gallery-modal-panel {
    padding: 28px;
  }
}

.gallery-modal-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 44px;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 44px;
  z-index: 2;
  transition-property: background-color;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.gallery-modal-close::before, .gallery-modal-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #003342;
  content: "";
  transform-origin: center;
  transition-property: background-color;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.gallery-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.gallery-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.gallery-modal-close:hover, .gallery-modal-close:focus-visible {
  background: #faf2e8;
}
.gallery-modal-close:hover::before, .gallery-modal-close:hover::after, .gallery-modal-close:focus-visible::before, .gallery-modal-close:focus-visible::after {
  background: #c69e66;
}
.gallery-modal-close:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}

.gallery-modal-media {
  background: #faf2e8;
  border-radius: 6px;
  overflow: hidden;
}
.gallery-modal-media img {
  display: block;
  max-height: 68vh;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.gallery-modal-footer {
  align-items: center;
  display: grid;
  gap: 16px;
  padding-top: 18px;
}
@media (min-width: 768px) {
  .gallery-modal-footer {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
  }
}
.gallery-modal-footer p {
  color: #003342;
  font-weight: 700;
  margin: 0;
}
.gallery-modal-footer span {
  color: #c69e66;
  font-weight: 700;
}

.gallery-modal-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 2px solid #c69e66;
  border-radius: 8px;
  color: #003342;
  cursor: pointer;
  font-weight: 700;
  min-height: 44px;
  padding: 8px 18px;
  transition-property: background-color, color;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.gallery-modal-arrow:hover, .gallery-modal-arrow:focus-visible {
  background: #c69e66;
  color: #ffffff;
}
.gallery-modal-arrow:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}

.campus-map {
  background: #ffffff;
}
.campus-map a {
  display: block;
}
.campus-map img {
  display: block;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .campus-map img {
    min-height: 520px;
  }
}

.resources-listing {
  background: #ffffff;
  padding: 90px 0;
}
@media (min-width: 992px) {
  .resources-listing {
    padding: 120px 0 150px;
  }
}
.resources-listing .container {
  max-width: 904px;
}

.resources-listing .eyebrow {
  color: #c69e66;
}

.resource-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin: 20px 0 60px;
}
.resource-tabs a {
  color: #3c4346;
  padding-bottom: 8px;
  position: relative;
  text-decoration: none;
  transition-property: color;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.resource-tabs a::after {
  background: #c69e66;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  width: 100%;
  transition-property: transform;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.resource-tabs a:hover, .resource-tabs a:focus-visible, .resource-tabs a.is-active {
  color: #c69e66;
}
.resource-tabs a:hover::after, .resource-tabs a:focus-visible::after, .resource-tabs a.is-active::after {
  transform: scaleX(1);
}
.resource-tabs a:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}

.resource-card-grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .resource-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.resource-card {
  border: 1px solid #dedede;
  border-radius: 20px;
  display: grid;
  padding: 30px 30px 60px;
  position: relative;
  transition-property: box-shadow;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.resource-card:hover, .resource-card:focus-within {
  box-shadow: rgba(198, 158, 102, 0.35) 0 0 15px;
}
.resource-card h2 {
  font-size: 1.125rem;
  margin-bottom: 12px;
}
.resource-card h2 a {
  color: #003342;
  text-decoration: none;
}
.resource-card h2 a:hover, .resource-card h2 a:focus-visible {
  color: #c69e66;
}
.resource-card p {
  margin-bottom: 0;
}

.resource-card-img {
  aspect-ratio: 1.86;
  background: #e8e8e8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  margin-bottom: 20px;
  pointer-events: none;
  overflow: hidden;
}
.resource-card-img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.resource-card-meta {
  align-items: center;
  color: rgba(60, 67, 70, 0.72);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.resource-card-meta > span {
  align-items: center;
  display: flex;
  gap: 14px;
}

.resource-card-stats {
  align-items: center;
  display: flex;
  gap: 14px;
}

.resource-card-link::after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.resource-stat,
.resource-like-button {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}
.resource-stat img,
.resource-like-button img {
  display: block;
  flex: 0 0 auto;
}

.resource-stat img {
  width: 18.46px;
}

.resource-like-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: rgba(60, 67, 70, 0.72);
  cursor: pointer;
  font: inherit;
  padding: 0;
  position: relative;
  z-index: 2;
  transition-property: color;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.resource-like-button img {
  width: 11.69px;
}
.resource-like-button:hover, .resource-like-button:focus-visible, .resource-like-button.is-liked {
  color: #c69e66;
}
.resource-like-button:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}

.resource-pagination {
  align-items: center;
  border-top: 1px solid #dedede;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 60px;
  padding-top: 30px;
}
.resource-pagination a,
.resource-pagination span {
  align-items: center;
  border-radius: 50%;
  color: #003342;
  display: inline-flex;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  text-decoration: none;
  width: 30px;
  transition-property: background-color, color;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.resource-pagination a {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .resource-pagination a {
    font-size: 1rem;
  }
}
.resource-pagination a:hover, .resource-pagination a:focus-visible {
  background: #c69e66;
  color: #ffffff;
}
.resource-pagination a:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}
.resource-pagination .is-active,
.resource-pagination .current {
  background: #c69e66;
  color: #ffffff;
}

.resource-post {
  background: #ffffff;
  padding: 90px 0;
}
@media (min-width: 992px) {
  .resource-post {
    padding: 140px 0 150px;
  }
}
.resource-post .container {
  max-width: 904px;
}

.resource-post-header {
  margin-bottom: 48px;
}

.resource-back-link {
  color: #c69e66;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 28px;
  text-decoration: none;
}
.resource-back-link:hover, .resource-back-link:focus-visible {
  color: #003342;
}

.resource-post-image {
  aspect-ratio: 1.86;
  background: #e8e8e8;
  border-radius: 14px;
  margin-bottom: 48px;
  overflow: hidden;
}
.resource-post-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.resource-post-meta {
  align-items: center;
  color: rgba(60, 67, 70, 0.72);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 24px;
}

.resource-post .eyebrow {
  color: #c69e66;
}

.resource-post-content h2 {
  margin-top: 60px;
}
.resource-post-content p:last-child {
  margin-bottom: 0;
}

.news-events {
  background: #ffffff;
  padding: 90px 0 120px;
}
@media (min-width: 992px) {
  .news-events {
    padding: 120px 0 210px;
  }
}
.news-events .container {
  max-width: 904px;
}
.news-events .eyebrow {
  color: #c69e66;
}

.news-events-intro {
  margin-bottom: 60px;
  max-width: 812px;
}

.event-calendar-grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .event-calendar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .event-calendar-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.event-calendar-card {
  align-items: center;
  color: #003342;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 0 30px 30px;
  transition-property: box-shadow, transform;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.event-calendar-card::before {
  background: linear-gradient(180deg, #fbf2e8 0%, #ffffff 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 0;
  right: 0;
  width: 100%;
  border-radius: 40px;
}
.event-calendar-card:hover .event-calendar-icon, .event-calendar-card:focus-visible .event-calendar-icon {
  top: -10px;
  box-shadow: rgba(198, 157, 102, 0.35) 0 0 12px;
}
.event-calendar-card:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}

.event-calendar-card-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.event-calendar-icon {
  position: relative;
  top: 0px;
  display: block;
  margin-bottom: 34px;
  width: 171px;
  box-shadow: rgba(198, 157, 102, 0) 0 0 12px;
  transition-property: all;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
  border-radius: 50%;
}

.event-calendar-title {
  color: #c69e66;
  display: block;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 4px;
}

.event-calendar-label {
  color: #003342;
  display: block;
}

.newsletter-cta {
  background: url("../img/backgrounds/newsletter-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  padding: 0 0 90px;
}
@media (min-width: 992px) {
  .newsletter-cta {
    padding: 0;
  }
}

.newsletter-cta-grid {
  align-items: center;
  display: grid;
  gap: 40px;
}
@media (min-width: 992px) {
  .newsletter-cta-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  }
}

.newsletter-cta-img {
  align-self: end;
  margin: -56px auto 0;
  max-width: 420px;
}
@media (min-width: 992px) {
  .newsletter-cta-img {
    margin: -96px 0 0;
    max-width: none;
  }
}
.newsletter-cta-img img {
  display: block;
  height: auto;
  width: 100%;
}

.newsletter-cta-content {
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .newsletter-cta-content {
    padding: 120px 0;
    text-align: left;
  }
}
.newsletter-cta-content h2 {
  max-width: 576px;
  font-size: 2.5rem;
  margin: 0 auto 45px;
  line-height: 1.0833333333;
}
@media (min-width: 992px) {
  .newsletter-cta-content h2 {
    max-width: 375px;
    font-size: 3.75rem;
    margin-left: 0;
  }
}

.faqs {
  background: #ffffff;
  padding: 90px 0;
}
@media (min-width: 992px) {
  .faqs {
    padding: 120px 0 150px;
  }
}
.faqs .container {
  max-width: 904px;
}
.faqs .eyebrow {
  color: #c69e66;
}
.faqs h1 {
  margin-bottom: 58px;
}

.faq-list {
  border-top: 1px solid #dedede;
}

.faq-item {
  border-bottom: 1px solid #dedede;
}
.faq-item summary {
  color: #003342;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  padding: 31px 48px 31px 0;
  position: relative;
  transition-property: color;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.faq-item summary::marker {
  content: "";
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  background: url("../img/icons/icon-plus.svg") center/contain no-repeat;
  content: "";
  height: 16.5px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 16.5px;
}
.faq-item summary:hover, .faq-item summary:focus-visible {
  color: #c69e66;
}
.faq-item summary:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}
.faq-item[open] summary {
  color: #c69e66;
}
.faq-item[open] summary::after {
  background-image: url("../img/icons/icon-minus.svg");
}

.faq-answer {
  max-width: 760px;
  padding: 0 0 32px;
}
.faq-answer p {
  margin-bottom: 24px;
}
.faq-answer p:last-child {
  margin-bottom: 0;
}
.faq-answer a {
  color: #568e9a;
  text-decoration: none;
}
.faq-answer a:hover, .faq-answer a:focus-visible {
  color: #003342;
  text-decoration: underline;
}
.faq-answer a:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}

.helpful-links {
  background: url("../img/backgrounds/helpful-links-bg.jpg") center/cover no-repeat;
  color: #ffffff;
  padding: 90px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .helpful-links {
    padding: 150px 0;
  }
}
.helpful-links .container {
  max-width: 720px;
}
.helpful-links h2 {
  color: #ffffff;
  margin-bottom: 26px;
}

.helpful-links-intro {
  margin-bottom: 60px;
}

.helpful-video {
  aspect-ratio: 16/9;
  background: #003342;
  margin: 0 auto 60px;
  overflow: hidden;
  position: relative;
}
.helpful-video iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.helpful-link-grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .helpful-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.helpful-link-card {
  border-radius: 14px;
  display: block;
  overflow: hidden;
  transition-property: box-shadow, transform;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
}
.helpful-link-card img {
  display: block;
  height: auto;
  width: 100%;
}
.helpful-link-card:hover, .helpful-link-card:focus-visible {
  box-shadow: rgba(110, 76, 30, 0.35) 0 14px 32px;
  transform: translateY(-4px);
}
.helpful-link-card:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}

.contact-page-section {
  position: relative;
  background: #ffffff;
  padding: 90px 0;
}
.contact-page-section:before {
  content: "";
  background: #dedede;
  width: 100%;
  height: 1px;
  max-width: 904px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .contact-page-section {
    padding: 120px 0 150px;
  }
}
.contact-page-section .container {
  max-width: 904px;
}

.contact-page-grid {
  display: grid;
  gap: 48px;
}
@media (min-width: 992px) {
  .contact-page-grid {
    align-items: start;
    gap: 80px;
    grid-template-columns: minmax(0, 1fr) minmax(444px, 1fr);
  }
}

@media (min-width: 992px) {
  .contact-page-content {
    max-width: 350px;
  }
}

.contact-page-content .eyebrow {
  color: #c69e66;
}
.contact-page-content h1 {
  line-height: 1.2;
}
.contact-page-content p {
  max-width: 370px;
}
.contact-page-content p:last-child {
  margin-bottom: 0;
}

.contact-form-shell {
  min-height: 640px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .contact-form-shell {
    margin-top: 36px;
  }
}
.contact-form-shell .fsBody > div {
  padding: 0;
}
.contact-form-shell .fsBody form {
  padding: 0;
}
.contact-form-shell a {
  color: #003342;
  font-weight: 700;
}
.contact-form-shell .fsForm {
  margin: 0;
}
.contact-form-shell .fsRowBody {
  margin-bottom: 15px;
}
.contact-form-shell .fsLabel {
  color: #3c4346;
  display: block;
  margin-bottom: 8px;
}
.contact-form-shell .fsRequiredMarker {
  color: red;
}
.contact-form-shell input[type=text],
.contact-form-shell input[type=email],
.contact-form-shell input[type=tel],
.contact-form-shell select,
.contact-form-shell textarea {
  background: #ffffff;
  border: 1px solid #dedede;
  color: #003342;
  min-height: 54px;
  padding: 12px 18px;
  width: 100%;
}
.contact-form-shell input[type=text]:focus,
.contact-form-shell input[type=email]:focus,
.contact-form-shell input[type=tel]:focus,
.contact-form-shell select:focus,
.contact-form-shell textarea:focus {
  outline: none;
  border-color: #c69e66;
}
.contact-form-shell textarea {
  min-height: 200px;
}
.contact-form-shell .fsSubmit {
  margin: 25px 0 0;
  padding: 0;
}
.contact-form-shell .fsSubmitButton {
  background: #c69e66;
  border: 2px solid #c69e66;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  min-height: 54px;
  min-width: 260px;
  padding: 12px 28px;
  transition-property: background-color, border-color, transform;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
  transition-delay: 0ms;
  margin-left: 0 !important;
}
.contact-form-shell .fsSubmitButton:focus {
  outline: none;
}
.contact-form-shell .fsSubmitButton:hover, .contact-form-shell .fsSubmitButton:focus-visible {
  background: #aa8552;
  border-color: #aa8552;
  transform: translateY(-5px);
}
.contact-form-shell .fsSubmitButton:focus-visible {
  outline: 3px solid #c69e66;
  outline-offset: 3px;
}

.status-page {
  background: #ffffff;
  padding: 90px 0 100px;
  text-align: center;
}
@media (min-width: 992px) {
  .status-page {
    padding: 160px 0 180px;
  }
}
.status-page .container {
  max-width: 760px;
}
.status-page .eyebrow {
  color: #c69e66;
}
.status-page h1 {
  margin-bottom: 24px;
}
.status-page p {
  margin-inline: auto;
  max-width: 620px;
}
.status-page .btn {
  margin-top: 24px;
}

.status-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}
.status-actions .btn {
  margin-top: 0;
}

.support-intro {
  background: #ffffff;
  padding: 90px 0;
}
@media (min-width: 992px) {
  .support-intro {
    padding: 150px 0 170px;
  }
}

.support-intro-grid {
  align-items: center;
  display: grid;
  gap: 40px 96px;
  max-width: 904px;
}
@media (min-width: 992px) {
  .support-intro-grid {
    grid-template-columns: 0.95fr 1.05fr;
  }
}

.support-intro-content .eyebrow {
  color: #c69e66;
}
.support-intro-content p:last-child {
  margin-bottom: 0;
}

.support-intro .img {
  max-width: 460px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.support-intro .img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.support-groups .art {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.support-groups {
  background: #f2e1ca url("../img/backgrounds/objectives-section-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}
@media (min-width: 992px) {
  .support-groups {
    padding: 120px 0 150px;
  }
}
.support-groups .container {
  max-width: 904px;
}

.support-groups-intro {
  color: #c69e66;
  margin: 0 auto 90px;
  max-width: 700px;
  text-align: center;
}
@media (min-width: 992px) {
  .support-groups-intro {
    margin-bottom: 120px;
  }
}
.support-groups-intro p {
  font-size: 1.5rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 1.2333333333;
}
@media (min-width: 992px) {
  .support-groups-intro p {
    font-size: 1.875rem;
  }
}

.support-groups-mark {
  height: 48px;
  margin: 0 auto 28px;
  position: relative;
  width: 88px;
}
.support-groups-mark::before, .support-groups-mark::after {
  background: #c69e66;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 36px;
}
.support-groups-mark::before {
  left: 0;
  transform: rotate(-18deg);
  transform-origin: right center;
}
.support-groups-mark::after {
  right: 0;
  transform: rotate(18deg);
  transform-origin: left center;
}

.support-group-card-grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 992px) {
  .support-group-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.support-group-card {
  max-width: 291px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(198, 158, 102, 0.25);
  overflow: hidden;
  text-align: center;
  margin: auto;
}
@media (min-width: 992px) {
  .support-group-card {
    margin: unset;
  }
}
.support-group-card h2 {
  margin: 0;
  padding: 30px 16px;
}
.support-group-card .address {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.support-group-card .address:before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #c69e66;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.support-group-time {
  font-size: 1.3125rem;
  background: #c69e66;
  color: #ffffff;
  padding: 28px;
  line-height: 1.1904761905;
}
@media (min-width: 992px) {
  .support-group-time {
    font-size: 1.5rem;
  }
}
.support-group-time p {
  margin-bottom: 0;
}

.support-group-details {
  padding: 20px 30px 45px;
}
.support-group-details p {
  margin-bottom: 26px;
}
.support-group-details a {
  color: #c69e66;
  font-weight: 700;
  text-decoration: none;
}
.support-group-details a:hover, .support-group-details a:focus-visible {
  color: #003342;
}

.sample-section {
  background: #faf2e8;
  padding: 64px 0;
}
.sample-section .title {
  max-width: 760px;
}
.sample-section .content {
  max-width: 760px;
}

.skip-link {
  background: #003342;
  color: #ffffff;
  left: 16px;
  padding: 10px 14px;
  position: absolute;
  top: 16px;
  transform: translateY(-150%);
  z-index: 9999;
}
.skip-link:focus {
  transform: translateY(0);
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}/*# sourceMappingURL=main.css.map */