/**
*
*** College at a Glance ***
*
*
*/
/* College at a Glance  */

.CollegeGlance-Box {
	position: relative;
	/* 	background-color: #0f2439; */
	color: #ffffff;
	width: 100%;
	height: 300px;
}

.CollegeGlance-BoxText {
	color: #ffffff;
	position: absolute;
	display: block; 
	font-size: 275%;
	font-weight: bold;
	left: 0;
	top: 85%;
	right: 30%;
	bottom: 0;
	/* 	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%); */
	line-height: 90%;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;

}

.CollegeGlance-BoxText h1 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: inherit;
	color: #ffffff;
	line-height: inherit;
}

.CollegeGlance-BoxText h1 a {
	color: #FFF;
}

.CollegeGlance-BoxText h1 a:hover {
	color: #98f5ff;
}

.CollegeGlance-BoxText h1 small {
	font-size: 10%; 
	display: block;
	float: right;
	font-weight: normal;
	color: #FFF;
	position: absolute;
	top: 0;
	right: 0; 
	left: auto;



}

.departmentLogo-Circles {
	position: relative; 
	background-color: rgba(15, 36, 57, 1); 
	border-radius: 50%; 
	height: 150px;
	width: 150px;
	margin: 10px auto;

}

.departmentLogo-Circleless {
	position: relative; 
	background-color: transparent;
	border-radius: 50%; 
	height: 150px;
	width: 150px;
	margin: 10px auto;
}

.departmentLogo-Text {
	position: absolute; 
	top: 50%; 
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	color: #ffffff; 

}

.academicPrograms-Box {
	color: #ffffff; 
	padding: 10px; 
	min-height: 520px;

}

.academicPrograms-under-bg {
	background-color: rgba(15, 36, 57,1);
}

.academicPrograms-grad-bg {
	background-color: rgba(15, 36, 57, 0.85);
}

.academicPrograms-phd-bg {
	background-color: rgba(15, 36, 57, 0.5);
}

.academicPrograms-Box div {
	display: block;
	font-size: 125%;

} 
.academicPrograms-Box div small {
	display: block;
	font-size: 75%;
}

.inspiresResearch-Circle {
	position: relative; 
	color: #ffffff; 
	border-radius: 50%;
	height: 200px; 
	width: 200px;
	margin: 10px auto 5px auto;

}

.inspiresResearch-bg-research {
	background-color: rgba(15, 36, 57, 0.8);
}


.inspiresResearch-CircleText {
	position: absolute;
	left: 50%; 
	top: 50%;  
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	color: #ffffff; 
	font-size: 3em;
	margin: auto;
}

img.inspiresResearch {
	transform: scale(1.2, 1.2);
}

.inspiresResearch-Box {
	position: relative;
	background-color: transparent;
	min-height: 150px;
	width: 200px;
	overflow: hidden;
	margin: 10px auto 5px auto;

}

.inspiresResearch-BoxText {
	position: absolute;
	top: 50%;  
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #000000; 
	font-size: 1.2em;

}

.worldClassFacilities-Box {
	display: block;
	margin: 20px auto;
	position: relative; 
	color: #ffffff; 
	height: 100%;
	width: 100%;

}



.worldClassFacilities-BoxText {
	position: absolute; 
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	font-size: 1.6em;
	width: 100%; 
	height: 100%;
	background-color: rgba(15, 36, 57, 0.75);
	vertical-align: middle;
	padding: 15% 10%;

}

.paysUSUEngr-Circle {
	position: relative;
	color: #ffffff; 
	height: 275px; 
	width: 275px; 
	border-radius: 50%;
	margin: 10px auto;

}

.paysUSUEngr-CircleText {
	position: absolute;
	top: 50%;
	left: 50%; 
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 500%;
	text-align: center;
	line-height: 1;
}

.paysUSUEngr-CircleText span {
	font-size: 33%;
	display: block;
	line-height: 1;
}



.dept-bg-squares {
	background-image: url("/images/college-at-a-glance/backgrounds/dept-bg-squares.png");
	background-size: cover;
	background-repeat: no-repeat;
	min-width: 100%;
}

.academic-bg-squares {
	background-image: url("/images/college-at-a-glance/backgrounds/academic-bg-squares.png");
	background-size: cover;
	background-repeat: no-repeat;
	min-width: 100%;
}

.facsta-bg-squares {
	background-image: url("/images/college-at-a-glance/backgrounds/facsta-bg-squares.png");
	background-size: cover;
	background-repeat: no-repeat;
	min-width: 100%;
}

.pays-bg-squares {
	background-image: url("/images/college-at-a-glance/backgrounds/pays-bg-squares.png");
	background-size: cover;
	background-repeat: no-repeat;
	min-width: 100%;

}

.res-bg-squares {
	background-image: url("/images/college-at-a-glance/backgrounds/res-bg-squares.png");
	background-size: cover;
	background-repeat: no-repeat;
	min-width: 100%;
}

.world-bg-squares {
	background-image: url("/images/college-at-a-glance/backgrounds/world-bg-squares.png");
	background-size: cover;
	background-repeat: no-repeat;
	min-width: 100%;
}

/* .glance-college-text {
	font-size: 300%;
	font-weight: bold;
} */

.main-container-wrapper .main-content h2.glance-college-text {
	font-size: 200%;
	font-weight: bold !important;
	text-transform: uppercase;
	text-align: center;
}

.main-container-wrapper .main-content h3.glance-college-text {
	font-size: 150%;
	font-weight: normal;
	text-align: center;
}


.main-container-wrapper .main-content a.textEffect-no.at-a-glance {
	text-decoration: none;
	color: #ffffff;

}

.main-container-wrapper .main-content a.textEffect-no.at-a-glance.black {
	color: #000000;

}

.main-container-wrapper .main-content a.textEffect-no.at-a-glance:hover {
	color: #98f5ff;

}


@media only screen and (max-width: 1050px)  {
	.CollegeGlance-BoxText {
		font-size: 200%;
		top: 50%;
		left: 50%;
		bottom: auto;
		right: auto;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%,-50%);
	}

}

@media only screen and (max-width: 950px) {
	.glance-college-text {
		font-size: 250%;
	}
}

@media only screen and (max-width: 800px) {
	.CollegeGlance-BoxText {
		font-size: 225%;
	}
	.glance-college-text {
		font-size: 300%;
	}
	.pays-bg-squares {
		background-repeat: repeat;
		background-size: contain;

	}
}

@media only screen and (max-width: 600px) {
	.CollegeGlance-BoxText {
		font-size: 200%;		
	}
	.glance-college-text {
		font-size: 200%;
	}
}

@media only screen and (max-width: 450px) {
	.CollegeGlance-BoxText {
		font-size: 175%
	}
	.glance-college-text {
		font-size: 175%;
	}
}


@media only screen and (max-width: 375px) {
	.CollegeGlance-BoxText {
		font-size: 125%;
	}

}






