#eap-bw-add-page-1 {
  background: #f5f6fa;
  margin: 0;
  padding: 20px;
  width: 100%;
  align-items: center;
}
#eap-bw-add-page-1 .headline {
  color: #8C97A5;
  margin-bottom: -10px;
  margin-top: 250px;
}
#eap-bw-add-page-1 .material-icons.clickable {
  cursor: pointer;
}
#eap-bw-add-page-1 .form-control.input-primary.input-lg:focus {
  border-color: #b8b8b8;
}
#eap-bw-add-page-1 .width-control-l {
  padding-left: 0;
  padding-right: 8px;
}
#eap-bw-add-page-1 .width-control-r {
  padding-right: 0;
  padding-left: 8px;
}
#eap-bw-add-page-1 .btnSubmitReview {
  color: white;
}
#eap-bw-add-page-1 #starsRow {
  height: 547px;
  border: 1px solid #DAE1E9;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#eap-bw-add-page-1 #starsRow .headlineMain {
  color: #2E3746;
  font-family: var(--eap-header-font);
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
}
#eap-bw-add-page-1 #starsRow .starGroup i {
  padding-top: 12px;
  font-size: 50px;
}
#eap-bw-add-page-1 #linksRow {
  height: 547px;
  border: 1px solid #DAE1E9;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#eap-bw-add-page-1 #linksRow .col-md-12 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
#eap-bw-add-page-1 #linksRow .headlineMain {
  margin-bottom: 15px;
}
#eap-bw-add-page-1 #linksRow .card {
  height: 75px;
  width: 200px;
  border: 1px solid #DAE1E9;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
}
#eap-bw-add-page-1 #linksRow #postHere {
  color: #22235E;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
}
#eap-bw-add-page-1 #formRow {
  height: 547px;
  border: 1px solid #DAE1E9;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  padding: 35px 102px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#eap-bw-add-page-1 #formRow #removeForm {
  padding: 0;
}
#eap-bw-add-page-1 #formRow .headlineMain {
  color: #2E3746;
  font-family: var(--eap-header-font);
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
}
#eap-bw-add-page-1 #formRow .allstars {
  text-align: center;
}
#eap-bw-add-page-1 #formRow .allstars i {
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  #eap-bw-add-page-1 .headline {
    margin-top: 0em;
    text-align: center;
  }
  #eap-bw-add-page-1 .byline {
    text-align: center;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 425px) {
  #eap-bw-add-page-1 h2.headline {
    font-size: 1em;
  }
  #eap-bw-add-page-1 h3.byline {
    font-size: 0.9em;
  }
  #eap-bw-add-page-1 #starsRow {
    height: 300px;
  }
  #eap-bw-add-page-1 #starsRow .starGroup i {
    font-size: 33px;
  }
  #eap-bw-add-page-1 #formRow {
    padding: 0;
  }
  #eap-bw-add-page-1 #formRow .headlineMain {
    font-size: 1em;
    text-align: center;
    margin-top: -27px;
  }
}