header {
    background-image: url(../../../images/defaults/defaultBackground_1.jpg);
    min-height: 0!important;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 767.98px) {

    .noResult__title {
        font-size:20px;
    }
    .tagline strong {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .tagline .subhead {
        font-size: 14px;
    }
}

@media screen and (min-width: 576px) {
    /*.searchBox__btn {*/
        /*padding: 15px;*/
        /*border-top-right-radius: 0;*/
        /*border-bottom-right-radius: 0;*/

    /*}*/

    /*.searchBox__input {*/
        /*border-top-left-radius: 0;*/
        /*border-bottom-left-radius: 0;*/
        /*padding: 15px;*/
    /*}*/
}

@media screen and (min-width: 768px) {
    .navSection {
        padding: 0 5.5rem;
    }

    .tagline strong {
        font-size: 30px;
        margin-bottom: 7px;
    }

    .tagline .subhead {
        font-size: 24px;
    }
}

.categoryArchive {
    /*min-height: 500px;*/

}

.noResult__title {
    margin: auto;
    margin-top: 0;
    width: 100%;
    text-align: right;
}

.noResult {
    margin: auto;
    margin-top: 0;
    width: 100%;
    text-align: center;
}

.searchBox a i {
    margin-left: 1rem;
}

.searchBox a, .searchBox a i {
    font-size: 17px;
}

.tagline {
    margin-bottom: 20px;
}

strong {
    font-weight: 700;
}

.tagline .subhead {
    margin: 0;
}

.custom-select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size:14px;
}
