src:local('Droid Sans Bold'),local('DroidSans-Bold'),url('http://themes.googleusercontent.com/static/fonts/droidsans/v3/EFpQQyG9GqCrobXxL-KRMXbFhgvWbfSbdVg11QabG8w.woff')format('woff');
src:local('Open Sans Italic'),local('OpenSans-Italic'),url('http://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBrrIa-7acMAeDBVuclsi6Gc.woff')format('woff');
}
@font-face{
font-family:'Open Sans';
font-style:normal;
font-weight:800;
src:local('Open Sans Extrabold'),local('OpenSans-Extrabold'),url('http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hqRDOzjiPcYnFooOUGCOsRk.woff')format('woff');
}
@font-face{
font-family:'Open Sans';
font-style:italic;
font-weight:800;
src:local('Open Sans Extrabold Italic'),local('OpenSans-ExtraboldItalic'),url('http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxsBo4hlZyBvkZICS3KpNonM.woff')format('woff');
}
// Extends
//---------------------------------------- //
.wrapper{
@includebox-sizing(border-box);
margin:0auto;
max-width:$fg-max-width;
min-width:$fg-min-width;
padding:lh();
width:flex-grid(12);
}
.subpage{
@extend.clearfix;
@extend.wrapper;
>div{
padding-left:flex-grid(4)+flex-gutter();
p{
margin-bottom:lh();
}
h1{
margin-bottom:lh(.5);
}
h2{
font:18px$header-font-family;
color:#000;
margin-bottom:lh(.5);
}
ul{
list-style:discoutsidenone;
li{
list-style:discoutsidenone;
}
}
}
}
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.button{
@includeborder-radius(3px);
@includeborder-radius(3px);
@includeinline-block();
@includetransition();
background-color:$mit-red;
color:#fff;
margin:lh()0lh(.5);
padding:lh(.25)lh(.5);
text-decoration:none;
font-style:normal;
-webkit-font-smoothing:antialiased;
&:hover{
background-color:darken($mit-red,10%);
}
span{
font-family:Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;