/*
 * --- Primary Colors ---
 */
/*
 * --- Informational Colors ---
 *
 * Use these colors for alerts or informational text.
 */
/*
 * --- Supporting Colors ---
 *
 * These colors would primarily be used with text.
 */
/*
 * --- Feature Colors ---
 *
 * Colors used primarily in the dashboard to brand distribution channels
 */
/*
 * --- Background Colors ---
 */
/*
* --- Gradients ---
 */
/*
 * --- Text Colors ---
 *
 * When using text on a light background stick to Black or Slate.
 * Use White or Light Gray on dark backgrounds. Silver is reserved
 * for disabled states.
 */
/*
 * --- Original ---
 *
 * This is our original color variables. Some have been updated
 * to use the new color variables for StockBlocks and some of the
 * non standard variables are being left as is.
 */
#submission-requirements h3 {
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
  margin-top: -70px;
  padding-top: 120px;
}
#submission-requirements h4 {
  font-size: 24px;
  margin-top: -90px;
  padding-top: 120px;
}
#submission-requirements .toc-header {
  margin-top: unset;
  padding-top: unset;
}
#submission-requirements h5 {
  font-size: 20px;
  margin-top: 30px;
}
#submission-requirements img {
  display: block;
  margin: 20px auto 20px auto;
  border-bottom: 1px solid #eee;
}
#submission-requirements table {
  border-bottom: 1px solid #444;
}
#submission-requirements td {
  border-bottom: 1px solid #444;
  padding: 8px;
}

@media (max-width: 767px) {
  #submission-requirements h3 {
    margin-top: -50px;
    padding-top: 80px;
  }
  #submission-requirements h4 {
    margin-top: -40px;
    padding-top: 60px;
  }
}
