:root{--color-primary: #69bd45;--color-secondary: #007ab8;--color-tertiary: #1ea4a9;--color-state: #4b7e2b;--color-state-hover: #3c6721;--color-state-focus: #3c6721;--color-state-active: #30541a;--color-state-highlight: #f6f9d7;--color-state-highlight-neutral: var(--color-neutral-3);--color-state-disabled: var(--color-neutral-5);--color-neutral-1: #fff;--color-neutral-2: #fafafa;--color-neutral-3: #f7f7f7;--color-neutral-4: #e6e4e4;--color-neutral-5: #c7c7c7;--color-neutral-6: #767676;--color-neutral-7: #262626;--color-background: var(--color-neutral-1);--color-border: var(--color-neutral-5);--color-text: var(--color-neutral-7);--color-text-disabled: var(--color-neutral-5);--color-text-hint: var(--color-neutral-6);--link-color: var(--color-state);--link-color-hover: var(--color-state-hover);--nav-bg-color: #fff;--nav-text-color: var(--color-text);--footer-bg-color: #fff;--footer-text-color: var(--color-text);--footer-text-color-hover: var(--footer-text-color);--btn-accent-color: var(--color-state);--btn-accent-color-active: var(--color-state-active);--btn-accent-color-hover: var(--color-state-hover);--btn-accent-color-disabled: var(--color-state-disabled)}:root{}
/* _______________________________________________________global styles________________________________________________________ */

.tui-format_pathway-courseInformation.info {
    visibility:hidden;
}
/* _______________________________________________________hbu splash________________________________________________________ */

body#page-totara-dashboard-4 {

    .medium-content-band.background-blue {

        .grid-container {

            .full {
                grid-template-columns: repeat(2, 1fr);
                grid-template-rows: auto;
                column-gap: 10px;
                row-gap: 15px;
                display: grid;
                width: 80%;
                justify-self: center;
                margin: 2.8rem;

                img {
                    width: 100%;
                    max-width: 532px;
                    padding-left: 10%;

                }

                .gutter-left-large {

                    p.half-margin-bottom {
                        text-transform: uppercase;
                        font-size: medium;
                    }

                    h1.weight-bold.jumbo {
                        font-weight: 700;
                        font-family: "Montserrat", sans-serif !important;
                        font-size: calc(35px + 30 * (100vw - 320px) / 1120);
                        line-height: 1.2307692308;
                    }

                    p.h3.weight-normal.gutter-top {
                        font-weight: 400;
                        font-family: "Montserrat", sans-serif !important;
                        padding-top: 1.6rem;
                        padding-bottom: 1.6rem;
                    }

                    a.button {
                        color: white;
                        background-color: #183567 !important;
                        padding: .3rem 3rem;
                        font-family: '';
                        font-size: 16px;
                        font-weight: 500;
                        font-family: "Montserrat", sans-serif !important;
                        border-radius: 2rem;
                    }

                }
            }
        }
    }
}




.page-body:has(.cse-landing), #page-totara-dashboard-14:has(.cse-landing), #page-totara-dashboard-8:has(.cse-landing), #page-totara-dashboard-9:has(.cse-landing),#page-totara-dashboard-4:has(.cse-landing) {
    background-color: #14B6F0 !important;

    footer#page-footer {
        background-color: inherit;
    }

    .block_video_modal.block.essentials-video.chromeless {
        background: inherit;
    }
}


.programnavigator-next-group {
    text-align:center;
}

ol.breadcrumb {
    a {
        color: black !important;
        text-decoration: underline;
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    li span {
        color: black;
        font-size: 16px;
        font-weight: 500;
    }
}

/*
This line creates an unwanted style on the course page for the SCORM
It was possibly added to give style elsewhere, but the structure is the same as the course, and that's why it affects it here.
Only the code is commented out, and if the need arises elsewhere, we must add the correct ID.
#page-course-view-topics {
li.activity.scorm.modtype_scorm a {
    color: #14B6F0 !important;
    font-size: 22px;
    font-weight: 600;
}*/

.availabilityinfo {
    margin-bottom: 1rem;
}

a.btn.btn-primary {
    color: black;
    background-color: #0db0f3 !important;
    padding: .3rem 3rem;
    font-family: '';
    font-size: 16px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif !important;
    border-radius: 2rem;
}

#region-main {
    span.flex-icon {
        color: #14B6F0;
    }
}
}

#page-mod-scorm-view {
    a.btn.btn-primary, input.btn.btn-primary {
        color: black;
        background-color: #0db0f3 !important;
        padding: .3rem 3rem;
        font-family: '';
        font-size: 16px;
        font-weight: 800;
        font-family: "Montserrat", sans-serif !important;
        border-radius: 2rem;
    }
}


#page-course-index-category {
    h3.categoryname a, .coursename a, .panel-heading.info .name a {
        color: #1D3C71;
    }
}

#page-footer {
    background-color: #1D3C71 !important;
    .text_to_html {
        color: white;
        text-align: center;
    }
}

i.icon.icon-translate-default {
    color: #14B6F0;
}

.mod_certificate__getCertificate .singlebutton {
    input[type="submit"] {
        color: black !important;
        width: 100%;
        border-radius: 2rem;
        background-color: #14B6F0 !important;
        font-weight: 900 !important;
        font-size: 20px;
        padding: 12px;
        border: 0;
    }
}


/* _______________________________________________________badges ________________________________________________________ */

#page-badges-mybadges {
    background-color: #14B6F0 !important;

    #fgroup_id_searchgroup {
        #id_submitsearch, #id_clearsearch, input[type="submit"] {
            background-color: #f26a3e;
            color: black;
            font-weight: bold;
            font-size: 1.1rem;
            padding: 12px;
            border-radius: 20px;
            border: none;
            cursor: pointer;
            text-align: center;
            text-decoration: none;

        }
    }

    ul.badges {
        background-color: white;
        border-radius: 1rem;
        padding: 2rem;
        margin-bottom: 2rem;
        text-align: center;

        li a {
            color: black !important;
            font-weight: 700;
        }
    }

    .activatebadge {
        input {
            background-color: #f26a3e;
            color: black;
            font-weight: bold;
            font-size: 1.1rem;
            padding: 12px;
            border-radius: 20px;
            border: none;
            cursor: pointer;
            text-align: center;
            text-decoration: none;
        }
    }

}

/* _______________________________________________________error styling________________________________________________________ */

.mform span.error, span#id_error_email {
    font-family: 'Montserrat';
    font-weight: 600;
    color: white;
    font-size: 12px;
    background-color: #ff0000 !important;
    width: max-content;
    padding: 4px 6px;
    border-radius: 0.5rem;
    float: right;
    line-height: inherit;
}

span#custom_error_policyagreed {
    float: none;
    margin-bottom: 12px;
}

span.fcheckbox-content.error {
    background-color: #14B6F0 !important;
}

span#id_error_password {
    margin-top: 12px;
}

/* _______________________________________________________addtl learning________________________________________________________ */


#page-totara-dashboard-3 {

    .block .block-header h2 {
        font-size: 1.4rem;
        font-weight: 700;
        font-family: 'Montserrat';
    }

    .block_totara_featured_links.promo-toolkit, .block_totara_featured_links.class-materials, .block_totara_featured_links.participant, .block_totara_featured_links.facilitator, .block_totara_featured_links.pdf-slides, .block_totara_featured_links.addtl-resource {
        background-color: #F7F7F6;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 5px;
    }
}


/* _______________________________________________________work sheets________________________________________________________ */

#page-container-type-workspace-workspace {
    ul.tui-tabBar.tui-tabBar--horizontal {
        display: none;
    }
}


/* _______________________________________________________guest landing________________________________________________________ */

.container.welcome-dashboard-home {
    .row.text-center {
        margin-bottom: 4rem;

        .welcome-head,
        .welcome-msg {
            font-family: "Montserrat", sans-serif !important;
        }

        h2.welcome-head {
            font-size: 32px !important;
            font-weight: 800 !important;
            padding: 2rem 2rem 0 2rem;
            max-width: 48rem;
            justify-self: center;
        }

        .welcome-msg {
            font-size: 16px !important;
            font-weight: 600 !important;
        }

    }

    .row {

        .col-sm-4 {
            .well.dashboard-home a {
                color: black !important;
            }

            .well.dashboard-home {
                align-content: center;

                .fm-well-head {
                    font-size: 1.5rem !important;
                    line-height: 1.334 !important;
                    letter-spacing: 0em;
                    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
                    font-weight: 400 !important;
                }

                .fm-well-body {
                    font-size: 0.875rem !important;
                    line-height: 1.43 !important;
                    letter-spacing: 0.01071em;
                    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
                    font-weight: 400 !important;
                }

            }
        }

        .dashboard-home-note {
            font-family: "Roboto", "Helvetica", "Arial", sans-serif;
            font-weight: 600 !important;
            line-height: 1.43 !important;
            letter-spacing: 0.01071em;
            max-width: 41rem;
            justify-self: center;

            a {
                color: #600260;
            }
        }

    }
}


/* _______________________________________________________sign in / register________________________________________________________ */

.format-site.path-login.chrome.dir-ltr.lang-en.yui-skin-sam.yui3-skin-sam.freddiemac-dev-synegen-com--creditsmart.pagelayout-embedded.course-1.context-1.legacy.content-only.jsenabled {

    main {
        .login-container {
            /* min-width: 60% !important; */
            position: relative;

            h1 {
                font-family: 'Montserrat';
                font-weight: 800;
                font-size: 32px;
            }

            label {
                font-family: 'Montserrat';
                font-weight: 800;
                font-size: 16px;
            }

            .errormsg {
                font-family: 'Montserrat';
                font-weight: 600;
                color: white;
                font-size: 16px;
                background-color: #ff0000;
                width: max-content;
                padding: 6px 8px;
                border-radius: 0.5rem;
                float: right;
            }

            .errormsg:empty {
                padding: 0;
                float: right;
            }
        }

        p {
            font-family: 'Montserrat';
            font-weight: 400;
            font-size: 18px;
        }

        .login-container input[type="submit"] {
            width: 100%;
            background-color: #f0f0f0;
            color: #666;
            border: none;
            font-weight: 900;
            font-size: 1.1rem;
            padding: 12px;
            border-radius: 20px;
            box-shadow: 0 3px 5px rgba(0,0,0,0.2);
            cursor: pointer;
            margin-bottom: 30px;
        }
    }
}


.context-1.course-1.freddiemac-dev-synegen-com--creditsmart.lang-en.notloggedin.path-login, body#page-login-signup {

    main {
        .login-container {
            /* min-width: 60% !important; */
            position: relative;

            h1 {
                font-family: 'Montserrat';
                font-weight: 800;
                font-size: 32px;
            }

            label {
                font-family: 'Montserrat';
                font-weight: 800;
                font-size: 16px;
            }

            p.errormsg {
                font-family: 'Montserrat';
                font-weight: 600;
                color: white;
                font-size: 16px;
                background-color: #ff0000;
                width: max-content;
                padding: 6px 8px;
                border-radius: 0.5rem;
                float: right;
            }

            p.errormsg:empty {
                padding: 0;
                float: right;
            }
            .welcome-subtext a {
                color: #000578 !important;
                font-weight: 800;
                text-decoration: underline;
            }
        }

        p {
            font-family: 'Montserrat';
            font-weight: 400;
            font-size: 18px;
        }
    }

}

.chrome.content-only.context-1.course-1.format-site.freddiemac-dev-synegen-com--creditsmart.legacy.pagelayout-login.path-login, body#page-login-signup {
    background-color: #14B6F0;

    section#region-main {
        /* left: 20% !important; */
        /* width: 60% !important; */


        .fitem.fitem_ftext {
            display: grid;
        }

        .felement {
            width: 100% !important;
        }
    }

    h3 {
        display: none;
    }

    p, .fdescription.required {
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 18px;
    }

    .mform input[type=text]:focus {
        outline: lightblue;
    }

    .fitemtitle {
        width: auto !important;
    }




    #id_firstname, #id_lastname, #id_email, #id_password, #id_confirmPassword, #id_username, #id_password2, #id_profile_field_AffiliationOrganization, #id_profile_field_TitleInOrganization, #id_profile_field_PurposeCertification, #id_profile_field_OtherPurposeCertification, #id_profile_field_coachzipcode,  #id_profile_field_coachphonenumber{
        background-color: transparent;
        border-bottom-color: black;
        border-bottom: 1px solid !important;
        border: none;
        border-radius: 0;
        min-width: 100% !important;
        margin-bottom: 0px !important;
        outline: none !important;
        box-shadow: none !important;
    }

    #id_searchbyusername {
        display:none;
    }

    #id_lang, #id_profile_field_isRenter {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid black;
        border-radius: 0;
        width: 100%;
        min-width: 100%;
        outline: none;

    }

    #id_lang, #id_profile_field_isRenter:focus {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid black;
        border-radius: 0;
        width: 100%;
        min-width: 100%;

    }

    label {
        font-family: 'Montserrat';
        font-weight: 800;
        font-size: 16px;
    }

    .totara_passwordunmask {
        display: block;

        .unmask-password-option {
            float: right;
        }
    }

    #id_submitbutton, #id_cancel {
        width: 100%;
        border-radius: 2rem;
        font-weight: 900;
        font-size: 18px;
        padding: 8px;
    }

    #id_submitbutton {
        background-color: #ffffff;
        color: #808080;
    }

    #id_cancel {
        background-color: #ff980f;
        color: #ffffff;
    }

    span.flex-icon.ft-fw.ft.tfont-var-info_filled.iconhelp {
        color: #505050;
    }

    .form-required.flex-icon {
        color: black !important;
        font-size: x-small;
    }

    .page-container-login #region-main [role=main] {
        justify-content: flex-start;
    }

    #id_submitbuttonusername, #id_submitbuttonemail {
        width: 100%;
        background-color: #f0f0f0;
        color: black;
        border: none;
        font-weight: bold;
        font-size: 1.1rem;
        padding: 12px;
        border-radius: 20px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        margin-bottom: 30px;
    }

    h1 {
        font-family: "Montserrat", sans-serif !important;
        font-size: 35px !important;
        font-weight: 800 !important;
        margin-top: 6rem !important;
    }

    .box.generalbox {
        line-height: normal;
    }

    input.form-submit.btn-primary {
        width: 100%;
        border-radius: 2rem;
        background-color: #F47641;
        font-weight: 900 !important;
        font-size: 20px;
        padding: 12px;
    }

    .page-footer {
        background-color: #1D3C71 !important;
        color: white !important;
    }
}


/* _______________________________________________________cs essentials dashboard________________________________________________________ */

.page-body:has(.cse-landing), #page-totara-dashboard-7:has(.cse-landing), #page-totara-dashboard-8:has(.cse-landing), #page-totara-dashboard-9:has(.cse-landing) {
    background-color: #14B6F0 !important;

    footer#page-footer {
        background-color: inherit;
    }

    .block_video_modal.block.essentials-video.chromeless {
        background: inherit;
    }
}

.block_html.block.cse-landing {
    .content.block-content {
        background-color: #14B6F0 !important;
    }

}

.cse-landing-dashboard {
    .row.text-center {
        .cse-snippet-1 {
            color: #fff;
            font-family: "Montserrat", sans-serif !important;
            font-size: 24px !important;
            font-weight: 700 !important;
            margin-top: 1em;
        }

        .cse-snippet-2 {
            color: #000;
            font-size: 16px !important;
            font-weight: 700 !important;
            line-height: normal;

        }

        .cse-snippet-3 {
            color: #000;
            padding: 1em 0 0 0;
            margin-bottom: 0;
            font-family: "Montserrat", sans-serif !important;
            font-size: 24px !important;
            font-weight: 700 !important;
        }
    }


    .cse-landing-well-video {
        width: 80%;

        .video-popup-toggle {
            display: none;
        }

        .videoPopupOverlay {
            display: none;
        }

        .video-popup-toggle:checked ~ .videoPopupOverlay {
            display: flex;
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,0.9);
            z-index: 9999;
            justify-content: center;
            align-items: center;
        }

        .videoPopupOverlay video {
            width: 90vw;
            height: 90vh;
            object-fit: contain;
        }

        .closePopupButton {
            position: absolute;
            top: 1rem;
            right: 1rem;
            color: white;
            background: transparent;
            border: none;
            font-size: 1.5rem;
            cursor: pointer;
        }

        .video-thumbnail {
            cursor: pointer;
            display: inline-block;
        }

        .video-thumbnail img {
            max-width: 100%;
            height: auto;
        }
    }

    .row {
        .well.cse-landing-well-video {
            justify-self: center;
        }

        .col-sm-6 {
            .well.cse-landing-well {
                padding: 0;
                border: none !important;

                a {
                    color: inherit;
                }

                a:hover {
                    font-size: 19px;
                    color: inherit;
                }

                .cse-well-body {
                    position: relative;
                    max-width: 22rem;
                    padding: 2rem 2rem 8rem 2rem;
                    font-weight: 600;

                }

                .cse-button {
                    position: absolute;
                    bottom: 0;
                    display: contents;
                    width: 100%;
                    height: 4rem;

                    h4.cse-well-head {
                        color: #000;
                        padding: 1em 0;
                        font-family: "Montserrat", sans-serif !important;
                        font-size: 18px !important;
                        font-weight: 800 !important;
                        text-align: center;
                        height: 4rem;
                        text-align: center;
                        align-content: center;
                        border-radius: 0 0 4px 4px
                    }
                }
            }
        }
    }

    .btn-row {
        justify-self: center !important;

    }
}



/* _______________________________________________________essential course menu dashboard________________________________________________________ */

.page-body:has(.csecm-menu), body#page-totara-dashboard-2:has(.csecm-menu) {
    background-color: #96D055 !important;

    footer#page-footer {
        background-color: inherit;
    }
}

.csecm-menu {
    background-color: #96D055;

    .content.block-content {

        .block-totara-featured-links-layout.align-center.portrait {
            background-color: #96D055;

            .block-totara-featured-links-tile {
                background-position-x: left;
                background-position-y: center;
                background-repeat: no-repeat;
                border-left: solid 10px white;
                height: 16rem !important;
                background-size: 14rem;
                min-width: 30rem;

                .block-totara-featured-links-content-container {
                    text-align: right;
                    margin-left: 48% !important;
                    width: 52% !important;

                    .block-totara-featured-links-program.block-totara-featured-links-content.block-totara-featured-links-content-middle {
                        padding: 2rem 2rem 2rem 0 !important;
                        height: 16rem !important;
                        align-content: center;

                        h3 {
                            color: black !important;
                            font-family: "Montserrat", sans-serif !important;
                            font-weight: 800 !important;
                            font-size: calc(12px + 6 * ((100vw - 20px) / 210)) !important;
                        }

                        p {
                            color: black !important;
                            font-size: calc(12px + 4 * ((100vw - -400px) / 2707)) !important;
                            text-wrap-style: pretty;
                        }
                    }
                }
            }
        }

        .block-totara-featured-links-layout .block-totara-featured-links-content::before {
            background-color: white !important;
        }
    }

}


#page-totara-dashboard-2 {

    .block-totara-featured-links-tile {
        height: 16rem !important;
        background-size: 14rem;
        min-width: 30rem;

        .block-totara-featured-links-content-container {
            text-align: right;
            margin-left: 48% !important;
            width: 52% !important;

            .block-totara-featured-links-program.block-totara-featured-links-content.block-totara-featured-links-content-middle {
                padding: 2rem 2rem 2rem 0 !important;
                height: 16rem !important;

                h3 {
                    color: black !important;
                    font-family: "Montserrat", sans-serif !important;
                    font-weight: 800 !important;
                }

                p {
                    color: black !important;
                }

            }
        }
    }

    .block-totara-featured-links-tile {
        height: 16rem !important;
        background-size: 14rem;
        background-position-x: left;
        background-position-y: center;
        background-repeat: no-repeat;
        min-width: 30rem;
        border-left: solid 10px white;

        .block-totara-featured-links-content-container {
            text-align: right;
            margin-left: 48% !important;
            width: 52% !important;

            .block-totara-featured-links-program.block-totara-featured-links-content.block-totara-featured-links-content-middle {
                padding: 2rem 2rem 2rem 0 !important;
                height: 16rem !important;

                h3 {
                    color: black !important;
                    font-family: "Montserrat", sans-serif !important;
                    font-size: 32px !important;
                    font-weight: 800 !important;
                }

                p {
                    color: black !important;
                }
            }
        }
    }

}








/* _______________________________________________________financial capability dashboard________________________________________________________ */

.page-body:has(.scfcol-menu), #page-totara-dashboard-5:has(.scfcol-menu) {
    background-color: #14B6F0 !important;
}

.scfcol-menu {
    background-color: #14B6F0;
}

.container.welcome-dashboard-home {
    background-color: #14B6F0;
}

.well.dashboard-home {
    background-color: white;
    padding: 2rem 1rem;
    transition: all 0.3s ease-in-out;
}

.well.dashboard-home:hover {
    transform: scale(1.1);
}

/* _______________________________________________________essentials programs________________________________________________________ */

.freddiemac-dev-synegen-com--creditsmart.pagelayout-noblocks.course-1.context-102.legacy.content-only, .context-101.course-1.freddiemac-dev-synegen-com--creditsmart.legacy.path-totara-program.tenant-context-1.tenant-context-essentials, .context-100.course-1.freddiemac-dev-synegen-com--creditsmart.legacy.tenant-context.tenant-context-1.tenant-context-essentials, .context-99.course-1.freddiemac-dev-synegen-com--creditsmart.legacy.tenant-context.tenant-context-1.tenant-context-essentials, .content-only.context-103.course-1.freddiemac-dev-synegen-com--creditsmart.legacy.tenant-context.tenant-context-1    {

    ol.breadcrumb {
        display: none;
    }

    .tui-totara_program-programHeader {
        background-color: white;
        border-radius: 1rem;
        padding: 2em 4em;

        h1.tui-totara_program-programHeader__title {
            font-family: "Montserrat", sans-serif !important;
            font-size: 32px !important;
            font-weight: 700 !important;
        }

        img.tui-totara_program-programHeader__image {
            width: 12rem;
            height: 12rem;
        }
    }

    .alert input[type="submit"] {
        background-color: #14B6F0;
        color: black;
    }

    .tui-totara_program-programHeader__progress > p:not(.tui-totara_program-programHeader__programStatus){
        display: none;
    }

    .tui-totara_program-programHeader__summary, .tui-totara_program-programHeader__progress  > .tui-totara_program-programHeader__programStatus {
        font-size: large;
    }

    .tui-totara_program-programHeader__progress > .tui-totara_program-programHeader__programStatus > .tui-progress{
        height: 1.2rem !important;
        font-size: 0.875rem !important;
        line-height: 1rem !important;
    }

    .tui-core_course-courseCard {
        background-color: white;
        border-radius: 6px;

        .tui-core_course-courseCard__title--limitHeight {
            height: 5rem;
            line-height: normal;
        }

        button.tui-btn--hasContent.tui-totara_program-courseSet__courseCardLaunch {
            background-color: #14B6F0;
            color: black;
            width: 100%;
            border-radius: 2rem;
            font-weight: 600;
        }

        button.tui-btn--hasContent.tui-totara_program-courseSet__courseCardLaunch:hover {
            background-color: #0090c4 !important;
        }
    }

}

.freddiemac-dev-synegen-com--creditsmart.pagelayout-noblocks.course-1.context-102.legacy.content-only {
    background-color: #96D055;

}



.context-101.course-1.freddiemac-dev-synegen-com--creditsmart.legacy.path-totara-program.tenant-context-1.tenant-context-essentials {
    background-color: #14B6F0;

}


.context-100.course-1.freddiemac-dev-synegen-com--creditsmart.legacy.tenant-context.tenant-context-1.tenant-context-essentials {
    background-color: #F6BB43;

}


.context-99.course-1.freddiemac-dev-synegen-com--creditsmart.legacy.tenant-context.tenant-context-1.tenant-context-essentials {
    background-color: #96D055;

}


.content-only.context-103.course-1.freddiemac-dev-synegen-com--creditsmart.legacy.tenant-context.tenant-context-1 {
    background-color: #F47641;

}

#page-mod-scorm-player {
    a.btn.btn-primary {
        color: black;
        background-color: #0db0f3 !important;
        padding: .3rem 3rem;
        font-family: '';
        font-size: 16px;
        font-weight: 800;
        font-family: "Montserrat", sans-serif !important;
        border-radius: 2rem;
    }
}





/* _______________________________________________________my dashboard________________________________________________________ */

.page-body:has(.my-learning-dashboard) {
    background-color: #96D055 !important;
}

.my-learning-dashboard {
    display: none !important;
}

/* _______________________________________________________user-profile________________________________________________________ */

#page-totara-dashboard-10:has(.cs-user-profile) {
    background-color: #F47641 !important;

    .user-smartscore {
        grid-area: score;

        .smartscore-text {
            font-weight: 700;
            font-size: 54px;
        }
    }

    .user-progress {
        grid-area: progress;

        a {
            color: black;
            background-color: #0db0f3 !important;
            padding: .3rem 3rem;
            font-family: '';
            font-size: 16px;
            font-weight: 800;
            font-family: "Montserrat", sans-serif !important;
            border-radius: 2rem;
        }

        button.btn.btn-primary.diploma:disabled {
            color: #636363;
            background-color: #c9c9c9 !important;
        }

        .name a {
            color: black !important;
            background-color: inherit !important;
            padding: 0 !important;
        }

    }

    .user-latest-badges {
        grid-area: badge;

        .block-content {
            font-family: 'Roboto', sans-serif !important;
            font-size: 19px;
            font-weight: 300;
        }

    }

    .my-goals-placeholder {
        grid-area: goals;

    }

    .user-notebook {
        grid-area: notes;

    }

    .profile-welcome-msg {
        grid-area: wel-msg;
        background-color: transparent;

        h1.welcome-msg-text {
            padding-left: 10.2%;
        }

        h2.welcome-msg-text a {
            color: #1E3C71;
            font-weight: 900;
        }

        .col-sm-1 {
            padding: 0;
        }

    }
    #region-main {
        #block-region-main {
            display: grid;
            grid-template-rows: auto;
            grid-template-areas:
                "wel-msg wel-msg wel-msg wel-msg"
                "score progress progress progress"
                "badge progress progress progress"
                "goals goals notes notes";
            width: 70% !important;
            justify-self: center;

            .skip-block-to {
                display: none;
            }

            .block {
                border: none;
                border-radius: 1px;
                margin: 4px;

                .block-header {
                    h2 {
                        color: black;
                        font-family: "Montserrat", sans-serif !important;
                        font-size: 28px !important;
                        font-weight: 700 !important;
                        margin-top: 0;
                    }
                    .block-title::after {
                        height: 0;
                    }
                }
                .block-content {
                    .block-prog-completions-list {
                        .row {
                            .name {
                                width: 100%;
                                font-family: "Montserrat", sans-serif !important;
                                font-size: 16px !important;
                                font-weight: 700 !important;
                                padding-bottom: .3em;

                            }
                            .value {
                                width: 100%;

                                .progressbar_container {
                                    .progress.progress-striped {
                                        background-color: #F2F2F2 !important;
                                        border: 0;
                                        border-radius: 2px;

                                        .bar {
                                            background-color: #14B6F0 !important;

                                            .progressbar__text {
                                                color: black !important;
                                                font-weight: 900;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    footer#page-footer {
        background-color: #1E3C71;
    }
}

.cs-user-profile {
    display: none !important;
}

.user-welcome-back {
    background-color: #F47641 !important;
}

.welcome-msg-h {
    h1.welcome-msg-text {
        padding-left: 19%;
        font-size: 24px !important;
        font-weight: 800 !important;
        font-family: "Montserrat", sans-serif !important;
    }
    .welcome-msg-b {
        padding-top: 2em;

        .col-sm-4 {
            img.user-avatar {
                float: right !important;
            }

        }
        .col-sm-8 {
            h2.welcome-msg-text {
                font-size: 28px !important;
                font-weight: 400 !important;
                font-family: "Montserrat", sans-serif !important;

            }

        }

    }

}

/*________________________________..row-flex________________________________*/


.row-flex,
.row-flex>div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    margin: 1rem auto;
}

.row-flex>div[class*='col-'],
.container-flex>div[class*='col-'] {
    margin: -.2px;
    /* hack adjust for wrapping */
}

.container-flex>div[class*='col-'] div,
.row-flex>div[class*='col-'] div {
    width: 100%;
}


/* _______________________________________________________breakpoints________________________________________________________ */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    nav.totaraNav_prim {
        padding: 1.5em !important;
    }

    img.masthead_logo--header_img {
        height: 3em !important;
    }

    .container.welcome-dashboard-home {
        .row {
            .dashboard-home-note {
                font-size: .9rem !important;
            }
        }
    }



    .cse-landing-dashboard {
        .row.text-center {
            .cse-snippet-1 {
                font-size: 24px !important;
            }

            .cse-snippet-2 {
                padding: .5em 2em 2em 2em;

            }
        }

        .row {
            .well.cse-landing-well-video {
                width: 80%;
            }

            .col-sm-6 {
                .well.cse-landing-well {
                    margin: 1rem auto;
                    height: auto !important;

                    .cse-well-body {
                        height: auto;
                        padding: 2rem 2rem !important;

                    }

                    .cse-button {
                        height: 4rem;

                        h4.cse-well-head {
                            height: 4rem;

                        }
                    }
                }
            }
        }
    }


    .csecm-menu {

        .content.block-content {

            .block-totara-featured-links-layout.align-center.portrait {

                .block-totara-featured-links-tile {
                    height: 15rem !important;
                    min-width: 20rem;
                    background-size: 10rem;

                    .block-totara-featured-links-content-container {
                        margin-left: 50% !important;
                        width: 50% !important;
                        line-height: normal;

                        .block-totara-featured-links-program.block-totara-featured-links-content.block-totara-featured-links-content-middle {
                            height: 15rem !important;
                            padding: 0 1rem 0 0 !important;

                            h3 {
                                font-size: 24px !important;
                            }

                        }

                    }

                }

            }
        }

    }


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    nav.totaraNav_prim {
        padding: .5em !important;
    }

    img.masthead_logo--header_img {
        height: 3em !important;
    }

    .container.welcome-dashboard-home {
        .row {
            .dashboard-home-note {
                font-size: 1rem !important;

            }
        }
    }

    .cse-landing-dashboard {
        .row {
            .well.cse-landing-well-video {
                width: 80%;
            }

            .col-sm-6 {
                .well.cse-landing-well {
                    margin: 1rem auto;
                    /* height: auto; */

                    .cse-well-body {
                        margin-bottom: 0;
                        height: auto;
                        padding: 2rem !important;

                    }

                    .cse-button {
                        height: 4rem;

                        h4.cse-well-head {
                            height: 4rem;

                        }
                    }
                }
            }
        }
    }


    .csecm-menu {
        .content.block-content {
            .block-totara-featured-links-layout.align-center.portrait {

                .block-totara-featured-links-tile {
                    background-size: 11rem;
                    min-width: 24rem;

                    .block-totara-featured-links-content-container {
                        .block-totara-featured-links-program.block-totara-featured-links-content.block-totara-featured-links-content-middle {

                            h3 {
                                font-size: 28px !important;
                            }
                        }
                    }
                }
            }
        }
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .cse-landing-dashboard {
        .row.text-center {

            .cse-snippet-2 {
                padding: .5em 4em 2em 2em;
                font-size: 16px !important;

            }
        }

        .row {
            .well.cse-landing-well-video {
                width: 40%;
            }

            .col-sm-6 {
                .cse-landing-well {
                    width: 100%;
                    margin: 1rem auto;
                    height: 13rem;


                    .cse-well-body {
                        height: 9rem !important;
                        padding: 2rem;

                    }

                    .cse-button {
                        height: 4rem;

                        h4.cse-well-head {
                            height: 4rem;

                        }
                    }
                }
            }
        }
    }

    .csecm-menu {

        .content.block-content {

            .block-totara-featured-links-layout.align-center.portrait {

                .block-totara-featured-links-tile {
                    height: 16rem !important;
                    background-size: 14rem;
                    min-width: 30rem;

                    .block-totara-featured-links-content-container {
                        margin-left: 48% !important;
                        width: 52% !important;

                        .block-totara-featured-links-program.block-totara-featured-links-content.block-totara-featured-links-content-middle {
                            height: 16rem !important;

                            h3 {
                                font-size: 32px !important;
                            }
                        }
                    }
                }
            }
        }
    }
}



.c-96578a4a-c7ae-4311-94d9-b5a44dea3106.theme-Theme01-Blue. grid-header-inner-view {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    min-height: 0px;
    padding: 6px 0;
    position: relative;
    width: 100%;
}

#id_moodle_picture,
#id_moodle_additional_names,
#id_moodle_interests,
#id_aspirationalpositionheader,
#id_moodle_optional {
    display: none !important;
}

.setpassword-wrapper {
    font-family: 'Helvetica Neue', sans-serif;
}
.setpassword-wrapper #fitem_id_username2 .fitemtitle .fstaticlabel{
    font-weight: bold !important;
    font-size: 16px !important;
}
.setpassword-wrapper .fitem div.fitemtitle label,
.setpassword-wrapper .fitem .felement {
    font-size: 16px;
    line-height: 1.5;
}
.setpassword-wrapper .fdescription {
    color: #555;
}

.setpassword-wrapper #fitem_id_username2{
    margin-bottom: 0px !important;
}

.setpassword-wrapper #id_setpassword legend{
    margin-bottom: 0px !important;
}

.setpassword-wrapper .fdescription{
    margin-top: 10px !important;
    font-size: 16px !important;
}
.setpassword-wrapper .generalbox {
    margin-top: 10px !important;
    font-size: 16px !important;
}

/* apply to specific fields */
#fgroup_id_group_coachrace input[type="checkbox"],
#fgroup_id_group_coachincome input[type="checkbox"],
#fgroup_id_group_coachcommunity input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #0073e6;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

#fgroup_id_group_coachrace input[type="checkbox"]:checked::after,
#fgroup_id_group_coachincome input[type="checkbox"]:checked::after,
#fgroup_id_group_coachcommunity input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid black;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

#fgroup_id_group_coachrace label,
#fgroup_id_group_coachincome label,
#fgroup_id_group_coachcommunity label {
    font-weight: normal;
    cursor: pointer;
    font-size: 15px;
}

#fgroup_id_group_coachrace label,
#fgroup_id_group_coachincome label,
#fgroup_id_group_coachcommunity label {
    font-weight: normal !important;
}

#fgroup_id_group_coachrace .fadvcheckbox-content,
#fgroup_id_group_coachincome .fadvcheckbox-content,
#fgroup_id_group_coachcommunity .fadvcheckbox-content {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 8px;
}

#fitem_id_profile_field_coachzipcode, #fitem_id_profile_field_coachphonenumber, #fitem_id_profile_field_AffiliationOrganization, #fitem_id_profile_field_TitleInOrganization, #fitem_id_profile_field_PurposeCertification, #fitem_id_profile_field_OtherPurposeCertification{
    margin-bottom: 2px !important;
    margin-top: 15px;
}

#primaryaudiencequestion{
    margin-top: 25px !important;
}

/* _______________________________________________________course styling________________________________________________________ */

body.category-13.course-65.format-pathway.freddiemac-dev-synegen-com {
    background-color: #F2F2F2 !important;

    .tui-format_pathway-activityView__activity {
        background-color: white !important;
        padding: 1rem;

        .card {
            background-color: #f8f9fa !important;
        }
    }

    .tui-sidePanel__content {
        background-color: white;
        padding: .8rem;

        h2.tui-collapsible__header-heading {
            background-color: #1D3C71 !important;
            color: white;
            padding-left: 1.6rem;

        }

        .tui-collapsible__content--indented {
            padding: 0 !important;

            .tui-progressTrackerNavCircleWorkflow__middle, a {
                color: #2fa7ff !important;
            }

            .tui-format_pathway-progressTrackerItem--selected {
                background-color: #2fa7ff !important;
                color: white !important;

            }
        }

        a.tui-format_pathway-progressTrackerItem.tui-format_pathway-progressTrackerItem--selected.tui-format_pathway-progressTrackerItem--hidden.tui-format_pathway-progressTrackerItem--link.tui-format_pathway-progressNavigation__activityLink {
            background-color: #2fa7ff !important;
        }

    }

}

/* Changes to course */
.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 576px) {
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}

.displayTemplate .ml-3, .mx-3 {
    margin-left: 1rem !important;
}
.displayTemplate .float-right {
    float: right !important;
}
@media (min-width: 768px) {
    .displayTemplate .d-md-block {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .displayTemplate .d-md-none {
        display: none !important;
    }
}
.displayTemplate .d-block {
    display: block !important;
}
.displayTemplate .img-fluid {
    max-width: 100%;
    height: auto;
}
.displayTemplate img {
    min-height: 1px;
}
.displayTemplate img {
    vertical-align: middle;
    border-style: none;
}
.embed-container{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 25px 0;
}

.embed-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tui-format_pathway-activityView__activityContent .page-heading h1{
    color: #2fa7ff;
    border-top: 3px solid #85B146;
    border-bottom: 3px solid #85B146;
    padding: 8px 0;
    width: 100%;
    display: inline-block;
}

.tui-formBtnGroup .tui-btn{
    background-color: #f19649;
    color: #fff;
    border: 1px solid #f19649;
}

.displayTemplate strong{
    color: #2fa7ff;
}

button.tui-format_pathway-activityFooter__backButton {
    background-color: #ccc !important;
    color: #333 !important;
    border: 1px solid #999 !important;
}

button.tui-format_pathway-activityFooter__backButton:hover {
    background-color: #bbb !important;
    color: #000 !important;
}

/* Opcional: eliminar color de foco naranja */
button.tui-format_pathway-activityFooter__backButton:focus {
    box-shadow: none !important;
    outline: none !important;
}

.displayTemplate{
    margin-top: 25px !important;
}

.tui-format_pathway-activityView__activityContent .modified{
    display: none !important;
}

.tui-format_pathway-courseInformation__progress{
    height: 20px;
}

.displayTemplate a{
    color: #2fa7ff !important;
    font-weight: bold !important;
    text-decoration: underline;
}

.custom-help-popup {
    position: absolute;
    max-width: 320px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 12px 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    z-index: 9999;
    display: none;
}

.help-icon {
    cursor: pointer;
    display: inline-block;
}

.certificate_box{
    border: 1px solid #ccc;
    padding: 20px;
}

.custom_download_certificate_button input[type=submit] {
    background-color: #ff7a00 !important;
    color: #ffffff !important;
    border: none;
    cursor: pointer;
    padding: 8px 16px;
    font-size: 14px;
}

.certificate_box h2{
    color: #2fa7ff;
}

.tui-progress__label {
    opacity: 1 !important;
    color: #000!important;
}
.tui-progress__bar {
    background-color: #f7a611 !important;
    font-weight: bold;
}



.btnformcustom {
    background-color: #f19649;
    color: #fff;
    border: 1px solid #f19649;
}

.email_send_container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom_email_input {
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    min-width: 250px;
}

.custom_send_button input[type="submit"] {
    background-color: #1177d1;
    color: white;
    padding: 6px 16px;
    border-radius: 4px;
}
.custom_send_button{
    background-color: #ff7a00 !important;
    border-color: #ff7a00 !important;
}
.email_send_container{
    width: 50% !important;
}
/* Changes to course */

/* Hide Profile Button */
#action-menu-1 .menu a[href*="/user/profile.php"],
.usermenu a[href*="/user/profile.php"] {
    display: none !important;
}
