.slider-wrapper {
	position: relative;
	width: 100%;
	z-index: 2;
}
.slider-button-wrapper {
	position: absolute;
	bottom: 40px;
	left: 50px;
	z-index: 4;
}
.carousel-button {
	cursor: pointer;
	background-color: transparent;
	border: none;
	padding: 0;
}
.slider-button-pause-play {
	display: inline-block;
	margin-right: 5px;
}
.slider-button-previous {
	display: inline-block;
	margin-right: 5px;
}
.slider-button-next {
	display: inline-block;
	margin-right: 5px;
}
.slider-sub-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 3;
}
.carousel-content {
	list-style: none;
	margin: 0;
	padding: 0;
}
.carousel-item {
	width: 100%;
	background-size: cover;
	background-position: top right;
	margin: 0;
}
.carousel-item:not(.active) {
	position: absolute;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin:-1px;
	overflow: hidden;
}
.carousel-item:not(.active) * {
	display: none;
}
.carousel-text {
	display: block;
	box-sizing: border-box;
	width: 650px;
	background: rgba(2, 17, 120, 0.70);
	padding: 50px 50px 120px 50px;
}
.slider-title {
	font-family: 'Noto Serif', serif;
	font-size: 5.4rem;
	font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    text-transform: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.slider-title a {
	text-decoration: none;
}
.slider-subtitle {
	font-family: 'Lato', sans-serif;
	font-size: 4.0rem;
	font-weight: 900;
    color: #ffffff;
    line-height: 1.4;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.carousel-text p {
    color: #ffffff;
}
.carousel-text p:last-child {
    margin-bottom: 0;
}
.carousel-text p a {
    display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.0;
	text-transform: uppercase;
    text-decoration: none;
	padding: 10px 30px;
	background: transparent;
	border: 1px solid #ffffff;
}
.carousel-text p a:hover,
.carousel-text p a:active {
	color: #021178;
	background: #ffffff;
}

@media only screen and (max-width: 767px) {
	.slider-title {
		font-size: 3.6rem;
		line-height: 1.4;
	}
	.slider-subtitle {
		font-size: 2.4rem;
		line-height: 1.4;
	}
	.carousel-text {
		width: 100%;
	}
}