.header_pane.one {
  background-image: url(/images/pages/eligibility_calculator/eligibility_calculator.jpg);
}

#eligibility_calculator {
  margin: 2rem 0rem 2rem 0rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  position: relative;
}

#eligibility_calculator input {
  display: none;
}

#eligibility_calculator > table {
  border-spacing: 0.25rem;
  width: 50%;
}

#eligibility_calculator > table tr td {
  border: 2px solid #0096A9;
  background-color: rgba(0, 150, 169, 0.05);
  color: #0096A9;
  text-align: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#eligibility_calculator > table tr td:hover {
  background-color: rgba(0, 150, 169, 0.5);
  color: #000000;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#eligibility_calculator > table:first-of-type tr td label {
  padding: 1em 0.5em 1em 0.5em;
  display: block;
  min-height: 3em;
}

/*		Eligibility Calculator results			*/
#eligibility_calculator > div:first-of-type {
  background-color: #EEEEEE;
  background-image: url(/images/logos/chftoo/chftoo_logo_777777_alpha.png);
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: calc(100% - 10px) calc(100% - 10px);
  text-align: center;
  border: 1px solid #777777;
  box-sizing: border-box;
  min-height: 10em;
  transition: background-color 0.2s ease-in-out;
}

#eligibility_calculator > div:first-of-type div {
  width: 100%;
  opacity: 0;
  color: #000000;
  transform: translateY(calc(50% + 2em));
  transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
}

#eligibility_calculator > div:first-of-type div span {
  display: block;
  line-height: 1.25em;
  margin-top: 0.25em;
  font-weight: 800;
  color: #000000;
}

/*------------------------- Eligibility Calculator Mobile Adjustments -------------------------*/
@media only screen and (min-width: 508px) {
  #eligibility_calculator > div:first-of-type {
    width: 30%;
    height: 20rem;
    overflow: hidden;
    position: relative;
  }
  #eligibility_calculator > div:first-of-type div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 507px) {
  #eligibility_calculator {
    display: block;
    margin: 0em;
    padding: 0.25em;
  }
  #eligibility_calculator > table {
    font-size: 0.95em;
    line-height: 1em;
    border-spacing: 2px;
    width: 100%;
  }
  /*		Eligibility Calculator results			*/
  #eligibility_calculator > div:first-of-type {
    width: 100%;
    background-color: #EEEEEE;
    background-image: url(/images/logos/chftoo/chftoo_logo_777777_alpha.png);
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: calc(100% - 2px) calc(100% - 2px);
    text-align: center;
    border: 1px solid #777777;
    box-sizing: border-box;
    transition: background-color 0.2s ease-in-out;
  }
  #eligibility_calculator > div:first-of-type div {
    display: none;
    font-size: 1rem;
    opacity: 1;
  }
}
/*		Eligibility Calculator actions			*/
#eligibility_calculator input:checked ~ div:first-of-type {
  background-image: url(/images/logos/chftoo/chftoo_logo_0096A9_alpha.png);
  background-color: rgba(0, 150, 169, 0.05);
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#eligible_one:checked ~ div:first-of-type div:nth-child(1) {
  font-size: 1rem;
  opacity: 1;
  display: block;
  transition: opacity 0.2s ease-in-out;
}

input#eligible_one:checked ~ table #label_one {
  background-color: #0096A9;
  color: #FFFFFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#eligible_two:checked ~ div:first-of-type div:nth-child(2) {
  font-size: 1rem;
  opacity: 1;
  display: block;
  transition: opacity 0.2s ease-in-out;
}

input#eligible_two:checked ~ table #label_two {
  background-color: #0096A9;
  color: #FFFFFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#eligible_three:checked ~ div:first-of-type div:nth-child(3) {
  font-size: 1rem;
  opacity: 1;
  display: block;
  transition: opacity 0.2s ease-in-out;
}

input#eligible_three:checked ~ table #label_three {
  background-color: #0096A9;
  color: #FFFFFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#eligible_four:checked ~ div:first-of-type div:nth-child(4) {
  font-size: 1rem;
  opacity: 1;
  display: block;
  transition: opacity 0.2s ease-in-out;
}

input#eligible_four:checked ~ table #label_four {
  background-color: #0096A9;
  color: #FFFFFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#eligible_five:checked ~ div:first-of-type div:nth-child(5) {
  font-size: 1rem;
  opacity: 1;
  display: block;
  transition: opacity 0.2s ease-in-out;
}

input#eligible_five:checked ~ table #label_five {
  background-color: #0096A9;
  color: #FFFFFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#eligible_six:checked ~ div:first-of-type div:nth-child(6) {
  font-size: 1rem;
  opacity: 1;
  display: block;
  transition: opacity 0.2s ease-in-out;
}

input#eligible_six:checked ~ table #label_six {
  background-color: #0096A9;
  color: #FFFFFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#eligible_seven:checked ~ div:first-of-type div:nth-child(7) {
  font-size: 1rem;
  opacity: 1;
  display: block;
  transition: opacity 0.2s ease-in-out;
}

input#eligible_seven:checked ~ table #label_seven {
  background-color: #0096A9;
  color: #FFFFFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#eligible_eight:checked ~ div:first-of-type div:nth-child(8) {
  font-size: 1rem;
  opacity: 1;
  display: block;
  transition: opacity 0.2s ease-in-out;
}

input#eligible_eight:checked ~ table #label_eight {
  background-color: #0096A9;
  color: #FFFFFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#eligible_nine:checked ~ div:first-of-type div:nth-child(9) {
  font-size: 1rem;
  opacity: 1;
  display: block;
  transition: opacity 0.2s ease-in-out;
}

input#eligible_nine:checked ~ table #label_nine {
  background-color: #0096A9;
  color: #FFFFFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#eligible_ten:checked ~ div:first-of-type div:nth-child(10) {
  font-size: 1rem;
  opacity: 1;
  display: block;
  transition: opacity 0.2s ease-in-out;
}

input#eligible_ten:checked ~ table #label_ten {
  background-color: #0096A9;
  color: #FFFFFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#eligible_eleven:checked ~ div:first-of-type div:nth-child(11) {
  font-size: 1rem;
  opacity: 1;
  display: block;
  transition: opacity 0.2s ease-in-out;
}

input#eligible_eleven:checked ~ table #label_eleven {
  background-color: #0096A9;
  color: #FFFFFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#eligible_twelve:checked ~ div:first-of-type div:nth-child(12) {
  font-size: 1rem;
  opacity: 1;
  display: block;
  transition: opacity 0.2s ease-in-out;
}

input#eligible_twelve:checked ~ table #label_twelve {
  background-color: #0096A9;
  color: #FFFFFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

/*------------------------- Continuing Eligibility Calculator -------------------------*/
/*		Continuing Eligibility Calculator setup			*/
#continuing_eligibility_calendar {
  margin: 2rem 0rem 2rem 0rem;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
}

@media only screen and (max-width: 507px) {
  #continuing_eligibility_calendar {
    justify-content: space-between;
  }
}
#continuing_eligibility_calendar input {
  display: none;
}

#continuing_eligibility_calendar > table {
  border-spacing: 0.25rem;
  width: 30%;
}

@media only screen and (max-width: 768px) {
  #continuing_eligibility_calendar > table {
    width: 42%;
  }
}
#continuing_eligibility_calendar > table tr td {
  border: 2px solid #0096A9;
  background-color: rgba(0, 150, 169, 0.05);
  color: #0096A9;
  text-align: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#continuing_eligibility_calendar > table tr td:hover {
  background-color: rgba(0, 150, 169, 0.5);
  color: #000000;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#continuing_eligibility_calendar > table:first-of-type tr td label {
  padding: 1em 0.5em 1em 0.5em;
  line-height: 1.25em;
  display: block;
}

@media only screen and (max-width: 768px) {
  #continuing_eligibility_calendar > table:first-of-type tr td label {
    padding: 0.25em;
  }
}
/*		Continuing Eligibility Calculator results			*/
#continuing_eligibility_calendar > div:first-of-type {
  width: 30%;
  overflow: hidden;
  background-color: #EEEEEE;
  background-image: url(/images/logos/chftoo/chftoo_logo_777777_alpha.png);
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: calc(100% - 10px) calc(100% - 10px);
  text-align: center;
  border: 1px solid #777777;
  box-sizing: border-box;
  position: relative;
  transition: background-color 0.2s ease-in-out;
}

@media only screen and (max-width: 768px) {
  #continuing_eligibility_calendar > div:first-of-type {
    width: 50%;
  }
}
#continuing_eligibility_calendar > div:first-of-type div {
  width: 100%;
  font-size: 0px;
  opacity: 0;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
}

#continuing_eligibility_calendar > div:first-of-type div span {
  display: block;
  line-height: 1.25em;
  margin-top: 0.25em;
  font-weight: 800;
  color: #000000;
}

/*		Continuing Eligibility Calculator actions			*/
#continuing_eligibility_calendar input:checked ~ div:first-of-type {
  background-image: url(/images/logos/chftoo/chftoo_logo_0096A9_alpha.png);
  background-color: rgba(0, 150, 169, 0.05);
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#continuing_eligible_one:checked ~ div:first-of-type div:nth-child(1) {
  font-size: 20px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

input#continuing_eligible_one:checked ~ table #continuing_label_one {
  background-color: #0096A9;
  color: #FFFFFF;
  border-color: #0096A9;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#continuing_eligible_two:checked ~ div:first-of-type div:nth-child(2) {
  font-size: 20px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

input#continuing_eligible_two:checked ~ table #continuing_label_two {
  background-color: #0096A9;
  color: #FFFFFF;
  border-color: #0096A9;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#continuing_eligible_three:checked ~ div:first-of-type div:nth-child(3) {
  font-size: 20px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

input#continuing_eligible_three:checked ~ table #continuing_label_three {
  background-color: #0096A9;
  color: #FFFFFF;
  border-color: #0096A9;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#continuing_eligible_four:checked ~ div:first-of-type div:nth-child(4) {
  font-size: 20px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

input#continuing_eligible_four:checked ~ table #continuing_label_four {
  background-color: #0096A9;
  color: #FFFFFF;
  border-color: #0096A9;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#continuing_eligible_five:checked ~ div:first-of-type div:nth-child(5) {
  font-size: 20px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

input#continuing_eligible_five:checked ~ table #continuing_label_five {
  background-color: #0096A9;
  color: #FFFFFF;
  border-color: #0096A9;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input#continuing_eligible_six:checked ~ div:first-of-type div:nth-child(6) {
  font-size: 20px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

input#continuing_eligible_six:checked ~ table #continuing_label_six {
  background-color: #0096A9;
  color: #FFFFFF;
  border-color: #0096A9;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
