@charset "utf-8";
/* CSS Document for CIU alumni Inner Page*/



 .alumniInner .content__wrapper {
    background: url("../images/bg.jpg") center center no-repeat #e7e7e7;
    background-attachment: fixed;
}

 .alumniInner h1 {
    font-size: 2.1em;
    line-height: 1em;
    margin: 10px 0;
    font-weight: 300;
    color: #002b5c;
}

.alumniInner .main_content .alumniSection {
	border-top:1px solid #4b4848;
	margin-top: 40px;
	padding-top: 10px;
}

.alumniInner .main_content h2, .alumniInner .main_content h3 {
    font-size: 1.6em;
    line-height: 0.9375em;
    margin:1em 0;
    font-weight: 300;
    text-transform: uppercase;
	color:#002b5c;
}
.alumniInner .main_content h2 {
margin-bottom:.5em;	
}

/* START -- .alumni-council ========================================= */

.alumni-council div.views-row {
	float:left;
	margin:.5em;
	height:385px;
}

/* START -- .alumni-staff, .alumni-year ========================================= */
.alumni-staff img, .alumni-year img {
	max-width:none;
}
.alumni-staff table tbody tr:nth-child(2n), .alumni-year table tbody tr:nth-child(2n) {
	background:none;
}
.alumni-staff tr.even, .alumni-year tr.even {
	border-bottom:none;
}

/* START -- .alumni-rara ========================================= */
.alumni-rara img {
	max-width:none;
}

