#cityu-sub-nav-list .cityu-box-item > ul > li {
    border-bottom: 0px solid #fff;
}

#cityu-sub-nav-list .cityu-box-item > ul > li > ul > li {
    font-size: 15px;
    font-weight: normal;
}

body #cityu-sidebar-1 {
	position: sticky !important;
	top: 0 !important;
}

body.cityu-navtheme-03 #cityu-sub-nav-list .cityu-box-item li a.active, body.cityu-navtheme-03 #cityu-sub-nav-list .cityu-box-item li a.active:hover{
	background-color: #D02536; 
	color: #fff; 
    border: 1px solid transparent;
    border-radius: 4px;	
	}
	
	
body.cityu-navtheme-03 #cityu-sub-nav-list .cityu-box-item li a {
	color: #111555;
    border: 1px solid transparent;
    border-radius: 4px;	
	}
body.cityu-navtheme-03 #cityu-sub-nav-list .cityu-box-item li a:hover {
	background: #D02536;
	color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;		
	}

#cityu-content table td {
	padding: 3px 6px;
	vertical-align: center;
}


.s-lib-box-title {
    background-color: #487024;
    background-image: none;
    color: #ffffff;
    border-bottom: 0px solid #cccccc;
	padding: 10px;
}

.s-lib-box-items {
    background-image: none;
    color: #ffffff;
    border-bottom: 0px solid #cccccc;
	padding: 10px;
}


.menspace {
	background-color: #FFFFFF;
}

#cityu-content .video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 24px 0;
}

#cityu-content .video-grid.video-grid-single {
    grid-template-columns: 1fr;
}

#cityu-content .video-card {
    background: #fff;
}

#cityu-content .video-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

#cityu-content .video-thumb-wrap {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 4px;
}

#cityu-content .video-thumb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#cityu-content .video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.68);
    color: #fff;
    font-size: 28px;
    line-height: 64px;
    text-align: center;
}

#cityu-content .video-title {
    display: block;
    margin: 10px 0 0;
    font-weight: 700;
    color: orange;
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    z-index: 2147483647;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.video-modal.is-open {
    display: flex;
}

.video-modal-inner {
    position: relative;
    width: 100%;
    max-width: 960px;
    background: #000;
}

.video-modal-close {
    position: absolute;
    top: -44px;
    right: 0;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    font-size: 22px;
    line-height: 36px;
    cursor: pointer;
}

.video-modal-frame {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
}

@media (max-width: 767px) {
    #cityu-content .video-grid {
        grid-template-columns: 1fr;
    }
}

