/**
* BUSINESS EXCHANGE PAGE
*/
.page-template-page-business-exchange .be-header {
  padding: 38px 20px;
  background: #243461;
  width: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
}

.page-template-page-business-exchange .be-header a.clear-search {
  display: none;
}

.page-template-page-business-exchange .be-header a.clear-search svg {
  position: absolute;
  margin-left: -25px;
  margin-top: 13px;
}

.page-template-page-business-exchange .be-header__title {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 58px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 24px;
}

.page-template-page-business-exchange .be-header__search {
  background-color: #FFF;
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px;
  border-radius: 8px;
  width: 440px;
  padding: 15px;
  padding-left: 35px;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #141827;
}

@media only screen and (max-width: 480px) {
  .page-template-page-business-exchange .be-header__search {
    width: calc(100vw - 40px);
  }
}

.page-template-page-business-exchange .be-header__search::-webkit-input-placeholder {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7F868F;
}

.page-template-page-business-exchange .be-header__search:-ms-input-placeholder {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7F868F;
}

.page-template-page-business-exchange .be-header__search::-ms-input-placeholder {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7F868F;
}

.page-template-page-business-exchange .be-header__search::placeholder {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7F868F;
}

.page-template-page-business-exchange .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 935px) {
  .page-template-page-business-exchange .filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row-gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 1066px) {
  .page-template-page-business-exchange .filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row-gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: -50px;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-page-business-exchange .filters {
    width: 100%;
    grid-row-gap: 20px;
    margin-top: -50px;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-page-business-exchange .filters .filters-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.page-template-page-business-exchange .filters .filters-a a {
  width: 100%;
}

@media only screen and (max-width: 601px) {
  .page-template-page-business-exchange .filters .filters-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-page-business-exchange .filters .filters-b a {
    width: 100%;
  }
}

.page-template-page-business-exchange .filters__btn {
  width: auto;
  padding: 10px 16px;
  text-align: center;
  border: 1px solid #667C89;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  margin-right: 10px;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #667C89;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 601px) {
  .page-template-page-business-exchange .filters__btn {
    margin-right: 0;
  }
}

.page-template-page-business-exchange .filters__btn.favorites {
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/heart-v2-off.svg");
  background-position: 10px;
  background-repeat: no-repeat;
  padding: 10px 16px 10px 38px;
}

@media only screen and (max-width: 601px) {
  .page-template-page-business-exchange .filters__btn.favorites {
    background-position: calc(50% - 35px);
    margin-right: 0;
  }
}

.page-template-page-business-exchange .filters__btn.toggle-slider {
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/toggle-off.svg");
  background-position: 10px;
  background-repeat: no-repeat;
  padding: 10px 16px 10px 38px;
  margin-right: 0;
}

.page-template-page-business-exchange .filters__btn.toggle-slider:hover {
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/toggle-on.svg");
}

@media only screen and (max-width: 601px) {
  .page-template-page-business-exchange .filters__btn.toggle-slider {
    background-position: calc(50% - 98px);
    margin-right: 0;
  }
}

.page-template-page-business-exchange .filters__btn.add-opportunity {
  background: #B3421B url("/wp-content/themes/buddyboss-theme-child/assets/img/opportunity-icon.svg") no-repeat;
  background-position: 23px;
  background-repeat: no-repeat;
  padding: 10px 23px 10px 50px;
  margin-left: 10px;
  margin-right: 0;
  border: 1px solid #B3421B;
  border-radius: 6px;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media only screen and (max-width: 601px) {
  .page-template-page-business-exchange .filters__btn.add-opportunity {
    margin-left: 0px;
    background-position: calc(50% - 78px);
  }
}

.page-template-page-business-exchange .filters__btn.add-opportunity:hover {
  background: #de5323 url("/wp-content/themes/buddyboss-theme-child/assets/img/opportunity-icon.svg") no-repeat;
  background-position: 23px;
  border: 1px solid #de5323;
  color: #FFFFFF;
}

.page-template-page-business-exchange .filters__btn:hover, .page-template-page-business-exchange .filters__btn--active {
  border: 1px solid #B3421B;
  color: #B3421B;
}

@media only screen and (max-width: 601px) {
  .page-template-page-business-exchange .filters__btn:hover, .page-template-page-business-exchange .filters__btn--active {
    background-position: calc(50% - 35px);
    margin-right: 0;
  }
}

.page-template-page-business-exchange .filters__btn:hover.favorites, .page-template-page-business-exchange .filters__btn--active.favorites {
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/heart-v2-on.svg");
}

.page-template-page-business-exchange .filters__btn:hover.advfilters, .page-template-page-business-exchange .filters__btn--active.advfilters {
  background-position: calc(50% - 98px);
}

.page-template-page-business-exchange .adv-filters {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: left;
  margin-bottom: 41px;
}

@media only screen and (max-width: 901px) {
  .page-template-page-business-exchange .adv-filters {
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}

.page-template-page-business-exchange .adv-filters .selected-adv-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-overflow: inherit;
  white-space: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}

@media only screen and (max-width: 601px) {
  .page-template-page-business-exchange .adv-filters .selected-adv-filters {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.page-template-page-business-exchange .adv-filters .search-query {
  display: none;
  margin-right: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1024px) {
  .page-template-page-business-exchange .adv-filters .search-query {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.page-template-page-business-exchange .adv-filters .adv-filters-query {
  display: none;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media only screen and (max-width: 1024px) {
  .page-template-page-business-exchange .adv-filters .adv-filters-query {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    width: 100%;
  }
}

.page-template-page-business-exchange .adv-filters span.title {
  padding-right: 10px;
}

.page-template-page-business-exchange .adv-filters a.adv-filter-btn {
  background: #E0EBF1;
  border-radius: 6px;
  padding: 12px 16px;
  margin-right: 10px;
  line-height: 16px;
  color: #73B5DD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-page-business-exchange .adv-filters a.adv-filter-btn.subclear-search {
  width: auto !important;
}

.page-template-page-business-exchange .adv-filters a.adv-filter-btn.subclear-search span {
  width: auto !important;
}

@media only screen and (max-width: 901px) {
  .page-template-page-business-exchange .adv-filters a.adv-filter-btn {
    display: inline-block;
    line-height: initial;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 601px) {
  .page-template-page-business-exchange .adv-filters a.adv-filter-btn {
    width: calc(50% - 10px);
    margin-right: 0;
  }
}

.page-template-page-business-exchange .adv-filters a.adv-filter-btn span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
}

@media only screen and (max-width: 601px) {
  .page-template-page-business-exchange .adv-filters a.adv-filter-btn span {
    width: calc(100% - 30px);
    display: inline-block;
  }
}

.page-template-page-business-exchange .adv-filters a.adv-filter-btn svg {
  margin-left: 16px;
}

.page-template-page-business-exchange .adv-filters .clear-filter a {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #B3421B;
}

.page-template-page-business-exchange .adv-filters .clear-a {
  width: 200px;
}

.page-template-page-business-exchange .opportunities-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 35px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1332px) {
  .page-template-page-business-exchange .opportunities-lists {
    grid-gap: 20px;
  }
}

@media only screen and (max-width: 1185px) {
  .page-template-page-business-exchange .opportunities-lists {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 901px) {
  .page-template-page-business-exchange .opportunities-lists {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.page-template-page-business-exchange .opportunities-lists img.emoji, .page-template-page-business-exchange .opportunities-lists img.emojioneemoji {
  display: none !important;
}

.page-template-page-business-exchange .opportunities-lists .card {
  background: #FFFFFF;
  border: 1px solid #E7E9EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: 20px 20px 23px 20px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 601px) {
  .page-template-page-business-exchange .opportunities-lists .card {
    max-width: 100%;
  }
}

.page-template-page-business-exchange .opportunities-lists .card.skeleton {
  padding-bottom: 10px;
}

.page-template-page-business-exchange .opportunities-lists .card.skeleton .card__featured {
  background-color: #ccc;
  padding-bottom: 67.25%;
  height: 0;
  overflow: hidden;
  -webkit-animation: flickerAnimation 1s infinite;
          animation: flickerAnimation 1s infinite;
  margin-bottom: 10px;
}

.page-template-page-business-exchange .opportunities-lists .card.skeleton .card__details {
  height: 30px;
  -webkit-animation: flickerAnimation 1s infinite;
          animation: flickerAnimation 1s infinite;
  background: #ccc;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}

.page-template-page-business-exchange .opportunities-lists .card.skeleton .card__categories {
  height: 30px;
  -webkit-animation: flickerAnimation 1s infinite;
          animation: flickerAnimation 1s infinite;
  background: #ccc;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
}

.page-template-page-business-exchange .opportunities-lists .card__authorbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-page-business-exchange .opportunities-lists .card__authorbox .avatar {
  border-radius: 8px;
  width: 60px;
  height: 60px;
}

.page-template-page-business-exchange .opportunities-lists .card__authorbox .name {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #141827;
  width: 100%;
  display: block;
  padding-right: 32px;
}

.page-template-page-business-exchange .opportunities-lists .card__authorbox .company {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #73B5DD;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.page-template-page-business-exchange .opportunities-lists .card__details {
  display: contents;
}

.page-template-page-business-exchange .opportunities-lists .card__details .title {
  margin: 0;
  padding-top: 14px;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #243461;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.page-template-page-business-exchange .opportunities-lists .card__details .desc {
  margin: 0;
  padding-top: 14px;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #4F4F4F;
  min-height: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.page-template-page-business-exchange .opportunities-lists .card__details .category {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(20px, auto) 1fr 1fr;
      grid-template-columns: minmax(20px, auto) 1fr 1fr;
  gap: 8px;
  padding-top: 14px;
  padding-bottom: 24px;
  margin-top: auto;
}

.page-template-page-business-exchange .opportunities-lists .card__details .category a {
  background: rgba(115, 181, 221, 0.15);
  border-radius: 4px;
  padding: 8px 10px;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px !important;
  color: #73B5DD;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
  text-align: center;
}

.page-template-page-business-exchange .opportunities-lists .card__details .category a:last-child {
  margin-right: 0;
}

.page-template-page-business-exchange .opportunities-lists .card__details .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  border-top: 1px solid #E7E9EC;
}

.page-template-page-business-exchange .opportunities-lists .card__details .footer .date {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #A3A5A9;
}

.page-template-page-business-exchange .opportunities-lists .card__details .footer .view-more-btn {
  background: #B3421B;
  border-radius: 8px;
  padding: 8px;
  width: 100%;
  max-width: 120px;
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-template-page-business-exchange .opportunities-lists .card__details .footer .view-more-btn:hover {
  background: #de5323;
}

.page-template-page-business-exchange .opportunities-lists .card .swap-on-hover {
  position: relative;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
}

.page-template-page-business-exchange .opportunities-lists .card .swap-on-hover.active .fav-on {
  z-index: 100;
}

.page-template-page-business-exchange .opportunities-lists .card .swap-on-hover img {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  z-index: 99;
}

.page-template-page-business-exchange .opportunities-lists .card .swap-on-hover .swap-on-hover__front-image {
  z-index: 100;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  cursor: pointer;
}

.page-template-page-business-exchange .opportunities-lists .card .swap-on-hover:hover > .swap-on-hover__front-image {
  opacity: 0;
}

.page-template-page-business-exchange .adv-filter-slider-div {
  background: rgba(20, 24, 39, 0.75);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999;
  /* Sit on top */
  left: 0;
  top: 0;
  overflow: hidden;
  display: none;
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider {
  background: #FFFFFF;
  width: 550px;
  height: 100%;
  position: absolute;
  right: -550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 601px) {
  .page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider {
    width: calc(100% - 20px);
    right: calc(-100% + 20px);
    margin: 10px;
    height: calc(100% - 20px);
  }
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider .content {
  max-height: 100%;
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider.slide-in {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider.slide-out {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
  }
}

@keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider .header {
  padding: 28px 30px;
  background: #B3421B;
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider .header .close-slider {
  cursor: pointer;
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider .term_options {
  padding: 40px 30px;
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 601px) {
  .page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider .term_options {
    max-height: calc(100vh - 300px);
  }
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider .term_options .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #7F868F;
  background-color: transparent;
  border: none;
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/plus.svg");
  background-position: right center;
  background-repeat: no-repeat;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E7E9EC;
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider .term_options .accordion.open {
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/minus.svg");
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider .term_options .accordion:hover {
  background-color: transparent !important;
  border-bottom: 1px solid #E7E9EC;
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider .term_options .panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-row-gap: 20px;
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider .term_options .panel.opportunity_category_panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

@media only screen and (max-width: 601px) {
  .page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider .term_options .panel.opportunity_category_panel {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider .term_options .panel .filter-checkbox:last-child {
  margin-bottom: 40px;
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider .term_options .panel .filter-checkbox input[type="checkbox"] {
  opacity: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider .term_options .panel .filter-checkbox input + label {
  width: 60px;
  height: 30px;
  cursor: pointer;
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/check-off.png");
  background-repeat: no-repeat;
  background-position-y: 3px;
  padding-left: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
  position: relative;
  z-index: -1;
  margin-left: -28px;
  text-transform: capitalize;
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider .term_options .panel .filter-checkbox input[type="checkbox"]:checked + label {
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/check-on.png");
  background-repeat: no-repeat;
  padding-left: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider .clear-filter {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #73B5DD;
  padding: 40px 30px;
  margin-bottom: 40px;
}

.page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider #filter-now {
  background: #E96031;
  color: #fff;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  max-width: 240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: block;
}

@media only screen and (max-width: 601px) {
  .page-template-page-business-exchange .adv-filter-slider-div .adv-filter-slider #filter-now {
    margin-bottom: 90px;
  }
}

.page-template-page-business-exchange .lds-default {
  margin-top: 100px;
}

.page-template-page-business-exchange .no-records {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-page-business-exchange .no-records img {
  width: 158px;
  margin-bottom: 40px;
}

.page-template-page-business-exchange .no-records .result-heading {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  color: #141827;
  margin-bottom: 40px;
}

.page-template-page-business-exchange .no-records .result-desc {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  color: #141827;
}

.page-template-page-business-exchange .modal {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(20, 24, 39, 0.75);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}

@media only screen and (max-width: 480px) {
  .page-template-page-business-exchange .modal {
    padding: 10px;
  }
}

.page-template-page-business-exchange .modal-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 600px;
  text-align: center;
  position: relative;
  -webkit-animation-name: animatetop;
          animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  /* Add Animation */
}

@media only screen and (max-width: 480px) {
  .page-template-page-business-exchange .modal-content {
    margin: auto;
  }
}

.page-template-page-business-exchange .modal-content .modal-header {
  background: #B3421B;
  border-radius: 12px 12px 0px 0px;
  padding: 11px;
  text-align: center;
}

.page-template-page-business-exchange .modal-content .modal-header h2 {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
  margin: 0;
}

.page-template-page-business-exchange .modal-content .modal-header .modal-close {
  color: #FFFFFF !important;
  position: absolute;
  font-size: 35px;
  font-weight: lighter;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.page-template-page-business-exchange .modal-content .modal-header .modal-close:hover, .page-template-page-business-exchange .modal-content .modal-header .modal-close:focus {
  color: #FFFFFF;
  text-decoration: none;
}

.page-template-page-business-exchange .modal-content .modal-body {
  margin: 0;
  background: #FFFFFF;
  padding: 40px 50px 36px 50px;
  border-radius: 0px 0px 12px 12px;
}

@media only screen and (max-width: 480px) {
  .page-template-page-business-exchange .modal-content .modal-body {
    padding: 30px 20px 36px 20px;
  }
}

.page-template-page-business-exchange .modal-content .modal-body .form-div {
  text-align: left;
  display: block;
  margin-bottom: 24px;
}

.page-template-page-business-exchange .modal-content .modal-body .form-div.error-input input, .page-template-page-business-exchange .modal-content .modal-body .form-div.error-input textarea {
  border: 2px solid red;
}

.page-template-page-business-exchange .modal-content .modal-body .form-div span.error-text {
  color: red;
}

.page-template-page-business-exchange .modal-content .modal-body .form-label {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #243461;
  margin-right: 24px;
}

@media only screen and (max-width: 480px) {
  .page-template-page-business-exchange .modal-content .modal-body .form-label {
    display: block;
  }
}

.page-template-page-business-exchange .modal-content .modal-body label {
  margin-right: 24px;
}

@media only screen and (max-width: 480px) {
  .page-template-page-business-exchange .modal-content .modal-body label {
    margin-right: 14px;
  }
}

.page-template-page-business-exchange .modal-content .modal-body input[type="text"] {
  border: 1px solid #E7E9EC;
  border-radius: 6px;
  width: 100%;
}

.page-template-page-business-exchange .modal-content .modal-body input[type="text"]::-webkit-input-placeholder {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #A3A5A9;
}

.page-template-page-business-exchange .modal-content .modal-body input[type="text"]:-ms-input-placeholder {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #A3A5A9;
}

.page-template-page-business-exchange .modal-content .modal-body input[type="text"]::-ms-input-placeholder {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #A3A5A9;
}

.page-template-page-business-exchange .modal-content .modal-body input[type="text"]::placeholder {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #A3A5A9;
}

.page-template-page-business-exchange .modal-content .modal-body input[type="text"]#opp-cat {
  background: url("/wp-content/themes/buddyboss-theme-child/assets/img/caret-down.svg");
  background-position: calc(100% - 15px);
  background-repeat: no-repeat;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .page-template-page-business-exchange .modal-content .modal-body input[type="text"]#opp-cat {
    padding: 0 8px;
  }
}

.page-template-page-business-exchange .modal-content .modal-body textarea {
  border: 1px solid #E7E9EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  height: 120px;
  width: 100%;
}

.page-template-page-business-exchange .modal-content .modal-body input[type="radio"] {
  opacity: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 1;
}

.page-template-page-business-exchange .modal-content .modal-body input + label {
  width: 60px;
  height: 30px;
  cursor: pointer;
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/radio-off.svg");
  background-repeat: no-repeat;
  background-position-y: 1px;
  padding-left: 36px;
  padding-top: 2px;
  padding-bottom: 5px;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #4F4F4F;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .page-template-page-business-exchange .modal-content .modal-body input + label {
    padding-left: 26px;
  }
}

.page-template-page-business-exchange .modal-content .modal-body input[type="radio"]:checked + label {
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/radio-on.svg");
  background-repeat: no-repeat;
  padding-left: 36px;
  padding-top: 2px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 480px) {
  .page-template-page-business-exchange .modal-content .modal-body input[type="radio"]:checked + label {
    padding-left: 26px;
  }
}

.page-template-page-business-exchange .modal-content .modal-body .custom-btn {
  background: #B3421B;
  border-radius: 8px;
  padding: 8px;
  width: 100%;
  max-width: 120px;
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 12px;
  max-width: 232px;
  display: block;
  margin: auto;
}

.page-template-page-business-exchange .modal-content .modal-body .custom-btn.loading {
  opacity: .3;
}

.page-template-page-business-exchange .modal-content .modal-body .custom-btn:hover {
  background: #de5323;
}

.page-template-page-business-exchange .modal-content .modal-body .opp-cat-dropdown {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E7E9EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  margin-top: 10px;
  padding: 16px;
  display: none;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-page-business-exchange .modal-content .modal-body .opp-cat-dropdown .opp-cat-option {
  background: #F3F4F6;
  border-radius: 6px;
  color: #667C89;
  padding: 12px 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-template-page-business-exchange .modal-content .modal-body .opp-cat-dropdown .opp-cat-option:hover {
  background: #EAF4FA;
  color: #73B5DD;
}

.page-template-page-business-exchange .modal-content .modal-body .opp-cat-dropdown .opp-cat-option.active {
  background: #EAF4FA;
  color: #73B5DD;
}

.page-template-page-business-exchange .modal-content .modal-body .opp-cat-dropdown .opp-cat-option.active .cat-close {
  display: block;
  display: inline-block;
  margin-left: 16px;
}

.page-template-page-business-exchange .modal-content .modal-body .opp-cat-dropdown .cat-close {
  display: none;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.page-template-page-business-exchange .btn-watch-now {
  background: #B3421B;
  border-radius: 8px;
  padding: 12px;
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 220px;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-template-page-business-exchange .btn-watch-now:hover {
  background: #de5323;
}

.page-template-page-business-exchange span#counter {
  display: none;
}

/**
* DASHBOARD PAGE
*/
.page-template-page-dashboard .site-main {
  padding-top: 40px;
}

.page-template-page-dashboard .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1300px) {
  .page-template-page-dashboard .container-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-page-dashboard .content-page {
  width: calc(100% - 390px);
}

@media only screen and (max-width: 1300px) {
  .page-template-page-dashboard .content-page {
    width: 100%;
  }
}

.page-template-page-dashboard .content-page.content-page-left section {
  display: none;
}

.page-template-page-dashboard .page-widgets {
  width: 330px;
}

@media only screen and (max-width: 1300px) {
  .page-template-page-dashboard .page-widgets {
    width: 100%;
  }
}

.page-template-page-dashboard .banner {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 40px;
}

.page-template-page-dashboard .banner.welcome-banner {
  background-color: #E0EBF1;
  position: relative;
  padding: 44px 30px;
}

.page-template-page-dashboard .banner.welcome-banner.skeleton {
  background-color: #E0EBF1;
  -webkit-animation: flickerAnimation 1s infinite;
          animation: flickerAnimation 1s infinite;
}

.page-template-page-dashboard .banner.welcome-banner.skeleton .close-banner, .page-template-page-dashboard .banner.welcome-banner.skeleton .btn-watch-now {
  display: none;
}

.page-template-page-dashboard .banner.welcome-banner.skeleton h1, .page-template-page-dashboard .banner.welcome-banner.skeleton p {
  height: 48px;
  width: 300px;
  background-color: #ccc;
  -webkit-animation: flickerAnimation 1s infinite;
          animation: flickerAnimation 1s infinite;
  border-radius: 6px;
}

.page-template-page-dashboard .banner.welcome-banner .close-banner {
  position: absolute;
  right: 17px;
  top: 17px;
  cursor: pointer;
}

.page-template-page-dashboard .banner.welcome-banner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 601px) {
  .page-template-page-dashboard .banner.welcome-banner .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.page-template-page-dashboard .banner.welcome-banner .inner h1 {
  margin: 0;
  margin-bottom: 4px;
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #243461;
}

.page-template-page-dashboard .banner.welcome-banner .inner p {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #243461;
  margin: 0;
}

.page-template-page-dashboard .banner.welcome-banner .inner .btn-watch-now {
  background: #B3421B;
  border-radius: 8px;
  padding: 12px;
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 220px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-template-page-dashboard .banner.welcome-banner .inner .btn-watch-now:hover {
  background: #de5323;
}

.page-template-page-dashboard .banner.news-banner-div {
  /* the slides */
  /* the parent */
}

.page-template-page-dashboard .banner.news-banner-div .slick-slide {
  margin: 0 10px !important;
  border-radius: 6px;
}

.page-template-page-dashboard .banner.news-banner-div .slick-list {
  margin: 0 -10px !important;
}

.page-template-page-dashboard .banner .news-banner {
  background: linear-gradient(137.15deg, #243461 0%, rgba(233, 96, 49, 0.5) 99.27%), url("/wp-content/themes/buddyboss-theme-child/assets/img/default-news-banner.png") no-repeat;
  padding: 30px;
  margin-bottom: 20px;
  min-height: 160px;
  width: 100%;
  border-radius: 6px;
  background-size: cover;
}

.page-template-page-dashboard .banner .news-banner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-template-page-dashboard .banner .news-banner .inner h3 {
  margin: 0;
  margin-bottom: 12px;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  max-width: calc(100% - 50px);
}

@media only screen and (max-width: 601px) {
  .page-template-page-dashboard .banner .news-banner .inner h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-page-dashboard .banner .news-banner .inner .badge-news {
  background: #B3421B;
  border-radius: 6px;
  padding: 7px 16px 3px;
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin-right: 19px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-template-page-dashboard .banner .news-banner .inner p {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0;
}

.page-template-page-dashboard .box-element {
  width: 100%;
  margin-bottom: 40px;
}

.page-template-page-dashboard .box-element .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 26px;
}

.page-template-page-dashboard .box-element .header h2 {
  margin: 0;
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  color: #243461;
}

@media only screen and (max-width: 480px) {
  .page-template-page-dashboard .box-element .header h2 {
    width: 250px;
  }
}

.page-template-page-dashboard .box-element .header .view-link {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #73B5DD;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-template-page-dashboard .box-element .header .view-link svg {
  margin-left: 10px;
}

.page-template-page-dashboard .box-element .header .view-link:hover {
  color: #B3421B;
}

.page-template-page-dashboard .box-element .header .view-link:hover path {
  stroke: #B3421B !important;
}

.page-template-page-dashboard .box-element.upcoming-activities .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.page-template-page-dashboard .box-element.upcoming-activities .content .card {
  background: #FFFFFF;
  border: 1px solid #E7E9EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: 20px 20px 23px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 16px;
}

.page-template-page-dashboard .box-element.upcoming-activities .content .card__datebox {
  background: #B3421B;
  border-radius: 6px;
  padding: 3px 14px 9px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  color: #FFFFFF;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-template-page-dashboard .box-element.upcoming-activities .content .card__datebox .day-txt {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
  display: block;
}

.page-template-page-dashboard .box-element.upcoming-activities .content .card__datebox .day-num {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
  display: block;
}

.page-template-page-dashboard .box-element.upcoming-activities .content .card__details {
  width: calc(100% - 60px);
}

.page-template-page-dashboard .box-element.upcoming-activities .content .card__details .title {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #141827;
  width: 100%;
}

.page-template-page-dashboard .box-element.upcoming-activities .content .card__details .full-date {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #667C89;
  width: 100%;
}

.page-template-page-dashboard .box-element.upcoming-activities .content .card:last-child {
  margin-bottom: 0;
}

.page-template-page-dashboard .box-element.community-chatter #community-iframe {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border: 1px solid #E7E9EC;
  border-radius: 6px;
  margin-top: -30px;
}

.page-template-page-dashboard .box-element.community-chatter #community-iframe-form {
  width: 100%;
  height: 190px;
  overflow: hidden;
  border: none;
}

@media only screen and (max-width: 1400px) {
  .page-template-page-dashboard .box-element.latest-business-exchange .swap-on-hover {
    top: -16px;
    right: -25px;
  }
}

.page-template-page-dashboard .box-element.latest-business-exchange .swap-on-hover-left-arrow {
  position: relative;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
}

.page-template-page-dashboard .box-element.latest-business-exchange .swap-on-hover-left-arrow.active .prev-on {
  z-index: 100;
}

.page-template-page-dashboard .box-element.latest-business-exchange .swap-on-hover-left-arrow img {
  position: absolute;
  top: 190px;
  left: -25px;
  overflow: hidden;
  /* Sets the width and height for the images*/
  z-index: 99;
}

@media only screen and (max-width: 601px) {
  .page-template-page-dashboard .box-element.latest-business-exchange .swap-on-hover-left-arrow img {
    left: -20px;
    width: 40px;
    width: 40px;
  }
}

.page-template-page-dashboard .box-element.latest-business-exchange .swap-on-hover-left-arrow .swap-on-hover-left-arrow__front-image {
  z-index: 100;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  cursor: pointer;
}

.page-template-page-dashboard .box-element.latest-business-exchange .swap-on-hover-left-arrow:hover > .swap-on-hover-left-arrow__front-image {
  opacity: 0;
}

.page-template-page-dashboard .box-element.latest-business-exchange .slick-arrow {
  visibility: hidden !important;
}

.page-template-page-dashboard .box-element.latest-business-exchange .swap-on-hover-right-arrow {
  position: relative;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
}

.page-template-page-dashboard .box-element.latest-business-exchange .swap-on-hover-right-arrow.active .next-on {
  z-index: 100;
}

.page-template-page-dashboard .box-element.latest-business-exchange .swap-on-hover-right-arrow img {
  position: absolute;
  top: 190px;
  right: -25px;
  overflow: hidden;
  /* Sets the width and height for the images*/
  z-index: 99;
}

@media only screen and (max-width: 601px) {
  .page-template-page-dashboard .box-element.latest-business-exchange .swap-on-hover-right-arrow img {
    right: -20px;
    width: 40px;
    width: 40px;
  }
}

.page-template-page-dashboard .box-element.latest-business-exchange .swap-on-hover-right-arrow .swap-on-hover-right-arrow__front-image {
  z-index: 100;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  cursor: pointer;
}

.page-template-page-dashboard .box-element.latest-business-exchange .swap-on-hover-right-arrow:hover > .swap-on-hover-right-arrow__front-image {
  opacity: 0;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content {
  /* the slides */
  /* the parent */
}

.page-template-page-dashboard .box-element.latest-business-exchange .content.slick-initialized .slick-slide {
  margin: 0 10px !important;
  border-radius: 6px;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content.slick-initialized .slick-list {
  margin: 0 -10px !important;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .slick-slide {
  height: inherit !important;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card {
  background: #FFFFFF;
  border: 1px solid #E7E9EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: 20px 30px 23px 30px;
  max-width: 385px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Make the container relative */
  /* Select the image and make it absolute to the container */
  /* 
                        We set z-index to be higher than the back image, so it's alwyas on the front.
                    
                    We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect. 
                    */
  /* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */
}

@media only screen and (max-width: 601px) {
  .page-template-page-dashboard .box-element.latest-business-exchange .content .card {
    max-width: 100%;
  }
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card img.emoji, .page-template-page-dashboard .box-element.latest-business-exchange .content .card img.emojioneemoji {
  display: none !important;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card__authorbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card__authorbox .avatar {
  border-radius: 8px;
  width: 60px;
  height: 60px;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card__authorbox .name {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #141827;
  width: 100%;
  display: block;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card__authorbox .company {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #73B5DD;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card__details .title {
  margin: 0;
  padding-top: 14px;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #243461;
  min-height: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card__details .desc {
  margin: 0;
  padding-top: 14px;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #4F4F4F;
  min-height: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card__details .category {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(20px, auto) 1fr 1fr;
      grid-template-columns: minmax(20px, auto) 1fr 1fr;
  gap: 8px;
  padding-top: 14px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E9EC;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card__details .category a {
  background: rgba(115, 181, 221, 0.15);
  border-radius: 4px;
  padding: 8px 10px;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px !important;
  color: #73B5DD;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card__details .category a:last-child {
  margin-right: 0;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card__details .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  margin-top: auto;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card__details .footer .date {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #A3A5A9;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card__details .footer .view-more-btn {
  background: #B3421B;
  border-radius: 8px;
  padding: 8px;
  width: 100%;
  max-width: 120px;
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card__details .footer .view-more-btn:hover {
  background: #de5323;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card .swap-on-hover {
  position: relative;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card .swap-on-hover.active .fav-on {
  z-index: 100;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card .swap-on-hover img {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
  /* Sets the width and height for the images*/
  width: 32px;
  height: 32px;
  z-index: 99;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card .swap-on-hover .swap-on-hover__front-image {
  z-index: 100;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  cursor: pointer;
}

.page-template-page-dashboard .box-element.latest-business-exchange .content .card .swap-on-hover:hover > .swap-on-hover__front-image {
  opacity: 0;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 22px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 935px) {
  .page-template-page-dashboard .box-element.recent-resources .resources-lists {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1024px) {
  .page-template-page-dashboard .box-element.recent-resources .resources-lists {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 601px) {
  .page-template-page-dashboard .box-element.recent-resources .resources-lists {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #E7E9EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  /* Make the container relative */
  /* Select the image and make it absolute to the container */
  /* 
                        We set z-index to be higher than the back image, so it's alwyas on the front.
                    
                    We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect. 
                    */
  /* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card.skeleton {
  padding-bottom: 10px;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card.skeleton .resource-card__featured {
  background-color: #ccc;
  padding-bottom: 67.25%;
  height: 0;
  overflow: hidden;
  -webkit-animation: flickerAnimation 1s infinite;
          animation: flickerAnimation 1s infinite;
  margin-bottom: 10px;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card.skeleton .resource-card__details {
  height: 30px;
  -webkit-animation: flickerAnimation 1s infinite;
          animation: flickerAnimation 1s infinite;
  background: #ccc;
  width: calc(100% - 20px);
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card.skeleton .resource-card__categories {
  height: 30px;
  -webkit-animation: flickerAnimation 1s infinite;
          animation: flickerAnimation 1s infinite;
  background: #ccc;
  width: calc(100% - 20px);
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card__featured {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 67.25%;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card__featured img {
  inset: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card__details {
  padding: 20px 20px 14px 20px;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card__details h3 {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #141827;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card__categories {
  margin-top: auto;
  padding: 0px 20px 25px 20px;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #667C89;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card__categories a {
  color: #667C89 !important;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card .swap-on-hover {
  position: relative;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card .swap-on-hover.active .fav-on {
  z-index: 100;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card .swap-on-hover.active .watch-on {
  z-index: 100;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card .swap-on-hover img {
  position: absolute;
  top: 10px;
  overflow: hidden;
  /* Sets the width and height for the images*/
  width: 28px;
  height: 28px;
  z-index: 99;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card .swap-on-hover img.watch {
  right: 10px;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card .swap-on-hover img.fav {
  right: 44px;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card .swap-on-hover .swap-on-hover__front-image {
  z-index: 100;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  cursor: pointer;
}

.page-template-page-dashboard .box-element.recent-resources .resources-lists .resource-card .swap-on-hover:hover > .swap-on-hover__front-image {
  opacity: 0;
}

.page-template-page-dashboard .box-element.complete-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  position: relative;
}

.page-template-page-dashboard .box-element.complete-profile .progress-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 27px;
}

.page-template-page-dashboard .box-element.complete-profile .progress-status .progress {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #73B5DD;
}

.page-template-page-dashboard .box-element.complete-profile .progress-status .status {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #667C89;
}

.page-template-page-dashboard .box-element.complete-profile #circle-progress {
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.page-template-page-dashboard .box-element.complete-profile .complete-profile-btn {
  background: #B3421B;
  border-radius: 100px;
  padding: 8px;
  max-width: 163px;
  width: 100%;
  font-family: 'Bebas Neue';
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FAFBFD;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-template-page-dashboard .box-element.complete-profile .complete-profile-btn:hover {
  background: #de5323;
}

.page-template-page-dashboard .box-element.complete-profile .complete-profile-btn svg {
  margin-left: 10px;
}

.page-template-page-dashboard .box-element.widget-box {
  margin-bottom: 40px;
  background: #FFFFFF;
  border: 1px solid #E7E9EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
}

.page-template-page-dashboard .box-element.widget-box .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 24px;
  background: #243461;
  color: #FFFFFF;
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  border-radius: 6px 6px 0px 0px;
}

.page-template-page-dashboard .box-element.widget-box.leadership-board .leadership-board-list {
  padding: 30px 25px;
}

.page-template-page-dashboard .box-element.widget-box.leadership-board .content {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

.page-template-page-dashboard .box-element.widget-box.leadership-board .content:first-child {
  padding-top: 0px;
}

.page-template-page-dashboard .box-element.widget-box.leadership-board .content:last-child {
  padding-bottom: 0px;
}

.page-template-page-dashboard .box-element.widget-box.leadership-board .content .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-page-dashboard .box-element.widget-box.leadership-board .content img.avatar {
  border: 1px solid #E7E9EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  width: 60px;
  height: 60px;
}

.page-template-page-dashboard .box-element.widget-box.leadership-board .details .title {
  width: 100%;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #141827;
}

.page-template-page-dashboard .box-element.widget-box.leadership-board .details .desc {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #667C89;
}

.page-template-page-dashboard .box-element.widget-box.new-members {
  /* Make the container relative */
}

.page-template-page-dashboard .box-element.widget-box.new-members .content {
  padding: 32px 20px;
  padding-bottom: 0;
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-page-dashboard .box-element.widget-box.new-members .content .member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E7E9EC;
  padding: 20px 0;
  width: 100%;
}

.page-template-page-dashboard .box-element.widget-box.new-members .content .member:first-child {
  padding-top: 0;
}

.page-template-page-dashboard .box-element.widget-box.new-members .content .member:last-child {
  border: 0;
}

.page-template-page-dashboard .box-element.widget-box.new-members .content .member .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 210px;
}

.page-template-page-dashboard .box-element.widget-box.new-members .content .member .info img.avatar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.page-template-page-dashboard .box-element.widget-box.new-members .content .member .info .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.page-template-page-dashboard .box-element.widget-box.new-members .content .member .info .details .name {
  width: 100%;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #141827;
}

.page-template-page-dashboard .box-element.widget-box.new-members .content .member .info .details .company {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #667C89;
}

.page-template-page-dashboard .box-element.widget-box.new-members .content .member .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
          column-gap: 6px;
}

.page-template-page-dashboard .box-element.widget-box.new-members .content .member .actions img:hover {
  cursor: pointer;
}

.page-template-page-dashboard .box-element.widget-box.new-members .content .member .actions img:first {
  margin-right: 6px;
}

.page-template-page-dashboard .box-element.widget-box.new-members .view-link {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #73B5DD;
  padding-top: 20px;
  padding-bottom: 32px;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-template-page-dashboard .box-element.widget-box.new-members .view-link svg {
  margin-left: 10px;
}

.page-template-page-dashboard .box-element.widget-box.new-members .view-link:hover {
  color: #B3421B;
}

.page-template-page-dashboard .box-element.widget-box.new-members .view-link:hover path {
  stroke: #B3421B !important;
}

.page-template-page-dashboard .box-element.widget-box.new-members .bb-icon-connection-request {
  display: none;
}

.page-template-page-dashboard .box-element.widget-box.new-members [data-balloon][data-balloon-pos=down]:after {
  margin-top: 9px !important;
}

.page-template-page-dashboard .box-element.widget-box.new-members .goto-profile {
  width: 32px;
}

.page-template-page-dashboard .box-element.widget-box.new-members .swap-on-hover {
  position: relative;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
}

.page-template-page-dashboard .box-element.widget-box.new-members .swap-on-hover.active .fav-on {
  z-index: 100;
}

.page-template-page-dashboard .box-element.widget-box.new-members .swap-on-hover img {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
  /* Sets the width and height for the images*/
  z-index: 99;
}

.page-template-page-dashboard .box-element.widget-box.new-members .swap-on-hover .swap-on-hover__front-image {
  z-index: 100;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  cursor: pointer;
}

.page-template-page-dashboard .box-element.widget-box.new-members .swap-on-hover:hover > .swap-on-hover__front-image {
  opacity: 0;
}

.page-template-page-dashboard.full-iframe #community-iframe {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  height: 100% !important;
  margin: 0px !important;
  border-radius: 0 !important;
  border: none !important;
}

.page-template-page-dashboard.full-iframe-form #community-iframe-form {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  height: 100% !important;
}

.page-template-page-dashboard .modal {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(20, 24, 39, 0.75);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}

.page-template-page-dashboard .modal-content {
  margin: 15% auto;
  padding: 60px 20px 40px 20px;
  border: 1px solid #888;
  width: 100%;
  max-width: 720px;
  background: #E0EBF1;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
  border-radius: 16px;
  text-align: center;
  position: relative;
}

.page-template-page-dashboard .btn-watch-now {
  background: #B3421B;
  border-radius: 8px;
  padding: 12px;
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 220px;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-template-page-dashboard .btn-watch-now:hover {
  background: #de5323;
}

.page-template-page-dashboard .modal-close {
  color: #aaa;
  position: absolute;
  font-size: 35px;
  font-weight: lighter;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.page-template-page-dashboard .modal-close:hover, .page-template-page-dashboard .modal-close:focus {
  color: black;
  text-decoration: none;
}

.page-template-page-dashboard ul.slick-dots {
  top: 25px;
  left: inherit;
  right: 30px;
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  list-style: none;
  text-align: center;
}

.page-template-page-dashboard .slick-dots li.slick-active button {
  background: white;
}

.page-template-page-dashboard .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 6px;
  margin-right: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.25);
}

.page-template-page-dashboard .dashboard-widget-area {
  visibility: hidden;
  position: absolute;
}

.page-template-page-dashboard .invisible {
  visibility: hidden;
  position: absolute;
  left: -1000px;
}

/**
* SINGLE FORUM 
*/
.single-forum.postid-271 header.entry-header {
  display: none;
}

.single-forum.postid-271 .custom-forum-header {
  padding: 38px 20px;
  background: #243461;
  width: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
}

.single-forum.postid-271 .custom-forum-header__title {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 58px;
  color: #FFFFFF;
  text-align: center;
}

.single-forum.postid-271 .custom-forum-header__subtitle {
  font-family: "SF UI Text", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 24px;
}

.single-forum.postid-271 .custom-forum-header__search {
  background-color: #FFF;
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px;
  border-radius: 8px;
  width: 440px;
  padding: 15px;
  padding-left: 35px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #141827;
}

@media only screen and (max-width: 480px) {
  .single-forum.postid-271 .custom-forum-header__search {
    width: calc(100vw - 40px);
  }
}

.single-forum.postid-271 .custom-forum-header__search::-webkit-input-placeholder {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7F868F;
}

.single-forum.postid-271 .custom-forum-header__search:-ms-input-placeholder {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7F868F;
}

.single-forum.postid-271 .custom-forum-header__search::-ms-input-placeholder {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7F868F;
}

.single-forum.postid-271 .custom-forum-header__search::placeholder {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7F868F;
}

.single-forum.postid-271 .custom-forum-header .custom-forum-header__search {
  border-radius: 8px !important;
}

.single-forum.postid-271 .custom-forum-header .custom-forum-header__search::-webkit-input-placeholder {
  font-family: 'Open Sans' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #7F868F !important;
}

.single-forum.postid-271 .custom-forum-header .custom-forum-header__search:-ms-input-placeholder {
  font-family: 'Open Sans' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #7F868F !important;
}

.single-forum.postid-271 .custom-forum-header .custom-forum-header__search::-ms-input-placeholder {
  font-family: 'Open Sans' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #7F868F !important;
}

.single-forum.postid-271 .custom-forum-header .custom-forum-header__search::placeholder {
  font-family: 'Open Sans' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #7F868F !important;
}

.single-forum.postid-271 #bbp_editor_topic_content_forums_editor_1 {
  color: #a5a5a5;
}

.single-forum.postid-271 #bbp-search-form {
  margin-bottom: 0;
}

/**
* RESOURCE CENTER PAGE
*/
.page-template-page-resource-center .resource-header {
  padding: 38px 20px;
  background: #243461;
  width: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
}

.page-template-page-resource-center .resource-header a.clear-search {
  display: none;
}

.page-template-page-resource-center .resource-header a.clear-search svg {
  position: absolute;
  margin-left: -25px;
  margin-top: 13px;
}

.page-template-page-resource-center .resource-header__title {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 58px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 24px;
}

.page-template-page-resource-center .resource-header__search {
  background-color: #FFF;
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px;
  border-radius: 8px;
  width: 440px;
  padding: 15px;
  padding-left: 35px;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #141827;
}

@media only screen and (max-width: 480px) {
  .page-template-page-resource-center .resource-header__search {
    width: calc(100vw - 40px);
  }
}

.page-template-page-resource-center .resource-header__search::-webkit-input-placeholder {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7F868F;
}

.page-template-page-resource-center .resource-header__search:-ms-input-placeholder {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7F868F;
}

.page-template-page-resource-center .resource-header__search::-ms-input-placeholder {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7F868F;
}

.page-template-page-resource-center .resource-header__search::placeholder {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7F868F;
}

.page-template-page-resource-center .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 935px) {
  .page-template-page-resource-center .filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row-gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 480px) {
  .page-template-page-resource-center .filters {
    width: 100%;
    grid-row-gap: 20px;
    margin-top: -50px;
  }
}

@media only screen and (max-width: 480px) {
  .page-template-page-resource-center .filters .filters-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.page-template-page-resource-center .filters .filters-a a {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .page-template-page-resource-center .filters .filters-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .page-template-page-resource-center .filters .filters-b a {
    width: 100%;
  }
}

.page-template-page-resource-center .filters__btn {
  width: auto;
  padding: 10px 16px;
  text-align: center;
  border: 1px solid #667C89;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  margin-right: 10px;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #667C89;
}

.page-template-page-resource-center .filters__btn.favorites {
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/star-off.svg");
  background-position: 10px;
  background-repeat: no-repeat;
  padding: 10px 16px 10px 38px;
}

@media only screen and (max-width: 480px) {
  .page-template-page-resource-center .filters__btn.favorites {
    background-position: calc(50% - 35px);
    margin-right: 0;
  }
}

.page-template-page-resource-center .filters__btn.watchlists {
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/watch-off.svg");
  background-position: 10px;
  background-repeat: no-repeat;
  padding: 10px 16px 10px 40px;
}

@media only screen and (max-width: 480px) {
  .page-template-page-resource-center .filters__btn.watchlists {
    background-position: calc(50% - 35px);
    margin-right: 0;
  }
}

.page-template-page-resource-center .filters__btn.toggle-slider {
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/toggle-off.svg");
  background-position: 10px;
  background-repeat: no-repeat;
  padding: 10px 16px 10px 38px;
  margin-right: 0;
}

.page-template-page-resource-center .filters__btn.toggle-slider:hover {
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/toggle-on.svg");
  background-position: 11px;
}

@media only screen and (max-width: 480px) {
  .page-template-page-resource-center .filters__btn.toggle-slider {
    background-position: calc(50% - 98px);
    margin-right: 0;
  }
}

.page-template-page-resource-center .filters__btn:hover, .page-template-page-resource-center .filters__btn--active {
  border: 1px solid #B3421B;
  color: #B3421B;
}

@media only screen and (max-width: 480px) {
  .page-template-page-resource-center .filters__btn:hover, .page-template-page-resource-center .filters__btn--active {
    background-position: calc(50% - 35px);
    margin-right: 0;
  }
}

.page-template-page-resource-center .filters__btn:hover.favorites, .page-template-page-resource-center .filters__btn--active.favorites {
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/star-on.svg");
}

.page-template-page-resource-center .filters__btn:hover.watchlists, .page-template-page-resource-center .filters__btn--active.watchlists {
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/watch-on.svg");
}

.page-template-page-resource-center .filters__btn:hover.advfilters, .page-template-page-resource-center .filters__btn--active.advfilters {
  background-position: calc(50% - 98px);
}

.page-template-page-resource-center .adv-filters {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: left;
  margin-bottom: 41px;
}

@media only screen and (max-width: 901px) {
  .page-template-page-resource-center .adv-filters {
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}

.page-template-page-resource-center .adv-filters .selected-adv-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-overflow: inherit;
  white-space: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}

.page-template-page-resource-center .adv-filters .search-query {
  display: none;
  margin-right: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1024px) {
  .page-template-page-resource-center .adv-filters .search-query {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.page-template-page-resource-center .adv-filters .adv-filters-query {
  display: none;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media only screen and (max-width: 1024px) {
  .page-template-page-resource-center .adv-filters .adv-filters-query {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    width: 100%;
  }
}

.page-template-page-resource-center .adv-filters span.title {
  padding-right: 10px;
}

.page-template-page-resource-center .adv-filters a.adv-filter-btn {
  background: #E0EBF1;
  border-radius: 6px;
  padding: 12px 16px;
  margin-right: 10px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 901px) {
  .page-template-page-resource-center .adv-filters a.adv-filter-btn {
    display: inline-block;
    line-height: initial;
    overflow: hidden;
    white-space: nowrap;
  }
}

.page-template-page-resource-center .adv-filters a.adv-filter-btn span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
}

.page-template-page-resource-center .adv-filters a.adv-filter-btn svg {
  margin-left: 16px;
}

.page-template-page-resource-center .adv-filters .clear-filter a {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #73B5DD;
}

.page-template-page-resource-center .adv-filters .clear-a {
  width: 200px;
}

.page-template-page-resource-center .resources-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 41px 33px;
  margin-bottom: 150px;
}

@media only screen and (max-width: 935px) {
  .page-template-page-resource-center .resources-lists {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1024px) {
  .page-template-page-resource-center .resources-lists {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .page-template-page-resource-center .resources-lists {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.page-template-page-resource-center .resources-lists .resource-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #E7E9EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Make the container relative */
  /* Select the image and make it absolute to the container */
  /* 
                We set z-index to be higher than the back image, so it's alwyas on the front.
            
            We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect. 
            */
  /* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */
}

.page-template-page-resource-center .resources-lists .resource-card.skeleton {
  padding-bottom: 10px;
}

.page-template-page-resource-center .resources-lists .resource-card.skeleton .resource-card__featured {
  background-color: #ccc;
  padding-bottom: 67.25%;
  height: 0;
  overflow: hidden;
  -webkit-animation: flickerAnimation 1s infinite;
          animation: flickerAnimation 1s infinite;
  margin-bottom: 10px;
}

.page-template-page-resource-center .resources-lists .resource-card.skeleton .resource-card__details {
  height: 30px;
  -webkit-animation: flickerAnimation 1s infinite;
          animation: flickerAnimation 1s infinite;
  background: #ccc;
  width: calc(100% - 20px);
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.page-template-page-resource-center .resources-lists .resource-card.skeleton .resource-card__categories {
  height: 30px;
  -webkit-animation: flickerAnimation 1s infinite;
          animation: flickerAnimation 1s infinite;
  background: #ccc;
  width: calc(100% - 20px);
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.page-template-page-resource-center .resources-lists .resource-card__featured {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 67.25%;
}

.page-template-page-resource-center .resources-lists .resource-card__featured img {
  inset: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-page-resource-center .resources-lists .resource-card__details {
  padding: 20px 20px 14px 20px;
}

.page-template-page-resource-center .resources-lists .resource-card__details h3 {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #141827;
}

.page-template-page-resource-center .resources-lists .resource-card__categories {
  margin-top: auto;
  padding: 0px 20px 25px 20px;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #667C89;
}

.page-template-page-resource-center .resources-lists .resource-card__categories a {
  color: #667C89 !important;
}

.page-template-page-resource-center .resources-lists .resource-card .swap-on-hover {
  position: relative;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
}

.page-template-page-resource-center .resources-lists .resource-card .swap-on-hover.active .fav-on {
  z-index: 100;
}

.page-template-page-resource-center .resources-lists .resource-card .swap-on-hover.active .watch-on {
  z-index: 100;
}

.page-template-page-resource-center .resources-lists .resource-card .swap-on-hover img {
  position: absolute;
  top: 10px;
  overflow: hidden;
  /* Sets the width and height for the images*/
  width: 28px;
  height: 28px;
  z-index: 99;
}

.page-template-page-resource-center .resources-lists .resource-card .swap-on-hover img.watch {
  right: 10px;
}

.page-template-page-resource-center .resources-lists .resource-card .swap-on-hover img.fav {
  right: 44px;
}

.page-template-page-resource-center .resources-lists .resource-card .swap-on-hover .swap-on-hover__front-image {
  z-index: 100;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  cursor: pointer;
}

.page-template-page-resource-center .resources-lists .resource-card .swap-on-hover:hover > .swap-on-hover__front-image {
  opacity: 0;
}

.page-template-page-resource-center .no-records {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-page-resource-center .no-records img {
  width: 158px;
  margin-bottom: 40px;
}

.page-template-page-resource-center .no-records .result-heading {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  color: #141827;
  margin-bottom: 40px;
}

.page-template-page-resource-center .no-records .result-desc {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  color: #141827;
}

.page-template-page-resource-center span#counter {
  display: none;
}

.page-template-page-resource-center .adv-filter-slider-div {
  background: rgba(20, 24, 39, 0.75);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999;
  /* Sit on top */
  left: 0;
  top: 0;
  overflow: hidden;
  display: none;
}

.page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider {
  background: #FFFFFF;
  width: 430px;
  height: 100%;
  position: absolute;
  right: -430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  .page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider {
    width: 100%;
    right: -100%;
  }
}

.page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider .content {
  max-height: 100%;
}

.page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider.slide-in {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider.slide-out {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
  }
}

@keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

.page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider .header {
  padding: 28px 30px;
  background: #B3421B;
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider .header .close-slider {
  cursor: pointer;
}

.page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider .term_options {
  padding: 40px 30px;
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  margin-bottom: 20px;
}

.page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider .term_options .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #7F868F;
  background-color: transparent;
  border: none;
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/plus.svg");
  background-position: right center;
  background-repeat: no-repeat;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E7E9EC;
}

.page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider .term_options .accordion.open {
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/minus.svg");
}

.page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider .term_options .accordion:hover {
  background-color: transparent !important;
  border-bottom: 1px solid #E7E9EC;
}

.page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider .term_options .panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-row-gap: 20px;
}

.page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider .term_options .panel .filter-checkbox:last-child {
  margin-bottom: 40px;
}

.page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider .term_options .panel .filter-checkbox input[type="checkbox"] {
  opacity: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider .term_options .panel .filter-checkbox input + label {
  width: 60px;
  height: 30px;
  cursor: pointer;
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/check-off.png");
  background-repeat: no-repeat;
  background-position-y: 3px;
  padding-left: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
  position: relative;
  z-index: -1;
  margin-left: -28px;
}

.page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider .term_options .panel .filter-checkbox input[type="checkbox"]:checked + label {
  background-image: url("/wp-content/themes/buddyboss-theme-child/assets/img/check-on.png");
  background-repeat: no-repeat;
  padding-left: 36px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider .clear-filter {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #73B5DD;
  padding: 40px 30px;
  margin-bottom: 40px;
}

.page-template-page-resource-center .adv-filter-slider-div .adv-filter-slider #filter-now {
  background: #E96031;
  color: #fff;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  max-width: 240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: block;
}

.lds-default {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
  margin-top: -100px;
  margin-bottom: 60px !important;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #73B5DD;
  border-radius: 50%;
  -webkit-animation: lds-default 1.2s linear infinite;
          animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@-webkit-keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.lds-facebook {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}

.lds-facebook.mini div {
  width: 10px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #243461;
  -webkit-animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  -webkit-animation-delay: -0.12s;
          animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes lds-facebook {
  0% {
    top: 8px;
    height: 50px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 50px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.addflex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.scroll-hidden {
  overflow: hidden;
}

/** Activities Page **/
.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img {
  -webkit-transform: none;
          transform: none;
}

/***
 * CSS for [bes_recordings] shortcode 
 */
.recordings-shortcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1140px;
  padding: 10px;
}

.recordings-shortcode .title {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  color: #243461;
  padding-bottom: 12px;
}

.recordings-shortcode .desc {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #4F4F4F;
  padding-bottom: 40px;
}

.recordings-shortcode .embed {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #E7E9EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 38px 20px 72px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .recordings-shortcode .embed {
    padding: 20px;
  }
}

.recordings-shortcode .embed .heading {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #B3421B;
}

.recordings-shortcode .embed .embed-code {
  width: 100%;
  max-width: 640px;
  height: 360px;
}

@media only screen and (max-width: 1024px) {
  .recordings-shortcode .embed .embed-code {
    padding-bottom: 0px;
  }
}

.checklists-shortcode ol.checklists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin: 0;
}

.checklists-shortcode ol.checklists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checklists-shortcode ol.checklists li .checklist-checkbox span {
  height: 25px;
  padding: 30px;
  padding-left: 40px;
  width: auto;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #4F4F4F;
  cursor: pointer;
  background: url("/wp-content/themes/buddyboss-theme-child/assets/img/checklist-off.svg") left center no-repeat;
}

.checklists-shortcode ol.checklists li .checklist-checkbox span.active {
  background: url("/wp-content/themes/buddyboss-theme-child/assets/img/checklist-on.svg") left center no-repeat;
}

.checklists-shortcode ol.checklists li .checklist-checkbox span:last-child {
  padding-right: 0;
}

.single-resources {
  /**
    * Boutique Expert Sessions CSS (elementor page)
    */
  /**
    * Releted Resource Content
    */
  /**
    * Collective Expert Series Recordings
    */
  /**
    * Collective Expert Series Resources
    */
  /**
    * Solution Guide Assets
    */
  /**
    * Solution Guide Sections
    */
  /**
    * CES and BES Resource Documents
    */
}

.single-resources .bes-transcript-div, .single-resources .ces-transcript-div {
  border: 1px solid #E7E9EC;
}

.single-resources .bes-transcript-inner, .single-resources .ces-transcript-inner {
  padding-right: 27px;
  max-height: 500px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #73B5DD #E0EBF1;
}

.single-resources .bes-transcript-inner::-webkit-scrollbar, .single-resources .ces-transcript-inner::-webkit-scrollbar {
  width: 4px;
}

.single-resources .bes-transcript-inner::-webkit-scrollbar-track, .single-resources .ces-transcript-inner::-webkit-scrollbar-track {
  background: #E0EBF1;
}

.single-resources .bes-transcript-inner::-webkit-scrollbar-thumb, .single-resources .ces-transcript-inner::-webkit-scrollbar-thumb {
  background-color: #73B5DD;
  border-radius: 20px;
}

.single-resources .related-resources-lists {
  margin-left: -10px;
  margin-right: -10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 22px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 935px) {
  .single-resources .related-resources-lists {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1024px) {
  .single-resources .related-resources-lists {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 601px) {
  .single-resources .related-resources-lists {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.single-resources .related-resources-lists .resource-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #E7E9EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
}

.single-resources .related-resources-lists .resource-card.skeleton {
  padding-bottom: 10px;
}

.single-resources .related-resources-lists .resource-card.skeleton .resource-card__featured {
  background-color: #ccc;
  padding-bottom: 67.25%;
  height: 0;
  overflow: hidden;
  -webkit-animation: flickerAnimation 1s infinite;
          animation: flickerAnimation 1s infinite;
  margin-bottom: 10px;
}

.single-resources .related-resources-lists .resource-card.skeleton .resource-card__details {
  height: 30px;
  -webkit-animation: flickerAnimation 1s infinite;
          animation: flickerAnimation 1s infinite;
  background: #ccc;
  width: calc(100% - 20px);
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.single-resources .related-resources-lists .resource-card.skeleton .resource-card__categories {
  height: 30px;
  -webkit-animation: flickerAnimation 1s infinite;
          animation: flickerAnimation 1s infinite;
  background: #ccc;
  width: calc(100% - 20px);
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.single-resources .related-resources-lists .resource-card__featured {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 67.25%;
}

.single-resources .related-resources-lists .resource-card__featured img {
  inset: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-resources .related-resources-lists .resource-card__details {
  padding: 20px 20px 14px 20px;
}

.single-resources .related-resources-lists .resource-card__details h3 {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #141827;
}

.single-resources .related-resources-lists .resource-card__categories {
  margin-top: auto;
  padding: 0px 20px 25px 20px;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #667C89;
}

.single-resources .related-resources-lists .resource-card__categories a {
  color: #667C89 !important;
}

.single-resources .related-resources-lists .resource-card .swap-on-hover {
  position: relative;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
}

.single-resources .related-resources-lists .resource-card .swap-on-hover.active .fav-on {
  z-index: 100;
}

.single-resources .related-resources-lists .resource-card .swap-on-hover.active .watch-on {
  z-index: 100;
}

.single-resources .related-resources-lists .resource-card .swap-on-hover img {
  position: absolute;
  top: 10px;
  overflow: hidden;
  width: 28px;
  height: 28px;
  z-index: 99;
}

.single-resources .related-resources-lists .resource-card .swap-on-hover img.watch {
  right: 10px;
}

.single-resources .related-resources-lists .resource-card .swap-on-hover img.fav {
  right: 44px;
}

.single-resources .related-resources-lists .resource-card .swap-on-hover .swap-on-hover__front-image {
  z-index: 100;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  cursor: pointer;
}

.single-resources .related-resources-lists .resource-card .swap-on-hover:hover > .swap-on-hover__front-image {
  opacity: 0;
}

.single-resources .add_to_fav_watch {
  margin-top: -30px;
  margin-right: -10px;
}

@media only screen and (max-width: 601px) {
  .single-resources .add_to_fav_watch {
    margin-top: -20px;
  }
}

.single-resources .add_to_fav_watch .swap-on-hover {
  position: relative;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
}

.single-resources .add_to_fav_watch .swap-on-hover.active .fav-on {
  z-index: 100;
}

.single-resources .add_to_fav_watch .swap-on-hover.active .watch-on {
  z-index: 100;
}

.single-resources .add_to_fav_watch .swap-on-hover img {
  position: absolute;
  top: 10px;
  overflow: hidden;
  width: 36px;
  height: 36px;
  z-index: 99;
}

.single-resources .add_to_fav_watch .swap-on-hover img.watch {
  right: 10px;
}

.single-resources .add_to_fav_watch .swap-on-hover img.fav {
  right: 50px;
}

.single-resources .add_to_fav_watch .swap-on-hover .swap-on-hover__front-image {
  z-index: 100;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  cursor: pointer;
}

.single-resources .add_to_fav_watch .swap-on-hover:hover > .swap-on-hover__front-image {
  opacity: 0;
}

.single-resources .rbox {
  background: #FFFFFF;
  border: 1px solid #E7E9EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 50px 62px 50px;
  margin-bottom: 60px;
}

.single-resources .rbox:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 601px) {
  .single-resources .rbox {
    padding: 20px;
  }
}

.single-resources .rbox h1:first-child {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #B3421B;
}

.single-resources .rbox .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}

@media only screen and (max-width: 601px) {
  .single-resources .rbox .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row-gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}

.single-resources .rbox .heading .speaker, .single-resources .rbox .heading .title, .single-resources .rbox .heading .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #4F4F4F;
}

@media only screen and (max-width: 601px) {
  .single-resources .rbox .embed-code {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

.single-resources .resource-box {
  margin-top: 60px;
}

.single-resources .resource-box h1 {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  color: #243461;
}

.single-resources .resource-box .card {
  background: #FFFFFF;
  border: 1px solid #E7E9EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 601px) {
  .single-resources .resource-box .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 0;
  }
}

.single-resources .resource-box .card .img {
  max-width: 154px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 601px) {
  .single-resources .resource-box .card .img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 601px) {
  .single-resources .resource-box .card .img img {
    max-width: 100%;
    margin: auto;
    display: block;
  }
}

.single-resources .resource-box .card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.single-resources .resource-box .card .content .desc {
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #4F4F4F;
  padding-bottom: 24px;
}

.single-resources .resource-box .card .content a.btn {
  background: #E96031;
  border-radius: 8px;
  padding: 12px 37.5px;
  color: #FFFFFF;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 601px) {
  .single-resources .resource-box .card .content a.btn {
    width: 100%;
  }
}

.single-resources .resource-box .card .content a.btn:hover {
  background: #ee845f;
}

.single-resources .sg-assets {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  grid-gap: 30px;
}

.single-resources .sg-assets a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #E96031;
  background: #FFFFFF;
  border: 1px solid #E7E9EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: 16px 20px;
}

.single-resources .sg-assets a img {
  margin-right: 16px;
}

.single-resources .sg-sections {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single-resources .resource-docs {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 22px;
}

@media only screen and (max-width: 935px) {
  .single-resources .resource-docs {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1024px) {
  .single-resources .resource-docs {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 601px) {
  .single-resources .resource-docs {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.single-resources .resource-docs .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E7E9EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 16px 20px;
}

.single-resources .resource-docs .card__featured {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 67.25%;
}

.single-resources .resource-docs .card__featured img {
  inset: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-resources .resource-docs .card__content {
  margin-top: 10px;
  text-align: center;
  color: #E96031;
}

.single-resources .resource-docs .card__content p {
  margin: 0;
  padding: 0;
}

.single-resources .resource-docs .card__content a {
  color: #E96031;
}

/**
* GLOBAL STYLES
*/
.footer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Open Sans', Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

@media only screen and (max-width: 480px) {
  .footer-text {
    text-align: center;
    display: block;
  }
}

.footer-text a {
  color: #FFFFFF;
}

.footer-text a:hover {
  color: #B3421B;
}

@media only screen and (max-width: 480px) {
  .footer-text a {
    display: inline-block;
  }
}

@media only screen and (max-width: 480px) {
  .footer-text .footer-text-separator {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .footer-text .footer-text-links {
    display: block;
  }
}

.single-tribe_events .bs-event-heading .tribe-event-schedule-short .bs-schedule-short-date .bs-schedule-short-d {
  margin-right: 0;
}

body.bp-search .bp-search-ac-header {
  z-index: 150;
  max-height: calc(100vh - 130px) !important;
}

#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-dropdown-wrap .bs-dropdown-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/** Behcnmarking Resources **/
.benchmarking h2.content-title {
  text-align: left;
}

.benchmarking #bench-resource-lists {
  text-align: left;
  padding: 20px 0 20px 50px;
}

@media only screen and (max-width: 480px) {
  .benchmarking #bench-resource-lists {
    padding: 20px 0 20px 0px;
  }
}

.benchmarking #bench-resource-lists h3 {
  margin-bottom: 0px !important;
}

.benchmarking #bench-resource-lists ul {
  list-style-type: none;
  text-align: left;
}
/*# sourceMappingURL=custom.css.map */