.HomeImagePane #HomeHeader{
    height:440px;
}
.HomeImagePane #HomeHeaderText{
    margin:0 auto;
	padding-top: 130px;
	padding-left: 50px;
	width: 990px;
}

.HomeImagePane #HomeHeaderText h5{
	margin: 10px 0px;
}

/* ------------------------------------------------------- */
/* HomeFeaturePane currently contains text blocks immediately
   under the large image banner.  These are:
   Prospective Students, Our Research, Our Alumni, Our Faculty
*/

.HomeFeaturePane{
    clear:both;
    width:990px;
    margin:0px auto 0;
}

.HomeFeaturePane .header-feature-home h2{
    margin:0;
    font-size:1.42383rem;
    line-height: 1em;
}
.HomeFeaturePane .header-feature-home h3{
    margin:0;
    font-size:1.26563rem;
    font-style:italic;
    font-weight:400;
    color:#5e5e5e;
    line-height:20px;
    text-transform:capitalize;
}
.HomeFeaturePane .header-feature-home p{
    font-size: 0.975rem;
    line-height: 20px;
}
.HomeFeaturePane .header-feature-home a{
    color:#333;
    line-height:16px
}

/* "orange" on hover */
.HomeFeaturePane .header-feature-home a:hover h2{
	color: #dc582a;
}

#home_all_feature_icons a div.home_feature_icon{
	margin-top: 10px;
	height: auto;
}

.home_feature_icon{
    display:inline-block;
    position:relative;
    float:left;
    width:247px;
    height:456px;
    margin-bottom:15px;
    text-align:center
}
.home_feature_icon h3{
    padding:10px 0;
    margin-bottom:0
}
.home_feature_icon h2,.home_feature_icon p{
    padding:0 15px 10px;
    margin-bottom:0;
}

.home_feature_icon h2{
    font-weight:700;
}

/* ------------------------------------------------------- */

#HomeContentArea{
    position:relative;
}

/* -------------------------------------- */
/* HomeLeftPane currently contains the 2x2
   grid of photos that change quasi-regularly.
*/

.HomeLeftPane{
    float:left;
    width:600px;
    margin-left: 18px;
}

.HomeLeftPane .DNNContainer table td {
	background-color: #ffffff;
}

.HomeLeftPane table a,
.HomeLeftPane table a:visited,
.HomeLeftPane table a:hover{
	color: #5e5e5e;
	text-decoration: none;
}

.HomeLeftPane table a h3{
	color: #003594; /* "Pitt Royal" according to KCP's Jan 2020 notes */
}

.HomeLeftPane table a:hover h3{
	color: #dc582a; /* "orange" according to KCP's Jan 2020 notes */
	text-decoration: none;
}

.HomeLeftPane h3{
    line-height:15px;
    margin:0;
    padding:10px 0;
    font-weight: 700;
}

.HomeLeftPane p{
    margin:0;
    font-size:.88889rem;
    line-height:22px;
}
.HomeLeftPane img{
    padding-bottom:10px
}
.HomeLeftPane table{
    border:none
}
.HomeLeftPane table tr{
    border:inherit;
}
.HomeLeftPane table td{
    width:270px;
    margin:0;
    padding:0px 15px 10px 0px;
    border:inherit;
}


/* enforce img size on 2x2 grid of photographs on homepage */
table tbody tr td.home_highlights img{
    height:162px;
    width: 270px;
}
