body{
	margin: 0 auto ;
	color : #000000 ;
	font-family: 'Source Sans Pro', sans-serif;
	font-size : 14px;
	overflow:visible;

}

html {
	height:100%;
}

a:link {
	text-decoration:none;
	color : #575757 ;

}
a:hover {
	text-decoration:none;
	color : #000000 ;

}
a:visited {
	text-decoration:none;
	color : #575757 ;

}
a:visited:hover {
	text-decoration:none;
	color : #000000 ;

}

a.nav:link {
	text-decoration:none;
	color : #ffffff ;

}
a.nav:hover {
	text-decoration:none;
	color : #ffffff ;

}
a.nav:visited {
	text-decoration:none;
	color : #ffffff ;

}
a.nav:visited:hover {
	text-decoration:none;
	color : #ffffff ;

}

.black_button {
	background-color: #000000;
    color: white;
    padding: 5px;
    font-size: 15px;
    border: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border: 1px solid #000000;
	border-radius: 10px;
}

.black_button:hover {
    background-color:#F3B707;
    color: white;
}

.contact_button {
	background-color: #f95302;
    color: white;
    padding: 5px;
    font-size: 15px;
    border: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border: 1px solid#F3B707;
	border-radius: 10px;
}

.contact_button:hover {
    background-color:#F3B707;
    color: white;
}




.news-title{
	color:#F3B707;
	font-size : 14px;
}
.contest-title{
	color:#F3B707;
	font-size : 18px;
}
.page-title{
	color:#F3B707;
	font-size : 24px;
}

.read-more-button {
    background-color: #F3B707;
    color: white;
    padding: 10px;
    font-size: 10px;
    border: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    align:right;
}

.read-more-button:hover {
    background-color: #000000;
    color: white;
}


.mobile-button {
	background-color: #232323;
	padding: 10px;
	font-size: 20px;
	width:100%;
	border: none;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	color: white;
	text-decoration:none;
	text-align:left;
	float: left;
	margin:0;
}

.mobile-button:hover {
    background-color: #000000;
    color: white;
}

.big-grey-button {
    background-color: #a4a4a4;
    color: black;
    padding: 10px;
    font-size: 20px;
    width:100%;
    border: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    align:right;
}

.big-grey-button:hover {
    background-color: #000000;
    color: white;
}




input[type=text]{
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 16px;
    box-sizing: border-box;
	font-size:16px;
	font-weight:600;
}

input[type=password]{
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 16px;
    box-sizing: border-box;
	font-size:16px;
	font-weight:600;
}

select{
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 16px;
    box-sizing: border-box;
	font-size:16px;
	font-weight:600;
}

input[type=submit] {
    width: 50%;
    background-color: #f75202;
    color: black;
    padding: 10px 15px;
    margin: 5px 0;
    border: none;
    border-radius: 16px;
    cursor: pointer;
	font-size:16px;
	font-weight:600;
}

input[type=submit]:hover {
    background-color: #f99f02;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 10px 15px;
	margin: 5px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 16px;
    background-color: #f8f8f8;
	font-size:16px;
	font-weight:600;
    resize: none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.concert-lineup{position:relative;display:block;margin-left:auto;margin-right:auto;max-width:50%;text-align:center;font-size:25px;
}

body{
	margin: 0 auto ;
	color : #000000 ;
	font-family: 'Source Sans Pro', sans-serif;
	font-size : 14px;
	overflow:visible;

}

html {
	height:100%;
}

a:link {
	text-decoration:none;
	color : #575757 ;

}
a:hover {
	text-decoration:none;
	color : #000000 ;

}
a:visited {
	text-decoration:none;
	color : #575757 ;

}
a:visited:hover {
	text-decoration:none;
	color : #000000 ;

}

a.nav:link {
	text-decoration:none;
	color : #ffffff ;

}
a.nav:hover {
	text-decoration:none;
	color : #ffffff ;

}
a.nav:visited {
	text-decoration:none;
	color : #ffffff ;

}
a.nav:visited:hover {
	text-decoration:none;
	color : #ffffff ;

}

.black_button {
	background-color: #000000;
    color: white;
    padding: 5px;
    font-size: 15px;
    border: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border: 1px solid #000000;
	border-radius: 10px;
}

.black_button:hover {
    background-color:#F3B707;
    color: white;
}

.contact_button {
	background-color: #f95302;
    color: white;
    padding: 5px;
    font-size: 15px;
    border: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border: 1px solid#F3B707;
	border-radius: 10px;
}

.contact_button:hover {
    background-color:#F3B707;
    color: white;
}




.news-title{
	color:#F3B707;
	font-size : 14px;
}
.contest-title{
	color:#F3B707;
	font-size : 18px;
}
.page-title{
	color:#F3B707;
	font-size : 24px;
}

.read-more-button {
    background-color: #F3B707;
    color: white;
    padding: 10px;
    font-size: 10px;
    border: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    align:right;
}

.read-more-button:hover {
    background-color: #000000;
    color: white;
}


.mobile-button {
	background-color: #232323;
	padding: 10px;
	font-size: 20px;
	width:100%;
	border: none;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	color: white;
	text-decoration:none;
	text-align:left;
	float: left;
	margin:0;
}

.mobile-button:hover {
    background-color: #000000;
    color: white;
}

.big-grey-button {
    background-color: #a4a4a4;
    color: black;
    padding: 10px;
    font-size: 20px;
    width:100%;
    border: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    align:right;
}

.big-grey-button:hover {
    background-color: #000000;
    color: white;
}




input[type=text]{
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 16px;
    box-sizing: border-box;
	font-size:16px;
	font-weight:600;
}

input[type=password]{
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 16px;
    box-sizing: border-box;
	font-size:16px;
	font-weight:600;
}

select{
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 16px;
    box-sizing: border-box;
	font-size:16px;
	font-weight:600;
}

input[type=submit] {
    width: 50%;
    background-color: #f75202;
    color: black;
    padding: 10px 15px;
    margin: 5px 0;
    border: none;
    border-radius: 16px;
    cursor: pointer;
	font-size:16px;
	font-weight:600;
}

input[type=submit]:hover {
    background-color: #f99f02;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 10px 15px;
	margin: 5px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 16px;
    background-color: #f8f8f8;
	font-size:16px;
	font-weight:600;
    resize: none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.concert-lineup{position:relative;display:block;margin-left:auto;margin-right:auto;max-width:50%;text-align:center;font-size:25px;
}
.event-container a{
    width:24%;
    margin-left:auto;
    margin-right:auto;
    border-radius:25px;
    padding:1%;
    min-width:300px;
    -webkit-box-shadow: 10px 10px 35px -1px rgba(0,0,0,0.25);
-moz-box-shadow: 10px 10px 35px -1px rgba(0,0,0,0.25);
box-shadow: 10px 10px 35px -1px rgba(0,0,0,0.25);
}
.event-container img{
    width:100%;
    max-width:90vw;
}
.event-container p{
    text-align:center;
    font-size:1.2em;
}
.trademark-container span{
    display: block;
    width:100%;
    margin-bottom:25px;
}

.flex-container-events{
    display:flex;
    flex-wrap:wrap;
    color: black;
}

 .center-header{
     text-align:center;
 }

 .event-container{
    margin-left:auto;
    margin-right:auto;
    transition:opacity 2s;
    color:white;
 }
.event-container a{
    background:white;
    border-radius:10px;
    padding:1%;
    width:99%;
    height:300px;
    -webkit-box-shadow: 10px 10px 35px -1px rgba(0,0,0,0.25);
-moz-box-shadow: 10px 10px 35px -1px rgba(0,0,0,0.25);
box-shadow: 10px 10px 35px -1px rgba(0,0,0,0.25);
overflow:hidden;
color: black;
}
.event-container img{
    height: 104%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    display: block;
}
.event-container p{
    text-align:center;
        font-size: 2.2em;
    margin-bottom: 0;
    color: black;
}

.communication-form input, .communication-form table, .communication-form tbody, .communication-form tr, .communication-form td{
    display:block;
    width:100%;
    max-width:100%;
}
.communication-form .fieldLabel{
    max-width:100%;
}

.communication-form div{
    max-width:100%;
}


.content-table{
    background: #FAFAFA;
    /* background: rgb(203,41,33); */
    background: -moz-linear-gradient(104deg, rgba(203,41,33,1) 0%, rgba(255,255,255,1) 100%);
    /* background: -webkit-linear-gradient(104deg, rgba(203,41,33,1) 0%, rgba(255,255,255,1) 100%); */
    /* background: linear-gradient(104deg, rgb(137 46 49) 0%, rgb(251 251 251) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cb2921",endColorstr="#ffffff",GradientType=1);
    border-top: solid 7px #D42125;
    /* border-radius: 0 14px 14px 0; */
    border-radius: none;
    padding: 4px;
    box-sizing: border-box;
    max-width: 100%;
    width: 1400px;
    padding-bottom: 21px;
}

.content-table__inner{
    width: 1060px;
    min-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

.content-table h2{
    color: #d42128;
    font-size: 2.3rem;
}

.covid-tracker{
    display: block;
    margin-left: auto;
    font-weight: bold;
    font-size: 1em;
    background: black;
    text-align: center;
    width: 150px;
    padding: 5px;
    box-sizing: border-box;
}

.top-logo-container{
/*    background: rgb(235,179,4);*/
    background: black;
/*    background: -moz-linear-gradient(0deg, rgba(235,179,4,1) 0%, rgba(0,0,0,1) 6%);
    background: -webkit-linear-gradient(0deg, rgba(235,179,4,1) 0%, rgba(0,0,0,1) 6%);
    background: linear-gradient(0deg, rgba(235,179,4,1) 0%, rgba(0,0,0,1) 6%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebb304",endColorstr="#000000",GradientType=1);
    padding-bottom: 0;
    padding-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

.top-logo-container img{
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.top-logo-container__wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.top-logo-container__divider{
    align-self: stretch;
    margin-left: 68px;
    margin-right: 68px;
    width: 2px;
    background: white;
    display: none;
}

@media all and (min-width: 1130px){
    .top-logo-container__divider{
        display: block;
    }
}

.header--home{
    background: transparent;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    height: auto;
}

.leather_section--fix{
    top: initial;
}

.home_buttons--fix{
    top: initial;
    height: auto;
}

.header__wrapper{
    display: flex;
    flex-wrap: wrap;
    width: 1325px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
}

.header__row{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 1rem;
}

.countdown{
    display: flex;
}

.logo-explainer{
    background: black;
    padding: 5rem 0;
    border-bottom: #f3b707 solid 45px;
    border-top: #f3b707 solid 45px;
}

.logo-explainer__wrapper{
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 1100px;
    max-width: 100%;
    margin: auto;
}

.logo-explainer__text{
    width: 495px;
    max-width: 100%;
    text-align: left;
    line-height: 1.8;
    font-size: 1.3rem;
    font-family: gothamlight;
}

.logo-explainer__text h2{
    text-transform: uppercase;
    font-size: 1.4em;
    font-family: gothambold;
}

.logo-explainer__tagline{
    font-size: 1.2em;
    margin-top: 1rem;
}

.sponsors-box{
    background: black;
    padding: 1rem;
}

.sponsors-headings{
    font-family: gothambold;
    color: #f3b707;
    font-size: 2rem;
}

.sponsors-headings h2{
    margin-bottom: 0;
}

.sponsors-headings h3{
    font-family: gothamlight;
    color: white;
    font-size: .85em;
    margin-bottom: .5rem;
}

.item{
    border-radius: 14px;
    overflow: hidden;
}

.jsim-hide{
    display: none;
}

.mayor-ride-sponsor-container > * {
    width: 311px;
    max-width: 100%;
    min-width: 20%;
    margin-bottom: 3rem;
}
tr.schedule-header{
    background: #e9b016;
}

.music-schedule-table td{
    padding: .5rem;
    border: solid 1px #ececec;
}
tr.schedule-header td{
    border: transparent;
}
.music-schedule-table{
    border: solid 1px #ececec;
}

.footer a{
    color: white;
}

.footer__bottom a{
    color: white;
    text-decoration: underline;
}
.footer__bottom{
    color: white;
}
   