#main-footer {
  clear: both;
  height: 17.5em;
  font-size: 16px;
  position: relative;
  z-index: 602;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  background: #8a8d8a;
  font-family: Arial;
}
#main-footer .outro {
  clear: both;
}
#main-footer .outro:after {
  clear: both;
  content: "";
  display: block;
}
#main-footer .hwm-section-wrapper {
  position: relative;
  height: 100%;
}
#main-footer .copyright-text {
  margin: 0;
  color: #fff;
  float: right;
  line-height: 1;
}
#main-footer li, #main-footer p {
  font-size: 1em;
}
#main-footer .disclaimer-list {
  float: left;
  margin: 0;
  padding: 0;
}
#main-footer .disclaimer-list li {
  display: block;
  float: left;
  line-height: 1;
  margin: 0 1.25em 0 0;
  padding-right: 1.25em;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
#main-footer .disclaimer-list a {
  color: #fff;
  float: left;
  display: block;
  text-decoration: underline;
}
#main-footer ul {
  list-style: none;
}
#main-footer footer {
  position: absolute;
  bottom: 0;
  right: 0;
}
#main-footer br {
  display: none;
}
#main-footer .slogan {
  margin: 0;
  line-height: 1.1;
  font-size: 1.5em;
  max-width: 16.6666667em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "futura-pt", "Helvetica Neue", Arial;
  color: #fff;
}
#main-footer .canada-wordmark {
  margin-bottom: 1.25em;
  display: block;
  float: right;
}

.footer-social-media {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.footer-social-media li {
  float: left;
  margin: 0 3.125em 0 0;
}
.footer-social-media li:last-child {
  margin: 0;
}
.footer-social-media li:last-child {
  margin: 0 0 0 -0.3125em;
}
.footer-social-media a {
  text-indent: -999em;
  display: block;
  position: relative;
}
.footer-social-media a:hover svg {
  fill: #4a4a4a;
}
.footer-social-media svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
}
.footer-social-media .twitter {
  width: 3.0625em;
  height: 2.5em;
}
.footer-social-media .facebook {
  width: 1.1875em;
  height: 2.5em;
}
.footer-social-media .instagram {
  width: 2.5em;
  height: 2.5em;
}

#main-footer p {
  padding: 0;
}

.footer-social-media li {
  padding-right: 0;
}

#main-footer .canada-wordmark {
  padding-right: 0;
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
  #main-footer.fr {
    font-size: 14px;
    height: 20em;
  }
}
@media screen and (max-width: 1024px) {
  #main-footer {
    font-size: 12px;
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #main-footer {
    height: 21.6666667em;
  }
}
@media screen and (max-width: 900px) {
  #main-footer .disclaimer-list {
    clear: both;
    margin-top: 20px;
  }
  #main-footer .disclaimer-list li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
  }
  #main-footer .slogan {
    font-size: 1.5em;
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #main-footer {
    height: 12.5em;
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  #main-footer {
    height: auto;
  }
  #main-footer br {
    display: block;
  }
  #main-footer ul, #main-footer footer {
    position: static;
  }
  #main-footer ul {
    text-align: center;
  }
  #main-footer li {
    margin: 0 10px;
    display: inline-block;
    float: none;
  }
  #main-footer footer {
    clear: both;
    text-align: center;
  }
  #main-footer .canada-wordmark {
    float: none;
    display: inline-block;
  }
  #main-footer .copyright-text {
    line-height: 1.25;
    float: none;
  }
  #main-footer .outro {
    display: table;
    margin: 0 auto;
  }
  #main-footer .slogan {
    font-size: 2em;
    display: table;
    margin: 0 auto 40px auto;
    max-width: none;
  }

  .footer-social-media {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 480px) {
  #main-footer .disclaimer-list {
    padding: 0;
    border: 0;
    float: none;
    display: table;
    margin: 20px auto 0 auto;
  }
  #main-footer .slogan {
    margin-bottom: 20px;
  }
  #main-footer.fr .disclaimer-list li {
    clear: both;
    margin: 0 auto 10px auto;
    padding: 0;
    display: table;
    float: none;
    border: 0;
  }
  #main-footer.fr #main-footer .disclaimer-list li:last-child {
    margin-bottom: 0;
  }

  .footer-social-media {
    margin-bottom: 20px;
  }
  .footer-social-media .twitter {
    width: 24px;
    height: 20px;
  }
  .footer-social-media .facebook {
    width: 11px;
    height: 20px;
  }
  .footer-social-media .instagram {
    width: 20px;
    height: 20px;
  }
}
