/* Breakpoints
---------------------------------------------------------------------------------------------------- */
/* Transitions
---------------------------------------------------------------------------------------------------- */
/* Size
---------------------------------------------------------------------------------------------------- */
/* Fonts
---------------------------------------------------------------------------------------------------- */
/* Typography mixins
---------------------------------------------------------------------------------------------------- */
/* Block margins
---------------------------------------------------------------------------------------------------- */
/* Box mixins
---------------------------------------------------------------------------------------------------- */
/* Icon mixins
---------------------------------------------------------------------------------------------------- */
/* Button mixins
---------------------------------------------------------------------------------------------------- */
/* Card mixins
---------------------------------------------------------------------------------------------------- */
/* Pagination mixins
---------------------------------------------------------------------------------------------------- */
/* Form mixins
---------------------------------------------------------------------------------------------------- */
/* Popup mixins
---------------------------------------------------------------------------------------------------- */
/* Admin mixins
---------------------------------------------------------------------------------------------------- */
.footer-content-block {
  font-size: 14px;
  background-color: var(--Dark-Grey-Green);
  overflow: hidden;
  padding-top: 64px;
  position: relative;
}
@media (max-width: 767px) {
  .footer-content-block {
    font-size: 12px;
  }
}
.footer-content-block .footer-top {
  display: flex;
  column-gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1099px) {
  .footer-content-block .footer-top {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer-content-block .footer-top {
    flex-direction: column;
  }
}
.footer-content-block .footer-top .footer-column {
  flex: 1;
  max-width: 256px;
  position: relative;
}
@media (max-width: 767px) {
  .footer-content-block .footer-top .footer-column {
    max-width: none;
    margin-bottom: 24px;
    padding-bottom: 24px;
    width: 100%;
  }
  .footer-content-block .footer-top .footer-column:after {
    background-color: rgba(var(--white-rgb), 0.05);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .footer-content-block .footer-top .footer-column.quick-links {
    display: none;
  }
}
.footer-content-block .footer-top .footer-column .column-title {
  font-weight: 700;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .footer-content-block .footer-top .footer-column .column-title {
    margin-bottom: 16px;
  }
}
.footer-content-block .footer-top .footer-left {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 12px;
}
@media (max-width: 1099px) {
  .footer-content-block .footer-top .footer-left {
    flex: 0 0 100%;
    max-width: none;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .footer-content-block .footer-top .footer-left:after {
    background-color: rgba(var(--white-rgb), 0.05);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-content-block .footer-top .footer-left {
    align-items: center;
    text-align: center;
  }
}
.footer-content-block .footer-top .footer-left .logo a.site-logo {
  display: inline-block;
}
.footer-content-block .footer-top .footer-left .logo a.site-logo:focus-visible {
  box-shadow: 0 0 0px 4px var(--dark), 0 0 7px 0.4rem var(--light);
  border-radius: 3px;
}
@media (max-width: 767px) {
  .footer-content-block .footer-top .footer-left .logo a.site-logo svg {
    height: auto;
    width: 103px;
  }
}
.footer-content-block .footer-top .footer-left .logo a.site-logo svg path {
  fill: var(--white);
}
.footer-content-block .footer-top .footer-left .footer-text {
  line-height: 1.3;
  max-width: 500px;
}
@media (min-width: 768px) {
  .footer-content-block .footer-top .footer-left .acc-logos {
    margin: 24px 0;
  }
}
.footer-content-block .footer-top .footer-left .acc-logos img {
  height: 60px;
}
.footer-content-block .footer-top .footer-left .social-icons-block {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.footer-content-block .footer-top .footer-left .social-icons-block a {
  border: solid 1px var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 40px;
  text-decoration: none;
  width: 40px;
}
.footer-content-block .footer-top .footer-left .social-icons-block a:hover, .footer-content-block .footer-top .footer-left .social-icons-block a:focus-visible {
  border-color: var(--Light-Jade);
}
.footer-content-block .footer-top .footer-left .social-icons-block a:hover .icon, .footer-content-block .footer-top .footer-left .social-icons-block a:focus-visible .icon {
  background-color: var(--Light-Jade);
}
.footer-content-block .footer-top .contact .contact-items {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.footer-content-block .footer-top .contact .contact-items .contact-item {
  display: flex;
  column-gap: 8px;
}
.footer-content-block .footer-top .contact .contact-items .contact-item .icon {
  flex: 0 0 16px;
  margin-top: 2px;
}
.footer-content-block .footer-top .contact .contact-items .contact-item .abn-title {
  font-weight: 700;
}
.footer-content-block .footer-top .footer-menu-links {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  list-style: none;
  margin: 0;
}
.footer-content-block .footer-bottom .footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .footer-content-block .footer-bottom .footer-bottom-inner {
    margin-top: 36px;
    padding-bottom: 36px;
    padding-top: 36px;
    position: relative;
  }
  .footer-content-block .footer-bottom .footer-bottom-inner:before {
    background-color: rgba(var(--white-rgb), 0.05);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 32px;
    top: 0;
    width: calc(100% - 32px - 32px);
  }
}
@media (min-width: 768px) and (max-width: 539px) {
  .footer-content-block .footer-bottom .footer-bottom-inner:before {
    left: 16px;
    width: calc(100% - 16px - 16px);
  }
}
@media (max-width: 767px) {
  .footer-content-block .footer-bottom .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.footer-content-block .footer-bottom .footer-bottom-inner a {
  white-space: nowrap;
}
.footer-content-block .footer-bottom .footer-bottom-inner .copyright {
  display: flex;
  column-gap: 12px;
}
@media (max-width: 767px) {
  .footer-content-block .footer-bottom .footer-bottom-inner .copyright {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .footer-content-block .footer-bottom .footer-bottom-inner .copyright .sep {
    display: none;
  }
}
.footer-content-block .footer-bottom .footer-bottom-inner .footer-links {
  display: flex;
  column-gap: 24px;
  list-style: none;
  margin: 0;
}
@media (max-width: 499px) {
  .footer-content-block .footer-bottom .footer-bottom-inner .footer-links {
    flex-direction: column;
    row-gap: 10px;
  }
}/*# sourceMappingURL=acf-footer-content.css.map */