/* Encorp Pacific (Canada) 2024 Annual Report - Exec Summary CSS */
/* Last Updated: 2025.06.18 ET */

@font-face {
	font-family: DIN;
	font-weight: 900;
	src: url('../fonts/DINWeb-Black.woff') format('woff');
}

h3 {
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
}

main {
	
}

.section-introduction {
	color: rgb(51,51,51);
}

div.banner {
	background: transparent;
	height: auto;
	margin-bottom: -150px;
}

ul.execsummary {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 0 3em 0;
}

ul.execsummary > li {
	position: relative;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 4rem 0;
}

ul.execsummary > li h3:first-of-type {
	margin-top: 0;
}

ul.commodities {
	background-color: rgb(34,67,156);
	background-image: linear-gradient(to bottom, rgba(24,145,215,0.5) 0, rgba(34,67,156,1) 100%);
	list-style: none;
	text-align: center;
	padding: 0 0 0 6.5rem;
	border-radius: 24px;
	margin: 2em 0 1em;
}

ul.commodities > li {
	position: relative;
	display: inline-block;
	width: 100px;
	padding: 0;
	margin: 0.5rem 0.2rem;
	vertical-align: top;
}

ul.commodities > li > img {
	position: relative;
	display: block;
	top: 0;
	width: 60px;
	height: 60px;
	margin: 0 auto 5px;
	z-index: 100;
	transition: top 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1s;
}

div.stats-intro > h3 {
	margin-top: 0.5rem;
}

div.stats-panel {
	position: relative;
	background-color: rgb(34,67,156);
	background-image: linear-gradient(to bottom, rgba(24,145,215,0.5) 0, rgba(34,67,156,1) 100%);
	padding: 1rem 2rem 0 1rem !important;
	border-radius: 1.6rem;
	margin-top: 4rem;
}

table.stats {
	color: white;
	margin: 1rem !important;
	z-index: 2;
}

table.stats caption {
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.1;
	text-transform: uppercase;
	padding: 0 1em 0.5em 1em;
}

table.stats th {
	font-weight: normal;
	line-height: 1.1;
	text-align: right;
	padding: 1em 1.5em 1em 0;
	vertical-align: middle;
	border: none !important;
}

table.stats td {
	color: rgb(249,158,28);
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.1;
	padding: 0.5em 0.5em 0.5em 0;
	vertical-align: middle;
	white-space: nowrap;
	border: none !important;
}

@media (min-width: 1000px) {
	div.stats-panel {
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
	}
	table.stats {
		width: calc(50% - 2rem);
	}
	table.stats:first-child {
		border-right: 2px solid rgb(249,158,28);
	}
	table.stats + table.stats {
		width: calc(50% - 5rem);
		margin-left: 4rem;
	}
	table.stats + table.stats th {
		max-width: 7em;
	}
}
@media (max-width: 999px) {
	table.stats {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
	}
	table.stats th {
		width: 40% !important;
	}
	table.stats + table.stats {
		margin-top: 1rem !important;
	}
	table.stats + table.stats caption {
		padding-top: 2rem;
		border-top: 2px solid rgb(249,158,28);
	}
}

section.plan-target {
	position: relative;
	background:	white;
	color: rgb(34,67,156);
	text-align: center;
	padding: 20px 20px 0 20px;
	z-index: 50;
}

section.plan-target > h2 {
	position: relative;
	top: -1.5em;
	display: inline-block;
	background-color: white;
	text-transform: uppercase;
	padding: 0 0.9em;
	margin: 0 auto;
}

section.plan-target > h2 > b {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -0.12em;
	color: rgb(34,67,156);
	font-weight: 900;
	font-size: 1.6em;
	margin-right: 0.15em;
}

section.plan-target > h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 2rem;
	text-transform: none;
	margin-top: -4rem;
}

section.plan-target > figure,
section.plan-target > div {
	display: inline-block;
	vertical-align: middle;
}

section + section {
	border-top: none;
}

section.plan-target + section.summary {
	padding-top: 0;
}

figure.percentage {
	position: relative;
	display: inline-block;
	height: 150px;
	width: 150px;
	padding-top: 58px;
	margin-right: 150px;
	margin-top: 20px;
	margin-bottom: 0;
}

figure.percentage figcaption {
	position: absolute;
	left: 160px;
	top: calc(50% - 1em);
	width: 140px;
	color: rgb(34,67,156);
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.1;
	text-align: left;
}

figure.percentage span.odometer,
figure.percentage span.odometer-percent {
	color: rgb(34,67,156);
	font-size: 34px;
	font-weight: bold;
	letter-spacing: -0.05em;
}

figure.percentage > svg {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	z-index: -1;
}

figure.percentage > svg circle.arcchart {
    fill: none;
    /* stroke: rgb(249,158,28); */
    stroke-width: 4px;
    stroke-dasharray: 100px;
    stroke-dashoffset: 100px;
    stroke-linecap: round;
    transition: stroke-dashoffset 2s;
	transform: rotate(-90deg);
	transform-origin: center;
	clip-path: circle(20px);
}

figure.percentage > svg circle.arcmarker,
figure.percentage > svg circle.arccentre {
    fill: white;
    stroke: rgb(34,67,156);
    stroke-width: 1px;
    transform-origin: center;
    transition: transform 2s;
}

figure.percentage > svg circle.arccentre {
    stroke: rgb(122,142,196);
}

figure.percentage > svg circle.chartoutline {
    fill: white;
    stroke: rgb(34,67,156);
    stroke-width: 0.3px;
}

section.last-year figure.percentage {
	vertical-align: middle;
	height: auto;
	padding-top: 0;
	margin-top: 4px;
}

section.last-year figure.percentage span.odometer,
section.last-year figure.percentage span.odometer-percent {
	color: rgb(34,67,156);
}

#plan-target-dial circle.arcchart {
	stroke-dashoffset: calc(100px - 82px); /* last number represents percentage to show */
}

#actual-recovery-dial circle.arcchart {
	stroke-dashoffset: calc(100px - 78px); /* last number represents percentage to show */
}

#plan-target-dial circle.arcmarker {
	transform: rotate(294.12deg) translate(0, -15.9px);
}

#actual-recovery-dial circle.arcmarker {
	transform: rotate(281.8deg) translate(0, -15.9px);
}

figure.percentage.collapsed > svg circle.arcchart {
	stroke-dashoffset: 100px !important;
}

figure.percentage.collapsed > svg circle.arcmarker {
	transform: rotate(0deg) translate(0, -15.9px) !important;
}

figure.direction {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 40px;
	line-height: 1;
	text-align: left;
	padding-top: 16px;
	padding-left: 74px;
	margin-left: 1em;
	margin-top: 20px;
	margin-bottom: 0;
}

figure.direction > span {
	font-weight: normal;
	font-style: italic;
	font-size: 1.2rem;
	line-height: 1.1;
}

figure.direction.up {
	background: url('../images/encp_icon_ar2024_stats-up-arrow.svg') no-repeat left bottom 6px / 60px 34px;
}

figure.direction.dn {
	background: url('../images/encp_icon_ar2024_stats-down-bad-arrow.svg') no-repeat left bottom 6px / 60px 34px;
}

section.last-year figure.direction {
	vertical-align: middle;
	height: auto;
	padding-top: 0;
	font-size: 32px;
	padding-right: 60px;
	margin-top: 0;
}

section.last-year figure.direction > span {
	font-size: 1rem;
}

section.last-year figure.direction.up {
	background: url('../images/encp_icon_ar2024_stats-up-arrow.svg') no-repeat right top / 40px 48px;
}

section.last-year figure.direction.dn {
	background: url('../images/encp_icon_ar2024_stats-down-bad-arrow.svg') no-repeat right top / 40px 48px;
}

@media (min-width: 1170px) {
	section.last-year figure.percentage {
		margin-left: 290px;
	}
	section.last-year figure.direction {
		margin-left: 60px;
	}
}

@media (max-width: 820px) {
	section.last-year figure.direction {
		margin-top: 2rem;
		margin: left: 0;
	}
}

table.target-data {
	position: relative;
	width: 346px;
	background-color: white;
	color: rgb(34,67,156);
	line-height: 1.1;
}

table.target-data thead th {
	position: relative;
	vertical-align: middle;
	font-weight: normal;
	font-size: 1.6rem;
	text-align: left;
	text-transform: uppercase;
	padding: 0 0 0.5em 0.5em;
}

table.target-data thead th:first-child {
	font-weight: bold;
	text-align: right;
	font-size: 1.8rem;
}

table.target-data td {
	font-size: 1.6em;
	line-height: 1;
	text-transform: uppercase;
	vertical-align: middle;
	border: none !important;
	padding: 0;
}

table.target-data td.icon {
	padding-right: 1rem;
}

table.target-data td.icon img {
	width: 6rem;
	height: 6rem;
	object-fit: contain;
}

table.target-data td.meter.result {
	font-weight: bold;
}

table.target-data td.meter.result.up label::after {
	content: '';
	display: inline-block;
	height: 1.7em;
	width: 3em;
	background: url('../images/encp_icon_ar2024_stats-up-arrow.svg') no-repeat center bottom / 100%;
	margin-left: 0.5em;
}

table.target-data td.meter.result.dn label::after {
	content: '';
	display: inline-block;
	height: 1.7em;
	width: 3em;
	background: url('../images/encp_icon_ar2024_stats-down-arrow.svg') no-repeat center bottom / 100%;
	margin-left: 0.5em;
}

table.target-data td > label {
	font-weight: normal;
	font-size: 0.8rem;
	margin: 0 auto;
}

table.target-data td.meter {
	padding-right: 0;
}

table.target-data svg {
	width: 240px !important;
	max-width: none;
}

table.target-data svg rect.barback {
	/* fill: rgba(34,67,156,0.6); */
	fill: rgb(122,142,196); /* 7A8EC4 */
}

table.target-data svg g.baseticks line {
	stroke: rgb(34,67,156);
	stroke-width: 1px;
}

table.target-data svg g.meter line {
	stroke: white;
	stroke-width: 1px;
}

table.target-data svg g.meter {
	clip-path: inset(0 100% 0 0);
	transition: clip-path 1.5s;
}

table.target-data svg circle.barmarker {
	fill: white;
	stroke: rgb(34,67,156);
	stroke-width: 1.5px;
	transform: translateX(-7px);
	transition: transform 1.5s;
}	

#access-target-meter g.meter {
	clip-path: inset(0 calc(100% - 97% + 7px) 0 0); /* second percentage sets the destination value */
}
#access-result-meter g.meter {
	clip-path: inset(0 calc(100% - 99.2% + 7px) 0 0); /* second percentage sets the destination value */
}
#access-target-meter circle.barmarker {
	transform: translateX(calc(97px - 7px));
}
#access-result-meter circle.barmarker {
	transform: translateX(calc(99.2px - 7px));
}

#locations-target-meter g.meter {
	clip-path: inset(0 calc(100% - 90% + 7px) 0 0); /* second percentage sets the destination value */
}
#locations-result-meter g.meter {
	clip-path: inset(0 calc(100% - 90% + 7px) 0 0); /* second percentage sets the destination value */
}
#locations-target-meter circle.barmarker {
	transform: translateX(calc(90px - 7px));
}
#locations-result-meter circle.barmarker {
	transform: translateX(calc(90px - 7px));
}

#awareness-target-meter g.meter {
	clip-path: inset(0 calc(100% - 95% + 7px) 0 0); /* second percentage sets the destination value */
}
#awareness-result-meter g.meter {
	clip-path: inset(0 calc(100% - 99% + 7px) 0 0); /* second percentage sets the destination value */
}
#awareness-target-meter circle.barmarker {
	transform: translateX(calc(95px - 7px));
}
#awareness-result-meter circle.barmarker {
	transform: translateX(calc(99px - 7px));
}

table.target-data svg.collapsed g.meter {
	clip-path: inset(0 100% 0 0) !important;
}

table.target-data svg.collapsed circle.barmarker {
	transform: translateX(7px) !important;
}

table.commodity {
	position: relative;
	margin-top: -1rem;
	margin-bottom: 0;
}

table.commodity caption {
	color: white;
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	padding: 1em 0.1em 0.2em;
}

table.commodity td {
	position: relative;
	color: white;
	font-weight: normal;
	text-align: center;
	padding: 0.4em 0.2em;
	border-top: none !important;
	border-bottom: none !important;
	border-right: 1px solid white;
}

table.commodity tr.current td span {
	font-weight: bold;
}

table.commodity tr.target td span {
	color: rgb(249,158,28);
}

table.commodity td.up {
	background: url('../images/encp_icon_ar2024_stats-up-arrow.svg') no-repeat right 0.5em top 0.4em / 1em 1em;
	padding-right: 1em;
}

table.commodity td.dn {
	background: url('../images/encp_icon_ar2024_stats-down-arrow.svg') no-repeat right 0.5em top 0.4em / 1em 1em;
	padding-right: 1em;
}

table.commodity td.met {
	background: url('../images/encp_icon_ar_checkmark.svg') no-repeat right 0.2em top 0.4em / 0.9em 0.9em;
}

ul.commodities li:last-child table.commodity td {
	border-right: none;
}

ul.commodities table.commodity.legend td::before {
	position: absolute;
	right: 6.5rem;
	width: 5em;
	font-weight: bold;
	line-height: 0.9;
	text-align: left;
	padding-top: 0.35rem;
}

ul.commodities table.commodity.legend tr.current td::before {
	content: '2024 RECOVERY';
	top: -0.65em;
}

ul.commodities table.commodity.legend tr.past td::before {
	content: '2023 RECOVERY';
	top: -0.65em;
}

ul.commodities table.commodity.legend tr.target td::before {
	content: 'TARGET';
	top: 0.3em;
	color: rgb(249,158,28);
	text-align: right;
}

ul.commodities table.commodity.legend tr.target td::after {
	transform: translateY(0.5rem);
}

div.sites-panel {
	position: relative;
	display: inline-block;
	background-image: linear-gradient(to bottom, rgb(255,175,68) 0, rgb(231,120,0) 100%);
	padding: 0 2rem 0 1rem !important;
	border-radius: 1.6rem;
	margin-top: 1rem;
}

@media (min-width: 980px) {
	div.sites-panel {
		width: calc(100% - 400px);
	}
	div.sites-panel + table.target-data {
		float: right;
	}
}

table.sites {
	color: rgb(34,67,156);
	font-size: 1.3rem;
	line-height: 1.1;
	margin-bottom: 1em;
}

table.sites th {
	padding: 0.5em;
}

table.sites td {
	padding: 0.5em;
	border-top: none !important;
	border-bottom: none !important;
}

table.sites .num {
	text-align: center !important;
}

table.sites thead {
	position: relative;
	top: -0.5em;
}

table.sites tbody td.num:not(:last-child),
table.sites tfoot td.num:not(:last-child) {
	border-right: 2px solid white;
}

table.sites tfoot td.num span {
	display: block;
	padding-top: 0.5em;
	border-top: 2px solid white;
}

table.sites tfoot td:not(.num) {
	padding-top: calc(1em + 3px);
}

table.sites td.depots,
table.sites td.expr-plus,
table.sites td.expr-go,
table.sites td.corp-express {
	background-color: red;
	padding-left: 80px;
}

table.sites td.depots {
	background: url('../images/logo/Return-It-Worth.svg') no-repeat 0.5em center / 54px 26px;
}

table.sites td.expr-plus {
	background: url('../images/logo/Return-It-Express-Plus.svg') no-repeat 0.5em center / 54px 26px;
}

table.sites td.expr-go {
	background: url('../images/logo/Return-It-Express-and-GO.svg') no-repeat 0.5em center / 54px 26px;
}

table.sites td.corp-express {
	background: url('../images/logo/Return-It-Express.svg') no-repeat 0.5em center / 54px 26px;
}

div.environmental-panel {
	position: relative;
	background-color: rgb(34,67,156);
	background-image: linear-gradient(to bottom, rgba(24,145,215,0.5) 0, rgba(34,67,156,1) 100%);
	color: white;
	padding: 0.1rem;
	border-radius: 1.6rem;
}

table.environmental caption {
	color: rgb(249,158,28);
	font-weight: normal;
	padding: 0 1rem;
	border: none !important;
}

table.environmental caption > img {
	float: left;
	margin: 0 1.5rem;
}

table.environmental caption > div {
	margin-top: 1rem;
}

table.environmental th {
	font-size: 1.6rem;
	line-height: 1.1;
	padding: 0 1rem 0.5rem 1rem;
	border-top: none !important;
	border-bottom: none !important;
}

table.environmental td {
	vertical-align: middle;
	text-align: right;
	padding: 0.5rem 1rem;
	border-top: none !important;
	border-bottom: none !important;
}

table.environmental th.num,
table.environmental td.num {
	text-align: center !important;
}

table.environmental td.num:not(:last-child) {
	border-right: 2px solid rgb(249,158,28);
}

@media (min-width: 1170px) {
	#exec-sum-environment {
		display: flex;
		flex-direction: row;
	}
	div.environmental-panel {
		max-width: calc(50% - 2rem);
		padding: 0;
		margin-left: 2rem;
		flex: 0 0 auto;
	}
}

ul.execsummary > li > img {
	transition: opacity 1s;
}

ul.execsummary > li.collapsed > img {
	opacity: 0;
}

ul.commodities.collapsed > li > img {
	top: 60px;
	opacity: 0;
}

main > header > div.panel {
	padding: 34px 34px 34px 180px;
}

main > header h1 {
	display: inline-block;
	vertical-align: middle;
	width: fit-content;
	max-width: none;
	line-height: 1;
	padding: 0;
	margin-top: 26px;
	margin-bottom: 26px;
	margin-left: 0;
	margin-right: 30px;
}

main > header h1 > strong {
	position: absolute;
	top: -24px;
	left: -140px;
	color: white;
	font-weight: 900;
	font-size: 110px;
	letter-spacing: -0.05em;
	margin-top: -10px;
	margin-right: 20px;
}

div.panel > ul.downloads {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	margin: 0;
}

div.panel > ul.downloads a,
div.panel > ul.downloads a:visited {
	width: 175px;
	padding: 0.5em 0.3em 0.3em 60px;
	background: url('../images/encp_icon_ar-download_white.svg') 26px center / 22px 29px no-repeat;
}

/* Slight timing differences for commodity table icons to make it more interesting */

#comm-icon-al { transition-delay: 0.25s; }
#comm-icon-gl { transition-delay: 0.10s; }
#comm-icon-ps { transition-delay: 0.35s; }
#comm-icon-pl { transition-delay: 0.20s; }
#comm-icon-db { transition-delay: 0.00s; }
#comm-icon-bb { transition-delay: 0.05s; }
#comm-icon-bm { transition-delay: 0.40s; }
#comm-icon-gt { transition-delay: 0.15s; }
#comm-icon-pc { transition-delay: 0.30s; }

@media (min-width: 1240px) {
	section.introduction {
		margin-left: calc(50vw - 570px);
		margin-right: calc(50vw - 570px);
	}
}

@media (min-width: 1000px) {
	div.stats-intro {
		display: inline-block;
		width: calc(100% - 23em);
		padding-right: 2rem;
		border-right: 3px solid white;
		vertical-align: middle;
	}
	section.feature.alternate div.stats-intro {
		border-color: rgb(34,67,156);
	}
	#exec-sum-access table.target-data {
		float: right;
		margin: 2rem 0 1rem 2rem;
	}
	#exec-sum-public table.target-data {
		float: left;
		margin: 2rem 2rem 1rem 0;
	}
	#exec-sum-public::before {
		color: red;
	}
}

@media (max-width: 1240px) {
}

@media (max-width: 1140px) {
	div.side-by-side {
		float: none;
		width: auto;
		margin-right: 0;
	}
	div.side-by-side + div.side-by-side {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (max-width: 900px) {
	ul.execsummary > li {
		display: block;
	}
	table.target-data {
		margin-bottom: 3rem;
	}
}

@media (max-width: 760px) {
	section.introduction {
		padding: 30px;
		margin-left: 20px;
		margin-right: 20px;
	}
	section.feature {
		padding: 30px 40px;
	}
	section.plan-target > h2 {
		font-size: 2rem;
	}
	section.plan-target > h2 > b {
		font-size: 1.6em;
	}
	section.plan-target > h3 {
		margin-top: -2rem;
	}
}

@media (max-width: 560px) {
	table.sites {
		font-size: 1rem;
	}
	table.stats td {
		font-size: 1.6rem;
	}
}
