
/*--- 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: #000;*/
	/*background-color: #fff;*/
}

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

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

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

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

.pullquotes{
	color: #f5bb16;
}

.cherub img {
	max-height:300px;
}

.sidebar_right, .sidebar_left {
    border-left: none;
    border-right: none;
}

img.vinesLg {
	display:block;
}

img.vinesMd {
	display:none;
}

img.vinesSm {
	display:none;
}


@media screen and (max-width: 1200px) and (min-width: 601px){
.sidebar_right, .sidebar_left {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

img.vinesLg {
	display:none;
}

img.vinesMd {
	display:block;
}

img.vinesSm {
	display:none;
}

}

@media screen and (max-width: 600px){
.sidebar_right, .sidebar_left {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

img.vinesLg {
	display:none;
}

img.vinesMd {
	display:none;
}

img.vinesSm {
	display:block;
}
}

