.staff .staff-img {
    min-width: 140px;
    width: 140px;
    height: 140px;
    margin-right: 20px;
}
.staff .staff-img img{
    height: 100%;
    width: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.staff .staff-name {
    line-height: 1.1;
    letter-spacing: -0.09px;
    margin-bottom: 12px;
    word-break: break-word;
}
.staff .staff-desi {
    color: #525252;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.08px;
    margin-bottom: 7px;
}
.staff .staff-desi a{
    text-decoration: underline;
}
.staff .staff-mail {
    color: #18325E;
    font-size: 16px;
    line-height: 106.99%;
    letter-spacing: -0.08px;
    text-decoration-line: underline;
    margin-bottom: 15px;
    display: inline-block;
    word-break: break-word;
}
.staff .staff-mail:hover{
    color: #6E0A3B;
}
.staff .staff-btn{
    color: #525252;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 67.99%;
    letter-spacing: -0.06px;
    text-transform: uppercase;
}
.staff .staff-btn .icon {
    margin-right: 5px;
}
.staff .staff-btn:hover{
    color: rgba(110, 10, 59, 1);
}
.staff .staff-col {
    margin: 20px 0;
}
.staff .container {
    max-width: 990px;
}
.staff {
    margin: 65px 0;
}
.staff .btn-wrap{
    min-height: 27px;
}
.staff .row {
    margin: 0 -15px;
}
.staff .staff-btn:focus {
    outline: 0;
}
.staff-modal .modal-dialog {
    max-width: 705.12px;
}
.staff-modal .col-left {
    width: 44%;
}
.staff-modal .col-right {
    width: 56%;
    background: #041D41;
    padding: 30px;
}
.staff-modal .col-left .img-wrapper {
    position: relative;
    padding-top: 66%;
    height: 100%;
}
.staff-modal .col-left .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.staff-modal .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 76.037px;
    height: 76.037px;
    background-color: #6E0A3B;
    opacity: 1;
}
.staff-modal .staff-desi {
    letter-spacing: -0.08px;
}
.staff-modal .staff-desc p {
    letter-spacing: -0.08px;
    line-height: 160.99%; 
    color: #525252;
}
.staff-modal .staff-desc {
    padding: 50px 80px 80px;
}
.staff-modal .staff-desc .maroon-btn-small{
    font-size: 10px;
    min-width: 130px;
    padding: 8px 15px;
    text-align: center;
    line-height: 1;
    margin-top: 22px;
}
.staff-modal .modal-content{
    box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 25%);
}
.staff-subtitle a{
    text-decoration: underline;
    word-break: break-word;
}
.new-videos,
.new-videos-title,
.new-videos-description{opacity: 0;visibility: hidden;transition: opacity 1s ease;-webkit-transition: opacity 1s ease;}

.new-videos.slick-initialized,
.new-videos-title.slick-initialized,
.new-videos-description.slick-initialized{
    visibility: visible;
    opacity: 1;    
}
.slick-prev:before, .slick-next:before{display:none !important;}
.new-video.editorial.editorial-section-two{background:transparent !important;}
.new-videos .slick-slide{padding:0 15px;}

.new-videos .cover-img{display:block;object-fit:cover;height:788px;width:1400px;max-width:100% !important;}

.new-videos .vid-item{overflow:hidden;}
.new-videos .vid-item.playing .cover-img{opacity:0;}

.new-videos .vid-item .video-wrapper{position: absolute;top: 0;height: 100%;width: 100%;display:none;}
.banner-video .video-wrapper{position: absolute;top: 0;height: 100%;width: 100%;z-index:1;}
.new-videos .vid-item.playing .video-wrapper{display:block;}

.new-videos .vid-item .video-wrapper .vid-holder,
.banner-video .video-wrapper .vid-holder{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);width: 100%;min-width: 110%;z-index: 2;}

.new-videos .vid-item .video-wrapper .vid-sizer,
.banner-video .video-wrapper .vid-sizer {width: 100%;padding-bottom: 56.25%;}

.new-videos .vid-item .video-wrapper .video-player,
.banner-video .video-wrapper .video-player {position: absolute;top: 0;left: 0;right: 0;bottom: 0;}

.new-videos .vid-item .video-wrapper .video-player .video-embed,
.banner-video .video-wrapper .video-player .video-embed {aspect-ratio: 16/9;border-radius: inherit;height: 100%;margin: auto;position: relative;width: 100%;}

.new-videos .vid-item .video-wrapper .video-player .video-embed::after,
.banner-video .video-wrapper .video-player .video-embed::after{content: ""; background: transparent; width: 100%; height: 100%; min-height: 1px; position: absolute; top: 0;}

.new-videos .vid-item .video-wrapper .video-player .video-embed iframe,
.banner-video .video-wrapper .video-player .video-embed iframe {top: -52%;width: 100%;height: 200%;border: 0;left: 0;position: absolute; }



.new-videos .gradient{width:100%;height:100%;position:absolute;top:0;left:0;background:#000;opacity:0.6;transition: opacity 0.5s ease-in-out;}
.new-videos .slick-active .gradient{opacity:0;}
.new-videos .slick-arrow{
	position: absolute;
    top: 49%;
    z-index: 2;
    cursor: pointer;
    transition: all 0.5s;
    width: 80px;
    height: 80px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 100%;
    background-image: url(/images/arrow-prev.png);
    background-repeat: no-repeat;
    background-position: center;
}
.new-videos .slick-arrow.slick-next{
	background-image: url(/images/arrow-next.png);
}
.new-videos .slick-arrow img{display:none !important;}
.new-videos .slick-arrow.slick-prev{left:6%;}
.new-videos .slick-arrow.slick-next{right:6%;}
.new-videos .slick-arrow:hover {background-color: rgba(255,255,255,1);}
.new-videos .play-newvid-btn { position: absolute; left: 50%; -webkit-transform: translate(-50%, 0); -khtml-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); width: 100px; height: 100px; padding: 38px; display: block !important; background-color: transparent; min-width: 0; padding: 13px; border: 2px solid #fff; top: 42%; border-radius: 100%; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); text-align: center; }
.new-videos .play-newvid-btn svg { position: relative; width: 20px; height: 20px; display: inline-block; fill: #fff; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
.new-videos .play-newvid-btn:hover { border: 2px solid #041e41; }
.new-videos .play-newvid-btn:hover svg { fill: #041e41; }
.new-video.editorial .new-videos-title .slick-slide .title{
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: -0.005em;
	text-align: center;
	color:#797979;
	/*opacity:0;*/
}
.new-video.editorial .new-videos-title .slick-slide.slick-active .title{
	/*opacity:1;*/
}
.new-video.editorial .new-videos-title .slick-slide.slick-current .title{
	color:#041E42;
}
.new-videos-title-cont{
	background: linear-gradient(90.01deg, rgba(232, 232, 232, 0) 8.52%, #E8E8E8 51.42%, rgba(232, 232, 232, 0) 91.07%);
	max-width:1200px;
	width:auto;
	margin: auto;
	padding-bottom:5px;
}
.new-videos-title{
	max-width: 880px;
	width:auto;
    margin: 0 auto;
    text-align: center;
	padding-bottom:40px;
}

.new-videos-title .slick-track{padding-top:30px;}
.new-videos-title .slick-dots{position:relative;}
.new-videos-title .slick-dots li{margin:0 15px;}
.new-videos-title .slick-dots li button:before{color:#D9D9D9;font-size:10px;opacity:1;}
.new-videos-title .slick-dots li.slick-active button:before{color:#6D0B3C;opacity:1;}
.new-videos-title .slick-slide{cursor:pointer;}
.new-videos-title .slick-slide span.dot{
display: block;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 50%;
    margin: 8px auto 0;
}
.new-videos-title .slick-slide.slick-current span.dot{
	background:#6D0B3C;
}

.new-videos-description{
	max-width: 680px;
	width:auto;
    margin: auto;
    text-align: center;
    margin-top: 30px;
	/*font-family: 'Futura LT Book';*/
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	text-align: center;
	letter-spacing: -0.005em;
	color: #525252;
}
.fancybox-bg{background:#041e41!important;}
.fancybox-is-open .fancybox-bg{opacity:1!important;}
.fancybox-toolbar{left:0;}
.fancybox-button{width:65px !important;height:65px !important;color:#FFF!important;}
.new-videos-title-cont.cnt-1 .slick-track{   
	width: 100% !important;
    transform: none !important;
    text-align: center;
}
.new-videos-title-cont.cnt-1 .slick-track .slick-slide{width:100% !important;}
.new-videos-title-cont.cnt-1 .new-videos-title .slick-track{padding:10px 0 30px;}
.carousel-loading{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    font-size: 18px;
    z-index: 3;
}
img.full-screen{
	cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 12px;
	width:30px;
	z-index:9;
}
#home-page .banner-video #openVideoPopup{z-index:2;}
@media screen and (min-width: 768px){
	.new-videos-title-cont.cnt-3 .slick-track, .new-videos-title-cont.cnt-4 .slick-track{transform:none !important;}
}
@media screen and (max-width: 1700px) {
	.new-videos .cover-img {
		height: 675px;
		width: 1200px;
	}
	.new-videos .slick-arrow.slick-prev{left:3%;}
	.new-videos .slick-arrow.slick-next{right:3%;}
}

@media screen and (max-width: 1550px) {
	.new-videos .slick-slide {
		padding: 0 6px;
	}	
}
@media screen and (max-width: 1400px) {
	.new-videos .cover-img {
		height: 551px;
		width: 980px;
	}
}
@media screen and (max-width: 1281px) {
	.new-videos .cover-img {
		height: 517px;
		width: 920px;
	}
}
@media screen and (max-width: 1199px) {
    .staff .staff-img {
        min-width: 120px;
        width: 120px;
        height: 120px;
    }
    .staff {
        margin: 50px 0;
    }
}
@media screen and (max-width: 1025px) {
	.new-videos .cover-img {
		height: 421px;
		width: 750px;
	}
}
@media screen and (max-width: 991px) {
	.new-videos .cover-img {
		height: 393px;
		width: 700px;
	}
	.new-videos .slick-arrow{width:50px;height:50px;background-size:auto 24px;}
	.new-videos .play-newvid-btn{width:50px;height:50px;padding:0;}
	.new-video.editorial .new-videos-title .slick-slide .title{font-size:20px;}
	.new-videos-title .slick-track{padding-top:10px;}
	.new-videos-title .slick-dots{bottom:0;}
	.new-videos-title-cont .slick-dotted.slick-slider{margin-bottom:10px;}
}
@media screen and (max-width: 767px) {
	 .banner-video .video-wrapper .video-player .video-embed iframe{
		top: -52%;
		width: 170%;
		height: 200%;
		left: -35%;
	 }
	.new-videos-title{padding-bottom:15px;}
	.new-video.editorial .new-videos-title .slick-slide .title{font-size:18px;}
	.new-videos-title .slick-slide span.dot{display:none;}
	.new-videos-description{padding-left:20px;padding-right:20px;}
	.new-videos .cover-img {
		width: auto;
		object-position: center !important;
	}
	.new-videos-title-cont.cnt-1 .new-videos-title .slick-track{padding:10px 0 10px;}
    .staff .staff-img {
        min-width: 110px;
        width: 110px;
        height: 110px;
        margin-right: 15px;
    }
    .staff .staff-col {
        margin: 14px 0;
    }
    .staff {
        margin: 25px 0;
    }
    .modal-dialog{
        margin: 30px;
    }
    .staff-modal .col-left .img-wrapper{
        padding-top: 63%;
    }
    .staff-modal .col-left{
        width: 100%;
    }
    .staff-modal .col-right{
        padding: 30px;
        width: 100%;
    }
    .staff-modal .staff-desc {
        padding: 25px 30px 48px;
    }
    .staff-modal .close svg {
        height: 15px;
        width: 15px;
    }
    .staff-modal .close {
        height: auto;
        width: auto;
        background-color: transparent;
        right: 25px;
        top: 15px;
    }
    .staff-modal .close:hover svg path{
        stroke: #6E0A3B;
    }
    .staff-modal .staff-desc .maroon-btn-small{
        margin-top: 15px;
    }
    .page-modules .two-photos .inner-container .right-image{
        margin: 0 auto !important;
    }
	img.full-screen{right:32px;}
}
@media screen and (max-width: 660px) {
	img.full-screen{right:45px;}
}
@media screen and (max-width: 600px) {
	.new-videos .cover-img {
		/*height:425px;*/
		height:336px;
	}
	.new-video.editorial .new-videos-title .slick-slide .title{font-size:16px;}
	img.full-screen {
        right: 25px;
    }

}
@media screen and (max-width: 560px) {
	img.full-screen {right: 45px;}
}
@media screen and (max-width: 500px) {
	.new-videos .cover-img {
		/*height:355px;*/
		height:281px;
	}
	img.full-screen {right: 25px;}
	 .banner-video .video-wrapper .video-player .video-embed iframe{
		width: 220%;
		left: -60%;
		top: -80%;
	 }
}
@media screen and (max-width: 460px) {
	img.full-screen {right: 45px;}
}
@media screen and (max-width: 400px) {
	.new-videos .cover-img {
		/*height:285px;*/
		height:225px;
	}
	img.full-screen {right: 25px;}
}
@media screen and (max-width: 360px) {
	img.full-screen {right: 45px;}
}