/***
    Common styles across all universities + common Bootstrap overrides
    Custom per-university overrides can be done in /css/sitename/university.css
*/
:root {
    --u-primary-font: 'Figtree', Arial, sans-serif;
    --u-heading-font: var(--u-primary-font);
    --u-primary-color: #ce1126;
    --u-secondary-color: #212121;
    --u-tertiary-color: #777;
    --u-heading-color: #212121;
    --u-primary-bg: #fff;
    --u-secondary-bg: #f5f5f5;
    --u-border-color: #ddd;
    --u-link-color: #ce1126;
    --u-link-hover-color: #ce1126;
    --u-link-visited-color: #ce1126;
    --u-link-active-color: #ce1126;
    --u-link-decoration: underline;
    --u-link-hover-decoration: underline;
    --u-ccard-bg: #f4f6f8;
}
html {
    height:  100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Figtree', Arial, sans-serif;
    background: #e7eaed;
}
body.no-script {
    padding-top: 39px;
}
body.no-script .topnav-container {
    position: relative;
}
body:not(.ci-welcome).no-script .main-content {
    padding-top: 24px;
}
/* This will need to be adjust per portal
if the top nav has a different height... shouldn't though */
body.ci-welcome.no-script .main-content {
    margin-top: 98px;
}
body.slidenav:not(.ci-welcome) .main-content {
    padding-top: 125px;
}
body.multi-lang:not(.ci-welcome).slidenav:not(.ci-welcome) .main-content {
    padding-top: 162px;
}
.no-script-alert {
    position:  fixed;
    top:  0;
    left:  0;
    width:  100%;
    z-index: 9999;
    line-height:  40px;
    height:  40px;
    color: #fff;
}
.page-container {
    display: flex;
    flex-direction: column;
    padding: 0;
    min-height: 100vh;
}
.header-container {
    position: relative;
}
.lang-container {
    /*padding: .25rem 0;*/
    background: #212121;
    color: #fff;
}
.lang-container > .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.lang-container .dropdown-menu {
    padding: .25rem;
    font-size: .75rem;
}
.lang-icon {
    display: inline-block;
    height: 24px;
    width: auto;
    margin-right: .25rem;
}
.btn-lang {
    border: 1px solid transparent;
    background: var(--brand-color);
    color: #eee;
}
.btn-lang:hover {
    color: #fff;
}
.btn-lang:focus,
.btn-lang:active {
    outline: none;
    box-shadow: none;
}

.topnav-container {
    width: 100%;
}
.topnav-container > .container {
    padding-left: 0;
    padding-right: 0;
}

/* Main content container */
.main-content {
    flex: 1;
    padding: 24px 15px;
    /* background: #fff; */
}

/* Cancel .container padding */
.container-mx-0 {
    margin-left: -15px;
    margin-right: -15px;
}

.badge-light {
    color: #777;
    background-color: #ddd;
}
.nav-pills .nav-link.active .badge-light {
    background-color: #fff;
    color: #333;
}

.form-group {
    margin-bottom: 1.25rem;
}

.smaller {
    font-size: .75rem;
    letter-spacing: 0.025rem;
}

/*
Utilities to cancel main content container padding
.container has 15px padding on x-axis - so x2
 */
.main-mx-0,
.main-ml-0 {
    margin-left: -30px !important;
}
.main-mx-0,
.main-mr-0 {
    margin-right: -30px !important;
}
.main-my-0,
.main-mt-0 {
    margin-top: -24px !important;
}
.main-my-0,
.main-mb-0 {
    margin-bottom: -24px !important;
}
/* Add padding back to inner element */
.main-px-1,
.main-pl-1 {
    padding-left: 30px !important;
}
.main-px-1,
.main-pr-1 {
    padding-right: 30px !important;
}
.main-py-1,
.main-pt-1 {
    padding-top: 30px !important;
}
.main-py-1,
.main-pb-1 {
    padding-bottom: 30px !important;
}

label.required:after,
p.required-field:after,
legend.required:after,
span.required:after,
small.required:after {
    content: "\f069";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    padding-left: .25rem;
    color: #ce1126;
}

label {
    text-transform: none;
    font-size: .875rem;
    font-weight: 500;
    color: var(--bs-gray-700);
}

code {
    background: #eee;
    padding: 0 0.1rem;
}

.text-upper {
    text-transform: uppercase;
}

.text-lower {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.label-reset {
    text-transform: none;
    font-size: 1rem;
    color: #212529;
}
.form-help {
    display: none;
}

.welcome-container {
    display: flex;
    flex-direction: column;
}
.section-title {
    margin-bottom: 36px !important;
}
.course-list-section {
    margin-top: 36px;
}
/* Page Headings */
.page-heading {
    text-align: center;
    margin-bottom: 2rem;
}
.page-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 800;
    border-bottom: 1px solid #dee2e6;
}
.page-desc {
    margin-bottom: 0;
    font-size: .95rem;
    color: #6c757d;
}

.grid {
    display: grid;
    gap: 1.5rem;
}
.grid-column-span {
    grid-column: 1 / -1;
}
.hp-course-grid {
    margin-bottom: 2rem;
}

/* NEW Course Card */
.ccard {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--u-ccard-bg);
    /*   overflow: hidden; */
    transition: box-shadow 0.45s ease-in-out;
}

.list-view .ccard {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.ccard:hover {
    /*   box-shadow: -1px 10px 20px rgba(0, 0, 0, 0.1); */
    box-shadow: 88px 141px 47px 0px rgba(80, 87, 94, 0),
        57px 90px 43px 0px rgba(80, 87, 94, 0.01),
        32px 51px 36px 0px rgba(80, 87, 94, 0.05),
        14px 23px 27px 0px rgba(80, 87, 94, 0.09),
        4px 6px 15px 0px rgba(80, 87, 94, 0.1);
}

.ccard a {
    /* color: var(--link-dark-color); */
    text-decoration: none;
}
.ccard a:hover {
    color: var(--link-dark-color);
    text-decoration: none;
}
.ccard-topper {
    position: relative;
}
.ccard-duration {
    position: absolute;
    opacity: 0.75;
    right: 10px;
    top: 10px;
    font-size: 0.75rem;
    background: rgba(0, 0, 0, 1);
    border-radius: 3px;
    padding: 0.1rem 0.5rem;
    color: #fff;
    z-index: 2;
}

.ccard-status {
    display: none;
    position: absolute;
    left: -10px;
    top: 10px;
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
    color: #fff;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.ccard-complete .ccard-status-complete {
    display: block;
    background: var(--bs-success);
}
.ccard-incomplete .ccard-status-incomplete {
    display: block;
    background: #c69400;
}

.ccard-img-container {
    position: relative;
    width: auto;
    height: 200px;
    /*   aspect-ratio: 3/2; */
    overflow: hidden;
}

.ccard-img {
    display: block;
    position: relative;
    height: 100%;
    text-indent: -1000em;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.15s ease-in-out;
}

.ccard-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, 0.95) 0%,
            rgba(0, 0, 0, 0) 50%);
}

.ccard:hover .ccard-img {
    transform: scale(1.1);
}

.ccard-preview {
    display: none;
    text-align: center;
    color: #fff !important;
}

.ccard-meta {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
    height: 30px;
}
.ccard-meta .delivery-type {
    flex-grow: 1;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--bs-primary);
}
.ccard-meta .meta-extra {
    display: none;
    /* margin-top: -2px; */
    color: var(--bs-gray-600);
    flex-basis: 100%;
}
.ccard-meta .meta-hsw {
    align-self: flex-start;
    margin-left: auto;
    padding: 0 5px;
    font-size: 0.75rem;
    border-radius: 3px;
    background: var(--bs-gray-100);
    color: var(--bs-gray-600);
}
.ccard-online .ccard-meta .delivery-type {
    color: var(--bs-danger);
}
.ccard-live .ccard-meta .delivery-type {
    color: var(--bs-success);
}
.ccard-live .ccard-meta .meta-extra,
.ccard-track .ccard-meta .meta-extra {
    display: block;
}

.ccard-title {
    font-weight: 800;
    font-size: 1.15rem;
    line-height: 1.2;
}

.list-view .ccard-title {
    min-height: unset;
}

.ccard-body {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    background: #fff;
    border-radius: 6px;
    margin: -2.5rem 0.9rem 0rem 0.9rem;
    padding: 1rem;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.02);
}

.list-view .ccard-body {
    margin: 0;
    flex: 1;
}

.ccard-track-icon {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: .8rem;
    font-weight: 600;
    line-height: 1;
    color: #fff !important;
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: .25rem 1rem;
    background: var(--bs-secondary);
    white-space: nowrap;
    transition: all .15s ease-in-out;
}

.ccard-track-icon:hover {
    background: var(--bs-danger);
}

.ccard-track-icon i {
    margin-right: 8px;
}

.ccard-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ccard-desc {
    position: relative;
    overflow: hidden;
    font-size: 0.8rem;
    /* height: 60px; */
}
.ccard-details .btn {
    align-self: center;
}
.list-view .ccard-desc {
    height: auto;
}
.ccard-desc {
    /* mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%); */
}

.ccard-tags {
    margin-top: auto;
    margin-bottom: 0;
}

.btn-tag {
    font-size: 0.77rem;
    background: #f5f7f9;
    padding: 0 0.25rem;
    border-radius: 2px;
    color: #888;
}

.btn-tag:hover {
    background: var(--bs-secondary);
    color: #fff;
}

.btn-tag-naked {
    background: none;
}

.ccard-footer {
    background: #f4f6f8;
    text-align: center;
    padding: 0.5rem 1rem;
    font-weight: 600;
}
.list-view .ccard-footer {
    flex-basis: 100%;
}

.ccard-cta,
.ccard-cta a {
    display: block;
}
.btn-course-edit {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}
.ccard:hover .btn-course-edit,
.track-course:hover .btn-course-edit {
    pointer-events: initial;
    opacity: 1;
}
.ccard .btn-course-edit {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
}
.track-course-list .track-course {
    display: flex;
}
.track-course-list .track-course:hover {
    background: var(--bs-light);
}
.track-course-list .track-course-img-container {
    position: relative;
    width: 100px;
    height: 75px;
}
.track-course-list .track-course-img {
    display: block;
    height: 100%;
    text-indent: -1000em;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.track-course-list .course-progress {
    display: none;
    position: absolute;
    top: -12px;
    left: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.track-course-list .track-course-complete .course-progress-complete {
    display: block;
    background: var(--bs-success);
}
.track-course-list .track-course-incomplete .course-progress-incomplete {
    display: block;
    background: #c69400;
}
.track-course-duration {
    position: absolute;
    opacity: 0.65;
    right: 3px;
    bottom: 3px;
    font-size: 0.7rem;
    line-height: 0.7rem;
    background: rgba(0, 0, 0, 1);
    border-radius: 3px;
    padding: 0.1rem 0.5rem;
    color: #fff;
    z-index: 2;
}
.track-course-list .btn-course-edit {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
}

/** OLD **/
.course-card {
    position: relative;
    /* override some BS styles */
    border-radius: 0;
    border: none;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.course-card:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform:translate(-50%,0);
    height: 1px;
    width: 40%;
    background: #dad9da;
}
.course-card:last-child {
    padding-bottom: 0;
}
.course-card:last-child:after {
    background: transparent;
}
.course-card .card-title {
    margin-bottom: .4rem;
    font-size: 1.1rem;
}
.card-title-container {
    margin-bottom: 1rem;
}
.course-card .card-img-top-wrapper-sm
.course-card .card-img-top-wrapper-md,
.course-card .card-img-top-wrapper-lg
{
    padding: 0;
    border-radius: 0;
    border: 1px solid #fff;
    box-shadow: 6px 6px 0 #e1e3e8;
}
.course-card:hover .card-img-top-wrapper-md {
    box-shadow: 6px 6px 0 #424242;
}
.course-card-body {
    padding-left: 1.25rem;
    border-left: 1px solid #dad9da;
    height: 100%;
}
/* View more link/button - align to bottom */
.course-card-footer {
    margin-top: auto;
    padding-top: 1rem;
}

.course-catalog-item {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.ci-courses-view_livecourse .action_buttons .btn {
    margin-bottom: .25rem;
}

.toolbar-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    bottom: 1rem;
    opacity: 0;
    visibility: hidden;
}
.toolbar-buttons {
    position: relative;
    padding: .75rem 1.5rem;
    text-align: center;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.toolbar-buttons .btn {
    text-transform: unset;
}
.working-stretched {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background: rgb(251, 255, 213);
    z-index: 1;
}

.track-card-img-wrapper,
.card-img-top-wrapper,
.card-img-top-wrapper-sm,
.card-img-top-wrapper-md,
.card-img-top-wrapper-lg {
    overflow: hidden;
    width: 100%;
    height: 140px;
}
.card-img-top-wrapper-md {
    height: 200px;
}
.card-img-top-wrapper-lg {
    height: 275px;
}
.track-card .track-card-img,
.card-deck-intro .card-img-top,
.course-card .card-img-top {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s ease-in-out;
}
.track-card:hover .track-card-img,
.card-deck-intro .card:hover .card-img-top,
.course-card:hover .card-img-top {
    transform: scale(1.2);
}
.track-card .track-card-img a,
.card-deck-intro .card-img-top a,
.course-card .card-img-top a {
    display: block;
    height: 100%;
    text-indent: -9999px;
}

.track-card-img-wrapper {
    border: 1px solid #fff;
    box-shadow: 3px 3px 0 #e1e3e8;
    height: 100px;
}
.track-card:hover .track-card-img-wrapper {
    box-shadow: 3px 3px 0 #424242;
}
.track-card .card-title {
    font-size: 1rem;
}

.more-icon:after,
.more-icon-external:after {
    font-family: "FontAwesome";
    font-weight: 200;
    margin-left: .35rem;
}

.more-icon:after {
    content: "\f101";
}
.more-icon-external:after {
    content: "\f08e";
}

/* Login page SSO */
.sso-btn {
    position: relative;
    display: flex;
    gap: 12px;
    padding: 0 16px;
    background: transparent;
    align-items: center;
    width: 100%;
    height: 48px;
    font-size: 14px;
    border: 1px solid #b3bac7;
    border-radius: 3px;
    color: #333C4D !important;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    margin-bottom: .5rem;
    transition: background-color 0.25s ease-in-out;
}
.sso-btn:hover {
    text-decoration: none;
    background: rgba(47, 70, 100, .08);
}
.sso-btn:last-child {
    margin-bottom: 0;
}
.sso-btn-text {
    margin-top: 2px;
    flex-grow: 1;
}
.sso-btn-icon {
    width: 16px;
    height: 100%;
    top: 0px;
    /* position: relative; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.sso-btn-icon-microsoft {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjYgKDY3NDkxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5pY25fbWljcm9zb2Z0PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9Imljbl9taWNyb3NvZnQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJtcy1zeW1ib2xsb2NrdXBfbXNzeW1ib2xfMTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjRjI1MDIyIiB4PSIwIiB5PSIwIiB3aWR0aD0iOS40NzM2ODQyMSIgaGVpZ2h0PSI5LjQ3MzY4NDIxIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIGZpbGw9IiMwMEE0RUYiIHg9IjAiIHk9IjEwLjUyNjMxNTgiIHdpZHRoPSI5LjQ3MzY4NDIxIiBoZWlnaHQ9IjkuNDczNjg0MjEiPjwvcmVjdD4KICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZSIgZmlsbD0iIzdGQkEwMCIgeD0iMTAuNTI2MzE1OCIgeT0iMCIgd2lkdGg9IjkuNDczNjg0MjEiIGhlaWdodD0iOS40NzM2ODQyMSI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjRkZCOTAwIiB4PSIxMC41MjYzMTU4IiB5PSIxMC41MjYzMTU4IiB3aWR0aD0iOS40NzM2ODQyMSIgaGVpZ2h0PSI5LjQ3MzY4NDIxIj48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
}
.sso-btn-icon-google {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjYgKDY3NDkxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5pY25fZ29vZ2xlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9Imljbl9nb29nbGUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJsb2dvX2dvb2dsZWdfNDhkcCI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOS42LDEwLjIyNzI3MjcgQzE5LjYsOS41MTgxODE4MiAxOS41MzYzNjM2LDguODM2MzYzNjQgMTkuNDE4MTgxOCw4LjE4MTgxODE4IEwxMCw4LjE4MTgxODE4IEwxMCwxMi4wNSBMMTUuMzgxODE4MiwxMi4wNSBDMTUuMTUsMTMuMyAxNC40NDU0NTQ1LDE0LjM1OTA5MDkgMTMuMzg2MzYzNiwxNS4wNjgxODE4IEwxMy4zODYzNjM2LDE3LjU3NzI3MjcgTDE2LjYxODE4MTgsMTcuNTc3MjcyNyBDMTguNTA5MDkwOSwxNS44MzYzNjM2IDE5LjYsMTMuMjcyNzI3MyAxOS42LDEwLjIyNzI3MjcgTDE5LjYsMTAuMjI3MjcyNyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM0Mjg1RjQiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTEwLDIwIEMxMi43LDIwIDE0Ljk2MzYzNjQsMTkuMTA0NTQ1NSAxNi42MTgxODE4LDE3LjU3NzI3MjcgTDEzLjM4NjM2MzYsMTUuMDY4MTgxOCBDMTIuNDkwOTA5MSwxNS42NjgxODE4IDExLjM0NTQ1NDUsMTYuMDIyNzI3MyAxMCwxNi4wMjI3MjczIEM3LjM5NTQ1NDU1LDE2LjAyMjcyNzMgNS4xOTA5MDkwOSwxNC4yNjM2MzY0IDQuNDA0NTQ1NDUsMTEuOSBMMS4wNjM2MzYzNiwxMS45IEwxLjA2MzYzNjM2LDE0LjQ5MDkwOTEgQzIuNzA5MDkwOTEsMTcuNzU5MDkwOSA2LjA5MDkwOTA5LDIwIDEwLDIwIEwxMCwyMCBaIiBpZD0iU2hhcGUiIGZpbGw9IiMzNEE4NTMiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTQuNDA0NTQ1NDUsMTEuOSBDNC4yMDQ1NDU0NSwxMS4zIDQuMDkwOTA5MDksMTAuNjU5MDkwOSA0LjA5MDkwOTA5LDEwIEM0LjA5MDkwOTA5LDkuMzQwOTA5MDkgNC4yMDQ1NDU0NSw4LjcgNC40MDQ1NDU0NSw4LjEgTDQuNDA0NTQ1NDUsNS41MDkwOTA5MSBMMS4wNjM2MzYzNiw1LjUwOTA5MDkxIEMwLjM4NjM2MzYzNiw2Ljg1OTA5MDkxIDAsOC4zODYzNjM2NCAwLDEwIEMwLDExLjYxMzYzNjQgMC4zODYzNjM2MzYsMTMuMTQwOTA5MSAxLjA2MzYzNjM2LDE0LjQ5MDkwOTEgTDQuNDA0NTQ1NDUsMTEuOSBMNC40MDQ1NDU0NSwxMS45IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0ZCQkMwNSI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMTAsMy45NzcyNzI3MyBDMTEuNDY4MTgxOCwzLjk3NzI3MjczIDEyLjc4NjM2MzYsNC40ODE4MTgxOCAxMy44MjI3MjczLDUuNDcyNzI3MjcgTDE2LjY5MDkwOTEsMi42MDQ1NDU0NSBDMTQuOTU5MDkwOSwwLjk5MDkwOTA5MSAxMi42OTU0NTQ1LDAgMTAsMCBDNi4wOTA5MDkwOSwwIDIuNzA5MDkwOTEsMi4yNDA5MDkwOSAxLjA2MzYzNjM2LDUuNTA5MDkwOTEgTDQuNDA0NTQ1NDUsOC4xIEM1LjE5MDkwOTA5LDUuNzM2MzYzNjQgNy4zOTU0NTQ1NSwzLjk3NzI3MjczIDEwLDMuOTc3MjcyNzMgTDEwLDMuOTc3MjcyNzMgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjRUE0MzM1Ij48L3BhdGg+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDAgMjAgMCAyMCAyMCAwIDIwIj48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
}
.sso-btn-icon-linkedin {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' height='512' width='512'%3E%3Crect width='512' height='512' fill='%230077b5' rx='15%25'/%3E%3Ccircle cx='142' cy='138' r='37'/%3E%3Cpath stroke='%23fff' stroke-width='66' d='M244 194v198M142 194v198'/%3E%3Cpath d='M276 282c0-20 13-40 36-40 24 0 33 18 33 45v105h66V279c0-61-32-89-76-89-34 0-51 19-59 32'/%3E%3C/svg%3E");
}
.sso-btn-icon-custom {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDkxIDkxIiBoZWlnaHQ9IjkxcHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA5MSA5MSIgd2lkdGg9IjkxcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxwYXRoIGQ9Ik02Mi45Myw2MC44MDZjLTcuMzQ2LDAtMTQuMjUtMi44NTktMTkuNDM5LTguMDUzYy0xMC43MTMtMTAuNzE3LTEwLjcxMy0yOC4xNTYtMC4wMDQtMzguODc3ICAgQzQ4LjY4LDguNjg1LDU1LjU4NCw1LjgyNSw2Mi45Myw1LjgyNXMxNC4yNDgsMi44NTksMTkuNDQzLDguMDQ5YzEwLjcxMywxMC43MjMsMTAuNzEzLDI4LjE2MiwwLDM4Ljg3OSAgIEM3Ny4xOCw1Ny45NDYsNzAuMjc1LDYwLjgwNiw2Mi45Myw2MC44MDZ6IE02Mi45MywxMi41MDVjLTUuNTYzLDAtMTAuNzg3LDIuMTY0LTE0LjcxNyw2LjA5NGMtOC4xMDksOC4xMTUtOC4xMDksMjEuMzE4LDAsMjkuNDMyICAgYzMuOTMsMy45MzIsOS4xNTQsNi4wOTYsMTQuNzE3LDYuMDk2YzUuNTYxLDAsMTAuNzg3LTIuMTY0LDE0LjcxOS02LjA5OGM4LjEwOS04LjExMSw4LjEwOS0yMS4zMTQsMC0yOS40MyAgIEM3My43MTcsMTQuNjY5LDY4LjQ5LDEyLjUwNSw2Mi45MywxMi41MDV6IiBmaWxsPSIjNjQ3Rjk0Ii8+PHBhdGggZD0iTTcxLjk3MSwyNC4yNzZjLTIuNDE0LTIuNDE2LTUuNjIzLTMuNzQ2LTkuMDM5LTMuNzQ2Yy0zLjQxMiwwLTYuNjIzLDEuMzMtOS4wNDMsMy43NDQgICBjLTQuOTgyLDQuOTg4LTQuOTgyLDEzLjEsMC4wMDIsMTguMDg4YzIuNDE4LDIuNDEyLDUuNjI3LDMuNzQyLDkuMDQxLDMuNzQyYzMuNDE2LDAsNi42MjktMS4zMzIsOS4wNDctMy43NSAgIEM3Ni45NTksMzcuMzcsNzYuOTU1LDI5LjI1OSw3MS45NzEsMjQuMjc2eiIgZmlsbD0iIzZFQzRBNyIvPjxwYXRoIGQ9Ik0xMi44NTksODcuNTU2TDEyLjg1OSw4Ny41NTZjLTEuMTA3LDAtMi4xNy0wLjQzOS0yLjk1My0xLjIyM2wtNy4yNjgtNy4yNyAgIGMtMS42MzEtMS42MzEtMS42MzEtNC4yNzUsMC01LjkwNGMxLjYzMS0xLjYzMSw0LjI3My0xLjYzMSw1LjkwNCwwbDQuMzE2LDQuMzE4bDI5LjI2NC0yOS4yNjIgICBjMS42MjctMS42MjcsNC4yNzMtMS42MjksNS45MDQsMC4wMDJjMS42MzEsMS42MjksMS42MzEsNC4yNzUsMCw1LjkwNkwxNS44MTEsODYuMzM1QzE1LjAyNyw4Ny4xMTgsMTMuOTY3LDg3LjU1NiwxMi44NTksODcuNTU2eiIgZmlsbD0iIzY0N0Y5NCIvPjxwYXRoIGQ9Ik0yMS4zNDIsNzguMjQzYy0wLjg1NCwwLTEuNzA5LTAuMzI2LTIuMzU5LTAuOTc5TDUuMjg1LDYzLjU3N2MtMS4zMDUtMS4zMDUtMS4zMDUtMy40Mi0wLjAwMi00LjcyNSAgIGMxLjMwNS0xLjMwNSwzLjQyLTEuMzA1LDQuNzIzLTAuMDAybDEzLjY5NywxMy42OTFjMS4zMDUsMS4zMDMsMS4zMDUsMy40MTgsMC4wMDIsNC43MjMgICBDMjMuMDUzLDc3LjkxNywyMi4xOTksNzguMjQzLDIxLjM0Miw3OC4yNDN6IiBmaWxsPSIjNjQ3Rjk0Ii8+PHBhdGggZD0iTTI5LjM1OSw3MC4yMjhjLTAuODU0LDAtMS43MDctMC4zMjYtMi4zNTktMC45NzlsLTcuMjc5LTcuMjY4Yy0xLjMwNS0xLjMwNS0xLjMwNy0zLjQxOC0wLjAwMi00LjcyNSAgIGMxLjMwNS0xLjMwMywzLjQyLTEuMzA3LDQuNzI1LTAuMDAybDcuMjc3LDcuMjdjMS4zMDUsMS4zMDMsMS4zMDcsMy40MTgsMC4wMDQsNC43MjVDMzEuMDcyLDY5LjkwMSwzMC4yMTcsNzAuMjI4LDI5LjM1OSw3MC4yMjh6IiBmaWxsPSIjNjQ3Rjk0Ii8+PC9nPjwvc3ZnPg==");
}

.text-divider {
    margin: 1.25rem 0;
    text-align: center;
    font-size: 12px;
}
.text-divider span {
    position: relative;
    display: block;
    text-align: center;
    line-height: 1.5;
}
.text-divider span:before,
.text-divider span:after {
    content: '';
    position: absolute;
    width: calc(50% - 24px);
    height: 1px;
    background-color: #b3bac7;
    top: 8px;
}
.text-divider span:before {
    left: 0;
}
.text-divider span:after {
    right: 0;
}

.search-result {
    margin-bottom: 2rem;
}
.search-result-title {
    margin-bottom: .25rem;
    font-size: 1.1rem;
}
.search-result-body {
    font-size: 0.8rem;
}
.search-result-info {
    margin-top: .25rem;
}

.row-striped .row:nth-child(odd) {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

/***
    Bootstrap overrides
*/
input[type="text"]::placeholder,
select:invalid {
    font-style: italic;
    color: #acb9c5;
}
.badge.bg-light {
    color: var(--bs-secondary-color);
}
.btn {
    box-shadow: none !important;
}
.btn-xs {
    padding: .25rem .5rem;
    font-size: .77rem;
    line-height: 1.35;
    border-radius: .15rem;
}
.table thead th {
    font-size: .9rem;
    color: #6c757d;
    background-color: #f8f9fa;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 2px solid #dee2e6;
}

fieldset.subset {
    border: 3px dashed #dcdcdc;
    padding: 1rem;
}
fieldset.subset-grey {
    background: #ededed;
}
fieldset.subset legend {
    width: auto;
    margin-left: 1rem;
    margin-bottom: -.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* ag-grid */
.ag-row {
    opacity: 0.85;
}
.ag-row:hover, .ag-row-focus {
    opacity: 1;
}
/* .ag-ltr .ag-cell {
    border-right: 1px solid white;
} */
.ag-invalid-cell {
    background-color: var(--bs-danger-bg-subtle);
    color: var(--bs-danger-text-emphasis);
}
.ag-valid-cell {
    background-color: var(--bs-success-bg-subtle);
    color: var(--bs-success-text-emphasis);
}
.ag-row-success > .ag-cell {
    background-color: var(--bs-secondary-bg-subtle);
    color: var(--bs-success-text-emphasis);
    font-style: italic;
}

/* Hide the original checkbox, including when disabled */
.ag-row-status .ag-checkbox-input-wrapper .ag-checkbox-input {
    opacity: 0; /* Makes the checkbox invisible but keeps its space */
    position: absolute;
    width: 100%;
    height: 100%;
}
.ag-row-status .ag-checkbox-input-wrapper {
    background: transparent;
    font-family: FontAwesome;
}
.ag-row-status .ag-checkbox-input-wrapper.ag-disabled {
    opacity: 1;
}
/* Style the ::after pseudo-element to show your custom content, including when disabled */
.ag-row-status .ag-checkbox-input-wrapper::after,
.ag-row-status .ag-checkbox-input-wrapper.ag-checked::after {
    content: "\f00d"; /* Example: replace "x" with a checkmark or any symbol you prefer */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none; /* Keeps the element from capturing clicks */
}

/* Optional: Additional styling for disabled state if needed */
.ag-row-status .ag-checkbox-input-wrapper.ag-checked::after {
    content: "\f00c";
}

@keyframes flashAnimation {
    from {
        background-color: var(--bs-success-bg-subtle);
    }
    to {
        background-color: inherit;
    }
}

.flash-highlight {
    animation: flashAnimation 1.5s ease-out;
}

/* RAW jquery-modal */
.jq-modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px #000;
    text-align: left
}

.jq-modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
}

.jq-modal-spinner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    background: rgba(0,0,0,.85);
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.jq-loader:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  animation: spinner .6s linear infinite;
}

.jquery-modal.blocker {
    padding: 0;
    /* One higher than a fixed-top navbar */
    z-index: 1031;
}
.jquery-modal .jq-modal {
    /*max-width: 1140px !important;*/
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    overflow-y: visible !important;
    border-radius: 0;
    padding: 1rem 3rem 1rem 3rem;
}
.jquery-modal form {
    padding-bottom: 5rem;
}
.jquery-modal .jq-modal a.close-modal {
    position: fixed;
    top: 5px;
    right: 30px;
}
.jquery-modal .jq-modal .modal-actions {
    background: rgba(217,219,226,0.75);
    border-top: 1px solid #c3c5c7;
    padding: 1rem;
    z-index: 2;
}

.tab-content {
    margin-top: 1rem;
}

.fixed-bottom,
.modal-actions {
    right: 15px;
}

.corner-icon i[class*='-circle'],
.corner-icon i[class*='-triangle'] {
    position: absolute;
    left: -0.75rem;
    top: -0.75rem;
    font-size: 2rem;
}
.corner-icon:before {
    content: '';
    position: absolute;
    left: -0.75rem;
    top: -0.75rem;
    width: 1.98rem;
    height: 1.98rem;
    border-radius: 100%;
    background: #fff;
}

.link-icon:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    margin-right: 0.3rem;
    display: inline-block;
}
.link-icon:hover:before {
    text-decoration: none;
}
/* Links with icons */
.link-icon-info:before {
    content: "\f05a";
}
.link-icon-times:before {
    content: "\f057";
}
.link-icon-check:before {
    content: "\f058";
}

.btn-scorm-launch {
  position: relative;
  padding-right: 56px;
  border-radius: 0 50px 50px 0 !important;
}
.btn-scorm-launch:after {
  font-family: "Font Awesome 6 Pro";
  text-align: center;
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  width: 46px;
  color: #fff;
  background-color: #DC3444;
  /*border-left: 1px solid #fff;*/
  border-radius: 0 50px 50px 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-scorm-launch:after {
  content: "\f135";
  font-weight: 900;
  padding-top: 10px;
}
.btn-sm.btn-scorm-launch:after {
    padding-top: 6px;
}
.btn-scorm-launch:hover:after {
  background-color: #A10E26;
}

/* Some styling for paging in tables and elsewhere */
.pagination-old {
    margin: 5px 0;
    text-align: right;
    width: 100%;
}

.pagination-old a,
.pagination-old strong {
    background-color: #666;
    color: #fff;
    font-size: .75em;
    margin: 3px;
    padding: 5px 10px;
    display: inline-block;
}
.pagination-old strong {
    background-color: #ddd;
    color: #333;
}

.footer-container {
    padding: 24px 30px;
    font-size: .75rem;
}
.footer-container h5 {
  text-transform: uppercase;
}

.jumbotron {
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
}

.navbar-toggler:focus {
    outline: none;
}

.slidenav .topnav-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    justify-content: center;
    z-index: 6;
    transition: all 0.4s;
}
.nav-down .topnav-container {
    transform: translateY(0%);
}
.nav-up .topnav-container {
  transform: translateY(-100%);
}

/* Top Nav */
.navbar-primary .dropdown {
    border-radius: 0;
}
.navbar-primary .dropdown-menu {
    padding: 0;
}
.navbar-primary .navbar-nav .nav-link {
    height: 100%;
    padding: .25rem .5rem;
}
/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/

.navbar-secondary {
    background: rgba(0,0,0,.9);
    color: #b0b0b0;
}
.navbar-secondary > .container {
    display: inline-block;
    text-align: center;
}
.navbar-secondary a {
    color: #fff;
}
.navbar-secondary a:hover {
    color: #74acff;
}

p:last-child {
    margin-bottom: 0;
}

/* Main footer */
.footer .aec-si-link {
    padding: 0;
    margin-right: 12px;
}

.footer-container .aec-si-link {
    text-decoration: none;
    border: 0;
    font-size: 1rem;
    padding: 0;
    margin-right: 1rem;
}
.aec-si-link i {
    transition: all .125s linear;
    -o-transition: all .125s linear;
    -moz-transition: all .125s linear;
    -webkit-transition: all .125s linear;
}

.footer-container .aec-si-link i:hover {
    transform: scale(1.3,1.3);
    -ms-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
}

.flashdata-container {
    margin: 1rem 0;
}
.flashdata-container > :last-child {
    margin-bottom: 0;
}

.f-table {
    margin-bottom: 1rem;
}
.f-table .tr {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}
.f-table .thead .tr {
    border-bottom-width: 2px !important;
}
.f-table .tbody .tr:last-child {
    border: none;
}
.f-table-hover .tbody .tr:hover {
    background: rgba(0,0,0,0.075);
}
.bg-light .f-table-hover .tbody .tr:hover {
    background: #fff;
}

/***
    Utilities
*/
.text-smaller {
    font-size: 90%;
}
.section {
    margin-bottom: 2rem;
    background-color: #fff;
}
.separator {
    display: block;
    margin: 24px 0;
}
.separator-white {
    border-bottom: 1px solid #fff;
}
.separator-black {
    border-bottom: 1px solid #000;
}
.separator-dark {
    border-bottom: 1px solid #343a40;
}

.course-overlay-container {
    position: absolute;
    left: -6px;
    top: -12px;
}
.course-overlay {
    position: relative;
    z-index: 5;
    display: inline-block;
    min-width: 90px;
    text-align: center;
    padding: 4px 12px;
    padding-right: 20px;
    font-weight: bold;
    font-size: 12px;
    background: transparent;
    border-radius: 20px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
    color: #fff;
}

.course-overlay-online {
    background: #278427;
}
.course-overlay-live {
    background: #ab2323;
}
.course-overlay-track {
    padding-right: 36px;
    padding-left:  20px;
    background:  #1c7ed6;
}
.course-overlay-track-count {
    margin-left: -6px;
    padding-left: 30px;
    padding-right: 36px;
    background:  #6a737b;
    z-index: 4;
}

.course-overlay-hsw {
    min-width: 70px;
    margin-left: -6px;
    padding-left: 24px;
    padding-right: 30px;
    background: #4a4aab;
    z-index: 4;
}
.course-overlay-featured {
    min-width: 70px;
    margin-left: -6px;
    padding-left: 24px;
    padding-right: 30px;
    text-transform: uppercase;
    background: #fb7705;
    z-index: 3;
}

.course-overlay:after {
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border-radius: 100px;
    right: -14px;
    top: -5px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
    background: #fff;
    border: 2px solid transparent;
    color: #000;
    font-family: 'Font Awesome 6 Pro';
}

/* Specific to each delivery type */
.course-overlay-live:after {
    border-color: #ab2323;
    color: #ab2323;
    content: "\f0c0";
}

.course-overlay-online:after {
    border-color: #278427;
    color: #278427;
    content: "\f0ac";
}

.course-overlay-track:after {
    border-color: #1c7ed6;
    color: #1c7ed6;
    content: "\f00b";
}

.course-overlay-track-count:after {
    border-color: #6a737b;
    color: #6a737b;
    content: "\f292";
}

.course-overlay-featured:after {
    border-color: #fb7705;
    color: #fb7705;
    content: "\f08d";
}

.course-overlay-hsw:after {
    border-color: #4a4aab;
    color: #4a4aab;
    content: "\f21e";
}

.course-hero {
    position: relative;
}
.course-hero-img {
    width: 100%;
    height: auto;
}
.course-hero-title {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0, 0.7);
    font-size: 28px;
    color: #fff;
}

.course-hero-video {
    display: flex;
    flex-direction: column;
}
.course-hero-video .course-hero-title {
    position: static;
    order: 1;
    margin-bottom: 0;
    background: transparent;
    color: #000;
}
.course-hero-player {
    margin-bottom: -6px;
    order: 2;
}
.course-hero-player video {
    width: 100%;
    height: auto;
    outline: none;
}
.course-hero-video .course-user-status {
    order: 3;
}

.aec-course-image {
    text-align: center;
}

/* Add/edit form - SortableJS */
.track-courses-mx-height {
    height: 350px;
    overflow-y:  auto;
}
.track-courses-mx-height .list-group-item {
    cursor: grabbing;
}

.sortable-handle {
    cursor: grabbing;
}
.sortable-ghost {
    background-color: #cdefff!important;
}
.sortable-chosen {
    background-color: #fcffcd!important;
}
.sortable-drag {
    background-color: #cdefff!important;
}

/* About This Portal Admin Page */
.about-accordion .card-header {
    cursor: pointer;
    padding: .9rem 1rem;
}
.about-accordion .card-header:hover {
    background-color: rgba(0, 0, 0, .075);
}

/***
    View Quiz Results
    Temporary until we can get the static HTML out of the DB
*/

ul.quiz {
    list-style: none;
    padding-left: 0;
}
ul.quiz li {
    margin-bottom: 1.5rem;
}
.green {
    color: #28a745
}
.red {
    color: #dc3545
}
ul.quiz .quiz-question {
    font-size: 1.25rem;
}
ul.quiz .quiz-answer {
    display: inline-block;
    margin-left: 1rem;
}
ul.quiz .quiz-answer:first-child {
    margin-left: 1.75rem;
}
ul.quiz .quiz-answer input {
    margin-right: .35rem;
}
.compact-button {
    color: #fff;
    background-color: #6c757d;
    border-color: 1px solid #6c757d;

    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.compact-button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.error {
    color: #721c24;
}

/* Mimics Bootstrap alert-danger */
.parsley-errors-list.filled {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/***
    Floating form labels
*/
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
    height: 3.125rem;
    padding: .75rem;
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #ddd;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder,
.form-label-group input:-ms-input-placeholder,
.form-label-group input::-ms-input-placeholder,
.form-label-group input::-moz-placeholder,
.form-label-group input::placeholder {
    color: #999;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #999;
}

.z-depth-1 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.z-depth-2 {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

[v-cloak] { display: none }

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.easy-autocomplete-container {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    max-height: 400px;
    overflow-y: auto;
    min-width:  340px;
}
.easy-autocomplete-container ul {
    margin: 0;
}
/* bootstrap-select (multiselect dropdown) overrides */
.bootstrap-select .dropdown-menu {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.bootstrap-select .dropdown-toggle {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.bootstrap-select .dropdown-item {
    border: 1px solid transparent;
    border-left: 0;
    border-right: 0;
}
.bootstrap-select .dropdown-item.selected {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}
.bootstrap-select .popover-header {
    background-color: var(--bs-warning-bg-subtle);
    color: var(--bs-warning-text-emphasis);
    margin-bottom: .5rem;
    padding: 0.5rem 1rem;
    font-size: .875rem;
}
.bootstrap-select .close {
    border: none;
    background: transparent;
    color: #000;
}

/* SCORM Viewer/Player */
.myButton:disabled {
    cursor: no-drop !important;
    opacity: .75;
}
.myButton:disabled:hover {
    background: linear-gradient(to bottom, #f8a33d 5%, #f37d32 100%);
}

/* FilePond (file uploader) overrides
/* use a hand cursor intead of arrow for the action buttons */
.filepond--root {
    min-height: 80px;
}

/* Slick Slider default styles */

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
}
.slider-item .container {
    position: relative;
    height: 100%;
}
.slider-item {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    max-width: 100%;
}
.slick-prev,
.slick-next {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 2;
    color: transparent;
    border-radius: 100%;
    /*text-indent: -9999em;*/
    width: 50px;
    height: 50px;
    border: none;
    background: rgba(255,255,255,0.6);
    transition: all .3s;
}
.slick-prev:hover,
.slick-next:hover {
    background: #fff;
}
.slick-prev:focus,
.slick-next:focus {
    outline: none;
}
.slick-prev {
    left: 25px;
}
.slick-next {
    right: 25px;
}
.slick-prev:after,
.slick-next:after {
    position: absolute;
    bottom: 1px;
    right: 15px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 30px;
    color: #222;
    opacity: .75;
}
.slick-prev:hover:after,
.slick-next:hover:after {
    opacity: 1;
}
.slick-prev:after {
    content: '\f053';
}
.slick-next:after {
    content: '\f054';
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    content: '';
    font-family: 'Font Awesome 6 Pro';
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    opacity: .25;
    background: #000;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    background: #000;
}

/* Tagify */
.tags-look .tagify__dropdown__item{
  display: inline-block;
  border-radius: 3px;
  padding: .3em .5em;
  border: 1px solid #CCC;
  background: #F3F3F3;
  margin: .2em;
  font-size: .85em;
  color: black;
  transition: 0s;
}

.tags-look .tagify__dropdown__item--active{
  color: black;
}

.tags-look .tagify__dropdown__item:hover {
  background: lightyellow;
  border-color: gold;
}

[v-cloak] {
    display:  none;
}

@media (min-width: 1550px) {
    .contact-button {
        position: fixed;
        right: 30px;
        bottom: 30px;
        z-index: 2;
    }
}

/* Bootstrap breakpoints */
@media (min-width: 576px) {
    .easy-autocomplete-container {
        left: unset;
    }
    /* Grids + Course Cards */
    .hp-course-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .list-view .ccard {
        flex-direction: row;
        flex-wrap: wrap;
        background: #fff;
        border: 1px solid rgba(0,0,0,0.045);
    }
    .list-view .ccard-topper {
        padding: 10px;
        padding-bottom: 10px;
        align-self: flex-start;
    }
    .list-view .ccard-status {
        top: 18px;
        left: 0;
    }
    .list-view .ccard-img-container {
        width: 200px;
        height: 150px;
    }
    .list-view .ccard-img {
        height: 100%;
    }
    .list-view .ccard-body {
        border-radius: 0;
        margin: 0;
    }
    .list-view .ccard-meta {
        height: unset;
    }
    .list-view .ccard-track .ccard-preview {
        display: block;
        margin: 1px 0 0 0;
        border-radius: 0;
    }
    .list-view .ccard-cta {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .easy-autocomplete-container {
        /* right: 113px; */
    }
    /* Grid + Course Cards  */
    .hp-course-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .easy-autocomplete-container {
        right: -30px;
    }
    /* Grid + Course Cards  */
    .hp-course-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1200px) {
}

.list-view {
    grid-template-columns: 1fr;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }
    .form-label-group input::-ms-input-placeholder {
        color: #999;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }
    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}
