footer {
  font-family: "Roboto", sans-serif;
  background: #223843;
  position: relative;
  color: white;
  padding: 30px;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-top: 20px;
}

footer .container {
  max-width: 1100px;
  margin: 0 auto;
}

footer .icon-logo {
    margin: 0 auto 20px auto;
    width: 120px;
    height: 40px;
    background-position: center;
    background-size: contain;
    display: block;
}

footer .social .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  margin: 0px 5px;
}

footer a {
  text-decoration: none;
  color: #ffffff;
}

.btn.hollow {
  border: 1px solid #7CBAA8;
  color: #7CBAA8;
}

.btn.hollow, .btn.hollow:hover, .btn.hollow:focus {
  background-color: transparent;
}

.btn.no-arrow {
  padding-right: 0em;
}

.btn.hollow {
  padding: 0px 40px 0px 0px;
  border: 0px;
}

.btn.hollow.no-arrow {
  padding-right: 0px;
}

footer .copy {
  font-size: 0.8em;
}



@media print, screen and (min-width: 47.5em) {
    footer .icon-logo {
        margin: 0;
        width: 200px;
        height: 70px;
    }
}

a[href^=tel] {
  text-decoration: none;
  cursor: pointer;
}