body {
font: 400 17px/24px "Helvetica", "Arial", sans-serif;
background: #ffffff;
margin: 0;
padding: 0;
color: #000;
}
a {
color: #000;
}
a:hover {
color: #800000;
}
body .wrap button.menu-button {
width: 24px;
height: 24px;
background: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22 16.75c0-.414-.336-.75-.75-.75h-18.5c-.414 0-.75.336-.75.75s.336.75.75.75h18.5c.414 0 .75-.336.75-.75zm0-5c0-.414-.336-.75-.75-.75h-18.5c-.414 0-.75.336-.75.75s.336.75.75.75h18.5c.414 0 .75-.336.75-.75zm0-5c0-.414-.336-.75-.75-.75h-18.5c-.414 0-.75.336-.75.75s.336.75.75.75h18.5c.414 0 .75-.336.75-.75z' fill-rule='nonzero'/%3E%3C/svg%3E")
center/contain no-repeat;
display: none;
border: 0;
appearance: none;
cursor: pointer;
position: absolute;
right: 15px;
top: 69px;
transform: translateY(-50%);
}
.wrap {
max-width: 1182px;
padding-left: 30px;
padding-right: 30px;
box-sizing: border-box;
display: flex;
gap: 70px;
margin: 0 auto;
margin-top: 40px;
}
.wrap .sidebar {
border-top: 10px solid rgba(0, 0, 0, 0.25);
padding-top: 40px;
width: 219px;
flex-shrink: 0;
position: relative;
}
.wrap .sidebar .image-wrapper {
width: 153px;
height: 153px;
margin: 0 auto;
}
.wrap .sidebar .image-wrapper img {
width: 100%;
}
.wrap .sidebar .menu-wrapper {
position: relative;
margin-top: 40px;
width: 100%;
}
.wrap .sidebar .menu-wrapper ul {
width: 100%;
padding-left: 0;
}
.wrap .sidebar .menu-wrapper ul li {
padding: 10px;
border-top: 1px solid rgba(0, 0, 0, 0.2);
list-style: none;
}
.wrap .sidebar .menu-wrapper ul li:last-of-type {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.wrap .sidebar .menu-wrapper ul li a {
font: bold 20px/23px "Helvetica", "Arial", sans-serif;
text-decoration: none;
color: #000;
letter-spacing: -0.01px;
}
.wrap .sidebar .menu-wrapper ul li a:hover {
color: #800000;
}
.wrap .main-content {
width: 834px;
padding-top: 40px;
border-top: 10px solid rgba(0, 0, 0, 1);
display: flex;
gap: 40px;
}
.wrap .main-content .right h1 {
font: bold 60px/69px "Helvetica", "Arial", sans-serif;
margin-top: 0;
margin-bottom: 17px;
letter-spacing: -0.02px;
}
.wrap .main-content .right h1 + p {
margin-bottom: 40px;
}
.wrap .main-content .left h2 {
font: bold 20px/23px "Helvetica", "Arial", sans-serif;
letter-spacing: -0.02px;
margin-top: 20px;
color: #800000;
}
.wrap .main-content .left a {
color: #000;
text-decoration: underline;
}
.wrap .main-content .left .image-wrapper {
width: 230px;
height: 230px;
}
.wrap .main-content .left .image-wrapper img {
width: 100%;
}
.wrap .main-content .left a:hover {
color: #800000;
}
.wrap .main-content {
padding-bottom: 80px;
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
margin-bottom: 120px;
}
body.press .wrap .main-content .right h1 {
margin: 0;
}
body.press .wrap .main-content .right h2 {
color: #800000;
font: bold 60px/69px "Helvetica", "Arial", sans-serif;
margin-top: 0;
letter-spacing: -0.02px;
margin-bottom: 0;
}
body.press .wrap .main-content .right ul.press-list {
margin-top: 54px;
padding-left: 0;
max-width: 642px;
}
body.press .wrap .main-content .right ul.press-list li {
margin-bottom: 20px;
list-style: none;
line-height: 22px;
color: #555555;
}
body.press .wrap .main-content .right ul.press-list li > a {
font: 700 17px/20px "Helvetica", "Arial", sans-serif;
letter-spacing: -0.02px;
}
body.press.research .wrap .main-content .right h3 {
font: 700 20px/23px "Helvetica", "Arial", sans-serif;
letter-spacing: -0.02px;
color: #800000;
margin-bottom: 20px;
}
body.press.research a.research-statement {
margin-bottom: 70px;
display: block;
}
body.press.research .main-content .right ul.press-list {
margin-top: 0;
margin-bottom: 60px;
}
body.press.research .main-content .right ul.press-list:last-of-type {
margin-bottom: 0px;
}
body.press.research .main-content .right ul.press-list li p {
margin: 0;
}
body.press.research .main-content .right ul.press-list li b {
font-style: italic;
font-weight: 400;
}
@media screen and (max-width: 900px) {
html body {
font: 400 15px/22px "Helvetica", "Arial", sans-serif !important;
}
body .wrap {
gap: 20px;
margin-top: 20px;
padding-left: 15px;
padding-right: 15px;
flex-direction: column;
}
body .wrap .sidebar {
padding-top: 20px;
width: 100%;
max-width: 100%;
}
body .wrap .sidebar .menu-wrapper {
margin-top: 0px;
}
body .wrap .sidebar .menu-wrapper ul {
display: none;
margin-bottom: 0;
}
body .wrap .sidebar .menu-button {
display: block;
}
body .wrap .sidebar .image-wrapper {
width: 100px;
height: 100px;
margin-left: 0;
}
body .wrap .main-content {
width: 100%;
}
body.home .wrap .main-content {
flex-direction: column-reverse;
gap: 20px;
}
body .wrap .main-content .right h1 {
font: bold 38px/42px "Helvetica", "Arial", sans-serif !important;
}
body .wrap .main-content .right h2 {
font: bold 38px/42px "Helvetica", "Arial", sans-serif !important;
}
body.press.research .wrap .main-content .right h3 {
margin-bottom: 10px;
}
body.show-menu .menu-wrapper ul {
display: block !important;
}
body.press.research a.research-statement {
margin-bottom: 35px;
}
body.press.research .main-content .right ul.press-list {
margin-bottom: 30px;
}
.press-list.press-page {
margin-top: 30px !important;
}
body .wrap .main-content {
margin-bottom: 40px;
padding-bottom: 20px;
}
}
@media screen and (max-width: 450px) {
body .wrap .sidebar .image-wrapper {
width: 75px;
height: 75px;
}
body .wrap button.menu-button {
top: 57px;uchicago
}
}
<!--
-->
Leonardo Bursztyn
<meta
name="description"
content="Leonardo Bursztyn - The Saieh Family Professor of Economics"
/>
Leonardo Bursztyn
The Saieh Family Professor of Economics
Kenneth C. Griffin Department of Economics,
University of Chicago
Leonardo Bursztyn is the Saieh Family Professor of Economics at
the University of Chicago. He is also an Editor of the
Journal of Political Economy, the co-director of the Becker
Friedman Institute Political Economics Initiative, and the founder
and director of the Normal Lab.
His research uses field experiments, often combined with observational data, to better understand how individuals' main economic decisions are shaped by their social environments. His work has examined educational, labor market, financial, consumption, and political decisions, both in developing and developed countries.
Leonardo is a Research Associate at the National Bureau of Economic Research (NBER), a fellow at the Bureau for Research and Economic Analysis of Development (BREAD), and an affiliate at the Abdul Latif Jameel Poverty Action Lab (J-PAL) and at the Pearson Institute. He is also the recipient of a 2016 Sloan Research Fellowship. He received his PhD in economics at Harvard University in 2010.
const handleMobileMenuButton = (() => {
const button = document.querySelector(".menu-button");
button.addEventListener("click", () => {
document.body.classList.toggle("show-menu");
});
})();
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap"
rel="stylesheet"
/>