@charset "UTF-8";
/* CSS Document */


.as-copy-bold {
	font-weight: 400;
	color: #505050;
}




/* ------------------------------------------- */
/* BOXES high school SECTION */
/* ------------------------------------------- */

.box-one, .box-two {
    display: inline-block;
    padding: 20px;
    height: 342px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
/* ------ box one ------ */
.box-one {
    position: relative;
    margin-right: 10px;
    float: left;
    width: 30%;
}
.box-one img {
    position: relative;
    width: 100%;
    height: auto;
}
.box-one-content {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    padding: 35px 43px 45px 43px;
    height: 99%;
    width: 99%;
    opacity: 0;
    transition: .5s ease;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.box-one-content img {
	position: relative;
	width: 100%;
	height: auto;
}
.box-one:hover .box-one-content {
    opacity: 1;
}
/* ------ box two ------ */
.box-two {
    float: right;
    width: 68%;
}
.box-two img {
	width: 300px;
	height: 300px;
}
#slideshow {
  position: relative;

}
#slideshow > div {
  position: absolute;
}
.slide {
    width: 300px;
    height: 300px;
}
.box-two-content {
    float: right;
    width: 55%;
    height: 300px;
    overflow: scroll;
}
/* ------ box three ------ */
.box-three, .box-four {
    display: inline-block;
    padding: 20px;
    height: 364px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.box-three {
    float: left;
    width: 640;
    height: auto;
    margin-right: 15px;
}
.box-three-content {
    width: 100%;
    height: auto;
}
/* ------ box four ------ */
.box-four {
    float: right;
    width: 41.5%;
    position: relative;
}
.dycalendar-container {
    display: inline-block;
    border: 1px solid #eee;
    padding: 40px 80px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.dycalendar-day-container div {
    padding: 0;
    margin-bottom: 20px
}
.dycalendar-day-container .dycalendar-span-day {
    color: #ff6666;
    font-weight: 300;
    font-size: 180%;
}
.dycalendar-day-container .dycalendar-span-date {
    color: #ff6666;
    font-weight: 400;
    font-size: 300%;
}
.dycalendar-day-container .dycalendar-span-month-year {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 90%;
}


/* ------------------------------------------- */
/* HS facebook flex boxes */
/* ------------------------------------------- */

.hsfb-container {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1rem;
}
.hsfb-box {
	flex: 1 1 45%;
	padding: 1rem;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {
	.hsfb-box {
		flex: 1 1 100%;
	}
}





/* ------------------------------------------- */
/* HS Alternative Learning */
/* ------------------------------------------- */

.section-header-highAS {
    margin-top: 200px;
}
.header-box-highAS {
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.header-box-highAS img {
	width: 100%;
	height: auto;
}
.section-overview {
	background-color: #f8f9fa;
	padding: 60px 0px 65px 0px;
}
.overview-lists li {
	margin-left: 40px;
}



/* ------------------------------------------- */
/* HS SM video */
/* ------------------------------------------- */
.video-container {
  max-width: 85%;
  margin: 0 auto;
}

.video-container video {
  width: 100%;
  height: auto;
  border-radius: 10px;
}















