.--shaded {
    background-color: #f3eff6 !important;
}

h1 {
    margin-bottom: 1rem !important;
}

h2 {
    margin-bottom: 0.5em !important;
    color: #492365 !important;
    font-size: 1.75em !important;
}

.showcase-html-section h4 {
    font-size: 1.3rem;
}

.divider {
    width: 3em;
    border: 3px solid #814d9d;
    margin-top: .3rem;
}

.alt-divider {
    width: 3em;
    border: 1.5px solid #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

caption {
    background: linear-gradient(140deg, rgba(73, 35, 101, .9) 44%, rgba(127, 86, 197, 0.9) 102%);
    color: white !important;
    font-weight: normal;
}

.table-divider {
    border-top: 3px solid #814d9d;
    width: 50px;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.button.gradient-button {
    background: linear-gradient(140deg, rgba(73, 35, 101, .9) 44%, rgba(127, 86, 197) 102%) !important;
}

.button.gradient-button:hover {
    color: #fff !important;
    opacity: 0.85;
}

.button.gradient-button:focus {
    color: #fff !important;
    opacity: 0.85;
}

.nav-buttons .grid__col a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.card__title {
    background: linear-gradient(140deg, rgba(73, 35, 101, .9) 44%, rgba(127, 86, 197) 102%) !important;
    background-color: transparent !important;
    font-size: 1.25em !important;
    padding: 0.8em !important;
}

.card.--linked .card__title {
    padding: 1rem 1.6rem 1rem 1rem !important;
}

.accordion .accordion-item.is-active>.accordion-title,
.accordion .accordion-title:hover,
.accordion .accordion-title:focus {
    background: linear-gradient(140deg, rgba(73, 35, 101, .9) 44%, rgba(127, 86, 197) 102%) !important;
}

.accordion-title>h2 {
    font-size: 1.5em !important;
    margin-bottom: 0 !important;
}

.accordion-title>h3,
h4 {
    margin-bottom: 0 !important;
}

/* Social icons */

.fa-brands {
    font-size: 2.3rem;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 30px 0;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50% !important;
    background: #492365;
    color: #fff !important;
    transition: background 0.3s ease, color 0.3s ease !important;
    text-decoration: none !important;
    outline-offset: 2px;
    border: none !important;
}

.social-icons .fa-brands:hover,
.social-icons .fa-brands:focus {
    color: #492365;
}

.social-icons a:hover,
.social-icons a:focus {
    background: #d3c2df !important;
    color: #492365 !important;
    outline: none;
    text-decoration: none !important;
}

/* Additional spacing options */

.--padding-yt-more {
    padding-top: 1.5rem !important;
}

.--padding-yt-most {
    padding-top: 2rem !important;
}

.--padding-yb-more {
    padding-bottom: 1.5rem !important;
}

.--padding-yb-most {
    padding-bottom: 2rem !important;
}

.--margin-yt-more {
    margin-top: 1.5rem !important;
}

.--margin-yt-most {
    margin-top: 2rem !important;
}

.--margin-yb-more {
    margin-bottom: 1.5rem !important;
}

.--margin-yb-most {
    margin-bottom: 2rem !important;
}

/* Bullet list styles */

.circle {
    list-style-type: circle;
}

.square {
    list-style-type: square !important;
}

.list-spacing>li {
    padding-bottom: 1rem;
}

.circle>li {
    padding-top: .5rem;
}

.square>li {
    padding-top: .5rem;
}

.square>li>ul>li {
    padding-top: .5rem;
}

/* Timeline */

.tl-card {
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
    border: 2px solid #492365;
    border-top: none;
}

.tl-card-body {
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    background-color: #fefefe;
    word-break: break-word;
}

.tl-card-body p {
    padding: 0.5rem 1rem;
}

.tl-card-body>p:last-child {
    margin-bottom: 0;
}

.tl-title {
    padding: 0.5rem 1rem !important;
    background-color: var(--primary-color) !important;
    color: var(--solid-button-text) !important;
    margin: 0 !important;
}

.timeline::after,
.timeline::before {
    content: "";
    position: absolute;
    background-color: #492365;
    height: 100%;
    top: 0;
}

.timeline__event:nth-of-type(2n)>.tl-card .tl-title::before {
    left: -1rem;
    border-width: 0 1rem 1.25rem 0;
    border-color: transparent #492365 transparent transparent;
}

.timeline__event:nth-of-type(2n-1)>.tl-card .tl-title::before {
    right: -1rem;
    border-width: 0 0 1.25rem 1rem;
    border-color: transparent transparent transparent #492365;
}

.timeline {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    padding: 1.5rem 0;
    position: relative;
}

.timeline::before {
    right: 50%;
}

.timeline::after {
    left: 50%;
}

.timeline__event {
    padding: 0.5rem;
    flex: 0 0 50%;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline__event {
        flex: 0 0 100%;
    }
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline__event:nth-of-type(2n-1)>.tl-card .tl-title::before {
        left: -1rem;
        border-width: 0 1rem 1.25rem 0;
        border-color: transparent #492365 transparent transparent;
    }
}

.timeline__event>.tl-card .tl-title::before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    border: medium solid #492365;
}

.timeline__event>.tl-card .tl-title::after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
}

.timeline__separator {
    padding: 1rem;
    color: #fafafa;
    background-color: #492365;
    text-align: center;
}

.timeline__separator h1,
.timeline__separator h2,
.timeline__separator h3,
.timeline__separator h4,
.timeline__separator h5,
.timeline__separator h6,
.timeline__separator p {
    color: #fafafa !important;
}

.timeline__separator a {
    color: #dfcceb;
}

.timeline__separator a:hover,
.timeline__separator a:focus {
    color: #fff;
    text-decoration: none;
}

.timeline__container {
    background-color: transparent;
}

.timeline .tl-card {
    box-shadow: none;
    border: 2px solid #492365;
    border-top: none;
}

.timeline .tl-card .tl-title {
    position: relative;
    opacity: 1 !important;
}

.timeline::before {
    width: 0.25rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline::before {
        right: calc(100% - 1rem - 0.5rem);
    }
}

.timeline::after {
    width: 0.25rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline::after {
        left: 1.5rem;
    }
}

.timeline .timeline__event:nth-of-type(2n-1) {
    padding-right: 2rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline .timeline__event:nth-of-type(2n-1) {
        padding-right: 0.5rem;
        padding-left: 3.5rem;
    }
}

.timeline .timeline__event:nth-of-type(2n-1)>.tl-card .tl-title::after {
    right: -3.125rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline .timeline__event:nth-of-type(2n-1)>.tl-card .tl-title::after {
        left: -3.125rem;
    }
}

.timeline .timeline__event:nth-of-type(2n) {
    padding-left: 2rem;
    margin-top: 3rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline .timeline__event:nth-of-type(2n) {
        margin-top: 0;
        padding-left: 3.5rem;
    }
}

.timeline .timeline__event:nth-of-type(2n)>.tl-card .tl-title::after {
    left: -3.125rem;
}

.timeline .timeline__event>.tl-card .tl-title::after {
    width: 2rem;
    height: 2rem;
    border: 0.5rem solid #492365;
    top: -1rem;
    background-size: cover;
}

.timeline--large::before {
    width: 0.25rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline--large::before {
        right: calc(100% - 3rem - 0.5rem);
    }
}

.timeline--large::after {
    width: 0.25rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline--large::after {
        left: 3.5rem;
    }
}

.timeline--large .timeline__event:nth-of-type(2n-1) {
    padding-right: 4rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline--large .timeline__event:nth-of-type(2n-1) {
        padding-right: 0.5rem;
        padding-left: 7.5rem;
    }
}

.timeline--large .timeline__event:nth-of-type(2n-1)>.tl-card .tl-title::after {
    right: -7.125rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline--large .timeline__event:nth-of-type(2n-1)>.tl-card .tl-title::after {
        left: -7.125rem;
    }
}

.timeline--large .timeline__event:nth-of-type(2n) {
    padding-left: 4rem;
    margin-top: 7rem;
}

@media only screen and (min-width: 0em) and (max-width: 39.9375em) {
    .timeline--large .timeline__event:nth-of-type(2n) {
        margin-top: 0;
        padding-left: 7.5rem;
    }
}

.timeline--large .timeline__event:nth-of-type(2n)>.tl-card .tl-title::after {
    left: -7.125rem;
}

.timeline--large .timeline__event>.tl-card .tl-title::after {
    width: 6rem;
    height: 6rem;
    border: 0.5rem solid #492365;
    top: -3rem;
    background-size: cover;
}