/* -----------------------------
   Font Faces
----------------------------- */

/* Archivo */
@font-face {
    font-family: "Archivo";
    src: url("../fonts/archivo/archivo-variable-latin.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Archivo";
    src: url("../fonts/archivo/archivo-italic-variable.woff2") format("woff2");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}


/* Archivo Narrow */
@font-face {
    font-family: "Archivo Narrow";
    src: url("../fonts/archivo/archivo-narrow-variable-latin.woff2") format("woff2");
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Archivo Narrow";
    src: url("../fonts/archivo/archivo-narrow-italic-variable.woff2") format("woff2");
    font-weight: 400 700;
    font-style: italic;
    font-display: swap;
}


/* Archivo Black */
@font-face {
    font-family: "Archivo Black";
    src: url("../fonts/archivo/archivo-black-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Legal Serif */
@font-face {
    font-family: "Legal Serif";
    src: url("../fonts/legal-serif/LegalSerif-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Legal Serif";
    src: url("../fonts/legal-serif/LegalSerif-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Legal Serif";
    src: url("../fonts/legal-serif/LegalSerif-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Legal Serif";
    src: url("../fonts/legal-serif/LegalSerif-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Legal Serif";
    src: url("../fonts/legal-serif/LegalSerif-BlackItalic.woff2") format("woff2");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}


/* Legal Serif Condensed */
@font-face {
    font-family: "Legal Serif Condensed";
    src: url("../fonts/legal-serif/LegalSerifCondensed-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Legal Serif Condensed";
    src: url("../fonts/legal-serif/LegalSerifCondensed-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Legal Serif Condensed";
    src: url("../fonts/legal-serif/LegalSerifCondensed-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Legal Serif Condensed";
    src: url("../fonts/legal-serif/LegalSerifCondensed-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Legal Serif Condensed";
    src: url("../fonts/legal-serif/LegalSerifCondensed-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Legal Serif Condensed";
    src: url("../fonts/legal-serif/LegalSerifCondensed-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Legal Serif Condensed";
    src: url("../fonts/legal-serif/LegalSerifCondensed-BlackItalic.woff2") format("woff2");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}


/* Legal Serif Extra Condensed */
@font-face {
    font-family: "Legal Serif Extra Condensed";
    src: url("../fonts/legal-serif/LegalSerifExtraCondensed-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Legal Serif Extra Condensed";
    src: url("../fonts/legal-serif/LegalSerifExtraCondensed-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* -----------------------------
   Font Tokens
----------------------------- */

:root {
    --font-sans: "Archivo", Arial, sans-serif;
    --font-sans-narrow: "Archivo Narrow", "Arial Narrow", Arial, sans-serif;
    --font-sans-black: "Archivo Black", "Archivo", Arial, sans-serif;

    --font-serif-display: "Legal Serif", Georgia, serif;
    --font-serif-condensed: "Legal Serif Condensed", Georgia, serif;
    --font-serif-extra-condensed: "Legal Serif Extra Condensed", Georgia, serif;
}


/* -----------------------------
   Icons
----------------------------- */

.psl-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    fill: currentColor;
    vertical-align: -0.125em;
}


/* -----------------------------
   Global Colors
----------------------------- */

:root {
    --psl-gold: #F0AE1F;
    --psl-subtle-gold: #AE9259;
    --psl-light-gold: #D0C09F;
    --psl-vivid-gold: #d3b574;
    --psl-subtitle-gold: #AE9259D9;
    --psl-white: #ffffff;
    --psl-gray: #3f444b;
    --psl-black: #000000;
    --psl-charcoal: #14191f;
    --psl-text: #6F6F6F;
    --psl-text-reversed: #8A8A8A;
    --psl-text-transparent: #FFFFFFCC;
    --psl-modal-overlay: #000000E6;
    --psl-blue: #0063CC;
    --psl-blue-dark-hover: #004F9F;
    --psl-blue-dark: #021833;
    --psl-red: #d93025;

    --psl-transition-fast: 0.2s ease;
}

/* -----------------------------
   Header Base
----------------------------- */

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

.psl-skip-link {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10000;
    padding: 10px 14px;
    background: var(--psl-white);
    color: var(--psl-black);
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transform: translateY(-140%);
    transition: transform var(--psl-transition-fast);
}

.psl-skip-link:focus,
.psl-skip-link:focus-visible {
    transform: translateY(0);
    outline: 3px solid var(--psl-gold);
    outline-offset: 2px;
}

.psl-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-top: 2px solid var(--psl-gold);
    background: linear-gradient(180deg, #333333 0%, #000000 40%);
    color: var(--psl-white);
}

.psl-mobile-header,
.psl-desktop-header {
    display: none;
}

.psl-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    color: var(--psl-white);
    text-decoration: none;
}

.psl-logo img {
    width: auto;
    max-width: 250px;
    height: auto;
}

/* -----------------------------
   Mobile Header: 0–767px
----------------------------- */

.psl-mobile-header {
    height: 80px;
}

.psl-mobile-header__inner {
    display: grid;
    grid-template-columns: 70px 1fr 60px;
    align-items: center;
    gap: 10px;
    padding: 8px 10px 10px 20px;
}

.psl-logo--mobile {
    justify-self: start;
}

.psl-logo--mobile img {
    width: 60px;
    max-width: 60px;
    height: auto;
}

.psl-mobile-phone {
    display: grid;
    justify-items: center;
    align-content: center;
    color: var(--psl-white);
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
}

.psl-mobile-phone__number {
    display: block;
    margin-bottom: 7px;
    color: var(--psl-white);
    font-family: var(--font-sans);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.08);
    width: 100%;
}

.psl-mobile-phone__tagline {
    display: block;
    color: var(--psl-gold);
    font-family: var(--font-sans);
    font-size: clamp(14px, 2.6vw, 20px);
    font-weight: 700;
    line-height: 1.2em;
    text-wrap: balance;
}

/* Mobile hamburger button */

.psl-hamburger {
    justify-self: end;
    display: inline-block;
    padding: 14px;
    margin: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.psl-hamburger__box {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 28px;
}

.psl-hamburger__inner,
.psl-hamburger__inner::before,
.psl-hamburger__inner::after {
    position: absolute;
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background-color: var(--psl-white);
}

.psl-hamburger__inner {
    top: 50%;
    display: block;
    margin-top: calc(4px / -2);
    transition: transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.psl-hamburger__inner::before,
.psl-hamburger__inner::after {
    content: "";
    display: block;
}

.psl-hamburger__inner::before {
    top: calc(11px * -1);
    transition:
        top 0.1s 0.25s ease-in,
        opacity 0.1s ease-in;
}

.psl-hamburger__inner::after {
    bottom: calc(11px * -1);
    transition:
        bottom 0.1s 0.25s ease-in,
        transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.psl-hamburger[aria-expanded="true"] .psl-hamburger__inner,
.psl-hamburger[aria-expanded="true"] .psl-hamburger__inner::before,
.psl-hamburger[aria-expanded="true"] .psl-hamburger__inner::after {
    background-color: var(--psl-white);
}

.psl-hamburger[aria-expanded="true"] .psl-hamburger__inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.psl-hamburger[aria-expanded="true"] .psl-hamburger__inner::before {
    top: 0;
    opacity: 0;
    transition:
        top 0.1s ease-out,
        opacity 0.1s 0.12s ease-out;
}

.psl-hamburger[aria-expanded="true"] .psl-hamburger__inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition:
        bottom 0.1s ease-out,
        transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Mobile menu */

.psl-mobile-menu {
    position: fixed;
    top: 82px;
    left: 50%;
    z-index: 999;
    display: none;
    width: min(100%, 768px);
    height: calc(100dvh - 82px);
    transform: translateX(-50%);
    background: var(--psl-white);
    color: #000000;
    overflow-y: auto;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.psl-mobile-menu.is-open {
    display: block;
}

.psl-mobile-menu__inner {
    min-height: calc(100dvh - 82px);
    padding: 0;
    background: var(--psl-white);
}

.psl-mobile-nav,
.psl-mobile-submenu {
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
}

.psl-mobile-menu-item {
    margin: 0;
}

.psl-mobile-menu-link,
.psl-mobile-submenu-link {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 20px;
    padding: 16px 32px;
    color: #000000;
    text-decoration: none;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.psl-mobile-menu-link__icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    color: #000000;
    fill: currentColor;
    flex: 0 0 16px;
}

.psl-mobile-menu-link__arrow {
    width: 14px;
    height: 14px;
    margin-left: auto;
    color: #000000;
    fill: currentColor;
    flex: 0 0 14px;
    transition: transform var(--psl-transition-fast);
}

.psl-mobile-menu-parent {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.psl-mobile-menu-parent > .psl-mobile-menu-link {
    flex: 1 1 auto;
}

.psl-mobile-submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    min-height: 52px;
    padding: 0 32px 0 8px;
    border: 0;
    background: transparent;
    color: #000000;
    cursor: pointer;
}

.psl-mobile-submenu-toggle .psl-mobile-menu-link__arrow {
    width: 14px;
    height: 14px;
    color: currentColor;
    fill: currentColor;
    transition: transform var(--psl-transition-fast);
}

.psl-mobile-menu-item.is-open > .psl-mobile-menu-parent,
.psl-mobile-menu-item.is-current > .psl-mobile-menu-parent,
.psl-mobile-menu-item.is-current-ancestor > .psl-mobile-menu-parent,
.psl-mobile-menu-item.is-current > .psl-mobile-menu-link {
    background: var(--psl-gray);
    color: var(--psl-white);
}


.psl-mobile-submenu .is-current > .psl-mobile-submenu-link,
.psl-mobile-submenu-link[aria-current="page"] {
    position: relative;
    color: var(--psl-black);
}

.psl-mobile-submenu .is-current > .psl-mobile-submenu-link::before,
.psl-mobile-submenu-link[aria-current="page"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: var(--psl-gray);
    transform: translateY(-50%);
}


.psl-mobile-menu-item.is-open > .psl-mobile-menu-parent .psl-mobile-menu-link,
.psl-mobile-menu-item.is-open > .psl-mobile-menu-parent .psl-mobile-submenu-toggle,
.psl-mobile-menu-item.is-current > .psl-mobile-menu-parent .psl-mobile-menu-link,
.psl-mobile-menu-item.is-current > .psl-mobile-menu-parent .psl-mobile-submenu-toggle,
.psl-mobile-menu-item.is-current-ancestor > .psl-mobile-menu-parent .psl-mobile-menu-link,
.psl-mobile-menu-item.is-current-ancestor > .psl-mobile-menu-parent .psl-mobile-submenu-toggle {
    color: var(--psl-white);
}

.psl-mobile-menu-item.is-open > .psl-mobile-menu-parent .psl-mobile-menu-link__icon,
.psl-mobile-menu-item.is-open > .psl-mobile-menu-parent .psl-mobile-menu-link__arrow,
.psl-mobile-menu-item.is-current > .psl-mobile-menu-parent .psl-mobile-menu-link__icon,
.psl-mobile-menu-item.is-current > .psl-mobile-menu-parent .psl-mobile-menu-link__arrow,
.psl-mobile-menu-item.is-current-ancestor > .psl-mobile-menu-parent .psl-mobile-menu-link__icon,
.psl-mobile-menu-item.is-current-ancestor > .psl-mobile-menu-parent .psl-mobile-menu-link__arrow,
.psl-mobile-menu-item.is-current > .psl-mobile-menu-link .psl-mobile-menu-link__icon {
    color: var(--psl-white);
    fill: currentColor;
}

.psl-mobile-menu-item.is-open > .psl-mobile-menu-parent .psl-mobile-menu-link__arrow {
    transform: rotate(180deg);
}

.psl-mobile-submenu {
    display: none;
    background: var(--psl-white);
}

.psl-mobile-menu-item.is-open > .psl-mobile-submenu {
    display: grid;
}

.psl-mobile-submenu-link {
    min-height: 20px;
    padding: 16px 32px 16px 56px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}


.psl-phone-block {
    display: grid;
    justify-items: end;
    color: var(--psl-white);
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    opacity: 0.93;
}

.psl-phone-block:hover {
    opacity: 1;
}


.psl-phone-wrap {
    text-align: center;
}

.psl-phone-block__number {
    display: block;
    color: var(--psl-white);
}

.psl-phone-block__tagline {
    display: block;
    margin-top: 10px;
    color: var(--psl-gold);
}


/* -----------------------------
   Primary Header Base
----------------------------- */

.psl-desktop-header {
    height: 95px;
}

.psl-desktop-header__inner {
    display: grid;
    grid-template-columns: calc(25% - 13.333px) calc(50% - 13.333px) calc(25% - 13.333px);
    align-items: center;
    column-gap: 20px;
    padding: 0 20px;
    box-shadow: 0px 10px 10px #000000 !important;
}

@media (max-width: 1400px) {
    .psl-desktop-header__inner {
        grid-template-columns: calc(19% - 13.333px) calc(45% - 13.333px) calc(36% - 13.333px);
    }
}

.psl-logo--desktop {
    justify-self: start;
    width: 100%;
    height: 75px;
    margin: 10px 0;
}

.psl-logo--desktop img {
    height: auto;
}

.psl-logo__desktop-img {
    display: block;
    width: min(100%, 430px);
    max-height: 112px;
}

.psl-logo__wide-img {
    display: none;
}

.psl-desktop-center {
    display: grid;
    justify-items: end;
    align-self: center;
    gap: 1.15rem;
    width: 100%;
    height: 100%;
}

.psl-utility-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.25rem;
    width: 100%;
    color: #FFFFFFAA;
    padding-top: 20px;
}

.psl-utility-menu {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.psl-utility-menu li {
    margin: 0;
}

.psl-utility-menu__item {
    margin: 0;
}

.psl-utility-menu__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.psl-utility-menu__icon {
    width: 11px;
    height: 11px;
    font-size: 11px;
    color: currentColor;
    fill: currentColor;
    flex: 0 0 11px;
}

.psl-utility-nav a,
.psl-utility-nav button {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #FFFFFFAA;
    text-decoration: none;
    font-family: var(--font-sans-narrow);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
    transition: color var(--psl-transition-fast);
}

.psl-utility-nav a:hover,
.psl-utility-nav button:hover {
    color: var(--psl-gold);
}

.psl-utility-nav .psl-icon {
    width: 11px;
    height: 11px;
    font-size: 11px;
}

.psl-desktop-nav {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: clamp(1rem, 1.4vw, 1.75rem);
    width: 100%;
}

.psl-desktop-nav > a {
    color: var(--psl-white);
    text-decoration: none;
    font-family: var(--font-sans);
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    transition: color var(--psl-transition-fast);
}

.psl-desktop-nav > a:hover {
    color: var(--psl-gold);
}

.psl-desktop-nav > .psl-icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.psl-desktop-nav .psl-mega-menu__close-icon,
.psl-mega-menu__close .psl-mega-menu__close-icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: currentColor;
    fill: currentColor;
}

.psl-phone-block--desktop {
    justify-self: end;
    width: 100%;
    height: 75px;
    padding: 10px 0;
    align-items: center;
}

.psl-primary-menu__item.psl-tablet-only {
    display: none;
}

.psl-phone-block--desktop .psl-phone-block__number {
    font-family: var(--font-serif-condensed);
    font-size: 2.2vw;
    font-size: clamp(38px, 2.2vw, 45px);
    font-weight: 700;
    letter-spacing: 0.01em;
}

.psl-phone-block--desktop .psl-phone-block__tagline {
    color: var(--psl-gold);
    font-family: var(--font-sans);
    font-size: 1vw;
    font-size: clamp(14.5px, 1vw, 20px);
    font-weight: 700;
}

/* -----------------------------
   Desktop Primary / Generic Mega Foundation
----------------------------- */

.psl-primary-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1rem, 1.4vw, 1.75rem);
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.psl-primary-menu__item {
    position: relative;
    margin: 0;
}

.psl-primary-menu__link {
    display: inline-flex;
    align-items: center;
    padding-bottom: 10px;
    color: var(--psl-white);
    text-decoration: none;
    font-family: var(--font-sans);
/*     font-size: 20px; */
    font-size: clamp(18px, 1.05vw, 20px);
    font-weight: 700;
    white-space: nowrap;
    transition: color var(--psl-transition-fast);
}

.psl-primary-menu__link:hover,
.psl-primary-menu__item.is-current > .psl-primary-menu__link,
.psl-primary-menu__item.is-current-ancestor > .psl-primary-menu__link {
    color: var(--psl-gold);
}

.psl-desktop-nav .psl-primary-menu__link-arrow,
.psl-primary-menu__link .psl-primary-menu__link-arrow {
    width: clamp(8px, 1vw, 11px);
    height: clamp(8px, 1vw, 11px);
    font-size: 11px;
    margin-left: 6px;
    margin-top: 3px;
    color: currentColor;
    fill: currentColor;
    transform: rotate(0deg);
    transition: transform var(--psl-transition-fast);
}

.psl-primary-menu__item.is-mega-open > .psl-primary-menu__link .psl-primary-menu__link-arrow {
    transform: rotate(180deg);
}

.psl-mega-menu {
    position: fixed;
    top: 95px;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: calc(100dvh - 95px);
    background: rgba(0, 0, 0, 0.58);
    color: var(--psl-white);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    overflow: hidden;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 300ms ease,
        visibility 0s linear 300ms;
}

.psl-primary-menu__item.is-mega-open > .psl-mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
        opacity 300ms ease,
        visibility 0s linear 0s;
}

.psl-mega-menu__inner {
    position: relative;
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    align-items: stretch;
    width: min(100%, 1440px);
    max-height: calc(100dvh - 125px);
    margin: 0 auto;
    border: 1px solid rgba(63, 68, 75, 0.85);
    border-top: 5px solid var(--psl-charcoal);
    background: var(--psl-black);
    overflow: hidden;
}

.psl-mega-menu__close {
    position: absolute;
    top: 18px;
    right: 24px;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(240, 174, 31, 0.75);
    border-radius: 999px;
    background: transparent;
    color: var(--psl-gold);
    cursor: pointer;
    transition:
        background-color var(--psl-transition-fast),
        border-color var(--psl-transition-fast),
        color var(--psl-transition-fast);
}

.psl-mega-menu__close:hover,
.psl-mega-menu__close:focus-visible {
    background: var(--psl-gold);
    border-color: var(--psl-gold);
    color: var(--psl-black);
}

.psl-mega-menu__close-icon {
    width: 16px;
    height: 16px;
    color: currentColor;
    fill: currentColor;
}

.psl-mega-menu__tabs {
    position: static;
    grid-column: 1;
    align-self: start;
    height: auto;
    background: transparent;
    overflow: visible;
}

.psl-mega-menu__category-list,
.psl-mega-menu__links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.psl-mega-menu__category-list {
    display: block;
    width: 340px;
    padding: 0;
    background: var(--psl-charcoal);
    overflow-x: visible;
}

.psl-mega-menu__category {
    display: block;
    margin: 0;
}

.psl-mega-menu__category-button {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: calc(100% - 5px);
    margin: 0 0 14px 0;
    padding: 16px 38px;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    font: 700 18px / 18px var(--font-sans);
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        background-color var(--psl-transition-fast),
        color var(--psl-transition-fast);
}

.psl-mega-menu__category:last-child > .psl-mega-menu__category-button {
    margin-bottom: 0;
}

.psl-mega-menu__category:hover > .psl-mega-menu__category-button {
    background: var(--psl-black);
    color: var(--psl-white);
}

.psl-mega-menu__category.is-active > .psl-mega-menu__category-button {
    background: var(--psl-black);
    color: var(--psl-gold);
}

.psl-mega-menu__category.is-active:hover > .psl-mega-menu__category-button {
    color: var(--psl-gold);
}

/*
   Desktop tab cap mirrors the tablet tab cap.
   Keep overflow visible on the left rail so this can overlap the right panel.
*/
.psl-mega-menu__category-button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    z-index: 10;
    display: block;
    width: 15px;
    height: 30px;
    transform: translateY(-50%);
    background-image: url("../images/tab-right-cap.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 30px;
    pointer-events: none;
    opacity: 0;
    transition: opacity var(--psl-transition-fast);
}

.psl-mega-menu__category:hover > .psl-mega-menu__category-button::after,
.psl-mega-menu__category.is-active > .psl-mega-menu__category-button::after {
    opacity: 1;
}

.psl-mega-menu__category-panel-heading,
.psl-mega-menu__panel {
    display: none;
}

.psl-mega-menu__category.is-active > .psl-mega-menu__category-panel-heading {
    position: absolute;
    top: 0;
    left: 340px;
    right: 0;
    z-index: 1;
    display: block;
    padding: 34px 52px 10px;
    background: var(--psl-black);
}

.psl-mega-menu__category.is-active > .psl-mega-menu__panel {
    position: absolute;
    top: 104px;
    left: 340px;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    background: var(--psl-black);
    overflow-y: auto;
}

.psl-mega-menu__panel {
    scrollbar-width: thin;
    scrollbar-color: rgba(240, 174, 31, 0.75) rgba(255, 255, 255, 0.08);
}

.psl-mega-menu__panel::-webkit-scrollbar {
    width: 10px;
}

.psl-mega-menu__panel::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
}

.psl-mega-menu__panel::-webkit-scrollbar-thumb {
    background: rgba(240, 174, 31, 0.75);
    border: 2px solid var(--psl-black);
    border-radius: 999px;
}

.psl-mega-menu__panel::-webkit-scrollbar-thumb:hover {
    background: var(--psl-gold);
}

.psl-mega-menu__panel-title {
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid;
    border-image: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.85) 0%,
        rgba(0, 0, 0, 0) 100%
    ) 1;
    color: var(--psl-gold);
    font-family: var(--font-serif-condensed);
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.psl-mega-menu__panel-intro {
    max-width: 780px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
}

.psl-mega-menu__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 42px;
    padding: 24px 52px 46px;
}

.psl-mega-menu__link-item {
    min-width: 0;
    max-width: 100%;
    margin: 0;
}

.psl-mega-menu__link {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    min-width: 0;
    max-width: 100%;
    padding: 2px 0;
    color: var(--psl-white);
    text-decoration: none;
    white-space: normal;
}

.psl-mega-menu__link:hover .psl-mega-menu__link-title,
.psl-mega-menu__link-item.is-current > .psl-mega-menu__link .psl-mega-menu__link-title {
    color: var(--psl-gold);
}

.psl-mega-menu__link-icon {
    width: 22px;
    height: 22px;
    margin-top: 1px;
    color: var(--psl-gold);
    fill: currentColor;
    transition: color var(--psl-transition-fast);
}

.psl-mega-menu__link-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
    max-width: 100%;
}

.psl-mega-menu__link-title {
    display: block;
    min-width: 0;
    max-width: 100%;
    color: var(--psl-white);
    font: 700 17px / 18px var(--font-sans);
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
    white-space: normal;
    transition: color var(--psl-transition-fast);
}

.psl-mega-menu__link-description {
    display: block;
    min-width: 0;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.58);
    font: 500 15px / 18px var(--font-sans);
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
    white-space: normal;
}

.psl-firm-mega {
    position: fixed;
    top: 95px;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: calc(100dvh - 95px);
    background: rgba(0, 0, 0, 0.58);
    color: var(--psl-white);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 300ms ease,
        visibility 0s linear 300ms;
}

.psl-primary-menu__item.is-mega-open > .psl-firm-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
        opacity 300ms ease,
        visibility 0s linear 0s;
}

.psl-firm-mega__inner {
    position: relative;
    width: 100%;
    min-height: 500px;
    padding-top: 40px;
    border-top: 1px solid var(--psl-text-reversed);
    border-bottom: 2px solid var(--psl-text-reversed);
    background-image: radial-gradient(at center center, #3F444BCC 0%, var(--psl-black) 100%);
    overflow: hidden;
}

.psl-firm-mega__close {
    position: absolute;
    top: 22px;
    right: 28px;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(240, 174, 31, 0.85);
    border-radius: 999px;
    background: transparent;
    color: var(--psl-gold);
    cursor: pointer;
    transition:
        background-color var(--psl-transition-fast),
        border-color var(--psl-transition-fast),
        color var(--psl-transition-fast);
}

.psl-firm-mega__close:hover,
.psl-firm-mega__close:focus-visible {
    background: var(--psl-gold);
    border-color: var(--psl-gold);
    color: var(--psl-black);
}

.psl-firm-mega__close-icon {
    width: 18px;
    height: 18px;
    color: currentColor;
    fill: currentColor;
}

.psl-firm-mega__attorneys {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(240px, 1fr)
        minmax(210px, 300px)
        minmax(210px, 300px)
        minmax(240px, 1fr);
    align-items: end;
    width: min(1240px, calc(100% - 80px));
    min-height: 505px;
    margin: 0 auto;
}

.psl-firm-mega__attorney {
    position: relative;
    display: contents;
}

.psl-firm-mega__attorney:first-child .psl-firm-mega__copy {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    text-align: right;
}

.psl-firm-mega__attorney:first-child .psl-firm-mega__image {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: end;
    z-index: 2;
}

.psl-firm-mega__attorney:last-child .psl-firm-mega__image {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
    align-self: end;
    z-index: 3;
}

.psl-firm-mega__attorney:last-child .psl-firm-mega__copy {
    grid-column: 4;
    grid-row: 1;
    justify-self: start;
    text-align: left;
}

.psl-firm-mega__copy {
    align-self: center;
    max-width: 310px;
    padding-top: 100px;
}

.psl-firm-mega__name {
    margin: 0 0 20px;
    color: var(--psl-white);
    font-family: var(--font-serif-condensed);
    font-size: clamp(26px, 1.36vw, 28px);
    font-weight: 700;
    line-height: 1;
}

.psl-firm-mega__description {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.84);
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
}

.psl-firm-mega__button {
    border-radius: 3px 3px 3px 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    min-height: 40px;
    padding: 0 18px;
    background: var(--psl-gray);
    color: #FFFFFFD9;
    text-decoration: none;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition:
        background-color var(--psl-transition-fast),
        color var(--psl-transition-fast);
}

.psl-firm-mega__button:hover {
    color: var(--psl-white);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
}

.psl-firm-mega__image {
    display: block;
    width: auto;
    max-width: 340px;
    max-height: 505px;
    object-fit: contain;
}

/* -----------------------------
   Desktop Insights Mega Menu
----------------------------- */

.psl-insights-mega {
    position: fixed;
    top: 95px;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: calc(100dvh - 95px);
    background: rgba(0, 0, 0, 0.58);
    color: var(--psl-white);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 300ms ease,
        visibility 0s linear 300ms;
}

.psl-primary-menu__item.is-mega-open > .psl-insights-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
        opacity 300ms ease,
        visibility 0s linear 0s;
}

.psl-insights-mega__inner {
    position: relative;
    width: 100%;
    padding: 40px 0 40px;
    border-top: 1px solid var(--psl-text-reversed);
    border-bottom: 2px solid var(--psl-text-reversed);
    background-image: radial-gradient(at bottom center, var(--psl-blue-dark) 0%, var(--psl-black) 100%);
    overflow: hidden;
}

.psl-insights-mega__close {
    position: absolute;
    top: 22px;
    right: 28px;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(240, 174, 31, 0.85);
    border-radius: 999px;
    background: transparent;
    color: var(--psl-gold);
    cursor: pointer;
    transition:
        background-color var(--psl-transition-fast),
        border-color var(--psl-transition-fast),
        color var(--psl-transition-fast);
}

.psl-insights-mega__close:hover,
.psl-insights-mega__close:focus-visible {
    background: var(--psl-gold);
    border-color: var(--psl-gold);
    color: var(--psl-black);
}

.psl-desktop-nav .psl-insights-mega__close-icon,
.psl-insights-mega__close .psl-insights-mega__close-icon {
    width: 18px;
    height: 18px;
    font-size: 18px;
    color: currentColor;
    fill: currentColor;
}

.psl-insights-mega__columns {
    display: grid;
    grid-template-columns: minmax(650px, 1fr) minmax(420px, 570px);
    gap: clamp(48px, 5vw, 86px);
    align-items: start;
    width: min(1420px, calc(100% - 100px));
    margin: 0 auto;
}

.psl-insights-mega__nav {
    min-width: 0;
}

.psl-insights-mega__heading,
.psl-insights-mega__featured-title {
    margin: 0 0 18px;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--psl-text-reversed);
    color: var(--psl-subtle-gold);
    font-family: var(--font-serif-condensed);
    font-size: 39px;
    font-weight: 300;
    line-height: 1;
    width: 100%;
    text-shadow:
    black 0 0 1px,
    black 0 0 2px,
    black 0 0 3px,
    black 0 0 4px,
    black 0 0 5px,
    black 0 0 6px,
    black 0 0 7px,
    black 0 0 8px,
    black 0 0 9px,
    black 0 0 10px;
}

.psl-insights-mega__category-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px 32px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.psl-insights-mega__category-list li {
    min-width: 0;
    margin: 0;
}

.psl-insights-mega__category-list a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    color: #FFFFFFAA;
    text-decoration: none;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    white-space: normal;
    transition: color var(--psl-transition-fast);
}

.psl-insights-mega__category-list a:hover,
.psl-insights-mega__category-list a:focus-visible {
    color: var(--psl-white);
}

.psl-insights-mega__category-list .current-menu-item > a,
.psl-insights-mega__category-list .current-menu-parent > a,
.psl-insights-mega__category-list .current-menu-ancestor > a {
    color: var(--psl-subtle-gold);
}

.psl-insights-mega__featured {
    min-width: 0;
}

.psl-insights-mega__featured-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.psl-insights-mega__slider {
    position: relative;
    min-height: 170px;
    overflow: hidden;
}

.psl-insights-mega__article {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    color: var(--psl-white);
    text-decoration: none;
    white-space: normal;
    opacity: 0;
    visibility: hidden;
    transform: translateX(24px);
    transition:
        opacity 0.45s ease,
        transform 0.45s ease,
        visibility 0s linear 0.45s;
    pointer-events: none;
}

.psl-insights-mega__article.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition:
        opacity 0.45s ease,
        transform 0.45s ease,
        visibility 0s;
    pointer-events: auto;
}

.psl-insights-mega__article-image-wrap {
    display: block;
    width: 250px;
    aspect-ratio: 3 / 2;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.psl-insights-mega__article-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--psl-transition-fast);
}

.psl-insights-mega__article:hover .psl-insights-mega__article-image,
.psl-insights-mega__article:focus-visible .psl-insights-mega__article-image {
    transform: scale(1.035);
}

.psl-insights-mega__article-copy {
    display: grid;
    gap: 10px;
    min-width: 0;
    padding-top: 2px;
}

.psl-insights-mega__article-title {
    display: block;
    color: #FFFFFFAA;
    font-family: var(--font-sans-narrow);
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    transition: color var(--psl-transition-fast);
}

.psl-insights-mega__article:hover .psl-insights-mega__article-title,
.psl-insights-mega__article:focus-visible .psl-insights-mega__article-title {
    color: var(--psl-white);
}

.psl-insights-mega__article-excerpt {
    display: block;
    color: #FFFFFF66;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    transition: color var(--psl-transition-fast);
}

.psl-insights-mega__article:hover .psl-insights-mega__article-excerpt{
    color: #FFFFFFAA;
}

.psl-insights-mega__empty {
    max-width: 460px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
}

/* -----------------------------
   Desktop Locations Mega Menu
----------------------------- */

.psl-locations-mega {
    position: fixed;
    top: 95px;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: calc(100dvh - 95px);
    background: rgba(0, 0, 0, 0.58);
    color: var(--psl-white);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 300ms ease,
        visibility 0s linear 300ms;
}

.psl-primary-menu__item.is-mega-open > .psl-locations-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
        opacity 300ms ease,
        visibility 0s linear 0s;
}

.psl-locations-mega__inner {
    position: relative;
    width: 100%;
    padding: 40px 0 40px;
    border-top: 1px solid var(--psl-text-reversed);
    border-bottom: 2px solid var(--psl-text-reversed);
    background-image: radial-gradient(at bottom center, var(--psl-blue-dark) 0%, var(--psl-black) 100%);
    overflow: hidden;
}

.psl-locations-mega__close {
    position: absolute;
    top: 22px;
    right: 28px;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(240, 174, 31, 0.85);
    border-radius: 999px;
    background: transparent;
    color: var(--psl-gold);
    cursor: pointer;
    transition:
        background-color var(--psl-transition-fast),
        border-color var(--psl-transition-fast),
        color var(--psl-transition-fast);
}

.psl-locations-mega__close:hover,
.psl-locations-mega__close:focus-visible {
    background: var(--psl-gold);
    border-color: var(--psl-gold);
    color: var(--psl-black);
}

.psl-desktop-nav .psl-locations-mega__close-icon,
.psl-locations-mega__close .psl-locations-mega__close-icon {
    width: 18px;
    height: 18px;
    font-size: 18px;
    color: currentColor;
    fill: currentColor;
}

.psl-locations-mega__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(34px, 4vw, 58px);
    width: min(1420px, calc(100% - 100px));
    margin: 0 auto;
}

.psl-locations-mega__card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    min-width: 0;
}

.psl-locations-mega__image-link {
    display: block;
    width: 120px;
    aspect-ratio: 1 / 1;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    text-decoration: none;
}

.psl-locations-mega__image,
.psl-locations-mega__image-placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.psl-locations-mega__image {
    object-fit: cover;
    transition: transform var(--psl-transition-fast);
}

.psl-locations-mega__image-link:hover .psl-locations-mega__image,
.psl-locations-mega__image-link:focus-visible .psl-locations-mega__image {
    transform: scale(1.035);
}

.psl-locations-mega__image-placeholder {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        var(--psl-gray);
}

.psl-locations-mega__copy {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.psl-locations-mega__title {
    margin: 0 0 4px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--psl-light-gold);
    font-family: var(--font-serif-condensed);
    font-size: clamp(20px, 1.35vw, 24px);
    font-weight: 300;
    line-height: 1em;
    color: var(--psl-white);
}

.psl-locations-mega__title a {
    color: var(--psl-white);
    text-decoration: none;
    transition: color var(--psl-transition-fast);
}

.psl-locations-mega__title a:hover,
.psl-locations-mega__title a:focus-visible {
    color: var(--psl-light-gold);
}

.psl-locations-mega__card.is-current .psl-locations-mega__title a,
.psl-locations-mega__card.is-current .psl-locations-mega__title a:hover,
.psl-locations-mega__card.is-current .psl-locations-mega__title a:focus-visible {
    color: var(--psl-light-gold);
}

.psl-locations-mega__detail {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    min-width: 0;
    color: var(--psl-white);
    text-decoration: none;
    font-family: var(--font-sans);
    font-size: 16px;
    font-size: clamp(14px, .77vw, 16px);
    font-weight: 400;
    line-height: 1.2em;
    white-space: normal;
    transition: color var(--psl-transition-fast);
}

a.psl-locations-mega__detail:hover,
a.psl-locations-mega__detail:focus-visible {
    color: var(--psl-light-gold);
}

.psl-locations-mega__detail-icon {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    color: var(--psl-subtle-gold);
    fill: currentColor;
}

.psl-locations-mega__directions,
.psl-locations-mega__office-link {
/*     font-weight: 700; */
}

.psl-locations-mega__empty {
    width: min(1180px, calc(100% - 100px));
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
}


@media (min-width: 768px) and (max-width: 1249px) {

    .psl-desktop-header {
        height: 128px;
    }

    .psl-desktop-header__inner {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-rows: 84px 44px;
        column-gap: 20px;
        padding: 0;
    }

    .psl-desktop-center {
        display: contents;
    }

    .psl-utility-nav {
        display: none;
    }

    .psl-logo--desktop {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        width: auto;
        height: auto;
        margin: 0;
        padding-left: 20px;
    }

    .psl-logo--desktop .psl-logo__desktop-img {
        display: none;
    }

    .psl-logo--desktop .psl-logo__wide-img {
        display: block;
        width: clamp(300px, 39vw, 400px);
        max-width: 400px;
        height: auto;
    }

    .psl-phone-block--desktop {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        width: auto;
        height: auto;
        padding: 0 20px 0 0;
    }

    .psl-phone-block--desktop .psl-phone-block__number {
        font-family: var(--font-sans);
        font-size: clamp(28px, 3.3vw, 34px);
        font-weight: 900;
    }

    .psl-phone-block--desktop .psl-phone-block__tagline {
        font-family: var(--font-sans);
        font-size: 16px;
        font-weight: 700;
    }

    .psl-desktop-nav {
        grid-column: 1 / -1;
        grid-row: 2;
        align-items: center;
        width: 100%;
        height: 44px;
        padding: 0 20px;
        border-top: 2px solid rgba(208, 163, 19, 0.65);
        box-sizing: border-box;
    }

    .psl-primary-menu {
        width: 100%;
    }

    .psl-primary-menu__link {
        padding-bottom: 0;
        font-size: clamp(12px, 1.5vw, 20px);
        font-weight: 800;
    }

    .psl-primary-menu__item.psl-tablet-only {
        display: block;
    }

    .psl-has-firm-mega .psl-primary-menu__link-arrow,
    .psl-has-insights-mega .psl-primary-menu__link-arrow,
    .psl-has-locations-mega .psl-primary-menu__link-arrow {
        display: none;
    }

    .psl-mega-menu {
        top: 128px;
        height: calc(100dvh - 128px);
        background: var(--psl-black);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    
    .psl-mega-menu__inner {
        grid-template-columns: 300px minmax(0, 1fr);
        width: min(100%, 1249px);
        height: 100%;
        max-height: none;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    
    .psl-mega-menu__tabs {
        height: 100%;
        background: var(--psl-charcoal);
    }
    
    .psl-mega-menu__category-list {
        width: 300px;
        min-height: 100%;
    }
    
    .psl-mega-menu__category-button {
        margin-bottom: 15px;
        padding: 15px 35px;
    }
    
    .psl-mega-menu__category.is-active > .psl-mega-menu__category-panel-heading {
        left: 300px;
        padding: 28px 42px 8px;
    }
    
    .psl-mega-menu__category.is-active > .psl-mega-menu__panel {
        top: 94px;
        left: 300px;
    }
    
    .psl-mega-menu__panel-title {
        font-size: 29px;
    }
    
    .psl-mega-menu__links {
        gap: 24px 34px;
        padding: 20px 42px 42px;
    }
    
    .psl-mega-menu__link {
        grid-template-columns: 20px minmax(0, 1fr);
        gap: 14px;
    }
    
    .psl-mega-menu__link-icon {
        width: 20px;
        height: 20px;
    }
    
    .psl-mega-menu__link-copy {
        gap: 3px;
    }
    
    .psl-mega-menu__link-title {
        font: 600 16px / 16px var(--font-sans);
        hyphens: none;
    }
    
    .psl-mega-menu__link-description {
        font: 500 15px / 16.5px var(--font-sans);
        hyphens: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .psl-mega-menu__inner {
        grid-template-columns: 270px minmax(0, 1fr);
    }

    .psl-mega-menu__category-list {
        width: 270px;
    }

    .psl-mega-menu__category-button {
        padding: 12px 35px;
        font-size: 16px;
    }

    .psl-mega-menu__category.is-active > .psl-mega-menu__category-panel-heading,
    .psl-mega-menu__category.is-active > .psl-mega-menu__panel {
        left: 270px;
    }

    .psl-mega-menu__links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 28px;
        padding-right: 32px;
        padding-left: 32px;
    }

    .psl-mega-menu__panel-title {
        font-size: 26px;
    }
}

.psl-primary-menu__item:not(.is-mega-open) > .psl-insights-mega {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
}

.psl-primary-menu__item:not(.is-mega-open) > .psl-insights-mega * {
    visibility: hidden;
    pointer-events: none;
}

.psl-primary-menu__item.is-mega-open > .psl-insights-mega * {
    visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
    .psl-mega-menu,
    .psl-firm-mega,
    .psl-insights-mega,
    .psl-locations-mega {
        transition: none;
    }
}

@media (min-width: 768px) and (max-width: 1249px) and (max-height: 835px) {
    .psl-mega-menu__category-button {
        margin-bottom: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 18px;
        line-height: 18px;
        text-transform: unset;
    }

    .psl-mega-menu__category:last-child > .psl-mega-menu__category-button {
        margin-bottom: 0;
    }
}

@media (min-width: 2400px) {
    .psl-logo__desktop-img {
        display: none;
    }

    .psl-logo__wide-img {
        display: block;
        width: min(100%, 760px);
        max-height: 112px;
    }

    .psl-utility-nav a,
    .psl-utility-nav button {
        font-size: 16px;
    }

    .psl-desktop-nav > a,
    .psl-primary-menu__link {
        font-size: 26px;
    }
}


/* -----------------------------
   Search Modal
----------------------------- */

.psl-search-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
}

.psl-search-modal.is-open {
    display: block;
}

.psl-search-modal__overlay {
    position: absolute;
    inset: 0;
    background: var(--psl-modal-overlay);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.psl-search-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(620px, calc(100% - 40px));
    margin: 40vh auto 0;
    padding: 0;
    background: transparent;
    color: var(--psl-black);
    border-radius: 5px;
}

.psl-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 160px;
    gap: 0;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.38);
}

.psl-search-form input {
    width: 100%;
    min-height: 32px;
    padding: 16px;
    padding-inline: 16px 28px;
    border: 1px solid #CCCCCC;
    background: var(--psl-white);
    color: var(--psl-black);
    font-family: var(--font-sans);
    font-size: 16px;
    outline: none;
}

.psl-search-form input::placeholder {
    color: #5d6773;
    opacity: 1;
}

.psl-search-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 32px;
    padding: 24px;
    padding-block: 24px;
    padding-inline: 24px;
    border: 1px var(--psl-gray);
    background: var(--psl-gray);
    color: var(--psl-white);
    font-family: var(--font-sans);
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition:
        background-color var(--psl-transition-fast),
        color var(--psl-transition-fast);
}

.psl-search-form button:hover,
.psl-search-form button:focus-visible {
    color: var(--psl-light-gold);
}

.psl-search-form button .psl-icon,
.psl-search-form button svg {
    width: 16px;
    height: 16px;
    color: currentColor;
    fill: currentColor;
    flex: 0 0 16px;
}

.psl-search-results {
    width: calc(100% - 160px);
    margin-top: 16px;
    background: var(--psl-white);
    border: 1px solid rgba(208, 192, 159, 0.55);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
}

.psl-search-results[hidden] {
    display: none;
}

.psl-search-results__list {
    display: grid;
    gap: 0;
    padding-inline: 0;
    margin: 0;
    list-style: none;
}

.psl-search-results__item {
    margin: 0;
}

.psl-search-results__item a {
    display: block;
    padding: 10px 15px;
    color: var(--psl-subtle-gold);
    text-decoration: none;
    font-family: var(--font-sans);
    font-size: clamp(16px, 1vw, 18px);
    line-height: 1.15;
    transition:
        background-color var(--psl-transition-fast),
        color var(--psl-transition-fast);
}

.psl-search-modal.is-pointer-searching .psl-search-results__item a:hover,
.psl-search-modal.is-pointer-searching .psl-search-results__item a:focus-visible,
.psl-search-results__item a.is-selected,
.psl-search-results__item a[aria-selected="true"] {
    background:  var(--psl-subtle-gold);
    color: var(--psl-white);
}

.psl-search-results-hide {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: calc(100% - 160px);
    margin-top: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--psl-white);
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: color var(--psl-transition-fast);
}

.psl-search-results-hide[hidden] {
    display: none;
}

.psl-search-results-hide:hover,
.psl-search-results-hide:focus-visible {
    color: var(--psl-light-gold);
}

.psl-search-results-hide__icon {
    width: 12px;
    height: 12px;
    color: currentColor;
    fill: currentColor;
    flex: 0 0 12px;
}

.psl-search-results__item--message span {
    display: block;
    padding: 9px 12px;
    color: var(--psl-light-gold);
    font-family: var(--font-sans);
    font-size: clamp(16px, 1vw, 18px);
    line-height: 1.15;
}

@media (max-width: 767px) {
    .psl-search-modal__dialog {
        width: calc(100% - 32px);
        margin-top: 34vh;
    }

    .psl-search-form {
        grid-template-columns: 1fr;
    }

    .psl-search-form input,
    .psl-search-form button {
        min-height: 62px;
    }
}


/* -----------------------------
   Breakpoints
----------------------------- */

@media (max-width: 767px) {
    .psl-mobile-header {
        display: block;
    }
}

@media (min-width: 768px) {
    .psl-desktop-header {
        display: block;
    }
}


/* -----------------------------
   Fixed Footer
----------------------------- */
/* Fixed Footer Form Start */

:root {
    --psl-fixed-footer-height: 58px;
    --psl-footer-cta-width: 360px;
}

body {
    margin: 0;
    padding: 0 0 var(--psl-fixed-footer-height);
}

.psl-footer-fixed-form {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
    min-height: var(--psl-fixed-footer-height);
    border-top: 2px solid var(--psl-gold);
    background: var(--psl-black);
    color: var(--psl-white);
}

.psl-footer-fixed-form__inner {
    display: grid;
    grid-template-columns: minmax(320px, auto) minmax(560px, 760px) var(--psl-footer-cta-width);
    gap: 22px;
    align-items: center;
    width: min(1520px, calc(100% - 48px));
    min-height: var(--psl-fixed-footer-height);
    margin: 0 auto;
}

.psl-footer-fixed-form__message {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 14px;
    white-space: nowrap;
}

.psl-footer-fixed-form__message strong,
.psl-footer-fixed-form__message em {
    font-family: var(--font-serif-condensed);
    font-size: clamp(20px, 1.5vw, 30px);
    font-weight: 700;
    line-height: 1;
}

.psl-footer-fixed-form__message strong {
    color: var(--psl-white);
}

.psl-footer-fixed-form__message em {
    color: var(--psl-gold);
    font-style: normal;
    transform: skewX(-15deg);
    display: inline-block;
}

/* Fluent Form inside fixed footer */

.psl-footer-fixed-form__form .fluentform .ff-el-group {
    margin: 0;
    min-width: 0;
}

.psl-footer-fixed-form__form input.ff-el-form-control:focus,
.psl-footer-fixed-form__form input.ff-el-form-control:focus-visible {
    outline: 2px solid var(--psl-gold);
    outline-offset: 2px;
    box-shadow: none;
}

.psl-footer-fixed-form__form button.ff-btn-submit,
.psl-footer-fixed-form__form .ff-btn-submit.psl-fixed-form-submit {
    min-height: 44px;
    border-color: var(--psl-gold) !important;
    background-color: var(--psl-gold) !important;
    color: var(--psl-black) !important;
    font-family: var(--font-sans-narrow);
    font-weight: 700;
    transition: transform var(--psl-transition-fast);
}

.psl-footer-fixed-form__form button.ff-btn-submit:hover,
.psl-footer-fixed-form__form button.ff-btn-submit:focus-visible {
    transform: scale(1.05);
    opacity: 1.0;
}

.psl-footer-fixed-form__form button.ff-btn-submit:focus,
.psl-footer-fixed-form__form button.ff-btn-submit:focus-visible {
    outline: 2px solid var(--psl-white);
    outline-offset: 2px;
}

/* Fixed footer Fluent validation popover */
.psl-footer-fixed-form__form .ff-el-is-error {
    position: relative;
}

.psl-footer-fixed-form__form .ff-el-is-error .text-danger,
.psl-footer-fixed-form__form .ff-el-is-error .error,
.psl-footer-fixed-form__form .ff-el-is-error .ff-el-help-message {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    z-index: 10;
    width: max-content;
    max-width: 260px;
    padding: 5px 8px;
    border-radius: 4px;
    background: var(--psl-red);
    color: var(--psl-white);
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    white-space: normal;
    pointer-events: none;
    transform: translateX(-50%);
}

.psl-footer-fixed-form__form .ff-el-is-error .text-danger::after,
.psl-footer-fixed-form__form .ff-el-is-error .error::after,
.psl-footer-fixed-form__form .ff-el-is-error .ff-el-help-message::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 12px;
    height: 6px;
    background: var(--psl-red);
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: 2;
}

.psl-footer-fixed-form__form .ff-el-is-error input.ff-el-form-control {
    outline: 2px solid var(--psl-red);
    outline-offset: 2px;
}
/* Fixed Footer Form End */


/* Call To Action Bar Start */
.psl-footer-cta {
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 1500;
    width: 320px;
    color: var(--psl-white);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.psl-footer-cta.is-ready {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.psl-footer-cta__bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    background: var(--psl-blue);
    box-shadow: 0px 0px 40px 0px var(--psl-black);
}

.psl-footer-cta__button {
    display: grid;
    place-items: center;
    gap: 0px;
    min-height: 49px;
    padding: 10px 0px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
    background: transparent;
    color: var(--psl-white);
    font-family: var(--font-sans-narrow);
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.psl-footer-cta__button:last-child {
    border-right: 0;
}

.psl-footer-cta__button:hover,
.psl-footer-cta__button:focus-visible,
.psl-footer-cta__button.is-active {
    background: var(--psl-blue-dark-hover);
}

.psl-footer-cta__icon {
    width: 18px;
    height: 18px;
    color: currentColor;
    fill: currentColor;
}

.psl-footer-cta__button--guide {
	display: none;
}

.psl-footer-cta__bar.has-guide-button .psl-footer-cta__button:nth-last-child(2) {
	border-right: 0;
}
 

.psl-footer-cta__bubble-wrap {
    position: absolute;
    right: 0px;
    bottom: 85px;
    width: 320px;
    height: 650px;
    pointer-events: none;
}

.psl-footer-cta__bubble {
    position: relative;
    width: 100%;
    height: 650px;
    background: var(--psl-white);
    color: var(--psl-black);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.67);
    overflow: visible;
    pointer-events: auto;
    border-radius: 6px;
}

.psl-footer-cta__bubble[hidden] {
    display: none;
}

.psl-footer-cta__bubble::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 30px;
    height: 15px;
    background: var(--psl-white);
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: 2;
}

.psl-footer-cta__bubble--chat {
    min-height: 650px;
    border-radius: 6px;
}

.psl-footer-cta__chat-frame-wrap {
    min-height: 650px;
    overflow: hidden;
    border-radius: 6px;
}

.psl-footer-cta__chat-frame {
    display: block;
    width: 100%;
    height: 650px;
    border: 0;
}

.psl-footer-cta__loading,
.psl-footer-cta__form-placeholder {
    margin: 0;
    font-family: var(--font-sans);
    font-size: 18px;
}

.psl-footer-cta__bubble-close,
.psl-footer-cta__email-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    align-self: start;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.psl-footer-cta__email-close {
    color: rgba(255, 255, 255, 0.68);
}

.psl-footer-cta__bubble-close-icon,
.psl-footer-cta__email-close-icon {
    width: 10px;
    height: 10px;
    color: currentColor;
    fill: currentColor;
}

.psl-footer-cta__email-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 20px;
    background: #0969DD;
    color: var(--psl-white);
}

.psl-footer-cta__email-header h2 {
    margin: 0 0 10px;
    font-family: var(--font-sans);
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}

.psl-footer-cta__email-header p {
    max-width: 320px;
    margin: 0;
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.2em;
}


.psl-footer-cta__email-close:hover,
.psl-footer-cta__email-close:focus-visible {
    color: var(--psl-white);
}

.psl-footer-cta__email-body {
    padding: 20px;
    max-height: 610px;
    overflow-y: auto;
}
/* Call To Action Bar End */


/* Fixed Footer Responsive Rules Start */

@media (max-width: 1450px) {

    .psl-footer-fixed-form__inner {
        grid-template-columns: minmax(240px, auto) minmax(460px, 1fr) var(--psl-footer-cta-width);
        gap: 16px;
        width: 100%;
    }

    .psl-footer-fixed-form__message {
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
    }

    .psl-footer-fixed-form__message strong,
    .psl-footer-fixed-form__message em {
        font-size: 22px;
    }

    body {
        padding-bottom: var(--psl-fixed-footer-height);
    }
}

@media (max-width: 1150px) {

    .psl-footer-fixed-form__inner {
        grid-template-columns: minmax(0, 1fr) var(--psl-footer-cta-width);
        grid-template-rows: auto auto;
        gap: 10px 50px;
        align-content: center;
        padding: 12px 0 20px 30px;
    }

    .psl-footer-fixed-form__message {
        grid-column: 1;
        grid-row: 1;
        flex-direction: row;
        justify-content: center;
        align-items: baseline;
        gap: 12px;
    }

    .psl-footer-fixed-form__form {
        grid-column: 1;
        grid-row: 2;
    }

    .psl-footer-cta {
        right: 30px;
        width: 320px;
    }

    body {
        padding-bottom: 100px;
    }
}


@media (max-width: 950px) {

    body {
        padding-bottom: 69px;
    }

    .psl-footer-fixed-form {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 0 20px;
        z-index: 1;
    }

    .psl-footer-fixed-form__inner {
        display: grid;
        grid-template-columns: 1fr;
        width: calc(100% - 48px);
        min-height: auto;
        padding: 18px 0 20px;
    }

    .psl-footer-fixed-form__message {
        justify-content: center;
        text-align: center;
        white-space: normal;
    }

    .psl-footer-fixed-form__message strong,
    .psl-footer-fixed-form__message em {
        font-size: clamp(20px, 3.1vw, 30px);
    }

    .psl-footer-cta {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
    }

    .psl-footer-cta__bar {
        border-radius: 0;
    }

	.psl-footer-cta__bar.has-guide-button {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.psl-footer-cta__bar.has-guide-button .psl-footer-cta__button:nth-last-child(2) {
		border-right: 1px solid rgba(255, 255, 255, 0.28);
	}
	
	.psl-footer-cta__button--guide {
		display: grid;
		border-right: 0;
	}

    .psl-footer-cta__bubble-wrap {
        left: 12px;
        right: 12px;
        bottom: 85px;
        width: auto;
        height: min(650px, calc(100vh - 120px));
    }

    .psl-footer-cta__bubble {
        height: min(650px, calc(100vh - 120px));
    }

    .psl-footer-cta__chat-frame-wrap,
    .psl-footer-cta__chat-frame {
        min-height: min(650px, calc(100vh - 120px));
        height: min(650px, calc(100vh - 120px));
    }
}

@media (max-width: 768px) {
    .psl-footer-fixed-form__form .ff-column-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .psl-footer-fixed-form__message {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-end;
    }

    .psl-footer-fixed-form__message strong,
    .psl-footer-fixed-form__message em {
        width: 100%;
        text-align: center;
        font-size: 30px;
    }

    .psl-footer-fixed-form__form button.ff-btn-submit {
        font-size: 26px;
    }
}
/* Fixed Footer Responsive Rules End */


/* Fluent Forms inside CTA email bubble Start */
.psl-footer-cta__email-body .ff-t-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.psl-footer-cta__email-body .ff-t-cell {
    min-width: 0;
}
@media (max-height: 600px) {
	.psl-footer-cta__bubble--email {
		overflow-y: auto;
	}
}
/* Fluent Forms inside CTA email bubble End */