@media (max-width:47.99em){
    #header > .row > .span > *:nth-child(1) {
        order: 1;
    }
    #header > .row > .span > *:nth-child(3) {
        order: 3;
    }
    #header > .row > .span > *:nth-child(4) {
        order: 2;
    }
}
#ss360-layer .content-group-heading {
    margin-bottom: 1rem !important;
}
.ss360-result-link {
    font-weight: 200;
}
.globalSearch {
    padding: 0.525rem 0.9375rem;
    width: 100%;
    display: flex;
}
.globalSearch #searchBox {
    height: 40px;
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 0 0.25rem;
}
.globalSearch #ss360SearchButton {
    width: 40px;
    height: 40px;
    font-size: 0 !important;
    color: transparent !important;
    border: none !important;
    background-color: #00adef !important;
    background-position: center center !important;
    background-image: url('/images/common/search.svg') !important;
    background-repeat: no-repeat !important;
    background-size: auto 70% !important;
    color: #fff !important;
}
@media (min-width:48em) and (max-width:74.99em){
    #drc-access {
        position: absolute;
        right: 0.9375rem;
        bottom: 0.75rem;
        z-index: 1;
        padding: 0;
    }
    .globalSearch {
        margin-left: auto;
    }
}
@media (min-width:48em){
    #drc-access {
        padding-bottom: 0.5rem;
    }
    .globalSearch {
        padding: 1.9375rem 0 0 0;
        width: 11rem;
    }
    .globalSearch #searchBox {
        padding: 0 0.5rem;
        height: 30px;
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        font-size: .8rem !important;
    }
    .globalSearch #ss360SearchButton {
        width: 30px;
        height: 30px;
    }
}