.f-footer__top {
  background: #f2f2f2;
  padding: 20px 0 20px;
  padding: 2rem 0 2rem;
}
.f-footer__crest {
  color: #312F2F;
  padding: 5px 0 20px;
  padding: .5rem 0 2rem;
  display: flex;
  font-family: "Lato", Gotham, Arial, sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 2px solid #DFDDDD;
  margin-bottom: 16px;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .f-footer__crest {
    flex-direction: row;
  }
}
.f-footer__crest_link {
  color: #312F2F;
  text-decoration: underline;
}
.f-footer__crest_logo {
  padding-right: 16px;
  padding-bottom: 16px;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}
.f-footer__top__inner {
  padding: 5px 0 20px;
  padding: 0.5rem 0 2rem;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .f-footer__top__inner {
    padding: 0.5rem 0 2rem;
  }
}
@media all and (min-width: 1280px) {
  .f-footer__top__inner {
    padding: 3.5rem 0 2rem;
  }
}
.f-footer__top__section {
  flex: 50%;
  max-width: 50%;
}
@media all and (max-width: 767px) {
  .f-footer__top__section:nth-child(3) {
    flex: 1 1 100%;
    max-width: 100%;
    padding-top: 1rem;
  }
}
.f-footer__top__section:not(:last-child) {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .f-footer__top__section {
    flex: 1 1 33.33%;
    max-width: 100%;
    text-align: left;
  }
}
@media all and (min-width: 1280px) {
  .f-footer__top__section {
    flex: 0 1 25%;
    max-width: 25%;
  }
}
.f-footer__top__section__heading {
  color: #D62727;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
@media all and (min-width: 768px) {
  .f-footer__top__section__heading {
    font-size: 2rem;
    margin-bottom: 1.3rem;
  }
}
@media all and (min-width: 1280px) {
  .f-footer__top__section__heading {
    font-size: 2.4rem;
  }
}
.f-footer__top__section__list {
  margin: 0;
  list-style: none;
  padding: 0;
  padding-top: 5px;
  padding-top: 0.5rem;
}
@media all and (min-width: 768px) {
  .f-footer__top__section__list {
    padding-top: 0;
  }
}
.f-footer__top__section__list.f-footer__top__section__list--arrow {
  padding: 0;
}
@media all and (min-width: 768px) {
  .f-footer__top__section__list.contact {
    display: flex;
    flex-wrap: wrap;
  }
  .f-footer__top__section__list.contact .f-footer__top__section__list__item {
    flex: 0 1 42%;
    max-width: 42%;
  }
  .f-footer__top__section__list.contact .f-footer__top__section__list__item.f-footer__top__section__list__item--email {
    order: 2;
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: -2rem;
  }
  .f-footer__top__section__list.contact .f-footer__top__section__list__item:last-child {
    max-width: 20rem;
  }
}
@media all and (min-width: 1280px) {
  .f-footer__top__section__list.contact {
    display: block;
  }
  .f-footer__top__section__list.contact .f-footer__top__section__list__item {
    flex: none;
    max-width: 100%;
  }
  .f-footer__top__section__list.contact .f-footer__top__section__list__item.f-footer__top__section__list__item--email {
    order: 1;
    margin-top: 0;
  }
  .f-footer__top__section__list.contact .f-footer__top__section__list__item:last-child {
    max-width: 100%;
  }
}
.f-footer__top__section__list__item {
  margin: 0;
}
.f-footer__top__section__list__item:not(:last-child) {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.f-footer__top__section__list--arrow .f-footer__top__section__list__item {
  margin: 0;
}
@media all and (min-width: 768px) {
  .f-footer__top__section__list--arrow .f-footer__top__section__list__item {
    margin-bottom: 0.4rem;
  }
}
.f-footer__top__section__list__item.f-footer__top__section__list__item--email .f-footer__top__section__list__item__link {
  text-transform: none;
}
.f-footer__top__section__list__item__link,
.f-footer__top__section__list__item__span {
  color: #312F2F;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .f-footer__top__section__list__item__link,
  .f-footer__top__section__list__item__span {
    padding-left: 3rem;
    font-size: 1.6rem;
  }
}
.f-footer__top__section__list__item__link .e-icon,
.f-footer__top__section__list__item__span .e-icon {
  display: block;
  margin: 5px auto 5px;
  margin: 0.5rem auto 0.5rem;
  fill: #D62727;
}
@media all and (min-width: 768px) {
  .f-footer__top__section__list__item__link .e-icon,
  .f-footer__top__section__list__item__span .e-icon {
    display: inline;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.6rem;
  }
}
.f-footer__top__section__list__item__link .i-location,
.f-footer__top__section__list__item__span .i-location,
.f-footer__top__section__list__item__link .i-phone,
.f-footer__top__section__list__item__span .i-phone {
  font-size: 22px;
  font-size: 2.2rem;
}
.f-footer__top__section__list--arrow .f-footer__top__section__list__item__link,
.f-footer__top__section__list--arrow .f-footer__top__section__list__item__span {
  position: relative;
  padding-left: 0;
}
@media all and (min-width: 768px) {
  .f-footer__top__section__list--arrow .f-footer__top__section__list__item__link,
  .f-footer__top__section__list--arrow .f-footer__top__section__list__item__span {
    padding-left: 1.7rem;
  }
}
.f-footer__top__section__list--arrow .f-footer__top__section__list__item__link .e-icon,
.f-footer__top__section__list--arrow .f-footer__top__section__list__item__span .e-icon {
  display: none;
}
@media all and (min-width: 768px) {
  .f-footer__top__section__list--arrow .f-footer__top__section__list__item__link .e-icon,
  .f-footer__top__section__list--arrow .f-footer__top__section__list__item__span .e-icon {
    display: inline;
    position: absolute;
    left: 0;
    top: 0.2rem;
    font-size: 1.2rem;
  }
}
.f-footer__top__section__list__item__address {
  display: inline-block;
  max-width: 150px;
  max-width: 15rem;
  color: #312F2F;
  transition: color 0.3s;
}
.f-footer__top__section__list__item__address:hover,
.f-footer__top__section__list__item__address:focus,
.f-footer__top__section__list__item__address:active {
  color: #D62727;
}
.f-footer__top__section__list__item__link {
  position: relative;
  padding-left: 25px;
  padding-left: 2.5rem;
}
a.f-footer__top__section__list__item__link:hover {
  color: #D62727;
}
@media all and (min-width: 768px) {
  .f-footer__top__section__list__item__link {
    padding-left: 2.8rem;
  }
}
.f-footer__top__section__list__item__link .e-icon {
  display: inline;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media all and (min-width: 768px) {
  .f-footer__top__section__list__item__link .e-icon {
    font-size: 1.8rem;
    top: 0.1rem;
  }
}
.f-footer__bottom {
  background: #E0DDDD;
  text-align: center;
  padding: 10px 0;
  padding: 1rem 0;
}
.f-footer__bottom__inner {
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .f-footer__bottom__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.f-footer__gst__exemption {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: -5px;
  margin-bottom: -0.5rem;
  max-width: 80%;
}
@media all and (min-width: 768px) {
  .f-footer__gst__exemption {
    max-width: 100%;
    margin: 0;
  }
}
.f-footer__bottom__copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #312F2F;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 7px;
  padding-top: 0.7rem;
}
@media all and (min-width: 768px) {
  .f-footer__bottom__copyright {
    text-align: left;
    padding-bottom: 0;
  }
}
.f-footer__bottom__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.f-footer__bottom__list__item {
  position: relative;
  margin: 0;
}
.f-footer__bottom__list__item:not(:last-child):before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 13px;
  height: 1.3rem;
  width: 1px;
  width: 0.1rem;
  background: #312F2F;
  margin-top: 2px;
  margin-top: 0.2rem;
}
.f-footer__bottom__list__item__link {
  color: #312F2F;
  padding: 5px 5px;
  padding: 0.5rem 0.5rem;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
