@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Lato:900italic,900);

#main-content.sponsored-page {
	border-top: 8px solid #F0B5BA;
}
.sponsored-page h1 {
	margin-top:0;
}
em.sponsor-note {
	color:#777;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	line-height:16px;
}
.sponsored-page h3.sponsor-kicker {
	font-family: 'Lato', 'sans-serif';
	font-weight:normal;
	font-size:24px;
	line-height:24px;
	margin:40px 0 0 0;
	color:#888;
}
.sponsored-page h1 {
	text-transform:none;
	margin-top:4px;
	font-family:Georgia, serif;
}
.sponsored-page article div.sponsor-deck {
	font-size: 33px;
    line-height: 35px;
    font-weight: 200;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    margin: 0px auto;
    color: #222;
}
.sponsored-page .body-copy h3 {
	text-transform:none;
	margin:22px 0 4px 0;
	font-size:28px;
	font-style:italic;
	font-family:Georgia, serif;
}

/**** HOMEPAGE STYLES ****/
.home-picks div.sponsored {
	background:#F0B5BA;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.home-picks div.sponsored p {
	color:#222;
}


/* Tablet Landscape Size */
@media screen and (max-width: 1024px) {
	.sponsor-headline {
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		padding:0 25px;
	}	
}
@media screen and (max-width:480px) {
	.sponsored-page article div.sponsor-deck {
		font-size: 23px;
    	line-height: 25px;
    	margin: 0px auto;
   }
   .sponsor-headline {
	   padding:0 15px;
   }
}
