/*!
Theme Name: Kennedy Memorial Trust
Theme URI: http://underscores.me/
Author: Design by Kieran
Author URI: https://designbykieran.co.uk/
Description: A custom theme for Kennedy Memorial Trust
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kmt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Kennedy Memorial Trust is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--black);
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-blue);
  line-height: 1.1;
  clear: both;
}

p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 40px 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Foundation
--------------------------------------------------------------*/

.grid-container {
  padding-right: 18px;
  padding-left: 18px;
  max-width: 84rem;
  margin: 0 auto;
}
.grid-container.fluid {
  padding-right: 18px;
  padding-left: 18px;
  max-width: 100%;
  margin: 0 auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 50em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .grid-container.fluid {
    padding-right: 18px;
    padding-left: 18px;
  }
  .grid-container.full .cell {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 50em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -18px;
  margin-right: -18px;
}
.grid-margin-x > .cell {
  width: calc(100% - 1.875rem);
  margin-left: 18px;
  margin-right: 18px;
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.875rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.875rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.875rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.875rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.875rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.875rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.875rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.875rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.875rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.875rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.875rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 50em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -18px;
  margin-left: -18px;
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -18px;
  margin-left: -18px;
}

.grid-padding-x > .cell {
  padding-right: 18px;
  padding-left: 18px;
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 50em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.875rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.875rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.875rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.875rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.875rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.875rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.875rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.875rem);
}

@media print, screen and (min-width: 50em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 80em) {
  .grid-margin-x.really-large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
}

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.align-apart-middle {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.align-apart-top {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-bottom {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 50em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .align-responsive {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .align-responsive {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 49.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 50em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 50em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 49.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 50em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 49.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

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

/*--------------------------------------------------------------
# Kennedy Memorial Trust
--------------------------------------------------------------*/

:root {
  --black: #1a1a1a;
  --red: #b01e24;
  --lifted-red: #d91119;
  --blue: #0f3c65;
  --dark-blue: #091a2e;
  --background-grey: #f6f6f6;
  --gold: rgba(255, 206, 82, 0.7);
  --custom-ease: cubic-bezier(0.645, 0.045, 0.355, 1);
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: 'area-variable', sans-serif;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 450, 'INKT' 0;
  max-width: 100vw;
}

.body-darken {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms ease;
}

.body-darken.enabled {
  pointer-events: auto;
  opacity: 1;
}

.svg-button {
  display: block;
  appearance: none;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}

.svg-button svg,
.svg-button img {
  display: block;
  pointer-events: none;
  width: 28px;
  fill: currentColor;
}

.ready-to-translate {
  transition: all 700ms var(--custom-ease);
}

section {
  scroll-margin-top: 90px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 40px;
  position: sticky;
  top: 0;
  z-index: 5;
}

.site-header::after {
  content: '';
  display: block;
  width: calc(100% - 36px);
  height: calc(100% - 30px);
  left: 18px;
  top: 15px;
  background: white;
  position: absolute;
  z-index: -1;
  border-radius: 150px;
  transform: translateY(-30px) scaleY(0);
  opacity: 0;
  transform-origin: top;
  transition: all 300ms ease;
}

.site-header.scrolled::after,
.site-header.menu-open::after {
  opacity: 1;
  transform: translateY(0) scaleY(1);
  box-shadow: rgb(0 0 0 / 8%) 0px 1px 12px;
}

.site-header.menu-open::after {
  background: var(--blue);
}

.site-branding svg {
  height: 35px;
  width: auto;
  fill: var(--blue);
  display: block;
  transition: all 500ms ease;
}

.main-navigation {
  display: flex;
}

#primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.menu-top-navigation-container {
  margin-left: auto;
}

#primary-menu li:not(:last-of-type) {
  padding-right: 30px;
}

#primary-menu a {
  color: var(--blue);
  font-size: 15px;
  margin-bottom: -2px;
  display: block;
  transition: color 300ms ease;
}

#primary-menu .current-menu-item a {
  color: var(--red);
}

#primary-menu a:hover {
  color: var(--red);
}

a {
  text-decoration: none;
  color: var(--black);
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 600, 'INKT' 0;
}

a.button,
.button {
  background-color: var(--red);
  color: white;
  padding: 13.5px 28px 12px;
  border: none;
  border-radius: 50px;
  width: fit-content;
  display: block;
  cursor: pointer;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 600, 'INKT' 0;
  transition: all 300ms ease;
}

a.button:hover,
.button:hover {
  background-color: var(--lifted-red);
}

#primary-menu .button a {
  color: white;
}

/* Very large and up */
@media screen and (min-width: 84em) {
  .site-header {
    padding: 30px 60px;
  }
  .site-header::after {
    content: '';
    display: block;
    width: calc(100% - 86px);
    height: calc(100% - 38px);
    left: 43px;
    top: 19px;
  }
}

/* Header Breakpoint */
@media screen and (max-width: 1070px) {
  .site-branding svg {
    height: 30px;
  }
  #primary-menu a {
    font-size: 14px;
  }
  #primary-menu li:not(:last-of-type) {
    padding-right: 20px;
  }
  #primary-menu .button {
    padding: 13px 20px 12px;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  a.button,
  .button {
    width: 100%;
    text-align: center;
  }
  section {
    scroll-margin-top: 90px;
  }
}

.menu--4 {
  display: none;
}

.menu-signature {
  display: none;
}

/* Define the keyframes for the animation */
@keyframes staggeredTransform {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Mobile Menu (Hamburger Breakpoint)
--------------------------------------------------------------*/

@media screen and (max-width: 905px) {
  .menu--4 {
    display: block;
  }
  .main-navigation {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 20px 0;
    width: calc(100vw - 80px);
    transform: translateX(calc(-100vw - 80px));
    z-index: 10;
    outline: none;
    background: var(--blue);
  }
  .main-navigation::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(./images/kennedy-quote-background-mobile.jpg);
    background-size: cover;
    background-position: 43%;
    /* filter: blur(15px); */
    opacity: 0.1;
  }
  .main-navigation::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, rgba(21, 88, 148, 1) 0%, rgb(11, 67, 117) 70%, var(--blue) 100%);
    top: 0;
    left: 0;
    mix-blend-mode: color;
  }
  .menu-top-navigation-container {
    position: relative;
    z-index: 4;
  }
  .main-navigation.open {
    transform: translateX(0vw);
  }
  #primary-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  #primary-menu li {
    padding-right: 0 !important;
    width: 100%;
  }
  #primary-menu a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: white;
    padding: 15px;
    padding-right: 30px;
    min-width: calc(100% - 30vw);
    text-align: right;
  }
  #primary-menu .button {
    padding: 0;
    background: transparent;
  }
  #primary-menu .button a {
    background: var(--red);
  }
  /* Stagger animation */
  .open #primary-menu li {
    animation: staggeredTransform 0.5s ease-out forwards;
    opacity: 0;
  }
  .open #primary-menu li:nth-child(1) {
    animation-delay: 0.4s;
  }
  .open #primary-menu li:nth-child(2) {
    animation-delay: 0.5s;
  }
  .open #primary-menu li:nth-child(3) {
    animation-delay: 0.6s;
  }
  .open #primary-menu li:nth-child(4) {
    animation-delay: 0.7s;
  }
  .open #primary-menu li:nth-child(5) {
    animation-delay: 0.8s;
  }
  .open #primary-menu li:nth-child(6) {
    animation-delay: 0.9s;
  }
  .open #primary-menu li:nth-child(7) {
    animation-delay: 1s;
  }
  .open #primary-menu li:nth-child(8) {
    animation-delay: 1.1s;
  }
  /* Offset  */
  #primary-menu li {
    position: relative;
  }
  #primary-menu li:nth-child(1) {
    left: -0px;
  }
  #primary-menu li:nth-child(2) {
    left: -5vw;
  }
  #primary-menu li:nth-child(3) {
    left: -10vw;
  }
  #primary-menu li:nth-child(4) {
    left: -15vw;
  }
  #primary-menu li:nth-child(5) {
    left: -20vw;
  }
  #primary-menu li:nth-child(6) {
    left: -25vw;
  }
  #primary-menu li:nth-child(7) {
    left: -30vw;
  }
  #primary-menu li:nth-child(8) {
    left: -35vw;
  }
  .menu-signature {
    display: block;
    fill: var(--gold);
    position: relative;
    z-index: 3;
    width: calc(100% + 80px);
    transform: rotate(-5deg);
    position: relative;
    top: -70px;
    opacity: 1;
  }
}

/* Logo Size Breakpoint */
@media screen and (max-width: 410px) {
  .site-header {
    padding: 26px 40px 26px 35px;
  }
  .site-branding svg {
    height: 28px;
  }
}

/* Homepage Header Alt Breakpoint */
@media screen and (max-width: 440px) {
  body:not(.single-post) .site-header:not(.scrolled)::after {
    opacity: 1;
    background: var(--blue);
    transform: unset;
  }
  body:not(.single-post) .site-header:not(.scrolled) .site-branding svg {
    fill: white;
  }
  body:not(.single-post) .site-header:not(.scrolled) .menu--4 path {
    stroke: white;
  }
}

/* Logo Size Breakpoint */
@media screen and (max-width: 370px) {
  .site-branding svg {
    height: 26px;
  }
}

/*--------------------------------------------------------------
# Hamburger
--------------------------------------------------------------*/

.menu--4 input {
  display: none;
}

.menu--4 label {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
}

.menu--4 svg {
  width: 90px;
  position: absolute;
  top: -31px;
  left: -31px;
}

.menu--4 label {
  top: 0;
}

.menu--4 label {
  left: 0;
}

.menu--4 path {
  fill: none;
  stroke: var(--blue);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 30;
  --offset: -38;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  transition: all 700ms var(--custom-ease);
}

.menu--4 input:checked + svg path {
  stroke: white;
}

.cross input:checked + svg .line--1,
.cross input:checked + svg .line--3 {
  --length: 22.627416998;
}

.cross input:checked + svg .line--2 {
  --length: 0;
}

.back input:checked + svg .line--1,
.back input:checked + svg .line--3 {
  --length: 8.602325267;
}

.menu--4 {
  background-color: transparent;
}

.menu--4 .line--1,
.menu--4 .line--3 {
  --total-length: 103.35061645507812;
  --offset: -42.35061645507812;
}

.menu--4 .line--2 {
  --total-length: 99;
}

.menu--4 input:checked + svg path {
  transform: translateX(31px);
}

.menu--4 input:checked + svg .line--1,
.menu--4 input:checked + svg .line--3 {
  --offset: -8.602325267;
}

.menu--4 input:checked + svg .line--2 {
  --offset: -7;
}

/*--------------------------------------------------------------
# Heading Lockup
--------------------------------------------------------------*/

.heading-lockup h4,
.heading-lockup .h4 {
  display: block;
  text-transform: uppercase;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 800, 'INKT' 0 !important;
  font-weight: unset;
  letter-spacing: 1.3px;
  margin: 0;
  margin-bottom: 20px;
  font-size: 12px;
  @media (max-width: 49.9375em) {
    margin-bottom: 11px;
  }
}

.heading-lockup h2,
.heading-lockup h1 {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: clamp(30px, 2.6vw, 60px);
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700, 'INKT' 0 !important;
  font-weight: unset;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
  width: 100%;
  padding: 30px 40px;
}

.upper-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #2b3d515f;
}

.footer-links a {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 450, 'INKT' 0 !important;
}

.footer-links a:not(:last-of-type) {
  margin-right: 50px;
}

.round-arrow-button {
  background: var(--red);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
}

.round-arrow-button:hover {
  background: var(--lifted-red);
}

.round-arrow-button img {
  width: 15px;
  height: auto;
  filter: invert(1);
}

.round-arrow-button.up img {
  transform: rotate(-90deg);
  position: relative;
  left: -0.5px;
}

.round-arrow-button.left {
  transform: rotate(180deg);
}

.round-arrow-button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.site-info {
  display: flex;
  align-items: center;
  padding-top: 30px;
}

.site-info p {
  margin: 0;
  font-size: 14px;
  flex: 0 0 calc(50% - 120px);
}

.site-info .footer-logo {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 20px;
}

.site-info .social-links {
  margin-left: auto;
  display: flex;
  gap: 15px;
  flex: 0 0 calc(50% - 120px);
  justify-content: flex-end;
}

.site-info .social-links a {
  color: var(--dark-blue);
  transition: all 300ms ease;
}

.site-info .social-links a:hover {
  color: var(--blue);
}

.site-info .social-links svg {
  height: 30px;
  width: auto;
}

/* Very large and up */
@media screen and (min-width: 84em) {
  .site-footer {
    padding: 30px 60px;
  }
}

/* Logo Size Breakpoint */
@media screen and (max-width: 410px) {
  .site-footer {
    padding: 26px 40px 26px 35px;
  }
}

/* Custom breakpoint for footer logo */
@media screen and (max-width: 820px) {
  .site-info p {
    flex: 0 0 calc(50% - 105px);
  }
  .site-info .footer-logo {
    width: 170px;
  }
  .site-info .social-links {
    flex: 0 0 calc(50% - 105px);
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .footer-links a:not(:last-of-type) {
    margin-right: 20px;
  }
  .site-info {
    flex-direction: column;
  }
  .site-info p {
    order: 2;
    flex: 1;
    margin-bottom: 40px;
  }
  .site-info .footer-logo {
    order: 3;
    flex: 1;
  }
  .site-info .social-links {
    order: 1;
    flex: 1;
    margin: unset;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/

.split-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  z-index: 10;
  outline: none;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  overflow-y: scroll;
  height: 100%;
  display: grid;
  transition: all 0ms ease 1400ms;
}

.split-modal .grid-container {
  width: 100%;
}

.split-modal.open {
  opacity: 1;
  pointer-events: all;
  transition: all 0ms ease 0ms;
}

.split-modal .grid-container {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 350ms ease 0ms;
}

.split-modal.open .grid-container {
  transition: all 350ms ease 1000ms;
  opacity: 1;
}

.split-modal::before,
.split-modal::after {
  content: '';
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  transform: translateY(-100vh);
  transition: all 350ms var(--custom-ease);
}

.split-modal::after {
  left: 50%;
  background: var(--blue);
  transform: translateX(50vw);
  transition: all 700ms var(--custom-ease) 350ms;
}

.split-modal.open::before {
  transform: translateY(0);
  transition: all 350ms var(--custom-ease) 350ms;
}

.split-modal.open::after {
  transform: translateX(0);
  transition: all 700ms var(--custom-ease);
}

.contact-logo {
  filter: invert(1) brightness(2) contrast(100);
  max-width: 300px;
  margin-bottom: 30px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
}

.contact-form h3 {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 800, 'INKT' 0;
  font-weight: unset;
  font-size: clamp(30px, 2vw, 40px);
  max-width: 500px;
  margin-top: 0;
}

form input,
form select,
form textarea {
  border-radius: 60px;
  border: none;
  background: var(--background-grey);
  padding: 15px 22px 13px;
}

form input:focus,
form select:focus,
form textarea:focus {
  outline: 2px solid var(--blue);
}

input::placeholder,
textarea::placeholder {
  overflow: visible;
}

form textarea {
  border-radius: 18px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  min-height: 140px;
}

form .button {
  width: 100%;
  margin-top: 20px;
}

form .button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.modal-right {
  padding-top: 30px;
  padding-bottom: 30px;
  color: white;
}

.modal-left {
  padding-top: 30px;
  padding-bottom: 30px;
}

.split-modal .close-modal {
  position: sticky;
  z-index: 2;
  left: 100%;
  margin-bottom: -56px;
  top: 20px;
  background: white;
  color: var(--blue);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  transform: translateX(150px);
  opacity: 0;
  transition: padding 300ms var(--custom-ease), transform 400ms var(--custom-ease) 0ms, opacity 400ms var(--custom-ease) 0ms;
}

.split-modal.open .close-modal {
  transition: padding 300ms var(--custom-ease), transform 400ms var(--custom-ease) 1000ms, opacity 400ms var(--custom-ease) 1000ms;
  transform: translateX(0);
  opacity: 1;
  box-shadow: rgb(0 0 0 / 8%) 0px 1px 12px;
}

.split-modal .close-modal:hover {
  background: white;
  color: var(--blue);
  padding-right: 35px;
}

.split-modal .close-modal .menu--4 input:checked + svg path {
  stroke: var(--blue);
}

.split-modal .close-modal .menu--4 {
  display: block;
  transition: transform 300ms var(--custom-ease);
}

.split-modal .close-modal * {
  pointer-events: none;
}

.contact-info-heading {
  display: block;
  text-transform: uppercase;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 800, 'INKT' 0 !important;
  font-weight: unset;
  letter-spacing: 1.3px;
  margin: 0;
  margin-bottom: 4px;
  font-size: 12px;
}

.trust-information {
  font-size: 15px;
}

#other-contact a,
#other-contact p {
  font-size: 20px;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 300, 'INKT' 0 !important;
  font-weight: unset;
  color: white;
  margin-bottom: 30px;
  margin-top: 0;
  display: block;
}

.confirmation-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms ease;
}

.confirmation-dialog.open {
  pointer-events: auto;
  opacity: 1;
}

.dialog-container {
  background: white;
  border-radius: 18px;
  padding: 30px;
  width: 450px;
  max-width: 90vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.dialog-container h3 {
  font-size: 24px;
  margin: 0 !important;
}

.dialog-container p {
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .trust-information {
    margin-bottom: 0;
  }
  .modal-left {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .modal-right {
    position: sticky;
    top: 0;
    height: 100vh;
    max-width: 500px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contact-form h3 {
    margin-bottom: 50px;
  }
  .contact-logo {
    margin-bottom: 80px;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .split-modal {
    padding-top: 0px;
  }
  .split-modal .grid-container {
    background: white;
  }
  .modal-left {
    padding-top: 85px;
  }
  .modal-right {
    background: var(--blue);
  }
  .split-modal .close-modal {
    width: 140px;
    top: 15px;
  }
  .split-modal::before {
    content: none;
  }
  .split-modal::after {
    width: 100%;
    transform: translateX(100vw);
    left: 0;
  }
  .split-modal .close-modal {
    transition: padding 300ms var(--custom-ease), transform 400ms var(--custom-ease) 200ms, opacity 400ms var(--custom-ease) 200ms;
  }

  .split-modal.open .close-modal {
    transition: padding 300ms var(--custom-ease), transform 400ms var(--custom-ease) 200ms, opacity 400ms var(--custom-ease) 200ms;
  }
  .contact-logo {
    max-width: 200px;
    margin: 20px auto 60px;
    display: block;
  }
}

/*--------------------------------------------------------------
# Slider Base Styles
--------------------------------------------------------------*/

.slider {
  overflow: hidden;
}
.slider-container {
  display: flex;
}
.slide {
  flex: 0 0 100%;
  min-width: 0;
}

.slider-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.slider-navigation-buttons {
  display: flex;
  gap: 12px;
}

.slider-progress-bar {
  height: 5px;
  border-radius: 20px;
  background: var(--background-grey);
  position: relative;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  left: 46px;
}

.slider-progress-element {
  border-radius: 20px;
  width: 40%;
  height: 100%;
  background: var(--blue);
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .slider-navigation {
    justify-content: center;
    flex-direction: column;
  }
  .slider-progress-bar {
    left: unset;
  }
  .slider-navigation-buttons {
    gap: 10px;
    margin-top: 10px;
  }
  .slider-navigation a.button {
    order: 3;
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
# Homepage sections: Headline Statement
--------------------------------------------------------------*/

.homepage-headline-statement {
  padding: 50px 40px;
}

.homepage-headline-statement p,
.homepage-headline-statement p strong,
.homepage-headline-statement h1 {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 900, 'INKT' 0 !important;
  font-weight: unset !important;
  font-size: clamp(31px, 5.3vw, 125px);
  color: var(--blue);
  line-height: 1;
  margin: 0;
}

.homepage-headline-statement p strong {
  color: var(--red);
}

.homepage-headline-statement .citation {
  display: block;
  text-transform: uppercase;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 800, 'INKT' 0 !important;
  font-weight: unset;
  letter-spacing: 1.3px;
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 12px;
  text-align: right;
}

/* Very large and up */
@media screen and (min-width: 84em) {
  .homepage-headline-statement {
    padding: 80px 60px;
  }
}

@media screen and (max-width: 905px) {
  .homepage-headline-statement {
    padding: 30px 30px;
  }
  .homepage-headline-statement p,
  .homepage-headline-statement strong {
    line-height: 1.1;
  }
  .homepage-headline-statement .citation {
    margin-bottom: 0px;
  }
}

/*--------------------------------------------------------------
# Homepage sections: Info Bar
--------------------------------------------------------------*/

.info-bar {
  background: linear-gradient(90deg, rgba(15, 60, 101, 1) 0%, rgba(0, 90, 172, 1) 100%);
  color: white;
  padding: 20px 40px;
}

.info-bar p {
  margin: 0;
  width: fit-content;
  position: relative;
}

.info-bar p::before {
  content: '';
  position: absolute;
  width: 25px;
  left: -35px;
  height: 2px;
  background: white;
  top: calc(50% - 2px);
  transform: translateY(-50%);
}

.info-bar .slider-container {
  justify-content: space-between;
  gap: 20px;
}

@media screen and (min-width: 1215px) {
  .info-bar .slider-container .slide {
    flex: unset;
  }
  .info-bar .slider-container .slide:first-of-type p {
    margin-left: 35px;
  }
}

@media screen and (min-width: 84em) {
  .info-bar {
    padding: 20px 60px 17px;
  }
}

@media screen and (max-width: 1214px) {
  .info-bar {
    padding: 12px 20px;
  }
  .info-bar .slider-container .slide {
    display: flex;
    justify-content: center;
  }
  .info-bar p {
    left: 20px;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .info-bar {
    flex-direction: column;
  }
  .info-bar p {
    font-size: 14px;
  }
  .info-bar p::before {
    width: 20px;
    left: -28px;
  }
  .info-bar {
    padding: 12px 0px;
  }
}

/*--------------------------------------------------------------
# Homepage sections: Intoduction
--------------------------------------------------------------*/

.homepage-introduction {
  background: var(--background-grey);
  color: var(--dark-blue);
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 90px;
}

.homepage-introduction .kennedy-face {
  opacity: 0.06;
  position: absolute;
  left: 8vw;
  width: 38vw;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  fill: var(--blue);
}

.intro-copy-container {
  max-width: 610px;
  margin-left: auto;
}

.intro-copy {
}

/* Medium and up */
@media screen and (min-width: 961px) {
  .homepage-introduction {
    padding-top: 70px;
    padding-bottom: 126px;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .homepage-introduction {
    padding-top: 100px;
    padding-bottom: 195px;
  }
}

@media screen and (max-width: 1035px) {
  .homepage-introduction .kennedy-face {
    width: 65vw;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.05;
  }
  .intro-copy-container {
    margin: 0 auto;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .homepage-introduction .kennedy-face {
    opacity: 0.05;
    height: 70%;
    width: 70%;
    object-fit: contain;
    object-position: top;
    top: -30px;
    right: -40px;
    left: unset;
    transform: unset;
  }
}

/* Breakpoint for link block negative margin */
@media screen and (max-width: 720px) {
  .homepage-introduction {
    padding-bottom: 120px;
  }
}

/*--------------------------------------------------------------
# Homepage sections: Link Blocks
--------------------------------------------------------------*/

.homepage-link-blocks {
  /* padding: 50px 40px; */
}

.homepage-introduction + .homepage-link-blocks {
  margin-top: -95px;
  @media (min-width: 50em) {
    height: 0;
  }
  position: relative;
  z-index: 2;
}

.link-block-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.link-block {
  flex: 0 0 calc(33.33333% - 20px);
  padding: 30px;
  border-radius: 18px;
  background: var(--dark-blue);
  color: white;
  display: flex;
  flex-direction: column;
}

.link-block:nth-of-type(2) {
  background: var(--blue);
  color: white;
}

.link-block:nth-of-type(3) {
  background: var(--red);
  color: white;
}

.link-block:nth-of-type(4) {
  background: var(--background-grey);
  color: var(--blue);
  img {
    filter: invert(0);
  }
}

.link-block span {
  display: block;
  max-width: calc(100% - 35px);
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 650, 'INKT' 0;
  margin-bottom: auto;
  font-size: 20px;
}

.link-block img {
  width: 30px;
  height: auto;
  display: block;
  margin-left: auto;
  transition: all 300ms var(--custom-ease);
}

.link-block img {
  filter: invert(1);
}

.link-block:hover img {
  transform: translate(6px, 6px);
}

/* Medium and up */
@media screen and (min-width: 961px) {
  .link-block {
    min-height: 190px;
  }
}

@media screen and (max-width: 1364px) {
  .link-block-container {
    gap: 18px;
  }
}

@media screen and (max-width: 960px) {
  .link-block {
    flex-direction: row;
    min-height: unset;
    padding: 19px 22px;
  }
  .link-block span {
    margin-bottom: 0px;
    line-height: 1.3;
    font-size: 16px;
  }
  .link-block img {
    width: 20px;
  }
  .homepage-introduction + .homepage-link-blocks {
    margin-top: -45px;
  }
  .homepage-link-blocks + .homepage-scholarships {
    margin-top: 45px !important;
  }
}

@media screen and (max-width: 720px) {
  .homepage-introduction + .homepage-link-blocks {
    margin-top: -109px;
  }
  .homepage-link-blocks + .homepage-scholarships {
    padding-top: 25px !important;
  }
  .link-block img {
    margin-top: auto;
  }
  .link-block {
    flex: 0 0 calc(100%);
    padding: 21px 18px;
  }
}

/*--------------------------------------------------------------
# Homepage Scholarships
--------------------------------------------------------------*/

.homepage-scholarships {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 1000px;
  background-size: cover;
  background-position: center center;
}

.homepage-link-blocks + .homepage-scholarships {
  padding-top: 230px;
}

.homepage-scholarships .offset-grid {
  background: #ffffffe6;
  backdrop-filter: blur(6px);
}

.info-sections {
  max-width: 610px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.info-section {
  grid-row-start: 1;
  grid-column-start: 1;
  opacity: 0;
  transition: all 300ms var(--custom-ease);
  position: relative;
}

.info-section.active {
  opacity: 1;
  z-index: 1;
}

.info-section h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700, 'INKT' 0 !important;
  font-weight: unset;
  display: flex;
}

.info-section h2 span {
  background: var(--blue);
  color: white;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 900, 'INKT' 0 !important;
  font-weight: unset;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  padding-top: 4px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 0;
  margin-top: -5px;
}

.info-tabs {
  margin-left: -18px;
  margin-bottom: 30px;
}

.info-tab {
  background: var(--red);
  color: white;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 550, 'INKT' 0 !important;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 15px 28px 13.5px;
  transition: all 300ms var(--custom-ease);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.info-tab * {
  pointer-events: none;
}

.info-tab img {
  height: 12px;
  width: auto;
  filter: invert(1);
  transition: all 300ms var(--custom-ease);
}

.info-tab:not(:last-of-type) {
  margin-bottom: 20px;
}

.info-tab:hover {
  background: var(--lifted-red);
}

.info-tab:hover img {
  transform: translateX(4px);
}

.info-tab.active {
  background: var(--blue);
  width: 100% !important;
}

.info-tab span.number {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 900, 'INKT' 0 !important;
  margin-right: 10px;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .homepage-scholarships {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .homepage-link-blocks + .homepage-scholarships {
    margin-top: 95px;
  }
  .homepage-scholarships .offset-grid {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 100px;
    padding: 40px 20px 40px 40px;
    margin-left: 18px;
  }
  .info-tabs {
    margin-left: -40px;
    width: calc(100% + 40px);
    margin-bottom: unset;
  }
  .info-tab {
    padding-left: 40px;
  }
  .info-tab:nth-of-type(1):not(.active) {
    width: calc(100% - 80px);
  }
  .info-tab:nth-of-type(2) {
    width: calc(100% - 40px);
  }
  .info-tab:nth-of-type(3) {
    width: calc(100% - 80px);
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .homepage-scholarships {
    padding-top: 90px;
    padding-bottom: 130px;
  }
  .homepage-scholarships .offset-grid {
    padding: 60px;
  }
  .info-tabs {
    margin-left: -60px;
    width: calc(100% + 60px);
  }
  .info-tab {
    padding-left: 60px;
  }
}

@media screen and (min-width: 1316px) {
  .grid-container.offset-grid {
    margin-left: calc((100vw - 82rem) / 2);
    max-width: unset;
  }
}

@media screen and (min-width: 1450px) {
  .grid-container.offset-grid {
    /* size of the grid container minus the padding, subtracted from the full viewport and halved, to create an edge in lne with the grid-container */
    margin-left: calc((100vw - 81.8rem) / 2);
    padding-right: calc((100vw - 81.8rem) / 2);
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .info-tabs {
    scroll-margin-top: 70px !important;
  }
  .homepage-scholarships {
    scroll-margin-top: -110px !important;
  }
  .homepage-scholarships .offset-grid {
    margin: 0 18px;
    padding: 35px 18px 25px;
    border-radius: 18px;
  }
}

/*--------------------------------------------------------------
# Article Section
--------------------------------------------------------------*/

.articles-section,
.section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.articles-section {
  background: var(--background-grey);
}

.news-grid {
  display: grid;
  gap: 17.6px;
}

.news-item {
  border-radius: 18px;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: var(--blue);
}

.news-item:hover img {
  transform: scale(1.15);
}

.news-item img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  transition: all 2000ms var(--custom-ease);
}

.news-item .news-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  color: white;
  padding: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgb(9, 26, 46);
  background: linear-gradient(0deg, rgba(9, 26, 46, 0.7) 0%, rgba(9, 26, 46, 0) 100%);
  z-index: 1;
}

.news-item .news-content h3 {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700, 'INKT' 0 !important;
  font-weight: unset;
  margin-top: auto;
  margin-bottom: 15px;
  font-size: 24px;
  color: white;
  max-width: 400px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.41);
}

.news-item .news-content .read-time {
  display: block;
  text-transform: uppercase;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 800, 'INKT' 0 !important;
  font-weight: unset;
  letter-spacing: 1.3px;
  font-size: 10px;
}

.news-tag {
  display: block;
  text-transform: uppercase;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 800, 'INKT' 0 !important;
  font-weight: unset;
  letter-spacing: 1.3px;
  margin: 0;
  font-size: 12px;
  background: white;
  color: var(--blue);
  width: fit-content;
  border-radius: 50px;
  padding: 7px 10px 4px;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .articles-section,
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .news-grid {
    grid-template-areas:
      'one one two three'
      'one one two four';
    grid-template-rows: 230px 240px;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
  .news-item .news-content {
    padding: 30px;
  }
  .news-item:nth-of-type(1) {
    grid-area: one;
  }
  .news-item:nth-of-type(2) {
    grid-area: two;
  }
  .news-item:nth-of-type(3) {
    grid-area: three;
  }
  .news-item:nth-of-type(4) {
    grid-area: four;
  }
  .news-item .news-content {
    background: linear-gradient(0deg, rgba(9, 26, 46, 0.5) 0%, rgba(9, 26, 46, 0) 100%);
  }
  .news-item:nth-of-type(3) .news-content,
  .news-item:nth-of-type(4) .news-content {
    background: rgb(9, 26, 46);
    background: linear-gradient(0deg, rgba(9, 26, 46, 0.6) 0%, rgba(9, 26, 46, 0) 100%);
  }
  .news-item:nth-of-type(3) .news-content h3,
  .news-item:nth-of-type(4) .news-content h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .articles-section,
  .section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

/*--------------------------------------------------------------
# Large Quote
--------------------------------------------------------------*/

.large-quote {
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
  background: var(--blue);
}

.large-quote::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(./images/kennedy-quote-background-mobile.jpg);
  filter: blur(5px);
  z-index: 1;
  background-size: cover;
  background-position: center center;
  opacity: 0.15;
}

.large-quote::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #155894 0%, var(--blue) 70%, #0d3152 100%);
  z-index: 2;
  mix-blend-mode: color;
}

.large-quote .grid-container {
  position: relative;
  z-index: 3;
}

.large-quote .grid-container .quote-signature {
  position: absolute;
  bottom: -213px;
  right: 0;
  width: 44%;
  z-index: -1;
  fill: var(--gold);
}

.large-quote .citation {
  border-radius: 60px;
  background: var(--red);
  color: white;
  padding: 20px 40px 16px;
  letter-spacing: 1px;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 650, 'INKT' 0;
  font-weight: unset;
  margin-bottom: 60px;
  display: block;
  width: fit-content;
}

.large-quote p,
.large-quote p strong {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 540, 'INKT' 0;
  font-weight: unset;
  font-size: clamp(31px, 3.8vw, 80px);
  line-height: 1.1;
  color: white;
  margin: 0;
  max-width: 940px;
}

.large-quote p strong::before {
  content: '---';
  letter-spacing: -8px;
  margin-right: 20px;
}

.large-quote p strong {
  color: var(--lifted-red);
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .large-quote::before {
    background-image: url(./images/kennedy-background.jpg);
  }
  .large-quote {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .large-quote {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .large-quote .citation {
    padding: 15px 25px 12px;
    margin-bottom: 30px;
  }
  .large-quote p,
  .large-quote p strong {
    line-height: 1.2;
  }
  .large-quote .grid-container .quote-signature {
    bottom: -100px;
    right: 60px;
  }
}

/*--------------------------------------------------------------
# Featured Scholars Slider
--------------------------------------------------------------*/

.featured-scholars {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide.scholar {
  flex: 0 0 calc(100% - 40px);
}

.scholars-slider .scholar {
  border-radius: 400px;
  background: var(--background-grey);
  color: var(--dark-blue);
  display: flex;
  align-items: center;
  padding: 20px;
}

.scholars-slider .slider-container {
  gap: 20px;
}

.scholars-slider .scholar:nth-of-type(even) {
  background: var(--blue);
  color: white;
}

.scholars-slider .scholar .profile-photo {
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

.scholar-content {
  width: calc(420px - 30px);
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.scholar-quote {
  font-variation-settings: 'slnt' -10, 'wdth' 100, 'wght' 650, 'INKT' 0;
  font-weight: unset;
  font-size: 18px;
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 0;
}

.scholar-quote::before {
  content: '“';
}

.scholar-quote::after {
  content: '”';
}

.scholar-info p {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 300, 'INKT' 0;
  font-weight: unset;
  margin-bottom: 0;
  line-height: 1.4;
  max-width: 290px;
}

.scholar-info p strong {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 600, 'INKT' 0;
  font-weight: unset;
}

.slider-navigation .button {
  background: var(--blue);
}

.slider-navigation .button:hover {
  background: var(--dark-blue);
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .featured-scholars {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .slide.scholar {
    flex: 0 0 830px;
    padding: 30px;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .featured-scholars {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .slide.scholar {
    flex: 0 0 900px;
    padding: 40px;
    padding-right: 100px;
  }
  .scholar-content {
    width: calc(450px - 30px);
  }
  .scholars-slider .slider-container {
    gap: 45px;
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1316px) {
  .slide.scholar:first-of-type {
    margin-left: calc((100vw - 81.8rem) / 2);
  }
  .slide.scholar:last-of-type {
    margin-right: calc((100vw - 81.8rem) / 2);
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .slide.scholar:first-of-type {
    margin-left: 18px;
  }
  .slide.scholar:last-of-type {
    margin-right: 18px;
  }
  .slide.scholar {
    flex: 0 0 calc(100% - 80px);
  }
  .scholars-slider .scholar {
    flex-direction: column;
    border-radius: 18px;
    padding: 18px;
  }
  .scholar-photo-container {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
  }
  .scholars-slider .scholar .profile-photo {
    width: 100px;
    height: 100px;
  }
  .scholar-info p {
    font-size: 15px;
    line-height: 1.3;
  }
  .scholar-content {
    width: 100%;
    padding: 0;
    height: fit-content;
  }
  .scholar-quote {
    font-size: 15px;
    margin: 0;
  }
}

/*--------------------------------------------------------------
# Homepage Runnymede Block
--------------------------------------------------------------*/

.homepage-runnymede-block {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.homepage-runnymede-block .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, var(--dark-blue) 30%, transparent 100%);
  z-index: 1;
  opacity: 0.6;
}

.homepage-runnymede-block .grid-container {
  position: relative;
  z-index: 2;
}

.homepage-runnymede-block h2,
.homepage-runnymede-block h4 {
  color: white;
}

.homepage-runnymede-block .button {
  padding: 16px 28px 12px;
  background: white;
  color: var(--blue);
}

.homepage-runnymede-block .button:hover {
  background: var(--blue);
  color: white;
}

.runnymede-content-box {
  background: white;
  padding: 30px 25px;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #ffffffe6;
  backdrop-filter: blur(6px);
}

.runnymede-content-box h2 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 25px;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700, 'INKT' 0 !important;
  font-weight: unset;
}

.runnymede-content-box p {
  color: var(--dark-blue);
}

.runnymede-content-box p:last-of-type {
  margin-bottom: 0;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .homepage-runnymede-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .homepage-runnymede-block h2 {
    max-width: 30vw;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .homepage-runnymede-block {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .runnymede-content-box {
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 64px 64px 80px 64px;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .runnymede-content-box {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Donations Banner
--------------------------------------------------------------*/

.donations-banner {
  background: var(--dark-blue);
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
}

.donations-banner h4,
.donations-banner h2 {
  color: white;
}

.donations-images img {
  border-radius: 50%;
  height: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  position: absolute;
}

.donations-images img:nth-child(1) {
  top: 0;
  right: 0;
}

.donations-images img:nth-child(2) {
  left: 8%;
  top: 30%;
  height: 63%;
}

.donations-images img:nth-child(3) {
  bottom: 0;
  right: 0;
  height: 42%;
}

.button-container {
  display: flex;
  gap: 20px;
}

.button-container .button:not(.open-donate-modal):last-of-type {
  background: white;
  color: var(--dark-blue);
}

.button-container .button:last-of-type:hover {
  background: var(--blue);
  color: white;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .donations-banner .images-cell {
    align-self: normal;
  }

  .donations-images {
    position: relative;
    width: 100%;
    height: 450px;
    top: 50%;
    transform: translateY(-50%);
  }
  .donations-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .donations-banner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

/* Custom breakpoint for circle images */
@media screen and (min-width: 50em) and (max-width: 1282px) {
  .donations-images img:nth-child(1) {
    height: 16vw;
  }

  .donations-images img:nth-child(2) {
    height: 20.5vw;
    top: 10vw;
  }

  .donations-images img:nth-child(3) {
    height: 14vw;
    top: 19vw;
  }
}

/* Medium only */
@media screen and (min-width: 50em) and (max-width: 63.9375em) {
  .donations-images img:nth-child(2) {
    left: 22%;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .button-container {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .images-cell {
    aspect-ratio: 11 / 9;
  }
  .donations-images {
    position: relative;
    height: 100%;
  }
  .donations-images img:nth-child(1) {
    height: auto;
    width: 43%;
  }

  .donations-images img:nth-child(2) {
    height: auto;
    width: 57%;
    top: 22.5%;
    left: 0;
  }

  .donations-images img:nth-child(3) {
    height: auto;
    width: 39%;
    top: unset;
    bottom: 0;
  }
}

/*--------------------------------------------------------------
# Articles
--------------------------------------------------------------*/

.single-post .site-header:not(.scrolled) .site-branding svg,
.page-template-page_with-post-editor .site-header:not(.scrolled) .site-branding svg,
.post-type-archive-scholars .site-header:not(.scrolled) .site-branding svg {
  fill: white;
}

.single-post .site-header:not(.scrolled) #primary-menu li:not(.button) a:hover,
.page-template-page_with-post-editor .site-header:not(.scrolled) #primary-menu li:not(.button) a:hover,
.post-type-archive-scholars .site-header:not(.scrolled) #primary-menu li:not(.button) a:hover {
  color: var(--blue);
}

.single-post .site-header:not(.scrolled) .menu--4 path,
.page-template-page_with-post-editor .site-header:not(.scrolled) .menu--4 path,
.post-type-archive-scholars .site-header:not(.scrolled) .menu--4 path {
  stroke: white;
}

.entry-content {
  max-width: 800px;
  margin: 0 auto;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content cite {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}

.post-navigation {
  background: var(--background-grey);
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-navigation .nav-links {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 836px;
  padding-left: 18px;
  padding-right: 18px;
  margin-left: auto;
  margin-right: auto;
}

.nav-subtitle,
.nav-title {
  display: block;
}

.nav-title {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 800, 'INKT' 0 !important;
  font-weight: unset;
}

.nav-links .nav-previous,
.nav-links .nav-next {
  flex: 0 0 calc(50% - 10px);
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 800, 'INKT' 0 !important;
  font-weight: unset;
}

.wp-block-gallery-is-layout-flex {
  display: flex;
}

.entry-header {
  margin-top: -90px;
  padding-top: 160px;
  padding-bottom: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
}

.article-title-container {
  background: #ffffffe6;
  backdrop-filter: blur(6px);
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  color: var(--dark-blue);
  padding: 30px;
  padding-left: 35px;
  margin-top: auto;
  width: 100%;
  max-width: calc(100% - 40px);
}

.entry-title {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700, 'INKT' 0 !important;
  font-weight: unset;
  margin: 0;
}

.entry-meta {
  margin-top: 21px;
}

.entry-meta .posted-on {
  display: block;
  text-transform: uppercase;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 800, 'INKT' 0 !important;
  font-weight: unset;
  letter-spacing: 1.3px;
  margin: 0;
  margin-bottom: 0px;
  font-size: 12px;
}

.wp-block-image :where(figcaption) {
  padding-bottom: 6px;
  margin-top: 12px;
  font-size: 14px;
  color: #626262;
  border-bottom: 1px solid var(--background-grey);
  font-variation-settings: 'slnt' -10, 'wdth' 100, 'wght' 400, 'INKT' 0 !important;
  font-weight: unset;
}

p strong {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 750, 'INKT' 0 !important;
  font-weight: unset;
}

p a {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700, 'INKT' 0 !important;
  font-weight: unset;
  color: var(--blue);
}

.wp-block-quote {
  background: var(--blue);
  color: white;
  padding: 20px;
  margin: 0;
}

.wp-block-quote p:first-of-type {
  margin-top: 0;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .entry-header {
    padding-top: calc(105.5px + 140px);
    padding-bottom: 60px;
    min-height: 70vh;
    margin-top: -105.5px;
    margin-bottom: 50px;
  }
  .article-title-container {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 50%;
  }
  .entry-content img,
  .wp-block-quote {
    border-radius: 8px;
  }
  .single-post .site-header:not(.scrolled) #primary-menu a,
  .page-template-page_with-post-editor .site-header:not(.scrolled) #primary-menu a,
  .post-type-archive-scholars .site-header:not(.scrolled) #primary-menu a {
    color: white;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .entry-header {
    padding-top: calc(105.5px + 180px);
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 84em) {
  .article-title-container {
    padding-left: 60px;
  }
}

@media screen and (min-width: 1316px) {
  .article-title-container {
    margin-right: calc((100vw - 81.8rem) / 2);
  }
}

@media screen and (min-width: 1450px) {
  .article-title-container {
    margin-right: calc((100vw - 81.8rem) / 2);
    padding-left: calc((100vw - 81.8rem) / 2);
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .entry-title {
    font-size: 26px;
  }
  .post-navigation .nav-links {
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
# Scholars Featured Article
--------------------------------------------------------------*/
.articles-slider-section {
  background: var(--background-grey);
}

.scholars-archive-page .featured-article {
  background: var(--dark-blue);
  color: white;
}

.scholars-archive-page .featured-article h2,
.scholars-archive-page .featured-article h4,
.scholars-archive-page .featured-article p,
.scholars-archive-page .featured-article-copy p span {
  color: white;
}

.scholars-archive-page .article-meta span:last-of-type::before {
  background: var(--lifted-red);
}

.scholars-archive-page .featured-article-image-container img {
  border-radius: 18px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.post-type-archive-scholars .site-header:not(.scrolled) .button {
  background: var(--lifted-red);
}

.article-slide {
  flex: 0 0 80%;
  background: white;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.article-slide:last-child {
  margin-right: 18px;
}

.articles-slider .slider-container {
  gap: 18px;
}

.article-slide .image-container {
  overflow: hidden;
}

.article-slide .image-container img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.article-slide h3 {
  margin: 0;
  margin-bottom: 18px;
}

.article-slide .image-container img {
  transition: all 2000ms var(--custom-ease);
  display: block;
}

.article-slide:hover .image-container img {
  transform: scale(1.1);
}

.article-slide .news-content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  @media (min-width: 50em) {
    padding: 25px;
  }
}

.author-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--background-grey);
  border-radius: 100px;
}

.article-slide .author-lockup {
  margin-top: auto;
}

.author-lockup img {
  border-radius: 50%;
}

.author-lockup p {
  margin: 0;
  line-height: 1.25;
  font-size: 14px;
  color: var(--dark-blue);
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 450, 'INKT' 0;
  margin-top: 1px;
  padding: 5px;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .scholars-archive-page .featured-article-image-container img {
    max-height: 439px;
    width: auto;
    aspect-ratio: 6/5;
    margin: 0 auto;
    display: block;
  }
  .article-slide {
    flex: 0 0 40%;
  }
  .articles-slider .slider-container {
    gap: 30px;
  }
  .article-slide:last-child {
    margin-right: 30px;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .articles-slider {
    margin-top: 60px;
  }
  .scholars-archive-page .featured-article-image-container img {
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .article-slide {
    flex: 0 0 20%;
  }
  .articles-slider .slider-container {
    gap: 50px;
  }
  .article-slide:last-child {
    margin-right: 50px;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .scholars-archive-page .featured-article {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}

/*--------------------------------------------------------------
# Scholars
--------------------------------------------------------------*/

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

.skeleton {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

p.skeleton {
  background: rgb(224, 224, 224);
  min-height: 24px;
  border-radius: 50px;
  margin-bottom: 10px !important;
}

.title-container.skeleton {
  min-width: 240px;
  height: 50px;
  background: rgb(224, 224, 224);
}

.college-tag.skeleton {
  min-width: 100px;
  height: 42px;
  background: rgb(224, 224, 224);
}

.scholar-profile-pic.skeleton {
  background: rgb(224, 224, 224);
  border-color: rgb(167, 167, 167);
}

.scholars-section {
  padding-bottom: 0;
}

.scholars-archive {
  scroll-margin-top: 214px;
}

.scholars-section .intro-copy-container {
  margin-left: 0;
}

.scholar-list {
  background: var(--background-grey);
  padding: 20px;
  padding-bottom: 17px;
  margin-bottom: 18px;
  border-radius: 18px;
  position: relative;
}

.title-container,
.college-tag {
  margin-left: -20px;
  padding-left: 20px;
  background: var(--blue);
  color: white;
  padding: 15px 25px 13px 20px;
  width: fit-content;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-bottom: 10px;
  max-width: 330px;
}

.title-container:has(+ .scholar-profile-pic) {
  max-width: 230px;
}

.scholar-list h2 {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700, 'INKT' 0 !important;
  font-weight: unset;
  margin: 0;
  font-size: 20px;
  color: white;
}

.scholar-list p {
  margin: 0;
  margin-bottom: 6px;
  line-height: 1.3;
}

.scholar-list p:last-of-type {
  margin: 0;
}

.college-tag {
  background: var(--red);
  padding: 10px 20px 8px;
  margin-bottom: 20px;
}

.scholar-profile-pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  border: 2px solid var(--blue);
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}

.scholar-link {
  position: relative;
}

.scholar-link-hover {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 30px;
  height: auto;
  display: block;
  transition: all 300ms ease;
  opacity: 0;
}

.scholar-link:hover .scholar-link-hover {
  transform: translate(6px, 6px);
  opacity: 1;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .scholar-list {
    margin-bottom: 40px;
    height: calc(100% - 40px);
  }
  .college-tag {
    margin-bottom: 30px;
  }
  .scholars-archive {
    scroll-margin-top: 214px;
  }
}

/*--------------------------------------------------------------
# Scholars Filters Bar
--------------------------------------------------------------*/

#filters-bar-container {
  position: sticky;
  top: 100px;
  z-index: 2;
}

.filters-bar {
  display: flex;
  justify-content: space-between;
  background: var(--background-grey);
  border-radius: 100px;
  padding: 10px;
  gap: 10px;
  margin-bottom: 40px;
  transition: all 300ms var(--custom-ease);
}

.filters-bar.sticky {
  box-shadow: rgb(0 0 0 / 8%) 0px 1px 12px;
}

.filters-bar div,
.filters-bar button {
  flex: 0 0 calc(19.5% - 10px);
}

.filters-bar .sort-filter,
.filters-bar .sort-filter button {
  flex: 0 0 calc(22% - 10px);
}

.filters-bar button.button {
  margin-top: 0;
  padding: 10px 19px 8px;
}

.filters-bar button.button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.filters-bar input,
.filters-bar select {
  appearance: none;
  background: white;
  padding: 10px 19px 8px;
  width: 100%;
}

.search-container {
  position: relative;
}

/* clears the 'X' from Internet Explorer */
input[type='search']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

#institution-filter,
#year-filter,
#sort-filter {
  cursor: pointer;
}

.input-down-arrow {
  position: absolute;
  right: 20px;
  top: 14px;
  pointer-events: none;
  transition: all 300ms ease;
}

.input-down-arrow.open {
  transform: rotate(180deg);
}

.search-container svg {
  position: absolute;
  right: 15px;
  width: 17px;
  fill: var(--blue);
  top: 46%;
  transform: translateY(-50%);
}

#clear-search {
  display: none;
  fill: var(--blue);
  width: 15px;
}

.instutution-filter,
.year-filter,
.sort-filter {
  position: relative;
}

.options-popout {
  position: absolute;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 10px 7px;
  background: white;
  width: 100%;
  box-shadow: rgb(0 0 0 / 8%) 0px 1px 12px;
  border-radius: 18px;
  top: 53px;
  outline: 2px solid var(--blue);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms var(--custom-ease);
}

.options-popout li {
  border-radius: 60px;
  padding: 0 12px;
  cursor: pointer;
}

.options-popout li:hover {
  background: var(--background-grey);
}

.options-popout.open {
  transition: all 0ms var(--custom-ease);
  opacity: 1;
  pointer-events: all;
}

/* Range slider */

#year-options {
  background: var(--background-grey);
  width: calc(100% + 290px);
}

#year-options li:last-of-type {
  cursor: unset;
}

.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.year-filter {
  .range-container {
    position: relative;
    height: 6px;
    width: calc(100% - 0px);
    background: white;
    border-radius: 20px;
    margin: 13px 0px 20px;
    --range-left: 0;
    --range-width: 100%;
  }
  .range-container::after {
    content: '';
    position: absolute;
    left: var(--range-left);
    width: var(--range-width);
    height: 100%;
    background-color: var(--blue);
    z-index: 1;
    transform-origin: left;
    opacity: 0.8;
  }
  .range-container div {
    position: absolute;
    top: -7.5px;
    border-radius: 50%;
    background: var(--blue);
    height: 20px;
    width: 20px;
    z-index: 2;
    border: 2px solid var(--blue);
    cursor: pointer;
  }
  .range-container div.active {
    background: white;
  }
  .range-container div:not(.active):hover {
    background: #155894;
  }
  .range-value-container {
    display: flex;
    justify-content: space-between;
  }
  .range-value-container input {
    padding: 0;
    border-radius: 0;
    background: var(--background-grey);
    width: 56px;
    pointer-events: none;
  }
  .range-value-container input:last-of-type {
    position: relative;
    right: -14px;
  }
  .range-value-container input {
    font-size: 14px;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  #filters-bar-container {
    top: 81px;
  }
  .filters-bar {
    flex-direction: column;
    margin-bottom: 18px;
    max-height: 66px;
    overflow: hidden;
    border-radius: 30px;
    border: 2px solid var(--background-grey);
  }
  .filters-bar.open {
    max-height: 274px;
    border-radius: 18px;
    border: 2px solid var(--blue);
  }
  #year-options {
    width: 100%;
  }
  .search-container {
    display: flex;
    justify-content: space-between;
  }
  .search-container input {
    width: 83%;
  }
  .search-container svg {
    right: 23%;
  }
  #open-filters {
    background: var(--red);
    height: 42px;
    border-radius: 50%;
    flex: 0 0 42px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #open-filters svg {
    position: static;
    transform: unset;
    fill: white;
    width: 18px;
  }
}

/*--------------------------------------------------------------
# Single Scholar
--------------------------------------------------------------*/

.scholars {
  .citation {
    text-align: left;
    color: var(--red);
    font-size: 18px;
    @media (min-width: 50em) {
      font-size: 25px;
    }
  }
  .info-bar {
    border-radius: 18px;
    margin: 0 18px;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    gap: 20px;

    @media (min-width: 50em) {
      padding: 24px 30px 18px;
    }

    @media (min-width: 84em) {
      margin: 0 42px;
      justify-content: space-around;
      border-radius: 100px;
    }

    @media (max-width: 1004px) and (min-width: 495px) {
      flex-direction: row;
      flex-wrap: wrap;
    }

    .info-bar-item {
      @media (min-width: 84em) {
        min-width: 15%;
      }
      @media (max-width: 1004px) and (min-width: 495px) {
        min-width: calc(50% - 20px);
      }
      p {
        line-height: 1.3;
        max-width: 300px;
        left: unset;
        &::before {
          content: none;
        }
        span {
          display: block;
          text-transform: uppercase;
          font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 800, 'INKT' 0 !important;
          font-weight: unset;
          letter-spacing: 1.3px;
          margin: 0;
          margin-bottom: 10px;
          font-size: 12px;
          opacity: 0.6;
        }
        .large-stat {
          font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 800, 'INKT' 0 !important;
          font-weight: unset !important;
          font-size: 30px;
        }
      }
    }
  }
}

.scholar-bio {
  .wp-post-image {
    width: 100%;
    display: block;
    border-radius: 18px;
    margin-bottom: 15px;
  }
  blockquote {
    margin-bottom: 15px;
  }
  .scholar-bio-container {
    p:last-of-type {
      margin-bottom: 0;
    }
  }
}

.scholar-articles {
  background: var(--background-grey);
  .cell {
    margin-bottom: 36px;
  }
}

.scholar-article {
  display: block;
  background: white;
  border-radius: 18px;
  overflow: hidden;
  h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .image-container {
    background: var(--dark-blue);
    overflow: hidden;
    img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      transition: all 2000ms var(--custom-ease);
    }
    .no-image-icon {
      position: absolute;
      top: 10px;
      left: 30px;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      border: 2px solid white;
    }
  }

  &:hover {
    .image-container img {
      transform: scale(1.1);
    }
    .button {
      background: var(--lifted-red);
    }
  }
  .no-image {
    display: block;
    color: white;
    font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 800, 'INKT' 0 !important;
    font-weight: unset !important;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 40px 18px 37px;
    text-align: center;
  }
  .news-content {
    padding: 18px;
    .svg-button {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 15px;
      margin-bottom: 5px;
      img {
        width: 18px;
        height: auto;
        position: relative;
        top: -3px;
      }
    }
  }
  .article-icon-lockup {
    display: flex;
    align-items: center;
    background: var(--background-grey);
    padding-right: 10px;
    border-radius: 100px;
    img {
      display: block;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      margin-right: 15px;
      background: white;
    }
    h3 {
      margin-bottom: 0;
      position: relative;
      top: 3px;
    }
  }
}

.scholar-gallery {
  img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
  }
  .cell {
    margin-bottom: 36px;
    p {
      margin-bottom: 0;
    }
  }
}

/*--------------------------------------------------------------
# Trustees
--------------------------------------------------------------*/

.trustees {
  padding-top: 40px;
  padding-bottom: 40px;
}

.trustee-profile {
  background: rgb(249, 249, 249);
  padding: 20px;
  padding-top: 0;
  margin-bottom: 18px;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
}

.trustee-profile:hover .name-lockup {
  width: 93%;
  background: var(--blue);
}

.trustee-profile:hover .name-lockup h3,
.trustee-profile:hover .name-lockup a,
.trustee-profile:hover .name-lockup .trustee-role {
  color: white;
}

.trustee-profile:hover .linkedin-url img {
  filter: invert(1) brightness(2) contrast(100);
}

.name-lockup {
  display: flex;
  background: #efefef;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-left: -20px;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 300ms var(--custom-ease);
}

.name-lockup .trustree-profile-picture {
  flex: 0 0 180px;
  border-radius: 50%;
  object-fit: cover;
  width: 180px;
  height: 180px;
}

.trustee-role {
  text-transform: uppercase;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 800, 'INKT' 0 !important;
  font-weight: unset;
  letter-spacing: 1.3px;
  margin: 0;
  margin-bottom: 15px;
  font-size: 12px;
  color: var(--blue);
  line-height: 1.4;
}

.trustee-profile-left {
  display: flex;
  flex-direction: column;
  max-width: 270px;
}

.linkedin-url,
.trustee-profile-left h3 {
  color: var(--blue);
  margin: 0;
  transition: all 300ms ease;
}

.linkedin-url img {
  transition: all 300ms ease;
}

.linkedin-url:hover {
  color: var(--dark-blue);
}

.linkedin-url:hover img {
  filter: brightness(0.8);
}

.trustee-profile-left h3 {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700, 'INKT' 0;
  font-weight: unset;
  margin-bottom: 15px;
}

.linkedin-url {
  display: flex;
  gap: 10px;
  align-items: center;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 500, 'INKT' 0;
}

.linkedin-url img {
  position: relative;
  top: -2.5px;
}

.trustee-bio p {
  margin: 0;
}

.trustee-bio span {
  color: var(--red);
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700, 'INKT' 0;
  transition: color 300ms ease;
}

.trustee-bio span:hover {
  color: var(--lifted-red);
}

#trustee-modal.open .close-modal {
  transition: padding 300ms var(--custom-ease), transform 400ms var(--custom-ease) 1000ms, opacity 400ms var(--custom-ease) 1000ms;
  transform: translateX(0);
  opacity: 1;
}

.full-trustee-profile-image {
  width: 100%;
  border-radius: 18px;
  display: block;
}

blockquote,
.trustee-profile-scholar-box {
  padding: 20px;
  background: var(--red);
  color: white;
  margin: 30px 0 0;
  border-radius: 18px;
}

.trustee-profile-scholar-box {
  background: var(--blue);
  padding-bottom: 16px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.trustee-profile-scholar-box p {
  margin: 0;
}

blockquote p:first-of-type {
  margin-top: 0;
}

blockquote p:first-of-type::before {
  content: '“';
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote p:last-of-type::after {
  content: '”';
}

.modal-right .linkedin-url {
  color: white;
  transition: all 300ms ease;
}

.modal-right:hover .linkedin-url {
  opacity: 0.8;
}

.modal-right .linkedin-url img {
  filter: invert(1) brightness(2) contrast(100);
}

.split-modal .bio,
.trustee-profile-scholar-box {
  max-width: 560px;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .trustees {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .trustee-profile {
    margin-bottom: 40px;
    padding: 30px;
    padding-top: 0;
  }
  .trustee-profile-left h3 {
    font-size: 30px;
  }
  .name-lockup {
    margin-left: -30px;
    padding-left: 30px;
    width: 90%;
    margin-bottom: 30px;
    min-height: 220px;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .trustees {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .trustees .heading-lockup {
    margin-bottom: 55px;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .name-lockup {
    gap: 5px;
  }
  .name-lockup .trustree-profile-picture {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
  }
  .trustee-role {
    margin-bottom: 6px;
    font-size: 9px;
  }
  .trustee-profile-left h3 {
    margin-bottom: 11px;
  }
  .linkedin-url {
    font-size: 14px;
  }
  .linkedin-url img {
    width: 20px;
    height: 20px;
  }
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.featured-article {
  background: var(--background-grey);
  margin-top: -90px;
  padding-top: 110px;
  padding-bottom: 10px;
}

.featured-article .grid-container.fluid {
}

.featured-article-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.featured-article-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.featured-article-image-container .news-tag {
  position: absolute;
  top: 20px;
  left: 20px;
}

.blog .articles-section {
  background: white;
}

.featured-article-copy {
  max-width: 610px;
  margin-right: auto;
  display: block;
  @media (min-width: 50em) and (max-width: 84em) {
    margin: 0 auto 0 0px;
  }
}

.featured-article-copy p {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 450, 'INKT' 0;
}

.featured-article-copy p span {
  color: var(--red);
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700, 'INKT' 0;
  cursor: pointer;
  transition: color 300ms ease;
}

.featured-article-copy p span:hover {
  color: var(--lifted-red);
}

.news-list-item img {
  border-radius: 18px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  color: var(--dark-blue);
}

.article-meta span:last-of-type {
  position: relative;
  margin-left: 50px;
}

.article-meta span:last-of-type::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 5px;
  background: var(--red);
  border-radius: 50px;
  top: 1.8px;
  left: -33px;
}

.article-meta p {
  display: block;
  text-transform: uppercase;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 800, 'INKT' 0 !important;
  font-weight: unset;
  letter-spacing: 1.3px;
  margin: 0;
  margin-bottom: 15px;
  font-size: 12px;
}

.news-list {
  padding-top: 40px;
  padding-bottom: 40px;
}

.news-list.category-news-list {
  padding-top: 21px;
}

.news-list .entry-title a {
  margin-top: 0;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700, 'INKT' 0 !important;
  font-weight: unset;
  color: var(--dark-blue);
}

.news-list-item:not(:last-of-type) {
  margin-bottom: 40px;
}

.news-list .nav-links {
  text-align: center;
  margin-top: 40px;
}

.news-list .nav-links a.prev,
.news-list .nav-links a.next {
  background: var(--blue);
  color: white;
  padding: 11px 22px 9px;
  border-radius: 50px;
  margin-left: 13px;
  width: fit-content;
}

.news-list .nav-links a.prev {
  margin-left: 0;
  margin-right: 13px;
}

.news-list .nav-links .page-numbers {
  color: var(--blue);
  margin: 0 5px;
}

.news-list .page-numbers.current {
  color: var(--red);
}

.category-list {
  background: var(--background-grey);
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 30px 25px;
}

.category-list h3 {
  margin-top: 0;
}

.category-list ul li {
  list-style: none;
  margin-bottom: 7px;
}

.category-list ul li a {
  color: var(--blue);
  position: relative;
}

.category-list ul a::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 5px;
  background: var(--red);
  border-radius: 50px;
  top: 4px;
  left: -32px;
}

.category-title {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 900, 'INKT' 0 !important;
  margin-bottom: 40px;
  color: var(--blue);
  margin-top: 0;
}

.news-content p a {
  color: var(--red);
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700, 'INKT' 0;
  transition: color 300ms ease;
}

/* Medium and up */
@media screen and (min-width: 50em) {
  .featured-article {
    margin-top: -105.5px;
    padding-top: calc(60px + 60px);
    padding-bottom: 60px;
  }
  .featured-article .grid-container.fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
  .news-list-item {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  .news-list-item img,
  .image-link {
    display: block;
    flex: 0 0 210px;
  }
  .news-list {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .news-list {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .featured-article {
    padding-top: calc(90px + 70px);
    padding-bottom: 90px;
  }
  .category-list {
    max-width: 360px;
    margin-left: auto;
  }
  .category-title {
    margin-bottom: 60px;
  }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .news-list-item img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    margin-bottom: 10px;
  }
  .category-list {
    margin-top: 40px;
  }
  .featured-article-copy .article-meta {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
# Support Header
--------------------------------------------------------------*/

.support-header {
  h2 {
    margin: 25px 0;
    @media (min-width: 50em) {
      margin: 40px 0;
    }
    @media (max-width: 49.9375em) {
      font-size: 20px;
    }
  }
  .button-container {
    @media (max-width: 49.9375em) {
      margin-bottom: 10px;
    }
  }
}

#donate-modal.split-modal::after {
  left: 0;
  width: 100vw;
  transform: translateX(100vw);
  transition: all 700ms var(--custom-ease) 350ms;
}

#donate-modal.split-modal.open::after {
  transform: translateX(0);
}

#donate-modal.split-modal::before {
  width: 100%;
}

#donate-modal.split-modal.open::before {
  transition: all 700ms var(--custom-ease) 0ms;
}

#donate-modal {
  color: white;
  .grid-container {
    height: 100%;

    @media (min-width: 50em) {
      top: -20px;
    }
    @media (max-width: 49.9375em) {
      background: unset;
      padding-top: 85px;
    }
  }
  .grid-x .cell {
    @media (max-width: 49.9375em) {
      &:not(:last-of-type) {
        margin-bottom: 50px;
      }
    }
    @media (min-width: 50em) {
      &:first-of-type,
      &:nth-of-type(2) {
        margin-bottom: 55px;
      }
    }
    @media (min-width: 64em) {
      &:first-of-type,
      &:nth-of-type(2) {
        margin-bottom: 85px;
      }
    }
  }
  a {
    color: white;
  }
  a:not(.button):hover {
    color: var(--lifted-red);
  }
  h3 {
    font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 800, 'INKT' 0;
    font-weight: unset;
    font-size: clamp(30px, 2vw, 40px);
    max-width: 500px;
    margin-top: 0px;
    color: white;
    @media (min-width: 50em) {
      margin-bottom: 50px;
    }
    @media (min-width: 64em) {
      margin-bottom: 80px;
    }
  }
  .donate-card {
    @media (min-width: 50em) {
      max-width: 470px;
      height: 100%;
    }
    h4 {
      color: white;
      margin-top: 0px;
      font-weight: unset;
      font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700, 'INKT' 0 !important;
      font-size: 1.5em;
      line-height: 1.4;
      @media (max-width: 49.9375em) {
        margin-bottom: 14px;
      }
    }
    p:last-of-type {
      margin-bottom: 0;
    }
    .button {
      margin-top: 20px;
    }
  }
}

/*--------------------------------------------------------------
# Support Stats
--------------------------------------------------------------*/

.support-stats {
  background: var(--background-grey);
  .kennedy-face {
    opacity: 0.06;
    position: absolute;
    right: calc(-54vw);
    width: 38vw;
    height: auto;
    top: 0;
    fill: var(--blue);
    @media (max-width: 63.9375em) {
      right: calc(-34vw);
      width: 48vw;
    }
    @media (max-width: 49.9375em) {
      display: none;
    }
  }
  .stats-container {
    position: relative;
    z-index: 1;
  }
}

.support-stats + .featured-scholars {
  position: relative;
  z-index: 1;
  background: white;
}

.stats-copy-container {
  background: var(--blue);
  color: white;
  h2 {
    color: white;
  }
  padding: 30px 25px;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  @media (min-width: 64em) {
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 64px 64px 80px 64px;
  }
  p:last-of-type {
    margin-bottom: 0;
  }
}

.sticky-cell {
  @media (min-width: 50em) {
    position: sticky;
    top: 130px;
  }
}

@keyframes pillsAnimation {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.stat-container {
  margin-top: 30vh;
  margin-bottom: 30vh;
  line-height: 1;
  @media (max-width: 49.9375em) {
    background: white;
    border-radius: 18px;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 30px 20px;
    padding-top: 40px;
  }
  .large-stat {
    font-size: 100px;
    font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 900, 'INKT' 0 !important;
    font-weight: unset !important;
    color: var(--blue);
    &.long-number {
      @media (max-width: 49.9375em) {
        font-size: 50px;
      }
    }
  }
  .pill-container {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    li {
      background: var(--blue);

      border-radius: 50px;
      color: white;
      font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700, 'INKT' 0 !important;
      font-size: 15px;
      padding: 12px 14px 8px;
      border: 3px solid var(--red);
      opacity: 0;
      transform: scale(0.2);
      @media (min-width: 50em) {
        padding: 12px 25px 8px;
        font-size: 18px;
      }
      .stagger & {
        animation-name: pillsAnimation;
        animation-duration: 350ms;
        animation-delay: calc(var(--animation-order) * 200ms);
        animation-fill-mode: both;
        animation-timing-function: ease-in-out;
      }
    }
  }
}

.stat-heading {
  text-transform: uppercase;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 800, 'INKT' 0 !important;
  font-weight: unset;
  letter-spacing: 1.3px;
  margin-top: 0px;
  font-size: 23px;
  color: var(--red);
  @media (min-width: 50em) {
    font-size: 25px;
    max-width: clamp(250px, 30vw, 500px);
  }

  line-height: 1.2;

  [data-type='pie'] & {
    text-align: center;
  }

  [data-type='number'] & {
    @media (max-width: 49.9375em) {
      margin-bottom: 0px;
    }
  }
}

.pie-container {
  width: 100%;
  @media (min-width: 50em) {
    max-width: clamp(250px, 30vw, 500px);
  }
  position: relative;
  aspect-ratio: 1 / 1;
  .pie-centre {
    position: absolute;
    top: 50%;
    left: calc(50% + 9px);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    gap: 30px;
    span {
      display: block;
      position: relative;
      font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 900, 'INKT' 0 !important;
      font-size: 20px;
      &::before {
        content: '';
        position: absolute;
        top: 1px;
        left: -20px;
        display: block;
        width: 14px;
        height: 14px;
        background: var(--blue);
      }
      &:last-of-type::before {
        background: var(--red);
      }
    }
  }
}

.progress-ring {
  width: 100%;
  height: 100%;
}

.progress-ring-circle {
  stroke-dashoffset: 0;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  clip-path: circle();
}

.progress-ring-circle.circle-ready {
  transition: 1.3s stroke-dasharray cubic-bezier(0.8, 0.5, 0.2, 1.4), 1.3s stroke-dashoffset cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

/*--------------------------------------------------------------
# Support Mission
--------------------------------------------------------------*/

.support-mission {
  background: var(--background-grey);
  p:last-of-type {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# Scholarships Header
--------------------------------------------------------------*/

.scholarships-header {
  padding-top: 90px;
  margin-top: -90px;
  background: var(--background-grey);
  .featured-article-copy {
    margin-top: 20px;
    ul {
      margin-bottom: 40px;
      padding-left: 30px;
      li {
        list-style: none;
        position: relative;
        margin-bottom: 10px;
      }
      li::before {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: absolute;
        top: 5px;
        background: var(--blue);
        left: -24px;
      }
    }
  }
  @media (min-width: 50em) {
    margin-top: -105.5px;
    padding-top: calc(60px + 60px);
    .featured-article-copy {
      margin-bottom: 44px;
      margin-top: 0;
    }
  }
  @media (min-width: 64em) {
    padding-top: calc(90px + 70px);
  }
  .button-container .button:last-of-type {
    background: var(--blue);
    color: white;
  }
  .button-container .button:last-of-type:hover {
    background: var(--dark-blue);
  }
}

.image-slider {
  position: relative;
  .slider {
    border-radius: 18px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    max-height: 439px;
    width: auto;
    aspect-ratio: 6 / 5;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    @media (min-width: 64em) {
      border-top-right-radius: 100px;
      border-bottom-left-radius: 100px;
    }
    .slider-container {
      height: 100%;
    }
    .slide,
    .slider {
      width: 100%;
      height: 100%;
    }
    img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  }
}

.caption-container {
  display: grid;

  width: 100%;
  @media (min-width: 50em) {
    max-width: 527px;
    place-content: end;
  }
  max-width: 527px;
  margin: 15px auto 0;
  span {
    display: block;
    text-align: center;
    @media (min-width: 50em) {
      max-width: 380px;
      text-align: right;
    }
    opacity: 0;
    transition: opacity 300ms ease;
    grid-area: 1 / 1;
    font-size: 14.5px;
    &.active {
      opacity: 1;
    }
  }
}

.slider-bullets {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 10px;
  background: var(--background-grey);
  padding: 10px;
  border-radius: 30px;
  @media (max-width: 49.9375em) {
    bottom: 10px;
    gap: 6px;
    padding: 6px;
  }
  .bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    background: var(--blue);
    @media (max-width: 49.9375em) {
      width: 9px;
      height: 9px;
    }
    &:hover {
      background: var(--red);
    }
    &.active {
      background: var(--red);
    }
  }
}

/*--------------------------------------------------------------
# Three Columns
--------------------------------------------------------------*/

.three-columns {
  .heading-lockup {
    max-width: 830px;
    @media (min-width: 50em) {
      margin-bottom: 50px;
    }
  }
  .article-slide {
    margin-right: 0;
    @media (min-width: 50em) {
      height: 100%;
    }
  }
  @media (max-width: 49.9375em) {
    .cell:not(:last-of-type) {
      margin-bottom: 18px;
    }
  }
}

.image-column {
  h3 {
    font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700, 'INKT' 0;
    font-size: 23px;
    line-height: 1.3;
  }
  p:first-of-type {
    margin-top: 0;
  }
  p:last-of-type {
    margin-bottom: 0;
  }
  .news-content {
    background: var(--background-grey);
  }
}

/*--------------------------------------------------------------
# Scholarships Video
--------------------------------------------------------------*/

.plyr__progress .plyr__tooltip,
.plyr__controls .plyr__controls__item.plyr__time {
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 800, 'INKT' 0;
  font-weight: unset !important;
}

.plyr__controls .plyr__controls__item.plyr__time {
  transform: translateY(1.5px);
}

.plyr--video {
  border-radius: 18px;
}

/*--------------------------------------------------------------
# Scholarships Steps
--------------------------------------------------------------*/

.scholarships-steps {
  background: var(--blue);
  min-height: unset;
  .offset-grid {
    background: white;
  }
}

/*--------------------------------------------------------------
# Scholarships Link Blocks
--------------------------------------------------------------*/

.scholarships-link-blocks {
  position: relative;
  @media (max-width: 49.9375em) {
    padding-top: 40px;
  }
  &::before {
    @media (min-width: 50em) {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background: var(--blue);
      z-index: -1;
    }
  }
  .link-block {
    flex: 0 0 calc(25% - 22.5px);
    @media (max-width: 1364px) {
      flex: 0 0 calc(25% - 13.5px);
      flex-direction: column;
    }
    @media (max-width: 820px) {
      flex: 0 0 calc(50% - 18px);
    }
    &:nth-of-type(2) {
      background: var(--red);
    }
    &:nth-of-type(3) {
      background: var(--lifted-red);
    }
  }
}

/*--------------------------------------------------------------
# FAQ Functionality
--------------------------------------------------------------*/

.faq-simple .button {
  margin: 25px auto 0;
  @media (min-width: 50em) {
    margin: 40px auto 0;
  }
}

.faq-question,
.faq-grid {
  label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 22px 12px;
    background: var(--background-grey);
    border-radius: 18px;
    color: var(--blue);
    margin-bottom: 15px;
    cursor: pointer;
    img {
      transform: rotate(0deg);
      position: relative;
      top: -2px;
      transition: all 300ms var(--custom-ease);
    }
    &:hover img {
      top: 1px;
    }
    &:has(+ input:checked) img {
      transform: rotate(180deg);
    }
    @media (min-width: 50em) {
      border-radius: 50px;
      margin-bottom: 25px;
      padding: 18px 25px 14px;
    }
    span {
      display: block;
      font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 650, 'INKT' 0;
      font-size: 17px;
      @media (min-width: 961px) {
        font-size: 18px;
      }
    }
  }
  input {
    display: none;
  }
  .answer-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all 300ms var(--custom-ease);
  }
  .faq-answer {
    min-height: 0;
    padding: 0px 22px;
    @media (min-width: 50em) {
      padding: 0px 25px;
    }
    p:first-of-type {
      margin-top: 0px;
    }
  }
  input:checked + .answer-wrapper {
    grid-template-rows: 1fr;
  }
}

/*--------------------------------------------------------------
# FAQ Section (used on FAQ Page)
--------------------------------------------------------------*/

.faq-section {
  padding-top: 30px;
  padding-bottom: 30px;
  @media (min-width: 50em) {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  h2 {
    text-align: center;
    margin-top: 0;
    font-size: clamp(30px, 2.6vw, 40px);
    font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700, 'INKT' 0 !important;
    font-weight: unset;
    @media (min-width: 64em) {
      margin-bottom: 60px;
    }
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .faq-grid {
    display: grid;
    grid-template-areas:
      'question1 answer'
      'question2 answer'
      'question3 answer'
      'question3 answer'
      'question4 answer'
      'question5 answer'
      'question6 answer'
      'question7 answer'
      'question8 answer'
      'question9 answer'
      'question10 answer'
      'question11 answer'
      'question12 answer'
      'question13 answer'
      'question14 answer'
      'question15 answer';
    grid-template-columns: 45% 55%;
    grid-auto-rows: auto;
    gap: 0px 50px;
    label {
      height: fit-content;
      span,
      img {
        pointer-events: none;
      }
      img {
        transform: rotate(270deg) !important;
        top: -2px !important;
        opacity: 0;
        left: -4px;
      }
      &.active img {
        opacity: 1;
        left: 0;
      }
    }
    .answer-wrapper {
      grid-area: answer;
      overflow: unset;
      opacity: 0;
      transition: all 300ms var(--custom-ease);
      &.active {
        opacity: 1;
      }
      .faq-answer {
        min-height: unset;
        padding: 0;
      }
    }
  }
}

/*--------------------------------------------------------------
# Standard Header
--------------------------------------------------------------*/

.standard-header {
  margin-top: -90px;
  background-color: var(--dark-blue);
  display: flex;
  padding-top: 100px;
  padding-bottom: 40px;
  @media (min-width: 50em) {
    padding-top: calc(105.5px + 40px);
    padding-bottom: 60px;
    margin-top: -105.5px;
    margin-bottom: 50px;
  }
  @media (min-width: 64em) {
    padding-top: calc(105.5px + 60px);
    padding-bottom: 100px;
  }
  .article-title-container {
    background: white;
  }
}

/* Medium and up */
@media screen and (min-width: 50em) {
}

/* Small only */
@media screen and (max-width: 49.9375em) {
}

/* Medium and up */
@media screen and (min-width: 50em) {
}

/* Medium only */
@media screen and (min-width: 50em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}

/* Very large and up */
@media screen and (min-width: 84em) {
}
