footer#site-footer .footer-main {
  background-color: #FFFFFF;
}
footer#site-footer .footer-main .row-top {
  padding-top: 50px;
  padding-bottom: 35px;
  border-bottom: 1px solid #BEBEBE;
}
footer#site-footer .footer-main .row-top .col-logo .logo-link {
  display: inline-block;
}
footer#site-footer .footer-main .row-top .col-logo .logo-link img {
  width: 200px;
}
footer#site-footer .footer-main .row-top .col-content {
  flex-grow: 1.5;
  padding-right: 50px;
}
footer#site-footer .footer-main .row-top .col-content p {
  font-size: 0.875rem;
}
footer#site-footer .footer-main .row-top .footer-list li {
  color: #2D3C41;
  font-size: 0.875rem;
}
footer#site-footer .footer-main .row-top .footer-list li a {
  color: #2D3C41;
  font-size: 0.875rem;
}
footer#site-footer .footer-main .row-bottom {
  padding: 50px 0;
}
footer#site-footer .footer-bottom {
  padding: 30px 0;
}
footer#site-footer .footer-bottom .text-copyright {
  font-size: 0.6875rem;
  color: #2D3C41;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
footer#site-footer .footer-bottom .text-copyright a {
  font-size: inherit;
  color: #2D3C41;
  text-decoration: none;
}

@media (max-width: 768px) {
  footer#site-footer .footer-main .row-top .col {
    flex: 0 0 auto;
    width: 50%;
  }
  footer#site-footer .footer-main .row-top .col.col-content {
    padding-right: 1.5rem;
  }
  footer#site-footer .footer-main .row-top .col.col-logo, footer#site-footer .footer-main .row-top .col.col-content {
    margin-bottom: 15px;
  }
  footer#site-footer .footer-main .row-top .col p,
  footer#site-footer .footer-main .row-top .col ul {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  footer#site-footer .footer-main .row-top .col-logo .logo-link img {
    width: 150px;
  }
  footer#site-footer .footer-bottom .text-copyright {
    line-height: 1.5rem;
  }
}
@media (max-width: 400px) {
  footer#site-footer .footer-main .row-top .col {
    width: 100%;
    text-align: center;
    margin-bottom: 30px !important;
  }
  footer#site-footer .footer-main .row-bottom {
    padding: 30px 0;
  }
}

/*# sourceMappingURL=footer.css.map */
