.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.form-check-label {
    cursor: pointer;
}

.form-check-input {
    cursor: pointer;
    transition: background-color 0.3s;
}

    .form-check-input:hover {
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    }

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

@media (min-width: 768px) {
    .education-grid > .col:nth-child(odd) {
        padding-right: 1.5rem;
    }

    .education-grid > .col:nth-child(even) {
        padding-left: 1.5rem;
    }
}