@charset "UTF-8";
html, body {
  padding: 0;
  margin: 0;
  color: #333;
  min-width: 380px; }

img {
  max-width: 100%; }

hr {
  height: 1px;
  border: 0;
  background-color: #ddd;
  margin-bottom: 50px; }

h1 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 3em; }

h2 {
  font-size: 2.3em;
  margin: 0 0 30px 0; }

h3 {
  font-size: 1.8em;
  margin: 20px 0 20px 0; }

h4 {
  font-size: 1.2em;
  margin: 5px 0 5px 0; }

p {
  font-size: 1.3em;
  line-height: 1.4em;
  color: #888; }

nav {
  padding: 30px 0; }
  nav svg {
    fill: #F40310;
    height: 35px; }

section {
  padding: 60px 0; }

form {
  max-width: 100%; }
  @media (min-width: 768px) {
    form {
      display: flex;
      max-width: 500px;
      margin: 0 auto; } }
  form input[type="email"] {
    border: 1px solid #ddd;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      form input[type="email"] {
        flex-grow: 1;
        flex-shrink: 1;
        width: 100%; } }
    @media (min-width: 768px) {
      form input[type="email"] {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      form input[type="email"], form input[type="email"]:focus {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px; } }
    form input[type="email"]:focus {
      box-shadow: 0 0 5px 0 #F40310;
      outline: none; }
  form input[type="submit"] {
    border-radius: 30px; }
    @media (min-width: 768px) {
      form input[type="submit"] {
        border-radius: 0;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px; } }
    form input[type="submit"]:hover {
      background: #db030e; }

.button a, input[type="submit"], input[type="email"] {
  border: 0;
  padding: 15px 40px;
  box-sizing: content-box;
  font-size: 1em;
  font-weight: 100; }

.button a, input[type="submit"] {
  background: #F40310;
  color: #fff;
  cursor: pointer;
  font-weight: bold; }

.button a {
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  transition: 200ms ease-in background; }
  .button a:hover {
    background: #db030e; }

.container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 50px 30px;
  box-sizing: border-box; }

header {
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    header .container {
      display: flex; }
    header .column {
      flex: 1; }
      header .column img {
        max-width: none;
        width: 120%; }
      header .column:first-child {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 50px; } }
  header img {
    margin: 0 auto;
    display: block;
    max-width: 100%; }

header .container, nav .container {
  padding-top: 0;
  padding-bottom: 0; }

.donate {
  text-align: center; }

nav .button {
  position: absolute;
  right: 35px;
  top: 4px; }

.thirds {
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .thirds {
      display: flex;
      flex-wrap: wrap; } }
  .thirds li {
    box-sizing: border-box;
    margin: 70px 0px;
    width: 100%;
    border-radius: 3px;
    padding: 0 30px 25px 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .thirds li {
        width: 30%;
        margin: 1em 15px; } }
    .thirds li .image {
      display: inline-block;
      line-height: 0;
      background: white;
      margin-top: -40px;
      padding: 10px;
      box-shadow: 2px 7px 39px 9px #f7f7f7;
      border-radius: 50px; }
    .thirds li p {
      font-size: 1.1rem; }
    .thirds li svg {
      fill: #F40310;
      padding: 5px; }

blockquote {
  padding: 0;
  margin: 120px 0 70px 0;
  position: relative; }
  blockquote .quote {
    padding: 30px 50px;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 3px;
    position: relative;
    font-size: 1.3em;
    text-align: center;
    box-shadow: 0 20px 100px 0 rgba(0, 0, 0, 0.1);
    color: #000;
    font-style: italic; }
    blockquote .quote::before {
      content: "\201C";
      font-family: Georgia, serif;
      font-size: 90px;
      font-weight: bold;
      color: #F40310;
      position: absolute;
      left: 0;
      top: -6px;
      text-align: center;
      width: 100%; }
    blockquote .quote::after {
      content: "";
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: -30px;
      border-width: 30px 30px 0;
      border-style: solid;
      border-color: #ffffff transparent;
      display: block;
      width: 0; }
  blockquote .meta {
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 999;
    top: 35px; }
    blockquote .meta .author {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 10px; }
  blockquote .image {
    display: inline-block;
    width: 70px;
    margin: 0 0 0 15px;
    vertical-align: middle; }
    blockquote .image img {
      max-width: 100%;
      border-radius: 200px; }

.newsletter {
  padding: 100px 0; }

footer {
  background: #000;
  padding: 40px 0; }
  footer, footer a {
    color: #8e8e8e; }
  footer a:hover {
    color: #fff; }
    footer a:hover svg {
      fill: #fff; }
  footer p {
    margin: 0;
    padding: 0; }
  footer p, footer address {
    font-size: .9em; }
  footer svg {
    fill: #8e8e8e;
    height: 20px;
    position: relative;
    top: 4px; }
  footer a {
    text-decoration: none; }
    footer a svg:hover {
      fill: #fff; }

.copyright {
  padding: 5px 0;
  margin: 0;
  background: #000;
  text-align: center;
  font-size: .8em; }
  .copyright a {
    color: #8e8e8e;
    text-decoration: none; }
    .copyright a:hover {
      color: #fff; }

.posts {
  margin: 0 -20px; }
  @media (min-width: 768px) {
    .posts {
      display: flex; } }
  .posts .post {
    flex: 1;
    border: 1px solid #eee;
    margin: 0 0 50px 0;
    background: #fff;
    border-radius: 3px; }
    @media (min-width: 768px) {
      .posts .post {
        margin: 0 20px; } }
    .posts .post .image {
      height: 200px;
      background-position: center;
      background-size: cover;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px; }
    .posts .post .post-content {
      padding: 20px; }
    .posts .post .date {
      color: #ccc;
      font-weight: bold;
      font-size: 1.1rem; }
    .posts .post h3 {
      font-size: 1.5rem; }
    .posts .post p {
      font-size: 1.1rem; }

.post-title h3 {
  margin: 0; }
.post-title .date {
  padding: 0;
  margin: 0;
  font-size: .8em;
  color: #888; }

.editor-link {
  display: none;
  margin-top: 0; }
  .editor-link .btn {
    border: 0;
    border-radius: 2px;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    font-size: 2rem;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0;
    font-size: 18px;
    cursor: pointer;
    background-color: #f7e064;
    color: #333;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); }
    .editor-link .btn:hover {
      background-color: #f4d525;
      color: #333; }

.darker {
  background: #f8fafb;
  padding: 60px 0; }

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

@font-face {
  font-family: 'LektonCodeRegular';
  src: url("../fonts/Lekton/Lekton-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'LektonCodeRegular', sans-serif, monospace;
  scroll-behavior: smooth; }

#banner img,
img.feature {
  width: 100%; }

li {
  font-size: 1.3em;
  padding: 0.4em 0; }

header, footer {
  position: relative;
  bottom: 0;
  float: none; }

footer ul {
  list-style: none;
  padding: 0; }
footer a {
  text-decoration: underline; }

nav {
  font-size: 1.3em;
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    nav {
      text-align: left; } }
  nav a {
    text-decoration: none; }
  nav img {
    max-height: 75px; }
  nav .pull-right {
    display: block;
    margin-top: 1em; }
    nav .pull-right a {
      color: #F40310;
      text-align: center;
      margin-top: 1em;
      border: 1px solid red;
      border-radius: 10px;
      padding: .3em 1em; }
      nav .pull-right a:hover {
        background-color: #F40310;
        color: white; }
    @media (min-width: 768px) {
      nav .pull-right {
        float: right;
        text-align: right;
        display: block; } }

a.faq {
  display: inline-block;
  color: gray;
  text-align: center;
  border: 1px solid gray;
  border-radius: 10px;
  padding: 0.4em 0.4em;
  font-size: 0.5em;
  vertical-align: top;
  text-decoration: none;
  font-weight: bold; }
  a.faq:hover {
    background-color: gray;
    color: white; }

.social a {
  color: black;
  margin-right: 1em; }
  .social a.active {
    color: black;
    text-decoration: underline; }
  .social a:hover {
    color: black;
    text-decoration: underline; }
  .social a:last-child {
    margin: 0; }

.section {
  margin-top: 50px;
  margin-bottom: 50px; }

h1 {
  text-align: center; }

.headshot img {
  height: 200px; }

.circular {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px; }

@media (min-width: 768px) {
  .intro {
    padding: 5em; } }

.quote {
  background-color: #cff;
  padding: 15px; }
  @media (min-width: 768px) {
    .quote .row {
      display: flex;
      align-items: center; } }

.support-button {
  text-align: center; }
  .support-button input[type="submit"] {
    border-radius: 30px; }

a {
  color: black;
  text-decoration: underline; }

a:hover {
  color: black; }

header a:first-child {
  text-decoration: none; }

.signup-mailing, #sponsor {
  text-align: center; }

#sponsor form {
  margin: 2em 0;
  display: inline-block; }
#sponsor p {
  width: 80%;
  margin: 0 auto; }

.viewmore {
  display: block;
  padding-top: 1em;
  color: #F40310;
  text-align: center; }

.affiliations {
  margin: 0;
  padding: 0;
  text-align: center; }
  .affiliations ul {
    display: block;
    text-align: center;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .affiliations ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; } }
  .affiliations li {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    margin: 0 0 2em 0; }
    @media (min-width: 768px) {
      .affiliations li {
        margin: 2em; } }
  .affiliations a {
    text-decoration: none; }
  .affiliations svg {
    fill: black; }
    .affiliations svg path {
      fill: black !important; }
  .affiliations img {
    height: 4em; }

.red {
  color: #D43E37; }

.black {
  color: black; }

hr {
  margin: 0; }
  @media (min-width: 768px) {
    hr {
      margin: 0; } }

.affiliations {
  text-align: center; }
  .affiliations ul {
    padding: 0; }

#banner h2 {
  text-align: center;
  margin-top: 0.5em;
  font-size: 3em; }
  #banner h2 a {
    text-decoration: none; }
    #banner h2 a:hover {
      background-color: black;
      color: white; }

#who {
  margin-top: 2em; }
  #who .big-text {
    font-size: 2.5em;
    line-height: 1.2em;
    color: #000; }
    @media (min-width: 768px) {
      #who .big-text {
        font-size: 3em; } }
  #who p {
    font-size: 1.8em;
    margin-top: 1.5em;
    line-height: 1.4em; }

#projects {
  margin: 0 auto; }

form .button {
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  transition: 0ms ease-in background;
  background: #F40310;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  border: 0;
  padding: 15px 40px;
  box-sizing: content-box;
  font-size: 1em;
  margin: auto; }
  form .button:hover {
    background: #000000;
    text-decoration: none; }

.signup-mailing {
  padding: 15px 15px 30px 15px; }

.news a, .press a {
  text-decoration: none; }
.news a:hover, .press a:hover {
  background: black;
  color: white; }
.news small, .press small {
  color: #aaa; }
.news a.viewmore:hover, .press a.viewmore:hover {
  background: white;
  color: black;
  text-decoration: underline; }

.text-center {
  text-align: center;
  display: block; }

.text-right {
  text-align: right;
  display: block; }

img.feature {
  margin-bottom: 2em; }

.grayback {
  background: #ddd; }

@media (min-width: 768px) {
  #who .big-text {
    font-size: 2.5em;
    text-align: center; } }
