@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"] {
--gateway-navy: #262474;
--gateway-blue: #1b60aa;
--gateway-teal: #24906b;
--gateway-green: #6db460;
--gateway-gray-100: #f8f9fa;
--gateway-gray-600: #718096;
--gateway-gray-800: #4a5568;
--gateway-white: #ffffff;
} .cpt-scope .gw-events-banner {
width: 100vw;
margin-left: calc(-50vw + 50%);
position: relative;
min-height: 500px;
display: flex;
align-items: flex-end;
padding: 60px 0;
background-size: cover;
background-position: center;
}
.cpt-scope .gw-events-banner::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(38,36,116,0.92) 0%, rgba(38,36,116,0.65) 100%);
}
.cpt-scope .gw-events-banner-content {
position: relative;
max-width: 1200px;
margin: 0 auto;
padding: 0 40px;
width: 100%;
}
.cpt-scope .gw-events-category-status {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 20px;
}
.cpt-scope .gw-events-category {
color: var(--gateway-green);
font-size: 13px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
}
.cpt-scope .gw-events-status-badge {
display: inline-block;
padding: 6px 16px;
background: var(--gateway-green);
color: white;
border-radius: 20px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.cpt-scope .gw-events-status-badge.past {
background: var(--gateway-gray-600);
}
.cpt-scope .gw-events-title {
font-size: 32px;
color: var(--gateway-white);
margin: 0 0 24px 0;
max-width: 900px;
line-height: 1.2;
}
.cpt-scope .gw-events-meta {
display: flex;
flex-wrap: wrap;
gap: 32px;
color: rgba(255,255,255,0.9);
font-size: 15px;
}
.cpt-scope .gw-events-meta-item {
display: flex;
align-items: center;
gap: 8px;
}
.cpt-scope .gw-events-meta-item svg {
flex-shrink: 0;
} .cpt-scope .gw-events-main-layout {
max-width: 1200px;
margin: 64px auto;
padding: 0 40px;
display: grid;
grid-template-columns: 1fr 360px;
gap: 64px;
align-items: start;
}
.cpt-scope .gw-events-article {
font-size: 18px;
line-height: 1.75;
color: #1a202c;
}
.cpt-scope .gw-events-article > *:first-child {
margin-top: 0;
}
.cpt-scope .gw-events-article p {
margin-bottom: 28px;
}
.cpt-scope .gw-events-article h2 {
font-size: 32px;
font-weight: 700;
color: var(--gateway-navy);
margin: 48px 0 24px 0;
line-height: 1.3;
}
.cpt-scope .gw-events-article h3 {
font-size: 24px;
font-weight: 600;
color: var(--gateway-blue);
margin: 40px 0 20px 0;
}
.cpt-scope .gw-events-article strong {
color: var(--gateway-navy);
font-weight: 600;
}
.cpt-scope .gw-events-article ul,
.cpt-scope .gw-events-article ol {
margin: 24px 0;
padding-left: 24px;
}
.cpt-scope .gw-events-article li {
margin-bottom: 12px;
line-height: 1.7;
}
.cpt-scope .gw-events-article blockquote {
border-left: 4px solid var(--gateway-teal);
padding: 24px 32px;
margin: 32px 0;
background: rgba(36, 144, 107, 0.05);
border-radius: 0 60px 60px 60px;
}
.cpt-scope .gw-events-article img {
max-width: 100%;
height: auto;
border-radius: 60px 60px 60px 0;
margin: 32px 0;
} .cpt-scope .gw-events-sidebar {
position: sticky;
top: 40px;
display: flex;
flex-direction: column;
gap: 24px;
} .cpt-scope .gw-events-register-card {
background: linear-gradient(135deg, var(--gateway-navy) 0%, var(--gateway-blue) 100%);
padding: 40px 32px;
border-radius: 0 60px 60px 60px;
color: white;
}
.cpt-scope .gw-events-register-title {
font-size: 26px;
font-weight: 700;
color: white;
margin: 0 0 12px 0;
line-height: 1.3;
}
.cpt-scope .gw-events-register-text {
font-size: 15px;
line-height: 1.6;
margin-bottom: 24px;
opacity: 0.9;
}
.cpt-scope .gw-events-register-button {
display: block;
width: 100%;
padding: 16px;
background: white;
color: var(--gateway-navy);
font-size: 15px;
font-weight: 600;
border: none;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease;
text-align: center;
text-decoration: none;
}
.cpt-scope .gw-events-register-button:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(255,255,255,0.3);
color: var(--gateway-navy);
} .cpt-scope .gw-events-enroll-card {
background: linear-gradient(135deg, var(--gateway-teal) 0%, var(--gateway-green) 100%);
padding: 40px 32px;
border-radius: 0 60px 60px 60px;
color: white;
}
.cpt-scope .gw-events-enroll-title {
font-size: 26px;
font-weight: 700;
color: white;
margin: 0 0 12px 0;
line-height: 1.3;
}
.cpt-scope .gw-events-enroll-text {
font-size: 15px;
color: white;
line-height: 1.6;
margin-bottom: 24px;
opacity: 0.95;
}
.cpt-scope .gw-events-enroll-button {
display: block;
width: 100%;
padding: 16px;
background: white;
color: var(--gateway-teal);
font-size: 15px;
font-weight: 600;
border: none;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease;
text-align: center;
text-decoration: none;
}
.cpt-scope .gw-events-enroll-button:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(255,255,255,0.3);
color: var(--gateway-teal);
} .cpt-scope .gw-events-recent-section {
width: 100vw;
margin-left: calc(-50vw + 50%);
background: var(--gateway-gray-100);
padding: 80px 40px;
margin-top: 80px;
}
.cpt-scope .gw-events-recent-container {
max-width: 1200px;
margin: 0 auto;
}
.cpt-scope .gw-events-section-header {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-bottom: 40px;
}
.cpt-scope .gw-events-section-title {
font-size: 32px;
font-weight: 700;
color: var(--gateway-navy);
margin: 0;
}
.cpt-scope .gw-events-view-all {
color: var(--gateway-blue);
font-size: 15px;
font-weight: 600;
text-decoration: none;
transition: color 0.3s ease;
padding-bottom: 2px;
}
.cpt-scope .gw-events-view-all:hover {
color: var(--gateway-navy);
}
.cpt-scope .gw-events-posts-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
}
.cpt-scope .gw-events-post-card {
background: var(--gateway-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;
position: relative;
}
.cpt-scope .gw-events-post-card:hover {
border-color: #cbd5e0;
transform: translateY(-4px);
}
.cpt-scope .gw-events-post-image-wrapper {
position: relative;
width: 100%;
height: 200px;
}
.cpt-scope .gw-events-post-image {
width: 100%;
height: 100%;
object-fit: cover;
}
.cpt-scope .gw-events-card-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-events-card-status-badge.past {
background: var(--gateway-gray-600);
}
.cpt-scope .gw-events-post-body {
padding: 24px;
}
.cpt-scope .gw-events-post-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-events-post-title {
font-size: 19px;
font-weight: 600;
color: #1a202c;
line-height: 1.4;
margin-bottom: 12px;
}
.cpt-scope .gw-events-post-meta {
font-size: 13px;
color: var(--gateway-gray-600);
display: flex;
flex-direction: column;
gap: 8px;
}
.cpt-scope .gw-events-post-meta-item {
display: flex;
align-items: center;
gap: 6px;
}
.cpt-scope .gw-events-post-meta-item svg {
flex-shrink: 0;
} @media (max-width: 968px) {
.cpt-scope .gw-events-main-layout {
grid-template-columns: 1fr;
gap: 40px;
}
.cpt-scope .gw-events-sidebar {
position: static;
}
.cpt-scope .gw-events-posts-grid {
grid-template-columns: 1fr;
}
.cpt-scope .gw-events-title {
font-size: 36px;
}
.cpt-scope .gw-events-recent-section {
padding: 60px 20px;
}
}
@media (max-width: 768px) {
.cpt-scope .gw-events-banner {
min-height: 400px;
}
.cpt-scope .gw-events-banner-content {
padding: 0 20px;
}
.cpt-scope .gw-events-main-layout {
padding: 0 20px;
margin: 40px auto;
}
.cpt-scope .gw-events-article {
font-size: 16px;
}
.cpt-scope .gw-events-title {
font-size: 28px;
}
}.gw-event-modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
}
.gw-modal-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
backdrop-filter: blur(4px);
} .gw-modal-container {
position: relative;
width: 90%;
max-width: 600px;
max-height: 90vh;
margin: 5vh auto;
background: white;
border-radius: 0 60px 60px 60px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
overflow: hidden;
display: flex;
flex-direction: column;
} .gw-modal-header {
padding: 32px 40px 24px;
background: linear-gradient(135deg, #24906b 0%, #6db460 100%);
color: white;
position: relative;
}
.gw-modal-title {
font-size: 28px;
font-weight: 700;
margin: 0 40px 0 0;
line-height: 1.3;
color: white;
}
.gw-modal-close {
position: absolute;
top: 32px;
right: 40px;
background: transparent;
border: none;
width: 36px;
height: 36px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
color: white;
font-size: 32px;
line-height: 1;
font-weight: 300;
}
.gw-modal-close:hover {
opacity: 0.7;
} .gw-modal-body {
padding: 40px;
overflow-y: auto;
flex: 1;
} .gw-modal-body .wpforms-container {
margin: 0;
}
.gw-modal-body .wpforms-field-label {
font-weight: 600;
color: #262474;
margin-bottom: 8px;
}
.gw-modal-body .wpforms-field input[type="text"],
.gw-modal-body .wpforms-field input[type="email"],
.gw-modal-body .wpforms-field input[type="tel"],
.gw-modal-body .wpforms-field textarea,
.gw-modal-body .wpforms-field select {
border: 2px solid #e2e8f0;
border-radius: 8px;
padding: 12px 16px;
font-size: 15px;
transition: border-color 0.3s ease;
}
.gw-modal-body .wpforms-field input[type="text"]:focus,
.gw-modal-body .wpforms-field input[type="email"]:focus,
.gw-modal-body .wpforms-field input[type="tel"]:focus,
.gw-modal-body .wpforms-field textarea:focus,
.gw-modal-body .wpforms-field select:focus {
border-color: #1b60aa;
outline: none;
}
.gw-modal-body .wpforms-submit-container {
margin-top: 24px;
}
.gw-modal-body .wpforms-submit {
background: linear-gradient(135deg, #262474 0%, #1b60aa 100%);
color: white;
border: none;
padding: 16px 40px;
border-radius: 50px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
width: 100%;
}
.gw-modal-body .wpforms-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(36, 144, 107, 0.3);
} @media (max-width: 768px) {
.gw-modal-container {
width: 95%;
max-height: 95vh;
margin: 2.5vh auto;
border-radius: 0 40px 40px 40px;
}
.gw-modal-header {
padding: 24px 24px 20px;
}
.gw-modal-title {
font-size: 22px;
margin-right: 36px;
}
.gw-modal-close {
top: 24px;
right: 24px;
width: 32px;
height: 32px;
font-size: 28px;
}
.gw-modal-body {
padding: 24px;
}
}