/* Make the OUR PROGRAMS and PROGRAM DETAILS text larger and brand red */
.header-nav-folder-content a[href*="OUR-PROGRAMS"],
.header-nav-folder-content a[href*="PROGRAM-DETAILS"] {
font-size: 16px !important; /* Increase this value for larger text */
color: #e62f35 !important; /* Your brand red color */
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 0.05em !important;
pointer-events: none !important; /* Prevents clicking */
}
/* Add more distinct separation for these divider items */
.header-nav-folder-item a[href*="OUR-PROGRAMS"],
.header-nav-folder-item a[href*="PROGRAM-DETAILS"] {
margin-top: 20px !important;
margin-bottom: 10px !important;
border-top: 1px solid rgba(0,0,0,0.1) !important;
padding-top: 12px !important;
}
/* Target the "OUR PROGRAMS" and "PROGRAM DETAILS" divider text */
.header-nav-folder-title-text {
font-size: 18px !important; /* Make text larger */
color: #e62f35 !important; /* Your brand red color */
font-weight: bold !important;
text-transform: uppercase !important;
}
/* Optional: Add more emphasis to these headers */
.header-nav-folder-title {
margin-top: 10px !important;
margin-bottom: 5px !important;
}
/* Add this to your existing CSS - don't delete what you already have */
/* Target the section headers specifically */
a[href*="OUR-PROGRAMS"],
a[href*="PROGRAM-DETAILS"],
.dropdown-section-header,
.header-nav-folder-title {
font-size: 18px !important;
color: #e62f35 !important;
font-weight: 700 !important;
letter-spacing: 0.02em !important;
}
/* If the above doesn't work, try this more aggressive approach */
.header-nav-folder-content div:first-child a,
.header-nav-folder-content div:nth-child(5) a {
font-size: 18px !important;
color: #e62f35 !important;
font-weight: 700 !important;
}