/***************
LEFT IMAGE, RIGHT TEXT BEAN
****************/
.bean-leftimg-righttext, .bean-lefttext-rightimg {
	min-height: 40vh;
	background: #fff;
}

	.bean-leftimg-righttext .side-img,
	.bean-leftimg-righttext .side-text {
		min-height: 40vh;
	}
	
	.side-container { /* keeps text to right position regardless of screensize. used in conjunction with "overlay-verticalcenter" **/
		max-width: 600px;
		margin: 0 auto;
		padding: 0 15px;
	}
	
	.button-container {
		margin: 0 auto;
		left: 0;
		right: 0;
		display: block;
		max-width: 250px;
	}
	
	.button-container .btn {
		margin-top: 10px;
		width: 100%;
	}

/***************
BEAN STATS
****************/
.bean-stats {
	padding: 10vh 0;
}

/***************
TESTIMONIAL BEAN
****************/
.bean-testimonial {
	padding: 10vh 0;
}

	.bean-testimonial .img {
		background: #fff;
		border-radius: 100%;
		border: 3px solid #fff;
		max-width: 100px;
		margin: 0 auto;
		overflow: hidden;
	}

/***************
BEAN CENTERED
****************/
.bean-centered {
	padding: 15vh 0;
}

	.bean-centered blockquote {
		margin: 0 auto;
	}
	
	.bean-centered a {
		display: block;
		margin: 5px auto;
		max-width: 300px;
	}
	
/***************
PARALLAX CENTER
****************/
.bean-parallax {
	padding: 20vh 0;
}

/***************
BEAN LINK LISTING
****************/
.bean-linklisting {
	padding: 20vh 0;
}

.link-columns {
	columns: 3 200px;
}

.link-list-item {
	display: block;
	margin: 0;
	padding: 10px 0px;
	transition: all 0.5s ease 0s;
	border-bottom: 1px solid tan;
}

	.link-list-item:hover {
		display: block;
		padding-left: 8px;
		text-decoration: none;
	}
	
/***************
BEAN INFORMATION
****************/
.bean-information {
	padding: 10vh 0;
}

	.bean-information .buttons a {
		display: block;
		padding: 15px 0;
		text-decoration: none;
		transition: all 0.5s ease 0s;
		border-bottom: 1px solid tan;
	}
	
	.bean-information .buttons a:hover {
		padding-left: 8px;
	}

/***************
BEAN IMAGE LINK BOCK
****************/
.bean-link-blocks {
	padding: 5vh 0;
}

.bean-link-blocks a {
	margin-bottom: 25px;
	text-align: center;
}

.image-block-darken img {
	margin: 10px auto!important;
	display: inline-block!important;
	max-width: 50px!important;
}

.image-block-darken {
	z-index: 100;
	background: rgba(0,0,0,0.4);
	outline: 1px solid #f7f7f7;
	outline-offset: -20px;
	-webkit-transition: all .5s 0s;
	-moz-transition: all .5s 0s;
	transition: all .5s 0s;
}
.image-block-darken:hover {
	background: rgba(0, 0, 0, 0.64) none repeat scroll 0 0;
	outline: none;
	-webkit-box-shadow: inset 0 0 0 20px rgba(255,255,255, .3);
	-moz-box-shadow: inset 0 0 0 20px rgba(255,255,255, .3);
	box-shadow: inset 0 0 0 20px rgba(255,255,255, .3);
	text-decoration: none;
}


/***************
BEAN STAT BLOCK
****************/
.bg-block-orange {
	background: #e78b4d;
}
.bg-block-grey {
	background: #444444;
}
.stat-block-text{
	line-height: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.embed-responsive-stat-block {
	padding-bottom: 209%;
}


/*******************
NEWS/EVENTS FEATURE
********************/
.featured-event-container{
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 242px;
	/*height: 260px;*/
	color: #ffffff;
}

.fe-max-height {
	max-height: 242px;
}

.featured-event-content {
	bottom: 18px;
	left: 21px;
	position: absolute;
}

.featured-event-content h2 {
	font-size: 2rem;
	margin-bottom: 0;
}

.featured-event-content p {
	font-size: 13px;
}

.featured-event-container:hover {
	transition-duration: 0.3s;
	transition-property: box-shadow, transform;
}
.featured-event-container:hover {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	position: relative;
	transform: scale(1.008);
	z-index: 20;
}

/*******************
EMERGENCY ALERTS
********************/
.bean-alert {
	background: #ffb889;
	color: #222;
	border: 0;
	margin: 0;
}

.bean-alert .close {
	font-size: 30px;
}

.bean-alert ul {
	margin: 5px 0 5px 15px;
	padding: 0;
}

.bean-alert a {
	color: #333;
}