@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="news"] {
--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-news-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-news-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-news-banner-content {
position: relative;
max-width: 1200px;
margin: 0 auto;
padding: 0 40px;
width: 100%;
}
.cpt-scope .gw-news-category {
color: var(--gateway-green);
font-size: 13px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 20px;
}
.cpt-scope .gw-news-title {
font-size: 32px;
color: var(--gateway-white);
margin: 0 0 16px 0;
max-width: 900px;
}
.cpt-scope .gw-news-subtitle {
color: rgba(255,255,255,0.82);
max-width: 900px;
margin-bottom: 28px;
}
.cpt-scope .gw-news-meta {
display: flex;
gap: 24px;
color: rgba(255,255,255,0.7);
font-size: 14px;
}
.cpt-scope .gw-news-meta-item {
display: flex;
align-items: center;
gap: 6px;
}
.cpt-scope .gw-news-meta-item svg {
flex-shrink: 0;
} .cpt-scope .gw-news-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-news-article {
font-size: 18px;
line-height: 1.75;
color: #1a202c;
}
.cpt-scope .gw-news-article > *:first-child {
margin-top: 0;
}
.cpt-scope .gw-news-article p {
margin-bottom: 28px;
}
.cpt-scope .gw-news-article h2 {
font-size: 32px;
font-weight: 700;
color: var(--gateway-navy);
margin: 48px 0 24px 0;
line-height: 1.3;
}
.cpt-scope .gw-news-article h3 {
font-size: 24px;
font-weight: 600;
color: var(--gateway-blue);
margin: 40px 0 20px 0;
}
.cpt-scope .gw-news-article strong {
color: var(--gateway-navy);
font-weight: 600;
}
.cpt-scope .gw-news-article ul,
.cpt-scope .gw-news-article ol {
margin: 24px 0;
padding-left: 24px;
}
.cpt-scope .gw-news-article li {
margin-bottom: 12px;
line-height: 1.7;
}
.cpt-scope .gw-news-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-news-article img {
max-width: 100%;
height: auto;
border-radius: 60px 60px 60px 0;
margin: 32px 0;
} .cpt-scope .gw-news-sidebar {
position: sticky;
top: 40px;
}
.cpt-scope .gw-news-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-news-enroll-title {
font-size: 26px;
font-weight: 700;
color: white;
margin: 0 0 12px 0;
line-height: 1.3;
}
.cpt-scope .gw-news-enroll-text {
font-size: 15px;
color: white;
line-height: 1.6;
margin-bottom: 24px;
opacity: 0.95;
}
.cpt-scope .gw-news-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-news-enroll-button:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(255,255,255,0.3);
color: var(--gateway-teal);
} .cpt-scope .gw-news-related-section {
width: 100vw;
margin-left: calc(-50vw + 50%);
background: var(--gateway-gray-100);
padding: 80px 40px;
margin-top: 80px;
}
.cpt-scope .gw-news-related-container {
max-width: 1200px;
margin: 0 auto;
}
.cpt-scope .gw-news-section-header {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-bottom: 40px;
}
.cpt-scope .gw-news-section-title {
font-size: 32px;
font-weight: 700;
color: var(--gateway-navy);
margin: 0;
}
.cpt-scope .gw-news-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-news-view-all:hover {
color: var(--gateway-navy);
}
.cpt-scope .gw-news-posts-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
}
.cpt-scope .gw-news-post-card {
background: var(--gateway-white);
border: 1px solid #e2e8f0;
border-radius: 60px 0 60px 60px;
overflow: hidden;
transition: all 0.3s ease;
cursor: pointer;
text-decoration: none;
display: block;
}
.cpt-scope .gw-news-post-card:hover {
border-color: #cbd5e0;
transform: translateY(-4px);
}
.cpt-scope .gw-news-post-image {
width: 100%;
height: 200px;
object-fit: cover;
}
.cpt-scope .gw-news-post-body {
padding: 24px;
}
.cpt-scope .gw-news-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-news-post-title {
font-size: 19px;
font-weight: 600;
color: #1a202c;
line-height: 1.4;
margin-bottom: 8px;
}
.cpt-scope .gw-news-post-excerpt {
font-size: 14px;
color: var(--gateway-gray-600);
line-height: 1.6;
} @media (max-width: 968px) {
.cpt-scope .gw-news-main-layout {
grid-template-columns: 1fr;
gap: 40px;
}
.cpt-scope .gw-news-sidebar {
position: static;
}
.cpt-scope .gw-news-posts-grid {
grid-template-columns: 1fr;
}
.cpt-scope .gw-news-title {
font-size: 36px;
}
.cpt-scope .gw-news-related-section {
padding: 60px 20px;
}
}
@media (max-width: 768px) {
.cpt-scope .gw-news-banner {
min-height: 400px;
}
.cpt-scope .gw-news-banner-content {
padding: 0 20px;
}
.cpt-scope .gw-news-main-layout {
padding: 0 20px;
margin: 40px auto;
}
.cpt-scope .gw-news-article {
font-size: 16px;
}
}