#ela_head {
	background-color: #FFFFFF;
}
#ela_head .ela-logo {
    max-width: 200px;
}
#ela_head .btn-primary {
    background-color: #001D85;
    border-color: #001D85;
}
#ela_head .btn-primary * {
    color: #FFFFFF !important;
}
#ela_head .btn-primary:hover {
    background-color: #1F35A2;
    border-color: inherit;
	text-decoration: none;
}
#ela_head .social {
    color: #001D85;
}
#ela_head .breadcrumb * {
    font-size: 14px !important;
}
#ela_head .breadcrumb a {
    color: #001D85;
    text-decoration: none;
}
#ela_head .breadcrumb a:hover {
    text-decoration: underline;
}

#ela_foot .bcl-footer--neutral {
    background: #000F43;
}
#ela_foot .bcl-footer--neutral p {
    color: #FFF;
}
#ela_foot .bcl-footer__logo {
    max-width: 220px;
}
#ela_foot .bcl-footer--neutral div.col-12:first-child p:nth-child(2) {
    margin-top: 1rem;
    max-width: 70%;
}
#ela_foot .bcl-footer [class*=border-] {
    border-color: #ABD5BD !important;
}
#ela_foot .bcl-footer--neutral a,
#ela_foot .bcl-footer--neutral a * {
    color: #FFF;
}
#ela_foot a.standalone {
    text-decoration: transparent;
}
#ela_foot a.standalone:hover {
    text-decoration: underline;
}
#ela_foot .icon--xs {
    display: inline-block;
    height: 1rem;
    position: relative;
    top: 2px;
    width: 1rem;
}
#ela_foot .me-2-5 {
    margin-right: .75rem !important;
}

@media (min-width: 992px) {
    #ela_foot .bcl-footer__logo {
        max-width: 170px;
    }
}