#coverage_start_calculator > input {
  display: none;
}

#coverage_start_calculator #coverage_dates {
  min-height: 3em;
  background-color: #f6f7f7;
  background-image: url(/images/logos/chf/outline_people_CCCCCC.png);
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: calc(100% - 0.25em) calc(100% - 0.25em);
  box-shadow: inset 0px 0px 0.25rem #B3B8BB;
}

#coverage_start_calculator #coverage_dates > div {
  display: none;
  padding: 0.5em;
  place-items: center;
  border: 1px solid transparent;
  border-color: #989EA3;
}

#coverage_start_calculator #coverage_dates > div > span {
  display: block;
  text-align: center;
}

#coverage_start_calculator #coverage_dates > div > span > span {
  font-size: 1.2rem;
  font-weight: 800;
}

#coverage_start_calculator #coverage_labels {
  display: grid;
  place-items: start center;
  margin-top: 1rem;
}

#coverage_start_calculator #coverage_labels > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0.5em;
}

#coverage_start_calculator #coverage_labels > div > label {
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  line-height: 1.25em;
  padding: 0.25em 1em 0.25em 1em;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#coverage_start_calculator > input:nth-of-type(1):checked ~ #coverage_dates > div:nth-of-type(1) {
  display: block;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#coverage_start_calculator > input:nth-of-type(2):checked ~ #coverage_dates > div:nth-of-type(2) {
  display: block;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#coverage_start_calculator > input:nth-of-type(3):checked ~ #coverage_dates > div:nth-of-type(3) {
  display: block;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#coverage_start_calculator > input:nth-of-type(4):checked ~ #coverage_dates > div:nth-of-type(4) {
  display: block;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#coverage_start_calculator > input:nth-of-type(5):checked ~ #coverage_dates > div:nth-of-type(5) {
  display: block;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#coverage_start_calculator > input:nth-of-type(6):checked ~ #coverage_dates > div:nth-of-type(6) {
  display: block;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#coverage_start_calculator > input:nth-of-type(7):checked ~ #coverage_dates > div:nth-of-type(7) {
  display: block;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#coverage_start_calculator > input:nth-of-type(8):checked ~ #coverage_dates > div:nth-of-type(8) {
  display: block;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#coverage_start_calculator > input:nth-of-type(9):checked ~ #coverage_dates > div:nth-of-type(9) {
  display: block;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#coverage_start_calculator > input:nth-of-type(10):checked ~ #coverage_dates > div:nth-of-type(10) {
  display: block;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#coverage_start_calculator > input:nth-of-type(11):checked ~ #coverage_dates > div:nth-of-type(11) {
  display: block;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#coverage_start_calculator > input:nth-of-type(12):checked ~ #coverage_dates > div:nth-of-type(12) {
  display: block;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#coverage_start_calculator > input:nth-of-type(1):checked ~ #coverage_labels > div > label:nth-of-type(1) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#coverage_start_calculator > input:nth-of-type(2):checked ~ #coverage_labels > div > label:nth-of-type(2) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#coverage_start_calculator > input:nth-of-type(3):checked ~ #coverage_labels > div > label:nth-of-type(3) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#coverage_start_calculator > input:nth-of-type(4):checked ~ #coverage_labels > div > label:nth-of-type(4) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#coverage_start_calculator > input:nth-of-type(5):checked ~ #coverage_labels > div > label:nth-of-type(5) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#coverage_start_calculator > input:nth-of-type(6):checked ~ #coverage_labels > div > label:nth-of-type(6) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#coverage_start_calculator > input:nth-of-type(7):checked ~ #coverage_labels > div > label:nth-of-type(7) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#coverage_start_calculator > input:nth-of-type(8):checked ~ #coverage_labels > div > label:nth-of-type(8) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#coverage_start_calculator > input:nth-of-type(9):checked ~ #coverage_labels > div > label:nth-of-type(9) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#coverage_start_calculator > input:nth-of-type(10):checked ~ #coverage_labels > div > label:nth-of-type(10) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#coverage_start_calculator > input:nth-of-type(11):checked ~ #coverage_labels > div > label:nth-of-type(11) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#coverage_start_calculator > input:nth-of-type(12):checked ~ #coverage_labels > div > label:nth-of-type(12) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

@media only screen and (max-width: 512px) {
  #coverage_start_calculator #coverage_labels > div {
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  #coverage_start_calculator #coverage_labels > div > label {
    font-size: 1rem;
  }
}
#continuing_eligibility_calendar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
}

#continuing_eligibility_calendar > input {
  display: none;
}

#continuing_eligibility_calendar > #cec_labels {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  gap: 0.5em;
  margin-left: auto;
  margin-right: auto;
}

#continuing_eligibility_calendar > #cec_labels > label {
  display: grid;
  place-items: center;
  min-height: calc(2lh + 0.5em);
  font-size: 1.2rem;
  padding: 0.25em 1em 0.25em 1em;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#continuing_eligibility_calendar > #cec_information {
  background-color: #f6f7f7;
  background-image: url(/images/logos/chf/outline_people_CCCCCC.png);
  background-repeat: no-repeat;
  background-size: 10% auto;
  background-position: calc(100% - 0.25em) calc(100% - 0.25em);
  box-shadow: inset 0px 0px 0.25rem #B3B8BB;
}

#continuing_eligibility_calendar > #cec_information > div {
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1em;
  height: 100%;
  border: 2px solid #CCCCCC;
  text-align: center;
}

#continuing_eligibility_calendar > #cec_information > div > span > span {
  display: block;
  margin-top: 0.5em;
  font-size: 1.2rem;
  font-weight: 800;
}

#continuing_eligibility_calendar > input:nth-of-type(1):checked ~ #cec_labels > label:nth-of-type(1) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#continuing_eligibility_calendar > input:nth-of-type(1):checked ~ #cec_information > div:nth-of-type(1) {
  display: flex;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#continuing_eligibility_calendar > input:nth-of-type(2):checked ~ #cec_labels > label:nth-of-type(2) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#continuing_eligibility_calendar > input:nth-of-type(2):checked ~ #cec_information > div:nth-of-type(2) {
  display: flex;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#continuing_eligibility_calendar > input:nth-of-type(3):checked ~ #cec_labels > label:nth-of-type(3) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#continuing_eligibility_calendar > input:nth-of-type(3):checked ~ #cec_information > div:nth-of-type(3) {
  display: flex;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#continuing_eligibility_calendar > input:nth-of-type(4):checked ~ #cec_labels > label:nth-of-type(4) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#continuing_eligibility_calendar > input:nth-of-type(4):checked ~ #cec_information > div:nth-of-type(4) {
  display: flex;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#continuing_eligibility_calendar > input:nth-of-type(5):checked ~ #cec_labels > label:nth-of-type(5) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#continuing_eligibility_calendar > input:nth-of-type(5):checked ~ #cec_information > div:nth-of-type(5) {
  display: flex;
  border-color: #F5B335;
  background-color: #FADFAC;
}

#continuing_eligibility_calendar > input:nth-of-type(6):checked ~ #cec_labels > label:nth-of-type(6) {
  border-color: #F5B335;
  background-color: #FADFAC;
  color: #000000;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#continuing_eligibility_calendar > input:nth-of-type(6):checked ~ #cec_information > div:nth-of-type(6) {
  display: flex;
  border-color: #F5B335;
  background-color: #FADFAC;
}

@media only screen and (max-width: 512px) {
  #continuing_eligibility_calendar > #cec_labels > label {
    font-size: 1.1rem;
  }
  #continuing_eligibility_calendar > #cec_information > div {
    font-size: 0.9em;
  }
}
