/* ******************** */
/* Banners and Stripes  */
/* ******************** */

.banner {
	height: 340px;
	width: 945px;
	overflow: auto;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -270px!important
}

.stripes {
	margin-top: 205px;
	height: 65px
}

.banner-rtl,
.banner-ltr {
	background-color: white
}

.banner-rtl .banner {
	background-position: left 30px center;
	animation: slideInLeft;
	animation-duration: 1s
}

.banner-ltr .banner {
	background-position: right 30px center;
	animation: slideInRight;
	animation-duration: 1s
}

.banner-ltr .stripes {
	background: linear-gradient(
				270deg,
				#00302A 0,
				#00302A 30px,
				transparent 30px,
				transparent 75%,
				#00302A 75%)
}

.banner-rtl .stripes {
	text-align: right;
	background: linear-gradient(
				90deg,
				#C84330 0,
				#C84330 30px,
				transparent 30px,
				transparent 75%,
				#C84330 75%)
}

@media (max-width: 991.98px) {

	.banner-ltr {
		padding-bottom: 0
	}

	.banner-rtl {
		padding-bottom: 0
	}

	.banner-ltr .stripes {
		text-align: right;
		background-color: #00302A
	}

	.banner-rtl .stripes {
		background-color: #C84330
	}

}

.stripes .learn-more {
	color: #FFF;
	border: none;
	box-shadow: none;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 65px
}

.stripes .learn-more:hover,
.stripes .learn-more:active,
.stripes .learn-more:focus {
	color: #FFF;
	background-color: unset
}

.banner img.chevron-left,
.banner img.chevron-right {
	filter: invert(1)
}
