.program-block{
	float: left;
	width:calc(25% - 15px);   
	margin-left: 15px;
	margin-bottom:60px;
	position:relative;
}
.program-block:nth-child(4n+1){
	margin-left:0;
}
.program-img{
	height: 200px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	position:relative;
	border-top-right-radius:9px;
	border-top-left-radius:9px;
	
}
.program-info{
    min-height: 185px;
    background: #fff;
    padding: 15px;
	border-bottom-right-radius:9px;
	border-bottom-left-radius:9px;
	
}
.program-info h5{
	margin-bottom:10px;
}
.cat-list{
	padding: 10px 15px;
    background: #fff;
    width: 50%;
	max-width:400px;
	position:relative;
}
.show-list{
	position:relative;
	cursor:pointer;
}
.show-list:after{
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: 10px;
    height: 10px;
    width: 10px;
    background-image: url('../images/Plus.png');
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transform: rotate(90deg);
}
.program-list-drop{
	display:none;
}
.cat-list li, .cat-list li a{
	font-size:15px;
	color:#2f2f2f;
	line-height:24px;
	letter-spacing:-.36px;
    font-family: "InterLight";
	font-weight:normal;
	text-decoration:none;
	margin-bottom:0;
}
.cat-list li a:hover{
	color:#005d85;
}
.program-link{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	
}
.program-schedule{
    padding: 20px 15px;
    border-top: 1px solid #D0D8DD;
	
}
.program-schedule h5, .program-schedule p{
	float:left;
	margin:0;
}
.program-schedule h5{
	width:30%;
	margin-top:0;
}
.program-schedule p{
	width:70%;
}

.program-schedule p{
	padding-top:5px;
}

.single-programs .general-interio-hero h3{
	margin-bottom:10px;
}
.single-programs .general-interio-hero a.cta-btn{
	margin-top:20px;
}