/* STORIES */
.stories-wrapper {
	position: relative;
	margin-bottom: 15px;
	padding: 0px 15px;
}
.stories-wrapper header.control-width,
.stories-wrapper header {
	margin-bottom: 18px;
	text-align: center;
	padding: 0px;
}
.stories-wrapper header h2 {

}
.stories-wrapper header h2 div {

}
.stories-wrapper .two-column.large-only.no-padding {
	margin-bottom: 10px;
}
.stories-wrapper .slide .slide-caption {
	padding: 10px 20px 14px 20px;
	background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
	pointer-events: none;
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.stories-wrapper .slide-caption .content-section {
	position: absolute;
	bottom: 8%;
}

.stories-wrapper .slide .slide-caption h3, .stories-wrapper .slide .slide-caption h3 a {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	max-width: calc(100% - 42px);
	margin-bottom: 5px;
}

.stories-wrapper .slide .slide-caption h3 img {
	height: 27px;
	width: 27px;
	display: inline-block;
	transform: rotate(90deg)
}
.stories-wrapper .slide .slide-caption p i {
	color: #dfa427;
	margin-right: 5px;
}
.stories-wrapper .slide .slide-caption p {
	font-size: 19px;
	font-weight: 700;
	color: #249ea2;
	font-family: 'Twentieth Century W05', sans-serif;
	letter-spacing: 2px;
}
@media screen and (max-width: 40em){ /* < 640px */
	.stories-wrapper .stories-container .slide {
		margin: 0px 0px 10px;
	}
}
@media screen and (min-width: 40.063em){ /* > 640px */
	.stories-wrapper header.control-width,
	.stories-wrapper header {
		margin-bottom: 5px;
		text-align: center;
	}
	.stories-wrapper header h2 {
		padding: 0px;
	}
	.stories-wrapper header h2 div {
		padding-left: 0;
	}
	.stories-wrapper .stories-container {
		display: flex;
		flex-wrap: wrap;
		margin: 0px;
	}
	.stories-wrapper .stories-container .slide.large-slide {
		flex: 1 1 100%;
		max-width: 100%
	}
	.stories-wrapper .stories-container .slide {
		flex: 1 1 50%;
		max-width: calc(50% - 10px);
		margin: 0px 5px 10px;
	}
	.stories-wrapper .slide.large-slide .slide-caption {
		padding-bottom: 24px;
	}
	.stories-wrapper .slide.large-slide .slide-caption h3 {
		/* font-size: 48px; */
		/* max-width: 60%; */
		/* margin-bottom: 16px; */
	}
}
@media screen and (min-width: 64em) { 
	.stories-wrapper .stories-container .slide {
		border: none;
		position: relative;
		overflow: hidden;
	}
	.stories-wrapper .stories-container .slide:hover  {
	    box-shadow: 0px 15px 30px rgba(0,0,0,0.25);
	    transition: border-color 300ms ease, border-width 300ms ease;
	    -webkit-transition: border-color 300ms ease, border-width 300ms ease;
	}
	.stories-wrapper .stories-container .slide.large-slide:hover .slide-caption {
		border: 10px solid #fff;
		-webkit-transition: border-color 300ms ease, border-width 300ms ease;
		transition: border-color 300ms ease, border-width 300ms ease;
	}
	.stories-wrapper .stories-container .slide:hover .slide-caption {
		border: 10px solid #fff;
		-webkit-transition: border-color 300ms ease, border-width 300ms ease;
		transition: border-color 300ms ease, border-width 300ms ease;
	}
}
@media screen and (max-width: 64em) and (min-width: 40.063em){ /* > 640px & < 1024px */}
@media screen and (min-width: 64.063em){
	.stories-wrapper .stories-container:nth-child(odd) {
		margin-left: 0px;
	}
	.stories-wrapper .stories-container:nth-child(even) {
		margin-right: 0px;
	}
	.stories-wrapper .stories-container .slide {
		margin: 10px 15px;
		max-width: calc(50% - 30px);
	}
	.stories-wrapper footer {
		text-align: right;
		padding: 0px 15px;
	}
	.stories-wrapper {
		position: relative;
		margin-bottom: 60px;
		padding: 0px 15px;
	}
} /* > 1024px */
@media screen and (max-width: 120em) and (min-width: 40.063em){ /* > 640px & < 1920px */}

