.text-green {
  color: #339966;
}
.text-green--link:hover {
  color: #339966;
}

.text-default {
  color: #707070;
}

.text-darker {
  color: #222;
}

.font-abhaya {
  font-family: "Abhaya Libre", serif;
}

body {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  color: #707070;
  background: #ecf2ef;
}

.full-page {
  min-height: 100%;
  height: 100%;
}

.container--page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.container--home {
  max-width: 70%;
}

.home-slider__image {
  -webkit-filter: brightness(65%);
  filter: brightness(65%);
}

@media (min-width: 992px) {
  .header {
    min-height: 100px;
  }
}
.header__menu-button {
  border: 0;
  background: none;
  color: #fff;
  font-size: 20px;
  opacity: 0.75;
  transition: opacity 0.25s;
}
.header__menu-button:hover {
  opacity: 1;
}
.header .logo__image--colored {
  display: none;
}
.header > .container > .container {
  padding-left: 0;
  padding-right: 0;
}
.header--fixed {
  position: relative;
  z-index: 3;
}
.header--fixed .header__menu-button {
  color: #339966;
}
.header--fixed .logo__image {
  display: none;
}
.header--fixed .logo__image--colored {
  display: block;
}
.header--fixed > .container {
  max-width: 100%;
  background: #fff;
  position: fixed;
  z-index: 2;
  padding: 10px 0 !important;
}
.header--fixed > .container > .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.header--fixed .menu__link {
  color: #707070 !important;
  opacity: 1 !important;
}
.header--fixed .menu__link:hover, .header--fixed .menu__link--active {
  color: #15683e !important;
  border-bottom-color: #339966 !important;
}
.header--fixed .menu__child {
  top: 40px !important;
}
.logo {
  display: flex;
  max-width: 330px;
}
.logo__image {
  max-width: 50%;
  display: block;
}
@media (max-width: 992px) {
  .logo-kanan {
    display: none;
  }
}

@media (min-width: 360px) {
  .logo__image,
  .logo__image--colored {
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .logo {
    max-width: 100%;
  }

  .logo__image,
  .logo__image--colored {
    max-width: 175%;
  }
}
@media (min-width: 992px) {
  .logo {
    max-width: 330px;
  }

  .logo__image,
  .logo__image--colored {
    max-width: 100%;
  }

  .logo-kanan .logo__image {
    max-width: 50%;
  }
  .public-menu-image,
  .sub-public-menu-image {
    max-width: 250px;
  }
}

.menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  width: 100%;
}
.menu__item {
  position: relative;
  padding: 10px 15px 16px;
}
.menu__item:hover .menu__child {
  display: block;
}
.menu__child {
  position: absolute;
  top: 40px;
  left: -400px;
  background: #fff;
  z-index: 2;
  width: 575px;
  padding: 30px 15px;
  border-bottom: 2px solid #339966;
  display: none;
}
.menu__link {
  opacity: 0.75;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  padding: 5px 0px;
  text-transform: uppercase;
  transition: all 0.25s;
}
.menu__link--active, .menu__link:hover {
  opacity: 1;
  text-decoration: none;
}
.menu__link--active {
  border-bottom-color: #fff;
}
.submenu__item {
  position: relative; /* Parent untuk absolute positioning */
}
.submenu__item:hover .child-submenu__child {
  display: block;
}
.submenu__item:hover ~ .menu__child {
  filter: contrast(50%);
}
.child-submenu__child {
  position: absolute;
  top: -40px;
  left: 230px;
  background: #fff;
  z-index: 3;
  width: 575px;
  padding: 30px 15px;
  border-bottom: 2px solid #339966;
  display: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.mobile-menu {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  min-height: 100vh;
  z-index: 5;
  padding: 10px 0 15px;
}
.mobile-menu__close {
  color: #15683e;
  display: block;
  border: 0;
  background: none;
  font-size: 20px;
  transition: color 0.25s;
  padding: 0 0 0 10px;
}
.mobile-menu__close:hover {
  color: #339966;
}
.mobile-menu__close:focus {
  outline: none;
}

.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav__item, .mobile-nav__parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.mobile-nav__item--bt {
  border-top: 1px solid #15683e;
}
.mobile-nav__item--bb {
  border-bottom: 1px solid #15683e;
}
.mobile-nav__item i, .mobile-nav__parent i {
  font-size: 20px;
}
.mobile-nav__parent {
  width: 100%;
  background: none;
  border: 0;
  font-family: "Abhaya Libre", serif;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0;
  color: #15683e;
  transition: color 0.25s;
}
.mobile-nav__parent:hover {
  color: #339966;
}
.mobile-nav__parent:focus {
  outline: none;
}
.mobile-nav__parent--active {
  opacity: 1;
}
.mobile-nav__parent--active .fa-angle-down {
  display: none;
}
.mobile-nav__parent--active .fa-angle-up {
  display: block !important;
}
.mobile-nav__parent .fa-angle-up {
  display: none;
}
.mobile-nav__link {
  display: flex;
  align-items: center;
  font-family: "Abhaya Libre", serif;
  font-size: 25px;
  font-weight: bold;
  color: #15683e;
  width: 100%;
  padding: 10px 0;
  transition: opacity 0.25s;
}
.mobile-nav__link:hover {
  text-decoration: none;
  opacity: 1;
  color: #339966;
}
.mobile-nav__link--home {
  color: #15683e;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  font-family: "Muli", sans-serif;
}
.mobile-nav__link--home i {
  margin: 0 13px 0 0;
}
.mobile-nav__link--instagram {
  color: #0a4c2b;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  padding: 15px 0;
}
.mobile-nav__link--instagram i {
  margin: 0 20px 0 0;
}

.mobile-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: none;
}
.mobile-submenu__item:first-child {
  border-top: 2px solid #339966;
}
.mobile-submenu__item:last-child {
  border-bottom: 1px solid #eeecea;
}
.mobile-submenu__link {
  display: block;
  font-weight: bold;
  color: #8e8e8e;
  opacity: 1;
  font-size: 14px;
  transition: color 0.25s;
  text-transform: uppercase;
  padding: 15px 0 15px 25px;
}
.mobile-submenu__link:hover {
  color: #339966;
  text-decoration: none;
}
.mobile-submenu__item, .mobile-submenu__parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.mobile-submenu__parent {
  width: 100%;
  background: none;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0 15px 25px;
  color: #8e8e8e;
  text-transform: uppercase;
  transition: color 0.25s;
}
.mobile-submenu__parent:hover {
  color: #339966;
}
.mobile-submenu__parent:focus {
  outline: none;
}
.mobile-submenu__parent--active {
  opacity: 1;
}
.mobile-submenu__parent--active .fa-angle-down {
  display: none;
}
.mobile-submenu__parent--active .fa-angle-up {
  display: block !important;
}
.mobile-submenu__parent .fa-angle-up {
  display: none;
}

/* Child Submenu (level ketiga) */
.mobile-child-submenu {
  list-style: none;
  padding: 0;
  margin-left: 2rem;
  display: none;
  z-index: 20;
}

.mobile-child-submenu__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.mobile-child-submenu__item:hover > .mobile-child-submenu {
  display: block;
}

.mobile-child-submenu__link {
  display: block;
  color: #6c757d;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0 10px 20px;
}

.mobile-child-submenu__link:hover {
  color: #339966;
  text-decoration: none;
}

.page-title {
  font-family: "Abhaya Libre", serif;
  font-size: 34px;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 360px) {
  .page-title {
    font-size: 40px;
  }
}
.page-title__sub {
  font-size: 18px;
  font-family: "Muli", sans-serif;
  line-height: 30px;
  font-style: italic;
  font-weight: normal;
}
@media (min-width: 640px) {
  .page-title__sub {
    font-size: 24px;
  }
}

.footer {
  font-size: 10px;
  text-align: center;
  padding: 15px 0;
}
.footer-beranda {
  background-color: #339966;
}
@media (min-width: 400px) {
  .footer {
    font-size: 12px;
  }
}

.footer-text {
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-text {
    justify-content: flex-start;
  }
}
.footer-text__link {
  display: block;
  font-family: "Abhaya Libre", serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #222;
}
.footer-text__link:hover {
  color: #222;
}
@media (min-width: 400px) {
  .footer-text__link {
    font-size: 18px;
  }
}

.footer-social {
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  align-items: center;
}
.footer-social__link {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0 0 0 15px;
  transition: all 0.25s;
  border: 1px solid #15683e;
  color: #15683e;
}
.footer-social__link:hover {
  color: #bde0cf;
  text-decoration: none;
  background: #15683e !important;
}
.footer-social__link--home {
  border: 1px solid #fff;
}
.footer-social__link--home:hover {
  background: #fff !important;
  color: #707070 !important;
}

.content p,
.page-content p,
.page-content__sub {
  text-align: justify;
}

.page-content__line {
  width: 80px;
  height: 1px;
  background: #15683e;
  margin: 25px 0;
  border: 0;
}
.page-content__separator {
  background: #bde0cf;
  width: 100%;
  height: 1px;
  margin: 0;
  position: relative;
  padding: 0;
}
.page-content__separator:before {
  content: " ";
  display: block;
  background: #15683e;
  position: absolute;
  left: 0;
  top: -1px;
  width: 80px;
  height: 1px;
}
.page-content__prefix {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
.page-content__title {
  font-family: "Abhaya Libre", serif;
  font-size: 34px;
  margin: 5px 0 0;
  line-height: 1;
  color: #222;
  font-weight: bold;
}
.page-content__sub {
  color: #339966;
  font-size: 18px;
  font-family: "Abhaya Libre", serif;
  margin: 20px 0;
}
.page-content__photo {
  max-width: 100%;
}
@media (min-width: 360px) {
  .page-content__photo {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .page-content__photo {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .page-content__overlap {
    margin-bottom: -160px;
    z-index: 2;
    position: relative;
  }
}
@media (min-width: 768px) {
  .page-content__overlap--map {
    margin-bottom: -100px;
  }
}
@media (min-width: 768px) {
  .page-content__overlap--triple {
    margin-bottom: -70px;
  }
}

.page-footer {
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: 100px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.page-footer:before {
  content: " ";
  height: 100px;
  display: block;
  width: 1px;
  background: #339966;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
}
.page-footer--no-line:before {
  content: "";
  display: none;
}
.page-footer--tall {
  min-height: 700px;
}
@media (min-width: 768px) {
  .page-footer--tall {
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .page-footer--tall {
    min-height: 500px;
  }
}
.page-footer__title {
  font-size: 18px;
  margin: 0;
}
.page-footer__cta {
  font-family: "Abhaya Libre", serif;
  font-weight: bold;
  color: #0a4c2b;
  font-size: 38px;
  line-height: 1;
  margin: 15px 0;
}
.page-footer__cta:hover {
  color: #339966;
  text-decoration: none;
}
.page-footer__cta--text {
  text-decoration: none;
}
.page-footer__cta--text:hover {
  color: #0a4c2b;
}
.page-footer .hiring-link {
  color: #0a4c2b;
  font-weight: bold;
  text-decoration: underline;
}
.page-footer .hiring-link:hover {
  color: #339966;
}

.submenu-title {
  color: #0a4c2b;
  font-family: "Abhaya Libre", serif;
  font-size: 30px;
  font-weight: bold;
}

.submenu-desc {
  font-size: 14px;
}

.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.submenu__link {
  color: #222222;
  font-weight: bold;
  font-size: 14px;
  transition: color 0.25s;
}
.submenu__link:hover, .submenu__link--active {
  color: #339966;
  text-decoration: none;
}

.child-submenu-title {
  color: #0a4c2b;
  font-family: "Abhaya Libre", serif;
  font-size: 30px;
  font-weight: bold;
}

.child-submenu-desc {
  font-size: 14px;
}

.child-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.child-submenu__link {
  color: #222222;
  font-weight: bold;
  font-size: 14px;
  transition: color 0.25s;
}
.child-submenu__link:hover, .child-submenu__link--active {
  color: #339966;
  text-decoration: none;
}

.testimonial-content {
  display: none;
}
.testimonial-content:first-child {
  display: block;
}

.dl-brochure {
  font-weight: bold;
  font-size: 16px;
  color: #339966;
  transition: all 0.25s;
  text-transform: uppercase;
}
.dl-brochure:hover {
  text-decoration: none;
  color: #15683e;
}

.slick-slider .quote-testimonial p:last-child {
  margin-bottom: 0;
}

.testimonial-content-wrap ul {
  padding: 0;
  margin: 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.testimonial-content-wrap ul li button {
  text-indent: -9999999px;
  margin: 0 3px;
  background: #8e8e8e;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  transition: background 0.25s;
}
.testimonial-content-wrap ul li button:focus {
  outline: none;
}
.testimonial-content-wrap ul li.slick-active button {
  background: #fff;
}

.page-hero {
  width: 100%;
  overflow: hidden; /* sembunyikan overflow horizontal kalau ada */
}

.home-slider {
  height: 100vh;
  position: absolute;
  /* left: 0;
  top: 0; */
  width: 100%;
  overflow: hidden;
}
.home-slider__item {
  position: relative;  /* menjadi parent absolute untuk tiap slide */
  width: 100%;
  height: 100vh;
  display: inline-block; /* atau sesuai kebutuhan slider JS-mu */
}
.home-slider__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-slider__overlay {
  position: absolute;
  z-index: 10;                /* pastikan di atas .home-slider__image */
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}

.home-slider-nav {
  margin: 0 0 25px;
}
.home-slider-nav__button {
  margin: 0 3px;
  background: #8e8e8e;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  transition: background 0.25s;
}
.home-slider-nav__button--active {
  background: #fff;
}
.home-slider-nav__button:focus {
  outline: none;
}

.page-slider {
  height: 500px;
  max-height: 600px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-slider {
    height: 90vw;
  }
}
.page-slider__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center !important;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}
.page-slider__title {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  font-family: "Abhaya Libre", serif;
  text-align: center;
}
@media (min-width: 576px) {
  .page-slider__title {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .page-slider__title {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .page-slider__title {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .page-slider__title {
    font-size: 70px;
  }
}

.photo-slider__content {
  margin: 0 3px;
}
@media (min-width: 768px) {
  .photo-slider__content {
    margin: 0 8px;
  }
}
.photo-slider .slick-list {
  padding: 0 25px !important;
}
@media (min-width: 576px) {
  .photo-slider .slick-list {
    padding: 0 60px !important;
  }
}
@media (min-width: 768px) {
  .photo-slider .slick-list {
    padding: 0 !important;
  }
}
.photo-slider .slick-slide {
  opacity: 0.5;
  transition: opacity 0.25s;
}
.photo-slider .slick-slide.slick-active {
  opacity: 1;
}
@media (min-width: 768px) {
  .photo-slider .slick-slide {
    opacity: 1;
  }
}
.photo-slider__image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.photo-slider__arrow {
  background: #15683E;
  color: #fff;
  border: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  padding: 0;
}
.photo-slider__arrow--prev {
  left: 5px;
}
@media (min-width: 576px) {
  .photo-slider__arrow--prev {
    left: 40px;
  }
}
@media (min-width: 768px) {
  .photo-slider__arrow--prev {
    left: -20px;
  }
}
.photo-slider__arrow--next {
  right: 5px;
}
@media (min-width: 576px) {
  .photo-slider__arrow--next {
    right: 40px;
  }
}
@media (min-width: 768px) {
  .photo-slider__arrow--next {
    right: -20px;
  }
}
.photo-slider__arrow:hover {
  background: #339966;
}

.quote {
  font-family: "Abhaya Libre", serif;
  font-size: 22px;
  text-align: center;
  color: #339966;
  position: relative;
  padding: 30px 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .quote {
    font-size: 24px;
  }
}
.quote__icon {
  color: #BDE0CF;
  position: absolute;
}
.quote__icon.fa-quote-left {
  left: 0;
  top: 0;
}
.quote__icon.fa-quote-right {
  right: 0;
  bottom: 0;
}
.quote__icon--light {
  color: #ECF2EF;
}
.quote--small {
  font-size: 20px;
}

.team__image {
  max-width: 50%;
  margin: 0 10px 0 0;
}

.picture-quote {
  border-left: 1px solid #339966;
  position: relative;
  padding: 20px 0 0;
  margin: 0 0 0 25px;
}
.picture-quote__text {
  border-left: 3px solid #339966;
  padding: 0 0 0 15px;
}

.admission-link {
  position: relative;
  display: inline-block;
}
.admission-link:before {
  content: " ";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: background 0.25s;
}
.admission-link:hover:before {
  background: rgba(0, 0, 0, 0.1);
}
.admission-link__image {
  display: block;
  max-width: 100%;
  position: relative;
}
.admission-link__content {
  display: block;
  border-left: 1px solid #fff;
  height: 100%;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 2;
  width: calc(100% - 20px);
}
.admission-link__text {
  border-left: 4px solid #fff;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #fff;
  display: block;
  padding: 0 0 0 8px;
  text-align: left;
}
@media (min-width: 1200px) {
  .admission-link__text {
    font-size: 20px;
  }
}
.admission-link__text strong {
  font-family: "Abhaya Libre", serif;
  font-size: 22px;
  line-height: 1;
}
@media (min-width: 360px) {
  .admission-link__text strong {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .admission-link__text strong {
    font-size: 32px;
  }
}

.procedure {
  list-style: none;
  text-align: justify;
}
.procedure__item {
  color: #339966;
}
.procedure li {
  margin: 0 0 1rem;
}
.procedure__title {
  font-family: "Muli", sans-serif;
  font-size: 16px;
}
@media (min-width: 768px) {
  .procedure__title {
    font-size: 18px;
  }
}
.procedure__content {
  font-size: 14px;
  padding: 0 0 0 20px;
  color: #707070;
}
@media (min-width: 768px) {
  .procedure__content {
    font-size: 16px;
  }
}
.procedure__link {
  font-weight: bold;
}
.procedure__link:hover {
  color: #339966;
}

.quote-testimonial__name {
  font-size: 24px;
}

.gms-form label.error {
  color: red;
  font-size: 12px;
  display: block;
  font-weight: bold;
  margin: 5px 0 0;
}
.gms-form__input {
  border: 1px solid #DAD2D2;
  background: #F8F8F8;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  color: #242424;
  padding: 10px;
  max-width: 100%;
  width: 100%;
  display: block;
  border-radius: 10px;
}
.gms-form__input:focus {
  border-color: #339966;
  outline: none;
}
.gms-form__input--file {
  background: none;
  border: 0;
  font-size: 14px;
  padding-left: 0;
}
.gms-form__title {
  font-family: "Abhaya Libre", serif;
  font-size: 32px;
  font-weight: bold;
  color: #222;
}
.gms-form__group {
  margin-bottom: 20px;
}
.gms-form__input-button {
  border: 0;
  padding: 10px;
  border-radius: 10px;
  background: #339966;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}
.gms-form__input-button:hover {
  background: #15683E;
}
.gms-form__option-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #DAD2D2;
  border-radius: 5px;
  height: 20px;
  order: 1;
  position: relative;
  width: 20px;
}
.gms-form__option-label {
  display: flex;
  align-items: center;
}
.gms-form__option-label > input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.gms-form__option-label > input:checked + span:before {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  background: #339966;
  border-radius: 5px;
}
.gms-form__option-label > input:checked + span + .gms-form__option-name {
  color: #339966;
}
.gms-form__option-name {
  font-weight: bold;
  display: block;
  margin: 0 0 0 10px;
  order: 3;
}

#map {
  height: 475px;
  width: 100%;
}
@media (min-width: 768px) {
  #map {
    height: 500px;
  }
}

.contact-title {
  font-family: "Abhaya Libre", serif;
  font-size: 30px;
  color: #15683E;
  font-weight: bold;
}

.announcement-link {
  background: none;
  border: 0;
  padding: 0;
}
.announcement-link:focus {
  outline: none;
}
.announcement-link:hover {
  text-decoration: underline;
}

.swal2-title {
  font-family: "Muli", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.swal2-input {
  background: #F8F8F8;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  color: #242424;
  padding: 10px;
  max-width: 100%;
  width: 100%;
  display: block;
  border-radius: 10px;
  text-align: center;
}

.swal2-actions button {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.documents {
  margin: 20px 0 0;
  list-style-type: decimal;
}
.documents li {
  color: #339966;
}
.documents a {
  color: #339966;
}

.current-file {
  color: #339966;
  font-size: 12px;
  font-weight: bold;
  text-transform: lowercase;
}
.current-file:hover {
  color: #339966;
}

.home-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-arrow--left {
  left: -45px !important;
}
.home-arrow--right {
  right: -45px !important;
}

/*# sourceMappingURL=style.css.map */
