@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;800;900&family=Roboto+Condensed:wght@400;700&display=swap');
/*	MAIN.CSS - Stylesheet for the base layout */
html {
	box-sizing: border-box;
	overflow-y: scroll;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4em;
	color: #666;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: url(../images/banner.jpg) center top no-repeat;
}

.environment #wrapper {
	background-image: url(../images/banners/environment.jpg);
}

.manufacturing #wrapper {
	background-image: url(../images/banners/manufacturing.jpg);
}

.energy #wrapper {
	background-image: url(../images/banners/energy.jpg);
}

.employees #wrapper {
	background-image: url(../images/banners/employees.jpg);
}

.communities #wrapper {
	background-image: url(../images/banners/communities.jpg);
}

.performance #wrapper {
	background-image: url(../images/banners/performance.jpg);
}

.beyond-2015 #wrapper {
	background-image: url(../images/banners/beyond-2015.jpg);
}

.griindex #wrapper {
	background-image: url(../images/banners/GRI-content.jpg);
}

.corporate #wrapper {
	background-image: url(../images/banners/corporate-overview.jpg);
}

.section-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.w-w2 {
	min-width: 960px;
}

#bk-image {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;

	text-align: center;
}


/* --HEADER-- */
#header {
	border-bottom: 5px solid #000;
}

.h-w2 {
	height: 160px;
}

#mainnav,
#util,
#logo {
	position: absolute;
}

#mainnav {
	z-index: 20;
	top: 100px;
	left: 0;
	width: 100%;
	border-top: 1px solid #8e8b8f;
}

#mainnav ul {
	display: table;
	width: 100%;
}

#mainnav li {
	display: table-cell;
	text-align: center;
}

#mainnav li a {
	position: relative;
	display: block;

	height: 36px;
	line-height: 36px;
	padding: 0 19px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	-moz-transition: all .5s;
	transition: all .5s;

}

#mainnav li a:after {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 0;
	margin-left: 0;
	content: '';
	display: block;
	border-top: 4px solid transparent;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transition: all .25s;
}

#mainnav li a.active:after {
	border-top: 4px solid #a09ca0;
	width: 52px;
	margin-left: -26px;
}

#mainnav li a:hover:after {
	border-top: 4px solid #dc291e;
	width: 52px;
	margin-left: -26px;
}




#mainnav li a:hover {
	background-position: 0 -53px;
}

#mainnav li.active a {
	transition: none;
	background-position: 0 -110px;
}

#logo {
	top: 34px;
	left: 0px;
}

#util {
	top: 20px;
	right: 0px;
}

#util li {
	float: left;
	margin-left: 8px;
}

#util li a {
	display: inline-block;
	background: #fff;
	background: rgba(255, 255, 255, .3);
	border: 1px solid #fff;
	color: #fff;
	padding: 0 12px;
	height: 22px;
	line-height: 20px;
	font-size: 11px;
	text-decoration: none;

	-moz-transition: all .5s;
	transition: all .5s;
}

#util li a:hover {
	color: #fff;
	background: transparent;
}



/* --CONTENT-- */
#main {
	position: relative;
	background: #fff;

	/* margin-top: 200px; */
}


#subnav,
#content {
	float: left;
}

/* Subnav appears after content-body in markup, 
		but often is shifted to the left */
#subnav {
	width: 280px;
	min-height: 600px;
	margin-bottom: 30px;
	padding: 60px 30px 60px 30px;
	position: relative;
	left: 0;
	/* Negative width of #content */
	top: 0;
	background: url(../images/bg/bg-subnav.png) no-repeat;
}

.subnav-title {
	font-size: 14px;
	color: #2e2f2f;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 25px;
}

#subnav li,
#subnavCTA li {
	margin-bottom: 20px;
}

#subnav li a,
#subnavCTA li a {
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	position: relative;
	text-decoration: none;
	color: #fff;
}

#subnav .subnav-title.sr-subnav-title,
#subnavCTA .subnav-title.sr-subnav-title {
	display: none;
}

#subnav ul.nav.L2.sr-subnav>li.inactive {
	display: none;
}

#subnav ul.nav.L2.sr-subnav>li>a:before,
#subnavCTA ul.nav.L2.sr-subnav>li>a:before {
	display: none;
}

#subnav ul.sr-subnav ul ul {
	display: none;
}

#subnav ul.sr-subnav ul li.active>ul {
	display: block;
	padding-left: 15px;
	margin: 20px 0;
}

#subnav ul.sr-subnav ul li.active>ul>li {
	margin-bottom: 20px;
}

#subnav ul.sr-subnav ul li.active>ul>li>a:before {
	display: none;
}

#subnavCTA ul.nav.L2.sr-subnav>li.inactive {
	display: none;
}

#subnavCTA ul.sr-subnav ul ul {
	display: none;
}

#subnavCTA ul.sr-subnav ul li.inactive>ul {
	display: block;
}


#subnav ul.sr-subnav ul li.active>a,
#subnav ul.sr-subnav ul li a:hover {
	text-decoration: underline;
}

#content {
	width: 740px;
	position: relative;
	left: 220px;
	/* Positive width of #subnav */
	top: 0;
	background: #fff;
	padding: 56px 50px 60px 50px;
	min-height: 400px;
}

#subnavCTA {
	display: none;
}

/* Prevent overlap in sitefinity editor*/
.sfPageEditor #content {
	top: 200px;
}

.sidebarcontent {
	border: 1px solid #ccc;
	border-top: 2px solid #dc291e;
	padding: 30px 20px;
}

/*.sidebarcontent h2{
			font-weight: normal;
			color:#333;
		}*/

.sidebarcontent p {
	margin-bottom: 0;
	margin-top: 1em;
}

.c-w1 .sidebarcontent ul {
	margin-top: 1em;
}

.c-w1 .sidebarcontent table {
	margin-bottom: 2em;
}

.z-comments {
	color: limegreen;
}

.bibliography {
	margin: 40px 0;
	border: 1px dotted #7f7f7f;
}

.bibliography ul {
	margin: 0px;
}

.bibliography ul li {
	padding: 0px;
	background: none;
	padding: 10px 18px;
	margin: 0;
	color: #70868c;
	font-size: 11px;
}

.bibliography ul li:before {
	display: none;
}


/* --FOOTER-- */
#footer {
	font-size: 11px;
	background: #e1eaec;
	border-top: 1px dotted #7f7f7f;
	clear: both;
}

.f-w1 {
	position: relative;
	height: 112px;
}

.f-w2 {
	padding-left: 70px;
	height: 113px;
	background: #e1eaec;
	min-width: 960px;
}

.f-w2:before {
	content: '';
	background: url(../images/bg/tree-symbol.png) no-repeat;
	display: block;
	width: 34px;
	height: 35px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.f-w2:after {
	content: '';
	display: block;
	height: 100%;
	width: 50%;
	position: absolute;
	left: 100%;
	top: 0;
	background: #a8bbc0;
}

#footer a {
	color: #70868c;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#copyright ul li {
	float: left;
	padding: 0 6px;
	border-left: 1px solid #70868c;
	color: #70868c;
	line-height: 8px;
}

#copyright ul li:first-child {
	border: none;
}


#credit {
	clear: both;
	padding-left: 6px;
	margin-top: 16px;
}

#leftFooter {
	padding-top: 30px;
	float: left;
}

.sedar {

	float: right;
	text-align: left;
	background: #a8bbc0;
	height: 100%;
	width: 280px;
	padding: 25px 0 0 75px;

}

#footer .sedar a {
	color: #fff;
	font-size: 14px;
}

.sfPageWrapper #sfPageContainer #wrapper #header-banner {
	z-index: 2000;
}

.btn-top {
	background: #70868c;
	color: #fff;
	display: inline-block;
	font-size: 12px;

	letter-spacing: 0.08em;
	height: 24px;
	line-height: 10px;
	padding: 5px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 200;
	transition: .25s;
	-webkit-transition: .25s;
}

.btn-top span {
	position: relative;
	top: 2px;
	padding-left: 5px;
}

.btn-top:hover {
	color: #fff;
}


/* STICKY FOOTERS: Uncomment to enable */

html,
body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;

}

#main {
	padding-bottom: 113px;
}

/* END STICKY FOOTERS */



/******************************************
Sitefinity Editor
******************************************/

.sfPageEditor #bk-image {
	position: static;
	margin: 0;
}


/* GS responsive */
.gs-reponsive-sr .w-w2{
	min-width: auto;
}
.gs-reponsive-sr .section-inner{
	width: 100%;
	max-width: 960px;
}
.gs-reponsive-sr #mainnav{
	width: 100%;
}
.gs-reponsive-sr #mainnav .nav-sust{
	display: flex;
}
.gs-reponsive-sr .m-w2.section-inner{
	display: flex;
}

/* mobile menu */
.menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 50px;
    width: 50px;
    top: 6px;
    right: 20px;
    background: none;
    z-index: 99;
    padding: 10px 0 10px 22px;
    box-sizing: border-box;
}


span.mob-line {
    width: 100%;
    height: 2px;
    background: #EF0015;
    display: block;
    margin: 4px 0;
    position: relative;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
}
#header-banner img{
	object-fit: cover;
	height: 384px;
	width: 100%;
}
.gs-reponsive-sr .m-w2.section-inner {
    display: flex;
	z-index: 2;
    
}
.gs-reponsive-sr .sedar{
	width: 38%;
}
@media(max-width: 1450px) and (min-width: 768px) {
	body{
		overflow: hidden;
	}
	#header-banner{
		margin-left: -50vw;
		margin-right:-50vw;
		width: 100vw;
		left: 50%;
		right: 50%;

	}
	
}
@media (min-width: 768px){
	.menu-toggle {
	    display: none;
	}
    
    
}

@media (max-width: 1024px){
	.gs-reponsive-sr .m-w2.section-inner{
		padding: 0 20px;
		max-width: 1000px;
		flex-wrap: wrap;
	}
	#subnav{
		padding: 63px 10px 0 10px;
	}
	.gs-reponsive-sr #mainnav li a{
		background: none;
		height: auto;
		width: auto;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		position: relative;
		padding: 0;
		overflow: visible;
	}
	#mainnav li.active a:after {
		content: "";
		display: block;
		width: 15px;
		height: 15px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #dc291e;
		position: absolute;
		bottom: -17px;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform:translateX(-50%);
		left: 50%;
	}
	.gs-reponsive-sr #mainnav .nav-sust {
		
		justify-content: space-around;
	}
	.gs-reponsive-sr #mainnav{
		bottom: 18px;
	}
	.gs-reponsive-sr #header .section-inner{
		box-sizing: border-box;
		padding: 0 20px;
		max-width: 1000px;
	}
	.gs-reponsive-sr #logo{
		left: 20px;
	}
	.gs-reponsive-sr #util{
		right: 20px;
	}
	#lower-box .fact{
		margin-right: 20px;
	}
	.c-w1 .sfContentBlock img{
		width: 100%;
		max-width: 100%;
		height: 100%;
	}
	.c-w1 .sfContentBlock p {
		width: 100% !important;
	}
	
}
@media (max-width: 767px){
	.gs-reponsive-sr .m-w2.section-inner{
		padding: 0;
	}
	.gs-reponsive-sr #main{
		padding-top: 0;
	}
	#content{
		padding: 20px;
		width: 100%;
		background: none;
		z-index: 10;
	}
	
	.sidebarcontent img {
		width: 100%;
		height: 100%;
		max-width: 100%;
	}
	.body-fixed #mainnav.nav {
		left: 0;
		width: 100%;
		top: 119px;
		padding-bottom: 150px;
	}
	#mainnav.nav{
		display: block;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: left .3s;
		-moz-transition: left .3s;
		-ms-transition: left .3s;
		transition: left .3s;
		height: 100%;
		left: -80%;
		left: calc(-1*(100% - 70px));
		overflow: auto;
		position: fixed;
		top: 0;
		width: 80%;
		width: calc(100% - 70px);
		background: #fff;
		top: 123px;
		padding: 15px;
	}
	
	.body-fixed .menu-toggle .opened{
		width: 0;
	}
	.body-fixed .menu-toggle .close{
		transform: rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-o-transform:rotate(45deg);
	}
	.body-fixed .menu-toggle .close.reverse{
		transform: rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		top: -10px;
	}
	.gs-reponsive-sr #mainnav .nav-sust{
		flex-direction: column;
	}
	.gs-reponsive-sr #mainnav li a{
		color: #000;
	}
	.body-fixed #wrapper {
		overflow: hidden;
	}
	.body-fixed {
		overflow: hidden;
	}
	.gs-reponsive-sr #mainnav li a {
		color: #70868c;
		font-size: 19px;
		font-weight: 700;
		line-height: 36px;
		padding: 9px 50px 5px 0;
		display: block;
		text-align: left;
	}
	#mainnav li {
		float: left;
		width: 100%;
		border-top: dotted 1px #9EABB0;
	}
	#mainnav li.active a:after{
		display: none;
	}
	#mainnav li a:hover:after{
		display: none;
	}
	#mainnav li a:after{
		display: none;
	}
	.gs-reponsive-sr #mainnav li.active a{
		color: #dc291e;
	}
	
}
@media (max-width: 767px){
	body{
		font-size: 16px;
	}
	#header {
		background:none;
		/* position: fixed; */
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		border: none;
	}
	.gs-reponsive-sr #logo{
		top: 65px;
	}
	#logo img{
		max-width: 325px;
	}
	.gs-reponsive-sr #util {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform:translateX(-50%);
		width: 100%;
		top: 15px;
	}
	.gs-reponsive-sr #util ul{
		display: flex;
		justify-content: flex-start;
		padding-left: 12px;
	}
	.gs-reponsive-sr #header .section-inner{
		min-height: 120px;
		height: auto;
		border-bottom: solid 2px #8e8b8f;
	}
	.gs-reponsive-sr #main{
		margin-top: 0;
		height: auto;
		padding-bottom: 0;
	}
	#util li a{
		font-size: 12px;
		font-weight: 500;
		font-family: 'Inter', sans-serif;
		padding: 4px 10px 5px;
		height: auto;
	}
	.gs-reponsive-sr .f-w2:before{
		left: 20px;
	}
	#footer{
		font-size: 14px;
		position: static;
	}
	.gs-reponsive-sr .f-w1{
		height: auto;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.gs-reponsive-sr .f-w2.section-inner{
		padding: 0;
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.gs-reponsive-sr .sedar {
		position: static;
		width: 100%;
		padding: 20px 20px 20px 30px;
	}
	#leftFooter {
		
		width: 100%;
		padding: 50px 0px 20px 20px;
	}
	#copyright ul li{
		line-height: 1.4;
	}
	#credit {
		padding: 10px 0 10px 10px;
		margin: 0;
	}
	#header-banner {
		position: static;
		margin-left: 0;
		width: 100%;
		
	}
	#bk-image {
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 0;
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	#bk-image img{
		object-fit: cover;
		height: 900px;
		width: 100%;
	}
	.gs-reponsive-sr #subnav li a, .gs-reponsive-sr #subnavCTA li a {
		font-size: 16px;
	}
	
	
}