/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.sharksLogo {
	float: left;
	margin: 0 15px 0 0;
	vertical-align: text-bottom;
	width: 80px;
	height: 77px;
	border: 1px solid #fff;
}

tr:nth-child(even) {
	background: #FFF;
}

tr:nth-child(odd) {
	background: #F1F1F1;
}

th {
	color: #FFF;
	background: #CC0000;
	font-weight: 500;
}

table,th,td {
	overflow: auto;
	border-bottom: 1px solid #E5E5E5;
	border-collapse: collapse;
}

th,td {
	padding: 10px 5px;
}

.google-maps {
	position: relative;
	padding-bottom: 90%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.surveyButton {
	-moz-box-shadow: inset 0 1px 0 0 #f5978e;
	-webkit-box-shadow: inset 0 1px 0 0 #f5978e;
	box-shadow: inset 0 1px 0 0 #f5978e;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f24537),color-stop(1,#c62d1f));
	background: -moz-linear-gradient(center top,#f24537 5%,#c62d1f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537',endColorstr='#c62d1f');
	background-color: #f24537;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	text-indent: 0;
	border: 1px solid #d02718;
	display: inline-block;
	color: #fff;
	font-family: Arial;
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	height: 40px;
	line-height: 40px;
	width: 180px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0 #810e05;
}

.surveyButton:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#c62d1f),color-stop(1,#f24537));
	background: -moz-linear-gradient(center top,#c62d1f 5%,#f24537 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f',endColorstr='#f24537');
	background-color: #c62d1f;
}

.surveyButton:active {
	position: relative;
	top: 1px;
}

.sponsorSidebarLogo {
	display: block;
	margin: 0 auto;
}

.vfbp-form .vfb-form-group {
	margin-bottom: 0 !important;
}

#site-header .right {
	font-family: FontAwesome, "Lato", Arial, Helvetica, sans-serif;
}