/*
INDEX
	- SWIPER
	- MISSION
	- NEWS & EVENTS
	- ADMISSIONS
*/

/*-----------------------------------------------------------  SWIPER --------------------------*/
/*@media screen and (max-width:649px) { .swiper-pagination { display: none; } }*/

@media screen and (min-width: 1180px) {
	#swiper-top { min-height: 454px; }
}

#swiper-top { position: relative; }

.swiper-slide { cursor: grab; }

.swiper-button-prev { background-image: none; }
.swiper-button-next { background-image: none; }

.swiper-button-prev::before,
.swiper-button-next::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 34px;
}

.swiper-button-prev::before { content: "\f053"; }
.swiper-button-next::before { content: "\f054"; }

#pg-bar {
	bottom: 0;
	/*background-color: rgba(0,53,54,0.5);*/
	background-color: rgba(234,234,234,0.5);
	width: 100%;
	padding: 5px 0;
	position: absolute;
	height: 20px;
	display: block;
	z-index: 900;
}

#swiper-top .swiper-pagination { 
	bottom: 5px;
	z-index: 990;
}

#swiper-top .swiper-pagination .swiper-pagination-bullet { background-color: var(--gray3); }

.swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: var(--gray3) !important;
}

/*.swiper-pagination-bullet {
	background: white;
	opacity: .4;
}
*/

#swiper-top div.swiper-slide { background-size: cover; }
#swiper-top .swiper-button-prev::before,
#swiper-top .swiper-button-next::before { color: rgba(255,255,255,.5); }

/*-----------------------------------------------------------  MISSION -------------------------*/
#mission {
	background-color: #008889;
	color: white;
	padding: 20px 0;
}

#mission h1 {
	color: var(--color5000);
	text-align: center;
	padding: 25px 0 15px 0;
	font-size: 37px;
	font-weight: 400;
	text-transform: uppercase;
}

#mission { color: white; }

p.statement {
	max-width: 940px;
	font-size: 16px;
	text-align: center;
	padding: 0 15px 15px 15px;
	margin: 0 auto;
	line-height: 22px;
}

#mission .statement-link {
	position: relative;
	max-width: 235px;
	margin: 10px auto;
	color: white;
}

#mission .statement-link dl::after {
	content: " ";
	background: var(--color5000);
	display: block;
	height: 1px;
	width: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease-in-out;
}

#mission .statement-link dl:hover::after {
	width: 235px;
	left: 0;
	transition: all 0.3s ease-in-out;
}

#mission dl dt {
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px;
	border: 1px solid var(--color5000);
	color: var(--color5000);
	margin: 0 auto 10px;
	transition: all 0.3s linear;
}

#mission .statement-link dl:hover dt {
	background: var(--color5000);
	color: #008889;
	border-radius: 30px;
	transition: all 0.3s linear;
}

#mission dl dd:nth-child(1) i {
	display: block;
	text-align: center;
	height: 100px;
	font-size: 54px;
	width: 100px;
	background: transparent;
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	color: var(--color5000);
	border-radius: 50px;
	transition: all 0.2s ease-in-out;
}

#mission .statement-link:hover dl dd:nth-child(1) i {
	background: var(--color5000);
	color: var(--color4000);
	margin-top: -10px;
	margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
}

#mission dl dd p {
	text-align: center;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 15px;
}

#mission dl dd p.author { font-style: italic; }

/*-----------------------------------------------------------  NEWS & EVENTS -------------------*/
@media screen and (min-width: 1180px) {
	#hm_news { min-height: 439px; }
}

#hm_news h1 {
	text-transform: uppercase;
	text-align: center;
	padding: 25px 0;
	font-size: 37px;
}

#news_rotator { 
	overflow: hidden;
	margin-bottom: 50px;
}

#news_rotator a {
	width: 275px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

#news_rotator img {
	border: 10px solid white;
	outline: 1px solid var(--gray2);
	margin: 2px 0 2px 2px;
}


#news_rotator p.title {
	color: black;
	font-weight: bold;
	font-size: 16px;
	padding: 0 15px 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#news_rotator p.subtitle {
	display: none;
	color: black;
	font-size: 13px;
	padding-left: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-style: italic;
}

.summary { display: none; }

#news-rotator01 .swiper-pagination { margin-top: 10px; position: static; }

#news-rotator01 .swiper-pagination .swiper-pagination-bullet { background-color: var(--gray3); }

/*-----------------------------------------------------------  ADMISSIONS ----------------------*/

@media screen and (max-width: 1179px) {
	#admissions .flex .fx_2 { width: 100%; }
}

#admissions {
	background: url(../images/bg_OLOL.jpeg);
	padding: 25px 0;
}

#admissions .content { background-color: inherit; }

#admissions h1 {
	text-transform: uppercase;
	font-size: 37px;
	text-align: center;
	padding-bottom: 15px;
}

.hm_actions { margin-top: 40px; }

.hm_actions a {
	display: block;
	color: white;
	padding: 12px 0;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	width: 303px;
	margin: 0 auto 25px;
	word-spacing: 4px;
	border-radius: 10px;
}

.hm_actions a:nth-child(1) { background-color: var(--color2000); }
.hm_actions a:nth-child(2) { background-color: var(--color1000); }

.hm_actions a:nth-child(1):hover,
.hm_actions a:nth-child(2):hover { background-color: var(--color3000); }

div#news-rotator01 {
	position: relative;
}

div#news-rotator01 .swiper-button-prev, div#news-rotator01 .swiper-button-next{
	display: none;
}

a.button_hm {
	text-align: center;
	display: block;
	padding: 10px;
	background: #585858;
	color: #FFF;
	border-radius: 4px;
	max-width: 273px;
	margin: 0 auto;
}

a.button_hm.y_bttm {
	background: #F4B201;
}

a.button_hm.dark_blue {
	background: #000a25;
}

a.button_hm.y_bttm:hover {
	background: #000a25;
}

a.button_hm.dark_blue:hover {
	background: #F4B201;
}

/*a.button_hm:hover {
	background: #585858 !important;
}*/

/*-----------------------------------------------------------  PROFILES ----------------------*/
@media screen and (min-width: 1180px) {
	.hm_professors #hm_random_professors a dl dd.profile_description {
		display: block !important;
	}
}

.hm_professors {
	background: url(../images/school-bg4.png) var(--color2000);
	background-blend-mode: color-burn;
	background-attachment: fixed;
	background-size: 450px;
	padding: 30px 0;
}

.hm_professors .content {
	background: transparent;
}

.hm_professors .content h1 {
	text-transform: none;
	font-family: 'Rancho', cursive;
	font-size: 50px;
	color: white;
	text-align: center;
	transition: all 0.2s ease-in-out;
}

.hm_professors .content .professors-title-link:hover h1 {
	letter-spacing: 1px;
	transition: all 0.2s ease-in-out;
}

.hm_professors #hm_random_professors {
	max-width: calc(100% - 138px);
	margin: 20px auto 0;
	overflow-x: hidden;
	height: 320px;
}

.hm_professors .content h2 {
	border-top: 1px solid white;
	color: white;
	text-align: center;
	padding-top: 20px;
	text-transform: initial;
	font-weight: 400;
	font-family: 'Dancing Script', cursive;
	font-size: 40px;
	margin: 30px auto 0;
	max-width: 800px;
}

.hm_professors .content h2 span {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
}

.hm_professors #hm_random_professors #swiper-profiles { position: relative; }

.hm_professors #hm_random_professors a {
	color: white;
	text-align: center;
	/*max-width: 170px;
	padding: 10px;
	/*margin: 0 20px;*/
	border-radius: 5px;
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	transition: all 0.2s ease-in-out;
}

.hm_professors #hm_random_professors a:hover {
	/*background: rgba(255,255,255,0.4);
	color: #755C21;*/
	transition: all 0.2s ease-in-out;
	/*padding: 8px 0;*/
}

.hm_professors #hm_random_professors a dl {
	width: 100%;
}

.hm_professors #hm_random_professors a dl dt img {
	width: 80%;
	margin-bottom: 5px;
	border: 2px solid white;
	border-radius: 120px;
	padding: 5px;
	transition: all 0.2s ease-in-out;
}

.hm_professors #hm_random_professors a:hover img {
	border-color: transparent;
	transform: rotate(5deg);
	transition: all 0.2s ease-in-out;
	padding: 0;
	width: 85%;
}

.hm_professors #hm_random_professors a dl dd.profile_position {
	text-transform: initial;
	font-style: italic;
	display: block;
	max-width: 140px;
	background: rgba(255,255,255,0.3);
	padding: 2px;
	border-radius: 20px;
	margin: 5px auto 0;
	font-size: 13px;
	transition: all 0.2s ease-in-out;
}

.hm_professors #hm_random_professors a:hover dl dd.profile_position {
	background: #7F6628;
	color: #EECC7B;
	transition: all 0.2s ease-in-out;
}

.hm_professors #hm_random_professors a dl dd.profile_description {
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 9;
	color: black;
	top: 0;
	right: 0;
	font-size: 11px;
	font-weight: 500;
	text-transform: initial;
	width: 160px;
	background: white;
	padding: 10px;
	border-radius: 20px;
	border: 2px solid black;
	transition: all 0.2s linear;
}

.hm_professors #hm_random_professors a:hover dl dd.profile_description {
	opacity: 1;
	top: 0;
	right: -50px;
	transition: all 0.2s linear;
}

.hm_professors #hm_random_professors a dl dd.profile_description::after {
	position: absolute;
	content: " ";
	width: 10px;
	height: 10px;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	background: white;
	z-index: 2;
	bottom: -7px;
	right: 80px;
	transform: rotate(45deg);
}

.hm_professors #hm_random_professors #swiper-profiles .swiper-pagination {
	bottom: -30px;
}

#meet_our_teachers .swiper-button-prev {
	background-color: #ffffff75;
	border-radius: 100%;
	padding: 3px 10px 4px 6px;
	width: 41px;
	border: 2px solid white;
	top: 33%;
	left: 0;
}

#meet_our_teachers .swiper-button-next {
	background-color: #ffffff75;
	border-radius: 100%;
	padding: 2px 4px 0 9px;
	width: 41px;
	border: 2px solid white;
	top: 33%;
	right: 0;
}


/*------------------------------------------- DRAMA CLUB------------------------------------*/
.Half_section {
	background: url(/ctm/31250/projects/jaguars/layout01/images/bg_OLOL.jpeg);
}

.quicklinks_hm {
	position: relative;
}

.quicklinks_hm a {
	font-size: 16px;
	border: 2px solid var(--color3000);
	color: var(--color3000);
	width: 100%;
	height: auto;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 44px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.5s;
	margin: 10px auto;
	display: block;
	border-radius: 4px;
}

.quicklinks_hm a span {
	position: absolute;
	width: 25%;
	height: 100%;
	background-color: var(--color2000);
	transform: translateY(150%);
	border-radius: 50%;
	left: calc((var(--n) - 1) * 25%);
	transition: 0.5s;
	transition-delay: calc((var(--n) - 1) * 0.1s);
	z-index: -1;
}

.quicklinks_hm a:hover {
	color: #FFF;
	border: 2px solid #f1aa12
}

.quicklinks_hm a:hover span {
	transform: translateY(0) scale(2);
}

.quicklinks_hm a span:nth-child(1) {
	--n: 1;
}

.quicklinks_hm a span:nth-child(2) {
	--n: 2;
}

.quicklinks_hm a span:nth-child(3) {
	--n: 3;
}

.quicklinks_hm a span:nth-child(4) {
	--n: 4;
}

.quicklinks_content {
	max-width: 320px;
	margin: 45px auto;
	width: 100%;
}

.margin-content {
	width: 100%;
	max-width: 700px;
}

.wrap_drama h2{
	font-family: Ice_kingdom;
	font-size: clamp(24px, 4vw, 43px) !important;
	line-height: clamp(28px, 5vw, 37px);
	color: #ffffff;
	text-shadow: 0px 1px 15px rgb(24 24 24);
}

.wrap_drama {
	background: url(/ctm/31250/projects/jaguars/gallery/2023/09/bg-frozen-new.png);
	background-size: cover;
	padding: 20px;
	text-align: center;
	background-position: center center;
}

.wrap_drama .content{background: none;}

.wrap_drama .content .imgC{
	max-width: 500px;
	width: 100%;
}



.become_sponsor h3 {
	text-align: left;
	margin: 0 0 10px 0;
	color: #FFF;
}

div#swiper-sponsors {overflow: hidden;}

@media screen and (min-width:600px) {
	.Half_section .fx_2:nth-child(1n) {
		width: 50%;
		margin: 0;
	}

   .Half_section .fx_2:nth-child(2n) { 
		width: 50%;
		margin: 0;
	}
}

@media screen and (max-width:599px) {
	.Half_section .fx_2 {
		width: 100%;
		margin: 0 0 10px 0;
	}
}