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

html, .body{
  background: rgb(172,18,36);
background: linear-gradient(180deg, rgba(172,18,36,1) 0%, rgba(172,18,36,1) 50%, rgba(94,6,16,1) 100%);
  font-family: 'Oxygen', sans-serif;
  font-size: 18px;
  color: #ffffff;
  min-height: 100vh;
}

a{
  color: #ffffff;
  text-decoration: underline;
}

a:hover{
  color: #cccccc;
}

h1, h2, h3, h4, h5, strong, .content h1,.content h2,.content h3,.content h4,.content h5,.content h6{
  color: #ffffff;
}

.thanks h1.is-2{
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-size: 4rem;
}

.thanks .subtitle{
  font-weight: 400;
}

.citizensLogo{
  background: url(https://citizens.coop/wp-content/themes/citizens/images/citizens_logo_white_new.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;
    margin: auto;
}

.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;
  z-index: 100;
}


/*
 * 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;
   color: #595454;
 }

  .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;
      top: 150px;
      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;
      }
    }
