/*===== Global ======*/

.mobile-header, #close-mobile-menu-link, #motoboard #table-caption {display: none;}

.live-motos a {
	width: 100%;
	display: block;
	text-align: center;
	background: #000000 url("/images/microsites/white-checkered/main-nav-bg.png") repeat-y right top;
	padding: 15px 10px;
	margin-bottom: 3px;
	box-sizing: border-box;
	font-family: 'Grotesque-SemiBold', 'Helvetica', 'Arial', sans-serif;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}

.live-motos a:hover {
	color: #e31b22;
	text-decoration: none;
}

.presign-btn {
	background: #e31b22;
	display: inline-block;
	padding: 3px 10px;
	font-family: 'Grotesque-SemiBold', 'Helvetica', 'Arial', sans-serif !important;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 5px;
	margin-top: 5px;
}

/*===== Forms ======*/
label {display: block; font-weight: bold; color: inherit;}

.previous,
.next {padding: 3px 12px; background-color: #ddd; color: #333333; border-radius: 3px;}

#body-wrap #sidebar ul.social-feed {
	margin: 0;
	padding: 0;
}

/*===== Body Content ======*/
#body-wrap #sidebar li.social-feed-item {
	display: block;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid black;
	min-height: 35px;
	background-position: 2px 5px;
}

#body-wrap #sidebar li.social-feed-item.twitter {
	background-image: url(/images/bmx/icons/twitter_share.png);
	background-repeat: no-repeat;
}

#body-wrap #sidebar li.social-feed-item.facebook {
	background-image: url(/images/bmx/icons/facebook_share.png);
	background-repeat: no-repeat;
}

#body-wrap #sidebar div.social-feed-item-title {
	font-weight: bold;
	padding-bottom: 5px;
	word-wrap: break-word;
}

#body-wrap #sidebar div.social-feed-item-message {
	font-weight :normal;
	word-wrap: break-word;
}

#body-wrap #sidebar a.social-feed-item-link {
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 30px;
}

#body-wrap #sidebar img.social-feed-item-image {
	display: block;
	float: left;
	width: 75px;
	max-height: 75px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#body-wrap #sidebar div.social-feed-item-clearing {
	clear: left;
}

#main-nav ul li {position: relative;}
#main-nav ul li:hover ul {display: block; opacity: 1;}
#main-nav ul li ul {display: none; opacity: 0; position: absolute; min-width: 250px; z-index: 999; left: 0; list-style: none; background: rgba(0,0,0,0.75); padding: 15px 10px;}
#main-nav ul li ul li {padding: 0 !important; display: block; float: none;}
#main-nav ul li ul li a {font-family: "Helvetica", "Arial", sans-serif; text-transform: none; font-size: 12px; font-weight: bold; margin: 0; padding: 5px 0; display: block;}

#content-wrap #sponsors-mobile { display: none; }
/*===== Motoboards =====*/
#motoboard {}
#motoselector .control {float: left; display: block; margin-right: 10px; margin-bottom: 15px;}
.table-moto-number-wrap {display: inline-block; background: #000000; color: #ffffff; padding: 3px 12px;}
#motoboard .rider-transfers { background-color: #f3f315; }
#motoboard .rider-transfers td { background-color: #f3f315; !important }

/*===== Volunteer Form =====*/
.volunteer-form-popup {
	position: fixed;
	bottom: 0;
	right: 5%;
	width: 500px;
	background-color: #fafafa;
	box-shadow: 0 0 10px #000000;
}
.volunteer-form-poup a {
	outline: none;
}
.volunteer-form-popup .col-half {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.volunteer-form-popup .col-third {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
}
.volunteer-form-popup .padding-right {
	padding-right: 10px;
}
.volunteer-form-popup form {
	padding: 10px;
	color: #000000;
}
.volunteer-form-popup hr {
	height: 1px;
	background: #efefef;
	margin: 10px 0;
	border: none;
}
.volunteer-form-popup .recaptcha {
	margin-bottom: 10px;
}
.volunteer-form-popup form label {
	font-weight: normal;
	display: inline;
	cursor: pointer;
	margin-left: 3px;
}
.volunteer-form-popup .position-checkbox-wrap {
	margin: 4px 0;
}
.volunteer-form-popup form input[type="text"],
.volunteer-form-popup form input[type="email"],
.volunteer-form-popup form input[type="phone"],
.volunteer-form-popup form textarea {
	width: 95%;
	display: block;
	padding: 5px 2.5%;
	border: solid 1px #efefef;
	margin: 3px 0;
}
.volunteer-form-popup form .btns {

}
.volunteer-form-popup form input[type="submit"],
.volunteer-form-popup .hide-form-btn {
	display: block;
	float: left;
	width: 45%;
	padding: 5px;
	font-size: 14px;
	color: #ffffff;
	background-color: #006699;
	font-weight: normal;
	text-align: center;
}
.volunteer-form-popup a#title-bar {
	display: block;
	background: #000000;
	color: #ffffff;
	padding: 10px;
	margin: 0;
	text-decoration: none;
}
.volunteer-form-popup p {
	line-height: 16px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}
#volunteer-form-wrap {
	display: none;
}
