body {
    max-width: 1680px;
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
}
body section, body footer{
	padding-left: 4%;
	padding-right: 4%;
}
body p,
.paragraph {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 300;
    text-align: left;
}

body hr {
    font-size: 0.5px;
    background-color: rgba(73, 73, 73, 0.4);
    margin-bottom: 30px;
    margin-top: 30px;
}

body h2 {
    font-family: 'Roboto', sans-serif;
    color: #0096cf;
    margin-bottom: 10px;
	font-size: 2.5rem;
}

body h4 {
    font-family: 'Roboto', sans-serif;
    color: #0096cf;
    margin-top: 10px;
    margin-bottom: 10px;
}
.no-gutters {
	padding-left: 0px;
	padding-right: 0px;
}
.container {
	padding-left: 20px;
	padding-right: 20px;
}
ul li {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

strong {
    font-weight: 450;
}

.intro {
    font-style: italic;
    font-size: 120%;
}

h6 a {
    font-size: 120%;
    color: #0096cf;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.nosidepadding {
   padding-left: 0 !important;
   padding-right: 0 !important;
   margin-right: 0 !important;
   margin-left: 0 !important;
}
.title1 h1{
    font-family: 'Roboto', sans-serif;	
	font-weight: 350;
	font-size: 170%;
	line-height: 1.15;
	padding-top: 20px;
}
.title2 h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 650%;
	line-height:1.15;
}
.title3 h1{
    font-family: 'Roboto', sans-serif;	
	font-weight: 400;
	font-size: 350%;	
	line-height:1.15;
}

.hpLinks a {
    font-size: 100%;
    color: #0096cf;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.fair-check {
    color: #0096cf;
    margin-right: 5px;
}

#hpLeadersLinksBox {
    background-color: rgb(38, 186, 234);
}

.hpLeadersLinksBox {
    padding-left: 8px;
    padding-right: 8px;
    margin: 5px 15px;
	background-color: #ffffff;
    border: 2px solid rgba(38, 186, 234,0.6);
    color: #000000;
}

.hpLeadersLinksPadding {
    display: table;
    padding: 10px;
    border-spacing: 1px;
}

.hpLeadersLinksBox {
    display: table;
    height: 55px;
    margin-bottom: 0%;
}

.hpLeadersLinksBox:hover {
    background-color: rgba(41, 171, 226, 0.80);
    color: white;
    text-decoration-color: white;
}

.toplinks {
    background-color: #d9f1fd;
    padding-top: 10px;
    padding-bottom: 20px;
}

.sLinksBox h4 {
    border: 1px solid #26baea;
    color: black;
    text-decoration-color: black;
}

.hpLeadersLinksBox:hover {
    cursor: pointer;
}

.background-cover .story-panel{
    box-sizing: border-box;
    background-color: rgba(18, 163, 216, 1);
	padding-top: 5%;
	padding-left: 10%;
	padding-right: 0%;
	padding-bottom:	5%;
    height: 435px;
	margin-top: 50px;
}
.bannerVideo {
    width: 100%; 
    height: 440px; 
    overflow: hidden; 
	margin-top:50px;
}
.bannerVideo Video{
	position: absolute; 
    width: auto; 
	height: 104%;
    overflow: hidden; 
    margin-top: -40px;
    z-index: -100;
	right: -5px;
}
.video-overlay {
    background-image: url('/annual-report-2023/assets/images/Main-banner-overlay.svg');
    background-repeat: no-repeat;
    background-position: left top;
    height: 100%;
}

.topbannerMessage {
    display: block;
    background-image: url("/annual-report-2023/assets/images/banner_Chair-and-CEO_overlay.png"), url("/annual-report-2023/assets/images/banner_Chair-and-CEO_bg.png");
    background-size: auto 90% , auto auto;
    background-position: 75% bottom, bottom;
    background-repeat: no-repeat, no-repeat;
    margin-bottom: 30px;
    height: 230px;
}

.topbanner {
    margin-top: 0px;
    background-image: url('/annual-report-2023/assets/images/banner_top2.png');
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    height: 200px;

}

.topbanner h1 {
    margin-left: 10%;
    margin-top: 100px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #ffffff;
}
.results-hpbg {
    background-image: url('/annual-report-2023/assets/images/SMO_banner_home.png');
    margin-bottom: 30px;
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 27%;
}

.results-topbanner {
    color: black;
    height: 350px;
    background-image: url('/annual-report-2023/assets/images/SMO_banner_results.png');
    margin-bottom: 30px;
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 60px;
	visible:overflow;
	z-index: 100;
}

.bottombanner {
    margin-bottom: -20px;
    opacity: 0.8;
    height: 100px;
    margin-top: 140px;
    background-image: url('/annual-report-2023/assets/images/banner_top2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.quote-mark {
    font-weight: 700;
    color: #32b2d1;
    font-size: 100%;
}

.dropdown-menu a:hover {
    background-color: #edfafd;
    cursor: pointer;
}

.sub-nav {
	height: 60px;
	padding-top:10px;
	width:100%;
	position: relative;
	text-align:center;
}

.sub-nav-item a p {
    
    font-size: 110%;
    color: #3399cc;
    margin-bottom: 0px;
}

.sub-nav-item a p:hover {
    color: #117bbc;
}

#hpBannerFg {
    margin-top: 70px;
    text-align: center;
}

.middleStatBox {
    border-right: solid 0.75px #32b2d1;
    border-left: solid 0.75px #32b2d1;
}

.quote-box {
    margin-top: 0px;
    padding: 15%;
    background-image: url('/annual-report-2023/assets/images/box_bg.png');
    background-size: 100% 110%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    font-weight: 600;
}

.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;
}

.wcb-logo {
    display: block;
    background-image: url("/annual-report-2023/assets/images/WCB_logo.svg") no-repeat top left;
    background-size: contain;
    width: 300px;
    height: 200px;
}

.topbannerbg {
    background-color: white;
    height: 30px;
}

.topbannerbg2 {
    background-color: white;
    height: 75px;
}

.milestones-banner {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: black;
    height: 150px;
    margin-bottom: 30px;
    background-image:  url('/annual-report-2023/assets/images/icon_road_marker.svg'), url('/annual-report-2023/assets/images/banner_top2.png');
    background-size: auto 120%, 100% auto;
    background-position: 3% -10%, 10% center;
    background-repeat: no-repeat, no-repeat;
    margin-top: 75px;
    background-color: #269cd1;
	overflow: hidden;
}

.milestones-header {
    position: absolute;
    top: 130px;
    padding-left: 10%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.footnote {
 	font-weight: 400;
    padding: 20px 10px;
    font-size: 90%;
}
.highlight {
    font-size: 130%;
    font-weight: 600;
}

.highlightSSJ {
    font-size: 130%;
    font-weight: 600;
    color: #5e5491;
}

.highlightCNW {
    font-size: 130%;
    font-weight: 600;
    color: #5c903c;
}

.highlightCNOC {
    font-size: 130%;
    font-weight: 600;
    color: #e18b1a;
}

.highlightTI {
    font-size: 130%;
    font-weight: 600;
    color: #6e6e6e;
}

#hpBanner {
   /* background-image: url("/annual-report-2023/assets/images/hpbanner.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 90%;
    background-color: #269cd1;
    position: relative;*/
	padding-left: 0px;
	padding-right: 0px;
    height: 450px;
}

#hpLeadersLinks {
    top: -10%;
}

.bod-box {
    position: absolute;
    margin-top: 30px;
    right: 0px;
}

.MessageBox {
    top: 0px;
    width: 60%;
    border: 2px solid rgb(38, 186, 234);
    padding: 20px;
}

.MessageBox h6 {
    font-style: normal;
    color: #0096cf;
    font-weight: 400;
}

.results-section {
    height: 950px;
    overflow: visible;
    z-index: -20;

}

.results-hpdivider {
	background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: visible;
	
}
.results-hpdivider.purple {
	background-image: url("/annual-report-2023/assets/images/divider_purple_sm.svg");
}
.results-hpdivider.green {
	background-image: url("/annual-report-2023/assets/images/divider_green_sm.svg");
	
}
.results-hpdivider.yellow {
	background-image: url("/annual-report-2023/assets/images/divider_yellow_sm.svg");
	
}
.results-hpdivider.grey {
	background-image: url("/annual-report-2023/assets/images/divider_grey_sm.svg");
	
}
.milestones-section {
    background-color: #d9f1fd;
    height: 480px;
    background-image: url("/annual-report-2023/assets/images/ribbon_wave.svg"), url("/annual-report-2023/assets/images/icon_road_marker.svg");
    background-size: 100% 50%, auto 80%;
    background-position: left -20%, right bottom;
    background-repeat: no-repeat, no-repeat;
    overflow: visible;
    z-index: 100;
	padding-top: 130px;

}

.link-section {
    height: 470px;
	margin-top:50px;
    background-repeat: no-repeat;
    overflow: visible;
    z-index: -20;
}

.financial-section {
    overflow: visible;
    z-index: -20;
    background-image: url("/annual-report-2023/assets/images/Financials_bg.png"), url("/annual-report-2023/assets/images/ribbon_wave.svg");
    background-size: cover, cover;
    background-position: center center, right bottom;
    background-repeat: no-repeat, no-repeat;
	height: 480px;
}

.financial-items {
    border: 2px solid rgb(38, 186, 234);
    padding: 10px;
	background-color: #fff;
}

.results-icon {
}

/* 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;
}

.results-title {
    position: relative;
    z-index: 10;
    height: 70px;
    padding-left: 17%;
    padding-top: 7%;
}

.results-title h1 {
    color: #fff;
    font-weight: 400;
    padding-top: 20px;
	padding-bottom: 40px;
}

.results-title h2 {
    color: #fff;
    font-weight: 400;
    padding-top: 20px;
	padding-bottom: 40px;
}
.results-box {
	margin-top: 40px; 
	margin-bottom: 25px;
	
}
.results-container {
	width: 80%;
	margin-right: auto;
    margin-left: auto;
	margin-top: 2%;
}


.SSJ-banner {

    background-image: url("/annual-report-2023/assets/images/Results_divider_ribbon_purple.svg");
 	
}
.CNW-banner {

    background-image: url("/annual-report-2023/assets/images/Results_divider_ribbon_green.svg");
	
}
.CNOC-banner {

    background-image: url("/annual-report-2023/assets/images/Results_divider_ribbon_yellow.svg");
	
}
.TM-banner {

    background-image: url("/annual-report-2023/assets/images/Results_divider_ribbon_grey.svg");

}
.results-banner {
	overflow: visible;
    z-index: 100;
    height: 170px;
	position: relative;
	background-size: 100% auto;
    background-position: 15% top;
    background-repeat: no-repeat; 
}
.SSJ-bold,
.NoW-bold,
.NoC-bold,
.TM-bold {
    font-weight: 500;
    font-size: 130%;
}

.SSJ-bold {
    color: #5e5491;
}

.NoW-bold {
    color: #5c903c;
}

.NoC-bold {
    color: #e18b1a;
}

.TM-bold {
    color: #6e6e6e;
}

.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: 120%;
    padding: 10px;
}

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: 1680px;
}

.btn-blue-right-arrow {
    background-image: url("/annual-report-2023/assets/images/icon_arrow-blue.svg");
    background-repeat: no-repeat;
    background-size: 50px;
    position: relative;
    width: 53px;
    height: 53px;
	margin-left: -10px;
}
.secondTitle {
	font-weight: 400;
	font-size: 180%;
	color: #0096cf;
	
}
.pillarBorder {
    /* background-color: */
    padding: 20px;
    text-align: left;
    height: 375px;
    position: relative;
    background: #d9f1fd;
	line-height: 200%;
}
.pillarBorder p{
	font-weight: 400;
	font-size: 100%;
}


.pillarbottom {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: absolute;
    bottom: 10px;
}
.pillarHighlight {
	color: #0096cf;
	font-size: 160%;
    font-weight: 450;
}


.hpLinksBox {
    border: 3px solid rgba(200, 226, 238, 0.9);
    height: 360px;
    background-color: #ffffff;
}

.hpGoalBoxThumb {
    width: 80%;
}

.hpGoalsBoxArrow {
    display: block;
    margin: 20px 30px;
    height: 50px;
}

.hpGoalsBox {
    height: 490px;
}

.borderbox-SJ,
.borderbox-NoC,
.borderbox-NoW,
.borderbox-TM,
.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-TM {
    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;
    width: 225px;
}

.profile-desc {
    overflow: hidden;
}

.bod-profile {
    margin-left: 0px;
    background-image: url("/annual-report-2023/assets/images/box_name_bg.png");
    background-repeat: no-repeat;
    background-position: 120% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    padding-right: 30px;
}

.bod-profile h6 {
    font-style: italic;
}

.linkbutton {
    width: 100%;
    display: table;
    height: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #269cd1;
    display:flex;
    justify-content: center;
    align-items: center;
}

.linkbutton h5{
    padding-right: 10px;

}

.linkbutton:hover {
    border: 1px solid #fff;
    background-color: #035c8b;
    color: white;
    text-decoration-color: white;
    cursor: pointer;
}
.linkbutton img {
    width: 40px;
   	position:absolute;
   	margin-top:-40px;
   	margin-left:29%;
}

.linkbutton.SSJ {
    background-color: #847fd9;
}

.linkbutton.SSJ:hover {
    background-color: #4f4b9b;
}
.linkbutton.CNW {
    background-color: #8bc944;
}

.linkbutton.CNW:hover {
    background-color: #43813e;
}
.linkbutton.CNOC {
    background-color: #f3b917;
}

.linkbutton.CNOC:hover {
    background-color: #c3761f;
}
.linkbutton.TI {
    background-color: #949599;
}

.linkbutton.TI:hover {
    background-color: #565b5c;
}
@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: 1600px) {
	.results-hpbg {
		padding-top: 32%;
	}
	
}
@media (max-width: 1200px) {
	.title1 h1{

	}
	.title2 h1{

	}
	.title3 h1{
		font-size: 275%;
	}
	.topbannerMessage {
        background-size: auto 85%, auto auto;
        background-position: 88% bottom, bottom;
    }
	.topbanner {
		height: 220px;
    }
	.pillarBorder {	
		height: 410px;
	}
	.milestones-banner {

		background-image: url('/annual-report-2023/assets/images/icon_road_marker.svg'), url('/annual-report-2023/assets/images/banner_top2.png');
		background-size: auto 120%, 100% auto;
		background-position: 0% 10%, 10% center;

	}
    .milestones-header {
		padding-left:120px;
    }
	.bannerVideo Video {

		right: -10%;

	}

	.financial-section {

		height: 500px;
	}
	.sub-nav {
		height:80px;
	}
	
	.sub-nav-item a p {
		font-size: 90%;
		margin-bottom: 0px;
	}
	.results-title {
		padding-top: 8%;

	}
	
	.results-title h1 {
		font-size: 160%;

	}
	.results-banner {
		background-position: 10% top;
		background-size: 120% auto;
		height: 140px;
	}


}

@media (max-width: 1024px) {
    .hpLeadersLinksBox {
        display: table;
        height: 50px;
    }

    .hpLeadersLinksBox:hover {

    }

    #hpBanner {
        background-position: center 80%;
        background-size: 100% auto;
        height: 400px;
    }
	.bannerVideo Video {
		right: -15%;
	}	
	.toplinks { 
		margin-top: 15px;
	}
	.title1 h1{
		font-size: 150%;
	}
	.title2 h1{
		font-size: 600%;
	}
	.title3 h1{
		font-size: 250%;
	}
	.background-cover .story-panel{

	}
	.results-title {
		

	}
	
	.results-title h1 {
		

	}
	.results-banner {
		background-position: 25% top;
		background-size: 120% auto;
		height: 140px;
	}

}

@media (max-width: 990px) {
    .topbanner {
        background-size: auto 100%;	
		height: 200px;

    
    }
	
	.topbannerMessage {
		background-size: auto 80% , auto auto;

	}
	.topbannerMessage h1{
		font-size: 200%;

	}
	.background-cover .story-panel{
		height: 375px;

	}
	.bannerVideo {
		height: 375px;
		overflow: hidden;
	}
	.hpLeadersLinksBox {
        display: table;
        height: 30px;
        border-width: 3px;
        padding: 10px 20px;
    }

    .hpLeadersLinksBox h4 {
        text-shadow: none;
        color: #494949;
    }

    .hpLeadersLinksBox:hover {
 
        color: white;
        text-decoration-color: white;
    }

	.pillarBorder {	
		height: 370px;
	}
    .bod-box {
        position: relative;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .link-section {
        height: 100%;
    }
	.linkbutton h4{
		font-size: 125%;

	}
    .milestones-section {
        height: 100%;
    }

	.results-hpbg {
		background-image: url('/annual-report-2023/assets/images/SMO_banner_mobile.png');
		background-size: 100% auto;
		background-position: top;
		background-repeat: no-repeat;
		padding-top: 35%;

	}
    .results-section {
        height: 100%;
    }

    .results-icon {
        padding-left: 10%;
        width: 90%;
    }

    .results-topbanner {
        height: 205px;
		margin-bottom: 0px;

    }

    .results-title {
        
    }

    .results-title h2 {
        font-size: 190%;
    }
    .results-title h1 {
        font-size: 170%;
    }

    #hpBanner {
        background-position: center 80%;
        background-size: 115% auto;
        height: 375px;
    }

    .milestones-banner {
      
    }

    .milestones-header {
		right: 10%;
		padding-left:120px;
    }

    .milestones-header h1 {
        top: 270px;
        padding-left: 0%;
        font-size: 170%;
    }
	.financial-section {

		height: 600px;
	}
}

@media (max-width: 770px) {
	.linkbutton h5{
		font-size: 90%;

	}
    .hpGoalsBox {
        height: 530px;
    }

    .hpLinksBox {
        height: 100%;
    }

    .hpLeadersLinksBox h4 {
        color: #494949;
        text-decoration-color: white;
        text-shadow: none;
    }

    .hpGoalsBoxArrow {
        display: block;
        margin: 30px 20px;
        height: 40px;
    }

	.pillarBorder {	
		height: 460px;
	}
    .middleStatBox {
        border-width: 0px;
    }

    #title {
        font-size: 110%;
    }

    #hpLeadersLinks h4 {
        font-size: 120%;
    }

    #hpLeadersLinks h5 {
        font-size: 120%;
    }

    #hpLeadersLinks {
        vertical-align: middle;
    }

    .hpLeadersLinksBox {
        display: table;
        height: 30px;

    }

    .hpLeadersLinksBox:hover {

    }

    .topbannerMessage {
        background-size: auto 85% , auto auto;
        background-position: 95% bottom, bottom;
        height: 230px;
    }

    .topbannerMessage h1 {
        font-size: 160%;
    }
	.results-hpbg {

	}
    .results-title {
        height: 100px;
    }

    .results-title h2 {
        font-size: 190%;
    }
	
	.results-title h1 {
		font-size: 160%;
		padding-top: 6%;

	}
	.results-banner {
		background-position: 10% top;
		background-size: 150% auto;
	}
    .topbanner {
        height: 190px;
    }

    .topbanner h1 {
        font-size: 230%;
		margin-left: 5%;
    }
	.bannerVideo Video {
		width: auto;
		height: 105%;
		right: -60%;
	}
	.background-cover .story-panel {
        padding-top: 10%;
		padding-bottom: 10%;
    }
	
	.linkbutton h4{
		font-size: 115%;

	}
	.title1 h1{
		font-size: 110%;
	}
	.title2 h1{
		font-size: 420%;
	}
	.title3 h1{
		font-size: 190%;
	}
	.financial-section {

		height: 640px;
	}
}

@media (max-width: 640px) {
    #surveyLink {
        display: none;
    }

    #title {
    }

    #hpBanner {
        background-image: url("/annual-report-2023/assets/images/hpbanner_sm.png");
        background-position: center 90%;
        background-size: auto 90%;
        height: 375px;
    }

    #hpLeadersLinks h4 {
        font-size: 120%;
    }

    #hpLeadersLinks h5 {
        font-size: 120%;
    }

    .hpLeadersLinksPadding {
        padding: 15px;
    }

    .link-section {
        margin-top: 100px;
    }
	.bannerVideo Video {
		right: -45%;
	}	

	.pillarBorder {	
		height: 470px;
	}
	.topbannerMessage {
        background-size: auto 75% , auto auto;
		background-position: 100% bottom, 50% bottom;
    }

    .topbannerMessage h1 {
        font-size: 145%;
    }
	.milestones-banner {
		height: 150px;
		background-size: auto 120%, 100% auto;
		background-position: 105% 15px, 10% center;
		margin-top: 75px;

	}  
    .milestones-header {
		right: 10%;
		padding-left:120px;
    }

    .milestones-header h1 {
        top: 270px;
		margin-left: -20%;
        font-size: 160%;
    }
	
}

@media (min-width: 580px) {
    .sub-nav {
        display: block;
    }
}

@media (max-width: 580px) {
	.bannerVideo {
		width: 130%;
		margin-top: 0px;
	}
	.bannerVideo Video {
		height: 100%;
		width: auto;
		top: 0%;
		overflow: hidden;
	}
	.background-cover .story-panel {
        padding-top: 10px;
		padding-left: 5%;
        height: 205px;
    }
	.title1 h1 br{
		display: none;
	}
	.title1 h1{
		font-size: 100%;
	}
	.title2 h1{
		font-size: 400%;
	}
	.title3 h1{
		font-size: 200%;
	}
    .sub-nav {
        display: none;
    }

    #hpBanner {
        background-position: center 90%;
        background-size: auto 90%;
        height: 510px;
    }

    .linkbutton h5 {
        font-size: 80%;
    }

    .topbannerMessage {
        background-size: auto 70% , auto;
        background-position: 50% bottom, 50% bottom;
        height: 230px;
    }

    .topbannerMessage h1 {
        font-size: 140%;
    }

    .results-icon {
        margin-left: 20%;
        width: 50%;
    }

    .results-topbanner {
        height: 250px;
        background-size: 155% auto;
        background-position: center 85%;
        margin-top: 25px;
    }
	.SSJ-banner {

		background-image: url("/annual-report-2023/assets/images/Results_divider_ribbon_purple_sm.svg");
		
	}
	.CNW-banner {
	
		background-image: url("/annual-report-2023/assets/images/Results_divider_ribbon_green_sm.svg");
		
	}
	.CNOC-banner {
	
		background-image: url("/annual-report-2023/assets/images/Results_divider_ribbon_yellow_sm.svg");
		
	}
	.TM-banner {
	
		background-image: url("/annual-report-2023/assets/images/Results_divider_ribbon_grey_sm.svg");
	
	}
    .results-title {
 
        height: 100px;
    }

    .results-title h2 {
        font-size: 160%;
    }
	.results-title h1 {
		font-size: 160%;
		padding-top: 21%;

	}
	.results-banner {
		background-position: 35% top;
		background-size: 110% auto;
	}
	.results-container {
		margin-top: 5%;
	}
	
    .MessageBox {
        width: 90%;
    }

    .box-fair {
        width: 90%;
        padding: 20px 40px;
    }

	.milestones-banner {
		background-size: auto 120%, 100% auto;
		background-position: 100% 15px, 10% center;
		margin-top: 75px;

	}  

    .milestones-header h1 {
        top: 100px;
		margin-left: -35%;
        font-size: 140%;
    }

    .profile-pic {
        width: 200px;
    }


}

@media (max-width: 574px) {

	.pillarBorder {	
		height: 330px;
	}

}
@media (min-width: 490px) {


	.background-cover .story-panel {
      
    }

}
@media (max-width: 490px) {
    #title {
        display: none;
    }

    #hpBanner {
        background-position: center bottom;
        background-size: auto 70%;
  
    }
	.background-cover .story-panel {
        padding-top: 20px;
		margin-top: -10px;

    }
    .bannerVideo Video {
       
    }

    .link-section {
        margin-top: 0px;
    }

    .bannerVideo Video {
		left: -60%;
    }

    .video-overlay {
        background-position: 100% 20%;
    }

    .results-title h2 {
        font-size: 145%;
    }
	.topbannerbg {
		height: 60px;
	}
    .topbanner {
        height: 200px;
    }

    .topbanner h1 {
        font-size: 220%;
    }
	.linkbutton h4{
		font-size: 110%;

	}
	.linkbutton img{
		width: 30px;

	}
	.topbannerMessage {
        background-size: auto 60% , auto;
		background-position: 50% bottom, 50% bottom;
        height: 230px;
    }

    .topbannerMessage h1 {
        font-size: 150%;
    }
	.milestones-banner {
		background-size: auto 100%, 100% auto;
		background-position: 90% -25%, 10% center;
		margin-top: 75px;

	}  

    .milestones-header h1 {
        width: 80%;
    }

}

@media (max-width: 414px) {
    #title {
        margin-left: 30px;
    }

    .profile-pic {
        width: 175px;
    }

    #hpLeadersLinks h4 {
        font-size: 100%;
    }

    #hpLeadersLinks h5 {
        font-size: 100%;
    }
	.pillarBorder {	
		height: 370px;
	}
    .MessageFromBanner {
        background-position: center;
    }

    .link-section {
        margin-top: 40px;
    }

    .results-topbanner {
        height: 200px;
        background-size: 145% auto;
        background-position: center 85%;
        margin-top: 25px;
    }

    .results-title {

    }

    .results-title h2 {
        font-size: 120%;
    }

    .results-title h1 {
        font-size: 150%;
		padding-left: 0px;
		padding-top: 23%;
    }
    .bannerVideo Video {
        height: auto;
		width: 130%;
        margin-top: 0px;
        z-index: -10;
		left: -15%;
    }
	.linkbutton h4{
		font-size: 100%;

	}
	.milestones-header h1 {
        width: 90%;
		margin-left: -55%;
		
    }
	
}
@media (max-width: 375px) {
    #hpBanner {
        
    }

    #hpBannerFg {
        margin-top: 60px;
        text-align: center;
    }

    #hpBannerFg img {
        height: 150px;
    }

    .bannerVideo {
		height: 305px;
        overflow: hidden;
    }

	.pillarBorder {	
		height: 390px;
	}

    .video-overlay {
        background-position: 100% 20%;
    }

    .profile-pic {
        padding-right: 30px;
        margin-bottom: 30px;
    }

    .profile-desc {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .results-title {
		height: 70px;
    }

    .results-title h2 {
        font-size: 100%;
    }

}

@media (max-width: 373px) {
	.linkbutton h4{
		font-size: 95%;

	}
}


@media (max-width: 320px) {
    #hpBanner {

    }

    #hpBannerFg {
        margin-top: 120px;
        text-align: center;
    }

    #hpBannerFg img {
        height: 130px;
    }

}

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;
}

null {
}
