/* This file is to write custom css */
a.locmap-link {
  text-decoration: underline;
}
.social-links-list {
  display: flex;
  justify-content: space-between;
}
.social-links-list .social-list-item {
  list-style-type: none;
}
.footer-social-logos {
  width: 20px;
  height: 20px;
}
.align-left {
  float: unset;
}
.header__logo {
  margin-left: 0px;
}
.pagination__wrapper {
  flex: unset !important;
}
.align-center {
  margin-left: 0px;	
}
.c18-navigation-links .navigation-links__wrapper {
  overflow-x: unset;
}
.t09-page .c14-multi-column .focus-01 span.button__text {
    white-space: unset !important;
}