h1,
h2,
h3 {
  font-weight: normal; 
  margin: 0.7rem 0em;
  color: #121212;
}


h4 {
  margin: 0.7rem 0em;
  font-size: 1.6em;
  font-weight: normal;
  color: #000;
}

/* Base colours */ 
.base-colour-a {background-color: /*blue*/ #24588D; }   
.base-colour-b {background-color: /*purple */ #835AA3; }  
.base-colour-c {background-color: /*green */ #378639; }  
.base-colour-d {background-color: /*CMPA */ #027774; }

.section-open-pdf a:hover,  
.section-pdf-links a:hover,  
#section-header nav a:hover,
a.nav-top:hover { 
	background-color: rgba(0, 0, 0, 0.4); 
	text-decoration: none;
}
 
a.arrow::after { 
	/*content: " ►";*/
	white-space: nowrap;
    font-size: 1rem;
    background-size: 30px 25px;
    width: 30px;
    height: 25px;
    padding: 0;
	margin: 0; 
}

a.nav-top {
	display: block;
	text-align: center;
    margin: 3rem 40% 3rem 40%;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 7px 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #000;
}

.section-pdf-links li::before,
.section-open-pdf::before {
	content: "";
	display: block;
	float: left;
	background: transparent url("/static-assets/images/about/annual-report/2019/icon_download.svg") center left no-repeat;
	background-size: auto;
	background-size: 35px 35px;
	width: 35px;
	height: 35px;  
	margin: 0.6rem 0.5rem 1rem 1rem;
} 

.section-content {
	padding: 1rem;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	margin: 0;
} 
  
/* class="section-pdf-links */
.section-pdf-links {
	margin: 0 25%;
}
.section-pdf-links ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;  
	margin: 0;
    flex-direction: column; 
}
.section-pdf-links ul li {
	flex: 1 1 auto; /*required for IE11*/
}
.section-pdf-links li { 
 	list-style: none;
	flex: 1;
    margin: 1px 0; 
}
.section-pdf-links a {  
	width: 100%;
	display: block;
	color: #FFF;
	padding: 1rem 5%;  
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

/* id="section-header */	
#section-header {
	margin: 0 0 2rem 0;
} 
#section-header article {  
	padding: 0;
	width: 100%;
	min-height: 18rem; 
    background: url("/static-assets/images/about/annual-report/2020/banner.png") no-repeat;
	background-size: 100%;
	background-position: 8.5% 40%; 
	overflow: hidden;	 
	position: relative;  
}
#section-header article div {
	position: absolute;
	background-color: rgba(255, 255, 255, .8); 
	border-radius: 0 50% 50% 0;
	width: 100%;
	height: 300%;
	top: -110%;
	left: -60%; 
	border: 20px solid rgba(255, 255, 255, .2); 
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
#section-header article h1 {
	margin: 0 0 0 8%; 
	height: 100%;
	position: absolute;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
	flex-direction: column;
	justify-content: center;	
}
#section-header article h1 span {  
   color: #000; 
   
}

.english #section-header article h1 span:nth-child(1) { 
	font-weight: 500;
	font-size: 4.3rem;
	line-height: 3.5rem;
	letter-spacing: 0.3rem;
}
.french #section-header article h1 span:nth-child(1) { 
	font-size: 1.5rem;
	line-height: 2rem;  
}
.french #section-header article h1 span:nth-child(2) { 
	font-weight: 500;
	font-size: 4.8rem;
	line-height: 3.5rem;
	letter-spacing: 0.55rem;
}
.english #section-header article h1 span:nth-child(2) { 
	font-size: 1.6rem;
	line-height: 2rem;  
}
.english #section-header article h1 span:nth-child(3) { 
	font-size: 1.9rem;
	line-height: 1.8rem;
	letter-spacing: 0.21rem; 
}
.french #section-header article h1 span:nth-child(3) { 
	font-size: 1.9rem;
	line-height: 1.8rem;
	letter-spacing: -0.03rem;
}

#section-header nav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;   
	margin: 1px 0 0 0; 
} 
#section-header nav li { 
 	list-style: none;
	flex: 1;
	margin-right: 1px;  
	border-radius: 0 0 15px 15px;
} 
#section-header nav li:nth-last-child(1) {  
	margin-right: 0;   
} 
#section-header nav a {  
	width: 100%;
	height: 100%;
	display: block;
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 1rem 5%; 
	text-align: center;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	color: #FFF;
	border-radius: 0 0 15px 15px;
} 
#section-header nav a span {   
	display: block; /*************is this needed?****/
} 


.line-hr {
	height: 1px;
	margin: 1.7rem 0;
	background-color: #ccc;
}
 

@media only screen and (max-width: 960px) {
	#section-header, 
	.section-pdf-links {		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;  

	}
	#section-header nav ul {
		flex-direction: column; 
	}
	#section-header nav ul li {
		 flex: 1 1 auto; /*required for IE11*/
	}
    .section-pdf-links {
	margin: 0 10%;
}
}


@media only screen and (max-width: 729px) {    

	.section-pdf-links {
	margin: 0;
}
			#section-header nav li {  
		margin: 1px 0;
	}  
	#section-header article { 
		background-position: left 0 top 20px; 
		min-height: 16rem;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;  
	}	
	#section-header article div {	
		display: none;
	}
	#section-header article h1 {
		background-color: #F7F8F7;
		position: relative;
		display: block;
		margin: 0 0 0 0;
		padding: 0.5rem 0;
		text-align: center;
		line-height: 2rem;
	}
	
	 	
	.section-content { 
		margin-top: -12px;
	}
	
	.english #section-header article h1 span:nth-child(1),
	.english #section-header article h1 span:nth-child(2),
	.english #section-header article h1 span:nth-child(3),
	.french #section-header article h1 span:nth-child(1),
	.french #section-header article h1 span:nth-child(2),
	.french #section-header article h1 span:nth-child(3) { 
		font-weight: 500;
		font-size: 1.6rem;
		line-height: 1rem;
		letter-spacing: 0; 
		padding: 0 0.2rem;
	} 

	.line-hr {
		display: none;
	} 
}				  



