.vp-accordion-link-group__list-item{
 text-align: left !important; 
}

.footer__attribution-line--copyright li:nth-child(2){
 display: none !important; 
}

html[data-vp-page-template=portal] .vp-banner {
  background-position: top !important;
  background-size: unset !important;
}

html[data-vp-page-template=portal] .vp-search-bar-container {
    margin-top: 60px !important;
    margin-bottom: -40px !important;
}

html[data-vp-page-template=portal] .portal__header__content__intro--intro {
    margin-top: 40px !important;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.vp-search-bar__input-container{
 border-color: black !important; 
  border-width: 2px !important; 
}

html[data-vp-page-template=portal] .tile--large .tile__image{
 width: 250px !important; 
  height: 250px !important; 
  aspect-ratio: unset !important;
  object-fit: cover !important; 
  object-position: center !important;
}

html[data-vp-page-template=portal] #content ul {
    justify-content: center;
    align-items: center;
    text-align: center;
}

html[data-vp-page-template=portal] #content li {
    text-align: center;
    width: 300px !important;
    justify-content: center;
    margin: auto;
}

html[data-vp-page-template=portal] #content li img {
    margin: auto;
}

html[data-vp-page-template=portal] #content h3 {
    font-family: "Poppins", sans-serif;
  font-weight: 400;
}

html[data-vp-page-template=portal] .vp-banner {
 margin-bottom: 0 !important; 
}