html {
	  scroll-behavior: smooth;

}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}


body {
	background-color:#ffffff;
	display: block;
	position: relative;
	padding:0;
	margin:0;
	overflow-x: hidden;
    font-family: Tahoma, arial;
	font-weight:400;
	font-size:1.6rem;
	line-height: 1.6rem;

	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings:	"wdth" 100;
}



#navTrigger {
    display: block;
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 9999911;
    border: 0px solid rgb(78 100 132 / 60%);
    width: 70px;
    max-height: 70px;
    cursor: pointer;
    background-color: rgb(255 249 242 / 80%);
    border-radius: 10px;
    text-align: center;
    padding: 8px 0 14px 0;
    transition: 0s, 0.09s ease;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2), 0px 0px 30px rgba(0, 0, 0, 0.3);
}
#navTrigger:hover {
    background-color: rgba(255,255,255,1);
}
html._NAV_MENU_OPEN_ #navTrigger {
    border-radius: 30px;
}

html._NAV_MENU_OPEN_ #navTrigger {
    background-color: rgba(255,255,255,1);
    box-shadow: 2px -3px 11px rgba(0, 0, 0, 0.2);
}

	.nav-line {
	    display: block;
	    width: 60%;
	    height: 6px;
	    background-color: #0a0a0a;
	    border-radius: 3px;
	    margin: 7px auto 0px auto;
	    transition: 0s, 0.13s ease;
	}
	html._NAV_MENU_OPEN_ .nav-line {
	    width: 10%;
	    background-color: #0c0c0c;
	}

#navOverlay {

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    transition: 0.35s opacity 0.05s ease;
    opacity: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.0);
}


/*
@media(min-width:1270px) {
#navOverlay {

	display: grid;

    grid-template-columns: auto 25vh 25vh 25vh 25vh auto;
    grid-template-rows: auto 22vh 22vh 22vh 22vh auto;
    grid-template-areas:
        "leftCol topRow topRow topRow topRow rightCol"
        "leftCol S1 S2 S3 S4 rightCol"
        "leftCol S5 S6 S7 S8 rightCol"
        "leftCol S9 S10 S11 S12 rightCol"
        "leftCol S13 S14 S15 S16 rightCol"
        "leftCol btmRow btmRow btmRow btmRow rightCol";

}
}
*/

html._NAV_MENU_OPEN_ #navOverlay {
    z-index: 9999910;
    opacity: 1;
    pointer-events: initial;
    text-align: center;
}
@media(max-width:1270px) {
html._NAV_MENU_OPEN_ #navOverlay {
	padding:90px 0 0 0;
}
}

#CloseNavOverlay {
	display: block;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:0;
  background: radial-gradient(circle, rgba(0, 182, 241, 1) 0%, rgb(0 241 239 / 93%) 75%, rgba(237, 221, 83, 0.4) 100%);
}



#navOverlay .navSquare {
	display: block;
	position: relative;
	z-index: 99;
	text-align: center;
}

	/*
#navOverlay .navSquare {
	display: block;
	width: calc(100% - 40px);
	margin: 0px auto;
    position: relative;
    z-index:10;
    text-align: center;
    color:#0a0a0a;
    font-size:0.73rem;
    border: 9px solid #00b6f1;
    border-radius:55px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #f4f4f4;
    background-size: cover;
    background-position: center center;
    transition: background-color 0.778s ease-out 0.04s;
}
*/


	body.page_contact #mainBody,
	body.page_parties #mainBody {
		vertical-align: middle;
	}
	body.page_contact #mainBody::before,
	body.page_parties #mainBody::before {
		content:'';
		display:inline-block;
		vertical-align: middle;
		width:1px;
		height:100vh;
		background-color:transparent;
	}
	body.page_contact #mainBody .inner,
	body.page_parties #mainBody .inner {
		display:inline-block;
		vertical-align: middle;
		width:calc(100vw - 150px);
		margin:0 auto 0 auto;
	}






	#navOverlay {
		vertical-align: middle;
	}
	#navOverlay::before {
		content:'';
		display:inline-block;
		vertical-align: middle;
		width:1px;
		height:100%;
		background-color:red;
	}
	#navOverlay .inner {
		display:inline-block;
		vertical-align: middle;
/*		width:calc(100vw - 20px);*/
		width:auto;
		margin:-30vh auto 0 auto;
	}



/*
@media(max-width:800px){
#navOverlay .navSquare {
	width: calc(100% - 40px);
	margin: -1rem auto;
    font-size:0.73rem;
    border: 9px solid #00b6f1;
    border-radius:55px;
    background-color: #f4f4f4;
    background-size: cover;
    background-position: center center;
    transition: background-color 0.778s ease-out 0.04s;
}
}
*/

/*	
@media(max-width:800px){
#navOverlay .navSquare {
	width: calc(100% - 40px);
	margin: -1rem auto;
    font-size:0.73rem;
    border: 9px solid #00b6f1;
    border-radius:55px;
    background-color: #f4f4f4;
    background-size: cover;
    background-position: center center;
    transition: background-color 0.778s ease-out 0.04s;
}
}

@media(min-width:800px) {

#navOverlay #navLeftCol { grid-area: leftCol; background-color: transparent; position: relative;}
#navOverlay #navTopRow  { grid-area: topRow;  background-color: transparent; }
#navOverlay #navBtmRow  { grid-area: btmRow;  background-color: transparent; }
#navOverlay #navRightCol{ grid-area: rightCol;background-color: transparent; }
#navOverlay #S1         { grid-area: S1;       }
#navOverlay #S2         { grid-area: S2;       }
#navOverlay #S3         { grid-area: S3;       }
#navOverlay #S4         { grid-area: S4;       }
#navOverlay #S5         { grid-area: S5;       }
#navOverlay #S6         { grid-area: S6;       }
#navOverlay #S7         { grid-area: S7;       }
#navOverlay #S8         { grid-area: S8;       }
#navOverlay #S9         { grid-area: S9;       }

#navOverlay #S10         { grid-area: S10;       }
#navOverlay #S11         { grid-area: S11;       }
#navOverlay #S12         { grid-area: S12;       }
#navOverlay #S13         { grid-area: S13;       }
#navOverlay #S14         { grid-area: S14;       }
#navOverlay #S15         { grid-area: S15;       }
#navOverlay #S16         { grid-area: S16;       }

#navOverlay #navLeftCol {
}

}
*/

	#navOverlay .navSquare h1 {
		height: 100%;
		text-align: center;
		vertical-align: middle;
		margin: 0;
		line-height: 3rem;
	}

	@media(max-width:800px){
	#navOverlay .navSquare h1 {
		line-height: 5rem;
	}
	}

		#navOverlay .navSquare h1:before {
		    content: '';
		    display: inline-block;
		    height: 100%;
		    border: 0px solid red;
		    vertical-align: middle;
		}


		#navOverlay .navSquare a {
			display: inline-block;
	    width: auto;
	    text-decoration: none;
	    color: #fff9eb;
	    font-size: 3.2rem;
	    vertical-align: middle;
	    height: auto;
	    font-weight: 100;
	    line-height: 5rem;
		}




	#nav-overlay-logo {
	    display: block;
	    position: absolute;
	    top: auto;
/*		bottom: calc(100vw * -0.5);*/
	    bottom: calc(100vw * 0.025);
	    text-align: center;
	    z-index: 199;
	    width: 100vw;
/*	    transition: bottom 1s ease-in-out 0.6s;*/
	}
	html._NAV_MENU_OPEN_ #nav-overlay-logo {
/*	    transition: bottom 0.7s ease-in-out 0.0s;*/
/*	    bottom: calc(100vw * 0.025);*/
	}
		#nav-overlay-logo img {
		    width: calc(100vw * 0.15);
		}


#top-chevrons {
	display: block;
    width: 100vw;	
	margin:0px auto 0 auto;
	position: fixed;
	text-align:center;
	z-index: 9999911;
	pointer-events:none;
	opacity: 0.8;
}
@media(max-width:1000px){
#top-chevrons {
	display:none;
}	
}
	#top-chevrons img {
		display: inline-block;
		width: calc(100vw* 0.65);
	    margin: 10px auto 0px auto;
	    border-radius: 14px;
	    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);		
	    transition: box-shadow 0.4s ease-in-out 0.1s;
	}
	html._NAV_MENU_OPEN_ #top-chevrons img {
	    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0);
	}



#top-logo {
	display: block;
	margin:0px auto 0 auto;
	position: absolute;
	text-align:center;
	z-index: 999;
    width: 100vw;
    top:calc(100vw * 0.08);	
}
	#top-logo img {
		display: inline-block;
    width: calc(100vw * 0.17);
    min-width: 200px;
    margin: 0.05vw auto 0px auto;
	}




section {
	display: block;
	width:auto;
	position: relative;
	border: 0px solid red;
}

 section h1 {
 	text-align: center;
 }



#mainTop {
    display: block;
    position: relative;
    width: 100vw;
    height: auto;
    background-color: #e1e1e1;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.4);
}

	#MainTopBg {
		display: block;
		width: 100vw;
		height: calc(100vw * 0.98);
		max-height:100vh;
		position: relative;
	}

#top-slides {
	display: block;
	width: 100vw;
	height:100%;
}
	.top-slide {
		display: block;
		width: 100vw;
		height:100%;
		background-position:center 0px;
		background-size: cover;
		background-attachment: fixed;
		position: absolute;
		z-index: 0;
		opacity: 0;
		transition: z-index 0s linear,
					opacity 0.4s ease-in-out;
	}
	@media(max-width:800px){
	.top-slide {
		display: block;
		width: 100vw;
		height:100%;
		background-position:center 0px;
		background-size: auto 70vh;
		background-attachment: fixed;
	}
	}
	
	.top-slide._ON {
		z-index: 9;
		opacity: 1;
	}


#c2aBtns {
	display: block;
    width: 100vw;
    text-align: center;
    position: absolute;
    top: auto;
    bottom: calc(100vh* 0.13);
    z-index: 10;
}
	
@media(max-width:800px){
#c2aBtns {
	display: none;
}
}

	.c2aBtn {
	    display: inline-block;
	    width: calc(100vw * 0.365);
	    min-width: 180px;
	    height: auto;
	    line-height: 1;
	    padding:1rem;
	    margin: 0px 3vw 0px 3vw;
	    border: 1px solid #959595;
	    background-color: #e6814a;
	    color:#ffffff;
	    cursor: pointer;
	    border-radius: 3px;
	    box-shadow: 0px -4px 17px rgba(0, 0, 0, 0.4);
	    transition: 0s, 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);

	    border-radius:20px;
			background: radial-gradient(circle, rgba(36, 178, 173, 1) 0%, rgba(36, 178, 173, 0.73) 74%, rgba(237, 221, 83, 0.56) 100%) !important;
	    
	}
	.c2aBtn:hover {
/*		background-color:#e1e1e1;*/
/*		color:#e6814a;*/
	}
	.c2aBtn._ON {
/*		background-color:#e6814a;*/
/*		color:#FFF;*/
		padding: 3rem;
		border-radius:30px;
	}

/*	.sc.c2aBtn { background-color: #24b2ad;  }*/
/*	.bp.c2aBtn { background-color: #e6814a;  }*/

		/*
		.c2aBtn::before {
			content:"";
			display:inline-block;
			vertical-align:middle;
			width:1px;
			height:100%;
			border:1px solid rgba(0,0,0,0);
		}
		*/

		.c2aBtn div {
			display:inline-block;
			line-height:0;
			padding:0;
			margin:0;
			vertical-align: middle;
		}


		.c2aBtn div span {
			display:inline-block;
			width:99%;
			line-height:2.4rem;
		    padding: 20px 0 20px 0;
			margin:0;
			vertical-align: middle;
			font-size: 2.7rem;
		}

		/*.c2aBtn div span:first-child,*/
		/*
		.c2aBtn div span:last-child {
			opacity: 0;
			transition: opacity 0.3s linear 0s;
		}
		*/


		.c2aBtn div span:first-child {
			font-size: 4.4rem;
		    color: #fff;
		    line-height: 5rem;
		    font-weight: 900;
		    padding: 40px 0 40px 0;
		}
		/*
		.c2aBtn div span:last-child {
			font-size: 1.5rem;
		}
			.c2aBtn div span.readmorelink a {
			    text-decoration: none;
			    font-size: 2rem;
			    color: #fff;
			    -webkit-text-stroke: 0px #0a0a0a;
			    padding: 30px 0 7px 0;
			    display: inline-block;
			    font-weight: 800;
			    border-bottom: 4px solid #666;
			}
		*/


		/*.c2aBtn._ON div span:first-child,*/
		/*
		.c2aBtn._ON div span:last-child {
			opacity: 1;
		}
		*/


#mainBody {
	text-align: center;
	background: rgb(249 158 54);
    background: radial-gradient(circle, rgba(249, 158, 54, 1) 0%, rgba(-7, 182, 241, 0.73) 74%, rgba(237, 221, 83, 1) 100%);
    border: 60px solid #fff9eb;	
		box-shadow: 0 -14px 54px rgba(-7, 182, 241, 0.9), 0 -5px 14px rgba(237, 221, 83, 0.9);
    z-index: 999;    
}
@media(max-width:800px){
#mainBody {
	line-height: 1.2rem;
    border: 24px solid #fff9eb;
}
#mainBody.page_summer_programs {
		line-height: 1.2rem;
    border: 0px solid #fff9eb;
}
}

	.introParagraph {
		padding:150px 0;
	}

@media(max-width:800px){
	.introParagraph {
		padding:40px 0;
	}
}

	#mainBody h1 {
		text-align: center;
		margin:60px auto 70px auto;
/*		color:#e6814a;*/
		color:#fff9eb;
		font-weight:720;
	}

	#mainBody h2,
	h2.homepage_class_list {
		text-align: center;
		margin:0px auto 0px auto;
		color:#fff9eb;
		font-weight:720;
		line-height: 1.6;
	}


@media(max-width:800px){
	body.page_summer_programs #mainBody h2 {
		margin: 110px auto 0px auto;
		font-weight:720;
		line-height: 2.9rem;
	}
}


	#midPageC2A {
		display: block;
		width:100%;
		text-align:center;
	}

		#midPageC2A .MPC2A_Cell {
		    display: inline-block;
		    width: calc(33vw* 0.7);
		    height: calc(33vw* 1.2);
		    margin: 0 20px 0 20px;
		    border: 2px dotted #e1e1e1;
		    border-radius: 30px;
		    background-color: #e1e1e1;
		    box-shadow: 3px 14px 16px rgba(0, 0, 0, 0.25), 
		    -5px -5px 44px rgba(0, 0, 0, 0.2);
		    overflow:hidden;
		}
		@media(max-width:800px) {
			#midPageC2A .MPC2A_Cell {
			    display: inline-block;
			    width: calc(100vw* 0.9);
			    height: calc(100vw* 0.5);
			    margin: 0 auto 20px auto;
			    border: 2px dotted #e1e1e1;
			    border-radius: 30px;
			    background-color: #e1e1e1;
			    box-shadow: 3px 14px 16px rgba(0, 0, 0, 0.25), 
			    -5px -5px 44px rgba(0, 0, 0, 0.2);
			}		
		}

		#midPageC2A .MPC2A_Cell span.c2a-bg-image {
			display:block;
			width: 100%;
			height:100%;
			background-size:cover;
			background-position:center center;
			background-repeat:no-repeat;
		}









footer {
    display: block;
    width:100vw;
    min-height:calc(100vw * 0.15);
    text-align: center;
    border: 0px solid red;
    margin: 0px auto 0px auto;
    padding:70px 0 0 0;
    background: url(/losangeles/images/footer-bg.png);
    background-size:cover;
    background-position:center center;
    color: #e1e1e1;
    width: 100vw;
    box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.4), 0px 3px 9px rgba(0, 0, 0, 0.9);
    filter: hue-rotate(173deg);
}
	footer .row {
		margin:0 auto;
	}

		.footer-cell {
		    display: inline-block;
		    vertical-align: middle;
		    width: calc(100vw * 0.285);
		    margin: 0 0vw 0px 0vw;
		    border: 0px dotted red;
		}
		@media(min-width:1025px) {
			.footer-inline-left {text-align: right;}
			.footer-inline-right {text-align: left;}
			.footer-inline-center {text-align: center;}
		}

		@media(max-width:1024px) {
		.footer-cell {
		    display: block;
		    vertical-align: top;
		    width: calc(100vw);
		    margin: 0 auto 0px auto;
		    text-align: center;
		}
		}
			.footer-cell a {
			    display: block;
			    color: rgb(255 249 242 / 100%);
			    text-decoration: none;
			    line-height: 2.5rem;
			    border-bottom: 1px dotted teal;
			    padding: 0 30px 0 30px;
			}
			.footer-cell a:hover {
				color:teal;
			}

			#footer-logo {
/*				display: block;*/
/*				width: 100vw;*/
			}
				#footer-logo img {
				    width: calc(100vw * 0.11);
				    margin: 20px auto 0px auto;
				}
				#footer-logo span {
					display: block;
			    margin: 0px auto 0px auto;
/*			    color: rgb(255 249 242 / 80%);*/
			    color: #000;
			    line-height: 7rem;
			    font-size: 1rem;
				}















/* /////// Page Setup Template /////// */

body.generic,
body.page_about {

}




	body.generic #mainTop,
	body.page_about #mainTop {
		height:110px;
		max-height:110px;
		overflow: hidden;
	}
	
	body.generic #top-logo,
	body.page_about #top-logo {
		display: block;
		margin: 0px auto 0 auto;
		position: fixed;
		text-align: left;
		z-index: 999910;
		width: 100vw;
		height: 0;
		top: 10px;
		padding: 0 0 0 0;
	}
		body.generic #top-logo img,
		body.page_about #top-logo img {
		    width: calc(100vw* 0.1);
		    min-width: 120px;
		    position: relative;
		    left: calc(100vw / 2 *0.1);
		}



		body.page_about .page_about p,
		body.page_parties .page_parties p,
		body.page_showcase_movies .page_showcase_movies p {
			line-height:1;
			color:#fff9eb;
		}

			body.page_about .page_about ul,
			body.page_parties .page_parties ul,
			body.page_showcase_movies .page_showcase_movies ul {
				line-height:1;
				color:#fff9eb;
				list-style-type: none;
			}











.whereWeAre .program-card {
 		background: #fff9eb;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0rem;
    flex: -1 1 calc(45% - 1rem);
		/*    min-width: 23%;*/
		width:30.9%;
    transition: transform 0.2s ease-in-out;
    margin: 0.7%;
}
@media(max-width:800px){
.whereWeAre .program-card {
		width:calc(100vw - 60px);
    transition: transform 0.2s ease-in-out;
    margin: 24px 0 24px 0;
}
}


	.whereWeAre .program-card a,
	#genericFAQBody .program-group .program-card div.card-wrap {

		padding: 3rem

	}







@media (max-width: 800px) {
    section#mainBody.page_summer_programs_details {
/*        line-height: 1.2rem;*/
        border: 0px solid #fff9eb;
    }
}

section#mainBody.page_summer_programs_details .whereWeAre .program-card {
 		background: #fff9eb;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0rem;
    flex: -1 1 calc(45% - 1rem);
		/*    min-width: 23%;*/
		width:100%;
    transition: transform 0.2s ease-in-out;
    margin: 0.7%;
}
@media(max-width:800px){
section#mainBody.page_summer_programs_details .whereWeAre .program-card {
		width:100%;
    transition: transform 0.2s ease-in-out;
    margin: 24px 0 24px 0;
    min-width: 0px;
}
}


	section#mainBody.page_summer_programs_details .whereWeAre .program-card a,
	section#mainBody.page_summer_programs_details #genericBody .program-group .program-card div.card-wrap {

		padding: 3rem

	}















section#FAQBody {

	display:block;
/*	position: relative;*/

	background: radial-gradient(circle, rgba(249, 158, 54, 1) 0%, rgba(-7, 182, 241, 0.73) 74%, rgba(237, 221, 83, 1) 100%);
  border: 60px solid #fff9eb;
  box-shadow: 0 -14px 54px rgb(200 133 247), 0 -2px 7px 4px rgb(20 19 10 / 90%)
}
@media(max-width:800px){
section#FAQBody {
  border: 0px solid #fff9eb;
}
}






	#genericBody {
	  margin: 0 auto;
    width: calc(100vw * 0.76);
    max-width: 100vw;
    padding: 0 20px;
	}

@media(max-width:800px){
	#genericBody {
	  margin: 0 auto;
    width: auto;
    max-width: 100vw;
    padding: 0 20px;
	}
}


	#genericFAQBody {
	  margin: 0 auto;
    width: calc(100vw * 0.76);
    max-width: 100vw;
    padding: 0 20px;
    text-align: center;
	}

@media(max-width:800px){
	#genericFAQBody {
    width: 100%;
    max-width: 100vw;
		padding: 0 0px;
	}
}




		#genericFAQBody .program-group {

		}
			#genericFAQBody .program-group .program-card {
				cursor:pointer;
				min-height: 500px;
			}

			@media(max-width:1600px){
			#genericFAQBody .program-group .program-card {
				min-height: 600px;
			}
			}
			#genericFAQBody .program-group .program-card._OPEN {
				position: relative;
				z-index: 999999;
			}
				#genericFAQBody .program-group .program-card div.card-wrap {
/*				 		background: #fff9eb;*/
				 		background: transparent;
				    border-radius: 0px;
/*				    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);*/
				    padding: 0rem;
				    flex: -1 1 calc(45% - 1rem);
						/*    min-width: 23%;*/
						width:30.9%;
				    transition: transform 0.2s ease-in-out;
				    margin: 0.7%;
				}
					#genericFAQBody .program-group .program-card div.card-wrap span {
						position: relative;
					}
					#genericFAQBody .program-group .program-card div.card-wrap span.number {
						font-size: 5rem;
						color: #f39f3b;
						text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
						font-weight: 900;
						margin: 0px 2px 0px 0;
						line-height: 0;
						position: relative;
						top: 40px;
				    z-index: 2;
				    text-align: left;
				    display: block;
					}
					#genericFAQBody .program-group .program-card div.card-wrap span.question {
						display: block;
						height: 100%;
						font-size: 2.2rem;
						z-index: 1;
					}

					#genericFAQBody .program-group .program-card div.card-wrap span.answer {
						display: none;
						z-index: -1;
						position: absolute;
						top:0;
						right:0px;
						bottom:0px;
						left:0px;
						width: 100%;
						height: 100%;
						background-color: rgba(255, 255, 255, 1);
				    border-radius: 19px;
				    padding: 80px 0 0 0;
					}
					
					/* _OPENED */
					#genericFAQBody .program-group .program-card._OPEN div.card-wrap span.number {
						z-index: 9999910;
					}
					#genericFAQBody .program-group .program-card._OPEN div.card-wrap span.question {
						z-index: -1;
						position: absolute;
				    top: 0;
				    right: 0px;
				    bottom: 0px;
				    left: 0px;
				    width: 100%;
				    height: 100%;						
					}








					#genericFAQBody .program-group .program-card div.card-wrap span.question::before {
						content:'';
						display:inline-block;
						vertical-align: middle;
						width:0.5px;
						height:100%;
					}
					#genericFAQBody .program-group .program-card div.card-wrap span.question span {
						display:inline-block;
						vertical-align: middle;
						width:99%;
						height:auto;
						line-height: 3rem;
						padding: 0 25px;
					}








					#genericFAQBody .program-group .program-card._OPEN div.card-wrap span.answer {
						display: block;
						z-index: 99999;
				    padding: 3.4rem;
					}

					#genericFAQBody .program-group .program-card._OPEN div.card-wrap span.answer::before {
						content:'';
						display:inline-block;
						vertical-align: middle;
						width:0.5px;
						height:100%;
					}
					#genericFAQBody .program-group .program-card._OPEN div.card-wrap span.answer span {
						display:inline-block;
						vertical-align: middle;
						width:99%;
						height:auto;
/*						line-height: 1.6rem;*/
					}


































.summer-programs {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
  font-family: Arial, sans-serif;
}

.summer-programs h2 {
  color: #e6814a;
  font-size: 1.8rem;
  margin-top: 3rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5rem;
}

.program-group {
	position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

@media(max-width:800px){
.program-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 0rem;
  margin-top: 1.5rem;
}
}

.program-card {
  background: #f8f8f8;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
  padding: 1rem;
  flex: -1 1 calc(45% - 1rem);
  min-width: 260px;
  transition: transform 0.2s ease-in-out;
}

.program-card:hover {
  transform: scale(1.02);
}

.program-card h3 {
  margin-top: 0;
  font-size: 1.2rem;
}

.program-card p {
color: #00B6F4;
}

.program-card a,
#genericFAQBody .program-group .program-card div.card-wrap {
	display:block;
	width:100%;	
	height: 100%;
  text-decoration: none;
  color: #00b6f1;
}

.program-card .question,
#genericFAQBody .program-group .program-card div.card-wrap .question {
	display:block;
	width:100%;	
	height: 100%;
  text-decoration: none;
  color: #00b6f1;
  font-size: 2.5rem;
  line-height:3.1rem;
}

@media(max-width:800px){
.program-card a,
.program-card p,
#genericFAQBody .program-group .program-card div.card-wrap {
	display:block;
	width:100%;	
  text-decoration: none;
  color: #00b6f1;
  font-size: 1.8rem;
  line-height:1;
  padding: 1.1rem !important;
  position: relative;
}
}

.program-card a:hover,
#genericFAQBody .program-group .program-card div.card-wrap:hover {
/*  text-decoration: underline;*/
  text-decoration: none;
}










h2.homepage_class_list {
	font-size: 7rem;
  line-height: 1.3;
}

@media(max-width:800px){
h2.homepage_class_list {
	font-size: 3rem;
  line-height: 1.3;
}
}

p.homepage_class_list {
	font-size:0.9rem;
	padding:30px 0 30px 0;
}

p a {
	color:#fff9eb;
}















/* Showcased Videos - AI Generated */
/* Showcased Videos - AI Generated * /
.showcase-section {
  background: linear-gradient(180deg, #ffffff 0%, #f0f8ff 100%);
  position: relative;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
}

.showcase-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('/images/confetti-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: 0;
}

.showcase-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 2rem;
  color: #e6814a;
  margin-bottom: 30px;
}

.carousel-container {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.carousel-track {
  display: flex;
  gap: 20px;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

.video-thumb {
  flex: 0 0 auto;
  width: 	240px;
  height: 	140px;
  position: relative;
  scroll-snap-align: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('/images/play-button.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
}

.video-thumb:hover .play-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.cta-button {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 28px;
  font-size: 1rem;
  background-color: #24b2ad;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #1a908a;
}

@media (max-width: 768px) {
  .video-thumb {
    width: 180px;
    height: 100px;
  }
}

.showcase-carousel-container {
  position: relative;
  padding: 40px 0;
  background-color: #f8f8f8;
  text-align: center;
}

.showcase-carousel-container h2 {
  color: #e6814a;
  margin-bottom: 20px;
  font-size: 2rem;
}

.showcase-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  gap: 20px;
}

.video-thumb {
  flex: 0 0 auto;
  width: 250px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-thumb:hover {
  transform: translateY(-5px);
}

.video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
}

.video-title {
  font-size: 1rem;
  padding: 8px;
  color: #333;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(230,129,74,0.9);
  color: white;
  font-size: 2rem;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}





*/




























/* new AI code */
.showcase-section {
  background: url('/losangeles/images/bg-confetti.png') center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 10vw 0px;
  color: white;
  filter: hue-rotate(80deg)
}

.showcase-inner {
/*  max-width: calc(100vw - 150px);*/
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  filter: hue-rotate(-80deg)
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.showcase-thumbnails {
  display: flex;
  gap: calc(100vw * 0.014);
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 50px 0 30px 0;
}

.showcase-thumbnails::-webkit-scrollbar {
  display: none;
}

.video-thumb {
  position: relative;
  flex: 0 0 auto;
  width: 25vw;
/*  max-width: 300px;*/
  aspect-ratio: 3 / 2;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:0 0 36px rgba(0,0,0,0.2), 0 0 3px rgba(0,0,0,0.8);
}

@media(max-width:800px){
.video-thumb {
  width: 75vw;
/*  max-width: 300px;*/
  aspect-ratio: 3 / 2;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:0 0 36px rgba(0,0,0,0.2), 0 0 3px rgba(0,0,0,0.8);
}
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0s, 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);;
}
.video-thumb:hover img {
	transform: scale(1.15);
}

.play-button {


	display:none;


  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:  400px;
  height: 400px;
  background: #0a0a0a;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M8 5v14l11-7z"/></svg>') center / contain no-repeat;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M8 5v14l11-7z"/></svg>') center / contain no-repeat;
  transform:scale(1);
  transform-origin: center center;
  transition: transform 0s, 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);;
}
.video-thumb:hover .play-button {
	transform: scale(1.2);
}



.carousel-btn {
		position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    border: none;
    color: white;
    font-size: 5rem;
    padding: 20px 40px;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0 0px 17px rgba(0, 0, 0, 1);
}

.carousel-btn.left { 	left: 	10px; }
.carousel-btn.right { 	right: 	10px; }

.showcase-text {
  text-align: center;
}

.showcase-text h2 {
		font-size: 3.85rem;
    margin-bottom: 20px;
    color: #fff9eb;
    width: auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 60%;
    line-height: 4.2rem;
}

@media(max-width:800px){
.showcase-text h2 {
		font-size: 2.85rem;
    margin: 0 0 60px 0;
    color: #fff9eb;
    width: auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 60%;
    line-height: 2.8rem;
}
}

.cta-button {
		display: inline-block;
    background-color: #00b3b3;
    color: #fff9eb;
    padding: 30px 50px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3sease;
    vertical-align: middle;
    margin: 0 0 0 40px;
    font-size: 2.1rem;
    width: auto;
}
@media(max-width:800px){
.cta-button {
		display: inline-block;
    background-color: #00b3b3;
    color: #fff9eb;
    padding: 30px 50px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3sease;
    vertical-align: middle;
    margin: 0 0 0 0px;
    font-size: 1.8rem;
    width: calc(100vw - 50px);
}
}

.cta-button:hover {
  background-color: #008f8f;
}

@media (max-width: 768px) {
  .carousel-btn {
    font-size: 20px;
    padding: 6px 10px;
  }

  .showcase-text {
    text-align: center;
  }
}









































:root {
  --space: 1rem;
  --bg: #09090b;
  --fg: #e3e3e3;
  --surface-1: #101012;
  --surface-2: #27272a;
  --surface-3: #52525b;
  --ease-out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease-in-out: cubic-bezier(0.45, 0, 0.55, 1);
}

* {
  box-sizing: border-box;
}


/*
height,
body {
  height: 100%;
}

body {
  display: grid;
  color: var(--fg);
  background: var(--bg);
  padding: var(--space);
  min-height: 100vh;
}
* /
main {
  display: grid;
  grid-template-columns: repeat(var(--count, 1), 1fr);
  gap: var(--space);
  margin: auto;
  inline-size: min(var(--max, 15rem), 100%);

  @media (min-width: 25rem) {
    --count: 2;
    --max: 30rem;
  }

  @media (min-width: 45rem) {
    --count: 4;
    --max: 60rem;
  }
}
*/


.card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-areas: "card";
  place-items: center;
  aspect-ratio: 4/5;
  border: 1px solid var(--surface-2);
  isolation: isolate;
  transition: border-color 200ms var(--ease-out);
  user-select: none;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
      circle at bottom left,
      transparent 55%,
      var(--surface-1)
    );
    pointer-events: none;
    box-shadow: var(--bg) -0.5cqi 0.5cqi 2.5cqi inset;
    transition: opacity 900ms var(--ease-out);
  }

  &::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    aspect-ratio: 1;
    background: radial-gradient(circle, var(--bg), transparent 65%);
    opacity: 0;
    transition: opacity 800ms var(--ease-out);
  }

  > * {
    grid-area: card;
  }

  svg {
    position: relative;
    z-index: 1;
    width: 30%;
    height: auto;
    color: var(--surface-3);
    transition: 300ms var(--ease-out);
    transition-property: color, scale;
  }

  button {
    opacity: 0;
  }

  &:focus-within {
    outline: 5px auto Highlight;
    outline: 5px auto -webkit-focus-ring-color;
  }

  &:where(:hover, :focus-within) {
    border-color: var(--active-color, var(--fg));
    transition: border-color 800ms var(--ease-in-out);
  }

  &:where(:hover, :focus-within) svg {
    color: var(--active-color, var(--fg));
    scale: 1.1;
    transition: 300ms var(--ease-in-out);
  }

  &:where(:hover, :focus-within)::before {
    opacity: 0;
  }

  &:where(:hover, :focus-within)::after {
    opacity: 1;
  }
}




























































/* NEW – - – - */

:root {
	--primary: #0284c7;
	--primary-hover: #0369a1;
	--secondary: #64748b;
	--secondary-hover: #475569;
	--bg-card: #ffffff;
	--text-main: #1e293b;
	--text-muted: #64748b;
	--accent-orange: #f97316;
	--radius: 12px;
	--shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05), 0 2px 4px -2px rgb(0 0 0 / 0.05);
}

.programs-container {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: var(--text-main);
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1rem;
}

/* Header & Promo */
.programs-header {
	margin-bottom: 2.5rem;
	text-align: center;
}
.programs-header .pagetitle {
	font-size: 2.25rem;
	font-weight: 800;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	color: #0f172a;
}
.programs-header .subtitle {
	font-size: 1.1rem;
	color: var(--text-muted);
	margin-bottom: 1.5rem;
}
.promo-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	background-color: #ffedd5;
	border: 1px solid #fed7aa;
	padding: 0.5rem 1rem;
	border-radius: 9999px;
	color: #9a3412;
	line-height: 1;
}
.promo-tag {
	background: var(--accent-orange);
	color: white;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.2rem 0.6rem;
	border-radius: 9999px;
}

/* Responsive Grid Layout */
.programs-grid {
	display: grid;
/*	display:block;*/
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	gap: 2rem;
}

/* Card Styling */
.programs-grid .program-card {
	background: var(--bg-card);
	border: 1px solid #e2e8f0;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	overflow: hidden;

	width:auto;
/*	width:47%;*/
/*	display:inline-block;*/
}
.program-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}
.card-body {
	padding: 1.5rem;
}
.program-title {
	font-size: 1.35rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	line-height: 1.3;
}
.program-title a {
	color: #0f172a;
	text-decoration: none;
}
.program-title a:hover {
	color: var(--primary);
}
.program-desc {
	font-size: 0.95rem;
	color: var(--text-muted);
	margin-bottom: 1.25rem;
	line-height: 1.5;
}

/* Meta Data List */
.program-meta {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.9rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	border-top: 1px solid #f1f5f9;
	padding-top: 1rem;
}
.program-meta li {
	color: #334155;
}
.program-meta strong {
	color: #475569;
	font-weight: 600;
}
.price-highlight {
	color: #16a34a;
	font-weight: 700;
	font-size: 1rem;
}
.city-tag {
	color: var(--text-muted);
	font-size: 0.85rem;
}

/* Footer & Buttons */
.card-footer {
	padding: 1.25rem 1.5rem;
	background: #f8fafc;
	border-top: 1px solid #e2e8f0;
}
.action-buttons {
	display: flex;
	gap: 0.75rem;
}
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	padding: 0.6rem 1rem;
	font-size: 0.9rem;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	transition: background-color 0.15s ease;
}
.btn-primary {
	background-color: var(--primary);
	color: white;
}
.btn-primary:hover {
	background-color: var(--primary-hover);
}
.btn-secondary {
	background-color: transparent;
	border: 1px solid #cbd5e1;
	color: #475569;
}
.btn-secondary:hover {
	background-color: #f1f5f9;
}

/* Offsite/Alert UI states */
.instructions {
	margin-top: 1rem;
	font-size: 0.8rem;
	background: #fff;
	padding: 0.75rem;
	border-radius: 6px;
	border: 1px dashed #cbd5e1;
	color: var(--text-muted);
}
.alert {
	padding: 1rem 1.25rem;
	border-radius: var(--radius);
	font-size: 0.95rem;
	line-height: 1.5;
}
.alert-info {
	background-color: #f0f9ff;
	border: 1px solid #bae6fd;
	color: #0369a1;
}
.alert-error {
	background-color: #fef2f2;
	border: 1px solid #fee2e2;
	color: #b91c1c;
}
.alert a {
	color: inherit;
	font-weight: 600;
}




























