/*==============================================  IMPORTANT - PLEASE READ ==============================================

font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
____

thin 100
light 300
regular 400
bold 700
black 900
____

========================================================================================================================
*/

/*
==============================================
Yearbook Section
==============================================
*/

.yearbook-section {
	padding-bottom: 150px;
	display: inline-block;
	width: 100%;
}

.yearbook-bio-block {
	padding-bottom: 30px !important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.yearbook-bio-block:hover {
	padding-bottom: 30px;
	background: rgba(201,165,96,.2);
	-webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.yearbook-bio-block, .yearbook-bio-block-photo {
	padding: 0px;
	overflow: hidden;
}
.yearbook-cta-wrapper button {
	width: 100%;
	border: none;
	font-family: 'Source Sans Pro', ssans-serif;
	font-weight: 300;
    font-size: 20px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #c9a560;
	color: #FFFFFF;
	bottom: -35px;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.yearbook-bio-block:hover .yearbook-cta-wrapper button {
	bottom: 0px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.yearbook-bio-block-social:before {
	content: "";
    display: block;
    width: 0px;
    height: 2px;
    background-color: transparent;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 10px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.yearbook-bio-block:hover .yearbook-bio-block-social:before {
	content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #c9a560;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 10px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.yearbook-bio-block-photo {
	margin-bottom: 20px;
}
.yearbook-bio-block-social .yearbook-links, .yearbook-name-wrapper {
	text-align: center;
}
.yearbook-bio-block-social .yearbook-links a {
	color: #cbcac9;
	padding: 0px 8px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.yearbook-bio-block-social .yearbook-links a:hover {
	color: #c9a560;
	padding: 0px 8px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.yearbook-first-name, .yearbook-last-name, .yearbook-designation  {
	font-family: 'Abel', sans-serif;
    font-size: 27px !important;
    line-height: 40px !important;
    color: #000000 !important;
    text-transform: uppercase;
    display: inline !important;
}
.yearbook-designation {
	text-transform: none;
}
.yearbook-title {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px !important;
    text-transform: uppercase;
    color: #5a5d63;
    font-weight: 300;
    letter-spacing: 2px;
}
/*
.yearbook-designation sup {
	vertical-align: middle;
    top: 10px;
    font-size: 14px;
}
*/
.yearbook-row-2 {
	margin-top: 50px;
}
.yearbook-headshot-wrapper {
	z-index: 1;
}
.yearbook-three .yearbook-headshot-wrapper {
	max-width: inherit !important;
}
.yearbook-slide {
	margin-top: 60px;
	width: 33.33%;
	position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.yearbook-headshot-wrapper {
	z-index: 1;
}

.yearbook-slide:before {
	font-family: 'Source Sans Pro', ssans-serif;
    font-weight: 300;
    font-size: 20px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #c9a560;
    color: #FFFFFF;
	width: 100%;
	height: 30px;
    line-height: 30px;
	content: "View Bio";
	display: block;
	position: absolute;
    z-index: -1;
    top: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.yearbook-three .yearbook-headshot-wrapper::after {
	background-color: transparent !important;
}
.yearbook-three .yearbook-hr {
	background-color: #c9a560;
}
.yearbook-slide:hover:before {
	top: -30px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.yearbook-slide:hover {
    background: rgba(201,165,96,.2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.yearbook-three .yearbook-links .yearbook-links-as-icon .fa {
	color: #676666;
}
.yearbook-three .yearbook-links .yearbook-links-as-icon .fa:hover {
	color: #c9a560;
}

/********* Yearbook Styles ************/

.yearbook-three .yearbook-name-wrapper {
    max-height: 300px;
	height: auto !important;
}

.yearbook-container h1 {
	display: none;
}

@media only screen and (max-width: 992px) {
	.yearbook-slide {
		width: 100%;
	}
}

/* @media only screen and (min-width: 1381px) and (max-width: 1500px) {
	.blog-detail-prev-wrapper, .resource-detail-prev-wrapper, .bio-detail-prev-wrapper, .blog-detail-next-wrapper,
	.resource-detail-next-wrapper, .bio-detail-next-wrapper {
		visibility: hidden !important;
	}
} */



/*
==============================================
Responsive Meia Queries NEW
==============================================
*/


/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Yearbook Section
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Yearbook Section
==============================================
*/
.yearbook-slide:before, .yearbook-slide:hover:before {
    top: -30px;
	}
	.yearbook-slide:hover {
		background: none;
	}
}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Yearbook Section
==============================================
*/

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Yearbook Section
==============================================
*/
.yearbook-section .yearbook-three .yearbook-slide {
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 0;
		max-width: 400px;
	}
	.yearbook-bio-block {
		max-width: 390px;
		margin: 0 auto;
	}
	.yearbook-bio-block-photo {
		text-align: center;
	}

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Yearbook Section
==============================================
*/
.yearbook-bio-block {
    	max-width: 350px;
    	margin: 0 auto;
	}
	.yearbook-headshot-wrapper:before {
		background: none;
	}
	.yearbook-three.yearbook-container {
		padding: 0 20px;
	}
	.yearbook-three .yearbook-headshot {
		width: 100%;
	}
	.yearbook-slide:before {
		top: -30px;
	}
}

/* Extra small devices (most portrait phones, 375px and less) mobile-p */
@media only screen and (max-width: 375px) {
	.yearbook-three .yearbook-name-wrapper {
		padding: 20px 0px 0 0px;
	}


}

/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
/*
==============================================
Yearbook Section
==============================================
*/
.yearbook-headshot-wrapper:before {
	background: none;
}
.yearbook-three .yearbook-headshot {
	width: 100%;
}
}

/* IE only */
@media screen\0 { }
