@media (max-width: 768px) {
    header nav{
        padding: 20px 0;
    }

    header nav ul{
        padding-top: 0;
        padding-bottom: 0;
    }

    header nav ul li:last-child{
        border-bottom: 1px solid #d3d3d3;
    }
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

.subpage .supporter__logo img{
    max-width: 100%;
    height: 150px;
    width: 300px;
}


.img_number{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #27597C;
    position: absolute;
    top: 20px;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #A9CE38;
}

.supporter__item{
    margin-bottom: 50px;
}

@media (min-width: 768px){
    .supporter__item{
        margin-bottom: 30px;
    }
}


.supporter__logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.green_btn{
    height: auto;
    min-height: 50px;
    line-height: 1.3em;
    padding-top: 20px;
    padding-bottom: 20px;
}

.awareness-tabs{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 40px 0 40px 0;
}

.tab{
    height: auto;
    padding: 10px 20px;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    color: #334D6A;
    background-color: #B4CE54;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.tab:hover{
    color: #334D6A;
}

.tab--active{
    background-color: #E2E2E2;
}

.videos{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.videos__item{
    text-align: center;
}



.bx-controls{
    position: static;
    padding-bottom: 20px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    position: static;
}


.patronage .bx-wrapper .bx-controls-direction a{
    z-index: 0;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}



.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-bottom: 20px;
}

.certs .box{
    height: 100%;
}

.header__slider--1 .banner_link{
    left: 15px;
    bottom: 15px;
}

@media (min-width: 768px) {
    .header__slider--1 .banner_link{
        left: 46%;
        bottom: auto;
    }
}

.awareness{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.awareness__item{
    text-align: center;
}

.awareness__item img{
    display: inline-block;
    margin: 0 !important;
    max-width: 100%;
}

.awareness__content h1{
    color: #245D80;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}

.awareness__content h2,
.awareness__content h3{
    color: #245D80;
    text-align: left;
    background: none !important;
    padding: 0 !important;
    margin: 20px 0;
    box-shadow: none;
    font-size: 2em;
    font-weight: 600;
}

.awareness__content p,
.awareness__content li,
.awareness__content li ul li{
    font-size: 1.6rem;
    line-height: 1.8em;
    margin-bottom: 10px;
}

.awareness__content img{
    max-width: 100% !important;
    height: auto !important;
}

.awareness__content .wp-caption{
    max-width: 100% !important;
}

.awareness__content table{
    margin: 20px 0;
}

.awareness__content th,
.awareness__content td{
    font-size: 1.6rem;
    line-height: 1.8em;
    border: 1px solid white !important;
    background: #acceec !important;
    font-weight: 400 !important;
}

.awareness__content tr:nth-child(odd) th,
.awareness__content tr:nth-child(odd) td{
    background: #d9e4b4 !important;
}


.awareness__content img.alignleft{
    float: left;
    margin: 0 20px 20px 0;
}

.awareness__content img.alignright{
    float: right;
    margin: 0 0 20px 20px;
}

.awareness__heading{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .awareness__heading{
        margin-bottom: 40px;
    }
}

img.awareness__image{
    display: block;
    max-width: 100%;
    margin: 0 !important;
}

@media (min-width: 768px) {
    img.awareness__image{
        display: block;
        max-width: 200px;
        margin: 0 !important;
    }
}


.awardness__author h2{
    text-align: center;
}

.awardness__author__box{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.awardness__author__info h2,
.awardness__author__info p,
.awardness__author__info img{
    text-align: center;
}

.awardness__author img.alignleft{
    float: none;
    margin: auto;
    margin-bottom: 20px;
}

@media (min-width: 768px) {

    .awardness__author h2{
        text-align: left;
    }

    .awardness__author__box{
        flex-direction: row;
        align-items: center;
    }

    .awardness__author__info h2,
    .awardness__author__info p,
    .awardness__author__info img{
        text-align: left !important;
    }
}


.lang-terms{
    margin-bottom: 30px;
}

p.lang-terms__title{
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.lang-terms__list{
    display: flex;
    flex-direction: row;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lang-term__item{
    color: #234D87;
    font-size: 1.6rem;
}

.lang-term__item--active{
    font-weight: 600;
}
