/*
 * Theme Name: IU Rivet
 * Description: Theme using IU Rivet v2.0.0-alpha.3 with extra styles from UITS
 * Author: IU School of Social Work
*/
.rvt-header-global__controls {
    justify-content: flex-start !important;
}

.rvt-header-local {
    z-index: 500 !important;
}
.rvt-header-menu {
    z-index: 501 !important;
}
.rvt-dropdown__menu {
    z-index: 502 !important;
}
.rvt-header-local__title {
    color: #01426a;
}

.rvt-badge {
    line-height: 1.5;
}

@media screen and (min-width: 1080px) {
    .rvt-header-local {
        z-index: 700 !important;
    }
    .rvt-header-menu {
        z-index: 701 !important;
    }
    .rvt-dropdown__menu {
        z-index: 702 !important;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rvt-c-text-intro > h2::before {
    background-color: #900;
    content: '';
    display: block;
    height: 0.5rem;
    position: absolute;
    top: 0;
    width: 2rem;
}

.rvt-c-text-intro > h2,
.rvt-c-text-intro > h3,
.rvt-c-text-intro > h4,
.rvt-c-text-intro > h5,
.rvt-c-text-intro > h6 {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 1.5rem;
    position: relative;
}

.rvt-c-text-intro > h3 {
    font-size: 1.5rem;
}

.rvt-c-text-intro > h4 {
    font-size: 1.25rem;
}

.rvt-c-text-intro > h5 {
    font-size: 1.15rem;
}

.rvt-c-text-intro > h6 {
    font-size: 1rem;
}

h1 {
    font-size: 2rem;
    font-weight: bold;
}

h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

h3 {
    font-size: 1.17rem;
    /* font-weight: bold; */
    /* margin-top: 1rem; */
}

h4 {
    font-size: 1rem;
    font-weight: bold;
    /* margin-top: 1rem; */
}

h5 {
    font-size: 0.83rem;
    font-weight: bold;
    margin-top: 1rem;
}

h6 {
    font-size: 0.67rem;
    font-weight: bold;
    margin-top: 1rem;
}

.rvt-callout {
    padding: 2rem;
    box-shadow: 0px 0.25rem 10px rgba(36, 49, 66, 0.2);
    border-radius: 0.25rem;
    background-color: #fff;
}

.rvt-callout > * + * {
    margin-top: 2rem;
}

.rvt-callout__heading {
    display: flex;
    flex-direction: row;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ebecee;
}

.rvt-callout__heading-center {
    justify-content: center;
}

.rvt-callout__heading-center .rvt-callout__title {
    margin-left: 0;
}

.rvt-callout--horizontal,
.rvt-callout--list {
    margin-top: -2rem;
    position: relative;
    z-index: 2;
    overflow-x: hidden;
}

.rvt-callout__icon {
    width: 2rem;
    flex-grow: 0;
    flex-shrink: 0;
    height: 2rem;
    background-color: #f7f7f8;
    border-radius: 999rem;
    margin-top: -0.25rem;
}

.rvt-callout__icon svg {
    margin-left: 0.5625rem;
    margin-top: 0.5rem;
    width: 1rem;
    height: 1rem;
}

.rvt-callout__title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin-left: 1rem;
}

.rvt-callout__text {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.rvt-callout__list {
    font-size: 1rem;
    list-style-type: none;
    margin-top: 2rem;
    padding-left: 0;
}

.rvt-callout__list--normalize {
    font-size: 1rem;
    padding-left: 1.25rem;
}

.rvt-callout__list--normalize > * + * {
    margin-top: 1.5rem;
}

.rvt-callout__list-item {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-left: 2.25rem;
    margin-top: 0;
}

.rvt-callout__list > * + * {
    margin-top: 1rem;
}

.rvt-callout__list ul {
    list-style-type: disc;
    padding-left: 1.25rem;
}

.rvt-callout__check {
    margin: 0 !important;
}

.rvt-callout__list-item::before {
    content: '';
    position: absolute;
    left: 3.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #008a28;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iY3VycmVudENvbG9yIiAKICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIiBmaWxsPSIjMDA4QTI4Ii8+CiAgPHBhdGggZD0iTTguNzAxNDMgMTUuMDAxN0w4LjIyMTQzIDE0LjY0MTdMNS4yMjE0MyAxMS42NDE3QzUuMDYxOTkgMTEuNDQzOSA0Ljk4MzgyIDExLjE5MjggNS4wMDI4IDEwLjkzOTVDNS4wMjE3NyAxMC42ODYxIDUuMTM2NDcgMTAuNDQ5NSA1LjMyMzYgMTAuMjc3NkM1LjUxMDcyIDEwLjEwNTggNS43NTYyNSAxMC4wMTE2IDYuMDEwMyAxMC4wMTQyQzYuMjY0MzUgMTAuMDE2OCA2LjUwNzg4IDEwLjExNiA2LjY5MTQzIDEwLjI5MTdMOC44MDE0MyAxMi40MTE3TDEzLjEzMTQgNS40NzE3QzEzLjI3MiA1LjI0NjI3IDEzLjQ5NjQgNS4wODU5MSAxMy43NTUyIDUuMDI1ODlDMTQuMDE0IDQuOTY1ODggMTQuMjg2IDUuMDExMTQgMTQuNTExNCA1LjE1MTdDMTQuNzM2OSA1LjI5MjI3IDE0Ljg5NzIgNS41MTY2MyAxNC45NTcyIDUuNzc1NDNDMTUuMDE3MiA2LjAzNDIzIDE0Ljk3MiA2LjMwNjI3IDE0LjgzMTQgNi41MzE3TDkuNjIxNDMgMTQuODcxN0w4LjcwMTQzIDE1LjAwMTdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rvt-callout__item:first-child {
    border-top: 0;
}

.rvt-callout__cta {
    align-items: center;
    justify-content: center;
    background-color: #ebecee;
    border: 0.125rem solid #ebecee;
    border-radius: 0.25rem;
    color: #243142;
    line-height: 1.2;
    padding: 0.5rem 1rem;
    text-decoration: none;
    width: 100%;
}

.rvt-callout__cta--crimson {
    background-color: #900;
    border-color: #900;
    color: #fff;
}

.rvt-callout__cta--crimson:hover {
    background-color: #7a1705;
    border-color: #7a1705;
}

.rvt-callout__notes {
    border-top: 1px solid #ebecee;
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
}

.rvt-callout__notes ul,
.rvt-callout__notes p {
    color: #000000;
    font-size: 0.875rem;
}

.rvt-callout__notes ul {
    list-style-type: none;
    padding-left: 0;
}

.rvt-callout--secondary {
    background-color: transparent;
    border-color: #c4c7cc;
}

.rvt-callout--gray-border {
    border-color: #c4c7cc;
}

.rvt-callout--no-background {
    background-color: transparent;
}

.rvt-callout--action {
    border-color: #01426a;
}

.rvt-callout--list {
    margin-top: unset;
    padding: 2rem 1.5rem;
}

.rvt-callout--list .rvt-callout__heading {
    border-bottom: none;
    padding-bottom: 0;
}

.rvt-callout--list .rvt-callout__title {
    font-weight: 700;
}

.rvt-callout--list .rvt-callout__title,
.rvt-callout--list .rvt-callout__text {
    font-size: 1rem;
    margin-left: 0;
}

.rvt-callout--list-item {
    border-bottom: 1px solid #ebecee;
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    margin-left: 0.25rem;
    padding-bottom: 2rem;
}

.rvt-callout--list-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.rvt-callout__badge span {
    background-color: #f7f7f8;
    border: none;
    color: #243142;
    font-weight: 400;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
}

.rvt-callout__section {
    display: flex;
    flex-direction: column !important;
    margin-top: 1rem;
}

.rvt-callout__section::before {
    content: '';
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMEM1LjE0MzQ4IDAgMy4zNjMwMSAwLjczNzQ5OCAyLjA1MDI1IDIuMDUwMjVDMC43Mzc0OTggMy4zNjMwMSAwIDUuMTQzNDggMCA3QzAgMTAuNjkgNS43MyAxNS4yOCA2LjM4IDE1Ljc5QzYuNTU1NzEgMTUuOTI3IDYuNzcyMTYgMTYuMDAxNSA2Ljk5NSAxNi4wMDE1QzcuMjE3ODQgMTYuMDAxNSA3LjQzNDI5IDE1LjkyNyA3LjYxIDE1Ljc5QzguMjcgMTUuMjggMTQgMTAuNjkgMTQgN0MxNCA1LjE0MzQ4IDEzLjI2MjUgMy4zNjMwMSAxMS45NDk3IDIuMDUwMjVDMTAuNjM3IDAuNzM3NDk4IDguODU2NTIgMCA3IDBaTTcgMTMuNzFDNC44NSAxMS45IDIgOC44NyAyIDdDMiA1LjY3MzkyIDIuNTI2NzggNC40MDIxNSAzLjQ2NDQ3IDMuNDY0NDdDNC40MDIxNSAyLjUyNjc4IDUuNjczOTIgMiA3IDJDOC4zMjYwOCAyIDkuNTk3ODUgMi41MjY3OCAxMC41MzU1IDMuNDY0NDdDMTEuNDczMiA0LjQwMjE1IDEyIDUuNjczOTIgMTIgN0MxMiA4Ljg3IDkuMTUgMTEuOSA3IDEzLjcxWiIgZmlsbD0iIzk5MDAwMCIvPgo8cGF0aCBkPSJNNyAxMEM2LjQwNjY2IDEwIDUuODI2NjQgOS44MjQwNSA1LjMzMzI5IDkuNDk0NDFDNC44Mzk5NCA5LjE2NDc3IDQuNDU1NDMgOC42OTYyMyA0LjIyODM2IDguMTQ4MDVDNC4wMDEzIDcuNTk5ODcgMy45NDE4OSA2Ljk5NjY3IDQuMDU3NjUgNi40MTQ3M0M0LjE3MzQgNS44MzI3OSA0LjQ1OTEyIDUuMjk4MjQgNC44Nzg2OCA0Ljg3ODY4QzUuMjk4MjQgNC40NTkxMiA1LjgzMjc5IDQuMTczNCA2LjQxNDczIDQuMDU3NjVDNi45OTY2NyAzLjk0MTg5IDcuNTk5ODcgNC4wMDEzIDguMTQ4MDUgNC4yMjgzNkM4LjY5NjIzIDQuNDU1NDMgOS4xNjQ3NyA0LjgzOTk0IDkuNDk0NDEgNS4zMzMyOUM5LjgyNDA1IDUuODI2NjQgMTAgNi40MDY2NiAxMCA3QzEwIDcuNzk1NjUgOS42ODM5MyA4LjU1ODcxIDkuMTIxMzIgOS4xMjEzMkM4LjU1ODcxIDkuNjgzOTMgNy43OTU2NSAxMCA3IDEwWk03IDZDNi44MDIyMiA2IDYuNjA4ODggNi4wNTg2NSA2LjQ0NDQzIDYuMTY4NTNDNi4yNzk5OCA2LjI3ODQxIDYuMTUxODEgNi40MzQ1OSA2LjA3NjEyIDYuNjE3MzJDNi4wMDA0MyA2LjgwMDA0IDUuOTgwNjMgNy4wMDExMSA2LjAxOTIyIDcuMTk1MDlDNi4wNTc4IDcuMzg5MDcgNi4xNTMwNCA3LjU2NzI2IDYuMjkyODkgNy43MDcxMUM2LjQzMjc1IDcuODQ2OTYgNi42MTA5MyA3Ljk0MjIgNi44MDQ5MSA3Ljk4MDc5QzYuOTk4ODkgOC4wMTkzNyA3LjE5OTk2IDcuOTk5NTcgNy4zODI2OCA3LjkyMzg4QzcuNTY1NDEgNy44NDgxOSA3LjcyMTU5IDcuNzIwMDIgNy44MzE0NyA3LjU1NTU3QzcuOTQxMzUgNy4zOTExMiA4IDcuMTk3NzggOCA3QzggNi43MzQ3OCA3Ljg5NDY0IDYuNDgwNDMgNy43MDcxMSA2LjI5Mjg5QzcuNTE5NTcgNi4xMDUzNiA3LjI2NTIyIDYgNyA2WiIgZmlsbD0iIzk5MDAwMCIvPgo8L3N2Zz4K');
    height: 16px;
    position: absolute;
    width: 14px;
}

.rvt-callout__section .rvt-callout__title {
    margin-left: 1.5rem;
}

.rvt-callout__badge-container {
    margin-top: 1rem;
}

.rvt-callout__badge {
    display: inline-block;
    line-height: 2.75rem;
    margin-right: 0.5rem;
}

.rvt-callout__badge:last-of-type {
    margin-right: 0;
}

@media screen and (min-width: 46.25em) {
    .rvt-callout__cta-container {
        border-left: 1px solid #ebecee;
        flex-grow: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 1.5rem;
    }

    .rvt-callout--horizontal {
        margin-top: unset;
        padding: 1.5rem;
    }

    .rvt-callout--horizontal .rvt-callout__heading {
        border-bottom: none;
        padding-bottom: 0;
    }

    .rvt-callout--horizontal .rvt-callout__text {
        padding-left: 3.1rem;
    }

    .rvt-callout__section {
        margin-top: 0;
    }
}

@media screen and (min-width: 67.5em) {
    .rvt-header-menu__item--current:after {
        bottom: -1.05rem;
    }
    .rvt-header-menu__submenu {
        top: 2.5rem;
    }
    .rvt-c-header-menu__item--current::after {
        bottom: -1.05rem;
    }
}

.rvt-c-footer-related__button {
    background-color: #fff;
    border-color: transparent;
    color: #900;
    justify-content: center;
    margin-bottom: 1rem;
    width: 100%;
}

.rvt-c-promo-image {
    margin: 0;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0px 0.25rem 10px rgba(36, 49, 66, 0.2);
}

.rvt-c-promo-image img {
    width: 100%;
    display: block;
}

.rvt-c-no-box-shadow {
    box-shadow: none !important;
}

.rvt-c-hero {
    padding: 2.5rem 0;
}

.rvt-c-hero__title {
    letter-spacing: -0.025rem;
}

.rvt-c-hero__eyebrow {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 0.875rem;
    color: #900;
}

.rvt-c-hero__teaser {
    color: #000;
}

.rvt-c-hero__teaser > *:empty {
    display: none;
}

.rvt-c-hero__figure {
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: calc(4rem * -2);
}

.rvt-c-hero__video {
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: calc(4rem * -2);
}

.rvt-c-hero__figure-wrapper img,
.rvt-c-hero__video-wrapper iframe {
    box-shadow: 0px 0.25rem 10px rgba(36, 49, 66, 0.2);
    border-radius: 0.5rem;
    overflow: hidden;
    display: block;
}

.rvt-c-hero__video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.rvt-c-hero__figure-wrapper img {
    width: 100%;
}

.rvt-c-hero__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rvt-c-hero__figure-caption {
    font-size: 0.75rem;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    color: #565f6d;
}

.rvt-c-hero__image-cutout {
    margin-top: 2rem;
}

.rvt-c-hero--crimson {
    background-color: #900;
}

.rvt-c-hero--crimson .rvt-c-hero__title,
.rvt-c-hero--crimson .rvt-c-hero__teaser,
.rvt-c-hero--crimson .rvt-c-hero__eyebrow {
    color: #fff;
}

.rvt-c-hero--crimson .rvt-c-hero__title {
    margin-top: 0.25rem;
}

.rvt-c-hero--crimson .rvt-button--link {
    color: #900;
    background-color: #fff;
}

.rvt-c-hero--crimson .rvt-button--link:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.rvt-c-hero--subtle {
    background-color: #f7f7f8;
}

@media screen and (max-width: 935px) and (min-width: 740px) {
    .rvt-c-hero--crimson.rvt-c-hero
        .rvt-c-hero__video
        .rvt-c-hero__figure-caption {
        color: #fff;
    }
}

@media screen and (min-width: 740px) {
    .rvt-c-hero {
        padding: 4rem 0;
    }

    .rvt-c-hero__figure {
        position: absolute;
        margin-top: 0;
        margin-bottom: 0;
        right: 1.5rem;
        bottom: calc(4rem * -2);
    }

    .rvt-c-hero__video {
        margin-top: 0;
        right: 1.5rem;
        bottom: calc(4rem * -1.2);
    }

    .rvt-c-hero__image-cutout {
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        clip-path: url('#heroMask');
    }

    .rvt-c-hero__image-cutout img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .rvt-c-hero--short {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .rvt-c-hero--alternate {
        position: relative;
        overflow: hidden;
        padding-top: 6rem;
    }

    .rvt-c-hero--alternate::after {
        content: '';
        display: block;
        background-repeat: space;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMi41IiBjeT0iMi41IiByPSIyLjUiIGZpbGw9IiNFRUVFRUUiLz4KPC9zdmc+Cg==);
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        width: 100%;
        height: 6rem;
    }
}

.rvt-process {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    counter-reset: process-counter;
}

.rvt-process__item {
    counter-increment: process-counter;
    position: relative;
    padding-left: 4rem;
    padding-bottom: 1rem;
    margin: 0;
}

.rvt-process__item::after {
    content: counter(process-counter);
    position: absolute;
    top: 0.2rem;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background-color: #f7f7f8;
    border-radius: 999rem;
    color: #900;
    font-size: 1.625rem;
    font-weight: 700;
    z-index: 2;
    box-shadow: 0 0 0 0.25rem #fff;
}

.rvt-process__item::before {
    position: absolute;
    left: 1.45rem;
    top: 0;
    content: '';
    width: 0.25rem;
    height: 100%;
    background-color: #f7f7f8;
}

.rvt-process__item:last-child::before {
    content: none;
}

.rvt-process__item > * {
    margin-bottom: 0;
    margin-top: 0;
}

.rvt-process__item > * + * {
    margin-top: 1rem;
}

.rvt-process__item-content {
    display: flex;
    flex-direction: row !important;
    align-items: baseline !important;
}

.rvt-process__text {
    font-size: 1rem;
    margin-top: 0.75rem;
}

.rvt-process__text p:first-child {
    margin-top: 0.25rem;
}

.rvt-process__text h1,
.rvt-process__text h2,
.rvt-process__text h3,
.rvt-process__text h4 {
    font-size: 1.25rem;
    font-weight: 700;
}

.rvt-process__note {
    margin-left: 3rem;
    margin-top: 2rem;
}

.rvt-process__note h2,
.rvt-process__note h3,
.rvt-process__note h4,
.rvt-process__note h5 {
    display: inline-flex;
    font-size: 1.125rem;
    font-weight: 700;
}

.rvt-process__note::before {
    background-color: #f7f7f8;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy41MiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDEzLjUyIDE1Ij4KICA8cGF0aCBkPSJNMTMuMzUsMTEuMDYsMTEuNzgsOC43VjVhNSw1LDAsMSwwLTEwLDBWOC43TC4yMSwxMS4wNmExLjIyLDEuMjIsMCwwLDAtLjA3LDEuMjYsMS4yMiwxLjIyLDAsMCwwLC40NC40OSwxLjI5LDEuMjksMCwwLDAsLjYzLjE5SDQuNzhhMiwyLDAsMCwwLDIsMiwyLDIsMCwwLDAsMi0yaDMuNTNhMS4yMiwxLjIyLDAsMCwwLC42Mi0uMTksMS4yNSwxLjI1LDAsMCwwLC40NS0uNDksMS4xNywxLjE3LDAsMCwwLC4xMy0uNjQsMS4yNiwxLjI2LDAsMCwwLS4yLS42MlpNNi43OCwxMUgyLjY1TDMuNzgsOS4zVjVhMywzLDAsMCwxLC44OC0yLjEyQTMsMywwLDAsMSw5Ljc4LDVWOS4zTDEwLjkxLDExWiIgZmlsbD0iIzkwMCIvPgo8L3N2Zz4K');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
    content: '';
    display: inline-flex;
    flex-shrink: 0;
    height: 2rem !important;
    margin-left: -3rem;
    margin-right: 1rem;
    margin-top: -0.2rem;
    position: absolute;
    width: 2rem !important;
}

.rvt-process--mobile-app .rvt-process__item {
    padding-left: 0;
}

.rvt-process--mobile-app .rvt-process__item::before,
.rvt-process--mobile-app .rvt-process__item:last-child::before,
.rvt-process--mobile-app .rvt-process__item::after {
    content: none;
}

.rvt-process--mobile-app .rvt-process__text {
    margin-bottom: 2rem;
}

.rvt-process--mobile-app .rvt-process__text h3 {
    color: #000000;
    font-size: 1rem;
}

.rvt-process--mobile-app .rvt-process__text--changelog {
    margin-left: 1rem;
}

.rvt-process--mobile-app .rvt-process__text--changelog h4 {
    margin-top: 2.5rem;
}

.rvt-process--mobile-app .rvt-process__text--changelog h4:first-of-type {
    margin-top: 2rem;
}

.rvt-process--mobile-app .rvt-process__text--changelog p {
    margin-bottom: 0;
}

@media screen and (min-width: 67.5em) {
    .rvt-process--mobile-app .rvt-process__item {
        padding-left: 4rem;
    }

    .rvt-process--mobile-app .rvt-process__item::before {
        top: 1rem;
    }

    .rvt-process--mobile-app .rvt-process__item::before,
    .rvt-process--mobile-app .rvt-process__item:last-child::before {
        content: '';
    }

    .rvt-process--mobile-app .rvt-process__item::after {
        background-color: #fff;
        border: 0.25rem solid #ebecee;
        box-shadow: none;
        content: '';
        height: 0.5rem;
        left: 1.05rem;
        top: 1rem;
        width: 0.5rem;
    }
}

.rvt-anchor {
    visibility: hidden;
    color: #243142;
}
h2:hover > .rvt-anchor,
h3:hover > .rvt-anchor,
h4:hover > .rvt-anchor,
h5:hover > .rvt-anchor,
h6:hover > .rvt-anchor {
    visibility: visible;
}

.rvt-c-link-farm__text,
.rvt-c-link-farm__description {
    display: block;
}

.rvt-c-link-farm__link:hover .rvt-c-link-farm__text {
    text-decoration: underline;
}

.rvt-c-link-farm__text {
    font-weight: 700;
    line-height: 1.3;
}

.rvt-c-link-farm {
    list-style: none;
    padding: 0;
}

.rvt-c-link-farm__item {
    border-top: 1px solid #ebecee;
    margin: 0;
}

.rvt-c-link-farm__link {
    display: block;
    text-decoration: none;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    position: relative;
}

.rvt-c-link-farm__link::after {
    content: '';
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDcgMTUiIGZpbGw9Ijk1QURDQiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMDAxNjMgMTQuMDAxM0MwLjgxMTQ0MiAxNC4wMDE2IDAuNjI1MTEzIDEzLjk0NzYgMC40NjQ0OTYgMTMuODQ1OEMwLjMwMzg3OSAxMy43NDM5IDAuMTc1NjM1IDEzLjU5ODQgMC4wOTQ4MDcgMTMuNDI2M0MwLjAxMzk3ODcgMTMuMjU0MSAtMC4wMTYwODE5IDEzLjA2MjUgMC4wMDgxNTE4MyAxMi44NzM4QzAuMDMyMzg1NSAxMi42ODUyIDAuMTA5OTA4IDEyLjUwNzQgMC4yMzE2MjcgMTIuMzYxM0w0LjcwMTYzIDcuMDAxMjVMMC4yMzE2MjcgMS42NDEyNUMwLjA2MTg4ODMgMS40MzcwNCAtMC4wMTk3NzM3IDEuMTczNzUgMC4wMDQ2MDYwNyAwLjkwOTMyOEMwLjAyODk4NTggMC42NDQ5MDIgMC4xNTc0MSAwLjQwMDk5MSAwLjM2MTYyNyAwLjIzMTI1MkMwLjU2NTg0NCAwLjA2MTUxMzUgMC44MjkxMjQgLTAuMDIwMTQ4MyAxLjA5MzU1IDAuMDA0MjMxNDZDMS4zNTc5OCAwLjAyODYxMTIgMS42MDE4OSAwLjE1NzAzNSAxLjc3MTYzIDAuMzYxMjUyTDYuNjMxNjMgNi4yMDEyNUM2LjgyMTMyIDYuNDI2NiA2LjkyNTM1IDYuNzExNjkgNi45MjUzNSA3LjAwNjI1QzYuOTI1MzUgNy4zMDA4MSA2LjgyMTMyIDcuNTg1OTEgNi42MzE2MyA3LjgxMTI1TDEuNzcxNjMgMTMuNjQxM0MxLjY3NzYgMTMuNzU0MSAxLjU1OTg2IDEzLjg0NDkgMS40MjY3OCAxMy45MDcxQzEuMjkzNyAxMy45Njk0IDEuMTQ4NTQgMTQuMDAxNSAxLjAwMTYzIDE0LjAwMTNWMTQuMDAxM1oiIGZpbGw9IiM5NUFEQ0IiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.rvt-c-link-farm__text,
.rvt-c-link-farm__description {
    display: block;
}

.rvt-c-link-farm__link:hover .rvt-c-link-farm__text {
    text-decoration: underline;
}

.rvt-c-link-farm__text {
    font-weight: 700;
    line-height: 1.3;
}

.rvt-c-link-farm__description {
    font-size: 0.875rem;
    color: #000000;
}

.rvt-c-link-farm--two-column {
    display: grid;
    grid-gap: 0 2rem;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}

.alignleft {
    float: left;
    text-align: left;
    padding: 0 1rem 1rem 0;
    width: auto;
}
.alignright {
    float: right;
    text-align: right;
    padding: 0 0 1rem 1rem;
    width: auto;
}

input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
input:not([type]),
textarea,
select {
    display: block;
    width: 100%;
    border-radius: 0.25rem;
    background-color: inherit;
    border: 1px solid #666666;
    padding: 0.5rem;
    height: 2.5rem;
    line-height: 1;
}

.rvt-border-top-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rvt-c-cta {
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
}

.rvt-c-cta::after {
    content: '';
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDcgMTUiIGZpbGw9Ijk1QURDQiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMDAxNjMgMTQuMDAxM0MwLjgxMTQ0MiAxNC4wMDE2IDAuNjI1MTEzIDEzLjk0NzYgMC40NjQ0OTYgMTMuODQ1OEMwLjMwMzg3OSAxMy43NDM5IDAuMTc1NjM1IDEzLjU5ODQgMC4wOTQ4MDcgMTMuNDI2M0MwLjAxMzk3ODcgMTMuMjU0MSAtMC4wMTYwODE5IDEzLjA2MjUgMC4wMDgxNTE4MyAxMi44NzM4QzAuMDMyMzg1NSAxMi42ODUyIDAuMTA5OTA4IDEyLjUwNzQgMC4yMzE2MjcgMTIuMzYxM0w0LjcwMTYzIDcuMDAxMjVMMC4yMzE2MjcgMS42NDEyNUMwLjA2MTg4ODMgMS40MzcwNCAtMC4wMTk3NzM3IDEuMTczNzUgMC4wMDQ2MDYwNyAwLjkwOTMyOEMwLjAyODk4NTggMC42NDQ5MDIgMC4xNTc0MSAwLjQwMDk5MSAwLjM2MTYyNyAwLjIzMTI1MkMwLjU2NTg0NCAwLjA2MTUxMzUgMC44MjkxMjQgLTAuMDIwMTQ4MyAxLjA5MzU1IDAuMDA0MjMxNDZDMS4zNTc5OCAwLjAyODYxMTIgMS42MDE4OSAwLjE1NzAzNSAxLjc3MTYzIDAuMzYxMjUyTDYuNjMxNjMgNi4yMDEyNUM2LjgyMTMyIDYuNDI2NiA2LjkyNTM1IDYuNzExNjkgNi45MjUzNSA3LjAwNjI1QzYuOTI1MzUgNy4zMDA4MSA2LjgyMTMyIDcuNTg1OTEgNi42MzE2MyA3LjgxMTI1TDEuNzcxNjMgMTMuNjQxM0MxLjY3NzYgMTMuNzU0MSAxLjU1OTg2IDEzLjg0NDkgMS40MjY3OCAxMy45MDcxQzEuMjkzNyAxMy45Njk0IDEuMTQ4NTQgMTQuMDAxNSAxLjAwMTYzIDE0LjAwMTNWMTQuMDAxM1oiIGZpbGw9IiM5NUFEQ0IiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0.5rem;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: relative;
    top: 0.25rem;
}

.rvt-c-cta:hover {
    text-decoration: underline;
}

.rvt-stat__item-number {
    color: #900;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.285;
}

@media screen and (min-width: 46.25em) {
    .rvt-hero__body {
        margin-top: 1.5rem;
    }
}

.rvt-story {
    /**
     * Set a sensible default top margin for all direct child elements except
     * the first direct child. Margin only applied to one side (the top) to
     * help create a consistent flow.
     */
}
.rvt-story__heading {
    color: #990000;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.035em;
    margin-top: 1.5rem;
    text-transform: uppercase;
}
.rvt-story__title {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.1;
    position: relative;
}
.rvt-story__text {
    color: #243142;
    margin-top: 1.5rem;
}
.rvt-story__text p:only-child {
    margin-bottom: 0;
}
.rvt-story__text > * + * {
    margin-top: 1.5rem;
    margin-bottom: 0;
}
.rvt-story__text h2,
.rvt-story__text h3,
.rvt-story__text h4,
.rvt-story__text h5,
.rvt-story__text h6 {
    font-weight: 700;
    font-size: 1.125rem;
}
.rvt-story__img {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0.25rem 10px rgba(36, 49, 66, 0.2);
}
.rvt-story__img img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 46.25em) {
    .rvt-story {
        box-shadow: 0 0.25rem 10px rgba(36, 49, 66, 0.2);
        border-radius: 0.5rem;
    }
    .rvt-story__desc {
        padding-bottom: 1.5rem;
        padding-left: calc(1rem * 3);
        padding-top: 80px;
        right: 58.6667%;
    }
    .rvt-story__heading {
        margin-top: 0;
    }
    .rvt-story__img {
        height: auto;
        left: 41.7%;
        box-shadow: none;
    }
    .rvt-story__img::before {
        content: '';
        display: block;
        box-sizing: content-box;
        height: 100%;
        width: 100%;
        padding: 2px;
        position: absolute;
        left: -1px;
        top: -1px;
        background: no-repeat left top;
        background-size: auto 100%;
        background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTExIiBoZWlnaHQ9IjM1NiIgdmlld0JveD0iMCAwIDExMSAzNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOS42MjQ3IDE2NkMzNy42MjQ3IDEzMyAxMTAuNjI1IDAgMTEwLjYyNSAwSDAuNVYzNTZINDcuNjI0N0MzMi4yOTE0IDMwNS4zMzMgMjIuNjI0NyAyNzIgMTIuMTI0NyAyMzVDMS42MjQ3MyAxOTggMS42MjQ3MyAxOTkgMTkuNjI0NyAxNjZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K');
    }
    .rvt-story__img img {
        object-fit: cover;
    }
}

.rvt-c-position-sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
}

body {
    background-color: #fff;
}

.rvt-dropdown__menu--left {
    left: 0 !important;
}

.rvt-header-menu-always-mobile {
    top: 3.25rem;
    left: -3rem;
    position: absolute;
    width: calc(100% + 3rem);
}

.rvt-card__height--custom {
    object-fit: cover;
    height: 250px;
}

.rvt-cta-button--white {
    background-color: #ffffff;
    border: 0.125rem solid #ffffff;
    border-color: #ffffff;
    color: #990000;
}

.rvt-cta--white:after {
    top: 0rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" viewBox="0 0 16 16"><path d="M1 7h10.844L7.737 2.146 9.263.854 15.31 8l-6.047 7.146-1.526-1.292L11.844 9H1V7Z"></path></svg>');
}

.rvt-cta-button--white:after {
    top: 0rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23990000" d="M15.92,8.38a1,1,0,0,0-.22-1.09l-4-4a1,1,0,0,0-1.41,1.41L12.59,7H1A1,1,0,0,0,1,9H12.59l-2.29,2.29a1,1,0,1,0,1.41,1.41l4-4A1,1,0,0,0,15.92,8.38Z"/></svg>');
}

.rvt-cta-button--white:after path {
    fill: #f8f9fa;
}

.rvt-cta-button--white:active {
    background-color: #e2e7e9;
    border-color: #e2e7e9;
    color: #990000;
}
.rvt-cta-button--white:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #990000;
}

.rvt-cta-button--white:focus {
    box-shadow: 0 0 0 0.125rem #990000, 0 0 0 0.25rem #fff;
    outline: none;
    color: #990000;
}

.rvt-avatar--default {
    background-color: transparent;
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.5);
    background-image: url('./static/images/profile.svg');
}
.default-image {
    background-image: url('./static/images/profile.svg');
}
.rvt-c-sticker-group {
    width: 200px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1px #a0abb4 solid;
}
.rvt-c-sticker-set {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.rvt-c-float-left {
    margin: 0 2rem 0 0;
    float: left;
}
.rvt-c-float-right {
    margin: 0 0 0 1rem;
    float: right;
}

/* 404 Page */
.rvt-input-group {
    width: 100%;
}
.input-search {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rvt-button--search {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Featured Posts Header */
.rvt-post-button {
    background-color: #e2e7e9;
    border: 0.125rem solid #e2e7e9;
    border-radius: 0.25rem;
    color: #243142;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.rvt-post-button:active {
    background-color: #c6ecf6;
    border-color: #94d2e7;
}

.rvt-post-button:hover {
    background-color: #edfafd;
    border-color: #c6ecf6;
}

.rvt-post-button:focus {
    box-shadow: 0 0 0 0.1rem #fff, 0 0 0 0.25rem #328bb8;
    outline: none;
}

.rvt-post-button--selected {
    background-color: #01426a;
    border: 0.125rem solid #01426a;
    color: #fff;
    font-weight: 500;
}

.rvt-post-button--selected:hover {
    background-color: #004f80;
    border-color: #004f80;
    color: #fff;
    font-weight: 500;
}

@media screen and (min-width: 67.5em) {
    .rvt-card--horizontal {
        flex-direction: row;
    }

    .rvt-card--horizontal img {
        object-fit: cover;
        height: 100%;
        border-radius: 0.5rem 0rem 0rem 0.5rem !important;
    }

    .rvt-card--horizontal .rvt-card__body {
        max-width: 60%;
    }
}

@media screen and (max-width: 67.5em) {
    .rvt-row--column-lg {
        flex-direction: column;
    }
}

@media screen and (max-width: 30em) {
    .rvt-row--column-sm {
        flex-direction: column;
    }

    .rvt-list--adjust-margins div:nth-of-type(1) ul {
        margin-bottom: 0px;
    }

    .rvt-list--adjust-margins div:nth-of-type(2) ul {
        margin-top: 0px;
    }
}

/* CTA Styles */
.rvt-button:after {
    top: 0rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23ffffff" d="M15.92,8.38a1,1,0,0,0-.22-1.09l-4-4a1,1,0,0,0-1.41,1.41L12.59,7H1A1,1,0,0,0,1,9H12.59l-2.29,2.29a1,1,0,1,0,1.41,1.41l4-4A1,1,0,0,0,15.92,8.38Z"/></svg>');
}
.rvt-button--secondary:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%2301426A" d="M15.92,8.38a1,1,0,0,0-.22-1.09l-4-4a1,1,0,0,0-1.41,1.41L12.59,7H1A1,1,0,0,0,1,9H12.59l-2.29,2.29a1,1,0,1,0,1.41,1.41l4-4A1,1,0,0,0,15.92,8.38Z"/></svg>');
}
.rvt-button--plain:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%2301426A" d="M15.92,8.38a1,1,0,0,0-.22-1.09l-4-4a1,1,0,0,0-1.41,1.41L12.59,7H1A1,1,0,0,0,1,9H12.59l-2.29,2.29a1,1,0,1,0,1.41,1.41l4-4A1,1,0,0,0,15.92,8.38Z"/></svg>');
}
.rvt-button--success:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23ffffff" d="M15.92,8.38a1,1,0,0,0-.22-1.09l-4-4a1,1,0,0,0-1.41,1.41L12.59,7H1A1,1,0,0,0,1,9H12.59l-2.29,2.29a1,1,0,1,0,1.41,1.41l4-4A1,1,0,0,0,15.92,8.38Z"/></svg>');
}
.rvt-button--success-secondary:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23056e41" d="M15.92,8.38a1,1,0,0,0-.22-1.09l-4-4a1,1,0,0,0-1.41,1.41L12.59,7H1A1,1,0,0,0,1,9H12.59l-2.29,2.29a1,1,0,1,0,1.41,1.41l4-4A1,1,0,0,0,15.92,8.38Z"/></svg>');
}
.rvt-button--danger:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23ffffff" d="M15.92,8.38a1,1,0,0,0-.22-1.09l-4-4a1,1,0,0,0-1.41,1.41L12.59,7H1A1,1,0,0,0,1,9H12.59l-2.29,2.29a1,1,0,1,0,1.41,1.41l4-4A1,1,0,0,0,15.92,8.38Z"/></svg>');
}
.rvt-button--danger-secondary:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23df3603" d="M15.92,8.38a1,1,0,0,0-.22-1.09l-4-4a1,1,0,0,0-1.41,1.41L12.59,7H1A1,1,0,0,0,1,9H12.59l-2.29,2.29a1,1,0,1,0,1.41,1.41l4-4A1,1,0,0,0,15.92,8.38Z"/></svg>');
}

/* Text Panel Styles */
.blue-1-card {
    background-color: #01426a;
    color: #ffffff;
}
.blue-1-card .rvt-card__content {
    color: #ffffff;
    border-color: #ffffff;
}

.blue-2-card {
    border: 0.125rem solid #c6ecf6;
    color: #01426a;
}
.blue-2-card .rvt-card__content {
    border-color: #c6ecf6;
}

.green-1-card {
    background-color: #056e41;
    color: #ffffff;
}
.green-1-card .rvt-card__content {
    color: #ffffff;
    border-color: #ffffff;
}

.green-2-card {
    border: 0.125rem solid #dee8c6;
    color: #056e41;
}
.green-2-card .rvt-card__content {
    border-color: #dee8c6;
}

.red-1-card {
    background-color: #df3603;
    color: #ffffff;
}
.red-1-card .rvt-card__content {
    color: #ffffff;
    border-color: #ffffff;
}

.red-2-card {
    border: 0.125rem solid #ffcdc0;
    color: #df3603;
}
.red-2-card .rvt-card__content {
    border-color: #ffcdc0;
}

.text-panel-icon svg {
    height: 6rem;
    width: 6rem;
    padding: 1rem;
    border-radius: 3rem;
}

.blue-1-icon svg {
    background-color: #01426a;
    color: #ffffff;
}
.blue-2-icon svg {
    background-color: #ffffff;
    color: #01426a;
    border: 0.125rem solid #c6ecf6;
}

.green-1-icon svg {
    background-color: #056e41;
    color: #ffffff;
}
.green-2-icon svg {
    background-color: #ffffff;
    color: #056e41;
    border: 0.125rem solid #dee8c6;
}

.red-1-icon svg {
    background-color: #df3603;
    color: #ffffff;
}
.red-2-icon svg {
    background-color: #ffffff;
    color: #df3603;
    border: 0.125rem solid #ffcdc0;
}

/* Image Module Styles */
.rvt-media-module figcaption {
    flex-shrink: 1000000;
}

.image-module-width {
    width: 100%;
    border-radius: 0.5rem;
}
.image-dialog-box {
    height: fit-content;
    margin: 0rem;
}
@media screen and (min-width: 46.25em) {
    .image-width-75 {
        width: 75%;
    }
    .image-width-50 {
        width: 50%;
    }
    .image-width-25 {
        width: 25%;
    }
}

/* Process Styles */
.rvt-steps {
    overflow-x: hidden;
}

.rvt-steps .rvt-steps__item {
    flex-basis: 10px;
}

.rvt-steps .rvt-steps__item p {
    margin: 10px 10px 0px 10px;
}
.rvt-steps--vertical .rvt-steps__item p {
    margin: 0px;
}

.rvt-steps .rvt-steps__indicator {
    min-width: 2rem;
    margin-top: 2rem;
}
.rvt-steps--vertical .rvt-steps__indicator {
    margin-top: 0rem;
}

.rvt-steps__indicator--crimson {
    background-color: #900;
    color: #fff;
    border-color: #900;
}

.rvt-steps--vertical .rvt-steps__item-content {
    align-items: flex-start;
    flex-direction: row;
}

.rvt-steps__item:last-child::before {
    width: 50%;
}
.rvt-steps--vertical .rvt-steps__item:last-child::before {
    height: 50%;
}

.rvt-steps--vertical .rvt-steps__item:first-child:before {
    content: '';
    box-shadow: -0.125rem 0 0 0 #e2e7e9;
    height: 100%;
    position: absolute;
    top: 2rem;
    left: 1.125rem;
}

@media screen and (max-width: 768px) {
    .rvt-steps {
        flex-direction: column;
    }

    .rvt-steps .rvt-steps__item {
        text-align: left;
        margin-top: 0;
        padding-top: 2rem;
        position: relative;
    }

    .rvt-steps .rvt-steps__item p {
        margin: 0px;
    }

    .rvt-steps .rvt-steps__indicator {
        margin-top: 0rem;
    }

    .rvt-steps .rvt-steps__label {
        margin-bottom: 0;
        padding-left: 1rem;
    }

    .rvt-steps .rvt-steps__item-content {
        align-items: flex-start;
        flex-direction: row;
    }

    .rvt-steps__item:before {
        box-shadow: -0.125rem 0 0 0 #e2e7e9;
        height: 100%;
        position: absolute;
        top: 0;
        left: 1.125rem;
    }

    .rvt-steps__item:last-child::before {
        height: 50%;
    }

    .rvt-steps__item:first-child:before {
        content: '';
        box-shadow: -0.125rem 0 0 0 #e2e7e9;
        height: 100%;
        position: absolute;
        top: 2rem;
        left: 1.125rem;
    }
}

/* Modal Styles */
.rvt-dialog {
    z-index: 1000001;
}

.rvt-dialog--wide {
    max-width: 90% !important;
    max-height: 90% !important;
}

.rvt-card__title {
    line-height: 1.5;
}

.rvt-card__title a {
    overflow-wrap: anywhere;
}

.rvt-breadcrumbs li a {
    color: #01426a;
}

.rvt-button--plain {
    color: #01426a;
}

rvt-link,
a {
    color: #01426a;
}

.rvt-table-responsive {
    background-color: #fff;
}

/* Tabs */
.rvt-tabs__tab {
    max-height: 50px;
    height: 50px;
}

.rvt-tabs {
    overflow: hidden;
}

p {
    line-height: 1.5;
}

.rvt-disclosure__toggle {
    color: #01426a;
}

.rvt-sidenav__item {
    align-items: stretch;
}

.rvt-sidenav__link {
    flex-basis: min-content;
}

@media only screen and (max-width: 46.25em) {
    .rvt-layout__wrapper--details--toc {
        flex-direction: column;
    }
}

@media only screen and (min-width: 46.25em) {
    .rvt-layout__wrapper--details--regular {
        flex-direction: column-reverse;
    }
}
.rvt-width-100 {
    width: 100% !important;
}

.rvt-c-max-content {
    max-width: max-content;
}

/* Slideshow */
.rvt-slideshow .rvt-slideshow-content {
    max-height: 70vh;
    min-height: 70vh;
    height: 70vh;
    position: relative;
}

.rvt-slideshow__fullscreen {
    max-width: 100%;
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    box-shadow: none;
    border-radius: 0rem;
}

.rvt-slideshow__fullscreen .rvt-slideshow-content {
    max-height: none;
    min-height: auto;
    height: auto;
}

.rvt-slideshow-content {
    padding: 2rem;
    position: relative;
    overflow-y: scroll;
}

.rvt-slideshow-content:focus {
    outline: 0.125rem solid #328bb8;
}

.rvt-slideshow-content .rvt-billboard__title:before {
    content: none;
}

.rvt-slideshow-content .slideshow-video iframe {
    width: 70%;
    height: 70%;
    border-radius: 0.5rem;
}

.rvt-slideshow__nav {
    position: absolute;
    height: 70vh;
    max-height: 70vh;
    overflow-y: scroll;
    box-shadow: 0.25rem 0rem 0.5rem rgb(36 49 66 / 16%) !important;
}

.rvt-slideshow .rvt-subnav__item > button {
    background-color: transparent;
    margin: 0.125rem;
}

.rvt-slideshow .rvt-subnav__item > button:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.25rem;
    bottom: 0;
    left: 0;
    position: absolute;
}

.rvt-slideshow .rvt-subnav__item > button:hover {
    cursor: pointer;
    background-color: #edfafd;
}

.rvt-slideshow .rvt-subnav__item > button:focus {
    outline: 0.125rem solid #328bb8;
    z-index: 10;
}

.rvt-slideshow .rvt-sidenav__item > button {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    background-color: transparent;
}

.rvt-slideshow .rvt-sidenav__item > button:hover,
.rvt-seriesnav__previous:hover,
.rvt-seriesnav__next:hover {
    cursor: pointer;
}

.rvt-slideshow .rvt-sidenav__item > button:focus,
.rvt-seriesnav__previous:focus,
.rvt-seriesnav__next:focus {
    outline: 0.125rem solid #328bb8;
}

.rvt-slideshow .rvt-sidenav__item > button[aria-current='page'] {
    background-color: #fff3f0;
}

.rvt-seriesnav__previous,
.rvt-seriesnav__next {
    border: none;
    background-color: transparent;
    text-align: left;
}

/* .rvt-slideshow .rvt-subnav__item a {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}

.rvt-slideshow .rvt-subnav__item a:hover::after,
.rvt-slideshow .rvt-subnav__item a[aria-current='page']::after,
.rvt-slideshow .rvt-subnav__item a[aria-current='page']:hover::after {
    content: none;
}

.rvt-slideshow .rvt-subnav__item a:hover {
    background-color: transparent;
}

.rvt-slideshow .rvt-subnav__item a[aria-current='page']:hover,
.rvt-slideshow .rvt-subnav__item a[aria-current='page']:focus {
    background-color: #fff3f0;
    color: #01426A;
} */

.rvt-wrapper-width-100 > div {
    width: 100%;
}
p:empty {
    display: none;
}

/*
Interactive element does not meet minimum size nor spacing
Interactive elements, like buttons or links, should be large enough or be positioned, so they can easily be clicked or tapped by users.
Elements should be at least 24 by 24 pixels, or if smaller, be positioned with enough spacing to not intersect with other interactive elements.

fix: 
Adjust the spacing so a 24-pixel diameter circle centered on the bounding box of an undersized interactive element does not intersect with another interactive element or its circle.
*/
.rvt-breadcrumbs li {
    line-height: 1.675rem;
}