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

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

#main h1 {
	/*color: #ef7465;*/
	/*background-color: #fff;*/
}

#main .dek {
	/*color: #79b669;*/
	/*background-color: #fff;*/
}

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

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

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

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

.section-break:first-line {
  font: 20px "HaasDisplayBold", Helvetica, Arial, sans-serif;
  color: #79b669;
}

.pullquotes {
    color: #ea0f56;
 }
