.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
    /*background: linear-gradient(90deg, #440784 0, #340367 7%, #250b5d 35%, #030a57 96%, #081453 100%);*/
    background: linear-gradient(90deg, #66b2ff 0, #2f91f3 7%, #076ed5 35%, #0161c1 96%, #0257ab 100%);
}


body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #ffffff;
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw);
    margin: 1em 0px;
}

/* Navbar Styles */
.logo-container {
    display: flex;
    align-items: center;
}

.log-image {
    background: white;
    border-radius: 10px;
    height: 50px;
    margin-right: 15px;
    padding: 1px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    max-width: 1400px;
    margin: 0 auto;
}

    .navbar ul {
        list-style: none;
        display: flex;
        gap: 25px;
        margin-bottom: 0;
    }

        .navbar ul li {
            display: inline;
        }

    .navbar a {
        color: #FFF !important;
        text-decoration: none;
        font-size: 18px;
    }

        .navbar a:hover {
            text-decoration: underline;
        }

.logo {
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
}

/* Main Section Styles */
.my_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    max-width: 1400px;
    margin: 0 auto;
}

.content {
    max-width: 45%;
}

    .content h1 {
        font-size: 48px;
        color: #FFF;
        margin-bottom: 20px;
    }

    .content p {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 40px;
        color: #555;
    }

.learn-more-btn {
    background-color: #FFF;
    padding: 15px 30px;
    font-size: 18px;
    color: #0257ab;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .learn-more-btn:hover {
        background-color: #98c4ef;
    }

.image-container {
    max-width: 50%;
}

    .image-container img {
        max-width: 100%;
    }



/* Tablet Styles */
@media (max-width: 1024px) {
    .my_container {
        flex-direction: column;
        padding: 30px;
    }

    .content {
        max-width: 100%;
        text-align: center;
    }

        .content h1 {
            font-size: 40px;
        }

        .content p {
            font-size: 18px;
        }

    .learn-more-btn {
        font-size: 16px;
        padding: 12px 25px;
    }

    .image-container {
        max-width: 80%;
    }
}




/*body {
  margin-bottom: 60px;
}*/


/*/////////////////////////Privacy and Terms///////////////////////*/

/*.article-content {
    color: #2c354d
}*/

    .article-content h3, .article-content h4 {
        letter-spacing: -.02em;
        font-weight: 600
    }

    .article-content h2 {
        margin: 40px 0 20px;
        font-size: 2.25rem
    }

    .article-content h3 {
        margin: 50px 0 20px;
        font-size: 2rem
    }

    .article-content h4 {
        margin: 40px 0 10px;
        font-size: 1.5rem
    }

    .article-content p {
        margin: 0 0 20px;
        font-size: 1.125rem;
        line-height: 1.6875rem;
        font-weight: 400;
        opacity: .8
    }

    .article-content a {
        color: #ff952d
    }

        .article-content a:hover {
            opacity: .8
        }

    .article-content ol {
        margin: 10px 0;
        padding-left: 30px;
        font-size: 1.125rem;
        line-height: 1.6875rem;
        font-weight: 400;
        opacity: .8;
        list-style: none;
        counter-reset: c-counter
    }

        .article-content ol li {
            position: relative;
            margin: 10px 0;
            padding-left: 25px;
            counter-increment: c-counter
        }

            .article-content ol li:before {
                content: counter(c-counter) ".";
                font-weight: 600;
                position: absolute;
                top: 0;
                left: 0
            }

    .article-content ul {
        margin: 10px 0;
        padding-left: 40px;
        font-size: 1.125rem;
        line-height: 1.6875rem;
        font-weight: 400;
        opacity: .8
    }

        .article-content ul li {
            position: relative;
            margin: 10px 0
        }

    .article-content .au-persons {
        display: flex;
        flex-flow: row wrap;
        margin-top: 0 !important;
        color: #2c354d
    }

    .article-content .au-persons-title {
        display: block !important;
        width: 100%;
        margin: 70px 0 60px;
        font-size: 2.125rem;
        line-height: 2.6875rem;
        letter-spacing: -.02em;
        font-weight: 600;
        text-align: center
    }

    .article-content .au-map {
        margin-top: 50px;
        border: 0 !important;
        padding: 0 !important;
        border-radius: 3px;
        overflow: hidden
    }

    .article-content .au-person {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        width: 25%;
        margin-bottom: 60px
    }

        .article-content .au-person .au-person-name {
            width: 100%;
            padding: 12px 0 4px;
            font-size: 1.25rem;
            line-height: 1.8125rem;
            text-align: center
        }

            .article-content .au-person .au-person-name a {
                color: #2c354d
            }

        .article-content .au-person .au-person-position {
            width: 100%;
            font-size: 1rem;
            line-height: 1.5rem;
            text-align: center;
            opacity: .6
        }

    .article-content .au-address {
        display: none
    }


.md-modal {
    margin: auto;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(#e4f0e3, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
    /* background-color: #e4f0e3; */
    /* background: linear-gradient(90deg, #440784 0, #340367 7%, #250b5d 35%, #030a57 96%, #081453 100%); */
    background: linear-gradient(90deg, #66b2ff 0, #2f91f3 7%, #076ed5 35%, #0161c1 96%, #0257ab 100%);
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
    background: transparent;
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.md-close {
    text-decoration: underline;
    cursor: pointer;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .my_container {
        flex-direction: column;
        /*text-align: center;*/
        padding: 20px;
    }

    .content {
        max-width: 100%;
        margin-bottom: 30px;
    }

        .content h1 {
            font-size: 36px;
        }

        .content p {
            font-size: 16px;
        }

    .learn-more-btn {
        font-size: 16px;
        padding: 12px 25px;
    }

    .image-container {
        max-width: 100%;
    }

    .navbar {
        padding: 20px;
        display: block;
    }

        .navbar ul {
            /*flex-direction: column;*/
            gap: 20px;
            padding: 0;
            padding-top: 10px;
        }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}