body {
  /* font-size: 13px; */
}

/*
body, nav ul li, #grid .tile .style-2.overview .body, .single-tile .tile .style-2.overview .body, #grid .tile .style-2.overview .body h2, .single-tile .tile .style-2.overview .body h2, #grid .tile .style-12 .body, .single-tile .tile .style-12 .body, #grid .tile, .single-tile .tile, nav#footer-navigation ul li h3, #grid .tile .style-2 .body, .single-tile .tile .style-2 .body, .page .intro, #grid .tile .style-4 .body, .single-tile .tile .style-4 .body {
  font-family: sans-serif;
}
*/

#grid .tile .cta-hover, .single-tile .tile .cta-hover {
  background: url(/assets/img/ie/bg-white-opacity.png);
}

.page .intro .inner-main ul li, .page .column-main .column-main-inner .inner-main ul li {
  background: url(/assets/img/ie/icon-arrow.png) no-repeat 0 0;  
}

/*
 * Typekit Font Nuances with IE
 * http://help.typekit.com/customer/portal/articles/6855-using-multiple-weights-and-styles
 */
body {
  font-family: 'proxima-nova-n4', sans-serif;
  font-style: normal;
  font-weight: 400;
}
nav ul li,
#grid .tile .cta,
#grid .tile .cta-hover .cta-text, .single-tile .tile .cta-hover .cta-text,
#grid .tile .inner.vertical-stack .body p, .single-tile .tile .inner.vertical-stack .body p {
  font-family: 'proxima-nova-n4', sans-serif;
  font-style: normal;
  font-weight: 400;
}
#grid .tile .body h2, .single-tile .tile .body h2,
#grid .tile .body p, .single-tile .tile .body p,
.page .intro {
  font-family: 'proxima-nova-n2', sans-serif;
  font-style: normal;
  font-weight: 200;
}