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

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


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

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

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

.section-break:first-line {
    font: 20px 'HaasDisplayBold', Helvetica, Arial, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    color: #ec008b;
}
	

.pullquotes {
    font: 2.5em/3rem 'HaasDisplayBold', Helvetica, Arial, sans-serif;
    font-style: normal;
        text-transform: uppercase;
    position: relative;
    width: 58%;
    max-width: 48rem;
    margin: 1em auto;
    color: #000000;
    padding: 1em 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}


.bw-attribution-link { 
    border-bottom: none;
}
.bw-attribution-img {
    background-color: inherit;
    display: inline-block;
    max-height: 1.25em;
    padding: 4px 0 0 4px;
    margin-bottom: 0px;
}

.bw-attribution-link { 
    border-bottom: none;
}

.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;
}

.byline-feat {
    font-size: 16px;
    color: #767676;
}

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

.lede-content .divider {
    margin: 0 0 30px 0;
    width: 100%;
}

.section-break {
    padding-top: 0;
}

@media only screen and (max-width:1020px),only screen and (device-width:1020px) {
    .lede-img {
        width: 80%;
        float: none;
        display: block;
        margin: 30px auto 0;
    }

    .lede-content {
        max-width: 80%;
        margin: 0 auto;
        padding-top: 50px;
    }

    .lede-content h1 {
        font-size: 54px;
        line-height: 60px;
    }

}

@media only screen and (max-width:768px),only screen and (device-width:768px) {
    p {
        width: 90%;
    }

    .lede-img {
        width: 90%;
    }

    .lede-content {
        max-width: 90%;
    }

    .lede-content h1 {
        font-size: 40px;
        line-height: 44px;
    }

    .dek {
        font-size: 16px;
        line-height: 18px;
        display: inline;
    }

    .byline-feat {
        font-size:12px;
    }


    #graphic-desktop {
        display: none;
    }

    #graphic-tablet {
        display: block;
    }
}

@media only screen and (max-width:560px),only screen and (device-width:560px) {
    .divider {
        margin: 30px auto;
        width: 50%;
        display: none;
    }