/********************/
/**** About Page ****/
/********************/

/* YouTube Video Overlay: */
.youtube {
	background-color: #000;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.youtube .thumb {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.youtube .play {
	filter: alpha(opacity=90);
	opacity: .9;
	height: 77px;
	left: 50%;
	margin-left: -38px;
	margin-top: -38px;
	position: absolute;
	top: 50%;
	width: 77px;
	background-size: 64px auto;
	background: url("../../images/yt-play-button.png") no-repeat center;
	transition: all 0.05s;
}
.youtube .play:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Service block: */
.service-block {
	padding: 2px 7px;
}
.service-block > h3 {
    font-family: 'Vollkorn', 'Yellowtail', serif;
    text-transform: none;
	font-size: 23px;
}
.service-block h3 a {
	color: initial;
}
.service-block h3 a:hover {
	color: #2d695c;
	transition: 0.2s;
}
.service-block > p {
	/* min-height: 425px; */
	min-height: 0;
}

/* Owl Pagination: */
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
	width: 100%;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50); /*IE7 fix*/ 
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100); /*IE7 fix*/
	opacity: 1;
}

.owl-theme .owl-buttons .owl-prev {
	top: 150px;
	left:-20px;
}
.owl-theme .owl-buttons .owl-next {
	top: 150px;
	right:-20px;
}

/* Slideshow Home Page: */
#program_rev_slider div.slotholder {
	cursor: pointer;
}
#home_page_main_slider_wrapper {
	border: 1px solid #ededed;
	padding: 7px;
	height: inherit !important;
}
.slider_donate_button {
	color: #FFF !important;
    display: table;
    font-family: 'noto sans', sans-serif;
    font-size: 13px;
    margin: 20px auto 0;
    padding: 8px 25px;
    border: 1px solid #2d695c;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;

	background-color: #2D695C;
	/* text-shadow:0 1px 1px rgba(0,0,0,0.5); */
	box-shadow: 0 0 5px rgba(5, 5, 5, 0.8);
}
.slider_donate_button:hover {
	color: #FFF !important;
	/* transform: scale(1.1) !important; */
    /* background: none; */
	/* box-shadow: 0px 0px 15px rgba(5, 5, 5, 0.8); */
}

/* YouTube Video Home Page: */
#home_page_main_video {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}
#home_page_main_video #video_container {
	position: relative;
	padding-bottom: 53.1%; /* approx 854:480 */
	padding-top: 25px;
	height: 0;
}
#home_page_main_video iframe, #home_page_main_video div.youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Staff Home Page: */
#staff, #mission { margin-top: -70px; overflow: hidden; }
#staff:before, #mission:before { margin-top: 70px; }
#staff > .block, #mission > .block { margin-top: 70px; }
section.grayish { z-index: 5; }
section:not(.grayish) { z-index: 10; }
/*position: absolute;*/
/*width: 100%;*/
/*top: 50px;*/
/*left: 0px;*/
/*height: 100%;*/
.team {
	float: none;
	width: 215px !important;
	margin: 0 auto !important;
	border-radius: 0;
	overflow: hidden;
}
.team-img {
	overflow: hidden;
    height: 375px;
}
.team-img img {
    width: auto;
	height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.member-detail {
	padding: 20px 6px 10px;
	background-color: rgba(250, 250, 250, 0.95);
}
.member-detail i {
	color: #999;
	font-size: 11px;
	font-style: normal;
	padding: 0 10px 5px;
	text-align: center;
	text-transform: uppercase;
	display: table;
	margin: 0 auto;
	border-bottom: 1px solid #DCDCDC;
}
.member-detail h3 {
	font-family: 'noto sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	text-align: center;
	/* text-overflow: ellipsis; */
	white-space: nowrap;
	float: none;
	overflow: hidden;
	width: 100%;
	padding: 13px 0 7px;
	margin: 0 !important;
}
.member-detail p {
	line-height: 22px;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	float: none;
}
.member-detail a {
	display: none;
	background: none;
    color: #2C685B;
    border: #2C685B 1px solid;
    padding: 5px 15px;
    border-radius: 3px;
    transition: color 0.3s, background-color 0.3s;
	font-family: noto sans, sans-serif;
    letter-spacing: 0.1px;
	position: absolute;
	margin: 12px 45px;
	cursor: pointer;
	font-size: 13px;
	line-height: 20px;
}
.team:hover .member-detail a {
	display: block;
}
.team:hover .member-detail p {
	height: 285px;
	visibility: visible;
}
.team:hover .member-detail i {
    border-color: #AAA;
}

/* Staff Home Page: (legacy) */
.product {
	float: none;
	width: 215px !important;
	margin: 0 auto !important;
	border-radius: 6px;
	overflow: hidden;
}
.product .staff_photo {
	overflow: hidden;
    height: 285px; /* 330px; */
    margin-bottom: 20px;
}
.product .staff_photo img {
	margin-bottom: 0;
	margin-top: -20px;
}
.product .staff_photo.wide img {
	height: 100%;
    width: auto;
    margin-left: -47%;
	margin-top: 0;
}
.product .staff_photo.photo_mt_0 img{
	margin-top: 0;
}
.product .staff_photo.photo_mt_30 img{
	margin-top: -30px;
}
.product h3 {
	font-family: 'noto sans', sans-serif;
    font-size: 17px;
    text-transform: none;
	float: none;
}
.product > a {
	position:absolute;
	width:100%;
	height:90px;
	left:0;
	bottom:0;
	opacity: 0;
	background-color: gray;
	transition: all 0.3s;
}
.product > a:hover {
	opacity: 0.1;
}

/* Staff Home Page2: (legacy) */
.product#a {
	transition: all 0.4s linear;
}
.product#a p {
	visibility: hidden;
	height: 0;
	position: absolute;
	overflow: hidden;
	bottom: 89px;
	padding: 10px 15px;
	text-align: center;
	line-height: 25px;
	transition: all 0.4s linear;
}
.product#a:hover {
	background: rgba(235, 235, 235, 0.91);
}
.product#a:hover p {
	visibility: visible;
	height: 285px;
	background: rgba(255,255,255,0.8);
}