.page-node-type-organizational-page .view_with_sidebar .view_with_sidebar_view{
  width: 100%;
}

.page-node-type-organizational-page .bg_light_gray > .inner-container{
  height: 280px;
}

.page-node-type-organizational-page .bg_light_gray{
  min-height: 280px;
}

.org-tabs {
  display: flex;
  gap: 24px;
}

.org-tabs__sidebar {
  width: 320px;
}

.org-tabs__content {
  flex: 1;
  min-width: 0;
}

.org-tabs__group-title {
  font-weight: bold;
  font-size: 20px;
  margin: 16px 0 8px;
}

.org-tabs__tab {
  display: block;
  width: 100%;
  text-align: start;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.org-tabs__tab.is-active {
  font-weight: 700;
  text-decoration: underline;
}

/* RTL: sidebar moves to right automatically */
html[dir="ltr"] .org-tabs {
  flex-direction: row-reverse;
}

.sidebar-heading{
  font-size: 24px;
  color: #1B8354;
}


.org-layout { display:flex; gap:24px; }
.org-sidebar { width:320px; }
.org-content { flex:1; min-width:0; }

.org-sidebar-heading { font-weight:700; margin:16px 0 8px; }
.org-sidebar-link { display:block; padding:8px 10px; text-decoration:none; }
.org-sidebar-link.is-active { font-weight:700; text-decoration:underline; }

/* html[dir="ltr"] .org-layout { flex-direction:row-reverse; } */

.org-sidebar-heading{
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
}

.org-sidebar-link, .org-sidebar-link:focus{
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #161616;
  padding-inline-start: 26px;
  text-decoration: none;
}

.org-sidebar-link.is-active, .org-sidebar-link.is-active:hover, .org-sidebar-link:hover {
  position: relative;
  padding-inline-start: 26px;
  padding-inline-end: 16px;
  background-image: url('../images/active-tab.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  text-decoration: none;
}

html[dir="ltr"] .org-sidebar-link.is-active,
html[dir="ltr"] .org-sidebar-link.is-active:hover,
html[dir="ltr"] .org-sidebar-link:hover {
  position: relative;
  padding-inline-start: 26px;
  padding-inline-end: 16px;
  background-image: url('../images/active-tab.png');
  background-repeat: no-repeat;
  background-position: left 14px center;
  text-decoration: none;
}

.page-node-type-organizational-page .org-section .org-item-title, .page-node-type-organizational-page .org-section h2{
  color: #074D31;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
}

.org-section .org-item-subtitle{
  color: #DBA102;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
}

.org-section .org-item-desc{
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.org-section .field--name-field-media-image img{
  width: 948px;
  height: 579px;
  object-fit: cover;
}