  
.no-color-header header .logo::before {
    width: 11rem;
    background-image: url(/-/media/Project/黑料传送门-Booth/Enterprise-Events/Meeting-of-the-Minds/SI.svg);
        
}

@media screen and (min-width:960px){
    .header-bgcolor header .logo::before {
        width: 11rem;
        background-image: url(/-/media/Project/黑料传送门-Booth/Enterprise-Events/Meeting-of-the-Minds/SIWhite.svg);
        
    }
}

@font-face {
	font-family: 'Gotham Book';
	src:url('/assets/chicagobooth/css/fonts/gotham/woff2/Gotham-Book_Web.woff2') format('woff2'),
		url('/assets/chicagobooth/css/fonts/gotham/woff/Gotham-Book_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

h1, h2, h3 {
    font-family: Gotham Book !important;
}
.footerlinks-container div:nth-of-type(2), .footerlinks-container div:nth-of-type(4) {display:none;}
footer .footer-links ul {width:50%;}
footer .footer-links ul:not(:first-of-type) {display: none;}
footer .offerings-section {
    padding-top: 20px;
    justify-content: start;
}
footer .offerings-section a.btn {
    margin-right:20px;
}

@media screen and (max-width:768px){
    footer .footer-links ul {display:none;}
    footer .footer-links ul:first-of-type {display:flex; width:100%; border-bottom:0px;}
}