/* Curriculum - Course Map styles ---------------- */

/* Curriculum Course Catalog --------------------*/
  @media screen and (min-width: 600px){
    .lfa_style-course_buttons{
      min-height: 70px;
      width: 100%;

    }
  }
  @media screen and (max-width: 599px){
    .lfa_style-course_buttons{
      min-height: none;
      width: 100%;

    }
  }

  /* Arts Course Map Theme --------------------*/

  .lfa_style-arts-box{
    background-color: #f79421;
    border: 1px solid #000000;
    padding: 15px;
    border-radius: 25px;
  color: #ffffff;
  }

  /* Computer Science Course Map Theme - SAME AS MATH Below -------------------
  .lfa_style-math-box{
    background-color: #f79421;
    border: 1px solid #d03c0e;
    padding: 12px;
    border-radius: 25px;
  }
*/
  /* English Course Map Theme --------------------*/
  .lfa_style-english-box{
    background-color: #f0630d;
    border: 1px solid #606060;
    padding: 15px;
    border-radius: 25px;
  color: #ffffff;
  }

  /* Global Department Course Map Theme --------------------*/
  .lfa_style-global-box{
    background-color: #000000;
    border: 1px solid #f0630d;
    padding: 12px;
    border-radius: 25px;
  color: #ffffff;
  }

  /* Health Wellness Community Course Map Theme --------------------*/
  .lfa_style-hwc-box{
    background-color: #606060;
    border: 1px solid #f79421;
    padding: 15px;
    border-radius: 25px;
  color: #ffffff;
  }

  /* History & Social Science Course Map Theme --------------------*/
  .lfa_style-history-box{
    background-color: #d03c0e;
    border: 1px solid #999999;
    padding: 15px;
    border-radius: 25px;
  color: #ffffff;
  }

  /* Math Course Map Theme --------------------*/
  .lfa_style-math-box{
    background-color: #f79421;
    border: 1px solid #d03c0e;
    padding: 15px;
    border-radius: 25px;
  color: #000000;
  }

  /* Languages Course Map Theme --------------------*/
  .lfa_style-language-box{
    background-color: #999999;
    border: 1px solid #d03c0e;
    padding: 15px;
    border-radius: 25px;
  color: #ffffff;
  }

  /* Science Course Map Theme --------------------*/
  .lfa_style-science-box{
    background-color: #dfdfdf;
    border: 1px solid #f0630d;
    padding: 15px;
    border-radius: 25px;
  color: #000000;
  }


/* Flexbox styles ---------------- */

/* Flexbox two column ---------------- */
@media screen and (min-width: 601px){
  .lfa_style-flex-2col_row{
    display: flex;
  }
  .lfa_style-flex-2col_column{
    flex: 50%;
    padding:12px;
  }
}
@media screen and (max-width: 600px){
  .lfa_style-flex-2col_row{
    display: block;
  }
  .lfa_style-flex-2col_column{

    padding:12px;
  }
}

/* Flexbox three column ---------------- */
@media screen and (min-width: 601px){
  .lfa_style-flex-3col_row{
    display: flex;
  }
  .lfa_style-flex-3col_column{
    flex: 33%;
    padding:12px;
  }
}
@media screen and (max-width: 600px){
  .lfa_style-flex-3col_row{
    display: block;
  }
  .lfa_style-flex-3col_column{

    padding:12px;
  }
}


/* Flexbox four column ---------------- */
@media screen and (min-width: 601px){
  .lfa_style-flex-4col_row{
    display: flex;
  }
  .lfa_style-flex-4col_column{
    flex: 25%;
    padding:12px;
  }
}
@media screen and (max-width: 600px){
  .lfa_style-flex-4col_row{
    display: block;
  }
  .lfa_style-flex-4col_column{

    padding:12px;
  }
}



/* Flexbox five column ---------------- */
@media screen and (min-width: 601px){
  .lfa_style-flex-5col_row{
    display: flex;
  }
  .lfa_style-flex-5col_column{
    flex: 20%;
    padding:12px;
  }
}
@media screen and (max-width: 600px){
  .lfa_style-flex-5col_row{
    display: block;
  }
  .lfa_style-flex-5col_column{

    padding:12px;
  }
}


/* General styles ------------------------ */
.lfa_style-bottom_line{
	border-bottom: solid 1px #b3b0b0;
}

.lfa_style-bottom_line_w_padding{
	border-bottom: solid 1px #b3b0b0;
	padding-bottom: 25px;
}

.lfa_style-line_height-25px{
	line-height: 25px;
}

.lfa_style-video-80_percent{
	max-width: 80%;
	margin:auto;
	padding-bottom: 40px;
}

.lfa_style-photo-80_percent{
	max-width: 80%;
	margin:auto;
	padding-bottom: 40px;
}


/* LFA orange 2024 redesign */
.lfa_style-lfa_orange{
	color: #f0630d;
}



/* Employment Page - Diversity - maybe combine with art box @media if it is kept the same? -------------- */

@media screen and (min-width: 900px){
	.lfa_style-diversity_gif{
		max-width: 65%;
		padding: 25px 0px;
	}
}

@media screen and (max-width: 899px){
	.lfa_style-diversity_gif{
		max-width: 100%;
		padding: 15px 0px;
	}
}

/* Art with Type overlay styles ------------ */
.lfa_style-no_repeat{
	background-position: center;
	background-repeat: no-repeat;
}

.lfa_style-arts_box{
	position: relative;
	text-align: center;
	height: 267px;
	overflow:hidden;
}

@media screen and (min-width: 900px){
	.lfa_style-arts_box{
		width: 100%;
	}
}

@media screen and (min-width: 441px) and (max-width: 899px){
	.lfa_style-arts_box{
	margin: auto;
	width: 401px;
	}
}

@media screen and (max-width: 440px){
	.lfa_style-arts_box{
	margin: auto;
	}
}

.lfa_style-arts_box_overlay{
	position: absolute;
	z-index: 1;
	color: rgb(0,0,0);
	width: 100%;
	top: 70%;
	box-sizing: border-box;
	transition-property: top;
	transition-duration: 250ms;
}

.lfa_style-arts_title, .lfa_style-arts_content{
	background: rgba(0, 0, 0, .7);
	padding: 12px 1em;
}

.lfa_style-arts_title{
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	line-height:22px;
}

.lfa_style-arts_content{
	color: #fff;
	line-height:1.5em;
	opacity: 0;
	min-height:260px;
	transition-property: opacity;
	transition-duration: 500ms;
	transition-delay: 150ms;
}

.lfa_style-arts_box_overlay:hover .lfa_style-arts_content{
	opacity: 1;
}

.lfa_style-arts_box_overlay:hover{
	top: 0%;
}






/* Summer Section styles ----------------------- */
.lfa_style-summer_padding_10px header{
	padding-top:10px;
	padding-left:10px;
}

.lfa_style-summer_padding_10px .fsElementContent{
	margin-top:-30px;
}

/* Facts and Figures infographic styles ------------------------ */
.lfa_style-infographic-box > header{
	height:150px;
}

.lfa_style-infographic-box-no-title > header{
	height:5px;
}

/* Flag sprite animation styles ---------------- */
@media screen and (min-width: 671px){
	#lfa_style-flag_sprite_container{
		width:130px;
		height:130px;
		display:block;
		margin: auto;
		background-image: url("https://resources.finalsite.net/images/v1555094235/lakeforest/uniln7tc3lhkzewubkf5/our_school-flag_sprite-130px.svg");
		animation: sprite 8s steps(7) infinite;
	}

	@keyframes sprite{
		100%{
			background-position: -910px;
		}
	}
}

@media screen and (max-width: 670px){
  #lfa_style-flag_sprite_container{
  	width:70px;
  	height:70px;
  	margin:auto;
  	display:block;
    background-image: url("https://resources.finalsite.net/images/v1555354509/lakeforest/ws89rs8ec0h2pmgndny7/our_school-single_flag.svg");
  }
}



/* Flip Card layout and hover styles ---------------- */
	.lfa_style-flipbook_card{
    max-width:300px;
    height:425px;
    background-color:#f37121;
    border-radius: 7px;
    border: 1px solid #f37121;
    margin:auto;
    transition: 0.3s;
  }
  .lfa_style-flipbook_card:hover{
  	background-color: #ede9e9;
  }
  .lfa_style-flipbook_card:hover div.lfa_style-flipbook_ques-answ{
  	display:block;
  }
  .lfa_style-flipbook_card:hover div.lfa_style-answ-container{
  	opacity: 1;
  	text-indent: -.5em;
  }
  .lfa_style-flipbook_front{
  	opacity: 1;
  	transition: 0.4s;
  	max-width:298px;
  	margin: auto;
  	padding-top: .5px;
  }
  .lfa_style-flipbook_card:hover div.lfa_style-flipbook_front{
  	opacity:0;
  	position: absolute;
  }
  .lfa_style-flipbook_photo{
  	border-radius: 7px 7px 0px 0px;
  }
  .lfa_style-flipbook_name{
  	color: white;
  	font-size: 22px;
  	font-weight: 700;
  	line-height: 1.1;
  	text-align: center;
  	padding: 18px 6px 0px;
  }
  .lfa_style-flipbook_name-long{
    color: white;
  	font-size: 22px;
  	font-weight: 700;
  	line-height: .9;
  	text-align: center;
  	padding: 18px 6px 0px;
  }
  .lfa_style-flipbook_subtitle{
    text-align: center;
    color: #ffffff;
    font-size:16px;
    font-weight: 500;
  }
  .lfa_style-flipbook_hometown{
    text-align: center;
    color: #fbd1b6;
    font-size:16px;
    font-weight: 500;
  }
  .lfa_style-flipbook_ques-answ{
    padding:60px 15px;
    display: none;
  }
  .lfa_style-answ-container{
  	/* overflow-y:hidden; */
  	/* overflow-y:scroll; */
  	width:230px;
    height:330px;
    margin:auto;
    opacity: 0;
    position: relative;
  }
