/* Existing CSS */

.active {
    color: #4E95F1 !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #4F96F3 !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

@media (max-width:1709.98px) {
    .bg-between {
        background-image: none !important;
    }
}

/* Custom CSS */

.dtk--blue {
    color: #4E95F1;
}

.dtk--light-blue {
    color: #6C8AEC;
}

.dtk--light-grey {
    color: #858585;
}

.dtk--grey {
    color: #6E6E6E;
}

.dtk--lift {
    transition: box-shadow .25s ease, transform .25s ease
}

.dtk--lift:focus,
.dtk--lift:hover {
    transform: translate3d(0, -3px, 0)
}

/* Offset Navbar */
span.anchor {
    margin-top: -6.125rem; /* height of nav, in this case 54px */
    display: block;
    height: 6.125rem; /* height of nav, in this case 54px */
    visibility: hidden;
    position: relative;
}