.bg-gray {
  background-color: #eceff1;
  padding: 0 0 1.25rem 0;
}

.faq .faq-title {
  color: #01579b;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0;
}

.faq .faq-subtitle {
  color: #000;
  font-size: 1rem;
  line-height: 1rem;
}

.faq .box-search .input-group > *,
.faq .box-search .select-group {
  height: 40px;
  border: 1px solid #90a4ae;
  background-color: #fff;
  border-radius: 0;
}

.box-search .select-group {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}

.faq .box-search .input-group .form-control,
.faq .box-search .select-group .form-select {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 500;
  border-right: none !important;
}

.faq .box-search .input-group span,
.faq .box-search .select-group span {
  border-left: none !important;
  font-size: 1.25rem;
  line-height: 1.3125rem;
  font-weight: 300;
  color: #ff8f00;
}

.faq .box-search .select-group span {
  position: absolute;
  right: 0;
  background: #FFF;
}

.faq .box-search .form-select {
  border: 0;
  padding: 9px 0 9px 13px;
  background: transparent;
  z-index: 2;
}

.box-search.select-group span {
  border: 0;
  background: none;
  position: absolute;
  right: 1px;
  z-index: 1;
}

.faq .box-search .btn.btn-blue-default {
  box-sizing: border-box;
  background-color: #01579B;
  color: #FFFFFF;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  border-radius: 0;
  padding: 9px 19px 10px;
}

.faq .btn.btn.btn-blue-default:disabled {
  background: transparent;
  border: 2px solid #DEDEDE;
  color: #DEDEDE;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.no-results {
  border-bottom: 1px solid rgba(120, 144, 156, 0.4);
}

.no-results > * {
  color: #78909C;
}

.no-results > i {
  font-size: 1.4rem;
}

.no-results > span {
  font-size: 1.1rem;
}

.no-results > small {
  font-size: 0.7rem;
}

.link-noresults h3 {
  color: #FF8F00;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 2.4rem;
}

.link-noresults > div > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.faq .card-legend-list {
  color: #212121;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
}

.faq .card-results .input-group {
  width: unset;
  flex-wrap: nowrap;
  align-items: center;
}

.faq .card-results .input-group label {
  color: #373a3c;
  font-size: 12px;
  line-height: 15px;
}

.faq .card-results .input-group input {
  max-height: 38px;
  max-width: 58px;
  width: 100%;
  color: #373a3c;
  font-size: 16px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px !important;
  background-color: #fff;
}

.faq .card-results .input-group button {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  color: #373a3c;
  border-radius: 0 4px 4px 0 !important;
  background-color: #fff;
}

.cards-results {
  box-sizing: border-box;
  border: 1px solid #ECEFF1;
  border-radius: 4px;
  background-color: #FFFFFF;
}

.cards-results .result-content h3 {
  color: #FF8F00;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.cards-results .result-content p {
  color: #484848;
  font-size: 1rem;
  line-height: 1.3rem;
}

.cards-results .result-footer {
  border-top: 1px solid #ECEFF1;
}

.cards-results .result-footer small {
  color: #01579B;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.cards-results .result-footer i {
  color: #78909C;
  font-size: 1.5rem;
  line-height: 2rem;
}

.cards-results .result-footer i:hover {
  color: #FF8F00;
}

@media print {
  .header,
  .page-title,
  .bg-gray,
  .no-results,
  .faq .footer,
  .link-noresults {
    display: none;
  }
}