<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "/ui/css/cpanel.css";
@import "/ui/css/catalog.css";
@import "/ui/css/kmxglyph.css";



:root {
    --defaultfonts: Helvetica, Arial, sans-serif;
    --blue: #d7ecfa;
    --darkblue: #0844a4;
    --white: #ffffff;
    --black: #000000;
    /*--lightgrey: #f0f0f0;*/
    --lightgrey: rgb(240, 240, 240, 0.999);
    --mediumgrey: #d0d0d0;
    --greysemitransparent: rgba(83, 87, 90, 0.8);
    --red: #ff0404;
    --green: green;
    --orange: #DCD2C8;
    --mainmaxwidth: 530px;
    --mainminwidth: 490px;
    --oddbgcolor: var(--lightgrey);
    --evenbgcolor: var(--mediumgrey);
    /*--coursebgcolor: rgba(255,255,255, 0.95);
    --selectedbgcolor: var(--lightgrey);*/
    --coursebgcolor: var(--lightgrey);
    --selectedbgcolor: rgba(255,255,255, 0.95);
    --selectedcolor: var(--black);
    --collapsedcolor: var(--black);
    --actioniconheight: 1.87rem;
    --actioniconpadding: 0.25rem;
    --actioniconstotalwidth: calc(0.5rem + (var(--actioniconheight) + (var(--actioniconpadding) * 2)) * 3);
    --tabletwidth: 1041px;
    --desktoplaptopwidth: 1545px;
    /*--waitlistbgcolor: #ECFFDC;*/ /*pastel green*/
    /*--waitlistbgcolor: #F5E1FD;*/ /*pastel purple*/
    /*--waitlistbgcolor: #DCD2C8;*/ /*bone*/
    --waitlistbgcolor: #f5f0eb; /* lighter than bone*/
    --pendingSupvApprvbgcolor: var(--waitlistbgcolor);
    --preReqNotMetbgcolor: var(--waitlistbgcolor);
    --dupNotPermittedbgcolor: var(--waitlistbgcolor);
    --noClassesAvailbgcolor: var(--waitlistbgcolor);
    --selectedIcon: rgb(59, 99, 140);
    --selectedIconBackground: initial;
    --coursecardminwidth: 490px;
    --coursecardmaxwidth: 490px;
}



html {
    font-size: 100%;
}


@media print, screen and (min-width: 1041px) {
    html {
        font-size: 100%;
    }

    /*:root {
        --mainmaxwidth: 1060px;
        --mainmaxwidth: 99vw;
    }*/
}

@media print, screen and (min-width: 1545px) {
    html {
        font-size: 100%;
    }
    /*:root {
        --mainmaxwidth: 1600px;
        --mainmaxwidth: 90vw;
    }*/
}

@media print, screen and (min-width: 1029px ) {
    :root {
        /*--mainmaxwidth: 1600px;*/
        /*--mainmaxwidth: calc( 100vw - ( 2.1 * var(--coursecardminwidth) ) );*/
        --mainmaxwidth: 1029px;
    }
}

@media print, screen and (min-width: 1547px ) {
    :root {
        /*--mainmaxwidth: 1600px;*/
        /*--mainmaxwidth: calc( 100vw - ( 3.1 * var(--coursecardminwidth) ) );*/
        --mainmaxwidth: 1519px;
    }
}



@media print, screen and (min-width: 2045px ) {
    :root {
        /*--mainmaxwidth: 1600px;*/
        /*--mainmaxwidth: calc( 100vw - ( 4.1 * var(--coursecardminwidth) ) );*/
        --mainmaxwidth: 2009px;
    }
}

@media print, screen and (min-width: 2533px ) {
    :root {
        /*--mainmaxwidth: 1600px;*/
        /*--mainmaxwidth: calc( 100vw - ( 5.1 * var(--coursecardminwidth) ) );*/
        --mainmaxwidth: 2499px;
    }
}

@media print, screen and (min-width: 3033px ) {
    :root {
        /*--mainmaxwidth: 1600px;*/
        /*--mainmaxwidth: calc( 100vw - ( 6.1 * var(--coursecardminwidth) ) );*/
        --mainmaxwidth: 2989px;
    }
}

@media print, screen and (min-width: 3533px ) {
    :root {
        /*--mainmaxwidth: 1600px;*/
        /*--mainmaxwidth: calc( 100vw - ( 7.1 * var(--coursecardminwidth) ) );*/
        --mainmaxwidth: 3479px;
    }
}

body {
    font-family: var(--defaultfonts);
    color: var(--black);
    min-height: 101vh;
}


#main {
    display: flex;
    flex-flow: column;
    align-items: center;
    /*padding-bottom: 1.0rem;*/
    padding-bottom: 150px;
    min-width: var(--mainminwidth);
    padding-left: 10px;
    padding-right: 10px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    min-height: 75vh;
}

    #main &gt; div {
        max-width: var(--mainmaxwidth);
        min-width: var(--mainminwidth);
    }

@media print, screen and (min-width: 1041px) {
    #main {
        padding-bottom: 200px;
        width: initial;
        margin-left: initial;
        margin-right: initial;
    }
}

.hidden {
    display: none;
}

.vishidden {
    visibility: hidden;
}

.clickable {
    cursor:pointer;
}

.overdue {
    /*color: var(--red);*/
}

.pageheader {
    font-weight: bold;
    font-size: 2.3rem;
    display: block;
    margin-bottom: 0.75rem;
    width: auto;
    margin-right: 10px;
    /*margin-left: 10px;*/
    margin-top: -5px;
}

.childCatalogsHeaderDescription {
    display: none;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.assignedCouresHeaderDescription {
    display:none;
    margin-bottom:10px;
}

.certificationDescription {
    display: none;
    margin-bottom: 10px;
}


.header {
    /*max-width: var(--mainmaxwidth);
            width: 100%;*/
    margin-bottom: 25px;
    min-height: 100px;
    display: flex;
    /*padding-left: calc( ( 100% - var(--mainmaxwidth) ) / 2 );*/
    flex-wrap: wrap;
    width: 99%;
    margin-left: 10px;
    margin-right: 10px;
}

.footer {
    padding-bottom: 150px;
    min-height: 150px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    position: relative;
    bottom: 0px;
}

[data-kmx-organization_logo] {
    max-height: 100px;
    height: fit-content;
    margin-right: 10px;
    display: initial;
    margin-left: -15px;
}

/*@media print, screen and (min-width: 1041px) {
    [data-kmx-organization_logo] {
        display:initial;
    }
}*/

.member_name {
    font-weight: bold;
    font-size: 2.0rem;
    /*padding-left: 15px;*/
    padding-top: 3px;
    display: initial;
    /*cursor: pointer;*/
    margin-right: 25px;
    white-space:nowrap;
    z-index:99;
}


.title {
    font-weight: bold;
    font-size: 1.8rem;
    display: inline-block;
    /*margin-left: 0.3rem;*/
}

.description {
    font-weight: normal;
    font-size: 1rem;
    display: initial;
    padding-right: 4px;
}

.icon {
    /*height: 4.6rem;*/
    width: 100%;
    float: left;
    display: initial;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    max-height: 7.5rem;
    object-fit: cover;
    object-position: 100% 50%;
    border: 0;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: var(--black);
}

.course_icon_red {
    border-bottom-color: var(--red);
}

.course_icon_orange {
    border-bottom-color: var(--orange);
}

.course_icon_green {
    border-bottom-color: var(--green);
}

[data-kmx-accordion-expand-collapse] {
    font-size: 3rem;
    max-width: 3rem; /*recommend setting to match font size*/
    cursor: pointer;
    /*position: absolute;*/
    float:right;
    bottom: 5px;
    right: 5px;
}

    [data-kmx-accordion-expand-collapse].collapsed::before {
        font-family: "kmxglyph";
        content: "\e9cc";
        color: var(--collapsedcolor);
    }

    [data-kmx-accordion-expand-collapse].expanded::before {
        font-family: "kmxglyph";
        content: "\e907";
        color: var(--expandedcolor);
        /*font-size: 5.0rem;*/
    }

.selectedcourse [data-kmx-accordion-expand-collapse] {
    margin-top: -0.2em;
}

.formcontainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-width: 0.05rem;
    border-radius: 1rem;
    border-color: var(--lightgrey);
    margin-top: 2.0rem;
    margin-bottom: 4.0rem;
    padding-top: 2.0rem;
    min-width: 490px;
}

    .formcontainer form {
        display: block;
        width: 80%;
        padding: 0;
        margin-left: 10%;
        margin-right: 10%;
    }

    .formcontainer form input[type=text], .formcontainer form input[type=password] {
        display: block;
        width: 98%;
        border-radius: 5px;
        border-style: solid;
        border-width: 0.05rem;
        border-color: var(--black);
        height: 2rem;
        margin-bottom: 1rem;
        padding-left: 0.5rem;
    }

    .formcontainer form input[type=submit] {
        height: 2rem;
        margin-bottom: 2rem;
        border-radius: 5px;
        border: 0;
        background-color: var(--greysemitransparent);
        color: var(--white);
    }

.authenticationerror {
    display: block;
    width: 80%;
    border-radius: 5px;
    border-style: solid;
    border-width: 0.05rem;
    border-color: var(--black);
    height: 2rem;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    color: red;
    font-weight: bold;
    margin-left: 10%;
    margin-right: 10%;
}

@media print, screen and (min-width: 1041px) {
    .authenticationerror {
        width: 33%;
        margin-left: 34%;
        margin-right: 34%;
    }

    .formcontainer form {
        width: 33%;
        margin-left: 34%;
        margin-right: 34%;
    }
}

.authenticationerror::before {
    content:"There was an error authenticating your credentials, please try again."
}



.searchcontainer {

    position: relative;
    width: 99.5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 15px;
}

#searchstring {
    border-radius: 15px;
    width: 490px;
    border-width: 0.5px;
    display:block;
    font-size: 2.0rem;
    text-align:center;
    border-style:solid;
}

.filterbox {
    height: 1.5rem;
    vertical-align: super;
    /*margin-left: 1rem;*/
    padding-left: 0.5rem;
    font-size: 1.5rem;
    border-radius: 10px;
    border-width: 0.5px;
    display: block;
    /*margin-right: 50%;*/
    margin-bottom: 10px;
    width: 100%;
    border-style: solid;
}

        #searchstring::placeholder, .filterbox::placeholder {
            /*font-family: Arial, Helvetica, sans-serif;*/
            font-family: var(--defaultfonts);
        }


@media print, screen and (min-width: 1041px) {


    .filterbox {
        margin-bottom: 10px;
        /* width: calc( 100% - 750px ); */
        margin-left: 25px;
        max-width: 500px;
    }
}

@media print, screen and (min-width: 1600px) {
    .searchcontainer {
        position: absolute;
        top: 15px;
    }
}



    .courses {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        margin-top: 2.0rem;
        padding-top: 2.0rem;
        min-width: 490px;
    }

    .course {
        padding: 0;
        margin-bottom: 10px;
        border-radius: 15px;
        display: block;
        position: relative;
        overflow: hidden;
        width: 99%;
        margin-right: 0.5rem;
        min-width: var(--coursecardminwidth);
        max-width: var(--coursecardmaxwidth);
        box-sizing: border-box;
        border-color: var(--lightgrey);
        border-style: solid;
        /*border-width: 0.1rem;*/
        border-width: 0;
        background-color: var(--coursebgcolor);
    }

    .selectedcourse {
        background-color: var(--selectedbgcolor);
        color: var(--selectedcolor);
        padding: 0;
        padding-bottom: 25px;
        margin-bottom: 10px;
        border-radius: 15px;
        display: block;
        position: relative;
        overflow: hidden;
        width: 99%;
        margin-right: 0.5rem;
        min-width: var(--coursecardminwidth);
        max-width: var(--coursecardmaxwidth);
        box-sizing: border-box;
        border-color: var(--lightgrey);
        border-style: solid;
        border-width: 0.1rem;
        /*border-width: 0;*/
    }

    /*.waitlist {
    background-color: var(--waitlistbgcolor);
}

.pendingSupvApproval {
    background-color: var(--pendingSupvApprvbgcolor);
}

.preReqNotMet {
    background-color: var(--preReqNotMetbgcolor);
}

.dupNotPermitted {
    background-color: var(--dupNotPermittedbgcolor);
}

.noClassesAvail {
    background-color: var(--noClassesAvailbgcolor);
}*/

.certifications .preReqNotMet, .certifications .waitlist, .certifications .pendingSupvApproval, .certifications .dupNotPermitted, .certifications .noClassesAvail {
    background-color: var(--lightgrey);
    background-image: url(/ui/images/block.svg);
    background-repeat: no-repeat;
    /*background-origin: 0px 100px;*/
    background-origin: initial;
    background-size: 75%;
    background-blend-mode: overlay;
    background-position-y: bottom;
    background-position-x: center;
}

.courses .preReqNotMet, .courses .waitlist, .courses .pendingSupvApproval, .courses .dupNotPermitted, .courses .noClassesAvail, .courses .enrolledAltClass {
    /*background-color: var(--lightgrey);*/
    background-image: url(/ui/images/block.svg);
    background-repeat: no-repeat;
    /*background-origin: 0px 100px;*/
    background-origin: initial;
    background-size: 75%;
    background-blend-mode: overlay;
    background-position-y: 135px;
    background-position-x: center;
}

    .courses .enrolledAltClass {
    }

    .pendingSupvApproval [data-kmx-launch_course], .waitlist [data-kmx-launch_course], .preReqNotMet [data-kmx-launch_course], .dupNotPermitted [data-kmx-launch_course], .noClassesAvail [data-kmx-launch_course] {
        display: none;
    }

    .pendingSupvApproval [data-kmx-enroll], .waitlist [data-kmx-enroll], .preReqNotMet [data-kmx-enroll], .dupNotPermitted [data-kmx-enroll], .noClassesAvail [data-kmx-enroll] {
        display: none;
    }

    .pendingSupvApprovalMessage, .waitlistMessage, .preReqNotMetMessage, .dupNotPermittedMessage, .noClassesAvailMessage, .enrolledAltClassMessage {
        margin-bottom: 5px;
        font-weight: bold;
        max-width: calc( 100% - 40px );
    }

    /*@media print, screen and (min-width: 1041px) {
    .selectedcourse, .course {
        flex-basis: 48%;
        flex-grow: 1;
        flex-shrink: 1;
        max-width: 49%;
    }
}

@media print, screen and (min-width: 1545px) {
    .selectedcourse, .course {
        flex-basis: 32%;
        flex-grow: 1;
        flex-shrink: 1;
        max-width: var(--coursecardmaxwidth);
    }
}*/

    .course:hover, .selectedcourse:hover, .catalog:hover {
        box-shadow: 0 3px 3px -2px rgb(0 0 0 / 25%), 0 3px 4px 0 rgb(0 0 0 / 20%), 0 1px 8px 0 rgb(0 0 0 / 18%);
    }

    .course_description {
        width: auto;
        /*min-height: 54px;*/
        display: block;
    }

    .course:nth-child(odd) {
        /*background-color: var(--oddbgcolor);*/
    }

    .course:nth-child(even) {
        /*background-color: var(--evenbgcolor);*/
    }

    [data-kmx-course_image_container] {
        width: 100%;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border: 0;
        margin: 0;
        padding: 0;
    }


    .course_description {
        max-width: 99%;
    }

    .course_title {
        max-width: 99%;
        /*cursor: pointer;*/
        margin-top: 0.4rem;
    }

    @media print, screen and (min-width: 1041px) {
        .course_title {
            min-height: 97px;
        }
    }

    .course_engagement_icons {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        left: 6.0rem;
        width: 100%;
        z-index: 5;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

        .course_engagement_icons img {
            max-height: var(--actioniconheight);
            padding: var(--actioniconpadding);
        }

    .launch_course {
        display: block;
        cursor: pointer;
        order: 99;
    }


    .selectedcourse [data-kmx-course-metadata-list], .selectedcourse [data-kmx-certificationlist], .selectedcourse [data-kmx-classlist], .selectedcourse [data-kmx-objectiveslist], .selectedcourse [data-kmx-classdetails] {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        padding-inline-start: 20px;
    }


    li[data-kmx-enrollment_due_date] {
        display: list-item;
        order: 10;
    }

    li[data-kmx-enrollment_ecommerce_time] {
        display: list-item;
        order: 20;
    }

    li[data-kmx-enrollment_results_date] {
        display: list-item;
        order: 30;
    }

    li[data-kmx-enrollment_results] {
        display: list-item;
        order: 40;
    }

    li[data-kmx-enrollment_grade] {
        display: list-item;
        order: 45;
    }

    li[data-kmx-class_start_date] {
        display: list-item;
        order: 50;
    }

    li[data-kmx-class_end_date] {
        display: list-item;
        order: 60;
    }

    li[data-kmx-course_duration] {
        display: list-item;
        order: 70;
    }

    li[data-kmx-course_format] {
        display: list-item;
        order: 80;
    }

    li[data-kmx-course_category] {
        display: list-item;
        order: 90;
    }

    li[data-kmx-course_ceus] {
        display: list-item;
        order: 100;
    }

    li[data-kmx-course_unit_price] {
        display: list-item;
        order: 110;
    }

    li[data-kmx-course_alternate_price] {
        display: list-item;
        order: 120;
    }

        li[data-kmx-course_unit_price] [data-kmx-value]::before, li[data-kmx-course_alternate_price] [data-kmx-value]::before {
            content: '$';
        }

    li[data-kmx-rating] {
        display:list-item;
        order: 125;
        text-decoration: none;
    }

    li[data-kmx-assignedcertifications] {
        display: list-item;
        order: 130;
    }

    li[data-kmx-prereqs] {
        display: list-item;
        order: 140;
    }

    li[data-kmx-prereqs_cert] {
        display: list-item;
        order: 145;
    }

    li[data-kmx-objectives] {
        display: list-item;
        order: 150;
    }

    /*li[data-kmx-course_custom01] {
            display: list-item;
            order: 200;
        }

        li[data-kmx-course_custom02] {
            display: list-item;
            order: 210;
        }

        li[data-kmx-course_custom03] {
            display: list-item;
            order: 220;
        }

        li[data-kmx-course_custom04] {
            display: list-item;
            order: 230;
        }

        li[data-kmx-course_custom05] {
            display: list-item;
            order: 240;
        }

        li[data-kmx-course_custom06] {
            display: list-item;
            order: 250;
        }

        li[data-kmx-course_custom07] {
            display: list-item;
            order: 260;
        }
        
        li[data-kmx-course_custom08] {
            display: list-item;
            order: 270;
        }

        li[data-kmx-course_custom09] {
            display: list-item;
            order: 280;
        }

        li[data-kmx-course_custom10] {
            display: list-item;
            order: 290;
        }*/

    .clickable {
        cursor: pointer;
    }

    .underline {
        text-decoration: underline;
    }

    li.clickable {
        text-decoration: underline;
    }
    /*@media print, screen and (min-width: 1041px) {
    [data-kmx-course-metadata-list] {
        max-height: 30vh;
    }
}

@media print, screen and (min-width: 1545px) {
     [data-kmx-course-metadata-list] {
        max-height: 18vh;
    }
}*/

    .courses [data-kmx-label], li[data-kmx-rating] label {
        /*padding: 5px;*/
        margin: 5px;
        font-weight: bold;
        text-decoration:none;
    }

        .courses [data-kmx-label]::after, [data-kmx-rating] label::after {
            content: ":";
        }

    .current .delete_enrollment {
        display: block;
        cursor: pointer;
        order: 98;
    }

    .current .my_activities {
        display: block;
        /*cursor: pointer;*/
        order: 97;
    }

    .history .cert_of_completion {
        display: block;
        cursor: pointer;
        order: 96;
    }

    .history .share_fb {
        display: block;
        cursor: pointer;
        order: 95;
    }

    .history .share_li {
        display: block;
        cursor: pointer;
        order: 94;
    }

    .history .share_tw {
        display: block;
        cursor: pointer;
        order: 93;
    }

    .history [data-kmx-metadata-list] {
        display: none;
    }

    [data-kmx-course-summary] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    [data-kmx-course_information] {
        width: 100%;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    [data-kmx-course-metadata-sumamry] {
        /*margin-left: 4.0rem;*/
    }

        [data-kmx-course-metadata-sumamry] ul {
            padding-inline-start: 20px;
        }

            [data-kmx-course-metadata-sumamry] ul li {
            }

[data-kmx-completedEnrollmentsHeader], [data-kmx-currentenrollmentsheader], [data-kmx-certificationheader], [data-kmx-searchheader], [data-kmx-assignedcoursesheader]{
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    [data-kmx-certificationheader] {
        margin-top: 50px;
    }


    .informationalert {
        z-index: 9999;
        background-color: var(--greysemitransparent);
        height: auto;
        width: 90vw;
        position: fixed;
        top: 12rem;
        left: 5vw;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        color: white;
        text-align: center;
        font-size: 2.5rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    @media print, screen and (min-width: 1041px) {
        .informationalert {
            width: 70vw;
            left: 15vw;
        }
    }

    .informationalert span {
        max-width: 85%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .informationalert button {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        border-radius: 5px;
        border-width: 0px;
        font-size: 1rem;
    }

    .informationalert select {
        background-color: var(--white);
        color: var(--black);
        padding: 10px;
        border-radius: 5px;
        font-size: 1rem;
    }

    [data-kmx-closealert] {
        position: absolute;
        top: 5px;
        right: 5px;
        color: var(--white);
    }
    /*[data-kmx-closealert]::before {
        content:"close";
    }*/

.backbutton, .certcertofcompletion, .removecert {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--black);
    top: 180px;
    cursor: pointer;
    text-align: left;
    display: inline-flex;
    width: 2.0rem;
    max-width: var(--mainmaxwidth);
    margin-left: 10px;
    position: absolute;
    z-index: 99;
    float: left;
    padding: 0;
    min-width: 2.5rem;
    align-self: flex-start;
}

.backbutton {
    left: calc( (99.5vw - var(--mainmaxwidth) ) / 2 );
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: black;
}

.certcertofcompletion, .removecert {
    left: calc( (106.0vw - var(--mainmaxwidth) ) / 2 );
}



    @media print, screen and (min-width: 1041px) {
        .backbutton {
            top: 130px;
        }
        .certcertofcompletion, .removecert {
            top: 127px;
            font-size: 3.5rem;
            font-weight: lighter;
        }
    }



    /*@media print, screen and (min-width: 1600px) {
    .backbutton {
        left: calc((100% - var(--mainmaxwidth)) / 2);
    }
}*/

    .navmenu {
        position: fixed;
        bottom: 0;
        left: 50%;
        width: 580px;
        margin-left: -290px;
        background-color: rgba(255,255,255, 0.95);
        display: flex;
        flex-wrap: wrap;
        place-content: center;
        /*padding-top: 1.0rem;*/
        border-top-style: solid;
        border-left-style: solid;
        border-right-style: solid;
        border-bottom: none;
        border-width: 0.05rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        padding-top: 0.25rem;
        z-index:99;
    }




        .navmenu ul {
            list-style-type: none;
            padding-bottom: 0.5rem;
            /*padding-right: 1.5rem;*/
            /*padding-top: 1.0rem;*/
            padding-inline-start: 0;
            margin-block-end: 0;
            margin-block-start: 0;
            display: flex;
            color: var(--black);
            /*opacity:0.95;*/
        }

            .navmenu ul li {
                float: left;
                margin-left: 0.25rem;
                margin-right: 0.25rem;
                cursor: pointer;
                font-size: 1.25rem;
                width: 3.0rem;
            }





            .navmenu ul .menulabel {
                display: none;
            }

    #homeMenuF {
        order: 0;
    }

    #mycertificationsMenuF {
        order: 10;
    }

    #currentEnrollmentsMenuF {
        order: 20;
    }

    #completedEnrollmentsMenuF {
        order: 30;
    }

    #catalogMenuF {
        order: 40;
    }

    #availableclassescalendarMenuF {
        order: 50;
    }

    #registerMenuF {
        order: 52;
    }

    #viewCartMenuF {
        order: 55;
    }

    #logoffMenuF {
        order: 60;
    }

    #logonMenuF {
        order: 62;
    }


[data-kmx-cartHeader] {
    background-color: var(--lightgrey);
    border-radius: 15px;
    margin-bottom: 25px;
    padding: 15px;
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    z-index: 101;
}

[data-kmx-cartHeader] #spacer {
    flex-basis: 100%;
    height: 0;
}

/*.billingaddress, .ordersummary {*/
.billingaddress, .ordersummary {
    display: block;
    border-width: 0.5px;
    border-color: var(--black);
    border-radius: 15px;
    border-style: solid;
    padding: 12px;
    width: 45%;
    margin-bottom: 25px;
    margin-right: 0.5rem;
    text-align:center;
}

#billingaddress #billing_phone {display:none;}

/*.billingaddress {
    display: none;
}*/

    .billingaddress #billingaddresstitle, .ordersummary #ordersummarytitle {
        font-weight: bold;
    }

    .billingaddress span, .ordersummary span {
        display: block;
    }

/*.ordersummary #ordertax {
    display: none;
}*/

#paypal-button-container {
    margin-top: 10px;
}

.carttitle {
    display: block;
    width: 99%;
}

#changeaddress {
    width: 99%;
    line-height: 1.6;
    margin-top: 25px;
    font-size: 1.5rem;
    background-color: var(--white);
    border-radius: 25px;
    border-width: 0.5px;
}

#changeaddress:hover {
    background-color: transparent;
}

@media print, screen and (min-width: 1041px) {
    .navmenu {
            left: 50%;
            width: 740px;
            margin-left: -370px;
        }

            .navmenu ul li {
                width: 5.0rem;
            }

                .navmenu ul li .menuglyph {
                    font-size: 2.5rem;
                }

                .navmenu ul li .menulabel {
                    display: block;
                    font-size: 0.8rem;
                    text-align: center;
                }

                .navmenu ul li [class^="icon-"], .navmenu ul li [class*=" icon-"] {
                    margin-left: 21px;
                }
    }

    @media print, screen and (min-width: 1545px) {
        .navmenu ul li .menuglyph {
            font-size: 3.0rem;
        }
    }

    .privacyPolicy {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }

        .privacyPolicy p {
            margin-top: 0;
            margin-bottom: 7px;
            font-size: 0.8rem;
            width: fit-content;
        }
    /*.footer {
    padding-bottom: 150px;
    text-align: center;
}*/



    @keyframes spinner {
        0% {
            transform: translate3d(-50%, -50%, 0) rotate(0deg);
        }

        100% {
            transform: translate3d(-50%, -50%, 0) rotate(360deg);
        }
    }

    .spin::before {
        animation: 1s linear infinite spinner;
        animation-play-state: inherit;
        border: solid 5px var(--mediumgrey);
        border-bottom-color: var(--lightgrey);
        border-radius: 50%;
        content: "";
        height: 100px;
        width: 100px;
        max-width: 1000px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        will-change: transform;
    }



    .serverpage {
        z-index: 103;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5000vh;
        background-color: var(--greysemitransparent);
        color: var(--white);
    }

        .serverpage #backserverpageMsg {
            display: block;
            font-size: 1.5rem;
            margin-left: 10px;
            margin-right: auto;
            top: 0.5rem;
            padding-bottom: 30px;
            max-width: calc( 100% - 150px );
            position: fixed;
        }

            .serverpage #backserverpageMsg button {
                border-radius: 4px;
                font-size: 1.5rem;
                border-style: none;
                cursor: pointer;
                background-color: transparent;
                color: var(--white);
                text-decoration: underline;
            }

        .serverpage div {
            position: fixed;
            background-color: var(--white);
            z-index: 103;
            top: 4rem;
            margin-top: 10px;
            padding: 0px;
            margin-bottom: 10px;
            border-radius: 15px;
            overflow: hidden;
            width: calc( 100% - 25px);
            min-height: 315px;
            margin-right: 0rem;
            left: 10px;
            right: 10px;
            border-style: solid;
            border-width: 0.2rem;
            border-color: var(--lightgrey);
            min-width: 490px;
            bottom: 4px;
        }

    .closeserverpage {
        color: var(--white);
        font-size: 2.8rem;
        display: block;
        top: 0rem;
        right: 2rem;
        cursor: pointer;
        position: fixed;
    }

    .backserverpage {
        color: var(--white);
        font-size: 1.7rem;
        display: block;
        top: .5rem;
        right: 6rem;
        cursor: pointer;
        position: fixed;
        border-style: solid;
        border-color: var(--white);
        border-radius: 50%;
        border-width: 3px;
    }

    /*.closeserverpage::before {
        content: "close";
    }*/

    .serverpage div iframe {
        min-height: 90vh;
        width: 100%;
        border: 0;
        padding-top: 10px;
    }

    .transition1 {
        max-height: 0;
        overflow: hidden;
        /*transition: max-height 0.2s ease-out;*/
    }

    .display1 {
        max-height: 5000px;
        transition: max-height 4s ease;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .supervisor {
        height: auto;
    }

    /*.slideshow-container {
    width: 100%;
    position: relative;
    min-height: 362px;
    height: auto;
}*/

    /* calendar 

.cal_title - The calendar title text
.cal_fs1 - The font for the mini calendars in the top left and bottom right cells
.cal_fs2 - The calendar day of week and cell date numbers
.head - The calendar title header and footer row cells
.toolicon - The tooltips innerHTML (used to display icons instead of text on the control panel)
.cal_tt – Used to hide/display or change attributes of the mini calendars in the top left and bottom right cells

*/

    .cal_title {
    }

    .cal_fs1 {
    }

    .cal_fs2 {
    }

    .head {
        color: black;
    }

    .toolicon {
        color: black;
    }

    .cal_tt {
        float: left;
    }

    @media print, screen and (max-width: 816px) {
        .cal_title {
            font-weight: bold;
            background-color: black;
            color: white;
            display: block;
            min-height: 25px;
            padding-top: 5px;
            padding-left: 5px;
            text-decoration: none;
        }

        .cal_fs1 {
            font-size: 4px;
        }

        .cal_fs2 {
            font-size: 11px;
        }

        .head {
            font-size: 11px;
        }

        .toolicon {
            float: left;
            content: url('/ihtml/application/images/blue_dot.png')
        }

        .cal_tt {
            display: none;
        }

        select {
            font-size: 11px;
        }

        .cpanelInfo {
            min-height: 30px;
            background: rgba(0,0,0,1);
            /*padding-bottom: 2px;*/
        }
    }


    .noSearchResultsMessage, .emptyCatalogMessage, .noCurrentEnrollmentsMessage, .noCompletedEnrollmentsMessage {
        padding-top: 10rem;
        font-size: 2rem;
    }

.ratecontrol {
    border: none;
    float: left;
    order: 98;
    margin-left: 15px;
}



    .ratecontrol &gt; label {
        color: var(--black);
        float: left;
    }

        .ratecontrol &gt; label:before {
            font-size: 2em;
            font-family: kmxglyph;
            content: "\e945";
            display: inline-block;
            cursor:pointer;
        }

    .ratecontrol &gt; input {
        display: none;
        float: left;
    }

        .ratecontrol &gt; input:checked ~ label,
        .ratecontrol:not(:checked) &gt; label:hover,
        .ratecontrol:not(:checked) &gt; label:hover ~ label {
            color: var(--mediumgrey);
        }

            .ratecontrol &gt; input:checked + label:hover,
            .ratecontrol &gt; input:checked ~ label:hover,
            .ratecontrol &gt; label:hover ~ input:checked ~ label,
            .ratecontrol &gt; input:checked ~ label:hover ~ label {
                color: var(--blue);
            }

.linktocourse {
    cursor:pointer;
    text-decoration: underline;
}

.noclick {cursor:initial;}</pre></body></html>