/* force logo size */
   .fsThumbnailLogo img {
   width: 120px !important;
   height: 120px !important;
   object-fit: contain !important;
   }
   
   #fsFooter .footer-13 .footer-top-container .fsElementTitle::before {
   background-color: var(--secondary-color) !important;
   }
   /* smooth transition */
   .header-15 .header-top .menu-trigger-container .mobile-toggle,
   .header-15 .header-top .menu-trigger-container .mobile-toggle .line {
   transition: all 0.2s ease !important;
   }
   /* MENU text turns yellow */
   .header-15 .header-top .menu-trigger-container .mobile-toggle:hover,
   .header-15 .header-top .menu-trigger-container .mobile-toggle:focus {
   color: var(--secondary-color) !important;
   }
   /* hamburger lines turn yellow */
   .header-15 .header-top .menu-trigger-container .mobile-toggle:hover .line,
   .header-15 .header-top .menu-trigger-container .mobile-toggle:focus .line {
   background-color: var(--secondary-color) !important;
   }
   .nav-desktop-main .fsNavLevel1 > li:hover > a::after,
   .nav-desktop-main .fsNavLevel1 > li:focus-within > a::after,
   .nav-desktop-main .fsNavLevel1 > li.menu-item-open > a::after {
   background-color: var(--secondary-color) !important;
   }
   .mobile-menu-2 .nav-desktop-main .fsNavLevel1 {
   border-right: 1px solid var(--secondary-color) !important;
   }
   /* fix starting position (reduce how far left it begins) */
   .mobile-menu-2 .nav-desktop-main .fsNavLevel2 {
   transform: translate3d(-25%, 0, 0) !important;
   transition: 0.5s ease !important;
   }
   /* keep your final position exactly as-is (just in case theme overrides it) */
   .mobile-menu-2 .nav-desktop-main .fsNavLevel1 > li.menu-item-open .fsNavPageInfo .fsNavLevel2,
   .mobile-menu-2 .nav-desktop-main .fsNavLevel1 > li:hover .fsNavPageInfo .fsNavLevel2,
   .mobile-menu-2 .nav-desktop-main .fsNavLevel1 > li:focus-within .fsNavPageInfo .fsNavLevel2 {
   transform: translate3d(-5%, 0, 0) !important;
   }
   /* keep your spacing from divider */
   .mobile-menu-2 .nav-desktop-main .fsNavLevel1 .fsNavPageInfo .fsNavLevel2 {
   padding-left: 20px !important;
   }
   #fsFooter::before {
   content: "";
   display: block;
   height: 1px;
   background: var(--secondary-color);
   }
   /* load custom title font */
   @font-face {
   font-family: "Babylon5";
   src: url("https://resources.finalsite.net/files/t_file_download/v1778309441/ccsdnet/thwjgqhpdbqah9zj7etc/Babylon5.woff2") format("woff2");
   font-weight: normal;
   font-style: normal;
   font-display: swap;
   }
   /* page panel title sizing */
   #fsPageWrapper .fs-theme-panel > header .fsElementTitle {
   font-size: clamp(1.8rem, 10vw, 4rem) !important;
   font-weight: 700 !important;
   line-height: 1.1 !important;
   margin: 0 !important;
   }
   /* force Montserrat via accent variable */
   .fsConstituent .fsElementContent,
   .fsConstituent .fsElementContent * {
   font-family: var(--accent-font, "Montserrat") !important;
   }
   /* nav layout */
   .nav-utility-header .fsNavLevel1,
   .nav-mobile-utility .fsNavLevel1 {
   display: flex;
   align-items: center;
   gap: 28px;
   }
   /* nav text sizing */
   .nav-utility-header .fsNavLevel1 > li > a:not(.custom-cta),
   .nav-mobile-utility .fsNavLevel1 > li > a:not(.custom-cta) {
   font-size: 1.125rem !important;
   line-height: 1.4 !important;
   display: inline-flex !important;
   align-items: center !important;
   padding: 0px !important;
   }
   /* parent + student links - normal state */
   .nav-utility-header li.jason-icon-parent > a,
   .nav-utility-header li.jason-icon-student > a {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   text-decoration: none !important;
   font-weight: 500 !important;
   border-bottom: 3px solid transparent !important; 
   padding-bottom: 4px !important; 
   }
   /* parent + student links - hover state */
   .nav-utility-header li.jason-icon-parent > a:hover,
   .nav-utility-header li.jason-icon-student > a:hover {
   border-bottom: 2px solid var(--secondary-color) !important; 
   }
   /* icons */
   li.jason-icon-parent > a::before,
   li.jason-icon-student > a::before {
   font-family: "bpa-icon-library";
   font-size: 1em !important;
   }
   li.jason-icon-parent > a::before { content: ""; }
   li.jason-icon-student > a::before { content: ""; }
   /* today badge */
   .custom-cta {
   display: inline-flex !important;
   align-items: stretch !important;
   overflow: hidden !important;
   text-decoration: none !important;
   font-size: 0.875rem !important;
   padding-right: 0px !important;
   }
   .custom-cta .cta-left {
   background: var(--secondary-color) !important;
   color: #000 !important;
   padding: 10px 15px !important;
   }
   .custom-cta .cta-right {
   background: #fff !important;
   color: var(--primary-color) !important;
   padding: 10px 15px !important;
   }
   /* mobile nav cleanup */
   @media (max-width: 768px) {
   .nav-utility-header .fsNavLevel1,
   .nav-mobile-utility .fsNavLevel1 {
   flex-wrap: wrap;
   }
   .nav-utility-header .jason-icon-parent,
   .nav-utility-header .jason-icon-student,
   .nav-mobile-utility .jason-icon-parent,
   .nav-mobile-utility .jason-icon-student {
   display: none !important;
   }
   }
   /* hero gap fix */
   #fsEl_218448 > header {
   display: none !important;
   }
   /* hero spacing reset */
   #fsEl_218448,
   #fsEl_218448 > .fsElementContent {
   margin: 0 !important;
   padding: 0 !important;
   }
   /* desktop video */
   #fsEl_218448,
   #fsEl_218448 > .fsElementContent,
   #fsEl_218448 .video-wrapper {
   height: 780px !important;
   min-height: 780px !important;
   }
   #fsEl_218448 video {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover !important;
   }
   /* MOBILE HERO OVERLAY */
   @media (max-width: 768px) {
   /* #fsPageBodyWrapper { background-color: var(--primary-color, #373737); } */
   #fsHeader {
   position: relative !important;
   z-index: 20 !important;
   }
   /* remove side padding from all main page panels (mobile only) */
   #fsPageContent .fs-theme-panel {
   padding-left: 0 !important;
   padding-right: 0 !important;
   }
   #fsEl_218448 {
   position: relative !important;
   z-index: 1 !important;
   }
   #fsEl_218448 video {
   filter: brightness(0.75) !important;
   }
   #fsEl_218593 {
   position: absolute !important;
   top: 90px !important;
   left: 0 !important;
   right: 0 !important;
   z-index: 50 !important;
   background: transparent !important;
   }
   #fsEl_218593 > .fsElementContent {
   background: transparent !important;
   }
   #fsEl_218594 > .fsElementContent {
   display: flex !important;
   flex-direction: column !important;
   align-items: center !important;
   justify-content: center !important;
   text-align: center !important;
   }
   .fsThumbnailLogo img {
   width: 120px !important;
   height: 120px !important;
   }
   /* FINAL mobile title (clean, no conflicts) */
   .fsLocationElement .fsLocationTitle {
   font-family: "Babylon5", Arial, sans-serif !important;
   color: #fff !important;
   text-align: center !important;
   font-size: 2.5rem !important;
   line-height: 1.05 !important;
   justify-content: center !important;
   max-width: 100% !important;
   margin: 0 !important;
   }
   /* mobile video size */
   #fsEl_218448,
   #fsEl_218448 > .fsElementContent,
   #fsEl_218448 .video-wrapper {
   height: 300px !important;
   }
   #fsEl_218448 video {
   height: 30px !important;
   }
   }
   /* remove underline */
   .fsLocationElement .fsLocationLinkWrapper,
   .fsLocationElement .fsLocationLinkWrapper:hover,
   .fsLocationElement .fsLocationLinkWrapper:focus,
   .fsLocationElement .fsLocationLinkWrapper:active {
   text-decoration: none !important;
   }
   /* header school name (desktop) */
   .fsLocationElement .fsLocationTitle {
   font-family: "Babylon5", Arial, sans-serif !important;
   font-weight: 700 !important;
   font-size: clamp(2.6rem, 8vw, 3.3rem) !important;
   }
   /* footer school name */
   #fsFooter .fsLocationName,
   #fsFooter .fsLocationName a {
   font-family: "Babylon5", Arial, sans-serif !important;
   text-decoration: none !important;
   }
   #fsFooter .fsLocationName a:hover,
   #fsFooter .fsLocationName a:focus,
   #fsFooter .fsLocationName a:active {
   text-decoration: none !important;
   }
   /* PDF Double-Line Border */
   .document-frame {
   display: block;
   max-width: 100%;
   padding: 8px;
   background: #fff;
   border: 2px solid #000;
   outline: 1px solid #000;
   outline-offset: -5px;
   box-sizing: border-box;
   }
   
	@media (min-width: 1100px) and (max-width: 1600px) {
    .header-15 .logo-container {
        padding: 40px 0 !important;
		
        zoom: 1 !important;
    }
}
 
	.header-15 .search-container {
	position: relative !important;
	margin-left: 6px !important;
	}
	
	.header-15 .nav-utility-header .fsNavLevel1>li>a {
    color: #fff;
    padding: 0px!important;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-decoration: none;
}

.header-15 .logo-container .logo-title .fsLocationName,
.header-15 .logo-container .logo-title .fsLocationTitle,
.header-15 .logo-container .logo-title .fsLocationSubtitle {
    width: 200% !important;
}
