/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

#g-navigation {
  width: 100%;
  z-index: 5;
  background-color: white;
  box-shadow: 0px 5px 8px #323232;
}
#g-navigation .g-container {
  width: 80%;
}
#g-navigation .g-container .g-grid {
  height: 10vw;
}
#g-navigation .g-container .g-grid * {
  height: 100%;
  margin: 0;
}
#g-navigation .g-container .g-grid .g-content {
  padding: 0;
}
#g-navigation .g-container .g-grid #company-logo-block .g-content .company-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-navigation .g-container .g-grid #company-logo-block .g-content .company-logo img {
  height: 40%;
  width: auto;
}
#g-navigation .g-container .g-grid #menu-block li a {
  padding: 0;
}
#g-navigation .g-container .g-grid #menu-block li a .g-menu-item-title {
  margin-left: 2vw;
  margin-right: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: max(1.5vw, 18px);
  text-align: left;
  color: #000;
}
#g-navigation .g-container .g-grid #menu-block li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin-left: 2vw;
  margin-right: 2vw;
}
#g-navigation .g-container .g-grid #menu-block li.active {
  background-color: transparent !important;
}
#g-navigation .g-container .g-grid #menu-block li.active .g-menu-item-title {
  font-family: Poppins;
  font-weight: bold;
  border-top: 0.7vw solid rgba(0, 0, 0, 0);
  border-bottom: 0.7vw solid #c6955b;
}
#g-header {
  border-bottom: 13px solid #8ac43e;
}
#g-header .g-container {
  width: 100%;
}
#g-header .g-container #header-background-block .g-content {
  margin: 0;
  padding: 0;
}
#g-header .g-container #header-background-block .g-content img {
  width: 100%;
  height: auto;
}
#g-footer {
  background-color: #5f8d2b;
  font-family: Poppins;
  font-size: 14px;
  text-align: left;
  color: white;
}
#g-footer .g-container {
  width: 80%;
}
#g-footer .g-container .g-content {
  margin: 0;
  padding: 5px 0;
}
#g-footer .g-container .g-content #footer-menu-module a:link, #g-footer .g-container .g-content #footer-menu-module a:visited, #g-footer .g-container .g-content #footer-menu-module a:active {
  color: white;
}
#g-footer .g-container .g-content #footer-menu-module a:not(:last-child)::after {
  content: "|";
  margin: 0 0.8rem 0 1rem;
}
#g-footer .g-container #disclaimer {
  text-align: right;
}
#g-footer .g-container #disclaimer a:link, #g-footer .g-container #disclaimer a:visited, #g-footer .g-container #disclaimer a:active {
  color: white;
}
#g-main .g-title, #g-main h1 {
  font-size: 70px;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
  color: #5f8d2b;
}
#g-main .about-us-module p {
  font-family: Poppins;
  font-size: 18px;
  text-align: left;
  color: #000;
}
#g-main #reports-module {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
#g-main #reports-module #reports-year {
  width: 15%;
  text-align: center;
  margin: auto;
  font-family: Poppins;
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  color: #c6955b;
}
#g-main #reports-module #reports {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  gap: 20px 0;
}
#g-main #reports-module #reports .report {
  width: 45%;
  display: flex;
  align-content: center;
  gap: 0 10px;
}
#g-main #reports-module #reports .report div {
  margin: auto 0;
  font-family: Poppins;
  font-size: 18px;
  text-align: left;
  color: #000;
}
#g-main #reports-module #reports .report div .report-title {
  color: #c6955b;
}
#g-main #contact-us-module {
  width: 396px;
  margin: 0 auto;
}
#g-main #contact-us-module h2 {
  font-size: 28px;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
  color: #c6955b;
}
#g-main #contact-us-module #contact-list {
  display: flex;
  flex-direction: column;
}
#g-main #contact-us-module #contact-list .contact-item {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 5%;
}
#g-main #contact-us-module #contact-list .contact-item img {
  width: 8%;
  height: auto;
}
#g-main #contact-us-module #contact-list .contact-item div {
  width: 85%;
  font-family: Poppins;
  font-size: 18px;
  text-align: left;
  color: black;
}
#g-main #contact-us-module #contact-list .contact-item:first-child {
  margin-bottom: 20px;
}
#g-main .single-article .platform-content {
  padding: 0;
}
#g-main .single-article .platform-content .col {
  padding: 0;
}
#g-main .single-article .platform-content .col .article-info {
  display: none;
}
#g-main .single-article .platform-content .col .com-content-article__body {
  font-family: Poppins;
  font-size: 18px;
  color: black;
}
#g-offcanvas {
  background-color: #5f8d2b;
}
#g-offcanvas li {
  background-color: #5f8d2b;
}
#g-offcanvas li.active, #g-offcanvas li:hover {
  background-color: #c6955b !important;
}
.fa-bars::before {
  color: #5f8d2b !important;
}
@media (max-width: 47.99rem) {
  #g-navigation .g-container .g-grid {
    height: 50px;
  }
  #g-navigation .g-container .g-grid .company-logo img {
    height: 70% !important;
  }
  #g-footer {
    text-align: center;
    font-size: 14px;
  }
  #g-footer .g-container {
    width: 95%;
  }
  #g-footer .g-container #disclaimer {
    text-align: center !important;
  }
  #g-main {
    padding: 0;
  }
  #g-main * {
    font-size: 14px !important;
  }
  #g-main .g-title, #g-main h1 {
    font-size: 36px !important;
  }
  #g-main h2 {
    font-size: 20px !important;
  }
  #g-main #reports-module {
    flex-direction: column;
    align-items: center;
  }
  #g-main #reports-module #reports-year {
    font-size: 24px !important;
  }
  #g-main #reports-module #reports {
    margin: 10px 0;
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
  #g-main #reports-module #reports .report {
    width: 100%;
  }
  #g-main #reports-module #reports .report img {
    width: 24px;
    height: auto;
  }
  #g-main #contact-us-module {
    width: min(340px, 100%);
  }
}
/*# sourceMappingURL=custom_19.css.map */