@charset "UTF-8";

/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

#faqAccordion {
  position: relative;
}

#faqAccordion:before {
  content: "";
  width: 1px;
  height: calc(100% - 40px);
  background: #550527;
  position: absolute;
  top: 24px;
  
  left: 24px;
  bottom: 20px;
}

[dir="rtl"] #faqAccordion:before {
  left: auto;
  
  right: 24px;
}

#faqAccordion .accordion-item {
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  
  margin: 0 0 12px 50px;
  position: relative;
  background: #fff;
}

[dir="rtl"] #faqAccordion .accordion-item {
  
  margin: 0 50px 12px 0;
}

#faqAccordion .accordion-item:before {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #688e26 0%, #ff816a 100%);
  position: absolute;
  top: 0;
  
  left: -2px;
}

[dir="rtl"] #faqAccordion .accordion-item:before {
  left: auto;
  
  right: -2px;
}

#faqAccordion .accordion-header {
  padding: 0;
  background: #fff;
  position: relative;
}

#faqAccordion .accordion-header:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #550527;
  position: absolute;
  top: 50%;
  
  left: -33px;
  transform: translateY(-50%);
  z-index: 1;
}

[dir="rtl"] #faqAccordion .accordion-header:before {
  left: auto;
  
  right: -33px;
}

#faqAccordion .accordion-button {
  display: block;
  
  padding: 15px 55px 15px 30px;
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  border: none;
  margin: 0;
  position: relative;
  box-shadow: none;
  width: 100%;
  
  text-align: left;
}

[dir="rtl"] #faqAccordion .accordion-button {
  
  padding: 15px 30px 15px 55px;
  
  text-align: right;
}

#faqAccordion .accordion-button:focus {
  box-shadow: none;
  border: none;
}

#faqAccordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}

#faqAccordion .accordion-button:after {
  content: "−";
  font-family: Arial, sans-serif;
  width: 25px;
  height: 25px;
  line-height: 23px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #688e26;
  text-align: center;
  border: 1px solid #688e26;
  position: absolute;
  top: 50%;
  
  right: 25px;
  transform: translateY(-50%);
  transition: all .5s ease 0s;
  background-image: none;
  flex-shrink: 0;
}

[dir="rtl"] #faqAccordion .accordion-button:after {
  right: auto;
  
  left: 25px;
}

#faqAccordion .accordion-button.collapsed:after {
  content: "+";
  line-height: 21px;
  transform: translateY(-50%);
}

#faqAccordion .accordion-button:hover {
  text-decoration: none;
  outline: none;
}

#faqAccordion .accordion-body {
  padding: 0 30px 15px;
  border: none;
  font-size: 14px;
  line-height: 28px;
}

#faqAccordion .accordion-collapse {
  border: none;
}

.faq-header {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.faq-footer {
  margin-top: 50px;
  padding: 30px;
  background: var(--bs-gray-dark);
  color: #fff;
  border-radius: .5rem;
}

/* Temp fix for:
 * Issue #3233533: Core .placeholder class conflicts with new Bootstrap .placeholder class
 * https://www.drupal.org/project/drupal/issues/3233533
 *
 * Issue #3246827: Fix em.placeholder style from Bootstrap 5 base styling with the Drupal core placeholder
 * https://www.drupal.org/i/3246827
 */

em.placeholder {
  cursor: unset !important;
  vertical-align: unset !important;
  opacity: unset !important;
  background-color: unset !important;
}

.form-group {
  margin-bottom: 1rem;
}

.form-required::after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url(../../images/required.svg);
  background-repeat: no-repeat;
  background-size: calc(calc(1.5em + .75rem + calc(var(--bs-border-width) * 2)) * .1666666667) calc(calc(1.5em + .75rem + calc(var(--bs-border-width) * 2)) * .1666666667);
  width: calc(calc(1.5em + .75rem + calc(var(--bs-border-width) * 2)) * .1666666667);
  height: calc(calc(1.5em + .75rem + calc(var(--bs-border-width) * 2)) * .1666666667);
  margin: 0 .3em;
}

.ajax-progress {
  background-color: transparent !important;
  border: 0 !important;
}

.ajax-progress-throbber .throbber {
  background-color: transparent !important;
  border: 0 !important;
}

.ajax-progress-throbber .message {
  background-color: transparent !important;
  border: 0 !important;
}

.ajax-progress-fullscreen {
  background-color: transparent !important;
}

.hidden-anonymous,
.visible-admin,
.visible-logged-in {
  display: none !important;
}

body.user-logged-in .visible-admin,
body.user-logged-in .visible-logged-in,
body.user-logged-in .hidden-anonymous {
  display: inline-block !important;
}

body.user-logged-in .btn .visible-admin,
body.user-logged-in .btn .visible-logged-in,
body.user-logged-in .btn .hidden-anonymous {
  display: inline-block !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-transform: capitalize;
}

.hero-banner {
  position: relative;
}

.hero-banner .content-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}

.hero-banner .content-wrapper .cta a {
  border: 1px solid #009046;
  border-radius: 2px;
  background-color: #009046;
  color: #fff;
  padding: .375rem .75rem;
}

.hero-banner .content-wrapper .cta a:hover {
  background-color: #dee2e6;
  color: #009046;
}

.hero-banner .background {
  height: 300px;
}

.hero-banner .background * {
  height: 100%;
  width: 100%;
}

.hero-banner .background img {
  object-fit: cover;
}

@media (min-width: 768px) {
  .hero-banner .background {
    height: 600px;
  }

  .hero-banner .max-w-xl {
    max-width: 435px;
  }
}

#block-kcci-d11-main-menu .navbar-nav > .nav-item:last-child a {
  border: 1px solid #009046;
  border-radius: 2px;
  background-color: #009046;
  color: #fff;
}

#block-kcci-d11-main-menu .navbar-nav > .nav-item:last-child a:hover {
  background-color: #dee2e6;
}

.btn-primary {
  color: #fff;
}

.jumbotron {
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  border-radius: .3rem;
  background-color: #e9ecef;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.forum__icon {
  
  float: left;
  width: 24px;
  height: 24px;
  
  margin: 0 9px 0 0;
  background-image: url(../../images/forum-icons.png);
  background-repeat: no-repeat;
}

[dir="rtl"] .forum__icon {
  
  float: right;
  
  margin: 0 0 0 9px;
}

ul {
  list-style-type: none;
  
  padding-left: 0;
}

[dir="rtl"] ul {
  padding-left: 0;
  
  padding-right: 0;
}

.facets-checkbox {
  
  margin-right: 5px;
}

[dir="rtl"] .facets-checkbox {
  margin-right: 0;
  
  margin-left: 5px;
}

