.directory-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.directory-list-item {
  width: calc(50% - 1rem);
  box-sizing: border-box;
  padding: 1rem;
  background: #f0f0f0;
  margin-bottom: 2rem;
}

.directory-list div.directory-list-item:nth-of-type(2n){
  margin-right: 0px;
}

.business-name > a {
font-family: "Poppins Bold";
font-size: 1.3rem;
}

.directory-list-item .alumni-name, .directory-list-item .location {
line-height: 1.2;
}

.directory-list-item .description {
padding-top: 1rem;
margin-top: 0.8rem;
position: relative;
line-height: 1.5;
}

.directory-list-item .description::before {
content: "Description:";
text-transform: uppercase;
position: absolute;
top: 0px;
font-size: 12px;
color: #4e2a84;
}

.standard-page #page section.directory-list .directory-list-item:last-child {
  margin-bottom: 30px!important;
}

.dropdown-link {
  color: #4e2a84;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 1rem;
  text-decoration: underline;
  display: inline-block;
}

.dropdown-link:hover {
  cursor: pointer;
}

.dropdown-link::after {
  content: ">";
  padding-left: 6px;
  text-decoration: none;
}

.dropdown-link.active::after {
  content: "∨";
}

.how-to-support {
  display: none;
}

.how-to-support.active {
  display: block;
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #4e2a84;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.list-loading{
  margin: 0 auto;
}
.loading-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}


@media screen and (max-width: 700px){
  .directory-list-item {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 1.5rem;
  }
}