@charset "UTF-8";
/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/
Author: Field 2 Design
Author URI: https://example.com/
Description: Child theme for Twenty Twenty-Five
Template: twentytwentyfive
Version: 1.0.6
*/
* {
  box-sizing: border-box;
}

:root {
  --wp--preset--shadow--natural: 0px 6px 9px rgba(0, 0, 0, 0.2) !important;
}

:root :where(.wp-block-group-is-layout-grid) {
  gap: 1rem;
}

.wp-block-cover__inner-container div {
  gap: 0;
}

h4 {
  color: rgb(129, 130, 133);
}

.italic {
  font-style: italic;
}

.wp-block-site-tagline {
  font-style: italic;
}

.custom-decoration * {
  text-decoration: none !important;
  border: none !important;
}
.custom-decoration *:hover {
  text-decoration: none !important;
  border: none !important;
}

.custom-decoration span {
  transition: opacity 0.3s ease;
}
.custom-decoration span:hover {
  opacity: 0.7;
}

.no_decoration a {
  text-decoration-thickness: none !important;
  text-underline-offset: 0;
  text-decoration: none !important;
  border: none !important;
}

header.wp-block-template-part {
  position: sticky;
  top: 0;
  z-index: 200;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none;
  background-color: transparent;
  will-change: transform, box-shadow, background-color;
}
header.wp-block-template-part.is-sticky {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.wp-block-navigation-item__label {
  font-size: 1.1rem;
}

.wp-block-navigation ul li.nav-telephone a {
  display: block;
  color: #7C4318;
  background: left center url(/wp-content/uploads/2025/07/phone-icon-small.svg) no-repeat;
  background-size: 20px 20px;
  padding-left: 22px !important;
}

.wp-block-navigation a,
.wp-block-navigation-item a,
.wp-block-navigation-item__content {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.wp-block-navigation a:focus, .wp-block-navigation a:active, .wp-block-navigation a:focus-visible,
.wp-block-navigation-item a:focus,
.wp-block-navigation-item a:active,
.wp-block-navigation-item a:focus-visible,
.wp-block-navigation-item__content:focus,
.wp-block-navigation-item__content:active,
.wp-block-navigation-item__content:focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

li.current-menu-item a {
  font-weight: bold;
}

.cards {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.cards > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 120px;
  height: auto;
}
.cards > *:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.cards > * img {
  margin: auto;
}
.cards > * figure, .cards > * p {
  padding: 0.5rem;
}
.cards > * .wp-block-post-featured-image {
  padding: 0;
}
.cards > * .wp-block-post-title {
  font-size: 0.9rem;
  padding: 0 0.5rem;
}
.cards.wp-block-latest-posts__list > li > a {
  padding: 0.5rem;
  font-size: 1rem;
  color: rgb(129, 130, 133);
  font-family: "Work Sans", sans-serif, sans-serif;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem;
  line-height: 1.1em;
  margin: 0;
}
.cards.wp-block-latest-posts li {
  width: auto !important;
}
.cards.wp-block-latest-posts.wp-block-latest-posts__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cards.wp-block-latest-posts li {
  justify-content: flex-start;
  align-items: stretch;
  margin: 0;
  overflow: hidden;
}
.cards.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cards.wp-block-latest-posts li .wp-block-latest-posts__featured-image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cards.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease;
  transform: scale(1.05);
}
.cards.wp-block-latest-posts:not(.wp-block-query) .wp-block-latest-posts__featured-image {
  aspect-ratio: 1/1;
}
.cards.wp-block-latest-posts:not(.wp-block-query) .wp-block-latest-posts__featured-image > a.wp-block-latest-posts__post-title {
  font-size: 0.8rem;
  text-decoration: none;
  text-align: center;
  padding: 0.8rem;
  line-height: 1.1em;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(129, 130, 133);
}
.cards.wp-block-latest-posts:not(.wp-block-query) .wp-block-latest-posts__featured-image > a.wp-block-latest-posts__post-title:hover {
  color: #274c75;
}
.cards h4 {
  text-align: center;
}

.wp-block-post figure.wp-block-post-featured-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 0;
}

.cards li {
  overflow: hidden !important;
}

@media (min-width: 728px) {
  .wp-block-site-logo img {
    max-width: 420px;
  }
}
.cards {
  padding: 2rem 0;
  max-width: 1100px;
  margin: 0 auto;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 120px;
  height: auto;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.card img {
  margin: auto;
}
.card figure, .card p {
  padding: 0.5rem;
}
.card .wp-block-post-featured-image {
  padding: 0;
}
.card .wp-block-post-title {
  font-size: 0.9rem;
  padding: 0 0.5rem;
}
.card a {
  font-size: 0.8rem;
  text-decoration: none;
  text-align: center;
  padding: 0.8rem;
  line-height: 1.1em;
}

.img_cards > * {
  min-height: 200px;
}

.img_cards img {
  padding: 1rem;
}

header + div h2.wp-block-post-title {
  display: none;
}

.wp-block-latest-posts:not(.cards) .wp-block-latest-posts__featured-image {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-latest-posts:not(.cards) .wp-block-latest-posts__featured-image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wp-block-latest-posts:not(.cards) .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease;
}
.wp-block-latest-posts:not(.cards) .wp-block-latest-posts__featured-image.aligncenter {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.wp-block-latest-posts.is-grid:not(.cards) {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.wp-block-latest-posts.is-grid:not(.cards) li {
  margin: 0;
  overflow: hidden;
  width: auto;
}
.wp-block-latest-posts.is-grid:not(.cards) a.wp-block-latest-posts__post-title {
  font-size: 0.9rem !important;
  text-decoration: none !important;
  padding: 0.5rem;
}

/* Person Fields Block */
.person-cards {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  align-items: stretch;
}
.person-cards > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 120px;
  height: auto;
}
.person-cards > *:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.person-cards > * img {
  margin: auto;
}
.person-cards > * figure, .person-cards > * p {
  padding: 0.5rem;
}
.person-cards > * .wp-block-post-featured-image {
  padding: 0;
}
.person-cards > * .wp-block-post-title {
  font-size: 0.9rem;
  padding: 0 0.5rem;
}
.person-cards > * {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.wp-block-post-content .person-cards ul {
  padding-left: 0;
}

.person-field {
  background: #faf9f7;
  border-radius: 10px;
  margin: 0;
  padding: 1rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}
.person-field h3, .person-field img {
  margin-top: 0;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.person-field h3 {
  margin-bottom: 1rem;
}
.person-field ul {
  margin: 0 0 0.5rem 0;
  padding-left: 0;
}
.person-field li {
  margin-left: 0;
  margin-bottom: 0.3em;
  list-style: none;
  font-size: 1rem;
  color: rgb(129, 130, 133);
  border-bottom: 1px solid #afcff3;
  line-height: 1.1;
  padding-bottom: 0.3rem;
}

.repeater-list li {
  list-style-image: none;
}

ul.year li {
  display: grid;
  grid-template-columns: 2em auto;
  gap: 1rem;
}

/* Practice Areas Block */
.practice-area-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.practice-area-image {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.practice-area-image img {
  width: 128px;
  height: 128px;
  transition: transform 0.3s ease;
  padding-top: 1rem;
}

.practice-area-placeholder {
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.practice-area-content {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.practice-area-title {
  font-size: 1rem;
  color: rgb(129, 130, 133);
  font-family: "Work Sans", sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
}

/* People Grid Block */
.people-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}
.people-grid > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 120px;
  height: auto;
}
.people-grid > *:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.people-grid > * img {
  margin: auto;
}
.people-grid > * figure, .people-grid > * p {
  padding: 0.5rem;
}
.people-grid > * .wp-block-post-featured-image {
  padding: 0;
}
.people-grid > * .wp-block-post-title {
  font-size: 0.9rem;
  padding: 0 0.5rem;
}

.person-grid-card {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.person-grid-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.person-grid-card:hover .person-grid-image::before {
  opacity: 0;
}

.person-grid-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.person-grid-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.person-grid-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #274c75;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.person-grid-placeholder {
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.person-grid-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 1;
  transform: translateY(0);
  transition: transform 0.3s ease;
  z-index: 2;
}

.person-grid-content {
  text-align: center;
  padding-bottom: 0.5rem;
}

.person-grid-name {
  color: #f5f4f3;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  line-height: 1;
  margin: 0;
}

.person-grid-title {
  margin: 0;
  color: #f5f4f3;
  font-size: 0.95rem;
  opacity: 0.9;
  font-family: "PT Serif", serif;
  line-height: 1.2;
  font-style: italic;
}

/* Publications styling */
.publication-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.publication-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.publication-name {
  flex: 1;
  margin-right: 1rem;
  font-weight: 500;
}

.download-button {
  background: #274c75;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}
.download-button:hover {
  background: rgb(26.25, 51.1538461538, 78.75);
  color: white;
  text-decoration: none;
}

/* WordPress Block Buttons with Phone and Email Icons */
.wp-block-button__link[href^="tel:"]::before,
.wp-block-button__link[href^="mailto:"]::before {
  content: "";
  vertical-align: text-bottom;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 4px;
}

.wp-block-button__link[href^="tel:"]::before {
  background: url(/wp-content/uploads/2025/07/phone-icon-small.svg) no-repeat center center;
}

.wp-block-button__link[href^="mailto:"]::before {
  background: url(/wp-content/uploads/2025/07/email-icon-small.svg) no-repeat center center;
}

.kt-btn-inner-text {
  font-family: "Work Sans", sans-serif;
}

body.single-person h2.wp-block-post-title:first-of-type,
body.wp-admin h2.wp-block-post-title:first-of-type {
  display: block;
}

.wp-block-cover {
  line-height: 1.2;
  text-shadow: 0 0 8px #0b1928;
}

.wp-block-cover__inner-container > div > p {
  font-size: 1.2rem;
  font-family: "Work Sans", sans-serif;
  padding: 1rem;
  line-height: 1.4em;
  align-self: center;
}

/* Ken Burns Effect for Cover Blocks */
.wp-block-cover.bg-animate {
  overflow: hidden;
}
.wp-block-cover.bg-animate .wp-block-cover__image-background {
  animation: slowGrow 60s ease-out forwards;
  transform-origin: center center;
}
.wp-block-cover.bg-animate:hover .wp-block-cover__image-background {
  animation-play-state: paused;
}

.wp-block-cover.bg-animate-zoom .wp-block-cover__image-background {
  animation: slowZoom 15s ease-in-out infinite alternate;
}

.wp-block-cover.bg-animate-pan .wp-block-cover__image-background {
  animation: subtlePan 25s linear infinite;
}

.wp-block-cover.bg-animate-zoom:hover .wp-block-cover__image-background,
.wp-block-cover.bg-animate-pan:hover .wp-block-cover__image-background {
  animation-play-state: paused;
}

@keyframes slowGrow {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.25);
  }
}
@keyframes slowZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes subtlePan {
  0% {
    transform: translateX(-2%) translateY(-1%);
  }
  25% {
    transform: translateX(1%) translateY(-2%);
  }
  50% {
    transform: translateX(2%) translateY(1%);
  }
  75% {
    transform: translateX(-1%) translateY(2%);
  }
  100% {
    transform: translateX(-2%) translateY(-1%);
  }
}
.wp-block-group:has(.wp-block-quote) {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}
.wp-block-group:has(.wp-block-quote) > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 120px;
  height: auto;
}
.wp-block-group:has(.wp-block-quote) > *:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.wp-block-group:has(.wp-block-quote) > * img {
  margin: auto;
}
.wp-block-group:has(.wp-block-quote) > * figure, .wp-block-group:has(.wp-block-quote) > * p {
  padding: 0.5rem;
}
.wp-block-group:has(.wp-block-quote) > * .wp-block-post-featured-image {
  padding: 0;
}
.wp-block-group:has(.wp-block-quote) > * .wp-block-post-title {
  font-size: 0.9rem;
  padding: 0 0.5rem;
}

.wp-block-quote {
  position: relative;
  background: #fff;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.wp-block-quote:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}
.wp-block-quote::before {
  content: "“";
  font-size: 3rem;
  line-height: 0;
  align-self: center;
  font-family: "PT Serif", serif;
  color: #f5f4f3;
  background: rgb(129, 130, 133);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: -30px;
}
.wp-block-quote p {
  color: rgb(129, 130, 133);
  font-size: 1rem;
  font-style: italic;
  z-index: 2;
}
.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.wp-block-quote cite {
  color: #274c75;
  font-size: 0.95rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(39, 76, 117, 0.2);
  font-family: "Work Sans", sans-serif;
}

.animated-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.animated-search.expanded {
  min-width: 250px;
}
.animated-search .search-icon {
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.animated-search .search-icon svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.animated-search .search-icon svg path[stroke] {
  stroke: #274c75;
  transition: stroke 0.3s ease;
}
.animated-search .search-icon svg path[fill] {
  fill: #C1B5A9;
  transition: fill 0.3s ease;
}
.animated-search .search-icon:hover svg path[stroke] {
  stroke: rgb(19.875, 38.7307692308, 59.625);
}
.animated-search .search-icon:hover svg path[fill] {
  fill: rgb(171.6351351351, 155.5, 139.3648648649);
}
.animated-search .search-input {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  border: 2px solid #274c75;
  border-radius: 20px;
  padding: 8px 40px 8px 12px;
  font-size: 14px;
  outline: none;
  background: white;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  pointer-events: none;
}
.animated-search .search-input::-moz-placeholder {
  color: rgb(129, 130, 133);
  font-family: "Work Sans", sans-serif;
}
.animated-search .search-input::placeholder {
  color: rgb(129, 130, 133);
  font-family: "Work Sans", sans-serif;
}
.animated-search .search-input:focus {
  box-shadow: 0 0 8px rgba(39, 76, 117, 0.3);
  display: block;
}
.animated-search.expanded .search-input {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  display: block;
}
.animated-search .search-submit {
  position: absolute;
  right: 8px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 4px;
  pointer-events: none;
}
.animated-search .search-submit svg {
  width: 20px;
  height: 20px;
  fill: #274c75;
}
.animated-search .search-submit:hover svg {
  fill: rgb(19.875, 38.7307692308, 59.625);
}
.animated-search.expanded .search-submit {
  opacity: 1;
  pointer-events: auto;
}

.wp-block-navigation__responsive-container {
  padding: 1rem;
}

.wp-block-navigation-item a.animated-search {
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center;
}

@media (max-width: 768px) {
  .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
  }
  .wp-block-navigation-item.animated-search {
    order: -1;
    margin: 0;
    padding: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .wp-block-navigation-item.animated-search a.animated-search::after {
    content: "SEARCH";
    margin-left: 0.5rem;
    transition: opacity 0.3s ease;
    font-size: 1.1rem;
  }
  .wp-block-navigation-item.animated-search a.animated-search.expanded::after {
    opacity: 0;
  }
}
.wp-block-kadence-advanced-form {
  align-self: stretch;
}

footer a {
  text-decoration: none;
}

.wp-block-query-pagination-numbers {
  display: flex;
  gap: 0.5rem;
}

.wp-block-post-content p, .wp-block-post-content h3, .wp-block-post-content h4, .wp-block-post-content ul {
  margin-bottom: 1em;
}
.wp-block-post-content ul {
  padding-left: 1rem;
}

h1 {
  font-family: "Work Sans", sans-serif;
}

h1.home_h1 {
  position: absolute;
  padding-top: 0.8rem;
  width: 100%;
  z-index: 100;
  font-size: 2vw;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-shadow: 0 0 0.2em rgba(23, 46, 73, 0.7);
}
@media (max-width: 728px) {
  h1.home_h1 {
    font-size: 0.9rem;
  }
}

.home_banner h2, .home_banner h3 {
  text-shadow: 0 0 0.2em rgba(23, 46, 73, 0.7);
  margin: 0;
}
.home_banner .kb-advanced-slide-inner {
  overflow: visible;
}
.home_banner h2 {
  position: relative;
  font-size: 8vw;
  letter-spacing: -0.05em;
  line-height: 0.8em;
}
.home_banner h3:first-of-type {
  position: absolute;
  top: -200px;
  width: 100%;
  line-height: 2em;
  text-transform: uppercase;
  font-size: 2.5vw;
  letter-spacing: 0.2em;
  position: relative;
  top: -50px;
}

.stretch {
  align-self: stretch;
}

.endcap {
  align-items: center;
}

@media (max-width: 724px) {
  .endcap {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
.wp-block-group-is-layout-constrained h2.wp-block-heading {
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.home_banner_footer {
  position: absolute;
  z-index: 100;
  width: 100%;
  margin-top: -5em;
}

@media (max-width: 728px) {
  .home_banner_footer a {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}
/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover.bg-animate .wp-block-cover__image-background,
  .wp-block-cover.bg-animate-zoom .wp-block-cover__image-background,
  .wp-block-cover.bg-animate-pan .wp-block-cover__image-background {
    animation: none;
  }
}
/* Desktop Specific */
@media (min-width: 728px) {
  .entry-content.alignfull {
    padding-right: 3rem;
  }
  nav.wp-block-navigation {
    flex: 1;
    gap: 1rem;
  }
}
/* Mobile Navigation */
@media (max-width: 768px) {
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    overflow: initial;
    padding: 0;
    visibility: visible;
    width: auto;
  }
  .wp-block-navigation__responsive-container {
    height: -moz-fit-content;
    height: fit-content;
    padding: 1rem;
  }
  ul.wp-block-navigation__container > li > a > span {
    text-transform: uppercase;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    gap: 0;
  }
  .wp-block-navigation-submenu {
    padding: 0.5rem;
  }
  .wp-block-navigation .wp-block-navigation-item {
    padding: 0.5rem;
  }
}
/* Mobile General */
@media (max-width: 768px) {
  .people-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
  }
  .person-grid-name {
    font-size: 1.1rem;
  }
  .person-grid-title {
    font-size: 0.9rem;
  }
  .wp-block-cover__inner-container .wp-block-group {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .wp-block-buttons.is-vertical {
    align-items: stretch;
  }
  .wp-block-buttons.is-vertical a {
    font-size: 20px;
  }
  main .wp-block-group {
    padding: 1rem 0.5rem;
  }
  .kt-has-2-columns {
    gap: 0.5rem !important;
  }
  .wp-block-site-title, .wp-block-site-tagline {
    align-self: center;
  }
  h1, h2, h3, h4 {
    text-align: center;
  }
  h1 {
    font-size: 2rem;
    margin-bottom: 1rem !important;
  }
  .wp-block-cover {
    min-height: auto !important;
    padding: 1rem !important;
  }
  .wp-block-buttons.is-content-justification-left {
    justify-content: stretch;
    align-items: stretch;
  }
  .wp-block-buttons.is-content-justification-left .wp-block-button {
    width: 100%;
  }
}
/* Mobile Tablet Specific */
@media (max-width: 728px) {
  .single-post .wp-block-group-is-layout-grid,
  .wp-block-group-is-layout-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }
  div.entry-content > .wp-block-group,
  .single-post-footer {
    padding: 1rem;
  }
}
.kb-advanced-slide-inner figure.wp-block-image.aligncenter.size-full {
  margin: auto;
}

img.wp-image-5958 {
  width: 100vw;
}

body.home {
  background-color: #274c75;
}

@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    background-color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    padding: 0;
    transition: height 0.2s ease;
    position: relative;
    width: 100%;
    z-index: auto;
    overflow: hidden;
  }
  header.is-sticky .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    height: 24px;
  }
}
a:focus {
  outline: none;
}/*# sourceMappingURL=style.css.map */