@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Body */
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-size: 200%;
	font-weight: bold;
}
h2 {
	font-size: 175%;
	font-weight: bold;
}
h3 {
	font-size: 150%;
	font-weight: bold;
}
h4 {
	font-size: 125%;
	font-weight: bold;
}

/* Container */
.container {
	display: flex;
	flex-direction: column;
	width: 90%;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	display: flex;
	flex-direction: row;
	flex: 1 0 50px;
	justify-content: space-around;
	align-content: center;
	color: #fff;
	background-color: #187dd7;
}
.logo {
	font-weight: bold;
	text-align: left;
	width: 35%;
	margin: auto;
	margin-left: 25px;
	letter-spacing: 4px;
	display: flex;
	align-items: center;
}
.logo h4 {
	padding-left: 10px;
	align-items: center;
}
nav {
	display: flex;
	align-self: center;
	text-align: right;
}
header nav ul {
	list-style-type: none;
}
nav ul li {
	align-items: center;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.3s linear;
}
nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
nav ul li:hover a {
	color: #000;
	font-size: 120%;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	font-size: calc(14px + 4vw);
}
/* Hero Section */
.hero {
	background-color: #B3B3B3;
	background-image: url(../images/RearCassette.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
	text-shadow: 0 0 0.5em black, 0 0 0.5em black, 0 0 0.5em black;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: calc(4px + 1vw);
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.section-header {
	margin: auto;
	padding-top: 20px;
	text-align: center;
	text-transform: uppercase;
	background-color: #fff;
}

/* General Column layouts */
.col_txt {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
	-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
	-webkit-column-fill: auto;  /* Chrome, Safari, Opera */
	-moz-column-fill: auto; /* Firefox */
	column-fill: balance;
	-webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
    -moz-column-rule-style: solid; /* Firefox */
    column-rule-style: solid;
	-webkit-column-rule-width: 1px; /* Chrome, Safari, Opera */
    -moz-column-rule-width: 1px; /* Firefox */
    column-rule-width: 1px;
	-webkit-column-rule-color: lightgray; /* Chrome, Safari, Opera */
    -moz-column-rule-color: lightgray; /* Firefox */
    column-rule-color: lightgray;
	-webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
	-webkit-column-width: 29%; /* Chrome, Safari, Opera */
    -moz-column-width: 29%; /* Firefox */
    column-width: 29%;
	background-color: #fff;
}

.col_txt p {
	text-align: justify;
	font-weight: normal;
	line-height: 25px;
	float: left;
	padding-top: 0;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 12px;
	margin: 0;
	color: #000;
}

/* Stats Gallery */
.sqr-img-container{
	display: flex;
	height: 200px;
	width: 200px;
	align-items: center;
	justify-content: center;
}
.tiled-logo {
	max-height: 100%;
	max-width: 100%;
}
.gallery {
	display: flex;
	flex-direction: row;
	width: 100%;
	background-color: #FFFFFF;
	flex-flow: row wrap;
	flex: 1 0 auto;
	align-items: flex-start;
	justify-content: space-around;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-bottom: 0px;
}
.gallery h1{
	text-align: center;
	text-transform: uppercase;
}
.thumbnail {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 220px;
	text-align: center;
	margin-top: 35px;
	text-decoration: none;
}
.thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #187dd7;
}
.thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
}
.thumbnail a{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}

.crew-bio > li {
	font-size: 115%;
	font-weight: bold;
	margin: 8px;
}

.crew-bio > ul > li{
	font-weight: bold;
	color: #187dd7;
	margin: 8px 0 0 0;
}

/* Parallax Section */
.banner {
	flex: 0 0 400px;
	background-color: #187dd7;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner.b1 {
	background-image: url(../images/eddy-2a.jpg);
}
.banner.b2 {
	background-image: url(../images/the-rock.jpg);
}
.banner.b3 {
	background-image: url(../images/MarkCavendish_action_rdax_1993x1135_75-bw.jpg);
}
.banner.b4 {
	background-image: url(../images/parts-bw.jpg);
}
.banner.b5 {
	background-image: url(../images/dwayne-johnson-bw.jpg);
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding: 100px 110px 0px 50%;
	letter-spacing: 2px;
	margin-top: 0px;
	text-shadow: 0 0 0.5em black, 0 0 0.5em black, 0 0 0.5em black;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: normal;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-shadow: 0 0 0.5em black, 0 0 0.5em black, 0 0 0.5em black, 0 0 0.5em black;
}

.events {
	background-color: #fff;
}

.event-status a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.event-status img {
	display: flex;
	max-height: 20px;
	max-width: 35px;
	float: left;
	padding: 8px;
	margin: 8px 0;
}

p.tentative-event {
	display: flex;
	float: left;
	padding: 8px 3px;
	margin: 8px 0;
	text-transform: uppercase;
	font-style: italic;
	color: darkblue;
}

p.scheduled-event {
	display: flex;
	float: left;
	padding:  3px 5px;
	margin: 8px;
	text-transform: uppercase;
	color: darkblue;
	font-family: stencil, "arial black", impact;
	border: 2px solid darkblue;
	border-radius: 5px;
}

p.registered-for-event {
	display: flex;
	float: left;
	padding: 3px 5px;
	margin: 8px;
	text-transform: uppercase;
	color: darkgreen;
	font-family: stencil, "arial black", impact;
	border: 2px solid darkgreen;
	border-radius: 5px;
}

p.strava-button  {
	display: flex;
	float: left;
	padding: 3px 5px;
	margin: 8px 0;
	text-transform: uppercase;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-weight: 900;
	color: #fff;
	background-color: #fc4c02;
	border-radius: 5px;
}
.sponsors {
	background-color: #fff;
}
.sponsor-story{
	clear: both;
	width: 100%;
	min-height: 300px;
	margin: 0px;
	padding: 20px 0px;
	background-color: #FFFFFF;
	text-align: center;
}

.sponsors-list{
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 20px 0px;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	text-align: center;
}
.donors-list{
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 20px 0px;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	text-align: center;
}

.gear{
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 20px 0px;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	text-align: center;
}

/* More info */
.misc {
	background-color: #FFFFFF;
}
.double_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;

}
.double_column h2 {
	color: #B3B3B3;
	text-align: center;
	text-transform: uppercase;
}
.double_column h3 {
	color: #B3B3B3;
	text-align: center;
	text-transform: uppercase;
}
.double_column h4 {
	color: #187dd7;
	text-align: center;
	text-transform: capitalize;
}
.double_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
}

.cards {
	width: 480px;
	text-align: center;
	margin-top: 35px;
	text-decoration: none;
	padding: 20px 0;
}
.gear .gallery .cards ul {
	list-style: none;
	padding: 20px
}
.gear .gallery .cards li {
	margin: 10px 0;
}


footer {
	display: flex;
	flex: 1 0 auto;
	text-align: center;
	background-color: #B3B3B3;
}
.social-media{
	display: flex;
	flex-flow: row wrap;
	flex: auto;
	align-items: center;
	justify-content: space-around;
	padding: 0 10%;
}
.social-media img {
	background: #545454;
	border-radius: 10px;
	width: 48px;
	height: 48px;
	margin: 5px;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}

.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 420px) {
.container, header, nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}
header {
	flex: 0 0 200px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
nav{
	display: flex;
	justify-content: center;
}
.logo {
	width: 100%;
	margin-top: 13px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	justify-content: center;
}
header, nav, ul {
	padding: 0px;
}
nav ul li {
	margin: 0px;
	width: 90%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
	
.col_txt{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
.col_txt p {
	padding-left: 10px;
	padding-right: 10px;
}
	
.double_column {
	width: 100%;
	margin-top: 0px;
	clear: both;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #187dd7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 421px)and (max-width: 767px) {
.container, header, nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}
header {
	flex: 0 0 200px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
nav{
	display: flex;
	justify-content: center;
}
.logo {
	width: 220px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
header, nav, ul {
	padding: 0px;
}
nav ul li {
	margin: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
	
.col_txt{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.col_txt p {
	padding-left: 20px;
	padding-right: 20px;
}

.double_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}

.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.double_column {
	width: 100%;
	clear: both;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.col_txt {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.col_txt p {
	padding-left: 30px;
	padding-right: 30px;
}
	
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
