@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:700|Roboto+Condensed:400,400i,700,700i&display=swap");
/* Colors */
.header-bot {
  padding: 1rem 1rem;
}

@media (min-width: 81.25em) {
  .header-bot {
    padding: 2rem 1rem;
  }
}

/* SASS mixin start */
h5, .state-table-headline, .individual-item-title, .card-grid-repsX .card-header-name-first, .card-grid-repsX .card-header-name-last, h4, .search-headline, h3, .individual-header-score-result, .card-score-result, h2, .individual-header-name-first, .individual-header-name-last, h1 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.3;
}

.individual-header-name-first, .individual-header-name-last, h1 {
  font-size: 4.209rem;
  font-size: calc(53.8752px + (67.344 - 53.8752) * ((100vw - 768px) / (1600 - 768)));
}

@media screen and (max-width: 768px) {
  .individual-header-name-first, .individual-header-name-last, h1 {
    font-size: 3.3672rem;
  }
}

@media screen and (min-width: 1600px) {
  .individual-header-name-first, .individual-header-name-last, h1 {
    font-size: 4.209rem;
  }
}

.individual-header-score-result, .card-score-result, h2 {
  font-size: 3.157rem;
  font-size: calc(40.416px + (50.512 - 40.416) * ((100vw - 768px) / (1600 - 768)));
}

@media screen and (max-width: 768px) {
  .individual-header-score-result, .card-score-result, h2 {
    font-size: 2.526rem;
  }
}

@media screen and (min-width: 1600px) {
  .individual-header-score-result, .card-score-result, h2 {
    font-size: 3.157rem;
  }
}

.search-headline, h3 {
  font-size: 2.369rem;
  font-size: calc(30.24px + (37.904 - 30.24) * ((100vw - 768px) / (1600 - 768)));
}

@media screen and (max-width: 768px) {
  .search-headline, h3 {
    font-size: 1.89rem;
  }
}

@media screen and (min-width: 1600px) {
  .search-headline, h3 {
    font-size: 2.369rem;
  }
}

.state-table-headline, .individual-item-title, .card-grid-repsX .card-header-name-first, .card-grid-repsX .card-header-name-last, h4 {
  font-size: 1.777rem;
  font-size: calc(22.752px + (28.432 - 22.752) * ((100vw - 768px) / (1600 - 768)));
}

@media screen and (max-width: 768px) {
  .state-table-headline, .individual-item-title, .card-grid-repsX .card-header-name-first, .card-grid-repsX .card-header-name-last, h4 {
    font-size: 1.422rem;
  }
}

@media screen and (min-width: 1600px) {
  .state-table-headline, .individual-item-title, .card-grid-repsX .card-header-name-first, .card-grid-repsX .card-header-name-last, h4 {
    font-size: 1.777rem;
  }
}

h5 {
  font-size: 1.333rem;
  font-size: calc(20.264px + (21.328 - 20.264) * ((100vw - 768px) / (1600 - 768)));
}

@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.2665rem;
  }
}

@media screen and (min-width: 1600px) {
  h5 {
    font-size: 1.333rem;
  }
}

h6 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.3;
  font-size: 1rem;
  font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1600 - 768)));
}

@media screen and (max-width: 768px) {
  h6 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1600px) {
  h6 {
    font-size: 1rem;
  }
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

address, dl {
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  padding: 0;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

html {
  position: relative;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  text-align: center;
}

.screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader:focus {
  background: #1d548c;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: .5rem;
  width: auto;
}

.skip-to-main {
  background: #05ad52;
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000000;
  padding: 1rem;
  color: #F3BD48;
  text-transform: uppercase;
  display: block;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transform: translateY(calc(-100% - .5rem));
  border-radius: 2rem;
}

.skip-to-main:focus, .skip-to-main:focus-within {
  transform: translateY(0);
  outline: 2px solid #1d548c;
}

.wrap {
  max-width: 81.25em;
  position: relative;
  margin: 0 auto;
  padding: 2rem 0;
}

@media (min-width: 81.25em) {
  .wrap {
    padding: 6rem 0;
  }
}

.header {
  background: #022e56;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  margin: 0 auto;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.header-wrap {
  max-width: 64em;
  text-align: center;
  margin: 0 auto;
  padding: 1rem;
}

@media (min-width: 48em) {
  .header-wrap {
    padding: 2rem;
  }
}

.header-logo {
  padding: 1rem;
}

@media (min-width: 48em) {
  .header-logo {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-end;
  }
}

@media (min-width: 81.25em) {
  .header-logo {
    padding: 2rem;
  }
}

.header-logo-svg {
  max-width: 4rem;
  fill: #fff;
  display: table;
  margin: 0 auto .5rem;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .header-logo-svg {
    max-width: 8rem;
    margin: 0 1rem 0 auto;
  }
}

.header-logo-line1, .header-logo-line2 {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 2rem;
  line-height: .8;
  color: #fff;
  font-style: italic;
  font-weight: 900;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .header-logo-line1, .header-logo-line2 {
    font-size: 3rem;
  }
}

.header-intro {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.3;
  max-width: 48em;
  margin: 0 auto 2rem;
}

@media (min-width: 48em) {
  .header-intro {
    font-size: 1rem;
  }
}

@media (min-width: 81.25em) {
  .header-intro {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.header-bot {
  background: #1d548c;
}

.fixed .header {
  box-shadow: 0px 0.3rem 2rem 0 rgba(0, 0, 0, 0.05);
}

.fixed .header-wrap {
  padding: 1rem;
  border-bottom: none;
}

.fixed .header-logo-svg {
  max-width: 3.5rem;
}

@media (min-width: 48em) {
  .fixed .header-logo-svg {
    max-width: 5.25rem;
  }
}

.fixed .header-logo-line1, .fixed .header-logo-line2 {
  font-size: 1.5rem;
}

@media (min-width: 48em) {
  .fixed .header-logo-line1, .fixed .header-logo-line2 {
    padding-right: .25rem;
  }
}

@media (min-width: 81.25em) {
  .fixed .header-logo-line1, .fixed .header-logo-line2 {
    font-size: 2.5rem;
  }
}

.fixed .header-teaser {
  display: none;
}

.fixed .header .search-headline {
  margin-top: 1rem;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #05ad52;
  }
  50% {
    box-shadow: 0 0 0 0.2rem #05ad52;
  }
  100% {
    box-shadow: 0 0 0 0 #05ad52;
  }
}

.search-options {
  max-width: 81.25em;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .search-options {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
  }
}

@media (min-width: 48em) {
  .search-options-col {
    width: 50%;
    padding: 0 1rem;
  }
}

.search-options-or {
  color: #fff;
}

@media (max-width: 64em) {
  .search-options-or {
    padding: 1rem 0;
    display: block;
  }
}

.search-headline {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
  display: block;
  margin-bottom: 1rem;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.search-entered .search-headline {
  color: #505050;
  font-size: 1rem;
  font-weight: 400;
}

.search-entered .change-state {
  display: none;
}

.search-container {
  background-color: #05ad52;
  max-width: 48em;
  position: relative;
  border-radius: 3rem;
  margin: 0 auto;
  overflow: hidden;
  transition: 0.5s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.search-container.search-active {
  animation: pulse 1s infinite;
}

.search-container:hover {
  background-color: #fff;
}

.search-container:hover .search-input.placeholder {
  color: #fff;
}

.search-container:hover .search-input:-moz-placeholder {
  color: #fff;
}

.search-container:hover .search-input::-moz-placeholder {
  color: #fff;
}

.search-container:hover .search-input:-ms-input-placeholder {
  color: #fff;
}

.search-container:hover .search-input::-webkit-input-placeholder {
  color: #fff;
}

.search-container:hover .search-btn {
  background: #022e56;
}

.search-container:hover .search-btn-icon {
  fill: #fff;
}

.search-container.focused {
  width: 100%;
  background: #fff;
  transition-delay: 0s;
}

@media (min-width: 81.25em) {
  .search-container.focused {
    width: 25rem;
  }
}

.search-container.focused:after {
  opacity: 1;
}

.search-container.focused .search-input {
  color: #fff;
}

.search-container.focused .search-input.placeholder {
  color: #fff;
}

.search-container.focused .search-input:-moz-placeholder {
  color: #fff;
}

.search-container.focused .search-input::-moz-placeholder {
  color: #fff;
}

.search-container.focused .search-input:-ms-input-placeholder {
  color: #fff;
}

.search-container.focused .search-input::-webkit-input-placeholder {
  color: #fff;
}

.search-container.focused .search-btn {
  background: #F3BD48 !important;
}

.search-container.focused .search-btn-icon {
  fill: #1d548c;
}

.search-container.focused .search-btn:hover .search-btn-icon {
  color: #fff;
}

.search-form {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: stretch;
  align-items: center;
  position: relative;
  z-index: 10;
}

.search-label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.search-label:focus {
  background: #1d548c;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: .5rem;
  width: auto;
}

.search-input {
  background: transparent;
  width: 100%;
  flex: 1;
  border: none;
  color: #1d548c;
  padding: 1rem;
  cursor: pointer;
  color: #fff;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-size: 1.1rem;
}

@media (min-width: 64em) {
  .search-input {
    font-size: 1.3rem;
  }
}

@media (min-width: 81.25em) {
  .search-input {
    padding: 2rem;
  }
}

.search-input.placeholder {
  opacity: 1;
  color: #fff;
  transition: 0.5s all all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.search-input:-moz-placeholder {
  opacity: 1;
  color: #fff;
  transition: 0.5s all all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.search-input::-moz-placeholder {
  opacity: 1;
  color: #fff;
  transition: 0.5s all all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.search-input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
  transition: 0.5s all all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.search-input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
  transition: 0.5s all all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.search-input:hover {
  color: #006633;
}

.search-input.placeholder:hover {
  color: #006633 !important;
}

.search-input:hover:-moz-placeholder {
  color: #006633 !important;
}

.search-input:hover::-moz-placeholder {
  color: #006633 !important;
}

.search-input:hover:-ms-input-placeholder {
  color: #006633 !important;
}

.search-input:hover::-webkit-input-placeholder {
  color: #006633 !important;
}

.search-input:focus {
  outline: none;
}

.search-btn {
  background: #006633;
  outline: none;
  border: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transition: 0.3s all all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  padding: .25rem;
  margin-right: .75rem;
  transition: 0.3s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  cursor: pointer;
}

@media (min-width: 81.25em) {
  .search-btn {
    width: 4rem;
    height: 4rem;
  }
}

.search-btn-icon {
  width: 50%;
  height: auto;
  fill: #fff;
  position: relative;
  z-index: 200;
  transition: 0.3s fill all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.search-btn:hover {
  background: #05ad52;
}

.search-btn:hover .search-btn-icon {
  fill: #fff;
}

@media (min-width: 48em) {
  .card-grouping {
    padding: 2rem 0;
  }
  .card-grouping:first-of-type {
    padding-top: 0;
    padding-bottom: 0;
  }
  .card-grouping:last-of-type {
    padding-bottom: 0;
  }
}

.card-grouping-headline {
  line-height: .9;
  margin-bottom: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  color: #022e56;
  background: linear-gradient(90deg, #1d548c, #022e56);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 64em) {
  .card-grouping-headline {
    font-size: 1.4rem;
  }
}

@media (min-width: 48em) {
  .card-grouping-headline {
    font-size: 2rem;
  }
}

@media (min-width: 81.25em) {
  .card-grouping-headline {
    font-size: 2.4rem;
  }
}

@media (max-width: 64em) {
  .card-grid {
    padding: 1rem;
  }
}

@media (min-width: 48em) {
  .card-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
    align-items: stretch;
  }
}

@media (min-width: 48em) {
  .card-grid-repsX .card-item {
    width: calc(33.33% - 1rem);
    margin: .5rem;
  }
}

.card-grid-repsX .card-header-name {
  margin-bottom: .5rem;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.card-grid-repsX .card-header-name-first, .card-grid-repsX .card-header-name-last {
  line-height: .9;
  font-family: "Roboto Condensed", sans-serif;
}

.card-grid-repsX .card-header-name-last {
  font-weight: 700;
}

.card-item {
  transition: 0.2s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
  top: 0;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .card-item {
    width: calc(50% - 1rem);
    margin: .5rem;
  }
}

.card-item:hover {
  top: -.5rem;
}

@media (min-width: 100em) {
  .card-item.sen-card .card-header-headshot {
    width: 9rem;
    height: 9rem;
  }
}

@media (min-width: 100em) {
  .card-item.sen-card .card-header-headshot {
    width: 11rem;
    height: 11rem;
  }
}

.card-link {
  background: #f4f4f4;
  position: relative;
  padding: 2rem;
  display: block;
  border-radius: 2rem;
  color: #000;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .card-link {
    height: 100%;
  }
}

@media (min-width: 64em) {
  .card-link {
    padding: 2rem;
  }
}

.card-link:hover {
  box-shadow: 0px 0.3rem 2rem 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.card-link:hover .card-button {
  background-color: #05ad52;
  color: #fff;
}

.card-link:hover .card-button:hover {
  background-color: #022e56;
  color: #fff;
  box-shadow: 0px 0.3rem 2rem 0 rgba(0, 0, 0, 0.05);
  transform: scale(1.1);
}

.card-header {
  margin: 0 auto;
}

@media (min-width: 81.25em) {
  .card-header {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
  }
}

.card-header-headshot {
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  object-fit: cover;
  object-position: center center;
}

@media (min-width: 48em) {
  .card-header-headshot {
    width: 8rem;
    height: 8rem;
  }
}

@media (min-width: 81.25em) {
  .card-header-headshot {
    width: 10rem;
    height: 10rem;
  }
}

.card-header-content {
  text-align: center;
  padding: 1rem;
}

@media (min-width: 81.25em) {
  .card-header-content {
    text-align: left;
  }
}

.card-header-office {
  color: #505050;
  text-transform: uppercase;
  font-size: .8rem;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.card-header-name {
  margin-bottom: .5rem;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.card-header-name-first, .card-header-name-last {
  line-height: .9;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.2rem;
}

@media (min-width: 48em) {
  .card-header-name-first, .card-header-name-last {
    font-size: 2rem;
  }
}

.card-header-name-first {
  color: #022e56;
}

.card-header-name-last {
  color: #022e56;
  font-weight: 900;
  background: linear-gradient(90deg, #1d548c, #022e56);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-header-details-party {
  font-weight: 700;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  color: #fff;
  display: inline;
  padding: .25rem .5rem;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.card-header-details-party.republican {
  background: #d60000;
}

.card-header-details-party.democrat {
  background: #1d548c;
}

.card-header-details-district {
  display: inline;
  margin-left: .25rem;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.card-score {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  margin: 0 auto 1rem;
}

.card-score-label {
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1;
  display: block;
  color: #505050;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  padding: .25rem .5rem 0 0;
}

.card-score-result {
  color: #05ad52;
  font-weight: 900;
  letter-spacing: -2px;
  background: linear-gradient(90deg, #05ad52, #006633);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.footer {
  background: #022e56;
  color: #fff;
  padding: 2rem;
  text-align: center;
  line-height: 1.1;
  font-size: .85rem;
}

@media (min-width: 81.25em) {
  .footer {
    padding: 4rem 2rem;
    line-height: 1.2;
  }
}

.footer-paidfor {
  border: 1px solid #fff;
  max-width: 40rem;
  margin-bottom: 1rem;
  padding: .8rem .8rem .7rem;
  margin: 0 auto 1rem;
}

.footer-copyright a {
  display: table;
  color: #05ad52;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin: 1rem auto 0;
  border-bottom: none;
}

.footer-copyright a:hover {
  color: #fff;
  border-bottom-color: #05ad52;
}

.btn {
  background: #022e56;
  padding: .75em 1.25em;
  margin: 0 auto;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  transition: 0.4s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  text-transform: uppercase;
  position: relative;
  display: table;
  cursor: pointer;
  color: #fff;
  border-radius: 2rem;
}

@media (min-width: 48em) {
  .btn {
    font-size: .9rem;
  }
}

@media (min-width: 81.25em) {
  .btn {
    font-size: 1rem;
  }
}

.btn:hover {
  background: #006633;
  color: #fff;
}

.btn.large {
  background: linear-gradient(90deg, #05ad52, #006633);
  font-size: 1.2rem;
  font-weight: 900;
  padding: 1.1rem 2rem;
}

.btn.large:hover {
  transform: scale(1.1);
  box-shadow: 0px 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.4);
}

.btn-layer {
  padding-top: 1rem;
}

@media (min-width: 81.25em) {
  .btn-layer {
    padding-top: 2rem;
  }
}

.individual-show {
  display: block;
}

.individual-header {
  margin-bottom: 2rem;
}

@media (min-width: 48em) {
  .individual-header {
    padding: 0 2rem 0;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .individual-header-grid {
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    margin: 0 auto;
  }
}

.individual-header-headshot {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  object-fit: cover;
  object-position: center center;
}

@media (min-width: 81.25em) {
  .individual-header-headshot {
    width: 15rem;
    height: 15rem;
  }
}

.individual-header-content {
  padding: 1rem;
}

@media (min-width: 48em) {
  .individual-header-content {
    flex: 1;
    text-align: left;
  }
}

.individual-header-office {
  text-transform: uppercase;
  font-size: 1.1rem;
}

.individual-header-name {
  margin-bottom: .5rem;
}

.individual-header-name-first, .individual-header-name-last {
  font-family: "Roboto Condensed", sans-serif;
  color: #022e56;
}

@media (max-width: 64em) {
  .individual-header-name-first, .individual-header-name-last {
    display: block;
    line-height: .85;
  }
}

.individual-header-name-first {
  padding-right: .2rem;
}

.individual-header-name-last {
  font-weight: 700;
}

.individual-header-details-party {
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  width: 3rem;
  height: 3rem;
  line-height: 2rem;
  padding: .5rem .5rem;
}

.individual-header-details-party.democrat {
  background-color: #1d548c;
}

.individual-header-details-party.republican {
  background-color: #d60000;
}

.individual-header-details-district {
  display: inline;
  margin-left: .25rem;
}

.individual-header-score {
  width: 10rem;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .individual-header-score {
    padding-left: 1rem;
  }
}

.individual-header-score-aspect {
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.individual-header-score-circle {
  background: #05ad52;
  background: linear-gradient(90deg, #05ad52, #006633);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  border-radius: 50%;
  flex-wrap: wrap;
  text-align: center;
}

.individual-header-score-label {
  text-transform: uppercase;
  font-size: .8rem;
  color: #fff;
  display: block;
  width: 100%;
}

.individual-header-score-result {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  width: 100%;
}

@media (max-width: 64em) {
  .individual-results {
    padding: 1rem;
  }
}

.individual-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  padding: 1rem 1rem;
  color: #505050;
  border-bottom: 1px solid #d0d0d0;
}

@media (max-width: 64em) {
  .individual-item {
    justify-content: center;
  }
}

@media (min-width: 81.25em) {
  .individual-item {
    padding: 1.5rem 1rem;
    margin: 0 auto;
  }
}

.individual-item:last-of-type {
  border-bottom: none;
}

.individual-item-header {
  font-weight: 900;
  padding-bottom: .5rem;
}

@media (max-width: 64em) {
  .individual-item-header {
    display: none;
  }
}

.individual-item-header .individual-item-result {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}

.individual-item-expanded .individual-item-expander {
  max-height: 1000px;
}

.individual-item-expanded .individual-item-button-see {
  display: none;
}

.individual-item-expanded .individual-item-button-hide {
  display: inline-block;
}

.individual-item-expanded .individual-item-button-arrow {
  transform: rotate(180deg);
}

.individual-item-details {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .individual-item-details {
    width: 55%;
    margin-bottom: 0;
    flex: 1;
  }
}

.individual-item-meta {
  display: block;
  color: #505050;
  margin-bottom: .25rem;
  font-size: .9rem;
}

.individual-item-meta-bill, .individual-item-meta-date {
  display: inline;
}

.individual-item-meta-date {
  padding-left: 1rem;
}

.individual-item-title {
  color: #05ad52;
}

.individual-item-expander {
  max-height: 1px;
  overflow: hidden;
  padding: .5rem 0 0 0;
  transition: 0.8s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.individual-item-expander-label {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: .25rem;
  color: #1d548c;
}

.individual-item-expander-description, .individual-item-expander-outcome {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: .5rem;
}

.individual-item-button {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 900;
  margin-top: .25rem;
  cursor: pointer;
  color: #05ad52;
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}

@media (min-width: 48em) {
  .individual-item-button {
    margin-top: 0;
    text-align: left;
  }
}

.individual-item-button:hover {
  color: #1d548c;
}

.individual-item-button-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.individual-item-button-see, .individual-item-button-hide {
  display: inline-block;
}

.individual-item-button-hide {
  display: none;
}

.individual-item-button-arrow {
  width: .75rem;
  fill: #006633;
  margin-left: .25rem;
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.individual-item-result {
  padding: .25rem 1rem;
  text-align: center;
  align-self: flex-start;
}

@media (max-width: 64em) {
  .individual-item-result {
    width: 33.33%;
  }
}

@media (min-width: 48em) {
  .individual-item-result {
    width: 14%;
  }
}

@media (max-width: 64em) {
  .individual-item-result:before {
    display: table;
    color: #505050;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 900;
  }
}

@media (max-width: 64em) {
  .individual-item-result-afscme:before {
    content: "AFSCME Vote";
  }
}

@media (max-width: 64em) {
  .individual-item-result-alignment:before {
    content: "Position Aligned";
  }
}

@media (max-width: 64em) {
  .individual-item-result-vote:before {
    content: "Their Vote";
  }
}

.individual-item-result-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}

.individual-item-result-icon-svg {
  fill: #fff;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.individual-item-result-icon-check {
  background: #05ad52;
}

.individual-item-result-icon-x {
  background: #d60000;
}

.individual-item-result-icon-thumb {
  max-width: 3.5rem;
  fill: #F3BD48;
  stroke: #022e56;
}

.state-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
}

.state-table-wrap {
  padding: 0 1rem;
}

@media (max-width: 64em) {
  .state-table-wrap {
    overflow-x: scroll;
  }
}

.state-table-headline {
  color: #05ad52;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.state-table-hd {
  border-bottom: 1px solid #d0d0d0;
}

.state-table-hd-col {
  position: relative;
  vertical-align: bottom;
  line-height: 1;
  /** 
                @include desktop {
                   height: 10rem;
                   width: 5%;
                   white-space: nowrap;
                   position: sticky;
                   top: 0;
                   text-align: left;
                   transform-origin: center bottom;
                   transform: rotate(35deg);
                   left: -.4rem;
                   top: .4rem;
                }            
                **/
}

.state-table-hd-col:last-child {
  border-right: none;
}

.state-table-hd-rotate {
  /**
                @include desktop {
                   transform: rotate(-90deg);
                   transform-origin: left center;
                   margin: 0 auto;
                   @include absolute(left 50% bottom 0);
                   width: 10rem;
                }
             **/
}

.state-table-hd-pad {
  display: block;
  color: #006633;
  padding: .5rem;
  /**
                @include desktop {
                   border-bottom: 1px solid $lightgray;
                   padding: .81rem .81rem .81rem 0rem;
                }
             **/
}

@media (min-width: 81.25em) {
  .state-table-hd-pad {
    padding: .5rem 1rem;
  }
}

.state-table-row {
  border-bottom: 1px solid #d0d0d0;
  transition: 0.3s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.state-table-row-afscme {
  background-color: rgba(5, 173, 82, 0.1);
}

.state-table-row:last-of-type {
  border-bottom: none;
}

.state-table-row:hover {
  background-color: rgba(5, 173, 82, 0.2);
}

.state-table-row-hd {
  width: 10rem;
  text-align: left !important;
  color: #006633;
  white-space: nowrap;
  font-weight: 900;
}

.state-table-col {
  padding: .5rem;
  border-right: 1px solid #d0d0d0;
  text-align: center;
}

.state-table-col:last-child {
  border-right: none;
}

.state-table-col.democrat, .state-table-col.dem, .state-table-col.republican, .state-table-col.rep {
  font-weight: 900;
  color: #fff;
}

.state-table-col.democrat, .state-table-col.dem {
  background: #1d548c;
}

.state-table-col.republican, .state-table-col.rep {
  background: #d60000;
}

.state-table-col-result {
  width: 2.5rem;
  height: 2.5rem;
  padding: .4rem;
  margin: 0 auto;
}

.state-table-col-result-check {
  background-color: #05ad52;
}

.state-table-col-result-x {
  background-color: #d60000;
}

.state-table-col-result-svg {
  fill: #fff;
}

.change-state {
  padding: 2rem 1rem;
}

@media (min-width: 48em) {
  .change-state {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
    align-items: center;
  }
}

.change-state-label {
  padding-right: 1rem;
  cursor: pointer;
  transition: 0.3s color all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.change-state-label:hover {
  color: #05ad52;
}

.change-state-select {
  background: #d0d0d0;
  border: 0;
  color: #022e56;
  border-radius: 2rem;
  padding: 1rem 1.5rem 1rem .75rem;
  cursor: pointer;
  min-width: 10rem;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.change-state-select:hover {
  background: #05ad52;
  color: #fff;
}
