.bx-page-block-container {
  position: relative;
  padding-bottom: 15px;
}
.bx-page-block-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  border-bottom: 1px solid #e3e3e3;
}

.bx-page-block-container:last-child:after {
  display: none;
}
.bx-layout-wrapper {
  border-radius: 12px !important;
  box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.18) !important;
  background-color: #fff !important;
}

.bx-layout-cell {
  gap: 0 !important;
}

.bx-db-container {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#entity-cover {
  padding-top: 60px;
}

.bx-cover-wrapper,
.dark .bx-cover-wrapper {
  /*background-image: url(../images/cover_bg.png) !important;*/
  height: 100px;
}

.bx-menu-object-bx_organizations_submenu a {
  color: #262626 !important;
  font-family: "BrandonGrotesque", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 390 !important;
  line-height: normal !important;
}
.bx-menu-object-bx_organizations_submenu a:hover {
  background: none !important;
  color: #7728dd !important;
}
.bx-menu-object-bx_organizations_submenu .bx-menu-item a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 15px;
  margin-right: 15px;
}
.bx-menu-object-bx_organizations_submenu .bx-menu-tab-active a {
  color: #7728dd !important;
}

.bx-menu-object-bx_organizations_submenu a:hover .bx-mi-underline {
  background-color: #7728dd !important;
}
.bx-menu-object-bx_organizations_submenu
  .bx-menu-item.bx-menu-tab-active
  .bx-mi-underline {
  background-color: #7728dd !important;
  height: 4px;
}
.bx-content-container {
  padding-bottom: 40px;
}
#bx-content-main {
  margin-top: 5px;
  margin-bottom: 57px;
}
#bx-content-wrapper .bx-def-page-width {
  max-width: 1280px;
}
.bx-media-phone {
  #bx-page-organizations-home{
    .bx-page-block-container {
      padding-bottom: 0px;
    }
  }
}