.component.footer {
  /* Footer */
}
.component.footer .footer-top {
  background-color: #e00122;
  margin-top: 100px;
}
.component.footer .footer-top .container {
  padding: 0;
}
.component.footer .footer-top .row {
  margin: 0;
}
.component.footer .footer-top .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.component.footer .footer-top .contact-info {
  background-color: #000;
  color: #FFF;
  padding: 40px 0 0 40px;
}
.component.footer .footer-top .resources {
  background-color: #e00122;
  color: #FFF;
  padding: 40px;
  line-height: 1.2em;
}
.component.footer .footer-top .resources .first-tools,
.component.footer .footer-top .resources .third-tools {
  padding-bottom: 18px;
}
.component.footer .footer-top .resources p strong {
  font-size: 1.1em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .component.footer .footer-top .resources .col-xs-6 {
    width: 100%;
  }
  .component.footer .footer-top .resources .second-tools {
    padding-bottom: 18px;
  }
  .component.footer .footer-top .resources .first-tools,
  .component.footer .footer-top .resources .third-tools {
    padding-bottom: 0;
  }
}
.component.footer .footer-top ul {
  list-style-type: none;
  padding-left: 0;
}
.component.footer .footer-top ul li {
  padding-top: 8px;
}
.component.footer .footer-top a:link {
  color: #FFF;
  text-decoration: none;
}
.component.footer .footer-top a:visited {
  text-decoration: underline;
  color: #FFF;
}
.component.footer .footer-top a:hover,
.component.footer .footer-top a:focus {
  color: #FFF;
  text-decoration: underline;
  outline: none;
}
.component.footer .footer-top .social-icons {
  color: #FFF;
  background-color: none;
  margin-bottom: 20px;
}
.component.footer .footer-top .social-icons a {
  padding: 10px;
}
.component.footer .footer-top .social-icons a:first-child {
  padding-left: 0px;
}
.component.footer .footer-top .social-icons a:hover,
.component.footer .footer-top .social-icons a:focus {
  color: #ce2c2e;
  outline: none;
}
@media (max-width: 767px) {
  .component.footer .footer-top .row-eq-height {
    display: block;
  }
  .component.footer .footer-top .contact-info {
    padding: 40px 0 40px 0px;
    text-align: center;
  }
}
.component.footer .footer-copyright {
  margin: 20px 0;
}
.component.footer .footer-copyright p {
  font-size: 14px;
}
.component.footer .footer-copyright a:link,
.component.footer .footer-copyright a:visited {
  color: #000;
  text-decoration: underline;
}
.component.footer .footer-copyright a:hover,
.component.footer .footer-copyright a:focus {
  color: #000;
  text-decoration: none;
}
.component.footer .footer-print {
  display: none;
}
@media (max-width: 767px) {
  .component.footer .footerfooter .copyright {
    text-align: center;
  }
}
#back-to-top {
  position: fixed;
  z-index: 10000;
  right: 10px;
  bottom: 10px;
  background: #e00122;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  display: none;
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.25);
}
#back-to-top.show {
  display: block;
}
#back-to-top:hover {
  background: #B8011C;
}
#back-to-top svg {
  fill: white;
}

@media print {
  .component.footer .footer-top {
    display: none;
  }
  .component.footer .footer-copyright {
    display: none;
  }
  .component.footer .footer-print {
    display: block;
  }
}

