/*-----GLOBAL COLORS--------*/
/*-----PAGE SPECIFIC COLORS-----*/
/*-------SBCO STYLE GUIDE COLORS---------*/
/*-----RESPONSIVE SIZING---------*/
/*-----OPACITY----------*/
/*-----TRANSITIONS------*/
/*-----FONT OVERRIDES------*/
/*-----FONT CALCULATIONS-----*/
/*-----EVERYTHING ELSE-----*/
.faq-archive-page,
.faq-category-page {
  /* .faq-category {
         @include variables.fontSize(39px);
         line-height: calculateRem(56px);
         margin-bottom: 10px;
     } */
}
.faq-archive-page .faq-card,
.faq-category-page .faq-card {
  margin-bottom: 20px;
}
.faq-archive-page .faq-card .faq-card-head button,
.faq-category-page .faq-card .faq-card-head button {
  width: 100%;
  text-align: left;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  border-radius: 0;
  padding: 1.25rem 1.4375rem;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.faq-archive-page .faq-card .faq-card-head button .faq-quen-title,
.faq-category-page .faq-card .faq-card-head button .faq-quen-title {
  flex-grow: 1;
  line-height: normal;
}
.faq-archive-page .faq-card .faq-card-head button .faq-icon,
.faq-category-page .faq-card .faq-card-head button .faq-icon {
  color: #d0eaff;
}
.faq-archive-page .faq-card .faq-card-head button.btn:hover, .faq-archive-page .faq-card .faq-card-head button.btn:active, .faq-archive-page .faq-card .faq-card-head button.btn:focus, .faq-archive-page .faq-card .faq-card-head button.btn[aria-expanded=true],
.faq-category-page .faq-card .faq-card-head button.btn:hover,
.faq-category-page .faq-card .faq-card-head button.btn:active,
.faq-category-page .faq-card .faq-card-head button.btn:focus,
.faq-category-page .faq-card .faq-card-head button.btn[aria-expanded=true] {
  text-decoration: none !important;
}
.faq-archive-page .faq-card .faq-card-body,
.faq-category-page .faq-card .faq-card-body {
  padding: 20px;
  background: #f1f5f7;
  color: #000;
}
.faq-archive-page .faq-card .faq-card-body *:last-child,
.faq-category-page .faq-card .faq-card-body *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.faq-archive-page .faq-card .child-faqs,
.faq-category-page .faq-card .child-faqs {
  padding: 0 2.1875rem;
}
.faq-archive-page .faq-card .child-faqs .faq-card-head button,
.faq-category-page .faq-card .child-faqs .faq-card-head button {
  background: #0173D0;
}
.faq-archive-page.has-icon-left .faq-icon,
.faq-category-page.has-icon-left .faq-icon {
  margin-right: 10px;
}
.faq-archive-page.has-icon-right .faq-card .faq-card-head button,
.faq-category-page.has-icon-right .faq-card .faq-card-head button {
  flex-direction: row-reverse;
}
.faq-archive-page.has-icon-right .faq-card .faq-card-head button .faq-icon,
.faq-category-page.has-icon-right .faq-card .faq-card-head button .faq-icon {
  margin-left: 10px;
}
.faq-archive-page.has-content-center .faq-card .faq-card-body p,
.faq-category-page.has-content-center .faq-card .faq-card-body p {
  margin-left: auto;
  margin-right: auto;
}
.faq-archive-page.has-content-left .faq-card .faq-card-body p,
.faq-category-page.has-content-left .faq-card .faq-card-body p {
  text-align: left;
}
.faq-archive-page.has-two-tier .child-faq-card,
.faq-category-page.has-two-tier .child-faq-card {
  margin-top: 10px;
  margin-bottom: 0px;
}
.faq-archive-page.has-que-back .faq-card .faq-card-head button,
.faq-category-page.has-que-back .faq-card .faq-card-head button {
  color: #fff;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.faq-archive-page.has-que-back .faq-card .faq-card-head button:hover,
.faq-category-page.has-que-back .faq-card .faq-card-head button:hover {
  background-color: #e0e0e0;
  color: #000;
}
.faq-archive-page.has-que-back .faq-card .faq-card-head button:hover .faq-icon,
.faq-category-page.has-que-back .faq-card .faq-card-head button:hover .faq-icon {
  color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.faq-archive-page.has-que-back .faq-card .faq-card-head button:active, .faq-archive-page.has-que-back .faq-card .faq-card-head button:focus, .faq-archive-page.has-que-back .faq-card .faq-card-head button[aria-expanded=true],
.faq-category-page.has-que-back .faq-card .faq-card-head button:active,
.faq-category-page.has-que-back .faq-card .faq-card-head button:focus,
.faq-category-page.has-que-back .faq-card .faq-card-head button[aria-expanded=true] {
  background-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  color: #000;
  font-weight: bold;
}
.faq-archive-page.has-que-back .faq-card .faq-card-head button:active .faq-icon, .faq-archive-page.has-que-back .faq-card .faq-card-head button:focus .faq-icon, .faq-archive-page.has-que-back .faq-card .faq-card-head button[aria-expanded=true] .faq-icon,
.faq-category-page.has-que-back .faq-card .faq-card-head button:active .faq-icon,
.faq-category-page.has-que-back .faq-card .faq-card-head button:focus .faq-icon,
.faq-category-page.has-que-back .faq-card .faq-card-head button[aria-expanded=true] .faq-icon {
  color: #000;
}
.faq-archive-page.has-que-back .faq-card .faq-card-head button .faq-icon,
.faq-category-page.has-que-back .faq-card .faq-card-head button .faq-icon {
  color: rgba(255, 255, 255, 0.8);
}
.faq-archive-page.has-white-que-back .faq-category-wrapper,
.faq-category-page.has-white-que-back .faq-category-wrapper {
  margin-bottom: 30px;
}
.faq-archive-page.has-white-que-back .faq-card,
.faq-category-page.has-white-que-back .faq-card {
  margin-bottom: 0;
}
.faq-archive-page.has-white-que-back .faq-card .faq-card-head button,
.faq-category-page.has-white-que-back .faq-card .faq-card-head button {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  padding: 1.5625rem 0.625rem;
}
.faq-archive-page.has-white-que-back .faq-card .faq-card-head button.btn[aria-expanded=true],
.faq-category-page.has-white-que-back .faq-card .faq-card-head button.btn[aria-expanded=true] {
  font-weight: bold;
}
.faq-archive-page.has-white-que-back .faq-card .collapse > .faq-card-body,
.faq-category-page.has-white-que-back .faq-card .collapse > .faq-card-body {
  border-bottom: 1px solid #424242;
}

.sidebar-faq-container .search-form .search-field {
  padding-left: 10px;
  padding-right: 10px;
}
.sidebar-faq-container .search-form button:hover {
  color: #fff;
}
.sidebar-faq-container .search-form .reset-faq-search {
  margin-top: 10px;
}
.sidebar-faq-container .faq-category-filter a {
  text-decoration: underline;
}
.sidebar-faq-container .faq-category-filter a:hover, .sidebar-faq-container .faq-category-filter a.faq-cat-active {
  color: #000;
}
.sidebar-faq-container .faq-category-filter.faq-selected-category {
  display: none;
}
.sidebar-faq-container .faq-category-filter.icon {
  display: none;
}

.no-faq {
  display: none;
}

mark.highlight {
  padding: 0;
  background-color: yellow;
}

.search-results-hidden {
  display: none;
}

.tax-faq-cat-article .posted-on .updated {
  display: none;
}

@media screen and (max-width: 993px) {
  .post-type-archive-faq .faq-rsponsive-cls,
  .tax-faq-category .faq-rsponsive-cls {
    position: relative;
  }
  .post-type-archive-faq .faq-rsponsive-cls .faq-category-filter.faq-selected-category,
  .tax-faq-category .faq-rsponsive-cls .faq-category-filter.faq-selected-category {
    display: block;
    padding: 10px;
    border: 1px solid #cecece;
    background: #fff;
    height: 40px;
    margin-bottom: 0 !important;
    cursor: pointer;
  }
  .post-type-archive-faq .faq-rsponsive-cls .faq-category-filter.cat-list,
  .tax-faq-category .faq-rsponsive-cls .faq-category-filter.cat-list {
    display: none;
    margin: 0 !important;
    border: 1px solid #fafafa;
  }
  .post-type-archive-faq .faq-rsponsive-cls .faq-category-filter.cat-list a,
  .tax-faq-category .faq-rsponsive-cls .faq-category-filter.cat-list a {
    color: #fff;
    text-decoration: none;
    padding: 15px 10px;
    display: block;
  }
  .post-type-archive-faq .faq-rsponsive-cls .faq-category-filter.icon,
  .tax-faq-category .faq-rsponsive-cls .faq-category-filter.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    padding: 10px;
    width: 41px;
    height: 39px;
    color: #fff;
    text-align: center !important;
    cursor: pointer;
  }
  .post-type-archive-faq .faq-rsponsive-cls.responsive .faq-category-filter,
  .tax-faq-category .faq-rsponsive-cls.responsive .faq-category-filter {
    float: none;
    display: block;
    text-align: left;
  }
  .tax-faq-category .page-wrapper,
  .post-type-archive-faq .page-wrapper {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1749px) {
  .post-type-archive.post-type-archive-faq .container,
  .tax-faq-category .container {
    max-width: 1748px;
  }
}
/*# sourceMappingURL=faq.min.css.map */
