.jumbotron {
    background: url("../../images/sunset.fc98047b46a5.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: 15%;
}

.jumbo_right {
    right: 50px;
}

.alignleft {
    float: left;
    margin-top: 10px;
}

.alignright {
    float: right;
    margin-top: 10px;
}

.spacevertically {
    margin-top: 25px;
}

#progress {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: grey;
}

#bar {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: #5cb85c;
}

#progress-label {
    position: absolute;
    left: 45%;
    line-height: 30px;
    color: white;
}

hr {
    height: 1px;
    border: none;
    color: gray;
    background-color: gray;
    margin-top: 0;
}

.thick {
    height: 3px;
}

h2 {
    margin-top: 20px;
    margin-bottom: 15px;
}

h2.nospacing {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-block {
    width: 75%;
}

.goals {
    color: #B77641;
}

.raised {
    color: #555;
    font-size: 24px;
    text-transform: uppercase;
}

.with-teams {
    font-style: italic;
    font-size: 22px;
}

.history-title {
    text-align: center;
    color: #dc7075;
}

.sponsors-title {
    color: #555;
    text-align: center;
}

.sponsor-item {
    border-top: 1px solid gray;
}

.sponsor-item h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #dc7075;
}

.sponsor-item h4 {
    color: gray;
}

.cem-highlight {
    padding: 15px;
    border-radius: 15px;
    border: 1px solid darkgray;
}

.update-item {
    border-bottom: 1px solid lightgray;
    margin-bottom: 20px;
}

.update-image {
    width: 100%;
    border-radius: 15px;
    border: 1px solid darkgray;
    margin-bottom: 15px;
}

h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
   font-size: 18px;
}

.sponsor-buttons {
    padding-top: 10px;
}

.sponsors {
    margin-top: 10px;
}

.map_spacing {
    margin-bottom: 25px;
}

.callout-info {
    padding: 20px;
    margin: 20px 0;
    border: 5px solid #1b809e;
    border-radius: 3px;
    min-height: 20px;
    font-size: 1.5em;
    line-height: 2.0;
    text-align: center;
    font-weight: bold;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

/* Achievements box */
.achievements-box {
    padding: 15px;
    margin: 15px 0;
    border-radius: 15px;
    border: 1px solid darkgray;
    text-align: center;
}

.achievements-box__content {
    display: inline-block;
    text-align: left;
}

.achievements-box__title {
    text-align: center;
    color: #dc7075;
    margin-top: 0;
    margin-bottom: 15px;
}

.achievements-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.achievements-row:last-child {
    margin-bottom: 0;
}

.achievements-row__label {
    width: 80px;
    font-size: 11px;
    font-weight: bold;
    color: #555;
    flex-shrink: 0;
    line-height: 1.3;
}

.achievements-row__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.achievement-badge {
    text-align: center;
    cursor: default;
}

.achievement-badge__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 3px;
    font-size: 16px;
    color: white;
}

.achievement-badge--unearned .achievement-badge__icon {
    background-color: #ddd;
    color: #bbb;
}

.achievement-badge--earned .achievement-badge__icon--rides {
    background-color: #5cb85c;
}

.achievement-badge--earned .achievement-badge__icon--money {
    background-color: #f0ad4e;
}

.achievement-badge--earned .achievement-badge__icon--club300 {
    background-color: #d9534f;
}

.achievement-badge--earned .achievement-badge__icon--miles {
    background-color: #5bc0de;
}

.achievement-badge__progress {
    width: 36px;
    height: 3px;
    background-color: #ddd;
    border-radius: 2px;
    margin: 0 auto 2px;
    overflow: hidden;
}

.achievement-badge__progress-fill {
    height: 100%;
    border-radius: 2px;
}

.achievement-badge__progress-fill--rides {
    background-color: #5cb85c;
}

.achievement-badge__progress-fill--money {
    background-color: #f0ad4e;
}

.achievement-badge__progress-fill--miles {
    background-color: #5bc0de;
}

.achievement-badge__label {
    font-size: 10px;
    font-weight: bold;
    color: #555;
    max-width: 70px;
}

.achievement-badge--unearned .achievement-badge__label {
    color: #bbb;
}

.achievement-badge[data-progress-text] {
    cursor: pointer;
}

.achievements-row__callout {
    font-size: 12px;
    color: #555;
    padding: 2px 0 8px 80px;
    line-height: 1.4;
}
