@media all and (min-width: 1025px) {
  .zone-bumpdown {
    position: fixed;
    z-index: 10; } }
.zone-bumpdown.container-24, .zone-bumpdown.container-24 .grid-24 {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

.bar-container {
  margin-top: -.5em; }

.bar {
  background: #8cc63f;
  box-shadow: 0 0 5px #C8C8C8;
  color: #ffffff;
  font-family: arial;
  font-size: 20px;
  line-height: 1.3;
  height: auto;
  padding: .5em 1em;
  transition: height .5s linear; }
  @media all and (min-width: 768px) {
    .bar {
      display: flex;
      font-size: 30px;
      padding: .5em 0; } }
  .bar p {
    font-size: 20px;
    line-height: 1.3;
    margin: 1em 0;
    padding-right: 1em;
    text-shadow: 1px 1px 4px #015150; }
    @media all and (min-width: 768px) {
      .bar p {
        font-size: 30px; } }
  .bar blockquote {
    color: #015150;
    font-size: 1.1em;
    font-family: Georgia;
    line-height: 1.2;
    margin: .5em 0; }
    @media all and (min-width: 768px) {
      .bar blockquote {
        font-size: 1.1em;
        margin: .7em 1em;
        text-align: right;
        width: 25%; } }
  .bar ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 1em 0 0;
    margin: 0; }
  .bar label {
    color: #ffffff;
    position: absolute;
    font-size: .5em;
    left: 39%;
    line-height: .5;
    text-shadow: none;
    top: 5px; }
  .bar input {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    font-size: 1em;
    max-width: 90px;
    padding: 0; }
  .bar__close, .bar__close:link, .bar__close:visited {
    background: #015150;
    border-radius: 50%;
    color: #ffffff;
    font-size: 1rem;
    padding: .25em .545em;
    position: absolute;
    right: 1.5em;
    text-decoration: none; }
  .bar.hidden {
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: height .3s linear, padding .3s linear; }
    .bar.hidden .bar__close,
    .bar.hidden a.bar__close:link,
    .bar.hidden a.bar__close:visited {
      display: none; }
  .bar-toggle, .bar-toggle:link, .bar-toggle:visited {
    background: #8cc63f;
    border-radius: 0 0 15px 15px;
    color: #015150;
    display: block;
    font-family: arial;
    font-weight: bold;
    padding: .5em;
    max-width: 180px;
    margin-left: 10%;
    text-align: center;
    text-decoration: none; }

.btn-donate,
.btn-donate:link,
.btn-donate:visited {
  background: #015150;
  border-radius: 30px;
  color: #ffffff;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 1em;
  margin-right: 1em;
  padding: 0.25em 1em;
  position: relative;
  text-align: center;
  text-decoration: none; }

.meter {
  height: 2.5em;
  max-width: 96%;
  position: relative; }
  .meter__scale {
    background: #ffffff;
    display: block;
    height: 1.4em;
    margin: .3em 0 .3em 1.7em;
    position: absolute;
    width: 75%; }
    .meter__scale span {
      background: #015150;
      display: block;
      height: 1.2em;
      max-width: 99.65%;
      position: absolute;
      top: .1em;
      z-index: 1; }
  .meter__bulb {
    background: #ffffff;
    border-radius: 50%;
    height: 2em;
    position: absolute;
    width: 2em; }
    .meter__bulb span {
      background: #015150;
      border-radius: 50%;
      height: 1.8em;
      left: .1em;
      position: absolute;
      top: .1em;
      width: 1.8em; }
  .meter__goal {
    position: absolute;
    right: 0;
    text-align: right;
    text-shadow: 1px 1px 4px #015150;
    top: .35em;
    width: 20%;
    z-index: 1; }

/*# sourceMappingURL=oca-bumpdown.css.map */
