@charset 'UTF-8';

.anchor-group {
  margin: 1.5em 0 0;
}

.anchor-group:first-child {
  margin-top: 0;
}

.anchor-group>dt {
  font-weight: 700;
  line-height: 1.8;
  padding: 10px 20px;
  background: #ccc;
}

.anchor-group>dd {
  background: #eee;
}

.anchor-group>dd>.subhead {
  padding: 0 20px;
}

.anchor-group>dd>.subhead:not(:first-child) {
  margin-top: .5em;
}

.anchor-group .anchor-links {
  margin-top: 0;
}

.toggle-panel.-online-support-dial>[data-mode]:after {
  right: 15px;
}

.btn.-tertiary.-link[href^=tel] {
  text-decoration: none;
}

.floating-nav {
  overflow: visible;
  background: rgba(0,0,0,.7);
}

.floating-nav>.inner {
  position: relative;
}

.floating-nav>.inner>.txt {
  color: #fff;
}

.floating-nav .closebtn {
  font-size: 0;
  position: absolute;
  top: -12px;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #000;
}

.floating-nav .closebtn:hover {
  opacity: .8;
}

.floating-nav .closebtn:before {
  font-size: 12px;
  line-height: 24px;
  right: 0;
  text-align: center;
  color: #fff;
}

.btn.-support-inquiry {
  border-color: #e3e3e3;
  background-color: #f8f8f8;
  box-shadow: none;
}

@media print,screen and (min-width:768px) {
  .floating-nav {
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
  }

  .floating-nav>.inner {
    max-width: 940px;
    margin: auto;
  }

  .floating-nav .closebtn {
    top: -18px;
    right: 5px;
    width: 36px;
    height: 36px;
  }

  .floating-nav .closebtn:before {
    font-size: 18px;
    line-height: 36px;
  }
}

@media screen and (max-width:767px) {
  .anchor-group>dt {
    padding: 10px;
  }

  .anchor-group>dd>.subhead {
    padding: 0 10px;
  }

  .floating-nav {
    padding: 10px;
  }
}
