@charset "UTF-8";
/* CSS Document */

/* LESS */
summary {
  cursor: pointer;
  user-select: none;
  outline: none;
}
summary::-webkit-details-marker {
  display: none;
}
.treelist-item {
  padding: 0.4rem 0.75rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 0.5rem;
}
.treelist-title {
  display: block;
  position: relative;
  margin: 0;
  color: #222222;
}
.treelist-title {
  padding-right: 27px;
}
.treelist-title::after {
  position: absolute;
  content: '\f054';
  top: 50%;
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 14.4px;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.treelist-title::after {
  right: 0;
}
.treelist-item[open] .treelist-title {
  margin-bottom: 0.5rem;
}
.treelist-item[open] .treelist-title::after {
  transform: translateY(-50%) rotate(90deg);
  transform-origin: 50%;
}
.treelist-item[data-open="false"] > *:not(summary) {
  display: none;
}
.treelist-item[data-open="false"] > summary {
  display: block;
}
.treelist-item[data-open="true"] > *:not(summary) {
  display: block;
}
.section-faq .block-inline {
  padding: 0;
}

/* My Styles */

article img.Banner {
  display: block;
  margin: 0 auto;
  width: 60%;
  border-radius: 3rem;
}

p.Faq-intro {
  margin-bottom: 0;
  text-align: center;
}

h1, h2, h3, h4 {
  font-weight: bold;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
}

header {
  font-size: .9em;
  margin-bottom: 0;
  padding-top: 3.5rem;
}
  header h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  img.Johny {
    position: relative;
    top: 0;
    border-radius: 12px;
    z-index: 2;
  }

.Language img {
  position: relative;
  top: 1px;
}
li a img {
  position: relative;
  top: 0;
  left: .4rem;
}

@media only screen and (min-width: 800px) {

  nav.Desktop .Language {
    position: absolute;
    right: .6rem;
    top: 1.1rem;
  }

}

@media only screen and (min-width: 999px) {
  nav.Desktop {
    top: -.3rem;  /* Position the navbar at the top of the page */
    padding-bottom: 0;
  }

}





