body {
    padding-top: 90px;
    font-family: 'Source Sans Pro', sans-serif;
}

.pb-header {
    background-color: #fff;
    padding: 5px 20px;
    border-bottom: 1px solid #962D91;
}

.header-logo {
    float: left;
}

#site-slogan {
    float: left;
    line-height: 1.2em;
    margin: 8px 2px 8px 20px;
    color: #002D64;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
}

#site-slogan .slogan-line-3 {
    color: #962D91;
}

.no-text-decoration, .no-text-decoration:hover {
    text-decoration: none;
}

.logo {
    width: auto;
    height: 60px;
    margin-bottom: 3px;
    margin-top: 5px;
}

.concept-row {
    margin-bottom: 5px;
    padding: 3px;
    padding-left: 8px;
    background-color: rgba(0, 45, 100, 0.04);
    border: 1px solid rgba(0, 45, 100, 0.4);
    color: #002D64;
    border-radius: 6px;
}

.home-main {
    margin: 30px 60px;
}

.home-section h1, h2, h3 {
    color: #962D91;
}

.home-section div {
    margin-bottom: 25px;
    font-size: 16px;
}

.home-section img {
    width: 100%;
}

.footer {
    bottom: 0;
    width: 100%;
    height: 95px;
    margin-top: 20px;
    background-color: #962D91;
    color: #fff;
    z-index: 10;
}

.footer a {
    color: #fff;
}

.footer-text {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 9.5pt;
}

.footer-nav {
    background-color: #962D91;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
}

.footer-logo {
    display: inline-block;
    padding: 8px 5px 5px 10px;
    overflow: hidden;
    float: left;
    height: 70px;
}

.footer-logo-text {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    padding: 10px 15px 5px 0;
    overflow: hidden;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: -0.01875em;
    float: left;
}

.footer-link {
    line-height: 4em;
    text-decoration: none;
    padding: 24px 20px;
}

.footer-link:hover {
    text-decoration: none;
    background-color: #A3409E;
    padding-right: 20px;
}

.footer-link:focus, .footer-link:active {
    text-decoration: none;
}

.footer-panel {
    background-color: #962D91;
}

.footer-nav {
    min-height: 0;
}

.footer-nav .panel-collapse {
    padding-left: 20px !important;
}

.footer-nav .panel-collapse a {
    font-size: smaller;
}

.footer-nav .panel-collapse li {
    list-style: none none;
}

.footer-nav .has-children ul {
    padding-left: 20px;
}

#bottom-links {
    height: 25px;
    color: #000;
    background-color: #fff;
}

#bottom-links a {
    color: #000;
}

#disclaimer {
    float: right;
    color: #ccc;
    padding-right: 10px;
}

#copyright {
    float: left;
    padding-left: 10px;
}

.footer-dl {
    padding-top: 20px;
    text-wrap: none;
}

.footer-dl img {
    height: 35px;
}

.external-link {
    padding-right: 16px;
    background-image: url(external-link.png);
    background-repeat: no-repeat;
    background-position: right 3px center;
}

.link-icon-pdf,
.link-icon-mail {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: right 2px center;
}

.link-icon-pdf {
    background-image: url(pdf-icon.png);
}

.link-icon-mail {
    background-image: url(mail-icon.gif);
}

/************/
/* Responsive
/************/
@media (min-width: 319px) {
    body {
        padding-top: 136px !important;
    }

    .footer-logo, .footer-logo-text, .footer-dl {
        display: none;
    }

    .footer-nav:hover {
        background-color: #A3409E;
    }

}

@media (min-width: 767px) {
    body {
        padding-top: 136px !important;
    }

    .footer-logo, .footer-logo-text, .footer-dl {
        display: none;
    }

    .footer-nav:hover {
        background-color: #A3409E;
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 90px !important;
    }

    .footer-logo, .footer-logo-text, .footer-dl {
        display: inline-block;
    }

    .footer-nav:hover {
        background-color: #962D91;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 90px !important;
    }

    .footer-logo, .footer-logo-text, .footer-dl {
        display: inline-block;
    }

    .footer-nav:hover {
        background-color: #962D91;
    }
}

/************/
