@font-face
{
	font-family: "OpenSansLight";
	src: local("Open Sans Light"), url("OpenSans-Light.ttf") format("truetype");
}

body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: "OpenSansLight", Arial, Helvetica, sans-serif;
	line-height: 20px;
	max-width: 35rem;
	color: #d6dadd;
}

dl
{
	background-repeat: repeat;
	background-color: #434343;
	overflow: hidden;
	padding: 2px 12px 7px 7px;
	margin: 0;
}

dt
{
	width: 160px;
	padding-right: 10px;
	float: left;
	clear: both;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

dd
{
	margin-left: 170px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #444;
	min-width: 200px;
}

dt img
{
	display: block;
	margin: 0 auto;
	margin-top: 0.5em;
	max-width: 100%;
	height: auto;
	border: 0;
}

p
{
	margin: 20px 0;
}

.team-title
{
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	margin-bottom: 0.5em;
}

.team-title.expand
{
	margin-bottom: 1.5em;
}

.team-bio
{
	font-size: 12px;
	display: block;
	margin: 0;
}

.field-rep
{
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	display: block;
	margin: 0;
}

.contact
{
	min-width: 124px;
	height: auto;
	text-align: center;
}

a, a:hover
{
  text-decoration: none;
}

.button-primary
{
	display: block;
	margin: 0 auto;
	color: #313E4A;
	font-size: 14px;
	background-color: #E1F0FB;
	box-shadow: inset 0 0 12px rgba(71,95,118,0.8), inset 0 0 8px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.3);
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	position: relative;
	padding: 5px 13px;
	border-radius: 2px;
	text-transform: uppercase;
	transition: color 200ms ease-in-out;
}

.button-primary:before
{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;;
	background-image: url("button_primary_effect.png");
}

.button-primary:focus:before
{
	background: none;
}

.button-primary:hover
{
	color: #2B6C91;
	text-decoration: none;
	animation-name: bounce;
	animation-duration: 300ms;
	animation-fill-mode: both;
}

@keyframes bounce
{
	0%, 100% { transform: translateY(0); }
	30% { transform: translateY(3px); }
	60% { transform: translateY(-3px); }
}
