﻿body {
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #004964;
}

a {
    text-decoration: none;
    color: #004964;
}

hr {
    border: 1px solid #CCDBE0;
    border-bottom: none;
}

    hr.footer {
        margin:24px 0;
    }

h2 {
    font-size: 36px;
    margin:0;
}

p.contact-list-name {
    padding: 0 0 18px 0;
    line-height: 22px;
    text-align: inherit;
}

.abstract {
    color: #000;
    line-height: 22px;
}

.btn {
    background: #ccdbe0;
    color: #004964;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    padding: 12px 18px 12px 18px;
    text-decoration: none;
    margin-top:.5rem;
    display:inline-block;
}

.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important; /* 2 */
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; /* 3 */
}