/*
Name: Northeast Skatepark Trust
Author: Brandon Sullivan
*/
article,
aside figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2.5em;
  margin: 0 0 0.67em;
}
h2 {
  font-size: 1.75em;
  margin: 0 0 0.83em;
}
h3 {
  font-size: 1.5em;
  margin: 0 0 0.75em;
}
h4 {
  font-size: 1.25em;
  margin: 0 0 1em;
}
h5 {
  font-size: 1em;
  margin: 0 0 1em;
}
h6 {
  font-size: 0.875em;
  margin: 0 0 1em;
}
b,
strong {
  font-weight: bold;
}
p {
  margin: 0 0 1em;
}
small {
  font-size: 80%;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
/* Variables / Mixins
--------------------------*/
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u-w4BMUTPHjxsIPy-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI9w2PHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxswWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wqPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI3wiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHh30wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #1436a3;
  color: #ffffff;
}
::selection {
  background: #1436a3;
  color: #ffffff;
}
body {
  background: #ffffff;
  color: #252525;
  font: 300 1em/1.8 'Lato', sans-serif;
}
a {
  color: #1436a3;
  font-weight: 400;
  text-decoration: underline;
}
blockquote {
  background: #e0f2ff;
  color: rgba(0, 0, 0, 0.75);
  font-size: 1.25em;
  font-style: italic;
  padding: 1em;
}
figure {
  position: relative;
}
figure img {
  display: block;
  height: auto;
  max-width: 100%;
}
hr {
  border: 0;
  border-top-width: 1px;
  border-top-style: dotted;
  margin: 2em 0;
}
hr.on-dark {
  border-top-color: rgba(255, 255, 255, 0.5);
}
hr.on-light {
  border-top-color: #b8b8b8;
}
main {
  margin: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.container {
  margin: 0 1em;
  max-width: 50rem;
}
@media (min-width: 50em) {
  .container {
    margin: 0 auto;
  }
}
#masthead {
  padding: 0.5em;
  font-size: 1.25em;
  font-weight: 900;
}
#masthead img {
  display: block;
  height: auto;
  max-width: 2em;
}
#masthead a {
  text-decoration: none;
}
#masthead .logo-group {
  align-items: center;
  display: flex;
}
#masthead .logotype {
  color: #252525;
  margin-left: 0.75em;
}
@media (min-width: 50em) {
  #masthead {
    font-size: 2em;
  }
}
#colophon {
  border-top: 1px dotted #b8b8b8;
  padding: 3em 0;
}
#colophon .social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#colophon .social li {
  margin: 0.5em;
}
#colophon .social a {
  display: block;
}
#colophon .social svg {
  display: block;
}
.btn {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  padding: 0.5em 1em;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn:before,
.btn:after {
  border: 1px solid var(--button-border-color);
  content: ' ';
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:before {
  height: 125%;
  left: -12.5%;
  top: -12.5%;
  width: 125%;
}
.btn:after {
  height: 150%;
  left: -25%;
  top: -25%;
  width: 150%;
}
.btn:hover {
  background: var(--button-hover-bg-color);
  color: var(--button-hover-text-color);
}
.btn:hover:before,
.btn:hover:after {
  height: 100%;
  left: 0;
  opacity: 1;
  top: 0;
  width: 100%;
}
.btn.with-arrow {
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.with-arrow .arrow {
  color: var(--button-text-color);
  display: inline-block;
  font-style: normal;
  opacity: 0;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.with-arrow .arrow:after {
  content: ' \2192';
}
.btn.with-arrow:hover {
  padding-right: 2em;
}
.btn.with-arrow:hover .arrow {
  color: var(--button-hover-text-color);
  opacity: 1;
  right: 0.75em;
}
section {
  padding: 5em 0;
}
.section-heading {
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (min-width: 50em) {
  .section-heading {
    font-size: 1.75em;
  }
}
#hero {
  background: center / cover url(../img/hero-northeastpark.jpg);
}
#hero .hero-title {
  color: #ffffff;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 2px 0.25em rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
@media (min-width: 50em) {
  #hero .hero-title {
    font-size: 5em;
  }
}
#who {
  background: #2e4ba7;
  position: relative;
  color: #ffffff;
}
#who:before {
  border-style: solid;
  border-width: 0 0 4em 100vw;
  border-color: transparent transparent #2e4ba7 transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: -4em;
  width: 0;
}
.leadership {
  list-style: none;
  margin: 2em 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.leader {
  margin: 0 3em 3em;
  max-width: 10em;
  text-align: center;
}
@media (min-width: 50em) {
  .leader {
    margin-bottom: 0;
  }
}
.leader-portrait {
  margin: 0 0 0.5em;
}
.leader-portrait img {
  border-radius: 50%;
}
.leader-name {
  margin: 0 0 0.25em;
}
.leader-description {
  color: rgba(255, 255, 255, 0.5);
  font: 400 0.625em/1.8 'Lato', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#timeline {
  background: #ffffff;
  position: relative;
}
#timeline:before {
  border-style: solid;
  border-width: 0 0 4em 100vw;
  border-color: transparent transparent #ffffff transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: -4em;
  width: 0;
}
.milestones-list {
  list-style: none;
  margin: 0;
  margin-left: 1rem;
  padding: 0;
}
.milestone {
  display: block;
  padding-bottom: 3em;
  padding-left: 2rem;
  position: relative;
}
.milestone:before,
.milestone:after {
  content: '';
  display: block;
  position: absolute;
}
.milestone:before {
  background: #ffffff;
  border: 1px solid #252525;
  border-radius: 50%;
  height: 1rem;
  left: -0.5rem;
  top: 0.4rem;
  width: 1rem;
  z-index: 2;
}
.milestone:after {
  border-left: 1px solid #252525;
  height: 100%;
  left: 0;
  top: 1rem;
  width: 1px;
  z-index: 1;
}
.milestone:last-child:after {
  display: none;
}
.milestone-date {
  color: rgba(0, 0, 0, 0.5);
  font: 400 0.75em/1.2 'Lato', sans-serif;
  margin: 0.25em 0 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.milestone-date:before {
  border-top: 1px solid #787878;
  content: '';
  display: block;
  height: 1px;
  left: 0.5rem;
  position: absolute;
  top: 0.86956522rem;
  width: 1rem;
}
.milestone-description {
  font-size: 1.25em;
  font-weight: 700;
}
#help {
  background: #e0f2ff;
  position: relative;
}
#help:before {
  border-style: solid;
  border-width: 0 0 4em 100vw;
  border-color: transparent transparent #e0f2ff transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: -4em;
  width: 0;
}
@media (min-width: 50em) {
  .help-row {
    align-items: stretch;
    display: flex;
    gap: 2em;
    padding: 2em 0;
  }
  .help-row .help-group {
    padding: 0;
  }
  .help-row hr {
    display: none;
  }
}
.help-group {
  padding: 2em 0;
}
.help-group:first-child {
  padding-top: 0;
}
.help-group:last-child {
  padding-bottom: 0;
}
.organizations {
  margin: 2em 0;
}
.organizations-heading {
  margin: 0 0 0.5em;
}
.organizations-list {
  margin: 0 0 1em;
}
@media (min-width: 50em) {
  .organizations-list {
    columns: 2;
    column-gap: 2em;
  }
}
.commissioners-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.commissioner {
  margin: 0 0 1.5em;
  padding: 0.5em 2em;
}
.commissioner-name {
  font-size: 1.125em;
  font-weight: 700;
  margin: 0;
}
.commissioner-title {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.7em;
  font-weight: 400;
  margin: 0 0 1em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.commissioner-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 0.875em;
  line-height: 1;
}
.commissioner-info > * {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 1em;
}
.commissioner-info > *:first-child {
  padding-left: 0;
}
.commissioner-info > *:last-child {
  border: 0;
}
@media (min-width: 50em) {
  .commissioners-list {
    display: flex;
    flex-wrap: wrap;
  }
  .commissioner {
    width: 50%;
  }
}
#sponsors {
  background: #ffffff;
  position: relative;
}
#sponsors:before {
  border-style: solid;
  border-width: 0 0 4em 100vw;
  border-color: transparent transparent #ffffff transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: -4em;
  width: 0;
}
.sponsors-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-content: center;
  flex-flow: column wrap;
}
@media (min-width: 50em) {
  .sponsors-list {
    display: grid;
    grid-template-columns: 35% 35% 30%;
    grid-template-areas: "lnena pilllar cal-surf" "lnena familia third-lair" "lnena after-hours falling-knife";
    align-items: center;
    justify-items: center;
    justify-content: initial;
    column-gap: 2em;
    row-gap: 1em;
  }
}
.sponsor {
  margin: 0 0 2em;
  max-width: 20em;
}
.sponsor a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.sponsor a:hover,
.sponsor a:focus {
  opacity: 0.5;
}
.sponsor img {
  margin: 0 auto;
}
@media (min-width: 50em) {
  .sponsor {
    margin: 0;
    max-width: auto;
  }
}
#lnena {
  grid-area: lnena;
}
#pilllar {
  grid-area: pilllar;
}
#cal-surf {
  grid-area: cal-surf;
}
#third-lair {
  grid-area: third-lair;
}
#familia {
  grid-area: familia;
}
#after-hours {
  grid-area: after-hours;
}
#falling-knife {
  grid-area: falling-knife;
}
@media (min-width: 50em) {
  #falling-knife {
    width: 8em;
  }
}
