img.bookshelf {
	border: 1px solid #ccc;
}

#url, .comment-field[for=url] {
	display: none;
}
.alert p {
	margin-bottom: 1.22222rem;
}
.alert.success a {
	color: #D09B2C;
}
.akismet_comment_form_privacy_notice {
    font-size: 0.8rem;
    font-style: italic;
    color: #888;
}

/** for the "Celebrating CC People" features **/
.celebrating-home-person {
	display: block;
	width: 300px;
	float: left;
	border: 2px solid #ddd;
	border-radius: 3px;
	margin-right: 20px;
	margin-bottom: 30px;
	min-height: 284px;
}

.celebrating-home-person:hover {
	border-color: #f3c73f;
	background: #fff;
}

.celebrating-home-person img {
	border-bottom: 1px solid #aaa;
}

.celebrating-home-person h3 {
	text-align: center;
	margin: 5px;
}

.celebrating-home-person p {
/* display: none; */
	margin: 0;
	padding: 0;
}

.textwidget .alert {
	padding: 23px;
}

.textwidget .alert h6 {
	margin-top: 0;
}

button, input[type="reset"], input[type="submit"], input[type="button"], #infinite-handle span {
	background: #D09B2C;
	border-top: #D09B2C;
	border-bottom: #D09B2C;
}

#main-header #cclogo a {
	color: #423c25;
	display: block;
	width: 460px;
	height: 108px;
	text-decoration: none;
	text-indent: -999px;
	background: transparent url(https://www.coloradocollege.edu/global/images/templates/text/cc-com-logo-horizontal-web-header.png) no-repeat scroll 0 0;
	display: none;
}

#footer #credit-line a:first-child {
	display: block;
	width: 200px;
	height: 47px;
	text-decoration: none;
	padding-top: 10px;
	content: "Colorado College";
	text-indent: -999px;
	background: transparent url(https://www.coloradocollege.edu/global/images/templates/text/cc-com-logo-horizontal-web-footer.png) no-repeat scroll 0 -42px;
}

#main-header #cclogo a {
	color: #423c25;
	display: block;
	width: 460px;
	height: 108px;
	text-decoration: none;
	text-indent: -999px;
	display: none;
	background: transparent url(https://www.coloradocollege.edu/global/images/templates/text/cc-com-logo-horizontal-web-header.png) no-repeat scroll 0 0;
}

/*
#footer #credit-line:before {
	display: block;
	width: 200px;
	height: 47px;
	text-decoration: none;
	padding-top: 10px;
	content: "Colorado College";
	text-indent: -999px;
	background: transparent url(https://www.coloradocollege.edu/global/images/templates/text/cc-com-logo-horizontal-web-footer.png) no-repeat scroll 0 -42px;
}
*/
@media screen and (max-width: 899px) {
	#footer #credit-line a:first-child {
		margin: 0 auto;
	}
}

@media screen and (max-width: 740px) {
	#main-header #cclogo a {
		height: 70px;
		width: 326px;
		background-position: -440px 0;
		background-size: auto 90px;
	}
}
.noclear {clear:none;}

.jp-carousel-titleanddesc-title {display: none;}