/* 
    SASS Document 
    Name: main.scss 
    Author: Mike Kilmer <mike_kilmer@wgbh.org>
    Version: 1.0
*/
/* line 1, _reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 23, _reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 28, _reset.scss */
body {
  line-height: 1;
}

/* line 32, _reset.scss */
ol, ul {
  list-style: none;
}

/* line 36, _reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, _reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 46, _reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 51, _reset.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* ----------------------- */
/* Generic Styles 
/* ----------------------- */
/* line 14, main.scss */
body {
  font-family: 'Cabin', sans-serif;
}
/* line 17, main.scss */
body.unfix {
  position: relative;
  padding-top: 75px;
}
/* line 21, main.scss */
body.unfix .gradient-overlay {
  min-height: 620px;
}
/* line 25, main.scss */
body.unfix .hero {
  min-height: 620px;
  position: relative;
}
@media (max-height: 420px) {
  /* line 30, main.scss */
  body.unfix .hero .content {
    position: relative;
    width: 75%;
    margin: 0 auto;
    padding: 30px 0;
    left: auto;
    top: auto;
    transform: translate(0, 0);
  }
  /* line 39, main.scss */
  body.unfix .hero .content .message {
    opacity: 1 !important;
  }
}

/* line 48, main.scss */
.wrapper {
  max-width: 1300px;
  width: 95%;
  position: relative;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 48, main.scss */
  .wrapper {
    width: 90%;
  }
}

/* line 60, main.scss */
b, strong {
  color: #2092cd;
  font-weight: 600;
}

/* line 65, main.scss */
i {
  font-style: italic;
}

/* line 69, main.scss */
p {
  display: block;
  margin: 15px 0;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  /* line 69, main.scss */
  p {
    font-size: 18px;
  }
}

/* line 82, main.scss */
section {
  display: block;
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 30px 0;
}

/* ----------------------- */
/* Navigation 
/* ----------------------- */
/* line 94, main.scss */
nav {
  display: block;
  position: fixed;
  width: 100%;
  height: 75px;
  background-color: #000;
  color: #fff;
  top: 0;
  z-index: 10;
  font-size: 16px;
  font-weight: 500;
}
/* line 106, main.scss */
nav .nav {
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  /* line 106, main.scss */
  nav .nav {
    max-width: 100%;
  }
}
/* line 115, main.scss */
nav .title {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  line-height: 75px;
}
@media (max-width: 768px) {
  /* line 115, main.scss */
  nav .title {
    margin-left: 5%;
  }
}
/* line 128, main.scss */
nav .mobile-trigger {
  display: none;
  padding-top: 27px;
  float: right;
}
@media (max-width: 768px) {
  /* line 128, main.scss */
  nav .mobile-trigger {
    display: block;
    margin-right: 5%;
  }
}
/* line 138, main.scss */
nav .mobile-trigger span {
  display: block;
  border-top: 2px solid #fff;
  width: 30px;
  margin-bottom: 7px;
}
/* line 145, main.scss */
nav .mobile-trigger i {
  display: none;
  font-style: normal;
}
/* line 151, main.scss */
nav .mobile-trigger.open span {
  display: none;
}
/* line 155, main.scss */
nav .mobile-trigger.open i {
  display: block;
  font-size: 40px;
  font-weight: 100;
  line-height: 13px;
  font-family: sans-serif;
}
/* line 165, main.scss */
nav ul.main-nav {
  display: block;
  list-style-type: none;
  margin: 0;
  float: right;
}
@media (min-width: 769px) {
  /* line 165, main.scss */
  nav ul.main-nav {
    display: block !important;
  }
}
@media (max-width: 768px) {
  /* line 165, main.scss */
  nav ul.main-nav {
    display: none;
    float: none;
    top: 75px;
    position: absolute;
    left: 0;
    right: 0;
  }
}
/* line 184, main.scss */
nav ul.main-nav li {
  padding: 0;
  margin: 0;
  margin-right: 40px;
  float: left;
  display: block;
}
@media (max-width: 768px) {
  /* line 184, main.scss */
  nav ul.main-nav li {
    float: none;
    width: 100%;
    background-color: #293142;
    padding-left: 5%;
    border-color: #fff;
  }
}
/* line 199, main.scss */
nav ul.main-nav li a {
  display: block;
  line-height: 75px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 208, main.scss */
nav ul.main-nav li:last-child {
  margin-right: 0;
}

/* line 214, main.scss */
footer {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #000;
  color: #fff;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
}
/* line 225, main.scss */
footer .footer {
  max-width: 90%;
  display: block;
  margin: 0 auto;
  line-height: 60px;
  text-align: center;
}
@media (max-width: 460px) {
  /* line 225, main.scss */
  footer .footer {
    font-size: 11px;
  }
}

/* ----------------------- */
/* Hero 
/* ----------------------- */
@keyframes hero-transition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 252, main.scss */
.hero {
  top: 0;
  position: relative;
  background-image: url(../images/hero-header.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
/* line 262, main.scss */
.hero .gradient-overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  background-image: linear-gradient(to bottom, #182649 0%, #182649 6%, #4983b6 56%, #a89467 67%, #a89467 71%, #815141 84%, #815141 84%, #293142 96%, #293142 100%);
  opacity: 0;
  z-index: 0;
}
/* line 271, main.scss */
.hero .gradient-overlay.animate {
  animation-name: hero-transition;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  opacity: 1;
}
/* line 279, main.scss */
.hero .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 80%;
  z-index: 1;
}
/* line 288, main.scss */
.hero .content .gbh {
  display: block;
  margin: 60px auto;
  width: 220px;
  height: auto;
  opacity: 0.75;
}
@media (max-width: 600px) {
  /* line 288, main.scss */
  .hero .content .gbh {
    margin: 30px auto;
    width: 200px;
  }
}
/* line 301, main.scss */
.hero .content .title {
  max-width: 700px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* line 309, main.scss */
.hero .content .scroll-down {
  display: block;
  padding: 10px;
  text-align: center;
  margin: 30px auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
  transition: opacity 0.5s;
  opacity: 0;
  cursor: pointer;
}
/* line 322, main.scss */
.hero .content .scroll-down span {
  margin-top: 10px;
}
/* line 326, main.scss */
.hero .content .scroll-down.animate {
  animation-name: hero-transition;
  animation-duration: 1s;
  opacity: 1;
}
/* line 333, main.scss */
.hero .content .arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 30px;
  height: 30px;
  margin: 5px 20px;
}
/* line 344, main.scss */
.hero .content .message {
  width: 100%;
  display: block;
  margin: 30px auto;
  opacity: 0;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  max-width: 700px;
}
/* line 355, main.scss */
.hero .content .message.animate {
  animation-name: hero-transition;
  animation-duration: 3s;
  opacity: 1;
}
@media (max-width: 600px) {
  /* line 344, main.scss */
  .hero .content .message {
    font-size: 16px;
  }
}

/* ----------------------- */
/* Presidents Message
/* ----------------------- */
/* line 372, main.scss */
#presidents-message {
  padding-top: 75px;
}
@media (max-width: 768px) {
  /* line 372, main.scss */
  #presidents-message {
    padding-top: 0;
  }
}
/* line 379, main.scss */
#presidents-message .intro {
  margin: 30px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-column-gap: 5%;
  grid-auto-flow: row;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  /* line 379, main.scss */
  #presidents-message .intro {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }
}
/* line 394, main.scss */
#presidents-message .intro .photo,
#presidents-message .intro .title {
  position: relative;
  height: auto;
  float: left;
  width: 45%;
}
@supports (display: grid) {
  /* line 394, main.scss */
  #presidents-message .intro .photo,
  #presidents-message .intro .title {
    display: inline-grid;
    width: auto;
  }
}
/* line 406, main.scss */
#presidents-message .intro .photo img,
#presidents-message .intro .title img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 394, main.scss */
  #presidents-message .intro .photo,
  #presidents-message .intro .title {
    float: none;
  }
}
/* line 416, main.scss */
#presidents-message .intro .title {
  margin-right: 5%;
}
@supports (display: grid) {
  /* line 416, main.scss */
  #presidents-message .intro .title {
    align-items: end;
    margin-right: 0;
    clear: both;
  }
}
@media (max-width: 768px) {
  /* line 416, main.scss */
  #presidents-message .intro .title {
    margin-top: 30px;
    grid-row: 2;
    width: 100%;
  }
}
/* line 432, main.scss */
#presidents-message .intro .photo {
  width: 50%;
  clear: right;
}
@supports (display: grid) {
  /* line 432, main.scss */
  #presidents-message .intro .photo {
    width: auto;
    align-items: end;
    clear: none;
  }
}
@media (max-width: 768px) {
  /* line 444, main.scss */
  #presidents-message .intro .photo {
    width: 111%;
    left: -5.5%;
    grid-row: 1;
  }
}
/* line 452, main.scss */
#presidents-message .signatures {
  display: block;
  margin: 50px 0 0;
}
/* line 456, main.scss */
#presidents-message .signatures p {
  display: block;
  float: left;
  width: 50%;
  margin: 10px 0;
  font-size: 26px;
}
/* line 463, main.scss */
#presidents-message .signatures p .title {
  color: #2092cd;
}
/* line 467, main.scss */
#presidents-message .signatures p .signature {
  height: auto;
  display: block;
}
@media (max-width: 1200px) {
  /* line 456, main.scss */
  #presidents-message .signatures p {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  /* line 456, main.scss */
  #presidents-message .signatures p {
    float: none;
    width: 100%;
    font-size: 20px;
    text-align: left;
  }
  /* line 482, main.scss */
  #presidents-message .signatures p .signature {
    max-width: 300px;
  }
}

/* ----------------------- */
/* Stories
/* ----------------------- */
/* line 494, main.scss */
.sub-section {
  margin: 0 0 100px;
}
@media (max-width: 768px) {
  /* line 494, main.scss */
  .sub-section {
    margin: 0 0 50px;
  }
}
/* line 501, main.scss */
.sub-section .section-hero {
  display: block;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
}
/* line 511, main.scss */
.sub-section .section-hero .hero-image {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 440px) {
  /* line 511, main.scss */
  .sub-section .section-hero .hero-image {
    display: none;
  }
}
@media (max-width: 600px) {
  /* line 524, main.scss */
  .sub-section .section-hero .wrapper {
    width: 100%;
  }
  /* line 528, main.scss */
  .sub-section .section-hero:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 70px 70px;
    border-color: transparent transparent #fff transparent;
  }
}
@media (max-width: 440px) {
  /* line 501, main.scss */
  .sub-section .section-hero {
    height: 200px;
  }
}
/* line 545, main.scss */
.sub-section .section-hero .bg {
  background-color: #fff;
  padding: 0 0 35px 35px;
  position: absolute;
  left: 0px;
  top: -65px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 545, main.scss */
  .sub-section .section-hero .bg {
    /* IE10+ CSS styles go here */
    width: 50%;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 768px), (-ms-high-contrast: active) and (max-width: 768px) {
  /* line 545, main.scss */
  .sub-section .section-hero .bg {
    width: auto;
  }
}

@media (max-width: 960px) {
  /* line 545, main.scss */
  .sub-section .section-hero .bg {
    top: -51px;
    padding: 0 0 25px 25px;
  }
}
@media (max-width: 768px) {
  /* line 545, main.scss */
  .sub-section .section-hero .bg {
    top: -37px;
    padding: 0 0 15px 15px;
  }
}
@media (max-width: 600px) {
  /* line 545, main.scss */
  .sub-section .section-hero .bg {
    padding: 10px 30px;
    width: auto;
    height: 50px;
    top: -80px;
    left: -5px;
  }
}
/* line 579, main.scss */
.sub-section .section-hero .bg img {
  display: block;
  width: auto;
  height: 90px;
}
@media (max-width: 960px) {
  /* line 579, main.scss */
  .sub-section .section-hero .bg img {
    height: 70px;
  }
}
@media (max-width: 768px) {
  /* line 579, main.scss */
  .sub-section .section-hero .bg img {
    height: 50px;
  }
}
@media (max-width: 600px) {
  /* line 579, main.scss */
  .sub-section .section-hero .bg img {
    margin: 0 auto;
    height: 50px;
    width: auto;
    max-width: 100%;
  }
}
/* line 600, main.scss */
.sub-section .section-hero .bg:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 90px solid transparent;
  border-left: 80px solid #fff;
  background: transparent;
  position: absolute;
  left: 100%;
  bottom: 0;
}
@media (max-width: 500px) {
  /* line 600, main.scss */
  .sub-section .section-hero .bg:after {
    display: none;
  }
}
/* line 620, main.scss */
.sub-section .content {
  position: relative;
  margin: 60px 0;
}
@media (max-width: 768px) {
  /* line 620, main.scss */
  .sub-section .content {
    margin: 30px 0;
  }
}
@supports (display: grid) {
  /* line 620, main.scss */
  .sub-section .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-column-gap: 5%;
    grid-auto-flow: row;
  }
  @media (max-width: 768px) {
    /* line 620, main.scss */
    .sub-section .content {
      grid-template-columns: 1fr;
    }
  }
}
/* line 640, main.scss */
.sub-section .content .column {
  display: block;
  width: 45%;
  margin-right: 4%;
  float: left;
}
/* line 646, main.scss */
.sub-section .content .column:nth-child(2) {
  margin-right: none;
}
@supports (display: grid) {
  /* line 640, main.scss */
  .sub-section .content .column {
    width: auto;
    margin-right: 0;
    display: grid-item;
  }
  /* line 655, main.scss */
  .sub-section .content .column:after, .sub-section .content .column:before {
    content: none;
  }
}
@media (max-width: 768px) {
  /* line 640, main.scss */
  .sub-section .content .column {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
/* line 667, main.scss */
.sub-section .content a {
  color: #2092cd;
  font-weight: 600;
  text-decoration: none;
}
/* line 673, main.scss */
.sub-section .content h2 {
  font-wight: 600;
  font-size: 29px;
  color: #b4573a;
}
/* line 679, main.scss */
.sub-section .content .bolded {
  color: #00416b;
  font-weight: 700;
}
/* line 684, main.scss */
.sub-section .content .top-image {
  margin-top: 50px;
  width: 100%;
}
/* line 689, main.scss */
.sub-section .content .bordered {
  border-top: 1px solid #00416b;
  border-bottom: 1px solid #00416b;
  padding: 10px 0;
  margin: 30px 0;
}
/* line 695, main.scss */
.sub-section .content .bordered img {
  display: block;
  width: 100%;
}
/* line 699, main.scss */
.sub-section .content .bordered img.desktop {
  display: block;
}
/* line 703, main.scss */
.sub-section .content .bordered img.mobile {
  display: none;
}
@media (max-width: 420px) {
  /* line 708, main.scss */
  .sub-section .content .bordered img.desktop {
    display: none;
  }
  /* line 712, main.scss */
  .sub-section .content .bordered img.mobile {
    display: block;
  }
}
/* line 719, main.scss */
.sub-section .content .photo-wrapper {
  margin: 30px 0;
}
/* line 722, main.scss */
.sub-section .content .photo-wrapper img {
  display: block;
  float: left;
  margin-right: 5%;
  width: 47.5%;
}
/* line 728, main.scss */
.sub-section .content .photo-wrapper img:last-child {
  margin-right: 0;
}
/* line 735, main.scss */
.sub-section .content .quotes .quote {
  line-height: 1.5;
  margin-bottom: 40px;
  color: #b4573a;
}
/* line 740, main.scss */
.sub-section .content .quotes .quote blockquote {
  font-size: 23px;
  margin-bottom: 20px;
  font-weight: 500;
  font-style: italic;
}
/* line 746, main.scss */
.sub-section .content .quotes .quote blockquote span {
  display: none;
}
/* line 751, main.scss */
.sub-section .content .quotes .quote .author {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 400;
  display: block;
}
/* line 758, main.scss */
.sub-section .content .quotes .quote .read-more {
  clear: both;
  font-weight: 600;
  color: #dcb09f;
  text-transform: uppercase;
  cursor: pointer;
  display: none;
}

/* Expanding Perspectives */
/* line 773, main.scss */
.expand-pers {
  padding-top: 150px;
}
@media (max-width: 768px) {
  /* line 773, main.scss */
  .expand-pers {
    padding-top: 75px;
  }
}
@media (max-width: 600px) {
  /* line 780, main.scss */
  .expand-pers .section-hero {
    background-image: url(../images/expand-pers-header.png);
  }
}

/* Illuminating the Story */
/* line 789, main.scss */
.illum-story {
  margin-top: 200px;
}
@media (max-width: 768px) {
  /* line 789, main.scss */
  .illum-story {
    margin-top: 150px;
  }
}
@media (max-width: 600px) {
  /* line 796, main.scss */
  .illum-story .section-hero {
    background-image: url(../images/illum-story-header.png);
  }
}

/* Revealing the Unknown */
/* line 805, main.scss */
.reveal-unknown {
  margin-top: 200px;
}
@media (max-width: 768px) {
  /* line 805, main.scss */
  .reveal-unknown {
    margin-top: 150px;
  }
}
@media (max-width: 600px) {
  /* line 812, main.scss */
  .reveal-unknown .section-hero {
    background-image: url(../images/revel-unknown-header.png);
  }
}

/* Building the Future */
/* line 821, main.scss */
.build-future {
  margin-top: 200px;
}
@media (max-width: 768px) {
  /* line 821, main.scss */
  .build-future {
    margin-top: 150px;
  }
}
@media (max-width: 600px) {
  /* line 828, main.scss */
  .build-future .section-hero {
    background-image: url(../images/build-future-header.png);
  }
}

/* --------------------------------------------
/* Overview
/* -------------------------------------------- */
/* line 839, main.scss */
#overview {
  padding-top: 75px;
  background-image: linear-gradient(to bottom, #3D77A6 0%, #12151e 100%);
}
/* line 843, main.scss */
#overview .grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: grid;
}
@media (max-width: 768px) {
  /* line 843, main.scss */
  #overview .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 640px) {
  /* line 843, main.scss */
  #overview .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@supports (display: grid) {
  /* line 859, main.scss */
  #overview .grid:after, #overview .grid:before {
    content: none;
  }
}
/* line 865, main.scss */
#overview .grid .brand {
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.5s;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  height: auto;
  width: calc( 16.6% - 10px);
  margin: 5px;
  float: left;
}
@supports (display: grid) {
  /* line 865, main.scss */
  #overview .grid .brand {
    width: auto;
    margin: 0;
  }
}
@media (max-width: 768px) {
  /* line 865, main.scss */
  #overview .grid .brand {
    width: calc( 20% - 10px);
  }
  @supports (display: grid) {
    /* line 865, main.scss */
    #overview .grid .brand {
      width: auto;
    }
  }
}
@media (max-width: 640px) {
  /* line 865, main.scss */
  #overview .grid .brand {
    width: calc( 33% - 10px);
  }
  @supports (display: grid) {
    /* line 865, main.scss */
    #overview .grid .brand {
      width: auto;
    }
  }
}
/* line 897, main.scss */
#overview .grid .brand:hover {
  background-color: rgba(255, 255, 255, 0);
}
/* line 901, main.scss */
#overview .grid .brand img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------------------------
/* Links
/* ------------------------------------ */
/* line 914, main.scss */
#pre-footer {
  background-image: url(../images/footer-bg.jpg);
  background-color: #12151e;
  background-position: center top;
  background-size: inherit;
  background-repeat: repeat-x;
  height: 760px;
  padding: 30px 0 0;
}
/* line 923, main.scss */
#pre-footer .link-grid {
  color: #fff;
  width: 100%;
  max-width: 500px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  top: 100px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 600px) {
  /* line 923, main.scss */
  #pre-footer .link-grid {
    grid-template-columns: 1fr;
  }
}
/* line 937, main.scss */
#pre-footer .link-grid div {
  display: grid-item;
  text-align: center;
  font-size: 19px;
}
@media (max-width: 600px) {
  /* line 937, main.scss */
  #pre-footer .link-grid div {
    grid-column: 1 / span 3;
  }
}
/* line 946, main.scss */
#pre-footer .link-grid div h2 {
  font-size: 48px;
  margin-bottom: 40px;
}
@media (max-width: 440px) {
  /* line 946, main.scss */
  #pre-footer .link-grid div h2 {
    font-size: 38px;
  }
}
/* line 955, main.scss */
#pre-footer .link-grid div a {
  display: block;
  text-decoration: none;
  color: #f7922a;
  margin: 10px 0;
  font-weight: 500;
}
/* line 964, main.scss */
#pre-footer .link-grid div:first-child {
  grid-column: 1 / span 3;
}
