@media (max-width: 921px) { .ast-mobile-header-wrap,
#ast-mobile-header {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
width: 100% !important;
z-index: 9999999 !important;
transition: background 0.2s ease, box-shadow 0.2s ease !important;
} .ast-mobile-header-wrap.scrolled,
#ast-mobile-header.scrolled {
background: rgba(20, 20, 20, 0.5) !important; 
backdrop-filter: blur(15px) !important;
-webkit-backdrop-filter: blur(15px) !important;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
} body.gateway-menu-active .ast-mobile-header-wrap,
body.gateway-menu-active #ast-mobile-header {
background: rgba(20, 20, 20, 0.5) !important; 
backdrop-filter: blur(15px) !important;
-webkit-backdrop-filter: blur(15px) !important;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}  .menu-toggle,
.ast-mobile-menu-toggle,
.ast-button-wrap button {
position: relative !important;
z-index: 99999999 !important;
} .menu-toggle .ast-menu-svg,
.ast-mobile-menu-toggle .ast-menu-svg {
display: inline-flex !important;
opacity: 1 !important;
transition: opacity 0.2s ease !important;
}
.menu-toggle .ast-close-svg,
.ast-mobile-menu-toggle .ast-close-svg {
display: none !important;
opacity: 0 !important;
transition: opacity 0.2s ease !important;
} .menu-toggle.gateway-menu-open .ast-menu-svg,
.ast-mobile-menu-toggle.gateway-menu-open .ast-menu-svg,
button.gateway-menu-open .ast-menu-svg {
display: none !important;
opacity: 0 !important;
}
.menu-toggle.gateway-menu-open .ast-close-svg,
.ast-mobile-menu-toggle.gateway-menu-open .ast-close-svg,
button.gateway-menu-open .ast-close-svg {
display: inline-flex !important;
opacity: 1 !important;
} .menu-toggle svg,
.ast-mobile-menu-toggle svg,
.ast-theme-transparent-header .menu-toggle svg,
.ast-theme-transparent-header .ast-mobile-menu-toggle svg,
.ast-mobile-header-wrap.scrolled .menu-toggle svg,
.ast-mobile-header-wrap.scrolled .ast-mobile-menu-toggle svg,
body.gateway-menu-active .menu-toggle svg,
body.gateway-menu-active .ast-mobile-menu-toggle svg {
fill: #ffffff!important;
} #ast-mobile-site-navigation,
.main-header-bar-navigation .ast-mobile-site-navigation {
display: none !important;
} .gateway-menu-overlay {
position: fixed;
top: 90px;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
z-index: 999 !important;
pointer-events: none;
}
.gateway-menu-overlay.active {
opacity: 1;
visibility: visible;
pointer-events: auto;
} .gateway-menu-panel {
position: fixed;
top: 90px;
left: -85%;
width: 85%;
max-width: 400px;
height: calc(100vh - 90px);
height: calc(100dvh - 90px);
background: #ffffff;
z-index: 1000 !important;
transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
overscroll-behavior: contain;
}
.gateway-menu-panel.active {
left: 0;
}
.gateway-menu-content {
padding: 20px 0;
} .gateway-primary-nav {
list-style: none;
margin: 0;
padding: 0;
}
.gateway-primary-nav li {
border-bottom: 1px solid #f0f0f0;
margin: 0;
}
.gateway-primary-nav li a {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 20px;
color: #333;
text-decoration: none;
font-size: 16px;
transition: background 0.2s ease;
}
.gateway-primary-nav li a:hover,
.gateway-primary-nav li a:active {
background: rgba(0, 102, 204, 0.05);
}
.gateway-primary-nav li.current-menu-item > a,
.gateway-primary-nav li.current_page_item > a {
color: #0066cc;
font-weight: 600;
}
.gateway-primary-nav li a::after {
content: '';
width: 8px;
height: 8px;
border-top: 2px solid currentColor;
border-right: 2px solid currentColor;
transform: rotate(45deg);
opacity: 0.5;
}
.gateway-primary-nav .sub-menu {
list-style: none;
padding-left: 20px;
margin: 0;
}
.gateway-primary-nav .sub-menu li a {
padding: 12px 20px;
font-size: 15px;
} .gateway-custom-links {
margin-top: 20px;
padding: 20px 0;
border-top: 2px solid #e0e0e0;
}
.gateway-custom-links-title {
padding: 0 20px 10px;
font-size: 13px;
color: #999;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 600;
}
.gateway-custom-link {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 20px;
margin: 5px 0;
background: #f8f9fa;
color: #333;
text-decoration: none;
font-size: 15px;
transition: all 0.2s ease;
}
.gateway-custom-link:hover,
.gateway-custom-link:active {
background: #e9ecef;
transform: translateX(5px);
}
.gateway-custom-link svg {
width: 16px;
height: 16px;
stroke: currentColor;
fill: none;
} body.gateway-menu-active {
position: fixed !important;
overflow: hidden !important;
touch-action: none !important;
width: 100% !important;
} @supports (-webkit-touch-callout: none) {
body.gateway-menu-active {
min-height: -webkit-fill-available !important;
}
}
} @media (min-width: 922px) {
.gateway-menu-overlay,
.gateway-menu-panel {
display: none !important;
}
} .menu-toggle .screen-reader-text,
.ast-mobile-menu-toggle .screen-reader-text {
display: none !important;
}.gateway-full-width .content-area,
.gateway-full-width .site-main {
margin-top: 0 !important;
padding-top: 0 !important;
} .gateway-full-width .site-header {
margin-bottom: 0 !important;
}
.gateway-full-width .ast-main-header-wrap {
margin-bottom: 0 !important;
} .gateway-full-width .entry-header {
display: none !important;
} .gateway-full-width {
overflow-x: hidden;
} .gateway-full-width .site-content #primary {
width: 100% !important;
max-width: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
} .gateway-full-width.ast-right-sidebar .site-content #primary,
.gateway-full-width.ast-left-sidebar .site-content #primary,
.gateway-full-width.ast-no-sidebar .site-content #primary {
padding-right: 0 !important;
padding-left: 0 !important;
} .gateway-full-width .site-main {
width: 100% !important;
max-width: none !important;
padding: 0 !important;
margin: 0 !important;
} .gateway-full-width .site-content .ast-container {
max-width: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
} .gateway-full-width.archive .site-main,
.gateway-full-width.post-type-archive .site-main {
padding: 0 !important;
}
.gateway-full-width .ast-post-format-standard {
padding: 0 !important;
}  .gateway-full-width .site-content,
.gateway-full-width.ast-theme-transparent-header .site-content,
.gateway-full-width.transparent-header .site-content {
padding-top: 0 !important;
margin-top: 0 !important;
} .gateway-full-width .site-content #primary,
.gateway-full-width.ast-theme-transparent-header .site-content #primary,
.gateway-full-width.transparent-header .site-content #primary,
.gateway-full-width.ast-separate-container .site-content #primary, 
.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary, 
.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary {
margin-top: 0 !important;
padding-top: 0 !important;
} .gateway-full-width .site-main,
.gateway-full-width .site-main > *:first-child,
.gateway-full-width .site-main > section:first-child {
margin-top: 0 !important;
padding-top: 0 !important;
} .gateway-full-width .ast-separate-container .ast-article-single,
.gateway-full-width .ast-separate-container .ast-article-post {
margin-top: 0 !important;
padding-top: 0 !important;
} .gateway-full-width .entry-content {
margin-top: 0 !important;
} .gateway-full-width .ast-above-header {
margin-bottom: 0 !important;
}
.gateway-full-width .ast-header-break-point .ast-above-header {
margin-bottom: 0 !important;
} .gateway-full-width .main-header-bar-wrap {
margin-bottom: 0 !important;
} .gateway-full-width.ast-separate-container .site-content #primary,
.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary,
.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary {
margin: 0 !important;
padding: 0 !important;
} @media (min-width: 993px) {
.gateway-full-width.ast-separate-container .site-content #primary,
.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary,
.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary {
margin: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding: 0 !important;
}
body.gateway-full-width.ast-separate-container .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary {
margin: 0 !important;
padding: 0 !important;
}
} .gateway-full-width #secondary {
display: none !important;
}
.gateway-full-width.ast-right-sidebar .site-content #primary,
.gateway-full-width.ast-left-sidebar .site-content #primary {
width: 100% !important;
} .gateway-full-width .site-content > .ast-container {
max-width: none !important;
padding: 0 !important;
}
.gateway-full-width .site-content {
max-width: none !important;
margin-bottom: 0 !important;
} @media (max-width: 768px) {
.gateway-full-width .site-content #primary {
padding: 0 !important;
}
.gateway-full-width .site-main {
padding: 0 !important;
}
} @media (min-width: 993px) {
body.gateway-full-width.ast-separate-container .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary,
body.single-course.ast-separate-container .site-content #primary,
body.single-course.ast-separate-container.ast-left-sidebar .site-content #primary,
body.single-course.ast-separate-container.ast-right-sidebar .site-content #primary {
margin: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding: 0 !important;
}
}
body.gateway-full-width.ast-separate-container .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary,
body.single-course.ast-separate-container .site-content #primary,
body.single-course.ast-separate-container.ast-left-sidebar .site-content #primary,
body.single-course.ast-separate-container.ast-right-sidebar .site-content #primary {
margin: 0 !important;
padding: 0 !important;
} .cpt-scope {
display: block;
width: 100%;
isolation: isolate;
}.cpt-scope[data-page="events-archive"] {
--gateway-navy: #262474;
--gateway-blue: #1b60aa;
--gateway-teal: #24906b;
--gateway-green: #6db460;
--gateway-gray-100: #f8f9fa;
--gateway-gray-600: #718096;
--gateway-white: #ffffff;
} .cpt-scope .gw-archive-banner {
width: 100vw;
margin-left: calc(-50vw + 50%);
position: relative;
min-height: 500px;
display: flex;
align-items: flex-end;
background: linear-gradient(135deg, #1b2850 0%, #262474 25%, #1b60aa 55%, #24906b 100%);
padding: 80px 0 60px 0;
}
.cpt-scope .gw-archive-banner-content {
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0 40px;
color: white;
}
.cpt-scope .gw-archive-banner-title {
margin: 0 0 2rem 0;
color: var(--gateway-white, #ffffff);
opacity: 0;
animation: fadeUpTeachers 0.6s ease forwards 0.4s;
}
@keyframes fadeUpTeachers {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.cpt-scope .gw-archive-banner-subtitle {
color: rgba(255, 255, 255, 0.9);
opacity: 0;
animation: fadeUpTeachers 0.6s ease forwards 0.6s;
} .cpt-scope .gw-filter-bar-wrapper {
width: 100vw;
margin-left: calc(-50vw + 50%);
background: white;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
position: relative;
z-index: 10;
}
.cpt-scope .gw-filter-bar {
max-width: 1200px;
margin: 0 auto;
padding: 24px 40px;
display: flex;
gap: 24px;
flex-wrap: wrap;
}
.cpt-scope .gw-filter-group {
display: flex;
align-items: center;
gap: 12px;
flex: 1;
min-width: 200px;
}
.cpt-scope .gw-filter-label {
font-size: 12px;
font-weight: 600;
color: var(--gateway-navy);
text-transform: uppercase;
letter-spacing: 0.5px;
white-space: nowrap;
}
.cpt-scope .gw-filter-select {
flex: 1;
padding: 12px 16px;
border: 2px solid #e2e8f0;
border-radius: 8px;
font-size: 15px;
color: #1a202c;
background: white;
cursor: pointer;
transition: all 0.2s ease;
font-weight: 500;
}
.cpt-scope .gw-filter-select:hover {
border-color: var(--gateway-teal);
}
.cpt-scope .gw-filter-select:focus {
outline: none;
border-color: var(--gateway-blue);
box-shadow: 0 0 0 3px rgba(27, 96, 170, 0.1);
} .cpt-scope .gw-archive-section {
width: 100vw;
margin-left: calc(-50vw + 50%);
background: white;
padding: 80px 0;
} .cpt-scope .gw-archive-posts-grid {
max-width: 1200px;
margin: 0 auto;
padding: 0 40px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
}
.cpt-scope .gw-archive-no-posts {
grid-column: 1 / -1;
text-align: center;
padding: 60px 20px;
font-size: 18px;
color: var(--gateway-gray-600);
} .cpt-scope .gw-archive-events-card {
background: white;
border: 1px solid #e2e8f0;
border-radius: 0 60px 60px 60px;
overflow: hidden;
transition: all 0.3s ease;
cursor: pointer;
text-decoration: none;
display: block;
}
.cpt-scope .gw-archive-events-card:hover {
transform: translateY(-4px);
border-color: #cbd5e0;
}
.cpt-scope .gw-archive-events-image-wrapper {
position: relative;
width: 100%;
height: 200px;
}
.cpt-scope .gw-archive-events-image {
width: 100%;
height: 100%;
object-fit: cover;
}
.cpt-scope .gw-archive-events-status-badge {
position: absolute;
top: 16px;
left: 16px;
padding: 6px 14px;
background: var(--gateway-green);
color: white;
border-radius: 20px;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.cpt-scope .gw-archive-events-status-badge.past {
background: var(--gateway-gray-600);
}
.cpt-scope .gw-archive-events-body {
padding: 24px;
}
.cpt-scope .gw-archive-events-category {
color: var(--gateway-teal);
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 12px;
display: block;
}
.cpt-scope .gw-archive-events-title {
font-size: 19px;
font-weight: 600;
color: #1a202c;
line-height: 1.4;
margin-bottom: 12px;
}
.cpt-scope .gw-archive-events-meta {
font-size: 13px;
color: var(--gateway-gray-600);
display: flex;
flex-direction: column;
gap: 8px;
}
.cpt-scope .gw-archive-events-meta-item {
display: flex;
align-items: center;
gap: 6px;
}
.cpt-scope .gw-archive-events-meta-item svg {
flex-shrink: 0;
} @media (max-width: 968px) {
.cpt-scope .gw-archive-posts-grid {
grid-template-columns: 1fr;
padding: 0 20px;
}
.cpt-scope .gw-filter-bar {
flex-direction: column;
gap: 16px;
padding: 20px;
}
.cpt-scope .gw-filter-group {
min-width: 100%;
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.cpt-scope .gw-filter-select {
width: 100%;
}
.cpt-scope .gw-archive-banner-title {
font-size: 40px;
}
.cpt-scope .gw-archive-section {
padding: 60px 0;
}
}
@media (max-width: 768px) {
.cpt-scope .gw-archive-banner {
min-height: 350px;
}
.cpt-scope .gw-archive-banner-content {
padding: 0 20px;
}
.cpt-scope .gw-archive-banner-title {
font-size: 32px;
}
.cpt-scope .gw-archive-banner-subtitle {
font-size: 16px;
}
}