  /* PRESIDENTS REPORT 2023 */

/*@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;700&family=Overpass:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/


/*Custom Typography*/

/*article{font-family: 'Overpass', 'PT Sans', Arial, sans-serif;} 2021*/

h1:before{
	display:none !important;
	height:0;
	width:0;
	visibility: hidden;
}
main:not(.home) h1:before, main.home h2:before{
	display:none !important;
}
article .heading, article .jumbo, article h1, article .h1, article h2, article .h2, article h3, article .h3, article h3-4, article .h3-4, article h4, article .h4, article h5, article .h5{
	/*font-family: 'Kumbh Sans', 'PT Sans', Arial, sans-serif;
	font-weight: 300 !important;*/
	font-weight:400 !important;
	color:#462d0d!important;
}
article h1{
	font-family: serif !important;
	font-weight: 700 !important;
}
article .heading.h2{
	line-height: 1.2em;
}
article .contentflow:first-of-type .section-row:first-of-type .threequarters p{
	color:#6f6f6f;
}
article .contentflow:first-of-type .section-row:first-of-type .threequarters{
	padding: 0 20px; 
}

.stories .heading{color:#00205c;}
.stories .heading.h3-4{font-size:2.3rem;}
.stories .heading.jumbo{font-size:4.2rem;}
.stories .heading.jumbo-x{font-size:5.6rem;}
 
/*Custom Layout*/

article{padding-left: 20px; padding-right: 20px;}

.pr-content-half{
	width:100%;
}
.pr-content-half.right{
	width: calc(100% - 40px);
	margin: -60px 0 30px 0;
	padding: 30px 20px 20px 40px;
	color: #000;
	/*background-image: url("/annualreports/2022/images/topo-waves-white.svg");*/
	background-position: center;
	background-size: cover;
}
.pr-content-half .h2{font-size:2.4rem;line-height:1.2em; color:#fff;}

.pr-content-half-jim{
	width:100%;
}

.pr-content-half-jim .h2{font-size:2.4rem;line-height:1.2em;}

.pr-content-half-jim.right {
    width: calc(100% - 40px);
    margin: -60px 0 30px 0;
    padding: 30px 20px 20px 40px;
}

.stories{display:inline-block;}
.stories figure.captionslideup{margin:0;grid-template-columns:none;padding:0;/*background-color:#f8f8f8;*/background-color:#fff;}
.stories figure.captionslideup img{margin-bottom:10px;}
.stories figure.captionslideup figcaption{padding:15px;}

.stories .third, .stories .half, .stories .twothirds{border-right:1px solid #6096ae;}
.stories .third > .third,.stories .third > .half,.stories .third > .twothirds, .stories .half > .third,.stories .half > .half,.stories .half > .twothirds, .stories .twothirds > .third,.stories .twothirds > .half,.stories .twothirds > .twothirds{border-right:none;}

hr.color-style {border: 0;height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(158, 186, 201, 1), rgba(0, 0, 0, 0));}
.left-side {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-side {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}	

.container-full-width-image {
	margin: 0 auto;
	overflow: hidden;
}

.container-full-width-image .row {
	display: flex;
	flex-wrap: wrap;
}

.container-full-width-image .column {
	flex: 1;
	padding: 20px;
}

.container-full-width-image .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.container-full-width-image .image {
	background-image: url('/annualreports/2023/images/student-packing-items.jpg');
	background-size: cover;
	background-position: center;
	min-height: 500px;
}
.container-full-width-image .fr-image {
	background-image: url('/annualreports/2023/images/students-hugging.jpg');
	background-size: cover;
	background-position: center;
	min-height: 500px;
}
.container-full-width-image .aah-image {
	background-image: url('/annualreports/2023/images/girl-playing-tennis.jpg');
	background-size: cover;
	background-position: center;
	min-height: 600px;
}
.container-full-width-image .nrg-image {
	background-image: url('/annualreports/2023/images/science-students.jpg');
	background-size: cover;
	background-position: center;
	min-height: 500px;
}
 
/*Custom Nav*/

.pr-tiles{
	margin: 0;
	padding: 30px 10px 20px 10px;
	background-image: url(/annualreports/2022/images/topo-waves-blue.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.pr-tiles .quarter{grid-column: span 6;}
.pr-tiles a{	
	text-decoration: none;
	box-sizing: border-box;
/*	background-color: transparent;*/
}
.pr-tiles a:hover, .pr-tiles a:focus{
	background-color:#dff3f4;
	text-decoration:none;
}
.pr-tiles figure.captionslideup{
	margin:0;
	padding: 5px 5px 0 5px;
	grid-template-columns: none !important;
	background-color:transparent !important;
}
.pr-tiles figure.captionslideup figcaption{
	padding:7px 0 3px 0 !important;
}
.pr-tiles .heading{
	font-size:1.9rem !important;
	font-weight: 700;
}
/* DESKTOP - Custom Nav*/

@media only screen and (min-width:900px){
	.pr-tiles{padding: 50px 40px 40px 40px;}
	.pr-tiles .quarter{grid-column: span 3;}
	.pr-tiles figure.captionslideup{padding:20px 20px 0 20px;}
	.pr-tiles figure.captionslideup figcaption{padding:12px 0 5px 0 !important;}
	.pr-tiles .heading{font-size:2.6rem !important;}
}
@media only screen and (min-width:1010px){
	.pr-tiles .heading{font-size:2.8rem !important;}
}



/* DESKTOP SIZE */
@media (min-width: 765px)
section.contentflow .section-row>.twothirds+.third:not(.clearleft), .section-row>.twothirds+.third:not(.clearleft) {
    margin: 0;
    border-left: 1px solid #8c4303;
    padding-left: 10px;
}

@media only screen and (min-width:600px){
	.pr-img{width:50%;}
	.pr-content-half.right{
		float:right;
		width:calc(50% - 8vw - 60px);
		margin: 0 0 30px 30px;
		padding: 5vw 5vh 4vw 5vh;
	}
	.pr-content-half.right .h2{font-size:3.4rem; color: #000!important;}
}
@media only screen and (min-width:600px){
	.pr-content-half-jim.right{
		float:right;
		width:calc(50% - 8vw - 60px);
		margin: 0 0 30px 30px;
		padding: 2vw 5vh 2vw 5vh;
		border-radius: 10px;
	}
}


@media only screen and (min-width:765px){
	main{
		max-width:1400px !important;
	}
	article{
		max-width: none !important;
	}
	article section.contentflow{
		display: block;
		max-width: 1120px;
		margin:0 auto;
	}
	article .contentflow:first-of-type .section-row:first-of-type .threequarters{
		margin: -140px 0 0 -40px !important; 
		padding: 30px 40px 20px 40px; 
		background-color:#fff;
		border-top: 7px solid #8c4303;
		border-left: 7px solid #8c4303;
	}
	.stories .twothirds{
		width: 100%;
	}
	.stories .third{
		width:calc((100% - (2*20px)) / 2);
	}
}

@media only screen and (min-width:900px){
	h1{font-size:4.8rem !important; color:#8c4303;}
	
}

@media only screen and (min-width:1050px){
	.pr-img,{width:auto;}
	.stories .heading.jumbo{font-size:5.5rem;}
	.stories .heading.jumbo-x{font-size:7rem;}

	.stories .twothirds{
		width:calc((((100% - (2*20px)) / 3) * 2) + 20px);
	}
	.stories .third{
		width:calc((100% - (2*20px)) / 3);
	}
	.stories:before{
		margin-top:-30px;
		margin-right:-30px;
	}
}
@media (max-width: 768px) {

  .left-side, .right-side {
    width: 100%;
  }
  .container-full-width-image .row {
	  flex-direction: column;
  }

  .container-full-width-image .column {
		width: 100%;
  }	
}