@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,700&family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Open Sans" !important;
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2 !important;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: black;
}

ul,
li {
  list-style: none;
}

img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#locations {
  background: #006400;
  color: white;
}

.btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  color: black;
  border-radius: 5px;
  letter-spacing: 1px;
  background: white;
  transition: 0.2s ease all;
  border: 1px solid transparent;
}

.btn-primary {
  background: #006400;
  color: white;
}

.btn-dark {
  background: black;
  color: white;
}

.btn-outline {
  background: transparent;
  color: black;
  border: 1px solid #006400;
}

.btn-white {
  background: white;
  color: #006400;
  border: 1px solid #006400;
}

.btn:hover {
  opacity: 0.7;
}

.btn-round-sm {
  border-radius: 15px;
}

.btn-round-xs {
  border-radius: 11px;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-management,
.btn-blog,
.btn-location {
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  background: black;
  color: white;
  justify-self: center;
}

.btn-management:hover,
.btn-blog:hover,
.btn-location:hover {
  border: 2px solid black;
  background: white;
  color: black;
}

.btn-video {
  border-radius: 50px;
}

.btn-video:hover {
  background: black;
  border: 2px solid white;
  color: white;
}

.btn-location {
  border: 2px solid black;
  background: #f6f9ed;
  color: black;
}

.btn-location:hover {
  background: #000;
  border: 2px solid white;
  color: white;
}

.section-header {
  text-align: center;
  padding-top: 5rem !important;
  padding-bottom: 3rem !important;
}

.section-header .lead-text {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2em;
  text-align: center;
  font-size: clamp(1.8rem, 5vw, 3rem);
  padding-bottom: 0.5rem;
}

.section-header .lead-text .white,
.section-header .lead-text .funfun {
  color: #f8f8f8 !important;
}

.section-header .lead-text .dudu,
.section-header .lead-text .black {
  color: #000;
}

.section-header .lead-text + * {
  font-weight: 300;
  line-height: 1em;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 17px;
  font-size: clamp(8px, 5vw, 17px);
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.all-items {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 50%);
}

@media screen and (max-width: 900px) {
  .section-header {
    text-align: center;
    padding: 2.5rem;
    margin: 0 1rem;
  }
}

@media screen and (max-width: 699px) {
  .section-header {
    text-align: center;
    padding: 1.5rem;
  }
}

.news-ticker {
  background: #006400;
  border-top: 1px solid white;
  border-top: 2px solid #ffea00;
  border-bottom: 1px solid white;
  border-bottom: 2px solid #ffea00;
  background: #006400;
}

.acme-news-ticker a {
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
  color: white;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.acme-news-ticker a:hover {
  text-decoration: none;
}

/*-----------------------------
	News Ticker
------------------------------*/
.acme-news-ticker {
  background: #006400;
  position: relative;
  height: 45px;
  padding-left: 2rem;
}

@media (min-width: 768px) {
  .acme-news-ticker {
    margin-top: 0;
  }
  .acme-news-ticker-label {
    padding: 7px;
  }
}

.acme-news-ticker-label {
  background: #006400;
  padding: 10px;
  width: auto;
  float: left;
  margin-right: 15px;
  line-height: normal;
  height: 100%;
  color: #fff;
  background: #ffea00;
  color: black;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  transform: skew(-10deg);
  z-index: 10;
  display: flex;
  align-items: center;
}

.acme-news-ticker-label h4 {
  transform: skew(10deg);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: clamp(0.875rem, 0.6313rem + 1.0833vw, 1.2rem);
}

@media (max-width: 575px) {
  .acme-news-ticker-label {
    position: absolute;
    top: -30px;
    height: 30px;
  }
}

.acme-news-ticker-box {
  height: 100%;
  overflow: hidden;
}

@media (max-width: 575px) {
  .acme-news-ticker-box {
    padding-left: 10px;
    padding-right: 120px;
  }
  .acme-news-ticker-label {
    padding: 5px;
  }
}

.acme-news-ticker-box ul {
  width: 100%;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.acme-news-ticker-box ul li a {
  text-decoration: none;
}

.acme-news-ticker-controls {
  display: flex;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 100px;
}

.acme-news-ticker-controls button {
  height: 100%;
  background: #f1f1f1;
  padding: 0;
  width: 40px;
  border-color: #f9f9f9;
  border-style: solid;
  border-width: 0 0 0 1px;
  cursor: pointer;
  display: inline-block;
}

.acme-news-ticker-controls button:hover {
  background: #eeeeee;
}

.acme-news-ticker-controls button.acme-news-ticker-arrow {
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 80;
  cursor: pointer;
}

.acme-news-ticker-controls button.acme-news-ticker-arrow:after {
  border-color: #999;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 8px;
  z-index: 80;
  cursor: pointer;
}

.acme-news-ticker-controls button.acme-news-ticker-pause {
  position: relative;
  display: inline-block;
  z-index: 80;
  cursor: pointer;
}

.acme-news-ticker-controls button.acme-news-ticker-pause:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-color: #999;
  border-style: solid;
  border-width: 0 2px 0;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.acme-news-ticker-controls.acme-news-ticker-horizontal-controls
button.acme-news-ticker-prev:after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.acme-news-ticker-controls.acme-news-ticker-horizontal-controls
button.acme-news-ticker-next:after {
  transform: translate(-50%, -50%) rotate(315deg);
}

.acme-news-ticker-controls.acme-news-ticker-vertical-controls
button.acme-news-ticker-prev:after {
  transform: translate(-50%, -50%) rotate(225deg);
}

.acme-news-ticker-controls.acme-news-ticker-vertical-controls
button.acme-news-ticker-next:after {
  transform: translate(-50%, -50%) rotate(405deg);
}
.counters {
  padding-bottom: 1rem;
  background-color: #006400;
  color: white;
  border-top: 2px solid #ffea00;
  border-bottom: 2px solid #ffea00;
  width: 100%;
}

.counters > .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 1rem;
  text-align: center;
  column-gap: 0.5rem;
}

.counters > .container > div {
  display: grid;
  grid-template-rows: auto 1fr min-content;
}

.counters > .container > div h3 {
  font-size: clamp(1rem, 2.3vw, 1rem);
  font-size: clamp(0.8rem, 0.6286rem + 0.7619vw, 1.2rem);
  font-weight: normal;
}

.counters > .container > div > div {
  font-size: clamp(2rem, 2.5vw, 3.5rem);
  font-weight: bold;
}

#services-board {
  padding-bottom: 8rem;
  background: white;
}

#services-board .container .services,
#services-board .container .services-hq {
  background: white;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 320px));
  place-content: center;
  gap: 1rem;
}

#services-board .container .services > article,
#services-board .container .services-hq > article {
  background: #f8f8f8;
  border-radius: 5px;
  display: grid;
  grid-template-rows: 40px 1fr;
  padding: 2rem;
  text-align: center;
  place-items: center;
  border: 1px solid #666;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  gap: 1rem;
  transition: box-shadow 300ms ease 0ms;
}

#services-board .container .services > article .icon,
#services-board .container .services-hq > article .icon {
  height: 32px;
  width: 32px;
}

#services-board .container .services > article .icon .fa,
#services-board .container .services-hq > article .icon .fa {
  font-size: 32px;
  color: #006400;
  font-weight: 400 !important;
}

#services-board .container .services > article a,
#services-board .container .services-hq > article a {
  color: black;
  text-transform: uppercase;
}

#services-board .container .services > article a:hover,
#services-board .container .services-hq > article a:hover {
  text-decoration: none;
}

#services-board .container .services > article .contentBox,
#services-board .container .services-hq > article .contentBox {
  display: grid;
  grid-template-rows: auto 1fr;
}

#services-board .container .services > article .contentBox h3,
#services-board .container .services-hq > article .contentBox h3 {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-variant: small-caps;
  line-height: 23.4px;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  flex: 1;
}

#services-board .container .services > article .contentBox p,
#services-board .container .services-hq > article .contentBox p {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 23.8px;
}

#services-board .container .services > article:hover,
#services-board .container .services-hq > article:hover {
  box-shadow: 0px 9px 8px 0px #bfbfbf;
}

#services-board .container .services-hq {
  grid-template-columns: repeat(auto-fill, minmax(200px, 240px));
}

#diplomats {
  padding-bottom: 7rem;
  background: #f8f8f8;
}

#diplomats .container {
  padding: 1rem;
  padding-bottom: 2rem;
}

#diplomats .container .management {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 320px));
  background: white;
  gap: 4rem;
}

#diplomats .container .management > article {
  display: grid;
  grid-template-rows: 350px auto auto;
}

#diplomats .container .management > article .imgBox {
  height: 350px;
  width: 100%;
}

#diplomats .container .management > article .imgBox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#diplomats .container .management > article .contentBox {
  padding: 1rem;
  text-align: center;
}

#diplomats .container .management > article .contentBox h4 {
  font-size: 1.1rem !important;
  font-weight: bold;
  letter-spacing: 0.5px;
}

#diplomats .container .management > article .contentBox h4 a {
  color: #006400;
}

#diplomats .container .management > article .contentBox h4 a:hover {
  color: #263238;
  text-decoration: underline;
}

#diplomats .container .management > article .contentBox small {
  font-weight: 100 !important;
  letter-spacing: 0.87;
  font-size: 0.8rem;
}

#diplomats .container .diplomats {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  background: white;
  gap: 3rem 2rem;
}

#diplomats .container .diplomats > article {
  display: grid;
  grid-template-rows: 1fr auto;
  background: white;
}

#diplomats .container .diplomats > article .contentBox {
  padding: 1rem;
  background: #f2f2f2;
  text-align: center;
}

#diplomats .container .diplomats > article .contentBox h4 {
  font-size: 1.1rem !important;
  font-weight: bold;
  letter-spacing: 0.5px;
}

#diplomats .container .diplomats > article .contentBox h4 a {
  color: #006400;
}

#diplomats .container .diplomats > article .contentBox h4 a:hover {
  color: #263238;
  text-decoration: underline;
}

#diplomats .container .diplomats > article .contentBox small {
  font-weight: 100 !important;
  letter-spacing: 0.87;
  font-size: 0.8rem;
}

#diplomats .container .diplomats .head {
  outline: 3px groove #006400;
  outline-offset: 5px;
}

#diplomats .container .leadership {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 320px));
  width: 100%;
  place-content: center;
  gap: 2rem;
}

#diplomats .container .leadership article {
  display: grid;
  grid-template-rows: 350px auto auto;
  background: white;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 8px 0px #bfbfbf;
  border-radius: 7px;
}

#diplomats .container .leadership .contentBox {
  text-align: center;
  padding: 0 1rem 2rem;
}

#diplomats .container .leadership .imgBox {
  padding: 1rem;
}

#diplomats .container .leadership .imgBox img {
  object-position: top;
}

#diplomats .container .leadership h4 a {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #1c1c1c !important;
  line-height: 1em !important;
}

#diplomats .container .leadership small {
  font-family: "Lato", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 14px !important;
  color: #444 !important;
  line-height: 2em !important;
}

#ngbm {
  background: #1a1f29;
  padding: 5rem 3rem;
}

#ngbm .container {
  text-align: center;
  max-width: 700px;
}

#ngbm .container p {
  color: white;
  font-size: 1.5rem;
}

#ngbm .container p span {
  color: #348256;
}

#ngbm .container p:last-of-type {
  font-size: clamp(0.9rem, 2.5vw, 1.2rem);
  margin-top: 1rem;
  line-height: 1.4;
  color: #ccc;
  font-weight: lighter;
}

#ngbm .container p:first-of-type {
  line-height: 1.4;
  font-family: "Lato";
  font-size: clamp(1.2rem, 2.5vw, 2rem);
}

#ngbm .container a {
  border-radius: 50px;
  margin-top: 2rem;
  font-weight: bold;
  transition: all 0.2s ease;
  border: 2px solid white;
  background: transparent !important;
  color: #44cc88;
}

#ngbm .container a:hover {
  background: #44cc88 !important;
  border: 2px solid transparent;
  color: #1a1f29;
}

#footer {
  background: #1c1c1c;
  color: #ccc;
  padding: 2rem;
  padding-top: 4rem;
}

#footer .container .footer-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 2rem;
  border-bottom: 1px solid #323f45;
  padding: 1rem 0;
}

#footer .container .footer-items > article p {
  color: #ccc;
  font-size: 0.8rem;
}

#footer .container .footer-items > article p:first-of-type {
  font-size: 0.85rem;
  margin-bottom: 1rem;
  padding-right: 2rem;
}

#footer .container .footer-items > article h5 {
  font-size: 1.5rem;
  color: white;
  margin-bottom: 1rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

#footer .container .footer-items > article ul {
  padding-left: 0;
}

#footer .container .footer-items > article ul li {
  padding-bottom: 0.5rem;
}

#footer .container .footer-items > article ul li a {
  color: #ccc;
  font-size: 0.95rem;
  transform: all 0.2s ease;
  font-weight: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#footer .container .footer-items > article ul li a:hover {
  color: #ccc;
}

#footer .container .footer-items > article .latest > article {
  display: grid;
  grid-template-columns: min-content 1fr;
  column-gap: 0.5rem;
}

#footer .container .footer-items > article .latest > article .imgBox {
  width: 70px;
  height: 50px;
}

#footer .container .footer-items > article .latest > article .contentBox {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space;
}

#footer .container .footer-items > article .latest > article .contentBox small {
  color: #999;
  font-size: 0.8rem;
}

#footer .container .footer-items > article .latest > article .contentBox p {
  margin-bottom: 0.3rem;
  line-height: 1.1;
  font-size: 0.8rem;
}

#footer .container .footer-items > article .latest > article .contentBox p a {
  color: #ccc;
}

#footer .container .footer-items > article .latest > article:not(:first-of-type) {
  margin-top: 0.5rem;
}

#footer .container .footer-items .ft-icon-block {
  display: grid;
  grid-template-columns: auto 1fr;
  padding-right: 0.5rem;
}

#footer .container .footer-items .ft-icon-block .ft-icon {
  color: #7cda24;
  margin-right: 1rem;
}

#footer .container .footer-items .ft-icon-block .ft-icon .fa {
  font-size: 1.5rem;
}

#footer .container .footer-bottom {
  text-align: center;
  padding-top: 1rem;
}

#footer .container .footer-bottom a,
#footer .container .footer-bottom p {
  color: #ccc;
}

#footer .container .footer-bottom p {
  font-size: 0.9rem;
}

#footer .container .footer-bottom ul {
  display: inline-flex;
  padding-left: 0;
  margin: 1rem;
}

#footer .container .footer-bottom ul li {
  margin-left: 0.85rem;
}

#footer .container .footer-bottom ul li a {
  color: #ccc;
}

#footer .container .footer-bottom ul li a:hover {
  text-decoration: underline;
}

#footer .container .footer-bottom ul.socials li {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  border: 1px solid white;
  line-height: 40px;
  margin-left: 0.75rem;
}

#footer .container .footer-bottom ul.socials li a:hover {
  color: white;
}

#footer .container .footer-bottom ul.socials .fa {
  color: white;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #000;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.75em 0;
  color: #999;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #000;
}

.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #000;
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 500;
  margin: 1em 0;
  color: #000;
}

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

.tabs {
  border-bottom: 1px solid black;
  overflow: hidden;
  list-style-type: none;
}

.tab {
  cursor: pointer;
  padding: 10px;
}

.tab.active {
  background-color: #ccc;
}

.tab:hover {
  background-color: #aaa;
}

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

.tabbed {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition: border 250ms ease;
  margin-bottom: 4rem;
  margin-top: -6rem;
}

.tabs {
  display: inline-flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.tab {
  cursor: pointer;
  display: block;
  background-color: #fff;
  margin-right: 5px;
  z-index: 2;
  position: relative;
  color: #777;
  padding: 0.75rem 1.2rem;
  text-transform: uppercase;
  font: 600 13px/20px roboto, "Open Sans", Helvetica, sans-serif;
  transition: all 250ms ease;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

li.tab:before,
li.tab:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #fff;
  transition: all 250ms ease;
}

li.tab:hover,
li.tab:hover:before,
li.tab:hover:after {
  background-color: #f4f7f9;
  color: #444;
}

li.tab.active {
  z-index: 3;
}

li.tab.active,
li.tab.active:before,
li.tab.active:after {
  background-color: #006400;
  color: #fff;
}

.tab-content ul,
.tab-content li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tab-content .container.missions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 330px));
  gap: 3px;
  grid-auto-rows: 420px;
}

.tab-content article {
  display: grid;
  grid-template-rows: 140px 1fr;
  background: #fff;
  border: 2px solid #ccc;
  gap: 2rem;
}

.tab-content article a:hover {
  color: #000;
}

.tab-content article .flag {
  display: flex;
  padding: 1rem 1.5rem;
  justify-content: center;
}

.tab-content article .flag img {
  height: 140px;
  width: auto;
  object-fit: cover;
}

.tab-content article .content {
  padding: 0 2rem 2rem;
  flex-direction: column;
  display: flex;
  justify-content: space-evenly;
}

.tab-content article .mission-name {
  text-align: center;
}

.tab-content article .mission-name p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700 !important;
  padding: 0 2rem;
}

.tab-content article li {
  display: flex;
}

.tab-content article li .icon {
  display: flex;
  align-items: center;
  height: 30px;
  width: 40px;
}

.tab-content article li p {
  padding: 0 !important;
  margin: 0 !important;
}

.desktop-wrapper {
  display: block;
}

.brand {
  background: #006400;
  color: white;
}

.brand .container {
  display: flex;
  justify-content: space-between;
}

.brand h1 {
  line-height: 1.5em;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5em;
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  margin-bottom: 0px !important;
  flex: 1;
}

.brand .header-socials {
  display: flex;
  align-items: center;
}

.brand .header-socials .icons {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding-left: 0.5rem;
}

.brand .header-socials .icons li + li {
  margin-left: 1.5rem;
}

.brand .header-socials .icons .fa {
  font-size: 0.8rem;
  color: white;
}

.header-contact {
  display: flex;
  height: 100px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #006400;
}

.header-contact .contentBox {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.header-contact .contentBox p {
  margin: 0;
}

.header-contact .right,
.header-contact .left {
  display: flex;
  column-gap: 1.75rem;
  height: 100%;
}

.header-contact .left .contentBox {
  align-items: flex-end;
}

.header-contact .center-logo {
  height: 98px;
  width: 98px;
}

.header-contact .text {
  font-family: "Karla", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000 !important;
  margin-bottom: 0px !important;
}

.header-contact .icon {
  align-self: center;
  font-weight: 600;
  color: #006400;
}

.header-contact .left .icon {
  transform: scaleX(-1);
  /* Standard */
}

.header-contact .phone,
.header-contact .hours {
  font-family: "Karla", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #006400 !important;
  margin-bottom: 0px !important;
}

.menu-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background-color: #fcfcfc !important;
  box-shadow: 0px 8px 18px -6px rgba(0, 0, 0, 0.2);
}

.menu-wrapper .container {
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.menu-wrapper .container .socials {
  padding: 0.5rem;
  border-left: 5px solid #006400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding-left: 1rem;
}

.menu-wrapper .container .socials li + li {
  margin-left: 15px;
}

.menu-wrapper .container .socials .fa {
  font-size: 1.2rem;
}

.menu-wrapper .container .socials .fa-facebook {
  color: #3b5998;
}

.menu-wrapper .container .socials .fa-twitter {
  color: #1da1f2;
}

.menu-wrapper .container .socials .fa-instagram {
  color: #c32aa3;
}

.menu-wrapper .logo {
  height: 100%;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0.5rem 0;
}

.menu-wrapper .logo .imgBox {
  height: 100px;
  width: 100px;
}

.menu-wrapper .logo .imgBox img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.menu-wrapper .logo h5 {
  font-size: 14px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin-left: 8px;
  text-transform: uppercase;
}

.menu-wrapper .logo h5 > span:last-of-type {
  font-family: "Ultra", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.menu-wrapper .logo h5 span {
  display: block;
  text-transform: uppercase;
  font-family: "Lato";
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
  color: #000;
}

.menu-wrapper .logo .nav {
  width: 100%;
  padding-right: 0.5rem !important;
}

.menu-wrapper .nav.front {
  flex: 2;
  justify-content: space-between;
}

.menu-wrapper .nav.front .navigation-main {
  display: flex;
  justify-content: space-between;
}

.menu-wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 60;
  margin-bottom: 80px;
  transition: all 0.2s ease;
}

.menu-wrapper.sticky .imgBox {
  height: 80px;
}

.menu-wrapper.front {
  height: 60px !important;
  display: flex;
  justify-content: space-between;
}

.navigation-main {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  padding-right: 1rem;
  text-align: center;
}

.navigation-main ul {
  min-width: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: -999em;
  left: -999em;
  z-index: 1000;
}

.navigation-main ul:not(first-of-type) {
  border-radius: 7px;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
}

.navigation-main li {
  display: inline-block;
  position: relative;
  text-align: left;
}

.navigation-main li.focus, .navigation-main li:hover {
  background: #f4f5f7;
}

.navigation-main li.focus > ul, .navigation-main li:hover > ul {
  top: auto;
  left: auto;
}

.navigation-main li li {
  display: block;
}

.navigation-main li li.focus > ul, .navigation-main li li:hover > ul {
  left: 100%;
  top: 0;
}

.navigation-main a {
  color: #333;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 14px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  overflow-wrap: break-word;
}

.navigation-main a:hover,
.navigation-main li:hover > a,
.navigation-main .focus > a,
.navigation-main .current-menu-item > a,
.navigation-main .current-menu-ancestor > a {
  color: #000;
}

.navigation-main .menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-top-color: currentColor;
}

.navigation-main ul .menu-item-has-children > a::before {
  right: 2px;
  border-top-color: transparent;
  border-left-color: currentColor;
}

.navigation-main ul {
  background-color: #fff;
}

.mobile-wrapper-container {
  display: none;
}

@media (max-width: 1200px) {
  .desktop-wrapper a {
    font-size: 14px !important;
  }
  .desktop-wrapper .logo h5 {
    display: none;
  }
}

@media (max-width: 992px) {
  .desktop-wrapper a {
    font-size: 13px !important;
  }
  .desktop-wrapper .container {
    margin: 0 !important;
    max-width: 992px !important;
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .desktop-wrapper {
    display: none;
  }
  .mobile-wrapper-container {
    display: block;
    box-shadow: 0px 8px 18px -6px rgba(0, 0, 0, 0.2);
    /* Mixin */
    /* fade in checked menu */
  }
  .mobile-wrapper-container .m-menu__checkbox {
    display: none;
  }
  .mobile-wrapper-container .mobile-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
  }
  .mobile-wrapper-container .mobile-wrapper .mobile-social {
    height: 40px;
    background: lemonchiffon;
  }
  .mobile-wrapper-container .mobile-container {
    background-color: #006400;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    box-shadow: 0 2px 5px 0 hwb(0 0% 100%/0.16);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
  }
  .mobile-wrapper-container .mobile-container .header-text {
    padding: 0 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #212121;
    background: #e8e8e8;
  }
  .mobile-wrapper-container .mobile-container .header-text .left h6 {
    padding: 0;
    margin: 0;
    font-size: 0.7rem;
    font-weight: 700;
  }
  .mobile-wrapper-container .mobile-container .header-text .right.socials {
    display: inline-flex;
    padding: 0;
    margin: 0;
  }
  .mobile-wrapper-container .mobile-container .header-text .right.socials li {
    margin-left: 0.75rem;
  }
  .mobile-wrapper-container .mobile-container .m-menu__header {
    cursor: pointer;
    align-items: center;
    justify-content: flex-end;
  }
  .mobile-wrapper-container .mobile-container .m-menu__header .mobile-brand {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
    cursor: none;
  }
  .mobile-wrapper-container .mobile-container .m-menu__header .mobile-brand img {
    height: 120px;
    width: 120px;
    margin-bottom: 0.25rem;
  }
  .mobile-wrapper-container .mobile-container .m-menu__header .mobile-brand h6 {
    margin: 0;
    font-weight: 700;
    padding: 0;
    font-size: 0.8rem;
    line-height: 1.4;
    color: #666;
  }
  .mobile-wrapper-container .mobile-container .m-menu__header .mobile-brand h6:first-of-type {
    font-size: 1rem;
    color: #212121;
  }
  .mobile-wrapper-container .mobile-container .m-menu,
  .mobile-wrapper-container .mobile-container .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 450px;
    width: calc(100vw - 30px);
    height: 100%;
    transform: translate3d(-450px, 0, 0);
    transition: transform 0.35s;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
  }
  .mobile-wrapper-container .mobile-container .m-menu__overlay,
  .mobile-wrapper-container .mobile-container .sub-menu__overlay {
    background-color: rgba(103, 103, 103, 0.5);
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    display: none;
  }
  .mobile-wrapper-container .mobile-container .m-menu__header,
  .mobile-wrapper-container .mobile-container .sub-menu__header {
    padding: 0 16px;
    height: 50px;
    display: flex;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
  }
  .mobile-wrapper-container .mobile-container .m-menu__header span,
  .mobile-wrapper-container .mobile-container .sub-menu__header span {
    font-weight: bold;
    text-align: right;
    width: 100%;
    font-size: 1rem;
  }
  .mobile-wrapper-container .mobile-container .m-menu__header span .emoji,
  .mobile-wrapper-container .mobile-container .sub-menu__header span .emoji {
    font-size: 2rem;
  }
  .mobile-wrapper-container .mobile-container .m-menu .m-menu,
  .mobile-wrapper-container .mobile-container .m-menu .sub-menu,
  .mobile-wrapper-container .mobile-container .sub-menu .m-menu,
  .mobile-wrapper-container .mobile-container .sub-menu .sub-menu {
    transform: translate3d(480px, 0, 0);
  }
  .mobile-wrapper-container .mobile-container .m-menu ul,
  .mobile-wrapper-container .mobile-container .sub-menu ul {
    height: 100%;
    overflow-y: auto;
    padding: 0;
    margin: 0;
  }
  .mobile-wrapper-container .mobile-container .m-menu ul li a,
  .mobile-wrapper-container .mobile-container .sub-menu ul li a {
    display: block;
    text-align: left;
    padding: 0 15px;
    line-height: 47px;
    text-decoration: none;
    cursor: pointer;
    font-size: 1rem;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    transition: all 0.3s ease;
    color: #333;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
  }
  .mobile-wrapper-container .mobile-container .m-menu ul li a:hover,
  .mobile-wrapper-container .mobile-container .sub-menu ul li a:hover {
    background: #f8f8f8;
    color: #000;
  }
  .mobile-wrapper-container .mobile-container .m-menu ul li.menu-item-has-children > a,
  .mobile-wrapper-container .mobile-container .sub-menu ul li.menu-item-has-children > a {
    display: block;
    text-align: left;
    padding: 0 15px;
    line-height: 47px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    font-size: 1rem;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
  }
  .mobile-wrapper-container .mobile-container .m-menu ul li.menu-item-has-children > a::after,
  .mobile-wrapper-container .mobile-container .sub-menu ul li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-color: #333;
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
    right: 16px;
  }
  .mobile-wrapper-container .mobile-container .m-menu ul li.menu-item-has-children > a .-invisible,
  .mobile-wrapper-container .mobile-container .sub-menu ul li.menu-item-has-children > a .-invisible {
    border-bottom: 0;
  }
  .mobile-wrapper-container .mobile-container .m-menu .menu-item-has-children > .sub-menu label.m-menu__toggle {
    display: flex;
    border-bottom: 0;
    padding: 0;
    box-sizing: content-box;
  }
  .mobile-wrapper-container .mobile-container .m-menu .menu-item-has-children.open > .sub-menu label.m-menu__toggle {
    display: flex;
    border-bottom: 0;
    padding: 0;
    box-sizing: content-box;
  }
  .mobile-wrapper-container .mobile-container .menu-item-has-children.open > .sub-menu {
    transform: translate3d(0, 0, 0);
  }
  .mobile-wrapper-container .m-menu__checkbox:checked
+ .mobile-wrapper
> .mobile-container
> .m-menu__overlay {
    display: block;
  }
  .mobile-wrapper-container .m-menu__checkbox:checked + .mobile-wrapper > .mobile-container > .m-menu {
    transform: translate3d(0, 0, 0);
  }
  .mobile-wrapper-container .m-menu__checkbox:checked + .mobile-wrapper > .mobile-container {
    margin: 0 auto;
    height: 100vh;
  }
  .mobile-wrapper-container .m-menu__checkbox:checked
+ .mobile-wrapper
> .mobile-container
> .header-text {
    display: none;
  }
}

#slider,
.wrap,
.slide-content {
  width: 100%;
  height: 70vh;
}

#slider {
  overflow: hidden;
}

.wrap {
  position: relative;
}

.slide {
  overflow: hidden;
}

.slide .current {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: none;
  animation-delay: 10s;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  filter: contrast(0.7) brightness(0.7);
}

.slide.active .current {
  display: block;
  animation: zoom-in-effect 20s forwards;
}

.slide.active .slide-content {
  display: flex;
}

.slide-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: none;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slide-content h3 {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: clamp(1.25rem, 0.2188rem + 4.5833vw, 2.625rem);
  color: #ffffff !important;
  line-height: 1.2em;
  text-align: center;
  text-shadow: 0em 0em 0em rgba(0, 0, 0, 0.4);
  margin-bottom: 1rem;
  padding: 0 27%;
}

.slide-content p {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: clamp(0.875rem, 0.7679rem + 0.4762vw, 1.125rem);
  color: #ffffff !important;
  text-shadow: 0em 0em 0em rgba(0, 0, 0, 0.4) !important;
  margin-bottom: 1em;
  padding: 0 27%;
  text-align: center;
  color: #ffffff !important;
  text-shadow: 0em 0em 0em rgba(0, 0, 0, 0.4) !important;
  margin-bottom: 1em;
  padding: 0 27%;
  text-align: center;
}

.arrow {
  cursor: pointer;
  position: absolute;
  position: "absolute";
  top: 50%;
  z-index: 20;
  font-size: clamp(3rem, 3.4286rem + -1.9048vw, 2rem);
  color: #666;
  transition: all 0.2s ease;
}

.arrow:hover {
  color: #aaa;
}

#arrow-left {
  top: 50%;
  margin-left: 10px;
}

#arrow-right {
  right: 0;
  margin-right: 10px;
}

.mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.slide-content a {
  color: #000000 !important;
  border-width: 8px !important;
  border-color: #ffffff;
  border-radius: 0px;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 300 !important;
  background-color: #ffffff;
  padding: 0.3em 1em;
  font-size: clamp(0.8125rem, 0.625rem + 0.8333vw, 1.25rem);
  font-weight: 500;
  padding: 0.1em 0.5em;
  line-height: 1.7em !important;
  background-color: white;
  background-size: cover;
  border: 2px solid white;
  border-radius: 3px;
  transition-property: all !important;
  margin-top: 2rem;
}

.slide-content a:hover {
  border: 2px solid transparent;
  opacity: 0.85;
  text-decoration: none;
}

#carousel-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 20;
}

#carousel-indicators li {
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 100%;
}

.carousel-bullet {
  background: #aaa;
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-bullet:hover,
.carousel-bullet.active {
  background: #fff;
}

@keyframes zoom-in-effect {
  0% {
    transform: scale3d(1, 1, 1);
    animation-timing-function: ease;
  }
  100% {
    -ms-transform: scale3d(1.5, 1.5, 1.5);
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    -o-transform: scale3d(1.5, 1.5, 1.5);
    -moz-transform: scale3d(1.5, 1.5, 1.5);
    animation-timing-function: ease;
    transform: scale3d(1.5, 1.5, 1.5);
  }
}

@media (min-width: 767px) {
  #slider,
  .wrap,
  .slide-content {
    height: 80vh;
  }
  #arrow-left {
    margin-left: 30px;
  }
  #arrow-right {
    margin-right: 30px;
  }
}

/* CONTAINERS */
#info-box {
  background: #f8f8f8;
  background: #f6f9ed;
  background: #e9e9e9;
  padding-bottom: 7rem;
}

#info-box .my-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 5rem !important;
  padding: 0 1rem;
}

.infos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  align-items: stretch;
  gap: 30px 10px;
}

.blog {
  background: #fff;
  border-radius: 0.5em;
  box-shadow: 0 0.15em 0.175em rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  overflow: hidden;
}

.blog .imgBox {
  height: 300px;
  border-radius: 7px;
  /* IMAGE */
}

.blog .imgBox img {
  border-radius: 7px;
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top;
}

.blog .contentBox {
  padding: 2em;
  /* TYPOGRAPHY */
}

.blog .contentBox p {
  line-height: 1.4;
  margin-top: 1rem;
}

.blog .contentBox p a {
  font-size: 16px;
  line-height: 1.6em;
  color: #666;
  font-weight: 700;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  text-decoration: none;
}

.blog .contentBox p a:hover {
  color: black;
}

.blog .contentBox h5 {
  color: #666;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 14px;
  word-spacing: 0.0625em;
}

@media (min-width: 719px) {
  .blog .imgBox {
    height: 250px;
  }
  .blog:first-of-type {
    grid-column: 1/ -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 991.98px) {
  .infos {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    width: 100% !important;
  }
  .infos > *:first-of-type {
    grid-row: 1 / span 3;
    grid-column: 1 / 1;
  }
  .infos .blog {
    display: grid;
    grid-template-columns: 125px 1fr;
    grid-template-rows: 1fr;
    column-gap: 0.25rem;
    background: white;
    padding: 10px;
    border-radius: 10px;
    padding: 0;
    place-items: center;
    margin: 0;
    border-radius: 20px;
  }
  .infos .blog .contentBox {
    height: 100%;
    width: 100%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0.5rem 1rem 0.5rem 0;
  }
  .infos .blog .contentBox h5 {
    font-size: 0.8rem !important;
    font-weight: 500;
    font-family: "Open Sans";
    color: #666;
  }
  .infos .blog .contentBox p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .infos .blog .contentBox p a {
    text-decoration: none;
    font-size: 0.8rem !important;
    font-family: "Poppins";
    line-height: 1.5 !important;
    color: #666;
    font-weight: 500;
  }
  .infos .blog .contentBox p a:hover {
    color: black;
  }
  .infos .blog .imgBox {
    width: 110px;
    height: 110px;
    border-radius: 10px;
    padding: 5px;
  }
  .infos .blog .imgBox img {
    display: block;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .infos .blog:first-of-type {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    justify-items: center;
    padding: 2rem;
  }
  .infos .blog:first-of-type > .imgBox {
    width: 250px;
    height: 250px;
    margin-bottom: 1rem;
  }
  .infos .blog:first-of-type > .imgBox img {
    border-radius: 50%;
  }
  .infos .blog:first-of-type .contentBox {
    margin-top: 0.5rem;
    display: block;
  }
  .infos .blog:first-of-type .contentBox p {
    margin-top: 0.5rem;
  }
  .infos .blog:first-of-type .contentBox p a {
    font-size: 1rem;
  }
}

.blog-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 30px;
  align-items: stretch;
  font-family: "Open Sans", Arial, sans-serif;
}

.blog-cards > .blog-card {
  background: white;
  display: grid;
  border: 1px solid #d8d8d8;
}

.blog-cards > .blog-card > .imgBox {
  height: 350px;
}

.blog-cards > .blog-card > .imgBox img {
  object-position: top;
}

.blog-cards > .blog-card > .contentBox {
  padding: 1.5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.6em;
  height: 100% !important;
}

.blog-cards > .blog-card > .contentBox p {
  flex: 2 !important;
}

.blog-cards > .blog-card > .contentBox a {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600 !important;
  color: #383838 !important;
}

.blog-cards > .blog-card > .contentBox h5 {
  color: #666;
  font-family: "Karla", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}

/* Screen larger than 600px? 2 column */
@media (max-width: 776.67px) {
  .blog-card .imgBox {
    height: 265px !important;
  }
}

@media (max-width: 1999.97px) {
  .blog-card .imgBox {
    height: 250px !important;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video-scroll {
  transition: 0.25s;
  background: #f6f9ed;
  background: #dde1e7;
  padding-bottom: 7rem !important;
}

#video-scroll .container {
  padding-bottom: 4rem;
  position: relative;
}

#video-scroll .options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 600px;
  max-width: 900px;
  width: calc(100% - 100px);
  height: 400px;
}

@media screen and (max-width: 718px) {
  #video-scroll .options {
    min-width: 520px;
  }
  #video-scroll .options .option:nth-child(5) {
    display: none;
  }
}

@media screen and (max-width: 638px) {
  #video-scroll .options {
    min-width: 440px;
  }
  #video-scroll .options .option:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 558px) {
  #video-scroll .options {
    min-width: 360px;
  }
  #video-scroll .options .option:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 478px) {
  #video-scroll .options {
    min-width: 280px;
  }
  #video-scroll .options .option:nth-child(2) {
    display: none;
  }
}

#video-scroll .options .option {
  position: relative;
  overflow: hidden;
  background: #dde1e7;
  min-width: 60px;
  margin: 10px;
  box-shadow: -5px -5px 9px rgba(255, 255, 255, 0.45), 5px 5px 9px rgba(94, 104, 121, 0.3);
  border-radius: 50px;
  background: #e0e0e0;
  box-shadow: inset 20px 20px 60px #dde1e7, inset -20px -20px 60px #ffffff;
  --b: 3px;
  /* control the size */
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  border-radius: 50px;
}

#video-scroll .options .option:nth-child(1) {
  --defaultBackground: #ed5565;
}

#video-scroll .options .option:nth-child(2) {
  --defaultBackground: #fc6e51;
}

#video-scroll .options .option:nth-child(3) {
  --defaultBackground: #ffce54;
}

#video-scroll .options .option:nth-child(4) {
  --defaultBackground: #2ecc71;
}

#video-scroll .options .option:nth-child(5) {
  --defaultBackground: #5d9cec;
}

#video-scroll .options .option:nth-child(6) {
  --defaultBackground: #ac92ec;
}

#video-scroll .options .option.active {
  flex-grow: 10000;
  transform: scale(1);
  max-width: 600px;
  margin: 0px;
  /*&:active {
               transform:scale(0.9);
            }*/
}

#video-scroll .options .option.active .label {
  bottom: 20px;
  left: 20px;
}

#video-scroll .options .option.active .label .video-title {
  display: flex;
}

#video-scroll .options .option:not(.active) {
  flex-grow: 1;
}

#video-scroll .options .option:not(.active) .label {
  bottom: 10px;
  left: 10px;
}

#video-scroll .options .option .label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 50px;
  padding-top: 10px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

#video-scroll .options .option .label .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: all 0.2s ease;
  background-color: #444;
  color: var(--defaultBackground);
  z-index: 30;
}

#video-scroll .options .option .label .icon:hover {
  opacity: 0.9;
}

#video-scroll .options .option .label .video-title {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  display: none;
}

#video-scroll .options .option .label .video-title h4 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  cursor: pointer;
}

#video-scroll .options .option::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  box-shadow: inset -5px -5px 9px rgba(255, 255, 255, 0.45), inset 5px 5px 9px rgba(94, 104, 121, 0.3);
}

ul.page-numbers {
  list-style: none;
  margin: 0;
}

.page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

ul.page-numbers li {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
  text-align: center;
}

.page-numbers a,
.page-numbers span {
  line-height: 1.6em;
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #ddd;
  color: #888;
}

.page-numbers a span {
  padding: 0;
}

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
  color: #fff;
  background: #006400;
  text-decoration: none;
}

.page-numbers:hover {
  text-decoration: none;
}

/*======================
    404 page
=======================*/
.page_404 {
  padding: 40px 0;
  background: #fff;
  font-family: "Arvo", serif;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
  height: 400px;
  background-position: center;
}

.four_zero_four_bg h1 {
  font-size: 80px;
}

.four_zero_four_bg h3 {
  font-size: 80px;
}

.link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: #39ac31;
  margin: 20px 0;
  display: inline-block;
}

.contant_box_404 {
  margin-top: -50px;
}

@media (max-width: 900px) {
  .search-card {
    flex-direction: column;
  }
  .contentBox {
    margin-left: 0;
  }
}

#scroll {
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #44cc88;
  z-index: 100;
  text-indent: -9999px;
  display: none;
  border-radius: 60px;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: #348256;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

#inner-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#inner-header .container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  font-family: "Poppins";
}

#inner-header .container .main {
  padding: 4rem 0 3.5rem;
}

#inner-header .container .main .page-title,
#inner-header .container .main .page-title-blog,
#inner-header .container .main .page-title-medium {
  font-size: clamp(1.4rem, 4vw, 2.5rem) !important;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  color: #efefef !important;
  padding-bottom: 1rem;
}

#inner-header .container .main .page-title-medium {
  font-size: clamp(1.2rem, 4vw, 2.5rem) !important;
}

#inner-header .container .main .page-title-blog {
  font-size: clamp(1.2rem, 2.5vw, 2rem) !important;
}

#inner-header .container .main .lead-text,
#inner-header .container .main .lead-text a {
  color: #7cda24;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.5rem 0;
}

#inner-header .container .main .page-description {
  font-size: 12px;
  color: #bcbcbc;
}

hr {
  margin: 2rem 0;
}

.detail-news {
  padding: 0 60px;
}

.detail-news .imgBox {
  padding: 1rem;
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}

.detail-news .blog-text {
  line-height: 32px;
  padding-bottom: 4rem;
}

.detail-news p {
  line-height: 2;
}

.detail-news p + p {
  margin-top: 2rem;
}

.archive-press {
  padding: 2rem 3rem;
}

.archive-press .media article {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0 !important;
}

.archive-press .media article .left {
  flex: 1;
  display: flex;
  align-items: center;
  width: 85%;
}

.archive-press .media article .right {
  display: flex;
  align-items: center;
}

.archive-press .media article:not(first-of-type) {
  border-bottom: 1px solid #dddddd;
}

.archive-press .media small {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  color: #666;
}

.archive-press .media p {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 1.4em !important;
  color: #212121;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.archive-press .media h5 {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 14px !important;
  text-align: right !important;
  color: #666;
  font-weight: 500;
}

.archive-press .media a {
  transition: all 0.2s ease;
  cursor: pointer;
}

.archive-press .media a:hover p {
  color: black;
}

#page-content {
  padding: 3rem 0 0;
  height: auto;
}

#page-content .container,
#page-content .row {
  min-height: 80%;
}

#page-content .container .main-area,
#page-content .row .main-area {
  display: flex;
  flex-direction: column;
}

#page-content .container .main-area p,
#page-content .row .main-area p {
  line-height: 2;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #666;
}

#page-content .container .main-area > article,
#page-content .row .main-area > article {
  flex: 2;
}

#page-content .container .main-area .page-indicators,
#page-content .row .main-area .page-indicators {
  justify-self: flex-end;
  margin: 4rem 0 4rem;
}

#page-content .container .main-area img,
#page-content .row .main-area img {
  max-height: 500px;
  object-position: top;
}

#page-content .container .sidebar,
#page-content .row .sidebar {
  padding: 0.5rem;
}

#page-content .container .sidebar article + article,
#page-content .row .sidebar article + article {
  margin-top: 3rem;
}

#page-content .container .sidebar .widget,
#page-content .row .sidebar .widget {
  margin: 3rem 0;
}

#page-content .container .sidebar .widget ul,
#page-content .row .sidebar .widget ul {
  padding-left: 0;
}

#page-content .container .sidebar .widget ul li,
#page-content .row .sidebar .widget ul li {
  margin-bottom: 0.8rem;
}

#page-content .container .sidebar .widget ul li a,
#page-content .row .sidebar .widget ul li a {
  color: #263238;
  font-size: 1rem;
}

.sidebar-blog {
  padding: 1.5rem;
  border: 1px solid #ddd;
  margin-bottom: 1rem;
  border-radius: 5px;
}

.sidebar-title,
.sidebar-blog.symbols > h3 {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  color: #333;
  padding-bottom: 1em;
  line-height: 1em;
  font-weight: 500;
  font-size: 22px;
  font-size: clamp(1rem, 0.8414rem + 0.7048vw, 1.37rem);
}

.sidebar-blog.symbols > p {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sidebar-blog.symbols {
  text-align: center;
}

.page-header {
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #101010;
  padding-bottom: 1.4rem;
  font-family: "Fira Sans Condensed" !important;
  border-bottom: 2px solid #d8d8d8;
}

.page-header:before {
  position: absolute;
  right: auto;
  bottom: 0px;
  margin-bottom: -2px;
  display: block;
  width: 125px;
  height: 2px;
  content: "";
  background: #006400;
}

.page-child {
  padding: 0 3rem;
}

.page-child p {
  line-height: 1.9 !important;
  padding-right: 1.5rem !important;
}

.page-child ul {
  padding-left: 3rem;
  margin-left: 0.5rem;
}

.page-child ul span {
  padding-left: 1rem;
  font-size: 15px;
  line-height: 1.6;
}

.page-child ul li::marker {
  content: "📌";
  content: "✅     ";
  content: "📌     ";
}

.page-child ul li {
  margin-left: 0.5rem !important;
}

.page-child.doc-auth article {
  text-align: left;
}

.page-child.doc-auth article h3 {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000000 !important;
  line-height: 18px;
  margin-bottom: 10px;
}

.page-child.doc-auth article .p,
.page-child.doc-auth article li {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-child.doc-auth article .ul,
.page-child.doc-auth article li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-child.doc-auth article li + li {
  margin-top: 1rem;
}

.page-child.doc-auth article + article {
  margin-top: 2rem;
}

.page-child.doc-auth article.fee {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.page-child.doc-auth article.fee h3,
.page-child.doc-auth article.fee p {
  margin: 0;
  padding: 0;
}

.page-child.doc-auth article.fee h3 {
  margin-right: 2rem;
}

.page-child.doc-auth article.fee > p {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  position: relative;
  height: 100%;
}

.page-child.doc-auth article.fee > p:before, .page-child.doc-auth article.fee > p::after {
  content: "N";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  font-family: "Open Sans", Arial, sans-serif;
  transform: translateX(-110%);
  font-weight: 700;
  z-index: 1;
}

.page-child.doc-auth article.fee > p:before {
  content: "==";
  left: 3px;
  z-index: 2;
}

.child-menu-block {
  text-align: center;
}

.child-menu-block li {
  margin-top: 2px;
  border-radius: #f2f2f2;
}

.child-menu-block a {
  font-family: "Open Sans", Arial, sans-serif;
  background: #f2f2f2;
  background: #efefef;
  font-size: 1.2rem;
  font-size: clamp(0.75rem, 0.5571rem + 0.8571vw, 1.2rem);
  color: #263238;
  display: inline-block;
  display: block;
  text-align: center;
  padding: 0.5rem;
}

.child-menu-block .child-menu {
  padding: 0 !important;
}

.child-menu-block .child-menu .current_page_item a,
.child-menu-block .child-menu a:hover {
  background: #cecece;
  transition: 0.5s ease all;
}

.child-menu-block .child-menu .children {
  padding: 0 !important;
}

.child-menu-block .child-menu .children a {
  background: #cecece;
}

.child-menu-block .child-menu-header a {
  background: #1c1c1c;
  color: white;
  user-select: none;
  pointer-events: none;
}

.child-menu > .page_item_has_children > .children {
  display: none;
}

.child-menu > .page_item_has_children:hover > .children {
  display: block;
}

.blog-categories .cat-item {
  padding: 0.2rem 0;
}

.blog-categories .cat-item a {
  color: #888;
}

.blog-categories .cat-item a:hover {
  color: #000;
}

.blog-categories .current-cat a {
  color: black;
}

.categories {
  padding-left: 0 !important;
}

.categories li + li {
  margin-top: 2px;
}

.latest .sidebar-title {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  color: #333;
  padding-bottom: 1em;
  line-height: 1em;
  font-weight: 500;
  font-size: 22px;
  font-size: clamp(1rem, 0.8414rem + 0.7048vw, 1.37rem);
}

.latest article {
  padding-bottom: 0.5rem;
}

.latest > article {
  display: grid;
  grid-template-columns: min-content 1fr;
  column-gap: 0.5rem;
}

.latest > article .imgBox {
  width: 100px;
  height: 100px;
  border: 2px solid #cce6cc;
  padding: 2px;
}

.latest > article .imgBox img {
  border-radius: 10px;
}

.latest > article .contentBox {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space;
  font-family: "Open Sans";
}

.latest > article .contentBox small {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  color: #6e6d6d;
  background-color: #fff;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.latest > article .contentBox p {
  margin-bottom: 0.3rem;
  line-height: 1.4;
  font-size: 15px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.latest > article .contentBox p a {
  color: #333 !important;
}

.latest > article .contentBox p a:hover {
  text-decoration: underline;
}

.latest > article:not(:first-of-type) {
  margin-top: 0.75rem !important;
}

.latest > article:not(:last-of-type) {
  border-bottom: 1px solid #cecece;
}

.recent a {
  color: #263238;
}

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

.press > article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1rem;
  margin-top: 1rem !important;
}

.press > article .pr-date {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: 1rem;
  text-align: center;
  padding: 0;
  border: 2px solid #006400;
  border: 2px solid black;
  border-radius: 5px;
  align-self: flex-start;
  border-radius: 45%;
}

.press > article .pr-date .month {
  background: #006400;
  background: black;
  color: white;
  padding: 2px 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-top: -3px;
}

.press > article .pr-date .day {
  padding: 3px 0px;
  font-weight: 700;
  font-size: 1.2rem;
}

.press > article p {
  display: flex;
  align-items: center;
  line-height: 1.4;
  font-size: 0.85rem;
}

.press > article p a {
  color: #263238;
}

.press article + article,
.press article:first-of-type {
  border-top: 1px solid #cecece;
  padding-top: 1rem;
}

.search-box {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: 3rem;
}

.search-box input {
  padding: 0.5rem;
}

.search-box .btn {
  padding: 1rem !important;
}

.archive-news {
  padding-right: clamp(8px, 4vw, 60px) !important;
  flex: 2;
  margin-bottom: 3rem;
}

.archive-news article + article {
  margin-top: 3.5rem;
}

.archive-news article .contentBox {
  text-align: center;
}

.archive-news article .contentBox .metabox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  margin-bottom: 0;
}

.archive-news article .contentBox .metabox .date {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding-right: 0.5rem;
  color: #666;
  font-size: 14px;
}

.archive-news article .contentBox .metabox .tags {
  font-size: 14px;
  text-transform: capitalize;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.archive-news article .contentBox .blog-title {
  padding: 2rem 1rem 0;
}

.archive-news article .contentBox .blog-title a h3 {
  font-size: 24px;
  font-size: clamp(16px, 4vw, 24px) !important;
  line-height: 34;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  color: #000000 !important;
}

.archive-news article .contentBox .blog-title a:hover {
  text-decoration: none;
  color: #000;
}

.archive-news article .contentBox .blog-excerpt {
  color: #1c1c1c !important;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(11px, 3vw, 14px) !important;
  line-height: 1.75em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 1rem;
}

.archive-news article .read-more a {
  text-transform: uppercase;
  color: #1da11d;
  display: inline-block;
  position: relative;
}

.archive-news article .read-more a:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}

.archive-news article .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}

.archive-news article:first-of-type {
  margin-top: 2rem;
}

.archive-news .date {
  font-size: 0.9rem;
}

.archive-news .tags ul {
  display: inline-flex;
  padding-left: 0 !important;
}

.archive-news .tags ul::before {
  font-family: FontAwesome;
  content: "\f02b";
  margin-right: 10px;
}

.archive-news .tags li {
  margin-right: 2px;
  font-style: italic;
  font-size: 0.8rem;
}

.archive-news .tags li:not(:first-of-type):before {
  content: "|";
  margin: 0 0.3rem;
}

.archive-news .tags li:first-child {
  margin-left: -4px;
}

.archive-team {
  padding: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
  justify-content: space-evenly;
  margin-top: 2rem;
  gap: 4rem 2rem;
  flex: 2;
}

.archive-team > article.officer {
  border-width: 1px;
  border-color: #efefef;
  border-top: 1px solid #efefef;
  z-index: 10;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  display: grid;
  grid-template-rows: minmax(200px, 1fr) 100px min-content;
  padding: 2rem 3rem;
}

.archive-team > article.officer .imgOfficer {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  outline: none;
  padding: 2px;
  border: 2px solid #7cda24;
}

.archive-team > article.officer .imgOfficer img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.archive-team > article.officer small {
  border-bottom: 1px solid #ccc;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  color: #1c1c1c !important;
  text-align: center !important;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.archive-team > article.officer .contentBox a:hover {
  user-select: none;
  cursor: none;
  text-decoration: none;
}

.archive-team > article.officer h4 {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #1c1c1c !important;
  line-height: 1.2em !important;
  text-align: center !important;
  padding-bottom: 10px;
}

.archive-team > article .imgBox {
  padding-bottom: 5px;
  padding: 3px;
  outline-style: ridge;
  outline-offset: 3px;
  outline-width: 5px;
  border: 1px solid #263238;
}

.archive-team > article .imgBox img:hover {
  filter: grayscale(70%);
  transition: all 0.3s ease;
}

.archive-team > article .imgBox > img {
  width: 100%;
  object-fit: cover;
}

.archive-team > article > .contentBox {
  margin-top: 1rem;
  text-align: center;
}

.archive-team > article > .contentBox small {
  font-size: 0.95rem;
  display: block;
}

.archive-team > article > .contentBox a {
  margin-top: 0.75rem;
}

.archive-team > article > .contentBox a:hover {
  text-decoration: underline;
  color: black;
}

.archive-team > article > .contentBox h4 {
  position: relative;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px;
  color: #1c1c1c;
  line-height: 1em;
}

.archive-documents {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  padding: 3rem 0;
}

.archive-documents .document {
  display: grid;
  grid-template-columns: 64px auto;
  gap: 1rem;
}

.archive-documents .iconBox {
  height: 64px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive-documents .iconBox [class^="fa"] {
  font-size: 3.5rem;
  color: #1c1c1c;
}

.archive-documents h3 {
  font-size: 18px;
  padding-bottom: 0.5rem;
  font-weight: 700;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.archive-documents p {
  line-height: 1.5;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.archive-documents a {
  font-size: 0.8rem;
  padding-left: 0.5rem;
  font-style: italic;
}

.archive-documents a:hover {
  color: #1da11d;
}

.archive-departments {
  display: grid;
  row-gap: 3rem;
  place-content: center;
  padding: 5rem;
  padding-right: 8rem;
}

.archive-departments .department {
  display: grid;
  gap: 2rem;
  padding: 2rem;
  grid-template-columns: 100px 1fr;
  border-left: 20px solid #006400;
  box-shadow: 5px 5px 20px 0 rgba(40, 39, 39, 0.2);
}

.archive-departments .department a {
  cursor: pointer;
}

.archive-departments .department .iconBox {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #006400;
  border-radius: 50%;
}

.archive-departments .department h3 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.archive-departments .department p {
  line-height: 1.6;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.archive-departments .department a {
  cursor: pointer;
}

.archive-departments .department a:hover {
  text-decoration: none;
  opacity: 0.9;
  color: #111;
}

.profile-page {
  display: grid;
  grid-template-columns: 2.5fr 1.5fr;
  margin-left: 50px;
  margin-bottom: 50px;
  min-height: 120vh;
}

.profile-page .contentBox {
  border: 1px solid #666;
  padding: 6em 5em;
  text-align: center;
}

.profile-page .contentBox h3 {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000000 !important;
  text-align: center;
  line-height: 24px;
  margin-bottom: 10px;
}

.profile-page .contentBox h4 {
  color: #bcbcbc !important;
  font-weight: 500;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
}

.profile-page .contentBox .profile-box {
  margin-top: 2rem;
}

.profile-page .contentBox .profile-box p + p {
  margin-top: 14px;
}

.profile-page .contentBox .profile-box p {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.profile-page .contentBox .profile-box p br {
  content: "A" !important;
  display: block !important;
  margin-top: 1em !important;
}

.profile-page .imgBox {
  max-width: 300px;
  max-height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  transform: translateY(50%);
  margin-left: clamp(-2rem, 2.5vw, -5rem);
  border-color: #efefef;
  border-top: 1px solid #efefef;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  box-shadow: -50px -50px 0 -40px #1da11d, 50px 50px 0 -40px #1da11d;
}

.profile-page .imgBox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.archive-media {
  flex: 2;
}

.archive-media > article {
  padding-right: 1rem;
  margin-bottom: 1rem;
}

.archive-media > article > p {
  margin-bottom: 0.3rem !important;
}

.archive-media > article > p a:hover {
  color: #263238;
}

.single-media {
  display: flex;
  flex-direction: column;
}

.media-content {
  border-bottom: 1px solid;
  flex: 2;
}

.media-content > p {
  color: #333;
  font-size: 0.85rem !important;
  line-height: 1.3rem !important;
}

.page-footer {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  list-style: none;
}

.page-footer article > p:not(:first-of-type) {
  margin-top: 1rem;
}

.page-footer p {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0 !important;
}

.page-footer a {
  font-size: 0.875rem;
  color: #006400;
  margin-top: 0 !important;
}

.page-footer a:hover {
  color: black;
}

.archive-faqs {
  padding-top: 0;
}

.archive-mission {
  padding-bottom: 3rem;
}

.helpdesk {
  padding: 0 2rem;
}

.helpdesk p {
  text-align: left;
}

.helpdesk .fa {
  font-size: 1.25rem;
  color: #7cda24;
}

.helpdesk li {
  display: flex;
  column-gap: 1rem;
}

.helpdesk .header .fa {
  font-size: 3rem;
  display: flex;
  justify-content: center;
}

.helpdesk-socials {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
}

.helpdesk-socials .fa {
  font-size: 1.25rem;
  color: #7cda24;
}

.archive-video .video-card {
  border: 2px solid #888;
  border-radius: 10px;
}

.archive-video .video {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 2rem;
}

.archive-video .event-title {
  font-size: 1.5rem !important;
  text-align: center !important;
  font-family: "Just Another Hand", cursive !important;
  padding: 0;
  margin: 0;
}

.main-area.full {
  padding: 0 !important;
}

.archive-gallery .gallery-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem 1rem;
}

.archive-gallery .gallery-box a {
  text-decoration: none;
}

.archive-gallery .gallery-box .card {
  padding: 0.9rem;
  border-radius: 4px;
  background-color: #fff;
  transition: transform 300ms ease-in;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 2px 2px rgba(0, 0, 0, 0.075), 0 4px 4px rgba(0, 0, 0, 0.075), 0 8px 8px rgba(0, 0, 0, 0.075), 0 16px 16px rgba(0, 0, 0, 0.075);
  color: #555;
}

.archive-gallery .gallery-box .card .card-wrapper:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transition: all 250ms ease-in;
  background: linear-gradient(5%, rgba(8, 7, 7, 0.6));
  background: rgba(0, 0, 0, 0.4);
  transform-origin: top;
  will-change: auto;
}

.archive-gallery .gallery-box .card .card-wrapper:hover:after {
  transform: scaleY(1);
}

.archive-gallery .gallery-box .card .card-wrapper:hover h4,
.archive-gallery .gallery-box .card .card-wrapper:hover small {
  opacity: 0;
}

.archive-gallery .gallery-box .card .card-wrapper:hover h5 {
  opacity: 1;
}

.archive-gallery .gallery-box .card:focus {
  outline: 2px solid #006400;
}

.archive-gallery .gallery-box .card .card-wrapper {
  display: grid;
  grid-template-rows: 1fr;
  position: relative;
}

.archive-gallery .gallery-box .card img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 3px;
  transition: transform 500ms linear;
}

.archive-gallery .gallery-box .card h4 {
  padding: 1rem;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.3);
  color: #f8f8f8;
  flex: 1;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
  width: 100%;
}

.archive-gallery .gallery-box .card small {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.65rem;
  background: #006400;
  color: #f8f8f8;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.archive-gallery .gallery-box .card h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  background: #212121;
  border-radius: 10px;
  padding: 0.5rem 1.2rem;
  z-index: 20;
  text-transform: uppercase;
  opacity: 0;
}

.single-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 2rem;
}

.single-gallery .gallery-item {
  box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.single-gallery .gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 400ms ease-out;
}

.single-gallery .gallery-image:hover {
  transform: scale(1.15);
}

.gallery {
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.col-md-6.main-area.helpdesk {
  padding: 0 1rem;
  padding-bottom: 3rem;
}

.wpcf7-form {
  padding: 1rem 1rem 4rem 1rem;
  position: relative;
}

.wpcf7-form *,
.wpcf7-form *:focus-visible {
  width: 100%;
  border: none;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  color: #707070;
  border: none;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-size: 15px;
  transition: ease-in-out, all 0.35s ease-in-out;
  padding: 1rem;
  border-bottom: 1px solid #333;
}

.wpcf7-form textarea:focus,
.wpcf7-form input:focus,
.wpcf7-form select:focus {
  outline: none;
}

.wpcf7-form textarea {
  border: 1px solid #333;
  height: 7em;
  margin-top: 1rem;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus {
  border-bottom: 1px solid #000;
}

.wpcf7-form textarea:focus {
  border: 1px solid #333;
}

.wpcf7-form .wpcf7-submit {
  margin-top: 2rem;
  display: inline-block;
  width: auto;
  font-size: 20px;
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 1.7em !important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid #000;
  color: #000;
  border-radius: 3px;
  transition-duration: 0.2s;
  transition-property: all !important;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.wpcf7-form .wpcf7-submit:hover {
  background: #333;
  color: #efefef;
}

#mission-map {
  padding: 0 1rem;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.symbols .imgBox {
  display: flex;
  width: 100%;
  margin: 3rem 0;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.symbols .imgBox .coa,
.symbols .imgBox .coat-text {
  width: 48%;
  padding: 2rem;
}

.card-horizontal {
  display: flex;
  flex: 2 1 auto;
}

.container.search-container .card + .card {
  margin-top: 1rem;
}

@media (max-width: 992px) {
  .archive-team {
    padding: 0;
    margin-top: 2rem;
    gap: 2rem 1rem;
  }
  #inner-header .container {
    margin: 0;
    padding: 2rem 1.5rem;
  }
  #inner-header .container .main {
    padding: 0;
  }
  .wpcf7-form {
    padding: 1rem 1rem 2rem 1rem;
  }
  .archive-news article {
    grid-template-rows: 1fr auto;
    grid-template-columns: auto;
  }
  #page-content .container {
    margin: 0;
    padding: 0;
    max-width: 870px !important;
    width: 100% !important;
  }
  #page-content .row .main-area {
    padding: 0 20px;
  }
  #page-content .row .page-child {
    padding: 0;
  }
  #page-content .row .page-child p {
    padding: 0 1rem !important;
  }
  #page-content .sidebar .latest .imgBox,
  #page-content .sidebar-blog .latest .imgBox {
    height: 75px;
    width: 75px;
  }
  #page-content .sidebar .latest .contentBox p,
  #page-content .sidebar-blog .latest .contentBox p {
    font-size: 12px;
    padding-right: 0.5rem;
  }
  .page-child.doc-auth {
    padding: 0;
    padding-right: 2rem;
  }
  #footer {
    padding: 2rem 1rem;
  }
  #footer .container {
    margin: 0;
  }
  .sidebar,
  .sidebar-blog {
    padding: 0 1rem;
  }
}

.bs-gallery > .row {
  margin: 15px;
}

@media (max-width: 768px) {
  #page-content .container {
    padding: 0 1rem;
  }
  #page-content .container .main-area {
    padding: 0 !important;
    font-size: 1rem;
  }
  #page-content .container .detail-news {
    padding: 0;
  }
  #page-content .container .page-child {
    padding: 0;
    padding-left: 0.5rem;
  }
  #page-content .container .page-child p {
    padding-left: 0;
    padding-right: 1.25rem;
  }
  #page-content .container .page-child ul {
    padding-left: 0;
    padding-right: 1.5rem;
    margin-left: 2rem;
  }
  .profile-page {
    grid-template-columns: 1fr;
    place-items: center;
    row-gap: 2rem;
    margin-left: 0;
  }
  .profile-page .contentBox {
    padding: 2em;
  }
  .profile-page .contentBox .profile-box {
    margin-top: 2rem;
  }
  .profile-page .imgBox {
    height: 400px;
    width: 350px;
    transform: translate(0, 0);
    margin: 0;
  }
  #page-content .row .main-area {
    padding: 0 20px;
  }
  #page-content .row .page-child p {
    padding: 0 1rem !important;
  }
  .archive-departments {
    padding: 1rem;
  }
  .archive-departments .department {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .archive-departments .department .iconBox {
    margin-bottom: 1rem;
  }
  .main-area.symbols {
    margin: 0 0.5rem;
  }
}

@media (max-width: 600px) {
  .archive-departments {
    grid-template-columns: none;
  }
  #inner-header .container {
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }
  #page-content {
    padding-top: 1.5rem;
  }
  #page-content .detail-news .imgBox {
    margin-bottom: 2rem;
    padding-bottom: 0;
  }
  #page-content .detail-news .blog-text {
    padding: 0 1rem;
  }
  .sidebar,
  .sidebar-blog {
    padding: 0 1rem;
  }
  .sidebar .latest .imgBox,
  .sidebar-blog .latest .imgBox {
    height: 75px;
    width: 75px;
  }
  .sidebar .latest .contentBox p,
  .sidebar-blog .latest .contentBox p {
    font-size: 12px;
    padding-right: 0.5rem;
  }
  #footer .container .footer-items > article ul li a {
    font-size: 0.8rem;
  }
  #footer .container .footer-items > article h5 {
    font-size: 1.2rem;
  }
  .footer-bottom a {
    font-size: 0.8rem;
  }
  #footer .container .footer-bottom p {
    font-size: 0.7rem;
  }
  div.col-md-4.sidebar,
  div.col-md-4.sidebar-blog {
    padding: 0 1.5rem !important;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
