html { font-size: 9px; font-weight: 300; -webkit-tap-highlight-color: transparent; }

@media (min-width: 700px) { html { font-size: 10px; } }

header { text-transform: uppercase; }

header h1 { text-transform: capitalize; }

body { line-height: 1.75; font-size: 2em; }

body, input, textarea { font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #3A4145; text-rendering: geometricPrecision; }

label, h1, h2, h3, h4, h5, h6, button { font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; }

h1, h2, h3, h4, h5, h6 { margin: 0; line-height: 1.5; }

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) { margin-top: 1.5rem; }

h2 { font-size: 3.6rem; margin: 2rem 0 2rem 0; }

h3 { font-size: 2.7rem; }

h4 { font-size: 2.3rem; }

h5 { font-size: 2rem; }

h6 { font-size: 2rem; }

a { color: #4489b1; transition: color 0.2s ease; }

a:hover { color: #73a9c9; }

.typography-italic { font-style: italic; }

body { margin: 0; padding: 0; background-color: #F9F7EF; overflow-y: scroll; }

.layout-base-box, .posts-summary, .posts-comments, .footer-testimonial-message { box-shadow: 1px 1px 5px 0 rgba(100, 100, 100, 0.2); padding: 20px; border-radius: 2px; }

.header-nav-contact { display: none; }

@media (min-width: 1000px) { .header-nav-contact { display: block; } }

.header-mobile-cta { margin: 1rem 0; text-transform: none; }

@media (min-width: 1000px) { .header-mobile-cta { display: none; } }

.header-mobile-cta--hidden { display: none; }

.header-menu-toggle { display: flex; flex-direction: column; cursor: pointer; border: none; background: none; }

@media (min-width: 1000px) { .header-menu-toggle { display: none; } }

.header-menu-toggle-line { width: 25px; height: 3px; background-color: #132a48; margin: 4px 0; transition: 0.4s; }

.header-top-row { display: flex; flex-flow: row; align-items: center; justify-content: space-between; }

@media (max-width: 1000px) { .header-top-row { width: 100%; } .header-top-row .header-logo { flex-basis: 70%; } }

header { background-size: cover; box-sizing: border-box; background-color: #F9F7EF; }

header .header-container { padding: 1rem 2rem; display: flex; flex-flow: column; align-items: center; justify-content: space-between; }

@media (min-width: 1000px) { header .header-container { flex-flow: row; } }

@media (min-width: 1000px) { header { background-size: contain; background-position: calc(50% - 300px) calc(100% + 20px); } header .header-container { text-align: right; } }

header .header-logo { margin: 1rem 0 2rem 0; }

header .header-logo img { vertical-align: bottom; object-fit: contain; max-width: 100%; max-height: 10vh; }

@media (min-width: 1000px) { header .header-logo { margin: 1rem 0; } header .header-logo img { height: 6rem; } }

header .header-nav-link { color: #132a48; text-decoration: none; }

header nav { max-width: 100%; }

header .header-nav-link--active { border-bottom: 2px solid; }

header .header-nav-container { display: flex; justify-content: space-between; align-items: center; }

header .header-nav-menu { list-style: none; margin: 0; padding: 0; display: flex; }

header .header-nav-menu li { margin: 0 10px; }

header .header-nav-menu--open { display: flex; }

@media (max-width: 1000px) { header .header-nav-container { flex-direction: column; align-items: center; } header .header-nav-menu { flex-direction: column; align-items: center; display: none; width: 100%; } header .header-nav-menu.header-nav-menu--open { display: flex; } }

.structure-below-fold { padding: 30px 20px; }

@media (min-width: 700px) { .structure-below-fold { padding: 0px 40px 40px 40px; } }

.structure-content img { max-width: 100%; max-height: 100%; height: auto; border-radius: 2px; }

.structure-main { font-size: 2.25rem; }

.structure-light-section, .structure-main { background-color: #FAF8F0; }

.structure-light-section-opaque { background-color: #f5f5f766; }

.structure-orange-highlight-section, .structure-bottom-call-us { background-color: #132a48; color: white; }

.structure-orange-highlight-section a, .structure-bottom-call-us a { color: #efefef; transition: color 0.2s ease; }

.structure-orange-highlight-section a:hover, .structure-bottom-call-us a:hover { color: #fefefe; }

.structure-curved-border { border-radius: 30px; padding: 30px; }

.structure-curved-border--small { border-radius: 20px; padding: 20px; }

.structure-blue-background { background-color: #132a48 !important; color: white; }

.structure-blue-background a { color: white; text-decoration: underline; }

.structure-map-section { padding: 0; }

.structure-map-section #map { height: 300px; width: 100%; }

.trapezoid, .trapezoid-bottom, .trapezoid-top { width: 100%; height: 40px; background: linear-gradient(90deg, #F9DE9F 0%, #F2AA73 100%); }

.trapezoid-top { clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%); }

.trapezoid-bottom { clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%); }

.structure-spacer-8 { margin-top: 8rem; }

.structure-bottom-call-us-wrapper { position: relative; margin-top: 5rem; padding-top: 8rem; overflow: visible; }

.structure-bottom-call-us { position: relative; padding: 6.5rem 2.5rem 4rem; display: flex; flex-direction: column; align-items: center; gap: 2.5rem; text-align: center; overflow: visible; }

.structure-bottom-call-us h3 { font-size: 3.4rem; font-weight: 700; letter-spacing: 0.02em; margin: 0; }

.structure-bottom-call-us .utilities-button { margin: 0; padding: 1.1rem 2.9rem; }

.structure-bottom-call-us__copy { display: flex; flex-direction: column; align-items: center; gap: 1.8rem; margin-top: 5rem; }

.structure-bottom-call-us__image { position: absolute; top: -32%; left: 50%; transform: translateX(-50%); width: 180px; aspect-ratio: 1; border-radius: 50%; overflow: hidden; box-shadow: 0 24px 32px rgba(0, 0, 0, 0.25); z-index: 2; }

.structure-bottom-call-us__image img { width: 100%; height: 100%; object-fit: cover; }

@media (min-width: 700px) { .structure-bottom-call-us { padding: 7rem 4rem 4.5rem; } .structure-bottom-call-us__image { width: 230px; top: -38%; } }

@media (min-width: 1000px) { .structure-bottom-call-us { flex-direction: row; justify-content: flex-start; align-items: center; gap: 5rem; padding: 5.5rem 6.5rem 4.5rem; text-align: left; } .structure-bottom-call-us__copy { align-items: flex-start; margin-left: 16rem; margin-top: 0; } .structure-bottom-call-us .utilities-button { align-self: flex-start; } .structure-bottom-call-us__image { left: 59%; transform: none; width: 300px; top: -42%; } }

.hero-banner { display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; padding: 2rem; background-repeat: no-repeat !important; background-size: cover !important; background-position: center 75% !important; min-height: 50vh !important; background: linear-gradient(rgba(19, 42, 72, 0.75), rgba(19, 42, 72, 0.75)), url("/assets/images/skyline.jpg") no-repeat center center; }

@media (min-width: 700px) { .hero-banner { padding: 4rem 0; flex-direction: row; min-height: 60vh !important; background-position: center 60% !important; background: linear-gradient(90deg, rgba(19, 42, 72, 0.75) 45%, transparent, rgba(255, 255, 255, 0.6) 60%), url("/assets/images/skyline.jpg") no-repeat center center; } }

.hero-banner-cta { color: #132a48; display: flex; flex-direction: column; justify-content: space-around; align-items: center; row-gap: 2rem; background-color: rgba(19, 42, 72, 0.75); }

.hero-banner-cta h3 { display: none; font-size: 4rem; }

.hero-banner-cta a { font-weight: 400; }

.hero-banner-cta .utilities-button { padding: 1rem 4rem; text-wrap: nowrap; }

@media (min-width: 700px) { .hero-banner-cta { background-color: transparent; flex-basis: 30%; } .hero-banner-cta h3 { display: block; } .hero-banner-cta .utilities-button { padding: 1rem 6rem; } }

.hero-banner-text { display: flex; color: white; align-items: flex-start; flex-flow: column nowrap; text-align: center; }

@media (min-width: 700px) { .hero-banner-text { flex-basis: 30%; text-align: start; } }

.hero-banner-text h1 { margin-top: 0; font-size: 3rem; }

.hero-banner-text a { color: #fefefe; transition: color 0.2s ease; }

.hero-banner-text a:hover { color: #fff; }

.hero-banner-button { background: white !important; color: black !important; }

@media (min-width: 700px) { .hero-banner-button { background: #132a48 !important; color: white !important; } }

.staff-directory-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }

.staff-directory-card { flex-wrap: wrap; margin: 20px; }

.staff-directory-card p { margin: 0; }

.staff-directory-card small { opacity: 0.6; font-size: 1.7rem; }

.staff-directory-card-bio { margin-top: 4rem; }

.staff-directory-card-bio p { margin-bottom: 1rem; }

.staff-directory-info { list-style: none; margin: 0; padding: 0; }

.staff-directory-details { margin: 0; display: flex; flex-direction: column; column-gap: 4rem; }

.staff-directory-details .staff-directory-image { max-width: 100%; }

.staff-directory-details .staff-directory-image img { border-radius: 20px; max-width: 100%; }

@media (min-width: 700px) { .staff-directory-details .staff-directory-image { max-width: 30%; } }

@media (min-width: 700px) { .staff-directory-details { flex-direction: row; } }

.staff-directory-name { font-weight: 400; }

footer { position: relative; font-size: 1.9rem; }

footer h2 { font-size: 2.5rem; margin: 0 0 30px 0; }

footer .footer-layout-rows { display: flex; flex-direction: column; padding: 2rem; }

footer .footer-layout-columns { display: flex; flex-flow: wrap; margin: -10px -10px 10px -10px; }

footer .footer-legal-line { width: 100%; margin: 0; }

footer .footer-legal-line a { font-style: italic; }

footer .footer-logo { margin: 0 auto; }

.footer-link-list { flex: 1 0 180px; margin: 10px; padding: 0; }

.footer-link-list li { list-style: none; margin: 15px 0; }

.footer-link-list li a svg { fill: #ffffff; margin-right: 10px; transition: fill 0.2s ease; vertical-align: middle; position: relative; top: -2px; width: 22px; height: 22px; }

.footer-link-list li a:hover svg { fill: #73a9c9; }

.footer-testimonials { font-size: 1.8rem; display: flex; flex-wrap: wrap; margin: 0 -20px; background-color: #3e3f46; }

.footer-testimonial { flex: 1 0 0; margin: 0 20px; }

.footer-testimonial-author, .posts-summary-author { display: flex; align-items: center; color: #efefef; margin: 25px 20px 20px 20px; }

.footer-testimonial-author img, .posts-summary-author img { max-width: 30px; max-height: 30px; border-radius: 50%; margin-right: 10px; position: relative; top: -2px; }

.footer-testimonial-message { font-style: italic; position: relative; }

.footer-testimonial-message::before, .footer-testimonial-message::after { content: " "; position: absolute; transform: translateY(-50%) rotate(45deg); background-color: #fefefe; }

.footer-testimonial-message::before { top: 100%; left: 25px; width: 18px; height: 18px; box-shadow: 1px 1px 5px 0 rgba(100, 100, 100, 0.2); }

.footer-testimonial-message::after { top: 100%; left: 22px; height: 24px; width: 24px; z-index: 1; margin-top: -5px; }

.home-section { margin: 4rem 0; display: flex; flex-direction: column; }

#main-title { margin: 0 0 4rem 0; }

.lead-text { margin: 4rem 0; }

.home-approach { margin-top: 4rem; display: flex; flex-direction: column; column-gap: 2rem; }

.home-approach__images { display: flex; flex-direction: column; }

.home-approach__image--horizontal { display: block; }

.home-approach__image--vertical { display: none; }

@media (min-width: 1000px) { .home-approach { flex-direction: row; } .home-approach__images { display: flex; } .home-approach__image--horizontal { display: none; } .home-approach__image--vertical { display: block; } }

.home-approach__content { display: flex; flex-direction: column; gap: 2rem; }

.home-approach__item { display: flex; flex-direction: column; gap: 0.5rem; }

.home-why-choose { display: flex; flex-direction: column; gap: 4rem; }

.home-why-choose__cards { margin-bottom: 2rem; display: flex; flex-direction: column; justify-content: space-between; column-gap: 4rem; row-gap: 4rem; }

@media (min-width: 1200px) { .home-why-choose__cards { flex-direction: row; } }

.home-why-choose__cards > div, .home-why-choose__cards > article { flex: 1 1 0; }

.home-why-choose__card { border-bottom: dotted white; }

.home-why-choose__card h4 { white-space: pre; text-wrap: auto; }

@media (min-width: 1000px) { .home-why-choose__card { border-left: dotted white; border-bottom: 0; padding-left: 2rem; } }

.practice-areas-accordion { display: flex; flex-direction: column; width: 100%; margin: 0 auto; }

.practice-areas-accordion__title { color: black; }

.practice-areas-accordion__item { overflow: hidden; border-bottom: 1px solid black; }

.practice-areas-accordion__trigger { background-color: #F9F7EF; width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.5rem 0; font-size: 1.9rem; letter-spacing: 0.04em; text-align: left; border: none; cursor: pointer; }

.practice-areas-accordion__icon { color: #132a48; position: relative; display: inline-flex; align-items: center; justify-content: center; width: 1.5rem; height: 1.5rem; }

.practice-areas-accordion__icon::before, .practice-areas-accordion__icon::after { content: ''; position: absolute; width: 1.5rem; height: 0.2rem; border-radius: 999px; transition: transform 0.2s ease; background: currentColor; }

.practice-areas-accordion__icon::after { transform: rotate(90deg); }

.practice-areas-accordion__panel { display: none; }

.practice-areas-accordion__link { align-self: flex-start; padding: 0 0 2rem 0 !important; }

@media (min-width: 700px) { .practice-areas-accordion__trigger { font-size: 2.1rem; padding: 1.75rem 2rem; } .practice-areas-accordion__panel { padding: 2rem 2.25rem; } }

@media (min-width: 1000px) { .practice-areas-accordion { max-width: 960px; } }

.practice-areas-accordion .practice-areas-accordion__trigger[aria-expanded='true'] + .practice-areas-accordion__panel { display: flex; flex-direction: column; }

.practice-areas-accordion .practice-areas-accordion__trigger[aria-expanded='true'] .practice-areas-accordion__icon::after { transform: rotate(0deg); }

.contact-container { padding: 4rem 0; margin: 0 auto; width: 100%; }

@media (min-width: 1000px) { .contact-container { max-width: 960px; } }

.practice-area-layout { display: flex; flex-direction: column; justify-content: center; align-items: stretch; }

.practice-area-first-section { display: flex; flex-direction: column; gap: 3rem; }

@media (min-width: 1000px) { .practice-area-first-section { flex-direction: row-reverse; align-items: flex-start; gap: 4rem; } }

.practice-area-first-section__sidebar { flex: 1 1 auto; }

@media (min-width: 1000px) { .practice-area-first-section__sidebar { flex: 0 0 45%; position: sticky; top: 1rem; align-self: flex-start; } }

.practice-area-first-section__content { flex: 1 1 0; display: flex; flex-direction: column; gap: 3rem; }

.practice-area-faq { margin: 8rem auto 0; max-width: 720px; width: 100%; }

.practice-area-faqs { display: flex; flex-direction: column; border-top: 1px solid black; }

.practice-area-faq__item { border-bottom: 1px solid black; }

.practice-area-faq__trigger { width: 100%; background: none; border: none; padding: 1.75rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: 1.9rem; letter-spacing: 0.04em; font-weight: 600; color: #132a48; text-align: left; cursor: pointer; }

.practice-area-faq__icon { position: relative; width: 1.5rem; height: 1.5rem; }

.practice-area-faq__icon::before, .practice-area-faq__icon::after { content: ''; position: absolute; width: 1.5rem; height: 0.2rem; background: currentColor; border-radius: 999px; transition: transform 0.2s ease; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.practice-area-faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }

.practice-area-faq__panel { display: none; padding-bottom: 1.75rem; }

.practice-area-faq__panel p { margin: 0; font-size: 1.7rem; line-height: 1.6; }

.practice-area-faq__trigger[aria-expanded='true'] + .practice-area-faq__panel { display: block; }

.practice-area-faq__trigger[aria-expanded='true'] .practice-area-faq__icon::after { transform: translate(-50%, -50%) rotate(0deg); }

.qualities { order: 1; width: 100%; margin: 4rem 0; display: flex; justify-content: center; }

.qualities__inner { width: 100%; max-width: 1100px; display: flex; flex-direction: column; gap: 2rem; }

.qualities__header { display: flex; flex-direction: column; gap: 1rem; padding: 0 1.5rem; }

.qualities__heading { margin: 0; font-size: 2.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: #132a48; }

.qualities__track { display: flex; gap: 2rem; overflow-x: auto; padding: 0 1.5rem 1.5rem; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; }

.qualities__track::-webkit-scrollbar { display: none; }

.qualities__item { flex: 0 0 calc(100% - 3rem); scroll-snap-align: center; background: white; border-radius: 1.5rem; padding: 3rem 2.5rem; display: flex; flex-direction: column; gap: 1.5rem; }

.qualities__icon { width: 6rem; height: 6rem; }

.qualities__icon img { width: 100%; height: 100%; object-fit: contain; }

.qualities__title { margin: 0; font-size: 2.1rem; letter-spacing: 0.05em; text-transform: uppercase; color: #132a48; }

.qualities__description { margin: 0; font-size: 1.7rem; line-height: 1.7; color: #3a4145; }

.qualities__indicators { display: flex; justify-content: center; gap: 0.8rem; }

.qualities__indicator { width: 0.9rem; height: 0.9rem; border-radius: 50%; border: none; background: rgba(19, 42, 72, 0.25); padding: 0; cursor: pointer; transition: background 0.2s ease, transform 0.2s ease; }

.qualities__indicator.is-active { background: #132a48; transform: scale(1.1); }

@media (min-width: 1000px) { .qualities { margin: 6rem auto 4rem; } .qualities__inner { gap: 3rem; } .qualities__header { padding: 0; align-items: center; text-align: center; max-width: 720px; margin: 0 auto; } .qualities__heading { font-size: 3.2rem; letter-spacing: 0.1em; } .qualities__track { overflow: visible; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3rem; } .qualities__item { flex: none; scroll-snap-align: unset; padding: 3.5rem 3rem; } .qualities__indicators { display: none; } }

.contact-layout-columns { display: flex; flex-wrap: wrap; margin: 0 -20px; }

.contact-layout-container h3 { margin-bottom: 2rem; margin-top: 2rem; }

@media (min-width: 700px) { .contact-layout-container h3 { text-align: center; } }

.contact-layout-info-list { display: flex; flex-direction: column; }

@media (min-width: 700px) { .contact-layout-info-list { flex-direction: row; justify-content: space-evenly; } }

.posts-list { list-style: none; padding: 0; }

.posts-pagination { margin-top: 30px; display: flex; justify-content: space-around; text-align: center; align-items: center; }

.posts-pagination a, .posts-pagination span { flex: 1; }

.posts-comments { margin-top: 20px; }

.posts-summary { display: flex; flex-direction: column; }

@media (min-width: 700px) { .posts-summary { flex-direction: row; flex-wrap: wrap; } }

.posts-summary:not(:last-child) { margin-bottom: 30px; }

.posts-summary-excerpt { margin-bottom: 0; }

.posts-summary-content--with-image { flex: 0 1 75%; }

.posts-summary-image { flex: 0 1 25%; box-sizing: border-box; margin-bottom: 15px; }

@media (min-width: 700px) { .posts-summary-image { margin-bottom: 0; padding-right: 20px; } }

.posts-summary-details { color: #75828a; font-size: 1.9rem; }

.posts-summary-author { margin: 1em 0; }

gmp-map { height: 300px; }

.utilities-white-background { background: white !important; color: black !important; }

.utilities-white-background a { color: #373737 !important; }

.utilities-white-background a:hover { color: black !important; }

.utilities-button { font-style: normal; border-radius: 1rem !important; padding: 1rem; text-decoration: none; }

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

*:focus { outline: 2px solid #132a48; outline-offset: 2px; }

*:focus:not(:focus-visible) { outline: none; }

*:focus-visible { outline: 2px solid #132a48; outline-offset: 2px; }

.top-page-explainer { display: flex; flex-direction: column; margin-bottom: 3rem; }

.top-page-explainer__content { padding: 3rem 0rem; display: flex; flex-direction: column; align-items: center; width: 100%; }

.top-page-explainer__text { display: flex; flex-direction: column; gap: 1.5rem; max-width: 600px; }

.top-page-explainer__text h1 { text-align: center; }

.top-page-explainer__text p { padding: 0 2rem; }

.top-page-explainer__headshot { display: none; justify-content: center; }

.top-page-explainer__image--horizontal, .top-page-explainer__image--vertical { max-width: 320px; width: 100%; height: auto; border-radius: 12px; box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18); }

.top-page-explainer__image--horizontal { display: block; }

.top-page-explainer__image--vertical { display: none; }

@media (min-width: 1000px) { .top-page-explainer__content { flex-direction: row; align-items: center; justify-content: space-around; } .top-page-explainer__text { text-align: left; max-width: 50%; } .top-page-explainer__headshot { display: flex; justify-content: center; flex-basis: 40%; max-width: 360px; } .top-page-explainer__image--horizontal { display: none; } .top-page-explainer__image--vertical { display: block; } }

.bottom-quote { padding: 6rem 1.5rem; display: flex; justify-content: center; }

.bottom-quote__inner { position: relative; max-width: 760px; padding: 3.75rem 3rem; }

.bottom-quote__inner::before { content: "\201C"; position: absolute; top: -2.6rem; left: 2rem; font-size: 8.5rem; line-height: 1; font-weight: 700; color: rgba(242, 170, 115, 0.45); pointer-events: none; }

.bottom-quote__text { margin: 0; font-size: 3rem; font-style: italic; font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; font-weight: 300; color: #132a48; }

.bottom-quote__cite { display: block; margin-top: 2.5rem; font-size: 1.9rem; letter-spacing: 0.08em; color: #0e1e34; }

@media (max-width: 700px) { .bottom-quote { padding: 5rem 1.2rem; } .bottom-quote__inner { padding: 3.25rem 2.25rem; } .bottom-quote__inner::before { top: -2.2rem; left: 1.4rem; font-size: 7.2rem; } .bottom-quote__text { font-size: 2.2rem; } }

label { display: block; letter-spacing: 4px; font-size: 1.5rem; }

input, textarea { padding: 10px; margin: 10px 0; box-shadow: 1px 1px 5px 0 rgba(100, 100, 100, 0.2); border: 0; border-radius: 2px; width: 100%; max-width: 500px; margin: 0 0 20px 0; box-sizing: border-box; font-size: 2rem; }

textarea { min-height: 250px; }

input[type=submit] { display: block; }

input[type=submit] { padding: 10px 15px; margin: 0; background-color: #4489b1; font-size: 2rem; color: #fefefe; cursor: pointer; }

input[type=submit]:hover { color: #fefefe; background-color: #73a9c9; }

.forms-field-group { margin-bottom: 1.5rem; }

.forms-field-group label { display: block; margin-bottom: 0.5rem; font-weight: 600; color: #132a48; }

.forms-field-group label.forms-label--required::after { content: " *"; color: #dc3545; font-weight: bold; }

.forms-field-group input, .forms-field-group textarea { width: 100%; padding: 0.75rem; border: 2px solid #e1e5e9; border-radius: 4px; transition: border-color 0.2s ease, box-shadow 0.2s ease; }

.forms-field-group input:focus, .forms-field-group textarea:focus { outline: none; border-color: #132a48; box-shadow: 0 0 0 3px rgba(19, 42, 72, 0.1); }

.forms-field-group input[aria-invalid="true"], .forms-field-group textarea[aria-invalid="true"] { border-color: #dc3545; box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1); }

.forms-field-group input::placeholder, .forms-field-group textarea::placeholder { color: #6c757d; opacity: 0.7; }

.forms-field-group textarea { resize: vertical; min-height: 120px; }

.forms-field-group .forms-help-text { display: block; margin-top: 0.25rem; color: #6c757d; line-height: 1.4; }

.forms-submit-button { background-color: #132a48; color: white; border: none; padding: 0.875rem 2rem; border-radius: 4px; cursor: pointer; transition: background-color 0.2s ease, transform 0.1s ease; }

.forms-submit-button:hover { background-color: #081220; transform: translateY(-1px); }

.forms-submit-button:focus { outline: none; box-shadow: 0 0 0 3px rgba(19, 42, 72, 0.3); }

.forms-submit-button:active { transform: translateY(0); }

.forms-submit-button .forms-button-text { pointer-events: none; }

@media (min-width: 1000px) { .forms-contact-info-list { position: sticky; top: 2rem; } }

.forms-contact-info-list .forms-contact-info { margin-bottom: 1.5rem; padding: 1rem; background: rgba(255, 255, 255, 0.05); }

@media (min-width: 1000px) { .forms-contact-info-list .forms-contact-info { margin-bottom: 2rem; padding: 1.5rem; } }

.forms-contact-info-list .forms-contact-info label { display: block; font-weight: 600; color: #132a48; margin-bottom: 0.5rem; text-transform: uppercase; letter-spacing: 1px; }

.forms-contact-info-list .forms-contact-info p, .forms-contact-info-list .forms-contact-info address { margin: 0; line-height: 1.6; font-weight: 500; }

.forms-contact-info-list .forms-contact-info a { color: #132a48; text-decoration: none; transition: color 0.2s ease, transform 0.2s ease; display: inline-block; }

.forms-contact-info-list .forms-contact-info a:hover { color: black; text-decoration: underline; transform: translateY(-1px); }

.forms-contact-info-list .forms-contact-info a:focus { outline: 2px solid #132a48; outline-offset: 2px; }

#form-title, #contact-info { color: #132a48; margin-bottom: 1rem; }

@media (min-width: 1000px) { #form-title, #contact-info { margin-bottom: 1.5rem; text-align: left; } }

.forms-description { margin-bottom: 1.5rem; color: #6c757d; line-height: 1.6; }

@media (min-width: 1000px) { .forms-description { margin-bottom: 2rem; } }

#contact-form { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }

@media (min-width: 1000px) { #contact-form { grid-template-columns: 1fr 1fr; gap: 2rem; } #contact-form .forms-field-group:nth-child(4), #contact-form .forms-field-group:last-of-type { grid-column: 1 / -1; } }

@media (min-width: 1200px) { #contact-form { max-width: 800px; gap: 2.5rem; } }

.forms-contact-container { max-width: 1200px; margin: 0 auto; }

@media (min-width: 1000px) { .forms-contact-container { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; align-items: start; } }

.intake-form { background-color: #e6e6e6; box-shadow: 0 18px 32px rgba(19, 42, 72, 0.28); border-radius: 24px; }

@media (min-width: 1000px) { .intake-form { grid-column: 2; } }

@media (min-width: 1000px) { .forms-contact-info-list { grid-column: 1; flex-direction: column; gap: 2rem; } }

@media (max-width: 700px) { .forms-field-group input, .forms-field-group textarea { padding: 0.875rem; font-size: 16px; min-height: 48px; } .forms-field-group label { margin-bottom: 0.75rem; } .forms-submit-button { width: 100%; padding: 1rem 2rem; min-height: 48px; } .forms-contact-container { padding: 1rem; } }

@media (min-width: 700px) and (max-width: 1000px) { #contact-form { max-width: 600px; margin: 0 auto; } .forms-field-group input, .forms-field-group textarea { padding: 1rem; } .forms-submit-button { width: auto; min-width: 200px; padding: 1rem 2.5rem; } }

/*# sourceMappingURL=main.css.map */