  .degree-search-typeahead {
    font-size: .85rem;
    padding: calc(.85rem + 2px) .65rem;
    height: 100%;
    border: 0;
}

@media(min-width: 576px) {
    .degree-search-typeahead {
        font-size:1.25rem;
        padding: calc(1.25rem + 2px) .75rem;
    }
}

.btn-degree-search {
    background: #ffcc00;
    border-width: 0;
    font-size: 1.25rem;
    padding: calc(.65rem + 1px) calc(1.25rem + 1px);
}

.text-shadow-primary {
    text-shadow: 4px 4px 0px #ffcc00;
}

.text-shadow-inverse {
    text-shadow: 4px 4px 0px #000000;
}

.text-shadow-primary-darker {
    text-shadow: 4px 4px 0px #a88a30;
}

@media(min-width: 576px) {
    .btn-degree-search {
        font-size:2rem;
        padding: calc(.85rem + 1px) calc(2.25rem + 1px);
        border-width: 0px;
    }
}

a.hover-parent:hover .hover-child-btn,a.hover-parent:active .hover-child-btn,a.hover-parent:focus .hover-child-btn {
    background-color: #e0b400!important
}