/* Collectiva home-page theme, scoped so the existing application pages are unchanged. */
.cka-home {
    --cka-navy: #102a54;
    --cka-royal-blue: #123b68;
    --cka-gold: #d9a441;
    --cka-gold-border: #b9852a;
    --cka-white: #ffffff;
    --cka-soft-blue-grey: #ebf0f7;
    --cka-warm-ivory: #f6f1e7;
    --cka-text: #1c2b45;
    --cka-muted: #51607a;
    --cka-border: #d4d8e2;
    --cka-cream-border: #E7DCC4;
    --cka-focus: #3b7dd8;
    color: var(--cka-text);
    font-family: Lato, Arial, sans-serif;
}

#page-title.cka-page-banner {
    background-color: var(--cka-navy) !important;
    border-bottom: 3px solid var(--cka-gold) !important;
}

#page-title.cka-page-banner h1 {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.cka-static-page {
    --cka-navy: #102a54;
    --cka-gold: #d9a441;
    --cka-gold-border: #b9852a;
    --cka-text: #1c2b45;
    --cka-muted: #51607a;
    --cka-border: #d4d8e2;
    --cka-cream-border: #E7DCC4;
    font-family: Lato, Arial, sans-serif;
    color: var(--cka-muted);
}

.cka-static-page h1,
.cka-static-page h2,
.cka-static-page h3,
.cka-static-page h4,
.cka-static-page h5 {
    color: var(--cka-text);
}

.cka-static-page p {
    color: var(--cka-muted);
    line-height: 1.7;
}

.cka-static-page a {
    color: var(--cka-navy);
}

.cka-static-page a:hover {
    color: var(--cka-gold);
}

.cka-static-page ul,
.cka-static-page ol {
    color: var(--cka-muted);
}

.cka-static-page .iconlist-color .icon-ok-sign,
.cka-static-page .iconlist-color .icon-ok {
    color: var(--cka-gold) !important;
}

.cka-static-page .accordion .acctitle {
    color: var(--cka-text);
    border-top-color: var(--cka-border);
}

.cka-static-page .accordion .acctitle i {
    color: var(--cka-gold);
}

.cka-static-page .accordion .acc_content {
    color: var(--cka-muted);
}

.cka-static-page .color {
    color: var(--cka-gold);
}

.cka-static-page .card.bg-dark h3 {
    color: #ffffff !important;
}

.cka-static-page .card.bg-dark p {
    color: rgba(255, 255, 255, 0.5) !important;
}

.cka-package {
    --cka-navy: #102a54;
    --cka-gold: #d9a441;
    --cka-gold-border: #b9852a;
    --cka-text: #1c2b45;
    --cka-muted: #51607a;
    --cka-border: #d4d8e2;
    --cka-cream-border: #E7DCC4;
    color: var(--cka-muted);
}

.cka-package h1,
.cka-package h2,
.cka-package h3,
.cka-package h4,
.cka-package h5 {
    color: var(--cka-text);
}

.cka-package p {
    color: var(--cka-muted);
}

.cka-package a {
    color: var(--cka-navy);
}

.cka-package a:hover {
    color: var(--cka-gold);
}

.cka-package .button-green {
    background-color: var(--cka-gold) !important;
    color: var(--cka-navy) !important;
    border-color: var(--cka-gold-border) !important;
}



/* Category + Combo browse/course pages — tokens + card/button treatment
   consistent with .cka-allcourses / .cka-package (same "browse courses" cards). */
.cka-category,
.cka-combo {
    --cka-navy: #102a54;
    --cka-gold: #d9a441;
    --cka-gold-border: #b9852a;
    --cka-white: #ffffff;
    --cka-text: #1c2b45;
    --cka-muted: #51607a;
    --cka-border: #d4d8e2;
    --cka-cream-border: #E7DCC4;
    color: var(--cka-muted);
    font-family: Lato, Arial, sans-serif;
}

.cka-category h1, .cka-category h2, .cka-category h3, .cka-category h4, .cka-category h5,
.cka-combo h1, .cka-combo h2, .cka-combo h3, .cka-combo h4, .cka-combo h5 {
    color: var(--cka-text);
}

.cka-category p, .cka-combo p {
    color: var(--cka-muted);
    line-height: 1.7;
}

.cka-category a, .cka-combo a {
    color: var(--cka-navy);
}

.cka-category a:hover, .cka-combo a:hover {
    color: var(--cka-gold);
}

.cka-category .button-green,
.cka-combo .button-green {
    background-color: var(--cka-gold) !important;
    color: var(--cka-navy) !important;
    border-color: var(--cka-gold-border) !important;
}

.cka-category .button-dirtygreen,
.cka-combo .button-dirtygreen {
    background-color: var(--cka-navy) !important;
    color: #ffffff !important;
    border-color: var(--cka-navy) !important;
}

.cka-category .CategoryName,
.cka-combo .CategoryName {
    height: auto !important;
    margin: 28px 0 16px !important;
    padding: 12px 16px !important;
    border-left: 4px solid var(--cka-gold);
    background: var(--cka-navy);
    border-radius: 4px;
    text-align: left !important;
}

.cka-category .CategoryName a,
.cka-combo .CategoryName a,
.cka-category .CategoryName a:hover,
.cka-combo .CategoryName a:hover {
    color: #ffffff !important;
}

.cka-category .feature-box,
.cka-category .ipost,
.cka-combo .feature-box,
.cka-combo .ipost {
    background: var(--cka-white);
    border: 1px solid var(--cka-border);
    border-radius: 8px;
}

.cka-category .entry-title a,
.cka-combo .entry-title a {
    color: var(--cka-navy);
}

.cka-category .entry-title a:hover,
.cka-combo .entry-title a:hover {
    color: var(--cka-gold);
}

.cka-category .cka-page-subtitle,
.cka-combo .cka-page-subtitle {
    max-width: 620px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .82);
    font-size: 1rem;
    line-height: 1.6;
}

.cka-home *,
.cka-home *::before,
.cka-home *::after {
    box-sizing: border-box;
}

.cka-home a {
    color: var(--cka-royal-blue);
}

.cka-home a:focus-visible,
.cka-home button:focus-visible,
.cka-home iframe:focus-visible {
    outline: 2px solid var(--cka-focus);
    outline-offset: 3px;
}

/* Header authentication actions */
.cka-auth-login,
.cka-auth-signup {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    height: 44px;
    padding: 0 16px !important;
    border-radius: 6px !important;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1 !important;
    text-align: center;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

#mobULLogin {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 56px;
    margin: 0;
    padding: 0;
}

.top-links > ul > li.cka-auth-item {
    border-left: 0 !important;
    display: flex;
    align-items: center;
    height: 56px;
    margin: 0 !important;
    padding: 0 !important;
}

.top-links > ul > li.cka-auth-item:hover {
    background-color: transparent !important;
}

.cka-auth-login {
    margin-right: 0 !important;
    background-color: transparent !important;
    border: 1.5px solid #d9a441 !important;
    color: #d9a441 !important;
}

.cka-auth-login:hover,
.cka-auth-login:focus {
    background-color: rgba(217, 164, 65, .14) !important;
    border-color: #d9a441 !important;
    color: #f0c66d !important;
}

.cka-auth-signup {
    background-color: #d9a441 !important;
    border: 1.5px solid #d9a441 !important;
    color: #102a54 !important;
}

.cka-auth-signup:hover,
.cka-auth-signup:focus {
    background-color: #b9852a !important;
    border-color: #b9852a !important;
    color: #0b1f40 !important;
}

@media (max-width: 767px) {
    #mobULLogin {
        gap: 5px;
        min-height: 50px;
    }

    .top-links > ul > li.cka-auth-item {
        height: 50px;
    }

    .cka-auth-login,
    .cka-auth-signup {
        min-width: 78px;
        height: 40px;
        padding-right: 11px !important;
        padding-left: 11px !important;
        font-size: .7rem;
    }
}

.cka-home .home-section-title,
.cka-home .heading-block h2,
.cka-home .heading-block h4,
.cka-home #mobh2 {
    color: var(--cka-navy);
    font-weight: 700;
}

.cka-home .heading-block h2::after {
    background-color: var(--cka-gold);
}

/* Hero */
.cka-home .cka-home-hero {
    background: linear-gradient(135deg, var(--cka-navy), var(--cka-royal-blue)) !important;
    padding: 18px 0 !important;
}

.cka-home .cka-home-hero .container {
    max-width: 1240px;
}

.cka-home .cka-home-hero .slider-wrap {
    background: transparent;
}

.cka-home .cka-home-hero .cka-hero-slide {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
    align-items: center;
    min-height: 380px;
    gap: 48px;
    padding: 38px 72px 54px;
    background: linear-gradient(135deg, rgba(14, 42, 71, .98), rgba(18, 59, 104, .96));
    border: 1px solid rgba(200, 154, 61, .34);
    border-radius: 8px;
}

.cka-home .cka-hero-copy {
    max-width: 650px;
}

.cka-home .cka-hero-eyebrow {
    margin: 0 0 14px;
    color: var(--cka-gold);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.4;
}

.cka-home .cka-hero-copy h1 {
    margin: 0 0 14px;
    color: var(--cka-white);
    font-size: clamp(2rem, 4vw, 3.65rem);
    font-weight: 800;
    line-height: 1.08;
}

.cka-home .cka-hero-tamil {
    margin: 0 0 14px;
    color: var(--cka-gold);
    font-family: BalooThambi2-Bold, Lato, Arial, sans-serif;
    font-size: clamp(1.05rem, 1.7vw, 1.35rem);
    line-height: 1.4;
}

.cka-home .cka-hero-description {
    max-width: 600px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 1.03rem;
    line-height: 1.7;
}

.cka-home .cka-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.cka-home .cka-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid var(--cka-gold);
    border-radius: 6px;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .02em;
    transition: background-color .15s ease, color .15s ease, transform .15s ease;
}

.cka-home .cka-hero-button:hover {
    transform: translateY(-2px);
}

.cka-home .cka-hero-button-primary {
    background: var(--cka-gold);
    color: var(--cka-navy) !important;
}

.cka-home .cka-hero-button-primary:hover {
    background: var(--cka-white);
    border-color: var(--cka-white);
}

.cka-home .cka-hero-button-secondary {
    background: transparent;
    color: var(--cka-white) !important;
}

.cka-home .cka-hero-button-secondary:hover {
    background: rgba(255, 255, 255, .1);
}

.cka-home .cka-hero-portrait-wrap {
    display: flex;
    min-height: 270px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 18px 18px 0;
    overflow: hidden;
    background: var(--cka-warm-ivory);
    border: 1px solid rgba(200, 154, 61, .55);
    border-radius: 8px;
}

.cka-home .cka-hero-portrait {
    display: block;
    width: min(100%, 330px);
    height: 270px;
    object-fit: cover;
    object-position: center top;
    border: 0 !important;
    border-radius: 0 !important;
}

.cka-home .cka-hero-portrait-caption {
    display: block;
    width: 100%;
    padding: 12px 4px 14px;
    color: var(--cka-navy);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.35;
    text-align: center;
}

.cka-home .cka-home-hero .flex-prev,
.cka-home .cka-home-hero .flex-next {
    background-color: var(--cka-gold) !important;
    color: var(--cka-navy) !important;
}

.cka-home .cka-home-hero .flex-control-nav li a.flex-active {
    background-color: var(--cka-gold);
}

/* Introduction */
.cka-home .cka-home-introduction {
    background: var(--cka-white);
    padding: 64px 0 !important;
}

.cka-home .cka-home-introduction #mobh2 {
    margin-bottom: 20px;
    line-height: 1.35;
}

.cka-home .cka-home-introduction #mobh2 span {
    color: var(--cka-royal-blue);
    font-family: Lato, Arial, sans-serif !important;
    font-size: .58em;
    letter-spacing: .02em;
}

.cka-home .cka-home-introduction p {
    color: var(--cka-muted);
    line-height: 1.7;
}

.cka-home .cka-home-introduction h5 {
    color: var(--cka-navy);
    margin-top: 24px;
}

.cka-home .cka-home-introduction .HomePageH2 {
    display: none;
}

.cka-home .cka-home-introduction .iconlist li i,
.cka-home .cka-home-introduction .iconlist li::marker {
    color: var(--cka-gold);
}

.cka-home .cka-home-video {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid var(--cka-border);
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(14, 42, 71, .1);
}

.cka-home .cka-home-introduction .button-blue,
.cka-home .cka-home-introduction .button-red {
    border: 1px solid var(--cka-gold) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    transition: background-color .15s ease, color .15s ease, transform .15s ease;
}

.cka-home .cka-home-introduction .button-blue {
    background-color: var(--cka-gold) !important;
    color: var(--cka-navy) !important;
}

.cka-home .cka-home-introduction .button-red {
    background-color: transparent !important;
    color: var(--cka-royal-blue) !important;
}

.cka-home .cka-home-introduction .button-blue:hover,
.cka-home .cka-home-introduction .button-red:hover {
    background-color: var(--cka-navy) !important;
    color: var(--cka-white) !important;
    transform: translateY(-2px);
}

/* Learning process */
.cka-home .cka-home-learning-process {
    background-color: var(--cka-soft-blue-grey) !important;
    padding: 56px 0 !important;
}

.cka-home .cka-home-learning-process .heading-block h4 a {
    color: var(--cka-royal-blue);
}

.cka-home .cka-home-learning-process .iconlist li {
    color: var(--cka-muted);
    line-height: 1.7 !important;
}

.cka-home .cka-home-learning-process .iconlist li i {
    color: var(--cka-gold);
}

.cka-home .cka-home-learning-process iframe {
    width: 100%;
    max-width: 560px;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 1px solid var(--cka-border);
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(14, 42, 71, .1);
}

.cka-home .cka-home-section-heading {
    max-width: 680px;
    margin: 0 auto 32px;
    text-align: center;
}

.cka-home .cka-home-section-heading h2 {
    margin: 0 0 12px;
    color: var(--cka-navy);
    font-size: clamp(1.65rem, 2.5vw, 2.25rem);
    line-height: 1.2;
}

.cka-home .cka-home-section-heading > p:last-child {
    margin: 0;
    color: var(--cka-muted);
    line-height: 1.7;
}

.cka-home .cka-home-eyebrow {
    margin: 0 0 10px;
    color: var(--cka-gold);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* Outcomes */
.cka-home .cka-home-outcomes {
    padding: 72px 0;
    background-color: var(--cka-white);
    border-top: 1px solid var(--cka-border);
    border-bottom: 1px solid var(--cka-border);
}

.cka-home .cka-outcome-grid {
    display: flex;
    flex-wrap: wrap;
}

.cka-home .cka-outcome-grid > [class*="col-"] {
    display: flex;
    margin-bottom: 20px;
}

.cka-home .cka-outcome-card {
    width: 100%;
    padding: 24px;
    background: var(--cka-warm-ivory);
    border: 1px solid var(--cka-border);
    border-radius: 6px;
}

.cka-home .cka-outcome-number {
    display: block;
    margin-bottom: 18px;
    color: var(--cka-gold);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.cka-home .cka-outcome-card h3 {
    margin: 0 0 10px;
    color: var(--cka-navy);
    font-size: 1.05rem;
}

.cka-home .cka-outcome-card p {
    margin: 0;
    color: var(--cka-muted);
    font-size: .92rem;
    line-height: 1.65;
}

/* Course discovery */
.cka-home .cka-home-courses-title {
    background: var(--cka-navy) !important;
    border-top: 2px solid var(--cka-gold);
}

.cka-home .cka-home-courses {
    background-color: var(--cka-royal-blue) !important;
}

.cka-home .cka-home-courses .panel {
    min-height: 58px;
    background-color: var(--cka-warm-ivory);
    border: 1px solid var(--cka-cream-border);
    border-left: 4px solid var(--cka-gold);
    border-radius: 6px !important;
    box-shadow: 0 1px 3px rgba(14, 42, 71, .08);
    transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.cka-home .cka-home-courses .panel:hover {
    background-color: #fbf3e1;
    border-color: var(--cka-cream-border);
    border-left-color: var(--cka-gold-border);
    box-shadow: 0 4px 12px rgba(14, 42, 71, .16);
    transform: translateY(-2px);
}

.cka-home .cka-home-courses .panel-body {
    display: flex;
    align-items: center;
    min-height: 58px;
    flex-wrap: wrap;
}

.cka-home .cka-home-courses .panel span {
    display: block;
    width: 100%;
    color: var(--cka-navy) !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.cka-home .cka-home-courses .panel-body::after {
    display: block;
    width: 100%;
    margin-top: 5px;
    color: var(--cka-muted);
    content: "Practical learning path  -  View course details";
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .02em;
}

/* Highlights */
.cka-home .cka-home-highlights {
    background-color: var(--cka-warm-ivory);
}

.cka-home .cka-home-highlights .heading-block,
.cka-home .cka-home-testimonials .heading-block {
    margin-bottom: 36px;
}

.cka-home .cka-home-highlights .heading-block .cka-home-eyebrow,
.cka-home .cka-home-testimonials .heading-block .cka-home-eyebrow {
    margin-bottom: 10px;
}

.cka-home .cka-home-highlights .feature-box {
    min-height: 250px;
    padding: 24px 24px 24px 96px;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.cka-home .cka-home-highlights .feature-box .fbox-icon {
    top: 24px;
    left: 24px;
}

.cka-home .cka-home-highlights .feature-box:hover {
    border-color: var(--cka-border);
    box-shadow: 0 4px 12px rgba(14, 42, 71, .08);
    transform: translateY(-2px);
}

.cka-home .cka-home-highlights .fbox-icon img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.cka-home .cka-home-highlights .feature-box h3 {
    color: var(--cka-navy);
}

.cka-home .cka-home-highlights .feature-box p {
    color: var(--cka-muted);
    line-height: 1.65;
}

/* Learning modes */
.cka-home .cka-home-learning-modes > div {
    display: flex;
    min-height: 290px;
    padding: 42px 36px !important;
}

.cka-home .cka-home-learning-modes > div > div {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.cka-home .cka-home-learning-modes .button {
    margin-top: auto !important;
}

.cka-home .cka-home-learning-modes img {
    width: 118px;
    height: 118px;
    padding: 8px !important;
    margin: 4px 0 18px;
    background: var(--cka-white);
    border-radius: 4px;
}

.cka-home .cka-home-learning-modes > div:nth-child(1) {
    background-color: var(--cka-royal-blue) !important;
}

.cka-home .cka-home-learning-modes > div:nth-child(2) {
    background-color: var(--cka-navy) !important;
}

.cka-home .cka-home-learning-modes > div:nth-child(3) {
    background-color: var(--cka-gold) !important;
    color: var(--cka-navy);
}

.cka-home .cka-home-learning-modes h3 {
    color: inherit;
}

.cka-home .cka-home-learning-modes p {
    line-height: 1.7 !important;
}

.cka-home .cka-home-learning-modes > div:nth-child(3) p {
    color: var(--cka-navy);
}

.cka-home .cka-home-learning-modes .button {
    border-color: currentColor;
    border-radius: 6px !important;
}

/* Testimonials */
.cka-home .cka-home-testimonials {
    background-color: var(--cka-white);
    padding-top: 56px;
}

.cka-home .cka-home-testimonials .testimonials-grid > li {
    display: none;
    padding: 10px;
}

.cka-home .cka-home-testimonials .testimonials-grid > li:nth-child(n+2):nth-child(-n+9) {
    display: block;
}

.cka-home .cka-home-testimonials .testimonial {
    height: 100%;
    background-color: var(--cka-warm-ivory);
    border: 1px solid var(--cka-border);
    border-radius: 6px;
}

.cka-home .cka-home-testimonials .testi-content {
    position: relative;
    padding-top: 42px;
}

.cka-home .cka-home-testimonials .testi-content::before {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    background: var(--cka-navy);
    color: var(--cka-gold);
    content: "CK";
    font-size: .65rem;
    font-weight: 800;
}

.cka-home .cka-home-testimonials .testimonials-grid > li:nth-child(2) .testi-content::before { content: "BN"; }
.cka-home .cka-home-testimonials .testimonials-grid > li:nth-child(3) .testi-content::before { content: "AC"; }
.cka-home .cka-home-testimonials .testimonials-grid > li:nth-child(4) .testi-content::before { content: "D"; }
.cka-home .cka-home-testimonials .testimonials-grid > li:nth-child(5) .testi-content::before { content: "R"; }
.cka-home .cka-home-testimonials .testimonials-grid > li:nth-child(6) .testi-content::before { content: "M"; }
.cka-home .cka-home-testimonials .testimonials-grid > li:nth-child(7) .testi-content::before { content: "PB"; }
.cka-home .cka-home-testimonials .testimonials-grid > li:nth-child(8) .testi-content::before { content: "S"; }
.cka-home .cka-home-testimonials .testimonials-grid > li:nth-child(9) .testi-content::before { content: "R"; }

.cka-home .cka-home-testimonials .testi-content p {
    color: var(--cka-muted);
    line-height: 1.7;
}

.cka-home .cka-home-testimonials .testi-meta {
    color: var(--cka-navy);
    font-weight: 700;
}

/* All courses */
.cka-allcourses {
    --cka-navy: #102a54;
    --cka-royal-blue: #123b68;
    --cka-gold: #d9a441;
    --cka-gold-border: #b9852a;
    --cka-white: #ffffff;
    --cka-soft-blue-grey: #ebf0f7;
    --cka-warm-ivory: #f6f1e7;
    --cka-text: #1c2b45;
    --cka-muted: #51607a;
    --cka-border: #d4d8e2;
    color: var(--cka-text);
    font-family: Lato, Arial, sans-serif;
}

.cka-allcourses *,
.cka-allcourses *::before,
.cka-allcourses *::after {
    box-sizing: border-box;
}

.cka-allcourses #page-title.cka-courses-title {
    padding: 58px 0 64px !important;
    background: linear-gradient(135deg, var(--cka-navy), var(--cka-royal-blue)) !important;
    border-bottom: 3px solid var(--cka-gold);
}

.cka-allcourses .cka-courses-title h1 {
    margin: 0 0 12px;
    color: var(--cka-white);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: .01em;
}

.cka-allcourses .cka-page-eyebrow {
    margin: 0 0 12px;
    color: var(--cka-gold);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.cka-allcourses .cka-page-subtitle {
    max-width: 620px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .82);
    font-size: 1rem;
    line-height: 1.6;
}

.cka-allcourses .cka-courses-content {
    padding: 56px 0 80px !important;
    background: var(--cka-soft-blue-grey);
}

.cka-allcourses .cka-course-search-card {
    position: relative;
    top: auto;
    z-index: 2;
    margin: -96px auto 40px;
    padding: 28px !important;
    border: 1px solid var(--cka-border);
    border-top: 4px solid var(--cka-gold);
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(14, 42, 71, .12) !important;
}

.cka-allcourses .cka-course-search-card h4 {
    margin: 0 0 16px !important;
    padding: 0;
    color: var(--cka-navy);
    font-size: 1.2rem;
    font-weight: 800;
}

.cka-allcourses .cka-course-search-control {
    padding: 0;
}

.cka-allcourses .cka-course-search-control .form-control {
    width: auto !important;
    height: 48px;
    padding: 10px 16px;
    border: 1px solid var(--cka-border) !important;
    border-right: 0 !important;
    border-radius: 6px 0 0 6px !important;
    background: var(--cka-white) !important;
    color: var(--cka-text);
    box-shadow: none;
}

.cka-allcourses .cka-course-search-control .form-control:focus {
    border-color: var(--cka-royal-blue) !important;
    box-shadow: 0 0 0 2px rgba(18, 59, 104, .12);
}

.cka-allcourses .cka-course-search-control .input-group-append,
.cka-allcourses .cka-course-search-control .input-group-text {
    height: 48px;
}

.cka-allcourses .cka-course-search-control .input-group-text {
    padding: 0 18px;
    border: 1px solid var(--cka-border);
    border-radius: 0 6px 6px 0;
    background: var(--cka-navy);
    color: var(--cka-gold);
}

.cka-allcourses #lblCourseSearchCnt {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    color: var(--cka-muted);
    font-size: .82rem;
}

.cka-allcourses .cka-course-intro {
    align-items: center;
    margin: 0 0 40px;
    padding: 28px;
    background: var(--cka-warm-ivory);
    border: 1px solid var(--cka-border);
    border-radius: 8px;
}

.cka-allcourses .cka-course-intro > div:first-child {
    text-align: center;
}

.cka-allcourses .cka-course-intro img {
    width: 150px;
    max-width: 100%;
    border: 3px solid var(--cka-gold);
    border-radius: 50% !important;
}

.cka-allcourses .cka-course-intro-copy {
    position: static !important;
    padding: 0 24px !important;
    color: var(--cka-muted);
}

.cka-allcourses #dvIntro {
    display: block;
    width: auto;
    padding: 0;
    text-align: left;
    line-height: 1.75rem;
}

.cka-allcourses #dvVAM {
    position: static;
}

.cka-allcourses #dvVAM span {
    color: var(--cka-muted);
    font-family: BalooThambi2-SemiBold, Latha, sans-serif !important;
    font-size: 1rem;
}

.cka-allcourses .cka-course-tabs {
    padding: 24px;
    background: var(--cka-white);
    border: 1px solid var(--cka-border);
    border-radius: 8px;
}

.cka-allcourses .cka-course-tabs > .tab-nav {
    display: flex;
    gap: 8px;
    margin: 0 0 24px;
    padding: 0;
    border-bottom: 1px solid var(--cka-border);
}

.cka-allcourses .cka-course-tabs > .tab-nav li {
    margin: 0;
}

.cka-allcourses .cka-course-tabs > .tab-nav li a {
    padding: 12px 16px;
    color: var(--cka-muted) !important;
    font-size: .88rem;
    font-weight: 700;
}

.cka-allcourses .cka-course-tabs > .tab-nav li.ui-tabs-active a {
    color: var(--cka-navy) !important;
    border-bottom: 3px solid var(--cka-gold);
}



.cka-allcourses .CategoryName {
    height: auto !important;
    margin: 28px 0 16px !important;
    padding: 12px 16px !important;
    border-left: 4px solid var(--cka-gold);
    background: var(--cka-navy);
    border-radius: 4px;
    text-align: left !important;
}

.cka-allcourses .CategoryName a,
.cka-allcourses .CategoryName a:hover {
    color: var(--cka-white) !important;
    font-size: 1.05rem;
    font-weight: 800;
}

.cka-allcourses .cka-course-list-container .AllCourses {
    padding: 0 !important;
}

.cka-allcourses .cka-course-list-container .coursebox {
    margin-bottom: 12px !important;
    padding: 16px 18px !important;
    background: var(--cka-warm-ivory) !important;
    border: 1px solid var(--cka-border) !important;
    border-radius: 6px !important;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.cka-allcourses .cka-course-list-container .coursebox:hover {
    border-color: var(--cka-gold-border) !important;
    box-shadow: 0 4px 12px rgba(14, 42, 71, .1);
    transform: translateY(-1px);
}

.cka-allcourses .cka-course-list-container #clra,
.cka-allcourses .cka-course-list-container .mobreadmore a {
    color: var(--cka-navy) !important;
}

.cka-allcourses .cka-course-list-container .mobtop {
    color: var(--cka-muted);
}

.cka-allcourses .cka-course-list-container .button-blue,
.cka-allcourses .cka-course-list-container .button-green {
    min-width: 92px;
    border: 1px solid var(--cka-navy) !important;
    border-radius: 4px !important;
    font-weight: 700;
}

.cka-allcourses .cka-course-list-container .button-blue {
    background: var(--cka-royal-blue) !important;
}

.cka-allcourses .cka-course-list-container .button-green {
    background: var(--cka-gold) !important;
    color: var(--cka-navy) !important;
}

.cka-allcourses .cka-course-grid-container .coursebox {
    height: 100%;
    padding: 12px !important;
    background: var(--cka-warm-ivory) !important;
    border: 1px solid var(--cka-border) !important;
    border-radius: 6px !important;
}

.cka-allcourses .cka-course-grid-container .coursebox .entry-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 4px !important;
}

.cka-allcourses .cka-course-grid-container .entry-title {
    min-height: 120px !important;
    padding: 12px 4px 0;
}

.cka-allcourses .cka-course-grid-container .entry-title a {
    color: var(--cka-navy) !important;
}

.cka-allcourses .cka-course-grid-container .entry-title span {
    color: var(--cka-muted) !important;
}

.cka-allcourses .cka-course-grid-container .entry-content {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 4px 4px;
}

.cka-allcourses .cka-course-grid-container .entry-content .button {
    margin: 0 !important;
    border-radius: 4px !important;
    font-weight: 700;
}

.cka-allcourses .cka-course-grid-container .button-green {
    background: var(--cka-gold) !important;
    color: var(--cka-navy) !important;
}

.cka-allcourses .cka-course-grid-container .button-blue {
    background: var(--cka-royal-blue) !important;
}

/* Course detail */
.cka-chat-fixed {
    top: auto !important;
    right: 20px !important;
    bottom: 20px !important;
    left: auto !important;
    z-index: 2147483000 !important;
}

.cka-site-footer #copyrights {
    color: #e8eef6 !important;
}

.cka-site-footer #copyrights .copyright-links a,
.cka-site-footer #copyrights .tright a {
    color: #c89a3d !important;
    border-bottom-color: rgba(200, 154, 61, .65) !important;
}

.cka-site-footer #copyrights .copyright-links a:hover,
.cka-site-footer #copyrights .tright a:hover {
    color: #ffffff !important;
    border-bottom-color: #ffffff !important;
}

.cka-site-footer #copyrights .tright {
    color: #e8eef6 !important;
}

.cka-site-footer #copyrights i {
    color: #c89a3d !important;
}

/* My courses */
.cka-my-courses {
    --cka-navy: #102a54;
    --cka-royal-blue: #123b68;
    --cka-gold: #d9a441;
    --cka-gold-border: #b9852a;
    --cka-white: #ffffff;
    --cka-soft-blue-grey: #ebf0f7;
    --cka-warm-ivory: #f6f1e7;
    --cka-text: #1c2b45;
    --cka-muted: #51607a;
    --cka-border: #d4d8e2;
    --cka-cream-border: #E7DCC4;
    display: block;
    background: var(--cka-soft-blue-grey);
    color: var(--cka-text);
    font-family: Lato, Arial, sans-serif;
}

.cka-my-courses .cka-my-courses-contact {
    padding-top: 12px;
    padding-bottom: 12px;
    color: var(--cka-muted);
    font-size: .82rem;
}

.cka-my-courses .cka-my-courses-contact i {
    color: var(--cka-gold) !important;
}

.cka-my-courses .cka-my-courses-contact + .line,
.cka-my-courses .line {
    display: none !important;
}

.cka-my-courses-tabs > div:first-child {
    padding: 30px 0 0 !important;
    background: var(--cka-navy) !important;
    border-bottom: 2px solid var(--cka-cream-border);
}

.cka-my-courses-tabs .container {
    height: auto !important;
}

.cka-my-courses-tabs .tab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.cka-my-courses-tabs .tab-nav li {
    margin: 0;
}

.cka-my-courses-tabs .tab-nav li a {
    display: block;
    padding: 13px 18px;
    background: var(--cka-soft-blue-grey) !important;
    color: var(--cka-navy) !important;
    font-size: .84rem;
    font-weight: 800;
}

.cka-my-courses-tabs .tab-nav li.ui-tabs-active a,
.cka-my-courses-tabs .tab-nav li.active a,
.cka-my-courses .tabs.tab-nav2 ul.tab-nav li.ui-state-active a,
.cka-my-courses .tabs.tab-nav2 ul.tab-nav li.ui-tabs-active a {
    color: var(--cka-navy) !important;
    background: var(--cka-gold) !important;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
}

.cka-my-courses-tabs .tab-nav li a:hover,
.cka-my-courses-tabs .tab-nav li a:focus {
    background: var(--cka-white) !important;
    color: var(--cka-navy) !important;
}



.cka-my-courses #mobcontact {
    display: none;
}

.cka-my-courses-content {
    padding-top: 36px;
    padding-bottom: 64px;
}

.cka-my-courses .tab-content {
    color: var(--cka-text);
}

.cka-my-courses .tab-content form {
    margin: 0 auto 28px !important;
}

.cka-my-courses #rightinput {
    max-width: 620px;
    margin: 0 auto;
}

.cka-my-courses #rightinput .form-control {
    width: auto !important;
    height: 46px;
    border: 1px solid var(--cka-border) !important;
    border-right: 0 !important;
    border-radius: 5px 0 0 5px;
    background: var(--cka-white) !important;
    box-shadow: none;
}

.cka-my-courses #rightinput .input-group-text {
    height: 46px;
    border: 1px solid var(--cka-border);
    border-radius: 0 5px 5px 0;
    background: var(--cka-navy) !important;
    color: var(--cka-gold);
}

.cka-my-courses #lblMyCourseSearchCnt,
.cka-my-courses #lblCourseSearchCnt {
    display: block;
    min-height: 18px;
    margin-top: 8px;
    color: var(--cka-muted);
    font-size: .78rem;
}

.cka-my-courses h2 {
    color: var(--cka-navy);
    font-size: 1.15rem !important;
    font-weight: 800;
}

.cka-my-courses #dvMyCourses .card {
    margin-bottom: 12px;
    border: 1px solid var(--cka-border);
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(14, 42, 71, .06);
}

.cka-my-courses #dvMyCourses .card-body {
    padding: 16px !important;
    background: var(--cka-warm-ivory) !important;
    color: var(--cka-navy);
}

.cka-my-courses #dvAllCourses .AllCourses {
    padding: 0 !important;
}

.cka-my-courses #dvAllCourses .CategoryName {
    height: auto !important;
    margin: 30px 0 14px !important;
    padding: 12px 16px !important;
    border-left: 4px solid var(--cka-gold);
    background: var(--cka-navy);
    border-radius: 4px;
    text-align: left !important;
}

.cka-my-courses #dvAllCourses .CategoryName a {
    color: var(--cka-white) !important;
    font-size: 1rem;
    font-weight: 800;
}

.cka-my-courses #dvAllCourses .coursebox {
    align-items: center;
    margin: 0 0 10px;
    padding: 14px 16px;
    background: var(--cka-warm-ivory);
    border: 1px solid var(--cka-border);
    border-radius: 5px;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.cka-my-courses #dvAllCourses .coursebox:hover {
    border-color: var(--cka-gold-border);
    box-shadow: 0 4px 12px rgba(14, 42, 71, .1);
    transform: translateY(-1px);
}

.cka-my-courses #dvAllCourses #clra {
    color: var(--cka-navy) !important;
}

.cka-my-courses #dvAllCourses #clrarm,
.cka-my-courses #dvAllCourses #clrabn {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid var(--cka-navy);
    border-radius: 4px;
    color: var(--cka-white) !important;
    font-size: .76rem;
    font-weight: 800;
    text-align: center;
}

.cka-my-courses #dvAllCourses #clrarm {
    background: var(--cka-royal-blue);
}

.cka-my-courses #dvAllCourses #clrabn {
    background: var(--cka-gold);
    color: var(--cka-navy) !important;
}

.cka-my-courses #tabs-31 .table-responsive {
    background: var(--cka-white);
    border: 1px solid var(--cka-border);
    border-radius: 6px;
}

.cka-my-courses #tabs-31 .table {
    margin-bottom: 0;
    color: var(--cka-muted);
}

.cka-my-courses #tabs-31 thead {
    background: var(--cka-navy);
    color: var(--cka-white);
}

.cka-my-courses #tabs-31 th {
    border-color: rgba(255, 255, 255, .18);
    font-size: .78rem;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.cka-my-courses #tabs-31 td {
    border-color: var(--cka-border);
    font-size: .86rem;
}

@media (max-width: 767px) {
    .cka-my-courses-tabs > div:first-child {
        padding-top: 20px !important;
    }

    .cka-my-courses .cka-my-courses-contact {
        padding-right: 14px;
        padding-left: 14px;
    }

    .cka-my-courses-content {
        padding: 26px 12px 48px;
    }

    .cka-my-courses #dvAllCourses .coursebox {
        padding: 14px 12px;
    }

    .cka-my-courses #dvAllCourses .coursebox > [class*="col-"] {
        margin-bottom: 10px;
    }

    .cka-my-courses #dvAllCourses .coursebox > [class*="col-"]:last-child {
        margin-bottom: 0;
    }
}

/* My Courses — expert design adoption */
.cka-my-courses .cka-mc-searchrow {
    display: flex;
    justify-content: flex-end;
    padding: 26px 0 6px;
}

.cka-my-courses .cka-mc-searchrow #rightinput {
    width: 340px;
    max-width: 100%;
}

.cka-my-courses .cka-mc-infogrid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 40px;
    padding: 36px 0 10px;
}

.cka-my-courses .cka-mc-expert h3,
.cka-my-courses .cka-mc-recent h3 {
    margin: 0 0 18px;
    color: var(--cka-navy);
    font-size: 15px;
    letter-spacing: .03em;
    text-align: center;
}

.cka-my-courses .cka-mc-recent h3 {
    text-align: left;
}

.cka-my-courses .cka-mc-expert-card {
    padding: 20px;
    background: var(--cka-warm-ivory);
    border: 1px solid var(--cka-cream-border, #e7dcc4);
    border-radius: 10px;
    text-align: center;
}

.cka-my-courses .cka-mc-expert-pic {
    width: 96px;
    height: 96px;
    margin: 0 auto 14px;
    background: var(--cka-navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cka-my-courses .cka-mc-expert-name {
    color: var(--cka-navy);
    font-weight: 700;
    font-size: 14.5px;
}

.cka-my-courses .cka-mc-expert-role {
    margin-bottom: 10px;
    color: var(--cka-gold-dark, #b9852a);
    font-style: italic;
    font-size: 12.5px;
}

.cka-my-courses .cka-mc-pillgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.cka-my-courses .cka-mc-pill {
    display: block;
    padding: 12px 16px;
    background: var(--cka-warm-ivory);
    border: 1px solid var(--cka-cream-border, #e7dcc4);
    border-left: 4px solid var(--cka-gold);
    border-radius: 6px;
    color: var(--cka-navy);
    font-size: 13.5px;
    font-weight: 600;
    transition: background .15s ease, border-color .15s ease;
}

.cka-my-courses .cka-mc-pill:hover {
    background: #fbf3e1;
    border-left-color: var(--cka-gold-border);
    text-decoration: none;
}

.cka-my-courses .cka-mc-catwrap {
    padding: 34px 0 6px;
}

.cka-my-courses .cka-mc-catwrap > h2 {
    margin: 0 0 30px;
    color: var(--cka-navy);
    font-size: 15px;
    letter-spacing: .05em;
    text-align: center;
}

.cka-my-courses .cka-mc-coursemenu .CategoryName {
    display: flex;
    align-items: center;
    gap: 16px;
    height: auto !important;
    margin: 30px 0 16px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    text-align: left !important;
}

.cka-my-courses .cka-mc-coursemenu .CategoryName::before,
.cka-my-courses .cka-mc-coursemenu .CategoryName::after {
    content: "";
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--cka-gold), transparent);
    opacity: .5;
}

.cka-my-courses .cka-mc-coursemenu .CategoryName a {
    color: var(--cka-navy) !important;
    font-size: 19px;
    font-weight: 700;
    white-space: nowrap;
}

.cka-my-courses .cka-mc-coursemenu .coursebox {
    border-left: 4px solid var(--cka-gold);
}

.cka-my-courses .cka-mc-trust {
    margin-top: 20px;
    padding: 38px 20px;
    background: var(--cka-soft-blue-grey);
    text-align: center;
}

.cka-my-courses .cka-mc-trust h4 {
    margin: 0 0 20px;
    color: var(--cka-navy);
    font-size: 14.5px;
    letter-spacing: .04em;
}

.cka-my-courses .cka-mc-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 26px;
}

.cka-my-courses .cka-mc-crest {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: var(--cka-white);
    border: 2px solid var(--cka-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cka-navy);
    font-size: 11px;
    font-weight: 700;
    opacity: .85;
}

@media (max-width: 767px) {
    .cka-my-courses .cka-mc-infogrid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .cka-my-courses .cka-mc-pillgrid {
        grid-template-columns: 1fr;
    }

    .cka-my-courses .cka-mc-searchrow #rightinput {
        width: 100%;
    }

    .cka-my-courses .cka-mc-coursemenu .CategoryName {
        flex-wrap: wrap;
    }

    .cka-my-courses .cka-mc-coursemenu .CategoryName::before,
    .cka-my-courses .cka-mc-coursemenu .CategoryName::after {
        display: none;
    }
}

/* Player */
.cka-player-title {
    background: #0e2a47 !important;
    border-bottom: 3px solid #c89a3d !important;
}

.cka-player-title #spPPTitle,
.cka-player-title #dvMobPPTitle span {
    color: var(--cka-navy, #102A54) !important;
    font-size: 1rem !important;
    letter-spacing: .03em;
}

.cka-player-title .PTSearch h5,
.cka-player-title .PTSearch h5 i,
.cka-player-title .PTCancelSearch i {
    color: #c89a3d !important;
}

.cka-player-page {
    --cka-navy: #102a54;
    --cka-royal-blue: #123b68;
    --cka-gold: #d9a441;
    --cka-gold-border: #b9852a;
    --cka-border: #d4d8e2;
    min-height: 520px;
    padding: 28px 0 64px !important;
    background: #e8eef6;
}

.cka-btn-primary {
    background-color: var(--cka-gold);
    border: 1px solid var(--cka-gold-border);
    color: var(--cka-navy);
}
.cka-btn-primary:hover, .cka-btn-primary:focus {
    background-color: var(--cka-gold-border);
    border-color: var(--cka-gold-border);
    color: var(--cka-navy);
}
.cka-btn-secondary {
    background-color: transparent;
    border: 1.5px solid var(--cka-navy);
    color: var(--cka-navy);
}
.cka-btn-secondary:hover, .cka-btn-secondary:focus {
    background-color: var(--cka-navy);
    color: #fff;
}

#user {
    background-color: var(--cka-gold, #D9A441);
    color: var(--cka-navy, #102A54);
}
#user:hover {
    background-color: var(--cka-gold-border, #B9852A);
    color: var(--cka-navy, #102A54);
}
#spGuestUser {
    color: var(--cka-gold, #D9A441) !important;
}

#dvPlayerSearch {
    position: relative;
    z-index: 30;
}
#dvPlayerSearch .selectize-dropdown {
    z-index: 40;
}

@media (min-width: 992px) {
    .cka-player-page #mobplayerc > .row.clearfix:nth-child(2) > .col-lg-8 {
        padding-right: 14px !important;
    }

    .cka-player-title #dvMobPPTitle {
        padding-left: 30px !important;
    }
}

.cka-player-page #mobplayerc > .row.clearfix:last-child {
    align-items: flex-start;
}

.cka-player-page #dvPlayer,
.cka-player-page #artPlayer,
.cka-player-page #VideoFrame {
    overflow: hidden;
    background: #0e2a47;
    border: 1px solid #d4d8e2;
    border-radius: 6px;
}

.cka-player-page #artPlayer {
    position: relative;
}

.cka-player-page #artPlayer,
.cka-player-page #VideoFrame {
    display: block;
    width: 100%;
}

.cka-player-page #dvPrevNext {
    padding: 10px 14px;
    background: #ffffff !important;
    border: 1px solid #d4d8e2 !important;
    border-radius: 6px !important;
}

.cka-player-page #dvPrevNext .button {
    margin: 0;
    border: 1px solid #c89a3d !important;
    border-radius: 4px !important;
    background: #123b68 !important;
    color: #ffffff !important;
    font-weight: 700;
}

.cka-player-page #dvDescription {
    margin-top: 14px !important;
    padding: 22px 24px;
    background: #ffffff;
    border: 1px solid #d4d8e2;
    border-radius: 6px;
    color: #555770;
    line-height: 1.7;
}

.cka-player-page #dvDescription label {
    display: block;
    margin-bottom: 12px;
    color: #0e2a47;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cka-player-page #dvDescription h1,
.cka-player-page #dvDescription h2,
.cka-player-page #dvDescription h3,
.cka-player-page #dvDescription h4,
.cka-player-page #dvDescription h5 {
    color: #0e2a47;
}

.cka-player-page #dvCTopic {
    padding: 18px !important;
    background: #ffffff;
    border: 1px solid #d4d8e2;
    border-radius: 6px;
    box-shadow: 0 5px 16px rgba(14, 42, 71, .08);
}

.cka-player-page #dvCTopic > div > small,
.cka-player-page #dvCTopic small {
    color: #555770;
    font-weight: 700;
}

.cka-player-page #dvCTopic .text-success {
    color: #123b68 !important;
    font-weight: 800;
}

.cka-player-page #dvCTopic #accordion {
    margin-top: 14px;
}

.cka-player-page #dvCTopic #accordion .card {
    margin-bottom: 8px;
    overflow: hidden;
    border: 1px solid #d4d8e2;
    border-radius: 5px;
}

.cka-player-page #dvCTopic #accordion .card-header {
    padding: 0;
    background: #0e2a47 !important;
    border: 0;
}

.cka-player-page #dvCTopic #accordion .card-header a {
    display: block;
    position: relative;
    padding: 12px 14px;
    color: #ffffff !important;
    font-size: .86rem;
    font-weight: 700;
}

.cka-player-page #dvCTopic #accordion .card-header a::after {
    display: block;
    float: right;
    width: 8px;
    height: 8px;
    margin: 2px 4px 0 12px;
    border-right: 2px solid #c89a3d;
    border-bottom: 2px solid #c89a3d;
    content: "";
    transform: rotate(45deg);
}

.cka-player-page #dvCTopic #accordion .card-body {
    padding: 12px 14px !important;
    background: #faf7f0;
}

.cka-player-page #dvCTopic #accordion .card-body .row {
    padding: 9px 4px !important;
    border-bottom: 1px solid #d4d8e2;
}

.cka-player-page #dvCTopic #accordion .card-body .row:last-child {
    border-bottom: 0;
}

.cka-player-page #dvCTopic #accordion .card-body a {
    color: #123b68;
    font-size: .82rem;
}

.cka-player-page #dvCTopic #accordion .card-body .icon-lock {
    color: #555770;
}

.cka-player-page #dvCTopic #accordion .card-body .icon-unlock {
    color: #c89a3d !important;
}

/* Player: active/playing topic row – gold highlight */
.cka-player-page #dvCTopic #accordion .card-body .cka-player-active-topic {
    background-color: var(--cka-gold) !important;
}
.cka-player-page #dvCTopic #accordion .card-body .cka-player-active-topic a {
    color: var(--cka-navy) !important;
}
.cka-player-page #dvCTopic #accordion .card-body .cka-player-active-topic i {
    color: var(--cka-navy) !important;
}
.cka-player-page #dvCTopic #accordion .card-body .cka-player-active-topic #mobaccduration {
    color: var(--cka-navy) !important;
}

.cka-player-page #dvCommentList,
.cka-player-page #CommentNew {
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d4d8e2;
    border-radius: 6px;
}

.cka-player-page .product-price > .row.col-sm-12 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.cka-player-page #txtCommonComment,
.cka-player-page #txtComment {
    padding: 12px;
    border: 1px solid #d4d8e2;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .cka-player-page {
        padding: 20px 0 48px !important;
    }

    .cka-player-page #mobplayerc {
        padding-right: 12px;
        padding-left: 12px;
    }

    .cka-player-title #dvMobPPSearch {
        text-align: left !important;
    }

    .cka-player-page #dvCTopic {
        margin-top: 20px;
        padding: 12px !important;
    }
}

.cka-course-detail {
    --cka-navy: #102a54;
    --cka-royal-blue: #123b68;
    --cka-gold: #d9a441;
    --cka-gold-border: #b9852a;
    --cka-white: #ffffff;
    --cka-soft-blue-grey: #ebf0f7;
    --cka-warm-ivory: #f6f1e7;
    --cka-text: #1c2b45;
    --cka-muted: #51607a;
    --cka-border: #d4d8e2;
    color: var(--cka-text);
    font-family: Lato, Arial, sans-serif;
}

.cka-course-detail *,
.cka-course-detail *::before,
.cka-course-detail *::after {
    box-sizing: border-box;
}

.cka-course-title {
    padding: 56px 0 62px !important;
    background: linear-gradient(135deg, #0e2a47, #123b68) !important;
    border-bottom: 3px solid #c89a3d;
}

.cka-course-title h1 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
}

#page-title.cka-course-title h1 {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.cka-course-eyebrow,
.cka-course-section-eyebrow,
.cka-course-kicker {
    margin: 0 0 10px;
    color: #c89a3d;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.cka-course-title-subtitle {
    max-width: 680px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .82);
    font-size: 1rem;
    line-height: 1.65;
}

.cka-course-detail-content {
    padding: 56px 0 0 !important;
    background: #e8eef6;
}

.cka-course-detail-content > .container {
    padding-bottom: 48px;
}

.cka-course-summary {
    align-items: stretch;
    margin: 0;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #d4d8e2;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(14, 42, 71, .1);
}

.cka-course-gallery-column,
.cka-course-purchase-column,
.cka-course-benefits {
    padding: 0 16px;
}

.cka-course-gallery-column .product-image {
    height: 100%;
    padding: 12px;
    background: #faf7f0;
    border: 1px solid #d4d8e2;
    border-radius: 6px;
}

.cka-course-gallery-column .fslider,
.cka-course-gallery-column .flexslider,
.cka-course-gallery-column .slider-wrap,
.cka-course-gallery-column .slide {
    height: 100%;
}

.cka-course-gallery-column .slide a,
.cka-course-gallery-column .slide img {
    display: block;
    width: 100%;
}

.cka-course-gallery-column .slide img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 4px;
}

.cka-course-purchase-column {
    border-left: 1px solid #d4d8e2;
    border-right: 1px solid #d4d8e2;
}

.cka-course-purchase-column h2 {
    margin: 0 0 20px;
    color: #0e2a47;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.25;
}

.cka-course-purchase-column .product-price {
    margin-bottom: 22px;
    color: #555770;
}

.cka-course-purchase-column .product-price ins {
    color: #123b68;
    font-size: 1.55rem;
    font-weight: 800;
    text-decoration: none;
}

.cka-course-purchase-column .product-price del,
.cka-course-purchase-column .product-price span {
    color: #555770 !important;
}

.cka-course-purchase-column .line,
.cka-course-description-section .line,
.cka-course-content-section .line {
    border-top-color: #d4d8e2 !important;
}

.cka-course-stat {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0;
    color: #555770;
    font-size: .92rem;
}

.cka-course-stat span {
    min-width: 112px;
    color: #0e2a47;
    font-weight: 700;
}

.cka-course-purchase-column .cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cka-course-purchase-column .cart .button {
    margin: 0;
    border: 1px solid #c89a3d !important;
    border-radius: 4px !important;
    font-weight: 700;
}

.cka-course-purchase-column .cart .button-green {
    background: #c89a3d !important;
    color: #0e2a47 !important;
}

.cka-course-purchase-column .cart .button-blue {
    background: #123b68 !important;
    color: #ffffff !important;
}

.cka-course-benefits {
    padding-top: 4px;
}

.cka-course-benefits .feature-box {
    min-height: 0;
    margin: 0 0 22px;
    padding: 0 0 20px 48px;
    border-bottom: 1px solid #d4d8e2;
}

.cka-course-benefits .feature-box:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.cka-course-benefits .feature-box .fbox-icon {
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    color: #c89a3d;
    font-size: 1.25rem;
}

.cka-course-benefits .feature-box h3 {
    margin: 0 0 6px;
    color: #0e2a47;
    font-size: .95rem;
    font-weight: 800;
}

.cka-course-benefits .feature-box p {
    color: #555770;
    font-size: .83rem;
    line-height: 1.55;
}

.cka-course-description-section,
.cka-course-content-section {
    color: #555770;
}

.cka-course-description-section {
    margin: 40px 0 0;
    padding: 34px 28px 38px;
    background: #ffffff;
    border: 1px solid #d4d8e2;
    border-radius: 8px;
}

.cka-course-description-section h2,
.cka-course-content-section h2 {
    margin: 0;
    color: #0e2a47;
    font-size: 1.55rem;
    font-weight: 800;
}

.cka-course-description-section > div:last-child {
    color: #555770;
    line-height: 1.75;
}

.cka-course-description-section > div:last-child h1,
.cka-course-description-section > div:last-child h2,
.cka-course-description-section > div:last-child h3,
.cka-course-description-section > div:last-child h4 {
    color: #0e2a47;
}

.cka-course-description-section .cka-course-outcomes {
    align-items: center;
    margin: 4px -10px 30px;
}

.cka-course-description-section .cka-course-outcomes > div {
    padding: 0 10px;
}

.cka-course-description-section .cka-outcome-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cka-course-description-section .cka-outcome-list li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 26px;
    color: #555770;
    line-height: 1.55;
}

.cka-course-description-section .cka-outcome-list li::before {
    position: absolute;
    top: .45em;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #c89a3d;
    border-radius: 50%;
    content: "";
}

.cka-course-description-section .cka-instructor-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    background: #faf7f0;
    border: 1px solid #d4d8e2;
    border-left: 3px solid #c89a3d;
    border-radius: 5px;
}

.cka-course-description-section .cka-instructor-card img {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
}

.cka-course-description-section .cka-instructor-card .cka-course-section-eyebrow {
    margin-bottom: 6px;
    font-size: .62rem;
}

.cka-course-description-section .cka-instructor-card p:last-child {
    margin: 0;
    color: #555770;
    font-size: .84rem;
    line-height: 1.55;
}

.cka-course-description-section .cka-overview-heading {
    margin: 26px 0 12px;
    padding-top: 24px;
    border-top: 1px solid #d4d8e2;
    font-size: 1.25rem;
}

.cka-course-content-section {
    padding: 0 0 72px !important;
    background: #e8eef6;
}

.cka-course-content-section > .container > .col-sm-12 {
    padding: 34px 28px 38px;
    background: #ffffff;
    border: 1px solid #d4d8e2;
    border-radius: 8px;
}

.cka-course-content-section #accordion {
    margin-top: 24px;
}

.cka-course-content-section #accordion .card {
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #d4d8e2;
    border-radius: 5px;
}

.cka-course-content-section #accordion .card-header {
    padding: 0 !important;
    background: #0e2a47 !important;
    border: 0;
}

.cka-course-content-section #accordion .card-header a {
    display: block;
    position: relative;
    padding: 14px 16px;
    color: #ffffff !important;
    font-size: .92rem;
    font-weight: 700;
}

.cka-course-content-section #accordion .card-header a::after {
    display: none;
}

.cka-course-content-section #accordion .cka-accordion-duration {
    float: right;
    margin: 1px 24px 0 12px;
    color: #e8eef6;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .02em;
}

.cka-course-content-section #accordion .cka-accordion-chevron {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #c89a3d;
    border-bottom: 2px solid #c89a3d;
    content: "";
    transform: rotate(45deg);
    transition: transform .15s ease;
}

.cka-course-content-section #accordion .card-header a[aria-expanded="true"] .cka-accordion-chevron {
    top: 20px;
    transform: rotate(225deg);
}

.cka-course-content-section #accordion .card-body {
    padding: 18px 22px 20px;
    background: #faf7f0;
}

.cka-course-content-section #accordion .card-body .row {
    padding: 12px 8px !important;
    border-bottom: 1px solid #d4d8e2;
}

.cka-course-content-section #accordion .card-body .row:last-child {
    border-bottom: 0;
}

.cka-course-content-section #accordion .card-body a {
    color: #123b68;
    font-size: .88rem;
}

.cka-course-content-section #accordion .card-body a[title="Free Sample Video"]::after {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 6px;
    border-radius: 3px;
    background: #e8eef6;
    color: #123b68;
    content: "Preview";
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cka-course-content-section #accordion .card-body a[title="Buy course to unlock"]::after {
    display: inline-block;
    margin-left: 8px;
    color: #555770;
    content: "Locked";
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cka-course-content-section #accordion .card-body a[title="Buy course to unlock"] {
    color: #555770;
}

.cka-course-content-section #accordion .card-body .icon-lock {
    color: #555770;
}

@media (max-width: 767px) {
    .cka-course-title {
        padding: 42px 20px 48px !important;
    }

    .cka-course-detail-content {
        padding: 32px 0 0 !important;
    }

    .cka-course-summary {
        margin: 0 12px;
        padding: 16px;
    }

    .cka-course-gallery-column,
    .cka-course-purchase-column,
    .cka-course-benefits {
        padding: 0;
    }

    .cka-course-purchase-column {
        margin: 24px 0;
        padding: 24px 0;
        border-top: 1px solid #d4d8e2;
        border-right: 0;
        border-bottom: 1px solid #d4d8e2;
        border-left: 0;
    }

    .cka-course-description-section {
        margin: 28px 12px 0;
        padding: 26px 18px 30px;
    }

    .cka-course-content-section {
        padding-bottom: 48px !important;
    }

    .cka-course-content-section > .container > .col-sm-12 {
        margin: 0 12px;
        padding: 26px 18px 30px;
    }

    .cka-course-description-section .cka-course-outcomes {
        margin-right: -4px;
        margin-left: -4px;
    }

    .cka-course-description-section .cka-course-outcomes > div {
        padding-right: 4px;
        padding-left: 4px;
    }

    .cka-course-description-section .cka-instructor-card {
        margin-top: 20px;
    }

    .cka-course-content-section #accordion .card-header a {
        padding: 12px;
        font-size: .82rem;
    }

    .cka-course-content-section #accordion .cka-accordion-chevron {
        top: 14px;
        right: 12px;
    }

    .cka-course-content-section #accordion .card-header a[aria-expanded="true"] .cka-accordion-chevron {
        top: 18px;
    }

    .cka-course-content-section #accordion .cka-accordion-duration {
        margin-right: 20px;
        font-size: .7rem;
    }

    .cka-course-content-section #accordion .card-body {
        padding: 12px 14px 14px;
    }

    .cka-course-content-section #accordion .card-body .row {
        padding: 10px 2px !important;
    }
}

@media (max-width: 767px) {
    .cka-home .cka-home-hero {
        padding: 8px 0 !important;
    }

    .cka-home .cka-home-hero .cka-hero-slide {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: 0;
        padding: 32px 24px 52px;
    }

    .cka-home .cka-hero-copy h1 {
        font-size: clamp(1.85rem, 9vw, 2.5rem);
    }

    .cka-home .cka-hero-description {
        font-size: .95rem;
    }

    .cka-home .cka-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cka-home .cka-hero-button {
        width: 100%;
    }

    .cka-home .cka-hero-portrait-wrap {
        min-height: 230px;
    }

    .cka-home .cka-hero-portrait {
        height: 230px;
    }

    .cka-home .cka-home-introduction,
    .cka-home .cka-home-learning-process,
    .cka-home .cka-home-outcomes {
        padding: 40px 0 !important;
    }

    .cka-home .cka-home-highlights .feature-box {
        min-height: 0;
        padding-left: 88px;
    }

    .cka-home .cka-home-learning-modes > div {
        min-height: 0;
        padding: 36px 24px !important;
    }

    .cka-allcourses #page-title.cka-courses-title {
        padding: 42px 20px 48px !important;
    }

    .cka-allcourses .cka-courses-content {
        padding: 40px 0 56px !important;
    }

    .cka-allcourses .cka-course-search-card {
        margin: -72px 12px 28px;
        padding: 20px !important;
    }

    .cka-allcourses .cka-course-intro {
        margin-right: 12px;
        margin-left: 12px;
        padding: 24px 18px;
    }

    .cka-allcourses .cka-course-intro-copy {
        padding: 20px 0 0 !important;
        text-align: center;
    }

    .cka-allcourses .cka-course-tabs {
        margin: 0 12px;
        padding: 16px 10px;
    }

    .cka-allcourses .cka-course-tabs > .tab-nav {
        flex-wrap: wrap;
    }

    .cka-allcourses .cka-course-tabs > .tab-nav li a {
        display: block;
        padding: 10px 8px;
        font-size: .78rem;
    }

    .cka-allcourses .cka-course-list-container .coursebox .row > [class*="col-"] {
        margin-bottom: 10px;
    }

    .cka-allcourses .cka-course-list-container .coursebox .row > [class*="col-"]:last-child {
        margin-bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cka-home * {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}

/* Visited videos */
.cka-visited-videos-page {
    --cka-navy: #102a54;
    --cka-royal-blue: #123b68;
    --cka-gold: #d9a441;
    --cka-gold-border: #b9852a;
    --cka-text: #1c2b45;
    --cka-muted: #51607a;
    --cka-border: #d4d8e2;
    color: var(--cka-text);
    font-family: Lato, Arial, sans-serif;
}

.cka-visited-videos-page *,
.cka-visited-videos-page *::before,
.cka-visited-videos-page *::after {
    box-sizing: border-box;
}

.cka-visited-videos-page #mobcontact {
    background: #f6f1e7;
    border-bottom: 1px solid var(--cka-border);
}

.cka-visited-videos-page #mobcontact .header-extras {
    margin: 18px 0 !important;
}

.cka-visited-videos-page #mobcontact .header-extras > li > i {
    color: var(--cka-gold);
}

.cka-visited-videos-page #mobcontact .he-text {
    color: var(--cka-navy);
    font-weight: 700;
}

.cka-visited-videos-page #mobcontact .he-text span,
.cka-visited-videos-page #mobcontact .he-text span a {
    color: var(--cka-royal-blue);
}

.cka-visited-videos-content {
    padding: 0 0 72px !important;
    background: #ebf0f7;
}

.cka-visited-videos-title {
    margin: 0 0 48px;
    padding: 34px 20px 36px;
    background: linear-gradient(135deg, var(--cka-navy), var(--cka-royal-blue));
    border-bottom: 3px solid var(--cka-gold);
    color: #ffffff !important;
    font-size: clamp(1.35rem, 3vw, 2rem) !important;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.cka-visited-videos-content > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.cka-visited-videos-pagination-row,
.cka-visited-videos-table-wrap {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.cka-visited-videos-pagination-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 18px !important;
}

.cka-visited-videos-pagination-row > .col-sm-6:first-child {
    display: none;
}

.cka-visited-videos-pagination-row > .col-sm-6:last-child {
    width: auto;
    padding: 0;
    color: var(--cka-muted);
    font-size: .88rem;
}

.cka-visited-videos-pagination-row button {
    min-width: 30px;
    margin-left: 3px;
    padding: 5px 8px;
    border: 1px solid var(--cka-border);
    border-radius: 4px;
    background: #ffffff;
    color: var(--cka-navy);
}

.cka-visited-videos-pagination-row button:hover:not(:disabled),
.cka-visited-videos-pagination-row button:focus:not(:disabled) {
    border-color: var(--cka-gold-border);
    background: var(--cka-gold);
    color: var(--cka-navy);
}

.cka-visited-videos-pagination-row button:disabled {
    opacity: .45;
    cursor: not-allowed;
}

.cka-visited-videos-pagination-row select {
    height: 30px;
    margin-left: 5px;
    padding: 3px 22px 3px 7px;
    border: 1px solid var(--cka-border);
    border-radius: 4px;
    background: #ffffff;
    color: var(--cka-text);
}

.cka-visited-videos-table-wrap {
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid var(--cka-border);
    border-top: 3px solid var(--cka-gold);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(14, 42, 71, .08);
}

.cka-visited-videos-table {
    min-width: 760px;
    margin: 0 !important;
    border: 0 !important;
    color: var(--cka-text);
}

.cka-visited-videos-table thead th {
    padding: 14px 14px;
    border-color: var(--cka-royal-blue) !important;
    background: var(--cka-navy);
    color: #ffffff !important;
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .03em;
    white-space: nowrap;
}

.cka-visited-videos-table tbody td {
    padding: 13px 14px;
    border-color: var(--cka-border) !important;
    background: #ffffff;
    color: var(--cka-text);
    line-height: 1.45;
    vertical-align: middle;
}

.cka-visited-videos-table tbody tr:nth-child(even) td {
    background: #f7f9fc;
}

.cka-visited-videos-table tbody tr:hover td {
    background: #fff9ec;
}

.cka-visited-videos-table tbody td a {
    color: var(--cka-royal-blue);
    font-weight: 700;
}

.cka-visited-videos-table tbody td a:hover,
.cka-visited-videos-table tbody td a:focus {
    color: var(--cka-gold-border);
}

@media (max-width: 767px) {
    .cka-visited-videos-content {
        padding-bottom: 48px !important;
    }

    .cka-visited-videos-title {
        margin-bottom: 28px;
        padding: 28px 16px 30px;
        letter-spacing: .05em;
    }

    .cka-visited-videos-pagination-row {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px !important;
        white-space: nowrap;
    }

    .cka-visited-videos-pagination-row > .col-sm-6:last-child {
        width: 100%;
        text-align: left !important;
    }

    .cka-visited-videos-table-wrap {
        border-radius: 6px;
    }
}

/* My account */
.cka-my-account-mobile-contact {
    color: #1c2b45;
}

.cka-my-account-mobile-contact i {
    color: #102a54 !important;
}

.cka-my-account-page {
    --cka-navy: #102a54;
    --cka-royal-blue: #123b68;
    --cka-gold: #d9a441;
    --cka-gold-border: #b9852a;
    --cka-text: #1c2b45;
    --cka-muted: #51607a;
    --cka-border: #d4d8e2;
    color: var(--cka-text);
    font-family: Lato, Arial, sans-serif;
}

.cka-my-account-page *,
.cka-my-account-page *::before,
.cka-my-account-page *::after {
    box-sizing: border-box;
}

.cka-my-account-page > div:first-child {
    padding: 0 !important;
    background: #f6f1e7 !important;
    border-bottom: 1px solid var(--cka-border);
}

.cka-my-account-page > div:first-child > .container {
    height: auto !important;
    padding-right: 15px;
    padding-left: 15px;
}

.cka-my-account-page #mobcontact > .col-sm-12 {
    top: 0 !important;
    padding: 0;
}

.cka-my-account-page #mobcontact .header-extras {
    margin: 18px 0 !important;
}

.cka-my-account-page #mobcontact .header-extras > li > i {
    color: var(--cka-gold);
}

.cka-my-account-page #mobcontact .he-text {
    color: var(--cka-navy);
    font-weight: 700;
}

.cka-my-account-page #mobcontact .he-text span,
.cka-my-account-page #mobcontact .he-text span a {
    color: var(--cka-royal-blue);
}

.cka-my-account-page #mobcontact .header-extras li,
.cka-my-account-page #mobcontact .header-extras li .he-text,
.cka-my-account-page #mobcontact .header-extras li .he-text span,
.cka-my-account-page #mobcontact .header-extras li .he-text a,
.cka-my-account-page #mobcontact .header-extras li a,
.cka-my-account-page #mobcontact .header-extras li a:hover,
.cka-my-account-page #mobcontact .header-extras li a:focus {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none;
}

.cka-my-account-page #mobcontact .header-extras li .he-text a,
.cka-my-account-page #mobcontact .header-extras li .he-text a:hover,
.cka-my-account-page #mobcontact .header-extras li .he-text a:focus,
.cka-my-account-page #mobcontact .header-extras li .he-text a:active {
    color: var(--cka-royal-blue) !important;
}

.cka-my-account-title {
    padding: 42px 20px 44px;
    background: linear-gradient(135deg, var(--cka-navy), var(--cka-royal-blue));
    border-bottom: 3px solid var(--cka-gold);
    text-align: center;
}

.cka-my-account-title .container {
    padding: 0 15px;
}

.cka-my-account-eyebrow {
    margin: 0 0 10px;
    color: var(--cka-gold);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .16em;
}

.cka-my-account-title h1 {
    margin: 0 0 10px;
    color: #ffffff !important;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    font-weight: 800;
    line-height: 1.15;
}

.cka-my-account-subtitle {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: .98rem;
    line-height: 1.6;
}

.cka-my-account-content {
    width: 100% !important;
    max-width: none !important;
    min-height: 400px;
    padding: 48px 15px 72px;
    background: #ebf0f7;
}

.cka-my-account-form-shell {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 34px 34px;
    background: #ffffff;
    border: 1px solid var(--cka-border);
    border-top: 4px solid var(--cka-gold);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(14, 42, 71, .1);
}

.cka-my-account-form > .row {
    margin-right: -10px;
    margin-left: -10px;
}

.cka-my-account-form > .row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.cka-my-account-form > .row:first-of-type {
    margin-bottom: 22px;
}

.cka-my-account-form > .row:first-of-type > .col-sm-6:first-child {
    width: 100%;
}

.cka-my-account-form > .row:first-of-type > .col-sm-6:last-child {
    display: none;
}

.cka-my-account-form .form-group {
    margin-bottom: 20px;
}

.cka-my-account-form label {
    display: inline-block;
    margin-bottom: 7px;
    color: var(--cka-navy);
    font-size: .88rem;
    font-weight: 700;
}

.cka-my-account-form .form-control {
    height: 44px;
    padding: 9px 12px;
    border: 1px solid var(--cka-border) !important;
    border-radius: 5px;
    background: #ffffff !important;
    color: var(--cka-text);
    box-shadow: none;
}

.cka-my-account-form .form-control:focus {
    border-color: var(--cka-royal-blue) !important;
    box-shadow: 0 0 0 3px rgba(18, 59, 104, .12);
}

.cka-my-account-form input[type="file"] {
    display: block;
    width: 100%;
    padding: 7px;
    border: 1px solid var(--cka-border);
    border-radius: 4px;
    background: #ffffff;
    color: var(--cka-muted);
    font-size: .82rem;
}

.cka-my-account-form .panel {
    margin: 0;
    border: 1px solid var(--cka-border);
    border-radius: 6px;
    box-shadow: none;
}

.cka-my-account-form .panel-body {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px;
    background: #faf7f0;
    border-radius: 6px;
}

.cka-my-account-photo {
    width: 112px;
    height: 112px;
    padding: 4px;
    border: 2px solid var(--cka-gold) !important;
    border-radius: 50%;
    object-fit: cover;
    background: #ffffff;
}

.cka-my-account-form [id^="req"] {
    color: #b42318 !important;
    font-size: .78rem;
    font-weight: 700;
}

.cka-my-account-save {
    min-width: 112px;
    margin-top: 4px;
    border-radius: 5px !important;
    font-weight: 800;
}

@media (max-width: 767px) {
    .cka-my-account-page > div:first-child > .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .cka-my-account-title {
        padding: 32px 16px 34px;
    }

    .cka-my-account-content {
        padding: 30px 12px 48px;
    }

    .cka-my-account-form-shell {
        padding: 22px 16px 24px;
    }

    .cka-my-account-form > .row > .col-sm-6 {
        width: 100%;
    }

    .cka-my-account-form .panel-body {
        align-items: flex-start;
        flex-direction: column;
    }

    .cka-my-account-photo {
        align-self: center;
    }
}

/* Referral landing page */
.cka-referral-page {
    --cka-navy: #102a54;
    --cka-royal-blue: #123b68;
    --cka-gold: #d9a441;
    --cka-gold-border: #b9852a;
    --cka-text: #1c2b45;
    --cka-muted: #51607a;
    --cka-border: #d4d8e2;
    color: var(--cka-text);
    font-family: Lato, Arial, sans-serif;
    background: #ebf0f7;
}

.cka-referral-page *,
.cka-referral-page *::before,
.cka-referral-page *::after {
    box-sizing: border-box;
}

.cka-referral-page #mobcontact > div {
    background: #f6f1e7 !important;
    border-bottom: 1px solid var(--cka-border);
}

.cka-referral-page #mobcontact .header-extras {
    margin: 18px 0 !important;
}

.cka-referral-page #mobcontact .header-extras > li > i {
    color: var(--cka-gold);
}

.cka-referral-page #mobcontact .he-text {
    color: var(--cka-navy);
    font-weight: 700;
}

.cka-referral-page #mobcontact .he-text span,
.cka-referral-page #mobcontact .he-text span a,
.cka-referral-page #MobNum a {
    color: var(--cka-royal-blue);
}

.cka-referral-page #MobNum i {
    color: var(--cka-navy) !important;
}

.cka-referral-hero {
    min-height: 0 !important;
    padding: 0 15px 62px;
}

.cka-referral-hero .tab-nav2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 28px 0 48px !important;
    padding: 0;
}

.cka-referral-hero .tab-nav2 li {
    margin: 0;
}

.cka-referral-hero .tab-nav2 li a {
    display: block;
    padding: 10px 16px;
    border: 1px solid var(--cka-border);
    border-radius: 5px;
    background: #ffffff;
    color: var(--cka-navy);
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.2;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.cka-referral-hero .tab-nav2 li a:hover,
.cka-referral-hero .tab-nav2 li a:focus,
.cka-referral-hero .tab-nav2 li:first-child a {
    border-color: var(--cka-gold-border);
    background: var(--cka-gold);
    color: var(--cka-navy);
    text-decoration: none;
}

.cka-referral-intro {
    max-width: 900px;
    margin: 0 auto;
    padding: 34px 36px 0;
}

.cka-referral-intro img {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px !important;
    padding: 10px;
    border: 2px solid var(--cka-gold);
    border-radius: 50%;
    background: #ffffff;
    object-fit: contain;
}

.cka-referral-eyebrow {
    margin: 0 0 12px;
    color: var(--cka-gold-border);
    font-size: .72rem !important;
    font-weight: 800;
    letter-spacing: .16em;
}

.cka-referral-intro h1 {
    margin: 0 0 18px;
    color: var(--cka-navy);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
}

.cka-referral-intro h1 span {
    color: var(--cka-gold-border) !important;
}

.cka-referral-intro h3,
.cka-referral-intro h4 {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    color: var(--cka-muted);
    font-weight: 400 !important;
    line-height: 1.7;
}

.cka-referral-intro h3 {
    font-size: 1rem;
}

.cka-referral-intro h4 {
    margin-top: 18px;
    font-size: .98rem;
}

.cka-referral-content {
    padding: 0 !important;
}

.cka-referral-eligibility {
    margin: 0 !important;
    padding: 52px 0;
    background: #f6f1e7 !important;
    border-top: 1px solid var(--cka-border);
    border-bottom: 1px solid var(--cka-border);
}

.cka-referral-eligibility > .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.cka-referral-eligibility .col_half,
.cka-referral-details .col_half {
    float: none;
    width: auto;
    margin: 0;
}

.cka-referral-eligibility .col_half {
    padding: 26px 28px;
    background: #ffffff;
    border: 1px solid var(--cka-border);
    border-top: 4px solid var(--cka-gold);
    border-radius: 7px;
    box-shadow: 0 6px 18px rgba(14, 42, 71, .06);
}

.cka-referral-page h4 {
    color: var(--cka-navy);
    font-size: 1.08rem;
    font-weight: 800 !important;
    line-height: 1.4;
}

.cka-referral-eligibility h4 {
    margin: 0 0 18px;
}

.cka-referral-eligibility .iconlist {
    margin: 0 !important;
    padding-left: 0;
}

.cka-referral-eligibility .iconlist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 12px;
    color: var(--cka-muted);
    font-size: .94rem;
    line-height: 1.6;
}

.cka-referral-eligibility .iconlist li:last-child {
    margin-bottom: 0;
}

.cka-referral-eligibility .iconlist li i {
    position: static !important;
    flex: 0 0 14px;
    width: 14px !important;
    margin-top: 5px;
    color: var(--cka-gold-border) !important;
}

.cka-referral-details {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 28px;
    padding: 54px 15px 76px;
}

.cka-referral-details .col_half {
    padding: 28px;
    background: #ffffff;
    border: 1px solid var(--cka-border);
    border-left: 4px solid var(--cka-royal-blue);
    border-radius: 7px;
    box-shadow: 0 6px 18px rgba(14, 42, 71, .06);
}

.cka-referral-details h4 {
    margin: 0 0 16px;
}

.cka-referral-details p {
    margin: 0 0 14px;
    color: var(--cka-muted);
    font-size: .95rem !important;
    line-height: 1.75;
}

.cka-referral-details p:last-child {
    margin-bottom: 0;
}

.cka-referral-details a[href="#"] {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 4px;
    background: var(--cka-gold);
    color: var(--cka-navy);
    font-weight: 800;
}

.cka-referral-details a[href="#"]:hover,
.cka-referral-details a[href="#"]:focus {
    background: var(--cka-gold-border);
    text-decoration: none;
}

@media (max-width: 767px) {
    .cka-referral-hero {
        padding-right: 12px;
        padding-bottom: 42px;
        padding-left: 12px;
    }

    .cka-referral-hero .tab-nav2 {
        justify-content: flex-start;
        margin: 20px 0 34px !important;
    }

    .cka-referral-hero .tab-nav2 li {
        flex: 1 1 calc(50% - 8px);
    }

    .cka-referral-hero .tab-nav2 li a {
        padding: 10px 8px;
        text-align: center;
    }

    .cka-referral-intro {
        padding: 20px 8px 0;
    }

    .cka-referral-intro h1 {
        font-size: 2rem;
    }

    .cka-referral-eligibility {
        padding: 34px 12px;
    }

    .cka-referral-eligibility > .container,
    .cka-referral-details {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cka-referral-eligibility .col_half,
    .cka-referral-details .col_half {
        padding: 22px 20px;
    }

    .cka-referral-details {
        padding: 34px 12px 52px;
    }
}

/* Downloads */
.cka-downloads-page {
    --cka-navy: #102a54;
    --cka-royal-blue: #123b68;
    --cka-gold: #d9a441;
    --cka-gold-border: #b9852a;
    --cka-text: #1c2b45;
    --cka-muted: #51607a;
    --cka-border: #d4d8e2;
    color: var(--cka-text);
    font-family: Lato, Arial, sans-serif;
    background: #ebf0f7;
}

.cka-downloads-page *,
.cka-downloads-page *::before,
.cka-downloads-page *::after {
    box-sizing: border-box;
}

.cka-downloads-title {
    padding: 48px 20px 54px !important;
    background: linear-gradient(135deg, var(--cka-navy), var(--cka-royal-blue)) !important;
    border-bottom: 3px solid var(--cka-gold);
}

.cka-downloads-title h1 {
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    font-weight: 800;
    letter-spacing: .03em;
    line-height: 1.15;
    text-transform: uppercase;
}

.cka-downloads-content {
    min-height: 420px;
    padding: 52px 0 76px !important;
    background: #ebf0f7;
}

.cka-downloads-content > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.cka-downloads-message {
    width: 100% !important;
    margin: 0 !important;
    padding: 24px 28px !important;
    background: #ffffff;
    border: 1px solid var(--cka-border);
    border-left: 4px solid var(--cka-gold);
    border-radius: 7px;
    color: var(--cka-muted);
    line-height: 1.7;
}

.cka-downloads-message a {
    color: var(--cka-royal-blue);
    font-weight: 800;
}

.cka-downloads-message a:hover,
.cka-downloads-message a:focus {
    color: var(--cka-gold-border);
}

.cka-downloads-table-wrap {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid var(--cka-border);
    border-top: 4px solid var(--cka-gold);
    border-radius: 7px;
    box-shadow: 0 6px 18px rgba(14, 42, 71, .06);
}

.cka-downloads-table {
    min-width: 540px;
    margin: 0 !important;
    border: 0 !important;
    color: var(--cka-text);
}

.cka-downloads-table thead th {
    padding: 15px 18px;
    border-color: var(--cka-royal-blue) !important;
    background: var(--cka-navy);
    color: #ffffff !important;
    font-size: .86rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cka-downloads-table tbody td {
    padding: 16px 18px;
    border-color: var(--cka-border) !important;
    background: #ffffff;
    color: var(--cka-text);
    line-height: 1.5;
}

.cka-downloads-table tbody tr:nth-child(even) td {
    background: #f7f9fc;
}

.cka-downloads-table tbody tr:hover td {
    background: #fff9ec;
}

.cka-download-link {
    color: var(--cka-royal-blue);
    font-weight: 700;
}

.cka-download-link:hover,
.cka-download-link:focus {
    color: var(--cka-gold-border);
}

@media (max-width: 767px) {
    .cka-downloads-title {
        padding: 34px 16px 40px !important;
    }

    .cka-downloads-content {
        min-height: 320px;
        padding: 32px 12px 52px !important;
    }

    .cka-downloads-message {
        padding: 20px !important;
    }

    .cka-downloads-table-wrap {
        border-radius: 6px;
    }
}
