footer {
    width: 100%;
    height: auto;
    background-color: #496b18;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

footer p {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 15px;
    font-weight: bold;
}

.footer-logo-grid {
    /*margin-left: 6%;*/
    margin-top: 2.5%;
    margin-bottom: 2%;
    display: flex;
    /*grid-template-columns: 15% 20% 18% 18%;*/
    /*grid-column-gap: 60px;*/
    align-items: center;
    justify-content: space-evenly;
}

.footer-logo-grid img {
    height: auto;
}

.footer-item2 img {
    height: 52px;
}

.footer-item3 {
    border-left: 2px solid white;
}

.footer-item4 {
    width: max-content;
    border-left: 2px solid white;
    padding-left: 25px;
    height: 145px;
    white-space: nowrap;
}

.hz-line {
    border-bottom: 2px solid white;
    padding-bottom: 20px;
    width: 85%;
}

.email a {
    color: white !important;
}

.footer-li {
    font-weight: bold;
    padding-bottom: 4px;
}

.a-footer, .footer-last-item {
    color: white;
    text-decoration: none;
}

.vert-line {
    height: 120px;
    width: 2px;
    align-self: center;
    background-color: #fff;
}

.hz-line {
    display: none;
}

.plain-list {
    list-style-type: none;
    font-size: 15px;
    display: block;
    border-bottom: none;
    padding-top: 20px;
    padding-left: 25px;
    white-space: nowrap;
}

.plain-list li a:hover, .plain-list li a:focus {
    text-decoration: underline;
}

.plain-list a:focus:not(:focus-visible) {
    text-decoration: none;
}

.footer-item1 img {
    width: 250px;
    height: auto;
    margin-top: 30px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 1440px) {
    .footer-item4 {
        margin-right: 50px;
    }

    .footer-logo-grid {
        /*margin-left: 6%;*/
        margin-top: 2.5%;
        margin-bottom: 2%;
        display: flex;
        /*grid-template-columns: 15% 25% 17% 20%;*/
        /*grid-column-gap: 60px;*/
        /*align-items: center;*/
    }
}

@media screen and (max-width: 1300px) {
    .footer-item4 {
        margin-right: 20px;
    }

    .footer-item2 img {
        height: 45px;
    }

    .footer-item1 img {
        height: auto;
        width: 225px;
    }

    .footer-item4 p, .footer-item3 a {
        font-size: 14px;
    }

    footer {
        overflow: hidden;
    }

    .footer-logo-grid {
        /*margin-left: 4%;*/
        margin-top: 2.5%;
        margin-bottom: 2%;
        /*display: grid;*/
        /*grid-template-columns: 16% 24% 16% 20%;*/
        /*grid-column-gap: 50px;*/
        /*align-items: center;*/
    }
}

@media screen and (max-width: 1200px) {

    .a-footer, .footer-item4 p {
        font-size: 14px;
    }

    /*.footer-item1 img {*/
    /*    width: 165px;*/
    /*}*/

    /*.footer-logo-grid {*/
    /*    grid-template-columns: 16% 24% 18% 20%;*/
    /*}*/

}


/* Laptop Fix */
@media screen and (max-width: 1150px) {

    .hz-line {
        padding-bottom: 12px;
        height: 145px;
    }

    .plain-list {
        padding-top: 10px;
    }

    .footer-item1 {
        margin-top: -10px;
    }

    .footer-item2 img {
        height: 40px;
    }

    .footer-item1 img {
        width: 180px;
    }

}

@media screen and (max-width: 985px) {
    .footer-logo-grid {
        grid-template-columns: 315px;
        grid-row-gap: 30px;
        margin-left: 6%;
        display: grid;
        justify-content: left;
    }

    .footer-item4 {
        margin-bottom: 20px;
        margin-top: -10px;
        padding-top: 20px;
    }

    .footer-item2 img, .footer-item1 img {
        height: auto;
    }

    .footer-item1 img {
        width: 250px;
    }

    .vert-line {
        display: none;
    }

    .plain-list {
        line-height: 23px;
    }

    .footer-item3, .footer-item4, .plain-list {
        border-left: none;
        padding-left: 0;
    }

    .hz-line {
        border: none;
    }

    .footer-item3, .footer-item4 {
        border-top: 2px solid white;
    }

    .footer-item4 {
        width: 315px;
    }

}


@media screen and (max-width: 350px) {
    .email {
        line-height: 1.5;
    }

    .hz-line {
        line-height: 1.5;
    }

    footer p {
        font-size: 0.6em;
    }

    .footer-item2 img {
        height: 46px;
    }

    .footer-item3, .footer-item4 {
        width: 275px;
    }
}

