body{
  /*height: 100%;*/
  padding: 20px 0;
}

html, .body{
  background: rgb(132,148,177);
  background: radial-gradient(circle, rgba(132,148,177,1) 0%, rgba(148,187,233,1) 100%);
  font-family: 'Oxygen', sans-serif;
  font-size: 18px;
}

.citizensLogo{
  background: url(https://citizens.coop/wp-content/themes/citizens/images/citizens_logo.png) no-repeat center center;
    background-size: contain;
    margin: 0 0 15px 0;
    padding: 0;
    text-indent: -9999999px;
    overflow: hidden;
    display: block;
    height: 54px;
    width: 268px;
}

.input, .textarea{
  margin: 10px 0px;
}

.main{
  /*padding-top: 10vh;*/
}

.thanks{
  display: none;
}

.prog{
  height: 10px;
  background: #abdc4a;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  left: 0;
}


/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  position: relative;
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white;
  height: calc(100% - 20px);
  margin: 10px 0;
 }

 .dropzone.dz-clickable .dz-message{
   font-family: 'Oxygen', sans-serif;
   font-size: 25px;
 }

  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em; }
    .dropzone .dz-preview .dz-progress {
      display: block;
      height: 15px;
      margin-top: 17px;
      border: 1px solid #aaa; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        display: block;
        height: 100%;
        width: 0;
        background: green; }
    .dropzone .dz-preview .dz-error-message {
      color: red;
      display: none; }
    .dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
      display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      display: block; }
    .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
      position: absolute;
      display: none;
      left: 30px;
      top: 30px;
      width: 54px;
      height: 58px;
      left: 50%;
      margin-left: -27px; }



      .fade-in {
        animation: fadeIn ease .5s;
        -webkit-animation: fadeIn ease .5s;
        -moz-animation: fadeIn ease .5s;
        -o-animation: fadeIn ease .5s;
        -ms-animation: fadeIn ease .5s;
      }
      @keyframes fadeIn {
        0% {
          opacity:0;
        }
        100% {
          opacity:1;
        }
      }
      
      @-moz-keyframes fadeIn {
        0% {
          opacity:0;
        }
        100% {
          opacity:1;
        }
      }
      
      @-webkit-keyframes fadeIn {
        0% {
          opacity:0;
        }
        100% {
          opacity:1;
        }
      }
      
      @-o-keyframes fadeIn {
        0% {
          opacity:0;
        }
        100% {
          opacity:1;
        }
      }
      
      @-ms-keyframes fadeIn {
        0% {
          opacity:0;
        }
        100% {
          opacity:1;
      }
    }

      .fade-out {
        animation: fadeOut ease .5s;
        -webkit-animation: fadeOut ease .5s;
        -moz-animation: fadeOut ease .5s;
        -o-animation: fadeOut ease .5s;
        -ms-animation: fadeOut ease .5s;
      }
      @keyframes fadeOut {
        0% {
          opacity:0;
        }
        100% {
          opacity:1;
        }
      }
      
      @-moz-keyframes fadeOut {
        0% {
          opacity:0;
        }
        100% {
          opacity:1;
        }
      }
      
      @-webkit-keyframes fadeOut {
        0% {
          opacity:0;
        }
        100% {
          opacity:1;
        }
      }
      
      @-o-keyframes fadeOut {
        0% {
          opacity:0;
        }
        100% {
          opacity:1;
        }
      }
      
      @-ms-keyframes fadeOut {
        0% {
          opacity:0;
        }
        100% {
          opacity:1;
      }
    }
