.rvt-card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .rvt-card--raised {
        background-color: #ffffff;
        border-radius: 0.5rem;
        -webkit-box-shadow: 0 0.25rem 1rem rgba(36, 49, 66, 0.2);
        box-shadow: 0 0.25rem 1rem rgba(36, 49, 66, 0.2);
    }

    .rvt-card__image img {
        display: block;
        width: 100%;
        border-radius: 0.5rem;
    }

    .rvt-card--raised .rvt-card__image img {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .rvt-card__body {
        padding-top: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .rvt-card--raised .rvt-card__body {
        padding: 1rem;
    }

    .rvt-card__eyebrow {
        color: #990000;
        font-size: 0.875rem;
        text-decoration: none;
    }

    .rvt-card__eyebrow[href]:hover {
        text-decoration: underline;
    }

    .rvt-card__title {
        font-size: 1.25rem;
        padding-right: 2.5rem;
        line-height: 1.3;
    }

    .rvt-card__title a {
        display: block;
        text-decoration: none;
        color: #243142;
    }

    .rvt-card__title a::before {
        content: "";
        border-radius: 999rem;
        display: block;
        width: 1rem;
        height: 1rem;
        background-color: #edfafd;
        padding: 0.5rem;
        position: absolute;
        right: 0.5rem;
        background-size: 1rem 1rem;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23006298" 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>');
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .rvt-card--raised .rvt-card__title a::before {
        right: 1.5rem;
    }

    .rvt-card--clickable .rvt-card__title a::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .rvt-card__title a:hover {
        color: #006298;
        text-decoration: underline;
    }

    .rvt-card__title a:hover::before {
        -webkit-transform: translate(0.5rem, 0);
        transform: translate(0.5rem, 0);
        background-color: #c6ecf6;
    }

    .rvt-card__content {
        border-top: 1px solid #e2e7e9;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 1.5rem;
        color: #4c5a69;
        padding-top: 1.5rem;
    }

    .rvt-card__meta {
        font-size: 0.875rem;
        padding-top: 1.5rem;
    }

    .rvt-card__meta > * {
        margin-top: 0;
        margin-bottom: 0;
    }

    .rvt-badge {
        background-color: #e2e7e9;
        border: 2px solid #e2e7e9;
        border-radius: 999px;
        color: #243142;
        display: inline-block;
        /**
         * We set the type size to a percent here so that if the badge is used
         * inside another element that uses a "ts-*" type scale utility,
         * the badge will inherit that size.
        */
        font-size: 88%;
        font-weight: 500;
        letter-spacing: 0.02rem;
        line-height: 1.6;
        /**
         * Use ems here so that padding stays proportional if parent
         * element font size changes.
        */
        padding: 0.0313rem 0.5rem;
        -webkit-font-smoothing: antialiased;
        -osx-font-smoothing: grayscale;
    }

    .rvt-badge--secondary {
        background-color: transparent;
    }

    a.rvt-badge {
        text-decoration: none;
    }

    a.rvt-badge:hover {
        color: #243142;
        background-color: #f8f9fa;
    }

    a.rvt-badge--info:hover, a.rvt-badge--info-secondary:hover {
        background-color: #edfafd;
        color: #004f80;
    }

    a.rvt-badge--success:hover, a.rvt-badge--success-secondary:hover {
        background-color: #f9f9f0;
        color: #005c31;
    }

    a.rvt-badge--warning:hover, a.rvt-badge--warning-secondary:hover {
        background-color: #fffceb;
        color: #182534;
    }

    a.rvt-badge--danger:hover, a.rvt-badge--danger-secondary:hover {
        background-color: #fff3f0;
        color: #b11c00;
    }

    a.rvt-badge:focus {
        border-radius: 999px;
    }

    .rvt-badge--info {
        background-color: #006298;
        border-color: #006298;
        color: #ffffff;
    }

    .rvt-badge--info-secondary {
        background-color: transparent;
        border-color: #c6ecf6;
        color: #006298;
    }

    .rvt-badge--success {
        background-color: #056e41;
        border-color: #056e41;
        color: #ffffff;
    }

    .rvt-badge--success-secondary {
        background-color: transparent;
        border-color: #dee8c6;
        color: #056e41;
    }

    .rvt-badge--warning {
        background-color: #ffc132;
        border-color: #ffc132;
        color: #0e1825;
    }

    .rvt-badge--warning-secondary {
        background-color: transparent;
        border-color: #fff4c6;
        color: #243142;
    }

    .rvt-badge--danger {
        background-color: #df3603;
        border-color: #df3603;
        color: #ffffff;
    }

    .rvt-badge--danger-secondary {
        background-color: transparent;
        border-color: #ffcdc0;
        color: #df3603;
    }

    @media screen and (min-width: 30em) {
        .rvt-card__body {
            padding-top: 1.5rem;
        }

        .rvt-card--raised .rvt-card__body {
            padding: 1.5rem;
        }
    }

    .rvt-card__content {
        border-top: none;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 0;
        color: #4c5a69;
        padding-top: 0;
    }

    .truncate2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #main-content .rvt-card__title a.link-plain {
        text-decoration: none !important;
    }
    
    .rvt-pagination {
   list-style: none;
   margin: 0;
   padding: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   }
   .rvt-pagination__item {
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   margin-top: 0;
   min-width: 2rem;
   height: 2.5rem;
   width: 2.5rem;
   }
   .rvt-pagination__item svg {
   width: 1rem;
   height: 1rem;
   -ms-flex-negative: 0;
       flex-shrink: 0;
   }
   .rvt-pagination__item > *:not(a) {
   color: #a0abb4;
   }
   .rvt-pagination__item > * {
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   }
   .rvt-pagination__item a {
   color: #243142;
   -webkit-box-flex: 1;
       -ms-flex-positive: 1;
           flex-grow: 1;
   height: 100%;
   text-decoration: none;
   z-index: 100;
   }
   .rvt-pagination__item a:hover {
   background-color: #edfafd;
   color: #006298;
   -webkit-box-shadow: 0 0.25rem 0 #006298;
           box-shadow: 0 0.25rem 0 #006298;
   }
   .rvt-pagination__item a:focus,
   .rvt-pagination__item a[aria-current]:focus {
   border-radius: inherit;
   outline: solid 0.125rem #328bb8;
   outline-offset: 0.125rem;
   z-index: 1000;
   }
   .rvt-pagination__item a[aria-current] {
   background-color: #fff3f0;
   -webkit-box-shadow: 0 0.25rem 0 #990000;
           box-shadow: 0 0.25rem 0 #990000;
   }