form#sfp-resource-filter-form {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}


#sfp-resource-filter-form .filter-group.taxonomy-list.topics {
}
.resources-archives-card button.fusion-load-more-button {
	max-width: 270px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 5px;
    font-size: 0;
}
#sfp-resource-filter-form .filter-group.taxonomy-list.topics button.filter-button {
    text-align: center;
}

#sfp-resource-filter-form .filter-group.taxonomy-list button:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
    padding-left: 14px;
    line-height: 14px;
    vertical-align: middle;
}
.resources-archives-card .fusion-load-more-button {
  position: relative;
  padding: 10px 20px;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden; 
}

.resources-archives-card .fusion-load-more-button::before {
  content: "Load More Resources";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
  font-size: 14px;
  font-family: "Roboto Condensed";
  font-size: 16px;
}

.resources-archives-card .fusion-load-more-button:hover::before {
  transform: translateY(-100%); 
  opacity: 0;
}

.resources-archives-card .fusion-load-more-button::after {
  content: "Load More Resources";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #003da5;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
  font-size: 14px;
  transform: translateY(100%);
  opacity: 0;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 16px;
}

.resources-archives-card .fusion-load-more-button:hover {
    border: 1px solid #003da5;
}

.resources-archives-card .fusion-load-more-button:hover::after {
    transform: translateY(0);
    opacity: 1;
}
#sfp-resource-filter-form .filter-group button.filter-button {
	text-align: center;
}

#sfp-resource-filter-form .filter-group input.filter-checkbox {
    width: 20px;
    margin: 0;
    height: 20px;
    margin-right: 5px;
    position: relative;
}

input#resources-keyword {
    background-color: #fff;
    border: none;
    outline: none;
}