/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/*
  * SCANGUARD WWW THEME COLOURS
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
.browser-boost-footer {
  color: #fff;
  background-size: cover;
  padding: 10rem 0 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.browser-boost-footer__logo {
  text-align: center;
  padding-right: 3.125rem;
}
.browser-boost-footer__logo .logo {
  max-width: 15.625rem;
}
.browser-boost-footer__copyright {
  margin-top: 3.125rem;
  font-size: 0.875rem;
  padding: 1.25rem 0;
  color: #8191A2;
  background-color: #1f2c3a;
  font-weight: 400;
}
@media print, screen and (max-width: 39.99875em) {
  .browser-boost-footer__copyright {
    padding: 0.9375rem;
  }
  .browser-boost-footer__copyright__text {
    font-size: 0.75rem;
    padding-bottom: 0.9375rem;
  }
  .browser-boost-footer .logo {
    max-width: 18.125rem;
    margin: 0 auto 0.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .browser-boost-footer__logo {
    text-align: left;
  }
}