#featuredSlider .featured-container {
	max-width:1512px;
	margin:0 auto;
}


.slider {
    display: block;
    margin-top: 121px;
    overflow: hidden;
/*     padding: 80px 20px; */
    position: relative;
}
.slider .featured-image-wrapper {
   flex-basis: 50%;
    max-height: 100%;
    max-width: 756px;
    width: 100%;
}

#featuredSlider {
    background-color: var(--primary-blue);
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#featuredSlider .bullets .bullet.active {
	display:none;
}
#featuredSlider .inner {
    position: relative;
    z-index: 10;
}
#featuredSlider .bg-img {
    position: absolute;
    left: 0; 
    min-height: 100%;
    min-width: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
}
.featured-img-link img {
/*     object-fit: contain; */
	 display: block;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 992px) {
	

    #featuredSlider .bg-img {
        left: 8%;
    }
}
#featuredSlider * {
    box-sizing: border-box;
}
#sliderMain {
    display: flex;
    margin-top: 0px;
    max-width: unset;
}
.slider h1 {
	margin-top:0;
color: var(--White, #FFF);

/* H1 */
font-family: "Frank Ruhl Libre";
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 70.4px */
letter-spacing: -1.28px;
    margin-bottom: 0px;
}
.slider .slide {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    //position: absolute;
    //top: 0;
    //left: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.slider .slide .slide-inner {
    display: flex;
    flex-direction: column;
    gap: 56px;
}
.slider .slide.hide {
    display: none;
}
.slider .slide.active {
    align-items: center;
    display: flex;
    justify-content: space-between;
    visibility: visible;
    z-index: 100;
}
.slider-nav {
    cursor: pointer;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    transition: all 0.18s ease-out;
    transform-origin: center;
}
.slider-nav:hover {
    transform: translateY(-50%) scale(1.1);
}
.slider-nav.next {
    right: 20px;
}
.slider-nav.prev {
    left: 20px;
}
.caret-back {
    transform: rotate(180deg);
}
nav.bullets {
    background: unset;
    box-shadow: unset;
    top: unset;
    display: flex;
    gap: 13px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: unset;
    z-index: 1000;
}
.bullets .bullet {
    border: 1px solid white;
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    width: 16px;
    transition: all 0.2s ease-out;
}
.bullets .bullet.active {
    background-color: white;
}
@media screen and (max-width: 1200px) {
    .slider .slide .slide-inner {
        width: 80%;
    }
    .slide .testimonial, .slide .testimonial p {
        font-size: 20px;
    }
}
.featured-article {
     align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.featured-img-link {
   display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.featured-article .title {
    color: var(--White, #FFF);
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 49.5px */
    margin-bottom: 25px;
}
.featured-article .details {
    color: var(--White, #FFF);
	flex-basis:50%;
    font-size: 18px;
    font-style: normal;
	max-width:628px;
    font-weight: 400;
    line-height: 150%; /* 27px */
    min-height: 150px;
}
.featured-article .eyebrow {
    border-bottom: 2px solid var(--primary-button-background);
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 16.8px */
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.featured-article p {
    color: var(--White, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}


@media screen and (min-width: 992px) {
    
    .featured-article .featured-img-link img {
     
			object-fit:fill;
        max-height: 650px;
    }
	
	.featured-article .details {
		max-width:750px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1250px) {
	
	
	#sliderMain {
		min-height:100%!important;
	}
	
	
	
	 .featured-article .details {
        max-width: 50%;
		
    }
}
@media screen and (max-width: 991px) {
	#sliderMain {
		padding:0;
		min-height:100%!Important;
	}
	
	.featured-img-link img {
		max-width:767px;    
		max-height: 450px;
    object-fit: fill;
}
	}
	
	.slider h1 {
margin:0;
	}
	
	.featured-article {
		align-items:center;
		gap:30px;
	}
	

    .slider-nav.prev {
        left: -20px;
    }
    .slider-nav.next {
        right: -20px;
    }
    .slider {
        margin-top: 64px;
        padding: 0;
    }
    #featuredSlider {
      margin-top: 100px;
      padding:0;
    }
  
  
    .slider.container-listing {
        min-height: 600px;
    }
    .slider .slide {
        align-items: flex-start;
    }
    .featured-article .title {
        font-size: 30px;
    }
}
.fade-left, .fade-up {
    visibility: hidden;
}

@media (max-width:767px) {
	#featuredSlider {
		    padding: 0 0 40px 0;
	}
		  .featured-article {
        flex-direction: column;
        gap: 30px;
    }
	
		.featured-article .details {
			padding:0px 25px;
	}
}

@media (min-width:768px) {
	.featured-article .details {
		padding:50px;
	}
}

