.bl-page-section_resources__hero {
  height: 326px;
  background-color: var(--primary)
}

.bl-page-section_resources__hero.integrity-matters-blog {
  background-image: url(/wp-content/themes/starkware/custom/img/integrity-cubes.svg);
  background-size: cover;
  background-position: right
}

.bl-page-section_resources__filters-item--search.integrity-matters-blog input {
  max-width: 380px
}

#page .bl-page-section_resources__hero .grid-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 128px
}

.bl-page-section_resources__hero h1 {
  margin: 0 0 15px;
  font-size: 45px;
  font-weight: 700;
  line-height: 61px;
  color: var(--white)
}

.bl-page-section_resources__hero p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: var(--white)
}

.bl-page-section_resources__hero-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none
}

.bl-page-section_resources__hero-social--link {
  margin: 0 10px 0 0
}

.bl-page-section_resources__hero-social--link:last-of-type {
  margin-right: 0
}

.bl-page-section_resources__hero-social--link a {
  width: 25px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center
}

.bl-page-section_resources__filters {
  padding: 80px 0 30px 0;
}

.bl-page-section_resources__filters .grid-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}

.bl-page-section_resources__filters-item--search {
  width: 100%;
  margin: 0 30px 0 0
}

.bl-page-section_resources__filters-item--search input {
  width: 100%;
  padding: 6px 0;
  font-size: 16px;
  line-height: 20px;
  color: var(--secondary);
  border: none;
  border-bottom: 1px solid var(--secondary);
  background: url(/assets/images/icon/icon-search-secondary.svg) center right no-repeat;
  background-size: 17px
}

.bl-page-section_resources__filters-item--search input:focus {
  color: var(--secondary);
  border: none;
  outline: none;
  border-bottom: 1px solid var(--secondary)
}

.bl-page-section_resources__filters-item--search input[type=text]::-webkit-input-placeholder {
  color: var(--secondary)
}

.bl-page-section_resources__filters-item--search input[type=text]::-moz-placeholder {
  color: var(--secondary)
}

.bl-page-section_resources__filters-item--search input[type=text]:-ms-input-placeholder {
  color: var(--secondary)
}

.bl-page-section_resources__filters-item--collections {
  width: 100%;
  max-width: 166px;
  margin: 0 22px 0 0;
  flex-shrink: 0
}

.bl-page-section_resources__filters-item--collections .select2-container .select2-selection {
  height: auto;
  padding: 6px 0;
  border: none;
  border-radius: 0
}

.bl-page-section_resources__filters-item--collections .select2-container .select2-search {
  display: flex
}

#page .bl-page-section_resources__filters-item--collections .select2-selection__arrow {
  display: none
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--secondary);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  /* width: 100% !important; */
  margin: 0;
  font-size: 22px;
  color: var(--white);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: block;
  width: 16px;
  height: 19px;
  background: url('/assets/images/icon/icon-chevron-down-primary.svg') center right no-repeat;
  background-size: contain;
}

.bl-page-section_resources__filters-item--collections .select2-search .select2-search__field::-webkit-input-placeholder {
  color: var(--primary)
}

.bl-page-section_resources__filters-item--collections .select2-search .select2-search__field::-moz-placeholder {
  color: var(--primary)
}

.bl-page-section_resources__filters-item--collections .select2-search .select2-search__field:-ms-input-placeholder {
  color: var(--primary)
}

.admin-bar.page-template-resources .select2-dropdown,
.admin-bar.tax-resource-collection .select2-dropdown {
  margin-top: 32px
}

.page-template-resources .select2-dropdown,
.tax-resource-collection .select2-dropdown {
  border: none
}

.page-template-resources .select2-dropdown .select2-results__options,
.tax-resource-collection .select2-dropdown .select2-results__options {
  min-width: 228px;
  padding: 0 4px;
  background-color: var(--brand-gray-1);
  box-shadow: var(--shadow-resources-dropdown)
}

.page-template-resources .select2-dropdown .select2-results__option.select2-results__option--highlighted,
.page-template-resources .select2-dropdown .select2-results__option,
.tax-resource-collection .select2-dropdown .select2-results__option.select2-results__option--highlighted,
.tax-resource-collection .select2-dropdown .select2-results__option {
  margin: 0 10px;
  padding: 8px 0;
  font-size: 16px;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
  background: 0 0
}

.page-template-resources .select2-dropdown .select2-results__option.select2-results__option--selected,
.tax-resource-collection .select2-dropdown .select2-results__option.select2-results__option--selected {
  margin: 0;
  padding: 8px 10px;
  color: var(--white);
  background-color: var(--primary)
}

.bl-page-section_resources__filters-item--types {
  flex-shrink: 0
}

.bl-page-section_resources__filters-item--types_nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style-type: none
}

.bl-page-section_resources__filters-item--types_item {
  margin: 0 7px 0 0;
  padding: 4px 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: var(--primary);
  border-radius: 100px;
  border: 1px solid var(--primary);
  cursor: pointer;
  transition: .2s all
}

.bl-page-section_resources__filters-item--types_item.is-active,
.bl-page-section_resources__filters-item--types_item:hover {
  color: var(--white);
  background-color: var(--primary)
}

.bl-page-section_resources__filters-item--types_item.is-active svg [fill="#28286E"],
.bl-page-section_resources__filters-item--types_item:hover svg [fill="#28286E"] {
  fill: var(--white)
}

.bl-page-section_resources__filters-item--types_item.is-active svg [stroke="#28286E"],
.bl-page-section_resources__filters-item--types_item:hover svg [stroke="#28286E"] {
  stroke: var(--white)
}

.bl-page-section_resources__filters-item--types_item:last-of-type {
  margin-right: 0
}

.bl-page-section_resources__filters-item--types_item svg {
  max-width: 14px;
  max-height: 14px;
  margin: 0 7px 0 0
}

#page .bl-page-section_resources__filters-additional {
  margin: -20px 0 0
}

.bl-page-section_resources__filters-tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 30px;
  margin: 0 auto;
  list-style-type: none;
  overflow: auto
}

.bl-page-section_resources__filters-tags::-webkit-scrollbar {
  display: none;
  width: 0;
  background: 0 0
}

.bl-page-section_resources__filters-breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1220px;
  padding: 0;
  margin: 30px auto 60px;
  list-style-type: none
}

.bl-page-section_resources__filters-breadcrumbs,
.bl-page-section_resources__filters-breadcrumbs li a,
.bl-page-section_resources__filters-breadcrumbs li strong {
  font-size: 16px;
  line-height: 21px;
  color: var(--primary)
}

.bl-page-section_resources__filters-breadcrumbs,
.bl-page-section_resources__filters-breadcrumbs li>strong,
.bl-page-section_resources__filters-breadcrumbs li a {
  font-weight: 400
}

.bl-page-section_resources__filters-breadcrumbs li a {
  text-decoration: underline
}

.bl-page-section_resources__latest {
  padding: 0 0 60px
}

.bl-page-section_resources__latest .bl-partial--title-dark.bl-partial--title-with-star {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 38px;
}

.bl-page-section_resources__collections-list .bl-partial-resource-collection {
  position: relative
}

.bl-page-section_resources__collections-list .bl-partial-resource-collection .bl-partial--title-dark.bl-partial--title-with-star {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 38px;
}

.bl-page-section_resources__collections-list .bl-partial-resource-collection__items {
  position: static;
  /* width: calc(100% + 30px); */
  /* max-width: calc(100% + 30px); */
  width: 100%;
  max-width: 100%;
  /* margin: 0 -15px; */
  height: 500px;
}

.bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-arrow,
.bl-page-section_resources__collections-list .bl-partial-resource-collection__items .slick-arrow,
.bl-page-section_resources__filters-tags .slick-arrow {
  width: 11px;
  height: 18px;
  position: absolute;
  top: -40px;
  padding: 0;
  border: none;
  font-size: 0;
  z-index: 10
}

.bl-page-section_resources__filters-tags .slick-arrow {
  top: 10px
}

.bl-page-section_resources__collections-list .bl-partial-resource-collection__items .slick-arrow {
  top: 20px
}

.bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-arrow.slick-disabled,
.bl-page-section_resources__collections-list .bl-partial-resource-collection__items .slick-arrow.slick-disabled,
.bl-page-section_resources__filters-tags .slick-arrow.slick-disabled {
  opacity: .5
}

.bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-arrow.slick-prev,
.bl-page-section_resources__collections-list .bl-partial-resource-collection__items .slick-arrow.slick-prev,
.bl-page-section_resources__filters-tags .slick-arrow.slick-prev {
  background: url(/assets/images/icon/icon-angle-left-primary.svg) center center no-repeat;
  background-size: contain
}

.bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-arrow.slick-prev {
  right: 60px
}

.bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-arrow.slick-next,
.bl-page-section_resources__collections-list .bl-partial-resource-collection__items .slick-arrow.slick-next,
.bl-page-section_resources__filters-tags .slick-arrow.slick-next {
  background: url(/assets/images/icon/icon-angle-right-primary.svg) center center no-repeat;
  background-size: contain
}

.bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-arrow.slick-next,
.bl-page-section_resources__filters-tags .slick-arrow.slick-next {
  right: 5px
}

.bl-page-section_resources__filters-tags .slick-arrow.slick-prev {
  left: 5px
}

.bl-page-section_resources__latest .bl-partial-resource-item {
  width: 456px;
}

.bl-page-section_resources__collections-list .bl-partial-resource-item__thumbnail,
.bl-page-section_resources__items .bl-partial-resource-item__thumbnail,
.bl-page-section_resources__latest .bl-partial-resource-item__thumbnail {
  box-shadow: var(--shadow-default)
}

.bl-page-section_resources__latest .bl-partial-resource-item__thumbnail {
  height: 242px;
  margin: 0 0 22px
}

.bl-page-section_resources__latest .bl-partial-resource-item__meta h3,
.bl-page-section_resources__items .bl-partial-resource-item__meta h3,
.bl-page-section_resources__collections-list .bl-partial-resource-item__meta h3 {
  min-height: 0;
  margin: 0 0 22px;
  padding: 0 0 0 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px
}

.bl-page-section_resources__latest .bl-partial-resource-item__meta h3 img,
.bl-page-section_resources__items .bl-partial-resource-item__meta h3 img,
.bl-page-section_resources__collections-list .bl-partial-resource-item__meta h3 img {
  max-width: 12px;
  max-height: 12px;
  top: 50%;
  transform: translateY(-50%)
}

.bl-page-section_resources__collections-list .bl-partial-resource-collection,
.bl-page-section_resources__items .bl-partial-resource-collection {
  margin: 0 0 60px
}

.bl-page-section_resources__collections-list .bl-partial-resource-item__thumbnail,
.bl-page-section_resources__items .bl-partial-resource-item__thumbnail {
  height: 140px;
  margin: 0 0 20px
}

.bl-page-se.bl-page-section_resources__hero {
  height: 326px;
  background-color: var(--primary)
}

#page .bl-page-section_resources__hero .grid-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 128px
}

.bl-page-section_resources__hero h1 {
  margin: 0 0 15px;
  font-size: 45px;
  font-weight: 700;
  line-height: 61px;
  color: var(--white)
}

.bl-page-section_resources__hero-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none
}

.bl-page-section_resources__hero-social--link {
  margin: 0 10px 0 0
}

.bl-page-section_resources__hero-social--link:last-of-type {
  margin-right: 0
}

.bl-page-section_resources__hero-social--link a {
  width: 25px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center
}

.bl-page-section_resources__filters .grid-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}

.bl-page-section_resources__filters-item--search {
  width: 100%;
  margin: 0 30px 0 0
}

.bl-page-section_resources__filters-item--search input {
  width: 100%;
  padding: 6px 0;
  font-size: 16px;
  line-height: 20px;
  color: var(--secondary);
  border: none;
  border-bottom: 1px solid var(--secondary);
  background: url(/assets/images/icon/icon-search-secondary.svg) center right no-repeat;
  background-size: 17px
}

.bl-page-section_resources__filters-item--search input:focus {
  color: var(--secondary);
  border: none;
  border-bottom: 1px solid var(--secondary)
}

.bl-page-section_resources__filters-item--search input[type=text]::-webkit-input-placeholder {
  color: var(--secondary)
}

.bl-page-section_resources__filters-item--search input[type=text]::-moz-placeholder {
  color: var(--secondary)
}

.bl-page-section_resources__filters-item--search input[type=text]:-ms-input-placeholder {
  color: var(--secondary)
}

.bl-page-section_resources__filters-item--collections {
  width: 100%;
  max-width: 300px;
  margin: 0 22px 0 0;
  flex-shrink: 0
}

.bl-page-section_resources__filters-item--collections .select2-container .select2-selection {
  padding: 6px 0;
  border: none;
  border-radius: 0
}

.bl-page-section_resources__filters-item--collections .select2-container .select2-search {
  display: flex
}

#page .bl-page-section_resources__filters-item--collections .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: none
}

.bl-page-section_resources__filters-item--collections .select2-search .select2-search__field {
  width: 100% !important;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: var(--primary);
  background: url(/assets/images/icon/icon-angle-down.svg) center right no-repeat;
  background-size: 14px 8px
}

.bl-page-section_resources__filters-item--collections .select2-search .select2-search__field::-webkit-input-placeholder {
  color: var(--primary)
}

.bl-page-section_resources__filters-item--collections .select2-search .select2-search__field::-moz-placeholder {
  color: var(--primary)
}

.bl-page-section_resources__filters-item--collections .select2-search .select2-search__field:-ms-input-placeholder {
  color: var(--primary)
}

.admin-bar.page-template-resources .select2-dropdown {
  margin-top: 32px
}

.page-template-resources .select2-dropdown {
  border: none
}

.page-template-resources .select2-dropdown .select2-results__options {
  min-width: 228px;
  padding: 0 4px;
  background-color: var(--brand-gray-1);
  box-shadow: var(--shadow-resources-dropdown)
}

.page-template-resources .select2-dropdown .select2-results__option.select2-results__option--highlighted,
.page-template-resources .select2-dropdown .select2-results__option {
  margin: 0 10px;
  padding: 8px 0;
  font-size: 16px;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
  background: 0 0
}

.page-template-resources .select2-dropdown .select2-results__option:hover,
.page-template-resources .select2-dropdown .select2-results__option.select2-results__option--selected {
  margin: 0;
  padding: 8px 10px;
  color: var(--white);
  background-color: var(--primary)
}

.bl-page-section_resources__filters-item--types {
  flex-shrink: 0
}

.bl-page-section_resources__filters-item--types_nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style-type: none
}

.bl-page-section_resources__filters-item--types_item {
  margin: 0 7px 0 0;
  padding: 4px 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: var(--primary);
  border-radius: 100px;
  border: 1px solid var(--primary);
  cursor: pointer;
  transition: .2s all;
  height: 50px
}

li.bl-page-section_resources__filters-item--types_item[data-type="79"] {
  width: 180px
}

.bl-page-section_resources__filters-item--types_item.is-active,
.bl-page-section_resources__filters-item--types_item:hover {
  color: var(--white);
  background-color: var(--primary)
}

.bl-page-section_resources__filters-item--types_item.is-active svg [fill="#28286E"],
.bl-page-section_resources__filters-item--types_item:hover svg [fill="#28286E"] {
  fill: var(--white)
}

.bl-page-section_resources__filters-item--types_item.is-active svg [stroke="#28286E"],
.bl-page-section_resources__filters-item--types_item:hover svg [stroke="#28286E"] {
  stroke: var(--white)
}

.bl-page-section_resources__filters-item--types_item:last-of-type {
  margin-right: 0
}

.bl-page-section_resources__filters-item--types_item svg {
  max-width: 14px;
  max-height: 14px;
  margin: 0 7px 0 0
}

.bl-page-section_resources__filters-item--mobile-toggle {
  display: none
}

.bl-page-section_resources__latest .bl-partial--title-dark.bl-partial--title-with-star {
  margin: 0 0 20px
}

.bl-page-section_resources__collections-list .bl-partial-resource-collection {
  position: relative
}

.bl-page-section_resources__collections-list .bl-partial-resource-collection__items {
  position: static;
  /* width: calc(100% + 30px);
  max-width: calc(100% + 30px); */
  width: 100%;
  max-width: 100%;
  /* margin: 0 -15px; */
  height: 500px;
}

.bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-arrow,
.bl-page-section_resources__collections .bl-page-section_resources__collections-items .slick-arrow,
.bl-page-section_resources__collections-list .bl-partial-resource-collection__items .slick-arrow {
  width: 11px;
  height: 18px;
  position: absolute;
  top: -40px;
  padding: 0;
  border: none;
  font-size: 0;
  z-index: 10
}


.bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-arrow.slick-disabled,
.bl-page-section_resources__collections .bl-page-section_resources__collections-items .slick-arrow.slick-disabled,
.bl-page-section_resources__collections-list .bl-partial-resource-collection__items .slick-arrow.slick-disabled {
  opacity: .5
}

.bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-arrow.slick-prev,
.bl-page-section_resources__collections .bl-page-section_resources__collections-items .slick-arrow.slick-prev,
.bl-page-section_resources__collections-list .bl-partial-resource-collection__items .slick-arrow.slick-prev {
  background: url(/assets/images/icon/icon-angle-left-primary.svg) center center no-repeat;
  background-size: contain
}

.bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-arrow.slick-prev {
  right: 60px
}

.bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-arrow.slick-next,
.bl-page-section_resources__collections .bl-page-section_resources__collections-items .slick-arrow.slick-next,
.bl-page-section_resources__collections-list .bl-partial-resource-collection__items .slick-arrow.slick-next {
  background: url(/assets/images/icon/icon-angle-right-primary.svg) center center no-repeat;
  background-size: contain
}

.bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-arrow.slick-next {
  right: 0
}

.bl-page-section_resources__collections-list .bl-partial-resource-item__thumbnail,
.bl-page-section_resources__latest .bl-partial-resource-item__thumbnail {
  box-shadow: var(--shadow-default)
}

.bl-page-section_resources__latest .bl-partial-resource-item__thumbnail {
  height: 242px;
  margin: 0 0 22px
}

.bl-page-section_resources__latest .bl-partial-resource-item__meta h3,
.bl-page-section_resources__collections-list .bl-partial-resource-item__meta h3 {
  min-height: 0;
  margin: 0 0 22px;
  padding: 0 0 0 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px
}

.bl-page-section_resources__latest .bl-partial-resource-item__meta h3 img,
.bl-page-section_resources__collections-list .bl-partial-resource-item__meta h3 img {
  max-width: 12px;
  max-height: 12px;
  top: 10px
}

.bl-page-section_resources__collections-list .bl-partial-resource-collection {
  margin: 0 0 60px
}

.bl-page-section_resources__collections-list .bl-partial-resource-item__thumbnail {
  height: 135px;
  margin: 0 0 20px
}

.bl-page-section_resources__collections-list .bl-partial-resource-collection__items .slick-arrow.slick-prev {
  right: 60px
}

.bl-page-section_resources__collections-list .bl-partial-resource-collection__items .slick-arrow.slick-next {
  right: 0
}

.bl-page-section_resources__collections {
  padding: 60px 0 0;
}

.bl-page-section_resources__collections h2,
.bl-page-section_resources__tags h2 {
  margin: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: normal;
  color: var(--text-color-primary);
}

.bl-page-section_resources__collections .bl-page-section_resources__collections-items .slick-arrow {
  top: -54px
}

.bl-page-section_resources__collections .bl-page-section_resources__collections-items .slick-arrow.slick-prev {
  right: 75px
}

.bl-page-section_resources__collections .bl-page-section_resources__collections-items .slick-arrow.slick-next {
  right: 15px
}

.bl-page-section_resources__collections-items {
  /* margin: 0 -15px;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px) */
  margin: 0 auto;
  width: 100%;
  max-width: calc(100%);
}

.bl-page-section_resources__collections-item {
  position: relative;
  height: 460px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  padding: 17px 18px;
  /* box-shadow: var(--shadow-default); */
  cursor: pointer;
}

.bl-page-section_resources__collections-item svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px
}

.bl-page-section_resources__collections-item h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  color: var(--white);
  margin-bottom: 20px;
}

.bl-page-section_resources__tags {
  padding: 60px 0
}

.bl-page-section_resources__tags h2 {
  margin: 0 0 30px
}

.bl-page-section_resources__tags-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  gap: 6px
}

.bl-page-section_resources__tags-item {
  padding: 5px 23px;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: var(--primary);
  border: 1px solid var(--primary);
  cursor: pointer;
  transition: .2s all;
  flex-shrink: 0
}

.bl-page-section_resources__tags-item.is-active {
  background-color: var(--primary);
  color: var(--black);
}

.bl-page-section_resources__tags-item:hover {
  background-color: var(--primary);
  color: var(--black);
}

.tax-resource-collection .bl-page-section_resources__collections-list .bl-partial-resource-collection__items,
.bl-page-section_resources__items .bl-partial-resource-collection__items {
  width: 100%;
  max-width: 100%;
  margin: 0;
  justify-content: space-between;
  flex-wrap: wrap
}

.tax-resource-collection .bl-page-section_resources__collections-list .bl-partial-resource-collection__items:before,
.tax-resource-collection .bl-page-section_resources__collections-list .bl-partial-resource-collection__items:after,
.bl-page-section_resources__items .bl-partial-resource-collection__items:before,
.bl-page-section_resources__items .bl-partial-resource-collection__items:after {
  content: '';
  display: block;
  width: calc(25% - 30px);
  order: 999
}

.tax-resource-collection .bl-partial-resource-item,
.bl-page-section_resources__items .bl-partial-resource-item {
  width: calc(25% - 30px);
  margin: 0;
  padding: 29px 33px;

  &:hover {
    background-color: var(--primary);
  }
}

.tax-resource-collection .bl-partial-resource-item:not(:nth-last-of-type(-n+4)),
.bl-page-section_resources__items .bl-partial-resource-item:not(:nth-last-of-type(-n+4)) {
  margin: 0 0 60px
}

.tax-resource-collection .bl-page-section_resources__collections,
#page .bl-page-section_resources__collections.page-is-filtered {
  padding: 0;
  background: 0 0
}

.tax-resource-collection #page .bl-page-section_resources__collections .grid-container,
#page .bl-page-section_resources__collections.page-is-filtered .grid-container {
  position: relative;
  padding-top: 30px
}

.tax-resource-collection #page .bl-page-section_resources__collections .grid-container:before,
#page .bl-page-section_resources__collections.page-is-filtered .grid-container:before {
  content: '';
  display: block;
  height: 1px;
  width: auto;
  visibility: visible;
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  background-color: rgba(40, 40, 110, .3)
}

.tax-resource-collection .bl-page-section_resources__collections h2 {
  padding-left: 50px;
  margin: 0 0 10px
}

.bl-page-section_resources__collections.page-is-filtered .bl-page-section_resources__collections h2 {
  padding-left: 15px;
  margin: 0 0 10px
}

.tax-resource-collection .bl-page-section_resources__collections .bl-page-section_resources__collections-items .slick-arrow,
.bl-page-section_resources__collections.page-is-filtered .bl-page-section_resources__collections-items .slick-arrow {
  top: -38px
}

@media only screen and (max-width:1230px) {
  .bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-list {
    padding-left: 40px
  }

  .bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-arrow.slick-next {
    right: 20px
  }

  .bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-arrow.slick-prev {
    right: 60px
  }

  .tax-resource-collection .bl-page-section_resources__collections-list .bl-partial-resource-collection__items:before,
  .tax-resource-collection .bl-page-section_resources__collections-list .bl-partial-resource-collection__items:after,
  .bl-page-section_resources__items .bl-partial-resource-collection__items:before,
  .bl-page-section_resources__items .bl-partial-resource-collection__items:after,
  .tax-resource-collection .bl-partial-resource-item,
  .bl-page-section_resources__items .bl-partial-resource-item {
    width: calc(33.3% - 15px)
  }
}

@media only screen and (min-width:991px) {
  .bl-page-section_resources__tags-item:hover {
    color: var(--black);
    background-color: var(--primary)
  }

  .page-template-resources .select2-dropdown .select2-results__option:hover,
  .page-template-resources .select2-dropdown .select2-results__option.select2-results__option--selected,
  .tax-resource-collection .select2-dropdown .select2-results__option:hover,
  .tax-resource-collection .select2-dropdown .select2-results__option.select2-results__option--selected {
    margin: 0;
    padding: 8px 10px;
    color: var(--white);
    background-color: var(--primary)
  }
}

@media only screen and (max-width:990px) {
  .bl-page-section_resources__hero {
    height: 158px
  }

  #page .bl-page-section_resources__hero .grid-container {
    padding: 0 20px
  }

  .bl-page-section_resources__hero h1 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 32px
  }

  .bl-page-section_resources__filters {
    padding: 20px 0
  }

  .bl-page-section_resources__filters .grid-container {
    flex-wrap: wrap
  }

  .bl-page-section_resources__filters-item--search {
    margin: 0 0 16px
  }

  .bl-page-section_resources__filters-item--collections {
    width: 60%;
    max-width: 100%;
    margin: 0
  }

  .admin-bar.page-template-resources .select2-dropdown {
    margin-top: 45px
  }

  .bl-page-section_resources__filters-item--collections .select2-container .select2-selection {
    padding: 5px 12px;
    border: 1px solid var(--primary)
  }

  .bl-page-section_resources__filters-item--collections .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
  .bl-page-section_resources__filters-item--collections .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
  .bl-page-section_resources__filters-item--collections .select2-container .select2-selection {
    border-radius: 15px 0 0 15px
  }

  .page-template-resources .select2-dropdown .select2-results__options {
    box-shadow: none;
    border: 1px solid var(--primary);
    background: var(--white)
  }

  .page-template-resources .select2-dropdown .select2-results__options {
    padding: 0
  }

  .page-template-resources .select2-dropdown .select2-results__option.select2-results__option--highlighted,
  .page-template-resources .select2-dropdown .select2-results__option {
    margin: 0;
    padding: 5px 10px
  }

  .bl-page-section_resources__filters-item--collections .select2-container {
    width: 100% !important
  }

  .page-template-resources .select2-dropdown .select2-results__option.select2-results__option--selected,
  .tax-resource-collection .select2-dropdown .select2-results__option.select2-results__option--selected {
    margin: 0;
    padding: 5px 10px;
    color: var(--white);
    background-color: var(--primary)
  }

  .bl-page-section_resources__filters-item--types {
    position: relative;
    width: 40%
  }

  .bl-page-section_resources__filters-item--mobile-toggle {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 12px;
    font-size: 16px;
    line-height: 20px;
    color: var(--primary);
    text-align: left;
    border: 1px solid var(--primary);
    border-left: none;
    border-radius: 0 15px 15px 0;
    background: url(/assets/images/icon/icon-angle-down.svg) center right 12px no-repeat;
    background-size: 14px 8px
  }

  .bl-page-section_resources__filters-item--mobile-toggle:hover,
  .bl-page-section_resources__filters-item--mobile-toggle:focus,
  .bl-page-section_resources__filters-item--mobile-toggle:active {
    color: var(--primary);
    background: url(/assets/images/icon/icon-angle-down.svg) center right 12px no-repeat;
    background-size: 14px 8px
  }

  .bl-page-section_resources__filters-item--types_nav {
    display: none;
    position: absolute;
    left: -1px;
    right: 0;
    top: 31px;
    flex-direction: column;
    border: 1px solid var(--primary);
    z-index: 99;
    background-color: var(--white)
  }

  .bl-page-section_resources__filters-item--types_item {
    width: 100%;
    padding: 7px 10px;
    border: none;
    border-radius: 0
  }

  .bl-page-section_resources__filters-item--types_item:not(:last-of-type) {
    border-bottom: 1px solid var(--primary)
  }

  #page .bl-page-section_resources__filters-additional {
    margin: 0
  }

  .bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-list {
    padding-left: 0
  }

  .bl-page-section_resources__filters-breadcrumbs {
    display: block;
    margin: 20px 0;
    padding: 0
  }

  .bl-page-section_resources__filters-breadcrumbs * {
    display: inline
  }

  .bl-partial-resource-collection__items {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .bl-page-section_resources__latest .bl-partial--title-dark.bl-partial--title-with-star,
  .bl-page-section_resources__collections-list .bl-partial-resource-collection .bl-partial--title-dark.bl-partial--title-with-star {
    font-size: 22px;
    line-height: 30px;
  }

  .bl-page-section_resources__latest .bl-partial--title-dark.bl-partial--title-with-star {
    margin: 0 0 20px
  }

  .bl-page-section_resources__latest .bl-partial-resource-collection__items {
    /* width: calc(100% + 30px);
    max-width: calc(100% + 30px); */
    width: 100%;
    max-width: 100%;
    /* margin: 0 -15px; */
    padding: 0;
    flex-wrap: wrap
  }

  .bl-page-section_resources__collections-list .bl-partial-resource-item,
  .tax-resource-collection .bl-page-section_resources__collections-list .bl-partial-resource-collection__items:before,
  .tax-resource-collection .bl-page-section_resources__collections-list .bl-partial-resource-collection__items:after,
  .bl-page-section_resources__items .bl-partial-resource-collection__items:before,
  .bl-page-section_resources__items .bl-partial-resource-collection__items:after,
  .tax-resource-collection .bl-partial-resource-item,
  .bl-page-section_resources__items .bl-partial-resource-item {
    width: 100%
  }

  .bl-page-section_resources__latest .bl-partial-resource-item {
    width: 100%;
    margin: 0
  }

  .tax-resource-collection .bl-partial-resource-item,
  .bl-page-section_resources__items .bl-partial-resource-item {
    margin: 0;
    padding: 0
  }

  .bl-page-section_resources__latest .bl-partial-resource-item {
    padding: 20px 0 0
  }

  .tax-resource-collection .bl-partial-resource-item:not(:last-of-type),
  .bl-page-section_resources__items .bl-partial-resource-item:not(:last-of-type) {
    margin: 0 0 60px
  }

  .bl-page-section_resources__latest .bl-partial-resource-item__thumbnail,
  .bl-page-section_resources__collections-list .bl-partial-resource-item__thumbnail,
  .bl-page-section_resources__items .bl-partial-resource-item__thumbnail {
    height: calc((100vw - 40px)*0.53);
    margin: 0 0 10px
  }

  .bl-page-section_resources__latest .bl-partial-resource-item__meta h3,
  .bl-page-section_resources__items .bl-partial-resource-item__meta h3,
  .bl-page-section_resources__collections-list .bl-partial-resource-item__meta h3 {
    margin: 0 0 4px
  }

  .bl-page-section_resources__collections-list .bl-partial-resource-collection__items {
    position: relative
  }

  .bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-arrow {
    width: 9px;
    height: 13px;
    position: absolute;
    top: -15px
  }

  .bl-page-section_resources__collections .bl-page-section_resources__collections-items .slick-arrow,
  .bl-page-section_resources__collections-list .bl-partial-resource-collection__items .slick-arrow {
    width: 9px;
    height: 13px;
    position: absolute;
    top: -14px;
    padding: 0;
    border: none;
    font-size: 0;
    z-index: 10
  }

  .bl-page-section_resources__collections .bl-page-section_resources__collections-items .slick-arrow.slick-disabled,
  .bl-page-section_resources__collections-list .bl-partial-resource-collection__items .slick-arrow.slick-disabled {
    opacity: .5
  }

  .bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-arrow.slick-prev,
  .bl-page-section_resources__collections .bl-page-section_resources__collections-items .slick-arrow.slick-prev,
  .bl-page-section_resources__collections-list .bl-partial-resource-collection__items .slick-arrow.slick-prev {
    background: url(/assets/images/icon/icon-angle-left-primary.svg) center center no-repeat;
    background-size: contain
  }

  .bl-page-section_resources__latest .bl-partial-resource-collection__items .slick-arrow.slick-next,
  .bl-page-section_resources__collections .bl-page-section_resources__collections-items .slick-arrow.slick-next,
  .bl-page-section_resources__collections-list .bl-partial-resource-collection__items .slick-arrow.slick-next {
    right: 20px;
    background: url(/assets/images/icon/icon-angle-right-primary.svg) center center no-repeat;
    background-size: contain
  }

  .bl-page-section_resources__collections {
    padding: 0 0 30px;
    background: 0 0
  }

  .tax-resource-collection .bl-page-section_resources__collections h2,
  .bl-page-section_resources__collections h2 {
    padding: 0;
    margin: 0 0 26px;
    font-size: 22px;
    line-height: 30px
  }

  .bl-page-section_resources__collections .bl-page-section_resources__collections-items .slick-arrow.slick-prev {
    right: 70px
  }

  .bl-page-section_resources__collections-items {
    margin: 0 -5px;
    width: calc(100% + 10px);
    max-width: calc(100% + 10px)
  }

  .bl-page-section_resources__collections-item {
    margin: 0 5px;
    height: 210px;
    padding: 0 5px
  }

  .bl-page-section_resources__collections-item svg {
    top: 5px;
    left: 9px;
    width: 15px;
    height: 15px
  }

  .bl-page-section_resources__collections-item h3 {
    font-size: 16px;
    line-height: 25px
  }

  .bl-page-section_resources__tags {
    padding: 12px 0 40px;
    background-color: var(--brand-gray-1)
  }

  .bl-page-section_resources__tags-items {
    padding: 0;
    justify-content: flex-start
  }

  .tax-resource-collection #page .bl-page-section_resources__collections .grid-container:before,
  #page .bl-page-section_resources__collections.page-is-filtered .grid-container:before {
    display: none;
    content: inherit
  }

  .tax-resource-collection #page .bl-page-section_resources__collections .grid-container,
  #page .bl-page-section_resources__collections.page-is-filtered .grid-container {
    padding-top: 0
  }

  .tax-resource-collection .bl-page-section_resources__collections .bl-page-section_resources__collections-items .slick-arrow,
  .bl-page-section_resources__collections.page-is-filtered .bl-page-section_resources__collections-items .slick-arrow {
    top: -14px
  }

  .tax-resource-collection .bl-partial-resource-collection h2 {
    margin: 0
  }

  .bl-page-section_resources__collections .bl-page-section_resources__collections-items .slick-arrow.slick-next {
    right: 5px
  }

  .bl-page-section_resources__collections .bl-page-section_resources__collections-items .slick-arrow.slick-prev {
    right: 50px
  }

  .bl-page-section_resources__collections-list .bl-partial-resource-collection__items {
    display: block
  }

  .bl-page-section_resources__tags h2 {
    margin: 0 0 17px;
    font-size: 22px;
    line-height: 30px
  }
}

.page-template-integrity-matters-blog .bl-page-section_resources__filters-item--collections,
.page-template-integrity-matters-blog .bl-page-section_resources__filters-item--types {
  display: none
}

.page-template-integrity-matters-blog .bl-partial-resource-collection__items {
  padding-bottom: 60px
}

.page-template-integrity-matters-blog .bl-page-section_resources__items .bl-partial--title-with-star {
  font-size: 28px;
  line-height: 35px
}

@media only screen and (max-width:990px) {
  .page-template-integrity-matters-blog .bl-page-section_resources__hero {
    height: 310px
  }
}

@media only screen and (max-width:550px) {
  .page-template-integrity-matters-blog .bl-page-section_resources__hero {
    height: 230px
  }
}


.bl-partial-resource-item:hover .after-post-tags .smoothscroll {
  background-color: var(--black);
  color: var(--primary);
}

.bl-partial-resource-item:hover .card-title a {
  color: var(--black);
}

.bl-partial-resource-item .card-title .post-media {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: 8px;
}

.bl-partial-resource-item .card-title .post-media.article {
  background: url("/assets/images/icon/post/article.svg") no-repeat center center;
}

.bl-partial-resource-item .card-title .post-media.video {
  background: url("/assets/images/icon/post/video.svg") no-repeat center center;
}

.bl-partial-resource-item .card-title .post-media.audio {
  background: url("/assets/images/icon/post/audio.svg") no-repeat center center;
}

.bl-partial-resource-item:hover .card-title .post-media.article {
  background: url("/assets/images/icon/post/article-black.svg") no-repeat center center;
}

.bl-partial-resource-item:hover .card-title .post-media.video {
  background: url("/assets/images/icon/post/video-black.svg") no-repeat center center;
}

.bl-partial-resource-item:hover .card-title .post-media.audio {
  background: url("/assets/images/icon/post/audio-black.svg") no-repeat center center;
}

.bl-partial-resource-item:hover .card-footer .author-meta a {
  color: var(--black);
}

.bl-partial-resource-item:hover .card-footer .author-meta .post-date {
  color: var(--black);
}

.bl-partial--title-with-star span {
  color: var(--text-color-primary);
}



.wrapper {
  width: 100%;
}

.wrapper .content {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.bl-page-post {
  font-family: var(--bl-font-post);
  width: 100%;
}

.bl-page-post .bl-page-post-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}



.bl-page-post .bl-page-post-row .post-side {
  width: 300px;
  box-sizing: border-box;
  padding: 70px 0 0 0px;
}

.bl-page-post .after-post-tags ul.tags {
  overflow: auto;
  height: auto;
}

.table-wrapper {
  overflow-x: auto;
}

.theme-switch {
  width: 30px;
  height: 30px;
  margin: 0 0.8rem;
  cursor: pointer;
  background: url('/assets/images/icon/header/icon-dark-mode.svg') no-repeat center center;
}

html.light .theme-switch {
  background: url('/assets/images/icon/header/icon-light-mode.svg') no-repeat center center;
}

html.light .search-container {
  background-color: rgba(104, 105, 107, .25);
}

html.light .bl-media-type-items .bl-media-type-item {
  color: var(--text-color-primary);
  border: 1px solid var(--black);
}

html.light .bl-media-type-items .bl-media-type-item.is-active {
  background-color: var(--black);
  color: var(--primary);
}

html.light .bl-media-type-items .bl-media-type-item:first-child {
  border-left: 1px solid var(--black);
}

html.light .bl-media-type-items .bl-media-type-item:hover {
  background-color: var(--black);
  color: var(--primary);
}

html.light .bl-page-section_resources__tags-item {
  color: var(--black);
  border: 1px solid var(--black);
}

html.light .bl-page-section_resources__tags-item:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

html.light .bl-page-section_resources__tags-item.is-active {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

html.light .bl-lunr-tags-content .bl-lunr-tags-toggle {
  background: url('/assets/images/icon/icon-chevron-down-black.svg') no-repeat center center;
  background-size: 16px 19px;
  border: 1px solid var(--black);
}


.search-container select#collection-select {
  display: none;
}

.search-container .select2.select2-container {
  display: block;
  width: 100% !important;
}

.search-container .select2.select2-container .selection {
  display: block;
  width: 100% !important;

}

.search-container .select2.select2-container .selection .select2-selection {
  display: block;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.select2-search.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-container {}

.select2-container .select2-dropdown {}

.select2-results {}

.select2-results ul {
  border: 1px solid var(--brand);
  background-color: var(--black);
  list-style: none;
  padding: 17px 20px 17px 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}

.select2-results li {
  width: 253px;
  height: 38px;
  list-style: none;
  color: var(--white);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  padding-left: 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.select2-results li:hover {
  background-color: var(--brand);
}

.select2-results__option--selected {
  background: url('/assets/images/icon/icon-check-white.svg') no-repeat 220px center;
  background-size: 13px 11px;
  background-color: var(--brand);
}

html.light .select2-results ul {
  background-color: #EBEBEB;
}

html.light .select2-results ul li {
  color: var(--black);
}

html.light .select2-results__option--selected {
  background: url('/assets/images/icon/icon-check-black.svg') no-repeat 220px center;
  background-size: 13px 11px;
  background-color: var(--brand);
}

html.light .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--black);
}

html.light .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url('/assets/images/icon/icon-chevron-down-black.svg') center right no-repeat;
  background-size: contain;
}

html.light .toc ul li a {
  color: #525860;
}

html.light .toc a:hover {
  color: var(--text-color-brand);
}

.post-tag-item {
  background-color: rgba(255, 255, 255, 0.20);
  color: #AEB5C5;
}

html.light .post-tag-item {
  background: rgba(104, 105, 107, 0.50);
  color: var(--black);
}

.toc {
  box-sizing: border-box;
  max-height: (100vh - var(--header-height) - 70px);
  overflow-y: auto;
}

.toc ul {
  padding: 0;
  list-style: none;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 21.12px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-block: 0;
  margin: 0;
  overflow-wrap: break-word;
  margin: 8px 0 8px 8px;
}

.toc ul li {
  display: list-item;
  list-style: none;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 21.12px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-block: 0;
  margin: 8px;
  overflow-wrap: break-word;
}

.toc ul a {
  color: var(--white);
}

.toc li a:hover {
  color: var(--text-color-brand);
}

.toc li a.active {
  color: var(--text-color-brand) !important;
}

.toc strong {
  font-weight: normal;
}

.bl-body-collection-link-item {
  cursor: pointer;
}

.bl-body-collection-link-item:hover {
  color: var(--text-color-brand);
}

.bl-article-header {
  padding: 0 54px 50px 54px;
}