/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2025 | 22:07:55 */
#values h2 {
  text-transform: uppercase;
  font-size: 35px;
  color: var(--white) !important;
}
.values-card {
  aspect-ratio: 1.6;
  border: 2px solid #1193C5 !important;
  background-color: rgba(0, 79, 140, 0.6);
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.values-card h3, .values-card p {
  color: var(--white) !important;
  display: block;
  width: 100%;
  text-align: center;
}
.values-card h3 {
  font-size: 26px !important;
  text-transform: uppercase !important;
  margin: 0 0 0.5rem 0 !important;
}
.values-card p {
  margin: 0 !important;
  font-style: italic !important;
}
#news-posts {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
}
#news-posts .in-the-news-post {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#news-posts a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
#news-posts .news-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0.75rem;
}
#news-posts .news-logo img {
  width: 220px;
  height: 80px;
  object-fit: contain;
}
#news-posts h3 {
  text-align: center;
  font-family: var(--mont);
  font-size: 22px;
  line-height: 1.25em;
  font-weight: var(--fw_semibold);
  margin-bottom: 0.75rem;
  letter-spacing: 1em !improtant;
}
#news-posts span.date {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--black);
  font-style: italic;
  font-size: 18px;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 989px) {
  #news-posts {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #news-posts {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
#about-contact {
  background: var(--blue) !important;
  color: var(--white) !important;
}
#about-contact a {
  color: var(--white) !important;
  text-decoration: underline !important;
}
