/* Hero Section =========================================================*/
.slider1920800 {
	 position: relative;
}
.slider1920800 li{
	 float: left;
}
.slider1920800 .sImgWrapper {
	 position: relative;
	 text-align: center;
}
.slider1920800 .sImgWrapper img {
	 max-width: 100%;
	 width: 1920px;
}
.slider1920800 .sImgWrapper:after {
	content: '';
	width: 1920px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	background-image: url("/portals/_default/skins/skin088/images/hero-overlay.png");
	mix-blend-mode: color-burn;
	background-size: cover;
	transform: translateX(-50%);
}
.slider1920800 .skHeroWrapper {
	padding-left: 44px;
	width: 790px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
}
.slider1920800 h2 {
	font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 44px;
    font-weight: 800;
    line-height: 54px;
	padding: 0 0 0 44px;
	margin-bottom: 30px;
	border-left: 5px solid #fff;
}
.slider1920800 p {
	font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
	line-height: 24px;
	padding: 0 0 0 44px;
	margin-bottom: 30px;
}
.slider1920800 .skLink {
	font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 400;
	line-height: 24px;
	background-color: #f9c434;
	text-decoration: none;
	padding: 28px 66px;
	display: inline-block;
	border-radius: 10px;
	text-transform: uppercase;
	transition: 0.2s;
	border: 1px solid #707070;
	margin: 0 0 0 44px;
}
.slider1920800 .skLink:hover {
	 background-color: #4F2683;
	 color: #fff;
}

@media screen and (max-width: 1920px) {
    .slider1920800 .sImgWrapper:after{
        width: 100%;
   }
}
@media screen and (max-width: 1200px) {
	.slider1920800 .skHeroWrapper{
        transform: translateY(-59%);
   }
}

@media screen and (max-width: 960px) {
	.slider1920800 .skHeroWrapper {
		 padding-left: 10px;
		 width: auto;
		 transform: translateY(-50%);
	}
	 .slider1920800 .skLink {
		 padding: 18px 56px;
	}
	 .slider1920800 h2 {
		 font-size: 40px;
		 margin-bottom: 20px;
	}
	 .slider1920800 .skLinkSummary {
		 margin-bottom: 20px;
	}
}
 
@media screen and (max-width: 768px){
	 .slider1920800 .skLink {
		 padding: 8px 46px;
		 font-size: 18px;
	}
	 .slider1920800 h2 {
		 font-size: 35px;
		 line-height: 45px;
	}
	 .slider1920800 .skLinkSummary {
		 display: none !important;
	}
	.slider1920800 h2,
	.slider1920800 p{
		 padding: 0 0 0 10px;
	}
	.slider1920800 .skLink{
		 margin: 0 0 0 10px;
	}
}

@media screen and (max-width: 560px){
	.slider1920800 h2 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 380px) {
    .slider1920800 h2{
        line-height: 25px;
    }
	.slider1920800 .skLink{
		 font-size: 14px;
	}
}
