﻿/*
     .----------------.  .----------------.  .----------------.  .----------------.  .----------------.  .----------------. 
| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |
| |  _________   | || |     ____     | || |     ____     | || |  _________   | || |  _________   | || |  _______     | |
| | |_   ___  |  | || |   .'    `.   | || |   .'    `.   | || | |  _   _  |  | || | |_   ___  |  | || | |_   __ \    | |
| |   | |_  \_|  | || |  /  .--.  \  | || |  /  .--.  \  | || | |_/ | | \_|  | || |   | |_  \_|  | || |   | |__) |   | |
| |   |  _|      | || |  | |    | |  | || |  | |    | |  | || |     | |      | || |   |  _|  _   | || |   |  __ /    | |
| |  _| |_       | || |  \  `--'  /  | || |  \  `--'  /  | || |    _| |_     | || |  _| |___/ |  | || |  _| |  \ \_  | |
| | |_____|      | || |   `.____.'   | || |   `.____.'   | || |   |_____|    | || | |_________|  | || | |____| |___| | |
| |              | || |              | || |              | || |              | || |              | || |              | |
| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |
 '----------------'  '----------------'  '----------------'  '----------------'  '----------------'  '----------------' 
*/
.albany-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #2a2e3d;
}

.albany-footer__list-title {
    color: white;
    font-size: 2em;
}

.albany-footer__link-container {
    display: flex;
    justify-content: space-between;
    color: white;
    padding-top: 30px;
    padding-left: 8%;
    padding-right: 8%;
}

.albany-footer__list {
    list-style-type: none;
    padding: 0;
}

.albany-footer__list-item > a {
    color: white;
    padding-left: 0;
}

.albany-footer__legal {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
    color: rgba(255,255,255,0.5);
}

    .albany-footer__legal > a {
        padding-top: 0;
        padding-bottom: 0;
        color: rgba(255,255,255,0.5);
        font-size: 13px;
        line-height: 10px;
    }

        .albany-footer__legal > a.albany-footer__legal--border {
            border-right: 1px solid rgba(255,255,255,0.5);
        }

        /**/
.albany-footer__banner {
    display: flex;
    padding-top: 15px;
    justify-content: center;
    color: rgba(255,255,255,0.5);
    background-color: dimgray;
}

    .albany-footer__banner > a {
        padding-top: 0;
        padding-bottom: 0;
        color: rgba(255,255,255,0.5);
        font-size: 13px;
        line-height: 10px;
    }

        .albany-footer__banner > a.albany-banner--border {
            border-right: 1px solid rgba(255,255,255,0.5);
        }
