@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.TTF') format('truetype')
}

@font-face {
    font-family: 'CenturyGothicBold';
    src: url('../fonts/CenturyGothicBold.TTF') format('truetype')
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'CenturyGothic', serif;
    /*background-image: url(../../img/pattern.png);*/
    background-color: #dddddd;
}

p {
    font-size: 1.2em;
    color: #000000;
}

.top-bar {
    height: auto;
    background: #f3f4f8;
}

.google-translate {
    margin-top: 10px;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    background: #266727;
}

.navbar-collapse.collapse {
    padding: 0px;
}

.nav > li > a {
    display: block;
    color: #FFFFFF;
    font-size: 1.1em;
    transition: 2s all;
    text-decoration: none;
    padding: 10px 18px 10px 0px;
}

    .nav > li > a:hover, .nav > li > a:focus {
        background-color: transparent;
    }

    .nav > li > a:after {
        content: '';
        width: 0px;
        height: 2px;
        display: block;
        background: #ffffff;
        transition: 300ms;
    }

    .nav > li > a:hover:after {
        width: 100%;
    }

    .nav > li > a.active:after {
        width: 100%;
    }

.navbar-static-top {
    margin-top: 25px;
    margin-bottom: 0px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}

/* Google Translate */
a.gflag {
    vertical-align: middle;
    padding: 1px 0;
    background-repeat: no-repeat;
    background-image: url(//gtranslate.net/flags/16.png);
    color: #266727;
    font-size: 0.8em;
    font-family: Arial;
    display: inline-block;
    line-height: 13px;
}

    a.gflag img {
        border: 0;
        width: 16px;
        height: 12px
    }

    a.gflag:hover {
        background-image: url(//gtranslate.net/flags/16a.png);
    }

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

body {
    top: 0 !important;
}

#google_translate_element2 {
    display: none !important;
}
/* Google Translate */
.header {
    height: 140px;
    display: block;
}

.header-bg {
    background: #f2f9f4;
}

.logo {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo-img {
    min-height: 102px;
}

.navbar {
    height: auto;
    border: 1px solid transparent;
    margin: 10px 0px;
    min-height: auto;
}

.navbar-default {
    margin: 40px 0px;
    background: transparent;
    border: 0px;
}

    .navbar-default .navbar-nav > li > a {
        color: #246624;
        font-weight: 500;
        font-size: 16px;
    }

.slider {
    border-bottom: 5px solid #246624;
    padding: 0px;
    margin: 0px;
}

.footer {
    background: url(../img/footer-bg.png) #626262;
    border-top: 5px solid #246624;
    background-size: contain;
    background-position: left 0px bottom 55px;
    background-repeat: repeat-x;
}

.footer-text {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .footer-text h4 {
        color: #ffffff;
        font-size: 1.4em;
    }

    .footer-text p {
        color: #ffffff;
        font-size: 1em;
    }

    .footer-text img {
        display: block;
        float: left;
        margin-right: 10px;
        width: 35px;
    }

    .footer-text .btn-green {
        background: #246624;
        border: 1px solid #246624;
        margin: 10px 0px;
    }

        .footer-text .btn-green:hover {
            color: #246624;
            background-color: #f2f9f4;
            border-color: #f2f9f4;
        }

.center-footer {
    margin-top: 20px;
}

.copyrights-bg {
    background: #363636;
}

.copyrights {
    padding: 0px;
    font-size: 14px;
    color: #ffffff;
}

.copyrights-text {
    padding: 18px 0px;
    font-size: 0.8em;
}

.social-list {
    list-style: none;
    display: inline-flex;
    float: right;
    padding: 5px 0px;
    margin: 0px;
}

    .social-list li {
        font-size: 15px;
        width: 30px;
        text-align: center;
        text-decoration: none;
        margin: 5px 2px;
        border-radius: 50%;
        border: 1px solid #fff;
        color: #fff;
        padding: 7px 17px;
        margin-right: 10px;
    }

        .social-list li a {
            margin: 0px -6px;
            color: #fff;
        }

.section-presidents-message {
    margin-right: 90px;
    margin-left: 90px;
}

.presidents-message {
    padding: 35px 0px;
}

    .presidents-message img {
        float: left;
        width: 180px;
    }

    .presidents-message .col-md-4 {
        border-right: 3px solid #246624;
    }

    .presidents-message h1 {
        font-size: 2.2em;
        color: #666666;
        font-weight: 300;
        margin: 0px;
        margin-top: 20px;
        float: left;
        width: 70%;
        padding-left: 20px;
    }

        .presidents-message h1 strong {
            font-family: 'CenturyGothicBold';
            color: #246624;
        }

    .presidents-message h2 {
        font-size: 1.7em;
        color: #4a4a4a;
        font-weight: 300;
        margin: 0px;
        float: left;
        width: 70%;
        padding: 10px 20px;
    }

    .presidents-message h3 {
        font-size: 1.2em;
        color: #4a4a4a;
        margin: 0px;
        float: left;
        width: 70%;
        padding: 0px 20px;
        font-weight: 100;
    }

    .presidents-message p {
        float: left;
        width: 100%;
        padding: 10px 0px;
        font-size: 1.2em;
        color: #000000;
    }

        .presidents-message p a {
            color: #246624;
            font-size: 1.2rem;
            font-style: italic;
            bottom: 0px;
            position: absolute;
            right: 0px;
        }

    .presidents-message h3 span {
        font-family: 'CenturyGothicBold';
        color: #246624;
    }

.box {
    border: 3px solid #246624;
    background: #ffffff;
    padding: 20px 20px;
    margin: 20px 0px;
    min-height: 450px;
    max-height: 450px;
    overflow: hidden;
}

    .box:not(:first-child), .box:not(:last-child) {
        padding-right: 7px;
        padding-left: 7px;
    }

    .box h2 {
        font-size: 1.6em;
    }

    .box p {
        font-size: 1em;
        color: #666666;
    }

    .box a {
        /*float: right;
        color: #221c25;
        text-decoration: none;
        position: absolute;
        right: 50px;
        bottom: 30px;*/
    }

.section-pps {
    padding: 35px 0px;
    margin-right: 90px;
    margin-left: 90px;
}

    .section-pps .col-md-3 {
        padding: 0px 5px;
    }

    .section-pps h3 {
        font-size: 1.9em;
        padding: 10px 0px;
        color: #494949;
        font-family: 'CenturyGothic';
    }

        .section-pps h3 span {
            font-family: 'CenturyGothicBold';
            color: #246624;
        }

    .section-pps .box {
        border: 1px solid #246624;
        background: #246724;
        padding: 0px;
        margin: 0px 0px 20px;
        min-height: 470px;
        max-height: 480px;
        overflow: hidden;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
        transition: box-shadow 0.3s ease-in-out;
    }

    .section-pps .color1 {
        background: #246724;
    }

    .section-pps .color2 {
        background: #2f812f;
    }

    .section-pps .color3 {
        background: #409841;
    }

    .section-pps .color4 {
        background: #5db75d;
    }


    .section-pps .box:hover {
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    .section-pps .box:not(:first-child), .box:not(:last-child) {
        padding-right: 7px;
        padding-left: 7px;
    }

    .section-pps .box .img-box {
        width: 100%;
        height: 150px;
        margin-top: 0px;
        padding: 0px;
        background: #ffffff;
        float: left;
    }

    .section-pps .box img {
        width: 100%;
        height: 100%;
        margin: 0px;
        object-fit: cover;
    }

    .section-pps .box h2 {
        font-size: 1.7em;
        height: 50px;
        margin-bottom: 10px;
        margin-top: 30px;
        color: #ffffff;
        font-family: 'CenturyGothicBold';
        padding: 0px 10px;
        float: left;
    }

        .section-pps .box h2 strong {
            color: #ffffff;
            font-family: 'CenturyGothicBold';
        }

    .section-pps .box p {
        font-size: 1.2em;
        color: #ffffff;
        padding: 0px 10px;
        float: left;
    }

    .section-pps .box a {
        float: right;
        color: #ffffff;
        text-decoration: none;
        position: absolute;
        bottom: 30px;
        right: 30px;
        font-size: 0.8em;
        font-style: italic;
    }

.section-certificates {
    padding: 35px 0px;
    margin-right: 90px;
    margin-left: 90px;
}

    .section-certificates .box {
        border: 1px solid #246624;
        background-color: rgba(50, 103, 40, 0.2);
        padding: 15px 24px;
        margin: 20px 5px;
        min-height: 320px;
        max-height: 370px;
        overflow: hidden;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
        transition: box-shadow 0.3s ease-in-out;
    }

        .section-certificates .box:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }

        .section-certificates .box .box-content {
            width: 100%;
            display: block;
            height: 140px;
            float: left;
            margin-top: 10px;
            overflow: hidden;
        }

        .section-certificates .box img {
            display: block;
            float: left;
            margin-right: 10px;
            padding: 0px;
            width: 100px;
            height: 100px;
            object-fit: contain;
        }

        .section-certificates .box:not(:first-child), .box:not(:last-child) {
            padding-right: 7px;
            padding-left: 7px;
        }

        .section-certificates .box h2 {
            font-size: 1.7em;
            padding: 30px 50px;
            margin: 0px 0px;
            color: #000000;
            font-weight: lighter;
            height: 100px;
            line-height: 30px;
        }

            .section-certificates .box h2 span {
                color: #41822f;
                font-family: 'CenturyGothicBold';
            }

        .section-certificates .box p {
            font-size: 1.2em;
            color: #000000;
        }

        .section-certificates .box a {
            float: right;
            color: #555555;
            text-decoration: none;
            position: absolute;
            right: 50px;
            bottom: 30px;
            font-size: 0.8em;
            font-style: italic;
        }


.section-news {
    padding: 50px 0px;
    margin-right: 90px;
    margin-left: 90px;
}

    .section-news .col-md-4 {
    }

    .section-news h3 {
        font-size: 1.9em;
        padding: 10px 0px;
        color: #666666;
        font-weight: lighter;
    }

        .section-news h3 span {
            font-family: 'CenturyGothicBold';
            color: #246624;
        }

    .section-news .box {
        padding: 0px;
        min-height: 585px;
        max-height: 595px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
        transition: box-shadow 0.3s ease-in-out;
        border: 0px;
    }

        .section-news .box div.box-content {
            color: #fff;
            padding: 15px;
            font-size: 1.1em;
        }

    .section-news .color1 {
        background: #246724;
    }

    .section-news .color2 {
        background: #3c913c;
    }

    .section-news .color3 {
        background: #55af55;
    }

    .section-news .box h3 {
        font-size: 1.7em;
        height: 100px;
        margin-bottom: 10px;
        margin-top: 10px;
        color: #ffffff;
        font-family: 'CenturyGothicBold';
        padding: 0px 10px;
        float: left;
    }

    .section-news .box:hover {
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    .section-news .box img {
        min-height: 257px;
        display: block;
        margin: 0 auto;
        object-fit: fill;
        max-height: 257px;
        width: 100%;
    }

    .section-news .box:not(:first-child), .box:not(:last-child) {
        padding-right: 7px;
        padding-left: 7px;
    }

    .section-news .box h2 {
        font-size: 1.6em;
        color: #666666;
        font-weight: lighter;
        padding: 0px 10px;
        margin: 10px 0px;
    }

        .section-news .box h2 span {
            color: #246624;
            font-family: 'CenturyGothicBold';
        }

    .section-news .box p {
        font-size: 1.1em;
        color: #ffffff;
        padding: 10px;
        float: left;
        width: 100%;
        overflow-wrap: break-word;
    }

    .section-news .box a {
        position: absolute;
        left: 30%;
        bottom: 50px;
        margin-bottom: 20px;
        padding: 10px 20px;
        color: #fff;
        font-size: 0.8em;
        border: 1px solid #fff;
        margin: 0 auto;
    }

.section-events {
    margin-right: 90px;
    margin-left: 90px;
    padding: 35px 0px;
}

    .section-events h3 {
        font-size: 26px;
        padding: 10px 0px;
        color: #326725;
        font-family: 'CenturyGothicBold';
        text-transform: uppercase;
    }

        .section-events h3 span a {
            font-size: 14px;
            padding-left: 10px;
            text-decoration: underline;
            color: #316625;
        }

    .section-events .box {
        border: 1px solid #246624;
        padding: 10px;
        margin: 0px 5px;
        min-height: 415px;
        max-height: 630px;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .section-events .box .img-responsive {
            max-height: 355px;
            margin: 0 auto;
            display: block;
            margin: 10px;
            display: block;
            max-width: 100%;
            height: auto;
            position: relative;
            overflow: hidden;
            border: 1px solid #356f34;
            object-fit: fill;
            width: 355px;
        }

.entry-thumbnail {
    margin-top: 10px;
    margin-left: 13px;
    border: 1px solid #246724;
    width: 130px;
    height: 130px;
    background: #ccc;
    background-repeat: no-repeat;
    background-size: contain;
}

    .entry-thumbnail img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

.entry-body {
    margin-top: 19px;
    border: 1px solid #246724;
    min-height: 120px;
    max-height: 120px;
    margin-bottom: 30px;
}

.section-events .box h2 {
    font-size: 20px;
    padding: 0px;
    margin: 0px 0px;
    color: #666666;
    font-family: Raleway-Bold;
}

.section-events .box h6 {
    font-size: 1em;
    font-family: Raleway-Light;
    color: #666666;
    margin: 0px;
}

.section-events .box .box-content {
    width: 100%;
    height: 130px;
    overflow: hidden;
    font-size: 0.8em;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

    .section-events .box .box-content h1, .section-events .box .box-content h2, .section-events .box .box-content h3, .section-events .box .box-content h4, .section-events .box .box-content h5, .section-events .box .box-content h6 {
        font-size: 12px;
    }

#google_translate_element {
    margin-top: 10px;
}

.section-bg-green {
    background: /*url(../img/vectorpaint.svg)*/ #ffffff;
    background-position: top right;
    background-size: contain;
}

.section-bg-white {
    background: /*url(../img/vectorpaint.svg)*/ #ffffff;
    margin-top: 30px;
    background-position: top right;
    background-size: contain;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px 3px rgba(31,31,31,.05);
    border-radius: 2px;
}

@media only screen and (max-width: 768px) {
    .section-certificates .box .box-content {
        max-height: 140px
    }

    .section-event-message {
        margin-right: 0px;
        margin-left: 0px;
    }
    section-newevent-message {
        margin-right: 0px;
        margin-left: 0px;
    }.section-presidents-message {
        margin-right: 0px;
        margin-left: 0px;
    }

    .section-pps {
        margin-left: 0px;
        margin-right: 0px;
    }

    .section-certificates {
        margin-left: 0px;
        margin-right: 0px;
    }

    .logo-img {
        height: 60px;
    }

    .navbar-wrapper {
        min-height: 98px;
    }
}

.navbar-toggle {
    background: #246624;
}

    .navbar-toggle .icon-bar {
        background: #fff;
    }

.btn-green {
    background: #59B44B;
    border: 1px solid #59B44B;
    margin: 10px 0px;
}

    .btn-green:hover {
        color: #fff;
        background-color: #246624;
        border-color: #f2f9f4;
    }

.carousel-control.left, .carousel-control.right {
    background-image: unset;
}

/* Tabs CSS */
.tab .nav-tabs {
    border: none;
    margin: 0;
}

    .tab .nav-tabs li a {
        padding: 10px 10px 5px 5px;
        margin-right: 5px;
        font-size: 1.2em;
        color: #747474;
        border: none;
        border-radius: 0;
        background: transparent;
        z-index: 2;
        position: relative;
        transition: all 0.3s ease 0s;
        width: 120px;
        text-align: center;
    }

        .tab .nav-tabs li a:hover,
        .tab .nav-tabs li.active a {
            border: none;
            text-decoration: none;
            color: #226724;
        }

        .tab .nav-tabs li a:before {
            content: "";
            width: 100%;
            height: 3px;
            background: #757575;
            border: 1px solid #757575;
            border-radius: 2px;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .tab .nav-tabs li a:after {
            content: "";
            width: 0;
            height: 3px;
            background: #316625;
            border: 1px solid #316625;
            border-radius: 2px;
            position: absolute;
            bottom: 0;
            left: 0;
            opacity: 0;
            z-index: 1;
            transition: all 1s ease 0s;
        }

    .tab .nav-tabs li:hover a:after,
    .tab .nav-tabs li.active a:after {
        width: 100%;
        opacity: 1;
    }

.tab .tab-content {
    position: relative;
}




.entry-details {
    background-color: #fff;
    padding: 25px 10px 0px;
}

.post-categories {
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    float: left;
}

    .post-categories li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .post-categories a {
        color: #211c23;
        text-decoration: none;
        text-transform: capitalize;
        font-size: 1.2em;
    }

.entry-title {
    margin-bottom: 6px;
    font-size: 1.5em;
    margin-top: 5px;
    float: left;
    width: 100%;
}

    .entry-title a {
        color: #3e733f;
    }

.read_more {
    float: right;
    color: #000;
    font-style: italic;
    font-size: 0.8em;
}

.entry-meta {
    font-size: 13px;
    color: gray;
    padding: 0px;
    margin: 0px;
    float: right;
}

    .entry-meta li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .entry-meta a {
        color: gray;
        cursor: default;
        text-decoration: none;
    }

.entry-thumbnail-container {
    float: left;
    margin-right: 40px;
    height: 110px;
    width: 110px;
}

.entry-details-container {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 0px;
}

.section-login {
    /* padding: 35px 0px; */
    margin-right: 95px;
    margin-left: 95px;
    padding-bottom: 20px;
}

    .section-login .col-md-3 {
        padding: 0px 5px;
    }

    .section-login h3 {
        font-size: 1.9em;
        padding: 10px 0px;
        color: #666666;
        font-weight: lighter;
    }

        .section-login h3 span {
            font-family: 'CenturyGothicBold';
            color: #246624;
        }

    .section-login .box {
        border: 3px solid #246624;
        background: #ffffff;
        padding: 10px 10px;
        margin: 0px 0px 20px;
        min-height: 340px;
        max-height: 450px;
        overflow: hidden;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
        transition: box-shadow 0.3s ease-in-out;
    }

        .section-login .box:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }

        .section-login .box:not(:first-child), .box:not(:last-child) {
            padding-right: 7px;
            padding-left: 7px;
        }

        .section-login .box img {
            width: 75px;
        }

        .section-login .box h2 {
            font-size: 1.3em;
            height: 50px;
            margin-bottom: 10px;
            margin-top: 20px;
        }

        .section-login .box p {
            font-size: 0.9em;
            color: #666666;
            line-height: 15px;
        }

        .section-login .box a {
            float: right;
            color: #221c25;
            text-decoration: none;
            position: absolute;
            bottom: 30px;
            right: 30px;
            font-size: 0.8em;
        }



.section-becomemember {
    /* padding: 35px 0px; */
    margin-right: 95px;
    margin-left: 95px;
    padding-bottom: 20px;
}

    .section-becomemember .col-md-3 {
        padding: 0px 5px;
    }

    .section-becomemember h3 {
        font-size: 1.9em;
        padding: 10px 0px;
        color: #666666;
        font-weight: lighter;
    }

        .section-becomemember h3 span {
            font-family: 'CenturyGothicBold';
            color: #246624;
        }

    .section-becomemember p {
        font-size: 1.2em;
    }

    .section-becomemember h5 {
        font-size: 1.4em;
        font-family: CenturyGothic-Bold;
    }

    .section-becomemember .table {
        font-size: 1.2em;
    }

    .section-becomemember .box {
        border: 1px solid #246624;
        background: #ffffff;
        padding: 0px 0px;
        margin: 10px 0px 20px;
        overflow: hidden;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
        /* transition: box-shadow 0.3s ease-in-out; */
        min-height: auto;
    }

        /*.section-becomemember .box:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }*/

        .section-becomemember .box:not(:first-child), .box:not(:last-child) {
            padding-right: 7px;
            padding-left: 7px;
        }

        .section-becomemember .box img {
            width: 75px;
        }

        .section-becomemember .box h2 {
            font-size: 1.2em;
            margin-bottom: 20px;
            margin-top: 20px;
            font-family: CenturyGothic-Bold;
        }

        .section-becomemember .box p {
            font-size: 1.2em;
            color: #000000;
            line-height: 19px;
        }

/*.section-becomemember .box a {
            float: right;
            color: #221c25;
            text-decoration: none;
            position: absolute;
            bottom: 30px;
            right: 30px;
            font-size: 0.8em;
        }*/
.form-group {
    margin-bottom: 10px;
}

.form-control {
    height: 30px;
    padding: 3px 6px;
    font-size: 12px;
    border: 1px solid #316625;
    border-radius: 3px;
}

.imageList {
    width: auto;
}

.ln-letters a {
    border: 1px solid #316625 !important;
    display: block;
    float: left;
    font-size: 12px;
    text-decoration: none;
    margin: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0px;
    color: #316625;
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.google-search {
    text-align: right;
}

    .google-search input[type="text"] {
        width: 70%;
        height: 32px;
        border: 1px solid #326728;
        border-radius: 4px;
        padding: 5px 5px;
    }

.gsc-control-cse {
    border-color: transparent !important;
    background-color: transparent !important;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    object-fit: cover;
    width: 100%;
    height: 360px;
}

.sticky {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 4px solid #d1d1d1;
}

    .sticky + .content {
        padding-top: 60px;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: transparent;
    border: 0px;
}

.section-news .entry-thumbnail {
    margin-top: 10px;
    margin-left: 13px;
    border: 1px solid #246724;
    width: 130px;
    height: 130px;
    background: #ccc;
    background-repeat: no-repeat;
    background-size: contain;
}

    .section-news .entry-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.section-news .entry-body {
    margin-top: 19px;
    border: 1px solid #246724;
    min-height: 120px;
    max-height: 140px;
    margin-bottom: 30px;
    overflow: hidden;
}

.section-news h3 {
    font-size: 26px;
    padding: 10px 0px;
    color: #326725;
    font-family: 'CenturyGothicBold';
    text-transform: uppercase;
}

/* Responsive CSS */
@media only screen and (max-width: 600px) {
    .logo-img {
        width: 100%;
        height: auto;
        min-height: auto;
    }
 .google-translate {
        margin-top: 60px;
    }
    .navbar-wrapper {
        min-height: 68px;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: auto;
    }

    .navbar-nav {
        margin: 0px;
    }

    .presidents-message img {
        margin: 0 auto;
        float: none;
    }

    .presidents-message h1 {
        width: 100%;
        float: none;
        font-size: 2em;
        text-align: center;
    }

    .presidents-message h2 {
        width: 100%;
        float: none;
        font-size: 1.7em;
        text-align: center;
    }

    .presidents-message h3 {
        width: 100%;
        float: none;
        font-size: 1.2em;
        text-align: center;
    }

    .presidents-message p {
        width: 100%;
        float: none;
        font-size: 1.2em;
    }

    .section-certificates .box h2 {
        width: 100%;
        padding: 0px;
        text-align: left;
        margin-top: 10px;
    }

    .section-news {
        margin: 0px;
        padding: 0px;
    }

    .section-events {
        margin: 0px;
        padding: 0px;
    }

    .section-becomemember {
        margin: 0px;
        padding: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .tab .nav-tabs li {
        text-align: center;
        margin-bottom: 15px;
    }

    .tab .tab-content {
        margin-top: 0;
    }

    .entry-title {
        font-size: 0.9em;
        line-height: 1.2em;
    }

    .entry-details {
        padding: 10px 5px;
    }

        .entry-details p {
            font-size: 0.9em;
            float: left;
        }

    .post-categories {
        font-size: 11px;
    }

    .entry-meta a {
        font-size: 10px;
    }
}


#google_translate_element {
}

.goog-te-gadget {
    text-transform: uppercase;
}

.goog-te-menu2 {
    max-width: 100%;
}

.goog-te-gadget-simple {
    background-color: #fff !important;
    border: 1px solid #326728 !important;
    font-size: 10pt !important;
    display: inline-block !important;
    padding-top: 1px !important;
    padding-bottom: 2px !important;
    cursor: pointer !important;
    zoom: 1 !important;
    border-radius: 5px !important;
    text-align: center !important;
    width: 200px !important;
}

.goog-te-menu-value span:nth-child(5) {
    display: none;
}

.goog-te-menu-value span:nth-child(3) {
    border: none !important;
    font-family: 'Material Icons';
}



.goog-te-gadget-icon {
    background-image: url(https://placehold.it/32) !important;
    background-position: 0px 0px;
    height: 32px !important;
    width: 32px !important;
    margin-right: 8px !important;
    display: none;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

@media (max-width: 667px) {
    #google_translate_element {
        bottom: calc(100% - 50% - 53px);
        left: 16px !important;
        width: 180px !important;
        float: right;
        text-align: center;
    }

    .goog-te-gadget {
        width: 100% !important;
    }

    .skiptranslate {
        width: 100% !important;
    }

    .goog-te-gadget-simple {
        width: calc(100% - 32px) !important;
        text-align: center;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
        color: #fff;
    }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
            background: #326728;
        }
}

.thumbnail-img {
    padding: 15px 0px !important;
    width: 100%;
    object-fit: cover;
}

a {
    color: #f19e07;
}

.copyrights-text a:hover {
    color: #f19e07;
}

div.video-event + a {
    display: none;
}

ul.timeline {
    list-style-type: none;
    position: relative;
    z-index: 1;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 10px 0;
        padding-left: 20px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #326728;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }

        ul.timeline > li a {
            font-size: 22px;
        }

        ul.timeline > li p {
            font-weight: bold;
            font-size: 20px;
        }
@media only screen and (max-width: 600px) {
    .btn1 {
        border: none;
        outline: none;
        background: #888;
        padding: 10px 30px !important;
        font-size: 15px !important;
        color: #ddd;
        cursor: pointer;
        margin: 10px -180px 10px 188px !important;
    }

    .event-btn {
        position: absolute;
        right: 15px !important;
        bottom: 5px !important;
        margin-bottom: 20px !important;
        padding: 5px 10px 10px 22px !important;
        background-color: #266727;
        color: #fff;
        width: 100px !important;
        height: 30px !important;
        font-size: 0.9em !important;
        border: 1px solid #266727;
        margin: 0 auto;
    }

    .event-message p {
        position: absolute;
        left: 103% !important;
        top: 215px !important;
        margin-bottom: 20px;
        padding: 3px 0px 0px 5px !important;
        background-color: #266727;
        color: #fff;
        width: 80px !important;
        height: 25px !important;
        font-size: 0.8em !important;
        border: 1px solid #266727;
        margin: 0 auto;
    }


    .taa {
        position: absolute;
        width: 150px !important;
        left: 8% !important;
        text-align: justify;
        top: 216px !important;
        color: #000;
        font-weight: bold;
        font-size: 0.6em !important;
    }

    .event-video {
        width: 155px;
        height: auto;
        margin-top: 0px;
    }

    .newevent-message p {
        position: relative;
        left: 0%;
        top: 10px;
        color: #000000;
        width: 350px;
        height: 310px;
        font-size: 0.8em;
        margin: 0 auto;
    }

    .donate-btn {
        left: 120px !important;
        top: 1347px !important;
        padding: 2px 5px 0px 18px !important;
        width: 130px !important;
        height: 35px !important;
        font-size: 1.1em !important;
    }
}
