/* ===== Legacy styles for old support.html / FAQ pages ===== */
.body-box .title-and-lang h4 {
  font-size: 20px;
  font-weight: bold;
}

.Support-top-helps {
  margin-top: 24px;
}

.Support-top-box {
  justify-content: center;
}

.Support-top-box div {
  height: 135px;
  padding-left: 80px;
  background-color: #F4F4F4;
  border: 1px solid #eaeaea;
  background-position: 0 center;
  align-items: start;
}

.Support-top-box div:hover {
  background-color: #80c132;
  background-position: 0 center;
}

.Support-top-box div h5 {
  font-size: 20px;
  color: #639c1f;
}

.Support-top-box div h5 a {
  color: #639c1f;
}

.Support-top-box div a:hover {
  color: #fff;
}

.Support-top-box div p {
  color: #333;
  font-size: 14px;
  margin-top: 8px;
  cursor: pointer;
}

.online-help-left { background: url('../images-new/help.png') no-repeat 0 0; }
.online-help-left:hover { background: url('../images-new/help-2.png') no-repeat 0 0; }
.online-help-right { background: url('../images-new/help0.png') no-repeat 0 0; }
.online-help-right:hover { background: url('../images-new/help0-2.png') no-repeat 0 0; }
.online-help-Guide { background: url('../images-new/guide.png') no-repeat 0 0; }
.online-help-Guide:hover { background: url('../images-new/guide-2.png') no-repeat 0 0; }
.online-help-amazon { background: url('../images-new/help3.png') no-repeat 0 0; }
.online-help-amazon:hover { background: url('../images-new/help3-2.png') no-repeat 0 0; }
.online-help-tidal { background: url('../images-new/help4.png') no-repeat 0 0; }
.online-help-tidal:hover { background: url('../images-new/help4-2.png') no-repeat 0 0; }
.online-press { background: url('../images-new/press.png') no-repeat 0 0; }
.online-press:hover { background: url('../images-new/press-2.png') no-repeat 0 0; }
.online-help-license { background: url('../images-new/license.png') no-repeat 0 0; }
.online-help-license:hover { background: url('../images-new/lincense-2.png') no-repeat 0 0; }
.online-video { background: url('../images-new/videoSupport.png') no-repeat 0 0; }
.online-video:hover { background: url('../images-new/video-2.png') no-repeat 0 0; }
.online-free { background: url('/images-new/lincense.png') no-repeat 0 0; }
.online-free:hover { background: url('../images-new/lincense-2.png') no-repeat 0 0; }

.Support-top-box div:hover > h5,
.Support-top-box div:hover > h5 a,
.Support-top-box div:hover > p {
  color: #fff;
}

.Support-title {
  margin-top: 50px;
}

.Support-title p {
  font-size: 22px;
}

.Support-center-box {
  margin-top: 32px;
  border-top: 1px solid #ebebeb;
}

.center-box-left {
  border-right: 1px solid #ebebeb;
}

.center-items p {
  font-size: 16px;
  margin-top: 30px;
  line-height: 30px;
  padding-right: 8px;
}

.center-items p span {
  font-size: 18px;
  color: #639c1f;
}

.support-btm-box {
  margin-top: 60px;
}

.btm-left {
  height: 240px;
  background: url('../images-new/background04.png') no-repeat 0 0;
  background-size: 100% 240px;
  padding: 20px 0 0 20px;
}

.btm-left h5 {
  font-size: 24px;
  color: #fff;
}

.btm-left p {
  color: #fff;
  margin-top: 30px;
}

.btm-left p label {
  color: #ffec6d;
}

.support-footer-img {
  padding: 0;
}

.support-footer-img img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .Support-title p {
    font-size: 28px;
  }

  .Support-top-box div {
    padding-left: 100px;
    background-position: 20px center;
  }

  .Support-top-box div:hover {
    background-position: 20px center;
  }

  .btm-left {
    padding: 60px 0 0 70px;
  }

  .support-footer-img img {
    height: 240px;
  }
}

@media (min-width: 992px) {
  .center-items p {
    padding-right: 50px;
  }
}
