.layout_banner {
  /* margin-top: 4.3rem; */
  height: 10rem;
  background-size: cover;
  position: relative;
}

.layout_side_menu {
    transition: 0.2s ease-in-out;
}

.layout_side_menu.sticky {
  z-index: 100;
  position: sticky;
  align-self: start;
}

.layout_caption {
  color: #3c7893;
  line-height: 2.4rem;
  display: none;
}

.layout_banner_spacer {
  padding-top: 4.3rem;
}

.layout_banner_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 1rem;
  text-align: center;
  background-color: rgba(125, 183, 44, 0.1);
}

.layout_path {
  background-color: #f4f4f4;
  padding: 1rem 0.5rem;
}

.layout_path img {
  height: fit-content;
}

.layout_path li {
  display: inline-block;
  color: #397794;
  font-weight: 700;
  vertical-align: middle;
  margin-right: 0.7rem;
  font-size: 12px;
}

.layout_path img {
  height: 0.5rem;
}

#homeIconBreadcrumbs {
  background-color: #70a426;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.5rem;
  height: 2rem;
  width: 2rem;
}

#homeIconBreadcrumbs img {
  height: 100%;
  width: 100%;
}

.layout_main {
  white-space: wrap;
}

.layout_main.with_padding {
  padding: 1rem 0.5rem;
}

.side_menu {
  border-radius: 1rem;
  max-height: 0rem;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.side_menu_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side_menu_button img {
  background-color: #3c7893;
  padding: 0.4rem;
  border-radius: 0.5rem;
  height: 2.5rem;
}

.side_menu.expanded {
  border-radius: 1rem;
  padding: 1rem 1rem;
  max-height: 4000px;
}

.side_menu_title {
  background-color: #f4f4f4;
  border-radius: 1rem;
  width: 100%;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}

.parent.active > a {
  background-color: #3c7893;
}

.side_menu ul {
  list-style: none;
}

.side_menu li {
  margin: 0.6rem 0;
}

.side_menu a {
  padding: 0.5rem 1rem;
  background-color: #3d7a95;
  border-radius: 0.5rem;
  display: block;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.3rem;
  color: white;
}

.side_menu a:hover {
  background-color: #70a426;
}

.active_parent > a {
  background-color: #3c7893;
  color: white;
}

.active_parent > a:hover {
  background-color: #3c7893;
  color: white;
}

.side_menu li.active > a {
  background-color: #d1efdf;
  color: black;
}

.layout_content h1 {
  border-bottom: 2px dashed #d4d4d4;
  margin-bottom: 20px;
}
.layout_content td,
tr {
  padding: 5px 10px;
  border-radius: 10px;
}

.layout_content table {
  border-radius: 10px;
  overflow: scroll;
}

.layout_content p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

#page a {
  color: #397794;
  font-weight: 600;
  text-decoration: underline;
}

#post a {
  color: #397794;
  font-weight: 600;
  text-decoration: underline;
}

@media screen and (min-width: 767px) {
  .layout_banner {
    /* margin-top:8rem; */
    height: 12rem;
    background-position: bottom;
  }

  .layout_banner_spacer {
    padding-top: 8rem;
  }

  .layout_path li {
    font-size: 16px;
  }

  .layout_path img {
    height: 0.7rem;
  }

  #homeIconBreadcrumbs {
    width: 2.4rem;
    height: 2.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .layout_banner {
    /* margin-top:9rem; */
    height: 18rem;
  }

  .layout_banner_spacer {
    padding-top: 9rem;
  }

  .layout_path {
    padding: 1rem 4rem;
  }

  .layout_main.with_padding {
    padding: 1rem 4rem;
  }

  .layout_main.with_side_menu {
    display: grid;
    grid-template-columns: 1fr minmax(0, 3fr);
    gap: 4rem;
    align-items: flex-start;
  }

  .layout_main.with_side_menu > div {
    max-width: 100%;
  }

  .side_menu_title {
    display: none;
  }

  .side_menu {
    border-radius: 1rem;
    max-height: 4000px;
  }

  .layout_banner_overlay h2 {
    font-size: 40px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);;
  }
}

@media screen and (min-width: 1700px) {
  .layout_path {
    padding: 1rem 12rem;
  }

  .layout_main.with_padding {
    padding: 1rem 12rem;
  }
}
