
/*--- WRITE YOUR CSS HERE ---*/

@font-face {
  font-family: 'Neuzeit Bold';
  src: url("../fonts/n001004tWeb.eot"),
  	   url("../fonts/n001004tWeb.woff") format("woff");
}

@font-face {
  font-family: 'Neuzeit Black';
  src: url("../fonts/n001006tWeb.eot"),
  	   url("../fonts/n001006tWeb.woff") format("woff");
}

@font-face {
  font-family: 'Neuzeit Cond';
  src: url("../fonts/n001046tWeb.eot"),
  	   url("../fonts/n001046tWeb.woff") format("woff");
}

@font-face {
  font-family: 'Balto Bold';
  src: url("../fonts/baltoweb-bold.eot"),
  	   url("../fonts/baltoweb-bold.woff") format("woff");
}

@font-face {
  font-family: 'Balto Black';
  src: url("../fonts/baltoweb-black.eot"),
  	   url("../fonts/baltoweb-black.woff") format("woff");
}

@font-face {
  font-family: 'Antwerp_BB_MediumItalic';
  src: url('../fonts/Antwerp_BB_MediumItalicWEB.woff') format('woff');
}

em > em {
  font-family: "TiemposTextWeb-Regular", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
}

.lede-text-under {
  position: relative;
  background: black;
  padding: 1em 0;
}

.lede-text-under .lede-content {
	padding: 0;
	margin-bottom: 30px;
  /*background: black;*/
}

#main h1 {
  font: 4em/1em 'Antwerp_BB_MediumItalic';
  color: #fff;
}

@media (max-width: 600px) {
  #main h1 { font-size: 3em; }
}
@media (max-width: 440px) {
  #main h1 { font-size: 2em; }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .lede-text-under .lede-content {
    width: 80%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 560px) {
  .lede-text-under .lede-content {
    width: 90%;
    max-width: 100%;
  }
}
@media screen and (max-width: 559px) {
  .lede-text-under .lede-content {
    width: 90%;
    max-width: 100%;
  }
}

.lede-text-under .lede-content a {
  color: white;
}

.lede-text-under .top {
  /*position: absolute;*/
  display: inline-block;
  width: 100%;
  top: 2em;
  color: white;
}

.lede-text-under .bottom {
  /*position: absolute;*/
  display: inline-block;
  bottom: 0;
  width: 100%;
  color: white;
}

.lede-text-under .top .dek, .lede-text-under .bottom .byline-feat {
  color: white;
  margin: 0;
}

.img_full {
  width: 100%;
  max-width: none;
}
.img_full img {
  width: 100%;
}
.img_full .photo-info {
  border-bottom: none;
}
.img_full figcaption {
  text-align: center;
}

.divider {
	width: 60%;
	max-width: 720px;
	height: 10px;
	background-color: #febe10;
	margin: 50px auto;
}

.name {
	font-family: 'Balto Bold';
	text-transform: uppercase;
	font-size: 16px;
}

.pullquotes {
	color: #000;
	text-align: left;
	padding: 20px 0 0 0;
	width: 60%;
	max-width: 720px;
	border-top: 10px solid #febe10;
	border-bottom: none;
}

.bw-attribution-img {
	height: 18px;
}

/* FOOTNOTES */
[data-footref] {
  border-bottom: 2px dotted #febe10;
  cursor: pointer;
}
[data-footref]:hover {
  border-bottom: 2px solid #febe10;
}
[data-footref].stuck {
  border-bottom: 2px solid #febe10;
}
[data-footnote] {
  position: absolute;
  width: 20em;
  pointer-events: none;
  opacity: 0;
  
  background: black;
  color: white;
  font: sans-serif;
  font-size: .7em;
  line-height: 1.3em;
  padding: 1em;
}
[data-footnote].stuck {
  pointer-events: all;
}
[data-footnote].stuck::after {
  display: block;
  position: absolute;
  top: .1em;
  right: .25em;
  color: white;
  content: "×";
  font-size: 2em;
  cursor: pointer;
}
[data-footref]::after {
  /*content: ' ✱';*/
  content: attr(data-footref);
  color: #febe10;
  font-weight: bold;
  font-size: .7em;
  vertical-align: top;
  padding-left: 2px;
}

.bannerad-sized {
  text-align: center;
}
.bannerad-sized iframe {
  margin: 0em 0;
}