.site-footer {
  background: #4d4d4d;
  padding: 20px 0;
  color: #f5f5f5;
}

.site-footer h3 {
  color: #f5f5f5;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 27px;
}

.site-footer p,
.site-footer li {
  color: white;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  font-size: 14px;
}

.site-footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.site-footer a {
  color: #f5f5f5;
  font-size: 14px;
}

.site-footer a:hover {
  color: #e37700;
}

.site-footer .container {
  max-width: 750px;
  padding: 0 20px;
  margin: 0 auto;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-left: 0;
}

@media (min-width: 48em) {
  .site-footer .container {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}

.site-footer .info {
  border-bottom: 1px solid gray;
  margin-bottom: 35px;
  padding-bottom: 35px;
}

.site-footer .info ul {
  padding-left: 0;
}

.site-footer .info li {
  margin-bottom: 6px;
  line-height: 1.2em;
}

.site-footer .seal {
  height: 100px;
}

.site-footer .social {
  padding-bottom: 35px;
  border-bottom: 1px solid gray;
  margin-bottom: 35px;
}

.site-footer .social ul {
  display: -ms-flexbox;
  display: flex;
}

.site-footer form {
  display: -ms-flexbox;
  display: flex;
}

.site-footer input[type='text'] {
  height: 30px;
  border: none;
  color: #4d4d4d;
  padding: 3px 8px;
  width: 100%;
}

.site-footer .newsletter__submit {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  background: #e37700;
  text-decoration: none;
  padding: 10px 17px 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
  color: white;
  border-radius: 0;
  border: none;
  padding: 5px 10px;
  font-weight: normal;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.site-footer .newsletter__submit a {
  color: white;
}

.site-footer .newsletter__submit::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-left: 5px;
  display: inline-block;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  transition: border 0.3s, left 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.site-footer .newsletter__submit:hover {
  color: white;
  background: #ca6a00;
}

.site-footer .newsletter__submit:hover a {
  color: white;
}

.site-footer .newsletter__submit:after {
  display: none;
}

@media (min-width: 37.5em) {
  .site-footer .info {
    padding-bottom: 15px;
    width: 100%;
  }
  .site-footer .social {
    border-bottom: 1px solid gray;
    margin-bottom: 35px;
    padding-bottom: 35px;
    width: 100%;
  }
  .site-footer .newsletter {
    margin-bottom: 15px;
    width: 100%;
  }
}

@media (min-width: 58.75em) {
  .site-footer h3 {
    margin-bottom: .6em;
  }
  .site-footer .container {
    margin-left: auto;
  }
  .site-footer .info {
    display: -ms-flexbox;
    display: flex;
  }
  .site-footer .info,
  .site-footer .social,
  .site-footer .newsletter {
    border-bottom: none;
    width: calc(33% - 10px);
  }
  .site-footer .info ul {
    padding-left: 20px;
  }
  .site-footer .social {
    border-left: 1px solid gray;
    padding-left: 15px;
  }
  .site-footer .newsletter {
    border-left: 1px solid gray;
    margin-left: 15px;
    padding: 0 15px;
  }
}

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