﻿.navigation__site--link {
  height: 28px;
  line-height: 18px;
}

@media screen and (min-width: 1024px) {
  .header-device {
    display: flex !important;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header-device-img-xs {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .worldmanuals-accordion-header,
  .worldmanuals-accordion-body {
    padding: 20px 0 !important;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 992px) {
  .worldmanuals .container {
    width: 950px !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .spl-nav-mobile-hidden li.item-lvl:not(.col-20):not(.spl-nav-only-mobile-visible):nth-last-child(-n+6) {
    margin-top: -40px;
  }
}
html {
  overflow-x: hidden;
}

.worldmanuals {
  background: #f4f4f4;
}
.worldmanuals .external-links-title {
  font-weight: 600;
  color: #444;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.worldmanuals .external-links {
  background: #f4f4f4;
  padding-left: 0;
  padding-right: 0;
  overflow-x: auto;
}
.worldmanuals .external-links .ext-logo {
  display: block;
  background-repeat: no-repeat;
}
.worldmanuals .external-links .ext-logo:hover {
  background-position-y: 0;
}
.worldmanuals .external-links .apple-image {
  margin-top: 30px;
  background-image: url(/Content/images/sprites/apple-external.png);
  width: 72px;
  height: 85px;
  background-position-y: -85px;
}
.worldmanuals .external-links .google-image {
  margin-top: 70px;
  background-image: url(/Content/images/sprites/google-external.png);
  width: 80px;
  height: 26px;
  background-position-y: -26px;
}
.worldmanuals .external-links .oppo-image {
  margin-top: 70px;
  background-image: url(/Content/images/sprites/oppo-external.png);
  width: 90px;
  height: 23px;
  background-position-y: -23px;
}
.worldmanuals .external-links .huawei-image {
  margin-top: 30px;
  background-image: url(/Content/images/sprites/huawei-external.png);
  width: 81px;
  height: 80px;
  background-position-y: -81px;
}
.worldmanuals .external-links .samsung-image {
  margin-top: 65px;
  background-image: url(/Content/images/sprites/samsung-external.png);
  width: 90px;
  height: 33px;
  background-position-y: -33px;
}
.worldmanuals .extarnal-link-box {
  height: 160px;
  margin-bottom: 40px;
  display: flex;
  width: 100%;
  justify-content: center;
}
.worldmanuals .device-list .device-list-item .device-list-item--title span {
  font-size: 22px;
}
.worldmanuals a .manufacturer.nokia:before {
  content: "";
  background-image: url(/Content/images/sprites/nokia.sprite-au.png);
  width: 108px;
  height: 18px;
  margin-top: -16px;
  margin-left: -54px;
  background-position: 0 -18px;
  background-repeat: no-repeat;
}
.worldmanuals a .manufacturer.nokia:before:hover {
  background-position: 0 -1px;
}
.worldmanuals a.active .manufacturer.nokia:before, .worldmanuals a:hover .manufacturer.nokia:before {
  background-position: 0 0;
}
