﻿/* ************** Header Section ******************************* */

/* -- Textual Department and Agency (Optional Use, text can be part of logo.png rather than textual) -- */
#header_department {
    display: none;
}

#header_division {
    display: none;
}

#logo_no img {
    width: 650px;
    height: 120px;
}

#header {
    background: #EFEFEF;
}

.ada-line {
    border: solid 1px #305a8c;
    width: 100%;
    margin-top: -1.5rem;
    margin-bottom: -1.3rem;
}

    .ada-line div {
        display: inline-block;
        vertical-align: top;
    }

        .ada-line div:nth-child(2n+1) {
            width: 100px;
            height: 100px;
            background: #305a8c;
            color: #fff;
            text-align: center;
            font-size: 2.5rem;
            font-weight: bold;
            padding-top: 17px;
        }
