﻿.dummy {
  color: #000;
}

.faq-group {
  margin-bottom: 12px;
  border-bottom: 2px solid #d1d1d1;
}
.faq-group .title {
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.faq-group .video-link {
  margin-right: 10px;
  position: relative;
}
.faq-group .video-link:before {
  background: #000;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.faq-group .video-link:hover:before {
  opacity: 0.1;
}
.faq-group .video-link a {
  display: block;
  padding: 0;
  border: none;
}
.faq-group .video-link img {
  display: block !important;
  height: auto !important;
}
.faq-group .video-link .name {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px 5px 5px;
  width: 100%;
  text-align: center;
  line-height: 12px;
  min-height: 40px;
  color: #000000;
  font-weight: 400;
  background: #ffcf01;
}
.faq-group .question-answer {
  margin-bottom: 8px;
}
.faq-group .question-answer .question {
  font-weight: bold;
}
.faq-youtube-video .frame {
  text-align: center;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.faq-youtube-video .frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.help-links {
  border-bottom: 2px solid #d1d1d1;
  padding: 5px 0 5px 0;
  margin-bottom: 12px;
}
.help-links .title {
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

.help-graphic {
  display: table;
  text-align: center;
}
.help-graphic [class*=col-] {
  display: table-cell;
  float: none;
  vertical-align: top;
}
.help-graphic [class*=col-]:first-child {
  border-right: 5px solid #fff;
}
.help-graphic .heading {
  font-size: 35px;
  font-weight: 700;
  padding: 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.help-graphic img {
  margin: 0 auto;
}
.help-graphic .info {
  margin: auto;
  padding-bottom: 20px;
  width: 80%;
  color: #333;
  font-weight: 400;
}
.help-graphic .info span {
  text-decoration: underline;
  color: #2200cc;
  font-weight: 700;
}
.help-graphic .info span:visited, .help-graphic .info span:hover, .help-graphic .info span:active {
  color: #1a0099;
}
.help-graphic a.btn {
  text-decoration: none;
}

@media (max-width: 767px) {
  .help-graphic {
    display: block;
  }
  .help-graphic [class*=col-] {
    display: block;
  }
  .help-graphic [class*=col-]:first-child {
    border-bottom: 5px solid #fff;
    border-right: none;
  }
}
.help-questions {
  background-color: #bfbfbf;
  padding: 20px;
}
.help-questions h1 {
  font-weight: 700;
  font-size: 30px;
  color: #000;
}
.help-questions p {
  font-size: 16px;
  color: #333;
}
.help-questions span {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

.messages {
  display: none;
}
.messages .help-alert {
  margin-bottom: 6px;
  padding: 4px;
}
.messages .help-alert-dismissible {
  padding-right: 35px !important;
}

.help-selling {
  -moz-box-shadow: 0 3px 5px 1px #d1d1d1;
  -webkit-box-shadow: 0 3px 5px 1px #d1d1d1;
  box-shadow: 0 3px 5px 1px #d1d1d1;
}
.help-selling .image-container {
  position: relative;
  width: 100%; /* for IE 6 */
}
.help-selling .image-container img {
  max-width: 100%;
  width: 100%;
}
.help-selling .image-container .image-caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.help-selling .image-container h3 {
  color: white;
  font-size: 28px;
  font-weight: 600;
  width: 75%;
  margin: 0 auto;
  line-height: 1.3;
}
.help-selling .image-container .seller-details {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
}
.help-selling .wrapper {
  padding: 10px 30px;
}
.help-selling .selling-contactus {
  font-weight: 700;
  font-size: 18px;
}
.help-selling .helpline-number {
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 30px;
  border-bottom: 2px solid #d1d1d1;
}
.help-selling .selling-caption-margin {
  margin: 25px 0;
}
.help-selling .selling-tagline {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.help-selling .selling-text {
  font-size: 17px;
  width: 60%;
  margin: 0 auto;
}
.help-selling .service {
  margin: 30px 0;
  border-bottom: 2px solid #d1d1d1;
}
.help-selling .service p {
  margin: 0 15px;
  font-size: 22px;
  margin-top: 15px;
  font-weight: 500;
}
.help-selling .service .service-detail {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 30px;
}
.help-selling .service .selling-icon {
  font-size: 45px;
  color: #ffcf01;
}
.help-selling .iframe-container {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.help-selling .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 481px) and (max-width: 991px) {
  .help-selling .image-container h3 {
    font-size: 24px;
  }
  .help-selling .selling-text {
    width: 85%;
    margin: 0 auto;
    font-size: 17px;
  }
  .help-selling .wrapper .helpline-number {
    font-size: 28px;
  }
  .help-selling .selling-tagline {
    width: 85%;
    margin: 0 auto;
    font-size: 28px;
  }
  .help-selling .selling-contactus {
    font-size: 20px;
    line-height: 1.2;
  }
  .help-selling .service .service-detail {
    font-size: 21px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .help-selling .image-container h3 {
    font-size: 13px;
  }
  .help-selling .selling-text {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.1;
  }
  .help-selling .selling-tagline {
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
  }
  .help-selling .wrapper .helpline-number {
    font-size: 22px;
  }
  .help-selling .selling-contactus {
    font-size: 18px;
    line-height: 1.2;
  }
}
