html {
	overflow-x: hidden; /**/
}
body {
	max-width: 100%;
	margin: 0 auto;
}
/******  MAIN GRID  ********/

#ARgrid {
	margin: 0 auto;
	display: grid;
	display: -ms-grid;
	grid-gap: 0;
	grid-template-columns: 190px 1fr 190px;
	-ms-grid-columns: 190px 1fr 190px;
	width: 100%;
	max-width: 1170px;
	min-width: 0;
}
.ARrow {
	grid-column: 2 / 3;
	-ms-grid-column: 2;
	width: 790px;
	height: auto;
	background: center no-repeat;
	min-width: 0;
}
.ARrowFull {
	grid-column: 1 / 4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	width: 100%;
	max-width: 100%;
	height: auto;
	background: center no-repeat;
	min-width: 0;
}

div {
	background-repeat: no-repeat !important;
}

.divider {
	background-position: top center;
	z-index: 0;
	min-width: 0;
}

/* divider 1 full */
.divider1 {
	background: url(/staticfiles/PublicWebsite/assets/images/About/CorporateDocuments/AnnualReport2018-2019/AR_Sect1.png) top center;
	height: 143px;
	z-index: 25;
}
/* divider 2 full */
.divider2 {
	background: url(/staticfiles/PublicWebsite/assets/images/About/CorporateDocuments/AnnualReport2018-2019/AR_Sect2.png) top center;
	height: 98px;
}
/* divider 3 full */
.divider3 {
	background: url(/staticfiles/PublicWebsite/assets/images/About/CorporateDocuments/AnnualReport2018-2019/AR_Sect3.png) top center;
	height: 334px;
}
/* divider 4 full */
.divider4 {
	background: url(/staticfiles/PublicWebsite/assets/images/About/CorporateDocuments/AnnualReport2018-2019/AR_Sect4.png) top center;
	height: 334px;
}
/* divider 5 full */
.divider5 {
	background: url(/staticfiles/PublicWebsite/assets/images/About/CorporateDocuments/AnnualReport2018-2019/AR_Sect5.png) top center;
	height: 98px;
}
.divider {
	background-size: 100% !important;
}

#ARheader {
	grid-row: 1;
	-ms-grid-row: 1;
	position: relative;
	background: url(/staticfiles/PublicWebsite/assets/images/About/CorporateDocuments/AnnualReport2018-2019/AR_Header-80.jpg);
	height: 405px;
}
/*#ARheader, #ARfooter {
	background-size: 1070px 100%;
}/**/

#ARnav {
	grid-row: 		2;
	-ms-grid-row: 2;
}

#AR1, #AR1_Info, #AR2, #AR3, #AR4, #AR5 {
	z-index: 20;
}

#AR1L, #AR1, #AR1R {
	grid-row: 3;
	-ms-grid-row: 3;
	height: auto;
/*	min-height: 910px;	*/
}
#AR1L {
	background: url(/staticfiles/PublicWebsite/assets/images/About/CorporateDocuments/AnnualReport2018-2019/AR_GradTopL.png) bottom left;
	min-width: 0;
}
#AR1R {
	-ms-grid-column: 3;
	background: url(/staticfiles/PublicWebsite/assets/images/About/CorporateDocuments/AnnualReport2018-2019/AR_GradTopR.png) bottom right;
}
#AR1Lrep, #AR1Rrep {
	height: calc(100% - 960px);
	background-repeat: repeat-y !important;
}
#AR1Lrep {
	background: url(/staticfiles/PublicWebsite/assets/images/About/CorporateDocuments/AnnualReport2018-2019/AR_GradTopLrep.png);
}
#AR1Rrep {
	background: url(/staticfiles/PublicWebsite/assets/images/About/CorporateDocuments/AnnualReport2018-2019/AR_GradTopRrep.png);
}

#section1 {					/* .divider1 */
	grid-row: 4;
	-ms-grid-row: 4;
}
#AR1_Info {
	position: relative;
	grid-row: 4 / 6;
	-ms-grid-row: 4;
	-ms-grid-row-span: 2;
}
#section2 {					/* .divider3 */
}

#AR2 {
	grid-row: 6 / 8;
	-ms-grid-row: 6;
	-ms-grid-row-span: 2;
}

#section3 {					/* .divider2 */
	grid-row: 8;
	-ms-grid-row: 8;
}
#AR3 {
	grid-row: 8 / 10;
	-ms-grid-row: 8;
	-ms-grid-row-span: 2;
}

#section4 {					/* .divider2 */
	grid-row: 10;
	-ms-grid-row: 10;
}
#AR4 {
	grid-row: 10 / 12;
	-ms-grid-row: 10;
	-ms-grid-row-span: 2;
}

#section5 {					/* .divider3 */
	grid-row: 12;
	-ms-grid-row: 12;
}
#AR5L, #AR5, #AR5R {
	grid-row: 12 / 14;
	-ms-grid-row: 12;
	-ms-grid-row-span: 2;
}
#AR5L {
	grid-column: 1;
	-ms-grid-column: 1;
	background: url(/staticfiles/PublicWebsite/assets/images/About/CorporateDocuments/AnnualReport2018-2019/AR_GradBotL.png) bottom left;
}
#AR5R {
	grid-column: 3;
	-ms-grid-column: 3;
	background: url(/staticfiles/PublicWebsite/assets/images/About/CorporateDocuments/AnnualReport2018-2019/AR_GradBotR.png) bottom right;
}

/* Row 14 full */
#ARfooter {
	grid-row: 14;
	-ms-grid-row: 14;
	background: url(/staticfiles/PublicWebsite/assets/images/About/CorporateDocuments/AnnualReport2018-2019/AR_Footer.jpg) top center;
	height: 416px;
}
/****** END MAIN GRID ******/

/******     TABLET GRID ********/
@media (min-width:791px) and (max-width: 995px) {
	body {
		width: 100%;
		max-width: 100%;
	}
	#ARgrid {
		grid-template-columns: 1fr 790px 1fr;
		-ms-grid-columns: 1fr 790px 1fr;
		width: 100%;
		max-width: inherit;
	}
	#ARnav {
		grid-row: revert;
		-ms-grid-row: revert;
	}
	#ARnav {
		height: 		80px;
		min-height: 80px;
	}
	
}/**/
/****** END TABLET GRID ******/

/******     TABLET > MOBILE NO GRID ********/
@media (max-width: 790px) {
	
	#ARgrid {
		grid-template-columns: 100%;
		-ms-grid-columns: 100%;
		width: 100%;
		max-width: 100%;
	}
	.ARrow {
		grid-column: 1;
		-ms-grid-column: 1;
		width: 100%;
	}
	.ARrowFull {
		grid-column: 1;
		-ms-grid-column-span: 1;
		width: 100%;
	}
	
	#AR1L, #AR1R, #AR5L, #AR5R {
		display: none;
		width: 0;
		min-width: 0;
	}
	}
	
/******     MOBILE NO GRID ********/
@media (max-width: 500px) {
	
	body {
		width: 100%;
		max-width: 100%;
	}
	#wem_annual_report {
		width: auto;  /* calc(100% + 2px); */
		max-width: unset; /* calc(100% + 2px); */
	}
/*	.divider, #ARfooter {
		background-size: 125% !important;
	}
	#ARheader {
		height: 132px;
		max-height: 132px;
	}
*/
	#ARnav {
		min-height: 110px;
	}
	#AR1_Info {
		background-size: 100%;
		background-position: top -12px center, top 0 center;
	}
	
	#ARfooter {
		background-size: 160% !important;
	}
}
/****** END MOBILE GRID ******/

/*******     MOBILE LOP NOs ******/
@media (max-width: 850px) {
}
/****** END LIBRARY BY THE NOs ******/