@charset "UTF-8";
/* CSS Document */

.zfont-large-white {
	font-size:1.25em;
	color:#FFF
}

.zfont-large-white-center {
	font-size:1.25em;
	color:#FFF;
	text-align: center;
}

.zfont-white {
	color:#FFF
}

.zfont-large-black {
	font-size:1.25em;
	color:#000
}

.zfont-black {
	color:#000
}

.zfont-black-bold {
	color:#000;
	font-weight: bold
}

.tagline-width {
	font-size: 85%;
	letter-spacing: .25em;
	width:38%
}

.spec-content {

	display: inline-block;

	margin: auto !important;

	padding: 20px;

	background-color: rgba(0,0,0,0.5);

	color: #FFF;

	border-radius: 5px;

}

.spec-content-blue {

	display: inline-block;

	margin: auto !important;

	padding: 20px;

	background-color: rgba(69,114,150,0.5);

	color: #FFF;

	border-radius: 5px;

}

/*
---------------------------------------------------------------
 Special fixed background images. The first class "top-panel"
 sets the smoky wisp background in the first content box in
 layout-01. The second class "banner-01" is for the large, 
 full-width image of the woman in the hat in layouts 01-03.
---------------------------------------------------------------
*/
.team-top-panel {
	background-image: url(img/smoke.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

.team-banner-01 {
	background-image: url(img/peeking-out.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

span.dropcapwhite {
	float: left;
	font-size: 5em;
	margin-right: 10px;
	padding: 0 .1em 0 0;
	display: block;
	line-height: 0.55em;
	color: #FFF;
	border-right: 1px dotted #FFF;
}
