  .search .breadcrumb.desktop,
.search .breadcrumb.mobile {
    display: none !important;
}

.search section.pageHeader.pageTitle {
    display: none;
}

.search .coveo-resultset {
    float: left;
    margin-left: 20px;
}

.search .CoveoResultList {
    float: left;
    margin-top: 0px !important;
}

.coveo-dropdown-header-wrapper {
    display: none !important;
}

.search .CoveoSearchInterface.global-search-interface .coveo-facet-column {
    padding-left: 0;
}

.search .CoveoSearchInterface .coveo-results-column .coveo-facet-column {
    margin: 0;
    padding-left: 0;
    padding-top: 30px;
}

.search .CoveoResult .coveo-title .CoveoResultLink::after {
    display: none;
}

.search .CoveoResult .coveo-title .CoveoResultLink.external::after {
    content: url(/assets/chicagobooth/img/newWindowMaroon.svg);
    width: 15px;
    display: inline-block;
    padding-left: 10px;
    visibility: visible;
}

/* Global settings for Coveo Search interface */
.search .CoveoSearchInterface.global-search-interface {
    padding: 30px 10.5%;
    font-family: "TradeGothic Cn 18";
    font-weight: 400;
    color: #676E74;
    background-color: transparent;
    display: block !important;
}

@media (max-width: 1024px) {
    .search .CoveoSearchInterface.global-search-interface {
        padding: 30px 20px;
    }
}

/* Settings for search box section */

.search .CoveoSearchInterface.global-search-interface .coveo-search-section {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    max-width: none;
}

    .search .CoveoSearchInterface.global-search-interface .coveo-search-section:before {
        content: "";
        height: 3px;
        width: 13.9%;
        margin-right: 5.5%;
        margin-top: 4px;
        background: #800000;
    }

    .search .CoveoSearchInterface.global-search-interface .coveo-search-section div[id*="_container"] {
        width: 60%;
    }

.coveo-search-section .CoveoSearchbox {
    width: 100%;
}

.CoveoSearchInterface.global-search-interface .coveo-main-section .coveo-results-column {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    width: 60%;
    font-family: 'Trade Gothic W01 Roman', sans-serif;
    font-weight: 400;
    color: #676E74;
}

/* Facet fonts*/

.CoveoSearchInterface.global-search-interface .coveo-facet-column {
    width: 13.9%;
    margin-right: 5.5%;
    padding: 0;
    transform: translateY(-50px);
}

/* Search box common styles*/
.CoveoSearchInterface.global-search-interface .coveo-search-section .CoveoSearchbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 2px solid #39393a;
}

    .CoveoSearchInterface.global-search-interface .coveo-search-section .CoveoSearchbox:before {
        content: "Search Results for:";
        font-size: 16px;
        line-height: 1.75;
        font-family: "TradeGothic Cn 18";
        display: flex;
        width: 100%;
        color: #39393a;
    }

/* Hide search box 'Search Glass' button*/
.search .CoveoSearchInterface.global-search-interface .coveo-search-section .CoveoSearchbox .magic-box {
    width: calc(100% - 60px);
    border: none;
    color: #39393a;
}

/* Hide X button in the right corner of input */
.CoveoSearchInterface.global-search-interface .coveo-search-section .CoveoSearchbox .magic-box .magic-box-clear {
    display: none;
}

.CoveoSearchInterface.global-search-interface .coveo-search-section .CoveoSearchbox .magic-box .magic-box-input,
.CoveoSearchInterface.global-search-interface .coveo-search-section .CoveoSearchbox .magic-box .magic-box-input input,
.CoveoSearchInterface.global-search-interface .coveo-search-section .CoveoSearchbox a.CoveoSearchButton {
    height: inherit;
    position: relative;
    border-radius: 0px;
    border: none;
    box-sizing: border-box;
}

    .CoveoSearchInterface.global-search-interface .coveo-search-section .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay {
        display: none;
    }

    .CoveoSearchInterface.global-search-interface .coveo-search-section .CoveoSearchbox .magic-box .magic-box-input input {
        display: inline-block;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 3px;
        color: #39393a;
        font-size: calc(61.04px + .3vw) !important;
        font-family: "TradeGothic Cn 18";
        padding: 4px 3px;
        background: url(/assets/chicagobooth/css/img/misc/input-bg-normal.gif) 0 bottom repeat-x #fff;
        /* height: 24px; */
        /* following guide to have same UX as in old version I made text intent 0 but seems it
                should be at least few to improve UX
                */
        text-indent: 0;
    }

/* Style search button */
.search-btn-wrapper {
    display: inline-block;
    vertical-align: middle;
}

    .search-btn-wrapper .button-search {
        display: none;
    }

.coveo-main-section div.coveo-result-list-container.coveo-list-layout-container {
    padding: 0;
}

/* RESULTSET CARD*/

.coveo-facet-header-title {
    font-size: 16px;
    width: 100%;
    color: #39393a !important
}

.coveo-list-layout-container .coveo-list-layout.CoveoResult {
    padding: 0;
    padding-bottom: 10px;
    border-bottom: none;
}

.coveo-main-section div.coveo-result-list-container > * {
    width: 100% !important;
    margin: 0 !important;
}

.coveo-facet-values li::before {
    display: none;
}

.coveo-list-layout-container .coveo-list-layout.CoveoResult:first-child {
    padding-top: 0;
}

.coveo-list-layout-container .coveo-list-layout.CoveoResult .coveo-result-frame.coveoforsitecore-template .coveo-result-cell.coveoforsitecore-information-section {
    padding: 0;
    margin: 0;
}

.CoveoSearchButton span {
    transition: transform .2s ease;
}

.CoveoSearchButton:hover span {
    transform: scale(1.15);
}

.coveo-list-layout-container .coveo-list-layout.CoveoResult .coveo-result-frame.coveoforsitecore-template .coveo-result-cell.coveoforsitecore-information-section .coveo-result-row {
    margin: 0;
}

.coveo-list-layout-container .coveo-list-layout.CoveoResult .coveo-result-frame.coveoforsitecore-template .coveo-result-cell.coveoforsitecore-information-section .coveo-title {
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
    font-size: inherit;
}

    .coveo-list-layout-container .coveo-list-layout.CoveoResult .coveo-result-frame.coveoforsitecore-template .coveo-result-cell.coveoforsitecore-information-section .coveo-title .CoveoResultLink,
    .coveo-list-layout-container .coveo-list-layout.CoveoResult .coveo-result-frame.coveoforsitecore-template .coveo-result-cell.coveoforsitecore-information-section .coveo-title .CoveoResultLink:hover {
        color: #800000 !important;
        font-size: calc(20px + .3vw) !important;
        cursor: pointer;
        text-decoration: none;
        border-bottom: 2px solid #800000 !important;
    }

.search .coveo-list-layout-container .coveo-list-layout.CoveoResult .coveo-result-frame.coveoforsitecore-template .coveo-result-cell.coveoforsitecore-information-section .coveo-title .CoveoResultLink {
    color: #39393A !important;
    transition: border-bottom .2s;
}

    .search .coveo-list-layout-container .coveo-list-layout.CoveoResult .coveo-result-frame.coveoforsitecore-template .coveo-result-cell.coveoforsitecore-information-section .coveo-title .CoveoResultLink:hover {
        color: #800000 !important;
        border-bottom: 5px solid #800000 !important;
    }

.coveo-list-layout-container .coveo-list-layout.CoveoResult .coveo-result-frame.coveoforsitecore-template .coveo-result-cell.coveoforsitecore-information-section .coveo-title .coveo-url-text {
    color: #39393A;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

.coveo-list-layout-container .coveo-list-layout.CoveoResult .coveo-result-frame.coveoforsitecore-template .coveo-result-cell.coveoforsitecore-information-section .coveo-title .highlight {
    background: transparent;
    font-size: inherit;
}

.coveo-list-layout-container .coveo-list-layout.CoveoResult .coveo-result-frame.coveoforsitecore-template .coveo-result-cell.coveoforsitecore-information-section .CoveoExcerpt {
    color: #39393A;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    display: inline-block;
}

@media (max-width: 768px) {
}

/* Pager */
.CoveoSearchInterface.global-search-interface .coveo-results-column .CoveoPager {
    width: 100%;
    margin-left: 0;
}

.CoveoSearchInterface.global-search-interface .CoveoPager {
    width: 60%;
    margin-left: 19.5%;
}

.coveo-facet-column .CoveoFacet {
    margin: 0;
    border: none;
    background: none;
}

.coveo-facet-column .coveo-facet-header {
    padding: 0;
    background: none;
    border-bottom: 3px solid #ECECEC;
    padding-bottom: 5px;
}

.coveo-facet-column .coveo-facet-header-settings-section,
.coveo-facet-column .coveo-facet-header-wait-animation {
    display: none;
}

.coveo-facet-values .coveo-facet-value {
    padding: 0;
    font-size: 16px;
    font-family: "TradeGothic Cn 18";
    padding-left: 3px;
}

.CoveoSearchInterface.global-search-interface .CoveoQuerySummary {
    font-size: 16px;
    line-height: 1.75;
    font-family: "TradeGothic Cn 18";
    display: inline-flex;
    width: 60%;
    color: #39393a;
    margin-left: 19.5%;
}

.CoveoSearchInterface.global-search-interface .CoveoPager .coveo-pager-list {
    margin: 0;
    padding: 20px 0;
    justify-content: flex-start;
}


.CoveoSearchInterface.global-search-interface .coveo-main-section .coveo-results-column .coveo-tab-section,
.CoveoSearchInterface.global-search-interface .coveo-main-section .coveo-results-column .coveo-results-header,
.CoveoSearchInterface.global-search-interface .coveo-main-section .coveo-results-column .CoveoLogo {
    display: none;
}

.CoveoSearchInterface.global-search-interface .coveo-main-section .coveo-header {
    clear: both;
}

@media (max-width: 768px) {
    .search .CoveoSearchInterface.global-search-interface .coveo-search-section div[id*="_container"] {
        width: 100%;
    }

    .coveo-facet-column .CoveoFacet,
    .CoveoSearchInterface.global-search-interface .coveo-search-section:before {
        display: none;
    }

    .CoveoSearchInterface.global-search-interface .coveo-main-section .coveo-results-column,
    .CoveoSearchInterface.global-search-interface .CoveoQuerySummary,
    .CoveoSearchInterface.global-search-interface .CoveoPager {
        width: 100%;
        margin-left: 0;
    }

    .CoveoSearchInterface.global-search-interface .coveo-search-section .CoveoSearchbox .magic-box .magic-box-input input {
        font-size: calc(16px + 7.86vw) !important;
    }
}
