  /* STANDARD CSS */
  #article-content {
    max-width: 700px;
    margin: 0 auto;
    font-family: "Georgia";
  }
  #article-content h1 {
    font-family: "Muli", "Arial";
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    padding: 7.5px;
    letter-spacing: 1px;
    background-color: black;
    color: white;
    margin: 120px 0 0;
    text-transform: uppercase;
  }
  #article-content h2 {
    font-family: "Muli", "Arial";
    font-size: 30px;
    font-weight: 900;
  }
  #article-content h3 {
    font-family: "Muli", "Arial";
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    line-height: 30px;
  }
  p {
    font-size: 16px;
    line-height: 22.5px;
  }
  #article-content .kyc-can_card ul li p {
    font-size: 14px;
    line-height: 18.75px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Muli", "Arial";
    white-space: pre-line;
  }
  @media (min-width:480px) {
    p {
      font-size: 18px;
    }
    #article-content .kyc-can_card ul li p {
      /* font-size: 18px;
      line-height: 30px; */
      font-size: 14px;
      line-height: 22.5px;
    }
    .kyc-gps-wrap.show {
      display: block;
    }
  }
  @media (min-width:1200px) {
    p {
      font-size: 20px;
    }
    #article-content .kyc-can_card ul li p {
      /* font-size: 18px;
      line-height: 30px; */
      font-size: 14px;
      line-height: 22.5px;
    }
  }

  .kyc-container {
    margin-bottom: 120px;
    width: 95%;
  }
  .scroll .step {
    /* min-height: 100px; */
  }
  .kyc-ticker {
    height: 60px;
    width: 100%;
    /* border-top: thick black solid; */
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fafafa;
    font-family: 'Muli','Arial';
    z-index: 1100;
  }
  .kyc-progress {
    position: fixed;
    left:0;
    bottom:60px;
    height: 0;
    width: 0%;
    border-top: thick gray solid;
  }
  .kyc-ticker ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .kyc-ticker ul li {
    display: inline-block;
    float: left;
    width: 33.33333%;
    box-sizing: border-box;
    text-align: center;
    line-height: 60px;
    border-right: 0.5px solid lightgray;
    cursor: pointer;
  }
  li.kyc-category_active {
    background-color: black;
    color: #fafafa;
  }
  .kyc-can_card {
    width: 90%;
    height: 225px;
    overflow: hidden;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    border: 2px solid;
    background: white;
  }
  .DNR .kyc-can_card {
    background: none;
  }
  .kyc-can_card li {
    height: 100%;
    overflow-y: scroll;
  }
  .kyc-question_wrap {
    z-index: 1000;
    background-color: #fafafa;
    /* padding-bottom: 5px; */
    /* height:90px; */
  }
  .kyc-can_card.kyc-question_card {
    height: 105px;
    border: none;
    border-bottom: thick solid lightgray;
    margin-bottom: 15px;
  }
  .kyc-can_card.kyc-question_card ul li {
    padding: 5px 15px;
  }
  .kyc-question_card p {
    font-family: "Muli", "Arial";
    font-style: italic;
  }
  .kyc-question_card p::before {
    content: 'QUESTION: ';
    font-weight: 900;
    /* display: block; */
  }
  .kyc-question_card p.bio::before {
    content: 'ABOUT THE CANDIDATE ';
    font-weight: 900;
  }
  .kyc-can_scroll {
    width: 5%;
    height: 225px;
    box-sizing: border-box;
    /* border-bottom: thick solid lightgray; */
    background-color: lightgray;
    display: inline-block;
    float: left;
    cursor: pointer;
    z-index: 900;
    line-height: 225px;
    text-align: center;
  }
  .kyc-can_scroll.kyc-question_scroll {
    height: 105px;
    line-height: 105px;
  }
  .kyc-can_scroll:hover {
    background-color: black;
    color: white;
  }
  .kyc-can_card ul, .kyc-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 500%;
  }
  .kyc-can_card ul li, .kyc-header ul li {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding: 15px;
  }
  .kyc-header-content, .kyc-button, .kyc-category h1, .kyc-question_wrap .kyc-can_scroll, .kyc-question_wrap .kyc-can_card {
    box-shadow: 5px 5px black;
  }
  .kyc-can_description {
    margin: 0 0 15px;
    line-height: 20px;
    font-size: 14px;
    font-family: "Muli", "Arial";
    display: none;
  }
  .kyc-can_description::before {
    content: '+ SHOW BIO';
    display: block;
  }
  .kyc-header input, .kyc-header select, #kyc-search {
    opacity: 0.25;
    pointer-events: none;
  }
  .kyc-header .kyc-status_message {
    opacity: 1;
    pointer-events: auto;
  }
  .kyc-header {
    margin-bottom: -120px;
  }
.kyc-block {
    border:none;
    /* border-width: 0 0 0 5px;
    padding-left: 15px;
    border-style: solid; */
  }
  .kyc-can_list {
    border-color: gray;
  }
  .kyc-rep, .kyc-rep .kyc-can_card {
    border-color: #D65858;
  }
  .kyc-dem, .kyc-dem .kyc-can_card {
    border-color: #3378A3;
  }
  .kyc-rep .kyc-can_name::after {
    content: ' (REP)';
    color: #D65858;
    opacity: 0.5;
  }
  .kyc-dem .kyc-can_name::after {
    content: ' (DEM)';
    color: #3378A3;
    opacity: 0.5;
  }
  .kyc-npa, .kyc-npa .kyc-can_card {
    border-color: gray;
  }
  .kyc-can {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
  }
  .kyc-office h1 {
    margin-top: 0;
    padding-top: 105px;
  }
  /* .kyc-office:first-of-type {
    margin-bottom: 400px;
  } */
  .kyc-mug_wrap {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 10%;
    height: 90px;
    /* margin-right: 15px; */
  }
  .kyc-mug {
    border: thick solid gray;
    border-radius: 50%;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    box-sizing: content-box;
  }
  .kyc-rep .kyc-mug {
    border-color: #D65858;
  }
  .kyc-dem .kyc-mug {
    border-color: #3378A3;
  }
  .kyc-mug::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    border-radius: 50%;
  }
  .kyc-rep .kyc-mug::after{
    /* background-color: #D65858; */
  }
  .kyc-dem .kyc-mug::after{
    /* background-color: #3378A3; */
  }
  .kyc-npa .kyc-mug::after{
    /* background-color: gray; */
  }
  .kyc-can_content {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 90%;
    padding-left: 30px;
  }
  .kyc-party_break {
    height: 15px;
  }
  .kyc-header {
    width: 100%;
    /* padding-left: 20px; */
  }
  .kyc-header-content {
    box-sizing: border-box;
    background: white;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid black;
  }

  .kyc-can.DNR .kyc-can_scroll{
    display: none;
  }
  .kyc-can.DNR .kyc-can_card {
    height: auto;
    border: none;
  }
  .kyc-can.DNR .kyc-can_card::after {
    content: 'Candidate did not respond.';
    color: gray;
    text-decoration: italic;
  }
  .kyc-can.DNR .kyc-can_card *{
    display: none;
  }
  .kyc-form-icon {
    width: 10%;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    display: inline;
    /* float:left; */
  }
  #kyc-input_place  {
    width: 90%;
    float:right;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 25px;
    padding: 2.5px 5px;
  }
  .kyc-dropdown, .kyc-form-select {
    width: 80%;
    box-sizing: border-box;
    margin: 0 10%;
  }
  @media (min-width:576px) {
    .kyc-header-left {
      width: 15%;
    }
    .kyc-header-right {
      width: 85%;
      padding-left: 15px;
    }
  }
  .kyc-cancel {
    color: lightgray;
  }
  .kyc-cancel.active {
    color: #D65858;
  }
  .kyc-status_message {
    font-style: italic;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    font-family: "Muli","Arial";
    font-weight: bold;
  }
  .kyc-status_party_DEM {
    display: none;
    background-color: #3378A3;
    color: white;
    padding: 2.5px 5px;
    margin: 0 2.5px;
  }
  .kyc-status_party_REP {
    display: none;
    background-color: #D65858;
    color: white;
    padding: 2.5px 5px;
    margin: 0 2.5px;
  }
  .kyc-status_ballot_show {
    display: none;
  }
  .kyc-status_ballot {
    background-color: black;
    color: white;
    padding: 2.5px 5px;
    margin: 0 2.5px;
  }
  .kyc-ballot_locations p {
    text-align: left;
    font-weight: 400;
    font-family: monospace;
    font-style: normal;
    font-size: 80%;
    line-height: 1;
  }
  .kyc-address-wrap {
    line-height: 30px;
  }
  .kyc-gps-wrap {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
    display: none;
  }

  .kyc-button {
    box-sizing: border-box;
    display: inline-block;
    /* float:left; */
    text-align: center;
    padding: 5px;
    background-color: #3378A3;
    color: white;
    font-family: "Muli", "Arial";
    font-weight: bold;
    cursor: pointer;
  }
  #kyc-gps {
    padding: 5px 10px;
  }
  #kyc-search {
    width: 100%;
  }
  .kyc-button:hover {
    background-color: #D65858;
  }
  .kyc-header input, .kyc-header select {
    font-family: "Muli","Arial";
  }
