/* Help-Us-Grow related styling */

/* Help us grow nav button styling */
.help-us-grow {
    position: relative;
}
.help-us-grow .fa-donate {
    color: #30A247;
}
.help-us-grow span {
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 12px;
    font-weight: bolder;
    color: #EF4136;
    cursor: default;
}

/* Funding progress styling */
.funding-progress-container {
    text-align: center;
    padding: 0 15px 10px;
}
.funding-progress-container .title {
    text-transform: uppercase;
    font-weight: bold;
    color: #EF4136;
}
.funding-progress {
    position: relative;
    margin: 0 auto;
    max-width: 300px;
    border-radius: 10px;
    background: #777777;
}
.funding-progress-bar {
    height: 20px;
    background: #EF4136;
    border-radius: 10px;
}
.funding-progress-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #F3F3F3;
    font-weight: bold;
}
.funding-area-container {
    font-size: 40px;
    text-align: center;
}
.funding-area-container span {
    margin: 5px;
}

/* Grow option styling */
.grow-option {
    padding: 10px 0;
    height: 135px;
    word-wrap: break-word;
}
.grow-option p {
    margin: 0;
}
.grow-option:hover {
    cursor: pointer;
    border-color: #EF4136;
    transform: scale(1.04);
}
.grow-option-title {
    font-size: 24px;
    font-weight: bold;
}
.grow-option .grow-logo {
    width: 180px;
}
.grow-option .crypto-logo {
    height: 64px;
}
.crypto-help-logo {
    height: 75px;
}
.grow-vpn-option {
    margin: 10px 0 20px;
}
