

body {
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    color:#231f20;
    margin:0;
    padding:0;
    font-weight: 400;

}

html {
    margin:0;
    padding:0;
    height: 100%;
}

.container-fluid.no-padding {
    padding:0;
    margin:0;
}

.section1content .btn {
    /*margin-top:30px;*/
}


/*.btn {*/
/*    margin-bottom: 17px;*/
/*}*/

/*.btn-primary {*/
/*    background: transparent;*/
/*	!*-webkit-border-radius: 8px;*/
/*	-moz-border-radius: 8px;*/
/*	border-radius: 8px;*!*/
/*	webkit-border-radius: 34px;*/
/*	-moz-border-radius: 34px;*/
/*	border-radius: 34px;*/
/*    border:1px solid white;*/
/*    color:black;*/
/*	font-size: 20px;*/
/*	padding: 10px 22px;*/
/*	text-align: center;*/
/*}*/

/*.btn-primary:hover {*/
/*    opacity: .8;*/
/*    border-color: inherit;*/
/*}*/

.regbtn {
    border:1px solid white;
}

.regbtn:hover {
}

/*.regbtn:hover {
    opacity: .8;
}*/

.donationbtn {
    border:1px solid white;
    background:white;
    color:black;
}

.donationbtn:hover {
    opacity:.8;
    background:white;
    color:black;
    border:1px solid white;
}

.whitebtn {
    border:1px solid white;
    background:white;
    color:black;
}

.whitebtn:hover {
    opacity:.8;
    background:white;
    color:black;
    border:1px solid white;
}

/*.whitebtn:hover {


}*/


.redbtn {
    border:1px solid #A01F14;
    color:#A01F14;
}

.redbtn:hover {

    background:#A01F14;
    color:white;
}

.greybtn {
    border:1px solid #565656;
    color:#565656;
}

.greybtn:hover {
    background:#565656;
    color:#ffffff;
}

.makedonationbtn {
    border-width: 3px;
}

.myfundraisingbtn {
    border-width: 3px;
}

#maincontent {
	padding-top:3rem;
	padding-bottom: 3rem;
}

/*
#whenandwheresec, #schedulesec, #whyridesec, #fundraisesec, #routessec, #sponsorsec {
	position: absolute;
	top:-100px;
}
*/

.anchorsection {
    position: absolute;
    top:-100px;
}

main section ul {
    margin-top:20px;
    margin-bottom: 20px;
}

main section ul li {
    margin-left: 50px;
    margin-right: 50px;
}

.picturecontrol img {
    max-width:100% !important;
    height: auto !important;
}

/* ------------ Typography --------------
----------------------------------------- */

h1, h2, h3, h4, h5 {
    /*font-family: 'antoniobold';*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.subhead {
    margin-top:15px;
    font-size:55px;
    /*text-transform: uppercase;*/
    position: relative;
    letter-spacing: -2px;
    text-shadow: 0 1px 2px rgba(100,100,100,.6);
}

.subheadsmall {
    font-size:50px;
    margin-bottom: 30px;
}

/*.subhead:before {
    content: ' ';
    position: absolute;
    bottom: 110%;
    left: 50%;
    width: 230px;
    border: 3px solid #272727;
    transform: translateX(-50%);

}*/

/*.subhead.goldtext:before {
    content: ' ';
    position: absolute;
    bottom: 110%;
    left: 50%;
    width: 230px;
    border: 3px solid #F1CE5F;
    transform: translateX(-50%);
}*/

.whitetext {
    color:white;
}

.redtext {
    color:#ec1a02 !important;
}

/*.subhead.whitetext:before {
    content: ' ';
    position: absolute;
    bottom: 110%;
    left: 50%;
    width: 230px;
    border: 3px solid white;
    transform: translateX(-50%);
}*/

.support {
    font-size:24px;
    margin-bottom: 30px;
}

/* ------------ Navigation --------------
----------------------------------------- */

.navbar {
    padding:0px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

}

.navbar-expand-xl .navbar-nav {
	flex-wrap: wrap;
}

.navbar.nologonav {
    min-height:72px;
}



.navbar-default {
    border-color: #e7e7e7;
}

.navbar-nav {
    margin-right: 25px;

}

.nav-link {
    white-space: nowrap;
}

.navbar-default .navbar-nav>li>a {
}

.navbar.navbar-expand-xl.navbar-dark.bg-dark {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
}

.btnnavregister {
    margin-right:10px;
    margin-top: -2px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 10px;
}

.btnnavregister > a {
    padding:5px 15px;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
    border-width:3px;
    margin-right: 15px;
}

.navbar-dark .navbar-nav .nav-link {
	font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: grey;
}

.navbar-dark .navbar-toggler {
    background:white;
}

.navbar-dark .navbar-toggler-icon{
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
}

.navselected {
}

nav.navbar .navbar-nav .nav-item:last-child .dropdown-menu {
    right:0 !important;
    left:inherit;
}

/* ----------- Home Page Sections --------
------------------------------------------ */

/* ---------- Header --------------------- */

header {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 99999;
}
.section1 {
	padding: 0;
}

.section2, .section3, .section4, .section5, .section6, .section7, .section8 {
    /*border-bottom: 8px solid black;*/
    padding: 70px 50px;
}

main {
/*
    margin-top:100px;
*/
    margin-top:130px;
    z-index: 99;
}

main.nologomain {
    margin-top: 100px;
}

.logo {
    padding: 8px;
    /*margin-left: 25px;*/
    margin-left: 10px;
    height: auto;
    width: auto;
    max-width: 200px;
    max-height: 100px;
    background: white;
    border-radius: 8px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.navsignin-mike {
   border:2px solid white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left: 8px;
    margin-top: -2px;
}

#logintab {
    position: absolute;
    top:0;
    right:17px;
    color:#000000;
    font-size: 14px;
    text-align: center;
    padding:3px 10px;
    background:#ffffff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 99999

}

#logintab a {
    color:#000000;
}

.alertbar {
	position:  relative;
	background: black;
	color:white;
	font-size: 16px;
	padding:5px 30px;
}

/*
.alertbar a {
	color: white;
	text-decoration: underline;
}
*/

.alertbar a.closealert {
	position: absolute;
	right: 9px;
	top: 6px;
	border: 1px solid white;
	border-radius: 40px;
	padding: 1px 6px 5px 6px;
	line-height: 14px;
	text-decoration: none;
}

.alertbar a.closealert:hover {
	text-decoration: none;
}

#topbar {
    /*background:#DA3622;*/
    text-align: right;
    padding:3px 30px;
    font-size: 15px;

}

#topbar a {
}

#topbar a.dropdown-item {
    color:#212529 !important;
}

.topbarsocial {
    float: left;
}

ul.topsocial {
    list-style: none !important;
    margin:0;
    padding:0;
}

ul.topsocial li {
    display:inline;
    list-style: none !important;
}

ul.topsocial li a {
    color:white;
}


.topbar-dlb {
    /*background:#DA3622;*/
    color:white !important;

    text-align: right;
    padding:3px 30px;
    font-size: 15px;

}

.loggedinemail {
    display:inline;
    padding-right: 10px;
}

.profilemenu {
    display:inline;
}

.profiletoggle {
    background: transparent;
    border:none;
}

header .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* ----------- Section 1 - Home Banner----------------- */

.section1 {
    width:100%;
}

.bx-wrapper, .bx-viewport {

	/*padding-bottom: 40px;*/
}




@media (max-width:767px) {
	.bx-viewport {
		/*height: 480px !important;*/

	}
}

@media (min-width:768px) {
	.bx-viewport {
		/*height: 640px !important;*/

	}
}

#hero {
    /*height: 600px;*/
}

.homehero {
    background-color:#2F2F2F;
    /*background-image: url("/assets/images/bg-section1-bikers.jpg");
    background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));*/
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    
    position: relative;
    /*max-height: 640px;*/
    overflow: hidden;

}

.homehero .section1content {
	padding:135px 20px 100px 20px;
}

.section1contentsponsor {
	padding:135px 20px 100px 20px;
	width: 72%;
	float: left;
}
.section1sponsor {
	width:28%;
	float: left;
	/*background: black;*/
	padding:135px 20px 100px 20px;
}

.sponsoredby {
	font-width: 300 !important;
	color: white;
	font-style: italic;
}



.heroimgcontainer {

}

.herocontent {
    padding: 30px 15px 20px 15px;
    border-radius: 15px;
    /*margin-bottom: 40px;*/
    /*background: rgba(0,0,0,.5);*/
}

.heroimgcontainer .heroimg {
    /*-webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,.4);*/
    /*box-shadow: 0 0 4px 4px rgba(0,0,0,.4);*/
    padding:15px;
    background:#ffffff;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    max-width: 250px;
}

.herotextcontainer {
    text-align: left;
}

.herotext {
    color: white;
    margin: 50px auto;
    max-width: 750px;
    font-size: 50px;
    font-weight: bold;
    line-height: 53px;
    text-shadow: 0 1px 6px #0F0F0F;
    letter-spacing: -1px;
}

.herotagline {
    /*color: white;*/
    /*font-style:italics;*/
    /*font-weight: 400;*/
    /*font-size: 1.7rem;*/
	/*margin-bottom: 0;*/
    color: white;
    max-width: 750px;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 1px 6px #0F0F0F;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.herotextcontainer .herotext {
    margin: 0px 0 4px 0;
    /*text-shadow: 0 2px 3px rgba(0,0,0,.4)*/
}

.downarrow {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -21px;
    font-size: 54px;
    color: white;
}

.downarrow a {
    color:white;
}



/* ----------- Section 2 - Event Details Where When  ----------------- */

.amountraised {
	background: black;
    /*padding-top:30px;
    padding-bottom: 30px;*/
    padding-top:20px;
    padding-bottom:20px;
}

.amountraised h2 {
	color:white;
	margin-bottom:0;
}

.amountraisedtotal {
	color:#54bd4d;
	font-size: 50px;
}

.whatwherewhen {
    margin:50px 0;
    background: #ffffff;
    overflow: hidden;
    /*-webkit-border-radius: 8px;*/
    /*-moz-border-radius: 8px;*/
    /*border-radius: 8px;*/
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    padding-top:15px;
    padding-bottom: 15px;
}

.whatwherewhenbox {
    background: #ffffff;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    padding:10px 10px 10px 10px;
    margin-bottom: 20px;

}

.whatwherewhenbox .sponsoritem-mike {
	border: none ;
	margin: 0;
}

@media (max-width: 1091px) {
	.whatwherewhenbox .sponsoritem-mike {
		width: 100%;
	}
	
	.whatwherewhenbox .sponsorimageorname-mike {
		width: 100%;
		height: auto;
		padding: 0;
	}
	
	.whatwherewhenbox .sponsorimageorname-mike img {
		width: 100%;
		height: auto;
	}
	
	.whatwherewhenbox .imagecenter-mike {
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	
}

.whenwhere {
    /*background: #efefeb; */
    background:white;
    position: relative;
}

.whenwhere .col-md-6 {
	margin-bottom:20px;
}

.when {

    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin:0 0 15px 0;
    text-align: center;

    padding:5px 20px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.date {
    /*font-family: 'antoniobold'; *!*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    /* text-transform: uppercase; */
    margin: 0;
    padding: 0;
    font-size: 26px;
    line-height: 37px;
    letter-spacing: -1px;
}

.location {
    margin:0;
    padding:0;
    font-size: 25px;
    line-height: 30px;
}

.schedulebelow {
    margin:0;
    padding:0;
    font-size: 20px;
    color:#b50606;
}

.detailssubhead {
    margin-bottom: 30px;
    margin-top:30px;
}

/* ----------- Section 3 - Schedule  ----------------- */

.schedule {
    background: #78150C;
    background-image: url("/assets/images/bg-schedule-bikers.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-y: 115px;
    padding:100px 20px;
    position: relative;
}

.schedule h2 {
    margin-bottom:50px;
}

.scheduletime {
    /*font-family: 'antoniobold';*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color:white;
    font-size: 40px;
    text-align: center;
}


.scheduletime span {
    color:#F8CE46;
}

/* ----------- Section 4 - Why We Ride  ----------------- */

.whyweride {
    /*background: #F7CE46;*/
    background: #000000;
    color:#F7CE46;
    padding:50px 0 0 0;margin:0;
    position: relative;
}

.fullimage {
    width:100% !important;
}

.whyweride figure {
    padding:0;
    margin:0;
}

/* ----------- Section 5 - Fundraising  ----------------- */

.fundraising {
    background: #BA9D39;
    background-image: url("/assets/images/bg-fundraising.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding:150px 20px;
    position: relative;
}

.buttonrow {
    margin-top:50px;
}


/* Leaderboards Section */

.fundraiserlist-mike {
    list-style-type: none !important;
    margin:0 0 30px 0;
    padding:0;
}

.fundralisthead-mike {

}

.listhead-mike {

}

.fundralistitem-mike {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    padding:10px;
    margin-bottom: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
    position: relative;
    overflow: hidden;
}

.trophy-mike {
    position: absolute;
    left:-20px;
    z-index: 999999;
}

.rank-mike {
    float: left;
    width: 55px;
    padding:10px 15px;
    background: black;
    text-align: center;
    /*font-family: 'antoniobold';*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-right: 15px;
    font-size: 40px;
    line-height: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#585858+0,1c1c1c+100 */
    background: #585858; /* Old browsers */
    background: -moz-linear-gradient(top, #585858 0%, #1c1c1c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #585858 0%,#1c1c1c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #585858 0%,#1c1c1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */
    z-index: 999;

}

.rank-mike fas, .rank-mike svg {
    margin-left:-10px;
}

.fundraisername-mike {
    float: left;
    font-size: 20px;
    line-height: 26px;
}

.fundraisername-mike span {
    /*font-family: 'antoniobold';*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    display: block;
    font-size: 30px;
}

.fundraiserteam-mike {
    float:left;
    /*font-family: 'antoniobold';*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    display: block;
    font-size: 30px;
    padding-top: 5px;
}

.fundamount-mike {
    float: right;
    /*font-family: 'antoniobold';*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: -1px;
}



/* ----------- Section 6 - Routes  ----------------- */

.routeselevations {
    background: #525151;
    background-image: url("/assets/images/bg-routes.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 80px;
    position: relative;
}

.routeselevations .subhead {
    color:white;
    margin-bottom: 60px;
}

.routeheader {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color:white;
    font-size: 25px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.routescontainer .col-md-6 {
    margin-bottom: 50px;
}

.routeheader span.routhdownload a {
    font-weight: 300;

    margin-left:20px;
}

.otherdownloads {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color:white;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.otherdownloads span.routhdownload a {
    font-weight: 300;

    margin-left:0px;
}

/* ----------- Section 7  ----------------- */

.sponsors {
    position: relative;
}

.sponsorpage {

}

/* ----------- Section 8 - Pictures  ----------------- */

.section8 {
    padding:0;
    position: relative;
}

.pictures {
    background: #272727;
    padding:0;
    margin:0;
}

.pictureframe {
    padding: 2px;
}



/*! CountdownTimer for jQuery @version2.0.1 (https://harshen.github.io/jQuery-countdownTimer/).
 *  Written by Harshen Pandey (https://remote.com/harshen) January 2014.
 *  @license MIT (https://github.com/harshen/jQuery-countdownTimer/blob/master/LICENSE.md)
 *  and GPLv3 (https://github.com/harshen/jQuery-countdownTimer/blob/master/LICENSE-GPL.md).
 *  @release - 29/10/2017
 *  Copyright (c) 2017 - 2020 Harshen Pandey
 *  Please attribute the author if you use it.
 */
/* jQuery.countdownTimer.css*/


.timerbox {
    margin-bottom:0px;
    overflow: hidden;
}

.style {
    width: 100%;
    font-weight: bold;
    padding:5px;
}



.colorDefinition {

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.size_xl {
    font-size:50px;
    border-radius: 6px;
}

.size_lg {
    font-size:40px;
    border-radius: 5px;
}

.size_md {
    font-size:30px;
    border-radius: 4px;
}

.size_sm {
    font-size:20px;
    border-radius: 3px;
}

.size_xs {
    font-size:15px;
    border-radius: 2px;
}

.lang-rtl {
    direction: rtl;
}

.displaySection {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
    border-right: 3px solid white;
}

.timerDisplay > span.displaySection:last-child {
    border-right: none;
}

.label6 .displaySection {
    width: 15%;
}

.label5 .displaySection {
    width: 18%;
}

.label4 .displaySection {
    width: 23.5%;
}

.label3 .displaySection {
    width: 31.8%;
}

.label2 .displaySection {
    width: 48.6%;
}

.label1 .displaySection {
    width: 98%;
}

.numberDisplay {
    font-size: 200%;
    margin-bottom: 0;
    padding-top: 10px;
    line-height: 25px;
}

.periodDisplay {
    display: block;
    margin:0;
    padding-bottom:5px;
    line-height: 10px;

}

.timerDisplay {
    clear: both;
    width: 100%;
    padding: 0px 4px 0px 4px;
    text-align: center;
    float: left;
}

.labelformat {
    float: left;
    font-size: 15px;
    border-width: 7px;
}

/* ----------- footer  ----------------- */

footer {
    background:#353535;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 20px;
    color:white;
    font-size: 1rem;
}

footer a {
    color:#b9b9b9;
}

footer hr {
    background: white;
    margin-top: 8px;
}

.footerlogos {
    margin-bottom: 0px;
    margin-top: 80px;
}

.footerride {
    max-width: 168px;
}

.footerfb {
    font-size: 25px;
    margin-left: 10px;
    color:#4968AD;
}

.footerfb a {
    color:#4968AD;
}

.footerfb_gray {
    font-size: 25px;
    margin-left: 10px;
    color:#999999;
}

.footerfb_gray a {
    color:#999999;
}



.contacthdr {
    /*font-family: 'antoniobold';*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.contacttext {
    font-size:14px;
}

.copyright {
    color:#B0B0B0;
    font-size: 12px;
}

.disclaimer {
    color:#B0B0B0;
    font-size: 12px;
}

.bottombar {
    text-align: center;
    background:#000000;
    padding:10px;
    color:#ffffff;
    font-size:14px;
}

.footerrrlogo {
    max-width:150px;
}

p.social {
    margin-bottom: 0;
    padding-bottom: 5px;
}
.socialicons {
    list-style-type: none;
    margin:0;
    padding:0;
}

.socialicons li {
    display: inline;
}

.socialicons li a {
    color:#b9b9b9;
}

/* ------------ MEDIA QUERIES ----------
---------------------------------------- */

@media all and (max-width: 1199px) {
    .navbar-collapse {padding:15px;
	    max-height: 380px;
	    overflow-y: auto;}
} 
	 
@media all and (max-width: 991px) {
	.herotextcontainer {
		text-align: center;
	}
}

@media all and (max-width: 1263px) {
	.section1contentsponsor .herotextcontainer {
		text-align: center;
	}
}
	 
@media all and (max-width: 767px) {
	
	body {
	    font-size: 1rem;
		font-weight: 400;
		line-height: 1.4rem;
	}

    #logintab {
        right: inherit;
        left: 134px;
        top: 20px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    main {
        margin-top: 130px;
    }
	
	.logo {
    max-width: 90px;
	}
	
	.subhead {
		margin-bottom: 30px;
		font-size: 40px;
	}

	
	
	.subhead:before {
    	width: 150px;
	}
	
	.homehero {
    background-attachment:inherit;
    background-position-x: center;
    background-position-y: 0;
    padding: 65px 20px 30px 20px;
    position: relative;
	}

    .heroimgcontainer {
        text-align: center;
    }

    .heroimg {
        display: inline-block;
    }

    

    .herotext {
        margin-bottom: 0px;
        font-size: 30px;
        line-height: 35px;
    }

    .herotagline {
        color: white;
        font-weight: 400;
        font-size: 20px;
    }
	
	.section1contentsponsor {
		padding:80px 20px 60px 20px;
		width: 100%;
		float: none;
	}
	.section1sponsor {
		width:100%;
		float: none;
		padding:80px 20px 60px 20px;
	}

    .downarrow {
        bottom: 20px;
        left: 48%;
        margin-left: -21px;
    }

    body.home_mike {
        font-size: 15px;
        line-height: 20px;
    }

    main section ul li {
        margin-left: 30px;
        margin-right: 30px;
    }


    .subhead {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .date {
        font-size: 20px;
        line-height: 25px;
    }

    section table {
        width:100% !important;
    }

    section table td {
        padding:4px 2px;
    }

    section table tr:nth-child(odd) {
        background: #FFF;
    }

    section table tr:nth-child(even) {
        background: #ececec;
    }

	.section6 {
        padding-left:10px;
        padding-right: 10px;
    }
    
    .heroridelogo {
	    max-width:60%;
    }
    
    .section2 {
	    padding: 70px 20px 50px 20px;
    }

	
	.location {
		font-size: 1.1rem;
		line-height: 1.5rem;
	}
	
	.schedule {
		background-position-x: center;
		background-position-y: 0;
	    background-repeat: no-repeat;
	    background-attachment:inherit;
		padding: 70px 20px;
		
	}

	.schedulebelow {
		font-size: 1.1rem;
		line-height: 1.5rem;
	}	
	
	.detailssubhead {
    	font-size: 1.6rem;
	}

	.scheduletime {
    font-size: 1.3rem;
    margin-bottom: 20px;
    line-height: 1.5rem;
	}

	.scheduletime span {
    display: block;
	}
	
	.subhead {
    	font-size: 40px;
    }
    
    .subhead.whitetext:before {
    width: 123px;
	}
	
	.support {
    font-size: 1.1rem;
    margin-bottom: 30px;
    padding: 0 20px;
	}
	
	.fundraising {
		background-attachment: inherit;
		padding: 70px 20px 50px 20px;
	}

    .fundamount-mike {
        padding-top: 16px;
    }
	
	span.routhdownload {}
	
	.routeselevations {
	    background-attachment: inherit;
	    padding-top: 70px;
	    padding-bottom: 0px;
	}
	
	.routeheader {
    	font-size: 18px;
    }
    
    .routeheader span.routhdownload a {
	    font-size: 15px;
    }
    
    .otherdownloads {
	    font-size: 15px;
    }
    
    .sponsors {
	    padding: 50px 20px;
    }
    
    footer {
	    background-position-x: center;
		background-position-y: 0;
	    background-repeat: no-repeat;
	    background-attachment:inherit;
        padding-top: 50px;
		padding-bottom: 50px;
    }
    
    .footerlogo {
	    max-width: 60%;
        margin-bottom: 30px;
    }

    .footerride {
        margin-left: auto;
        margin-right: auto;
        display:inline-block;
    }

    .contactcol {
        text-align:center;
    }

    .copyright {
        text-align: center;
        float: none;
    }

    .footerrrlogo {
        max-width: 150px;
        display: block;
        margin: 0 auto;
    }
	
} 

@media all and (max-width: 575px) {

    body.home_mike {
        font-size: 15px;
        line-height: 20px;
    }

    main section ul li {
        margin-left: 30px;
        margin-right: 30px;
    }


    .subhead {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .date {
        font-size: 20px;
        line-height: 25px;
    }

    section table {
        width:100% !important;
    }

    section table td {
        padding:4px 2px;
    }

    section table tr:nth-child(odd) {
        background: #FFF;
    }

    section table tr:nth-child(even) {
        background: #ececec;
    }



    .fundraiserteam-mike {
        float: left;
        /*font-family: 'antoniobold';*/
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        display: block;
        font-size: 26px;
        padding-top: 17px;
    }

    .fundamount-mike {
        padding: 2px;
        clear: both;
        float: none;
        text-align: center;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#585858+0,1c1c1c+100 */
        background: #585858; /* Old browsers */
        background: -moz-linear-gradient(top, #585858 0%, #1c1c1c 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #585858 0%,#1c1c1c 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #585858 0%,#1c1c1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */
        color: white;
        line-height: 36px;
        margin-top: 10px;
        display: block;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .rank-mike {
        margin-bottom: 5px;
    }

    .fundraisername-mike {

    }
}

@media (min-width:768px) and (max-width:991px) {

	.scheduletime {
        /*font-family: 'antoniobold';*/
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
	    color: white;
	    font-size: 30px;
	    text-align: center;
	}
	
	.section1contentsponsor {
		padding:80px 20px 60px 20px;
		width: 60%;
		float: left;
	}
	.section1sponsor {
		width:40%;
		float: left;
		
		padding:80px 20px 60px 20px;
	}
}

@media (min-width:1200px) and (max-width:1220px) {
	.section1contentsponsor {
		padding:80px 20px 60px 20px;
		width: 60%;
		float: left;
	}
	.section1sponsor {
		width:40%;
		float: left;
		padding:80px 20px 60px 20px;
	}
}




@media (min-width: 767px) {
    .whensidebar {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }
}



