











/* ___________________ custom stylesheet for domain client ______________________ */

@font-face {
    font-family: 'segoeui-normal';
    src: url('../../fonts/pgacanadalearning/segoeui-normal.woff2') format('woff2'),
         url('../../fonts/pgacanadalearning/segoeui-normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'segoeui-normal-italic';
    src: url('../../fonts/pgacanadalearning/segoeui-normal-italic.woff2') format('woff2'),
         url('../../fonts/pgacanadalearning/segoeui-normal-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'segoeui-light';
    src: url('../../fonts/pgacanadalearning/segoeui-light.woff2') format('woff2'),
         url('../../fonts/pgacanadalearning/segoeui-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'segoeui-lighter';
    src: url('../../fonts/pgacanadalearning/segoeui-lighter.woff2') format('woff2'),
         url('../../fonts/pgacanadalearning/segoeui-lighter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'segoeui-bold';
    src: url('../../fonts/pgacanadalearning/segoeui-bold.woff2') format('woff2'),
         url('../../fonts/pgacanadalearning/segoeui-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'segoeui-bold-italic';
    src: url('../../fonts/pgacanadalearning/segoeui-bold-italic.woff2') format('woff2'),
         url('../../fonts/pgacanadalearning/segoeui-bold-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'segoeui-bolder';
    src: url('../../fonts/pgacanadalearning/segoeui-bolder.woff2') format('woff2'),
         url('../../fonts/pgacanadalearning/segoeui-bolder.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Font applied to all elements */
* {
    font-family: 'segoeui-normal', Arial, 'Geneva', sans-serif;
}

/* Common page elements */
.ribbon-hr,
.ribbon-hr * {
    font-family: 'segoeui-bold', Arial;
    font-weight: bold !important;
}

.question-box, 
.question-box * {
    font-family: 'segoeui-bold', Arial !important;
    font-weight: bold;
}

/* Bootstrap button styling */
.btn-neutral {
    color: #fff;
    background-color: #231E21;
    border-color: #cdcdcd;
}
                
.btn-neutral:hover,
.btn-neutral:focus {
    color: #fff;    
    background-color: #383437;
    border-color: #cdcdcd;
}

/* Header styling */
#header-banner {
    background-image: url('/koala_final/contents/images/en/pgacanadalearning/header-banner.png');
}

#header-banner-text {
    text-shadow: transparent 0px 0px 0px, #494949 0.5px 0.5px 0.5px;
    white-space: normal;
}

#header-banner-text-small-lower {
    font-family: 'segoeui-lighter', 'Geneva', Arial, sans-serif !important;
    font-weight: 500 !important;
    line-height: 40px;
}

#header-banner-text-small {
    font-family: 'segoeui-lighter', 'Geneva', Arial, sans-serif !important;
    font-weight: 500 !important;
    visibility: hidden;
    line-height: 10px;
}

#header-banner-text-large {
    font-family: 'segoeui-lighter', '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/pgacanadalearning/header-banner.png');
}

// #header.pre-login #header-bottom-partners {
//     min-height: 58px;
//     background-image: url('/koala_final/contents/images/en/pgacanadalearning/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: 'segoeui-normal', '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);
}

#header-banner {
    background-position: center !important;
}

/* resize header banner title text */
#header-banner-text-large {
    font-size: 58px;
}

@media (max-width: 1100px) {
    #header-banner-text-large {
        font-size: 52px;
    }    
}
@media (max-width: 1050px) {
    #header-banner-text-large {
        font-size: 52px;
    }
}
@media (max-width: 992px) {
    #header-banner-text-large {
        font-size: 46px;
    }    
}
@media (max-width: 920px) {
    #header-banner-text-large {
        max-width: 50%;
    }
}
@media (max-width: 845px) {
    #header-banner-text {
        top: 30px;
    }

    #header-banner-text-small {
        line-height: 32px;
    }
}
@media (max-width: 700px) {
    #header-banner-text-large {
        max-width: 50%;
        font-size: 40px;
    }   
}
@media (max-width: 597px) {
    #header-banner-text-large {
        max-width: 90%;
        font-size: 34px;
        line-height: 38px;
    }
}

/* Start page styling */
#content.start h2 {
    font-family: 'segoeui-bold', sans-serif;
    font-weight: bold !important;
}

/* Header styling */
#header .nav-item.active .nav-link {
	color: #EF3E42 !important;
}

/* Home page styling */
#home-page-info h3 {
    display: none;
}

/* Program page styling */
#content.program #program-module-list .card-header {
    font-family: 'segoeui-normal', 'Geneva', Arial, sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.5rem !important;
    padding: 0.5rem 1.25rem 0.5rem 1.25rem;
}

.card.completed .card-header:after {
    top: -16px;
}