.dtic-header {
    margin: 0 auto;
    max-width: 100%;
    background-color: #262051;
    color: #fff;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.usa-navbar {
    display: flex !important;
    align-items: center;
    width: 100%;
    height: 100px;
    max-width: 1380px;
    margin: 0 auto;
    padding: .75rem 0;
    box-sizing: border-box;
    border-bottom: 0px!important;
}

.bottomDivider{
    border-top: 3px solid darkslateblue;
}  

.dtic-app-logo {
    height: 55px;
    margin-right: 15px;
    display: inline-block;
    top: -13px;
    position: relative;
}

.mainDticLogo {
    height: 80px !important;
    top: 3.5px !important;
    position: relative;
}