.content-full-width {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* landing-page */
.ihp-landing-page .health-check-block .health-info .select-type .title {
    font-weight: 600;
    margin: 0 0 15px;
}

.ihp-landing-page .health-check-block .health-info .select-type .switch {
    background: #042137;
    border-radius: 10rem;
    display: inline-flex;
    min-width: 260px;
    padding: 10px;
    position: relative;
    transition: all .2s ease-in-out;
    width: 100%;
}

    .ihp-landing-page .health-check-block .health-info .select-type .switch button {
        font-size: 1.0666666667em;
        font-weight: 600;
        color: hsla(0,0%,100%,.6);
        width: 50%;
        position: relative;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
        outline: none;
        background: none;
        border: 0;
        cursor: pointer;
        border-radius: 50px;
        transition: .3s;
    }

        .ihp-landing-page .health-check-block .health-info .select-type .switch button.is-active {
            color: #fff;
            background: #e51b36;
        }

        .ihp-landing-page .health-check-block .health-info .select-type .switch button img {
            margin-right: 4px;
        }

        .ihp-landing-page .health-check-block .health-info .select-type .switch button:hover {
            color: #fff;
        }

.ihp-landing-page .health-check-block .health-info .select-type .switch-highlight {
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 10px;
    top: 10px;
    transform: translateX(10px);
    background: #e51b36;
    border-radius: 50px;
    transition: .3s;
}

.ihp-landing-page .health-check-block .health-info .form-group {
    display: block;
    position: relative;
}

    .ihp-landing-page .health-check-block .health-info .form-group label {
        font-weight: 600;
        margin: 0 0 15px;
    }

    .ihp-landing-page .health-check-block .health-info .form-group input {
        border: 1px solid #999;
        border-radius: 6px;
        display: block;
        height: 60px;
        padding: 10px 30px 10px 80px;
        transition: all .2s ease-in-out;
        width: 100%;
    }

        .ihp-landing-page .health-check-block .health-info .form-group input.error {
            box-shadow: 0 0 0 5px #e51b36;
        }

        .ihp-landing-page .health-check-block .health-info .form-group input:focus {
            outline: none !important;
            box-shadow: none !important;
        }

    .ihp-landing-page .health-check-block .health-info .form-group .icon {
        color: #004987;
        font-size: 1.7333333333em;
        width: 58px;
        height: 58px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 1px;
        left: 1px;
        background: #e5edf0;
        border: #e5edf0;
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
    }

.ihp-landing-page .health-check-block .health-form {
    margin-top: 3rem;
}

    .ihp-landing-page .health-check-block .health-form .submit-wrap {
    }

        .ihp-landing-page .health-check-block .health-form .submit-wrap .form-group {
            display: flex;
            align-items: center;
            margin: 0 20px 0 0;
        }

            .ihp-landing-page .health-check-block .health-form .submit-wrap .form-group input {
                width: 24px;
                height: 24px;
            }

            .ihp-landing-page .health-check-block .health-form .submit-wrap .form-group label {
                font-size: 1.0666666667em;
                font-weight: 400;
                display: block;
                position: relative;
                padding: 0 0 0 10px;
                margin-bottom: 0;
                cursor: pointer;
            }

                .ihp-landing-page .health-check-block .health-form .submit-wrap .form-group label a {
                    font-weight: 700;
                    color: #004987;
                    transition: all .2s ease-in-out;
                    text-decoration: underline;
                }

        .ihp-landing-page .health-check-block .health-form .submit-wrap .btn-start-check {
            width: 100%;
            background: #fff;
            border: 2px solid #004987;
            border-radius: 10rem;
            color: #004987;
            cursor: pointer;
            display: inline-block;
            font-size: 1.0666666667em;
            font-weight: 600;
            line-height: 1.5;
            overflow: hidden;
            padding: 10px 30px;
            position: relative;
            text-decoration: none;
            transition: all .2s ease-in-out;
            z-index: 0;
            margin-top: 3rem;
        }

.hall-fame {
    position: relative;
}

    .hall-fame .hall-fame-img {
        width: 100%;
        height: 100%;
        position: absolute;
    }

        .hall-fame .hall-fame-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center center;
            object-position: center center;
        }

    .hall-fame .hall-fame-list {
        padding: 4em 0;
    }

        .hall-fame .hall-fame-list .list-head {
            color: #fff;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }

.hall-fame-list .list-head .desc, .hall-fame-list .list-head .title {
    width: 50%;
}

.hall-fame .hall-fame-list .list-head .title {
    font-size: 2.4em;
    font-weight: 600;
    line-height: 100%;
}

    .hall-fame .hall-fame-list .list-head .title::before {
        background: #fff;
        content: "";
        display: inline-block;
        height: 2px;
        left: 0;
        position: absolute;
        top: 0;
        width: 300px;
    }

.hall-fame .hall-fame-list .list-head .desc {
    align-items: center;
    display: inline-flex;
}

    .hall-fame .hall-fame-list .list-head .desc span {
        margin: 0;
    }

.hall-fame .hall-fame-list .list-content {
    margin: 2em 0 0;
}

    .hall-fame .hall-fame-list .list-content .content {
        color: #fff;
        position: relative;
    }

        .hall-fame .hall-fame-list .list-content .content .title {
            font-size: 1.4666666667em;
            font-weight: 600;
        }

        .hall-fame .hall-fame-list .list-content .content .list {
            list-style-type: none;
            margin: 1em 0;
            padding: 0;
        }

        .hall-fame .hall-fame-list .list-content .content .list-item {
            border-bottom: 1px solid hsla(0,0%,100%,.1);
            display: block;
            padding: 15px 0;
            width: 100%;
        }

            .hall-fame .hall-fame-list .list-content .content .list-item:last-child {
                border-bottom: none;
            }

            .hall-fame .hall-fame-list .list-content .content .list-item .timestamp {
                background: #0b4f7d;
                border: 1px solid #0b4f7d;
                border-radius: 4px;
                display: inline-block;
                font-weight: 600;
                padding: 1px 5px;
                text-transform: uppercase;
            }

            .hall-fame .hall-fame-list .list-content .content .list-item .link {
                font-weight: 600;
                margin: 10px 0 0;
            }

    .hall-fame .hall-fame-list .list-content .buttons {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .hall-fame .hall-fame-list .list-content .buttons .btn {
            font-size: 1.0666666667em;
            font-weight: 600;
            color: #fff;
            line-height: 1.5;
            display: inline-block;
            background: #e51b36;
            border: 2px solid #e51b36;
            border-radius: 10rem;
            cursor: pointer;
            overflow: hidden;
            padding: 10px 30px;
            position: relative;
            z-index: 0;
            text-decoration: none;
            transition: all .2s ease-in-out;
        }

        .hall-fame .hall-fame-list .list-content .buttons .btn--test {
            margin: 0 0 0 20px;
            order: 2;
        }

            .hall-fame .hall-fame-list .list-content .buttons .btn--test img {
                vertical-align: top;
            }

            .hall-fame .hall-fame-list .list-content .buttons .btn--test .arrow-hover {
                display: none;
            }

            .hall-fame .hall-fame-list .list-content .buttons .btn--test:hover {
                background: #fff;
                color: #e51b36;
            }

                .hall-fame .hall-fame-list .list-content .buttons .btn--test:hover .arrow {
                    display: none;
                }

                .hall-fame .hall-fame-list .list-content .buttons .btn--test:hover .arrow-hover {
                    display: inline;
                }

        .hall-fame .hall-fame-list .list-content .buttons .btn--reverse-wht {
            color: #fff;
            border: 2px solid #fff;
            background: transparent;
        }

            .hall-fame .hall-fame-list .list-content .buttons .btn--reverse-wht:hover {
                background: #e51b36;
                border: 2px solid #e51b36;
                color: #fff;
            }

.o-card-slider .slick-slide:not(.slick-active) {
    opacity: 0;
}

/* result page */
.ihp-results-banner {
    height: 100%;
    position: relative;
    width: 100%;
}

    .ihp-results-banner .banner-info {
        align-items: center;
        background-color: #00071a;
        background-image: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2)),url('../images/IHP/results-banner-bg.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100vw;
        display: flex;
        height: 100%;
        padding: 2em 0;
        width: 100%;
    }

        .ihp-results-banner .banner-info .info-wrap {
            margin: 0 0 2em;
        }

            .ihp-results-banner .banner-info .info-wrap .subtitle {
                color: #fff;
                font-size: 1em;
                font-weight: 600;
                letter-spacing: 1px;
                text-shadow: 0 0 4px #000;
                text-transform: uppercase;
            }

            .ihp-results-banner .banner-info .info-wrap .title {
                color: #fff;
                font-size: 2.1333333333em;
                font-weight: 600;
                letter-spacing: 1px;
                line-height: 1.1;
                margin: 0 0 10px;
                text-shadow: 0 0 4px #000;
            }

            .ihp-results-banner .banner-info .info-wrap .desc {
                color: #fff;
                font-size: 1em;
                font-weight: 400;
                letter-spacing: 1px;
                text-shadow: 0 0 4px #000;
            }

        .ihp-results-banner .banner-info .result-wrap {
            display: grid;
        }

            .ihp-results-banner .banner-info .result-wrap .result-score {
                align-items: center;
                display: inline-flex;
                flex-flow: column;
                flex-shrink: 0;
                margin-top: 1em;
                position: relative;
            }

                .ihp-results-banner .banner-info .result-wrap .result-score .score-wrap {
                    align-items: center;
                    display: flex;
                    height: 180px;
                    justify-content: center;
                    margin: 0 0 20px;
                    position: relative;
                    width: 180px;
                }

                    .ihp-results-banner .banner-info .result-wrap .result-score .score-wrap .svg-item {
                        display: inline-block;
                        height: 225px;
                        position: absolute;
                        width: 225px;
                        z-index: 1;
                    }

                    .ihp-results-banner .banner-info .result-wrap .result-score .score-wrap .score-value {
                        color: #fff;
                    }

                        .ihp-results-banner .banner-info .result-wrap .result-score .score-wrap .score-value .score {
                            font-size: 3.3333333333em;
                            margin: 0 5px 0 0;
                        }

                        .ihp-results-banner .banner-info .result-wrap .result-score .score-wrap .score-value .percentage {
                            font-size: 2em;
                        }

            .ihp-results-banner .banner-info .result-wrap .result-checklist {
                margin: 0;
            }

                .ihp-results-banner .banner-info .result-wrap .result-checklist .checklist {
                    list-style-type: none;
                    margin: 0;
                    padding: 0;
                }

                    .ihp-results-banner .banner-info .result-wrap .result-checklist .checklist .list-item {
                        align-items: center;
                        display: flex;
                        margin: 15px 0 0;
                        position: relative;
                    }

                        .ihp-results-banner .banner-info .result-wrap .result-checklist .checklist .list-item:first-child {
                            margin: 0;
                        }

                        .ihp-results-banner .banner-info .result-wrap .result-checklist .checklist .list-item img {
                            margin-right: 16px;
                        }

                        .ihp-results-banner .banner-info .result-wrap .result-checklist .checklist .list-item .list-link {
                            color: #fff;
                            text-decoration: underline;
                        }

                            .ihp-results-banner .banner-info .result-wrap .result-checklist .checklist .list-item .list-link:hover {
                                color: #e51b36;
                                outline: 0;
                            }

            .ihp-results-banner .banner-info .result-wrap .btn--reverse-wht {
                color: #fff;
                background: transparent;
                border: 2px solid #fff;
                margin-left: 50px;
                margin-top: 25px;
                border-radius: 10rem;
                color: #fff;
                cursor: pointer;
                display: inline-block;
                font-size: 1.0666666667em;
                font-weight: 600;
                line-height: 1.5;
                overflow: hidden;
                padding: 10px 30px;
                position: relative;
                text-decoration: none;
                transition: all .2s ease-in-out;
                z-index: 0;
            }

                .ihp-results-banner .banner-info .result-wrap .btn--reverse-wht:hover {
                    background: #e51b36;
                    border: 2px solid #e51b36;
                    color: #fff;
                }

.ihp-results-list {
    margin: 5em 0;
    position: relative;
}

    .ihp-results-list .list-wrap {
        margin: 0 auto;
        width: 100%;
    }

        .ihp-results-list .list-wrap .list-section {
            margin: 0 0 3em;
        }

            .ihp-results-list .list-wrap .list-section .head-wrap {
                margin: 0 0 2.5em;
            }

                .ihp-results-list .list-wrap .list-section .head-wrap .header {
                    align-items: center;
                    background: #0b4f7d;
                    border-radius: 4px;
                    color: #fff;
                    display: flex;
                    justify-content: flex-start;
                    margin: 0 0 1.5em;
                    padding: 15px;
                }

                    .ihp-results-list .list-wrap .list-section .head-wrap .header img {
                        width: 28px;
                        height: 28px;
                        margin-right: 10px;
                    }

                    .ihp-results-list .list-wrap .list-section .head-wrap .header .head-title {
                        font-size: 2.1333333333em;
                        font-weight: 600;
                        line-height: 100%;
                        margin-bottom: 0;
                    }

                .ihp-results-list .list-wrap .list-section .head-wrap .desc {
                    color: #404040;
                    font-size: 1.1333333333em;
                }

            .ihp-results-list .list-wrap .list-section .content-wrap .list-content {
                border-radius: 6px;
            }

                .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-title {
                    font-size: 1.2em;
                    font-weight: 600;
                    margin: 0 0 10px;
                }

                .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion {
                    border-radius: 4px;
                    margin: 0 0 1em;
                    overflow: hidden;
                    position: relative;
                    transition: all .2s ease-in-out;
                }

                    .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card {
                        background: #e5edf0;
                        border: none;
                    }

                    .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-header {
                        background: #e5edf0;
                        border: none;
                        padding: 0;
                    }

                        .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-header .btn {
                            background: transparent;
                            border: 0;
                            border-radius: 0;
                            color: #0b4f7d;
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            padding: 20px 35px;
                            transition: all .2s ease-in-out;
                            width: 100%;
                            cursor: pointer;
                            font-size: 1.1333333333em;
                            font-weight: 600;
                            transition: all .2s ease-in-out;
                        }

                            .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-header .btn span {
                                text-align: left;
                            }

                            .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-header .btn:focus {
                                outline: none;
                                box-shadow: none;
                            }

                            .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-header .btn:not(.collapsed) .arrow-down {
                                transform: rotate(180deg);
                            }

                            .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-header .btn .arrow-down {
                                width: 16px;
                                height: auto;
                                transition: all .2s ease-in-out;
                            }

                            .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-header .btn:hover {
                                background: #042137;
                                border-radius: 0;
                                color: #fff;
                            }

                                .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-header .btn:hover .arrow-down {
                                    filter: brightness(0) invert(1);
                                }

                            .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-header .btn img {
                                width: 22px;
                                height: 22px;
                                margin: 0 10px 0 0;
                            }

                    .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-body {
                        padding: 0 40px 20px;
                    }

                        .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-body .rte {
                            padding: 0;
                            width: 100%;
                        }

                            .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-body .rte p {
                                margin: 1em 0;
                                font-size: 1.1333333333em;
                                line-height: 150%;
                                text-align: justify;
                            }

                            .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-body .rte .table-wrap {
                                width: 100%;
                            }

                                .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-body .rte .table-wrap table {
                                    background: #fff;
                                    border-collapse: collapse;
                                    margin: 1em 0;
                                    width: 100%;
                                }

                                    .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-body .rte .table-wrap table th {
                                        border-bottom: 1px solid #dadada;
                                        font-weight: 600;
                                        padding: 15px 20px;
                                        position: relative;
                                        text-align: left;
                                    }

                                        .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-body .rte .table-wrap table th:first-child {
                                            width: 33%;
                                        }

                            .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-body .rte a {
                                font-weight: 600;
                                color: #06c;
                                text-decoration: underline;
                                transition: all .2s ease-in-out;
                            }

                                .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-body .rte a:hover {
                                    color: #e51b36;
                                }

/* hall of fame */
.hall-of-fame .banner {
    position: relative;
}

    .hall-of-fame .banner .banner-img {
        width: 100%;
        height: 300px;
    }

        .hall-of-fame .banner .banner-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -o-object-fit: cover;
            object-position: center center;
            -o-object-position: center center;
        }

            .hall-of-fame .banner .banner-img img.desktop-only {
                display: none;
            }

.hall-of-fame .banner-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

    .hall-of-fame .banner-content .image {
        width: auto;
    }

        .hall-of-fame .banner-content .image.left {
            height: 125px;
            width: auto;
            margin-right: 2rem;
        }

    .hall-of-fame .banner-content .header {
        width: 90%;
        padding-right: 10px;
    }

        .hall-of-fame .banner-content .header .title {
            font-size: 2.5333333333em;
            color: #fff;
            font-weight: 600;
            line-height: 100%;
            margin: 0;
            text-shadow: 0 0 4px #000;
        }

        .hall-of-fame .banner-content .header .subtitle {
            color: #fff;
            display: block;
            font-weight: 400;
            text-align: justify;
        }

.hall-of-fame .fame-listing {
    padding: 0 16px;
    margin: 2em 0;
}

    .hall-of-fame .fame-listing .listing-wrap .list-tab__content .tabs__content {
        margin-bottom: 3rem;
    }

        .hall-of-fame .fame-listing .listing-wrap .list-tab__content .tabs__content .list-container {
            margin: 0 0 2em;
            padding: 0;
        }

            .hall-of-fame .fame-listing .listing-wrap .list-tab__content .tabs__content .list-container .header {
                margin: 0 0 20px;
            }

                .hall-of-fame .fame-listing .listing-wrap .list-tab__content .tabs__content .list-container .header .title {
                    font-size: 1.6em;
                    font-weight: 700;
                }

            .hall-of-fame .fame-listing .listing-wrap .list-tab__content .tabs__content .list-container .list {
                position: relative;
                list-style-type: none;
                margin: 0;
                padding: 0;
            }

            .hall-of-fame .fame-listing .listing-wrap .list-tab__content .tabs__content .list-container .list-item {
                position: relative;
                display: flex;
                align-items: center;
                padding: 15px 0 7px;
                margin: 7px 0;
                border-top: 1px solid hsla(0,0%,74%,.2);
            }

                .hall-of-fame .fame-listing .listing-wrap .list-tab__content .tabs__content .list-container .list-item:first-child {
                    border-top: none;
                }

                .hall-of-fame .fame-listing .listing-wrap .list-tab__content .tabs__content .list-container .list-item .timestamp {
                    color: #fff;
                    font-weight: 600;
                    display: inline-block;
                    margin: 0 0 10px;
                    padding: 0 5px;
                    background: #0b4f7d;
                    border: 1px solid #0b4f7d;
                    border-radius: 4px;
                    text-transform: uppercase;
                }

    .hall-of-fame .fame-listing .listing-wrap .list-tab__content .pagination {
        margin: 0 0 1em;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        justify-content: center;
    }

        .hall-of-fame .fame-listing .listing-wrap .list-tab__content .pagination .pagination-wrap {
            display: inline-block;
            list-style-type: none;
            margin: 0;
            padding: 0;
            width: auto;
        }

            .hall-of-fame .fame-listing .listing-wrap .list-tab__content .pagination .pagination-wrap li {
                font-weight: 600;
                color: #404040;
                line-height: 1;
                display: inline-block;
                margin: 0 5px;
                border-radius: 10rem;
                background: transparent;
                cursor: pointer;
                vertical-align: middle;
                transition: all .2s ease-in-out;
            }

                .hall-of-fame .fame-listing .listing-wrap .list-tab__content .pagination .pagination-wrap li.disabled {
                    opacity: 0.1;
                    pointer-events: none;
                }

                .hall-of-fame .fame-listing .listing-wrap .list-tab__content .pagination .pagination-wrap li.active, .hall-of-fame .fame-listing .listing-wrap .list-tab__content .pagination .pagination-wrap li:hover {
                    background: #0b4f7d;
                    color: #fff;
                }

                .hall-of-fame .fame-listing .listing-wrap .list-tab__content .pagination .pagination-wrap li.arrows:hover {
                    background: unset;
                }

                .hall-of-fame .fame-listing .listing-wrap .list-tab__content .pagination .pagination-wrap li.active a, .hall-of-fame .fame-listing .listing-wrap .list-tab__content .pagination .pagination-wrap li:hover a {
                    color: #fff;
                }

                .hall-of-fame .fame-listing .listing-wrap .list-tab__content .pagination .pagination-wrap li a {
                    display: block;
                    font-size: 1.2em;
                    color: #404040;
                    text-decoration: none;
                    width: 50px;
                    height: 50px;
                    padding: 0;
                    line-height: 50px;
                }

                .hall-of-fame .fame-listing .listing-wrap .list-tab__content .pagination .pagination-wrap li span {
                    display: block;
                    width: auto;
                    height: 35px;
                    padding: 5px 5px;
                }

                .hall-of-fame .fame-listing .listing-wrap .list-tab__content .pagination .pagination-wrap li.pagination-ellipsis {
                    width: auto;
                    height: auto;
                    color: #404040;
                    margin: 0 3px;
                    background: transparent;
                    cursor: default;
                }

                    .hall-of-fame .fame-listing .listing-wrap .list-tab__content .pagination .pagination-wrap li.pagination-ellipsis span {
                        line-height: 28px;
                    }

                .hall-of-fame .fame-listing .listing-wrap .list-tab__content .pagination .pagination-wrap li.arrows span img {
                    height: 100%;
                }

    .hall-of-fame .fame-listing .listing-count {
        margin: 4em auto 0;
    }

        .hall-of-fame .fame-listing .listing-count .count-item {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
        }

        .hall-of-fame .fame-listing .listing-count .count-total {
            min-width: 150px;
            width: auto;
        }

            .hall-of-fame .fame-listing .listing-count .count-total .total {
                font-size: 4.8em;
                color: #0b4f7d;
                line-height: 1;
            }

            .hall-of-fame .fame-listing .listing-count .count-total .title {
                font-weight: 600;
                color: #0b4f7d;
                line-height: 1;
                text-transform: uppercase;
                white-space: nowrap;
            }

        .hall-of-fame .fame-listing .listing-count .count-breakdown {
            width: 100%;
            margin: 0 0 0 30px;
        }

            .hall-of-fame .fame-listing .listing-count .count-breakdown .high-score, .hall-of-fame .fame-listing .listing-count .count-breakdown .low-score {
                font-size: 1em;
            }

                .hall-of-fame .fame-listing .listing-count .count-breakdown .high-score .score, .hall-of-fame .fame-listing .listing-count .count-breakdown .low-score .score {
                    font-weight: 700;
                }

/* loading page layout */
.no-scroll {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.ihp-loader {
    /* display: none; */
    background: rgba(5,45,70,.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

    .ihp-loader .loader-wrap {
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .ihp-loader .loader-wrap .loader-svg {
            text-align: center;
        }

            .ihp-loader .loader-wrap .loader-svg .svg-wrap {
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .ihp-loader .loader-wrap .loader-svg .svg-wrap .item {
                    width: 2px;
                    height: 12px;
                    background: #fff;
                    margin: 0 2px;
                }

                    .ihp-loader .loader-wrap .loader-svg .svg-wrap .item.item-2 {
                        transform: translateY(-5px);
                    }

                    .ihp-loader .loader-wrap .loader-svg .svg-wrap .item.item-3 {
                        transform: translateY(-10px);
                    }

                    .ihp-loader .loader-wrap .loader-svg .svg-wrap .item.item-1 {
                        animation: loading-1 0.5s infinite;
                    }

                    .ihp-loader .loader-wrap .loader-svg .svg-wrap .item.item-2 {
                        animation: loading-2 0.5s infinite;
                    }

                    .ihp-loader .loader-wrap .loader-svg .svg-wrap .item.item-3 {
                        animation: loading-3 0.5s infinite;
                    }

        .ihp-loader .loader-wrap .loader-text {
            margin: 0 auto;
            padding: 10px 0;
            text-align: center;
            width: 100%;
        }

            .ihp-loader .loader-wrap .loader-text .text {
                font-family: SourceCode,sans-serif;
                font-size: .9333333333em;
                color: #fff;
            }

        .ihp-loader .loader-wrap .loader-text__note {
            font-size: .8666666667em;
            font-style: italic;
            color: #ffffb4;
            margin-top: 15px;
        }

@keyframes loading-1 {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes loading-2 {
    0% {
        transform: translateY(5px)
    }

    25% {
        transform: translateY(10px)
    }

    50% {
        transform: translateY(5px)
    }

    75% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(5px)
    }
}

@keyframes loading-3 {
    0% {
        transform: translateY(10px)
    }

    50% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(10px)
    }
}

/* Modal */

#ModalHealthCheck {
    z-index: 10001;
}

    #ModalHealthCheck .modal-dialog {
        width: 90%;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0 auto;
        padding: 0 15px;
    }

        #ModalHealthCheck .modal-dialog .modal-content {
            border-radius: 4px;
        }

        #ModalHealthCheck .modal-dialog .modal-header {
            padding: 0;
            border: none;
        }

            #ModalHealthCheck .modal-dialog .modal-header .btn {
                padding: 0;
                border: none;
                background: none;
                margin: 10px 10px 0 auto;
            }

        #ModalHealthCheck .modal-dialog .modal-body {
            height: auto;
            overflow-y: auto;
            padding: 0 30px 30px;
            position: relative;
            width: 100%;
            word-break: break-word;
        }

            #ModalHealthCheck .modal-dialog .modal-body .error-msg {
                margin: 1em 0;
            }

            #ModalHealthCheck .modal-dialog .modal-body .error-main {
                display: inline-flex;
                align-items: center;
            }

                #ModalHealthCheck .modal-dialog .modal-body .error-main span {
                    font-size: 1.2em;
                    font-weight: 600;
                    color: #0b4f7d;
                    margin: 0 0 0 10px;
                }

            #ModalHealthCheck .modal-dialog .modal-body .error-list {
                margin: 1em 0;
            }



@media screen and (max-width: 767px) {
    .hall-of-fame .banner {
        width: calc(100% + 32px);
        margin-left: -16px;
    }

    .hall-fame .hall-fame-list .list-head {
        display: block;
    }

        .hall-fame .hall-fame-list .list-head .title {
            font-size: 1.6em;
            line-height: 100%;
            margin: 0 0 30px;
            padding: 20px 0 0;
        }

    .hall-fame-list .list-head .desc, .hall-fame-list .list-head .title {
        width: 100%;
    }

    .hall-fame .hall-fame-list .list-content .buttons {
        align-items: flex-start;
        flex-direction: column;
    }

        .hall-fame .hall-fame-list .list-content .buttons .btn--test {
            margin: 30px 0;
            order: 1;
        }

    .ihp-results-banner .banner-info {
        background-color: #00152d;
        background-image: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2)),url('../images/IHP/results-banner-bg-mobile.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100vw;
        display: block;
        position: relative;
    }

    .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-header .btn {
        padding: 15px;
    }

    .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-body {
        padding: 0 15px 20px;
    }

        .ihp-results-list .list-wrap .list-section .content-wrap .list-content .list-subcategory-list .accordion .card-body .rte .table-wrap {
            overflow-x: scroll;
        }

    .hall-of-fame .banner-content .header .title {
        font-size: 1.8666666667em;
    }

    .hall-of-fame .fame-listing .listing-wrap .list-tab__content .tabs__content .list-container .list-item {
        display: block;
        padding: 20px 0 10px;
        margin: 10px 0;
    }

    .hall-of-fame .fame-listing .listing-count {
        display: block;
        margin: 1em auto 0;
        width: 100%;
    }

        .hall-of-fame .fame-listing .listing-count .count-total {
            min-width: auto;
            width: 50%;
        }

            .hall-of-fame .fame-listing .listing-count .count-total .total {
                font-size: 2.9333333333em;
            }

        .hall-of-fame .fame-listing .listing-count .count-breakdown {
            margin: 0 0 0 20px;
        }
}


@media screen and (min-width: 768px) {
    .hall-fame-list .list-head .title {
        padding-right: 10px;
    }

    .hall-of-fame .banner .banner-img img.mobile-only {
        display: none;
    }

    .hall-of-fame .banner .banner-img img.desktop-only {
        display: block;
    }

    .hall-of-fame .fame-listing .listing-count .count-breakdown {
        width: unset;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .ihp-results-banner .banner-info .result-wrap {
        grid-template-columns: 225px 1fr;
    }

        .ihp-results-banner .banner-info .result-wrap .result-checklist .checklist {
            padding: 10px 0 0 35px;
        }

        .ihp-results-banner .banner-info .result-wrap .result-button {
            justify-self: center;
        }

        .ihp-results-banner .banner-info .result-wrap .btn--reverse-wht {
            margin-left: 0;
            margin-top: 0;
        }

    .hall-of-fame .fame-listing .listing-wrap .list-tab__content .tabs__content .list-container .header .title {
        font-size: 1.2em;
    }

    .hall-of-fame .fame-listing .listing-wrap .list-tab__content .tabs__content .list-container .list-item {
        display: block;
        margin: 10px 0;
        padding: 20px 0 10px;
    }
}

@media screen and (min-width: 1024px) {
    .ihp-landing-page .health-check-block .health-info .select-type .switch {
        max-width: 285px;
    }

    .ihp-landing-page .health-check-block .health-form .submit-wrap .btn-start-check {
        width: auto;
    }

    .ihp-landing-page .health-check-block .health-form .submit-wrap .btn-start-check:hover {
        color: #fff;
        background: #004987;
    }

    .hall-fame .hall-fame-list .list-head .desc {
        padding: 0 0 0 3em;
    }

        .hall-fame .hall-fame-list .list-head .desc span {
            margin: 0 30px 0 0;
        }

    .hall-fame .hall-fame-list .list-content .content .list-item {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        padding: 25px 0;
    }

        .hall-fame .hall-fame-list .list-content .content .list-item .link {
            margin: 0 0 0 3em;
        }

    .ihp-results-banner .banner-info .info-wrap .subtitle {
        font-size: 1.0666666667em;
    }

    .ihp-results-banner .banner-info .info-wrap .title {
        font-size: 3.2em;
    }

    .ihp-results-banner .banner-info .result-wrap {
        grid-template-columns: 225px 1fr;
    }

        .ihp-results-banner .banner-info .result-wrap .result-score {
            margin: 0;
        }

        .ihp-results-banner .banner-info .result-wrap .result-checklist .checklist {
            padding: 0 0 0 35px;
        }

        .ihp-results-banner .banner-info .result-wrap .result-button {
            justify-self: center;
        }

        .ihp-results-banner .banner-info .result-wrap .btn--reverse-wht {
            margin-left: 0;
            margin-top: 0;
        }

    .ihp-results-list .list-wrap {
        width: 800px;
    }

    .hall-of-fame .banner-content .image {
        margin: 0;
    }

        .hall-of-fame .banner-content .image img {
            height: 150px;
        }

    .hall-of-fame .banner-content .header {
        width: 60%;
    }

        .hall-of-fame .banner-content .header .title {
            font-style: 3.2em;
        }

        .hall-of-fame .banner-content .header .subtitle {
            text-align: left;
        }

    .hall-of-fame .fame-listing {
        margin: 5em 0;
    }

        .hall-of-fame .fame-listing .listing-wrap .list-tab__content .tabs__content .list-container {
            margin: 0;
            padding: 0 30px;
        }

            .hall-of-fame .fame-listing .listing-wrap .list-tab__content .tabs__content .list-container .list-item .timestamp {
                margin: 0 25px 0 0;
            }

        .hall-of-fame .fame-listing .listing-wrap .list-tab__content .pagination .pagination-wrap {
            display: inline-flex;
            align-items: center;
        }

            .hall-of-fame .fame-listing .listing-wrap .list-tab__content .pagination .pagination-wrap li a {
                width: 50px;
                height: 50px;
                padding: 0;
                line-height: 50px;
            }

            .hall-of-fame .fame-listing .listing-wrap .list-tab__content .pagination .pagination-wrap li span {
                width: auto;
                height: 50px;
                padding: 6px 8px;
            }

        .hall-of-fame .fame-listing .listing-count .count-item {
            margin: 0 40px;
            width: auto;
        }

    .ihp-loader .loader-wrap .loader-text {
        width: 80%;
        padding: 10px 2em;
    }
}

html {
    scroll-behavior: smooth;
}

.hall-of-fame .o-side-nav-content__content {
    flex: 0 0 100% !important;
    max-width: unset !important;
}

.ihp-results-list .list-wrap .list-section.collapse:not(.show) {
    display: block !important;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
.ihp-results-banner .list-link strong {
    font-weight: 500;
}
.ihp-results-banner .checklist .list-link p {
    margin-bottom: 0;
}

.modal-dialog .modal-content .modal-body .error-msg .error-list a {
    color: #e51b36;
    text-decoration: underline;
}