/*==================================================
  stronger-stories
==================================================*/
#stories-section-1 {
	position: relative;
}
#stories-section-1 img {
	/*position: absolute;
	top: calc(50% - 120px);
	right: 15%;*/
}
#stories-section-2 {
	background: #fafafa;
}
#stories-section-2 .block {
	padding-top: 75px;
	padding-bottom: 75px;
	grid-column-gap: 5%;
}
#stories-section-2 .block-left h2 {
	max-width: 420px;
}
#stories-section-2 .block-right {
	padding-left: 5%;
	padding-right: 5%;
}
#stories-section-2 .block-right p {
	font-size: 30px;
	line-height: 36px;
}
#stories-section-3 .block {
	padding: 83px 4.5% 0;/*185px 4.5% 0*/
	grid-column-gap: 8.5%;
}
#stories-section-3 .wrap {
	padding-bottom: /*56.25%*/ 0;
	padding-top: /*30px*/ 0;
	height: /*0*/ auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*margin-bottom: 130px;*/
	margin-bottom: 95px;
}
#stories-section-3 .video-wrap .videoPoster:before,
#stories-section-3 .video-wrap .videoPoster:after {
	/*top: 65%;
	left: 80%;*/
	top: 40%;
	left: 50%;
}
#stories-section-3 .video-wrap img {
	margin-top: -30px;
}
#stories-section-3 .video-wrap {
	padding-bottom: 260px;
}
#stories-section-3 .wrap h3 {
	font-family: 'Superclarendon-Rg-Bold';
	font-weight: 700;
	font-size: 24px;
	line-height: 48px;
	margin-bottom: 10px;
	margin-top: -15px;
}
#stories-featured-section h2{
    font-size: 24px;
	padding-top:130px;
	padding-bottom:60px;
}
#stories-section-4 {
	position: relative;
	min-height: 460px;
}
#stories-section-4 .text-wrap {
	min-height: 460px;
	justify-content: center;
	align-items: center;
}
#stories-section-4 .text-wrap h2 {
	color: white;
	line-height: 42px;
	text-align: center;
	max-width: 350px;
	margin-bottom: 30px;
}
#stories-section-4 .text-wrap a {
    align-items: center;
    background-color: #381192;
    color: white;
    display: flex;
    line-height: 1;
    height: auto;
    padding: 15px 0;
}
#stories-section-4 .text-wrap a:hover {
	background-color: #400099;
}
#stories-section-4 .text-wrap a img {
	margin-left: 10px;
}
.ss-form-wrap {
	background: #f6f5f5;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 30px;
	/*position: absolute;*/
	top: 0;
	width: 100%;
}
.ss-form-wrap h2 {
	font-size: 48px;
	line-height: 42px;
	color: #400099;
	margin-bottom: 50px;
}
.ss-form-wrap .wpcf7 {}
.ss-form-wrap .grid-3-col {
	max-width: 980px;
	margin: 0 auto 70px;
	grid-column-gap: 40px;
}
.ss-form-wrap .grid-3-col > div:last-child {
	margin-top: 30px;
	grid-column: 1/-1;
}
.ss-form-wrap .grid-3-col > div:last-child input {
	max-width: 100%;
}
.ss-form-wrap .grid-3-col input {
	width: 100%;
	max-width: 295px;
	border: none;
	background: transparent;
	border-bottom: 2px solid #505151;
	padding: 10px 0;
	font-size: 16px;
	color: #979493;
}
.ss-form-wrap input[type="submit"] {
	margin: auto;
	padding-right: 25px;
	position: relative;
	background: url("../images/icon-arrow-right-black-1.png") no-repeat center;
	background-position: 70% center;
}
.ss-form-wrap input[type="submit"]:hover {
	border-color: #400099;
	color: black;
	opacity: 0.8;
}
.ss-form-wrap .ajax-loader {
	display: none;
}
#stories-featured-section .videoPoster{
	height:483px;
}
#stories-featured-section .video-wrap {
    padding-bottom: 35.25%;
}
/*====================//====================*/
@media all and (max-width: 991px) {
	#stories-section-2 .block {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#stories-section-2 .block-left {
		justify-self: center;
		margin-bottom: 30px;
	}
	#stories-section-2 .block-left h2 {
		max-width: 100%;
		text-align: center;
	}
	#stories-section-2 .block-right {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	#stories-section-2 .block-right p {
		font-size: 24px;
	}
	#stories-section-3 .block {
		padding: 30px 0 0;
	}
	#stories-section-3 .video-wrap {
		margin-bottom: 30px;
	}
	#stories-section-4 .grid-3-col {
		margin: 0 auto 39px;
	}
	#stories-section-4 .grid-3-col input {
		max-width: 540px;
		margin-bottom: 10px;
	}
	#stories-section-4 .grid-3-col > div:last-child {
		margin-top: 0;
	}
	#stories-section-4 .grid-3-col > div:last-child input {
		max-width: 540px;
	}
}
