#primary {
    background-color: var(--bg-white);
}

main.doj {
    font-family: Nunito Sans,sans-serif;
    display: flex;
    flex-direction: column;
}

.doj-banner {
    min-height: 422px;
    display: flex;
}

.doj-banner .banner-content {
    display: grid;
    grid-template-columns: .55fr .45fr;
    align-items: center;
    gap: 48px;
}

.doj-banner img {
    border: none !important;
    display: block;
    border-radius: 24px;
}

.doj-banner a:not(.round-btn) {
    color: var(--bright-yellow);
    text-decoration: underline;
}

.doj-banner h1,
.doj-banner p {
    color: white !important;
}

.doj-banner h1 {
    font-size: 2.5rem;
    line-height: 1.2;
}

.doj-banner .banner-content {
    margin: 0 auto;
    max-width: 1180px;
    padding: 20px;
}

.doj-banner .banner-content > .round-btn-container {
    display: none;
    width: calc(100% - 8px) !important;
    margin-left: 0 !important;
    margin-top: 24px;
    margin-bottom: 24px;
}

.doj-banner .banner-content > .round-btn-container .round-btn {
    width: calc(100% - 8px) !important;
    text-align: center;
}
.doj-banner .banner-content .banner-text .round-btn-container {
    display: block;
    margin: 0;
    margin-top: 16px;
}

main.doj article {
    margin: 0 auto;
    padding-left: 0 !important;
}

.benefit-list h3 {
    color: var(--highlight-blue) !important;
}

main.doj h2, 
main.doj h3 {
    color: var(--ee-blue) !important;
}

.text-blue {
    color: var(--ee-blue);
    font-weight: 600;
}

.benefit-list {
    max-width: 400px !important;
    /* margin: 0 auto; */ /* disabled for now */
    margin-left: 0 !important; /* for now */
}

.benefit-list ul,
ul.course-details {
    /* list-style: none; */ /* disabled for now */
}

ul.course-details { 
    max-width: 500px !important; 
    margin-left: 0 !important; /* for now */
    list-style: disc; /* for now */
}

ul.course-details li {
    /* margin-left: 0; */ /* disabled for now */
    /* display: flex; */ /* disabled for now */
    /* gap: 10px; */ /* disabled for now */
    align-items: center;
    font-weight: 800;
    
}

ul.course-details li:not(:last-child) {
    margin-bottom: 20px;
}

ul.course-details li svg { width: 30px; }

ul.course-details li span {
    color: var(--highlight-blue);
    font-weight: 800;
}

.benefit-list ul li {
    /* margin-left: 0; */ /* disabled for now */
    /* border-bottom: solid 1px var(--ee-gray); */ /* disabled for now */
    padding: 8px 0;
}

.content-area .round-btn-container {
    width: fit-content !important;
    margin: 60px auto;
    margin-top: 10px; /* for now */
}

.round-btn .ee_no_wrap {
    display: none !important;
}

.list-border-left {
    /* border-left: solid 4px var(--highlight-blue); */
    margin-bottom: 24px;
    /* padding-left: 16px; */ /* for now */
}

.list-border-left > p {
    margin-bottom: 0 !important;
} 

.list-inline-cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 12px;
}

.list-inline-cards li {
    margin-left: 0 !important;
    padding: 8px 16px;
    border: solid 1px var(--ee-gray);
}

.schedule-container {
    /* background-color: var(--bg-light-gray); */ /* for now */
    /* padding: 20px 40px; */ /* for now */
}

.schedule-container .round-btn-container {
    margin: 30px auto !important;
    margin-left: 0 !important; /* for now */
}

.schedule-list {
    /* list-style: none; */ /* for now */
}

.schedule-list li {
    /* margin-left: 0 !important; */ /* for now */
    /* padding: 16px 24px; */
    margin-bottom: 16px;
    /* display: flex; */ /* for now */
    /* justify-content: space-between; */ /* for now */
    /* background-color: white; */ /* for now */
    border-radius: 100px;
}

.schedule-list li .list-item-date {
    font-weight: 800;
    color: var(--ee-blue);
}

.schedule-list li .list-item-time {
    color: var(--ee-blue);
}

.price {
    font-weight: 800;
    color: var(--ee-blue);
}

.offer-card {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    max-width: 500px !important;
    margin: 16px auto;
    padding: 28px 0;
    display: flex;
    justify-content: center;
    gap: 18px;
    border-radius: 8px;
}

.offer-card > * {
    color: white !important;
    font-size: 28px !important;
    width: fit-content !important;
    margin: 0 !important;
}

.offer-card .price {
    font-weight: 800;
    padding-left: 18px;
    border-left: solid 2px white;
}

.text-highlight-blue {
    color: var(--ee-blue) !important;
    font-weight: 900;
}

.round-btn br {
    display: none;
}

.picture-container {
    display: flex;
}

.instructor .picture {
    height: 100px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.instructor .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.instructor p {
    color: var(--ee-blue) !important;
}

.instructor .info > * {
    margin: 0 !important;
    color: var(--ee-blue) !important;
}

.instructor .info p:last-child {
    font-weight: 900;
    font-size: 24px;
}

.contact-submit {
    margin: 48px 0;
}

.promo-line {
    color: var(--ee-blue) !important;
    text-align: center;
    font-weight: 800;
    margin-bottom: 0 !important;
    font-size: 2rem !important; /* for now */
}

.promo-line .crossed-text {
    text-decoration: line-through;
    color: #E41E24;
    font-weight: 900;
    margin-left: 1rem;
    margin-right: 1rem; /* for now */
}

main.doj .arrow-down {
    display: block;
    margin: 0 auto;
}

.promo-code-btn {
    border: none;
    background-color: transparent !important;
    display: block;
    margin: 0 auto;
    color: var(--highlight-blue);
    font-weight: 800;
    font-size: 1.2rem;
    text-decoration: underline;
}

.copy-alert {
    z-index: 999;
    position: fixed;
    width: max-content;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    padding: 8px 12px;
    border: solid 2px var(--highlight-blue);
    border-radius: 8px;
    color: var(--highlight-blue);
    font-weight: 800;
    box-shadow: 4px 4px 24px 8px #A2C1D880;
}

.copy-alert button {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    background-color: transparent !important;
    height: 20px;
}

#ee-toc-toggle {
    font-size: 1rem;
    font-weight: 800;
    width: 100%;
    text-align: center;
    background-color: var(--ee-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 1rem 1.2rem;
    color: white;
    border-radius: 0;
}

#ee-toc-root {
    font-size: .8rem;
}

#ee-toc-wrap:has(#ee-toc-toggle[aria-expanded="false"]) #ee-toc-root {
    display: none;
}

#ee-toc-toggle[aria-expanded="true"] #chevron-icon {
    transform: scaleY(-1);
}

#ee-toc-wrap ul#ee-toc-root {
    padding: 0 20px;
    margin: 0;
    list-style-type: none;
    text-align: left;
    background-color: var(--ee-blue);
}

#ee-toc-wrap ul#ee-toc-root:before {
    content: '';
    border-top: 1px #ccc solid;
    width: 100%;
    display: block;
    top: -9px;
    position: relative;
}

#ee-toc-wrap ul#ee-toc-root a {
    text-decoration: none;
    display: inline-block;
    max-width: 25ch;
}

#ee-toc-wrap ul#ee-toc-root a:hover,
#ee-toc-wrap ul#ee-toc-root a:focus {
    /* text-decoration: underline; */
    color: white;
}

/* new focus/hover indicator */
#ee-toc-wrap ul#ee-toc-root li > span:has(a:focus),
#ee-toc-wrap ul#ee-toc-root li > span:has(a:hover) {
    background-color: rgba(255, 255, 255, .3);
    border-bottom: solid 4px white;
    font-weight: 900;
}

#ee-toc-wrap ul#ee-toc-root li {
    list-style-type: none;
    font-family: Lato, sans-serif;
    font-size: 15px;
}

#ee-toc-wrap ul#ee-toc-root > li:not(:last-child) span, 
#ee-toc-wrap ul ul li:not(:last-child) span {
    border-bottom: solid 1.5px var(--bg-light-gray-2);
}

#ee-toc-wrap ul#ee-toc-root li span {
    display: block;
    line-height: 1.3em;
    padding: 15px 0;
}

#ee-toc-wrap span,
#ee-toc-wrap span a {
    color: white;
}

@media screen and (max-width: 960px) {
    .doj-banner .banner-content {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .doj-banner {
        margin-bottom: 0px !important;
    }

    .doj-banner .banner-content > .round-btn-container {
        display: block;
    }

    .doj-banner .banner-content .banner-text .round-btn-container {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .doj-banner h1 {
        font-size: 1.5rem !important;
        margin-bottom: 16px;
    }

    .content-area .round-btn {
        font-size: .9rem !important;
        text-align: center;
    }

    .round-btn br {
        display: block;
    }

    .offer-card {
        display: block;
        text-align: center;
    }

    .offer-card > * {
        margin: 0 auto !important;
        padding-left: 0 !important;
    }

    .offer-card .price {
        font-size: 32px !important;
        border-left: none;
        border-top: solid 2px;
        margin-top: 6px !important;
    }

    .offer-card p:not(.price) {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 480px) {
    .schedule-list li {
        flex-direction: column;
        border-radius: 32px;
    }

    .schedule-container {
        padding: 8px 12px;
    }

    .list-border-left > p {
        font-size: 1rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .doj-banner {
        margin-bottom: 48px;
    }

    main.doj {
        flex-direction: row;
    }

    main.doj h2 {
        margin-top: 0 !important;
    }

    main.doj h2#pricing {
        margin-top: 2rem !important;
    }

    div:has(#ee-toc-wrap) {
        margin-left: auto;
    }

    main.doj article {
        margin: 0 auto 0 60px;
    }

    #ee-toc-toggle {
        background-color: transparent;
        justify-content: start;
        color: var(--ee-blue) !important;
    }

    #ee-toc-wrap {
        position: sticky;
        top: 12px;
    }

    #ee-toc-root {
        display: block !important;
        background-color: transparent !important;
    }
    
    #ee-toc-wrap span,
    #ee-toc-wrap span a {
        color: var(--ee-black);
    }

    #ee-toc-wrap ul#ee-toc-root li span {
        max-width: 235px;
    }

    #ee-toc-wrap ul#ee-toc-root a:hover,
    #ee-toc-wrap ul#ee-toc-root a:focus {
        /* text-decoration: underline; */
        color: var(--highlight-blue);
    }

    /* new focus/hover indicator */
    #ee-toc-wrap ul#ee-toc-root li > span:has(a:focus),
    #ee-toc-wrap ul#ee-toc-root li > span:has(a:hover) {
        background-color: rgba(255, 255, 255, .3);
        border-bottom: solid 4px var(--highlight-blue);
        font-weight: 900;
    }
}

main.doj #toc-wrap {
    display: none !important;
}