._nada {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,d2d2d2+100 */
	background: #feffff; /* Old browsers */
	background: -moz-linear-gradient(top, #feffff 0%, #d2d2d2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #feffff 0%,#d2d2d2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #feffff 0%,#d2d2d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */	
}

body {
/*
	background-image: url('/assets/gfx/gray-radial-bg.jpg');
	background-position: bottom;
	background-size: cover;
*/
	font-family: "Asap", "sans-serif";
	font-weight: 400;
}

.greenGradientBg {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 63%, rgba(248,255,232,1) 83%, rgba(227,245,171,1) 95%, rgba(183,223,45,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 63%,rgba(248,255,232,1) 83%,rgba(227,245,171,1) 95%,rgba(183,223,45,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 63%,rgba(248,255,232,1) 83%,rgba(227,245,171,1) 95%,rgba(183,223,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7df2d',GradientType=0 );
}

.blueGradientBg {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(169,228,247,1) 85%, rgba(15,180,231,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 56%,rgba(169,228,247,1) 85%,rgba(15,180,231,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 56%,rgba(169,228,247,1) 85%,rgba(15,180,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0fb4e7',GradientType=0 );
}

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: 700;
	margin-top: 0.5em;
}

#AppContainer {
	max-width: 1200px;
	width: auto;
	min-height: 100%;
	margin-bottom: 120px;
	/*
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	*/
}

.TopMenu {

}

.TopMenu a {
	border-bottom: 2px solid rgb(196, 230, 87);
	border-right: 2px solid rgb(196, 230, 87);
	background-color: #fff;
	/*
	box-shadow: 0 -2px 3px rgba(0,0,0,1);
	*/
	padding: 5px 12px;
	text-transform: uppercase;
	margin: 0;
	color: #000;
	font-size: 0.9em;
	font-weight: 700;
	text-decoration: none;
}

.TopMenu a:hover {
	background-color: #0C5E0E;
	color: #fff;
}

.TopMenu a:hover i {
	color: #fff;
}

.TopMenu a:first-child {
	border-left: 2px solid rgb(196, 230, 87);
	border-bottom-left-radius: 8px;
	padding-left: 16px;
}

.TopMenu a:last-child {
	border-bottom-right-radius: 8px;
	padding-right: 16px;
}

.TopLogo {
	text-align: center;
	width: 100%;
	margin: 32px auto 16px;
}

.TopLogo img {
	max-height: 80px;
}

.TopLogo .LogoGroup {
	max-width: 800px;
	margin: 0 auto;
}

.TopLogo .LogoGroup a {
	width: 33%;
}

.TopLogo .LogoGroup img {
	max-width: 70%;
}


.rules-regs-toc {
	margin: 20px 100px;
}

.styledHeaderLabel {
	border: 1px solid rgb(196, 230, 87);
	padding: 18px 12px;
	margin: 0 6% 1em;
	background-color: #fff;
}

.SectionBlurb {
	margin: 20px 15%;
	font-size: 1.1em;
}

.TableWrapper,
.TableWrapperTight {
	background-color: #fff;
	padding: 40px;
	margin: 20px;
	border-radius: 20px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.10)
		, 0 8px 8px rgba(0,0,0,0.10)
		;
}

.TableWrapperTight {
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
}


.rules-regs-toc h1 {
	font-size: 1.8em;
	text-align: center;
}

.rules-regs-toc h3 {
	margin-top: 0.8em;
	font-size: 1.3em;
}

.rules-regs-body,
._builderBody {
	margin: 20px 60px;
	background-color: #fff;
	padding: 40px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.10)
		, 0 8px 8px rgba(0,0,0,0.10)
		;
}

._builderBody {
	margin: 20px 0;
}

.rules-regs-body h1 {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #000;
	font-size: 1.6em;
}

.rules-regs-body h2 {
	margin-top: 0;
	font-size: 1.1em;
	margin-left: 1.5%;
}

.rules-regs-body p, .rules-regs-body ul, .rules-regs-body ol {
	margin-left: 4%;
	margin-right: 4%;
}

.Table th {
	color: #000;
	font-weight: 700;
}


.DriverCardWrapper {
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #aaa;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

.DriverCard {
	margin: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

.DriverCard_Left {

}

.DriverCard_Right {
	margin-top: 2em;
	border-left: 1px solid #ddd;
}

.DriverHeadshot {
	width: 150px;
	height: 150px;
	max-width: 100%;
	overflow: hidden;
	border: 1px solid #000;
	border-radius: 8px;
	box-shadow: 0 0 16px rgba(0,0,0,0.2);
	background-color: #fff;
}

.DriverHeadshot img {
	max-width: 110%;
}

.DriverBio {
	margin: 10px;
}

.DriverBio .DriverCard_Left {

}

.DriverBio .DriverCard_Right {

}

.DriverBio .Name {
	font-size: 1.4em;
	color: rgb(0, 110, 15);
	font-weight: 700;
}

.DriverBio .Country {

}

.DriverBio .CarNumber {
	float: right;
	border: 8px solid #000;
	width: 100px;
	height: 100px;
	border-radius: 60px;
	font-size: 3.8em;
	line-height: 1.65em;
	text-align: center;
	font-weight: 700;
	margin-right: -0.45em;
	margin-top: -0.8em;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(196, 230, 87, 0.5)
		, 0 0 8px rgba(196, 230, 87, 0.5)
		;
}

.DriverBio .TeamName {

}

.DriverBio .Equipment {

}


.DriverBio_Label {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}

.DriverBio .BioItem {
	margin-bottom: 16px;
}

.EventCard {
	width: 45%;
	margin: 10px auto;
	padding: 16px;
	border-radius: 8px;
	border: 4px solid rgb(196, 230, 87);
	background-color: #fff;
}

.EventExternalBanner {
	width: 65%;
	border: none;
}

.EventExternalBanner img {
	max-width: 100%;
}

.EventCard h1 {
	font-size: 1.5em;
	text-align: center;
}

.DriverTokenContainer {
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 8px;
	padding: 12px;
	text-align: center;
	border: 2px solid rgb(196, 230, 87);
	font-weight: 700;
	background-color: #fff;
}

.DriverListButton {
	margin: 6px;
	padding: 6px 8px;
	width: 30%;
	background-color: #fff;
	border: 2px solid rgb(196, 230, 87);
	background-color: rgb(0, 110, 15);
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	text-align: center;
}

.DriverListButton.Bigger {
	font-size: 1.25em;
	margin: 2em auto;
	width: 45%;
}

.DriverTokenButton {
	margin: 4px;
	padding: 3px 4px;
	background-color: #fff;
	border: 2px solid rgb(196, 230, 87);
	background-color: rgb(0, 110, 15);
	color: #fff;
	cursor: pointer;
}

.DriverListButton:hover,
.DriverTokenButton:hover {
	border: 2px solid rgb(0, 0, 0);
	background-color: #fff;
	color: rgb(0, 110, 15);
}

.DriverList {
	margin-top: 20px;
}

a.CLL {
	width: 100%;
	height: 7em;
	padding: 16px;
	border-radius: 8px;
	border: 1px solid #777;
	text-decoration: none;
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

a.CLL:hover {
	background-color: #eee;
	border: 1px solid #000;
}

.CharityLogoLink {
	width: 33%;
	height: 100%;
	text-align: center;
	text-transform: uppercase;
}

.CharityLogoLink img {
	display: inline-block;
	max-height: 3em;
	margin-bottom: 10px;
	max-width: 96%;
}

.CharityListDetails {
	width: 63%;
	color: #333;
	font-size: 1.15em;
}



.Footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 1200px;
	border-top: 1px solid #000;
	box-shadow: 0 -2px 4px rgba(0,0,0,0.3);
	height: 60px;
	padding: 14px 32px;
	margin: 0 auto;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	background-color: #0C5E0E;
	background-color: rgba(0,110,15, 0.85);

background: rgb(12,94,14);
background: -moz-linear-gradient(top,  rgba(12,94,14,1) 0%, rgba(83,140,22,1) 100%);
background: -webkit-linear-gradient(top,  rgba(12,94,14,1) 0%,rgba(83,140,22,1) 100%);
background: linear-gradient(to bottom,  rgba(12,94,14,1) 0%,rgba(83,140,22,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5e0e', endColorstr='#538c16',GradientType=0 );

}

.Footer p {
	color: #fff;
}

.Footer a {
	color: #B9E446;
}


/** Slide thang **/
.slide-container {
  width: 70%;
  margin: auto; }

.slide-container .each-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 300px;
}

/*
.each-slide span {
  padding: 20px;
  font-size: 20px;
  background: #efefef;
  text-align: center;
}

.each-fade {
  display: flex;
}

.each-fade .image-container {
  width: 75%;
  overflow: hidden;
}

.each-fade .image-container img {
  width: 100%;
}

.each-fade h2 {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background: #adceed;
}
*/