:root {
    --main: #275582;
    --main-font-color: #ffffff;
    --darkBlue: #00052B;
    --text: #1e2f54;
}

/* skiplinks */
.a-skiplink {
    background-color: #fff;
    border: 2px solid #999;
    display: block;
    left: -1000em;
    padding: .5em;
    position: absolute;
    z-index: 10;
    transition: none;
}
.a-skiplink:focus {
    left: 1em;
    top: 126px;
    z-index: 1000;
}

.b_btn, a.b_btn {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 10px 24px;
    border: 0;
    background-color: var(--darkBlue);
    color: #FFF;
    font-size: 16px;
    line-height: 1.625;
    cursor: pointer;
    -webkit-appearance: button;
    font-weight: 400;
    text-decoration: none;
    border-radius: 50px;
}

a.b_btn-secondary, a.b_btn-secondary {
    border: 2px solid var(--darkBlue);
    background: #FFF;
    color: var(--darkBlue);
}

.selection-container {
    border-top: 10px solid var(--darkBlue);
}

.radio-switch__input:checked~.radio-switch__label {
    background-color: var(--darkBlue);
}

.radio-switch__label {
	color: var(--darkBlue);
}

/*Start to top btn*/
.button-container {
    z-index: 10;

    #scrollToTop {
        background: var(--darkBlue);
    }
}

.text-block, #bmt_title {
    h1 {
        color: var(--text);
        font-size: 3rem;
        font-weight: 100;
    }

    h2 {
        font-size: 1.875rem;
        color: var(--text);
    }
} 

.back-to-top i {
    color: #fff;
}

.radio-switch__input:checked~.radio-switch__label {
	background-color: var(--darkBlue);
	color: hsl(0, 0%, 100%);
}

#innercontainer::before {
    background: url(images/banner.jpg) no-repeat center center;
    background-size: cover;
    content: "";
    top: 112px;
    position: absolute;
    height: 568px;
    width: 100%;
    z-index: -1;
}

/* body#ballroom #container #innercontainer header {
    background: #fff;
} */

#footer {
    margin-top: auto;
}

.select-nav__label::after {
    color: #275582;
}

/*Custom CSS*/
.show-chart-btn {
    background: var(--darkBlue);
    color: var(--main-font-color);
}

.radio-label .checkmark {
    border-color: var(--main);
}

.radio-label:hover .checkmark:before, .radio-label input:checked + .checkmark:before {
    background: var(--main);
}

.selection-steps {
    .btn-wrapper {
        width: unset;
        height: unset;
        margin-top: unset;
    }
}

body #footer {
    &::before {
        background-color: #F3F3F3;
    }
}

body {

    #introhome {
        *:not(h1) {
            font-size: 18px;
        }
    }
    ul {
        list-style-type: disc;
    }

    .map-container {
        h2 {
            padding: unset;
        }
    }

    .area-level-item .area-active {
        .item-name {
            border-top: unset;
            border-bottom: unset;
        }
    }
}

.tiles {
    background: #FFF;
}

.tileset h2 {
    display: none;
}

.tileset {
    padding: 56px 0;
    margin-bottom: 4rem;
}

.tileset--content--items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;

    @media screen and (max-width: 768px) {
        align-items: start;
        flex-direction: column;
        gap: 3rem;
    }
}

.tile  {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 18px;
    font-weight: 500;
}

.tile img {
    max-width: 25px;
    max-height: 25px;
}

.chart-tooltip {
    h2 {
        padding: unset;
    }
}

.select-btn[aria-expanded="true"] {
    @media screen and (min-width: 768px) {
        min-width: 320px;
        
    }
}

#bmt_title {
    h2 {
        padding: unset;
    }
}


table thead th.text-right {
    white-space: nowrap;
}

.wrapper table thead {
    background: unset;
    color: var(--darkBlue);
}

.f-items {
    thead {
        background-color: unset;
        color: var(--darkBlue);

        th {
            white-space: nowrap;
        }
    }
}

.screenshot {
    #container_menu_top, .b_header-wrapper:after {
        display: none;
    }

    #innercontainer>header {
        background: transparent
    }
}

ol, ul {
    line-height: 29px;
}

/* .result_List {
    position: absolute;
    width: 100%;
    box-shadow: rgb(89, 89, 89) 2px 2px 20px -14px;
    max-height: 320px;
    z-index: 150;
    background: rgb(255, 255, 255);
    overflow: auto;
    margin: 0px !important;
    padding: 0px !important;

    a {
        color: rgb(49, 49, 49);
        width: 100%;
        display: inline-block;
        text-decoration: none;
        padding: 10px;
    }
} */