.comment-links,
.comment-post {
  border-top: 1px solid #dadada;
  padding-top: 16px;
}
.comment-post {
  margin-bottom: 16px;
}
.comment-links,
.comment-links a {
  /*width: 704px;
  height: 28px;
  margin: 16px 0 0;
  font-family: 'Fira Sans';
  font-stretch: normal;
  font-style: normal;
  */
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.69px;
  color: #000000;
}

.comment-links a {
  font-weight: 800;
  color: var(--twilight-blue);
  color: #074386;
}
.comment-post h1 {
  margin: 16px 0 24px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.55px;
  color: var(--rouge);
  color: #bf0e2e;
}
.comment-post h3 {
  margin-bottom: 8px;
}
.comment-post h2,
.comment-post h3 a{
  /*width: 704px;
  height: 26px;
  margin: 0 0 16px;
  font-family: FiraSans;
  font-stretch: normal;
  font-style: normal;
  */
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.45px;
  color: #000000;
  margin: 0;
  margin: 16px 0;
}

.comment-post .filter-wrapper,
.comment-post #edit-preview {
  display: none;
}
.comment-post .form-actions {
  margin-top: 24px;
}
.comment-post .form-submit {
  /*width: 704px;
  height: 48px;
  padding: 12px 24px;
  border-radius: 4px;
  margin: 24px 0 0;
  */
  border: solid 1px var(--twilight-blue);
  border: solid 1px #074386;
  background-color: #ffffff;
  color: var(--twilight-blue);
  color: #074386;
}
.comment-post .form-submit .glyphicon-ok:before {
  content: "";
}
.comment-post footer {
  background-color: transparent;
}
.comment-post footer p {
  font-family: 'Fira Sans';
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: 0.38px;
  color: #000000;
}
.comment-post p {
  margin: 0 0 16px 0;
  font-family: 'Merriweather';
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.8;
  letter-spacing: 0.38px;
  color: var(--black);
  color: #353535;
}
.comment-post .links.inline.list-inline {
  margin-bottom: 32px;
}
.comment-post li.comment-forbidden {
  display: none;
}