footer {
  width: 100%;
  border: 0;
  text-align: left;
  display: block;
  background-color: #3D3935;
  position: relative;
  color: white;
  height: auto;
  /*position: absolute;*/
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

footer .inner {
  padding: 24px;
  height: 200px;
}

footer .logo {
  font-size: 36px;
}

footer .inner a, footer .inner a:link, footer .inner a:visited {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

footer .footer-links {
  text-align: right;
}

footer .footer-links a {
  display: inline-block;
  margin-left: 48px;
  color: white;
  height: 18px;
  line-height: 18px;
  font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

footer .footer-links a.social {
  color: #F68D2E;
  position: relative;
  margin-top: -1px;
}

.windows footer .footer-links a.social {
  margin-top: 0;
}

footer .footer-links a.social svg {
  content: '';
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
  margin: 0 3px 0 0;
  background-color: #F68D2E;
  background-position: center;
  background-repeat: no-repeat;
}

footer .copy {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 710px;
  font-size: 12px;
  line-height: 12px;
  color: #b0aeac;
  -webkit-font-smoothing: antialiased;
}

.container .col-md-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
}

.container .col-md-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 75%;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  max-width: 75%;
}

.container.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 1336px) {
  footer .inner a, footer .inner a:link, footer .inner a:visited {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1100px) {
  footer {
    height: 200px;
  }
  footer .inner a, footer .inner a:link, footer .inner a:visited {
    font-size: 16px;
    line-height: 24px;
  }
  footer .footer-links {
    margin-bottom: 17px;
  }
  footer .footer-links a {
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  footer {
    z-index: 3;
    height: auto;
    min-height: 230px;
  }
  footer .inner {
    height: auto;
    padding: 0 15px;
  }
  footer .footer-logo {
    display: none;
  }
  footer .footer-links {
    width: 100%;
    padding-top: 24px;
  }
  footer .footer-links .col-md {
    width: 50%;
    text-align: left;
  }
  footer .footer-links a {
    margin-left: 0;
    display: block;
    margin-bottom: 24px;
    height: auto;
    white-space: normal;
    text-overflow: inherit;
    min-height: 20px;
  }
  footer .copy {
    right: unset;
    left: 0;
    bottom: 0;
    position: relative;
    margin: 0 15px 15px;
  }
  footer .container .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  footer .footer-links a.social {
    padding-left: 26px;
  }
}