.navbar-default .navbar-nav > li{}
.spacer-bottom{margin-bottom:0px;}
media boxbg boxbg{height:40px;}
blockquote{min-height:46px;}
.donate{width:98.5%;}
.odometer{height:1.5em;width:100%;padding-top:1rem;color:#FFFFFF;text-align:center;display:inline-block;background:#9acd32;font-size:3vw;font-weight:400px;}
.digit{margin:-0.5vw;display:inline-block;height:1.5em;width:0.65em;overflow:hidden;}
.digit:first-child{border-left:none;}
.digit-container{line-height:1.5em;}
.digit-container.digit-thousand{line-height:1.5em;-webkit-animation:slide 5s infinite ease;animation:slide 5s infinite ease;}
.digit-container.digit-hundred{line-height:1.5em;-webkit-animation:slide 5s infinite ease-out;animation:slide 5s infinite ease-out;}
.digit-container.digit-ten{line-height:1.5em;-webkit-animation:slide 5s infinite ease-in-out;animation:slide 5s infinite ease-in-out;}
.digit-container.digit-one{line-height:1.5em;-webkit-animation:slide 5s infinite linear;animation:slide 5s infinite linear;}
@-webkit-keyframes slide{0%{-webkit-transform:translateY(-10em);}
40%{transform:translateY(0);}
100%{-webkit-transform:translateY(0);}
}
@keyframes slide{0%{transform:translateY(-10em);}
40%{transform:translateY(0);}
100%{transform:translateY(0);}
}
@keyframes stroke-offset{100%{stroke-dashoffset:-35%;}
}