.feat-slider {
    position: relative;
    margin-bottom: 50px;
}
.feat-slider .slideshow-cont {
	position: relative;
}
.feat-slider .arrow-cont {
    position: relative;
}
.feat-slider .title-cont {
    width: 100%;
    max-width: 975px;
    margin: 0 auto 35px;
    padding: 0 15px;
    text-align: center;
}
.feat-slider .title-cont h3 {
    color: #3f95b6;
    font-size: 64px;
    line-height: 68px;
    margin: 0 0 20px;
}
.feat-slider .title-cont p {
    margin-bottom: 0;
}
.feat-slider .title-cont a {
    display: inline-block;
    margin-top: 15px;
    color: #c9452e;
}
.feat-slider .item {
    position: relative;
    margin: 0 5px;
}
.feat-slider .item .img-cont {
    position: relative;
/*    max-height: 320px;
    max-width: 475px;*/
}
.feat-slider .item .img-cont::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.7), rgba(0,0,0,0.05) 45%);
}
.feat-slider .item .img-cont img {
    display: block;
    width: 100%;
}
.feat-slider .item .date {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 70px;
    padding: 0 10px;
    height: 70px;
    background-color: #c9452e;
    color: white;
}
.feat-slider .item .date span:first-child {
    font-family: var(--proxima-nova-regular-font-family);
    font-weight: var(--proxima-nova-regular-font-weight);
    font-style:  var(--proxima-nova-regular-font-style);
    font-size: 14px;
    text-transform: uppercase;
}
.feat-slider .item .date span:last-child {
    font-family: var(--proxima-nova-bold-font-family);
	font-weight: var(--proxima-nova-bold-font-weight);
	font-style:  var(--proxima-nova-bold-font-style);
    font-size: 34px;
    text-transform: uppercase;
}
.feat-slider .item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 15px;
    width: 100%;
}
.feat-slider .item .content h5 {
    font-family: var(--proxima-nova-bold-font-family);
	font-weight: var(--proxima-nova-bold-font-weight);
	font-style:  var(--proxima-nova-bold-font-style);
    color: white;
    font-size: 20px;
    line-height: 23px;
    text-transform: none;
    margin: 0 0 5px;
}
.feat-slider .item .content .location {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
}
.feat-slider .item .content .location i {
    color: #c9452e;
}
.feat-slider .arrow-cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}
.feat-slider .custom-prev,
.feat-slider .custom-next {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: 2px solid #4b93b9;
    pointer-events: all;
    cursor: pointer;
}
.arrow-cont .fa {
    color: #4b93b9;
    font-size: 20px;
}
@media (max-width: 1024px) {
    .feat-slider {
        margin-bottom: 60px;
    }
    .feat-slider .item {
        margin: 0 15px;
    }
    .feat-slider .custom-prev,
    .feat-slider .custom-next {
        width: 50px;
        height: 50px;
    }
    .feat-slider .item .date {
        min-width: 55px;
        min-height: 55px;

    }
    .feat-slider .item .content {
        bottom: 15px;
    }
}
@media (max-width: 640px) {
    .feat-slider {
        margin-bottom: 30px;
    }
    .feat-slider .item {
        margin: 0 0 30px;
    }
    .feat-slider .title-cont {
        margin: 0 0 20px;
    }
    .feat-slider .title-cont h3 {
        font-size: 46px;
        line-height: 56px;
        margin: 0 0 10px;
    }
    .feat-slider .title-cont p {
        font-size: 15px;
        line-height: 22px;
    }
    .feat-slider .slideshow {
        padding: 0 15px;
    }
    .feat-slider .item .content {
        position: relative;
        bottom: 0;
        left: 0;
        padding: 0;
    }
    .feat-slider .item .content h5 {
        color: #204a5a;
        font-size: 17px;
        margin-top: 5px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .feat-slider .custom-prev,
    .feat-slider .custom-next {
        width: 40px;
        height: 40px;
    }
    .feat-slider .arrow-cont {
        transform: translateY(-150%);
    }
    .arrow-cont .fa {
        font-size: 16px;
    }
    .feat-slider .item .date {
        height: 45px;
    }
    .feat-slider .item .date span:last-child {
        font-size: 26px;
    }
    .feat-slider .item .content .location {
        color: #58585a;
    }
}


.feat-slider.alternate {
    padding: 35px 0;
    margin: -20px 0 20px;
    background-color: whitesmoke;
}

.feat-slider.alternate .item {
    margin: 0 25px;
}

.feat-slider.alternate .item .item-inner {
    padding: 0 55px;
    margin: 0 auto;
}
.feat-slider.alternate .item .content {
	width: calc(100% - 110px);
	left: 55px;
}
@media (max-width: 1240px) {
	.feat-slider.alternate .item .item-inner {
	    padding:0;
	}
	.feat-slider.alternate .item .content {
		width: 100%;
		left: 0;
	}
}

@media (max-width: 640px) {
    .feat-slider.alternate {
        padding: 25px 0;
    }
    .feat-slider.alternate .slideshow {margin-bottom: 0;}
    .feat-slider.alternate .item {
        margin: 0;
    }

}
