#faq_header_container img {
  width: 100%;
}
@media (max-width: 991px) {
  #faq_header_container img {
    width: 150%;
    margin: 0 -25%;
  }
}

#faq_header {
  background: #DBDBDB;
  padding: 15px;
}
#faq_header .faq-title {
  background: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin-top: -20px;
}
#faq_header input[type=search] {
  padding: 15px;
  height: 46px;
}
#faq_header .btn {
  background: #2E2C2C;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  padding: 10px;
  width: 100%;
  height: 46px;
  transition: background-color 0.2s;
}
#faq_header .btn:hover {
  background: #ff5a00;
  color: #fff;
}
@media (min-width: 992px) {
  #faq_header {
    height: 75px;
  }
  #faq_header .faq-title {
    padding: 7px 0;
    font-size: 46px;
    cursor: pointer;
  }
  #faq_header .pr-0 {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  #faq_header .faq-title {
    padding: 16px 0;
    font-size: 32px;
  }
  #faq_header input[type=search] {
    margin-top: 15px;
  }
}

#faq-main-container {
  background: #F6F6F6;
}

@media (max-width: 990px) {
  #faq-main-container {
    padding: 15px;
  }
  #faq-main-container > #faq-main-container {
    padding: 0;
  }
}
.faq-section p {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
.faq-section h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 28px;
}
.faq-section ul {
  list-style: circle;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin-left: 30px;
}

.card-faq-categories {
  background: #D4D4D4;
  color: #000;
  padding: 30px;
}
.card-faq-categories a {
  color: #2E2C2C;
  font-weight: 300;
}
.card-faq-categories a:hover {
  color: #ff5a00;
}
.card-faq-categories a.active {
  font-weight: 600;
}
.card-faq-categories .header {
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  padding-bottom: 10px;
  color: #2E2C2C;
}
.card-faq-categories ul {
  list-style-type: square;
  padding: 15px 15px;
  font-size: 16px;
}
.card-faq-categories ul li {
  padding: 5px 0;
}

.faq-entry-list-item {
  display: block;
  background: #2E2C2C;
  color: #fff;
  padding: 15px;
  cursor: pointer;
  margin-bottom: 15px;
  transition: background-color 0.2s;
}
.faq-entry-list-item:hover {
  background: #ff5a00;
  color: #fff;
}

.faq-entry-container {
  padding: 30px 0 90px;
}
.faq-entry-container h1 {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  padding-bottom: 15px;
  margin: 0;
}
.faq-entry-container,
.faq-entry-container p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.faq-entry-container .card {
  border: 0;
  background: transparent;
}
.faq-entry-container .card .card-body {
  padding: 1rem 0;
  background: transparent;
}

#center_column {
  background: #F6F6F6;
}

#faq_labels_container {
  padding: 15px 0 45px;
  background: #fff;
}
#faq_labels_container h2 {
  width: fit-content;
  margin: 15px auto 30px;
  background: #FEE256;
  padding: 15px;
  font-size: 32px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}
#faq_labels_container #faq_labels {
  column-count: 5;
  column-gap: 15px;
  column-rule-color: #0a88c5;
}
@media (max-width: 991px) {
  #faq_labels_container #faq_labels {
    column-count: 2;
  }
}
#faq_labels_container #faq_labels h3 {
  padding: 30px 0 15px;
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
#faq_labels_container #faq_labels h3:first-child {
  padding-top: 0;
}
#faq_labels_container #faq_labels a {
  color: #2E2C2C;
  font-weight: 300;
}
#faq_labels_container #faq_labels a:hover {
  color: #ff5a00;
}



#faq_missing_answer_container_outer {
  background: #fff;
  padding: 50px 0 100px 0;
}

#faq_missing_answer_container {
  background: #f6f6f6;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.25);
}

#faq_missing_answer_container .alert {
  font-weight: 300;
}

#faq_missing_answer_container img {
  position: absolute;
  right: 50px;
  max-width: 200px;
}

#faq_missing_answer_container p {
  line-height: 2;
}

#faq_missing_answer_container h2 {
  font-size: 32px;
  font-weight: 200;
  font-family: oswald, sans-serif;
  padding: 15px 30px 10px;
}

#faq_missing_answer_container form {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  padding-bottom: 45px;
}

#faq_missing_answer_container .agreement {
  font-size: 90%;
}

#faq_missing_answer_container form input[type="email"],
#faq_missing_answer_container form input[type="text"] {
  width: 100%;
}

#faq_missing_answer_container form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 3px;
}

.flex-lbl-input {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-content: start;
}


.did-floating-label-content {
  position: relative;
  margin-top: 5px;
  width: 60%;
}


@media (max-width: 767px) {
  .did-floating-label-content {
    width: 100%;
  }
}

.did-floating-label {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 11px;
  padding: 0 5px;
  background: #fff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  color: #646464;
}

.did-floating-input {
  font-size: 12px;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 20px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #151515;
}

.did-floating-input:focus {
  outline: none;
  border: 1px solid #FF5722;
}

.did-floating-input:focus ~ .did-floating-label {
  color: #FF5722;
  top: -8px;
  font-size: 11px;
}

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  top: -8px;
  font-size: 11px;
}