﻿
.footer { margin-top: 64px; margin-bottom: 35px; }
    .footer a { color: #000; }

.footerLeft img { padding-bottom: 15%; }
.footerLeft .mission { font: normal normal normal 14px/21px Poppins; }
.footerLeft .mission { border-left: solid 1px #007139; padding-left: 15px; }

.footerMid ul { margin-top: 3%; }
.footerMid li { text-transform: uppercase; font: italic normal normal 16px/25px Poppins; letter-spacing: 0.32px; }

.footerMid .navbar-second { display: flex; justify-content: space-evenly; }
    .footerMid .navbar-second a:hover { color: #007139; font: italic normal bold 15px/25px Poppins; }

.footerMid .quicklinks { margin-top: 7%; }
    .footerMid .quicklinks p { font: normal normal normal 14px/21px Poppins; margin-bottom: 6px; padding-bottom: 0px; }
    .footerMid .quicklinks .header { font: normal normal bold 20px/25px Zilla Slab; }
    .footerMid .quicklinks p a { text-decoration: underline; color: #000; }
        .footerMid .quicklinks p a:hover { text-decoration: underline; color: #3073E1; }

.footerRight { background-color: #007139; padding: 32px 0px; text-align: center; }
    .footerRight a.link { font: normal normal normal 18px/26px Poppins; color: #fff; text-decoration: underline; }
        .footerRight a.link:hover { font: normal normal bold 18px/26px Poppins; color: #fff; text-decoration: underline; }
    .footerRight form { margin: 20px 0; }
    .footerRight .socialIcons a { margin: 0 3%; }
