/*
 Theme Name:   HKU Templates  (Departmental)
 Theme URI:    https://caes.hku.hk
 Description:  New CAES homepage 2020 - base on HKU Templates
 Author:       HKU/Edited by Benny
 Author URI:   https://hku.hk
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Tags:         out-dated, by HKU, department, templates
 Text Domain:  caes-child
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(fontawesome/css/all.css);
/*
Main Blue (dark) #102bc2;
*/
/* General */
header .fab{
	color: #102bc2;		
} 
footer a{
	color: #FFF;
}
.mn-list-lv1 a{
	color:#EEE;
}
.mn-list-lv1 a:hover{
	color:#FFF;
}
.ckec{
    min-height: 300px;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
/* Typography mod */

/* Home page */
#caes-home-text{
	font-size: 13px;
	line-height: 26px;
}
.banner_container-dept,
#caes-home-text,
.box-nearbanner {
	height: auto;
	height: 240px;
}
@media (max-width: 767px) {
	#caes-home-text{
		height: auto;
		line-height: 1.6;
	}
	#caes-home-text{
		height: auto;
		line-height: 1.6;
	}
	.banner_container-dept,
	#caes-home-text,
	.box-nearbanner {
		height: auto;
	}
}
.homepage-links{
	overflow: hidden;
} 
.homepage-links .poster-image{
/*	border: 1px dotted #ECECEC;*/
overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.homepage-links .poster-image{
	padding-right:0;
}
.homepage-links .poster-image img{
	margin-bottom:2px;
}
.homepage-links a{
	color: #102bc2;
}

/* Breadcrumb */
.breadcrumb{
    background: none;
}

/* Courses */
.course-list h2:first-child{
    padding-top:0;
}

/* Staff */
/*.caes-staff{
}*/
.caes-staff h1{
	clear:both;
	padding-top: 30px;
}
.caes-staff h1:first-child{
    padding:0;
}
.staff-box{
	height:140px;
	overflow:hidden;
    padding-top:10px;
    line-height: normal;
}
.staff-top-wrap .staff-box{
	height:140px;
	overflow:hidden;
	width:100%;
}
.staff-box a{
	color: #102bc2;
}
.staff-box:hover{
	background:#EEE;
}
.staff-box-5,
.staff-box-6{
	width: 370px;
}
.staff-box-5{
	height:170px;
}
.staff-box-6{
	clear:both;
}

.caes-staff-individual-contact{
	border-top: 1px dotted #ccc;
	margin-top:40px;
	padding-top:20px;
}

.caes-staff h4{
	font-weight: bold;
	margin: 20px 0 15px 0;
}
.caes-staff-photo-solo,
.caes-staff-photo{
	width:100px;
	height:100px;
	box-sizing:border-box;
	background-size:cover;
	float:left;
	margin-right:10px;
}
.caes-staff-photo{
	height:200px;
}
.staff-box-5 .caes-staff-photo{
	width:140px;
	height:140px;
}
.caes-staff-photo-solo{
	width:200px;
	height:200px;
	float:none;
}

/* MAAL iframe*/

.maal-pages iframe{
	width: 100%;
	height: 420px;
}
