/* #header .rel-wrapper{
    position: relative;
    background: linear-gradient(-120deg,rgb(0,0,0,.5) 50%,rgb(255,255,255,0) 20% ) ;
    height: 670px;
}
#header{
    background-image: url("../images/home-banner.png");
    height:670px;
}
.header-content{
    color:var(--white);
    width: 540px;
    float: right;
    margin-right:50px;
    margin-top: 100px;
  
} */

#banner .abs-wrapper,#banner-slider .abs-wrapper{
    position: absolute;
    background: linear-gradient(-120deg,rgb(0,0,0,.5) 52%,rgb(255,255,255,0) 20% ) ;
    width: 100%;
    top:0;
    
}
#banner .abs-wrapper{
	
    height: 100%;
}
#banner .banner-wrapper{
    overflow: hidden;
    max-height: 670px;
}
 .banner-wrapper .mobile-banner{
    display: none;
}
#banner-slider .abs-wrapper{
    /*height: 670px;*/
	
	height: 100%;
}
#banner-slider .banner-wrapper {
    /*max-height: calc( (100vh - 225px)/4*3 + 64px );*/
	max-height: calc(100vh - 160px);
}
.banner-wrapper video{
    width: 100%;
	display: block;
	/*height:calc( (100vh - 225px)/4*3 + 64px );*/
	height:calc(100vh - 160px);
	object-fit:cover;
}
#banner,#banner-slider{
    
   position: relative; 
}
.banner-wrapper img{
    display:initial;
    width: 100%;
}
.wp-banner-slide{
    position: relative;
}
.nav-button-wrapper{
    width: 1440px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    height:73px ;
    z-index: 2;
    
}
.header-content-wrapper{
    width: auto;
    margin:0 auto;
}
.nav-button-wrapper{
    width: 100%;
}
.header-content{
    color:var(--white);
    width: 540px;
    margin-left: auto;
    margin-right:65px;
    margin-top: 100px;
  
}
.header-content img{
    display: inline-block;
}
.img-hover-effect{
    position: relative;
    overflow: hidden;
    transition: all .3s;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.img-hover-effect img{
    transition: transform .3s;
}
.img-hover-effect::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background:linear-gradient(rgb(255,255,255,0),rgb(0,0,0,.5) ); */
    transition: background-color .5s;
}

.img-link-container:hover .img-hover-effect img,.img-hover-effect:hover img{
    transform: scale(1.1);
}
.img-link-container:hover .img-hover-effect::after,.img-hover-effect:hover::after{
    background-color: rgb(0,0,0,.3);
}

.img-link-container{
    
    display: flex;
	height:100%;
    flex-direction: column;
    background-color: black;
    color: white;
    border-radius: 12px; 
	position:relative;	
    padding-bottom: 25px;
}
.img-link-container .btn-wrapper{
	position: absolute;
    bottom: -25px;
}
.img-link-container img{
    
    width: 100%;
    border-top-left-radius:12px ;
    border-top-right-radius: 12px;
}
.img-link-container p{
    padding: 10px 2rem;
    margin-bottom: 0;

}
.img-link-container p:first-child{
    font-family: "IBM Plex Sans Bold";
}

.img-link-container p:last-of-type{
    border-top: 1px solid white;
    padding-top:20px;
    padding-bottom: 1rem;
}
.content-wrapper{

    width: 1440px;
    margin: auto;

}
.course-highlight-container{
    margin:5rem 0;
}
.course-highlight-container h2,
.course-highlight-container> p,
.course-highlight-container> div.btn-grp,
.people-nafa-container h2,.news-and-events-container h2{
    padding-bottom: 10px;
    text-align: center;
}
.course-highlight-container>p{
    width: 882px;
    margin-left: auto;
    margin-right: auto;
}
.course-highlight-container .btn-grp{
    margin-bottom: 1rem;
}
.img-link-container .btn-wrapper a{
    margin-left:2rem;
}
.donald-law-container p:first-of-type{
    font-size: 28px;
    margin-bottom: 0;
}
.donald-law-container{
    background: url(../images/people-nafa-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color:white;
    font-weight: bold;
    padding:15px 25px;
}
#banner-slider{
    animation: appear .5s;
}
@keyframes appear {
    0%{opacity: 0;}
    40% {opacity: 0.5;} 
    60%{opacity: 0.8;}
    100% {opacity: 1;} 
}
#banner-slider .slick-dots{
    
    width: auto;
   bottom: auto;
}
#banner-slider .slick-dots li, #banner-slider .slick-dots li button{
    width: 10px;
}
#banner-slider .slick-dots li button{
    background: url(../images/slider-dot.png);
    background-size: 8px 8px;
    background-repeat: no-repeat;
}
#banner-slider .slick-dots li.slick-active{
    width: 34px;
}
#banner-slider .slick-dots li.slick-active button{
    background: url(../images/slider-dot-active.png);
    background-repeat: no-repeat;
    width: 34px;
    background-size: 34px 8px;
}
#banner-slider .slick-dots li.slick-active button::before{
    content: none;
}
#banner-slider .slick-prev{
    left:5px;
    background: url(../images/arrow-left-white-v1.png);
    z-index: 2;
    height: 73px;
    width: 27px;
}
#banner-slider .slick-next{
    right: 5px;
    background: url(../images/arrow-right-white-v1.png);
    z-index: 2;
    height: 73px;
    width: 27px;
}
#banner-slider .slick-prev::before,#banner-slider .slick-next::before{
    content: none;
}
.what-is-on-container{
    border-right:1px solid rgb(33,37,41,0.25)
}
.event-img img,.news-img img{
    border-radius: 12px;
}

.event-list-item, .news-list-item{
    display: flex;
    
    margin-bottom: 2rem;
}
.event-list-item .event-detail, .news-list-item .news-detail{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left:35px;
    
}
.event-detail>a, .news-detail> a{
    align-self: baseline;
}
.people-nafa-container{
    margin-bottom: 5rem;
}

.people-nafa-container .video-wrapper img {
	    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
	border-radius: 15px;
}

.event-img,.news-img{
    border-radius: 12px;
   
}

.event-img img,.news-img img{
    width: 300px;
	height:200px;
	object-fit:cover;
}

.news-and-events-container{
    margin-bottom:5rem;
}
.video-wrapper video{
    border-radius: 12px;
}

.flockler-grid-items .flockler-grid-item {
	padding: 0;
    border-radius: 0;
}


.course-highlight-container .btn-grp a.active {
    background-color: var(--yellow);
}

.courses-wrapper {
	display: none;
}

.courses-wrapper.active {
	display: flex;
	row-gap:40px;
}

.cus-home-btn {
	position: absolute;
    /* bottom: 5%; */
	bottom: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    display: flex !important;
    flex-direction: row;
	align-items: center;
    justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	
}

.cus-home-btn.btn-wrapper {
	cursor: auto !important;
}

.cus-home-btn * {
	cursor: pointer !important;
}

.wp-banner-slide:hover .cus-home-btn {
	opacity: 1;
	visibility: visible;
}

.cus-home-btn span.audio-btn {
	margin-right: 15px;
	opacity: 0.5;
}

.cus-home-btn span.audio-btn {
	content: '';
	background: url('../images/volume-off-white.png') no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	display: block;
	transition: all 0.3s;
}

.cus-home-btn span.audio-btn.active {
	background: url('../images/volume-on-white.png') no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	display: block;
}

.cus-home-btn a {
	opacity: 0.5;
	transition: all 0.3s;
    /* padding: 15px 30px; */
	/* font-size: 18px; */
}

.cus-home-btn a:hover {
	opacity: 1;
}


.banner-wrapper img {
    width: 100%;
    object-fit: cover;
    max-height: calc(100vh - 115px);
    object-position: center;
}

.biography-paragraph{display:none}

@media screen and (min-width: 1440px) {
    .banner-wrapper img{
        width: 100%;
    }
    .header-content-wrapper,.nav-button-wrapper{
        width: 1340px;
    }
    
}
@media screen and (min-width: 1340px) {
    .banner-wrapper img{
        width: 100%;
    }
    .header-content-wrapper,.nav-button-wrapper{
        width: 1340px;
    }
    #banner-slider .slick-prev{
        left:calc((100vw - 1340px) / 2);
    }
    #banner-slider .slick-next{
        right:calc((100vw - 1340px) / 2)
    }
}




@media screen and (min-width: 1256px){
	figure.flockler-grid-item__media{
		background:none;
	}
	.flockler-posts article:nth-of-type(1),
	.flockler-posts article:nth-of-type(2){
		padding-top: 30px;
	}
	.flockler-posts article:nth-of-type(1),
	.flockler-posts article:nth-of-type(3),
	.flockler-posts article:nth-of-type(6),
	.flockler-posts article:nth-of-type(8){
		width: calc(1 / 2 * 6 /10 * 100%) !important;
		height: 300px;
	}
	
	.flockler-posts article .flockler-grid-item__wrapper{
		height:100%;
		border-radius:0;
	}
	.flockler-posts article:nth-of-type(1) .flockler-grid-item__wrapper,
	.flockler-posts article:nth-of-type(3) .flockler-grid-item__wrapper{
		border-top-left-radius:12px;
	}
	.flockler-posts article:nth-of-type(4) .flockler-grid-item__wrapper{
		border-top-right-radius:12px;
	}
	.flockler-posts article:nth-of-type(6) .flockler-grid-item__wrapper,
	.flockler-posts article:nth-of-type(8) .flockler-grid-item__wrapper
	{
		border-bottom-right-radius:12px;
	}
	.flockler-posts article:nth-of-type(5) .flockler-grid-item__wrapper{
		border-bottom-left-radius:12px;
	}
	.flockler-posts article .flockler-grid-item__wrapper img,
	.flockler-posts article .flockler-grid-item__wrapper .flockler-grid-item__media--image,
	.flockler-posts article .flockler-grid-item__wrapper .flockler-grid-item__content,
	.flockler-posts article .flockler-grid-item__media--video .flockler-grid-item__media__play-button{
		height:300px !important;
	}
	.flockler-posts article .flockler-grid-item__wrapper .flockler-grid-item__content{
		padding:0 !important;
	}
	.flockler-posts article:nth-of-type(2),
	.flockler-posts article:nth-of-type(4),
	.flockler-posts article:nth-of-type(5),
	.flockler-posts article:nth-of-type(7){
		width: calc(1 / 2 * 4 /10 * 100%) !important;
		height: 300px;
	}
	
	.flockler-posts article:nth-of-type(1).flockler-grid-item .flockler-grid-item__wrapper,
	.flockler-posts article:nth-of-type(2).flockler-grid-item .flockler-grid-item__wrapper
	{
		margin-bottom:-30px !important;
	}
	.flockler-posts article:nth-of-type(7),
	.flockler-posts article:nth-of-type(8){
	vertical-align: top;
    margin-top: -30px;
	}
	.flockler-posts article:nth-of-type(9).flockler-grid-item .flockler-grid-item__wrapper
	{display:none;}
	.flockler-posts:not(:has( article:nth-of-type(8))) article:nth-of-type(5),
	.flockler-posts:not(:has( article:nth-of-type(8))) article:nth-of-type(6),
	.flockler-posts:not(:has( article:nth-of-type(8))) article:nth-of-type(7){
		float:left;
	}
	.flockler-posts:not(:has( article:nth-of-type(8))) article:nth-of-type(7) .flockler-grid-item__wrapper{
		border-bottom-right-radius:12px;
	}
}
@media screen and (max-width: 1280px) {
    .content-wrapper{
        max-width: none;
        width: auto;
        padding:0 .5rem
    }
	
	/*Banner*/
	.banner-wrapper video {
		width: 100%;
		height: 100%;
	}
	
	.slick-initialized .slick-slide {
		margin-bottom: 0;
	}
	.cus-home-btn {
		position: absolute;
		bottom: -75px;
		transform: translate(-50%, -50%);
		left: 50%;
		width: 100%;
		opacity: 1;
		visibility: visible;
	}
		
   .cus-home-btn a {
		transition: all 0.3s;
		padding: 15px 30px 15px 30px;
		font-size: 15px;
		border: none;
		text-decoration: underline;
		background: transparent;
		display: block;
		width: fit-content;
		opacity: 1;
		visibility: visible;
	}
	
	.cus-home-btn a.has-audio-beside {
		padding: 15px 30px 15px 0;
	}
	
   .cus-home-btn a:hover:before {
		background: transparent;
		
	}
	
	.cus-home-btn a:hover {
		box-shadow: none;
	}
	



	
	.cus-home-btn span.audio-btn {
		background: url('../images/volume-off-white.png') no-repeat;
		background-size: 30px 30px;
		width: 45px;
		height: 30px;
		opacity: 1;
		margin-right: 0;
    position: relative;
	z-index: 1;
	}

	.cus-home-btn span.audio-btn.active {
		background: url('../images/volume-on-white.png') no-repeat;
		background-size: 30px 30px;
		width: 45px;
		height: 30px;
	}
	
	.cus-home-btn.only-audio {
		bottom: -50px;
	}

	.cus-home-btn.only-audio span.audio-btn {
		width: 30px;
		
	}
	
	a.btn-cus.btn-img-right::after {
		margin-left: 10px;
		top: 2px;
		position: relative;
	}
	.slick-initialized .slick-slide {
		display: block;
		margin-bottom: 60px;
	} 
	
		
	.course-highlight-container {
		margin: 1rem 0 3rem 0;
	}
}
@media screen and (max-width: 1024px) {
    
    .donald-law-container{
        background-size:100% 100%;
        padding:10px 20px;
    }
    .donald-law-container p:first-of-type{
        font-size: 22px;
    }
    .course-highlight-container>p{
        width: auto;
    }
    .event-img,.news-img{
        width: auto;
    }
	
	

}
@media screen and (max-width: 1100px) and (min-width:992px){
    
    .event-list-item, .news-list-item{
        display: block;
    }
    .event-list-item .event-detail, .news-list-item .news-detail{
        padding:10px 0;

    }
}
@media screen and (max-width: 991.5px) {
    .what-is-on-container{
        border-right:none;
    }
    .news-container{
        margin-top:4rem
    }
    .event-list-item .event-detail, .news-list-item .news-detail{
        width: auto;
    }
}
@media screen and (min-width: 768px) and (max-width:992px){
    h1{
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
	.course-highlight-container,.people-nafa-container{
		margin:3rem 0;
	}
	
    .banner-wrapper video{
      /*  width: auto;
        height: 670px;*/
    }
    #banner .abs-wrapper{
        height: 670px;
    }
    #banner .banner-wrapper{
        height:670px
    }
    .header-content{
        width: 70%;   
    }
    #banner-slider .slick-prev{
        left:10px
    }#banner-slider .slick-next{
        right:10px;
    }
    .course-highlight-container .btn-grp a{
        display: inline-block;
        margin-bottom: .5rem;
        margin-right: 0;
		font-size:12px;
    }
    
	.course-highlight-container {
		margin: 1rem 0 3rem 0;
	}
	
	#banner-slider .slick-next {
		top: calc(50% - 30px);
	}
	#banner-slider .slick-prev {
		top: calc(50% - 30px);
	}
}
@media screen and (max-width: 767.5px) {
    .img-links div:first-child{
        margin-top:0;
    }
    .img-links div{
        margin-top:2rem
    }
   
}
@media screen and (max-width: 600px){
    .event-list-item, .news-list-item{
        display: block;
    }
    .event-list-item .event-detail, .news-list-item .news-detail{
        padding:10px 0;

    }
}
@media screen and (max-width: 480px) {
	.banner-wrapper video{
		/* height:250px; */
	}
    .banner-wrapper img.mobile-banner{
        display: initial;
        width: 100%;
    }
    .banner-wrapper img.desktop-banner{
        display: none;
    }
    #banner .abs-wrapper, #banner-slider .abs-wrapper{
        background:rgb(0,0,0,.5);
		z-index: 1;
    }
   
    .header-content{
        margin-left: 1rem;
        margin-right: 1rem;
        width: auto;
    }
	.event-img img,.news-img img{
		width:100%
	}
}
@media screen and (max-width: 430px) {}
@media screen and (max-width: 390px) {}
@media screen and (max-width: 360px) {}