/* These are the custom settings for the project, which will be used in the Block Editor default styles below */
/**
 * Responsive Styles
 */
/* Login */
/* Mobile Menu */
/* Additional base styles */
body {
  font-size: var(--wp--custom--base-font-size);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

main {
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
}

h1 {
  text-align: center;
}

html, body {
  overflow-x: hidden;
}

/* Components */
.gform_wrapper {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.gform_wrapper .gform_body .gfield input::-webkit-input-placeholder {
  color: var(--wp--preset--color--gray);
}
.gform_wrapper .gform_body .gfield input::-moz-placeholder {
  color: var(--wp--preset--color--gray);
}
.gform_wrapper .gform_body .gfield input:-ms-input-placeholder {
  color: var(--wp--preset--color--gray);
}
.gform_wrapper .gform_body .gfield input::-ms-input-placeholder {
  color: var(--wp--preset--color--gray);
}
.gform_wrapper .gform_body .gfield input::placeholder {
  color: var(--wp--preset--color--gray);
}
.gform_wrapper .gform_body .gfield label, .gform_wrapper .gform_body .gfield .gfield_label {
  color: var(--wp--preset--color--gray);
}
.gform_wrapper form .gform_footer.gform-footer {
  padding-top: 1rem;
}
.gform_wrapper form .gform_footer.gform-footer input.gform_button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  background-color: var(--wp--preset--color--forest) !important;
  border-radius: var(--wp--custom--border-radius--small) !important;
  border-color: var(--wp--preset--color--forest);
  border-width: 4px;
  border-style: solid;
  color: var(--wp--preset--color--white) !important;
  font-family: proxima-nova, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin-top: var(--wp--preset--spacing--24);
  padding-top: 16px !important;
  padding-right: 24px !important;
  padding-bottom: 16px !important;
  padding-left: 24px !important;
  text-decoration: none;
}
.gform_wrapper .gform_heading {
  margin-bottom: 26px;
}

#s2email {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--wp--preset--color--white);
  border-radius: 8px;
  border: 1px solid var(--wp--preset--color--gray);
  color: var(--wp--preset--color--gray);
  display: block;
  font-size: 18px;
  line-height: 1.4;
  margin-block: 0;
  margin-inline: 0;
  outline-color: var(--wp--preset--color--gray);
  outline-offset: 0;
  outline-style: solid;
  outline-width: 1px;
  padding: 12px 16px;
  -webkit-transition: none;
  transition: none;
}

input[type=submit][name=subscribe] {
  background-color: var(--wp--preset--color--forest) !important;
  border-radius: var(--wp--custom--border-radius--small) !important;
  border-color: var(--wp--preset--color--forest);
  border-width: 4px;
  border-style: solid;
  color: var(--wp--preset--color--white) !important;
  font-family: proxima-nova, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin-top: 0;
  padding: 12px 16px !important;
  text-decoration: none;
  width: 100%;
}

.m-menu {
  list-style: none;
  padding-left: 0;
}

.m-menu__submenu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  background-color: #fff;
  padding: 32px 48px 32px 32px;
  border-radius: var(--wp--custom--border-radius--small);
  -webkit-transition: opacity 0.19s ease-in;
  transition: opacity 0.19s ease-in;
}
.m-menu__submenu li {
  padding: 8px 0;
}
.m-menu__submenu > li > a {
  display: inline-block;
  padding: 8px 0;
}
.m-menu__submenu > li > a::after {
  bottom: 8px;
}
.m-menu__submenu a {
  color: var(--wp--preset--color--forest);
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}
.m-menu__submenu a::after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--wp--preset--color--moss)), color-stop(50%, transparent));
  background: linear-gradient(to right, var(--wp--preset--color--moss) 50%, transparent 50%);
  background-position: right;
  -webkit-transition: all 0.19s ease-in;
  transition: all 0.19s ease-in;
  background-size: 200% 100%;
  visibility: hidden;
}
.m-menu__submenu a:hover::after, .m-menu__submenu a:focus::after {
  background-position: left;
  visibility: visible;
}
.m-menu__submenu .o-menu__subnav-inner {
  padding: 0;
}

.m-menu--main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  gap: 24px;
}
.m-menu--main-menu > .menu-item {
  position: relative;
  padding: 24px 4px;
}
.m-menu--main-menu > .menu-item:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
.m-menu--main-menu > .menu-item:not(.o-menu__button):has(+ .o-menu__button) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.m-menu--main-menu > .menu-item > a {
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.19s ease-in;
  transition: all 0.19s ease-in;
  position: relative;
  color: white;
}
.m-menu--main-menu > .menu-item > a::after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--wp--preset--color--moss)), color-stop(50%, transparent));
  background: linear-gradient(to right, var(--wp--preset--color--moss) 50%, transparent 50%);
  background-position: right;
  -webkit-transition: all 0.26s ease-in;
  transition: all 0.26s ease-in;
  background-size: 200% 100%;
}
.m-menu--main-menu > .menu-item:not(.o-menu__button) > a::after {
  visibility: hidden;
}
.m-menu--main-menu > .menu-item[aria-expanded=true] > a::after, .m-menu--main-menu > .menu-item:hover > a::after, .m-menu--main-menu > .menu-item:focus > a::after {
  background-position: left;
  visibility: visible;
}
.m-menu--main-menu > .menu-item[aria-expanded=true] .m-menu__submenu, .m-menu--main-menu > .menu-item:hover .m-menu__submenu, .m-menu--main-menu > .menu-item:focus .m-menu__submenu {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.m-menu--main-menu > .menu-item.o-menu__button {
  padding: 0;
  margin-left: auto;
}
.m-menu--main-menu > .menu-item.o-menu__button > a {
  padding: 13px 28px;
  border: 4px solid var(--wp--preset--color--moss);
  border-radius: var(--wp--custom--border-radius--small);
}
.m-menu--main-menu > .menu-item.o-menu__button > a::after {
  display: none;
}
.m-menu--main-menu > .menu-item.o-menu__button.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url("/wp-content/themes/summit/dist/images/arrow-down.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-left: 8px;
  margin-bottom: 8px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.19s ease-in;
  transition: -webkit-transform 0.19s ease-in;
  transition: transform 0.19s ease-in;
  transition: transform 0.19s ease-in, -webkit-transform 0.19s ease-in;
}
.m-menu--main-menu > .menu-item.o-menu__button.menu-item-has-children > a:hover::after, .m-menu--main-menu > .menu-item.o-menu__button.menu-item-has-children > a:focus::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m-menu--main-menu > .menu-item.o-menu__button.menu-item-has-children .m-menu__submenu {
  left: auto;
  right: 0;
}
.m-menu--main-menu > .menu-item.o-menu__button.menu-item-has-children .m-menu__submenu > li {
  padding: 0;
}

/* Modal Overlay */
.disclaimer-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  display: none;
}

/* Modal Container */
.disclaimer-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 720px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
  max-height: 90vh;
  overflow-y: auto;
}

/* Ensure modals and overlay are visible when shown via JS */
.disclaimer-modal[style*="display: block"],
.disclaimer-modal-overlay[style*="display: block"] {
  display: block !important;
}

/* Modal Content */
.disclaimer-modal-content {
  padding: 65px 52px 52px 52px;
  position: relative;
}

/* Close Button (X) */
.disclaimer-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  -webkit-transition: all 0.19s ease-in;
  transition: all 0.19s ease-in;
}

.disclaimer-close:hover {
  color: #333;
}

/* Disclaimer Text */
.disclaimer-text {
  margin-bottom: 25px;
  line-height: 1.5;
  color: #333;
}

/* Button Container */
.disclaimer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 39px;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.disclaimer-cancel-btn {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
  overflow: hidden;
  background-color: transparent;
  border-width: 0;
  color: var(--wp--preset--color--forest);
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
}

@media (max-width: 1023px) {
  body.modal-open nav {
    display: none !important;
  }
}
/* Responsive adjustments for mobile */
@media only screen and (max-width: 599px) {
  .disclaimer-modal {
    width: 95%;
    max-width: none;
  }

  .disclaimer-modal-content {
    padding: 52px 39px 39px 39px;
  }

  .disclaimer-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
  }
}
/* Helper class to prevent scrolling when modal is open */
.modal-open {
  overflow: hidden;
}

.m-skip-navigation {
  position: absolute;
  left: 0;
  top: 0;
}
.m-skip-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-skip-navigation li {
  padding: 0;
  margin: 0;
}

.m-skip-navigation__link {
  display: inline-block;
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #00ccff;
  border-radius: 2px;
  padding: 4px 10px;
}
.m-skip-navigation__link:focus {
  opacity: 1;
  pointer-events: all;
}

input[type=search].m-search-form__input {
  vertical-align: top;
}

.m-search-form--mobile .m-search-form__input {
  width: 100%;
  margin: 0 0 8px;
}
.m-search-form--mobile .m-search-form__submit:not(:hover):not(:active):not(.has-background) {
  width: 100%;
}
.m-search-form--mobile .m-search-form__submit:hover, .m-search-form--mobile .m-search-form__submit:focus, .m-search-form--mobile .m-search-form__submit:active {
  width: 100%;
}

.o-footer {
  background: var(--wp--preset--color--text-primary);
  color: var(--wp--preset--color--white);
  padding: 56px 112px 0 112px;
}
.o-footer a {
  text-decoration: none;
}
.o-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  color: var(--wp--preset--color--gray);
  font-weight: 400;
  padding: 24px 0;
  border-top: 1px solid var(--wp--preset--color--dark-gray);
}
.o-footer__bottom a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-transition: all 0.13s ease-in;
  transition: all 0.13s ease-in;
  color: var(--wp--preset--color--gray);
}
.o-footer__bottom a:hover, .o-footer__bottom a:focus {
  color: var(--wp--preset--color--light-gray);
}
.o-footer__bottom nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 0;
}
.o-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 24px;
}
.o-footer__contact-bbb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}
.o-footer__contact-bbb a {
  max-width: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.26s ease-in;
  transition: opacity 0.26s ease-in;
}
.o-footer__contact-bbb a:hover, .o-footer__contact-bbb a:focus {
  opacity: 0.65;
}
.o-footer__contact-bbb__text span {
  display: block;
}
.o-footer__contact-bbb__text-rating {
  color: var(--wp--preset--color--moss);
  font-weight: 700;
  line-height: 1.125;
}
.o-footer__contact-bbb__text-rating + span {
  font-size: var(--wp--preset--font-size--x-small);
  line-height: 18px;
}
.o-footer__contact-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-footer__contact-left a {
  font-weight: 400;
  -webkit-transition: all 0.13s ease-in;
  transition: all 0.13s ease-in;
  color: var(--wp--preset--color--light-gray);
}
.o-footer__contact-left a svg {
  vertical-align: middle;
  margin-right: 2px;
  margin-bottom: 2px;
}
.o-footer__contact-left a:hover, .o-footer__contact-left a:focus {
  color: var(--wp--preset--color--moss);
}
.o-footer__contact-left span {
  color: var(--wp--preset--color--moss);
  font-weight: 700;
}
.o-footer__inner {
  max-width: 1216px;
  margin: 0 auto;
}
.o-footer__logo {
  display: block;
  margin: 0 auto 40px auto;
  max-width: 230px;
  padding-top: 24px;
}
.o-footer__main-menu nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 48px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-footer__main-menu nav > ul li a {
  font-weight: 700;
  position: relative;
  color: white;
}
.o-footer__main-menu nav > ul li a::after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--wp--preset--color--forest)), color-stop(50%, transparent));
  background: linear-gradient(to right, var(--wp--preset--color--forest) 50%, transparent 50%);
  background-position: right;
  -webkit-transition: all 0.19s ease-in;
  transition: all 0.19s ease-in;
  background-size: 200% 100%;
}
.o-footer__main-menu nav > ul li a:hover::after, .o-footer__main-menu nav > ul li a:focus::after {
  background-position: left;
}
.o-footer__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-bottom: 56px;
}
.o-footer__message-icon {
  max-width: 58px;
}
.o-footer__message-text__heading {
  font-family: mencken-std-head, sans-serif;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.o-footer__message-text__subheading {
  font-weight: 700;
}
@media only screen and (max-width: 781px) {
  .o-footer {
    padding: 80px 24px 0 24px;
  }
  .o-footer__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0;
  }
  .o-footer__bottom .o-footer__copyright {
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .o-footer__bottom nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .o-footer__contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .o-footer__contact-bbb {
    margin-bottom: 40px;
  }
  .o-footer__contact-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .o-footer__contact-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .o-footer__contact-left a svg {
    display: block;
    margin: 8px 0;
  }
  .o-footer__main-menu nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    margin-bottom: 64px;
  }
  .o-footer__main-menu nav ul li {
    text-align: center;
    padding: 8px 0;
  }
  .o-footer__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 64px;
  }
}

.o-header {
  position: relative;
  z-index: 2;
  background: var(--wp--preset--color--forest);
  color: var(--wp--preset--color--white);
  padding: 0 20px 16px 20px;
}
@media (min-width: 1024px) {
  .o-header {
    padding: 0 32px 9px 32px;
  }
}
.o-header a {
  text-decoration: none;
}

.o-header__logo-link {
  display: block;
  overflow: hidden;
  text-decoration: none;
  margin-right: 24px;
  width: 92px;
}
@media (min-width: 1024px) {
  .o-header__logo-link {
    width: 138px;
  }
}
.o-header__logo-link img {
  display: block;
}

.o-header__menu-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .o-header__menu-groups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.o-header__main-menu-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  padding: 20px 0 12px 0;
}
.o-header__main-menu-group > nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.o-header__main-menu-group .m-menu--main-menu {
  display: none;
}
@media (min-width: 1024px) {
  .o-header__main-menu-group .m-menu--main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .o-header__main-menu-group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 320px) {
  body.no-scroll {
    overflow: hidden;
  }
}

.o-mobile-menu + * {
  position: relative;
  z-index: 1;
}
.o-mobile-menu a,
.o-mobile-menu span:not(.a-button) {
  display: block;
  padding: 10px 0;
  margin: 0 2rem;
  position: relative;
}
.o-mobile-menu ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.o-mobile-menu ul li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.o-mobile-menu ul li.menu-item-has-children > a > svg {
  width: 19px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.26s ease-in;
  transition: all 0.26s ease-in;
}
.o-mobile-menu ul li.menu-item-has-children.dropdown-open > a > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.o-mobile-menu .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
}
.o-mobile-menu .logo-container a.o-mobile-menu__logo {
  padding: 12px 0;
  height: 48px;
  width: 135px;
}
.o-mobile-menu .logo-container a {
  margin: 0;
}
.o-mobile-menu .logo-search-container {
  border-bottom: 2px solid var(--wp--preset--color--light-gray);
  background: var(--wp--preset--color--forest);
}
.o-mobile-menu .search-container {
  padding: 0 32px;
  margin-bottom: 2em;
}
.o-mobile-menu .menu-item {
  font-size: var(--wp--preset--font-size--x-large);
  color: var(--wp--preset--color--forest);
  padding-top: 0;
}
.o-mobile-menu .menu-item i {
  color: #28303d;
  font-size: 1rem;
  vertical-align: baseline;
}
.o-mobile-menu .menu-item a,
.o-mobile-menu .menu-item span:not(.a-button) {
  text-decoration: none;
}
.o-mobile-menu .menu-item .menu__overview-link {
  border-bottom: 1px solid #999999;
  margin-bottom: 1em;
}
.o-mobile-menu .menu-item .menu__label {
  pointer-events: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #28303d;
  margin-top: 32px;
}
.o-mobile-menu ul.menu__list {
  padding-bottom: 0;
}
.o-mobile-menu ul.menu__list--utility {
  padding-top: 0;
  padding-bottom: 39px;
}
.o-mobile-menu ul.menu__list--utility a {
  font-size: var(--wp--preset--font-size--large);
}
.o-mobile-menu .menu__list {
  padding-bottom: 39px;
  padding-top: 26px;
}
.o-mobile-menu .menu__list .menu__list {
  padding-top: 1em;
}
.o-mobile-menu .menu__list .menu__list a {
  font-size: var(--wp--preset--font-size--large);
}
.o-mobile-menu .menu__list .menu__list .menu__list {
  padding-left: 26px;
}
.o-mobile-menu .menu__level {
  max-width: 300px;
}
.o-mobile-menu .menu__level-heading {
  padding: 8px 32px;
  font-weight: 400;
  font-size: 20px;
}
.o-mobile-menu .menu__header {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin: 0 0 48px 0;
}
.o-mobile-menu .menu__close {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.o-mobile-menu .menu__back {
  cursor: pointer;
  padding-left: 32px;
  background-color: #ffffff;
  margin-bottom: 1em;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 1024px) {
  .o-mobile-menu {
    display: none;
  }
}

.push {
  position: relative;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
}

.push--active {
  overflow-y: hidden;
}
@media (min-width: 1024px) {
  .push--active {
    overflow-y: auto;
  }
}

.push__content::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  content: "";
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.push--active .push__content::after {
  opacity: 0.8;
  pointer-events: auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (min-width: 1024px) {
  .push--active .push__content::after {
    display: none;
  }
}

.push__menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  height: 100vh;
  height: -webkit-fill-available;
}
.admin-bar .push__menu {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .push__menu {
    top: 32px;
  }
}
.push--active .push__menu {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.push__level {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  padding: 0 1em;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media (min-width: 1440px) {
  .push__level {
    max-width: 320px;
  }
}
.push__level-inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.push__level-inner > .menu__list > li span, .push__level-inner > .menu__list > li a {
  -webkit-transition: color 0.26s ease-in;
  transition: color 0.26s ease-in;
  padding-top: 1rem;
}
.push__level-inner > .menu__list > li .menu__list {
  display: none;
}
.push__level-inner > .menu__list > li > .menu__list {
  padding: 0 1rem;
}
.push__level-inner > .menu__list > li > .menu__list > li > .menu__list {
  padding-top: 0;
  padding-bottom: 1.5rem;
}
.push__level-inner > .menu__list > li > .menu__list > li > .menu__list li a {
  border-bottom: 0;
  color: var(--wp--preset--color--forest);
  font-size: var(--wp--preset--font-size--large);
  -webkit-transition: color 0.26s ease-in;
  transition: color 0.26s ease-in;
}
.push__level--top {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  /** IE10/11 specific */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .push__level--top {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.push__level--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.push__level--current .push__level-inner {
  overflow-y: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.menu-toggle {
  min-width: 0;
  font-weight: 700;
  padding: 7px 14px;
  border: 2px solid var(--wp--preset--color--moss);
  border-radius: var(--wp--custom--border-radius--small);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  color: white;
  text-decoration: none;
}

.menu-toggle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .menu-toggle-container {
    display: none;
  }
}

.menu-toggle--open {
  position: relative;
  text-decoration: none;
}

a.menu-toggle--close {
  margin: 0;
  z-index: 3;
  color: var(--wp--preset--color--white);
  min-width: 0;
  font-weight: 700;
  padding: 7px 14px;
  border: 2px solid var(--wp--preset--color--moss);
  border-radius: var(--wp--custom--border-radius--small);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
a.menu-toggle--close svg {
  fill: var(--wp--preset--color--moss);
  width: 16px;
}

.o-menu--main,
.o-menu--utility {
  display: none;
}

@media (min-width: 1024px) {
  .menu-toggle,
.o-mobile-menu {
    display: none;
  }

  .o-menu--main,
.o-menu--utility {
    display: block;
  }
}
.o-mobile-menu__logo {
  display: block;
  width: 138px;
  margin-right: 56px;
  padding: 12px 0;
}

.mobile-menu-title {
  padding: 1rem 2rem 1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.o-header__utility-menu-group {
  display: none;
  width: 100vw;
  background-color: var(--wp--preset--color--forest);
  padding: 8px 32px;
  border-bottom: 1px solid var(--wp--preset--color--moss-accessible);
}
.o-header__utility-menu-group > nav {
  width: calc(100% - 64px);
  max-width: 1216px;
  margin: 0 auto;
}
.o-header__utility-menu-group ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: var(--wp--preset--spacing--24);
}
.o-header__utility-menu-group ul li {
  padding: 3px 4px 5px 4px;
}
.o-header__utility-menu-group ul li a {
  position: relative;
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--x-small);
  padding: 0;
}
.o-header__utility-menu-group ul li a::after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--wp--preset--color--white)), color-stop(50%, transparent));
  background: linear-gradient(to right, var(--wp--preset--color--white) 50%, transparent 50%);
  background-position: right;
  -webkit-transition: all 0.19s ease-in;
  transition: all 0.19s ease-in;
  background-size: 200% 100%;
  visibility: hidden;
}
.o-header__utility-menu-group ul li a:hover::after, .o-header__utility-menu-group ul li a:focus::after {
  background-position: left;
  visibility: visible;
}
@media (min-width: 1024px) {
  .o-header__utility-menu-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* Core blocks that cannot be fully styled via theme.json */
.wp-block-query .wp-block-post-template {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--wp--preset--spacing--32);
  margin-bottom: 0.5rem;
  margin-top: 5rem;
}
.wp-block-query .wp-block-post-template .wp-block-post {
  background: var(--wp--preset--color--medium-gray);
  border-radius: var(--wp--custom--border-radius--medium);
  overflow: hidden;
  margin: 0;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(56, 56, 54, 0.3);
          box-shadow: 0px 4px 8px 0px rgba(56, 56, 54, 0.3);
}
.wp-block-query .wp-block-post-template .wp-block-post-featured-image {
  aspect-ratio: 384/280;
  margin-bottom: 0;
}
.wp-block-query .wp-block-post-template .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-excerpt {
  padding: 0 40px;
  margin: 0;
}
.wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-excerpt__excerpt {
  margin: 0;
}
.wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-text {
  margin-bottom: 40px;
}
.wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-text a {
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 0;
  padding-left: 0;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.2;
  position: relative;
  color: var(--wp--preset--color--forest);
  display: inline-block;
  -webkit-transition: all 0.19s ease-in;
  transition: all 0.19s ease-in;
}
.wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-text a::after {
  content: "";
  display: inline-block;
  -webkit-transition: -webkit-filter 0.19s ease-in;
  transition: -webkit-filter 0.19s ease-in;
  transition: filter 0.19s ease-in;
  transition: filter 0.19s ease-in, -webkit-filter 0.19s ease-in;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  width: 10px;
  height: 8px;
  background-image: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.94 7.74H0.6L3.8 4.14L0.6 0.6H2.94L6.14 4.14L2.94 7.74ZM6.74 7.74H4.4L7.6 4.14L4.4 0.6H6.74L9.94 4.14L6.74 7.74Z" fill="%236D7A5F"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  margin-bottom: 2px;
}
.wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-text a:hover, .wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-text a:focus {
  color: var(--wp--preset--color--text-primary);
}
.wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-text a:hover::after, .wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-text a:focus::after {
  -webkit-filter: brightness(0.52);
          filter: brightness(0.52);
}
.wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-title {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: "proxima-nova";
  color: var(--wp--preset--color--forest);
  font-weight: 700;
  letter-spacing: -0.56px;
  line-height: 1.1;
  margin-bottom: 1rem;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.wp-block-query.wp-query-green .wp-block-post-template .wp-block-post {
  background-color: var(--wp--preset--color--forest);
}
.wp-block-query.wp-query-green .wp-block-post-template .wp-block-post .wp-block-post-excerpt {
  color: var(--wp--preset--color--white);
}
.wp-block-query.wp-query-green .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-link {
  color: var(--wp--preset--color--white);
}
.wp-block-query.wp-query-green .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-link::after {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.wp-block-query.wp-query-green .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-link:hover, .wp-block-query.wp-query-green .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-link:focus {
  color: var(--wp--preset--color--moss);
}
.wp-block-query.wp-query-green .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-link:hover::after, .wp-block-query.wp-query-green .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-link:focus::after {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.wp-block-query.wp-query-green .wp-block-post-template .wp-block-post .wp-block-post-title {
  color: var(--wp--preset--color--white);
}

/* theme.json cannot handle media queries. below are mobile styles for blocks */
@media only screen and (max-width: 1119px) {
  .entry-content .blog-main-list .wp-block-query .wp-block-post-template {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 781px) {
  .entry-content .wp-block-query {
    padding: 0 4px;
  }
  .entry-content .wp-block-query h3 {
    text-align: center;
  }
  .entry-content .wp-block-query .wp-block-post-template {
    grid-template-columns: 1fr;
    margin-top: 64px !important;
  }
  .entry-content .wp-block-query .wp-block-buttons {
    margin-top: 40px !important;
  }
  .entry-content .wp-block-query .wp-block-buttons > .wp-block-button {
    width: 100%;
  }
  .entry-content .wp-block-query .wp-block-buttons > .wp-block-button a {
    border-color: var(--wp--preset--color--moss);
  }
  .entry-content .wp-block-query .wp-block-buttons + .wp-block-spacer {
    height: 8px !important;
  }
  .entry-content .wp-block-query > .wp-block-group {
    padding-top: 40px !important;
  }
  .entry-content .blog-main-list .wp-block-column {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .entry-content .blog-main-list .wp-block-column:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .entry-content .blog-main-list .wp-block-query .wp-block-post-template {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 599px) {
  .wp-element-button.wp-block-button__link {
    font-size: var(--wp--preset--font-size--regular);
    padding: 16px 24px;
  }
  .wp-element-button.wp-block-button__link::after {
    width: 16px;
    margin-bottom: -3px;
  }

  .wp-block-button.is-style-tertiary .wp-element-button.wp-block-button__link {
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-button.is-style-tertiary .wp-element-button.wp-block-button__link::after {
    margin-bottom: 2px;
  }

  .wp-block-buttons {
    gap: 0;
  }
  .wp-block-buttons > .wp-block-button {
    display: block;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  .wp-block-buttons > .wp-block-button a {
    display: block;
    margin-top: 1rem;
  }
  .wp-block-buttons:first-child a {
    margin-top: 24px;
  }

  .wp-block-group .wp-block-buttons > .wp-block-button, .wp-block-cover .wp-block-buttons > .wp-block-button {
    width: 100%;
  }
}
@media only screen and (max-width: 1119px) {
  .wp-block-columns.is-style-break-early, .wp-block-columns.interior-hero-split {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media only screen and (max-width: 599px) {
  .has-colossal-font-size, h1 {
    font-size: var(--wp--preset--font-size--xxx-large) !important;
  }

  h2 {
    font-size: var(--wp--preset--font-size--xx-large);
  }

  h3 {
    font-size: var(--wp--preset--font-size--amped);
  }

  h4 {
    font-size: var(--wp--preset--font-size--x-large);
  }

  h5 {
    font-size: var(--wp--preset--font-size--peak);
  }

  .has-xxxx-large-font-size {
    font-size: var(--wp--preset--font-size--xxx-large) !important;
  }

  .has-xxx-large-font-size {
    font-size: var(--wp--preset--font-size--amped) !important;
  }
}
@media only screen and (max-width: 599px) {
  .interior-hero-split > .wp-block-column > .wp-block-group {
    padding: 36px 24px !important;
  }
  .interior-hero ~ .wp-block-video {
    margin-bottom: 140px;
    margin-top: -312px !important;
    border-radius: 0;
  }
  .interior-hero ~ .wp-block-video .custom-play-button img {
    width: 56px;
  }
  .interior-hero ~ .wp-block-video .custom-video-wrapper {
    aspect-ratio: 342/257;
    overflow: hidden;
    width: calc(100% - 16px);
    margin-left: auto;
    margin-right: auto;
    border-radius: var(--wp--custom--border-radius--medium);
  }
}
@media only screen and (max-width: 781px) {
  .interior-hero.interior-hero-staff {
    min-height: 0 !important;
    padding-bottom: 0 !important;
  }
  .interior-hero.interior-hero-staff .wp-block-columns {
    padding-top: 260px !important;
    padding-left: 26px;
    padding-bottom: 26px;
  }
}
@media only screen and (max-width: 599px) {
  .wp-block-media-text.alignwide > div.wp-block-media-text__content {
    padding: 0 8px !important;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-row: 2;
  }
}
@media only screen and (max-width: 599px) {
  figure.wp-block-pullquote {
    padding: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .section-cards-headings .wp-block-buttons > .wp-block-button {
    width: 100%;
  }
  .section-cards-headings .wp-block-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section-cards-headings .wp-block-column h6.wp-block-heading {
    font-size: 28px;
  }

  .wp-block-group.has-moss-border-color {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .wp-block-group.has-moss-border-color .wp-block-columns .wp-block-column {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .wp-block-spacer {
    max-height: 39px;
  }
}
@media only screen and (max-width: 781px) {
  .wp-block-group.row-of-rows {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* custom blocks */
.team-list {
  background: var(--wp--preset--color--medium-gray);
  border-radius: var(--wp--custom--border-radius--medium);
  padding: 52px 39px 39px;
}
.team-list h6 {
  margin-bottom: 1.5rem;
}
.team-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.team-list ul li {
  margin-bottom: 0.5rem;
}
.team-list ul li a {
  text-decoration: none;
  color: var(--wp--preset--color--forest);
  -webkit-transition: all 0.26s ease-in;
  transition: all 0.26s ease-in;
}
.team-list ul li a:hover, .team-list ul li a:focus {
  font-weight: bold;
  color: var(--wp--preset--color--moss);
}
.team-list ul li a.current-player {
  font-weight: bold;
  color: var(--wp--preset--color--moss);
}

.team-member-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 52px;
  padding: 78px 0;
}
.team-member-grid .team-member {
  width: 256px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.team-member-grid .team-member__designations {
  font-size: var(--wp--preset--font-size--x-small);
  color: var(--wp--preset--color--forest);
}
.team-member-grid .team-member__designations::after {
  content: "";
  display: block;
  width: 104px;
  height: 2px;
  background: var(--wp--preset--color--moss);
  margin: 9px auto 0 auto;
}
.team-member-grid .team-member__headshot {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  -webkit-transition: all 0.26s ease-in-out;
  transition: all 0.26s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 13px;
  border-radius: 8px;
}
.team-member-grid .team-member__headshot img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.26s ease-in-out;
  transition: all 0.26s ease-in-out;
}
.team-member-grid .team-member__name {
  font-family: "mencken-std-head", serif;
  font-size: var(--wp--preset--font-size--peak);
  color: var(--wp--preset--color--text-primary);
  -webkit-transition: all 0.26s ease-in-out;
  transition: all 0.26s ease-in-out;
}
.team-member-grid .team-member__title {
  padding-top: 13px;
  font-style: italic;
}
.team-member-grid .team-member > a {
  text-decoration: none;
  text-align: center;
}
.team-member-grid .team-member > a:hover .team-member__headshot img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.team-member-grid .team-member > a:hover .team-member__name {
  color: var(--wp--preset--color--forest);
}