.desktop {
    display: block;
}

.tablet,
.mobile {
    display: none;
}
/* Home page Results section */
#Results-section {
	background-image: url("/annual-report-2025/assets/images/results_background.png");
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: black;
    height: 650px;
    background-size: auto 110%;
    background-position: 90% top;
    background-repeat: no-repeat;
	margin-bottom: 30px;
    margin-top: 75px;
    overflow: hidden;
}
.Results-panel {
    box-sizing: border-box;
    padding: 2% 14%;
    height: 275px;
	background: linear-gradient(to right,
		rgba(2, 105, 155, 0.8),
		rgba(21, 96, 162, 0.8)
	);

	border: 6px solid white;
	border-radius: 20px;

}

.Results-container {
	margin: 40px 5%;
}
.Results-row {
	
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 1rem;

}


.Results-row .Results-col {
  flex: 0 0 calc(100% / 7);
}



#Results-Map {
	
}

#Results-Map .icon{
	
	flex: 1;              /* Even width */
	text-align: center;
	width: 100%;
	max-width: 190px;
	aspect-ratio: 1 / 1;
	background-size: auto 100%;
	background-position: center 40%;
    background-repeat: no-repeat;
	cursor: pointer;
}

.Results-HC {
    background-image: url("/annual-report-2025/assets/images/Results_HC_btn.svg");
}
.Results-CNOC {
    background-image: url("/annual-report-2025/assets/images/Results_CNOC_btn.svg");
}
.Results-SJ {
    background-image: url("/annual-report-2025/assets/images/Results_SJ_btn.svg");
}
.Results-CNOW {
    background-image: url("/annual-report-2025/assets/images/Results_CNOW_btn.svg");
}
.Results-TI{
    background-image: url("/annual-report-2025/assets/images/Results_TI_btn.svg");
}
.Results-PC {
    background-image: url("/annual-report-2025/assets/images/Results_PC_btn.svg");
}
.Results-FS {
    background-image: url("/annual-report-2025/assets/images/Results_FS_btn.svg");
}

.Results-HC:hover {
    background-image: url("/annual-report-2025/assets/images/Results_HC_btn_rollover.svg");
}
.Results-CNOC:hover {
    background-image: url("/annual-report-2025/assets/images/Results_CNOC_btn_rollover.svg");
}
.Results-SJ:hover {
    background-image: url("/annual-report-2025/assets/images/Results_SJ_btn_rollover.svg");
}
.Results-CNOW:hover {
    background-image: url("/annual-report-2025/assets/images/Results_CNOW_btn_rollover.svg");
}
.Results-TI:hover {
    background-image: url("/annual-report-2025/assets/images/Results_TI_btn_rollover.svg");
}
.Results-PC:hover {
    background-image: url("/annual-report-2025/assets/images/Results_PC_btn_rollover.svg");
}
.Results-FS:hover {
    background-image: url("/annual-report-2025/assets/images/Results_FS_btn_rollover.svg");
}



/*Results page */

.results-anchor {
	padding:200px;

}
	
.results-topbanner {
    height: 205px;
	margin-bottom: 0px;

}

.results-banner {
	overflow: visible;
    z-index: 101;
    height: 200px;
	position: relative;
	background-size: auto 80%;
    background-position: 0% top;
    background-repeat: no-repeat;
}

.results-menu-icon {
	opacity:0.6;
	
}
.results-menu-icon:hover {
	opacity: 1;
	
}


.results-title {
	background-size: 15% auto;
	background-position: 7% 30%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
    padding-left: 20%;
    padding-top: 5%;
	overflow: visible;
}

.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-container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	overflow: visible;
	position: relative;

	z-index: 1;
}

.results-box {
	position: relative;
	margin-bottom: 25px;
	overflow: visible;	
}

.results-box-background {
	position: absolute;
	margin-top: -10%;
	width: 110%;
	height: 120%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 120% center;
	opacity: 80%;
	z-index: -1;
}

.Results-page-banner {


}

.HC-Section {
	overflow: visible;
}
.HC-Section .results-box .results-box-background {

}
.HC-banner {
    background-image: url("/annual-report-2025/assets/images/Results-Page-HC_banner.png");
}

.CNOC-Section {
	overflow: visible;
}
.CNOC-Section .results-box .results-box-background {
   
}
.CNOC-banner {
    background-image: url("/annual-report-2025/assets/images/Results-Page-CNOC_banner.png");	
}

.SJ-Section {
	overflow: visible;
}
.SJ-Section .results-box .results-box-background {
  
}
.SJ-banner {
    background-image: url("/annual-report-2025/assets/images/Results-Page-SJ_banner.png");
}


.CNOW-Section {
	overflow: visible;
}

.CNOW-Section .results-box .results-box-background {

}
.CNOW-banner {
    background-image: url("/annual-report-2025/assets/images/Results-Page-CNOW_banner.png");	
}


.TI-Section {
	overflow: visible;
}
.TI-Section .results-box .results-box-background {

}
.TI-banner {
    background-image: url("/annual-report-2025/assets/images/Results-Page-TI_banner.png");
}




.PC-Section {
	overflow: visible;
}
.PC-Section .results-box .results-box-background {

}
.PC-banner {
    background-image: url("/annual-report-2025/assets/images/Results-Page-PC_banner.png");
}


.FS-Section {
	overflow: visible;
}
.FS-Section .results-box .results-box-background {
  
}
.FS-banner {
    background-image: url("/annual-report-2025/assets/images/Results-Page-FS_banner.png");
}


@media (max-width: 1575px) {
	#Results-Map .hotspot {
		width: 180px;
		height: 180px;
	}
	#Results-Map {
	
	}
	#circle-CNOC {
		top: 110px; 
		left: 44%;
	}
	#circle-TECH {
		top: 170px;
		left: 62.5%;
	}
	#circle-SSJ {
		top: 335px; 
		left: 15%;
	}
	#circle-F {
		top: 335px; 		
		left: 73.5%;
	} 
	#circle-CNOW {
		top: 170px; 
		left: 25.5%;

	}
	
}

@media (max-width: 1400px) {
   

	#Results-Map {
		background-size: 70% auto;

	}
	#circle-CNOC {
		top: 110px; 
		left: 44%;
	}
	#circle-TECH {
		top: 160px;
		left: 62%;
	}
	#circle-SSJ {
		top: 300px; 
		left: 15%;
	}
	#circle-F {
		top: 300px; 		
		left: 72%;
	} 
	#circle-CNOW {
		top: 160px; 
		left: 26%;

	}
	/*#circle-CNOC.custom-tooltip .tooltiptext {
		bottom: 92%; 
		left: 45%;
	}
	#circle-TECH.custom-tooltip .tooltiptext {
		bottom: 100%; 
		left: 60%;
	}
	#circle-F.custom-tooltip .tooltiptext {
		bottom: 92%; 
		left: 60%;
	}
	#circle-SSJ.custom-tooltip .tooltiptext {
		bottom: 92%; 
		left: 35%;
	}
	#circle-CNOW.custom-tooltip .tooltiptext {
		bottom: 100%; 
		left: 45%;
	}*/
}

@media (min-width: 768px) and (max-width: 1279px) {
    .Section-Desc {
        position: absolute;
        bottom: 25%;
        right: 2%;
        opacity: 0.0;
    }

    .tablet {
        display: block;
    }

    .mobile {
        display: none;
    }


}

@media (max-width: 1200px) {
	#Results-section {
		height: auto;
		background-size: auto 110%;
		background-position: 70% top;
	}
	
	.Results-panel {
		height: 375px;
	}
	.Results-container {
		padding: 5%;
		justify-content: center;
		height: auto;
	}	

	.Results-row {
	
		grid-template-columns: repeat(4, 1fr);

	}

	#Results-Map {
		background-size: 70% auto;

	}
	#circle-CNOC {
		top: 80px; 
		left: 44%;
	}
	#circle-TECH {
		top: 130px;
		left: 62%;
	}
	#circle-SSJ {
		top: 250px; 
		left: 15%;
	}
	#circle-F {
		top: 250px; 		
		left: 72%;
	} 
	#circle-CNOW {
		top: 130px; 
		left: 26%;

	}
	/*#circle-CNOC.custom-tooltip .tooltiptext {
		bottom: 100%; 
		left: 45%;
	}
	#circle-TECH.custom-tooltip .tooltiptext {
		bottom: 105%; 
		left: 60%;
	}
	#circle-F.custom-tooltip .tooltiptext {
		bottom: 100%; 
		left: 60%;
	}
	#circle-SSJ.custom-tooltip .tooltiptext {
		bottom: 100%; 
		left: 35%;
	}
	#circle-CNOW.custom-tooltip .tooltiptext {
		bottom: 105%; 
		left: 45%;
	}*/
   
}

@media (max-width: 1000px) {

	#Results-Map {
		background-size: 70% auto;

	}
	.HC-banner {
		margin-top: 80px;
	}
	.results-anchor {
		padding:300px;

	}
	
	#circle-CNOC {
		top: 95px; 
		left: 44%;
	}
	#circle-TECH {
		top: 130px;
		left: 62%;
	}
	#circle-SSJ {
		top: 240px; 
		left: 16%;
	}
	#circle-F {
		top: 240px; 		
		left: 72%;
	} 
	#circle-CNOW {
		top: 130px; 
		left: 26%;

	}
	/*#circle-CNOC.custom-tooltip .tooltiptext {
		bottom: 90%; 
		left: 45%;
	}
	#circle-TECH.custom-tooltip .tooltiptext {
		bottom: 105%; 
		left: 60%;
	}
	#circle-F.custom-tooltip .tooltiptext {
		bottom: 90%; 
		left: 60%;
	}
	#circle-SSJ.custom-tooltip .tooltiptext {
		bottom: 95%; 
		left: 35%;
	}
	#circle-CNOW.custom-tooltip .tooltiptext {
		bottom: 105%; 
		left: 45%;
	}*/
}

@media (max-width: 875px) {
   	#circle-CNOC {
		top: 95px; 
		left: 43.5%;
	}
	#circle-TECH {
		top: 130px;
		left: 61%;
	}
	#circle-SSJ {
		top: 220px; 
		left: 15.5%;
	}
	#circle-F {
		top: 220px; 		
		left: 71.5%;
	} 
	#circle-CNOW {
		top: 130px; 
		left: 26%;

	}
	.Results-Info {
		margin-top: -31%;

	}
	.HC-banner {
		margin-top: 100px;
	}
   
}
@media (max-width: 767px) {

    .tablet,
    .desktop {
        display: none;
    }
		
	.Results-row {
	
		grid-template-columns: repeat(2, 1fr);

	}


	#Results-section {
	
	}

	#Results-Map .icon {
	
		flex: 2;  
	}
	.results-banner {
		height: 250px;
		background-size: 100% auto;
		background-position: 0% 10%;
	}
	
	.HC-banner {
		background-image: url("/annual-report-2025/assets/images/mobile_Results-Page-HC_banner.png");
	}	
	.CNOC-banner {
		background-image: url("/annual-report-2025/assets/images/mobile_Results-Page-CNOC_banner.png");
	}
	.SJ-banner {
		background-image: url("/annual-report-2025/assets/images/mobile_Results-Page-SJ_banner.png");
	}
	.CNOW-banner {
		background-image: url("/annual-report-2025/assets/images/mobile_Results-Page-CNOW_banner.png");
	}
	.TI-banner {
		background-image: url("/annual-report-2025/assets/images/mobile_Results-Page-TI_banner.png");
	}
	.PC-banner {
		background-image: url("/annual-report-2025/assets/images/mobile_Results-Page-PC_banner.png");
	}
	.FS-banner {
		background-image: url("/annual-report-2025/assets/images/mobile_Results-Page-FS_banner.png");
	}




}

@media (min-width: 581px) {
	.desktop {
		display: block;
	}

}
@media (max-width: 580px) {
		
	#Results-section {
		height: auto;
		background-size: auto 250px;
		background-position: 90% top;
		background-repeat: no-repeat;
		overflow: hidden;
	}	
	#Results-section h2{
		font-size: 190%;
	}
	.HC-banner {
		margin-top: -95px;
	}

	.desktop {
		display: none;
	}
	.mobile {
        display: block;
    }
	.Results-panel {
		box-sizing: border-box;
		margin-left: -15px;
		margin-top: -17px;
		padding: 2% 14%;
		height: 250px;
		background: linear-gradient(to right,
		rgba(2, 105, 155, 0.8),
		rgba(21, 96, 162, 0.8)
		);
		border: none;
		border-radius: 0px;
	}	
	.Results-container {
		justify-content: center;
		height: auto;
	}	

	.Results-row {
	
		grid-template-columns: repeat(2, 1fr);

	}
	.Results-col {

		text-align: center;

	}
	#Results-Map .icon{
		width: 100%;
		max-width: 300px;
		aspect-ratio: 1 / 1;
		background-size: auto 100%;
		background-position: center 40%;
	}
	.results-banner {
		overflow: visible;
		height: 200px;
		background-size: 100% auto;
		background-position: center 70%;
	}

}

@media (max-width: 450px) {

	#Results-section h2{
		font-size: 150%;
	}
	
	.results-topbanner {
		height: 150px;	
	}
	
	.results-banner {
		overflow: visible;
		height: 175px;
		background-size: 100% auto;
		background-position: center 70%;
	}	
	
	.results-title {
		background-size: 30% auto;
		background-position: 50% 5%;
		padding-left: 0%;
		padding-top: 5%;
	}
	.results-title h1 {
		padding-top: 100px;
		padding-bottom: 10px;
		text-align:center;
	}
	.results-box-background {
		opacity: 0%;		
	}


}

@media (max-width: 360px) {
	.results-banner {

		height: 150px;
		background-size: 100% auto;
	}


}