#top_menu_container.container {
    max-width: 1530px;
}

/* there is subtle differences in header styling need to fix, due to optivia pages containing different bootstrap version cdn */
header .navbar-toggler:focus{
    outline: none;
    box-shadow: 0 0 0 0.25rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}