﻿/* Global JUF Footer 
   ---------------------------------------- */

.global-juf-footer {
    color: #999999;
    margin-top: 40px;
    margin-bottom: 40px;
}

.global-juf-footer .footer-logo {
    margin-bottom: 12px;
}

    .global-juf-footer p {
        color: #888888;
        line-height: 1.6;
        margin-bottom: 4px;
    }

    .global-juf-footer a {
        color: #62a5d0;
        text-decoration: none;
    }

        .global-juf-footer a:hover {
            color: #007dc3;
            opacity: 1.0;
            text-decoration: none;
        }

    .global-juf-footer a.footer-donate {
        color: #DD7F1D;
     }

    .global-juf-footer a.footer-donate:hover {
        color: #D1731E;
     }
