p { line-height: 150%; }

#content.col-3-largephoto {
	max-width: 960px !important;
}

#content.col-3-largephoto .first {
	margin-top: 10px;
}

.img-with-ribbon {
	position:relative;
}

.ribbon-text {
	position: absolute;
	left: 5%;
}

.ribbon-text h2 {
	color: white;
}

.ribbon {
	position:absolute;
	bottom: 2%;
	left: -22px;
}

.col-3-largephoto .byline {
	color: #eee; font-family: 'Open Sans', sans-serif; font-weight: 100; line-height: 28px;
}

.shadow-imgs > img {
	 -webkit-box-shadow:0 1px 5px rgba(0,0,0,0.3);
	 -moz-box-shadow:0 1px 5px rgba(0,0,0,0.3);
	 -ms-box-shadow:0 1px 5px rgba(0,0,0,0.3);
	 -o-box-shadow:0 1px 5px rgba(0,0,0,0.3);
	 box-shadow:0 1px 5px rgba(0,0,0,0.3);
}

img {max-width: 100%;
	height: auto}

.col-3-largephoto .caption {
	top: 10%;
	bottom:auto;
	margin: 0;
}

.col-3-largephoto .caption h1 {
	margin: 0;
}

.col-3-largephoto #imageWell {
	margin-bottom:7px;
}

.col-3-largephoto .caption h1 a {
	color: #d5b697; font-size: 40px; line-height: 42px; font-weight: 600; text-decoration: none; display: block; width: auto; height: auto; text-indent: 0;
	background: transparent;
	--webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.giving-button {
	margin-top: 10px;
	color: white;
	position: absolute;
	border: 1px solid #92663a; padding: 5px 10px; background-image: url(http://www.binghamton.edu/gerald/giving/images/button-bg-brown.gif);
}

#content.col-3-largephoto .giving-button a {
	text-indent: 0;
	box-shadow: none;
	display:block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background:none;
	width: auto;
	height: auto;
	color: #000; margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 16px; font-weight: 100;
}
/*
<div style="border: 1px solid #92663a; padding: 5px 10px; background-image: url(http://www.binghamton.edu/gerald/giving/images/button-bg-brown.gif); float: left; position: relative; z-index: 100; margin: -160px 0 0 15px">
                     <span style="color: #000; margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 16px; font-weight: 100;">Support the Nielsen scholarships</span>
                     </div>
*/
@media only screen and (max-width: 960px) {
	#content.col-3-largephoto {
		width: 95%;
		
		margin: 1em auto;

	}

}

@media screen and (max-width: 768px) {

	.first {
		text-align:center;
	}

	.img-with-ribbon {
		width:300px;
		margin:auto;
	}

	.img-with-ribbon > img {
		min-width: 100%;
	}
	.row.first > div {
		width: 80%;
		margin:auto;
	}
}