header .wrapper {
  position: relative;
}

div.tef-gold-logo {
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 20px;
}

div.tef-gold-logo img {
  height: 59px;
}

@media (max-width: 40em) {
  .listing--profile__items li {
    width: 49% !important;
  }
}

.accordion__content .nano-content ul li {
  margin-bottom: 8px !important;
  line-height: 18px;
}

.carousel-header-wrapper {
  top: 40%;
}

.carousel-header-wrapper .carousel-header, .carousel-header-wrapper .carousel-subheader {
  max-width: 70%;
}

@media (min-width: 40em) {
  .theme-header .half {
    width: calc(50% - 20px) !important;
  }

  .theme-header .half+.half {
    margin-left: 40px !important;
    padding-left: 0 !important;
  }
}

a.action--alt {
  float: left !important;
  margin: 10px 0 15px 15px !important;
}

span.divider {
  float: left;
  margin: 7px 0 15px 15px;
}

section.nav--utility {
  overflow: hidden;
}

section.nav--primary {
  overflow: hidden;
  background-color: #ffffff;
}

.sticky-utility {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
}

.sticky-primary {
  position: fixed !important;
  top: 33px !important;
  width: 100% !important;
}