/*Navigation*/
.funraisin-secondary-nav li:first-child, .funraisin-secondary-nav li:nth-child(2) {
    padding-right: 12px;
}

.funraisin-sticky-nav li:nth-child(7) {
    padding-right: 12px;
}

.funraisin-sticky-nav {border-bottom: none !important; box-shadow: 0px 0px 20px 0px hsla(0, 0%, 0%, 0.1);}

/*Donation*/
.template-donation .donationHandlers .dollarhandle .dollarhandle-text {
    border-bottom-left-radius:10px;border-bottom-right-radius:10px;
}

.template-donation .donationHandlers .dollarhandle .dollarhandle-image {
    border-top-left-radius:10px;border-top-right-radius:10px;
}

.donationHandlers.minimal img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.donationHandlers.minimal .copy-text {
    font-size: 16px;
    line-height: 140%;
}

/*Button*/
.btn-xl {font-size: 19px !important;line-height: 1.8em;}
.btn-xl.btn-white-border {padding:9px 20px;}


/*Fundraiser Page*/
#Donations {
    background:url('https://d2sh5z3sqv4c27.cloudfront.net/7b10938d85e48728105d58d0ab9f9bf7.jpg');
    background-size:cover;
    background-position:center center;
}

.loggedin-header:before, .profile-header:before {
    background:#003b2e
}


/*Asset*/
.lump-assets .asset-block {
    background: #fff;
}

/*Navigation*/
#sticky-nav .site-logo img {
    width: 240px;
}

.primary-nav-container .container, #sticky-nav .container {
    padding-left: 0;
    padding-right: 0;
}

/*.reward-badge.col-sm-3.text-center {*/
/*    padding: 0 50px 50px 50px;*/
/*}*/

#Badges .reward-badge {
    margin-bottom: 30px;
}
#Badges .reward-badge p {
    font-size: 16px;
}
@media(min-width: 992px) {
    #Badges .reward-badge {
        width: calc(100% / 7);
        padding-bottom: 15px;
    }
}

.BG-Repeat {
    background-size: auto !important;
    background-repeat: repeat !important;
}

.funraisin-footer-legals a:hover {
    color: #007B5F;
}

.btn-social.share-email {
    padding: 5px 5px;}
    
.btn-social.share-linkedin {
    padding: 7px 11px;}

#JoinTeamSearch {
    width: 100%;
    margin: 0 0 30px;
}
/* Footer image fix - Using 'none' cancels out the max-width completely */
.funraisin-footer-legals img {
    max-width: 100% !important;
}
