/*======================================
Theme Name: Media Bridge
Theme URI: https://particular-collective.com/
Description: Custom Theme for Media Bridge
Version: 1.0
Author: Particular Collective
Author URI: https://particular-collective.com/
Template: Divi
======================================*/
/* Color */
/* Screen Size */
html {
  font-size: 100% !important;
}

body {
  background-color: #241f20;
  background-position: top center;
  background-repeat: repeat-y;
}
body.bg-red {
  background-image: url("/wp-content/themes/media-bridge/images/bg-red.jpg");
}
body.bg-green {
  background-image: url("/wp-content/themes/media-bridge/images/bg-green.jpg");
}
body.bg-purple {
  background-image: url("/wp-content/themes/media-bridge/images/bg-purple.jpg");
}
body .et-l.et-l--header .navbar-section--main {
  background-color: transparent;
}
body .et-l.et-l--header .navbar-section--main .et_pb_menu {
  background-color: transparent;
}
body .et_pb_section {
  background-color: transparent;
}
body.single #main-content, body.archive #main-content {
  background-color: transparent;
}

/* Utilities */
small {
  font-size: 80%;
}

.et-l.et-l--header .navbar-section__logo a {
  display: block;
}

/* Homepage Header */
.mb-homepage-header.et_pb_section {
  padding: 0 0 2.5rem;
}
@media all and (min-width: 981px) {
  .mb-homepage-header.et_pb_section {
    padding: 0 0 5.313rem;
  }
}
.mb-homepage-header.et_pb_section .et_pb_row {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  margin-bottom: 2.5rem;
  gap: 3.75rem;
}
@media all and (min-width: 981px) {
  .mb-homepage-header.et_pb_section .et_pb_row {
    grid-template-columns: 1fr 230px;
    margin-bottom: 5.313rem;
    gap: 7.5rem;
  }
}
.mb-homepage-header.et_pb_section .et_pb_row:last-child {
  margin-bottom: 0;
}
.mb-homepage-header.et_pb_section .et_pb_row::after {
  content: none;
}
.mb-homepage-header.et_pb_section .et_pb_column {
  margin: 0;
  width: 100%;
}
.mb-homepage-header.et_pb_section .et_pb_module,
.mb-homepage-header.et_pb_section .et_pb_button_module_wrapper {
  margin: 0;
}
.mb-homepage-header.et_pb_section .headline {
  margin: 0 0 1rem;
}
@media all and (min-width: 981px) {
  .mb-homepage-header.et_pb_section .headline {
    text-align: right;
    margin: 0 0 2.188rem;
  }
}
.mb-homepage-header.et_pb_section .headline h1 {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 400;
  padding: 0;
}
@media all and (min-width: 981px) {
  .mb-homepage-header.et_pb_section .headline h1 {
    font-size: 8.688rem;
    line-height: 0.86331;
  }
}
.mb-homepage-header.et_pb_section .headline h1 strong {
  font-weight: 700;
}
.mb-homepage-header.et_pb_section .description p {
  font-size: 0.938rem;
  font-weight: 500;
  line-height: 1.6;
}
@media all and (min-width: 981px) {
  .mb-homepage-header.et_pb_section .description p {
    font-size: 1.188rem;
    line-height: 1.36842;
  }
}
.mb-homepage-header.et_pb_section .cta {
  font-size: 0.813rem;
}
.mb-homepage-header.et_pb_section .cta:hover {
  padding: 18px 29px;
  background-color: #ffffff;
  color: #241f20;
}

/* Secondary Header*/
.mb-secondary-header.et_pb_section {
  padding: 0;
}
.mb-secondary-header.et_pb_section .et_pb_row {
  border-radius: 1.875rem;
  padding: 2.5rem 0 3.75rem;
}
@media all and (min-width: 1100px) {
  .mb-secondary-header.et_pb_section .et_pb_row {
    padding: 5rem 0 7.5rem;
  }
}
.mb-secondary-header.et_pb_section .et_pb_module {
  text-align: center;
  margin: 0;
}
.mb-secondary-header.et_pb_section h1 {
  padding: 0;
}
.mb-secondary-header.et_pb_section .et_pb_button_module_wrapper {
  margin: 2.5rem 0 0;
}
.mb-secondary-header.et_pb_section .et_pb_button {
  font-size: 0.813rem;
}
.mb-secondary-header.et_pb_section .et_pb_button:hover {
  padding: 18px 29px;
  background-color: #ffffff;
  color: #241f20;
}
.mb-secondary-header.et_pb_section .red-diamond-row {
  margin: 3.75rem 0 0;
}

/* Article Detail Header */
.mb-article-detail-header.et_pb_section {
  padding: 3.75rem 0 2.5rem;
}
@media all and (min-width: 981px) {
  .mb-article-detail-header.et_pb_section {
    padding: 7.5rem 0 5rem;
  }
}
.mb-article-detail-header.et_pb_section .et_pb_row {
  max-width: 846px;
}
.mb-article-detail-header.et_pb_section .et_pb_row .et_pb_column {
  float: none;
  margin: 0 auto !important;
}
.mb-article-detail-header.et_pb_section .et_pb_row.hero-row {
  padding: 0;
}
.mb-article-detail-header.et_pb_section .et_pb_row.hero-row .et_pb_column {
  margin: 0;
}
.mb-article-detail-header.et_pb_section .et_pb_row.hero-row .et_pb_text {
  margin: 0;
}
.mb-article-detail-header.et_pb_section .et_pb_row.hero-row .et_pb_text.date {
  margin: 0 0 1.875rem;
}
.mb-article-detail-header.et_pb_section .et_pb_row.hero-row .et_pb_text.title .entry-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.563rem;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 1.25rem;
}
@media all and (min-width: 981px) {
  .mb-article-detail-header.et_pb_section .et_pb_row.hero-row .et_pb_text.title .entry-title {
    font-size: 3.125rem;
    padding-bottom: 2.5rem;
    gap: 1rem 2.5rem;
  }
}
.mb-article-detail-header.et_pb_section .et_pb_row.hero-row .et_pb_text.title .entry-title::after {
  content: "";
  display: block;
  background: transparent url("/wp-content/themes/media-bridge/images/icon-single-diamond.svg") center center/contain no-repeat;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}
@media all and (min-width: 981px) {
  .mb-article-detail-header.et_pb_section .et_pb_row.hero-row .et_pb_text.title .entry-title::after {
    width: 100px;
    height: 100px;
  }
}
.mb-article-detail-header.et_pb_section .et_pb_row.hero-row .et_pb_text.author-label {
  font-size: 0.688rem;
  margin: auto 0 0.25rem;
}
.mb-article-detail-header.et_pb_section .et_pb_row.hero-row .et_pb_text.author .et_pb_text_inner {
  text-decoration: underline;
}
.mb-article-detail-header.et_pb_section .et_pb_row.tag-row {
  padding: 3.75rem 0 1.25rem;
}
@media all and (min-width: 981px) {
  .mb-article-detail-header.et_pb_section .et_pb_row.tag-row {
    padding: 7.5rem 0 2.5rem;
  }
}
.mb-article-detail-header.et_pb_section .et_pb_row.tag-row .mb-tags .et_pb_text_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.mb-article-detail-header.et_pb_section .et_pb_row.tag-row .mb-tags .et_pb_text_inner a {
  font-size: 0.688rem;
  font-weight: 500;
  line-height: 1.45455;
  padding: 0.75rem 1.25rem;
  color: #ffffff;
  background-color: #bc0c42;
  border: 2px solid #bc0c42;
  border-radius: 3.125rem;
}
.mb-article-detail-header.et_pb_section .et_pb_row.tag-row .mb-tags .et_pb_text_inner a.first-tag {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.mb-article-detail-header.et_pb_section .et_pb_row.tag-row .mb-tags .et_pb_text_inner a:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.mb-article-detail-header.et_pb_section .et_pb_row.feature-image-row {
  padding: 0;
}
.mb-article-detail-header.et_pb_section .et_pb_row.feature-image-row .et_pb_image .et_pb_image_wrap {
  max-width: none;
  width: 100%;
}
.mb-article-detail-header.et_pb_section .et_pb_row.feature-image-row .et_pb_image img {
  display: block;
  object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
  border-radius: 1.875rem;
  aspect-ratio: 63/43;
}
@media all and (min-width: 981px) {
  .mb-article-detail-header.et_pb_section .et_pb_row.feature-image-row .et_pb_image img {
    aspect-ratio: inherit;
  }
}

.mb-article-content.et_pb_section {
  padding: 1.875rem 0;
}
@media all and (min-width: 1100px) {
  .mb-article-content.et_pb_section {
    padding: 3.75rem 0;
  }
}
.mb-article-content.et_pb_section .et_pb_row {
  padding: 0;
  max-width: 846px;
}
.mb-article-content.et_pb_section .et_pb_row .et_pb_row {
  width: 100%;
  max-width: none;
}
@media all and (min-width: 1100px) {
  .mb-article-content.et_pb_section .et_pb_post_content {
    margin: 0 auto;
  }
}

/* Work Detail Header */
.mb-work-detail-header.et_pb_section {
  padding: 2.5rem 0 3.75rem;
}
@media all and (min-width: 1100px) {
  .mb-work-detail-header.et_pb_section {
    padding: 5rem 0 7.5rem;
  }
}
.mb-work-detail-header.et_pb_section .et_pb_row {
  padding: 0;
}
.mb-work-detail-header.et_pb_section .et_pb_module {
  text-align: center;
}
.mb-work-detail-header.et_pb_section .headline h1 {
  padding-bottom: 0;
}
.mb-work-detail-header.et_pb_section .service-list {
  margin-top: 0.75rem;
}
@media all and (min-width: 1100px) {
  .mb-work-detail-header.et_pb_section .service-list {
    margin-top: 1.5rem;
  }
}
.mb-work-detail-header.et_pb_section .red-diamond-row {
  margin-top: 1.875rem;
}
@media all and (min-width: 1100px) {
  .mb-work-detail-header.et_pb_section .red-diamond-row {
    margin-top: 3.75rem;
  }
}
.mb-work-detail-header.et_pb_section .description {
  margin-top: 1.563rem;
}
@media all and (min-width: 1100px) {
  .mb-work-detail-header.et_pb_section .description {
    margin-top: 3.125rem;
  }
}

/* Breadcrumb */
.mb-breadcrumb.et_pb_section {
  padding: 1.563rem 0 0;
}
@media all and (min-width: 1100px) {
  .mb-breadcrumb.et_pb_section {
    padding: 3.125rem 0 0;
  }
}
.mb-breadcrumb.et_pb_section .et_pb_row {
  padding: 0;
}
.mb-breadcrumb.et_pb_section .lwp-breadcrumbs {
  font-size: 0.688rem;
  color: #ffffff;
}
.mb-breadcrumb.et_pb_section .lwp-breadcrumbs a {
  color: #ffffff;
}
.mb-breadcrumb.et_pb_section .lwp-breadcrumbs a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.mb-breadcrumb.et_pb_section .lwp-breadcrumbs .et-pb-icon.separator {
  font-size: 0 !important;
}
.mb-breadcrumb.et_pb_section .lwp-breadcrumbs .et-pb-icon.separator::after {
  font-family: "termina", sans-serif;
  content: "/";
  font-size: 0.688rem;
  display: inline-block;
}

/* Breadcrumb on Article */
body.single-post .mb-breadcrumb .lwp-breadcrumbs {
  width: 100%;
  margin: 0 auto;
}

/* image collage - 6 columns */
.mb-image-collage-6-columns.et_pb_section {
  padding: 2.5rem 0;
}
.mb-image-collage-6-columns.et_pb_section .et_pb_row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 0.625rem;
  padding: 0;
}
.mb-image-collage-6-columns.et_pb_section .et_pb_row::after {
  content: none;
}
.mb-image-collage-6-columns.et_pb_section .et_pb_row .et_pb_column {
  float: none;
  width: auto;
  margin: 0;
}
.mb-image-collage-6-columns.et_pb_section .et_pb_row .et_pb_column:nth-child(1) img, .mb-image-collage-6-columns.et_pb_section .et_pb_row .et_pb_column:nth-child(6) img {
  aspect-ratio: 410/826;
}
.mb-image-collage-6-columns.et_pb_section .et_pb_row .et_pb_column:nth-child(2) img, .mb-image-collage-6-columns.et_pb_section .et_pb_row .et_pb_column:nth-child(5) img {
  aspect-ratio: 41/93;
}
.mb-image-collage-6-columns.et_pb_section .et_pb_row .et_pb_column:nth-child(3) img, .mb-image-collage-6-columns.et_pb_section .et_pb_row .et_pb_column:nth-child(4) img {
  aspect-ratio: 410/1034;
}
.mb-image-collage-6-columns.et_pb_section .et_pb_image .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 1.875rem;
}

/* image collage - bios */
.mb-image-collage-bios.et_pb_section {
  padding: 2.5rem 0;
}
.mb-image-collage-bios.et_pb_section .et_pb_row {
  padding: 0;
}
.mb-image-collage-bios.et_pb_section .et_pb_row::after {
  content: none;
}
.mb-image-collage-bios.et_pb_section .et_pb_row .et_pb_column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  gap: 0.625rem;
  float: none;
  margin: 0;
}
@media all and (min-width: 981px) {
  .mb-image-collage-bios.et_pb_section .et_pb_row .et_pb_column {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
.mb-image-collage-bios.et_pb_section .et_pb_row .et_pb_team_member {
  margin: 0 !important;
  display: block;
  position: relative;
  border-radius: 1.875rem;
  overflow: hidden;
}
.mb-image-collage-bios.et_pb_section .et_pb_row .et_pb_team_member:hover .et_pb_team_member_description, .mb-image-collage-bios.et_pb_section .et_pb_row .et_pb_team_member:focus-within .et_pb_team_member_description {
  opacity: 1;
  visibility: visible;
}
.mb-image-collage-bios.et_pb_section .et_pb_row .et_pb_team_member .et_pb_team_member_image {
  max-width: none;
  margin: 0;
}
.mb-image-collage-bios.et_pb_section .et_pb_row .et_pb_team_member .et_pb_team_member_image img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
}
.mb-image-collage-bios.et_pb_section .et_pb_row .et_pb_team_member .et_pb_team_member_description {
  display: flex;
  flex-flow: column nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(188, 12, 66, 0.95);
  padding: 1.563rem;
  visibility: hidden;
  opacity: 0;
}
@media all and (min-width: 981px) {
  .mb-image-collage-bios.et_pb_section .et_pb_row .et_pb_team_member .et_pb_team_member_description {
    padding: 3.125rem;
  }
}
.mb-image-collage-bios.et_pb_section .et_pb_row .et_pb_team_member .et_pb_team_member_description .et_pb_module_header {
  font-size: 1.063rem;
  font-weight: 700;
  color: #ffffff;
  padding: 0 0 0.25rem;
}
.mb-image-collage-bios.et_pb_section .et_pb_row .et_pb_team_member .et_pb_team_member_description .et_pb_member_position {
  font-size: 0.813rem;
  color: #ffffff;
}
.mb-image-collage-bios.et_pb_section .et_pb_row .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links {
  margin-top: auto;
}
.mb-image-collage-bios.et_pb_section .et_pb_row .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links .et_pb_font_icon {
  color: #ffffff;
  font-size: 1.5rem;
}

/* Video carousel */
.mb-video-carousel.et_pb_section {
  padding: 2.5rem 0;
}
.mb-video-carousel.et_pb_section .et_pb_row.swiper {
  width: 100%;
  max-width: none;
  padding: 0;
}
.mb-video-carousel.et_pb_section .et_pb_row::after {
  content: none;
}
.mb-video-carousel.et_pb_section .et_pb_video_overlay .et_pb_video_play::before {
  content: "";
  display: block;
  background: transparent url("/wp-content/themes/media-bridge/images/icon-play-button.svg") center center/100% no-repeat;
  width: 2.5rem;
  height: 2.5rem;
}
@media all and (min-width: 768px) {
  .mb-video-carousel.et_pb_section .et_pb_video_overlay .et_pb_video_play::before {
    width: 5.75rem;
    height: 5.75rem;
  }
}
.mb-video-carousel.et_pb_section .swiper-slide {
  overflow: hidden;
  border-radius: 1.875rem;
  margin-bottom: 0;
  transform: scale(0.92);
}
.mb-video-carousel.et_pb_section .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.mb-video-carousel.et_pb_section .swiper-button-prev,
.mb-video-carousel.et_pb_section .swiper-button-next {
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border-radius: 100%;
  background-image: none;
}
@media all and (min-width: 768px) {
  .mb-video-carousel.et_pb_section .swiper-button-prev,
  .mb-video-carousel.et_pb_section .swiper-button-next {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.mb-video-carousel.et_pb_section .swiper-button-prev::after,
.mb-video-carousel.et_pb_section .swiper-button-next::after {
  font-size: 1rem;
  font-weight: 700;
  color: #241f20;
}
.mb-video-carousel.et_pb_section .swiper-button-prev {
  left: 2rem;
}
.mb-video-carousel.et_pb_section .swiper-button-next {
  right: 2rem;
}
.mb-video-carousel.et_pb_section .et_pb_image .et_pb_image_wrap {
  max-width: none;
  width: 100%;
}
.mb-video-carousel.et_pb_section .et_pb_image .et_pb_image_wrap img {
  object-fit: cover;
  width: 100%;
}

/* accordion */
.mb-accordion.et_pb_section {
  padding: 2.5rem 0;
}
.mb-accordion.et_pb_section .et_pb_row {
  padding: 0;
}
.mb-accordion.et_pb_section .et_pb_accordion {
  /* Remove this after fix */
}
.mb-accordion.et_pb_section .et_pb_accordion .et_pb_accordion_item {
  border-radius: 1.875rem;
  border: 2px solid #ffffff;
  background-color: transparent;
  padding: 1.8rem 2.5rem 1.8rem 6.25rem;
  margin: 0 0 1.25rem;
  background-position: 2.5rem 1.5rem;
  background-size: 2.5rem;
}
.mb-accordion.et_pb_section .et_pb_accordion .et_pb_accordion_item.et_pb_toggle_open {
  background-color: #241f20;
}
.mb-accordion.et_pb_section .et_pb_accordion .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title::before {
  transform: rotate(180deg);
}
.mb-accordion.et_pb_section .et_pb_accordion .et_pb_toggle_title {
  font-size: 1.188rem;
  font-weight: 500;
  line-height: 1.63158;
  color: #ffffff;
}
.mb-accordion.et_pb_section .et_pb_accordion .et_pb_toggle_title::before {
  content: "";
  display: block;
  background: transparent url("/wp-content/themes/media-bridge/images/icon-chevron-down.svg") center center/100% no-repeat;
  width: 0.75rem;
  height: 0.75rem;
  transition: all 0.5s;
}
.mb-accordion.et_pb_section .et_pb_accordion .code-btn {
  display: inline-block !important;
  padding: 12px 29px !important;
}
.mb-accordion.et_pb_section .et_pb_accordion .code-btn:hover {
  padding: 12px 29px;
  background-color: #ffffff;
  color: #241f20;
}

.mb-linkedin-feed.et_pb_section {
  padding: 0;
}
.mb-linkedin-feed.et_pb_section .et_pb_row {
  padding: 0;
}
.mb-linkedin-feed.et_pb_section .mb-linkedin-feed-listing {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  list-style-type: none;
  line-height: 1.45;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 981px) {
  .mb-linkedin-feed.et_pb_section .mb-linkedin-feed-listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mb-linkedin-feed.et_pb_section .mb-linkedin-feed-listing .mb-linkedin-feed-item {
  font-size: 0.688rem;
  text-align: center;
}
.mb-linkedin-feed.et_pb_section .mb-linkedin-feed-listing .mb-linkedin-feed-item a {
  color: var(--color-white, #fff);
}
.mb-linkedin-feed.et_pb_section .mb-linkedin-feed-listing .mb-linkedin-feed-image-wrap {
  position: relative;
  padding-bottom: 4rem;
}
.mb-linkedin-feed.et_pb_section .mb-linkedin-feed-listing .mb-linkedin-feed-image-wrap .mb-linkedin-feed-image-wrap-inner {
  background-color: var(--color-midnight, #241F20);
  aspect-ratio: 7/6;
  overflow: hidden;
  border-radius: 30px;
}
.mb-linkedin-feed.et_pb_section .mb-linkedin-feed-listing .mb-linkedin-feed-image-wrap .mb-linkedin-feed-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.mb-linkedin-feed.et_pb_section .mb-linkedin-feed-listing .mb-linkedin-feed-image-wrap.fallback .mb-linkedin-feed-image {
  object-fit: none;
}
.mb-linkedin-feed.et_pb_section .mb-linkedin-feed-listing .mb-linkedin-feed-image-wrap .mb-linkedin-feed-icon {
  position: absolute;
  bottom: 35px;
  left: calc(50% - 35px);
  width: 70px;
  height: 70px;
  display: block;
}
.mb-linkedin-feed.et_pb_section .mb-linkedin-feed-listing .mb-linkedin-feeds-meta {
  padding-bottom: 1.5rem;
}
.mb-linkedin-feed.et_pb_section .mb-linkedin-feed-listing .mb-linkedin-feeds-commentary {
  padding-bottom: 0;
}

.mb-feature-with-social-feed.et_pb_section {
  padding: 0 0 2.25rem;
}
.mb-feature-with-social-feed.et_pb_section .et_pb_row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  padding: 0;
}
@media all and (min-width: 981px) {
  .mb-feature-with-social-feed.et_pb_section .et_pb_row {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mb-feature-with-social-feed.et_pb_section .et_pb_row::after {
  content: none;
}
.mb-feature-with-social-feed.et_pb_section .et_pb_column {
  border-radius: 1.875rem;
  overflow: hidden;
  border: 2px solid var(--color-white, #fff);
  float: none;
  width: 100%;
  margin: 0;
}
.mb-feature-with-social-feed.et_pb_section .et_pb_column:first-child {
  padding: 2.5rem;
}
@media all and (min-width: 981px) {
  .mb-feature-with-social-feed.et_pb_section .et_pb_column:first-child {
    padding: 5rem;
    grid-column: 1/span 2;
  }
}
.mb-feature-with-social-feed.et_pb_section .et_pb_column.et-last-child {
  border: 0;
}
.mb-feature-with-social-feed.et_pb_section .et_pb_module {
  margin: 0;
}
.mb-feature-with-social-feed.et_pb_section h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
.mb-feature-with-social-feed.et_pb_section .description {
  margin: 2.5rem 0 0;
}
.mb-feature-with-social-feed.et_pb_section .cta {
  margin: 4rem 0 0;
}
.mb-feature-with-social-feed.et_pb_section .et_pb_button_module_wrapper {
  justify-content: flex-start;
}
.mb-feature-with-social-feed.et_pb_section .image {
  width: 100%;
  height: 100%;
}
.mb-feature-with-social-feed.et_pb_section .image .et_pb_image_wrap {
  width: 100%;
  height: 100%;
}
.mb-feature-with-social-feed.et_pb_section .image .et_pb_image_wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Work or Article Filter */
.mb-listing-section.et_pb_section {
  padding: 2.5rem 0;
}
.mb-listing-section.et_pb_section .et_pb_row {
  padding: 0;
}
.mb-listing-section.et_pb_section .mb-filter {
  margin: 0 0 1.25rem;
}
@media all and (min-width: 981px) {
  .mb-listing-section.et_pb_section .mb-filter {
    margin: 0 0 2.5rem;
  }
}
.mb-listing-section.et_pb_section .mb-filter .alm-filters {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  margin: 0;
}
@media all and (min-width: 981px) {
  .mb-listing-section.et_pb_section .mb-filter .alm-filters {
    grid-template-columns: repeat(4, 1fr);
  }
}
.mb-listing-section.et_pb_section .mb-filter .alm-filters::after {
  content: none;
}
.mb-listing-section.et_pb_section .mb-filter .alm-filters .alm-filter .alm-filter--inner {
  padding: 0;
}
.mb-listing-section.et_pb_section .mb-filter .alm-filters .alm-filter .alm-filter--inner .alm-filter--select {
  position: relative;
}
.mb-listing-section.et_pb_section .mb-filter .alm-filters .alm-filter .alm-filter--inner .alm-filter--select label {
  font-size: 0.75rem;
  font-weight: 400;
  color: #ffffff;
  background-color: transparent;
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 0 1rem;
  margin: -0.625rem 0 0;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.mb-listing-section.et_pb_section .mb-filter .alm-filters .alm-filter .alm-filter--inner .alm-filter--select label::before, .mb-listing-section.et_pb_section .mb-filter .alm-filters .alm-filter .alm-filter--inner .alm-filter--select label::after {
  content: "";
  display: block;
  border-top: 2px solid #ffffff;
  margin-top: 0.625rem;
}
.mb-listing-section.et_pb_section .mb-filter .alm-filters .alm-filter .alm-filter--inner .alm-filter--select label::before {
  width: 1.875rem;
  border-top-left-radius: 2.5rem;
  margin-right: 0.625rem;
  flex: 0 0 auto;
}
.mb-listing-section.et_pb_section .mb-filter .alm-filters .alm-filter .alm-filter--inner .alm-filter--select label::after {
  width: auto;
  border-top-right-radius: 2.5rem;
  margin-left: 0.625rem;
  flex: 1 1 auto;
}
.mb-listing-section.et_pb_section .mb-filter .alm-filters .alm-filter .alm-filter--inner .alm-filter--select .alm-filter--item {
  font-size: 0.75rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-width: 0 2px 2px;
  border-radius: 2.5rem;
  padding: 1.125rem 1.875rem;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201.65625L6.65685%207.3131L12.3137%201.65625%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 2rem top 50%;
  background-size: 0.65rem auto;
}
.mb-listing-section.et_pb_section .mb-filter .alm-filters .alm-filter .alm-filter--inner .alm-filter--select .alm-filter--item::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 18px;
  width: 40px;
  height: 10px;
  background-color: transparent;
  z-index: 4;
}
.mb-listing-section.et_pb_section .mb-listing .alm-listing {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  line-height: 1.8;
}
@media all and (min-width: 981px) {
  .mb-listing-section.et_pb_section .mb-listing .alm-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mb-listing-section.et_pb_section .mb-listing .alm-listing .alm-item {
  position: relative;
}
.mb-listing-section.et_pb_section .mb-listing .alm-listing .alm-item img {
  aspect-ratio: 628/385;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.875rem;
}
.mb-listing-section.et_pb_section .mb-listing .alm-listing .alm-item .mb-listing-item-link {
  display: flex;
  flex-flow: column nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(188, 12, 66, 0.95);
  padding: 1.563rem;
  border-radius: 1.875rem;
  opacity: 0;
}
@media all and (min-width: 981px) {
  .mb-listing-section.et_pb_section .mb-listing .alm-listing .alm-item .mb-listing-item-link {
    padding: 3.125rem;
  }
}
.mb-listing-section.et_pb_section .mb-listing .alm-listing .alm-item .mb-listing-item-link:hover {
  opacity: 1;
}
.mb-listing-section.et_pb_section .mb-listing .alm-listing .alm-item .mb-listing-item-link:focus {
  opacity: 1;
}
.mb-listing-section.et_pb_section .mb-listing .alm-listing .alm-item .mb-listing-item-link h3 {
  color: #ffffff;
  font-size: 1.063rem;
  padding: 0 0 0.25rem;
  margin: 0;
  line-height: 1.5;
}
.mb-listing-section.et_pb_section .mb-listing .alm-listing .alm-item .mb-listing-item-link p {
  color: #ffffff;
  font-size: 0.813rem;
  font-weight: 500;
}
.mb-listing-section.et_pb_section .mb-listing .alm-listing .alm-item .mb-listing-item-link .mb-listing-item-cta {
  margin: auto 0 0;
  padding: 1.5rem 0 0;
}
.mb-listing-section.et_pb_section .mb-listing .alm-btn-wrap {
  text-align: center;
  margin: 2.5rem 0 0;
}
.mb-listing-section.et_pb_section .mb-listing .alm-btn-wrap .alm-load-more-btn {
  font-size: 0.813rem;
  display: inline-flex !important;
}
.mb-listing-section.et_pb_section .mb-listing .alm-btn-wrap .alm-load-more-btn:hover {
  padding: 18px 29px;
  background-color: #ffffff;
  color: #241f20;
}
.mb-listing-section.et_pb_section .mb-listing .alm-btn-wrap .alm-load-more-btn:disabled {
  display: none !important;
}

.newsletter-section-container .gform_wrapper.gravity-theme > .gform_validation_errors {
  display: none;
}

/*# sourceMappingURL=style.css.map */
