html {
    font-size: 16px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0px;
    background-color: #f2f2f2;
    /*background-color: #F1FFD8;*/
    /*background: linear-gradient(0deg, #f5fffa, #e3fff2, #ffffff);*/
    font-family: Montserrat, sans-serif;
}

.bg-success {
    background-color: #64948f !important;
}

.btn-success {
    background-color: #64948f !important;
}

.btn-outline-success {
    color: #64948f !important;
    border-color: #64948f !important;
}

    .btn-outline-success:hover {
        color: #FFFF !important;
        background-color: #64948f !important;
        border-color: #64948f !important;
    }

.page-title, .page-content {
    padding-top: 30px;
}

.page-content-li {
    font-size: 1.25rem;
    font-family: Montserrat, sans-serif;
}

.page-content-img {
    text-align: center;
}

.card-references-content {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Montserrat,sans-serif;
}

.card-references-content {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Montserrat,sans-serif;
}

h1, h2, h3, h4, h5 {
    color: #7DB9B3;
}

h1 {
    font-weight: 800;
    margin-bottom: 20px;
}

h2 {
    font-size: 2.25rem;
    margin-bottom: 20px;
}

h3 {
    margin-bottom: 10px;
    color: #7DB9B3;
}

h4 {
    font-size: 1.5rem;
}

a {
    color: #73a3de;
    text-decoration: none;
}

    a:hover {
        color: #5891d8;
    }

.u-text-1 {
    font-weight: 700;
}

.u-subtitle {
    font-size: 2.25rem;
    line-height: 1.1;
}

p.u-large-text {
    font-size: 1.25rem;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Montserrat,sans-serif;
}

.side {
    flex: 1 1 25%;
    width: 25%;
}

    .side canvas {
        height: 100vh;
        width: 100%;
        float: left;
    }

.lead {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.container {
    max-width: 1140px;
}

.flexcontainer {
    display: flex;
}

.u-logo-image-2 {
    max-width: 200px;
}

.download_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    padding: 15px;
    text-align: center;
    background-color: #7db9b3;
    color: #FFF;
    opacity: 1;
    min-height: 56px;
    height: 120px;
    overflow: hidden;
}

    .download_button img {
        max-height: 100%; /* Ensure the image fits within the container */
        object-fit: contain; /* Keep the aspect ratio */
    }

#navbar {
    /*    max-width: 1140px;
*/
    margin: 0 auto;
}

@media (max-width: 1199px) {
    #navbar {
        margin: 10px auto;
    }
}

#profile-link {
    padding: 0;
}

.banner-video-small {
    min-width: 100%;
    height: 75px;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.banner-video {
    min-width: 100%;
    height: 450px;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.main-banner-mask {
    width: 100%;
    top: 75px;
}

nav {
    padding: 10px 0 0 0 !important;
}

    nav .nav-link {
        color: #FFF;
        background-color: #7DB9B3;
        padding: 8px;
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
    }

        nav .nav-link:hover {
            color: #7DB9B3;
            background-color: #ffffff;
        }

.mainmenu {
    margin: 0 5px 0 5px;
}

.nav-link-active {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.nav-link-language {
    font-size: 0.8rem !important;
}

.nav-link.show {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.nav-link {
    font-size: 1rem;
}

nav .nav-link-highlight {
    color: black;
    background-color: #F2DE1D;
    padding: 8px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    display: block;
}

    nav .nav-link-highlight:hover {
        color: black;
        background-color: #FAED8F;
    }

.navbar-toggler-icon {
    background-color: #fff;
}

.navbar-toggler {
    background-color: #fff;
}

.nav-pills {
    background-color: #5ba59d;
    --bs-nav-pills-link-active-color: #5ba59d;
    --bs-nav-pills-link-active-bg: #fff;
    /* --bs-nav-pills-link-active-color: #F1FFD8;
--bs-nav-pills-link-active-bg: #198754;
*/
}

    .nav-pills .nav-link {
        color: #FFFF;
    }

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.btn-header {
    width: 140px;
}

.btn-next {
    color: #5ba59d;
}

.img-inheal {
    margin-top: 30px;
    margin-bottom: 30px;
}

.slide-in-fwd-center {
    -webkit-animation: slide-in-fwd-center 2s cubic-bezier(.25,.46,.45,.94) both;
    animation: slide-in-fwd-center 2s cubic-bezier(.25,.46,.45,.94) both;
}

@media (max-width: 1199px) {
    .navbar-collapse {
        z-index: 10;
        background-color: #5ba59d;
        border-radius: 3pt;
        border: 1px solid #64948f;
        padding: 5pt 0 5pt 0;
        /*background: linear-gradient(90deg, #2A896C, #2A896C);*/
        margin: 20px 0 0 0;
    }

    .dropdown-menu {
        margin: 0 !important;
        border: 0 !important;
        text-align: center;
        width: unset !important;
    }

        .dropdown-menu .nav-link {
            background-color: #64948f !important;
            margin: 0;
        }

        .dropdown-menu .nav-link-active {
            color: #000000 !important;
            background-color: #ffffff !important;
        }

    nav .nav-link {
        font-size: 1.25rem;
        display: inline-block;
        width: 100%
    }

    .nav-link-language {
        width: 10% !important;
    }

        .nav-link-language span {
            font-size: 0.95rem;
        }

    .nav-logout-container {
        padding-right: 0 !important;
    }

    .nav-logout {
        right: unset !important;
        left: unset !important;
    }

    .btn-nav-logout {
        text-align: center !important;
    }

    .page-selection {
        text-align: unset !important;
    }

        .page-selection h2 {
            text-align: center !important;
        }

        .page-selection h3 {
            text-align: center !important;
        }

    .newscard-container {
        padding-left: unset !important;
    }
}

.newscard-container {
    padding-left: 20pt;
}

.page-selection {
    text-align: justify;
}

.btn-nav-logout {
    text-align: left;
}

.nav-logout-container {
    padding-right: 8px;
}

.nav-logout {
    right: 8px !important;
    left: unset !important;
}

.navbar-collapse {
    background-color: #7DB9B3;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin: 0 !important;
    border: 2px solid #ffffff;
    width: max-content;
}

.u-button-style {
    color: white;
}

.card-header {
    background-color: #5ba59d;
    font-family: 'Poppins ExtraBold';
}

.boardcard {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    padding: 14px 80px 18px 36px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .boardcard:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    }

    .boardcard h3 {
        font-weight: 600;
    }

/*    .boardcard img {
    position: absolute;
    top: 20px;
    right: 15px;
    max-height: 120px;
}
*/
.boardcard-refrences {
    padding: 14px 18px 36px;
}

    .boardcard-refrences h2 {
        text-align: center;
        margin-bottom: 20px;
    }

/* Image */
.image {
    position: relative;
    display: inline-block;
    border: 0;
    outline: 0;
}

.vertical-middle {
    vertical-align: middle;
}

.image img {
    display: block;
    width: 100%;
}

.image.fit {
    display: block;
    width: 100%;
}

.image.featured {
    display: block;
    width: 100%;
    margin: 0 0 3em 0;
}

.image.left {
    float: left;
    margin: 0 2em 2em 0;
}

.image.right {
    float: right;
    margin: 0 2em 2em 0;
}

.image.centered {
    display: block;
    margin: 0 0 2em 0;
}

    .image.centered img {
        margin: 0 auto;
        width: auto;
    }

.newscard {
    min-height: 300px;
    border-radius: 4px;
    background: #f8f9fa;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    padding: 15px;
    margin: 10px 0;
}

    .newscard img {
        height: auto;
        max-height: 100%;
        width: auto;
        margin: auto;
        max-width: 100%;
    }

@media (min-width: 1199px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}

.show-popup {
    z-index: 1001;
}

    .show-popup:hover .emoji {
        animation: wave 1s infinite;
    }

.popup {
    position: fixed;
    right: 20px;
    bottom: 0;
    height: 400px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1000;
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

    .popup.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

.popup-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

    .popup-content img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.close {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
    font-size: 50px;
    color: white;
    background-color: #64948f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1010;
}

#show-popup {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

.show-popup {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 75px;
    height: 75px;
    font-size: 50px;
    color: white;
    background-color: rgba(100,148,143, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    border: none;
}

.emoji {
    position: relative;
    z-index: 1000;
    transition: transform 0.2s;
}

@keyframes wave {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(14deg);
    }

    20% {
        transform: rotate(-8deg);
    }

    30% {
        transform: rotate(14deg);
    }

    40% {
        transform: rotate(-4deg);
    }

    50% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.buttonradio {
    float: left;
    margin: 0 20px 20px 0;
    width: 165px;
    height: 175px;
    position: relative;
}

    .buttonradio label,
    .buttonradio input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .buttonradio input[type="radio"] {
            cursor: pointer;
            opacity: 0.011;
            z-index: 100;
        }

            .buttonradio input[type="radio"]:checked + label {
                background: #7DB9B3;
                border-radius: 4px;
            }

    .buttonradio label {
        cursor: pointer;
        z-index: 90;
        line-height: 1.8em;
        color: black;
    }

    .buttonradio img {
        cursor: pointer;
        z-index: 90;
    }
