/**
   These styles are not applied to the entire application, but to specific pages as determined
   by the developer.
**/

/**
Hide login button
**/
.adt-mainMenu .adt-login {
    display:none !important;
}

/* Header styling that overrides framework resets */
.idm-section-header {
    display: block !important;
    width: 100% !important;        /* Forces it to its own line in the flexbox */
    flex-basis: 100% !important;   /* Backup flexbox rule to ensure full width */
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid #005A8B !important; /* A nice visual divider (using standard blue) */
    font-size: 1.3rem !important;
    font-weight: bold !important;
    color: #333 !important;
}