











/* ___________________ custom stylesheet for domain client ______________________ */

@font-face {
    font-family: 'Verdana';
    src: url('../../fonts/jumpstart/Verdana.woff2') format('woff2'),
         url('../../fonts/jumpstart/Verdana.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Verdana';
    src: url('../../fonts/jumpstart/Verdana-Bold.woff2') format('woff2'),
         url('../../fonts/jumpstart/Verdana-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Verdana';
    src: url('../../fonts/jumpstart/Verdana-Italic.woff2') format('woff2'),
         url('../../fonts/jumpstart/Verdana-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Verdana';
    src: url('../../fonts/jumpstart/Verdana-BoldItalic.woff2') format('woff2'),
         url('../../fonts/jumpstart/Verdana-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'ScratchUp';
    src: url('../../fonts/jumpstart/Hanoded-Scratchup-Regular.woff2') format('woff2'),
         url('../../fonts/jumpstart/Hanoded-Scratchup-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CooperHewitt';
    src: url('../../fonts/jumpstart/CooperHewitt-Book.woff2') format('woff2'),
         url('../../fonts/jumpstart/CooperHewitt-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CooperHewitt';
    src: url('../../fonts/jumpstart/CooperHewitt-Bold.woff2') format('woff2'),
         url('../../fonts/jumpstart/CooperHewitt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Font applied to all elements */
* {
    font-family: 'Verdana', 'Geneva', Arial, sans-serif;
}

/* Common page elements */
.ribbon-hr,
.ribbon-hr * {
    font-family: 'CooperHewitt', sans-serif;
    font-weight: bold !important;
}

.question-box, 
.question-box * {
    font-family: 'CooperHewitt', sans-serif !important;
    font-weight: bold;
}

.question-box {
    background-image: url('/koala_final/contents/images/en/coachingallabilities/question-box-background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Bootstrap button styling */
.btn-neutral {
    color: #fff;
    background-color: #747474;
    border-color: #cdcdcd;
}
                
.btn-neutral:hover,
.btn-neutral:focus {
    color: #fff;    
    background-color: #565656;
    border-color: #cdcdcd;
}

/* Header styling */
#header-banner {
    background-image: url('/koala_final/contents/images/en/coachingallabilities/header-banner.png');
}

#header-banner-text {
    text-shadow: transparent 0px 0px 0px, #494949 1px 2px 1px;
    white-space: normal;
}

#header-banner-text-small-lower {
    font-family: 'ScratchUp', 'Geneva', Arial, sans-serif !important;
    font-weight: 500 !important;
}

#header-banner-text-small {
    font-family: 'ScratchUp', 'Geneva', Arial, sans-serif !important;
    font-weight: 500 !important;
    visibility: hidden;
}

#header-banner-text-large {
    font-family: 'ScratchUp', 'Geneva', Arial, sans-serif !important;
    font-weight: 500 !important;
    margin: 0 auto;
}

#header.post-login #header-banner {
    background-image: url('/koala_final/contents/images/en/coachingallabilities/header-banner.png');
}

#header.pre-login #header-bottom-partners {
    min-height: 58px;
    background-image: url('/koala_final/contents/images/en/coachingallabilities/header-banner-partners.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#header .nav-item.active .nav-link {
    color: #f8adad !important;
}

#header .nav-link {
    font-family: 'CooperHewitt', 'Geneva', Arial, sans-serif !important;
}

#header .nav-link:hover,
#header .nav-link:focus {
    color: #E4E4E4 !important;
}

#header .navbar-toggler {
    background-color: rgba(247, 43, 44, 0.3);
}

/* resize english header banner title text */
html[lang="en"] #header-banner-text-large {
    font-size: 58px;
}

@media (max-width: 1100px) {
    html[lang="en"] #header-banner-text-large {
        font-size: 52px;
    }    
}
@media (max-width: 1050px) {
    html[lang="en"] #header-banner-text-large {
        font-size: 52px;
    }
}
@media (max-width: 992px) {
    html[lang="en"] #header-banner-text-large {
        font-size: 46px;
    }    
}
@media (max-width: 920px) {
    html[lang="en"] #header-banner-text-large {
        max-width: 50%;
    }
}
@media (max-width: 845px) {
    html[lang="en"] #header-banner-text {
        top: 30px;
        left: 10px;
    }
}
@media (max-width: 700px) {
    html[lang="en"] #header-banner-text-large {
        max-width: 40%;
        font-size: 40px;
    }   
}
@media (max-width: 597px) {
    html[lang="en"] #header-banner-text-large {
        max-width: 28%;
        font-size: 34px;
        line-height: 38px;
    }
}
@media (max-width: 500px) {
    #header-banner-text-large {
        display: none;
    }   
}

html[lang="fr"] #header-banner-text {
    top: 10px;
}

/* resize french header banner title text */
html[lang="fr"] #header-banner-text-large {
    font-size: 46px;
    max-width: 50%;
}

html[lang="fr"] #header-banner-text {
    top: 30px;
}

@media (max-width: 950px) {   
    html[lang="fr"] #header-banner-text-large {
        font-size: 36px;
    }
    html[lang="fr"] #header-banner-text {
        left: 5px;
    }
}
@media (max-width: 742px) {   
    html[lang="fr"] #header-banner-text-large {
        font-size: 30px;
        line-height: 38px;
        max-width: 45%;
    }
}
@media (max-width: 695px) {   
    html[lang="fr"] #header-banner-text-large {
        font-size: 26px;
        max-width: 40%;
        line-height:33px;
    }
}
@media (max-width: 640px) {   
    html[lang="fr"] #header-banner-text-large {
        font-size: 23px;
        max-width: 30%;
    }
}
@media (max-width: 545px) {   
    html[lang="fr"] #header-banner-text-large {
        line-height:28px;
    }
    html[lang="fr"] #header-banner-text {
        left: 10px;
    }
}

/* Start page styling */
#content.start h2 {
    font-family: 'CooperHewitt', sans-serif;
    font-weight: bold !important;
}

/* Program page styling */
#content.program #program-module-list .card-header {
    font-family: 'ScratchUp', 'Geneva', Arial, sans-serif !important;
    font-weight: 500 !important;
    font-size: 2rem !important;
    padding: 0.5rem 1.25rem 0.25rem 1.25rem;
}

.card.completed .card-header:after {
    top: -13px;
}

/* Footer styling */
#footer-top {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    color: #CCC;
    background-image: url('/koala_final/contents/images/en/coachingallabilities/footer-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: transparent;
}

#footer-top #footer-top-left {
    margin-top: 14px;
    padding-left: 20px;
}

#footer-top #footer-top-right {
    margin-top: 14px;
    padding-right: 20px;
}

.btn-group-xl>.btn,
.btn-xl {
	font-size: 1.05rem;
}