







/* ___________________ program-specific stylesheet for workplace ______________________ */


#header-banner {
    background-image: url('/koala_final/contents/images/generic/workplace/header-banner-pre-login.jpg');
}

#header.post-login #header-banner {
    background-image: url('/koala_final/contents/images/generic/workplace/header-banner-post-login.jpg');
}

#header-banner-text-small {
    background-image: url('/koala_final/contents/images/generic/workplace/header-banner-text-small.png');
}


.ribbon-hr {
    background-color: #616161;
    background-image: url('/koala_final/contents/images/generic/ribbon-hr-background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.question-box {
    background: unset;
    background-color: #881C34;
    background-image: url('/koala_final/contents/images/generic/question-box-background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* unset rounded right corner */
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	/* rounded left corner */
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#header .nav-item.active .nav-link {
    color: #FF9696 !important;
}


#header-banner-text-large {
    font-size: 36px; 
    line-height: 36px;
}

/* Responsive styling for header elements */
@media (max-width: 575px) {	
	#header-banner-text-large {
		font-weight: 700;
		font-size: 30px;
	}	
}
@media (max-width: 465px) {	
	#header-banner-text-large {
		font-weight: 700;
		font-size: 26px;
	}	
}
@media (max-width: 410px) {	
	#header-banner-text-large {
		font-weight: 700;
		font-size: 21px;
	}	
}
@media (max-width: 330px) {	
	#header-banner-text-large {
		font-weight: 700;
		font-size: 18px;
	}	
}

/* cookiealert plugin related styling */
.cookiealert a {
	color: #949494 !important;
}

.cookiealert a:focus,
.cookiealert a:hover {
	color: #b8b8b8 !important;
}



#accessibility-badge {
    display: block;
    background-image: url('/koala_final/contents/images/generic/certified-accessible-david-berman.png');
    position: absolute;
    bottom: -18px;
    right: 18px;
    height: 85px;
    width: 85px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

html[lang="fr"] #accessibility-badge {
    background-image: url('/koala_final/contents/images/generic/certified-accessible-david-berman-fr.png');
}

#accessibility-badge:focus {
    border-color: #9f9f9f;
	box-shadow: 0 0 0 0.15rem rgba(0,123,255,.80);
}

@media (max-width: 800px) {
    #accessibility-badge {
        display: none;
    }
}