:focus-visible {
    outline: 2px solid #000000 !important;
}

/*Header Styling*/
#BasicNav {
    background-color: white;
    padding: 16px 32px;
}

/*Footer Styling*/
.HamCo-footer, #copyright, .footer-links {
    background: #2f4B69;
    color: white;
    font-size: 1.15em;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.footer-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    list-style: none;
}

.footer-links li a {
    color: white;
    text-decoration: none;
    padding: 0 25px;
}

.footer-links li a:hover {
    text-decoration: underline;
}

/*Blue App Title Bar*/
.thisAppTitle {
    background: #2f4B69;
    font-size: 1.6em;
    font-weight: 400;
    font-family: Arial, san-serif;
    color: #ffffff;
    margin: 0 0 0px 0;
    border-bottom: 2px solid #343a40;
    padding: 0px 0px 0px 20px;
}

.breadcrumbsGrey {
    height: 48px;
    background-color: #f8f9fa;
    padding: 14px 20px;
    color: #344A68;

}

.breadcrumbsGrey a:hover {
    color: black;
    text-decoration: underline;
}

/*Override Telerik Styles*/
.k-toolbar.k-toolbar-resizable {
    flex-wrap: wrap !important;
}

@media (max-width: 1200px) {
    .container {
        justify-content: space-evenly;
    }
}
