/*
 Theme Name:   Twenty Seventeen - TETEA
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Seventeen Child Theme
 Author:       Brian Sterr
 Author URI:   http://www.sterr-bros.com
 Template:     twentyseventeen
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  twenty-seventeen-child
*/

div#credit {
	font-size: 0.7em;
}

/*Project Images Styles for pictures inside text*/
.project-image{
	-webkit-box-shadow: 0 2px 7px #AAA;
    -moz-box-shadow: 0 2px 7px #AAA;
    box-shadow: 0 2px 7px #AAA;
	text-align: center;
	padding-bottom: 5px;
	align: center;
	margin: 0 0 1.5em 0;
	display: block;
	max-width: 600px;
	background: #F9F9F9;
}

.project-image img{
	margin: 5px 5px 0px 5px;
	-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow:  none !important;
	border: 1px solid #CCC !important;
}

.project-caption {
	margin: 0px 5px;
	color: #666;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}

/*Chart Display for Embedded Google Charts*/



/* STUDENTS DISPLAY */
.student-display {
	width: 100%;
	position: relative;
}

.student-display .student {
	float: left;
	display: block;
	-webkit-box-shadow: 0 0 5px #AAA;
	-moz-box-shadow: 0 0 5px #AAA;
	box-shadow: 0 0 5px #AAA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0em;
	width: 22%;
	margin: 0 2% 2% 0;
	background: #EEE;
	transition: box-shadow .25s, border .25s;
	cursor: pointer;
	border: 1px solid #FFF;
}

.student-display .student.active {
	border: 1px solid #1EB53A;
}

.student-display .student:hover {
	-webkit-box-shadow: 0 0 5px #137124;
	-moz-box-shadow: 0 0 5px #137124;
	box-shadow: 0 0 5px #137124;
	border: 1px solid #1EB53A;
}

.student-display .student .image {
	text-align: center;
}

.student-display .student .image img {
	width: 100%;
	height: auto;
	border: none !important;
}

.student-display .student .first-name {
	text-align: center;
	padding: 0 1em;
	line-height: 1.7em;
}

.student-info {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
	z-index: 500;
}

.student-info .loading {
	margin-top: 2em;
	background: url(img/loading.gif) center center no-repeat;
	min-height: 130px;
}

.student-info .content {
	padding: 2em;
}

.student-info .student {
	float: none;
	display: block;
	margin: 10% auto;
	-webkit-box-shadow: 0 0 5px #AAA;
	-moz-box-shadow: 0 0 5px #AAA;
	box-shadow: 0 0 5px #AAA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0em;
	width: 60%;
	background: #EEE;
	border: 1px solid #FFF;
	position: relative;
}

.student-info .student .close {
	color: #aaa;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.student-info .student .close:hover {
	color: #137124;
}

.student-info .student .image {
	text-align: center;
	float: left;
	width: 45%;
	margin-right: 5%;
}

.student-info .student .image img {
	width: 100%;
	height: auto;
	border: 1px solid #1EB53A;
	-webkit-box-shadow: 0 0 5px #AAA;
	-moz-box-shadow: 0 0 5px #AAA;
	box-shadow: 0 0 5px #AAA;
}

.student-info .content .name {
	text-align: center;
	padding: 0;
	color: #137124;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 0;
	margin-top: .1em;
}

.student-info .content .supported {
	text-align: center;
	color: #666;
	font-style: italic;
	margin: 0;
}

.student-info .content .occupation {
	text-align: center;
	color: #666;
	font-style: italic;
	margin: 0;
}

.tooltip {
	display: none;
	position: absolute;
	border: 1px solid #333;
	background-color: #161616;
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	font-size: 12px Arial;
	z-index: 900;
}

/* STAFF DISPLAY */
.staff-display {
	width: 100%;
	position: relative;
}

.staff-display .staff {
	float: left;
	display: block;
	-webkit-box-shadow: 0 0 5px #AAA;
	-moz-box-shadow: 0 0 5px #AAA;
	box-shadow: 0 0 5px #AAA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0em;
	width: 30%;
	margin: 1%;
	background: #EEE;
	transition: box-shadow .25s, border .25s;
	cursor: pointer;
	border: 1px solid #FFF;
	text-align: center;
	min-height: 190px;
}

.staff-display .staff.active {
	border: 1px solid #1EB53A;
}

.staff-display .staff:hover {
	-webkit-box-shadow: 0 0 5px #137124;
	-moz-box-shadow: 0 0 5px #137124;
	box-shadow: 0 0 5px #137124;
	border: 1px solid #1EB53A;
}

.staff-display .staff .image {
	text-align: center;
}

.staff-display .staff .image img {
	width: 100%;
	height: auto;
	border: none !important;
}

.staff-display .staff .full-name {
	text-align: center;
}

.staff-display .staff .staff-title {
	text-align: center;
	font-size: 0.8em;
}

.staff-display .staff .staff-title2 {
	text-align: center;
	font-size: 0.8em;
}

.staff-info {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
	z-index: 500;
}

.staff-info .loading {
	margin-top: 2em;
	background: url(img/loading.gif) center center no-repeat;
	min-height: 130px;
}

.staff-info .content {
	padding: 2em;
}

.staff-info .staff {
	float: none;
	display: block;
	margin: 15vh auto;
	-webkit-box-shadow: 0 0 5px #AAA;
	-moz-box-shadow: 0 0 5px #AAA;
	box-shadow: 0 0 5px #AAA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0em;
	width: 70vw;
	max-height: 80vh;
	background: #EEE;
	border: 1px solid #FFF;
	position: relative;
	overflow-y: scroll;
}

.staff-info .staff .close {
	color: #aaa;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.staff-info .staff .close:hover {
	color: #137124;
}

.staff-info .staff .image {
	text-align: center;
	float: left;
	width: 45%;
	margin-right: 5%;
}

.staff-info .staff .image img {
	width: 100%;
	height: auto;
	border: 1px solid #1EB53A;
	-webkit-box-shadow: 0 0 5px #AAA;
	-moz-box-shadow: 0 0 5px #AAA;
	box-shadow: 0 0 5px #AAA;
}

.staff-info .content .name {
	text-align: center;
	padding: 0;
	color: #137124;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 0;
	margin-top: .1em;
}

.staff-info .content .staff-title {
	text-align: center;
	color: #666;
	font-style: italic;
	margin: 0;
}

.staff-info .content .staff-title2 {
	text-align: center;
	color: #666;
	font-style: italic;
	margin: 0;
}

.staff-info .content .cofounder {
	text-align: center;
	color: #666;
	font-style: italic;
	margin: 0;
}

/*PayPal Styles*/
img.paypal {
	margin-top: 0px;
	border: none !important;
}

/*Input Box for dollar amount*/
input.dollars {
	width: 80px;
	display: inline;
}

/* MISCELLANEOUS */

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

p.wp-caption-text {
	color: #FFFFFF;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	background: #000000;
	margin: 0px 0px 0px 10px;
	padding: 2px;
}

p.address {
	margin: 0 0 0 10px;
}