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

/* Temporary fix to work around issues with top nav */
.bb-nav-root h1 { 
	font-size: 30px; 
	line-height: 30px;
}


/* .ad .adContainer { 
  background: #283f8b !important;
} */


#main h1 {
	color: #f42434;
	background-color: transparent;
}


#main .dek {
	color: #565160;
	background-color: transparent;
}


.lede-img {
    float: left;
    margin: 30px 60px 30px 3%;
    position: relative;
    width: 45%;
}


.lede-content {
  max-width: 40%;
  position: relative;
  margin: 0 5% 30px auto;
  text-align: left;
  padding-top: 100px;
}

.hed {
  padding-bottom: 20px;
}

.lede-content h1 {
  font-style: normal;
  text-transform: uppercase;
  font-family: 'HaasDisplayBold', Helvetica, Arial, sans-serif;
  font-size: 62px;
  line-height: 65px;
  font-weight: normal;
  vertical-align: middle;
  display: inline;
  color: black;
  padding-top: 60px
}

.dek {
  font-size: 22px;
  text-align: left;
  max-width: none;
  padding: 0;
  margin-bottom: 2px;
}


#main .byline-feat {
	/*color: #000;*/
	/*background-color: #fff;*/
}

#main p a:not(.bw-attribution-link) {
  /*color: #fbc77b;*/
  border-bottom: 2px solid #283f8b;
}

.lede-contained-img {
  /*background-image: url("../img/IMAGE.jpg");*/
}


.photo-info figcaption {
  color: #565160;
}

.credit {
  color: #565160;
}


.divider {
    width: 100%;
    height: 15px;
    background-color: #283f8b;
    margin: 60px auto;
    padding-top: 6px;
}

.section-break:first-line {
  color: #f42434;
}

