/*
Theme Name:     Nonprofit Quarterly
Description:    Largo Child theme for Nonprofit Quarterly
Author:         INN
Template:       largo-dev
Version:        0.1
*/

/* This file is not enqueued. Largo enqueues it, and NPQ dequeues it in functions.php.
 * The reason for this is because this file is empty.
 * Add your styles to the LESS files in /less.
 *
 * @since 2015-09-30
 * @see HELPDESK-341
 */

.gtc-list {
  counter-reset: gtc;
  margin-left: 0px;
}
a.gtc-link::before {
  counter-increment: gtc;
  content: counter(gtc) ". ";
}

a.gtc-link {
  color: #434f5a;
  font-family: "proxima", "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
}