@charset "UTF-8";
.global-footer {
  margin: 0 auto;
  max-width: 64rem;
  width: 100%;
}

.global-footer a,
.global-footer a:hover,
.global-footer a:visited {
  color: #fff;
}

.global-footer > .row {
  background: #8a8a8a;
  padding: 1.875rem 30px 1.25rem;
}

.global-footer .social-icon-list {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
}

.global-footer .icon {
  color: #d3cdc1;
}

.global-footer .transparent.button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
}

.global-footer .transparent.button:hover, .global-footer .transparent.button:visited, .global-footer .transparent.button:focus {
  color: #fff;
}

.global-footer .address {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
}

.global-footer .address span {
  display: block;
}

.global-footer .address,
.global-footer .address * {
  color: #ddd7c9;
}

@media print, screen and (min-width: 27.0625em) {
  .global-footer .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global-footer .address__name {
    width: 100%;
  }
  .global-footer .address__street::after {
    content: "•";
    margin: 0 .4rem;
  }
}

@media print, screen and (min-width: 36.0625em) {
  .global-footer .address__name {
    width: inherit;
  }
  .global-footer .address__name::after {
    content: "•";
    margin: 0 .4rem;
  }
}

.global-footer-inner {
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
  background: #4b473d;
  padding: 1.875rem 30px 1.25rem;
  position: relative;
}

.global-footer-inner::before, .global-footer-inner::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.global-footer-inner::after {
  clear: both;
}

.global-footer-inner .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

@media print, screen and (min-width: 27.0625em) {
  .global-footer-inner .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 36.0625em) {
  .global-footer-inner .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 48.0625em) {
  .global-footer-inner .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 64em) {
  .global-footer-inner .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.global-footer-inner .row::before, .global-footer-inner .row::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.global-footer-inner .row::after {
  clear: both;
}

.global-footer__header {
  font-size: 1.125rem;
  margin: 0 0 0.625rem;
}

.global-footer__list {
  font-size: 0.75rem;
  list-style: none;
  margin-left: 0;
}

.global-footer__fine-print {
  color: #e4e4db;
  font-size: 0.75rem;
}

@media print, screen and (min-width: 27.0625em) {
  .global-footer__fine-print {
    text-align: center;
  }
}

.global-footer hr {
  border-color: #a9a49b;
}

.global-footer__menu {
  font-size: 0.75rem;
  list-style-type: none;
  margin: 0 0 1.25rem;
}

.global-footer__menu > li {
  display: block;
  margin: 0;
  position: relative;
}

@media screen and (min-width: 39.375em) {
  .global-footer__menu > li {
    display: inline-block;
  }
  .global-footer__menu > li:not(:last-child) {
    margin-right: 20px;
  }
  .global-footer__menu > li:not(:first-child) {
    margin-left: 20px;
  }
  .global-footer__menu > li:not(:last-child)::after {
    background-color: #e4e4db;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    margin-top: -5px;
    right: -20px;
    top: 50%;
    width: 1px;
  }
}

.top.global-footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 auto;
  max-width: 530px;
}

@media print, screen and (min-width: 27.0625em) {
  .top.global-footer__group {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media print, screen and (min-width: 36.0625em) {
  .top.global-footer__group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top.global-footer__group > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 130px;
          flex: 1 0 130px;
}

@media screen and (max-width: 36.06125em) {
  .top.global-footer__group > *:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}

@media print, screen and (min-width: 27.0625em) {
  .top.global-footer__group > * {
    text-align: center;
  }
}

@media print, screen and (min-width: 36.0625em) {
  .top.global-footer__group > * {
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
  }
}
