header {
  background-color: #0a253d !important;
  z-index: 999999 !important;
}
.css-8rnwta {
  height: 50px !important;
}
.faq-links {
  background: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 5px;
  box-shadow: 0 0 15px #bbb;
}
.faq-links li {
  display: block;
  background-color: rgba(0, 0, 0, 0.02);
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 15px 50px 15px 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.09);
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .faq-links li {
    font-size: 14px;
    padding: 15px 40px 15px 20px;
  }
}
.faq-links .fa {
  color: #e2ac48;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  top: 28%;
  right: 20px;
  opacity: 0.3;
}
.faq-links li:hover,
.faq-links li.activate {
  background-color: #0c1f4f;
  color: #fff;
}
.faq-links li:hover .fa,
.faq-links li.activate .fa {
  opacity: 1;
}
.faq-results .secccc {
  display: none;
}
.faq-results h3 {
    color: #0c1f4f;
    font-size: 24px !important;
    font-weight: bold !important;
    margin: 15px 0 35px !important;
}
.faq-results h4 {
    font-family: Montserrat, sans-serif;
    font-size: 20px !important;
    font-weight: 800 !important;
    text-transform: none !important;
    border-left: solid 2px #e2ac48;
    margin: 10px 1px 20px;
    padding: 5px 10px;
}
.faq-results p {
  font-size: 15px;
  line-height: 22px;
}
@media screen and (max-width: 992px) {
  .faq-results h3 {
    font-size: 28px;
  }
}
.qa-box {
  background: #fff;
  margin-bottom: 15px;
  padding: 20px 20px 15px;
  border-radius: 15px;
}


#qa h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    margin: 20px 0 30px;
    padding: 10px 15px;
}


#dash-bg {
  background: url('https://www.collectorcarleaders.com/images/classic-vw-combi.jpg') no-repeat bottom center / cover;
  position: relative;
  z-index: 555;
  margin: -24px;
  padding: 25px;
}
#dash-bg::before {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 8888;
}
#dash-bg h2 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 26px;
    margin: 25px 0;
    padding: 20px;
}
#dash-header {
  position: relative;
  z-index: 9999;
}
#dash-header h1 {
  color: #fff;
  font-size: 48px;
  margin: 10px 0;
}
#dash-header p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 7px 15px;
}
.css-ubifyk {
  padding: 20px 0px 10px !important;
}
#dash-whats-new {
  position: relative;
  z-index: 9999;
}
#dash-whats-new article {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45em;
    margin-bottom: 25px;
    padding: 25px 28px 2px;
    border: solid 1px rgba(255, 255, 255, 0.2); 
}
#dash-whats-new h2 {
  text-align: center;
  margin: 20px 0;
}
#dash-whats-new article h3 {
    font-family: "Montserrat", sans-serif;
    color: #0f4456;
    font-size: 28px;
    font-weight: bold;
    margin: 0px 0px 10px;
}
#dash-whats-new article p.news-date {
    color: #000;
    font-size: 14px;
    font-style: italic;
    text-align: right;
    margin-top: 30px;
}


.css-1wq59ym {
    background: #80808026 !important;
}