@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://use.typekit.net/dib6ebj.css');

:root {
    --topnav-background-color: #2369df;
    --header-background-color: #2369df;
    --header-link-color: #ffffff;
    --footer-background-color: #0b2441;
    --footer-link-color: #ffffff;
    --main-nav-font-size: 18px;
    --utility-nav-font-size: 16px;
    --link-hover-shadow-color: hsla(0, 0%, 100%, .2);
    --main-nav-hover-bg-color: #1b51be;
    --transition-time: .35s;
    --legal-border-color: #30465d;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #111;
    background: #fff;
}

header ul,
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header a,
footer a,
footer span {
    transition: all var(--transition-time) ease;
}

header a {
    color: var(--header-link-color);
}

footer a,
footer span {
    color: #fff;
}

footer a {
    text-decoration: none;
}

    footer a:hover {
        text-decoration: underline;
    }

body.no-scroll {
    overflow: hidden;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    .skip-link:focus {
        left: 1rem;
        top: 1rem;
        width: auto;
        height: auto;
        padding: .75rem 1rem;
        background: #fff;
        color: #000;
        z-index: 2000;
        overflow: visible;
    }

main.page-shell {
    min-height: 50vh;
}

.institution-header-host,
.institution-footer-host {
    width: 100%;
}

/* Header widget styles */
@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
@import"https://use.typekit.net/dib6ebj.css";

:root {
    --topnav-background-color: #2369df;
    --header-background-color: #2369df;
    --header-link-color: #ffffff;
    --footer-background-color: #0b2441;
    --footer-link-color: #ffffff;
    --main-nav-font-size: 18px;
    --utility-nav-font-size: 16px;
    --link-hover-shadow-color: hsla(0, 0%, 100%, .2);
    --main-nav-hover-bg-color: #1b51be;
    --transition-time: .35s;
    --legal-border-color: #30465d
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 16px;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    font-style: normal
}

header ul {
    display: flex;
    text-align: left;
    margin-block: .5em;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

    header ul li {
        margin-block: 11px
    }

header a {
    transition: all var(--transition-time) ease;
    color: var(--header-link-color)
}

body.no-scroll {
    overflow: hidden
}

.header-container {
    max-width: min(var(--site-max-width),100%);
    margin: 0 auto;
    padding: 0 var(--site-gutter)
}

.mobile-nav-container {
    display: none
}

footer {
    padding-top: 30px
}

    footer a {
        color: #fff;
        text-decoration: none
    }

        footer a:hover {
            text-decoration: underline
        }

    footer a, footer span {
        transition: all var(--transition-time) ease;
        color: #fff
    }

    footer ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

.footer-container {
    max-width: 1272px;
    display: flex;
    justify-content: space-between;
    margin: auto
}

.featured-links-container .icon svg {
    width: 40px;
    height: 40px
}

.featured-links-container .arrow svg, .featured-links-container .external-link-icon svg {
    width: 30px;
    height: 30px
}

@media(max-width:1108.98px) {
    .mobile-nav-container {
        display: block
    }

    .desktop-nav-container {
        display: none
    }
}

ul.svelte-hsg4f2 {
    display: flex;
    gap: 5px
}

a.svelte-hsg4f2 {
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 10px;
    color: var(--topnav-link-color);
    font-size: var(--entity-nav-font-size)
}

    a.svelte-hsg4f2:hover {
        text-decoration: underline;
        background-color: var(--link-hover-shadow-color)
    }

a.active.svelte-hsg4f2 {
    background-color: var(--link-hover-shadow-color) !important
}

.site-nav-container.svelte-135y58 {
    display: flex;
    justify-content: space-between;
    padding-top: 1.45em;
    padding-left: 40px;
    padding-right: 40px;
    gap: 14px;
    background-color: var(--header-background-color)
}

.logo-container.svelte-135y58 {
    min-height: 100px;
}

    .logo-container.svelte-135y58 a:where(.svelte-135y58) {
        display: flex;
        gap: 15px
    }

.main-nav.svelte-135y58 {
    align-self: start
}

    .main-nav.svelte-135y58 a:where(.svelte-135y58) {
        font-weight: 600;
        padding: 6px 10px;
        font-size: var(--main-nav-font-size);
        color: var(--main-nav-link-color);
        text-decoration: none;
        line-height: 18px
    }

        .main-nav.svelte-135y58 a:where(.svelte-135y58):hover {
            text-decoration: underline
        }

svg.svelte-pco2z8 {
    fill: currentColor
}

svg.svelte-1h1cwf2 {
    fill: currentColor
}

.quick-links.svelte-rkqgvu {
    position: absolute;
    right: 15px;
    top: 0;
    background-color: var(--quick-links-background-color);
    color: var(--quick-links-color);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden
}

button.svelte-rkqgvu {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 15px 7px;
    background: transparent;
    border: none;
    color: var(--quick-links-color);
    cursor: pointer;
    transition: padding .35s ease
}

button.open.svelte-rkqgvu {
    padding: 15px 30px
}

button.svelte-rkqgvu span:where(.svelte-rkqgvu), a.svelte-rkqgvu span:where(.svelte-rkqgvu) {
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 16px
}

.caret.svelte-rkqgvu {
    display: inline-flex;
    transition: rotate .2s ease
}

.caret.flip.svelte-rkqgvu {
    rotate: 180deg
}

.quick-links-menu.svelte-rkqgvu {
    padding: 0 30px 30px
}

ul.svelte-rkqgvu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

li.svelte-rkqgvu {
    margin: 0
}

a.svelte-rkqgvu {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    padding: 15px 7px 15px 0;
    margin-bottom: 2px;
    color: var(--quick-links-color);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid hsla(0,0%,100%,.4)
}

.arrow.svelte-rkqgvu {
    display: inline-flex;
    transition: translate .2s ease
}

a.svelte-rkqgvu:hover {
    border-bottom: 3px solid #fff
}

    a.svelte-rkqgvu:hover .arrow:where(.svelte-rkqgvu) {
        translate: 6px 0
    }

.quick-links.mobile.svelte-rkqgvu {
    position: relative;
    right: unset;
    top: unset;
    border-radius: 16px
}

    .quick-links.mobile.svelte-rkqgvu button:where(.svelte-rkqgvu) {
        padding: 20px
    }

    .quick-links.mobile.svelte-rkqgvu .quick-links-menu:where(.svelte-rkqgvu) {
        padding: 10px 20px 20px
    }

.utility-nav.svelte-1twum9f {
    display: flex;
    gap: 5px;
    margin-right: 150px
}

    .utility-nav.svelte-1twum9f a:where(.svelte-1twum9f) {
        text-decoration: none;
        display: block;
        font-size: var(--utility-nav-font-size);
        color: var(--topnav-link-color);
        font-weight: 600;
        padding: 5px 10px
    }

        .utility-nav.svelte-1twum9f a:where(.svelte-1twum9f):hover {
            text-decoration: underline
        }

svg.svelte-iydoap {
    fill: currentColor
}

.mobile-header.svelte-1lfu13v {
    display: grid;
    gap: 20px;
    padding: 20px
}

    .mobile-header.svelte-1lfu13v a:where(.svelte-1lfu13v) {
        text-decoration: none
    }

        .mobile-header.svelte-1lfu13v a:where(.svelte-1lfu13v):hover {
            text-decoration: underline
        }

    .mobile-header.svelte-1lfu13v:has(.mobile-nav-container:where(.svelte-1lfu13v)) {
        position: fixed;
        inset: 0;
        z-index: 999;
        background: var(--header-background-color);
        display: flex;
        flex-direction: column;
        max-height: none;
        height: 100dvh;
        overflow: hidden
    }

.logo-container.svelte-1lfu13v {
    height: max-content;
    padding-block: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .logo-container.svelte-1lfu13v img:where(.svelte-1lfu13v) {
        max-height: 70px
    }

.logo-link.svelte-1lfu13v {
    margin-right: auto;
    display: block
}

.menu-icon-container.svelte-1lfu13v {
    display: flex
}

    .menu-icon-container.svelte-1lfu13v button:where(.svelte-1lfu13v) {
        color: var(--main-nav-link-color)
    }

.menu-button.svelte-1lfu13v {
    background-color: transparent;
    border: none;
    cursor: pointer
}

.mobile-nav-container.svelte-1lfu13v {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    gap: 15px 20px
}

    .mobile-nav-container.svelte-1lfu13v a:where(.svelte-1lfu13v) {
        font-weight: 600
    }

.main-nav.svelte-1lfu13v ul:where(.svelte-1lfu13v) {
    display: grid
}

    .main-nav.svelte-1lfu13v ul:where(.svelte-1lfu13v) li:where(.svelte-1lfu13v) {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid var(--link-hover-shadow-color)
    }

        .main-nav.svelte-1lfu13v ul:where(.svelte-1lfu13v) li:where(.svelte-1lfu13v) a:where(.svelte-1lfu13v) {
            font-size: var(--mobile-main-nav-font-size, 20px);
            color: var(--main-nav-link-color);
            line-height: 24px;
            font-weight: 500;
            text-decoration: none;
            padding: 20px 10px;
            display: flex;
            justify-content: space-between;
            border-radius: 5px
        }

            .main-nav.svelte-1lfu13v ul:where(.svelte-1lfu13v) li:where(.svelte-1lfu13v) a:where(.svelte-1lfu13v):hover {
                background-color: var(--main-nav-hover-bg-color);
                text-decoration: none
            }

.utility-nav.svelte-1lfu13v {
    margin-top: auto
}

    .utility-nav.svelte-1lfu13v ul:where(.svelte-1lfu13v) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px
    }

        .utility-nav.svelte-1lfu13v ul:where(.svelte-1lfu13v) li:where(.svelte-1lfu13v) {
            margin: 0
        }

            .utility-nav.svelte-1lfu13v ul:where(.svelte-1lfu13v) li:where(.svelte-1lfu13v) a:where(.svelte-1lfu13v) {
                color: var(--main-nav-link-color);
                line-height: 23.2px
            }

.entity-nav.svelte-1lfu13v {
    margin-top: auto
}

    .entity-nav.svelte-1lfu13v ul:where(.svelte-1lfu13v) {
        display: flex;
        justify-content: space-evenly
    }

        .entity-nav.svelte-1lfu13v ul:where(.svelte-1lfu13v) a:where(.svelte-1lfu13v) {
            line-height: 23.2px;
            border-radius: 5px;
            padding: 5px 10px;
            font-size: var(--entity-nav-font-size);
            color: var(--main-nav-link-color)
        }

            .entity-nav.svelte-1lfu13v ul:where(.svelte-1lfu13v) a:where(.svelte-1lfu13v):hover {
                text-decoration: underline;
                background-color: var(--link-hover-shadow-color)
            }

header.svelte-zne36e {
    background-color: var(--header-background-color);
    font-family: Poppins,sans-serif
}

.top-nav-container.svelte-zne36e {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background-color: var(--topnav-background-color)
}

/* Footer widget styles */
@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
@import"https://use.typekit.net/dib6ebj.css";

:root {
    --topnav-background-color: #2369df;
    --header-background-color: #2369df;
    --header-link-color: #ffffff;
    --footer-background-color: #0b2441;
    --footer-link-color: #ffffff;
    --main-nav-font-size: 18px;
    --utility-nav-font-size: 16px;
    --link-hover-shadow-color: hsla(0, 0%, 100%, .2);
    --main-nav-hover-bg-color: #1b51be;
    --transition-time: .35s;
    --legal-border-color: #30465d
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 16px;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    font-style: normal
}

header ul {
    display: flex;
    text-align: left;
    margin-block: .5em;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

    header ul li {
        margin-block: 11px
    }

header a {
    transition: all var(--transition-time) ease;
    color: var(--header-link-color)
}

body.no-scroll {
    overflow: hidden
}

.header-container {
    max-width: min(var(--site-max-width),100%);
    margin: 0 auto;
    padding: 0 var(--site-gutter)
}

.mobile-nav-container {
    display: none
}

footer {
    padding-top: 30px
}

    footer a {
        color: #fff;
        text-decoration: none
    }

        footer a:hover {
            text-decoration: underline
        }

    footer a, footer span {
        transition: all var(--transition-time) ease;
        color: #fff
    }

    footer ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

.footer-container {
    max-width: 1272px;
    display: flex;
    justify-content: space-between;
    margin: auto
}

.featured-links-container .icon svg {
    width: 40px;
    height: 40px
}

.featured-links-container .arrow svg, .featured-links-container .external-link-icon svg {
    width: 30px;
    height: 30px
}

@media(max-width:1108.98px) {
    .mobile-nav-container {
        display: block
    }

    .desktop-nav-container {
        display: none
    }
}

.social-links.svelte-18l4dzc {
    display: flex;
    gap: 5px;
    align-items: center
}

    .social-links.svelte-18l4dzc a:where(.svelte-18l4dzc) {
        width: 25px
    }

        .social-links.svelte-18l4dzc a:where(.svelte-18l4dzc):hover {
            scale: 1.2
        }

svg.svelte-q5al4s {
    fill: currentColor;
    flex-shrink: 0
}

.musc-links.svelte-1hf95ok a:where(.svelte-1hf95ok), .musc-links.svelte-1hf95ok span:where(.svelte-1hf95ok) {
    font-family: fields,sans-serif;
    font-size: 24px;
    font-weight: 400;
    padding-block: 2px;
    line-height: 34.8px
}

.musc-links.svelte-1hf95ok a:where(.svelte-1hf95ok) {
    text-decoration: none;
    display: inline-block;
    display: flex;
    align-items: center
}

    .musc-links.svelte-1hf95ok a:where(.svelte-1hf95ok):hover {
        text-decoration: none
    }

        .musc-links.svelte-1hf95ok a:where(.svelte-1hf95ok):hover span:where(.svelte-1hf95ok) {
            text-decoration: underline;
            margin-inline-end: 15px
        }

.musc-links.svelte-1hf95ok span:where(.svelte-1hf95ok) {
    margin-inline-end: 10px;
    transition: all .3s ease
}

ul.svelte-o7vku {
    display: flex;
    list-style: none;
    gap: 1em
}

.copyright.svelte-o7vku {
    font-size: 14px
}

.legal.svelte-o7vku {
    width: 100%;
    border-top: 1px solid var(--legal-border-color);
    margin-top: 2em;
    padding-block: 1em;
    padding-left: 20px;
    padding-right: 20px
}

.legal-links.svelte-o7vku {
    margin-left: auto
}

@media(max-width:850px) {
    .footer-container.svelte-o7vku {
        flex-direction: column;
        gap: 1em
    }

    .legal.svelte-o7vku {
        margin-top: 1em
    }

    ul.svelte-o7vku {
        flex-wrap: wrap
    }
}

.subsite-links.svelte-9zzqci {
    padding-top: 23px
}

ul.svelte-9zzqci {
    column-count: 3
}

a.svelte-9zzqci {
    padding-block: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.2px;
    display: flex;
    align-items: center;
    gap: 4px
}

@media(max-width:1199.98px) {
    ul.svelte-9zzqci {
        column-count: 2
    }
}

@media(max-width:800px) {
    .subsite-links.svelte-9zzqci {
        padding-top: 0
    }

    ul.svelte-9zzqci {
        column-count: 2
    }
}

@media(max-width:500px) {
    ul.svelte-9zzqci {
        column-count: 1
    }
}

.logo-container.svelte-r2ufh8 {
    display: flex;
    flex-direction: column;
    gap: 20px 10px
}

address.svelte-r2ufh8 {
    font-style: normal
}

svg.svelte-1h1cwf2 {
    fill: currentColor
}

svg.svelte-1c5dl5g {
    fill: currentColor;
    flex-shrink: 0
}

svg.svelte-1g8qr5n {
    fill: currentColor;
    flex-shrink: 0
}

svg.svelte-q6kqpb {
    fill: currentColor;
    flex-shrink: 0
}

svg.svelte-xs5axo {
    fill: currentColor;
    flex-shrink: 0
}

svg.svelte-1x0gze7 {
    fill: currentColor;
    flex-shrink: 0
}

svg.svelte-1e6gg4p {
    fill: currentColor;
    flex-shrink: 0
}

svg.svelte-c6qt1m {
    fill: currentColor;
    flex-shrink: 0
}

svg.svelte-1c9cpdv {
    fill: currentColor;
    flex-shrink: 0
}

svg.svelte-14s35l7 {
    fill: currentColor;
    flex-shrink: 0
}

svg.svelte-z59xgz {
    fill: currentColor;
    flex-shrink: 0
}

a.svelte-1dogirh {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: clamp(15px,2.5cqi - 5px,25px);
    justify-content: space-between;
    font-weight: 500;
    transition: all .35s ease;
    position: relative;
    padding-block: 15px;
    padding-right: 10px
}

    a.svelte-1dogirh, a.svelte-1dogirh span:where(.svelte-1dogirh) {
        color: #2369df;
        font-size: clamp(20px,12px + 1vi,24px);
        font-weight: 500;
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center
    }

        a.svelte-1dogirh:after {
            background-color: #2369df33;
            bottom: 0;
            content: "";
            height: 1px;
            position: absolute;
            -webkit-transition: all .3s ease,height .6s ease;
            transition: all .3s ease,height .6s ease;
            width: 100%
        }

        a.svelte-1dogirh:hover {
            text-decoration: none
        }

            a.svelte-1dogirh:hover:after {
                height: 5px;
                background-color: #2369df
            }

            a.svelte-1dogirh:hover .arrow:where(.svelte-1dogirh), a.svelte-1dogirh:hover .external-link-icon:where(.svelte-1dogirh) {
                translate: 6px 0
            }

.featured-links-container.svelte-sesekz {
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 4px 12px #01437d33;
    border-radius: 20px;
    color: #000;
    background-color: #fff;
    padding: 60px clamp(20px,22vi - 156px,108px);
    row-gap: clamp(30px,3.333px + 3.333vi,50px)
}

.featured-links-header.svelte-sesekz {
    align-content: center
}

h2.svelte-sesekz {
    font-family: fields,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(36px,17.333px + 2.333vi,50px);
    padding-inline-end: 78px;
    word-break: break-word
}

    h2.svelte-sesekz span {
        color: var(--accent-color);
        font-family: Poppins,sans-serif;
        font-weight: 600;
        font-size: inherit
    }

.featured-links.svelte-sesekz ul:where(.svelte-sesekz) {
    display: flex;
    flex-direction: column
}

@media(max-width:1100px) {
    .featured-links-container.svelte-sesekz {
        grid-template-columns: 1fr;
        gap: 30px
    }
}

@media not (min-width:768px) {
    .featured-links-container.svelte-sesekz {
        padding: 30px
    }
}

footer.svelte-9sff3o {
    background-color: var(--footer-background-color);
    color: var(--footer-link-color);
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    font-family: Poppins,sans-serif;
    padding-left: 20px;
    padding-right: 20px
}

.footer-top.svelte-9sff3o {
    max-width: 1272px;
    margin: 0 auto;
    padding-top: clamp(30px,20.833cqi - 130px,120px);
    margin-bottom: clamp(30px,5.787cqi - 14.444px,55px)
}

.layout.svelte-9sff3o {
    max-width: 1272px;
    margin: 0 auto;
    display: grid;
    gap: 50px;
    grid-column: medium;
    grid-template-columns: 4fr 6fr;
    width: 100%
}

.footer-content.svelte-9sff3o {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2em
}

.coorporate-grid.svelte-9sff3o {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.entities-listing.svelte-9sff3o {
    display: flex;
    flex-direction: column;
    gap: .5em;
    padding-top: 24px
}

@media(max-width:1199.98px) {
    .layout.svelte-9sff3o {
        grid-template-columns: 5fr 5fr
    }
}

@media(max-width:1100px) {
    .footer-top.svelte-9sff3o {
        margin-right: 0;
        margin-left: 0
    }
}

@media(max-width:800px) {
    .layout.svelte-9sff3o, .coorporate-grid.svelte-9sff3o {
        grid-template-columns: 1fr
    }

    .entities-listing.svelte-9sff3o {
        padding-top: 0
    }

    .extra-logo.svelte-9sff3o {
        padding-top: 20px
    }
}

table.table td.active-enrolling-color {
    color: green;
}

table.table td.active-closed-color {
    color: #A36A00;
}

table.table td.in-approval-color {
    color: #6c757d;
}

table.table td.suspension-color {
    color: purple;
}

table.table td.other-status-color {
    color: #E60000;
}