.header__search-overlay .file-entity-results {
  border-top: 0px;
}
.tabbed-content-entity .tabbed-content-header {
  border-bottom: 1px solid #a7a8aa;
}
.tabbed-content-entity .tabbed-content-items .item .overlay-search-results-container {
  border-top: none;
}
.tabbed-content-entity .faq-entity-results {
  padding-top: 20px;
}
.tabbed-content-entity .article-entity-results {
  margin-top: 32px;
}
.tabbed-content-entity .article-listing--content__action-container,
.tabbed-content-entity .faq-listing--content__action-container {
  margin-bottom: 64px;
}
.tabbed-content-entity .tabbed-content-header .item {
  color: #333333;
  font-family: 'Noto Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  padding: 15px 40px;
  margin: 0 18px;
  font-size: 16px;
  line-height: 24px;
}
.tabbed-content-entity .tabbed-content-header .item:first-child {
  margin: 0 18px 0 0;
}
.tabbed-content-entity .tabbed-content-header .slick-slider .slick-slide {
  margin: 0 18px;
}
.tabbed-content-entity .tabbed-content-header .slick-slider .slick-slide .item {
  margin: 0;
}
.tabbed-content-entity .tabbed-content-header .item:hover {
  color: #0061a0;
  border-bottom: 3px solid #0061a0;
}
.tabbed-content-entity .tabbed-content-header .slick-arrow svg {
  fill: none;
  position: relative;
  height: 20px;
  width: 20px;
  stroke: #333333;
}
.tabbed-content-entity .tabbed-content .item:focus {
  outline-width: 2px;
  outline-offset: -1px;
}
.tabbed-content-entity .tabbed-content-header .slick-current .item {
  border-bottom: 3px solid #83a53e;
  color: #333333;
  font-weight: 600;
}
.tabbed-content-entity .tabbed-content-header .slick-disabled {
  display: none !important;
}
.tabbed-content-entity .tabbed-content-header .left.slick-arrow:not(.slick-disabled) {
  display: flex !important;
}
.tabbed-content-entity .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2px;
  bottom: 0;
  z-index: 1;
  width: 40px;
  border: none;
  cursor: pointer;
}
.tabbed-content-entity .slick-arrow.left {
  justify-content: flex-start;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff 56%);
  border-right: 1px solid #a7a8aa;
}
.tabbed-content-entity .slick-arrow.right {
  justify-content: flex-end;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 56%);
  border-left: 1px solid #a7a8aa;
}
.tabbed-content-entity .tabbed-items.left .slick-arrow {
  width: 40px;
}
.tabbed-content-entity .tabbed-items.center .slick-arrow {
  width: 21px;
}
.tabbed-content-entity .slick-arrow svg {
  height: 50px;
  width: auto;
  fill: #333333;
}
.tabbed-content-entity .slick-arrow:hover svg {
  fill: #333333;
}
.tabbed-content-entity .tabbed-content-items.slick-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.tabbed-content-entity .tabbed-content-items:not(.slick-slider) .tabbed-content-parsys {
  margin-left: -15px;
  margin-right: -15px;
}
.tabbed-content-entity .tabbed-content-parsys .responsive-columns {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}
.tabbed-content-entity .tabbed-content-parsys .parbase:first-child .component {
  margin-top: 20px;
}
.tabbed-content-entity .tabbed-content-parsys .component {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tabbed-content-entity .faq-listing--content__action-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 48px;
  }
  .tabbed-content-entity .tabbed-content-header .item {
    padding: 8px 9px;
    margin: 0 8px;
  }
}
.tabbed-content-entity .faq-listing--content__action-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabbed-content-entity .faq-listing--content__action-container .backTopTop button,
.tabbed-content-entity .faq-listing--content__action-container .showingResults button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
.tabbed-content-entity .faq-listing--content__action-container .showingResults {
  font-family: 'Noto Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-basis: 0;
}
.tabbed-content-entity .faq-listing--content__action-container .total-count {
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  text-decoration: underline;
}
.tabbed-content-entity .faq-listing--content__action-container .show-more-section {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-basis: 0;
}
.tabbed-content-entity .faq-listing--content__action-container .show-more-button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 24px;
  padding: 8px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
}
.tabbed-content-entity .faq-listing--content__action-container .show-more-button.d-none + .backTopTop,
.tabbed-content-entity .faq-listing--content__action-container .showingResults.d-none + .backTopTop {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-basis: 0;
}
.tabbed-content-entity .faq-listing--content__action-container .backTopTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-basis: 0;
}
.tabbed-content-entity .faq-listing--content__action-container .backTopTop button {
  font-family: 'Noto Sans', 'Arial', 'Helvetica', 'sans-serif';
  color: #007abc;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabbed-content-entity .faq-listing--content__action-container .backTopTop svg {
  fill: #007abc;
  margin-left: 8px;
  height: 16px;
  width: 16px;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .tabbed-content-entity .tabbed-content-header,
  .tabbed-content-entity .tabbed-content-header .item {
    display: flex;
    justify-content: center;
  }
  .tabbed-content-entity .faq-listing--content__action-container {
    align-items: flex-end;
  }
  .tabbed-content-entity .tabbed-content-header .tabbed-items {
    display: flex;
  }
  .tabbed-content-entity .tabbed-content-header .tabbed-items.center {
    justify-content: center;
  }
  .tabbed-content-entity .tabbed-content-header .tabbed-items.left {
    justify-content: left;
  }
  .tabbed-content-entity .tabbed-content-header,
  .tabbed-content-entity .tabbed-content-header .tabbed-items {
    width: 100%;
  }
  .tabbed-content-entity .tabbed-content-header .item {
    align-items: center;
    max-width: 30%;
    height: 100%;
    padding: 8px 9px;
    margin: 0 18px;
    border-bottom: 3px solid transparent;
  }
  .tabbed-content-entity .tabbed-content-header .item.active {
    color: #333333;
    border-bottom: 3px solid #83a53e;
    font-weight: 600;
  }
  .tabbed-content-entity .tabbed-content-parsys .parbase:first-child .component {
    margin-top: 40px;
  }
  .tabbed-content-entity .tabbed-content-parsys .component {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .tabbed-content-entity .tabbed-content-parsys .parbase:first-child .component {
    margin-top: 60px;
  }
  .tabbed-content-entity .tabbed-content-parsys .component {
    margin-bottom: 60px;
  }
  .tabbed-content-entity .article-entity-results {
    margin-top: 40px;
  }
}
body[dir="rtl"] .tabbed-content-entity .tabbed-content-header .item:first-child {
  margin: 0 0 0 18px;
}
body[dir="rtl"] .tabbed-content-entity .tabbed-content-header .slick-slider .slick-slide {
  margin: 0 18px;
}
body[dir="rtl"] .tabbed-content-entity .tabbed-content-header .slick-slider .slick-slide .item {
  margin: 0;
}
body[dir="rtl"] .tabbed-content-entity .slick-arrow.left {
  right: 0;
  left: initial;
  border-left: 1px solid #a7a8aa;
  border-right: none;
}
body[dir="rtl"] .tabbed-content-entity .slick-arrow.right {
  left: 0;
  right: initial;
  border-right: 1px solid #a7a8aa;
  border-left: none;
}
body[dir="rtl"] .tabbed-content-entity .slick-arrow svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  body[dir="rtl"] .tabbed-content-entity .tabbed-content-header .tabbed-items.left {
    justify-content: right;
  }
}
.keyboard-active .faq-listing--content__action-container .showingResults button:focus,
.keyboard-active .faq-listing--content__action-container .backTopTop button:focus,
.keyboard-active .faq-listing--content__action-container .show-more-button:focus {
  outline-color: #0061a0;
  outline-offset: 4px;
  outline-style: solid;
  outline-width: 3px;
}
.keyboard-active .faq-listing--content__action-container .article-listing .article-listing--content__action-container .showingResults button:focus {
  margin-left: 4px;
  margin-right: -4px;
}
.keyboard-active .faq-listing--content__action-container .article-listing .article-listing--content__action-container .show-more-button:focus {
  padding: 7px 15px;
}
