.wnal-rep-lookup .warning {
  color: #fff;
  background-color: #feba1b;
  text-align: left;
  display: table;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  display: none;
}

.wnal-rep-lookup .results {
  display: table;
  width: 100%;
}

@media (min-width: 900px) {
  .wnal-rep-lookup .results > div:first-child {
    border-right: 1px solid #3ea9af;
  }
}

.wnal-rep-lookup .results > div {
  width: 50%;
  display: table-cell;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .wnal-rep-lookup .results > div {
    width: 100%;
    display: block;
  }
}

.wnal-rep-lookup .results h3 {
  color: #fff;
  background-color: #3ea9af;
  padding: 5px;
}

.wnal-rep-lookup .representative {
  text-align: left;
  line-height: 1.2em;
  padding: 20px;
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.wnal-rep-lookup .representative-photo-container {
  padding-right: 15px;
  width: 80px;
}

.wnal-rep-lookup .representative > div {
  display: table-cell;
  vertical-align: top;
}

.wnal-rep-lookup .representative-photo {
  max-width: 100%;
}

.wnal-rep-lookup .representative h4 {
  color: #3ea9af;
  font-weight: bold;
}

.wnal-rep-lookup .representative-party, .wnal-representative-lookup .representative-riding {
  font-size: 1em;
}

.wnal-rep-lookup .representative-contact {
  display: table;
  font-size: 0.85em;
  line-height: 1.4em;
  margin-top: 3px;
  width: 100%;
}

.wnal-rep-lookup .representative-contact > div {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

@media (max-width: 520px) {
  .wnal-rep-lookup .representative-contact > div {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

@media (min-width: 520px) {
  .wnal-rep-lookup .representative-contact > div:last-child {
    padding-left: 10px;
  }
}

.wnal-rep-lookup .representative-contact > div > div {
  display: table-row;
}

.wnal-rep-lookup .representative-contact .fa {
  display: table-cell;
  padding-right: 10px;
}

.wnal-rep-lookup .representative-contact > div > div > * {
  display: table-cell;
  padding: 3px 0;
}

.wnal-rep-lookup .representative-contact a {
  line-height: 1.2em;
}

.row.wnal-rep-result {
  background: white;
  font-size: 16px;
}

@media (max-width: 576px) {
  .row.wnal-rep-result {
    background: white;
    font-size: 14px;
  }
}

.wnal-rep-lookup .warning > div:first-child {
  text-align: center;
  width: 40px;
}

.wnal-rep-lookup .warning > div {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}

.wnal-rep-lookup h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  font-family: 'Nunito Sans';
}

.wnal-rep-lookup h4 {
  font-size: 26px;
  font-weight: 400;
  font-family: 'Nunito Sans';
}

.wnal-rep-lookup .btn-simplemail img {
  width: 41px;
  padding: 5px;
  padding-bottom: 7px;
  border-radius: 100%;
}

.wnal-rep-lookup .btn-simplemail:hover img {
  filter: brightness(200);
}

.wnal-rep-lookup .btn-simplemail {
  border-radius: 0px;
  display: block;
  margin: auto !important;
  margin-top: 16px !important;
}

