#eap-bw-page {
  background: #f5f6fa;
  height: 100%;
}
#eap-bw-page .scroll {
  height: 50vh;
  min-height: calc(100vh - 200px);
  overflow-y: auto;
  padding-top: calc(var(--eap-nav-overtflow-padding));
}
#eap-bw-page i.material-icons {
  color: #8c97a5;
}
#eap-bw-page .headline {
  color: #8c97a5;
  margin-bottom: -10px;
  margin-top: 250px;
}
#eap-bw-page .byline {
  color: #8c97a5;
  /* Use profile color */
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
}
#eap-bw-page button {
  background-color: #8c97a5;
  /* Use profile color */
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 100%;
  margin-top: 16px;
}
#eap-bw-page .bw {
  padding-top: 16px;
}
#eap-bw-page .box {
  background: white;
  border: 1px solid #dae1e9;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 19px;
}
#eap-bw-page .box canvas {
  width: 100%;
}
#eap-bw-page .box img.bg_img {
  width: 100%;
}
#eap-bw-page .box .bgimg {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 56.25%;
}
#eap-bw-page .box .stars {
  padding: 31px 75px 0;
}
#eap-bw-page .box .title {
  color: #2e3746;
  font-family: var(--eap-header-font);
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  padding: 8px 75px;
  margin: 0;
}
#eap-bw-page .box .video {
  padding: 8px 75px;
  display: flex;
  align-items: center;
}
#eap-bw-page .box .video a {
  color: #8c97a5;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  margin-left: 6px;
}
#eap-bw-page .box .text {
  padding: 8px 75px 75px;
  color: #8c97a5;
  font-size: 18px;
  line-height: 30px;
}
#eap-bw-page .modal-content {
  background-color: #000;
  color: #8c97a5;
  font-size: 22px;
  line-height: 30px;
}
#eap-bw-page .modal-content .modal-header {
  border: none;
}
#eap-bw-page .modal-content .modal-header .col-md-12 {
  margin: 0;
  padding: 0;
}
#eap-bw-page .modal-content .modalHeader {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
}
#eap-bw-page .modal-backdrop.in {
  opacity: 0.85;
}