
@font-face {
    font-family: "Futura LT W01 Bold";
    src: url("Futura LT W01 Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Avenir LT W01_65 Medium1475532";
    src: url("Avenir LT W01_65 Medium.woff2") format("woff2");
}

body {
	padding: 20px;
    font: 400 1rem/1.875rem "Avenir LT W01_65 Medium1475532", sans-serif;
	font-family: "Avenir LT W01_65 Medium1475532", sans-serif	
}

body a {
    color: #b20c42;
    text-decoration: none;
}

body a:hover{
    text-decoration: underline;
}


nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 1em;
    text-transform: none;
    margin: -20px 0;
    padding: 0;
    font-weight: bold;
	flex-wrap: wrap;
}

nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
	text-align: center;
	line-height: 1.2em;
}

nav ul li a {
    display: block;
	padding: 1em;
	font-family: "Futura LT W01 Bold", "Avenir LT W01_65 Medium1475532", sans-serif
}


nav ul li.current-menu-item
, nav ul li:hover
{
    background: #b20c42;
}
nav ul li.current-menu-item a
, nav ul li:hover a
{
    color: white;
	text-decoration: none;
}

#header {
    color: #2c3d44 !important;
    text-decoration: none;
    font-family: "Futura LT W01 Bold", "Avenir LT W01_65 Medium1475532", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    display: table;
    width: 100%;	
}

.header-text {
    line-height: 1.2em;
}

#header > * {
	display: table-cell;
	vertical-align: middle;	
}

#header .header-image {
    background-image: url('../images/mitsloan-logo.png');
    background-repeat: no-repeat;
    background-size: auto 3em;
	background-position: left center;	
    height: 3em;
    width: 6.2em;
}
 
.wrapper > * {
	max-width: 1140px;
	width: auto;
	margin: 0 auto;

}
 
.footer {
    font-family: "Futura LT W01 Bold", "Avenir LT W01_65 Medium1475532", sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
} 

.footer .copyright {
    align-self: flex-end;
    font-size: 0.8em;
}
 
 
 
.wrapper.header-wrapper {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;	
}

.wrapper.nav-wrapper {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.wrapper.footer-wrapper {
    border-top  : 1px solid #ededed;
    padding-top: 20px;
    margin-top: 60px;
}


.article > div > * {
    float: left;
    width: 80%;
}

.article > div > * img {
    width: 100%;
}

.article > div > * p {
    margin-top: 0;
}

.article > div > *:first-child {
    width: 20%;
    display: block;
   
}


.article > div > * > div {
    padding-left: 10px;
}

.article {
    clear: both;
} 

.clear {
    clear: both;
}


@media only screen and (max-width:700px) {
	#header {
		font-size: 20px;
	}
 
	body {
		padding: 5px;
	}
	
	nav ul {
		font-size: 0.8em;
	}
	
 
}
  
@media only screen and (max-width:400px) {
	#header {
		font-size: 16px;
	}
 
}
 

