
.fyr--filter-options > .btn,
.fyr--filter-options > .fyr--rep-container,
.fyr--rep-buttons > .btn,
.fyr--rep-buttons > .fyr--rep-container,
.fyr--reps-row > .btn,
.fyr--reps-row > .fyr--rep-container {
  margin-bottom: 20px
}
@media (min-width:590px) {
  .fyr--filter-options > .btn,
  .fyr--filter-options > .fyr--rep-container,
  .fyr--rep-buttons > .btn,
  .fyr--rep-buttons > .fyr--rep-container,
  .fyr--reps-row > .btn,
  .fyr--reps-row > .fyr--rep-container {
    margin: 0 10px;
    max-width: calc(33% - 11px);
    -ms-flex-positive: 1;
    flex-grow: 1
  }
  .fyr--reps > .fyr--rep-container {
    /* margin-left: 10px;
    margin-right: 10px;
    max-width: calc(33% - 17px);
    -ms-flex-positive: 1;
    flex-grow: 1 */
    flex: 1 1 32.3333%;
  }
  .fyr--reps {
    /* margin-left: -10px;
    margin-right: -10px; */
  }
  .fyr--filter-options > .btn:first-child,
  .fyr--filter-options > .fyr--rep-container:first-child,
  .fyr--rep-buttons > .btn:first-child,
  .fyr--rep-buttons > .fyr--rep-container:first-child,
  .fyr--reps-row > .btn:first-child,
  .fyr--reps-row > .fyr--rep-container:first-child {
    margin-left: 0
  }
  .fyr--filter-options > .btn:last-child,
  .fyr--filter-options > .fyr--rep-container:last-child,
  .fyr--rep-buttons > .btn:last-child,
  .fyr--rep-buttons > .fyr--rep-container:last-child,
  .fyr--reps-row > .btn:last-child,
  .fyr--reps-row > .fyr--rep-container:last-child {
    margin-right: 0
  }
}
.fyr--reps {
  /* margin-top: 20px; */
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width:590px) {
  .fyr--reps {
    /* margin-top: 40px */
  }
}
.fyr--reps-row {
  margin-bottom: 20px
}
@media (min-width: 590px) {
    .fyr--filter-options,
    .fyr--rep-buttons,
    .fyr--reps-row {
        display: -ms-flexbox;
        display: flex;
    }
}
.rep--card {
  min-height: 330px;
  padding: 20px 20px 70px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center
}
.rep--image {
  margin: 0 auto 20px;
  display: block;
  width: auto;
  max-height: 160px
}
.fyr--rep-container {
  position: relative;
  background-color: #f1f4f6;
  width: 100%;
}
@media print {
  .fyr--rep-container {
    page-break-inside: avoid
  }
}
.rep--details {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .75px;
  color: #010315;
  text-align: center
}
.rep--name {
  font-weight: 700
}
.rep--office-address {
  margin: 15px 0
}
.rep--email a {
  word-break: break-all
}
.fyr--social-media {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.fyr--social-media > li {
  margin-right: 7px;
  margin-left: 7px;
  line-height: 1;
}
.fyr--social-media > li * {
  line-height: 1;
}
.fyr--social-media > li:before {
    display: none;
}
.fyr--social-media > li:last-child {
  margin-right: 0
}
.fyr--social-media li a i span {
    font-size: 14px;
    font-style: normal;
    font-family: "Halyard Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fyr--more-detail {
  display: block;
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 15px;
  background: none;
  background-color: #255caf;
  color: #fff;
  position: absolute;
  bottom: 0;
  transition: background-color .25s linear
}
.fyr--more-detail:hover {
  background-color: #010315
}
.fyr--more-detail::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 15px;
  right: 15px;
  background-size: cover;
  background-image: url('../images/arrow-right.svg');
  width: 17px;
  height: 16px
}
@media (min-width:768px) {
  .fyr--single-rep .rep--profile {
    display: -ms-flexbox;
    display: flex
  }
}
.fyr--single-rep .rep--card {
  padding-bottom: 20px;
  margin-bottom: 30px
}
.fyr--single-rep .rep--card:only-child {
  margin: 0 auto
}
@media (min-width:768px) {
  .fyr--single-rep .rep--card {
    width: 280px;
    margin-right: 30px;
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}
.fyr--back-to-results {
  margin-bottom: 30px
}
@media (min-width:590px) {
  .fyr--back-to-results .btn {
    max-width: 280px
  }
}
.fyr--rep-buttons {
  margin-bottom: 30px
}
@media (min-width:768px) {
  .fyr--rep-buttons {
    display: block
  }
}
@media (min-width:960px) {
  .fyr--rep-buttons {
    display: -ms-flexbox;
    display: flex
  }
}
@media (min-width:768px) {
  .fyr--rep-buttons .btn {
    margin: 0 0 20px 0;
    max-width: 100%
  }
}
@media (min-width:960px) {
  .fyr--rep-buttons .btn {
    margin: 0 10px;
    max-width: calc(33% - 11px)
  }
}
.rep--tabs {
  -ms-flex-positive: 1;
  flex-grow: 1
}
.fyr-api-error .btn {
  margin-top: 20px;
  padding: 15px;
  width: 190px
}
.rep--bill {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a2a2a2
}
.rep--bill:last-child {
  margin-bottom: 10px
}
.bill-source-copy,
.contrib-data-source {
  position: relative;
}
.bill-source-copy::before,
.contrib-data-source::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-image: url(../img/external-link.svg);
  width: 18px;
  height: 18px
}
.button-row,
.contrib-data-source,
.fyr-footer,
.rep--bill-dates,
.rep--bill-sources,
.rep--contributor-types {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .75px;
  color: #010315
}
.rep--contrib-list {
  padding-left: 0;
}
.rep--bill-dates,
.rep--contributor-types {
  color: #555;
  padding-left: 0;
}
.rep--contributor-types li:before {
  display: none;
}
.rep--bill-header {
  margin: 10px 0
}
.bill-id,
.bill-title,
.fyr-cta-blob,
.fyr-loading-effect {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .05px
}
.fyr-loading-effect {
  text-align: center;
  margin-top: 40px
}
.bill-id {
  font-weight: 700
}
.source-separator {
  color: #a2a2a2
}
.button-row,
.rep--total-contribitions,
.rep-contrib-list-section {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a2a2a2
}
.button-row:last-child,
.rep-contrib-list-section:last-child {
  padding-bottom: 0;
  border-bottom: 0
}
.rep-contrib-list-section {
  padding-bottom: 30px
}
.rep--contributor:before {
  position: relative;
  margin: 0;
}
.button-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.button-row .is-active {
  cursor: pointer
}
.button-row .inactive {
  display: none
}
.fyr--intro {
    font-size: 16px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a2a2a2;    
}
.fyr--intro span {
    display: block;
}
.fyr--back-to-results {
    margin-bottom: 50px;    
}
.fyr--rep .btn {
    display: block;
    max-width: 280px;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 23.5px 15px;
    border-radius: 0;
    color: #010315;
    background: none;
    background-color: #c2d9e7;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, .1);    
}
.fyr--rep .btn:hover {
    background-color: #010315;
    color: #fff;
}
.fyr--container {
    padding-bottom: 50px;
    border-bottom: 1px solid #a2a2a2;    
}
.fyr--search.hide {
  display: none;
}
.fyr-footer {
  padding: 0;
  margin-top: 25px
}
.tab-button.active {
  opacity: 0.4;
  pointer-events: none
}
.fyr--rep-container {
  margin-bottom: 0
}
.fyr--rep-container.hide {
  display: none;
}
.fyr--form.hide {
  display: none;
}
.find-your-rep-container.hide .fyr--form,
.find-your-rep-container.hide .fyr--text,
.fyr--intro.hide {
  display: none
}
.find-your-rep-container.hide .fyr--search {
  padding: 0;
  border: none;
}
.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #255caf;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.pac-item-query {
  font-size: 20px
}
.pac-item {
  border-top: none;
  padding: 15px 30px;
  text-align: center;
}
.pac-icon {
  display: none;
}
.pac-matched {
  font-weight: normal;
}
