.mobile-nav-item a {
    font-size: 1.5rem;
    color: #005288;
    margin-right: 1em;
}

a:hover {
    text-decoration: none;
    color: #0069d9;
}

a {
    color: #005288;
    margin-right: 1em;
}

.btn-primary {
    background-color: #005288;
}

.btn-primary:hover {
    background-color: #0069d9;
}

.dropdown-toggle {
    color: white !important;
}

.dropdown-toggle:hover {
    background-color: #0069d9 !important;
}

.dropdown-item {
    color: black;
}

.dropdown-item:hover {
    background-color: #0069d9 !important;
    color: white !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.row {
    align-items: end;
}
