/* custom css

blue: #073bab
yellow: #d0b94c;

*/



#snNameSuggest{
	position: absolute;
	top: 105%;
	max-height: 200px;
	z-index: 1000;
	overflow-y: scroll;
	background-color: #fff;
	padding: 15px 15px;
	width: 100%;
}

#snNameSuggest .nameCell{
	position: relative;
	min-height: 40px;
	margin-bottom: 15px;
	padding-left: 50px;
	line-height: 20px;
	font-size: 12px;
	cursor: pointer;
}

#snNameSuggest .nameCell .namePic{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.main-banner{
	background-image: url('/assets/images/hero.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 20% 140px 20%;
	margin-top: 0px;
}

.main-banner span.category {
	background-color: #fff;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 6px 15px;
	display: inline-block;
	margin-bottom: 30px;
}

.main-banner span.category em {
	font-style: normal;
	color: #f35525;
}

.main-banner h2 {
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 52px;
	width: 50%;
	margin-bottom: 0px;
}

.main-banner.ros{
	padding: 60px 20% 60px 20%;
	margin-bottom: 80px;
}

.main-banner.ros h2{
	font-size: 40px;
	line-height: 50px;
	width: 100%;
}

.regFormP{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

p{
	line-height: 1.4;
	margin-bottom: 15px;
}

footer p{
	margin-bottom: 0;
}

.leaderboardTable .nameCell{
	padding-left: 40px;
	position: relative;
}

.leaderboardTable .nameCell .namePic{
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#teamTabs button{
	font-size: 15px;
}

#dayTabs button{
	font-size: 14px;
}

.c3VideoIframeWrapper{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	margin-bottom: 25px;
}

.c3VideoIframeWrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}








/* resonsive overrides */
@media (max-width:1199px) {
	
}

@media (max-width:991px) {
	
}

@media (max-width: 980px) {
	
}


@media (max-width: 767px) {

	.main-banner h2 {
		font-size: 30px;
		line-height: 36px;
		width: 80%;
	}

	.main-banner.ros h2{
		font-size: 30px;
		line-height: 36px;
		width: 100%;
	}

}

@media (max-width: 610px) {
	
}

@media (max-width: 505px) {
	
}
















