* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a.link {
    color: #1d76bb;
    text-decoration: none;
}

a.link:visited {
    color: #1d76bb;
}

a.link:hover {
    background: #1d76bb;
    color: #fff;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

.header-logo {
    width: 250px;
}

.header-text {
    padding-left: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #1d75bc;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    font-style: normal;
}

.divider {
    height: 50px;
    width: 100%;
    background: url(../images/divider.jpg) top center no-repeat #fff;
}

.link-list-container {
    padding: 10px;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
}

.link-container {
    width: 20em;
    margin-bottom: 5px;
}

.link {
    font-size: 16px;
    display: flex;
    align-items: top;
}

.link-icon {
    height: 64px;
    width: 64px;
    min-width: 64px;
    padding-right: 1em;
}

.footer {
    width: 100%;
    padding: 60px 0;
    background: url(../images/footer.jpg) center top no-repeat #1d75bc;
    text-align: center;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-content {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    color: #fff;
    opacity: .5;
}