body {
    font-family: 'Segoe UI', 'Calibri', 'Lato', sans-serif;
    font-size: 16px;
}

.bg-blue {
    background-color: rgba(87, 143, 208, 1);
}

.bg-blue-image {
    background-image: url("/img/bg-blue.png");
    background-size: cover;
}

.bg-blue-top-popper {
    border-top: 1px solid rgba(35, 112, 187, 1);
}

.bg-blue-bottom-popper {
    border-bottom: 1px solid rgba(35, 112, 187, 1);
}

.bg-mission {
    background-image: url("/img/bg-white.png");
}

.mission-border {
    border: 1px solid rgba(35, 112, 187, 1);
    border-radius: 19px;
}

.mission-content {
    background-color: rgba(255, 255, 255, 0.85);
}

.article-card {
    background-color: white;
    color: black;
    border-radius: 19px;
}

.article-card img {
    border-radius: 19px;
}

.text-end-responsive {
    text-align: start;
}

@media (min-width: 768px) {
    .text-end-responsive {
        text-align: end;
    }
}

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

.padding-top-20 {
    padding-top: 20px;
}

.footer-container ul {
    padding: 0;
    margin: 0;
}

.footer-container ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-container a {
    color: white;
    text-decoration: none;
}

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

.article-card {
    border: 1px solid rgba(87, 143, 208, 1);
    border-radius: 5px;
    position: relative;
    padding-bottom: 50px;
    height: 100%;
}

.article-card .place-bottom {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

.article-card .heading {
    color: #FFF;
    font-weight: bold;
    padding: 10px;
}


.article-card .body {
    min-height: 100px;
    padding: 5px;
    margin-bottom: 20px;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.height-100 {
    height: 100%;
}

.logo-img {
    border-radius: 50px;
    overflow: hidden;
    width: 30px;
    height: 30px;
}

.btn-primary {
    background-color: rgba(87, 143, 208, 1);
    border-color: rgba(87, 143, 208, 1);
}

.btn-primary:hover {
    background-color: rgb(73, 131, 192);
    border-color: rgb(73, 131, 192);
}

.btn-outline-primary {
    border-color: rgba(87, 143, 208, 1);
    color: rgba(87, 143, 208, 1);
}

.btn-outline-primary:hover {
    background-color: rgb(73, 131, 192);
    border-color: rgb(73, 131, 192);
}

.active > .page-link {
    background-color: rgba(87, 143, 208, 1);
    border-color: rgb(73, 131, 192);
}

.mobile-hero {
    height: auto;
}

@media (max-width: 576px) {
    .mobile-hero {
        position: relative;
        height: 100dvh;
    }

    .mobile-hero h2 {
        font-size: 45px;
        margin-bottom: 60px;

    }

    .mobile-hero p {
        font-size: 35px;
        margin-bottom: 40px;
    }

    .mobile-hero a.btn {
        position: absolute;
        bottom: 15px;
        left: auto;
        right: auto;
    }
}

.tox .tox-edit-area {
    padding: 10px;
}
