.foundation {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    margin: 1rem auto;
    padding: 0;
}

.foundationtext {
    margin-top: 1.5rem;
}

.foundation h2 {
    color: var(--primary-dark);
}

@media (min-width: 768px) {
    .foundation {
        flex-direction: row;
    }

    .foundationimage {
        width: 20%;
    }

    .foundationtext {
        margin: 0 0 0 1.5rem;
    }
}

.contactDiv {
    background-color: var(--secondary-dark);
    padding: 0 13px;
}

.contactBox {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    margin: 0 auto -1rem auto;
    padding: 1rem 0;
    color: var(--plaintext-light);
}

.contactBox h2 {
    font-weight: normal;
    background: url(/Image/Icon/questionmark.png) no-repeat;
    background-size: 1.9rem;
    background-position: 0 0.1rem;
    padding-left: 3rem;
    padding-top: 0.3rem;
    padding-right: 1rem;
    padding-bottom: 1.2rem;
    margin-top: 0.1rem;
    margin-bottom: 0;
}

.contactBox .contactLinks {
    display: flex;
    flex-direction: column;
}

.contactBox a {
    min-width: 273px;
    margin-right: 0;
    margin-bottom: 1rem;
}

.contactBox a img {
    width: 1rem;
    margin-right: 0.6rem;
    margin-bottom: 0.2rem;
}

.contactBox a img {
    width: 1rem;
    margin-right: 0.6rem;
    margin-bottom: 0.2rem;
}


@media (min-width: 768px) {
    /* .contactBox {
        flex-direction: row;
    } */

    .contactBox .contactLinks {
        flex-direction: row;
    }

    .contactBox a {
        margin-right: 1rem;
        margin-bottom: 0;
    }
}

@media (min-width: 1380px) {
    .contactBox {
        flex-direction: row;
    }

    .contactBox h2 {
        padding-bottom: 0;
    }
}

@media (min-width: 641px) {
    .contactDiv {
        padding: 0 28px;
    }
}

.tooltip-inner {
    max-width: 15rem;
    max-width: 80%;
    padding: 0.5rem;
    margin-left: 1rem;
    background-color: var(--primary-light);
    color: var(--primary-dark);
    text-align: left;
    border-radius: .25rem;
}

.tooltip-link {
    text-decoration: underline;
    font-weight: normal;
    font-weight: bold;
    color: var(--primary-dark);
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: var(--primary-light);
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: var(--primary-light);
}

.tooltip.show {
    opacity: 1;
}
