body.path-frontpage .content_section .items .data-wrap iframe,
body.path-frontpage .content_section .items .data-wrap .image-wrap img {
  border-radius: 1rem;
}

body.path-frontpage .content_section .items .data-wrap iframe {
  border: 1px solid #dbdbdb;
}

body footer {
  background: #97bda3;
}

body.user-logged-in.path-dashboard:not(.path-webform) .region.region-content @media only screen and (max-width: 991px) {
  .region.region-breadcrumb nav ol.breadcrumb {
    flex-wrap: wrap;
    gap: 5px 0;
  }
}



body:not(.path-webform) .region.region-content {
  margin-top: 50px;
}

body:not(.path-webform) main {
  padding-top: 130px;
}

body.path-glossary .block-page-title-block h1 {
  display: block;
  font-size: 32px;
  margin-bottom: 30px;
}

.path-knowledge .page-intro {
  text-align: center;
  padding: 15px 100px 30px;
  border-bottom: 1px solid #ececec;
  color: var(--charcoal-gray);
}

body.user-logged-in.path-dashboard:not(.path-webform) .region-breadcrumb {
  margin-top: 0
}

.order-1 .block-system h2 {
  font-size: 26px;
}

@media screen and (max-width: 991px) {
  .path-knowledge .page-intro {
    padding: 15px 0
  }

  body.path-glossary .block-page-title-block h1 {
    font-size: 26px;
    line-height: 32px;
  }
}

body.user-logged-in.path-dashboard:not(.path-webform) main {
  padding-top: 130px;
}

body:not(:has(.breadcrumb-item)) main {
  padding-top: 150px;
}

body.user-logged-in.path-dashboard:not(.path-webform) .region.region-content {
  margin-top: 50px;
}

body.path-frontpage:not(:has(.breadcrumb-item)) main {
  padding-top: 0 !Important;
}

@media only screen and (max-width: 991px) {
  body.path-frontpage .region-content .content_section p {
    width: 100%;
  }

  body.path-frontpage .content_section .items .data-wrap iframe {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
    body.path-frontpage .content_section .items .data-wrap iframe {
      min-height: 200px;
    }
  }

@media only screen and (min-width: 768px) and (max-width: 991px) { 
 body.path-frontpage .content_section .items .data-wrap iframe {
      min-height: 500px;
    }
}