body {
    margin: 0;
    background-image: linear-gradient(to left, #f7f7ff 0%, #fff 15%, #fff 85%, #f7f7ff 100%);
}

a:link, a:visited {
    color: #000;
}

a:hover {
    color: #002c98;
}

.banner {
    height: 400px;
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-position: bottom center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner img {
    border: 3px solid #002c98;
    width: 100%;
    max-width: 325px;
}

.content {
    text-align: center;
    padding-bottom: 20px;
}

.content h1 {
    padding-top: 50px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}

#ppwd-contact {
    text-align: left;
}

.hidden {
    display: none;
}

.backLink {
    text-align: left;
    height: 0;
    margin: 20px 0 0;
}