@font-face {
    font-family: "Mark";
    src: url("fonts/MarkOT.otf") format("opentype");
}

@font-face {
    font-family: "Mark";
    font-weight: bold;
    src: url("fonts/MarkOT-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Mark";
    font-weight: bold;
    font-style: italic;
    src: url("fonts/MarkOT-BoldItalic.otf") format("opentype");
}

@font-face {
    font-family: "Mark";
    font-style: italic;
    src: url("fonts/MarkOT-Italic.otf") format("opentype");
}

@keyframes growDown {
    0% {
        transform: scaleY(0)
    }

    80% {
        transform: scaleY(1.1)
    }

    100% {
        transform: scaleY(1)
    }
}

:root {
    --bs-sm: 576px;
    --bs-md: 768px;
    --bs-lg: 992px;
    --bs-xl: 1200px;
    --bs-xxl: 1400px;
}

body {
    background-color: var(--ncmGrey);
}

#page-container {
    position: relative;
    min-height: 100vh;
}

* {
    font-family: 'Mark', Arial, sans-serif;
}

.jumbotron {
    color: var(--ncmNavy);
}

    .jumbotron h1 {
        color: var(--ncmBlue);
    }

.homePageBackground {
    background-repeat: no-repeat;
    background: bottom;
    background-size: cover;
    min-height: 300px;
    width: 100%;
}

.banner-heading {
    background-color: var(--ncmYellow) !important;
    width: 100%;
}

    .banner-heading .banner-seperator {
        cursor: default;
        color: var(--ncmBlue);
        max-width: 20px !important;
        padding-right: 0;
        padding-left: 0;
    }

    .banner-heading .row {
        justify-content: center;
        align-items: center;
        height: 5rem;
        text-align: center;
    }

        .banner-heading .row a:hover {
            color: var(--ncmLightblue);
        }

.image-logo {
    width: auto;
    max-height: 4rem;
}

.desktop-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.description-section {
    padding: 40px 0;
    color: var(--ncmNavy);
    background-color: var(--ncmPink) !important;
}

    .description-section h2 {
        text-align: center;
        margin-bottom: 30px;
        font-weight: 700
    }

    .description-section p {
        font-size: 16px;
    }

.description-section-see-all-statistics {
    background-color: white;
    padding-top: 30px;
    color: var(--ncmNavy);
}

    .description-section-see-all-statistics h3 {
        font-weight: 700
    }

h1 {
    color: var(--ncmBlue)
}

p, label {
    color: var(--ncmBlack)
}

strong {
    color: var(--ncmNavy)
}

ul {
    list-style-type: none;
}

a {
    color: var(--ncmBlue);
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: var(--ncmHover);
    }

    a.anchor {
        display: block;
        position: relative;
        top: -135px;
        visibility: hidden;
    }

.fa {
    color: var(--ncmBlue);
}

.verticalCenter {
    margin: auto 0;
}

.align-center {
    align-items: center;
}

/** News article **/
.article-date {
    color: var(--ncmLightblue);
    font-weight: 300;
    font-size: 18px;
    margin-top: auto;
    margin-bottom: auto;
}

.release-article {
    color: var(--ncmHover);
    font-weight: 300;
    font-size: 18px;
    margin-top: auto;
    margin-bottom: auto;
}

.newsArticle a {
    font-weight: 700;
}

    .newsArticle a:hover {
        color: var(--ncmHover);
    }

/** Navbar **/
.navbar {
    background-color: var(--ncmBlue);
    z-index: 10;
}

.navlink.active {
    color: var(--ncmHover);
}

.navbar .nav-item .nav-link, .navbar-brand {
    color: var(--ncmLightblue);
    font-size: 18px;
    text-decoration: none;
    transition: none;
}

    .navbar .nav-item .nav-link:hover, .navbar-brand:hover {
        color: var(--ncmHover);
    }

.navbar .navbar-brand {
    color: white;
    font-size: 20px;
}

.main-navbar {
    max-height: 5rem;
}

    .main-navbar .nav-item .nav-link.active {
        color: var(--ncmHover);
    }

.navbar .title {
    text-align: center;
    flex: 1 0 auto;
}

    .navbar .title h1 {
        color: white;
    }

@media screen and (max-width: 768px) {

    .navbar .title h1 {
        font-size: 6vw;
    }

    .jumbotron h1 {
        font-size: 5vw;
    }
}

@media screen and (max-width: 576px) {

    .navbar .title h1 {
        font-size: 5vw !important;
    }

    .jumbotron h1 {
        font-size: 5vw;
    }
}

.menu {
    position: absolute;
    margin-left: 30px;
}

    .menu span {
        color: white;
        font-size: 20px;
        cursor: pointer;
    }

        .menu span:hover, .title h1:hover {
            color: var(--ncmHover);
        }

.container-md {
    max-width: 1140px;
}

.content {
    width: 75%;
}

.content-section {
    padding: 20px 25px 15px;
    margin: 30px 0 30px;
    background-color: white;
    box-shadow: 0 1px 1px 0 #dfdfdf;
    border-radius: 3px;
}

    .content-section a h1:hover {
        color: var(--ncmHover);
    }

.nonstick {
    position: relative;
}

.top-margin {
    margin-top: 60px;
}

.text-container {
    max-width: 100%;
}

    .text-container p {
        font-size: 18px;
    }

.abstract-container {
    max-width: 100%;
    margin: 50px 0;
}

    .abstract-container p {
        font-size: 20px;
    }

.sideinfo {
    width: 25%;
    margin-bottom: 2rem;
}

    .sideinfo .top {
        top: 7rem;
    }

.sideinfo-content-icon {
    width: 35px;
}

.sideinfo-content-title {
    width: 83%;
}

    .sideinfo-content-title .display-7 {
        font-size: calc(0.6700rem + 0.3vw);
        font-weight: bold;
    }

.sideinfo-content-text p, .sideinfo-content-text a {
    padding: 8px 12px 8px 12px;
    margin: 0;
    font-size: 12px !important;
}


.sideinfo-menu-item, .sideinfo-menu-item-sm {
    display: flex;
    font-size: 18px;
    color: white;
    cursor: pointer;
    background-color: var(--ncmBlue);
    text-decoration: none;
    padding: 20px 25px 15px;
}

    .sideinfo-menu-item:hover, .sideinfo-menu-item-sm:hover {
        background-color: var(--ncmLightblue);
        height: auto;
    }

.sideinfo-menu-item-sm {
    font-size: 16px;
    padding: 10px 35px;
}

.sideinfo-menu-item-title {
    width: calc(100% - 60px);
}

.sideinfo-menu-item-arrow {
    width: 60px;
    padding: 0 0 0 0;
}

.sticky {
    position: sticky;
    top: 0;
}

/* Sidenav */
.sidenav {
    background-color: var(--ncmBlue);
    width: 15rem;
    height: 100vh;
    padding: 0;
    position: fixed;
    overflow: scroll;
    overflow-x: hidden;
    z-index: 20;
    transition: transform 300ms ease-in;
}


.sidenav-isHidden {
    transform: translateX(-100%);
    transition: transform 300ms ease-out;
}

.sidenav-menu {
    list-style: none;
    margin-top: 77px;
}

.sidenav-menu-item {
    display: flex;
    cursor: pointer;
    border-style: none none solid none;
    border-width: 1px;
    border-color: var(--ncmLightblue);
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    font-size: 18px;
}

.sidenav-menu-item-title:hover, .sidenav-menu-item-arrow:hover {
    background-color: var(--ncmLightblue);
    color: white;
    overflow: visible;
    white-space: normal;
    height: auto;
}

.sidenav-menu-item-title {
    width: 100%;
    padding: 8px 25px 8px 25px;
}

.sidenav-menu-item-arrow {
    width: 60px;
    padding: 0 0 0 0;
    align-items: center;
    justify-content: center;
}

.sidenav-menu-subitem {
    display: block;
    padding: 8px 25px 8px 30px;
    cursor: pointer;
    border-style: none none dashed none;
    border-width: 1px;
    border-color: rgb(173, 207, 241, 0.7);
}

    .sidenav-menu-subitem:hover {
        background-color: var(--ncmLightblue);
    }

    .sidenav-menu-subitem a {
        font-size: 14px;
        margin-left: 1rem;
    }

        .sidenav-menu-subitem a:hover {
            overflow: visible;
            white-space: normal;
            height: auto;
        }

    .sidenav-menu-item a, .sidenav-menu-subitem a {
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        color: white;
        display: block;
    }

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

.sidenav::-webkit-scrollbar-thumb {
    background-color: white;
}

::-webkit-scrollbar-thumb {
    background-color: var(--ncmBlue);
    border-radius: 10px;
    border: 3px solid transparent;
    background-clip: content-box;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: var(--ncmLightblue);
    }


.filter-label {
    font-size: 14px;
}

.filter-select {
    display: flex;
    max-width: 150px;
    height: 28px;
    color: var(--ncmBlack);
    background-color: white;
    font-size: 14px;
    border-style: solid;
    border-color: var(--bs-gray-500);
    border-width: 1px;
}

    .filter-select[type="button"] {
        position: absolute;
        height: 28px;
        bottom: 0;
        left: 0;
        align-items: center;
        padding-left: 6px;
        padding-right: 6px;
        border-radius: 0;
        border-color: var(--bs-gray-500);
    }

.dropdown-content {
    display: none;
}

.dropdown-content-show {
    display: block;
    animation: growDown 450ms ease-in-out forwards;
    transform-origin: top center;
}

.dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-caret-down, .fa-caret-left {
    float: right;
    color: white;
}

.toggleSidenav {
    color: white;
    cursor: pointer;
    position: absolute;
    top: 21px;
    right: 20px;
}

footer .img-fluid {
    max-width: 13rem;
}

footer .fa-circle {
    color: var(--ncmLightblue);
}


footer {
    position: absolute;
    min-width: 100%;
    background-color: var(--ncmNavy);
    color: #bbb;
    line-height: 1.5;
}

    footer ul {
        list-style: none;
        padding-left: 0;
    }

    footer a {
        text-decoration: none;
        color: #eee;
    }

        footer a:hover {
            text-decoration: underline;
        }


.footer-content {
    padding: 0.9375rem 1.875rem;
    background-color: var(--ncmNavy);
}

.footer-content-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

    .footer-content-list li {
        margin: 0.125rem 0.625rem;
        white-space: nowrap;
    }
        /* one before the last child */
        .footer-content-list li:nth-last-child(4) {
            flex: 1; /* same as flex-grow: 1; */
        }

.hide {
    display: none !important;
}

.socials p a {
    color: white;
    font-size: 26px;
}

    .socials p a:hover {
        color: var(--ncmHover);
    }

@media screen and (max-width: 1200px) {

    .container-md {
        max-width: 1100px;
    }

    .sideinfo, .content {
        width: 100% !important;
    }

        .sideinfo .top {
            top: 0;
        }

        .sideinfo .top-margin, .sideinfo .top-margin .content-section {
            margin-top: 0;
        }

    .container-md {
        max-width: 825px;
    }
}


@media screen and (max-width: 992px) {

    .container-md {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

[id^=play-controls] {
    text-align: center;
    min-width: 310px;
    max-width: 800px;
    margin: 0 auto;
    padding: 5px 0 1em 0;
}

    [id^=play-controls] * {
        display: inline-block;
        vertical-align: middle;
    }

[id^=play-pause-button] {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid silver;
    border-radius: 3px;
    background: #f8f8f8;
}

[id^=play-range] {
    margin: 2.5%;
    width: 70%;
}


.highcharts-data-table table {
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    min-width: 100%;
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 0.9em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    border: 1px solid silver;
    padding: 0.5em;
}

.highcharts-data-table tr:nth-child(even),
.highcharts-data-table thead tr {
    background-color: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background-color: rgba(0,110,182,0.3);
}

.highcharts-data-table caption {
    border-bottom: none;
    font-size: 1.1em;
    font-weight: bold;
}

.category-container {
    justify-content: center;
    text-align: center
}

    .category-container h3 {
        color: var(--ncmNavy);
        padding: 30px 0
    }

    .category-container .categories {
        width: 100%;
        padding-bottom: 50px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        z-index: 1;
        overflow: hidden
    }


@media (max-width:992px) {
    .category-container .categories {
        padding-bottom: 0
    }
}

.category-container .categories li {
    margin: 7px
}

    .category-container .categories li:active .face-container, .category-container .categories li:hover .face-container {
        transform: rotateY(180deg)
    }

@media all and (-ms-high-contrast:none) {
    .category-container .categories li ::-ms-backdrop, .category-container .categories li:active .front-face, .category-container .categories li:hover .front-face {
        transform: rotateY(180deg)
    }

    .category-container .categories li ::-ms-backdrop, .category-container .categories li:active .back-face, .category-container .categories li:hover .back-face {
        transform: rotateY(0)
    }

        .category-container .categories li ::-ms-backdrop, .category-container .categories li:active .back-face a, .category-container .categories li:hover .back-face a {
            transform: rotateY(180deg)
        }
}

@media (max-width:992px) {
    .category-container .categories li .back-face a {
        font-size: 0
    }

    .category-container .categories li:active .face-container, .category-container .categories li:hover .face-container {
        transform: rotateY(0)
    }
}

.category-container .categories li .back-face, .category-container .categories li .face-container, .category-container .categories li .front-face {
    width: 130px;
    height: 130px;
    border-radius: 50%
}

@media (max-width:576px) {
    .category-container .categories li .back-face, .category-container .categories li .face-container, .category-container .categories li .front-face {
        width: 60px;
        height: 60px
    }
}

@media screen and (max-width:992px) and (min-width:576px) {
    .category-container .categories li .back-face, .category-container .categories li .face-container, .category-container .categories li .front-face {
        width: 100px;
        height: 100px
    }
}

.category-container .categories li .back-face span, .category-container .categories li .face-container span, .category-container .categories li .front-face span {
    display: inline-block;
    width: 130px;
    text-align: center
}

.category-container .categories li .face-container {
    transition: .6s;
    transform-style: preserve-3d;
    position: relative;
    z-index: 1
}

.category-container .categories li .back-face, .category-container .categories li .front-face {
    -webkit-perspective: 1;
    -webkit-backface-visibility: hidden;
    visibility: visible;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--ncmNavy);
    font-family: MarkOT;
    text-align: center;
    font-weight: 700
}

.category-container .categories li .front-face {
    transform: rotateY(0);
    color: var(--ncmHover);
    background-position: center;
    background-repeat: no-repeat
}

.category-container .categories li .back-face {
    transform: rotateY(180deg);
    background-position: center;
    background-repeat: no-repeat
}

.category-container--blue-back .categories li .back-face {
    background-color: var(--ncmBlue);
    color: #fff
}

.category-container--small-icons .categories li {
    border-radius: 100px
}

    .category-container--small-icons .categories li .back-face, .category-container--small-icons .categories li .face-container, .category-container--small-icons .categories li .front-face {
        width: 100px;
        height: 100px;
        border-radius: 100px
    }

.category-container .categories--no-padding {
    padding: 0
}

/* The Embedded dialog */
.dialog-box {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.dialog-box-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 500px;
    border-radius: 5px;
    position: relative;
}

.close-dialog-box, .close-dialog-box-dashboard-info {
    margin: 0;
    position: absolute;
    opacity: 1;
    z-index: 10;
    cursor: pointer;
    top: 2%;
    left: 94%;
    font-size: 24px;
    font-weight: bold;
}

    .close-dialog-box:hover,
    .close-dialog-box:focus,
    .close-dialog-box-dashboard-info:hover,
    .close-dialog-box-dashboard-info:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.px-web-embed-code-container {
    margin: 0;
    white-space: pre-wrap;
    background: #eeeeee;
    padding: 0 10px;
}


/* Trend arrow indicators */
.arrow-icon {
    width: 20px;
    height: 20px;
}


/* Indicators */
.indicator-header {
    text-align: center;
    background-color: var(--ncmPink);
    color: var(--ncmNavy);
    height: 180px;
    font-size: 40px;
}

    .indicator-header .container-md {
        height: 100%
    }

        .indicator-header .container-md .row {
            display: grid;
            height: 100%;
            align-items: center;
        }

.indicator-headersub {
    background-color: var(--ncmNavy);
    text-align: center;
    padding: 0.5rem 0 0.5rem 0;
}

    .indicator-headersub a {
        font-size: 1.5rem;
        color: white;
    }

        .indicator-headersub a:hover {
            color: var(--ncmYellow);
        }

.indicator-circle {
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.indicator-arrow {
    display: inline-flex;
    width: 21px;
    padding: 0 0 0 0;
    align-items: center;
    justify-content: center;
}

.dashboardInfo {
    position: relative;
    bottom: 4px;
    cursor: pointer;
}

.column {
    color: var(--ncmNavy);
    min-width: 388px;
    max-width: 450px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

    .column .column-title h6 {
        font-size: 1.25rem;
    }

    .column .column-list {
        margin: 1.5rem 0 0 .5rem;
    }

.column-highchart {
    color: var(--ncmNavy);
    border-radius: 10px;
    background-color: white;
    width: 500px;
    margin: 2rem 1.5rem;
    padding: 2rem 1.5rem 0 1.5rem;
}


@media screen and (max-width: 768px) {
    .column-highchart {
        width: 100%;
    }
}
