body,
a,
p,
html {
  color: inherit;
  font-family: Averta, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0!important;
}
body{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.community_layout-section_section .section-content{
  padding: 0!important;
}
@media (min-width: 64em) {
  .section-content.community_layout-section_section {
    padding: 0!important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Averta, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
}
h1 {
  font-size: 32px!important;
  font-weight: 900!important;
  margin: 20px 0!important;
}
h2 {
  font-size: 25px!important;
  font-weight: 900!important;
  margin: 20px 0!important;
}
h3 {
  font-size: 18px!important;
  font-weight: 600!important;
  margin: 10px 0 20px!important;
}
a {
  color: #333333!important;
  font-family: inherit;
  font-weight: normal;
  text-decoration: none!important;
  transition: 0.3s!important;
}
.active a{
  color:rgba(255, 111, 38, 1)!important;
}
a:hover,
a:focus {
  color: rgba(255, 111, 38, 1)!important;
  text-decoration: underline!important;
}
header {
  display:none!important;
}
.slds-align_absolute-center {
  display: block;
}
.slds-col--padded {
  padding: 0;
}
.slds-m-top--x-large {
  margin-top: 0;
}
.content-wrap {
  margin: 0 auto;
  max-width: 100%;
}
ul.dash {
  list-style-type: none;
}
ul.dash > li:before {
  color: #333333;
  content: "-";
  font-size: 1rem;
  font-weight: 600;
  padding-right: 5px;
}
a.read-more {
  background-color: #eaf4f2;
  cursor: pointer!important;
  margin: 25px 0 0!important;
  padding: 5px 15px!important;
}

.faq-body {
  display: block;
  min-height: 90vh; /* will cover the 100% of viewport */
  padding-bottom: 80px; /* height of your footer */
  position: relative;
}

footer{
  padding: 0!important;
}

a.read-more:hover,
a.read-more:focus {
  background-color: #d3eae6;
  color: #3d9b8b;
  text-decoration: none;
}
.fa-chevron-down {
  font-size: 15px;
  padding-left: 20px;
}
.fa-chevron-left {
  font-size: 15px;
  padding-right: 20px;
}
c-article-link li:before {
  margin-right: 1rem;
  color: #333 !important;
  content: "-";
}
a.read-more {
  background-color: #ffffff;
  cursor: pointer;
  margin: 25px 0 0;
  padding: 5px 15px;
  color: rgba(255, 111, 38, 1);
}
a.read-more:hover,
a.read-more:focus {
  background-color: #ffffff;
  color: rgba(255, 111, 38, 1);
  text-decoration: underline;
}
.slds-rich-text-editor__output a {
  color: #ff6f26 !important;
}
.autocomplete-container li {
  padding: 12px 65px 12px 40px;
  transition: 0.3s;
}
.autocomplete-container c-zoover-b-2-b-search-autocomplete-link:first-child li:hover {
  border-radius: 8px 8px 0 0;
}
.autocomplete-container c-zoover-b-2-b-search-autocomplete-link:last-child li:hover {
  border-radius: 0 0 8px 8px;
}
.autocomplete-container c-zoover-b-2-b-search-autocomplete-link:not(:last-child) li {
  border-bottom: 1px solid #ff6f26;
}
.autocomplete-container li:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.slds-theme_info,
.slds-theme--info {
  background-color: #ff6f26;
  max-width: 100%;
}
.questions-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-height: 300px;
  flex-wrap: wrap;
  background: #f4f4f4;
  padding: 3rem 6rem;
  gap: 1.5rem;
  justify-content: flex-start;
}
.question {
  display: flex;
  flex-direction: row;
  flex: 0 0 30.5%;
  gap: 0.5rem;
  max-width: 50%;
  word-wrap: break-word;
  align-items: center;
}
.question a {
  text-align: left;
}
.question img {
  max-width: 26px;
  height: auto;
}
.community_layout-section_section {
  padding: 0!important;
}
.community_layout-column_column{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .questions-container {
    max-height: fit-content;
    flex-direction: row;
    padding: 2rem 1rem;
  }
  .question {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
