/*footer*/
.flex-columns--grid {
  margin: 0 -1.25rem;
}
.flex-columns {
  display: flex;
  flex-wrap: wrap;
}
.flex-columns-2 > div {
  width: calc(50% - 2.5rem);
  margin: 0 1.25rem;
}
.inner--slim {
  max-width: 1020px;
}
div#contentArea:after {
  content: '';
  clear: both;
  display: block;
  overflow: hidden;
  height: 3rem;
}

.footer {
  padding: 5rem 0;
  background: #323232;
  max-width: 1800px;
  margin: 0 auto;
}
.footer .flex-columns {
  margin-bottom: 2.5rem;
}
.footer .flex-columns .flex-columns .project-hero__col-50 {
  margin-bottom: 0;
}
.footer__item-heading {
  border-top: 1px solid #646464;
  padding: 1.06rem 0;
}
.footer__item-heading a {
  font: 500 0.875rem/1.28 "sofia-pro", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 0.3125rem;
  color: #fff;
  display: block;
  display: flex;
  align-items: center;
  transition: color 0.35s;
  position: relative;
}
.footer__item-heading a .icon-arrow-down-icon {
  position: absolute;
  right: 0rem;
  color: #646464;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
}
.footer__item-heading a:hover {
  color: #646464;
}
.footer__item-heading a span {
  font-size: 2em;
  width: 2.8125rem;
}
.footer__item-heading a.expanded span.icon-arrow-down-icon {
  transform: rotate(180deg);
  margin-top: -0.9375rem;
}
.footer__item-content {
  color: #fff;
  font: 300 1rem/1.375 "sofia-pro", Arial, sans-serif;
  padding-bottom: 2.5rem;
}
.footer__item-content a {
  color: #fff;
  text-decoration: underline;
}
.footer__item-content a:hover {
  text-decoration: none;
}
.footer__item-content [class^="icon-"] {
  font-size: 2em;
  display: inline-block;
  position: relative;
  top: 0.22em;
}
.footer__labels {
  color: #fff;
  font: 300 1rem/1.375 "sofia-pro", Arial, sans-serif;
}
.footer__labels span {
  display: inline-block;
  width: 6.875rem;
}
.footer__info {
  font: 300 0.875rem/1.28 "sofia-pro", Arial, sans-serif;
  color: #fff;
  padding-top: 0.5rem;
}
.footer__language-switcher {
  position: relative;
}
.footer__language-switcher span {
  margin-right: 1rem;
  font-size: 1.6em;
  display: inline-block;
}
.footer__language-switcher a {
  display: flex;
  padding-right: 1.875rem;
  font: 500 0.75rem/1.33 "sofia-pro", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  align-items: center;
  position: relative;
}
.footer__language-switcher a:before {
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 0.1875rem;
  top: 0.1875rem;
  transform: rotate(45deg);
  content: "";
}
.footer__language-switcher a img {
  margin-right: 1.25rem;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical {
  padding: 0.3125rem 0 1.25rem;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  max-width: 100vw;
  display: block;
  border: none;
  padding-top: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical .wpml-ls-item {
  margin: 0 1.25rem 0 0;
  display: inline-block;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical a {
  padding: 0;
  display: flex;
  color: #fff;
  position: relative;
  font: 500 0.75rem/1.33 "sofia-pro", Arial, sans-serif;
  border: none;
  text-decoration: none;
  transition: color 0.35s;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical a img {
  margin-right: 0.625rem;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical a .wpml-ls-flag {
  display: inline;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical a:hover {
  color: #E01C15;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical a span {
  vertical-align: inherit;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical a:before, .footer__language-switcher .wpml-ls-legacy-list-vertical a:after {
  display: none;
}
.footer__language-switcher .wpml-ls-legacy-list-vertical .wpml-ls-current-language {
  display: none;
}
.footer__language-switcher:hover .wpml-ls-legacy-list-vertical {
  opacity: 1;
  visibility: visible;
}
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer__login {
  font: 300 0.75rem/1.4 "sofia-pro", Arial, sans-serif;
  font-style: italic;
}
.footer__login a {
  color: #fff;
  text-decoration: underline;
}
.footer__login a:hover {
  text-decoration: none;
}
.footer__socials a {
  text-decoration: none;
  transition: color 0.35s;
  display: flex;
  align-items: center;
}
.footer__socials a img {
  margin-right: 0.3125rem;
}
.footer__socials a:hover {
  color: #646464;
}
@media screen and (max-width: 1023px) {
  .footer .inner {
    max-width: 650px;
  }
  .footer__navi ul li {
    width: 100%;
  }
  .footer__logo {
    width: 100%;
    margin-bottom: 3rem;
  }
  .footer__info {
    width: 100%;
  }
  .footer__middle {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 2.5rem 0;
  }
  .footer .flex-columns-2 > div {
    margin-bottom: 0;
  }
  .footer .flex-columns {
    margin-bottom: 2.5rem;
  }
  .footer .flex-columns + .flex-columns, .footer .flex-columns .flex-columns {
    margin-bottom: 0;
  }
  .footer .flex-columns + .flex-columns .project-hero__col-50 + .project-hero__col-50, .footer .flex-columns .flex-columns .project-hero__col-50 + .project-hero__col-50 {
    margin-top: 1.25rem;
  }
  .flex-columns-2 > div {
    width: 100%;
    margin: 0 0 4rem;
  }
  .flex-columns--grid {
      margin: 0;
  }
  .footer {
      overflow: hidden;
  }
}