/*** resources section styles ***/
.custom-grid .each-item-title a {
  display: block;
  font-weight: 600;
  line-height: 1.3661904761904762;
  color: var(--black);
}

.custom-grid .each-item-head {
  color: var(--fc-c2);
}

/*** END OF resources section styles ***/

.path-tab-content {
  padding-top: 100px;
}

.path-tab-content .header-container {
  padding: 0 80px;
}

@media screen and (max-width: 1199px) {
  body.path-tab-content {
    --header-logo-height: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .path-tab-content header .header-container {
    padding: 5px 40px;
  }
}

@media only screen and (min-width: 992px) {
  .path-tab-content.pmif-page header.site-header {
    height: 100px;
  }
}

body.animate-header.path-tab-content.pmif-page {
  --header-height: 100px;
  --header-logo-height: 70px;
  --header-search-size: 18px;
}

@media only screen and (max-width: 991px) {
  .path-tab-content.pmif-page header.site-header {
    min-height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .path-tab-content.pmif-page header.site-header {
    min-height: 50px;
  }

  body.path-tab-content {
    padding-top: 60px;
  }

  body.animate-header.path-tab-content.pmif-page {
    --header-height: 50px;
    --header-logo-height: 70px;
    --header-search-size: 18px;
  }

  .path-tab-content header.site-header .pmif-logo {
    width: 120px;
    margin: 0;
    padding: 0 0;
  }

  .path-tab-content.pmif-page header.site-header .pmif-logo img {
    width: 100%;
    height: auto;
  }
}
