:root {
    --honolulu-blue: #0068B4;
}

.mobile,
.vertical-tabs .year-d-none {
    display: none;
}
.vertical-tabs .section-header-box {
    margin-bottom: 60px;
}
.vertical-tabs .v-tabs {
    opacity: 0;
    visibility: hidden;
    transition: visibility, opacity 0.5s linear;
    height: 0;
}
.vertical-tabs .v-tab-active {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.vertical-tabs .bp-group,
.vertical-tabs .col-9 .col-3 {
    padding: 0 15px;
    margin-bottom: 30px;
}
.vertical-tabs .chart-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}
.vertical-tabs .tab-active {
    border-left: 5px solid var(--honolulu-blue);
}
.vertical-tabs .tab-active p {
    margin-left: 0;
}
.vertical-tabs .select-cont select {
    height: 45px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}
.vertical-tabs .select-cont {
    width: 90px;
}
.vertical-tabs .select-cont:after {
    content: "keyboard_arrow_down";
    font-family: "material icons";
    font-size: 24px;
    color: #333;
    position: absolute;
    right: 25px;
    top: 32%;
    transform: translateY(-50%);
    pointer-events: none;
}
.vertical-tabs img {
    border-radius: 15px;
}
.s1-leftborder {
    padding: 0 0 3rem;
}
.vertical-tabs .nav-tabs {
    border-bottom: none;
}
.justify-content-flex-end {
    justify-content: flex-end;
}
.list-group-item {
    background-color: transparent;
    padding: 0;
    text-indent: 0;
    border: none;
}
.list-group-item p {
    margin-left: 5px;
}
.s1-list-items p {
    color: #222222;
    padding-right: 10px;
    font-size: 20px;
    line-height: 26px;
}
.s1-list-items .bp-group,
.section-pointers .bulletpoint {
    cursor: pointer;
}
.s1-list-items .list-item-active,
.s1-list-items:hover p,
.vertical-tabs .card-active .btn-link {
    color: var(--honolulu-blue);
}
.s1-list-items .list-item-active {
    font-weight: 700;
}
.tab-content-footer {
    margin-top: 15px;
}
.tab-content-footer .tab-content-footer-text {
    padding: 20px 10px 5px;
    border-top: 1px solid #d0d0d0;
    width: 97%;
    margin: 0 auto;
    text-align: center;
}
.bulletpoint {
    display: flex;
    margin-top: 12px;
}
.bp-line-active {
    background: #006cb5 !important;
}
.bp-line {
    height: 3px;
    width: 20px;
    background: #d1d1d1;
    margin-top: 3.5px;
}
.bp-circle-active {
    border: 3px solid #006cb5 !important;
}
.bp-circle {
    border: 3px solid #d1d1d1;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.rounded {
    border-radius: 0.5rem !important;
}
.section-pointers {
    width: 30px;
    position: absolute;
    top: 18vh;
    left: calc(8vw - 30px);
    text-align: right;
    z-index: 5;
}
.section-pointers .bulletpoint .bp-line {
    position: absolute;
    right: 10px;
    transition: 0.5s;
}
.section-pointers .bulletpoint .bp-circle {
    display: block;
    margin-left: auto;
    transition: 0.3s;
}
.section-pointers .bulletpoint.list-item-active .bp-line {
    width: 8vw;
    background: #006cb5 !important;
}
.section-pointers .bulletpoint.list-item-active .bp-circle {
    border-color: #006cb5;
}
.section-pointers.shown {
    position: fixed;
    top: 33vh;
}
@media (min-width: 768px) and (max-width: 1441px) {
    .section-pointers {
        left: calc(6vw - 30px);
    }
}
.gp-page .custom-row {
    width: 92%;
}
@media only screen and (max-width: 767px) {
    .s2-section .accordion .card .card-body .left-first .col-12,
    .s2-section .accordion .card .card-body .left-first p,
    .s2-section .accordion .card .card-body .s3-left-last p,
    .s2-section .accordion .card .card-body .s3-left-mid p {
        padding-left: 0;
    }
    .vertical-tabs .select-cont:after {
        right: 30px;
        top: 50%;
    }
    .vertical-tabs .desktop {
        display: none;
    }
    .vertical-tabs .mobile {
        display: block;
        padding: 0 15px;
    }
    .vertical-tabs .mobile .card {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    .vertical-tabs .mobile .card-header {
        background: #fff;
        border: none;
        padding: 12px 0;
    }
    .vertical-tabs .mobile .btn-link {
        display: flex;
        justify-content: space-between;
        width: 100%;
        color: #222;
        text-decoration: none;
    }
    .vertical-tabs .mobile .btn-link :active,
    .vertical-tabs .mobile .btn-link:hover,
    .vertical-tabs .mobile .card-active .btn-link {
        text-decoration: none;
        color: var(--honolulu-blue);
    }
    .vertical-tabs .mobile .infographic-header {
        text-align: inherit;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .gp-page .in-container .tab-title br,
    .gp-page .outer-tab-container .main-tab-img {
        display: none;
    }
    .gp-page .custom-row {
        flex-direction: row;
        width: 100%;
    }
    .gp-page .custom-row .col-lg-6:last-child {
        margin-bottom: 10px;
    }
    .gp-page .btm-border-grey {
        width: 95%;
        margin-left: 0;
        margin-right: 30px;
    }
    .gp-page .in-container {
        height: auto;
        position: relative;
        width: 100%;
        padding: 15px;
    }
    .gp-page .in-container .tab-title {
        margin-left: -15px;
    }
    .gp-page .in-container .left-first,
    .gp-page .in-container .right-first,
    .gp-page .in-container .right-mid,
    .gp-page .in-container .s3-last,
    .gp-page .in-container .s3-left-mid {
        min-height: 130px;
    }
}
.jp .vertical-tabs .table-responsive,
html[lang="ja"] .vertical-tabs .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.jp .vertical-tabs table,
html[lang="ja"] .vertical-tabs table {
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0;
}
.jp .vertical-tabs td,
.jp .vertical-tabs th,
html[lang="ja"] .vertical-tabs td,
html[lang="ja"] .vertical-tabs th {
    padding: 18px 55px 20px 20px;
}
.jp .vertical-tabs td,
.jp .vertical-tabs th[scope="row"],
html[lang="ja"] .vertical-tabs td,
html[lang="ja"] .vertical-tabs th[scope="row"] {
    border-bottom: 1px solid #b7b7b7;
}
.jp .vertical-tabs ul,
html[lang="ja"] .vertical-tabs ul {
    margin: 0;
    padding: 0;
}
@media (max-width: 991.98px) {
    .jp .vertical-tabs .table-responsive-lg,
    html[lang="ja"] .vertical-tabs .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
