body {
  background-color: #f1f4f8;
}

#advertorialHeader {
  text-align: center;
  font-size: 15px;
  padding: 5px;
}

#wrapper {
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1020px;
  margin: 20px auto;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.articleBody {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 20px;
}
.articleBody .articleTitle {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0 auto 0;
  font-size: 34px;
  font-family: "Open Sans", Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 1.3;
}
.articleBody .articleSubtitle {
  font-family: "Open Sans", Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  font-style: italic;
  font-size: 24px;
  color: #222;
  width: 100%;
  margin: 10px auto 0;
  line-height: 1.3;
  padding: 0;
}
.articleBody .videoThumbnail {
  display: block;
  position: relative;
  margin: 20px auto 30px;
  max-width: 800px;
}
.articleBody .videoThumbnail img {
  max-width: 100%;
}
.articleBody .videoThumbnail .fauxPlay {
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -55px;
  margin-right: -55px;
  transition: all 0.2s;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  border: 5px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.articleBody .videoThumbnail .fauxPlay span {
  position: absolute;
  top: 30px;
  left: 35px;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-width: 20px 0px 20px 40px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
  transition: all 0.1s;
}
.articleBody .videoThumbnail:hover .fauxPlay {
  border: 5px solid #FFF;
}
.articleBody .videoThumbnail:hover .fauxPlay span {
  border-color: transparent transparent transparent #FFF;
}
.articleBody p {
  color: #2f2f2f;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.articleBody p a {
  font-weight: bold;
  color: rgb(40, 37, 161);
}
.articleBody p:first-of-type {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}
.articleBody .btnContainer {
  width: 100%;
  max-width: 498px;
  margin: 2em auto;
}
.articleBody .btn {
  width: 100%;
}

.citations {
  padding: 30px;
  margin: 30px auto;
  max-width: 800px;
}
.citations p {
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center;
  font-style: italic;
}

.citations ol li {
  line-height: 1.4;
  word-break: break-all;
  font-family: monospace;
  text-align: left;
  margin-bottom: 10px;
}

@media (max-width: 440px) {
  .container {
    padding: 10px 15px 30px;
  }
  .articleBody .articleTitle {
    font-size: 26px;
    padding: 0;
  }
  .articleBody .articleSubtitle {
    font-size: 20px;
  }
  .articleBody .p:first-of-type {
    font-size: 20px;
  }
  .articleBody .videoThumbnail {
    margin: 20px auto 0;
  }
  .articleBody .videoThumbnail .fauxPlay {
    margin-top: -35px;
    margin-right: -35px;
    width: 70px;
    height: 70px;
    border: 3px solid rgba(255, 255, 255, 0.8);
  }
  .articleBody .videoThumbnail .fauxPlay span {
    top: 20px;
    left: 25px;
    width: 20px;
    height: 20px;
    border-width: 12px 0px 12px 20px;
  }
  .articleBody .videoThumbnail:hover .fauxPlay {
    border: 3px solid #FFF;
  }
}/*# sourceMappingURL=presellAdvertorial.css.map */