a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: underline;
}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration: none;
}

.footersubj {
  color: rgb(255,255,255);
  font-family: inter, sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.footerlink {
  color: #dddddd;
  font-family: inter, sans-serif;
  font-size: 14px;
}

.footerlink:hover {
  color: #ffffff;
  text-decoration: underline;
}

.addresbold {
  color: rgb(255,255,255);
  font-family: inter, sans-serif;
  font-weight: bold;
}

@media (max-width: 567px) {
  .addresbold {
    color: rgb(255,255,255);
    font-family: inter, sans-serif;
    font-weight: bold;
    text-align: center;
  }
}

.addresnotbold {
  font-weight: 500;
  color: #eee;
}

.compliance {
  color: #eeeeee;
  font-family: inter, sans-serif;
  font-size: 14px;
}

@media (max-width: 567px) {
  .compliance {
    color: #eeeeee;
    font-family: inter, sans-serif;
    font-size: 14px;
    text-align: center;
  }
}

.fotcol {
}

@media (max-width: 567px) {
  .fotcol {
    align-items: center;
  }
}

.footrow {
  flex-direction: row;
}

@media (max-width: 567px) {
  .footrow {
    flex-direction: column;
  }
}

.ctabtn1nav {
}

