.text-primary {
    color: #5697d0 !important;
}

.bg-primary, .menu-link:hover {
    background-color: #e7eced !important;
}

.menu-link {
    text-decoration: none;
}

.text-light {
    color: #f7f8f8 !important;
}

.menu-link:hover {
    color: #5697d0 !important;
}

.text-highlight {
    color: rgba(23, 26, 29, 0.8) !important;
}

.border-highlight {
    border-color: rgba(23, 26, 29, 0.8) !important;
}

.bg-light {
    background-color: #f7f8f8 !important;
}

.bg-dark {
    background-color: rgba(23, 26, 29, 0.8) !important;
}

.border-light {
    border-color: #ddd !important;
}

.btn-white {
    background-color: white;
}

.btn-white:hover {
    background-color: #f7f8f8;
}

.btn-light {
    border-color: #1e2e55;
    color: #1d416f;
}

small {
    font-size: 0.85em;
}

.hover {
    cursor: pointer;
}

a {
    text-decoration: none;
}

a:hover {
    color: #5697d0;
}

.row {
    padding: 0 !important;
}

.w-33 {
    width: 33.3333%;
}

.img-hover:hover {
    opacity: 0.85;
}

h2.h4 {
    color: #1F2E56;
}

p a {
    color: #5697d0 !important;
}

.highlight:hover {
    background-color: #f7f8f8;
}

p.ms--5 {
    margin-left: -5px;
}