b {
  font-weight: 700;
}

a, a:active, a:hover {
  outline: none !important;
}

.clearfix:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

.footer {
  position: relative;
  width: 100%;
  background-color: #252525;
  padding: 0;
  z-index: 3;
  font-family: 'Walsheim';
  -ms-font-feature-settings: "kern","liga","pnum";
  -webkit-font-feature-settings: "kern","liga","pnum";
          font-feature-settings: "kern","liga","pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
}

.footer a {
  text-decoration: none;
}

@media screen and (min-width: 64.125rem) {
  .main--open-menu .footer {
    margin-left: -6.25rem;
    width: auto;
  }
}

@media only screen and (max-width: 64.0625em) {
  .footer {
    background-color: #252525;
    padding-bottom: 4.6875em;
  }
  .no-mobile-cta .footer {
    padding-bottom: 0;
  }
}

.footer-inside {
  width: 100%;
  margin: 0;
  padding: 0.625rem;
}

.footer-inside.shifted-by-menu {
  margin-left: calc(17.375rem - 4rem - 8px);
  width: calc(100% - 17.375rem + 4rem + 8px);
}

@media screen and (max-width: 64.0625rem), (max-height: 579px) {
  .footer-inside {
    width: 100% !important;
    margin: 0px !important;
    padding: 0.625rem;
  }
}

.footer-list {
  margin: 0.625rem auto 0;
  text-align: center;
}

@media screen and (max-width: 73.125rem) {
  .footer-list {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto 0.625rem;
  }
}

.footer-list li > div {
  display: inline-block;
}

.footer-list li {
  display: inline-block;
  position: relative;
  font-size: 0.8625em;
  color: #fff;
  margin: 0 0.625em 0 0;
}

.footer-list li:after {
  content: ' | ';
  display: inline-block;
  margin: 0 0 0 0.625em;
}

.footer-list li:last-child:after {
  content: '';
}

.footer-list li a {
  color: #FFF;
}

.footer-list li a i {
  display: inline-block;
  font-size: 1.4em;
  position: relative;
  bottom: 2px;
  vertical-align: middle;
  display: inline-block;
}

.footer-list li a > span {
  vertical-align: middle;
}

.footer-list li a:visited {
  color: #fff;
}

.footer-list li a:visited:hover {
  color: #c1c1c1;
}

.footer-list li a:hover {
  color: #c1c1c1;
  text-decoration: none;
}

@media screen and (max-width: 31.25rem) {
  .footer-list li {
    display: block;
    padding: 0 0 0.5rem;
    margin: 0;
  }
  .footer-list li:after {
    content: '';
    margin: 0;
  }
}

.footer-list .footer-link:hover {
  cursor: pointer;
}

.footer-list .footer-drop-down {
  position: absolute;
  visibility: hidden;
  bottom: 100%;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  opacity: 0;
  z-index: -1;
  -webkit-transition: visibility .5s linear,opacity .2s linear;
  transition: visibility .5s linear,opacity .2s linear;
  margin-bottom: 15px;
}

.footer-list .footer-drop-down.active {
  visibility: visible;
}

.footer-list .footer-drop-down .footer-link {
  opacity: 1;
  display: none;
}

.footer-list .footer-drop-down a {
  color: #6c6c6c;
  display: block;
  padding: 10px 40px;
  border-bottom: 1px solid #ddd;
}

.footer-list .footer-drop-down strong {
  color: #6c6c6c;
  display: block;
  padding: 10px 40px;
  border-bottom: 1px solid #ddd;
}

.footer-list .footer-drop-down strong:last-child {
  border-bottom: none;
}

@media (max-width: 1300px) {
  .footer-list {
    max-width: 1000px;
  }
}

@media (max-width: 1200px) {
  .footer-list {
    max-width: 770px;
  }
}

.footer-list-social {
  text-align: center;
  padding: 10px 0;
}

@media screen and (max-width: 73.125rem) {
  .footer-list-social {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0.5rem auto 0.625rem;
    padding: 0;
  }
}

.footer-list-social li {
  font-family: "FontAwesome";
  color: #666;
  display: inline-block;
  padding: 0 0 0 0.9375rem;
  font-size: 2.25rem;
}

.footer-list-social li a {
  font-size: 2.25rem;
}

@media screen and (max-width: 73.125rem) {
  .footer-list-social li {
    padding: 0 0 0 0.625rem;
    font-size: 1.875rem;
  }
  .footer-list-social li a {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 59.375rem) {
  .footer-list-social li {
    padding: 0 0.625rem;
  }
}

.footer-list-social li i {
  display: block;
}

.footer-list-social li i:before {
  display: block;
}

.footer-list-social a {
  color: #666;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
}

.footer-list-social a:hover {
  color: #aeaeae;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
  text-decoration: none;
}

.region-selector {
  min-width: 200px;
}

.region-selector h3 {
  border-bottom: 1px solid #343434;
  white-space: nowrap;
  margin: 0;
}

.region-selector ul {
  padding: 0;
  list-style-type: none;
}

.region-selector li {
  border-bottom: 1px solid #aeaeae;
}

.region-selector span {
  display: block;
  padding: 1em;
}

.region-selector a {
  -webkit-tap-highlight-color: #7826e7;
  color: #343434;
  -webkit-transition-property: color, background;
  transition-property: color, background;
  display: block;
  padding: 1em;
  font-size: 16px;
  text-decoration: none;
}

.region-selector a:hover, .region-selector a:active {
  background: #7826e7;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 64.0625em) {
  .footer {
    background-color: #252525;
  }
  .footer .footer-list {
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 64.125rem) {
  .footer {
    position: relative;
    width: 100%;
    background-color: #252525;
    padding: 0;
    z-index: 3;
  }
  .footer-inside {
    width: 100%;
    margin: 0;
    padding: 0.625rem;
  }
  .footer-inside.shifted-by-menu {
    margin-left: calc(17.375rem - 4rem - 8px);
    width: calc(100% - 17.375rem + 4rem + 8px);
  }
}

@media screen and (min-width: 64.125rem) and (max-width: 64.0625rem), (min-width: 64.125rem) and (max-height: 579px) {
  .footer-inside {
    width: 100% !important;
    margin: 0px !important;
    padding: 0.625rem;
  }
}
/*# sourceMappingURL=footer.css.map */