body {
    max-width: 1680px;
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
}

hr {
	background-color: rgba(0, 156, 212, .3);
	height: 1px;
	width: 80%;
	margin-bottom: 50px;
	margin-top: 50px;
}
h1,
h2,
h3,
h4,
h5 {
	color: #02699b;
	
}

p {


}

.center-justify-text {
  text-align: justify;
  text-wrap: pretty;
  /* Optional: further balance lines */
  text-align-last: center; 
}

#Results, 
#KPI, 
#Links,
#Financials {
	margin-top: -40px;
}

.hpLinks {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 40px;

}

a {
	color: #0096cf;
	font-weight: 400;
}
.hpLinks a {
	
    font-size: 90%;
    color: #6c757d;
	cursor: pointer;
	text-decoration: underline
}


.quote-mark {
    font-weight: 700;
    color: #32b2d1;
    font-size: 100%;
}

.dropdown-menu a:hover {
    background-color: #edfafd;
    cursor: pointer;
}

.sub-nav {
}

.sub-nav-item a p {
    text-align: center;
    font-size: 90%;
    color: #3399cc;
    margin-bottom: 0px;
}

.sub-nav-item a p:hover {
    color: #117bbc;
}


.MessageFromBanner {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 300px;
    margin-top: 0px;
    margin-bottom: 40px;
    background-image: url('/annual-report-2025/assets/images/Letter-Erna-Trevor.png');
    background-size: auto 100%;
    background-position: left;
}

.middleStatBox {
    border-right: solid 0.75px #32b2d1;
    border-left: solid 0.75px #32b2d1;
}

.wcb-logo {
    display: block;
    background-image: url("/annual-report-2025/assets/images/WCB_logo.svg") no-repeat top left;
    background-size: contain;
    width: 300px;
    height: 200px;
}
.topbannerbg {
	background-size: auto 80%;
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 200px;
	margin-top: 40px;

}

.topbannerbg.FPRC {
	background-image: url("/annual-report-2025/assets/images/Fair_Process_Review_Centre_banner.png");
}
.topbannerbg.YAG {
	background-image: url("/annual-report-2025/assets/images/2025_year_at_a_glance_banner.png");
}
.topbannerbg.TAER {
	background-image: url("/annual-report-2025/assets/images/Timely_and_effective_resolution_banner.png");
}
.topbannerbg.Leaders {
	background-image: url("/annual-report-2025/assets/images/our_leaders_banner.png");
}
.topbannerbg.BoD {
	background-image: url("/annual-report-2025/assets/images/our_board_of_directors_banner.png");
}
.topbannerbg.KPI {
	background-image: url("/annual-report-2025/assets/images/KPI_banner.png");
}
.topbannerbg.Message {
	background-image: url("/annual-report-2025/assets/images/message-chair-and-ceo.png");	
	background-size: 100% auto;
    background-position: left 30px;
    background-repeat: no-repeat;
    height: 395px;
}

.topbannerbg2 {
    background-color: white;
    height: 80px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}



/* Cursor tool tip CSS */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    height: 50px;
    width: 50px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    top: 100%;
    left: 50%;
    margin-left: -60px;

    /* Use half of the width (120/2 = 60), to center the tooltip */
    background-color: black;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 100;

}


.tooltip:hover .tooltiptext {
    visibility: visible;

}

.tooltip-inner {
    width: 120px;
}

.HC-bold {
    color: #f287b7;
}

.CNOC-bold {
    color: #e9bd42;
}

.SJ-bold {
    color: #84449b;
}

.CNOW-bold {
    color: #92c16a;
}


.TI-bold {
    color: #4f4f4f;
}
.PC-bold {
    color: #4ea5db;
}

.FS-bold {
    color: #4faeaa;
}
.HC-bold,
.CNOC-bold,
.SJ-bold,
.CNOW-bold,
.TI-bold,
.PC-bold,
.FS-bold {
    font-weight: 700;
}

.HC-bold a{
	
}

.CNOC-bold a{
    color: #ffd762;
}

.SJ-bold a{
    color: #bc8fb6;
}

.CNOW-bold a{
    color: #acde90;
}

.TI-bold a{
    color: #bcbec0;
}

.PC-bold a{
    color: #bcbec0;
}

.FS-bold a{
    color: rgba(118, 175, 221, 0.7);
}

.HC-bold a:hover {
    color: #f1bb0c;
}

.CNOC-bold a:hover {
    color: #f1bb0c;
}

.SJ-bold a:hover {
    color: #84449b;
}

.CNOW-bold a:hover {
    color: #8eac78;
}

.TI-bold a:hover {
    color: #4f4f4f;
}
.PC-bold a:hover {
    color: #4f4f4f;
}

.FS-bold a:hover {
    color: rgba(118, 175, 221, 1);
}


.jumbotron .row {
    padding: 0px 20px;
}

.VideoRow {
    margin: 20px 0px;
}

.VideoRow p {
    margin: 10px 0px;
}

/* Parent element can be any width and height */
.YTparent {
    position: fixed;
    width: 100%;

    /* can be any width */
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    text-align: center;
}

.YTparent:before {
    /* pseudo element to force vertical centering of child element */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.YTparent:after {
    /* pseudo element to create overlay */
    background: black;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 10;
}

/* Centered child element can be any width and height */
.YTcenteredchild {
    position: relative;

    /* position element to participate in z-indexing */
    z-index: 20;

    /* higher z-index than overlay */
    display: inline-block;
    vertical-align: middle;
    width: auto;

    /* can be any width */
    height: auto;
}

.YTvideowrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 56.25%;

    /* 16:9 aspect ratio */
    height: 0;
}

.YTvideowrapper iframe {
    position: fixed;
    top: 25%;
    left: 25%;
    height: 50%;
    width: 50%;
}

/* Tables */
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 130%;
}

td,
th {
    border: 1px solid #fff;
    text-align: right;
    padding: 15px;
    font-weight: 100;
}

tr:first-child {
    text-align: center;
    border-bottom-width: 2px;
}

td:first-child {
    text-align: left;
}

td:nth-child(odd) {
    background-color: rgba(215, 235, 244, 0.5);
}

th:nth-child(2) {
    font-weight: 700;
    border-bottom-color: #51A5CD;
}

td:nth-child(2) {
    font-weight: 500;
    border-bottom-color: #57bedd;
    font-family: 'Roboto', sans-serif;
}

td:nth-child(4) {
    font-weight: 500;
    border-bottom-color: #57bedd;
    font-family: 'Roboto', sans-serif;
}

.NavbarBG {
    Background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0%;
    z-index: 1000;
    width: 100%;
    max-width: inherit;
	margin-bottom: 10px;
}
.btn-blue-small-arrow {
    background-image: url("/annual-report-2025/assets/images/blue-arrow-icon.svg");
    background-repeat: no-repeat;
    background-size: 30px;	
    background-position: right center;
	margin-left: 35px;
    position: absolute;
    width: 33px;
    height: 33px;
	right: -15%;
}
.btn-blue-right-arrow {
    background-image: url("/annual-report-2025/assets/images/blue-arrow-icon.svg");
    background-repeat: no-repeat;
    background-size: 50px;
    position: relative;
    width: 53px;
    height: 53px;
}

.PillarBorder {
    padding: 3px;
    text-align: left;
    height: 225px;
}

.KPI-section {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: black;
    height: 300px;
    margin-bottom: 30px;
    background-image: url('/annual-report-2025/assets/images/KPI_background.svg');
	background-size: 100% auto;
	background-position: 50% center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.KPI-panel {
    box-sizing: border-box;
    padding: 2% 13%;
    height: 300px;

}
.KPI-panel .linkbutton {
	margin: 15px auto;
	cursor: pointer;
}


#KPI-Btn {
	width: 100%;
	height: 35px;
	background-image: url('/annual-report-2025/assets/images/KPI_button.svg');
	background-size: auto 100%;
	background-position: 0% center;
    background-repeat: no-repeat;
}

#KPI-Btn:hover{
	background-image: url('/annual-report-2025/assets/images/KPI_button_rollover.svg');
}

.KPI-header {
	font-weight: 600;
	color: #e4f2fb;
	justify-content: left;
}
.KPI-wrapper {
	align-items: center;
	padding: 20px;

	justify-content: left;
}

.KPI-container {
	height: 150px;
	display: flex;
	align-items: center;
	margin-bottom: 30px;

}
.KPI-bold {
	color: #1560a2;
	font-weight: 500;
}


.hpLinksBox {
    border: 3px solid rgba(200, 226, 238, 0.9);
    border-radius: 10px;
    height: 380px;
	overflow: hidden;
	
}

.hpLinksBox:hover {
    border: 3px solid rgba(2, 105, 155, 0.9);
}


.hpGoalBoxThumb {
    width: 80%;
}

.hpGoalsBoxArrow {
    display: block;
    margin: 20px 30px;
    height: 50px;
}

.hpGoalsBox {
    height: 490px;
}

.borderbox-SJ,
.borderbox-NoC,
.borderbox-NoW,
.borderbox-TECH,
.borderbox-default {
    border-width: 4px;
    border-style: solid;
    border-radius: 20px;
    padding: 28px;
}

.borderbox-SJ {
    border-color: #b692b5;
    background-color: #f0e9f0;
}

.borderbox-NoC {
    border-color: #ffd975;
    background-color: #fff6e0;
}

.borderbox-NoW {
    border-color: #b6dd98;
    background-color: #f0f8ea;
}

.borderbox-TECH {
    border-color: #bcbec0;
}

.borderbox-default {
    border-color: #37c4e5;
    background-color: rgba(55, 196, 229, 0.2);
}

.transparentBorder {
    border: 10px solid rgba(255, 255, 255, 0.5);
}

/* .hpGoalsBox {
    padding: 20px;
    margin: 0px;
} */
/* Leaders */
.t-div-buffer {
    margin-left: 31px;
}

.profile-pic {
    padding-right: 15px;
    margin-bottom: 30px;
}

.profile-desc {
    overflow: hidden;
    margin-bottom: 20px;
}

.bod-content {
    background-image: url('/annual-report-2025/assets/images/our_leaders_background.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.bod-profile {
    margin-left: 0px;
}


.box-fair-container {
    position: relative;
    padding-left: 5%;
    margin: 30px 0px;
}

.box-fair {
    padding: 20px 80px;
    background-image: url('/annual-report-2023/assets/images/box_wide_bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 70%;
    font-weight: 600;
    text-align: center;
	font-style: italic;
}
.footer-line {
	padding: 5% 10% 5% 7%;
}


@media (max-width: 2000px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        z-index: 1000;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

@media (max-width: 1400px) {
   
	.KPI-section {

		background-position: 70% center;
		
	}
}

@media (max-width: 1300px) {
   
	.topbannerbg.Message {
		background-position: left 30px;
		height: 300px;
	}
	.KPI-section {
		
	}
}

@media (max-width: 1200px) {

	.btn-blue-right-arrow {
		background-size: 50px;
		width: 53px;
		height: 53px;
	}

	.KPI-section {
		background-size:auto 100%;
		background-position: 65% center;
		height: 325px;
		margin-bottom: 30px;
		
	}
	
	
	.KPI-panel {
		padding: 2% 13%;
		height: 300px;

	}
}

@media (max-width: 1024px) {
 
	.topbannerbg.Message {
		height: 300px;
	}

}

@media (min-width: 990px) {
	.Message-title {
		display: none;
	}

}

@media (max-width: 990px) {

	.KPI-section {
		background-position: 45% center;
	}
	.KPI-container {
		height: auto;
		display: flex;
		align-items: center;
		margin-bottom: 70px;

	}
	.KPI-panel {
		padding: 2% 8%;
		height: 300px;

	}

	.topbannerbg.Message {
		background-image: url('/annual-report-2025/assets/images/mobile_message-chair-and-ceo.png');
	}
	.Message-title {
		font-style: normal;
		font-size: 150%;
		font-weight: 400;
		color: black;
		display: block;
		margin-top: 5%;
	}		
		
}

@media (max-width: 850px) {

	.KPI-panel {
		padding: 2% 5%;
		height: 300px;

	}
}

@media (max-width: 770px) {
	
	.topbannerbg {
		background-size: auto 60%;
		background-position: left bottom;
		background-repeat: no-repeat;
		height: 170px;
		margin-top: 0px;
	}

    .hpGoalsBox {
        height: 530px;
    }

    .hpLinksBox {
        height: 460px;
		margin-left: 0%;
    }


    .hpGoalsBoxArrow {
        display: block;
        margin: 30px 20px;
        height: 40px;
    }

    .middleStatBox {
        border-width: 0px;
    }

    #title {
        font-size: 110%;
    }
	
	.topbannerbg.Message {
		background-position: left 70px;
		height: 275px;
	}

    .link-section {
        margin-top: 25px;
    }

	.btn-blue-right-arrow {
		background-size: 40px;
		width: 43px;
		height: 43px;
	}
	
}

@media (max-width: 640px) {

    .link-section {
        margin-top: 100px;
    }
	.footer-line {
		display: none;
	}
	.hpLinksBox {
        height: 400px;
		width: 80%;
		margin-left:10%;
    }
	.hpLinks a {
		font-size: 70%;
		line-height: 40px;
	}
	.KPI-header {
		margin: 10px 0px;
		font-size: 99%;
	}
	table {
		font-size: 100%;
	}

}

@media (min-width: 580px) {
    .sub-nav {
        display: block;
    }

}

@media (max-width: 580px) {
    .sub-nav {
        display: none;
    }

    .box-fair {
        width: 90%;
        padding: 20px 40px;
    }
	
}


@media (max-width: 576px) {
	
    #title {
        display: none;
    }

	.topbannerbg {
		background-size: auto 55%;
		background-position: left bottom;
		height: 150px;
	}
	
	.topbannerbg.Message {
		background-position: left 70px;
		height: 230px;
	}
	.Message-title {
		margin-top: 5%;
	}
 
    .link-section {
        margin-top: 0px;
    }

	.KPI-section {
		height: 350px;
		background-size: auto 100%;
	}
	
	.KPI-panel {
		padding: 2% 5%;
	}
	.hpLinksBox {
        height: 375px;
    }


}

@media (max-width: 480px) {
	.topbannerbg.Message {
		height: 200px;
	}
	.profile-desc {
        width:100%;
    }

}
@media (max-width: 432px) {
	body {
		max-width: 400px;
	}

	.topbannerbg.Message {
		height: 180px;
	}
	.KPI-section {
		height: 430px;
		background-size: auto 100%;
	}
	
	.KPI-panel {
		padding: 2% 5%;
	}
		
	.hpLinksBox {
        height: 325px;
    }
	
}

@media (max-width: 414px) {
	.topbannerbg {
		background-size: auto 45%;
		height: 145px;
	}
    #title {
        margin-left: 30px;
    }

    .profile-pic {
   
    }

    .MessageFromBanner {
        background-position: center;
    }

    .link-section {
        margin-top: 40px;
    }
	.hpLinksBox {
        height: 350px;
		width: 80%;
    }
}

@media (max-width: 375px) {
  
    .profile-pic {
        padding-right: 30px;
        margin-bottom: 30px;
    }

    .profile-desc {
        overflow: hidden;
        margin-bottom: 20px;
    }

}

@media (max-width: 320px) {
  
}

td:nth-child(odd)-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.paragraph {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.bullet {
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
