.footer {
  background-color: #000;
  position: relative;
  padding: 0 4.68rem; }
  @media (min-width: 55em) {
    .footer {
      padding: 0; } }

.footer-inner {
  max-width: 1028px;
  margin: 0 auto;
  padding: 6.625rem 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 55em) {
    .footer-inner {
      padding: 2.75rem 1rem; } }
  @media (min-width: 75em) {
    .footer-inner {
      padding: 2.75rem 0; } }

.footer-upper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 55em) {
    .footer-upper {
      -ms-flex-direction: row;
      flex-direction: row; } }

.footer-back-to-top {
  width: 60px;
  height: 60px;
  position: absolute;
  cursor: pointer;
  border: 0;
  background: 0;
  padding: 0;
  left: 50%;
  top: -34px;
  transform: translateX(-50%); }
  .footer-back-to-top svg {
    width: 60px; }

.footer-upper__center {
  margin-bottom: 2rem; }
  @media (min-width: 55em) {
    .footer-upper__center {
      margin-bottom: 0; } }

.footer-upper__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem; }
  @media (min-width: 55em) {
    .footer-upper__left {
      margin-bottom: 0; } }
  .footer-upper__left svg {
    width: 100%;
    margin-bottom: 2.375rem; }
    @media (min-width: 55em) {
      .footer-upper__left svg {
        width: 255px; } }
  .footer-upper__left .btn {
    width: 100%; }

.footer-links__menu,
.footer-address {
  text-align: center; }
  @media (min-width: 55em) {
    .footer-links__menu,
    .footer-address {
      text-align: left; } }
  .footer-links__menu a,
  .footer-address a {
    font-weight: 300;
    text-decoration: underline;
    color: #FFF;
    display: block;
    margin-bottom: 1rem; }
  .footer-links__menu address,
  .footer-address address {
    font-weight: 300; }

.footer-upper__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 -4.68rem; }
  @media (min-width: 55em) {
    .footer-upper__right {
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0; } }

.footer-address__title {
  text-transform: uppercase;
  margin-bottom: 1rem; }

.footer-address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #FFF;
  font-style: normal; }
  .footer-address:last-child {
    margin-left: 1rem; }
  @media (min-width: 55em) {
    .footer-address {
      margin-right: 4rem; } }

.footer-address__link:last-child {
  margin-left: 1rem; }

@media (min-width: 55em) {
  .footer-address__link {
    margin-right: 4rem; }
    .footer-address__link:last-child {
      margin-left: 0; } }

.footer-address__link-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 55em) {
    .footer-address__link-container {
      -ms-flex-direction: column;
      flex-direction: column; } }

.footer-address__body {
  margin-bottom: 1rem; }

.footer-map__container {
  position: relative;
  z-index: 0; }
  .footer-map__container .footer-map__container-creds {
    position: absolute;
    bottom: 0;
    right: 8px;
    color: #000;
    z-index: 20; }

.footer-map__image {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 45.21%;
  min-width: 228px; }
  @media (min-width: 55em) {
    .footer-map__image {
      padding-bottom: 73.68%; } }
  .footer-map__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    max-width: inherit;
    transform: translate(-50%, -50%); }

.footer-lower {
  display: -ms-flexbox;
  display: flex;
  margin: 2rem -4.68rem;
  padding: 0 2rem;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 55em) {
    .footer-lower {
      width: 100%;
      margin: 2rem 0 0;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: center;
      justify-content: center; } }

.footer-lower__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  font-size: 0.75rem;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 1rem; }
  @media (min-width: 55em) {
    .footer-lower__left {
      -ms-flex-order: 1;
      order: 1;
      margin-top: 0; } }

.footer-lower__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-order: 0;
  order: 0;
  margin-top: 0; }
  @media (min-width: 55em) {
    .footer-lower__right {
      margin-left: 4rem;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -ms-flex-order: 1;
      order: 1; } }
  .footer-lower__right a {
    display: block;
    text-transform: none;
    margin-right: 15px;
    margin-bottom: 15px; }
    @media (min-width: 55em) {
      .footer-lower__right a {
        margin-bottom: 0; } }
    .footer-lower__right a:last-child {
      margin-right: 0; }
    .footer-lower__right a:hover .footer-lower__social-icon,
    .footer-lower__right a:hover .footer-lower__social-icon .fill {
      fill: #f0b310; }

.footer-lower__social-icon,
.footer-lower__social-icon .fill {
  width: 45px;
  height: 32px;
  fill: #FFF;
  transform: fill 0.3s ease-in-out; }
