.guide-control {
  margin-bottom: 1.5em;
}
.guide-control .freeform {
  margin-top: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  .guide-control .content-card--content {
    width: 78%;
    margin: 0 auto;
  }
}
#guide {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  /* display: none; */
}
#guide * {
  box-sizing: border-box;
}
#guide-inner {
  background-color: #f2f2f2;
  padding: 1em;
  position: relative;
  overflow: auto;
}
#guide .question {
  display: none;
  clear: both;
}
#guide #questions-container {
  /* min-height: 250px;
        padding-top: 2em; */
  overflow: auto;
  /* min-height: 200px; */
  margin-bottom: 1em;
}
#guide .section p,
#guide .section label {
  font-size: 1.143rem;
}
#guide-results-container {
  text-align: center;
  clear: both;
  display: none;
}
#guide #form-wrapper {
  padding: 2em;
}
#guide #results-container label {
  font-size: 1rem;
  text-align: left;
}
#guide #questions-container h2 {
  line-height: 1.2em;
  font-weight: 600;
  font-size: 1.286rem;
}
#guide-results-container .btn {
  color: #fff;
  background-color: #ed1d24;
  border: 1px solid #ed1d24;
  font-size: 17px;
  padding: 16px 3em;
  display: inline-block;
  text-align: center;
  margin-top: 1em;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
  margin-bottom: 1.5em;
}
#guide-results-container .btn:hover {
  border: 1px solid #ed1d24;
  background-color: transparent;
  color: #ed1d24;
}
#results-container .results-content {
  display: none;
}
#guide .form-check {
  clear: both;
  position: relative;
  /* height: 50px; */
}
#guide .form-check-input {
  position: absolute;
  display: none;
}
#guide .form-check-input + label {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  cursor: pointer;
  vertical-align: middle;
  float: left;
  padding-top: 5px;
  /* min-width: 300px; */
  font-weight: 300;
  margin-bottom: 0.75em;
}
#guide .form-check-input + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #c0c0c0;
  background-color: #fff;
}
#guide .form-check-input:checked + label:before {
  border: #007bd9;
  background: #007bd9;
  animation-name: none;
}
#guide .form-check-input + label:after {
  position: absolute;
  content: "";
  top: 2px;
  left: 10px;
  box-sizing: border-box;
  width: 11px;
  height: 20px;
  transform: rotate(45deg);
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  border-top: 0;
  border-left: 0;
}
#guide .form-check-input:checked + label:after {
  display: block;
  border-color: #fff;
}
#guide .check-style .form-check-input + label:before,
#guide .check-style .form-check-input + label:after {
  border-radius: 0;
}
#guide .form-check-label span:not(.note-toggle) {
  display: inline-block;
  margin-top: -7px;
}
#guide .form-check-label em {
  display: block;
  font-size: 0.9rem;
  font-style: normal;
}
#guide select {
  padding: 0.5em;
  font-size: 1rem;
  font-family: "jaf-bernina-sans";
}
#guide #questions-container,
#guide .question {
  position: relative;
}
#guide .question .accordioncomp.section {
  padding: 0;
}
#guide #questions-container .question .accordioncomp.section h2 {
  padding: 0.75em 1.25em;
  font-weight: 500;
  font-size: 1.143rem;
}
#guide button {
  background-color: #007bd9;
  border: 1px solid #007bd9;
  border-radius: 2px;
  padding: 0.25em 0.75em;
  color: #fff;
  font-size: 1.65rem;
  transition: background-color 0.3s, color 0.3s;
  min-width: auto;
  width: auto;
}
#guide button:hover {
  cursor: pointer;
}
#guide .next-button {
  float: right;
}
#guide button span {
  font-size: 0;
  text-indent: -999999px;
  color: transparent;
}
#guide button:hover {
  background-color: #00bcf1;
  border-color: #00bcf1;
}
#guide button[disabled] {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  pointer-events: none;
  cursor: not-allowed;
}
@media (min-width: 260px) and (max-width: 767px) {
  #guide #background-container {
    display: none !important;
    background: none !important;
    background-image: none !important;
  }
  #guide .question {
    left: 0;
  }
  #guide .form-check-input + label {
    min-width: auto;
  }
  #guide button {
    margin: 0.25em 0 0.75em 0;
    font-size: 1.5rem;
  }
  #guide-results-container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #guide #background-container {
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 190px;
    height: 190px;
    position: absolute;
    left: auto;
    top: 4%;
    right: 63%;
    background-size: auto 190px;
  }
  #guide .question {
    left: 40%;
    width: 360px;
    min-height: 270px;
  }
  #guide-results-container h2 {
    padding: 0.5em 2.5em;
  }
  #guide button {
    margin: 0 1em;
    font-size: 1.65rem;
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
  }
  #guide .next-button {
    right: 0;
    left: auto;
  }
  #guide .back-button {
    left: 0;
  }
  #guide-results-container {
    padding: 0 5em;
  }
  #guide .form-check {
    overflow: auto;
  }
  #guide #questions-container {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #guide #background-container {
    width: 210px;
    height: 210px;
    top: 8%;
    right: 65%;
    background-size: auto 230px;
  }
  #guide .question {
    left: 35%;
    width: 450px;
    min-height: 250px;
  }
  #guide #results-container #message {
    width: 90%;
    margin: 0 auto 0.5em auto;
  }
}

#guide .question.active,
#guide .result.active,
#guide .rate.active {
  display: block;
}
#guide-results-container {
  position: relative;
}
#guide-results-container h2 {
  font-size: 2.143rem;
  font-weight: 300;
  max-width: 650px;
  margin: 0 auto;
}
#guide-results-container .contentcard.section,
#guide-results-container .content-card {
  padding-top: 0;
}
#guide-results-container .col-md-6 {
  padding: 0;
}
#guide-results-container .column-control {
  margin-top: 1.5em;
}
@media (min-width: 992px) {
  #guide-results-container .column-control {
    margin-top: 0;
  }
  #guide-results-container .col-md-6 {
    padding: 0 2em;
  }
}
#guide-results-container .eligibility {
  background-color: #f2f2f2;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1em;
}
#guide-results-container .reset-container #reset-advisor {
  text-decoration: none;
  font-weight: 500;
  color: #337ab7;
  font-size: 1.143rem;
  margin-bottom: 0.5em;
  border: 1px solid #007db9;
  padding: 0.75em;
  display: inline-block;
}
#guide-results-container #reset-advisor i {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.25rem;
}
#guide-cta.ff-cta {
  text-align: center;
}
#guide-cta.ff-cta a {
  color: #000;
  display: inline-block;
}
#guide .fa.fa-info-circle {
  color: #007bd9;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
  margin-top: 8px;
}
#results-container.section p {
  font-size: 1.143rem;
}
#results-container {
  text-align: center;
  clear: both;
  display: none;
  padding: 0;
}
#questions-container h2,
#results-container h3 {
  line-height: 1.2em;
  font-weight: 600;
  font-size: 1.286rem;
}
#results-container .btn {
  color: #fff;
  background-color: #ed1d24;
  border: 1px solid #ed1d24;
  font-size: 17px;
  padding: 16px 3em;
  display: inline-block;
  text-align: center;
  margin-top: 1em;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
  margin-bottom: 1.5em;
}
#results-container .btn:hover {
  border: 1px solid #ed1d24;
  background-color: transparent;
  color: #ed1d24;
}
#results-container h2 {
  padding: 0.5em;
  margin: 0;
  font-size: 1.714rem;
}
#guide .view-guide {
  margin-bottom: 1.5em;
}
#form-iframe {
  width: 100%;
  height: 425px;
}
@media (min-width: 617px) {
  #form-iframe {
    height: 275px;
  }
}
#income-table tbody tr:not(.first-child) {
  display: none;
}
#income-table tbody tr.active {
  display: table-row;
}
#income-table {
    margin-bottom: 1em;
    border: 1px solid #007bd9;
    background-color: white;
    border-collapse: collapse;
	width: 100%;
}
#income-table th {
	    background-color: #007bd9;
    padding: 0.25em;
    color: white;
}
#income-table tbody tr.active td {
	    padding: 0.5em;
    text-align: center;
}

/**
 * Match header and link size in accordion, tighten spacing
 *
 * Apply to:    Column control of FAQ or Accordion component
 * Classes:     "accordion-sm"
 */
 .accordion-sm-iqd {
  /* margin-top: -3em !important; */
}
.accordion-sm-iqd .accordion h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 1em 3em 1em 1.2em;
}
.accordion-sm-iqd .accordion p {
  font-size: 1.25rem;
  line-height: 1.5;
}