.shr-footer {
  background: #101820;
  padding: 48px 30px;
  color: #FFFFFF;
}
.shr-footer__container {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.shr-footer__top {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 75px;
}

.shr-footer__top a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 1;
  text-decoration: none;
}

.shr-footer__top ul {
  margin-bottom: 10px;
}

.shr-footer__top li {
  padding-bottom: 20px;
}

.shr-footer__top li:last-of-type {
  padding-bottom: 0;
}

.shr-footer__bottom {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.shr-footer__col--group {
  display: none;
  width: 100%;
}

.shr-footer__col--group.active {
  display: flex;
  border-bottom: 1px solid #656a70;
}

.shr-footer__col--group .shr-footer__col {
  width: 50%;
}

#js-shr-footer__explore {
  text-align: left;
  width: 100%;
  border-top: 1px solid #656a70;
 /* border-bottom: 1px solid #656a70;
  margin-bottom: 25px; */
}

#js-shr-footer__explore.active {
  border-bottom: none;
}

#js-shr-footer__explore.active .shr-footer__link-title:after{
  transform: rotate(180deg);
  transition: .2s ease-in-out;
}

#js-shr-footer__explore2 {
  text-align: left;
  width: 100%;
  border-top: 1px solid #656a70;
  border-bottom: 1px solid #656a70;
 /* margin-bottom: 25px; */
}

#js-shr-footer__explore2.active {
  border-bottom: none;
}

#js-shr-footer__explore2.active .shr-footer__link-title:after{
  transform: rotate(180deg);
  transition: .2s ease-in-out;
}

.shr-footer p {
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
}

.shr-footer a {
  color: #ffffff;
  letter-spacing: 0.4px;
  transition: all 0.3s ease;
  outline: none!important;
  border-style: none!important;
  text-decoration: none!important;
 /* width: 100%; */
}
.shr-footer a:hover {
  color: #715314;
}
.shr-footer a:focus { 
  color: #ffffff;
}
.shr-footer .shr-footer__col--logo a:hover {
  opacity: 1;
}

.shr-footer__col--logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0 75px;
  width: 100%;
  text-align: center;
}

.shr-footer img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-style: none!important;
}

.shr-footer .shr-footer__link-title, .shr-footer .shr-footer__title h4 {
  font-size: 18px;
  font-weight: 900;
  position: relative;
  text-align: left;
}

.shr-footer .shr-footer__title {
  width: 100%;
  margin-bottom: 24px;
}

#js-shr-footer__explore .shr-footer__link-title {
  padding: 17px 0 14px;
}

#js-shr-footer__explore .shr-footer__link-title a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .5px;
} 

#js-shr-footer__explore .shr-footer__link-title:after {
  content: url("../images/caret.svg");
  position: absolute;
  width: 21px;
  height: 13px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s ease-in-out;
}

#js-shr-footer__explore2 .shr-footer__link-title {
  padding: 17px 0 14px;
}

#js-shr-footer__explore2 .shr-footer__link-title a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .5px;
} 

#js-shr-footer__explore2 .shr-footer__link-title:after {
  content: url("../images/caret.svg");
  position: absolute;
  width: 21px;
  height: 13px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s ease-in-out;
}

.shr-footer ul {
  list-style: none;
  padding: 0;
}

.shr-footer__bottom a {
  display: inline;
  font-size: 13px;
  line-height: 16px;
}

.shr-footer__bottom-links {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  max-height: 150px;
  column-gap: 2%;
  flex: 1;
  flex-flow: column wrap;
  text-align: left;
}

.shr-footer__bottom-links li {
  padding-bottom: 20px;
  line-height: 24px;
}

.shr-footer__bottom-links li:not(:last-child) {
  padding-right: 20px;
}

.shr-footer__bottom-links a {
  text-decoration: none;
}

.shr-footer a.icon-external-link {
  margin-right: 24px;
}

.shr-footer a.icon-external-link:before {
  position: absolute;
  height: 17px;
  width: 18px;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  margin-left: 5px;
  color: inherit;
  transition: color .1s ease;
}

.shr-footer__bottom-links .shr-footer__col {
  width: auto;
  flex-direction: row;
}

.shr-footer__bottom-disclaimer {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {

  .shr-footer {
    padding: 48px 50px;
  }

  .shr-footer a {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .5px;
    font-weight: 400;
  }

  .shr-footer__col:not(.shr-footer__col--logo) {
    margin-left: 14px;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .shr-footer__col--logo {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
  }

  .shr-footer__col--group {
    display: flex;
    flex: 0 0 20%;
    max-width: 20%;
    flex-direction: column;
  }

  .shr-footer__col--group.active {
    display: flex;
    border-bottom: none
  }

  .shr-footer__content {
    min-width: 170px;
  }

  .shr-footer__top {
    margin-bottom: 5px;
    justify-content: space-between;
  }

  .shr-footer__top li {
    padding-bottom: 10px;
    line-height: 24px;
    position: relative;
    break-inside: avoid;
  }

  .shr-footer__links--properties {
    display: block;
  }

  .shr-footer__bottom-links {
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
  }

  .shr-footer__bottom-links li:not(:last-child) {
    padding-right: 10px;
  }

  .shr-footer__col--group .shr-footer__col {
    width: 100%;
  }

  .shr-footer a:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 1024px) {

  .shr-footer__top {
    margin-bottom: 45px;
  }

  .shr-footer__links--properties ul {
    column-count: 2;
  }

  .shr-footer__col--logo {
    padding-top: 15px;
  }

  .shr-footer__col, .shr-footer__col--logo {
    flex: 0 0 25%;
    max-width: 25%;
    margin-right: 20px;
  }

/*  .shr-footer__col--group {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; 
  } */
}

@media screen and (min-width: 1140px) {
  .shr-footer img {
    width: 227px;
  }
}

@media screen and (min-width: 1200px) {

  .shr-footer {
    padding: 48px 0 70px;
  }
}
