body {
    color: #333;	
}


/* Add transition to containers so they can push in and out */
#layout,
#menu,
.pure-menu-link {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


/* --------------------------
 * Element Styles
 * --------------------------
*/


h1, h2, h3, h4, h5, h6 {
    font-weight: lighter;
    color: rgb(75, 75, 75);
	text-transform:capitalize;
}

h1 {
    font-size: 2em;
    margin: 0.65em 0px 0.65em 0px;
    padding-bottom: 0.65em;
}

h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1.125em;
}

h1 {
	border-bottom:1px solid #CCC
	}

a {
    text-decoration: none;
}


dt {
    font-weight: bold;
}
dd {
    margin: 0 0 10px 0;
}

select {
	padding: 0.3em 0.6em;
	}
option {
	padding: 0.1em 0.3em; vertical-align: middle;
	}

hr {
	color:#e3e3e3;
	background-color:#e3e3e3
	}

p, pre {
    margin: 1em 0;
	line-height:1.4em;
}

img { width:100%}

/* --------------------------
 * Layout Styles
 * --------------------------
*/

section {
	background:url(/bundles/bikes/images/section-divider.webp) repeat-x;
	padding:30px 0px 30px 0px;
	}
section:first-child {
	background:none
	}

.container{
    /*padding-left: 150px;  left col width "#menu" */
    left: 0;
	margin: 0 auto;
    max-width: 980px;

}

#main { margin-bottom:40px; position:relative}


.s-box {
    padding: 0.1em 0.5em;
}

.m-box {
    padding: 0.5em 0.5em;
}

.l-box {
    padding: 1em;
}

.l-vbox {
    padding: 0.5em 0;
}

.l-hbox {
    padding: 0 0.5em;
}

.l-centered {
    text-align: center;
}

.group:before, .group:after {
    content: "";
    display: table;
}
.group:after {
    clear: left;
}

.table {
		display:table;
		background-color:#f3f3f3;
		margin-bottom:10px;
	}

.row{
	display:table-row;
	}

.col{
	display: table-cell;

	}

.small { font-size:0.7em}

/* --------------------------
 * Header Module Styles
 * --------------------------
*/
header {
     min-height: 80px;
     padding-top:25px;
	 padding-bottom:10px;
	 margin-bottom:2em;
 }
 	header .right {
		text-align:right;

		}
    .header h1 {
        margin: 0.2em 0;
        font-size: 3em;
        font-weight: 300;
    }
     .header h2 {
        font-weight: 300;
        margin: 0;
        color: #ccc;
    }

	header #part-logo img {
		padding-top:0.5em;
		max-width:273px
		}

 /* --------------------------
  * content
  * --------------------------
 */

#content {
	background-color:#f3f3f3;
	background:url(/bundles/bikes/images/content-bkgd.webp);
	border-top:1px solid #ccc}

#content p:first-child {
    margin: 0 0 1em;
}

#content {
	min-height:500px;
	}

ul#campaign-list {
	padding:0px
	}

#campaign-list li {
	list-style:none;
	border-top:1px solid #e3e3e3;
	padding-top:1em
	}

#campaign-list li:first-child {
	padding-top:0em;
	border-top:0px
	}

.home-support {
	
	text-align:center
	}

.home-support img {
	width:80%;

	}

 /* --------------------------
  * project theme
  * --------------------------
 */

.t-p-base { background-color:#F3F3F3}
.t-p-highlight { background-color:#F3F3F3}
.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected { background-color:#F10229}
#menu a { color:#F10229}
a { color: #F10229}


/* --------------------------
 * Footer Module Styles
 * --------------------------
*/

footer {
	background:#666;
	color:#FFF;
	font-size: 0.8em;
}

.legal {
    font-size: 80%;
    border-top: 1px solid #eee;
    padding: 0.5em 0;
    background: rgb(250, 250, 250);
}

    .legal-license,
    .legal-copyright {
        margin: 0;
    }

    .legal-copyright,
    .legal-links {
        text-align: right;
    }

    .legal-links {
        list-style: none;
        margin: 0;
    }

    .legal-logo {
        text-align: center;
    }

/* --------------------------
 * FAQ Styles
 * --------------------------
*/

#faqs { position:relative}

#faqs ul {
	padding:0px
	}

#faqs li {
	list-style:none;
	background:#f3f3f3;
	padding-right:40px
	}

#faqs li:nth-child(even) {
	background: #fff
	}

#faqs li > a {
	display:block;
	margin-bottom:0.5em;
	position:relative;
	
	}

#faqs .fa {
	position: absolute;
    right: 0px;
	color:#F10229
	}
#faqs .answer {
	display:none}

/* --------------------------
 * Main Navigation Bar Styles
 * --------------------------
*/

#menu {
    position: relative;
    -webkit-overflow-scroll: touch;
	text-align:right;
	margin-top:45px
}
    #menu a {

        border: none;
        white-space: normal;
        padding: 0.6em 0.6em 0.6em 0.6em;
    }

   #menu li {
	   float:left}




        #menu .pure-menu li a:hover,
        #menu .pure-menu li a:focus {
            background: #666;
        }

		#menu .pure-menu li.me {
			border-bottom:#333 1px dashed;
			padding-left:0px;

		}

		#menu .pure-menu li.active {
			background:#666;
		}

		#menu .pure-menu li.active a {
			color:#fff
		}

		#menu .pure-menu li.account {
			 background-color:#F10229;
		}

    .pure-menu-link {
        display: none; /* show this only on small screens */
        top: 0;
        left: 150px; /* "#menu width" */
        background: #000;
        background: rgba(0,0,0,0.7);
        font-size: 10px; /* change this value to increase/decrease button size */
        z-index: 10;
        width: 2em;
        height: auto;
        padding: 2.1em 1.6em;
    }

        .pure-menu-link:hover,
        .pure-menu-link:focus {
            background: #000;
        }

        .pure-menu-link span {
            position: relative;
            display: block;
        }

        .pure-menu-link span,
        .pure-menu-link span:before,
        .pure-menu-link span:after {
            background-color: #fff;
            width: 100%;
            height: .2em;
            -webkit-transition: all 0.8s;
               -moz-transition: all 0.8s;
                -ms-transition: all 0.8s;
                 -o-transition: all 0.8s;
                    transition: all 0.8s;
        }

            .pure-menu-link span:before,
            .pure-menu-link span:after {
                position: absolute;
                margin-top: -.6em;
                content: " ";
            }

            .pure-menu-link span:after {
                margin-top: .6em;
            }

        .pure-menu-link.active span {
            background: transparent;
        }

            .pure-menu-link.active span:before {
                -webkit-transform: rotate(45deg) translate(.5em, .4em);
                   -moz-transform: rotate(45deg) translate(.5em, .4em);
                    -ms-transform: rotate(45deg) translate(.5em, .4em);
                     -o-transform: rotate(45deg) translate(.5em, .4em);
                        transform: rotate(45deg) translate(.5em, .4em);
            }

            .pure-menu-link.active span:after {
                -webkit-transform: rotate(-45deg) translate(.45em, -.35em);
                   -moz-transform: rotate(-45deg) translate(.45em, -.35em);
                    -ms-transform: rotate(-45deg) translate(.45em, -.35em);
                     -o-transform: rotate(-45deg) translate(.45em, -.35em);
                        transform: rotate(-45deg) translate(.45em, -.35em);
            }

    #menu .pure-menu-heading {
        font-size: 110%;
        color: #fff;
    }
    #menu .pure-menu-heading:hover,
    #menu .pure-menu-heading:focus {
        color: #999;
    }

    #menu .pure-menu-selected {
        background: #1f8dd6;
    }

        #menu .pure-menu-selected a {
            color: #fff;
        }

        #menu li.pure-menu-selected a:hover,
        #menu li.pure-menu-selected a:focus {
            background: none;
        }



/* --------------------------
 * Responsive Styles
 * --------------------------
*/

@media (max-width: 870px) {

	body { padding-top:10px}

    /* Navigation Push Styles */
    #layout {
        position: relative;
        padding-left: 0;
    }
       
	.container {padding:0px 5px;}
	
	#content .container { margin-left:0px}

    .pure-menu-link {
        position: fixed;
        left: 0;
        display: none;
    }
  

	.not-mob { display:none}

	header {
		min-height: 0px;
		margin: 0;
		}
	#part-logo {
		margin-bottom: 15px;
    	text-align: center;
		}
}

@media (max-width: 767px) {

    .content {
        width: 95%;
        font-size: 90%;
    }

    .legal-links {
        padding:1em 0;
    }
    .legal-license,
    .legal-copyright,
    .legal-links,
    .legal-links li {
        text-align: center;
    }

    /* normalize paddings on small screens*/
    .l-hbox {
        padding: 1.3em;
    }
}


/*
     FILE ARCHIVED ON 15:47:11 Oct 24, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:49:35 May 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.551
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.051
  esindex: 0.008
  cdx.remote: 29.608
  LoadShardBlock: 82.595 (3)
  PetaboxLoader3.datanode: 178.537 (4)
  PetaboxLoader3.resolve: 65.983 (2)
  load_resource: 193.427
*/