.twocolumn-container .left-column {
  width: 100%;
}

.twocolumn-container .right-column {
  display: none;
}

#multiple-options {
  display: none;
  text-align: center;
}

#reps {
  display:inline;
}

.rep-container {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  text-align: center;
  width: 50%;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  @include border-radius(5px);
  min-height: 250px;
  vertical-align: top;
  b{
    font-size: 18px;
    display: block;
    padding-top: 15px;
  }
}

.rep-container:hover {
  background-color: #6aa84e;
}

.active-rep {
  background-color: #6aa84e;
}

.rep-photo-container {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #000;
  img{
    min-width: 100%;
    min-height: 100%
    height: auto;
  }
}

#petition-email {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  padding: 10px 13px;
  background: white;
  line-height: 20px;
  font-style: italic;
  color: #4c4c4c;
}
#dear {
  font-weight:bold;
}

#emails {
  margin-right: auto;
  margin-left: auto;
  display: none;
  text-align: center;
}

#emails .email {
  display:inline-block;
  width:20%;
  text-align: center;
  margin: 10px 5px;
}

#emails > .button {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}

#emails #default-email .email{
  width: 100%;
  margin: 10px 0px;
}

#emails #or {
  display:inline-block;
  width: 100%;
  color: #707073;
  font-style: italic;
  padding-left: 2px;
  text-align: center;
}

#emails #outlook {
  color: #0066cb;
  img{
    display: block;
    margin: 0px auto;
  }
}

#emails #gmail {
  color: #e44c41;
  img{
    display: block;
    margin: 0px auto;
  }
}

#emails #yahoo {
  color: #5f0d8e;
  img{
    display: block;
    margin: 0px auto;
  }
}

@media only screen and (min-width : 768px) {
  .rep-finder-left {
    float:left;
    width: 57.44680851063829%;
  }

  .rep-finder-right {
    float: right;
    width: 31.914893617021278%;
  }
}

.submit-button{
  height: 45px;
}

h4{
  color: #6d6e70;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
}