/* $Id$ */

header {
	border-bottom-width: 2px;
	padding-top: 1.25rem;
	padding-bottom: .75rem;
	background  : #4e4f54;
	color: #fff;
	font-size: 18px;
}
header .logo {
	width: 100%;
	max-width: 180px;
}

.profile-header-img-container IMG {
	display: inline;
	width: 100%;
	max-height: 225px;
	object-fit: cover;
}

.profile-section {
	padding: 3rem 6rem;
}
#RecentSpotlights.profile-section,
#social-feeds.profile-section {
	background-color: #eee;
}

#footer_divider {
	background-color: #e7e7e7;
	height: 3px;
}

.readmore-content {
	position: relative;
	max-height: 658px;
	overflow: hidden;
	transition: max-height 0.15s ease-out;
}
.readmore-content.expand {
	max-height: none !important;
	transition: max-height 0.35s ease-in-out;
}

.readmore-link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 40px;
	background: linear-gradient(to bottom, transparent, white 20px);
	text-align: center;
}
.readmore-link.expand {
	display: none;
}

.readmore-link .btn {
	position: relative;
	top: -32px;
	background-color: white;
	border : 1px solid #ddd;
	font-weight: bold;
}

.inst-banner .square-logo {
	max-height: 5rem;
	max-width: 5rem;
}

.ipeds-data {
	border-left: 2px solid #c9c9c9;
	padding: .25rem .75rem .25rem 1.25rem;
	height: 100%;
	font-weight: bold;
}
.ipeds-data .ipeds-data-label {
	color: #999;
	text-transform: uppercase;
}
.ipeds-data .ipeds-data-value {
	font-size: 20px;
}

#profile-intro .profile-desc {
	font-size: 16px;
}

#profile-intro .sidebar .widget {
	margin-top: 1.5rem;
	width: auto;
	padding: 1.25rem 1.5rem;
}

#profile-intro .sidebar .btn-primary {
	margin: 0;
	background-color: #0062a7;
}

#profile-intro .sidebar .social-icon {
	margin-right: .75rem;
	font-size: 1.25rem;
}

.additional-link {
	margin-bottom :10px;
}
.additional-link A {
	font-weight: bold;
}

.top-shadow {
	box-shadow: 0 0 5px rgba(51, 51, 51, 0.3);
}

#jobOpenings A.job-link {
	display: block;
}
#jobOpenings A.job-link .card {
	font-size: 16px;
}
#jobOpenings A.job-link .job-title {
	font-weight: bold;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#jobOpenings A.job-link .job-cat {
	color: #000;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#jobOpenings A.job-link:hover {
	text-decoration: none;
}
#jobOpenings A.job-link:hover .top-shadow {
	box-shadow: 0 0 5px rgba(51, 51, 51, 0.5);
}
#jobOpenings A.job-link:hover .card {
	background-color: #fbfbfb;
}
#jobOpenings A.job-link:hover .job-title {
	text-decoration: underline;
}


#map_container {
	display : none;
}
#map_canvas {
	display : none;
	height : 300px;
	width : 100%;
}
#marker_bounding {
	clear: left;
	float: left;
	height: 0;
	width: 1px;
	position: static;
}
#marker_hover {
	border: 1px solid #999;
	background-color: #EDFAFF;

	display:none;
	width: 180px;
	padding: 5px 5px 5px 10px;

	position:relative; 
	z-index:24;
	top:-30px;
	left:10px; 
}


.jcarousel-wrapper .jcarousel .jcarousel-list LI {
	border-width: 0;
	height: 260px;
}
.jcarousel-wrapper .jcarousel .jcarousel-list IMG {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}


@media (min-width: 1200px) {
}

@media (max-width: 1199px) {
	#profile-intro .sidebar .social-icon {
		margin-right: 0;
	}
	.profile-section {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 991px) {/* ipad size - down to 768 */
	#profile-intro .sidebar .social-icon {
		margin-right: .75rem;
	}
}

@media (max-width: 767px) {/* small pad size - down to 560 */
}

@media (max-width: 559px) {/* mobile phone size - down to 320 or lower */
	.profile-section {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 350px) {/* definitely mobile phone size */
}
