/*
Theme Name: ME Custom Theme 2.0 */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.skip-link:focus {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100000;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    background-color: #f1f1f1;
    color: #21759b;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
}

:focus-visible {
    outline: 2px solid #222;
    outline-offset: 2px;
}

html {
  scroll-behavior: smooth;
}

body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
}

a, h1, h2, h3, h4, h5, h6, li, p, span {
    font-family: hanken-grotesk, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #022742;
}

article h1, aside h1, h1, nav h1, section h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 1rem;
}

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

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

li, p, span {
    font-weight: 500;
    font-size: 17px;
    line-height: 29px;
}

a {
    font-weight: 500;
    font-size: 17px;
    text-decoration: underline;
    color: #022742;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: inherit;
}

.center-container {
    display: flex;
    justify-content: center;
}

.align-items-top .two-column-row {
    align-items: baseline;
}

.content-container {
    max-width: 1740px;
    margin: 0 auto;
    padding: 5%;
}

.custom-logo {
    max-width: 320px;
    height: auto;
    display: block;
}

.company-logo {
    padding: 0 30px;
    box-sizing: border-box;
}

.company-logo img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.relative {
    position: relative;
}

.remove-top-padding, .remove-top-padding .content-container {
    padding-top: 0;
}

.remove-bottom-padding, .remove-bottom-padding .content-container {
    padding-bottom: 0;
}

.remove-top-margin, .remove-top-margin .content-container {
    margin-top: 0;
}

.remove-bottom-margin, .remove-bottom-margin .content-container {
    margin-bottom: 0;
}

.add-top-margin, .add-top-margin .content-container {
	margin-top: 5%;
}

.top-content {
    padding-bottom: 45px;
}

/* the form layout */
.search-takeover .search-form {
  display: flex;
  gap: 10px;
}
.search-takeover .search-form label {
  flex: 1;
  margin: 0;
  position: relative;
}

/* rounded field with inline search icon */
.search-takeover .search-field {
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  padding: 0 18px 0 50px;
  font-size: 18px;
  color: #1a1a1a;
  background: #fff;
  border: none;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%238a93a3' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 18px center;
}

.search-takeover {
  height: 100%;
  background: rgba(20, 28, 45, .95);
}

/* matching submit button */
.search-takeover .search-submit {
  height: 56px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #0358AF;
  border: none;
  cursor: pointer;
  transition: background .15s ease;
}
.search-takeover-close {display: none;}
.search-takeover .search-submit:hover {
  background: #51D646;
}
/* hidden by default, shown as a lightbox when .is-active */
.search-takeover {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  background: rgba(4, 6, 11, 0.89);   /* the dimmed backdrop */
}
.search-takeover.is-active {
  display: flex;
}

.search-takeover-inner {
  width: 100%;
  max-width: 650px;
  margin: 15vh 20px 0;
}

/* optional: stop the page behind from scrolling while open */
body.search-open {
  overflow: hidden;
}

/* search results page form — matches the menu styling */
.page-content .search-form {
  display: flex;
  gap: 10px;
  max-width: 650px;
	border: solid 2px #0358af;
}
.page-content .search-form label {
  flex: 1;
  margin: 0;
  position: relative;
}
.page-content .search-field {
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  padding: 0 18px 0 50px;
  font-size: 18px;
  color: #1a1a1a;
  background: #fff;
  border: none;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%238a93a3' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 18px center;
}
.page-content .search-submit {
  height: 56px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #0358AF;
  border: none;
  cursor: pointer;
  transition: background .15s ease;
}
.page-content .search-submit:hover {
  background: #51D646;
}

.main-navigation.hidden {
	visibility: hidden;
}

.multi-column-grid-image img {
    width: 100%;
}

.content-container .column img{
    width: 100%;
}

.hero:after {
    background: linear-gradient( to bottom, rgb(13 71 135 / 98%) 0%, rgb(19 41 94 / 77%) 45%, rgb(26 46 95 / 57%) 75%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 1) 100% );
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 1740px;
    padding: 5%;
    margin-right: auto;
    margin-left: 0;
}

.hero {
    min-height: 95vh;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero h1 {
    color: #fff;
}

/* CONFLICT — AEDG file differs for `.hero .hero-content`. See conflicts-report.md. */
.hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 1740px;
    width: 100%;
    padding: 5%;
    margin-right: auto;
    margin-left: 0;
}

.blue-cta, .white-cta {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    padding: 12px 30px;
    position: relative;
    transition: all 0.3s ease;
    font-size: 16px;
    text-decoration: underline;
}

.white-cta {
    background: white;
    color: #022742;
}

.blue-cta {
    background: #013C79;
    color: #fff;
}

.blue-cta::before, .white-cta::before {
    content: "";
    display: block;
    background: #51D646;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -30px;
    top: 30%;
    transform: translateY(-50%);
    z-index: 1;
    transition: background 0.3s ease;
}

.blue-cta::after, .white-cta::after {
    content: url("/wp-content/uploads/2026/03/dark-arrow.png");
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    position: absolute;
    right: -28px;
    top: 36%;
    transform: translateY(-50%) rotate(0deg);
    z-index: 2;
    transition: transform 0.3s ease;
    backface-visibility: hidden;
    will-change: transform;
}

.white-cta:hover {
    background: #51D646;
}

.white-cta:hover::before {
    background: #fff;
}

.white-cta:hover::after {
    transform: translateY(-53%) rotate(45deg);
    right: -22px;
}

.blue-cta:hover {
    background: #51D646;
    color: #013C79;
}

.blue-cta:hover::before {
    background: #013C79;
}

.blue-cta:hover::after {
    content: url("/wp-content/uploads/2026/03/white-arrow.png");
    right: -28px;
    transform: translateY(-53%) rotate(45deg);
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
}

.modal-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
}

.video-modal-body {
    display: flex;
    gap: 15px;
}

.playlist-panel {
    display: none;
    flex: 0 0 280px;
    max-height: 506px;
    overflow-y: auto;
    background: #181818;
    border-radius: 6px;
}

.playlist-panel.is-active {
    display: block;
}

.yt-playlist-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    cursor: pointer;
    color: #fff;
}

.yt-playlist-item img {
    width: 90px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.yt-playlist-item span {
    font-size: 13px;
    line-height: 1.3;
}

.yt-playlist-item:hover {
    background: rgba(255,255,255,0.08);
}

.yt-playlist-item.active {
    background: rgba(255,255,255,0.15);
    border-left: 3px solid #51D646;
}

@media (max-width: 700px) {
    .video-modal-body {
        flex-direction: column;
    }
    .playlist-panel {
        flex: none;
        width: 100%;
        max-height: 200px;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
	flex: 1 1 auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close-lightbox {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    line-height: 1;
    z-index: 100000;
    transition: opacity 0.2s;
}

.video-trigger {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 0;
}

.video-trigger img {
    width: 100%;
    height: auto;
    display: block;
}

.play-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    z-index: 4;
    pointer-events: none;
}

.play-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon::after {
    content: "";
    border-style: solid;
    border-width: 22px 0 22px 38px;
    border-color: transparent transparent transparent #333;
    margin-left: 12px;
}

.play-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff;
    animation: playPulseAnim 1.5s infinite ease-out;
}

@keyframes playPulseAnim {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.8); opacity: 0; }
}

.video-trigger:hover .play-icon {
    transform: scale(1.1);
}

.lazy-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-in.visible, .lazy-animate.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.animate-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.animate-in:nth-child(1).visible {
    transition-delay: 0.2s;
}

.animate-in:nth-child(2).visible {
    transition-delay: 0.4s;
}

.animate-in:nth-child(3).visible {
    transition-delay: 0.4s;
}


.animate-in:nth-child(4).visible {
    transition-delay: 0.2s;
}


.animate-in:nth-child(5).visible {
    transition-delay: .2s;
}


.animate-in:nth-child(6).visible {
    transition-delay: .2s;
}


.animate-in:nth-child(7).visible {
    transition-delay: .2s;
}

.scroller {
    max-width: 100%;
    padding: 20px 0;
    overflow: hidden;
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller__inner {
    display: flex;
    gap: 50px;
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller:nth-child(1) .scroller__inner img {
    height: 110px;
    width: auto;
}

.scroller:nth-child(2) .scroller__inner img {
    height: 55px;
    width: auto;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 30;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 40s;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller__inner img {
    height: 70px;
    width: auto;
}

.scroller:hover .scroller__inner {
    animation-play-state: paused;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 40px));
  }
}

.menu-toggle {
    display: block;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}

.nav-menu {
    display: none;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    background: #f9f9f9;
    width: 100%;
}

.nav-menu.toggled {
    display: flex;
}

.nav-menu li {
    border-bottom: 1px solid #ddd;
}

.nav-menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.nav-menu ul {
    list-style: none;
    padding-left: 20px;
    background: #eee;
}

.site-footer {
    background: #001D3B;
}

.site-footer .wrapper {
    max-width: 1740px;
    margin: 0 auto;
    padding: 0 5%;
}

.site-footer .three-col-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5%;
    position: relative;
    padding: 40px 0 70px;
}

.site-footer a, .site-footer h4, .site-footer p {
    color: #fff;
}

.site-footer a {
    font-size: 18px;
    text-decoration: none;
}

.site-footer .copyright-bar {
    background: #013C79;
    top: -20px;
    position: relative;
}

.site-footer .copyright-bar .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 11px 5%;
}

.site-footer .copyright-bar a, .site-footer .copyright-bar p {
    font-size: 16px;
    margin: 0;
    text-align: center;
}

.contact-col, .quick-links-col {
    display: grid;
    gap: 13px;
}

.contact-col a, .quick-links-col a {
    width: fit-content;
}

.contact-col h4, .quick-links-col h4 {
    margin: 0;
}

.site-footer .custom-logo {
    max-width: 410px;
    width: 100%;
}

.site-footer .logo-col a {
    display: inline-block;
	justify-content: center;
}

.grid-wrap {
	background-repeat: no-repeat;
}

    .dotted-pattern-top-left {
        position: relative;
    }

    .dotted-pattern-top-left:before {
        background: url("/wp-content/uploads/2026/03/dotted-lightblue.png") no-repeat;
        position: absolute;
        background-size: contain;
        z-index: 3;
        pointer-events: none;
        content: "";
        width: 100px;
        height: 100px;
        top: -48px;
        left: 20px;
    }

    .dotted-pattern-top-right {
        position: relative;
    }

    .dotted-pattern-top-right:before {
        background: url("/wp-content/uploads/2026/03/dotted-lightblue.png") no-repeat;
        position: absolute;
        background-size: contain;
        z-index: 3;
        pointer-events: none;
        content: "";
        width: 100px;
        height: 100px;
        top: -48px;
        right: 20px;
        opacity: .1;
    }

    .dotted-pattern-top-right-full-color:before {
        background: url("/wp-content/uploads/2026/03/dotted-lightblue.png") no-repeat;
        position: absolute;
        background-size: contain;
        z-index: 3;
        pointer-events: none;
        content: "";
        width: 100px;
        height: 100px;
        top: -48px;
        right: 20px;
        opacity: 1;
    }

    .dotted-pattern-bottom-right:before {
        background: url("/wp-content/uploads/2026/03/dotted-lightblue.png") no-repeat;
        position: absolute;
        background-size: contain;
        z-index: -1;
        pointer-events: none;
        content: "";
        width: 100px;
        height: 100px;
        bottom: -38px;
        right: 40px;
    }

    .dotted-pattern-bottom-left:before {
        background: url("/wp-content/uploads/2026/03/dotted-lightblue.png") no-repeat;
        position: absolute;
        background-size: contain;
        z-index: -1;
        pointer-events: none;
        content: "";
        width: 100px;
        height: 100px;
        bottom: -10px;
        left: -40px;
    }

/* ─── Dropdown hover effects (desktop) ─── */
@media screen and (min-width: 1210px) {

    .nav-menu ul li a {
        display: block;
        padding: 12px 20px;
        text-decoration: none;
        transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
        border-left: 3px solid transparent;
    }

    .nav-menu ul li a:hover,
    .nav-menu ul li a:focus {
        background: #f0f4f8;
        color: #013C79;
        border-left: 3px solid #51D646;
        padding-left: 24px;
    }

    .nav-menu ul li:not(:last-child) a {
        border-bottom: 1px solid #eef1f4;
    }

}



@media screen and (min-width: 360px) {
	.final-cta-about-page {
    padding-top: 3%;
    max-width: 1400px;
    margin: 0 auto;
}
	.goals .bottom-row {
    max-width: 1400px;
    margin: 0 auto;
}
.goals .bottom-row h3 {
    border-bottom: solid 1px #dddddd;
    padding-bottom: 20px;
}
.goals .bottom-row .values-card-grid {
    display: grid;
    gap: 15px;
}
.goals .values-card {
    border: solid 1px #e4e9f0;
    padding: 26px;
    background: #f6f8fb;
}
.goals .values-card .card-label-area {

}
.goals .bottom-row .values-card-grid h3 {
    font-size: 20px;
    border: none;
    padding: 0;
    margin: 0;
}
.goals .bottom-row .values-card-grid p {
    font-size: 18px;
    color: #022742;
}
	.goals .two-column-row {
  padding-top: 40px;
  max-width: 1400px;
  margin: 0 auto;
		align-items: stretch;
}
.goals .left-column,
.goals .right-column {
  box-sizing: border-box;
}
	
	.goals .left-column h3{
		color: #fff;
	}

.goals .left-column {
  position: relative;
  overflow: hidden;
  padding: 40px 40px 38px;
  background: linear-gradient(160deg, #0f2a4d 0%, #0a1f3a 100%);
  color: #fff;
}

.goals .right-column {
  position: relative;
  overflow: hidden;
  padding: 40px 40px 38px;
  background: #f6f8fb;
  color: #fff;
  border: solid 1px #e4e9f0;
}

.goals .right-column .card-content p {
  color: #2b3038;;
}

.card-label-area {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.card-label-area svg {
  width: 30px;
  height: 30px;
  padding: 7px;
  box-sizing: border-box;
  border-radius: 8px;
  background: rgba(122, 192, 67, 0.18);
  flex: none;
}

.card-label-area p {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7ac043;
}

.card-content p {
  margin: 0;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: #eaf1f9;
  z-index: 2;
  position: relative;
}

.decorative-letter {
  position: absolute;
  right: 24px;
  bottom: -18px;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.06);
  z-index: 1;
}
.decorative-letter-light-bkg {
  position: absolute;
  right: 24px;
  bottom: -18px;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  pointer-events: none;
  color: rgb(237 239 243);
  z-index: 1;
}
    .hp-hero {
        height: 100vh;
    }

    .hp-hero .content-container {
        padding: 0;
    }

    .hp-hero .hero-container {
        width: 100%;
        position: relative;
    }

    .hp-hero .video-hero-content {
        display: flex;
        height: 65vh;
        align-items: center;
        position: relative;
        z-index: 2;
        padding: 5%;
    }

    .hp-hero .hero-content {
        color: #fff;
        max-width: 1040px;
    }

    .hp-hero .hero-content h1 {
        margin-top: 0;
        color: #fff;
    }

    .hp-hero .hero-content p {
        max-width: 800px;
    }

    .hp-hero .hero-ctas a {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background: #fff;
        padding: 30px;
        min-height: 250px;
        text-decoration: none;
        clip-path: polygon(35px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 35px);
        transition: transform 0.3s ease-in-out;
    }

    .hp-hero .hero-ctas a:hover {
        transform: scale(1.05);
        transition-duration: 0.2s;
    }

    .hp-hero .hero-ctas h2 {
        color: #0358AF;
        font-size: 28px;
    }

    .hero-ctas img {
        padding-bottom: 15%;
    }

    .hero-ctas .shadow {
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    }

    .cta-card {
        position: relative;
    }

    .cta-card:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: #51d645;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.hp-hero .hero-ctas a:hover:before {
    background: #0f3c79;
}
.hp-hero .hero-ctas a:hover:after {
    content: url(/wp-content/uploads/2026/03/white-arrow.png);
}

    .cta-card:after {
        content: url("/wp-content/uploads/2026/03/dark-arrow.png");
        position: absolute;
        top: 27px;
        right: 12px;
        transform: translateY(-50%) rotate(0deg);
        transition: transform 0.3s ease;
        z-index: 2;
        backface-visibility: hidden;
    }

    .cta-card:hover:after {
        transform: translateY(-53%) rotate(45deg);
    }

    .offset-grid .grid-container.cols-3 h4 {
        margin-bottom: 0;
        margin-top: 18px;
    }

    .offset-grid .grid-container.cols-3 p {
        margin-top: 9px;
        color: #527791;
        font-size: 18px;
        line-height: 27px;
    }

    .offset-grid .grid-container.cols-3 .grid-item {
        border-left: solid 1px #D4DBE0;
        padding-left: 20px;
        height: fit-content;
    }

    .horizontal-tabs-container .content-container {
        padding-bottom: 8%;
    }

    .horizontal-tabs-container .content-container .column {
        flex: 1;
    }

    .horizontal-tabs-container .tab-button {
        background-color: #fff;
        color: #333;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
        width: 100%;
        font-size: 22px;
        border-bottom: solid 4px #fff;
        text-align: center;
        font-weight: bold;
        padding: 15px 20px;
        clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
        border: 0;
    }

    .horizontal-tabs-container .tab-button:hover {
        background-color: #007bff;
        color: white;
    }

    .horizontal-tabs-container .tab-button.active {
        background-color: #E4F9E3;
        color: #333333;
        font-weight: bold;
        width: 100%;
        border-bottom: solid 4px #51D647;
    }

    .horizontal-tabs-container .tab-button.active:after {
        content: "";
        background: url("/wp-content/uploads/2026/03/green-block-arrow.png");
        height: 40px;
        width: 40px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 0;
    }

    .horizontal-tabs-container .tab-content-container.column {
        display: flex;
        flex-direction: column;
        flex: 2;
    }

    .horizontal-tabs-container .tab-content {
        display: none;
        padding: 20px;
        background-color: #fff;
        margin-bottom: 15px;
        border: 1px solid #ddd;
    }

    .horizontal-tabs-container .tab-content img {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .horizontal-tabs-container .tab-content h3 {
        font-size: 24px;
        margin-bottom: 15px;
        color: #333;
    }

    .partner-name-containers {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px;
    }

    .partner-table {
        width: 100%;
        border-collapse: collapse;
    }

    .partner-table td {
        padding: 15px 20px;
        color: #4A5568;
        width: 33.33%;
    }

    .partner-table tr:nth-child(even) {
        background-color: #F7FAFC;
    }

    table.partner-table {
        text-align: center;
    }

    .partner-table tr:hover {
        background-color: #EDF2F7;
    }

    .pagination-container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
        font-size: 14px !important;
        color: #718096;
    }

    .page-numbers {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .pagination-container button {
        background: none;
        border: none;
        cursor: pointer;
        color: #718096;
        font-size: 16px;
    }

    .pagination-container span {
        font-size: 16px;
    }

    .pagination-container .num {
        cursor: pointer;
        padding: 2px 5px;
    }

    .pagination-container .num.active {
        color: #2D3748;
        font-weight: bold;
        border-bottom: 2px solid #48BB78;
    }

    .pagination-container .num:hover {
        color: #48BB78;
    }

    .partner-table tr[style*="display: none"] {
        display: none !important;
    }

    .testimonial .two-column-row {
        gap: 0;
    }

    .testimonial .content-column {
        background: #013C79;
        min-height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .testimonial .content-column h2, .testimonial .content-column p {
        color: #fff;
    }

    .testimonial .content-column:before {
        content: url("/wp-content/uploads/2026/03/quotes.png");
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: -45px;
    }

    .testimonial .image-column {
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 11%);
        position: relative;
        top: -29px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        z-index: 2;
    }

    .testimonial .right {
        position: relative;
    }

    .testimonial .right:before {
        background: url("/wp-content/uploads/2026/03/dotted-lightblue.png");
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        height: 120px;
        width: 120px;
        position: absolute;
        top: -50px;
        left: 48%;
        z-index: 1;
        content: "";
    }

}

@media screen and (min-width: 900px) {
			.yearly-goal-list.two-column-accordion-image-col .accordion-label h3 {
    font-size: 22px;
}
    li, p, span {
        font-size: 22px;
        line-height: 35px;
    }
	
	a {
		font-weight: 500;
		font-size: 22px;
		text-decoration: underline;
		color: #022742;
	}

    h2 {
        font-size: 45px;
    }

    .hp-hero .hero-content h1, h1 {
        font-size: 60px;
    }

    .play-button-wrapper {
        width: 150px;
        height: 150px;
    }

    .hp-hero .hero-ctas {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 25px;
        position: absolute;
        top: 115%;
        right: 0;
        z-index: 3;
    }

    .hp-hero .hero-content p {
        font-size: 25px;
        max-width: 800px;
    }

    .blue-cta, .white-cta {
        font-size: 20px;
    }

    .blue-cta::before, .white-cta::before {
        width: 45px;
        height: 45px;
    }

    .blue-cta::after, .white-cta::after {
        width: 34px;
        height: 34px;
        right: -26px;
    }

}

@media (max-width: 899px) {
			.yearly-goal-list.two-column-accordion-image-col .accordion-label h3 {
    font-size: 17px;
}
    .hp-hero .hero-ctas {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
        position: relative;
        top: 80px;
        left: 0;
        z-index: 3;
    }

    .hp-hero, .hp-hero .video-hero-content {
        height: 100%;
    }

    /* CONFLICT — AEDG file differs for `.hp-hero .video-hero-content`. See conflicts-report.md. */
    .hp-hero .video-hero-content {
        align-items: flex-start;
    }

    .hp-hero .hero-ctas a {
        min-height: 150px;
    }

    .partner-name-containers {
        grid-template-columns: 1fr;
    }

    .partner-table, .partner-table tbody, .partner-table td, .partner-table tr {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    .partner-table td {
        text-align: center;
        border-bottom: 1px solid #EDF2F7;
    }

    .partner-table tr:nth-child(even) {
        background-color: transparent;
    }

    .partner-table tr:nth-child(even) td:nth-child(3), .partner-table tr:nth-child(even) td:nth-child(odd), .partner-table tr:nth-child(odd) td:nth-child(even) {
        background-color: #F7FAFC;
    }

    .partner-table tr:hover {
        background-color: transparent;
    }

    .partner-table td:hover {
        background-color: #EDF2F7;
    }

}

@media (max-width: 1240px) {
    .nav-menu a {
        font-size: 16px;
    }

}

@media screen and (min-width: 1210px) {
	.two-column-accordion-image-col .two-column-accordion-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    align-items: start;
}
		.goals .bottom-row .values-card-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
    .menu-toggle {
        display: none;
    }

    .header-search {
        display: none;
    }

    .header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 5%;
        max-width: 1740px;
        margin: 0 auto;
    }

	header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    max-width: 1920px;
    width: 100%;
}

    .nav-menu {
        display: flex;
        flex-direction: row;
        background: transparent;
        margin: 0;
        padding: 0;
    }

    .nav-menu a {
        font-weight: 600;
        font-size: 18px;
        color: #fff;
    }

    .sub-menu a {
        color: #000;
		line-height: normal;
    }

    .nav-menu li {
        position: relative;
        border: none;
    }

    .nav-menu li:hover > ul {
        display: block;
    }

    .nav-menu ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        background: #fff;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        padding: 0;
    }

    .two-column-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5%;
        align-items: center;
    }

    .multi-column-grid-container {
        display: grid;
    }

    .multi-column-grid-image img {
        width: 100%;
    }

    .multi-column-grid-container.columns-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .multi-column-grid-container.columns-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .multi-column-grid-container.columns-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .multi-column-grid-container.columns-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .multi-column-grid-container.columns-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .multi-column-grid-container.columns-6 {
        grid-template-columns: repeat(6, 1fr);
    }

    .site-footer .three-col-section {
        grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr);
    }

    .site-footer .copyright-bar .wrapper {
        flex-direction: row;
        justify-content: space-between;
    }

    .membership .video-trigger {
        position: relative;
        z-index: 4;
    }

    .about .video-trigger::before, .membership .video-trigger::before {
        content: "";
        position: absolute;
        background: url("/wp-content/uploads/2026/03/dotted-lightblue.png") no-repeat;
        background-size: contain;
        z-index: -1;
        pointer-events: none;
    }

    .membership .video-trigger::before {
        width: 150px;
        height: 150px;
        bottom: -30px;
        left: -30px;
    }

    .about .video-trigger::before {
        width: 80px;
        height: 80px;
        bottom: -30px;
        left: -30px;
    }

	.wavebkg .content-container:after {
        content: "";
        background: url("/wp-content/uploads/2026/03/gray-dotted-wave.png") no-repeat center bottom;
        background-size: cover;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
		background-repeat: no-repeat;
    }

    .plat-partners-container {
        max-width: 600px;
        overflow: hidden;
    }

    .membership .right-column h2:last-of-type {
        font-size: 24px;
        border-bottom: solid 1px #BAC6D0;
        padding: 90px 0 20px;
        margin-bottom: 20px;
    }

    .about {
        position: relative;
    }

    .about .column.right-column a {
        position: relative;
        top: -70px;
    }

    .about .column.left-column {
        padding-top: 5%;
    }

    .makerfest .top-row {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 5% 120px;
    }

    .makerfest .content-container {
        padding: 0;
        max-width: 100%;
    }

    .makerfest .columns-3 .multi-column-grid-item:nth-of-type(2) {
        margin-top: -60px;
    }

    .makerfest .multi-column-grid-image img {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px;
    }

    .hp-final-cta {
        margin-top: 5%;
    }

    .hp-final-cta .content-container {
        max-width: 960px;
    }

    .hp-final-cta .double-colored-dotted-pattern {
        content: url("/wp-content/uploads/2026/03/double-dotted-pattern.png");
        position: absolute;
        top: -46px;
        right: 170px;
        width: 110px;
    }

    .hero {
        min-height: 95vh;
    }

    .hero .hero-content {
        width: 55%;
    }

    .offset-grid .grid-container.cols-3 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 7%;
    }

    .offset-grid .grid-container.cols-3 .grid-item:first-of-type {
        margin-top: -35%;
    }

    .offset-grid .grid-container.cols-3 .grid-item:nth-of-type(2) {
        margin-top: -15%;
    }

    .offset-grid .grid-container.cols-3 .grid-item:last-of-type {
        margin-top: 0%;
    }

    .full-width-row {
        display: block;
    }

    .full-width-accordion {
        display: block;
    }

    .full-width-accordion .top-row {
        padding: 0;
    }

    .two-column-row {
        display: grid;
        gap: 45px;
    }

    .row.two-column-row-img-cover-container {
        padding: 0;
    }

    .two-column-row-img-cover-container .two-column-row.left .image-column {
        order: 1;
    }

    .two-column-row-img-cover-container .two-column-row.right .image-column {
        order: 2;
    }

    .two-column-row-img-cover-container .two-column-row.left .content-column {
        order: 2;
    }

    .double-accordion-grid {
        display: grid;
    }

    .grid-container {
        display: grid;
        gap: 45px;
    }

    .grid-container .grid-item img {
        margin-bottom: 15px;
    }

    .grid-container .grid-item a:hover {
        text-decoration: none;
    }

    .multi-column-grid-container {
        display: grid;
    }

    .multi-column-grid-item.full-width {
        grid-column: 1 / -1;
    }

    .off-cta-container {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .off-cta-container .column:first-of-type {
        flex-basis: 35%;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 20px;
        color: white;
    }

    .off-cta-content {
        position: relative;
        z-index: 2;
        background-color: #fff;
        padding: 5%;
        height: fit-content;
        width: 90%;
        transform: translateX(60%) translateY(30%);
        box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.69);
        line-height: 2;
    }

    .off-cta-content h3 {
        color: #0B1A3C;
        padding-left: 5%;
        border-left: 3px solid #DB0C31;
    }

    .off-cta-content {
        color: #6B6C70;
    }

    .off-cta-content {
        color: #051A53;
        font-weight: bold;
    }

    .horizontal-tabs-container .content-container .tabs {
        display: flex;
        flex-direction: row;
        gap: 8px;
        width: 100%;
    }

    .testimonial .content-column {
        padding: 5% 5% 5% 10%;
    }

    .menu-panel, .menu-toggle.open-menu {
        display: none !important;
    }

    .nav-menu.desktop-only {
        display: flex !important;
    }
}

@media (max-width: 1250px) {
	.nav-menu a {
		font-size: 16px;
	}
}

@media (max-width: 1209px) {
	.site-footer .logo-col a {
    display: flex;
	justify-content: center;
}
	.dotted-pattern-top-left:before, .dotted-pattern-top-right:before, .dotted-pattern-top-right-full-color:before, .dotted-pattern-bottom-right:before, .dotted-pattern-bottom-left:before {
		display: none;
	}
	.dotted-pattern-top-left.driving-growth-videos:before {
    display: none;
}
	.two-column-accordion-image-col .two-column-accordion-grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .nav-menu.desktop-only {
        display: none !important;
    }

    .menu-toggle.open-menu {
        display: flex !important;
    }

    .membership .content-container {
        padding-top: 110px;
    }

    .two-column-row {
        display: flex;
        flex-direction: column;
    }

    .left-column, .right-column {
        width: 100%;
    }

    .membership .left-column {
        order: 2;
    }

    .about .content-container {
        padding-top: 5%;
    }

    .multi-column-grid-container {
        padding-top: 50px;
    }

    .multi-column-grid-container.columns-3.Columns {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .site-footer .three-col-section {
        text-align: center;
        align-items: center;
    }

    .contact-col a, .quick-links-col a {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .site-footer .copyright-bar {
        top: 0;
    }

    .site-footer .copyright-bar .wrapper {
        gap: 0;
    }

    .site-footer a {
        font-size: 16px;
    }

    .offset-grid .grid-container.cols-3 .grid-item {
        border-left: 0;
    }

    .intro-section .two-column-row .left-column {
        order: 2;
    }

    .offset-grid .grid-container.cols-3 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .horizontal-tabs-container .content-container .tabs {
        flex-direction: column;
    }

    /* CONFLICT — AEDG file differs for `.testimonial .image-column`. See conflicts-report.md. */
    .testimonial .image-column {
        order: 2;
    }

    .testimonial .content-column {
        padding: 5% 5% 5% 5%;
        text-align: center;
    }

    #site-navigation ul.nav-menu, .nav-menu {
        display: none !important;
    }

    .main-navigation::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(2, 39, 66, 0.7);
        backdrop-filter: blur(4px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 999;
    }

    .main-navigation.is-active::before {
        opacity: 1;
        visibility: visible;
    }

    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background: #fff;
        position: relative;
        z-index: 999;
    }

    .menu-toggle.open-menu {
        border: none;
        background: #fff;
        padding: 10px;
        border-radius: 4px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        content: "";
        display: block;
        width: 30px;
        height: 3px;
        background: #333;
        border-radius: 2px;
    }

    .hamburger-inner::before {
        transform: translateY(-9px);
    }

    .hamburger-inner::after {
        transform: translateY(6px);
    }

    .menu-panel #menu-main-nav {
        padding: 20px;
        list-style: none;
        padding-top: 0;
        margin-top: 0;
    }

    #menu-main-nav li {
        padding: 5px 0;
    }

    #menu-main-nav li a {
        font-size: 17px;
    }

    .menu-panel {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 320px;
        height: 100vh;
        background: #fff;
        transition: right 0.3s ease-in-out;
        z-index: 999;
        display: flex;
        flex-direction: column;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.2);
        padding-bottom: 40px;
    }

    .main-navigation.is-active .menu-panel {
        right: 0;
    }

    .close-menu {
        align-self: flex-end;
        margin: 15px 15px 10px 0;
        background: #333;
        color: #fff;
        border: none;
        font-size: 28px;
        width: 40px;
        height: 40px;
        line-height: 1;
        border-radius: 4px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #primary-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow-y: auto;
        display: block !important;
    }

    #primary-menu li a {
        display: block;
        padding: 18px 25px;
        color: #051A53;
        text-decoration: none;
        font-weight: bold;
        font-size: 20px;
    }

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

    .sub-menu li a {
        padding-left: 45px;
    }

    .menu-panel .menu-item-has-children .sub-menu a {
        padding-left: 15px;
    }

    .menu-panel .close-menu {
        margin: 0px 0px 10px auto;
        background: #51D646;
        color: #333;
        border-radius: 0;
        width: 44px;
        height: 44px;
        font-weight: 300;
        transition: transform 0.2s ease;
    }

    .menu-panel .close-menu:active {
        transform: scale(0.9);
    }

    #primary-menu li a {
        font-family: hanken-grotesk, sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 18px;
        transition: background 0.2s ease, color 0.2s ease;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 18px 25px;
        text-decoration: none;
    }

    #primary-menu li a:active {
        background-color: #f9f9f9;
        color: #51D646;
    }

    .menu-panel .menu-item-has-children {
        position: relative;
    }

    .menu-panel #primary-menu li.menu-item-has-children > a {
        padding-right: 60px;
    }

    .menu-panel .sub-menu-toggle {
        position: absolute;
        top: 0;
        right: -15px;
        width: 40px;
        height: 40px;
        background: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        z-index: 2;
    }

    .menu-panel .sub-menu-toggle::after {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border-bottom: 3px solid currentColor;
        border-right: 3px solid currentColor;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
        margin-bottom: 6px;
    }

    .menu-panel .menu-item-has-children.sub-menu-open > .sub-menu-toggle::after {
        transform: rotate(-135deg);
        margin-bottom: -6px;
    }

    .menu-panel .sub-menu {
        display: none;
    }

    .menu-panel .menu-item-has-children.sub-menu-open > .sub-menu {
        display: block;
    }

    .sub-menu li a {
        background: #fcfcfc;
        text-transform: none;
        padding-left: 45px;
    }

    .testimonial .content-column:before {
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        height: auto;
        right: auto;
    }

    .testimonial .image-column {
        min-height: 400px !important;
        order: 2;
    }

    .testimonial {
        margin-top: 50px;
    }

    .testimonial .right:before {
        display: none;
    }

    .two-column-row {
        display: flex;
        flex-direction: column;
    }

}


/* =========================================
   APPENDED FROM AEDG (not present in base theme)
   ========================================= */

.smaller-h2 {
    font-size: 25px;
}

h1 {
    font-size: 45px;
}

.two-column-accordion-image-col .image-column img {
    display: block;
    width: 100%;
    height: auto;
}

.two-column-accordion-image-col .top-column-content {
    margin-bottom: 30px;
}

.two-column-accordion-image-col .accordion .item {
    border-bottom: 1px solid #ddd;
}

.two-column-accordion-image-col .accordion .item:first-child {
    border-top: 1px solid #ddd;
}

.two-column-accordion-image-col .accordion-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    cursor: pointer;
    background: #fff;
}

.two-column-accordion-image-col .item.active .accordion-label {
    background: #F3FCF2;
}

.two-column-accordion-image-col .accordion-label h3 {
    margin: 0;
    font-weight: 600;
}

.two-column-accordion-image-col .accordion-toggle {
    background: none;
    border: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    position: relative;
    order: 2;
}

.two-column-accordion-image-col .accordion-toggle::after, .two-column-accordion-image-col .accordion-toggle::before {
    content: "";
    position: absolute;
    background-color: #333;
    top: 50%;
    left: 50%;
    transition: transform 0.3s ease;
}

.two-column-accordion-image-col .accordion-toggle::before {
    width: 16px;
    height: 2px;
    transform: translate(-50%, -50%);
}

.two-column-accordion-image-col .accordion-toggle::after {
    width: 2px;
    height: 16px;
    transform: translate(-50%, -50%);
}

.two-column-accordion-image-col .item.active .accordion-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.two-column-accordion-image-col .accordion .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.two-column-accordion-image-col .accordion .item.active .content {
    padding: 20px 20px 40px;
}

.two-column-accordion-image-col .accordion .content p {
    margin: 0 0 1em;
}

.two-column-accordion-image-col .accordion .content p:last-child {
    margin-bottom: 0;
}

.two-column-row-img-cover-container.drk-bluewave .content-column, .two-column-row-img-cover-container.drk-bluewave .content-column a, .two-column-row-img-cover-container.drk-bluewave .content-column h2 {
    color: #fff;
}

.background-position-bottom {
    background-position: bottom;
}

html {
    overflow-x: hidden;
}

.index-2 {
    z-index: 2;
}

.index-1 {
    z-index: 1;
}

.white-text {
    color: #fff;
}

.grid-container .grid-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.hero.short-hero {
    min-height: 75vh;
    align-items: center;
    flex-direction: row;
    background-repeat: no-repeat;
}

.scatter-layout {
    background-size: contain !important;
}

.scatter-container .img-floating {
    position: absolute;
    width: 20%;
}

.scatter-container .img-4 {
    bottom: -5%;
    right: 8%;
}

.scatter-container .img-2 {
    bottom: 5%;
    left: 0%;
    transform: translateX(-20%);
}

.grid-container.cols-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.port-update-grid .grid-container.cols-3 {
    padding: 10%;
}

@media screen and (min-width: 701px) {
    .port-update-grid .grid-container.cols-3 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2rem;
    }

}

.transparentbkg-cta {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    padding: 8px 10px 8px 0;
    position: relative;
    transition: all 0.3s ease;
    font-size: 20px;
    text-decoration: underline;
    color: #022742;
}

.transparentbkg-cta::before {
    content: "";
    display: block;
    background: #51D646;
    width: 50px;
    height: 100%;
    position: absolute;
    right: -50px;
    top: 0;
    z-index: 1;
    transition: background 0.3s ease;
}

.transparentbkg-cta::after {
    content: "";
    background: url("/wp-content/uploads/2026/03/up-arrow.png") no-repeat center;
    width: 50px;
    height: 100%;
    position: absolute;
    right: -50px;
    top: 0;
    z-index: 2;
    transition: transform 0.3s ease;
    transform-origin: center;
    backface-visibility: hidden;
    will-change: transform;
}

.transparentbkg-cta:hover::after {
    transform: rotate(45deg);
}

.transparentbkg-whitecta {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    padding: 8px 10px 8px 0;
    position: relative;
    transition: all 0.3s ease;
    font-size: 20px;
    text-decoration: underline;
    color: #fff;
}

.transparentbkg-whitecta::before {
    content: "";
    display: block;
    background: #51D646;
    width: 50px;
    height: 100%;
    position: absolute;
    right: -50px;
    top: 0;
    z-index: 1;
    transition: background 0.3s ease;
}

.transparentbkg-whitecta::after {
    content: "";
    background: url("/wp-content/uploads/2026/03/up-arrow.png") no-repeat center;
    width: 50px;
    height: 100%;
    position: absolute;
    right: -50px;
    top: 0;
    z-index: 2;
    transition: transform 0.3s ease;
    transform-origin: center;
    backface-visibility: hidden;
    will-change: transform;
}

.transparentbkg-whitecta:hover::after {
    transform: rotate(45deg);
}

.opportunities-grid .white-cta {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    padding: 12px 30px;
    position: relative;
    transition: all 0.3s ease;
    font-size: 16px;
    text-decoration: underline;
}

.opportunities-grid .white-cta {
    background: white;
    color: #022742;
}

.opportunities-grid .white-cta::before {
    content: "";
    display: block;
    background: #51D646;
    width: 55px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: background 0.3s ease;
}

.opportunities-grid .white-cta:hover {
    background: #51D646;
}

.opportunities-grid .white-cta:hover::before {
    background: #fff;
}

@media (max-width: 899px) {
    .contact-container > div {
        flex-basis: 100%;
    }

}

.scatter-container {
    height: 530px;
}

 .subheading {
    text-transform: uppercase;
    color: #95A1AA;
    font-size: 16px;
}

.subheading-white {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

.image-clipmask img {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 11%);
}

@keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

.stat-container.fade-in {
    opacity: 0;
    transform: translateY(30px);
}

.stat-container.fade-in.visible {
    animation: fadeInUp 0.8s ease-out forwards;
}

.stat-container:nth-child(1).visible {
    animation-delay: 0.1s;
}

.stat-container:nth-child(2).visible {
    animation-delay: 0.3s;
}

.stat-container:nth-child(3).visible {
    animation-delay: 0.5s;
}

.stat-container:nth-child(4).visible {
    animation-delay: 0.7s;
}

.logos {
    overflow: hidden;
    padding: 30px 0;
    white-space: nowrap;
    position: relative;
    display: flex;
}

.logos:first-of-type .logos-slide img {
    height: 100px;
}

@keyframes slide {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

@keyframes slide-reverse {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

.logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}

.slide-reverse {
    animation: 35s slide-reverse infinite linear;
}

.logos-slide img {
    height: 70px;
    margin: 0 40px;
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.password-form-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 10rem 5rem 3rem;
    background: #05203e;
}

.password-form-container .post-password-form {
    background: #ffffff;
    padding: 3rem 2.5rem;
    max-width: 440px;
    width: 100%;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.password-form-container .post-password-form p:first-child {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin: 0 0 1.75rem 0;
}

.password-form-container .post-password-form p:last-child {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
}

.password-form-container .post-password-form label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.02em;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.password-form-container .post-password-form input[type="password"] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1.5px solid #d0d0d0;
    background: #fafafa;
    color: #222;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-sizing: border-box;
}

.password-form-container .post-password-form input[type="password"]:focus {
    border-color: #333;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.password-form-container .post-password-form input[type="submit"] {
    padding: 0.8rem 2rem;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
    color: #333333;
    background: #51d645;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
    letter-spacing: 0.01em;
}

.password-form-container .post-password-form input[type="submit"]:hover {
    background: #092f5b;
    color: #fff;
}

.password-form-container .post-password-form input[type="submit"]:active {
    transform: scale(0.98);
}

.site-footer .four-col-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5%;
    position: relative;
    padding: 40px 0 120px;
    align-items: start;
}

.site-footer .social {
    padding-top: 20px;
}

.contact-col, .news-col, .quick-links-col {
    display: grid;
    gap: 13px;
}

.contact-col a, .news-col a, .quick-links-col a {
    width: fit-content;
}

.contact-col h4, .news-col h4, .newsletter-col h4, .quick-links-col h4 {
    margin: 0;
}

.newsletter-col p {
    font-size: 18px;
    line-height: 26px;
}

footer .logo-col {
    padding-top: 50px;
    display: inline-block;
}

.site-header {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

header.site-header.scrolled .header-container {
    padding: 10px 40px;
    transition: ease .03s;
}

header.site-header.scrolled .menu-item-has-children > a::after {
    filter: brightness(0);
}

@media (min-width: 1210px) {
	.membership .content-container {
  padding-top: 220px;
}
	
    .site-header .logo-color {
        display: none;
    }

    .site-header .logo-white {
        display: block;
    }

}

@media (max-width: 1209px) {
    .menu-panel a, .menu-panel a:focus, .menu-panel a:hover {
        text-decoration: none;
    }

    .menu-panel a[href="#"] {
        pointer-events: none;
        cursor: default;
    }

    .site-footer .copyright-bar a, .site-footer .copyright-bar p {
        font-size: 14px;
        line-height: 22px;
    }

    .site-footer .four-col-section {
        display: block;
        padding: 0;
    }

    .quick-links-col {
        padding-top: 40px;
    }

    .news-col {
        padding: 40px 0;
    }

    .contact-col {
        padding: 0 0 40px;
    }

    .site-header .logo-white {
        display: none;
    }

    .site-header .logo-color {
        display: block;
    }

}

.site-header.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.site-header.scrolled .logo-white {
    display: none;
}

.site-header.scrolled .logo-color {
    display: block;
}

.site-header.scrolled #primary-menu > li > a {
    color: #000;
}

.site-header.scrolled .hamburger-inner, .site-header.scrolled .hamburger-inner::after, .site-header.scrolled .hamburger-inner::before {
    background-color: #000;
}

@media screen and (min-width: 360px) {
	.industries-subnav {
    padding: 5%;
}
.industries-subnav .nav-links {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 25px;
    flex-wrap: wrap;
}
.industries-subnav .nav-links a {
    color: #fff;
    font-size: 14px;
    border: solid 1px #ffffff;
    border-radius: 50px;
    padding: 5px 25px;
    text-decoration: none;
    transition: 0.2s ease;
    text-align: center;
}
.industries-subnav .nav-links a:hover {
    background: #0f3c79;
}
	.industry-names-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.industry-names-container .company {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    padding: 18px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(227, 230, 234);
}
.industry-names-container .company img {
    max-width: 200px;
}
.industries-section span {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgb(154, 161, 171);
    margin-bottom: 16px;
}
	.driving-growth-videos .two-column-row {
    max-width: 1500px;
    margin: 0 auto;
}
	
    .page-id-257 {
        overflow-x: hidden;
    }

    .community-partners .content-container {
        max-width: 1400px;
        margin: 0 auto;
    }

    #primary-menu .menu-item-has-children > a[href="#"] {
        cursor: default;
    }

    .link-organizer h4 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .link-organizer .center-container {
        display: grid;
        grid-template-columns: 1fr;
        padding-top: 50px;
    }

    .link-organizer {
        padding: 5%;
    }

    .link-organizer .content-container {
        max-width: 1224px;
        margin: 0 auto;
        padding: 5%;
        background: #fff;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }

    .about-port-auth.stats-section .video-trigger {
        max-height: 100%;
    }

    #port-board .dotted-pattern-top-right:before {
        opacity: 1;
    }

    .bio-info.dotted-pattern-top-right:before {
        opacity: 1;
    }

    .bio-info .right-column h4 {
        margin-top: 10px;
    }

    .bio-page-hero h1 {
        margin-bottom: 15px;
    }

    .bio-page-hero .title {
        margin-top: 0;
        font-size: 27px;
    }

    .bio-info .two-column-row {
        grid-template-columns: 1fr 1.5fr;
    }

    .bio-info .left-column img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        object-position: middle;
        max-height: 650px;
    }

    .contact-container {
        display: flex;
        flex-wrap: wrap;
        gap: 16px 32px;
    }

    .contact-container > div {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .contact-container a {
        white-space: nowrap;
    }

    .contact-container .address-line {
        white-space: normal;
    }

    .contact-container .address-line .city-state {
        white-space: nowrap;
    }

    .full-width-accordion {
        padding: 60px 5%;
    }

    .full-width-accordion .content-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }

    .full-width-accordion .top-row {
        margin-bottom: 40px;
    }

    .full-width-accordion .accordion .item {
        border-bottom: 1px solid #ddd;
    }

    .full-width-accordion .accordion .item:first-child {
        border-top: 1px solid #ddd;
    }

    .full-width-accordion .accordion-label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        cursor: pointer;
        background: #fff;
    }

    .full-width-accordion .item.active .accordion-label {
        background: #F3FCF2;
    }

    .full-width-accordion .accordion-label h3 {
        margin: 0;
        font-weight: 600;
    }

    .full-width-accordion .accordion-toggle {
        background: none;
        border: none;
        cursor: pointer;
        width: 36px;
        height: 36px;
        flex-shrink: 0;
        position: relative;
        order: 2;
    }

    .full-width-accordion .accordion-toggle::after, .full-width-accordion .accordion-toggle::before {
        content: "";
        position: absolute;
        background-color: #333;
        top: 50%;
        left: 50%;
        transition: transform 0.3s ease;
    }

    .full-width-accordion .accordion-toggle::before {
        width: 16px;
        height: 2px;
        transform: translate(-50%, -50%);
    }

    .full-width-accordion .accordion-toggle::after {
        width: 2px;
        height: 16px;
        transform: translate(-50%, -50%);
    }

    .full-width-accordion .item.active .accordion-toggle::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .full-width-accordion .accordion .content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
    }

    .full-width-accordion .accordion .item.active .content {
        padding: 20px 20px 40px;
    }

    .full-width-accordion .accordion .content p {
        margin: 0 0 1em;
    }

    .full-width-accordion .accordion .content p:last-child {
        margin-bottom: 0;
    }

    .directory-width .content-container {
        max-width: 1400px;
    }

    .offset-grid h4 {
        font-size: 29px;
    }

    #board-members .wpdt-c.wpDataTableContainerSimpleTable {
        width: 95%;
    }

    .wpdt-c.row.wpDataTableContainerSimpleTable.wpDataTables.wpDataTablesWrapper {
        width: 90%;
    }

    #team {
        padding-bottom: 300px;
    }

    p.subheading.white-text {
        color: #fff;
    }

    .hp-feed .post-feed-item {
        border-bottom: 1px solid #D4DBE0;
    }

    .hp-feed .post-feed-item:first-child {
        border-top: 1px solid #D4DBE0;
    }

    .stats-section {
        padding-bottom: 100px;
    }

    .stats-section .video-trigger {
        max-height: 45vh;
        overflow: hidden;
    }

    .stats-section .video-trigger img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .stats-section .video-trigger {
        margin-top: 60px;
    }

    .makerfest .right-column img {
        width: 100%;
    }

    .makerfest .left-column img {
        width: 350px;
    }

    .makerfest .right-column img {
        clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%, 0 12%);
    }

    .hp-feed .post-feed-item a {
        display: flex;
        align-items: center;
        gap: 30px;
        padding: 30px 0;
    }

    .hp-about, .hp-about h2 {
        color: #fff;
    }

    .drk-bluewave .content-column {
        background: url("/wp-content/uploads/2026/03/darkblue-wave-bkg-scaled.webp");
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        min-height: 690px;
        padding: 5% 10% 5% 10%;
    }

    .stat-container span {
        color: #029DF7;
        font-weight: bold;
        font-size: 68px;
        display: block;
    }

    .stat-container > div {
        display: flex;
        margin-bottom: 40px;
    }

    .opportunities-grid .featured-item > a.card-link {
        text-decoration: none;
    }

    .opportunities-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .aedg-opportunities-wrap {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    }

    .opportunities-grid .grid-item {
        height: 100%;
    }

    .opportunities-grid .featured-video-wrap img {
        width: 100%;
    }

    .opportunities-grid .featured-top-content img {
        padding: 45px 45px 0;
    }

    .featured-top-content .link-wrapper .white-cta {
        width: 70%;
        padding-left: 45px;
        padding: 9px 30px 10px 45px;
    }

    .opportunities-grid .standard-item {
        background: transparent;
        clip-path: none;
        display: flex;
        flex-direction: column;
        transition: background 0.3s ease, clip-path 0.3s ease;
    }

    .opportunities-grid .standard-item:hover {
        background: #F2F4F5;
    }

    .opportunities-grid > a.card-link {
        display: block;
        text-decoration: none;
        height: 100%;
    }

    .opportunities-grid > a.card-link:nth-child(2) .standard-item {
        border-right: 1px solid #D4DBE0 !important;
        border-bottom: 1px solid #D4DBE0 !important;
    }

    .opportunities-grid > a.card-link:nth-child(3) .standard-item {
        border-bottom: 1px solid #D4DBE0 !important;
    }

    .opportunities-grid > a.card-link:nth-child(4) .standard-item {
        border-right: 1px solid #D4DBE0 !important;
    }

    .opportunities-grid .standard-item img {
        padding: 45px 45px 0 45px;
        width: fit-content;
    }

    .opportunities-grid .standard-item h3 {
        padding: 0 45px 0 45px;
    }

    .opportunities-grid .standard-item .white-cta {
        width: 70%;
        padding-left: 45px;
        padding: 9px 30px 10px 45px;
    }

    .opportunities-grid .standard-item:hover .white-cta {
        background: #51D646;
    }

    .opportunities-grid .standard-item:hover .white-cta::before {
        background: rgb(255, 255, 255);
    }

    .opportunities-grid .white-cta::after {
        content: "";
        background: url("/wp-content/uploads/2026/03/up-arrow.png") no-repeat center;
        background-size: contain;
        width: 55px;
        height: 28px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        z-index: 2;
        transition: transform 0.3s ease;
        backface-visibility: hidden;
        will-change: transform;
    }

    .opportunities-grid .white-cta:hover::after {
        transform: translateY(-50%) rotate(45deg);
    }

    .featured-top-content .link-wrapper .white-cta:hover::after {
        transform: translateY(-50%) rotate(45deg);
    }

    .opportunities-grid .standard-item .link-wrapper {
        margin-top: auto;
        padding-bottom: 45px;
    }

    .opportunities-grid .featured-video-wrap .play-icon::after {
        border-width: 15px 0 15px 25px;
        margin-left: 8px;
    }

    .opportunities-grid .featured-video-wrap .play-button-wrapper {
        width: 90px;
        height: 90px;
        top: 40%;
    }

    .opportunities-grid .featured-video-wrap .play-icon::after {
        border-width: 18px 0 18px 30px;
        margin-left: 10px;
    }

    .scatter-section {
        width: 100%;
        overflow-x: hidden;
        padding: 80px 0;
    }

    .scatter-container {
        position: relative;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        min-height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .scatter-container .content-block {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        z-index: 2;
    }

    .scatter-container .img-1 {
        top: 0%;
        left: 0%;
    }

    .scatter-container .img-3 {
        top: 20%;
        right: 0%;
        transform: translateX(30%);
    }

    .scatter-container .img-floating img {
        width: 100%;
        height: auto;
    }


    #port-board {
        padding: 5% 5% 5%;
    }

    #team .content-container {
        max-width: 1300px;
        margin: 0 auto;
    }

    #team .grid-content {
        padding-top: 15px;
    }

    #team .team-member-name {
        color: #fff;
        margin: 0;
        text-align: center;
    }

    #team .team-member-title {
        margin: 8px 0;
        color: #fff;
        font-size: 17px;
        line-height: normal;
        text-align: center;
    }

    #team {
        background-repeat: no-repeat;
        background-size: cover;
    }

    #team .grid-item a {
        text-decoration: none;
    }

    #port-board .content-container, :is(#board-members) {
        margin: -280px auto 0;
        position: relative;
        z-index: 2;
        max-width: 1480px;
        padding: 5% 5%;
        background: #0B2B55;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    }

    #port-board tr.wpdt-cell-row.even, .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable tr.even td, :is(#board-members) {
        background-color: #F7FAFA !important;
        border: none !important;
    }

    #port-board .wpdt-c.wpDataTableContainerSimpleTable .wpdtSimpleTable.wpDataTable tbody td, :is(#board-members) {
        border: none !important;
    }

    #port-board .content-container {
        margin-top: 0;
    }
}


.infra-grid .content-container .multi-column-grid-image img {
    max-width: 64px;
}

.infra-grid .content-container {
    max-width: 1300px;
    margin: 0 auto;
}

.multi-column-grid-item.fiber-column .multi-column-grid-content {
    max-width: 800px;
}

.infra-grid .content-container .multi-column-grid-container {
    padding-top: 32px;
}

.infra-grid .content-container .multi-column-grid-item {
    padding: 45px;
}

.infra-grid .content-container .span-full {
    grid-column: 1 / -1;
}

.infra-grid .content-container .fiber-column h3 + p + div {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    grid-auto-columns: 200px;
    row-gap: 1em;
    column-gap: 4em;
}

@media (max-width: 450px) {
    .infra-grid .content-container .fiber-column h3 + p + div {
        grid-auto-columns: unset;
        column-gap: 0;
    }

}

@media (max-width: 1209px) {
	.flip-order .left-column{
    order: 2;
    
}
    .menu-panel a, .menu-panel a:focus, .menu-panel a:hover {
        text-decoration: none;
    }

    .menu-panel a[href="#"] {
        pointer-events: none;
        cursor: default;
    }

    .infra-grid .content-container .multi-column-grid-item {
        width: 100%;
        max-width: 450px;
    }
    .two-column-accordion-image-col .accordion-column, .two-column-accordion-image-col .image-column {
        width: 100%;
    }

    .two-column-accordion-image-col .accordion-label h3 {
        font-size: 22px;
    }

}

.infra-grid .span-full {
    grid-column: 1 / -1;
}

@media screen and (min-width: 900px) {
    .hero.bio-page-hero {
        min-height: 60vh;
    }

    .smaller-h2 {
        font-size: 33px;
    }

    h1 {
        font-size: 60px;
    }

}

@media (max-width: 899px) {
    .transparentbkg-cta {
        font-size: 17px;
    }

    .two-column-row-img-cover-container.drk-bluewave .content-column a {
        font-size: 17px;
    }

    body a {
        font-size: 17px;
    }

}

@media (max-width: 1379px) {
    .hero .hero-content {
        width: 85%;
    }

}

@media (max-width: 899px) {
    .bio-page-hero {
        align-items: center;
        justify-content: center;
        min-height: 50vh;
    }

    .bio-page-hero h1 {
        margin-top: 0;
    }

    .contact-container {
        flex-direction: column;
        gap: 20px;
    }

    .bio-info .right-column h4 {
        font-size: 20px;
    }

    .hp-hero .post-container {
        width: 100%;
        max-width: fit-content;
        bottom: -110px;
    }

    .hp-hero .hero-content h1 {
        font-size: 45px;
    }

    .hero-post-slider {
        padding: 40px 100px 40px 40px !important;
        clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 0 19%);
    }

}

@media (max-width: 900px) {
    .contact-container a {
        font-size: 17px;
    }

    .link-organizer a {
        font-size: 17px;
    }

    .community-partners .grid-container.cols-3 {
        grid-template-columns: 1fr !important;
    }

    .community-partners .grid-container.cols-3 ul li a {
        font-size: 17px;
    }

}

@media (min-width: 1380px) {
    .hero .hero-content {
        width: 55%;
    }

}

@media (min-width: 1500px) {
	ul.nav-menu {
		gap: 30px;
	}
}

@media (min-width: 1415px) {
	ul.nav-menu {
		gap: 15px;
	}
}

@media (max-width: 1130px) {
    .scatter-container .img-1, .scatter-container .img-3 {
        display: none;
    }

    .scatter-container {
        align-items: flex-start;
    }

    .scatter-container .img-2 {
        bottom: 2%;
        width: 40%;
        left: 30px;
    }

    .scatter-container .img-4 {
        width: 30%;
        right: 0%;
    }

}

@media screen and (min-width: 1210px) {
    .infra-grid .multi-column-grid-item:nth-child(1), .infra-grid .multi-column-grid-item:nth-child(4) {
        border-left: 1px solid #D4DBE0;
    }

    .infra-grid .multi-column-grid-item:nth-child(3), .infra-grid .multi-column-grid-item:nth-child(4) {
        border-right: 1px solid #D4DBE0;
        border-bottom: 1px solid #D4DBE0;
    }

    .infra-grid .multi-column-grid-item:nth-child(1), .infra-grid .multi-column-grid-item:nth-child(2) {
        border-right: 1px solid #D4DBE0;
        border-bottom: 1px solid #D4DBE0;
    }

    .infra-grid .multi-column-grid-item:nth-child(3) {
        border-bottom: 1px solid #D4DBE0;
    }

    .row.post-feed-container.hp-feed.port-authority-feed .top-row {
        background-image: url("/wp-content/uploads/2026/05/feed-cutout-img-pg-2.webp");
    }

    .full-width-accordion .accordion-label h3 {
        font-size: 24px;
    }

    .directory-width .content-container {
        margin: 0 auto 120px;
    }

    .two-column-row-img-cover-container .two-column-row {
        gap: 0;
        background: #114088;
    }

    .two-column-row-img-cover-container .content-column, .two-column-row-img-cover-container .image-column {
        position: relative;
    }

    .two-column-row-img-cover-container.drk-bluewave {
        margin-top: 80px;
    }

    .two-column-row-img-cover-container .image-column {
        top: -92px;
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 11%);
    }

    .opportunities-grid {
        padding-top: 60px;
    }

    .subheading.hide-desktop {
        display: none;
    }

    .opportunities-grid .featured-top-content h3 {
        padding: 0 45px;
    }

    .opportunities-grid .standard-item {
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 11%);
    }

    .hp-hero .video-hero-content {
        padding: 140px 0% 0% 5%;
    }

    .menu-item-has-children > a::after {
        content: url("/wp-content/uploads/2026/05/down-carrot.png");
        font-size: 0.7em;
        margin-left: 8px;
        vertical-align: middle;
        display: inline-block;
        transition: transform 0.3s ease;
    }

    .grid-container.cols-3 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2rem;
        padding-top: 30px;
    }

    .site-footer .four-col-section {
        grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }

    .smart-slider-container {
        position: absolute;
        bottom: -220px;
        right: 50px;
        max-width: 1180px;
        width: fit-content;
    }

    .available-sites-hero.hero {
        align-items: baseline;
    }

    .available-sites-hero.hero .hero-content {
        padding: 200px 5%;
    }

    .availablesite-iframe {
        padding-top: 220px;
    }

    .opportunities-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
    }

    .opportunities-grid .featured-item {
        grid-column: 1 / 2;
        grid-row: span 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-right: 30px;
    }

    .opportunities-grid .featured-item > a.card-link {
        display: block;
        width: 88%;
        margin: 0 auto;
        background: #f2f4f5;
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 9%);
        height: 100%;
    }

    .featured-video-wrap {
        position: relative;
    }

    .opportunities-grid .featured-video-wrap .navy-badge {
        position: absolute;
        bottom: 20px;
        left: -12px;
        background: #1C4483;
        color: #fff;
        padding: 12px 25px;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        z-index: 4;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }

    .opportunities-grid .featured-video-wrap .navy-badge::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 0;
        height: 0;
        border-top: 12px solid #0B1A3C;
        border-left: 15px solid transparent;
    }

    .stats-section .two-column-row {
        position: relative;
        align-items: flex-start;
        gap: 10%;
    }

    .stats-section .content-container {
        max-width: 1600px;
    }

    .stats-section .left-column {
        position: sticky;
        top: 30px;
        height: fit-content;
    }

    .stats-section .right-column {
        display: grid;
        gap: 125px;
		margin-top: 40px;
    }

    .stats-section.stats-reversed .content-container .two-column-row .column.left-column {
        order: 2;
    }

    .stats-section.stats-reversed .content-container .two-column-row .column.right-column {
        order: 1;
    }

    .stats-section.stats-reversed.stats-no-gap .content-container .two-column-row .column.right-column {
        gap: 0;
    }

    .hp-about {
        position: relative;
        z-index: 2;
    }

    .hp-about .right-column {
        position: absolute;
        right: 0;
    }

    .hp-about .two-column-row {
        gap: 0;
        background: transparent;
    }

    .hp-about .image-column {
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 11%);
        position: relative;
        top: -43px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        z-index: 2;
    }

    .hp-about .right {
        position: relative;
    }

    .hp-about .right:before {
        background: url("/wp-content/uploads/2026/03/dotted-lightblue.png");
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        height: 120px;
        width: 120px;
        position: absolute;
        top: -50px;
        left: 48%;
        z-index: 1;
        content: "";
    }

    .hp-feed .content-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5%;
        width: 100%;
        margin: auto;
        padding: 0;
        max-width: 100%;
        padding-top: 5%;
        margin-top: -100px;
    }

    .hp-feed .top-row {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
        background-image: url("/wp-content/uploads/2026/04/feed-cutout-img.webp");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 90% auto;
        padding-bottom: 580px;
        padding-left: 10%;
        padding-top: 10%;
    }

    .hp-feed.port-authority-feed .top-row {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
        background-image: url("/wp-content/uploads/2026/04/feed-cutout-img.webp");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 90% auto;
        padding-bottom: 580px;
        padding-left: 10%;
        padding-top: 10%;
    }

    .hp-feed .top-row .subheading {
        margin-bottom: 15px;
    }

    .hp-feed .post-feed-row {
        display: flex;
        flex-direction: column;
        padding: 10% 10% 10% 0;
    }

    .hp-feed .post-feed-item {
        border-bottom: 1px solid #D4DBE0;
    }

    .hp-feed .post-thumbnail {
        flex: 0 0 150px;
        height: 150px;
        background: #ccc;
        overflow: hidden;
    }

    .hp-feed .post-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hp-feed .post-title {
        font-size: 22px;
        color: #022742;
        font-weight: 700;
        line-height: 1.3;
        margin: 0;
    }

}

@media (max-width: 1209px) {
	.goals .bottom-row .values-card-grid {
		grid-template-columns: 1fr 1fr;
	}
    .latest-post-container .content h3 {
        font-size: 22px;
    }

    .post-title {
        font-size: 24px !important;
    }

    .category-hdr {
        font-size: 30px !important;
    }

    .page-id-258 .transparentbkg-cta::after, .page-id-258 .transparentbkg-cta::before {
        display: none;
    }

    .page-id-258 {
        overflow-x: hidden;
    }

    .infra-grid .content-container .multi-column-grid-item {
        border: 1px solid #D4DBE0;
        max-width: 800px;
    }

    .community-partners .grid-container.cols-3 {
        gap: 0;
        padding: 0;
        grid-template-columns: 1fr 1fr;
    }

    .community-partners .grid-container.cols-3 ul {
        margin: 0;
    }

    .full-width-accordion .accordion-label h3 {
        font-size: 22px;
    }

    .two-column-row-img-cover-container .image-column {
        min-height: 350px !important;
        order: 2;
    }

    .opportunities-grid > a.card-link {
        clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
    }

    .post-feed-row div:last-of-type {
        display: flex;
        justify-content: center;
        padding-bottom: 50px;
    }

    .hp-about .content-column {
        text-align: center;
    }

    .post-feed-container.hp-feed .top-row {
        text-align: center;
    }

    .post-feed-row .post-feed-item h2 {
        font-size: 20px;
    }

    .hp-about .content-column {
        text-align: center;
    }

    .subheading.hide-mobile {
        display: none;
    }

    .stats-section .subheading {
        text-align: center;
        margin-bottom: 50px;
    }

    .hp-feed .post-thumbnail {
        flex: 0 0 40%;
        height: auto;
        aspect-ratio: 3 / 2;
    }

    .hp-feed .post-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hp-feed .post-feed-row {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }

    .hp-about .image-column {
        order: 2;
        min-height: 500px !important;
    }

    .stats-section .right-column {
        order: 1;
    }

    .stats-section .left-column {
        order: 2;
    }

    .stat-container {
        margin-bottom: 80px;
        text-align: center;
    }

    .stat-container > div {
        text-align: center;
        justify-content: center;
    }

    .stats-section .left-column {
        text-align: center;
    }

    .opportunities-grid > a.card-link {
        background: #f2f4f5;
    }

    .hero {
        flex-direction: column;
    }

    .n2-ss-slider .n2-ss-slider-controls-absolute-left, .n2-ss-slider .n2-ss-slider-controls-absolute-right {
        position: initial;
    }

    .opportunities-grid .featured-item > a.card-link {
        display: block;
        width: 88%;
        margin: 0 auto;
        background: #f2f4f5;
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 22%);
        height: auto;
    }

    .featured-top-content h3 {
        padding: 25px;
    }

    .featured-top-content .link-wrapper .white-cta {
        padding: 9px 30px 10px 25px;
    }

    .opportunities-grid .featured-top-content img {
        padding-top: 80px;
        padding-left: 25px;
    }

    .opportunities-grid .featured-video-wrap .navy-badge {
        position: relative;
        bottom: 7px;
        left: 0;
        background: #1C4483;
        color: #fff;
        padding: 12px 25px;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        z-index: 4;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }

    .opportunities-grid > a.card-link:nth-child(2) .standard-item, .opportunities-grid > a.card-link:nth-child(4) .standard-item {
        border-right: none !important;
    }

    .opportunities-grid .standard-item img {
        padding: 55px 25px 0 25px;
    }

    .opportunities-grid .standard-item h3 {
        padding: 0 25px 0 25px;
    }

    .opportunities-grid .standard-item .white-cta {
        padding: 9px 30px 10px 25px;
    }

    .site-footer .four-col-section {
        text-align: center;
        align-items: center;
    }

    footer .logo-col {
        display: flex;
        justify-content: center;
		flex-direction: column;
    }
	.quick-links-col {
		padding-top: 0;
	}

    .contact-col a, .news-col a, .quick-links-col a {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 680px) {
    .scatter-container {
        min-height: 500px;
    }

    .scatter-container .img-4 {
        width: 40%;
        right: -11%;
        bottom: -1%;
    }

    .scatter-container .img-2 {
        bottom: 0;
        width: 60%;
        left: 30px;
    }

    .opportunities-grid .featured-item > a.card-link {
        clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
        width: 100%;
    }

    .custom-logo {
        max-width: 230px;
    }

}

@media (max-width: 515px) {
    #board-members .wpdt-c.wpDataTableContainerSimpleTable {
        width: 100%;
    }

}

@media (max-width: 390px) {
    .hp-hero .hero-content h1 {
        font-size: 35px;
    }

}
	
.labor-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  background-color: #ccc; 
  gap: 2px; 
  border: 2px solid #ccc; 
}
.labor-grid > div {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
.labor-grid > div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media screen and (min-width: 1130px) {
	.labor-grid {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  grid-template-rows: repeat(2, 1fr);
	  background-color: #ccc; 
	  gap: 2px; 
	  border: 2px solid #ccc; 
	}

	.labor-grid > div {
	  height: 250px; 
	}
}


/* =========================================
   NOTIFICATION BANNER
   ========================================= */
 
.noti-banner-1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; /* one above .site-header's 999 */
    background: #0D74E3;
    color: #fff;
    text-align: center;
    padding: 10px 50px 10px 20px;
    font-size: 15px;
    line-height: 1.5;
    transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
}
 
.noti-banner-1.banner-hidden {
    max-height: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    pointer-events: none;
}
 
.noti-banner-1 div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 16px;
    font-family: hanken-grotesk, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
 
.noti-banner-1 a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: underline;
    transition: opacity 0.2s ease;
}
 
.noti-banner-1 a:hover {
    opacity: 0.8;
}
 
.noti-banner-1 .banner-button {
    background: #51D646;
    color: #022742;
    text-decoration: none;
    padding: 5px 16px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
}
 
.noti-banner-1 .banner-button:hover {
    background: #fff;
    color: #022742;
    opacity: 1;
}
 
.banner-close {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 4px 6px;
    opacity: 0.75;
    transition: opacity 0.2s ease;
}
 
.banner-close:hover {
    opacity: 1;
}

@media (max-width: 680px) {
    .noti-banner-1 {
        padding: 10px 12px 10px 12px; 
    }
    .noti-banner-1 div {
        font-size: 14px;
        gap: 8px 12px;
        padding-right: 0;
        padding-top: 28px;
		padding-bottom: 28px;
    }
    .banner-close {
        top: 10px;
        right: 10px;
        transform: none;
    }
}