  /* PRESIDENTS REPORT 2021 */

@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;}

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;
}
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: #fff;
	background-color: #00205c;
	background-image: url("/annualreports/2021/images/topo-waves-white.svg");
	background-position: center;
	background-size: cover;
}
.pr-content-half .h2{font-size:2.4rem;line-height:1.2em;}



.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 #63cfe3;}
.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;}



/*Custom Nav*/

.pr-tiles{
	margin: 0;
	padding: 30px 10px 20px 10px;
	background-image: url(/annualreports/2021/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 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;}
}

@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 #63cfe3;
		border-left: 7px solid #63cfe3;
	}
	.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;}
}

@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;
	}
}