#report_headings-header {
    margin-bottom: 30px;
    color: #003299;
}

#report_headings-header h1 {    	
    margin-top: 40px;
    font-size: 34px
}

#report_headings-header h2 {
    font-size: 24px
}


#report_headings-header h4 {
  color: black;
  font-size: 10px;
}

.nav {
    background-color: #4076bf;
    margin-top: 5px;
    width: 100%;
    height: 6rem;
}

.header-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.btn-group-justified {
    margin-top: 10px;
}

#mod_switch {
    margin-left: 10px;
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
}

.btn-navbar-button {
    background-color: #003299;
    color: white;
    height: 5rem !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .25px;
    border-radius: 0;
}

.btn-navbar-button:hover {
    background-color: white;
    color: #003299;
}

.btn-navbar-button.active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #fff;
    color: #003299;
}

.btn-navbar-button.focus {
    background-color: white !important;
    color: #003299 !important;
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    float: left;
    width: auto;
}

#mod_switch > div > div:nth-child(2) > button {
    margin-left: 10px;
}

/* Bp640 */
@media (max-width: 839px) {
    #report_headings-header h1 {
        font-size: 24px;
        width: 70%;
    }
    #report_headings-header h2 {
        font-size: 14px;
    }
    #report_headings-header h3 {
        font-size: 10px;
    }
}

/* Bp840 */
@media (max-width: 1024px) {
    #report_headings-header h1 {
        font-size: 24px;
        width: 90%;
    }
    #report_headings-header h2 {
        font-size: 14px;
    }
    #report_headings-header h3 {
        font-size: 10px;
    }
}

/* Bp1025 */
@media (max-width: 1279px) {
    #report_headings-header h1 {
        font-size: 24px;
        width: 100%;
    }
    #report_headings-header h2 {
        font-size: 14px;
    }
    #report_headings-header h3 {
        font-size: 10px;
    }
}

