.header-1 {
  height: 10px;
  padding: 0;
}
.header-1 .wrapper {
  display: none;
}
.main-menu ul ul {
  width: 200px;
}

.content h2, .content h3, .content h4 {
  color: black;
}
.content h2 {
  font-size: 2.8rem;
}
.content .accordion-details h3 {
  margin-bottom: 1em;
  font-size: 2.2rem;
}

.footer-1 {
  padding: 30px 0;
}
.footer-heading {
  margin-bottom: 0;
}

.pf-content {
  padding: 30px 0; 
  color: #000044;
}
.pf-content-bottom {
  padding-bottom: 10px;
}

.pf-content h2 {
  font-weight: 700; 
  font-size: 3rem;
}
.pf-content.pf-content-middle h2 {
  color: white;
}

.pf-content a {
  color: #000044;
}

.pf-cols {
  display: flex; 
  align-items: flex-start; 
  justify-content: space-between;
}
.pf-col {
  width: 48%;
}

.pf-news-entry {
  display: block;
  position: relative;
  padding: 20px 90px 20px 20px;
  margin-bottom: 10px; 
  background-color: white;
}
.pf-news-entry span {
  font-size: 2em; 
  font-weight: 700;
}
.pf-news-entry::after {
  content: 'More >'; 
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 20px;
  font-size: 1.6em;
  transform: translateY(-50%);
}

.pf-highlights {
  display: flex; 
  gap: 2%; 
  align-items: flex-start; 
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pf-highlight {
  width: 23.5%;
}
.pf-highlight-image {
  display: block;
}
.pf-highlight-image img {
  display: block; 
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.pf-highlight-title {
  display: block; 
  padding: 15px 20px; 
  font-size: 2em; 
  font-weight: 700;
  text-align: center;
}

.pf-links {
  display: flex; 
  flex-wrap: wrap; 
  align-items: flex-start; 
  justify-content: center;
  gap: 2%;
}
.pf-link {
  width: 32%; 
  margin-bottom: 2%;
}
.pf-link-image {
  display: block;
}
.pf-link-image img {
  display: block; 
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.pf-link-title {
  display: block;
  padding: 15px 20px;
  font-size: 2em;
  text-align: center; 
  font-weight: 700;
}
.pf-highlight:hover .pf-highlight-title,
.pf-news-entry:hover span,
.pf-news-entry:hover::after,
.pf-link:hover .pf-link-title {
  color: white;
}