.externalIdentity {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}
.externalIdentity-container {
    background-color: #fff;
    border-radius: 0.5em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    color: #333;
    display: flex;
    flex-direction: column;
    padding: 2.1rem;
    position: absolute;
    right: 0;
    width: 23.75em;
    z-index: 100000;
}
.externalIdentity-close {
    position: absolute;
    right: 0;
    top: 0;
}
.externalIdentity-close button {
    background: none;
    border: none;
    width: 3rem;
    height: 3rem;
}
.externalIdentity-close button svg {
    width: 14px;
}
.externalIdentity-close button:focus {
    outline: 3px solid #0c5674;
    outline-offset: -3px;
}
.externalIdentity-user {
    font-size: 1.125rem;
    margin: 0.2rem 0 1.5rem;
}
.externalIdentity-user--button {
    background-color: #A7001F;
    border-radius: 3em;
    color: #fff !important;
    display: flex;
    height: 3em;
    justify-content: center;
    line-height: 3em;
    width: 100%;
    margin-bottom: 2rem;
    text-decoration: none;
}
.externalIdentity-user--button:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}
.externalIdentity-user--button:focus {
    outline: 3px solid #0c5674;
    outline-offset: -3px;
}
.externalIdentity-link {
    align-items: center;
    color: #00608a !important;
    display: inline-flex;
    height: auto !important;
    font-size: 1em !important;
    padding: 0 !important;
    text-decoration: none;
    margin: 0.2rem 0;
}
.externalIdentity-link:hover {
    background-color: inherit !important;
    color: #00608a !important;
    text-decoration: underline;
}
.externalIdentity-link:focus {
    outline: 3px solid #0c5674;
    outline-offset: -3px;
}
.externalIdentity-link__small {
    color: #00608a !important;
    font-size: 0.875em;
    padding: 0 !important;
    text-decoration: underline;
}
.externalIdentity-link__small:hover {
    background-color: inherit !important;
    color: #00608a !important;
    text-decoration: underline;
}
.externalIdentity-link__small:focus {
    outline: 3px solid #0c5674;
    outline-offset: -3px;
}
.externalIdentity-link svg {
    width: 0.625em;
    margin-left: 0.5em;
}
.externalIdentity-footer {
    align-items: center;
    display: flex;
}
.externalIdentity-logout {
    background-color: #746C52;
    border: 2px solid #666666;
    border-radius: 0.25em;
    color: #fff !important;
    font-size: 0.875em;
    margin-left: auto;
    padding: 0.5em 1em;
    text-decoration: none;
}
.externalIdentity-logout:hover {
    color: #fff;
    text-decoration: underline;
}
.externalIdentity-logout:focus {
    outline: 3px solid #0c5674;
    outline-offset: -3px;
}
.externalIdentity-hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #E4E6DD;
}
.externalIdentity-hide {
    display: none;
}
.externalIdentity-h5 {
    font-size: 1.125em;
    margin: 0.8rem 0;
}
.externalIdentity ul {
    list-style: none;
    margin: 0;
}