@import url('https://fonts.googleapis.com/css?family=Gaegu|Lora|Montserrat|Muli|Poppins');

/* Series Default Styles */

#wrapper {
	background: #fff;
}

#content {
	border-top: 1px solid #DCDFDF;
}

.series-page .filter-nav,
.series-title {
	display: none;
}

.series-page .series-intro {
	padding-bottom: 0;
	background-color: #fff;
	border-top: 1px solid #ced1d2;
}

.series-page .main .sc {
	border-top: 1px solid #ced1d2;
}

.ch-story-series-page {
	background-image: url("/today/wpassets/features/2018_my_own_boston/Zayas-header.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 620px;
	position: relative;
}

.ch-story-title-table-cell {
	margin: 50px auto 0 auto;
	max-width: 660px;
	text-align: center;
	background: rgba(30, 30, 30, 0.36);
	padding: 40px 40px 30px 40px;
}

.ch-story-series-page h1 {
	font-size: 60px;
	line-height: 70px;
	font-family: 'Poppins';
	font-weight: 400!important;
	color: #fff;
}

.ch-story-series-page h2 {
	font-family: 'Muli';
	font-weight: 400!important;
	font-size: 20px;
	line-height: 26px;
	color: #f9f1a8;
	padding-top: 15px;
}


.series-page-column p {
	color: #111 !important;
	font-size: 18px;
	line-height: 1.5;
}
.series-page .series-intro p a {
	color:#c12941;
	background:none;
}
.series-page .series-intro p a:hover {
	color:#a62338;
}
.series-page .ch-story-series-page {
	position:relative;
}

.lt-ie9 .series-page .ch-story-series-page img {
	float:right;
	margin:0;
}

.ch-series-title {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	z-index: 2;
	right:0;
}

.ch-series-title .ch-story-title-table {
	max-width: none;
	width:100%;
}

.series-page .series-banner-page-width {
	margin:0;
}

.ch-story-series-page {
	padding:20px;
}
.ch-series-button {
	border-top:1px solid #d8d8d8;
	padding:15px 0;
	margin:0;
	text-align:center;
}

.lt-ie9 .series-page .ch-series-button {
	margin:0 76px;
}

.ch-series-button .button {
	background:#a45330;
	padding:8px 40px;
	font-size:15px;
	line-height:19px;
}

.series-page-column {
	max-width:720px;
	padding:0 14px;
	margin:60px auto 76px auto;
}

.lt-ie9 .series-page-column,
.series-page .series-intro {
	padding:0;
}


@media only screen and (max-width: 640px) {
	.ch-story-series-page {
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 320px;
}
	.ch-story-title-table-cell {
		padding: 44px 10px 40px 10px;
	}
	.ch-series-title {
		position:static;
	}
}

@media only screen and (max-width: 1020px) {
	.ch-story-series-page {
		width: auto;
		background-position: center bottom;
	}
}

@media only screen and (max-width: 640px) {
	.ch-story-title-table-cell {
		margin: 1rem;
		text-align: center;
	}
}

@media only screen and (max-width: 420px) {
	.ch-story-series-page h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.ch-story-series-page h2 {
		font-size: 18px;
		line-height: 18px;
	}

}