html {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    html {
        font-size: 11.2px;
    }
}

body {
    font-family: "Open Sans", "Helvetica", Arial, sans-serif;
    color: #505050;
    line-height: 1;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #505050;
}

    a:hover {
        color: #4F2683;
    }

    a:hover, a:focus, a:active, a:visited {
        text-decoration: none;
    }

@font-face {
    font-family: 'icomoon';
    src: url("https://www.uww.edu/Content/V2/fonts/icomoon/icomoon.eot?ljltsb");
    src: url("https://www.uww.edu/Content/V2/fonts/icomoon/icomoon.eot?ljltsb#iefix") format("embedded-opentype"), url("https://www.uww.edu/Content/V2/fonts/icomoon/icomoon.woff2?ljltsb") format("woff2"), url("https://www.uww.edu/Content/V2/fonts/icomoon/icomoon.ttf?ljltsb") format("truetype"), url("https://www.uww.edu/Content/V2/fonts/icomoon/icomoon.woff?ljltsb") format("woff"), url("https://www.uww.edu/Content/V2/fonts/icomoon/icomoon.svg?ljltsb#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-menu-close:before {
    content: "\e90c";
}

.icon-arrow-down:before {
    content: "\e90d";
}

.icon-arrow-left:before {
    content: "\e90b";
}

.icon-circle-arrow:before {
    content: "\e900";
}

.icon-circle-caret:before {
    content: "\e901";
}

.icon-plus:before {
    content: "\e902";
}

.icon-minus:before {
    content: "\e903";
}

.icon-circle-play:before {
    content: "\e904";
}

.icon-arrow-right:before {
    content: "\e905";
}

.icon-circle-x:before {
    content: "\e906";
}

.icon-circle-instagram:before {
    content: "\e907";
}

.icon-circle-youtube:before {
    content: "\e908";
}

.icon-circle-facebook:before {
    content: "\e909";
}

.icon-circle-linkedin:before {
    content: "\e90a";
}

html {
    background-color: #ffffff;
}

body {
    background-color: #ffffff;
}

.container-fluid {
    padding: 0;
    overflow-x: hidden;
}

    .container-fluid > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .container-fluid.content-wrapper {
        position: relative;
    }

.container {
    display: block;
    width: 100% !important;
    max-width: 1400px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width: 992px) {
    .container {
        padding-left: 50px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-left: 100px;
    }
}

@media (min-width: 992px) {
    .container {
        padding-right: 50px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 100px;
    }
}

.container.has-nav {
    z-index: 2;
}

    .container.has-nav .college-nav {
        position: relative;
        z-index: 10;
    }

@media (min-width: 992px) {
    .container.has-nav .college-nav {
        padding-right: 50px;
    }
}

.container.has-nav .content {
    position: relative;
    z-index: 1;
}

*:focus, *:active {
    box-shadow: none;
}

a:active, a:focus, button:active, button:visited, button:focus {
    color: inherit;
}

hr {
    margin: 0;
    border-top: 1px solid #EAEAEA;
    opacity: 1;
    border-radius: 0;
}

.spacer {
    height: 0;
    line-height: 0;
}

    .spacer.lg {
        padding-top: 75px;
    }

@media (min-width: 768px) {
    .spacer.lg {
        padding-top: 100px;
    }
}

.spacer.std {
    padding-top: 50px;
}

@media (min-width: 768px) {
    .spacer.std {
        padding-top: 80px;
    }
}

.spacer.sm {
    padding-top: 30px;
}

@media (min-width: 768px) {
    .spacer.sm {
        padding-top: 50px;
    }
}

.uww-utility {
    background-color: #2B164E;
    height: 40px;
}

.uww-nav {
    height: 88px;
    background-color: #4F2683;
}

@media (min-width: 992px) {
    .uww-nav {
        height: 95px;
    }
}

.utility-bar {
    height: 70px;
    background-color: #EEEEEE;
}

    .utility-bar .row {
        height: 100%;
    }

    .utility-bar p {
        margin: 0;
    }

.uww-footer {
    background-color: #4F2683;
    padding: 25px 0 !important;
    color: #fff;
}

    .uww-footer ul > li > a, .uww-footer p {
        font-size: 13px;
    }

    .uww-footer ul > li, .uww-footer p {
        line-height: 1.4 !important;
    }

    .uww-footer .content-container {
        margin-left: auto;
        margin-right: auto;
    }

    .uww-footer ul {
        list-style: none;
        padding-left: 0;
    }

    .uww-footer a {
        color: #fff;
        text-decoration: none;
    }

        .uww-footer a:hover, .uww-footer a:focus {
            color: unset !important;
        }

        .uww-footer a:focus-visible {
            text-decoration: none;
        }

    .uww-footer ul, .uww-footer p {
        line-height: 1.5625;
    }

    .uww-footer .site-footer-title {
        font-size: 20px;
        font-family: "montserrat",sans-serif;
        line-height: 1.1;
        color: #fff;
        display: block;
        margin-block-end: .675em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

    .uww-footer .content-footer {
        padding: 25px 0 10px 0;
    }

@media screen and (min-width: 53.0625em) {
    .uww-footer .content-container {
        max-width: 85.25em;
    }
}

p {
    font-family: "Open Sans", "Helvetica", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12.5px;
}

    p a {
        color: #4F2683;
    }

        p a:hover, p a:focus {
            color: #2B164E;
            text-decoration: underline;
        }

    p strong, p b {
        font-weight: 650;
    }

p.sm {
    font-size: 12px;
    line-height: 22px;
}

h1 {
    font-family: "Montserrat", "Helvetica", Arial, sans-serif;
    font-size: 45px;
    font-size: 3.2142857143rem;
    line-height: 52px;
    line-height: 3.7142857143rem;
    font-weight: 300;
    color: #4F2683;
}

    h1.sm {
        font-size: 40px;
        font-size: 2.8571428571rem;
        line-height: 45px;
        line-height: 3.2142857143rem;
    }

@media (min-width: 768px) and (max-width: 1199px) {
    h1 {
        font-size: 40px;
        font-size: 2.8571428571rem;
        line-height: 45px;
        line-height: 3.2142857143rem;
    }
}

h2 {
    font-family: "Montserrat", "Helvetica", Arial, sans-serif;
    font-weight: 300;
    font-size: 40px;
    font-size: 2.8571428571rem;
    line-height: 45px;
    line-height: 3.2142857143rem;
    color: #4F2683;
}

    h2.lg {
        font-size: 28px;
        line-height: 38px;
    }

    h2.sm {
        font-size: 24px;
        line-height: 30px;
    }

@media (min-width: 992px) {
    h2.sm {
        font-size: 28px;
        line-height: 36px;
    }
}

h3 {
    font-family: "Montserrat", "Helvetica", Arial, sans-serif;
    font-size: 28px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.5714285714rem;
    font-weight: 300;
}

    h3.lg {
        font-size: 40px;
        font-size: 2.8571428571rem;
        line-height: 45px;
        line-height: 3.2142857143rem;
    }

    h3.sm {
        font-size: 18px;
        font-size: 1.2857142857rem;
        line-height: 24px;
        line-height: 1.7142857143rem;
        font-weight: 500;
    }

h4 {
    font-family: "Open Sans", "Helvetica", Arial, sans-serif;
    font-size: 18px;
    font-size: 1.2857142857rem;
    line-height: 24px;
    line-height: 1.7142857143rem;
    font-weight: 500;
}

    h4.sm {
        font-size: 16px;
        line-height: 22px;
    }

ul li, ol li {
    font-family: "Open Sans", "Helvetica", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

    ul li.lg {
        font-size: 18px;
        line-height: 30px;
    }

    ul li a:hover {
        text-decoration: underline;
    }

button {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

.btn {
    display: inline-block;
    white-space: nowrap;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .btn.text-btn {
        padding: 0;
        border: none;
        background-color: transparent;
    }

        .btn.text-btn span {
            color: #505050;
        }

        .btn.text-btn.purple span {
            color: #4F2683;
        }

        .btn.text-btn.white span {
            color: #ffffff;
        }

.text-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .text-btn-wrapper .icon-circle-arrow, .text-btn-wrapper .icon-circle-play {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        font-size: 40px;
        color: #505050;
    }

    .text-btn-wrapper .text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 40px;
        font-family: "Open Sans", "Helvetica", Arial, sans-serif;
        font-size: 13px;
        color: #505050;
    }

@media (min-width: 768px) {
    .text-btn-wrapper .icon-circle-arrow, .text-btn-wrapper .icon-circle-play {
        font-size: 45px;
    }

    .text-btn-wrapper .text {
        line-height: 45px;
        font-size: 16px;
    }
}

a .text-btn-wrapper .icon-circle-arrow, a .text-btn-wrapper .icon-circle-play, button .text-btn-wrapper .icon-circle-arrow, button .text-btn-wrapper .icon-circle-play {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    will-change: transform;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-perspective: 1000;
}

a:hover .text-btn-wrapper .icon-circle-arrow, a:hover .text-btn-wrapper .icon-circle-play, button:hover .text-btn-wrapper .icon-circle-arrow, button:hover .text-btn-wrapper .icon-circle-play {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.college-footer {
    background-color: #EEEEEE;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .college-footer {
        padding-top: 50px;
    }
}

@media (min-width: 576px) {
    .college-footer {
        padding-bottom: 50px;
    }
}

.college-footer > .container > .row {
    margin-left: -13px;
    margin-right: -13px;
}

.college-footer .footer-col {
    padding: 25px 13px;
}

    .college-footer .footer-col h4 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 18px;
    }

    .college-footer .footer-col p {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }

    .college-footer .footer-col > a {
        display: block;
        color: #4F2683;
        padding: 7px 0;
        font-size: 14px;
        line-height: 18px;
    }

        .college-footer .footer-col > a:hover {
            text-decoration: underline;
        }

    .college-footer .footer-col .footer-marks {
        margin-top: 30px;
    }

        .college-footer .footer-col .footer-marks a {
            display: block;
        }

            .college-footer .footer-col .footer-marks a img {
                height: auto;
                width: 170px;
                display: block;
            }

            .college-footer .footer-col .footer-marks a:not(:last-child) {
                margin-bottom: 15px;
            }

    .college-footer .footer-col .social-links {
        margin-left: -5px;
        margin-right: -5px;
    }

        .college-footer .footer-col .social-links .social-link {
            padding: 0;
        }

            .college-footer .footer-col .social-links .social-link a {
                display: block;
                line-height: 35px;
                padding: 5px;
            }

                .college-footer .footer-col .social-links .social-link a span, .social-links .social-link a span {
                    font-size: 35px;
                    line-height: 35px;
                    color: #4F2683;
                    display: block;
                    -webkit-transition: all 0.2s linear;
                    transition: all 0.2s linear;
                }

                .college-footer .footer-col .social-links .social-link a:hover {
                    text-decoration: none;
                }

                    .college-footer .footer-col .social-links .social-link a:hover span, .social-links .social-link a:hover span {
                        -webkit-transform: scale(1.2);
                        transform: scale(1.2);
                    }

@media (min-width: 1200px) {
    .college-footer .footer-col > a {
        max-width: 200px;
    }
}

.common-cta-spacer {
    margin-top: 50px;
    padding-top: 50px;
}

@media (min-width: 768px) {
    .common-cta-spacer {
        padding-top: 80px;
    }
}

.common-cta {
    position: relative;
    margin-left: calc(-1 * (100vw - 100%)/2);
    margin-right: calc(-1 * (100vw - 100%)/2);
    width: 100vw;
    max-width: unset;
}

    .common-cta .cta-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        z-index: 2;
        padding-top: 50px;
        padding-bottom: 50px;
    }

@media (min-width: 768px) {
    .common-cta .cta-copy {
        padding-top: 15px;
        padding-bottom: 20px;
    }
}

.common-cta .cta-copy h2 {
    margin: 0;
    color: #ffffff;
    position: relative;
    z-index: 2;
    padding-top: 15px;
}

.common-cta .cta-copy .cta-buttons {
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

    .common-cta .cta-copy .cta-buttons .cta {
        padding: 15px;
    }

        .common-cta .cta-copy .cta-buttons .cta a span {
            color: #ffffff;
        }

.common-cta .cta-img {
    position: relative;
    z-index: 2;
}

    .common-cta .cta-img .bg-image {
        width: 100%;
        padding-bottom: 62vw;
        background-position: center center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 10px;
    }
    @media (max-width: 991px) {
        .common-cta .cta-img .bg-image.portrait {
            padding-bottom: 140vw;
        }
    }
.common-cta:after {
    content: "";
    display: block;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: calc(100% - 31vw);
    top: 0;
    position: absolute;
    left: 0;
}

@media (min-width: 992px) {
    .common-cta .cta-copy {
        padding-right: 60px;
        min-height: 300px;
    }

    .common-cta .cta-img .bg-image {
        height: calc(100% + 100px);
        margin-top: -50px;
        padding-bottom: 0;
    }

    .common-cta:after {
        height: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
}
/* CTA Ordering based on user selected img placement */
.row.image-align-left .cta-copy {
    order: 1;
}

.row.image-align-left .cta-img {
    order: 2;
}

.row.image-align-right .cta-copy {
    order: 2;
}

.row.image-align-right .cta-img {
    order: 1;
}

/* For large screens */
@media (min-width: 992px) {
    .row.image-align-left .cta-img {
        order: 1;
    }

    .row.image-align-left .cta-copy {
        order: 2;
        padding-right: 0px;
        padding-left: 60px;
    }

    .row.image-align-right .cta-copy {
        order: 1;
    }

    .row.image-align-right .cta-img {
        order: 2;
    }
}

/* Ensure image is below text/links on mobile */
@media (max-width: 991px) {
    .cta-copy {
        order: 1 !important;
    }

    .cta-img {
        order: 2 !important;
    }
}

.main-top .standard-copy-wrapper.bg-gray, main-bottom .standard-copy-wrapper.bg-gray {
    padding: 40px 0;
}

.standard-copy-wrapper h1, .standard-copy-wrapper h2, .standard-copy-wrapper h3, .standard-copy-wrapper h4, .standard-copy-wrapper h5, .standard-copy-wrapper h6 {
    margin: 0;
}

.standard-copy-wrapper p {
    margin-bottom: 0;
    margin-top: 1rem;
}

.standard-copy-wrapper a.btn:not(:first-child) {
    margin-top: 20px;
}

.mfp-bg {
    background: #000000;
    opacity: .9;
}

.mfp-zoom-out-cur {
    cursor: default;
}

.mfp-content {
    max-width: 1400px !important;
}

    .mfp-content .video-close {
        top: -44px;
        padding: 0;
        left: 0;
        right: 0;
        cursor: pointer !important;
    }

    .mfp-content .img-close {
        top: 10px;
        left: 0;
        right: 0;
        cursor: pointer !important;
        padding-right: 10px;
        z-index: 999;
    }

    .mfp-content .iframe-close {
        color: #000000;
        top: -44px;
        padding: 0;
        left: 0;
        right: 0;
        cursor: pointer !important;
    }

    .mfp-content .mfp-img {
        padding: 0;
    }

.mfp-image-holder figcaption {
    display: none;
}

.stats {
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}

    .stats > .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .stats .stat {
        padding: 20px;
    }

        .stats .stat .stat-value {
            font-family: "Montserrat", "Helvetica", Arial, sans-serif;
            font-weight: 400;
            font-size: 60px;
            font-size: 4.2857142857rem;
            line-height: 1;
        }

        .stats .stat .stat-label {
            margin-top: 5px;
            margin-bottom: 0;
            max-width: 250px;
        }

    .stats .stat-copy {
        padding: 20px 15px;
    }

.stat-tray .cta-btn span {
    color: #4f2683 !important;
}

.purple-section .stats {
    color: #ffffff;
}

.text-wrapper p {
    color: #4F2683;
}

.large-cta {
    position: relative;
    z-index: 2;
}

    .large-cta .cta {
        background-image: url("https://www.uww.edu/Content/V2/purple-bg-2.jpg");
        background-size: cover;
        background-position: center center;
        z-index: 2;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .large-cta .cta .cta-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            flex-direction: column;
            -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important;
            height: 100%;
            padding: 25px;
        }

            .large-cta .cta .cta-wrapper h2, .large-cta .cta .cta-wrapper span, .large-cta .cta .cta-wrapper p {
                color: #ffffff;
            }

            .large-cta .cta .cta-wrapper h2 {
                margin-bottom: 0;
                font-size: 24px;
                line-height: 30px;
            }

            .large-cta .cta .cta-wrapper p {
                margin-top: 15px;
                margin-bottom: 0;
            }

            .large-cta .cta .cta-wrapper .text-btn-wrapper {
                margin-top: 50px;
            }

    .large-cta .cta-image {
        position: relative;
        z-index: 1;
    }

        .large-cta .cta-image .bg-image, .large-cta .cta-image .bg-video-wrapper {
            padding-bottom: 56.25%;
            width: 100%;
            height: 0;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        .large-cta .cta-image .bg-image {
            background-size: cover;
            background-position: center center;
            padding-bottom: 66.25%;
        }

        .large-cta .cta-image .bg-video-wrapper {
            position: relative;
            overflow: hidden;
        }

            .large-cta .cta-image .bg-video-wrapper video {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                min-height: 100%;
                width: 100%;
                object-fit: cover;
                background: transparent;
            }

@media (min-width: 992px) {
    .large-cta .cta {
        position: absolute;
        min-height: 80%;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        border-radius: 10px;
    }

        .large-cta .cta .cta-wrapper {
            padding: 50px 30px 30px;
        }

            .large-cta .cta .cta-wrapper h2 {
                font-size: 28px;
                line-height: 36px;
            }

            .large-cta .cta .cta-wrapper .text-btn-wrapper {
                margin-top: 25px;
            }
            
            .large-cta .cta-image .bg-image, .large-cta .cta-image .bg-video-wrapper {
                border-radius: 10px;
            }
        }

@media (min-width: 1200px) {
    .large-cta .cta {
        height: 80%;
    }
}

.img-cta-grid {
    margin-left: -5px;
    margin-right: -5px;
}

    .img-cta-grid .cta {
        padding: 5px;
    }

        .img-cta-grid .cta .text-wrapper {
            padding-bottom: 30px;
        }

            .img-cta-grid .cta .text-wrapper h2 {
                color: #4F2683;
            }

            .img-cta-grid .cta .text-wrapper a {
                display: inline-block;
            }

            .img-cta-grid .cta .text-wrapper .text-btn-wrapper {
                margin-top: 15px;
            }

                .img-cta-grid .cta .text-wrapper .text-btn-wrapper span {
                    color: #4F2683;
                }

        .img-cta-grid .cta .img-cta-wrapper {
            position: relative;
            display: block;
            border-radius: 10px;
            overflow: hidden;
            height: 0;
        }

            .img-cta-grid .cta .img-cta-wrapper .bg-image {
                background-position: center top !important;
                background-size: cover !important;
                background-repeat: no-repeat !important;
                border-radius: 10px;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 1;
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
                -ms-transform: translateZ(0);
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
            }

            .img-cta-grid .cta .img-cta-wrapper .text-wrapper {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 2;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                flex-direction: column;
                -ms-flex-pack: end !important;
                justify-content: flex-end !important;
                background: linear-gradient(to top, black, rgba(0, 0, 0, 0) 75%);
                border-radius: 10px;
                padding: 15px;
            }

                .img-cta-grid .cta .img-cta-wrapper .text-wrapper h3 {
                    color: #ffffff;
                    display: block;
                    margin: 0;
                    max-width: 350px;
                }

                    .img-cta-grid .cta .img-cta-wrapper .text-wrapper h3 small {
                        display: block;
                        font-size: .43em;
                        line-height: 1.5em;
                    }

                .img-cta-grid .cta .img-cta-wrapper .text-wrapper .text-btn-wrapper {
                    margin-top: 10px;
                }

                    .img-cta-grid .cta .img-cta-wrapper .text-wrapper .text-btn-wrapper span {
                        color: #ffffff;
                    }

            .img-cta-grid .cta .img-cta-wrapper:hover .bg-image {
                -webkit-transform: scale(1.05);
                transform: scale(1.05);
                filter: grayscale(100%);
            }

        .img-cta-grid .cta.col-6 .img-cta-wrapper {
            padding-bottom: 147%;
        }

        .img-cta-grid .cta.col-12 .img-cta-wrapper {
            padding-bottom: 110%;
        }

.img-cta-wrapper:focus-visible, .cta-wrapper:focus-visible {
    outline-offset: 5px;
}

@media (min-width: 576px) {
    .img-cta-grid .cta.col-12 .img-cta-wrapper, .img-cta-grid .cta.col-6 .img-cta-wrapper {
        padding-bottom: 152%;
    }
}

@media (min-width: 768px) {
    .img-cta-grid {
        margin-left: -8px;
        margin-right: -8px;
    }

        .img-cta-grid .cta {
            padding: 8px;
        }

            .img-cta-grid .cta .img-cta-wrapper .text-wrapper {
                padding: 20px;
            }
}

.purple-section .accordion-wrapper {
    background-color: white;
}

    .purple-section .accordion-wrapper .btn.text-btn.purple span, .purple-section .accordion-wrapper p {
        color: #4F2683 !important;
    }

.accordion-tray h2 {
    margin-bottom: 2.0rem;
}

.accordion-wrapper .accordion-section {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #EAEAEA;
}

    .accordion-wrapper .accordion-section:first-child {
        border-top: 1px solid #EAEAEA;
    }

    .accordion-wrapper .accordion-section button.accordion-expand {
        cursor: pointer;
        background-color: transparent;
        border: none;
        display: block;
        width: 100%;
        text-align: left;
        position: relative;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        font-family: "Open Sans", "Helvetica", Arial, sans-serif;
        color: #4F2683;
        padding: 18px 40px 18px 0;
    }

        .accordion-wrapper .accordion-section button.accordion-expand h3 {
            margin: 0;
            display: inline-block;
            font-weight: 400;
        }

        .accordion-wrapper .accordion-section button.accordion-expand:after {
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            content: "\e903";
            position: absolute;
            z-index: 999;
            pointer-events: none;
            vertical-align: middle;
            font-size: 20px;
            height: 20px;
            line-height: 20px;
            width: 20px;
            color: #4F2683;
            top: 20px;
            right: 0;
            vertical-align: middle;
            text-align: center;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .accordion-wrapper .accordion-section button.accordion-expand.collapsed:after {
            content: "\e902";
        }

        .accordion-wrapper .accordion-section button.accordion-expand:hover, .accordion-wrapper .accordion-section button.accordion-expand:focus {
            color: #2B164E;
        }

            .accordion-wrapper .accordion-section button.accordion-expand:hover h3, .accordion-wrapper .accordion-section button.accordion-expand:focus h3 {
                text-decoration: underline;
            }

            .accordion-wrapper .accordion-section button.accordion-expand:hover:after, .accordion-wrapper .accordion-section button.accordion-expand:focus:after {
                color: #2B164E;
            }

    .accordion-wrapper .accordion-section .accordion-content {
        padding: 0 !important;
    }

        .accordion-wrapper .accordion-section .accordion-content .content {
            padding: 0 20px 30px 20px;
        }

            .accordion-wrapper .accordion-section .accordion-content .content h4 {
                color: #4F2683;
                margin-bottom: 0;
            }

                .accordion-wrapper .accordion-section .accordion-content .content h4 span.accent {
                    color: #505050;
                    font-weight: 400;
                }

            .accordion-wrapper .accordion-section .accordion-content .content p {
                margin-bottom: 0;
                margin-top: 10px;
            }

            .accordion-wrapper .accordion-section .accordion-content .content a.btn {
                margin-bottom: 0;
                margin-top: 15px;
            }

.bullets-wrapper h1, .bullets-wrapper h2, .bullets-wrapper h3, .bullets-wrapper h4, .bullets-wrapper h5, .bullets-wrapper h6 {
    margin: 0 0 12px 0;
}

.bullets-wrapper .bullet-row {
    padding-top: 12px;
}

    .bullets-wrapper .bullet-row .bullet {
        padding-right: 10px;
    }

        .bullets-wrapper .bullet-row .bullet span {
            font-size: 34px;
            line-height: 34px;
            width: 34px;
            color: #4F2683;
        }

    .bullets-wrapper .bullet-row .copy h1, .bullets-wrapper .bullet-row .copy h2, .bullets-wrapper .bullet-row .copy h3, .bullets-wrapper .bullet-row .copy h4, .bullets-wrapper .bullet-row .copy h5, .bullets-wrapper .bullet-row .copy h6 {
        line-height: 34px;
        color: #4F2683;
    }

    .bullets-wrapper .bullet-row:not(:last-child) {
        padding-bottom: 12px;
    }

.home-hero-slider {
    position: relative;
    z-index: 2;
}

    .home-hero-slider.banner-image .slick-slider .slide {
        padding-top: 0 !important;
    }

    .home-hero-slider .slick-slider {
        position: relative;
        overflow: hidden;
        z-index: 2;
    }

        .home-hero-slider .slick-slider .slide {
            overflow: hidden;
            padding-top: 50px;
        }

            .home-hero-slider .slick-slider .slide .slide-content {
                display: block;
                width: 100% !important;
                max-width: 1400px !important;
                margin-left: auto;
                margin-right: auto;
                padding-left: 25px;
                padding-right: 25px;
                position: relative;
            }

@media (min-width: 992px) {
    .home-hero-slider .slick-slider .slide .slide-content {
        padding-left: 50px;
    }
}

@media (min-width: 1200px) {
    .home-hero-slider .slick-slider .slide .slide-content {
        padding-left: 100px;
    }
}

@media (min-width: 992px) {
    .home-hero-slider .slick-slider .slide .slide-content {
        padding-right: 50px;
    }
}

@media (min-width: 1200px) {
    .home-hero-slider .slick-slider .slide .slide-content {
        padding-right: 100px;
    }
}

.home-hero-slider .slick-slider .slide .slide-content .slide-heading {
    position: relative;
    width: 100%;
}

    .home-hero-slider .slick-slider .slide .slide-content .slide-heading h1 {
        width: 100%;
        margin: 0;
        color: #4F2683;
        max-width: 400px;
    }

.home-hero-slider .slick-slider .slide .slide-content .slide-image {
    position: relative;
    z-index: 1;
    width: 100%;
}

.home-hero-slider .arrow {
    width: 36px;
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    padding-top: 100px;
}

    .home-hero-slider .arrow .arrow-box {
        width: 100%;
        height: 70px;
        text-align: center;
        display: block;
        background-color: #EEEEEE;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .home-hero-slider .arrow .arrow-box span {
            display: block;
            font-size: 14px;
            z-index: 1;
            position: relative;
            text-align: center;
            margin: 0;
            width: 36px;
            height: 70px;
            line-height: 70px;
            vertical-align: middle;
            color: #4F2683;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

    .home-hero-slider .arrow.arrow-prev {
        left: 0;
    }

        .home-hero-slider .arrow.arrow-prev .arrow-box {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .home-hero-slider .arrow.arrow-next {
        right: 0;
    }

        .home-hero-slider .arrow.arrow-next .arrow-box {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

    .home-hero-slider .arrow.slick-hidden {
        display: none;
    }

    .home-hero-slider .arrow:hover .arrow-box {
        background-color: #4F2683;
    }

        .home-hero-slider .arrow:hover .arrow-box span {
            color: #ffffff;
        }

@media (min-width: 576px) {
    .home-hero-slider .arrow {
        width: 40px;
    }

        .home-hero-slider .arrow .arrow-box span {
            font-size: 16px;
            width: 40px;
        }
}

@media (min-width: 768px) {
    .home-hero-slider .slick-slider .slide .slide-content .slide-heading h1 {
        max-width: 500px;
    }
}

@media (min-width: 992px) {
    .home-hero-slider .slick-slider .slide .slide-content .slide-heading {
        background-color: #ffffff;
        padding: 30px 50px 0 50px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 46%;
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 25px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .home-hero-slider .slick-slider .slide .slide-content .slide-heading {
        padding-left: 50px;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .home-hero-slider .slick-slider .slide .slide-content .slide-heading {
        padding-left: 100px;
    }
}

@media (min-width: 992px) {
    .home-hero-slider .arrow {
        padding-top: 10vw;
    }
}

@media (min-width: 1100px) {
    .home-hero-slider .slick-slider .slide .slide-content .slide-heading {
        padding: 50px 50px 0 50px;
    }
}

@media (min-width: 1200px) {
    .home-hero-slider .slick-slider .slide .slide-content .slide-heading {
        padding: 0 50px 0 100px;
        width: 50%;
        top: unset;
        bottom: 36vw;
        min-height: 156px;
    }

    .home-hero-slider .slick-slider .slide .slide-content .slide-image {
        width: 91%;
        margin-left: 9%;
    }
}

@media (min-width: 1400px) {
    .home-hero-slider .slick-slider .slide .slide-content .slide-heading {
        bottom: 520px;
    }

    .home-hero-slider .arrow {
        padding-top: 140px;
    }
}

.home-hero-copy {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .home-hero-copy {
        padding-top: 80px;
    }
}

@media (min-width: 768px) {
    .home-hero-copy {
        padding-bottom: 80px;
    }
}

.home-hero-copy .cta {
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .home-hero-copy .cta {
        padding-bottom: 50px;
    }
}

.home-hero-copy .cta .standard-copy-wrapper h1, .home-hero-copy .cta .standard-copy-wrapper h2, .home-hero-copy .cta .standard-copy-wrapper h3, .home-hero-copy .cta .standard-copy-wrapper h4, .home-hero-copy .cta .standard-copy-wrapper h5, .home-hero-copy .cta .standard-copy-wrapper h6, .home-hero-copy .cta .standard-copy-wrapper p, .home-hero-copy .cta .standard-copy-wrapper a, .home-hero-copy .cta .standard-copy-wrapper span {
    color: #ffffff;
}

.home-hero-copy .stats {
    position: relative;
    z-index: 2;
}

    .home-hero-copy .stats > .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .home-hero-copy .stats .stat {
        padding: 20px;
    }

        .home-hero-copy .stats .stat span, .home-hero-copy .stats .stat p {
            color: #ffffff;
        }

        .home-hero-copy .stats .stat .stat-value {
            font-family: "Montserrat", "Helvetica", Arial, sans-serif;
            font-weight: 300;
            font-size: 60px;
            font-size: 4.2857142857rem;
            line-height: 1;
        }

        .home-hero-copy .stats .stat .stat-label {
            margin-top: 5px;
        }

.home-hero-copy:after {
    content: "";
    background-image: url("https://www.uww.edu/Content/V2/purple-bg.jpg");
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100% + 60vw);
    top: -30vw;
}

@media (min-width: 768px) {
    .home-hero-copy.both-slots:after {
        top: -20vw;
        height: calc(100% + 50vw);
    }
}

@media (min-width: 992px) {
    .home-hero-copy.both-slots:after {
        top: -15vw;
        height: calc(100% + 35vw);
    }
}

@media (min-width: 1400px) {
    .home-hero-copy.both-slots:after {
        height: calc(100% + 500px);
        top: -250px;
    }
}

@media (max-width: 768px) {
    .home-hero-copy.top-only {
        padding-bottom: 0;
    }
    .home-hero-copy.top-only:after {
        top: -25vw;
        height: calc(100% + 32vw);
    }
}

@media (min-width: 768px) {
    .home-hero-copy.top-only {
        padding-bottom: 0;
    }
    .home-hero-copy.top-only:after {
        top: -30vw;
        height: calc(100% + 35vw);
    }
}

@media (min-width: 992px) {
    .home-hero-copy.top-only:after {
        top: -30vw;
        height: calc(100% + 33vw);
    }
}

@media (min-width: 1400px) {
    .home-hero-copy.top-only:after {
        top: -22vw;
        height: calc(100% + 24vw);
    }
}

@media (min-width: 1900px) {
    .home-hero-copy.top-only:after {
        top: -18vw;
        height: calc(100% + 20vw);
    }
}

@media (max-width: 768px) {
    .home-hero-copy.bottom-only:after {
        top: -25vw;
        height: calc(100% + 250px);
    }
}

@media (min-width: 768px) {
    .home-hero-copy.bottom-only:after {
        top: -20vw;
        height: calc(100% + 300px);
    }
}

@media (min-width: 992px) {
    .home-hero-copy.bottom-only:after {
        top: -15vw;
        height: calc(100% + 250px);
    }
}

@media (min-width: 1400px) {
    .home-hero-copy.bottom-only:after {
        height: calc(100% + 250px);
    }
}

@media (min-width: 1200px) {
    .square-cards .img-cta-wrapper {
        padding-bottom: 112% !important;
    }

    .square-cards .img-cta-grid .cta .img-cta-wrapper {
        padding-bottom: 112% !important;
    }

        .square-cards .img-cta-grid .cta .img-cta-wrapper .text-wrapper {
            padding: 30px !important;
        }
}

.related-content {
    padding-top: 30px;
    padding-bottom: 75px;
}

@media (min-width: 768px) {
    .related-content {
        padding-top: 50px;
    }
}

@media (min-width: 768px) {
    .related-content {
        padding-bottom: 100px;
    }
}

.related-content .section-heading {
    padding-bottom: 10px;
}

    .related-content .section-heading .heading, .home-news .section-heading .cta {
        padding-bottom: 15px;
    }

    .related-content .section-heading h2 {
        margin: 0;
        max-width: 500px;
    }

.internal-hero {
    position: relative;
    z-index: 1;
    aspect-ratio: 2260 / 900;
}

    .internal-hero .bg-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        z-index: 1;
    }

    .internal-hero .hero-overlay {
        position: relative;
        z-index: 2;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    }

        .internal-hero .hero-overlay .headline {
            min-height: 350px;
            padding-top: 75px;
            padding-bottom: 75px;
        }

@media (max-width: 600px) {
    .internal-hero {
        aspect-ratio: 3 / 2;
    }
}
@media (min-width: 768px) {
    .internal-hero .hero-overlay .headline {
        padding-top: 100px;
    }
}

@media (min-width: 768px) {
    .internal-hero .hero-overlay .headline {
        padding-bottom: 100px;
    }
}

.internal-hero .hero-overlay .headline h1 {
    max-width: 550px;
    color: #ffffff;
    margin: 0;
}

@media (min-width: 992px) {
    .internal-hero .hero-overlay {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 50%);
    }

        .internal-hero .hero-overlay .headline {
            min-height: 500px;
        }
}

@media (min-width: 992px) {
    .internal-wrapper .college-nav {
        padding-bottom: 100px;
    }
}

#college-nav {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    #college-nav .nav-label {
        background-color: #4F2683;
        padding: 20px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        transform: translateY(-100%);
        width: 100%;
        z-index: 2;
        pointer-events: all;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        #college-nav .nav-label:focus-visible, #college-nav .nav-label:hover {
            background-color: #2B164E;
        }

        #college-nav .nav-label span {
            color: #ffffff;
            line-height: 20px;
            display: block;
        }

            #college-nav .nav-label span.icon-arrow-down {
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
                font-size: 15px;
            }

            #college-nav .nav-label span.text {
                font-family: "Montserrat", "Helvetica", Arial, sans-serif;
                font-weight: 300;
                font-size: 15px;
                padding-left: 10px;
            }

    #college-nav ul.nav-list {
        background-color: rgba(33, 33, 33, 0.98);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        list-style-type: none;
        margin-left: 0;
        padding: 15px 0;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        position: relative;
        width: 100%;
        opacity: 0;
        margin-top: -50px;
        z-index: 1;
        pointer-events: none;
    }

        #college-nav ul.nav-list a {
            color: #ffffff;
            display: block;
            font-family: "Open Sans", "Helvetica", Arial, sans-serif;
            font-size: 15px;
            line-height: 20px;
        }

            #college-nav ul.nav-list a.active {
                background-color: #DBDBDB;
                pointer-events: none;
            }

        #college-nav ul.nav-list > li:not(:last-child) {
            border-bottom: 1px solid #DBDBDB;
        }

        #college-nav ul.nav-list > li > a {
            font-weight: 500;
            padding: 10px 20px;
        }

        #college-nav ul.nav-list > li ul.sub-nav-list {
            list-style-type: none;
            padding-left: 20px;
            padding-bottom: 15px;
        }

            #college-nav ul.nav-list > li ul.sub-nav-list li a {
                font-weight: 400;
                padding: 7px 20px;
            }

    #college-nav.open {
        pointer-events: all;
    }

        #college-nav.open .nav-label span.icon-arrow-down {
            -webkit-transform: scale(-1);
            transform: scale(-1);
        }

        #college-nav.open ul.nav-list {
            pointer-events: all;
            margin-top: 0;
            opacity: 1;
        }

#college-nav-trigger:hover .text, #college-nav-trigger:focus-visible .text {
    text-decoration:  underline;
}

@media (min-width: 992px) {
    #college-nav {
        width: 230px;
        position: relative;
        top: unset;
        left: unset;
        pointer-events: all;
    }

        #college-nav .nav-label {
            cursor: default;
            pointer-events: none;
        }

            #college-nav .nav-label span {
                line-height: 24px;
            }

                #college-nav .nav-label span.text {
                    font-size: 20px;
                }

        #college-nav ul.nav-list {
            position: relative;
            margin-top: 0;
            opacity: 1;
            pointer-events: all;
        }
}

.content-section {
    position: relative;
    z-index: 1;
}

    .content-section .bg-texture {
        background-color: #4F2683;
        background-image: url("https://www.uww.edu/Content/V2/purple-bg.jpg");
        background-size: contain;
        background-position: center center;
        position: absolute;
        pointer-events: none;
        z-index: 0;
    }

    .content-section > div:not(.bg-texture) {
        position: relative;
        z-index: 2;
    }

.purple-section .bg-texture {
    background-color: #4F2683;
    background-image: url(https://www.uww.edu/Content/V2/purple-bg.jpg);
    background-size: cover;
    background-position: left center;
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.content-section.purple-section {
    position: relative;
}

    .content-section.purple-section .bg-texture {
        position: absolute;
        left: 0;
        width: 100%;
    }

.purple-section h2, .purple-section p, .purple-section span, .purple-section div {
    color: #ffffff !important;
}

.card-tray .stats {
    padding-top: 30px;
    padding-bottom: 20px;
}

.card-tray .cta-cards {
    z-index: 3;
}

@media (min-width: 768px) {
    .card-tray .stats {
        padding-top: 50px;
    }
}

.body-copy {
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .body-copy {
        padding-bottom: 50px;
    }
}

.main-content-bottom .stats .stat span, .main-content-bottom .stats .stat p {
    color: #4F2683;
}

.purple-section .cta-info {
    position: relative;
    z-index: 2;
}

.purple-section .text-wrapper, .purple-overlap .text-wrapper {
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
}

#desktop-nav {
    display: flex;
    justify-content: center;
}

.college-nav .college-submenu a {
    color: inherit;
}

    .college-nav .college-submenu a:hover {
        color: #EEEEEE;
    }

.nav-link {
    color: #666 !important;
    text-transform: uppercase;
    font-size: 16px;
}

.nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}

.nav-item {
    position: relative;
    padding: 7px 15px;
}

.has-submenu {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.college-submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(33, 33, 33, 0.98);
    color: white;
    z-index: 1000;
    padding: 10px;
    border: 1px solid #ccc;
    list-style-type: none;
    width: 200px;
    border: none;
}

    .college-submenu li {
        padding: 5px 0;
    }

.nav-item:hover .college-submenu,
.nav-item:focus-within .college-submenu {
    display: block;
}

.svg-chevron-down {
    margin-left: 5px;
    margin-bottom: 5px;
}

.purple-section .cta-info p,
.purple-section .cta-info h2,
.purple-section .cta-info span {
    color: #4F2683 !important;
}

.cookie-bar p a, .cookie-bar p strong {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

    .cookie-bar p strong:hover {
        text-decoration: underline;
    }

.sticky-footer-container {
    bottom: 0;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    height: 7rem;
    background: #414646;
    opacity: .95;
    line-height: 1;
    display: inline-block;
    z-index: 9999;
}

.sticky-footer-left {
    margin: 1.5rem 0;
    float: left;
    width: 40%;
}

    .sticky-footer-left img {
        width: 260px;
    }

.sticky-footer-right {
    float: right;
    width: 60%;
    height: 100%;
}

.sticky-footer-link {
    float: left;
    height: 100%;
    transition: .15s;
    border-top: 18px transparent solid;
    padding-bottom: 5px;
}

.sticky-footer-overlay {
    position: absolute;
    border-top: 10px transparent solid;
}

.sticky-footer-link a {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sticky-footer-link a:hover {
        text-decoration: none;
    }

@media screen and (max-width: 820px) {
    .sticky-footer-container {
        height: 6rem;
    }

    .sticky-footer-left {
        display: none;
    }

    .sticky-footer-right {
        padding-right: 0;
        width: 95%;
    }

    .sticky-footer-link a {
        font-size: 18px;
    }
}

.skip-link {
    background: white;
    color: black;
    font-weight: 700;
    padding: 4px;
    position: absolute;
    transform: translateY(-150%);
    transition: transform 0.3s;
    z-index: 99999;
}

    .skip-link:focus {
        transform: translateY(0%);
    }

.home-title {
    font-size: 20px;
}

    .home-title a {
        color: #4f2683
    }

        .home-title a:hover {
            text-decoration: underline;
        }

.large-cta .cta-image .bg-video-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    width: 100%;
    height: auto;
    background: transparent;
    border: none;
    pointer-events: none;
}

.bg-video-wrapper .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    width: 100%;
    height: auto;
    background: transparent;
    z-index: 2;
}

.page-title {
    font-family: "Montserrat", "Helvetica", Arial, sans-serif;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    color: #4f2683;
    margin-top: 40px;
    line-height: 3.7142857143rem;
}

@media screen and (max-width: 767px) {
    .page-title {
        font-size: 34px;
        max-width: 90%;
    }
}


.content-section {
    position: relative;
    overflow: visible; /* Allow the background texture to extend beyond the parent */
}

    .content-section .bg-texture {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /* Height will be adjusted via JavaScript */
        z-index: 0;
    }

.purple-overlap-top,
.purple-overlap-bottom,
.purple-content-section {
    position: relative;
    z-index: 1;
}

.body-button-purple,
.body-button-purple:link,
.body-button-purple:visited {
    background-color: #4f2683;
    color: #fff;
    border-radius: 4px;
    display: block !important;
    font-size: 17px;
    font-weight: 700 !important;
    padding: 10px 14px;
    text-align: left;
    transition: 0.2s;
    width: auto;
    text-shadow: none;
    border: 1px #4f2683 solid;
    max-width: 40%;
    overflow: hidden;
    line-height: 1.5;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

    .body-button-purple:hover {
        background-color: #fff;
        color: #4f2683;
        text-decoration: none;
    }

@media screen and (max-width: 600px) {
    .col-sm-12 .body-button-purple {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .body-button-purple, .body-button-white {
        min-width: 50%;
    }
}

.body-button-purple::after, .body-button-white::after {
    content: "\00BB";
    float: right;
    line-height: 1.5rem;
    font-size: 2rem;
    padding-left: 16px;
}

.main-top .standard-copy-wrapper.bg-gray::after, .main-bottom .standard-copy-wrapper.bg-gray::after, .main-content-bottom .standard-copy-wrapper.bg-gray::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #EEEEEE;
    width: 100vw;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.cta-body-copy, .featured-body-copy {
    color: #FFFFFF;
    padding-top: 25px;
}

    .cta-body-copy a, .featured-body-copy a {
        color: #FFFFFF;
        text-decoration: none;
    }

    .cta-body-copy p a:hover, .cta-body-copy li a:hover, .featured-body-copy p a:hover, .featured-body-copy li a:hover {
        color: #FFFFFF !important;
        text-decoration: underline !important;
    }

.cta-wrapper .featured-body-copy a:focus-visible {
    color: #ffffff;
}

.main-top {
    margin-bottom: 50px;
}

    .main-top section {
        margin-bottom: 80px;
    }

        .main-top section:first-child {
            padding-top: 40px;
        }

.purple-section section {
    margin-bottom: 80px;
}

.main-bottom {
    margin-bottom: 50px;
}

    .main-bottom section:not(:last-child) {
        margin-bottom: 80px;
    }

.main-content-bottom {
    margin-top: 80px;
}

.home-hero-copy.both-slots.purple-section > .container:last-of-type > section:last-of-type {
    margin-bottom: 0;
}

.purple-section .stat-tray .cta-btn span {
    color: white !important;
}

.copy-wrapper, .copy-wrapper span, .featured-body-copy {
    line-height: 1.5;
}

.accordion-wrapper .content a:not(.text-btn) {
    color: #4f2683;
}

    .accordion-wrapper .content a:not(.text-btn):hover {
        color: #2B164E
    }

.featured-carousel .arrow.arrow-next .arrow-box {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.featured-carousel .arrow.arrow-prev .arrow-box {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.featured-carousel .arrow.arrow-prev {
    left: -21px;
}

.featured-carousel .arrow.arrow-next {
    right: -21px;
}

.menu-triangle {
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
}

.utility-bar-wrapper {
    max-width: 88em;
}

.featured-carousel section {
    padding-bottom: 0 !important;
}

.featured-carousel {
    padding-bottom: 0 !important;
    margin-bottom: 100px;
}

    .featured-carousel .arrow {
        padding-top: 0;
    }

.slick-slider {
    border-radius: 10px;
}

.stat-image {
    display: flex;
    justify-content: center;
}

.banner-image {
    display: block;
    max-width: 100vw;
    min-width: 100vw;
    height: auto;
    line-height: 1;
}

.hero-overlay {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) and (max-width: 1325px) {
    .cta-info h2.lg {
        font-size: 2.214rem;
    }
}

@media (max-width: 1280px) {
    .img-cta-grid .cta .text-wrapper {
        padding-bottom: 3px;
    }
}

.home-hero-copy section {
    position: relative;
    z-index: 2;
}

.home-hero-copy .purple-section section:not(:last-child) {
    margin-bottom: 80px;
}

/* Position the CTA section to the left or right */
@media (min-width: 992px) {
    .cta-left {
        left: 0;
        right: unset !important;
    }

    .cta-right {
        right: 0;
        left: unset !important;
    }

    .cta-image-margin-left {
        margin-left: 16.66666667%;
        margin-right: unset;
    }

    .cta-image-margin-right {
        margin-right: 16.66666667%;
        margin-left: unset;
    }
}

.img-cta-wrapper .text-wrapper p {
    color: #ffffff;
}

p a, li.content-section p a, .content-section li a {
    color: #4f2683;
    text-decoration: none;
    font-weight: 700;
}

.cta-body-copy li a {
    font-weight: 700;
    color: #FFF !important;
}

a:hover {
    color: black;
}

.link-tray {
    display: flex;
    gap: 15px 40px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}

.link-tray a.btn {
    margin-top: 0 !important;
    display: flex;
}

.uww-header.uww-logo {
    display: block;
}

.copy-wrapper p , .cta-body-copy p{
    line-height: 22px;
}

.body-copy-tray .standard-copy-wrapper a, .body-copy-tray .standard-copy-wrapper a:hover, .body-copy-tray .standard-copy-wrapper a:visited {
    color: #4f2683;
}

.purple-section .body-copy-tray .standard-copy-wrapper a, .purple-section .body-copy-tray .standard-copy-wrapper a:hover, .cta-body-copy a:visited, .standard-copy-wrapper p a, .standard-copy-wrapper p a:hover {
    color: #eee;
}


.standard-copy-wrapper.bg-gray {
    padding: 80px 0;
}

.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-cta-grid h3 {
    font-size: 18px;
    font-weight: 300;
}

/* Add padding to main-content-bottom that is not a cta element or carousel */
.main-content-bottom > .container:not(:last-of-type):not(:has(.featured-carousel)) {
padding-bottom: 80px;
}

.main-content-bottom 
> .container:not(:last-of-type):not(:has(.featured-carousel))
:has(+ *:has(.common-cta-spacer)) {
padding-bottom: 0;
}
     
.btn.text-btn:focus-visible {
    outline: revert;
}

img.blockImg, img.floatImg, img.banner {
    max-width:100%;
    height: auto;
}
/*# sourceMappingURL=main.css.map */
