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

#main h1 {
	color: #dab04a;
	background-color: #fff;
}

.lede-content h1 {
    font-family: "Optima", Helvetica, Arial, sans-serif; 
    font-size: 3rem;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;

}

#main .dek {
	color: #000;
	background-color: #fff;
}



.lede-content .dek {
    font: 26px/32px "TiemposTextWeb-Regular", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
    font-style: normal;
    padding: 0;
}

.lede-full-width-img .lede-content .byline-feat {
    font: 16px/20px "TiemposTextWeb-Regular", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
    color: #000;
    margin: 5px 0;
    background-color: #fff;
    display: inline;
    font-weight: bold;
}

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

#main p a {
	/*color: #3c3c3c;*/
	border-bottom: 2px solid #dab04a;
}

.lede-full-width-img .lede-content {
    width: 80%;
    margin: -57% auto 0 45%;
    position: absolute;
    z-index: 1;
}

@media screen and (min-width: 560px) and (max-width: 1325px) { 
  .lede-full-width-img .lede-content { margin: 30px auto; position: relative; }
}

@media screen and (max-width: 560px) { 
  .lede-full-width-img .lede-content { width: 90%; margin: 30px auto; position: relative; }
}

.section-break:first-line {
    font: 20px "Optima", Helvetica, Arial, sans-serif; 
    font-style: normal;
    font-weight: bold;
    color: #dab04a;
}

.pullquotes {
    font: 2.2em/3.2rem "Optima", Helvetica, Arial, sans-serif; 
    font-style: normal;
    text-transform: uppercase;
    position: relative;
    width: 58%;
    max-width: 48rem;
    margin: 1.5em auto;
    color: #000;
    padding: 1.25em 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}