.md_wibf .contact_profile_popup_wrapper .l3:nth-child(4n+1) {
  clear: both;
}

.md_wibf .contact_profile_popup_wrapper .l4:nth-child(3n+1) {
  clear: both;
}

.md_wibf .contact_profile_popup_wrapper .l6:nth-child(2n+1) {
  clear: both;
}

.md_wibf .contact_profile_popup_wrapper .l4,
.md_wibf .contact_profile_popup_wrapper .l3 {
  font-size: var(--fnt-global);
}

.md_wibf .contact_profile_popup_wrapper .l6 {
  font-size: var(--fnt-s);
}

.md_wibf .contact_profile_popup_wrapper .l12 {
  font-size: var(--fnt-m);
}

.md_wibf .contact_profile_popup_wrapper .post_item {
  background-color: var(--clr-primary);
  padding-bottom: .65em;
  position: relative;
  transition: var(--trn-ease);
}

.md_wibf .contact_profile_popup_wrapper .post_item:hover {
  background-color: var(--clr-secondary);
  color: white;
}

.md_wibf .contact_profile_popup_wrapper .post_item:hover .featured_img {
  border: 2px solid var(--clr-secondary);
}

.md_wibf .contact_profile_popup_wrapper .post_item .featured_img {
  border: 2px solid var(--clr-primary);
  display: flex;
  margin-bottom: 1em;
  position: relative;
  padding-bottom: 115%;
  height: 0;
  width: 100%;
  transition: var(--trn-ease);
}

.md_wibf .contact_profile_popup_wrapper .post_item .featured_img img {
  /* height: 23.33em; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.md_wibf .contact_profile_popup_wrapper .post_item>div {
  margin-bottom: 0.5rem;
}

.md_wibf .contact_profile_popup_wrapper .post_item .permalink_wrapper {
  margin-bottom: 0;
}

.md_wibf .contact_profile_popup_wrapper .post_item>div:last-of-type {
  margin-bottom: 0;
}

.md_wibf .contact_profile_popup_wrapper .post_title {
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
}

.md_wibf .contact_profile_popup_wrapper .post_title h5 {
  color: white;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.25;
}

.md_wibf .contact_profile_popup_wrapper .permalink_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.md_wibf .contact_profile_popup_wrapper .permalink_wrapper a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.md_wibf .modal_wrapper {
  max-width: 55.55rem;
  max-height: 80%;
  padding-top: 2.5rem;
}

.md_wibf .modal_wrapper .modal_content {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 0;
  overflow-y: auto;
}

.md_wibf .modal_wrapper .post_title {
  margin-top: .25rem;
}

.md_wibf .modal_wrapper .post_title h4 {
  font-size: 1.66rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.md_wibf .modal_wrapper .contact_profile_role h5 {
  color: var(--clr-grey);
  font-size: var(--fnt-global);
  font-weight: 600;
}

.md_wibf .modal_wrapper .contact_profile_description {
  font-size: var(--fnt-xs);
  max-height: 80%;
  /* overflow: auto; */
}

.md_wibf .modal_wrapper .f-button.is-close-btn {
  background-color: white;
  border-radius: 50%;
  border: 2px solid var(--clr-shadow);
  opacity: 1;
  top: 0;
  right: 0;
  position: absolute;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 9999;
}

.md_wibf .contact_profile_popup_wrapper .row .col {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 992px) {}