/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, 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 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

p, ul, ol {
  margin: 0 0 1.5em;
}

ul li {
  list-style: disc outside none;
  margin: 0 0 0 1.5em;
}
ul li ul {
  margin: 0.5em 0;
}

ol li {
  list-style: decimal outside none;
  margin: 0 0 0 1.5em;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

select, input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], input[type=number], input[type=password], textarea {
  width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], input[type=number], input[type=password], textarea {
  font: normal 14px/17px sans-serif;
  padding: 8px;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.centered, .aligncenter, .centred, .aligncentre, .center, .centre {
  text-align: center;
}

/**
 * Fonts	
*/
@font-face {
  font-family: "Founders Grotesk";
  font-weight: 400;
  src: url("../../fonts/founders-grotesk-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Founders Grotesk";
  font-style: italic;
  font-weight: 400;
  src: url("../../fonts/founders-grotesk-regular-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Founders Grotesk";
  font-weight: 500;
  src: url("../../fonts/founders-grotesk-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Founders Grotesk";
  font-style: italic;
  font-weight: 500;
  src: url("../../fonts/founders-grotesk-medium-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Founders Grotesk";
  font-weight: 600;
  src: url("../../fonts/founders-grotesk-semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Founders Grotesk";
  font-style: italic;
  font-weight: 600;
  src: url("../../fonts/founders-grotesk-semibold-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Founders Grotesk";
  font-weight: 700;
  src: url("../../fonts/founders-grotesk-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Founders Grotesk";
  font-style: italic;
  font-weight: 700;
  src: url("../../fonts/founders-grotesk-bold-italic.woff2") format("woff2");
}
/*
	Colors
*/
/*
	Fonts
*/
/*
	Global
*/
body {
  background: #FFF;
  color: #000;
  font: 400 18px/140% "Founders Grotesk", sans-serif;
  text-align: center;
}

h1 {
  font: 500 78px/110% "Founders Grotesk", sans-serif;
}
h1 a {
  text-decoration: none;
}

h2, .news-title h1 {
  font: 500 48px/130% "Founders Grotesk", sans-serif;
  margin-bottom: 60px;
}
h2 a, .news-title h1 a {
  text-decoration: none;
}

.redAllCaps, h2.redAllCaps, h3.redAllCaps, h4 {
  color: #C92D1F;
  font: 600 18px/150% "Founders Grotesk", sans-serif;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.redBox, h2.redBox {
  font: 500 28px/110% "Founders Grotesk", sans-serif;
  margin-bottom: 60px;
  padding-left: 30px;
  position: relative;
}
.redBox:before, h2.redBox:before {
  background: #C92D1F;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 20px;
}

h3 {
  font: 500 28px/110% "Founders Grotesk", sans-serif;
  margin-bottom: 1em;
}
h3 a {
  text-decoration: none;
}

blockquote {
  margin: 1.5em 3em;
}
blockquote p:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration-color: #C92D1F;
  transition: all 0.2s linear;
}
a:hover {
  color: #C92D1F;
}

.wrapper {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  text-align: left;
}
.wrapper.padded {
  padding-left: 60px;
  padding-right: 60px;
}
.wrapper.padded > h2 {
  margin: 60px 0;
}

figure img {
  display: block;
  margin: 0 auto;
}

figcaption {
  margin-top: 10px;
  padding-left: 18px;
  position: relative;
}
figcaption:before {
  background: #C92D1F;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 10px;
}

.caption, figcaption {
  font: 400 16px/150% "Founders Grotesk", sans-serif;
}
.caption p, figcaption p {
  margin: 0;
}

.btn, .header-btn a, .donate-btn-mobile a, .fui-btn.fui-submit {
  background: transparent;
  border: 2px solid #C92D1F;
  border-radius: 0;
  color: #000;
  display: inline-block;
  font: 500 20px/1 "Founders Grotesk", sans-serif;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
}
.btn svg, .header-btn a svg, .donate-btn-mobile a svg, .fui-btn.fui-submit svg {
  color: #C92D1F;
  margin-left: 10px;
  position: relative;
  right: 0;
  top: 1px;
  transition: all 0.2s linear;
}
.btn:hover, .header-btn a:hover, .donate-btn-mobile a:hover, .fui-btn.fui-submit:hover {
  color: #C92D1F;
  text-decoration: none;
}
.btn:hover svg, .header-btn a:hover svg, .donate-btn-mobile a:hover svg, .fui-btn.fui-submit:hover svg {
  right: -5px;
}
.btn.btn-dl:hover svg, .header-btn a.btn-dl:hover svg, .donate-btn-mobile a.btn-dl:hover svg, .fui-btn.fui-submit.btn-dl:hover svg {
  right: 0;
  top: 5px;
}

.btn.btn-red, .header-btn a, .donate-btn-mobile a, .fui-btn.fui-submit {
  background: #C92D1F;
  color: #FFF;
}
.btn.btn-red svg, .header-btn a svg, .donate-btn-mobile a svg, .fui-btn.fui-submit svg {
  color: #FFF;
}
.btn.btn-red:hover, .header-btn a:hover, .donate-btn-mobile a:hover, .fui-btn.fui-submit:hover {
  background: #C92D1F;
  border-color: #C92D1F;
  color: #FFF;
}

.btns .btn:not(:last-child) {
  margin-right: 10px;
}

/**
 * Header	
*/
header {
  font: 500 20px/150% "Founders Grotesk", sans-serif;
}
header .wrapper {
  align-content: center;
  align-items: center;
  display: flex;
}
header .menu-toggle {
  display: none;
}
header nav {
  flex-grow: 1;
}
header nav ul {
  align-items: center;
  justify-content: flex-end;
  display: flex;
  margin: 0;
}
header nav ul li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
header nav ul ul {
  background: #FFF;
  border: 1px solid #C92D1F;
  display: none;
  margin-top: -2px;
  padding: 20px 0;
  position: absolute;
  top: 100%;
  width: 240px;
  z-index: 99;
}
header nav ul ul li {
  display: block;
  padding-bottom: 0;
}
header nav ul ul a {
  padding: 5px 30px;
}
header nav ul li.nav-programming ul {
  width: 500px;
}
header nav ul a {
  cursor: pointer;
  display: block;
  padding: 55px 15px 54px;
  text-decoration: none;
}
header nav ul a:hover {
  color: #C92D1F;
  text-decoration: underline;
}
header li.header-btn {
  margin-left: 30px;
}
header li.header-btn a {
  display: block;
}

.logo {
  flex-shrink: 0;
  width: 150px;
}

/**
 * Home	
*/
.features {
  background: #FAF6EF;
}
.features .swiper-pagination-bullets {
  bottom: 40px !important;
  width: 50% !important;
}
.features .swiper-pagination-bullet {
  background: #C92D1F;
  height: 15px;
  width: 15px;
}

.swiper {
  margin: 0 auto;
  max-width: 1440px;
}

.feature {
  display: flex;
}

.feature-text {
  display: flex;
  flex-direction: column;
  padding: 60px 60px 100px;
  text-align: left;
  width: 50%;
}
.feature-text h1 {
  color: #C92D1F;
  font: 700 57px/120% "Founders Grotesk", sans-serif;
  text-transform: uppercase;
}
.feature-text .caption {
  color: #C92D1F;
  margin-top: auto;
}
.feature-text .caption p {
  margin: 0;
}

.feature-image {
  margin: 0;
  width: 50%;
}
.feature-image img {
  display: block;
}

.big-link-list {
  margin: 0;
}
.big-link-list li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.big-link-list li:last-child {
  margin-bottom: 0;
}
.big-link-list a {
  background: #FAF6EF;
  display: flex;
  color: #C92D1F;
  font: 700 38px/120% "Founders Grotesk", sans-serif;
  padding: 40px;
  text-decoration: none;
  text-transform: uppercase;
}
.big-link-list a svg {
  margin-left: auto;
}
.big-link-list a:hover {
  background: #C92D1F;
  color: #FFF;
}

/**
 * Content	
*/
main {
  min-height: 600px;
}

.section:not(.bg-shaded) + .section:not(.bg-shaded),
.heading-text-lockup:not(.bg-shaded) + .section:not(.bg-shaded),
.image-text-lockup:not(.bg-shaded) + .section:not(.bg-shaded) {
  padding-top: 0;
}

.section:not(.bg-shaded) + .heading-text-lockup:not(.bg-shaded) .lockup-heading, .section:not(.bg-shaded) + .heading-text-lockup:not(.bg-shaded) .lockup-text {
  padding-top: 0;
}

.section {
  padding: 60px 0;
}
.section.bg-white + .section.bg-white {
  padding-top: 0;
}
.section.bg-shaded {
  background: #FAF6EF;
}

.page-header {
  padding: 80px 0;
}
.page-header.bg-shaded {
  background: #FAF6EF;
}
.page-header .redBox {
  margin-bottom: 30px;
}
.page-header.layout-withLede .wrapper {
  display: flex;
}
.page-header.layout-withLede .page-header-heading {
  width: 50%;
}
.page-header.layout-withLede .page-header-lede {
  font: 500 28px/130% "Founders Grotesk", sans-serif;
  padding: 0 0 0 60px;
  width: 50%;
}
.page-header.layout-withLede .page-header-lede p {
  margin: 0;
}
.page-header .btns {
  margin-top: 60px;
}

.columns {
  display: flex;
}
.columns div {
  width: 48%;
}
.columns div:nth-child(even) {
  margin-left: auto;
}

.larger {
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 1em;
}

blockquote {
  color: #C92D1F;
  font: 500 18px/140% "Founders Grotesk", sans-serif;
  margin: 0;
}

li p.larger {
  margin: 0;
}

strong, b {
  font-weight: 500;
}

.divider {
  background: #C92D1F;
  height: 1px;
}

.image-text-lockup.bg-shaded {
  background: #FAF6EF;
}
.image-text-lockup.bg-white .lockup-image {
  padding: 60px;
}
.image-text-lockup .wrapper {
  display: flex;
}
.image-text-lockup.img-left .lockup-text {
  order: 2;
}
.image-text-lockup.img-left .lockup-image {
  order: 1;
}

.heading-text-lockup.bg-shaded {
  background: #FAF6EF;
}
.heading-text-lockup .wrapper {
  display: flex;
}

.video-text-lockup {
  background: #FAF6EF;
}
.video-text-lockup .wrapper {
  display: flex;
}

.lockup-heading {
  flex-shrink: 0;
  padding: 60px;
  width: 50%;
}

.lockup-text {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 60px;
  width: 50%;
}
.lockup-text .btns {
  margin-top: auto;
}
.lockup-text .btns:not(:last-child) {
  margin-bottom: 1.5em;
}
.lockup-text > p:last-child, .lockup-text > .columns:last-child div p:last-child, .lockup-text .buttons:last-child .btn {
  margin-bottom: 0;
}

.logos {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  justify-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.logos a {
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 50%;
}
.logos img {
  display: block;
  margin: 0 auto;
  max-height: 80px;
  max-width: 200px;
}

.lockup-image {
  margin: 0;
}

.lockup-video {
  margin: 0;
  padding: 60px;
  width: 50%;
}

.tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.tiles li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  background: #FAF6EF;
  height: 300px;
  margin-right: 4.5454545455%;
  position: relative;
  width: 30.303030303%;
}
.tiles li:nth-child(3n+0) {
  margin-right: 0;
}
.tiles li > a {
  align-content: flex-start;
  align-items: flex-start;
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  text-decoration: none;
}
.tiles li svg {
  bottom: 0;
  color: #C92D1F;
  font-size: 36px;
  line-height: 1;
  padding: 20px;
  position: absolute;
  right: 0;
  transition: all 0.2s linear;
}
.tiles li a:hover svg {
  background: #C92D1F;
  color: #FFF;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.cards li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  background: #FAF6EF;
  margin-bottom: 40px;
  margin-right: 3.4090909091%;
  position: relative;
  width: 31.0606060606%;
}
.cards li:nth-child(3n+0) {
  margin-right: 0;
}
.cards li > a {
  align-content: flex-start;
  align-items: flex-start;
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  text-decoration: none;
}
.cards li .card-badge {
  color: #C92D1F;
  font: 600 18px/150% "Founders Grotesk", sans-serif;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.cards li h3 {
  color: #000;
  font: 500 28px/130% "Founders Grotesk", sans-serif;
  margin-bottom: 40px;
  text-transform: none;
}
.cards li img {
  margin-top: auto;
  max-height: 200px;
  max-width: 240px;
  width: auto;
}
.cards li svg {
  bottom: 0;
  color: #C92D1F;
  font-size: 36px;
  line-height: 1;
  padding: 20px;
  position: absolute;
  right: 0;
  transition: all 0.2s linear;
}
.cards li a:hover svg {
  background: #C92D1F;
  color: #FFF;
}

.pagination {
  align-content: center;
  align-items: center;
  color: #777;
  display: flex;
  font: 500 20px/140% "Founders Grotesk", sans-serif;
  margin: 20px 0;
}
.pagination a, .pagination .current {
  color: #C92D1F;
  display: inline-block;
  padding: 15px;
  text-decoration: none;
}
.pagination a:hover, .pagination .current:hover {
  color: #000;
}
.pagination .current {
  color: #000;
}

.pagination-next {
  margin-left: auto;
}
.pagination-next svg {
  margin-left: 10px;
}

.pagination-prev svg {
  margin-right: 10px;
}

.pagination-links {
  flex-grow: 1;
  text-align: center;
}

.program-listing {
  background: #FAF6EF;
  display: flex;
  margin-bottom: 40px;
  padding: 40px 60px;
}

.program-listing-meta {
  flex-shrink: 0;
  width: 48%;
}

.program-listing-description {
  flex-shrink: 0;
  margin-left: auto;
  width: 48%;
}

.program {
  display: flex;
  padding-bottom: 60px;
}

.program-description {
  margin-left: auto;
  order: 2;
  width: 53.7878787879%;
}
.program-description p + ul {
  margin-top: -1em;
}

.program-metadata {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  order: 1;
  width: 35.6060606061%;
}
.program-metadata .btns {
  margin-top: 3em;
}
.program-metadata .btns .btn {
  display: block;
  margin: 0 0 10px;
}
.program-metadata .btn-print {
  margin-top: auto;
}

.filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.filters .filter-dropdown {
  margin-right: 40px;
  width: 320px;
}

.filter-dropdown {
  position: relative;
}
.filter-dropdown .filter-name {
  background: #FFF;
  border: 1px solid #000;
  border-radius: 24px;
  color: #777;
  cursor: pointer;
  display: flex;
  padding: 15px;
}
.filter-dropdown .filter-name svg {
  color: #000;
  font-size: 24px;
  margin-left: auto;
}
.filter-dropdown .filter-name:hover {
  color: #000;
}
.filter-dropdown .filter-name.active {
  border-radius: 24px 24px 0 0;
  border-bottom: 0;
  color: #000;
}
.filter-dropdown ul {
  background: #FFF;
  border: 1px solid #000;
  border-radius: 0 0 24px 24px;
  border-width: 0 1px 1px;
  margin: 0;
  padding-bottom: 20px;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.filter-dropdown li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.filter-dropdown li.clear-all {
  border-bottom: 1px solid #000;
  display: none;
}
.filter-dropdown li.clear-all label {
  padding-bottom: 10px;
}
.filter-dropdown label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  padding: 5px 15px;
  position: relative;
}
.filter-dropdown label:hover {
  background: #FAF6EF;
}
.filter-dropdown label input {
  margin: 8px 10px 0 0;
}
.filter-dropdown label input:checked {
  accent-color: #C92D1F;
}
.filter-dropdown label svg {
  margin: 5px 10px 0 0;
}

.filter-clear {
  margin-left: auto;
}
.filter-clear a {
  color: #000;
  text-decoration: none;
}
.filter-clear a:hover {
  color: #C92D1F;
}
.filter-clear a svg {
  margin-right: 10px;
}

.staff .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.staff .staff-name, .staff .staff-contact {
  border-bottom: 1px solid #C92D1F;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  width: 50%;
}
.staff .staff-contact {
  margin-left: auto;
  padding-left: 60px;
}
.staff .staff-contact h3 {
  margin-bottom: 10px;
}
.staff .staff-contact p:last-child {
  margin: 0;
}
.staff:last-child .staff-name, .staff:last-child .staff-contact {
  border-bottom: 0;
}

.news-figure {
  margin-left: auto;
  width: 48%;
}

.news-entry {
  display: flex;
  padding: 60px 0;
}
.news-entry .news-title {
  width: 48%;
}
.news-entry .news-content {
  margin-left: auto;
  width: 48%;
}

.current-issue {
  display: flex;
}
.current-issue h2 {
  margin-bottom: 30px;
}
.current-issue .lockup-text {
  padding: 0;
  width: 40%;
}
.current-issue .lockup-text p {
  font-size: 28px;
  line-height: 130%;
  margin-bottom: auto;
  margin-top: auto;
}
.current-issue .lockup-image {
  margin-left: auto;
  padding: 0;
  width: 40%;
}

/* 
	Forms
*/
.lockup-text .fui-i {
  margin-bottom: 1.5em;
}
.lockup-text .fui-i .fui-label, .lockup-text .fui-i .fui-legend, .lockup-text .fui-i .fui-radio-label, .lockup-text .fui-i .fui-checkbox-label {
  color: #000;
  font-family: "Founders Grotesk", sans-serif;
  font-size: 18px;
  line-height: 130%;
}
.lockup-text .fui-i .fui-input {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  color: #000;
}
.lockup-text .fui-i .fui-fieldset > .fui-legend {
  color: #C92D1F;
  font-size: 21px;
}
.lockup-text .fui-i textarea.fui-input {
  border: 1px solid #000;
  height: 300px;
}
.lockup-text .fui-i ::-webkit-input-placeholder {
  color: #000;
  opacity: 0.8;
}
.lockup-text .fui-i .fui-error-message {
  color: #C92D1F;
  font-family: "Founders Grotesk", sans-serif;
}

.fui-alert {
  font-family: "Founders Grotesk", sans-serif;
}
.fui-alert p {
  font-size: 18px;
  margin: 0;
}

.error {
  color: #C92D1F;
  font-weight: 700;
}

.errors, .parsley-errors-list {
  color: #C92D1F;
  font-weight: 700;
  margin: 0;
}
.errors li, .parsley-errors-list li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  padding: 4px;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #C92D1F;
  border: 1px solid #C92D1F;
}

.required {
  color: #C92D1F;
  font-weight: 700;
  margin-left: 5px;
}

/**
 * Footer	
*/
footer {
  background: #000;
  color: #FFF;
  font-size: 18px;
  line-height: 150%;
  padding: 80px 0;
}
footer .wrapper {
  display: flex;
}
footer h3 {
  font-size: 18px;
}
footer h4 {
  color: #FFF;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 20px;
}
footer p {
  margin-bottom: 20px;
}
footer nav {
  font-weight: 500;
}
footer nav li {
  margin-bottom: 20px;
}
footer ul {
  margin: 0 0 20px;
}
footer li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
footer a {
  color: #FFF;
  text-decoration: none;
  text-decoration-color: #C92D1F;
}
footer a:hover {
  color: #FFF;
  text-decoration: underline;
  text-decoration-color: #C92D1F;
}
footer .social {
  margin-bottom: 0;
}
footer .social li {
  display: inline-block;
  font-size: 32px;
  margin-right: 20px;
}
footer .social li a {
  opacity: 0.6;
}
footer .social li a:hover {
  opacity: 1;
}
footer .fui-i .fui-input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #FFF;
  border-radius: 0;
  color: #FFF;
}
footer .fui-i textarea.fui-input {
  border: 1px solid #FFF;
  height: 300px;
}
footer .fui-i ::-webkit-input-placeholder {
  color: #FFF;
  opacity: 0.8;
}

.footer-left {
  display: flex;
  flex-direction: column;
  width: 48%;
}

.footer-left-contact {
  display: flex;
}

.footer-social {
  margin-top: auto;
}

.footer-left-1 {
  display: flex;
  flex-direction: column;
  width: 48%;
}

.footer-left-copyright {
  font-size: 16px;
  line-height: 150%;
  margin-top: auto;
  padding-top: 30px;
  width: 100%;
}
.footer-left-copyright p {
  margin: 0;
}

.footer-left-2 {
  align-self: flex-start;
  margin-left: auto;
  width: 48%;
}
.footer-left-2 p:last-child, .footer-left-2 ul:last-child {
  margin-bottom: 0;
}

.footer-right {
  margin-left: auto;
  width: 48%;
}
.footer-right p {
  font-size: 16px;
  line-height: 150%;
}

@media screen and (max-width: 1300px) {
  header {
    background: #FFF;
    border-bottom: 1px solid #C92D1F;
    height: 64px;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  header .wrapper.padded {
    align-items: stretch;
    flex-wrap: wrap;
    padding: 0;
  }
  header .menu-toggle {
    border-right: 1px solid #C92D1F;
    color: #C92D1F;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    padding: 15px;
  }
  header .logo img {
    display: block;
    padding: 10px 20px;
    width: 120px;
  }
  header .donate-btn-mobile {
    margin-left: auto;
  }
  header .donate-btn-mobile a {
    display: block;
    height: 100%;
    padding: 18px 30px;
  }
  header nav {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 64px;
    width: 100%;
    z-index: 2;
  }
  header nav ul {
    display: block;
    padding: 30px 0;
  }
  header nav li {
    display: block;
  }
  header nav li a {
    display: flex;
    padding: 15px 20px;
  }
  header nav li a svg {
    margin-left: auto;
  }
  header nav li ul {
    border-width: 0;
    font-size: 16px;
    line-height: 130%;
    padding: 0;
    position: static;
    width: auto;
  }
  header nav li ul li a {
    padding: 5px 20px;
  }
  .feature-text h1 {
    font: 700 36px/120% "Founders Grotesk", sans-serif;
  }
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 38px;
    line-height: 110%;
  }
  h2, .news-title h1 {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 40px;
  }
  .redAllCaps, h2.redAllCaps, h3.redAllCaps, h4 {
    font-size: 16px;
    line-height: 150%;
  }
  .filters {
    display: block;
  }
  .filters .filter-dropdown {
    margin: 0 0 20px;
    width: 100%;
  }
  .filters .filter-clear {
    text-align: right;
  }
  .program-listing {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
  }
  .program-listing-meta {
    width: 100%;
  }
  .program-listing-description {
    width: 100%;
  }
  .program {
    display: block;
    padding-bottom: 0;
  }
  .program-description {
    margin-bottom: 40px;
    order: 1;
    width: auto;
  }
  .program-metadata {
    display: block;
    margin-bottom: 40px;
    order: 2;
    width: auto;
  }
  .wrapper.padded {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrapper.padded h2 {
    margin: 40px 0;
  }
  .features .swiper-pagination-bullets {
    bottom: 20px !important;
    top: auto;
    width: 100% !important;
  }
  .swiper-slide {
    height: auto !important;
  }
  .swiper-wrapper {
    padding-bottom: 60px;
  }
  .feature {
    height: 100%;
    flex-wrap: wrap;
  }
  .feature-text {
    padding: 20px;
    width: auto;
  }
  .feature-image {
    align-self: flex-end;
    width: auto;
  }
  .feature-image .caption {
    color: #C92D1F;
    margin: 10px 20px 0;
    padding-left: 18px;
    position: relative;
    text-align: left;
  }
  .feature-image .caption:before {
    background: #C92D1F;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 10px;
  }
  .image-text-lockup.bg-white .lockup-image {
    padding: 20px 20px 40px;
  }
  .image-text-lockup .wrapper {
    display: block;
  }
  .image-text-lockup.img-left .lockup-text {
    order: 1;
  }
  .image-text-lockup.img-left .lockup-image {
    order: 2;
  }
  .heading-text-lockup .wrapper {
    display: block;
  }
  .video-text-lockup .wrapper {
    display: block;
  }
  .lockup-heading {
    padding: 20px 20px 0;
    width: auto;
  }
  .lockup-heading h2 {
    margin-bottom: 0;
  }
  .lockup-text {
    padding: 40px 20px;
    width: auto;
  }
  .lockup-video {
    padding: 20px;
    width: auto;
  }
  .tiles {
    display: block;
  }
  .tiles li {
    height: 300px;
    margin-bottom: 20px;
    margin-right: 0;
    width: auto;
  }
  .tiles li:last-child {
    margin-bottom: 0;
  }
  .cards {
    display: block;
  }
  .cards li {
    margin-bottom: 20px;
    margin-right: 0;
    width: auto;
  }
  .section {
    padding: 40px 0;
  }
  .section.bg-white + .section.bg-white {
    padding-top: 0;
  }
  .page-header {
    padding: 40px 0;
  }
  .page-header .redBox {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .page-header .redBox:before {
    height: 12px;
    width: 12px;
  }
  .page-header.layout-withLede .wrapper {
    display: block;
  }
  .page-header.layout-withLede .page-header-heading {
    width: auto;
  }
  .page-header.layout-withLede .page-header-lede {
    font-size: 24px;
    line-height: 130%;
    padding: 40px 0 0;
    width: auto;
  }
  .page-header .btns {
    margin-top: 40px;
  }
  .big-link-list li {
    position: relative;
  }
  .big-link-list li > a {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font: 700 24px/120% "Founders Grotesk", sans-serif;
    height: 300px;
    padding: 20px;
    text-decoration: none;
  }
  .big-link-list li svg {
    bottom: 0;
    color: #C92D1F;
    font-size: 36px;
    line-height: 1;
    padding: 20px;
    position: absolute;
    right: 0;
    transition: all 0.2s linear;
  }
  .big-link-list li a:hover svg {
    color: #FFF;
  }
  .staff .wrapper {
    display: block;
  }
  .staff .staff-name, .staff .staff-contact {
    border-bottom: 0;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .staff .staff-name {
    padding-bottom: 20px;
    padding-right: 0;
  }
  .staff .staff-contact {
    border-bottom: 1px solid #C92D1F;
    margin-bottom: 40px;
    margin-left: auto;
    padding-bottom: 40px;
    padding-left: 0;
  }
  .staff:last-child .staff-name, .staff:last-child .staff-contact {
    border-bottom: 0;
  }
  .larger {
    font-size: 24px;
    line-height: 130%;
  }
  .news-figure {
    padding-top: 20px;
    width: auto;
  }
  .news-entry {
    display: block;
    padding: 40px 0;
  }
  .news-entry .news-title {
    width: auto;
  }
  .news-entry .news-content {
    margin-left: auto;
    width: auto;
  }
  .current-issue {
    display: block;
  }
  .current-issue .lockup-text {
    width: 100%;
  }
  .current-issue .lockup-text p {
    font-size: 24px;
    line-height: 130%;
  }
  .current-issue .lockup-text .btns {
    margin: 1.5em 0;
  }
  .current-issue .lockup-image {
    width: 100%;
  }
  footer {
    padding: 60px 0;
  }
  footer .wrapper {
    display: block;
  }
  .footer-left {
    display: block;
    margin-bottom: 60px;
    width: 100%;
  }
  .footer-left-contact {
    display: block;
    width: 100%;
  }
  .footer-left-1 {
    display: block;
    width: 100%;
  }
  .footer-left-1 nav {
    margin-bottom: 60px;
  }
  .footer-left-2 {
    columns: 2;
    width: 100%;
  }
  .footer-right {
    margin-bottom: 60px;
    width: 100%;
  }
}
@media print {
  header nav, .footer-right, .btn-print, .filters {
    display: none !important;
  }
  h1 {
    font-size: 64px;
    line-height: 130%;
  }
  .program-listing {
    background: #FFF;
    border-bottom: 1px solid #C92D1F;
    padding: 0 0 20px;
  }
  footer {
    background: #FFF;
    border-top: 1px solid #C92D1F;
    color: #000 !important;
  }
  footer .footer-left {
    width: 100%;
  }
  footer h3, footer h4, footer a {
    color: #000 !important;
  }
}
