/***
 * Chromatic gallery uses document body as viewport,
 * and it lazily loads photos based on scroll position,
 * so it's important that this element receives the scroll events,
 * instead of the root document element. DEV-5074
 ***/
body {
    height: auto !important;
    overflow-x: auto !important;
}

@font-face {
    font-family: TelenetAlbra-Regular;
    src: url('/press/new/fonts/telenet_v2/Telenet-Albra-Regular.woff2') format('woff2'),
        url('/press/new/fonts/telenet_v2/Telenet-Albra-Regular.woff') format('woff'),
        url('/press/new/fonts/telenet_v2/Telenet-Albra-Regular.ttf') format('truetype'),
        url('/press/new/fonts/telenet_v2/Telenet-Albra-Regular.otf') format('opentype');
}

@font-face {
    font-family: TelenetAlbra-Bold;
    src: url('/press/new/fonts/telenet_v2/Telenet-Albra-Bold.woff2') format('woff2'),
        url('/press/new/fonts/telenet_v2/Telenet-Albra-Bold.woff') format('woff'),
        url('/press/new/fonts/telenet_v2/Telenet-Albra-Bold.ttf') format('truetype'),
        url('/press/new/fonts/telenet_v2/Telenet-Albra-Bold.otf') format('opentype');
}

@font-face {
    font-family: TelenetAlbra-Black;
    src: url('/press/new/fonts/telenet_v2/Telenet-Albra-Black.woff2') format('woff2'),
        url('/press/new/fonts/telenet_v2/Telenet-Albra-Black.woff') format('woff'),
        url('/press/new/fonts/telenet_v2/Telenet-Albra-Black.ttf') format('truetype'),
        url('/press/new/fonts/telenet_v2/Telenet-Albra-Black.otf') format('opentype');
}

@font-face {
    font-family: icons;
    src: url('/press/new/fonts/telenet_v2/icons.1638372419087.eot');
    src: url('/press/new/fonts/telenet_v2/icons.1638372419087.eot?#iefix')
            format('embedded-opentype'),
        url('/press/new/fonts/telenet_v2/icons.1638372419087.woff') format('woff'),
        url('/press/new/fonts/telenet_v2/icons.1638372419087.ttf') format('truetype'),
        url('/press/new/fonts/telenet_v2/icons.1638372419087.svg#icons.1638372419087')
            format('svg');
    font-weight: 400;
    font-style: normal;
}

.search-overlay {
    z-index: 200;
}

.tooltip {
    z-index: auto;
}

.main.container,
.footer.container,
.container__boilerplate {
    margin: 0 auto;
    padding: 0 1em !important;
}

.upc_rte_footnote li,
.upc_rte_footnote p {
    font-size: 12px;
}
.upc_leanfooter_left li a,
.upc_leanfooter_right li a {
    padding: 10px 12px;
}

.header__container {
    width: 100% !important;
    padding: 0 !important;
}

.header {
    background-color: transparent;
    margin-bottom: 0 !important;
}

#wrap {
    background: white !important;
    overflow: hidden;
}

.stories {
    padding-top: 40px !important;
    background-color: #ffffff;
}

.language-menu {
    pointer-events: none;
}

.language-menu.open {
    pointer-events: auto;
}

.icon-search.navigation__search-button.navigation__search-button--toggle {
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
}

.nav-item--has-subnav > a {
    position: relative;
}

.nav-item--has-subnav > a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 19px;
}

.latest-story-card {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: none;
}

.latest-story-card,
.latest-story-card__link,
.latest-story-card__well,
.latest-story-card__container {
    border-radius: 8px;
}

.latest-story-card__link:hover .latest-story-card__title {
    color: inherit;
    text-decoration: underline;
}

.latest-story-card__image-frame,
.latest-story-card__image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

@media (min-width: 992px) {
    .latest-story-card__image-frame,
    .latest-story-card__image {
        border-top-left-radius: 8px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 8px;
    }

    .latest-story-card__content-frame {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .search-results,
    .main.container,
    .footer.container,
    .container__boilerplate,
    .upc_container_fullwidth,
    .upc-bgcontainer-leanfooter {
        width: 1132px !important;
        padding: 0 !important;
    }
}

@media (min-width: 63.75em) {
    .boilerplate__right {
        padding-left: 40px;
    }
}

.story-date {
    color: #979797;
    font-family: TelenetAlbra-Regular !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.latest-story-card .latest-story-card__title {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
}

.latest-story-card .latest-story-card__title,
.latest-story-card .latest-story-card__subtitle {
    margin-bottom: 0.25em;
    font-family: TelenetAlbra-Bold;
    font-size: 40px !important;
    font-weight: 800 !important;
    letter-spacing: 0.2px !important;
    line-height: 40px !important;
    text-transform: none !important;
}

.latest-story-card .latest-story-card__subtitle {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    font-size: 20px !important;
    line-height: 32px !important;
    color: #575756 !important;
}

.story-card__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.story-card__content > *:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.story-card__link {
    border-radius: 8px;
    text-decoration: none;
    border: none !important;
}

.story-card__link:hover .story-card__title {
    color: inherit;
    text-decoration: underline;
}

.story-card__link:focus {
    outline: none !important;
}

.story-card__image-frame,
.story-card__image {
    border: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.story-card__title {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    color: #575756;
    font-family: TelenetAlbra-Bold;
    font-size: 24px !important;
    font-weight: 800;
    line-height: 30px !important;
}

.story-card__categories-list {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
    border: none !important;
    letter-spacing: 4px;
}

.story-categories__link,
.story-categories__more {
    font-size: 16px;
    text-decoration: none;
    letter-spacing: normal;
}

.story-categories__link {
    font-weight: 500;
    text-decoration: underline;
}

.story-categories__link:hover {
    text-decoration: none;
}

.story__title {
    font-size: 40px !important;
    letter-spacing: 0.2px;
    line-height: 48px !important;
}

.story__content ol,
.story__content ul {
    list-style: initial !important;
    list-style-type: initial !important;
    padding-inline-start: 40px !important;
}

.story .story__subtitle {
    font-size: 20px !important;
    line-height: 32px !important;
}

.load-more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    text-decoration: none;
}

.load-more:active,
.load-more:focus {
    color: inherit;
}

.load-more__button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    color: inherit;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: none !important;
}

.load-more__button:hover {
    color: inherit;
}

.load-more__button:hover + .load-more__link {
    text-decoration: underline;
}

.load-more__icon {
    width: 1.75em;
    height: 1.75em;
}

.load-more__link {
    font-family: TelenetAlbra-Regular;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.load-more__link:hover {
    text-decoration: underline;
}

.title--small,
.search-results__title {
    color: #575756;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    border-top: none !important;
}

.contacts {
    position: relative;
    padding-bottom: 52px;
}

.contacts .title--small {
    position: relative;
    z-index: 1;
    padding-top: 64px;
}

.release-content-embed--link {
    background: white;
}

.release-content-contact {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.release-content-contact .release-content-contact__name {
    color: #575756 !important;
    font-size: 28px;
    font-weight: 800 !important;
    line-height: 26px;
}

.release-content-contact .release-content-contact__details-list-item-link {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: underline;
}

.release-content-contact .release-content-contact__details-list-item-link:hover {
    text-decoration: none !important;
}

.boilerplate {
    margin-top: 0 !important;
    position: relative;
    border-top: none !important;
}

.boilerplate .title--small {
    margin-top: 64px;
}

.boilerplate__text {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.boilerplate__contact {
    margin-bottom: 20px;
}

.boilerplate__contact a {
    font-size: 16px;
    line-height: 20px;
}

.boilerplate__contact-icon {
    width: 20px !important;
    height: 20px !important;
}

.boilerplate__address {
    color: #575756;
    font-size: 16px;
    line-height: 20px;
}

.boilerplate__social-list {
    margin-top: 32px;
    text-align: left;
}

@media (max-width: 768px) {
    .boilerplate__social-list {
        text-align: center;
    }
}

.boilerplate__social-link,
.boilerplate__social-link:hover,
.boilerplate__social-link:active {
    color: #ffc421;
}

.boilerplate__social-icon {
    width: 40px !important;
    height: 40px !important;
}

footer {
    background: linear-gradient(
        270deg,
        hsla(0, 0%, 88.2%, 0),
        hsla(0, 0%, 88.2%, 0) calc(50% - 72rem),
        #fff8e2 calc(50% - 72rem),
        #fff8e2 calc(50% + 72rem),
        hsla(0, 0%, 88.2%, 0) calc(50% - 71.9rem)
    );
}

footer table td {
    padding: 3px;
}

.back-to-top {
    display: none;
}

html:lang(en-US) body:not(.cq-wcm-edit) .upc-footer-push,
html:lang(en-US) body:not(.cq-wcm-edit) footer .upc-bgcontainer-fatfooter,
html:lang(en-US) body:not(.cq-wcm-edit) footer .upc_login_extra_container {
    display: none;
}

html:lang(en-US) body:not(.cq-wcm-edit) .upc-content-wrapper {
    margin: 0 auto !important;
}

html:lang(en-US) body:not(.cq-wcm-edit) .upc-bgcontainer-leanfooter {
    border: 0;
}

body.search .story-card__content {
    padding: 16px;
}

body.search .story-card__categories-list {
    padding: 0 !important;
}

.search-results__facet label {
    color: #d9415c;
}

#categories-menu,
#categories-nav {
    display: none;
}

#mobile-nav,
#mobile-nav-1,
#mobile-nav-1-3,
#mobile-nav-1-4,
#mobile-nav-1-5,
#mobile-nav-4,
#mobile-nav-5 {
    display: none;
}

.room-subscribe__input {
    border: 1px solid lightgray;
    padding-left: 10px;
}

.upc-bgcontainer-fatfooter {
    min-height: 0;
}
