:root{
    --scrollwidth: 17px;
    --global_banner_height: 0px;
    --local_banner_height: 0px;
    --global_header_height: 179px;
}

.header.sticky .navigation__top {
    background: #101921;
    height: 64px;
    left: 0;
    top: 0;
    z-index: 1
}

.header.sticky .message-banner,
.header.sticky .navigation__top {
    animation: header-opacity 1s ease-in-out forwards;
    position: fixed
}

.header.sticky .message-banner {
    top: 64px
}

.header.sticky.header--homepage .navigation__logo:before {
    display: none
}

.header.fadeout {
    animation: header-opacity-out 1s ease-in-out forwards
}

@keyframes header-opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes header-opacity-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media(min-width:1200px) {
    .header.sticky .navigation__top {
        height: 72px
    }

    .header.sticky .message-banner {
        top: 0
    }

    .header.sticky .navigation__top-wrapper {
        padding: 0 2rem
    }

    .header.sticky .navigation__top .navigation__logo {
        padding: 0px 0
    }

    .header.sticky .navigation__top .navigation__logo svg {
        height: 40px;
        width: auto
    }

    .header.sticky .navigation__panel {
        border-top: 32px solid #fff;
        top: 72px
    }

    .header.sticky .navigation__search-panel {
        border-top: 72px solid #101921;
        top: 0
    }
}

.panel.navigation__panel,
.panel.navigation__panel .panel__body {
    overflow: scroll;
    -ms-overflow-style: none;
    overflow-y: scroll;
    padding: 8px 0;
    scrollbar-width: none
}

.panel.navigation__panel .panel__body::-webkit-scrollbar,
.panel.navigation__panel::-webkit-scrollbar {
    display: none
}

.navigation__curtain {
    background: rgba(16, 25, 33, .7);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0
}

@media(min-width:1200px) {
    .panel.navigation__panel {
        border-top: none;
        height: 70vh ;
        overflow: scroll;
        padding: 0;
        position: absolute;
        right: 0;
        top: 72px;
        width: 90vw;
        z-index: 0
    }

    .panel.panel--navigation-alt .panel.navigation__panel {
        left: calc(0px - var(--scrollwidth, 17px));
        width: 100vw
    }

    .panel.panel--content.navigation__panel .panel__body {
        max-width: 1140px !important;
        padding: 32px 20px
    }

    .panel.navigation__panel.navigation__study .panel__body {
        overflow: visible
    }

    .navigation .btn-wrapper {
        position: absolute;
        right: 0;
        top: 0
    }

    .navigation .btn-wrapper .btn--close {
        height: auto !important;
        line-height: 0;
        padding: 0 !important
    }

    .navigation .btn-wrapper .btn--close:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23101921' viewBox='0 0 12 12'%3E%3Cpath d='m11.879 9.261-2.63 2.63L.04 2.686l2.63-2.63z'/%3E%3Cpath d='m.164 9.261 2.63 2.63 9.208-9.206-2.63-2.63z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        border: 1px solid #cfd1d3;
        border-radius: 50%;
        content: "";
        display: inline-block;
        padding: 1.3rem;
        transition: border .3s
    }

    .navigation .btn-wrapper .btn--close:focus:after,
    .navigation .btn-wrapper .btn--close:hover:after {
        border: 1px solid #101921
    }
}

@media(min-width:1366px) {
    .panel.navigation__panel {
        width: 80vw
    }
}

.navigation__menu {
    margin: 0;
    padding: 0
}

.panel.navigation__panel.navigation__menu-panel .panel__body {
    min-height: 100vh;
    padding: 40px 32px 160px
}

@media(min-width:1200px) {
    .panel.navigation__panel.navigation__menu-panel {
        background: #fff;
        color: #101921
    }
}

.panel.navigation__panel.navigation__search-panel {
    height: 100vh;
    left: 0;
    position: absolute;
    top: 65px;
    width: 100%;
    z-index: 12
}

.panel.navigation__panel.navigation__search-panel .panel__body {
    max-height: calc(100vh - 64px);
    padding: 32px
}

@media(min-width:1200px) {
    .panel.navigation__panel.navigation__search-panel {
        border-top: 140px solid #101921;
        max-height: 100vh;
        min-height: 100vh;
        padding-top: 40px;
        position: fixed;
        top: 20px;
        width: 100vw;
        z-index: 2
    }

    .panel.navigation__panel.navigation__search-panel .design-block-search-1 {
        animation-duration: 1s;
        animation-name: design1-slide;
        bottom: 0;
        height: 8rem;
        left: 10%;
        overflow: hidden;
        position: absolute
    }

    .panel.navigation__panel.navigation__search-panel .design-block-search-1 svg {
        fill: none;
        stroke-width: 3;
        stroke: #70757a;
        height: 265px;
        transform: scaleX(-1);
        width: 400px
    }

    .panel.navigation__panel.navigation__search-panel .design-block-search-2 {
        animation-duration: 1s;
        animation-name: design2-slide;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 16%;
        width: 130px
    }

    .panel.navigation__panel.navigation__search-panel .design-block-search-2 svg {
        fill: none;
        stroke-width: 1;
        stroke: #70757a;
        height: 131px;
        width: 152px
    }

    @keyframes design1-slide {
        0% {
            left: 15%
        }

        to {
            left: 10%
        }
    }

    @keyframes design2-slide {
        0% {
            top: 20%
        }

        to {
            top: 16%
        }
    }

    .logo-outline {
        height: 139px;
        width: 171px;
        z-index: 13
    }

    .logo-outline,
    .logo-outline:before {
        border: 1px solid #40474d;
        position: absolute
    }

    .logo-outline:before {
        background: none;
        bottom: -37px;
        content: "";
        display: block;
        height: 36px;
        left: 170px;
        width: 32px
    }

    .header.sticky .logo-outline {
        display: none
    }
}

.navigation--desktop {
    display: none
}

@media(min-width:1200px) {
    .navigation--desktop {
        display: flex !important;
        height: 72px
    }

    .navigation--desktop:before {
        background: #101921;
        content: "";
        height: 72px;
        left: -15px;
        position: absolute;
        transform: skew(-20deg);
        width: 30px
    }
}

.global-nav-menu {
    display: block;
    margin: 0;
    padding: 0
}

.global-nav-menu__main-links {
    display: flex;
    gap: 1rem;
    width: 100%
}

.global-nav-menu__main-links .supporting-content {
    grid-row: 2
}

.global-nav-menu__main-links .global-nav-menu__additional+.supporting-content:has(picture) {
    padding-top: 2.5rem
}

.global-nav-menu__main-links #course-filter.panel--menu-search,
.global-nav-menu__main-links #virtual-tour-promo {
    background-color: var(--panel-background, #002f70);
    height: 190px;
    margin: 0;
    overflow: visible;
    position: relative;
    width: 580px
}

.global-nav-menu__main-links #course-filter.panel--menu-search:after,
.global-nav-menu__main-links #virtual-tour-promo:after {
    background: var(--panel-background, #002f70);
    content: "";
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    transform: skew(-5deg);
    width: 50px;
    z-index: 0
}

.global-nav-menu__main-links #course-filter.panel--menu-search .panel__body,
.global-nav-menu__main-links #virtual-tour-promo .panel__body {
    overflow: visible;
    padding: 32px 70px 32px 40px
}

.global-nav-menu__main-links #course-filter.panel--menu-search .searchboxes,
.global-nav-menu__main-links #virtual-tour-promo .searchboxes {
    display: flex;
    gap: 8px
}

.global-nav-menu__main-links #course-filter.panel--menu-search .searchboxes .select-wrapper .select,
.global-nav-menu__main-links #virtual-tour-promo .searchboxes .select-wrapper .select {
    min-width: 185px
}

.global-nav-menu__main-links #course-filter.panel--menu-search .searchbox.input,
.global-nav-menu__main-links #virtual-tour-promo .searchbox.input {
    gap: 0;
    height: 50px;
    padding: 0;
    width: 300px
}

.global-nav-menu__main-links #course-filter.panel--menu-search .searchbox.input input,
.global-nav-menu__main-links #virtual-tour-promo .searchbox.input input {
    padding: 10px 18px 10px 0
}

.global-nav-menu__main-links #course-filter.panel--menu-search .searchbox .searchbox__icon svg,
.global-nav-menu__main-links #virtual-tour-promo .searchbox .searchbox__icon svg {
    height: 13px;
    width: 13px
}

.global-nav-menu__main-links #course-filter.panel--menu-search.is-expanded {
    margin: 0 0 400px
}

.global-nav-menu__main-links #virtual-tour-promo {
    margin-top: 3rem
}

.global-nav-menu__main-links .menu-section {
    left: 0;
    position: absolute;
    width: 30%;
    z-index: 1
}

.global-nav-menu__main-links .menu-section ul {
    display: flex;
    flex-direction: column
}

.global-nav-menu__main-links .menu-section ul li {
    margin-bottom: .5rem
}

.global-nav-menu__main-links h3 {
    color: #002f70 !important
}

.global-nav-menu__slash {
    border-left: 1px solid #cfd1d3;
    grid-column: 3;
    grid-row: 1/3;
    margin-left: 50px;
    transform: skew(-5deg)
}

.global-nav-menu__additional {
    grid-column: 4;
    grid-row: 1/3;
    margin-left: 60px;
    width: 300px
}

.global-nav-menu__additional h3 {
    color: #6f5098 !important
}

.global-nav-menu__mini-cards li {
    margin-bottom: .5rem
}

.global-nav-menu__recommended {
    display: flex;
    flex-wrap: wrap
}

.global-nav-menu__recommended li a {
    margin-bottom: .5rem;
    margin-right: .5rem
}

.global-nav-menu__links {
    -moz-column-gap: 50px;
    column-gap: 50px;
    display: flex;
    flex-wrap: wrap;
    grid-column: 2/4;
    grid-row: 1;
    min-width: 330px
}

.global-nav-menu__links .group {
    min-width: 165px
}

.global-nav-menu .menu-linkblock {
    display: grid;
    grid-template-columns: minmax(250px, 1fr) 1fr 50px 1fr;
    position: absolute;
    width: 100%
}

.global-nav-menu .menu-links {
    position: relative;
    width: 100%
}

.global-nav-menu .menu-links ul.menu-primary-links {
    border-left: 1px solid #cfd1d3;
    padding-left: 1.5rem
}

.global-nav-menu .menu-links ul.menu-primary-links li {
    padding-bottom: .3rem;
    padding-top: .3rem
}

.global-nav-menu .menu-links ul.menu-primary-links li a:hover {
    text-decoration: underline
}

.global-nav-menu--mobile .global-nav-menu__main-links {
    display: block
}

.global-nav-menu--mobile .global-nav-menu__main-links h3 {
    margin-top: 0 !important
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links ul {
    border-bottom: 1px solid #cfd1d3;
    margin-bottom: 1.8rem;
    padding-bottom: 2rem;
    padding-top: 0 !important
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links ul li {
    padding-bottom: .4rem;
    padding-top: .4rem
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links ul.has-mobile-minicards {
    border-bottom: 0;
    margin-bottom: 1rem;
    padding-bottom: 0
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links div:last-child ul {
    border-bottom: 0;
    margin-bottom: 0
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links .mobile-footer a:focus,
.global-nav-menu--mobile .global-nav-menu__main-links .menu-links .mobile-footer a:hover {
    text-decoration: underline !important
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links .mobile-footer ul {
    border-bottom: 1px solid #70757a
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links .mobile-footer-pills h3 {
    display: none
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links .mobile-footer-pills .pill--outline {
    border: 1px solid #70757a;
    border: 1px solid #70757a !important;
    color: #fff !important
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links .mobile-footer-pills .pill--outline:focus,
.global-nav-menu--mobile .global-nav-menu__main-links .menu-links .mobile-footer-pills .pill--outline:hover {
    background: #70757a;
    border: 1px solid #70757a !important
}

.global-nav-menu--mobile .global-nav-menu__main-links .menu-links .mobile-footer-pills ul {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.global-nav-menu--mobile .global-nav-menu__mini-cards li {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 3px;
    padding-right: 3px
}

@media(min-width:768px) {
    .global-nav-menu--mobile .global-nav-menu__mini-cards {
        display: flex
    }

    .global-nav-menu--mobile .global-nav-menu__mini-cards li {
        padding-right: 1rem
    }
}

.global-nav-menu--mobile .global-nav-menu__mini-cards:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important
}

.global-nav-menu--search {
    grid-template-columns: 1fr
}

.global-nav-menu--search .global-nav-menu__main-links {
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.global-nav-menu--search .global-nav-menu__main-links .menu-links ul {
    border-left: 0;
    padding-left: 0
}

.global-nav-menu .label {
    font-weight: 700
}

.global-nav-menu .label--12,
.global-nav-menu .label--14 {
    letter-spacing: .03em;
    line-height: 16px
}

.global-nav-menu .label--12 {
    font-size: 12px
}

.global-nav-menu .label--14 {
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 16px
}

.global-nav-menu ul+h3.label--12 {
    margin-top: 1.802rem
}

.global-nav-menu h3.label {
    margin-bottom: .7875rem
}

.global-nav-menu .label.link--view-all {
    margin-top: 0
}

.mini-card {
    align-items: center;
    border-bottom: 0 !important;
    color: var(--panel-font-color, #101921);
    display: flex;
    justify-content: space-between;
    padding: .8rem 1.2rem;
    transform: skew(-5deg);
    transition: .3s
}

.mini-card__title {
    padding-right: 1rem;
    transform: skew(5deg)
}

.mini-card__title div:first-child {
    font-weight: 700
}

.mini-card__title div+div {
    margin-top: .2rem
}

.mini-card:after {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23101921' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: .7rem;
    border-radius: 50%;
    content: "";
    padding: .8rem;
    transform: skew(5deg) rotate(20deg);
    transition: transform .3s
}

.mini-card:focus,
.mini-card:hover {
    border-bottom: 0 !important
}

.mini-card:focus:after,
.mini-card:hover:after {
    transform: skew(5deg) rotate(0deg)
}

.mini-card:focus.panel--dark-navy-extra-light,
.mini-card:hover.panel--dark-navy-extra-light {
    background-color: #9fa3a6
}

.mini-card:focus.panel--navy-extra-light,
.mini-card:hover.panel--navy-extra-light {
    background-color: #99acc6
}

.mini-card:focus.panel--blue-extra-light,
.mini-card:hover.panel--blue-extra-light {
    background-color: #99ceec
}

.mini-card:focus.panel--purple-extra-light,
.mini-card:hover.panel--purple-extra-light {
    background-color: #c5b9d6
}

.mini-card:focus.panel--pink-extra-light,
.mini-card:hover.panel--pink-extra-light {
    background-color: #ee9fcb
}

.mini-card:focus.panel--red-extra-light,
.mini-card:hover.panel--red-extra-light {
    background-color: #eda9af
}

.mini-card:focus.panel--orange-extra-light,
.mini-card:hover.panel--orange-extra-light {
    background-color: #feb999
}

.mini-card:focus.panel--yellow-extra-light,
.mini-card:hover.panel--yellow-extra-light {
    background-color: #ffec99
}

.mini-card:focus.panel--green-extra-light,
.mini-card:hover.panel--green-extra-light {
    background-color: #c9e5a8
}

.mini-card:focus.panel--pink,
.mini-card:hover.panel--pink {
    color: #fff
}

.mini-card--image {
    flex-direction: column;
    overflow: hidden;
    padding-right: 40%
}

.mini-card--image:after {
    align-self: flex-start;
    margin-bottom: .8rem;
    margin-top: .5rem
}

.mini-card--image .mini-card__title {
    align-self: flex-start
}

.mini-card__image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    right: -1rem;
    top: 0;
    transform: skew(5deg);
    width: 40%
}

.global-nav-menu--search .google-search-box {
    height: 70px;
    margin: 0 0 50px;
    position: relative
}

@media(max-width:1199px) {
    .global-nav-menu--search .google-search-box {
        margin-bottom: 3rem
    }
}

.global-nav-menu--search .google-search-box input.gsc-input {
    background: #fff !important;
    color: #9fa3a6 !important;
    font-size: 24px !important;
    font-weight: 700;
    height: 100% !important;
    padding-left: 1rem !important;
    position: relative !important;
    top: 1px !important
}

.global-nav-menu--search .google-search-box input.gsc-input:focus {
    color: #000 !important
}

.global-nav-menu--search .google-search-box input.gsc-input::-webkit-input-placeholder {
    color: #9fa3a6 !important;
    font-size: 24px !important;
    font-weight: 700
}

@media(max-width:1199px) {
    .global-nav-menu--search .google-search-box input.gsc-input::-webkit-input-placeholder {
        font-size: 18px !important
    }
}

.global-nav-menu--search .google-search-box input.gsc-input::-ms-input-placeholder {
    color: #9fa3a6 !important;
    font-size: 24px !important;
    font-weight: 700
}

@media(max-width:1199px) {
    .global-nav-menu--search .google-search-box input.gsc-input::-ms-input-placeholder {
        font-size: 18px !important
    }
}

.global-nav-menu--search .google-search-box input.gsc-input::-moz-placeholder {
    color: #9fa3a6 !important;
    font-size: 24px !important;
    font-weight: 700
}

.global-nav-menu--search .google-search-box input.gsc-input::placeholder {
    color: #9fa3a6 !important;
    font-size: 24px !important;
    font-weight: 700
}

@media(max-width:1199px) {
    .global-nav-menu--search .google-search-box input.gsc-input::-moz-placeholder {
        font-size: 18px !important
    }

    .global-nav-menu--search .google-search-box input.gsc-input::placeholder {
        font-size: 18px !important
    }
}

@media(max-width:1199px) {
    .global-nav-menu--search .google-search-box input.gsc-input {
        font-size: 18px !important;
        padding-left: 0 !important
    }
}

.global-nav-menu--search .google-search-box .gsc-search-button {
    display: none
}

@media(max-width:1199px) {
    .global-nav-menu--search .google-search-box .gsc-search-button {
        background-color: #fff !important;
        display: table-cell
    }

    .global-nav-menu--search .google-search-box .gsc-search-button.gsc-search-button-v2 {
        border: 0 !important
    }

    .global-nav-menu--search .google-search-box .gsc-search-button.gsc-search-button-v2 svg {
        fill: #000 !important;
        height: 20px !important;
        width: 20px !important
    }
}

.global-nav-menu--search .google-search-box .gsst_a .gscb_a {
    color: #9fa3a6 !important
}

.global-nav-menu--search .google-search-box .gsib_b {
    background: #fff !important
}

.global-nav-menu--search .google-search-box .gsc-input-box {
    border: 0 !important;
    height: 100% !important;
    padding: 0 !important
}

.global-nav-menu--search .google-search-box .gsc-input-box table {
    height: 100% !important
}

.global-nav-menu--search .google-search-box .gsib_a {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44.517' height='44.548' viewBox='0 0 44.517 44.548'%3E%3Cpath d='m38.978 42.088-8.394-8.43a15.4 15.4 0 0 1-4.889 2.829 17.3 17.3 0 0 1-5.937 1.013 17.4 17.4 0 0 1-12.783-5.239 17.23 17.23 0 0 1-5.238-12.643A17.23 17.23 0 0 1 6.975 6.975a17.31 17.31 0 0 1 12.713-5.238 17.11 17.11 0 0 1 12.608 5.238 17.29 17.29 0 0 1 5.2 12.643 17.4 17.4 0 0 1-.978 5.8 17.7 17.7 0 0 1-2.934 5.238l8.464 8.361Zm-19.29-8.78a13.07 13.07 0 0 0 9.639-4.016 13.25 13.25 0 0 0 3.981-9.674 13.25 13.25 0 0 0-3.981-9.674 13.07 13.07 0 0 0-9.639-4.016 13.27 13.27 0 0 0-9.744 4.016 13.19 13.19 0 0 0-4.016 9.674 13.19 13.19 0 0 0 4.016 9.674 13.27 13.27 0 0 0 9.744 4.016'/%3E%3Cpath d='m38.976 44.548-8.537-8.573a17.6 17.6 0 0 1-4.151 2.146 19.1 19.1 0 0 1-6.53 1.117A19.15 19.15 0 0 1 5.747 33.49 18.99 18.99 0 0 1 0 19.618 18.99 18.99 0 0 1 5.747 5.747 19.07 19.07 0 0 1 19.688 0a18.87 18.87 0 0 1 13.84 5.751 19.04 19.04 0 0 1 5.708 13.867 19.02 19.02 0 0 1-3.356 10.858l8.637 8.532Zm-8.3-13.264 8.31 8.346.606-.606-8.333-8.232.977-1.222a16.1 16.1 0 0 0 2.651-4.727 15.8 15.8 0 0 0 .88-5.224A15.48 15.48 0 0 0 31.064 8.2a15.31 15.31 0 0 0-11.376-4.726A15.5 15.5 0 0 0 8.2 8.2a15.43 15.43 0 0 0-4.726 11.418A15.43 15.43 0 0 0 8.2 31.033a15.59 15.59 0 0 0 11.554 4.729 15.6 15.6 0 0 0 5.345-.908 13.7 13.7 0 0 0 4.343-2.508Zm-10.988 3.762a15 15 0 0 1-10.972-4.525 14.92 14.92 0 0 1-4.525-10.9 14.92 14.92 0 0 1 4.525-10.9 15 15 0 0 1 10.972-4.53 14.8 14.8 0 0 1 10.873 4.53 14.99 14.99 0 0 1 4.485 10.9 14.99 14.99 0 0 1-4.485 10.9 14.8 14.8 0 0 1-10.873 4.525m0-27.381a11.5 11.5 0 0 0-8.516 3.507 11.42 11.42 0 0 0-3.507 8.446 11.42 11.42 0 0 0 3.507 8.446 11.5 11.5 0 0 0 8.516 3.507 11.3 11.3 0 0 0 8.405-3.5 11.47 11.47 0 0 0 3.478-8.451 11.47 11.47 0 0 0-3.478-8.451 11.3 11.3 0 0 0-8.405-3.504'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    content: "";
    padding-left: 1rem !important;
    padding: 0
}

@media(max-width:1199px) {
    .global-nav-menu--search .google-search-box .gsib_a {
        background-image: none;
        padding-left: 0 !important
    }
}

.global-nav-menu--search .google-search-box table.gsc-search-box {
    height: 100% !important;
    margin-bottom: 0 !important
}

@media(max-width:1199px) {
    .global-nav-menu--search .google-search-box table.gsc-search-box {
        margin-left: 0 !important
    }
}

.global-nav-menu--search .google-search-box form.gsc-search-box {
    border: 3px solid #101921 !important;
    border-radius: 48px;
    display: flex;
    height: 60px;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 20px
}

.global-nav-menu--search .google-search-box form.gsc-search-box table.gsc-search-box {
    align-self: center
}

.global-nav-menu--search .google-search-box form.gsc-search-box .gsc-input-box,
.global-nav-menu--search .google-search-box form.gsc-search-box .gsc-input-box table,
.global-nav-menu--search .google-search-box form.gsc-search-box .gsc-search-box,
.global-nav-menu--search .google-search-box form.gsc-search-box .gsc-search-box tr,
.global-nav-menu--search .google-search-box form.gsc-search-box input.gsc-input {
    height: 48px !important
}

.global-nav-menu--search .google-search-box form.gsc-search-box .gsc-search-box td {
    padding: 0 !important
}

@media(min-width:768px) {
    .global-nav-menu--search .google-search-box form.gsc-search-box {
        height: 70px
    }

    .global-nav-menu--search .google-search-box form.gsc-search-box .gsc-input-box,
    .global-nav-menu--search .google-search-box form.gsc-search-box .gsc-input-box table,
    .global-nav-menu--search .google-search-box form.gsc-search-box .gsc-search-box,
    .global-nav-menu--search .google-search-box form.gsc-search-box .gsc-search-box tr,
    .global-nav-menu--search .google-search-box form.gsc-search-box input.gsc-input {
        height: 58px !important
    }

    .global-nav-menu--search .google-search-box form.gsc-search-box .gsc-search-box td {
        padding: 0 0 0 1rem !important
    }

    #student-filter .select-wrapper {
        min-width: 600px
    }

    #student-filter .course-filter__textbox.input.searchbox {
        width: 100%
    }

    #student-filter .course-filter__title {
        min-width: 300px
    }
}

#student-filter .google-search-box {
    height: 50px;
    left: 20px;
    position: relative;
    top: 1px;
    width: 90%
}

#student-filter .google-search-box input.gsc-input {
    background: #fff !important;
    color: #9fa3a6 !important;
    font-size: 18px !important;
    font-weight: 700;
    height: 50px !important;
    padding-left: 1rem !important;
    position: relative;
    top: 1px
}

#student-filter .google-search-box input.gsc-input:focus {
    color: #101921 !important
}

#student-filter .google-search-box input.gsc-input::-webkit-input-placeholder {
    color: #9fa3a6 !important;
    font-weight: 700
}

@media(max-width:1199px) {
    #student-filter .google-search-box input.gsc-input::-webkit-input-placeholder {
        font-size: 24px !important
    }
}

#student-filter .google-search-box input.gsc-input::-ms-input-placeholder {
    color: #9fa3a6 !important;
    font-weight: 700
}

@media(max-width:1199px) {
    #student-filter .google-search-box input.gsc-input::-ms-input-placeholder {
        font-size: 24px !important
    }
}

#student-filter .google-search-box input.gsc-input::-moz-placeholder {
    color: #9fa3a6 !important;
    font-size: 24px !important;
    font-weight: 700
}

#student-filter .google-search-box input.gsc-input::placeholder {
    color: #9fa3a6 !important;
    font-size: 24px !important;
    font-weight: 700
}

@media(max-width:1199px) {
    #student-filter .google-search-box input.gsc-input::-moz-placeholder {
        font-size: 24px !important
    }

    #student-filter .google-search-box input.gsc-input::placeholder {
        font-size: 24px !important
    }
}

@media(max-width:1199px) {
    #student-filter .google-search-box input.gsc-input {
        font-size: 24px !important;
        padding-left: 0 !important
    }
}

#student-filter .google-search-box .gsc-search-button {
    display: none
}

@media(max-width:1199px) {
    #student-filter .google-search-box .gsc-search-button {
        background-color: #fff !important;
        display: table-cell
    }

    #student-filter .google-search-box .gsc-search-button.gsc-search-button-v2 {
        border: 0 !important
    }

    #student-filter .google-search-box .gsc-search-button.gsc-search-button-v2 svg {
        fill: #101921 !important;
        height: 20px !important;
        width: 20px !important
    }
}

#student-filter .google-search-box .gsst_a .gscb_a {
    color: #9fa3a6 !important
}

#student-filter .google-search-box .gsib_b {
    background: #fff !important
}

#student-filter .google-search-box .gsc-input-box {
    border: 0 !important;
    height: 100% !important;
    padding: 0 !important
}

#student-filter .google-search-box .gsc-input-box table {
    height: 100% !important
}

#student-filter .google-search-box .gsib_a {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44.517' height='44.548' fill='%23101921' viewBox='0 0 44.517 44.548'%3E%3Cpath d='m38.978 42.088-8.394-8.43a15.4 15.4 0 0 1-4.889 2.829 17.3 17.3 0 0 1-5.937 1.013 17.4 17.4 0 0 1-12.783-5.239 17.23 17.23 0 0 1-5.238-12.643A17.23 17.23 0 0 1 6.975 6.975a17.31 17.31 0 0 1 12.713-5.238 17.11 17.11 0 0 1 12.608 5.238 17.29 17.29 0 0 1 5.2 12.643 17.4 17.4 0 0 1-.978 5.8 17.7 17.7 0 0 1-2.934 5.238l8.464 8.361Zm-19.29-8.78a13.07 13.07 0 0 0 9.639-4.016 13.25 13.25 0 0 0 3.981-9.674 13.25 13.25 0 0 0-3.981-9.674 13.07 13.07 0 0 0-9.639-4.016 13.27 13.27 0 0 0-9.744 4.016 13.19 13.19 0 0 0-4.016 9.674 13.19 13.19 0 0 0 4.016 9.674 13.27 13.27 0 0 0 9.744 4.016'/%3E%3Cpath d='m38.976 44.548-8.537-8.573a17.6 17.6 0 0 1-4.151 2.146 19.1 19.1 0 0 1-6.53 1.117A19.15 19.15 0 0 1 5.747 33.49 18.99 18.99 0 0 1 0 19.618 18.99 18.99 0 0 1 5.747 5.747 19.07 19.07 0 0 1 19.688 0a18.87 18.87 0 0 1 13.84 5.751 19.04 19.04 0 0 1 5.708 13.867 19.02 19.02 0 0 1-3.356 10.858l8.637 8.532Zm-8.3-13.264 8.31 8.346.606-.606-8.333-8.232.977-1.222a16.1 16.1 0 0 0 2.651-4.727 15.8 15.8 0 0 0 .88-5.224A15.48 15.48 0 0 0 31.064 8.2a15.31 15.31 0 0 0-11.376-4.726A15.5 15.5 0 0 0 8.2 8.2a15.43 15.43 0 0 0-4.726 11.418A15.43 15.43 0 0 0 8.2 31.033a15.59 15.59 0 0 0 11.554 4.729 15.6 15.6 0 0 0 5.345-.908 13.7 13.7 0 0 0 4.343-2.508Zm-10.988 3.762a15 15 0 0 1-10.972-4.525 14.92 14.92 0 0 1-4.525-10.9 14.92 14.92 0 0 1 4.525-10.9 15 15 0 0 1 10.972-4.53 14.8 14.8 0 0 1 10.873 4.53 14.99 14.99 0 0 1 4.485 10.9 14.99 14.99 0 0 1-4.485 10.9 14.8 14.8 0 0 1-10.873 4.525m0-27.381a11.5 11.5 0 0 0-8.516 3.507 11.42 11.42 0 0 0-3.507 8.446 11.42 11.42 0 0 0 3.507 8.446 11.5 11.5 0 0 0 8.516 3.507 11.3 11.3 0 0 0 8.405-3.5 11.47 11.47 0 0 0 3.478-8.451 11.47 11.47 0 0 0-3.478-8.451 11.3 11.3 0 0 0-8.405-3.504'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    content: "";
    padding: 0 0 0 1rem !important
}

@media(max-width:1199px) {
    #student-filter .google-search-box .gsib_a {
        background-image: none;
        padding-left: 0 !important
    }

    #student-filter .google-search-box table.gsc-search-box {
        margin-left: 0 !important
    }
}

.new-google-search table.gstl_50.gssb_c {
    top: calc(var(--global_header_height) + var(--global_banner_height) + 100px) !important
}

@media(max-width:1199px) {
    .new-google-search table.gstl_50.gssb_c {
        left: 5% !important;
        top: 200px !important;
        width: 90% !important
    }
}

.new-google-search .gssb_a table,
.new-google-search .gssb_a table tr,
.new-google-search .gssb_a table tr td {
    padding: 5px 0 !important
}

@media print {
    body {
        font-family: arial;
        font-size: 1rem;
        margin: 5mm 10mm
    }

    h1 {
        display: block;
        font-size: 2.3rem;
        margin-bottom: 1rem;
        margin-top: 80px
    }

    .guide h1 {
        margin-bottom: 0;
        margin-top: 50px
    }

    .guide h1.group__page-title {
        margin-bottom: 0;
        margin-top: 0
    }

    .preview,
    .preview-spacer {
        display: none
    }

    a:after {
        color: #636c72 !important;
        content: " (" attr(href) ") " !important
    }

    a.anchor-links__link:after,
    a.global-head__unikent-logo:after {
        content: "" !important
    }

    .is-none {
        display: block
    }

    .department-nav,
    .department-nav__title,
    .global-head__search-button,
    .global-nav,
    .group__nav,
    .guide-tags {
        display: none !important
    }

    .global-head__search-button:after,
    .global-head__unikent-logo:after {
        content: ""
    }

    .header--text a.global-head__unikent-logo svg {
        fill: #002f70 !important
    }

    .header--thin .global-head--local {
        margin: 0;
        padding: 0
    }

    .header--blue {
        background: none
    }

    #global-search-link,
    .panel .media-wrap {
        display: none
    }

    .block-title {
        background: transparent;
        left: 0;
        margin: 0;
        padding: 0;
        position: relative
    }

    .block-title__heading {
        color: #101921;
        font-size: 2rem;
        text-transform: none
    }

    .block-title__sub-heading,
    .overlay {
        color: #101921
    }

    .overlay {
        background: transparent;
        padding: 0;
        position: relative;
        text-shadow: none
    }

    .overlay__heading {
        color: #101921;
        padding-top: 2rem
    }

    .page-title-overlay {
        margin: 0;
        padding: 0;
        position: relative
    }

    .page-title-overlay h1 {
        font-size: 2.3rem
    }

    .panel--heading .panel__body {
        padding: 0
    }

    main {
        padding-bottom: 2rem
    }

    main p a {
        text-decoration: underline
    }

    .lead,
    main p a {
        border-bottom: none
    }

    .lead {
        margin-bottom: 0
    }

    .content {
        font-size: 1rem
    }

    .panel--grid-content .panel__body {
        display: block
    }

    .panel__body {
        margin: 0;
        max-width: none;
        padding: 0
    }

    .panel--content .panel__body {
        max-width: none;
        padding-left: 0;
        padding-right: 0
    }

    figure {
        max-width: 50%
    }

    .alert {
        border-left: 3px solid #101921
    }

    .u-chevron:after,
    u.chevron--inverse:after {
        display: none
    }

    .u-chevron-button:before {
        content: " (" attr(href) ") ";
        width: auto
    }

    .content--aside {
        display: none
    }

    .global-footer {
        color: #000;
        font-size: 1rem
    }

    .global-footer,
    .global-footer__details {
        visibility: hidden
    }

    .global-footer__contact {
        display: block;
        padding: 0;
        visibility: visible
    }

    .global-footer__block {
        border: none
    }

    .global-footer__main,
    .global-footer__other-links,
    .global-footer__partnerships,
    .global-footer__social,
    .global-footer__visit {
        display: none
    }

    .global-footer__title {
        color: #000
    }

    .global-footer__list {
        max-height: none
    }

    a.global-footer__link {
        color: #000
    }
}

@media print and (max-width:767px) {
    .global-footer__title:after {
        content: "";
        display: block;
        font-family: Overpass, Helvetica, Arial, sans-serif;
        position: relative;
        right: 0
    }

    .global-footer__title.is-active:after {
        content: ""
    }
}

@media print {
    .header--thin~main .panel--heading .panel__body {
        padding-top: 1rem
    }

    .guide-tags--departments {
        padding: 0
    }

    .group__footer {
        display: none
    }

    .global-footer.global-footer--service {
        visibility: visible
    }

    .global-footer--service .global-footer__other-links {
        background: #fff;
        display: block
    }

    .global-footer--service .global-footer__other-links .other-links__link {
        color: #000
    }

    .accordion__controls {
        display: none
    }

    .accordion__section,
    .accordion__section:first-child {
        border: none
    }

    .accordion__content,
    .accordion__heading {
        padding: 0
    }

    #chat-button,
    #kent-help,
    .accordion__heading:before,
    .breadcrumb {
        display: none
    }
}

.button-group--bullets {
    flex-direction: column;
    gap: 10px;
    margin: 2rem 0 0;
    width: auto
}

@media(min-width:1024px) {
    .button-group--bullets {
        gap: 0;
        margin: 2rem 0 0 3rem
    }
}

.button.button--swipe.no-border {
    border: 0
}

.button.button--swipe.button--bullet {
    min-height: 50px;
    padding: 0
}

.button.button--swipe.button--bullet span {
    font-size: 1.4rem;
    margin: 2px 20px 0 55px;
    transform: none
}

.button.button--swipe.button--bullet+p.bullet-text {
    margin-left: 58px
}

.button.button--swipe.button--bullet .button__background {
    height: 40px;
    left: 4px;
    width: 40px
}

.button.button--swipe.button--bullet .button__icon-wrapper {
    transform: translateX(4px)
}

.button.button--swipe.button--bullet svg {
    height: 40px;
    padding: 12px;
    width: 40px
}

@media(min-width:1024px) {
    .button.button--swipe.button--bullet {
        min-height: 66px
    }

    .button.button--swipe.button--bullet span {
        font-size: 2rem;
        margin: 7px 30px 3px 75px
    }

    .button.button--swipe.button--bullet+p.bullet-text {
        margin-left: 78px
    }

    .button.button--swipe.button--bullet .button__background {
        height: 53px;
        width: 53px
    }

    .button.button--swipe.button--bullet svg {
        height: 53px;
        padding: 17px;
        width: 53px
    }

    .button.button--swipe.button--bullet:hover .button__background {
        width: calc(100% - 8px)
    }

    .button.button--swipe.button--bullet:hover .button__icon-wrapper {
        transform: translateX(calc(100% - 60px))
    }

    .button.button--swipe.button--bullet:hover span {
        transform: translateX(-30px)
    }
}

.button.button--swipe.button--bullet {
    background-color: transparent;
    border-color: transparent
}

.button.button--swipe.button--bullet .button__background {
    background-color: #101921;
    background-color: var(--background, #101921)
}

.button.button--swipe.button--bullet svg {
    fill: var(--panel-background, #101921);
    background-color: #101921
}

.button.button--swipe.button--bullet span {
    color: #101921
}

@media(min-width:1024px) {
    .button.button--swipe.button--bullet:hover svg {
        fill: #101921;
        background-color: #101921;
        background-color: var(--background, #101921)
    }

    .button.button--swipe.button--bullet:hover span {
        color: #101921
    }
}

.button--tooltip {
    align-items: center;
    color: inherit;
    display: inline-flex;
    gap: 5px;
    min-height: 24px;
    position: relative
}

.button--tooltip span {
    padding-top: 6px
}

.button--tooltip:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3Ekent-question-circle%3C/title%3E%3Cpath d='M10 .5a9.5 9.5 0 1 1 0 19 9.5 9.5 0 0 1 0-19m-.015 13.555q-.495 0-.838.359-.342.36-.342.82 0 .463.342.813t.838.35q.505 0 .85-.35.347-.351.347-.812a1.15 1.15 0 0 0-.346-.821q-.347-.36-.851-.36M10.225 4q-1.173 0-2.044.466A3.36 3.36 0 0 0 6.826 5.77q-.483.837-.483 1.94h1.453q0-1.05.637-1.688.638-.637 1.791-.637 1.026 0 1.573.539.548.538.548 1.325 0 .778-.402 1.257t-.932.932q-.42.358-.821.778-.402.419-.663 1.017-.26.6-.26 1.488v.376h1.504v-.36q0-.64.21-1.098.21-.457.547-.808.338-.35.714-.675.393-.342.76-.727.369-.384.608-.902.24-.517.24-1.261 0-.915-.42-1.655a3 3 0 0 0-1.226-1.175Q11.394 4 10.224 4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    flex: 1 0 25px;
    height: 20px;
    width: 25px
}

.button--tooltip .tooltip {
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    min-width: 250px;
    padding: 20px;
    position: absolute;
    top: 25px;
    z-index: 1
}

.button--tooltip.button--small:after {
    background-size: 14px;
    height: 14px;
    width: 14px
}

.button--tooltip.button--small span {
    padding-top: 0;
    position: relative;
    top: 2px
}

.btn--close {
    height: auto !important;
    line-height: 0;
    padding: 0 !important
}

.btn--close:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23101921' viewBox='0 0 12 12'%3E%3Cpath d='m11.879 9.261-2.63 2.63L.04 2.686l2.63-2.63z'/%3E%3Cpath d='m.164 9.261 2.63 2.63 9.208-9.206-2.63-2.63z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #cfd1d3;
    border-radius: 50%;
    content: "";
    display: inline-block;
    padding: 1.3rem;
    transition: border .3s
}

.btn--close:focus:after,
.btn--close:hover:after {
    border: 1px solid #101921
}

a.button--social {
    align-items: center;
    background-color: transparent;
    background-image: none;
    border-color: #101921;
    border-radius: 50%;
    color: #101921;
    display: flex;
    font-size: 1.7rem;
    height: 3rem;
    justify-content: center;
    margin-top: 1rem;
    padding: 0;
    text-align: center;
    width: 3rem
}

a.button--social:focus,
a.button--social:hover {
    background-color: #101921;
    color: #fff;
    text-decoration: none
}

a.button--social:focus:focus svg,
a.button--social:focus:hover svg,
a.button--social:hover:focus svg,
a.button--social:hover:hover svg {
    fill: #fff
}

a.button--social svg {
    height: 30px;
    width: 30px;
    fill: #101921
}

a.button--black {
    border-color: #fff
}

a.button--black svg {
    fill: #000
}

a.button--black:focus,
a.button--black:hover {
    border-color: #fff
}

a.button--black-hover:focus,
a.button--black-hover:hover {
    background-color: #000;
    border-color: #fff
}

a.button--black-hover:focus svg,
a.button--black-hover:hover svg {
    fill: #fff
}

.link--white,
.link--white:hover {
    color: #fff !important
}

.link--primary {
    align-items: center;
    color: #101921;
    display: flex;
    font-weight: 700
}

.link--primary:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23fd5000' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: .8rem;
    content: "";
    height: 18px;
    margin-left: .5rem;
    opacity: 0;
    position: relative;
    top: -2px;
    transition: opacity .3s ease;
    width: 18px
}

.link--primary.selected,
.link--primary:focus,
.link--primary:hover {
    color: #fd5000;
    font-weight: 700
}

.link--primary.selected:after {
    opacity: 1
}

.link--secondary {
    color: #101921 !important;
    display: inline-flex;
    text-decoration: none !important;
    transition: all .3s ease
}

.link--secondary:hover {
    color: #70757a !important
}

.link--secondary:not(.pill--outline) {
    border-bottom: 0 !important
}

.link--view-all {
    color: #101921 !important;
    transition: all .3s ease
}

.link--view-all:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23101921' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: .6rem;
    content: "";
    margin-left: .2rem;
    width: 1rem
}

.link--view-all.selected,
.link--view-all:focus,
.link--view-all:hover {
    color: #70757a !important
}

.link--view-all.selected:after,
.link--view-all:focus:after,
.link--view-all:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%2370757a' viewBox='0 0 40 40'%3E%3Ctitle%3Earrow right%3C/title%3E%3Cpath d='M33.113 15.015v9.87H0v-9.87z'/%3E%3Cpath d='M40 22.498 27.177 40 19.5 34.064l10.582-14.439L19.589 6.172 27.089 0l12.826 16.444z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    content: ""
}

.pills.pills--flex {
    align-items: center;
    display: flex
}

.pill {
    align-items: center;
    display: inline-flex;
    margin-bottom: 8px
}

.pill button {
    align-items: center;
    display: flex
}

.pill button span {
    position: relative;
    top: 1px
}

.pill .btn--tooltip {
    align-items: center
}

.pill .btn--tooltip svg {
    height: 12px;
    position: relative;
    top: 0;
    width: 12px
}

.pill--no-margin {
    margin-bottom: 0
}

.pill--18 {
    font-size: 18px;
    padding: 5px 24px
}

.pill--14,
.pill--18 {
    border-radius: 100px;
    line-height: 1.5
}

.pill--14 {
    font-size: 14px;
    padding: 9px 16px
}

.pill--12 {
    font-size: 12px;
    padding: 7px 12px
}

.pill--10,
.pill--12 {
    border-radius: 40px;
    line-height: 1.5
}

.pill--10 {
    font-size: 10px;
    padding: 3px 10px
}

.pill--outline {
    border: 1px solid #cfd1d3;
    color: #101921 !important;
    text-decoration: none !important;
    transition: background .3s
}

.pill--outline:focus,
.pill--outline:hover {
    background: #cfd1d3;
    border: 1px solid #cfd1d3 !important
}

.pill--icon {
    gap: 8px
}

.pill--icon svg {
    height: 15px;
    width: 15px
}

.pill--icon span {
    position: relative;
    top: 1px
}

.pill--filled {
    color: #101921 !important;
    font-weight: 700;
    transition: background .3s
}

.pill--filled,
.pill--filled:focus,
.pill--filled:hover {
    border-bottom: 0 !important;
    text-decoration: none !important
}

.pill--filled:focus.panel--dark-navy-extra-light,
.pill--filled:hover.panel--dark-navy-extra-light {
    background-color: #9fa3a6
}

.pill--filled:focus.panel--navy-extra-light,
.pill--filled:hover.panel--navy-extra-light {
    background-color: #99acc6
}

.pill--filled:focus.panel--blue-extra-light,
.pill--filled:hover.panel--blue-extra-light {
    background-color: #99ceec
}

.pill--filled:focus.panel--purple-extra-light,
.pill--filled:hover.panel--purple-extra-light {
    background-color: #c5b9d6
}

.pill--filled:focus.panel--pink-extra-light,
.pill--filled:hover.panel--pink-extra-light {
    background-color: #ee9fcb
}

.pill--filled:focus.panel--red-extra-light,
.pill--filled:hover.panel--red-extra-light {
    background-color: #eda9af
}

.pill--filled:focus.panel--orange-extra-light,
.pill--filled:hover.panel--orange-extra-light {
    background-color: #feb999
}

.pill--filled:focus.panel--yellow-extra-light,
.pill--filled:hover.panel--yellow-extra-light {
    background-color: #ffec99
}

.pill--filled:focus.panel--green-extra-light,
.pill--filled:hover.panel--green-extra-light {
    background-color: #c9e5a8
}

.pill--close button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17'%3E%3Ctitle%3Ecross%3C/title%3E%3Cg stroke='%23101921' stroke-width='3.75'%3E%3Cpath d='m14.5 2.999-11 11M3.5 2.999l11 11'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    content: "";
    display: inline-flex;
    height: 12px;
    margin-left: 10px;
    position: relative;
    transition: transform .3s;
    width: 12px
}

.pill--inverse button {
    color: #fff !important
}

.pill--inverse.pill--close button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17'%3E%3Ctitle%3Ecross%3C/title%3E%3Cg stroke='%23fff' stroke-width='3.75'%3E%3Cpath d='m14.5 2.999-11 11M3.5 2.999l11 11'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.pill--width-100 {
    justify-content: center;
    width: 100%
}

.pill--angled {
    border-radius: 0;
    padding: 12px 10px 10px 20px;
    position: relative
}

.pill--angled:after {
    background: var(--panel-background, #fff);
    bottom: auto;
    content: "";
    display: block;
    height: calc(100% - .25px);
    left: auto;
    position: absolute;
    right: -10px;
    top: 0;
    transform: skew(-20deg);
    width: 20px;
    z-index: 1
}

.pill--angled+.pill--angled {
    padding: 12px 10px 10px 30px
}

.pill--10.pill--angled {
    padding-bottom: 5px;
    padding-top: 6px
}

.badge {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    padding: 3px
}

.badge svg {
    height: 10px;
    width: 10px
}

.input--white {
    background-color: #fff
}

.input--white,
.input--white.is-active,
.input--white.is-selected,
.input--white:hover {
    border-color: #fff
}

.select-wrapper {
    position: relative
}

.select__dropdown {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    left: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 2
}

.select__dropdown ul {
    margin: 0;
    padding: 12px 0
}

.select__footer {
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    padding: 24px
}

.select__item {
    color: #101921;
    display: block;
    font-size: 20px;
    padding: 12px 24px;
    transition: background-color .3s;
    width: 100%
}

.select__item:focus,
.select__item:hover {
    background-color: #ccc;
    outline: none
}

.select__counter {
    align-items: center;
    background-color: #6f5098;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 12px;
    height: 20px;
    justify-content: center;
    padding: 2px 0 0;
    width: 20px
}

@media(max-width:1199px) {
    .select--collapse:not(.site-nav__button) {
        border: 0;
        border-bottom: 3px solid #cfd1d3;
        border-radius: 0;
        padding: 14px 0;
        transition: none;
        width: 100%
    }

    .select--collapse:not(.site-nav__button):hover {
        border-color: #cfd1d3
    }

    .select--collapse:not(.site-nav__button).is-active {
        border-bottom: none
    }

    .select--collapse:not(.site-nav__button).is-display,
    .select--collapse:not(.site-nav__button).is-selected {
        border-color: #cfd1d3
    }

    .select--collapse+.select__dropdown {
        background: #fff;
        border-bottom: 3px solid #cfd1d3;
        border-radius: 0;
        box-shadow: none;
        filter: none;
        padding: 0;
        position: relative;
        top: 0;
        z-index: 1
    }
}

.radio {
    fill: #ccc;
    transition: fill .3s
}

.radio--active,
.radio:hover {
    fill: #000
}

.searchbox {
    padding: 0
}

.searchbox.input {
    gap: 8px;
    padding: 0
}

.searchbox input {
    background: transparent;
    border: 0;
    height: 100%;
    outline: none;
    padding: 10px 18px;
    width: 100%
}

.searchbox .searchbox__button {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-right: 10px;
    width: 40px
}

.searchbox .searchbox__button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44.517' height='44.548' fill='%23101921' viewBox='0 0 44.517 44.548'%3E%3Cpath d='m38.978 42.088-8.394-8.43a15.4 15.4 0 0 1-4.889 2.829 17.3 17.3 0 0 1-5.937 1.013 17.4 17.4 0 0 1-12.783-5.239 17.23 17.23 0 0 1-5.238-12.643A17.23 17.23 0 0 1 6.975 6.975a17.31 17.31 0 0 1 12.713-5.238 17.11 17.11 0 0 1 12.608 5.238 17.29 17.29 0 0 1 5.2 12.643 17.4 17.4 0 0 1-.978 5.8 17.7 17.7 0 0 1-2.934 5.238l8.464 8.361Zm-19.29-8.78a13.07 13.07 0 0 0 9.639-4.016 13.25 13.25 0 0 0 3.981-9.674 13.25 13.25 0 0 0-3.981-9.674 13.07 13.07 0 0 0-9.639-4.016 13.27 13.27 0 0 0-9.744 4.016 13.19 13.19 0 0 0-4.016 9.674 13.19 13.19 0 0 0 4.016 9.674 13.27 13.27 0 0 0 9.744 4.016'/%3E%3Cpath d='m38.976 44.548-8.537-8.573a17.6 17.6 0 0 1-4.151 2.146 19.1 19.1 0 0 1-6.53 1.117A19.15 19.15 0 0 1 5.747 33.49 18.99 18.99 0 0 1 0 19.618 18.99 18.99 0 0 1 5.747 5.747 19.07 19.07 0 0 1 19.688 0a18.87 18.87 0 0 1 13.84 5.751 19.04 19.04 0 0 1 5.708 13.867 19.02 19.02 0 0 1-3.356 10.858l8.637 8.532Zm-8.3-13.264 8.31 8.346.606-.606-8.333-8.232.977-1.222a16.1 16.1 0 0 0 2.651-4.727 15.8 15.8 0 0 0 .88-5.224A15.48 15.48 0 0 0 31.064 8.2a15.31 15.31 0 0 0-11.376-4.726A15.5 15.5 0 0 0 8.2 8.2a15.43 15.43 0 0 0-4.726 11.418A15.43 15.43 0 0 0 8.2 31.033a15.59 15.59 0 0 0 11.554 4.729 15.6 15.6 0 0 0 5.345-.908 13.7 13.7 0 0 0 4.343-2.508Zm-10.988 3.762a15 15 0 0 1-10.972-4.525 14.92 14.92 0 0 1-4.525-10.9 14.92 14.92 0 0 1 4.525-10.9 15 15 0 0 1 10.972-4.53 14.8 14.8 0 0 1 10.873 4.53 14.99 14.99 0 0 1 4.485 10.9 14.99 14.99 0 0 1-4.485 10.9 14.8 14.8 0 0 1-10.873 4.525m0-27.381a11.5 11.5 0 0 0-8.516 3.507 11.42 11.42 0 0 0-3.507 8.446 11.42 11.42 0 0 0 3.507 8.446 11.5 11.5 0 0 0 8.516 3.507 11.3 11.3 0 0 0 8.405-3.5 11.47 11.47 0 0 0 3.478-8.451 11.47 11.47 0 0 0-3.478-8.451 11.3 11.3 0 0 0-8.405-3.504'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    content: "";
    display: inline-flex;
    height: 12px;
    position: relative;
    transition: transform .3s;
    width: 12px
}

.searchbox .searchbox__button.is-active:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17'%3E%3Ctitle%3Ecross%3C/title%3E%3Cg stroke='%23101921' stroke-width='3.75'%3E%3Cpath d='m14.5 2.999-11 11M3.5 2.999l11 11'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.searchbox:focus-within {
    border-color: #101921;
    transition: border-color .3s
}

.input--white.searchbox:focus-within {
    border-color: #fff;
    transition: none
}

.searchbox__icon {
    display: flex;
    padding: 16px
}

.searchbox__icon svg {
    height: 18px;
    width: 18px
}

.slidein {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    overflow: auto;
    position: fixed;
    z-index: 999
}

.slidein,
.slidein:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.slidein:after {
    background-color: rgba(0, 0, 0, .4);
    content: "";
    position: absolute;
    z-index: 1
}

.slidein .slidein__content {
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .06);
    cursor: auto;
    position: relative;
    width: 90%;
    z-index: 2
}

.slidein .slidein__content>.panel {
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-y: scroll;
    padding: 96px 0 64px
}

@media(min-width:1024px) {
    .slidein .slidein__content>.panel {
        padding: 96px 64px 64px
    }
}

.slidein .slidein__content.transition-in {
    transition: transform .2s ease-in
}

.slidein .slidein__content.transition-out {
    transition: transform .2s ease-out
}

.slidein .slidein__content.transformx50 {
    transform: translateX(50%)
}

.slidein .slidein__content.transformx0 {
    transform: translateX(0)
}

.slidein .slidein__content.opacity0 {
    opacity: 0
}

.slidein .slidein__content.opacity100 {
    opacity: 1
}

.slidein .slidein__close {
    align-items: center;
    background: #101921;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 2rem;
    height: 2rem;
    justify-content: center;
    left: 32px;
    padding: 10px 10px 4px;
    position: absolute;
    top: 32px;
    width: 2rem;
    z-index: 1
}

.slidein .slidein__close:focus,
.slidein .slidein__close:focus-visible {
    outline: 3px solid #0085cf
}

.modal {
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.modal .modal__content {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: animatetop;
    animation-name: animatetop;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    margin: auto;
    padding: 0;
    position: relative;
    top: 10vh;
    width: 100%
}

@media(min-width:768px) {
    .modal .modal__content {
        width: 50%
    }
}

@keyframes animatetop {
    0% {
        opacity: 0;
        top: -300px
    }

    to {
        opacity: 1;
        top: 10vh
    }
}

@keyframes animatevideo {
    0% {
        opacity: 0;
        transform: scale(.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.modal.modal--tour .modal__content,
.modal.modal--video .modal__content {
    animation-name: animatevideo;
    top: 2rem;
    width: 100%
}

@media(min-width:768px) {

    .modal.modal--tour .modal__content,
    .modal.modal--video .modal__content {
        width: 80%
    }
}

.modal.modal--tour .modal__content .modal__body,
.modal.modal--video .modal__content .modal__body {
    padding: 0
}

@media(min-width:768px) {
    .modal.modal--video .modal__content {
        width: 70%
    }
}

.modal .modal__close {
    color: #fff;
    float: right;
    font-size: 2.5rem;
    height: 2.5rem;
    position: relative;
    top: -1rem;
    transition: transform .3s ease-in-out
}

.modal .modal__close:focus,
.modal .modal__close:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transform: scale(1.1)
}

.modal .modal__header {
    background-color: #101921;
    color: #fff;
    padding: .5rem 1rem
}

@media(min-width:768px) {
    .modal .modal__header {
        padding: .5rem 0 1.5rem
    }
}

.modal.modal--tour .modal__header,
.modal.modal--video .modal__header {
    background-color: transparent
}

.modal.modal--tour .modal__header a,
.modal.modal--video .modal__header a {
    color: #fff;
    text-decoration: underline
}

.modal.modal--tour .modal__transcript,
.modal.modal--video .modal__transcript {
    float: left;
    font-size: .9rem;
    padding: 0;
    width: 90%
}

@media(min-width:768px) {

    .modal.modal--tour .modal__transcript,
    .modal.modal--video .modal__transcript {
        font-size: 1.1rem
    }
}

.modal .modal__title {
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: bottom
}

.modal .modal__body {
    background-color: #fff;
    clear: both;
    overflow: hidden;
    padding: 1rem
}

.modal .modal__body .panel__body {
    padding-left: 1rem;
    padding-right: 1rem
}

.modal.modal--tour .modal__body,
.modal.modal--video .modal__body {
    height: 90vh;
    padding: 0
}

.modal.modal--tour .modal__body iframe,
.modal.modal--video .modal__body iframe {
    height: 90vh;
    width: 100%
}

@media(min-width:768px) {

    .modal.modal--tour .modal__body,
    .modal.modal--tour .modal__body iframe,
    .modal.modal--video .modal__body,
    .modal.modal--video .modal__body iframe {
        height: 85vh
    }
}

.modal .modal__footer {
    background-color: #cce7f5;
    padding: 1rem
}

.modal .modal__footer .modal__title {
    color: #101921
}

.modal .modal__footer .modal__caption {
    color: #fff;
    font-size: .9rem;
    margin: 0;
    padding: 0
}

.modal .modal__footer .modal__caption p {
    margin: 0;
    padding: 0
}

.modal .modal__footer .modal__caption a {
    color: #fff;
    text-decoration: underline
}

.modal .modal__footer .modal__caption a:hover {
    color: #ccc
}

.modal.modal--video .modal__footer {
    background-color: #000;
    padding: 1rem .5rem
}

.modal.modal--popup {
    background-color: hsla(0, 0%, 98%, .9);
    box-shadow: 0 10px 36px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .03);
    display: block
}

.modal.modal--popup .modal__content {
    animation-duration: .4s;
    animation-name: animatevideo;
    height: calc(100% - 2rem);
    margin-top: 1rem;
    position: relative;
    top: 0;
    width: 90%
}

@media(min-width:1024px) {
    .modal.modal--popup .modal__content--smaller {
        height: 60%;
        top: 10vh;
        width: 60%
    }
}

.modal.modal--popup .modal__body {
    height: 100%;
    overflow: auto;
    padding: 0
}

.modal.modal--popup .modal__close {
    align-items: center;
    background: #101921;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 2rem;
    height: 2rem;
    justify-content: center;
    padding: 10px 10px 4px;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 2rem;
    z-index: 1
}

.modal.modal--popup .modal__close:focus,
.modal.modal--popup .modal__close:focus-visible {
    outline: 3px solid #0085cf
}

.no-js .modal {
    display: inline;
    position: fixed
}

ul.simple-list {
    padding: 0;
    text-align: left
}

ul.simple-list>li {
    display: list-item;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    position: relative
}

ul.simple-list>li:before {
    display: none
}

ul.icon-list {
    padding: 0;
    text-align: left
}

ul.icon-list>li {
    display: list-item;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    position: relative
}

ul.icon-list>li:before {
    display: none
}

ul.icon-list svg {
    height: 20px;
    width: 20px
}

ul.icon-list>li {
    display: flex
}

ul.icon-list-30 {
    padding: 0;
    text-align: left
}

ul.icon-list-30>li {
    display: list-item;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    position: relative
}

ul.icon-list-30>li:before {
    display: none
}

ul.icon-list-30 svg {
    height: 30px;
    width: 30px
}

ul.icon-list-30>li {
    display: flex
}

ul.icon-list-15 {
    padding: 0;
    text-align: left
}

ul.icon-list-15>li {
    display: list-item;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    position: relative
}

ul.icon-list-15>li:before {
    display: none
}

ul.icon-list-15 svg {
    height: 15px;
    width: 15px
}

ul.icon-list-15>li {
    display: flex
}

ul.bullet-list {
    display: inline-block;
    padding: 0;
    text-align: left
}

ul.bullet-list>li {
    display: list-item;
    list-style: none;
    margin-left: 1rem;
    padding-bottom: 3px;
    padding-left: 0;
    padding-top: 3px;
    position: relative
}

ul.bullet-list>li:before {
    color: #101921;
    content: "•";
    display: inline-block;
    font-weight: 700;
    margin-left: -1em;
    width: 1em
}

ul.bullet-list ol,
ul.bullet-list ul {
    margin-bottom: 0;
    margin-left: 1rem
}

ol.numbered-list {
    margin-left: 1.2rem
}

ol.numbered-list ol,
ol.numbered-list ul {
    margin-bottom: 0;
    margin-left: 1rem
}

ol.numbered-list li {
    display: list-item
}

ol.dash-list,
ul.dash-list {
    list-style: none;
    padding: 0
}

ol.dash-list>li,
ul.dash-list>li {
    padding-left: 0;
    position: relative
}

ol.dash-list>li:before,
ul.dash-list>li:before {
    color: #101921;
    content: "â€”";
    font-family: Overpass, Helvetica, Arial, sans-serif;
    font-size: .8rem;
    padding: 5px 10px 0 0;
    position: relative
}

ul.link-listing {
    list-style: none;
    padding: 0
}

ul.inline-list li {
    display: inline
}

ul.inline-flex-list {
    display: inline-flex
}

.flex-list {
    gap: 8px
}

.flex-cards,
.flex-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.flex-cards {
    align-items: flex-start;
    gap: 32px
}

@media(min-width:1024px) {
    .two-col-flex-cards {
        flex: 0 1 calc(50% - 32px)
    }
}

ul.social-list li {
    display: inline
}

ul.social-list li.social-list__item {
    display: inline-block;
    margin: 0 .5rem
}

ul.side-menu {
    list-style: none;
    padding: 0
}

ul.side-menu li {
    padding: 0 0 20px
}

ul.side-menu li .is-active {
    left: -5px;
    position: relative
}

ul.side-menu li .is-active:before {
    border-left: 5px solid #0085cf;
    content: "";
    left: -10px;
    position: relative
}

ul.simple-list-2-col {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.panel.panel--white li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel.panel--white p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #ccc;
    color: #06c;
    text-decoration: none
}

.panel.panel--white li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel.panel--white li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel.panel--white p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel.panel--white p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #06c
}

.panel.panel--white .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel.panel--white .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #ccc;
    color: #06c;
    text-decoration: none
}

.panel.panel--white .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel.panel--white .panel__body .content li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel.panel--white .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel.panel--white .panel__body .content p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #06c
}

.panel.panel--white .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.panel.panel--white .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #ccc;
    color: #06c;
    text-decoration: none
}

.panel.panel--white .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel.panel--white .panel__description li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.panel.panel--white .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.panel.panel--white .panel__description p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #06c
}

@media(min-width:1024px) {
    .panel.panel--white .button.button--swipe.button--bullet:hover svg {
        fill: var(--color, #fff)
    }

    .panel.panel--white .button.button--swipe.button--bullet:hover span {
        color: var(--color, #fff)
    }
}

.panel.panel--dark-navy .icon-text__text:before {
    background: #fff
}

.panel.panel--dark-navy .button.button--swipe.button--bullet {
    border-color: transparent
}

.panel.panel--dark-navy .button.button--swipe.button--bullet span {
    color: #fff
}

.panel.panel--dark-navy .button.button--swipe.button--bullet svg {
    background-color: #fff
}

@media(min-width:1024px) {
    .panel.panel--dark-navy .button.button--swipe.button--bullet:hover svg {
        fill: #101921;
        background-color: var(--background, #fff)
    }

    .panel.panel--dark-navy .button.button--swipe.button--bullet:hover span {
        color: #101921
    }
}

.panel.panel--card h2 {
    margin: 0 0 1rem;
    max-width: 100%
}

@media(min-width:1024px) {
    .panel.panel--card h2 {
        max-width: 80%
    }
}

.panel.panel--card.panel--content .panel__body {
    flex-direction: column;
    max-width: calc(1640px + 4rem)
}

.panel.panel--content.panel--grid-content .panel__body {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto
}

.panel.panel--content.panel--grid-content .panel__body .panel__title {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 1rem;
    width: 100%
}

.panel.panel--content.panel--grid-content .panel__body .content--main {
    grid-column: 1;
    grid-row: 2;
    width: 100%
}

.panel.panel--content.panel--grid-content .panel__body .content--aside-top {
    grid-column: 1;
    grid-row: 3;
    padding-bottom: 1rem;
    padding-top: 0;
    width: 100%
}

.panel.panel--content.panel--grid-content .panel__body .content--aside-top+.content--aside-bottom {
    padding-top: 2rem
}

.panel.panel--content.panel--grid-content .panel__body .content--aside-bottom {
    grid-column: 1;
    grid-row: 4;
    width: 100%
}

@media(max-width:1023px) {
    .panel.panel--content.panel--grid-content .panel__body .content--aside-sticky {
        padding-top: 1rem
    }

    .panel.panel--content.panel--grid-content .panel__body .content--aside-sticky nav {
        padding-bottom: 1rem
    }
}

@media(min-width:1024px) {
    .panel.panel--content.panel--grid-content .panel__body .content--aside-sticky {
        position: sticky;
        top: calc(var(--global_header_height) + var(--local_banner_height) + var(--global_banner_height) - 20px)
    }

    .panel.panel--content.panel--grid-content .panel__body {
        align-items: start;
        -moz-column-gap: 8vw;
        column-gap: 8vw;
        grid-template-columns: 2fr 1fr;
        grid-template-rows: auto auto 0 1fr
    }

    .panel.panel--content.panel--grid-content .panel__body .panel__title {
        grid-column: 1/2;
        grid-row: 1
    }

    .panel.panel--content.panel--grid-content .panel__body .content--main {
        grid-column: 1;
        grid-row: 2/5
    }

    .panel.panel--content.panel--grid-content .panel__body .content--aside-top {
        grid-column: 2;
        grid-row: 2/3;
        padding-bottom: 0
    }

    .panel.panel--content.panel--grid-content .panel__body .content--aside-bottom {
        grid-column: 2;
        grid-row: 4/5
    }

    .mykent .panel.panel--content.panel--grid-content .panel__body .content--aside-sticky {
        top: calc(var(--global_header_height) + var(--local_banner_height) + var(--global_banner_height) + 20px)
    }
}

.panel.panel--content.panel--grid-content.panel--grid-content-two-cols .panel__body {
    grid-template-columns: 1fr
}

@media(min-width:1024px) {
    .panel.panel--content.panel--grid-content.panel--grid-content-two-cols .panel__body {
        align-items: start;
        grid-template-columns: 1fr 1fr
    }

    .panel.panel--content.panel--grid-content.panel--grid-content-two-cols .panel__body .content--aside {
        max-width: 570px
    }
}

.panel.panel--content.panel--grid-content.panel--grid-content-one-col .panel__body {
    grid-template-columns: 1fr;
    max-width: 800px
}

.panel.panel--content.panel--white.panel--spaced+.panel.panel--content.panel--white.panel--spaced .panel__body {
    padding-top: 0
}

.panel .content--card li.card a:not(.button),
.panel .content--card-grid li.card a:not(.button) {
    border-bottom: none !important;
    text-decoration: none;
    word-break: normal
}

.panel .content--card li.card a:not(.button):focus,
.panel .content--card li.card a:not(.button):hover,
.panel .content--card-grid li.card a:not(.button):focus,
.panel .content--card-grid li.card a:not(.button):hover {
    border-bottom: none !important
}

.card {
    display: block;
    flex: 1 1 auto;
    font-size: .9rem;
    width: 100%
}

.card:focus,
.card:hover {
    text-decoration: none
}

@media(min-width:544px) {
    .card {
        max-width: calc(50% - 1rem)
    }
}

.card.card--fixed {
    flex: 0 0 auto
}

@media(min-width:544px) {
    .card.card--fixed {
        width: calc(50% - 1rem)
    }
}

@media(min-width:1024px) {
    .card.card--fixed {
        width: calc(25% - 1.5rem)
    }
}

.card .card__inner {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between
}

.card a.card__inner,
.card li a.card__inner {
    border: none !important
}

.card a.card__inner:hover,
.card li a.card__inner:hover {
    border: none
}

.card a.card__inner:hover .card__image img,
.card li a.card__inner:hover .card__image img {
    filter: brightness(80%)
}

@-moz-document url-prefix() {

    .card a.card__inner:focus-visible,
    .card li a.card__inner:focus-visible {
        outline: auto
    }
}

.card a.card__inner .card__body,
.card li a.card__inner .card__body {
    overflow: hidden
}

.card .card__description {
    padding-top: 1rem
}

.card .card__description:first-child {
    padding-top: 0
}

.card .card__image {
    overflow: hidden;
    position: relative
}

.card .card__image img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: filter .3s ease-in-out;
    width: 100%
}

.card .card__image .date-block {
    position: absolute
}

.card .card__image .blank-image {
    align-items: center;
    background-color: var(--panel-highlight-color, #ccd5e2);
    display: flex;
    justify-content: center
}

.card .card__image .blank-image img {
    aspect-ratio: 1/1;
    visibility: hidden
}

.card .card__image .blank-image .card__icon {
    position: absolute
}

.card .card__image .blank-image .card__icon svg {
    height: 5rem;
    width: 5rem;
    fill: var(--panel-background, #fff)
}

.card.card--backed {
    padding: 0
}

.card.card--backed .card__footer,
.card.card--backed .card__text {
    padding: 0 1rem 1rem
}

.card.card--backed .card__image {
    margin-right: -1px
}

.card.card--backed .simple-list {
    padding-left: 1rem;
    padding-right: 1rem
}

.card.card--icon .card__image {
    align-items: flex-end;
    display: flex;
    height: 120px;
    justify-content: center
}

.card.card--icon .card__image img {
    height: 80px;
    max-width: 66%;
    -o-object-fit: contain;
    object-fit: contain
}

.card.card--icon:hover .card__image img {
    filter: none
}

.card.card--icon .card__text {
    text-align: center
}

.card .simple-list {
    align-items: center;
    display: flex;
    font-size: 1rem;
    gap: .25rem;
    margin-bottom: 1rem
}

.card .simple-list li {
    color: var(--panel-font-color, #101921)
}

.card .simple-list li svg {
    height: 14px;
    fill: var(--panel-font-color, #101921)
}

.card a.card__heading-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.card a.card__heading-link:focus {
    outline: none
}

.card.card--heading-link {
    position: relative
}

@media(min-width:1024px) {

    .card.card--heading-link:focus .button.button--swipe .button__background,
    .card.card--heading-link:hover .button.button--swipe .button__background {
        width: calc(100% - 8px)
    }

    .card.card--heading-link:focus .button.button--swipe .button__icon-wrapper,
    .card.card--heading-link:hover .button.button--swipe .button__icon-wrapper {
        transform: translateX(calc(100% - 42px))
    }

    .card.card--heading-link:focus .button.button--swipe span,
    .card.card--heading-link:hover .button.button--swipe span {
        color: var(--panel-background, #fff);
        transform: translateX(-30px)
    }

    .card.card--heading-link:focus .button.button--swipe svg,
    .card.card--heading-link:hover .button.button--swipe svg {
        transform: rotate(0deg)
    }

    .card.card--heading-link:focus .button.button--swipe.button--small .button__background,
    .card.card--heading-link:hover .button.button--swipe.button--small .button__background {
        width: calc(100% - 6px)
    }

    .card.card--heading-link:focus .button.button--swipe.button--small .button__icon-wrapper,
    .card.card--heading-link:hover .button.button--swipe.button--small .button__icon-wrapper {
        transform: translateX(calc(100% - 33px))
    }

    .card.card--heading-link:focus .button.button--swipe.button--small span,
    .card.card--heading-link:hover .button.button--swipe.button--small span {
        color: var(--panel-background, #fff);
        transform: translateX(-18px)
    }
}

.card:has(a.card__heading-link):focus-within {
    outline: 2px solid #007bff
}

.card:has(a.card__heading-link):focus-within a.card__heading-link:focus {
    text-decoration: none
}

.card__category {
    background: var(--panel-background, #fff);
    color: var(--card-category-font, #101921);
    font-size: .8rem;
    font-weight: 700;
    height: auto;
    left: 0;
    max-width: 90%;
    padding: .2rem .5rem .2rem 1rem;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    z-index: 1
}

.card__category:after {
    background: #fff;
    bottom: auto;
    content: "";
    display: block;
    height: 100%;
    left: auto;
    position: absolute;
    right: -10px;
    top: 0;
    transform: skew(-20deg);
    width: 20px;
    z-index: -1
}

.card__category.body--icon {
    height: auto;
    padding: 8px 16px
}

.card__category.body--icon span {
    top: 2px
}

.card__date {
    bottom: 0;
    color: #fff;
    font-size: 1rem;
    height: 2rem;
    left: 0;
    line-height: 1.9;
    padding: .2rem .8rem 0 1rem
}

.card__date,
.card__date:after {
    background: #101921;
    position: absolute
}

.card__date:after {
    bottom: auto;
    content: "";
    display: block;
    height: 100%;
    left: auto;
    right: -8px;
    top: 0;
    transform: skew(-20deg);
    width: 16px
}

.card__time {
    display: inline-block;
    font-size: .7rem;
    margin-left: .5rem;
    position: relative;
    top: -2px
}

#events-listing .card__image img,
.card--blog .card__image img {
    aspect-ratio: 3/2
}

.card-date-highlight {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem
}

.card-date-highlight time {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    max-width: 33%;
    padding: .5rem;
    text-align: center
}

.card-date-highlight time span {
    line-height: 1.1
}

.card-date-highlight time span:first-child {
    font-weight: 700
}

.card-date-highlight time span:last-child {
    font-size: .9rem;
    text-transform: uppercase
}

.card-subgrid {
    display: grid;
    grid-template-rows: subgrid
}

.card-subgrid--span-3 {
    grid-row: span 3
}

.card-subgrid--gap-20 {
    gap: 20px
}

.card-subgrid .text {
    padding: 0 20px
}

.icon-media-object {
    align-items: flex-start;
    display: flex;
    gap: 16px
}

.icon-media-object .icon {
    background-repeat: no-repeat;
    background-size: 30px
}

.icon-media-object .icon,
.icon-media-object .icon svg {
    height: 30px;
    min-width: 30px
}

.icon-media-object .icon svg.lucide {
    fill: transparent
}

@media(min-width:1024px) {
    .icon-media-object .icon {
        background-size: 50px
    }

    .icon-media-object .icon,
    .icon-media-object .icon svg {
        height: 50px;
        min-width: 50px
    }
}

.content {
    box-sizing: border-box
}

@media(max-width:1199px) {
    .content {
        font-size: 18px
    }
}

@media(min-width:768px)and (max-width:1199px) {
    .content {
        font-size: 17px
    }
}

@media(min-width:1328px) {
    .content {
        font-size: 19px
    }
}

.content--main {
    width: 100%
}

@media(min-width:1024px) {
    .content--main {
        flex: 0 1 67%
    }
}

.content--main li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.content--main p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #ccc;
    color: #06c;
    text-decoration: none
}

.content--main li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.content--main li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.content--main p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.content--main p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #06c
}

.content--card {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%
}

.content--card-tight {
    gap: 1rem
}

@media(max-width:767px) {
    .content--card {
        justify-content: center
    }
}

.content--aside .panel {
    font-size: 1rem;
    padding: 1rem
}

.content--aside .panel h2 {
    font-size: 1.4rem;
    margin-bottom: .7875rem;
    margin-top: 0
}

.content--aside .panel ul {
    margin: 0
}

.content--aside .panel li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link),
.content--aside .panel p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link) {
    border-bottom: 1px solid #ccc;
    color: #06c;
    text-decoration: none
}

.content--aside .panel li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.content--aside .panel li a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover,
.content--aside .panel p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):focus,
.content--aside .panel p a:not(.button, .card, .card__inner, .tabs__link, .link-listing__link, .switcher__link, .link):hover {
    border-bottom: 1px solid #06c
}

.content--aside .panel li {
    margin-bottom: .5rem
}

.content--card-grid {
    width: 100%
}

@media(min-width:768px) {
    .content--card-grid {
        display: flex;
        flex-wrap: wrap
    }

    .content--card-grid .card--fixed {
        margin: 1rem 1rem 1rem 0;
        width: 45%
    }
}

@supports(display:grid) {
    .content--card-grid {
        display: grid;
        grid-gap: 3rem;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
    }

    @media(min-width:1024px) {
        .content--card-grid {
            grid-gap: 1rem;
            grid-template-columns: repeat(auto-fill, minmax(30%, 1fr))
        }
    }

    .content--card-grid .card--fixed {
        margin: 0;
        max-width: 100%;
        width: 100%
    }
}

@media(min-width:1024px) {
    .content--card-grid.four {
        grid-gap: 1rem;
        grid-template-columns: repeat(auto-fill, minmax(20%, 1fr))
    }
}

.video-launcher {
    cursor: pointer;
    display: block;
    position: relative
}

.video-launcher img {
    display: block;
    width: 100%
}

.video-launcher:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='none' viewBox='0 0 50 50'%3E%3Cpath fill='%23fff' d='m22.213 32.033 10.105-6.98-10.105-7.622z'/%3E%3Cpath fill='%23fff' d='M19.794 31.5v-14l4-2 9 7v4l-9 7zm4.837-9.573v4.87l3.557-2.328z'/%3E%3Ccircle cx='25' cy='25' r='23.5' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 4rem;
    content: "";
    height: 4rem;
    left: 50%;
    opacity: .7;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: transform .3s ease-in, opacity .3s ease-in;
    width: 4rem;
    z-index: 1
}

.video-launcher:focus-visible:after {
    outline: 3px solid #0085cf
}

.video-launcher:hover:after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.1)
}

@media(min-width:768px) {
    .video--inline {
        margin: 0;
        width: auto
    }
}

.video--inline .video-launcher {
    height: 100%;
    overflow: hidden
}

.video--inline .video-launcher img {
    height: 100%;
    width: 100%
}

.video--inline .video-launcher:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='none' viewBox='0 0 50 50'%3E%3Cpath fill='%23fff' d='m22.213 32.033 10.105-6.98-10.105-7.622z'/%3E%3Cpath fill='%23fff' d='M19.794 31.5v-14l4-2 9 7v4l-9 7zm4.837-9.573v4.87l3.557-2.328z'/%3E%3Ccircle cx='25' cy='25' r='23.5' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 70px;
    content: "";
    height: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity .5s;
    width: 100%;
    z-index: 1
}

.video--inline .video-launcher:after {
    background-color: #101921;
    content: "";
    height: 100%;
    left: 50%;
    opacity: .4;
    position: absolute;
    transition: opacity .5s;
    width: 100%
}

.video--inline:hover {
    cursor: pointer
}

.video--inline:hover .video-launcher:before {
    opacity: .5
}

.video--inline:hover .video-launcher:after {
    opacity: .2
}

.video--inline .video-wrapper {
    background-color: #101921;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 0;
    position: relative
}

.video--inline .video-wrapper:before {
    animation: video-spin 2s linear infinite;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23fff' viewBox='0 0 20 20'%3E%3Ctitle%3Eloading%3C/title%3E%3Cpath d='m3.519 10-.038-.001a.5.5 0 0 1-.461-.537c.126-1.663.847-3.229 2.03-4.412s2.749-1.903 4.412-2.03a.5.5 0 1 1 .076.998c-2.925.223-5.298 2.596-5.52 5.52A.5.5 0 0 1 3.52 10z'/%3E%3Cpath d='M10 15c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5m0-9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4'/%3E%3Cpath d='M10 19c-2.404 0-4.664-.936-6.364-2.636S1 12.404 1 10s.936-4.664 2.636-6.364S7.596 1 10 1s4.664.936 6.364 2.636S19 7.596 19 10s-.936 4.664-2.636 6.364A8.94 8.94 0 0 1 10 19m0-17c-4.411 0-8 3.589-8 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    content: "";
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 50px
}

.video--inline .video-wrapper embed,
.video--inline .video-wrapper iframe,
.video--inline .video-wrapper object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@keyframes video-spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(359deg)
    }
}

.text-page .video--inline .video-launcher:after {
    display: none
}

.text-page .video--inline .video-launcher:before {
    background-color: rgba(16, 25, 33, .4);
    opacity: .7;
    transition: transform .3s ease-in, opacity .3s ease-in
}

.text-page .video--inline:hover .video-launcher:before {
    opacity: 1;
    transform: scale(1.1)
}

@media(min-width:1200px) {
    .video-loop-control {
        background: #101921;
        border-radius: 50%;
        bottom: 1.5rem;
        cursor: pointer;
        display: block;
        height: 50px;
        position: absolute;
        right: 6rem;
        transition: background .3s ease, transform .3s ease;
        width: 50px;
        z-index: 2
    }

    .video-loop-control:hover {
        background-color: hsla(0, 0%, 100%, .3);
        transform: scale(1.05)
    }

    .video-loop-control--pause {
        background-image: url("data:image/svg+xml; charset=utf8, %3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%201%2019%2019%27%3E%0A%09%09%3Ctitle%3Epause-circle%3C%2Ftitle%3E%0A%09%09%3Cpath%20fill%3D%27%23fff%27%20d%3D%27M9.5%2020c-2.538%200-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538%200.988-4.923%202.782-6.718s4.18-2.783%206.718-2.783c2.538%200%204.923%200.988%206.718%202.783s2.782%204.18%202.782%206.718-0.988%204.923-2.782%206.717c-1.794%201.794-4.18%202.782-6.718%202.782zM9.5%202c-4.687%200-8.5%203.813-8.5%208.5s3.813%208.5%208.5%208.5c4.687%200%208.5-3.813%208.5-8.5s-3.813-8.5-8.5-8.5z%27%3E%3C%2Fpath%3E%0A%09%09%3Cpath%20fill%3D%27%23fff%27%20d%3D%27M7.5%2015h-1c-0.827%200-1.5-0.673-1.5-1.5v-6c0-0.827%200.673-1.5%201.5-1.5h1c0.827%200%201.5%200.673%201.5%201.5v6c0%200.827-0.673%201.5-1.5%201.5zM6.5%207c-0.276%200-0.5%200.224-0.5%200.5v6c0%200.276%200.224%200.5%200.5%200.5h1c0.276%200%200.5-0.224%200.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5h-1z%27%3E%3C%2Fpath%3E%0A%09%09%3Cpath%20fill%3D%27%23fff%27%20d%3D%27M12.5%2015h-1c-0.827%200-1.5-0.673-1.5-1.5v-6c0-0.827%200.673-1.5%201.5-1.5h1c0.827%200%201.5%200.673%201.5%201.5v6c0%200.827-0.673%201.5-1.5%201.5zM11.5%207c-0.276%200-0.5%200.224-0.5%200.5v6c0%200.276%200.224%200.5%200.5%200.5h1c0.276%200%200.5-0.224%200.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5h-1z%27%3E%3C%2Fpath%3E%0A%09%09%3C%2Fsvg%3E")
    }

    .video-loop-control--pause,
    .video-loop-control--play {
        background-repeat: no-repeat;
        background-size: 50px 50px
    }

    .video-loop-control--play {
        background-image: url("data:image/svg+xml; charset=utf8, %3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%201%2019%2019%27%3E%0A%09%09%09%3Ctitle%3Eplay-circle%3C%2Ftitle%3E%0A%09%09%09%3Cpath%20fill%3D%27%23fff%27%20d%3D%27M9.5%2020c-2.538%200-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538%200.988-4.923%202.782-6.718s4.18-2.783%206.718-2.783c2.538%200%204.923%200.988%206.718%202.783s2.782%204.18%202.782%206.718-0.988%204.923-2.782%206.717c-1.794%201.794-4.18%202.782-6.718%202.782zM9.5%202c-4.687%200-8.5%203.813-8.5%208.5s3.813%208.5%208.5%208.5c4.687%200%208.5-3.813%208.5-8.5s-3.813-8.5-8.5-8.5z%27%3E%3C%2Fpath%3E%0A%09%09%09%3Cpath%20fill%3D%27%23fff%27%20d%3D%27M6.5%2016c-0.083%200-0.167-0.021-0.242-0.063-0.159-0.088-0.258-0.256-0.258-0.437v-10c0-0.182%200.099-0.349%200.258-0.437s0.353-0.083%200.507%200.013l8%205c0.146%200.091%200.235%200.252%200.235%200.424s-0.089%200.333-0.235%200.424l-8%205c-0.081%200.051-0.173%200.076-0.265%200.076zM7%206.402v8.196l6.557-4.098-6.557-4.098z%27%3E%3C%2Fpath%3E%0A%09%09%09%3C%2Fsvg%3E")
    }

    .video-loop-control.video-loop--message-widget {
        bottom: calc(50% - 50px);
        right: 2rem
    }
}

.panel--tab-header .panel__body {
    padding: 0
}

ul.tabs__list {
    box-shadow: 0 -1px 10px 0 #eceeef;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    max-width: calc(100vw - 4rem);
    overflow-x: auto;
    padding: 0;
    width: 100%
}

@media(min-width:768px) {
    ul.tabs__list {
        box-shadow: none
    }
}

li.tabs__item {
    border-right: 1px solid #ccc;
    flex: 0 0 auto
}

@media(min-width:768px) {
    li.tabs__item {
        border-right: none
    }
}

a.tabs__link {
    border-bottom: 3px solid transparent;
    display: inline-block;
    padding: .5rem 1rem
}

a.tabs__link.is-active {
    border-bottom: 3px solid #101921;
    color: #000;
    font-weight: 700
}

.panel--tabs {
    animation: flash 1s;
    display: none
}

.panel--tab,
.panel--tabs {
    border-top: 1px solid #ddd
}

.panel.panel--header-width.panel--switcher .panel__body {
    padding-left: 0;
    padding-right: 0
}

.switcher {
    margin-bottom: 3rem;
    position: relative
}

.switcher__list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 2rem 0 1rem;
    padding: 3px;
    width: 100%
}

.switcher__link {
    border: none;
    font-size: .8rem;
    min-height: 30px;
    padding-left: auto;
    padding-right: auto;
    width: 100%
}

@media(min-width:768px) {
    .switcher__link {
        font-size: 1rem;
        min-height: 40px
    }
}

@media(min-width:1024px) {
    .switcher__link {
        padding-left: 50px;
        padding-right: 50px
    }
}

.switcher__link.is-active {
    background: #101921;
    color: #fff
}

@media(min-width:1024px) {

    .switcher__item,
    .switcher__list {
        width: auto
    }
}

.switcher__list.button {
    flex-wrap: nowrap;
    width: 100%
}

@media(min-width:1024px) {
    .switcher__list.button {
        width: auto
    }
}

.switcher__list.button .switcher__item {
    width: 100%
}

@media(min-width:1024px) {
    .switcher__list.button .switcher__item {
        width: auto
    }
}

.switcher.switcher--simple .switcher__list {
    display: inline-flex;
    gap: 20px;
    margin: 1rem 0 0;
    padding: 0 1rem 3rem 0;
    position: relative;
    width: 100%
}

@media(min-width:1024px) {
    .switcher.switcher--simple .switcher__list {
        gap: 40px;
        width: auto
    }
}

.switcher.switcher--simple .switcher__link {
    border: none;
    color: var(--panel-font-color)
}

@media(min-width:1024px) {
    .switcher.switcher--simple .switcher__link {
        padding-left: 0;
        padding-right: 0
    }
}

.switcher.switcher--simple .switcher__link.is-active {
    background: none;
    border: none;
    text-decoration: underline
}

.switcher.switcher--simple .switcher__link:active,
.switcher.switcher--simple .switcher__link:focus,
.switcher.switcher--simple .switcher__link:hover {
    border: none;
    text-decoration: underline
}