/* Common header styles ***********************************************************************************************/
.header-base {
    height: 96px;
    background-color: rgba( 41, 51, 82, 1 );
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}

.login-page-header-base-background-color {
    /* Create a transparent header for the login page */
    background-color: rgba(41, 51, 82, .88) !important;
}

.osp-icon {
    /* Shrink the OSP icon image */
    height: 45px;
    width:  45px;
}

.oregon-open-records-text {
    font-family: Arial;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    color: white;
    margin-left: 10px;
    padding-top: .25rem;
}

/* Login page header styles: Contact Information **********************************************************************/
.contact-information-div {
    padding-top: .5em;
    padding-right: 5em;
    position: relative;
}

.contact-text {
    display: inline-block;
    font-family: "Arial", serif;
    font-size: 17px;
    font-weight: bold;
    color: white;
    vertical-align: top;
    margin-right: 1rem;
}

.contact-line {
    display: inline-block;
    width: 48px;
    height: 1px;
    background: #ffffff;
    transform: rotate(90deg);
}

.contact-information {
    display: inline-block;
    margin-top: -.725em;
    border-left: #FFFFFF thin solid;
}

.login-page-contact-information-text {
    font-family: "Arial", serif;
    font-size:   12px;
    font-weight: 100;
    line-height: 16px;
    text-align:  right;
    color:       white;
}

.header-right {
    padding-right: 4.8125rem;
    float: right;
}

.user-initials {
    color: rgba( 41, 51, 82, 1 );
}