#flightConsultantSearch {
    .constsearch-page-title {
        font-family: 'FeatureDisplay-Light';
    }

    .search-by-name > .panel > .panel-heading,
    .search-by-id > .panel > .panel-heading,
    .search-by-zip > .panel > .panel-heading,
    .search-corporate > .panel > .panel-heading {
        background-color: #f2ede8;
        color: #151514;
    }

    .search-by-name > .panel > .panel-heading > .panel-title,
    .search-by-id > .panel > .panel-heading > .panel-title,
    .search-by-zip > .panel > .panel-heading > .panel-title,
    .search-corporate > .panel > .panel-heading > .panel-title {
        font-family: 'FeatureDisplay-Light';
    }

    .search-by-name > .panel > .panel-body *,
    .search-by-id > .panel > .panel-body *,
    .search-by-zip > .panel > .panel-body *,
    .search-corporate > .panel > .panel-body * {
        font-family: 'FeatureDisplay-Light';
        font-weight: normal !important;
    }

    .btn-search-by-name,
    .btn-search-by-number,
    .btn-search-by-zip,
    .btn-continue-corp,
    .btn-search-again {
        height: 46px;
        line-height: 100%;
        font-family: 'SuisseIntl-Regular' !important;
        font-size: 14px;
        font-weight: 400;
        background-color: #B8987D;
        color: #FFF;
        border: 0 !important;
        border-radius: 100px;
        padding: 14px 23px 14px 23px;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }

    .btn-search-again > span {
        font-family: 'SuisseIntl-Regular' !important;
    }

    .search-results-title {
        font-family: 'FeatureDisplay-Light';
    }

    .search-results-null-description,
    .search-results-try-again {
        font-family: 'FeatureDisplay-Light';
        font-size: 16px;
    }

    .search-results-try-again {
        margin-bottom: 20px !important;
    }
}