.inner-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #013457;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 500px;
}
.inner-header .overlay {
  position: absolute;
  inset: 0;
  background-color: #013457;
  opacity: 0.4;
}
.inner-header h1 {
  position: relative;
  color: white;
}
nav.main li ul {
  display: none;
}
.desktop-menu li > ul {
  display: block;
  background-color: #c9e6b4;
  border-top: 1px solid #fff;
  padding: 10px;
}
.desktop-menu li > ul a {
  width: 100%;
  color: #2f6168;
}
.desktop-menu li:hover > ul a:hover {
  background-color: #c9e6b4;
}
.desktop-menu li:hover > ul > li {
  position: relative;
}
.desktop-menu li:hover > ul > li.has-sub:hover {
  border-top: 1px solid white;
}
.desktop-menu li:hover > ul > li > ul {
  top: -1px;
  left: 100%;
}
.wysiwyg h4 {
  font-weight: normal;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
  margin-top: 1.2em;
  margin-bottom: 0.8em;
  font-weight: normal;
}
.wysiwyg {
  overflow: hidden;
}

.wysiwyg table {
  width: 100%;
}
.wysiwyg th {
  padding: 15px 5px;
  border: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  background-color: #4e64be;
  color: white;
}
.wysiwyg table td {
  padding: 8px;
  border: 1px solid #dee2e6;
}

.show-biography-modal {
  display: none;
}
.wysiwyg a {
  color: #2f6168;
}
.wysiwyg a.btn {
  color: white !important;
}
.link-icon {
  color: #2f6168;
  cursor: pointer;
}
.external-list {
  margin-top: 20px;
}
nav.main {
  height: 0px;
  overflow-y: hidden;
  width: 100%;
}
nav.main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.main ul a,
nav.main ul button {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: 500;
}
nav.main ul li ul a {
  color: black;
}
nav.main ul button {
  border: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.search-input {
  all: unset;
  height: 50px;
  padding: 0px 0px 0px 20px;
}

.search-form-button-web {
  height: 50px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-top: 2px;
}
.search-form-button-web:hover {
  transform: none !important;
  animation: none !important;
}

.search-icon-container {
  cursor: pointer;
  margin-left: 1rem;
}

.align-center {
  display: flex;
  align-items: center;
}
.search-bar-container {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease,
    max-height 0.5s ease;
  max-height: 0;
  background-color: #4e64be;
}
.search-bar-container.show {
  opacity: 1;
  visibility: visible;
  max-height: 50px;
}

nav.secondary ul {
  display: block;
  list-style-type: none;
}
nav.secondary ul li {
  width: 100%;
}
nav.secondary ul li a {
  display: block;
  text-decoration: none;
  padding: 15px 24px;
  color: black;
  border-bottom: 1px solid #77c044;
}
nav.secondary ul .pagemenuheader {
  padding: 1rem;
  border-bottom: 2px solid #77c044;
  font-size: 1.33rem;
}

nav.secondary ul li a:hover {
  color: white;
  font-size: 1rem;
  background-color: #77c044;
}

.white-bg {
  background-color: white;
}

.inner-title {
  color: #77c044;
  font-size: 2.2rem;
  margin-left: 5rem;
  margin-top: 10rem;
  font-weight: normal;
}

.content-header {
  display: flex;
  flex-direction: row;
  align-items: end;
  margin-left: -95px;
  margin-top: -207px;
  margin-bottom: 42px;
  z-index: 10;
  position: relative;
}

.accordion-item h2 {
  margin: 0;
}

.accordion-item {
  border: none;
  border-radius: 0px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #77c044;
}

.accordion-button {
  background-color: #77c044 !important;
  color: white !important;
  border-radius: 0px !important;
}

header.open .bar:first-child {
  transform: rotate(45deg) translate(4px);
}
header.open .bar:nth-child(2) {
  display: none;
}
header.open .bar:last-child {
  transform: rotate(-45deg) translate(3px);
  margin: 0;
}
header.open nav {
  height: unset;
}

.accordion-button {
  --bs-accordion-btn-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path d='M8 1a.5.5 0 0 1 .5.5v6h6a.5.5 0 0 1 0 1h-6v6a.5.5 0 0 1-1 0v-6h-6a.5.5 0 0 1 0-1h6v-6A.5.5 0 0 1 8 1z'/></svg>");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path d='M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8z'/></svg>");
}

.accordion-item:last-of-type {
  border-radius: 0px !important;
}

.inner-tree {
  display: none;
}

blockquote {
  padding-left: 15px;
  border-left: 3px solid #f5cf50;
}

.content-tree {
  display: none;
}

@media screen and (min-width: 1200px) {
  .desktop-menu li > ul {
    position: absolute;
  }
  .content-header {
    margin-left: -120px;
  }
  .desktop-menu li:hover > ul {
    position: absolute;
    z-index: 1000;
  }
  .link-icon {
    color: white;
    margin-left: 0px;
  }
  .external-list {
    transform: translateX(-75%);
  }

  nav.main {
    height: unset;
    width: unset;
    flex-grow: 1;
    display: flex;
    justify-content: center;
  }
  nav.main ul {
    display: flex;
    flex-grow: 1;
    justify-content: space-evenly;
    max-width: 1200px;
    gap: 40px;
  }
  nav.main ul a {
    position: relative;
    display: inline-block;
    border-bottom: none;
    color: white;
  }
  nav.main ul a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 17px;
    background-image: url(../assets/common/nav-highlight.png);
    transition: width 0.6s ease;
  }
  nav.main ul a:hover:after {
    width: 80%;
  }
  .inner-tree {
    display: block;
  }
  .inner-title {
    margin-left: -70px;
  }
  .content-tree {
    display: block;
  }
}

@media screen and (min-width: 1900px) {
  .inner-title {
    font-size: 2.67rem;
  }
}

.zvoice-extn-ctc-btn-img {
  display: none;
}

.file-group-file {
  object-fit: contain;
}

#news-results h3 {
  margin: 0px;
}

.topMargin {
  margin-bottom: 20px;
}

.alert.alert-info {
  background-color: #77c044;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 40px;
}
.alert.alert-info a {
  color: white;
}

@media screen and (max-width: 768px) {
  .nav-bar-element-button button.btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}

.img-responsive {
  width: 100%;
}
.noBgColor {
  background-color: white !important;
}

.link a {
  display: block;
  font-size: 1rem;
  text-decoration: underline;
  color: #77c044;
}

.link a img {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #fff;
  height: 242px;
}

.link {
  text-align: center;
}

.notice {
  text-align: center;
  color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.notice p {
  margin: 0px;
}

.green-notice {
  background-color: #77c044;
}

.yellow-notice {
  background-color: #f5cf50;
}
