@font-face {
  font-family: "jkaf-icons";
  src: url("/content/themes/site/assets/static/fonts/jkaf-icons.eot");
  src: url("/content/themes/site/assets/static/fonts/jkaf-icons.eot#iefix") format("eot"), url("/content/themes/site/assets/static/fonts/jkaf-icons.woff#iefix") format("woff"), url("/content/themes/site/assets/static/fonts/jkaf-icons.ttf#iefix") format("truetype"), url("/content/themes/site/assets/static/fonts/jkaf-icons.svg#iefix") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * Miscellaneous Utilities
 *
 * @author Drake Cooper
 * @link http://www.drakecooper.com
 * @copyright (c) 2012, Drake Cooper. All rights reserved.
 * @info This is a custom file and may not be used, modified, or reproduced
 * without express permission of Drake Cooper.
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/**
 * Remove default margin.
 */
body {
  font-size: unset !important;
  margin: 0;
  padding-bottom: 69px;
  overflow-x: hidden;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.ir {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  direction: ltr;
  background-color: transparent;
  background-repeat: no-repeat;
}
.ir br {
  display: none;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 88, 112, 0.65);
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxBottomCenter {
  display: none;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  bottom: 0;
  left: 0;
  position: absolute;
}

#cboxNext {
  bottom: 0;
  left: 27px;
  position: absolute;
}

#cboxClose {
  bottom: 0;
  position: absolute;
  right: 20px;
}

#colorbox button.go,
#colorbox a.button.go {
  margin: 0;
}

#main {
  overflow-x: hidden;
}

#content {
  max-width: 1280px !important;
  padding: 0 20px !important;
}

.content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.masthead {
  display: table;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom 0 right 43%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.masthead h1 {
  color: #fff;
  font-size: clamp(2.25rem, 8vw, 4rem);
  text-align: center;
}
.masthead::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.14);
}
.masthead .wrapper {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  z-index: 20;
}

.masthead h1 {
  display: block;
  position: relative;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.masthead h1 span {
  display: block;
  font-size: 36px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 739px) {
  .masthead h1 span {
    font-size: 24px;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(5px);
  }

  60% {
    transform: translateY(0);
  }
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(5px);
  }

  60% {
    transform: translateY(0);
  }
}

.masthead a.scroll-indicator {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 10em;
  left: 50%;
  color: white;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.masthead a.scroll-indicator img {
  width: 19px;
  height: 10px;
  animation: bounce 2s ease-in-out infinite;
}

@media screen and (min-width: 1000px) {
  .masthead {
    background-position: top center;
  }
}

@media only screen and (max-width: 739px) {
  .masthead a.scroll-indicator {
    display: none;
  }
}

#in-page-nav {
  background: #fff;
  text-align: center;
  z-index: 80;
  width: 100%;
  left: 0;
  position: fixed;
  bottom: 0;
  border: none;
}
#in-page-nav ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  justify-content: center;
  margin: 0 auto;
  font-size: 0;
}

@media only screen and (max-width: 739px) {
  #in-page-nav ul {
    background: #fff;
  }
}
#in-page-nav ul li {
  padding: 0;
  margin: 0;
}

#in-page-nav ul li > a {
  display: block;
  padding: 10px 0;
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #454749;
}

#in-page-nav ul li:first-of-type > a {
  margin-left: 0;
}
#in-page-nav ul li:last-of-type > a {
  margin-right: 0;
}

#in-page-nav ul li.active > a {
  position: relative;
  text-decoration: underline;
}

#in-page-nav ul li > a:hover,
#in-page-nav ul li > a:active,
#in-page-nav ul li > a:focus {
  text-decoration: underline;
}

#in-page-nav button.accordion-toggle {
  height: 69px;
  color: #334b63;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}

#in-page-nav .accordion {
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  will-change: max-height;
  transition: all 0.2s;
}

#in-page-nav .accordion.expanded {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 1000px) {
  #in-page-nav button.accordion-toggle {
    display: none;
  }

  #in-page-nav .accordion {
    overflow: visible;
    visibility: visible;
    max-height: unset !important;
    opacity: 1;
  }

  #in-page-nav ul {
    flex-direction: row;
  }

  #in-page-nav ul li > a {
    padding: 27px 10px 26px;
  }

  #in-page-nav ul li.active > a {
    text-decoration: none;
  }

  #in-page-nav ul li.active > a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background-color: #334B63;
  }
}

@media screen and (min-width: 1150px) {
  #in-page-nav ul li > a {
    padding: 27px 20px 26px;
  }
}

@media screen and (min-width: 1300px) {
  #in-page-nav ul li > a {
    margin: 0 10px;
  }
}

.video-container {
  position: relative;
  width: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper > .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jj-vid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  padding: 40px 20px;
  min-height: calc(100vh - 68px);
}

@media only screen and (min-width: 1240px) {
  .jj-vid {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1440px) {
  .jj-vid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.jj-vid h2 {
  padding: 0;
  margin-bottom: 60px;
  color: #334B63;
  font-size: 1.75rem;
  line-height: 1;
  text-align: center;
  text-transform: upppercase;
}


.jj-vid .video-container {
  max-width: 1080px;
  margin: 0 auto;
  background: #1c1c1c;
}
.jj-vid .video-container > span {
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #f1f1f1;
  font-size: 14px;
  letter-spacing: 0.05em;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

Directors Perspective

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

#directors-perspective {
  position: relative;
  width: calc(100% + 40px);
  margin-left: -20px;
  min-height: calc(100vh - 68px);
  padding: 96px 20px 160px;
}

#directors-perspective > .wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

#directors-perspective h2 {
  padding: 0;
  margin-bottom: 70px;
  color: #334B63;
  font-size: 1.75rem;
  line-height: 1;
  text-align: center;
}

#directors-perspective .overlapping-content {
  display: flex;
}

#directors-perspective .overlapping-content figure {
  position: relative;
  z-index: 2;
  width: 21%;
  margin-top: 45px;
  transform: translateX(-100%);
  opacity: 0;
}

#directors-perspective .overlapping-content figure img {
  width: 100%;
}

#directors-perspective .overlapping-content figure .director {
  display: none;
}

#directors-perspective .overlapping-content .copy {
  width: calc(79% + 100px);
  margin-left: -65px;
  padding: 45px 35px 45px 100px;
  background-color: white;
  transform: translateX(100%);
  opacity: 0;
}

#directors-perspective .overlapping-content .copy .director .name {
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
  #directors-perspective {
    padding: 50px 20px;
  }

  #directors-perspective h2 {
    margin-bottom: 33px;
  }

  #directors-perspective .overlapping-content {
    display: block;
    position: relative;
  }

  #directors-perspective .overlapping-content figure {
    position: absolute;
    bottom: 38px;
    left: 28px;
    width: 80%;
  }

  #directors-perspective .overlapping-content figure img {
    display: inline;
    width: 40%;
    margin-right: 10px;
  }

  #directors-perspective .overlapping-content figure .director {
    display: inline-block;
  }

  #directors-perspective .overlapping-content figure .name {
    font-weight: bold;
    margin-bottom: 1em;
  }

  #directors-perspective .overlapping-content .copy {
    padding: 38px 28px;
    margin-left: 0;
    width: 100%;
  }

  #directors-perspective .overlapping-content .copy .director {
    display: none;
  }

  #directors-perspective .overlapping-content .copy p:last-of-type {
    /* margin: 70px 0 70px 131px; */
    margin-bottom: 12.5em;
  }
}

@media screen and (min-width: 900px) {
  #directors-perspective .overlapping-content .copy {
    padding: 45px 75px 45px 100px;
  }
}

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

Initiatives

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

.featured-initiatives {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 68px);
}

.featured-initiatives .content {
  padding: 40px 20px;
  flex-grow: 1;
}

.featured-initiatives .columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px 0 40px;
}

.featured-initiatives h3 {
  margin: 50px 0 20px;
  padding: 0;
  color: #334B63;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
}

.featured-initiatives li {
  text-align: center;
}

.featured-initiatives li a {
  color: #334b63;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.7;
  text-transform: uppercase;
  box-shadow: none;
}

.featured-initiatives a:hover {
  background-color: transparent;
}

.featured-initiatives .links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.featured-initiatives .button {
  margin: 20px 0 30px;
  text-decoration: none;
  box-shadow: none;
}

.featured-initiatives a.button:hover {
  background-color: #243E57;
}

.featured-initiatives .text-link {
  font-weight: 600;
}

.featured-initiatives li,
.featured-initiatives .button,
.featured-initiatives .text-link {
  transform: translateY(20px);
  opacity: 0;
}

@media screen and (min-width: 700px) {
  .featured-initiatives h3 {
    font-size: 1.75rem;
  }

  .featured-initiatives li a {
    font-size: 1rem;
    font-weight: 600;
  }
}


@media screen and (min-width: 950px) {
  .featured-initiatives .columns {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin: 80px 0 85px;
  }

  .featured-initiatives .column {
    width: 32%;
    transform: translateY(40px);
    opacity: 0;
  }

  .featured-initiatives .button {
    margin: 70px 0 30px;
  }

  .featured-initiatives li {
    transform: none;
    opacity: 1;
  }

  .featured-initiatives a {
    white-space: nowrap;
  }
}

@media screen and (min-width: 1100px) {
  .featured-initiatives h3 {
    margin-bottom: 70px;
  }

  .featured-initiatives ul {
    column-gap: 8vw;
  }
}

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

Giving Strategy

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

.giving-strategy {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 68px);
}

.giving-strategy .content {
  padding: 40px 20px;
  flex-grow: 1;
}

.giving-strategy .columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px 0 40px;
}

.giving-strategy h3 {
  margin: 30px 0 10px;
  padding: 0;
  color: #334B63;
  font-size: 1.125rem;
  line-height: 1;
}

.giving-strategy h2 {
  margin: 50px 0 20px;
  padding: 0;
  font-size: 1.75rem;
  color: #334B63;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 950px) {
  .giving-strategy .columns {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin: 80px 0 85px;
  }

  .giving-strategy .column {
    width: 32%;
    transform: translateY(40px);
  }

  .giving-strategy h3,
  .giving-strategy p {
    text-align: center;
  }
}

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

Visions & Values

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

#vision-values {
  overflow-x: hidden;
  padding-bottom: 0;
  background-image: url("/content/themes/site/assets/static/images/year-in-giving-review/bg-values.jpg");
  background-position: center;
  background-size: cover;
}

.vv-slide {
  overflow-x: hidden;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100vw;
  height: 100vh;
}

.vv-slide .content {
  width: 100%;
  padding: 33vh 70px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.vv-slide .content * {
  color: white;
}

.vv-slide .content .text {
  transform: translateX(50%);
  transition: unset;
  opacity: 0;
}
.vv-slide .content.vision:hover ,
.vv-slide .content.mission:hover,
.vv-slide .content.values:hover  {
  background-color: transparent;
}

.vv-slide .content.vision {
  background-color: #202944;

}

.vv-slide .content.mission {
  background-color: #3D5770;
}

.vv-slide .content.values {
  background-color: #4D748B;
}

.vv-slide .content.values p {
  margin-bottom: 0;
}

.vv-slide h2 {
  padding: 0;
  margin-bottom: 20px;
  font-size: 1rem;
}

.vv-slide p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 46px;
  max-width: 30ch;
}

.vv-slide .columns {
  width: 100%;
}

.vv-slide .column {
  padding: 0px 20px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .vv-slide {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .vv-slide .content {
    min-height: 100vh;
  }

  .vv-slide .content.vision:hover {
    background-color: #202944;
  }

  .vv-slide .content.mission:hover {
    background-color: #3D5770;
  }

  .vv-slide .content.values:hover {
    background-color: #4D748B;
  }
}

@media screen and (min-width: 800px) {
  .vv-slide .columns {
    display: flex;
  }

  .vv-slide .column {
    flex: 1 0 0;
    width: 50%;
  }
}

@media screen and (min-width: 900px) {
  .vv-slide h2 {
    font-size: 1.5em;
  }

  .vv-slide p {
    font-size: 1.75em;
  }
}

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

Year Giving

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

.giving {
  position: relative;
  background-color: white;
}

.giving .carousel {
  width: 100vw;
  height: 100vw;
  opacity: 0;
}

.giving .slick-list,
.giving .slick-track {
  height: 100%;
}

.giving .slick-arrow {
  /* position: absolute; */
  z-index: 100;
}

.giving .slide {
  position: relative;
}

.giving .slide img {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.giving .carousel::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40vw;
  background: linear-gradient( to top, rgba(0,0,0,1), rgba(0,0,0,0));
}

.giving .carousel-nav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8%;
}

.giving .carousel-nav p {
  width: 100%;
  text-align: center;
}

.giving .carousel-nav .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  color: white;
  font-size: 1.5rem;
}

.giving .carousel-nav .slick-prev {
  transform: translateX(-1rem);
}

.giving .carousel-nav .slick-next {
  transform: translateX(1rem);
}

.giving .carousel-nav .label {
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
}

.giving .inner {
  max-width: 1400px;
}

.giving .content {
  position: relative;
  z-index: 10;
  padding: 0;
  max-width: unset;
}

.giving .banner {
  text-align: center;
  background-color: #3d5770;
  border: 9px solid white;
  max-width: 90%;
  margin: -20px auto 0 auto;
}

.giving .banner p:first-child {
  margin-bottom: 5px;
  color: white;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.giving .banner p:last-child {
  margin-bottom: 0;
  color: white;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}

.giving .banner p span[data-num] {
  font-feature-settings: 'tnum';
  font-variant-numeric: tabular-nums
}

.giving .bullet,
.giving .banner {
  opacity: 0;
  transform: translateX(-100%);
}

.giving .bullets {
  padding: 2rem 1rem;
}

.giving .bullet {
  margin-bottom: 30px;
}

.giving .bullet:last-child {
  margin-bottom: 0px;
}

.giving .bullet p:first-child {
  margin-bottom: 10px;
  color: #3D5770;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

.giving .bullet p:last-child {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.66;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .carousel-wrapper {
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .giving {
    display: flex;
    align-items: center;
    padding-bottom: 0;
  }

  .giving .inner {
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
  }

  .giving .carousel-wrapper {
    position: relative;
    order: 2;
    width: 50%;
    margin-top: 10px;
    aspect-ratio: 1/1;
  }

  .giving .carousel {
    width: 100%;
    height: 100%;
  }

  .giving .carousel::after {
    height: 200px;
  }

  .giving .carousel-nav {
    /* position: absolute; */
    /* bottom: 5%; */
  }

  .giving .carousel-nav .label {
    font-size: 1.375rem;
  }

  .giving .content {
    padding-right: 6%;
    width: 50%;
  }

  .giving .banner {
    margin-top: 0;
    text-align: left;
    padding: 1.5rem;
    margin: 0;
    max-width: unset;
  }

  .giving .banner p:first-child {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }

  .giving .banner p:last-child {
    font-size: clamp(2.5rem, 4vw + 1rem, 4.5rem);
  }

  .giving .bullets {
    padding: 1.5rem;
  }

  .giving .bullet {
    margin-bottom: 2.5rem;
  }

  .giving .bullet p:first-child {
    font-size: clamp(2rem, 5vw + 1rem, 3.25rem);
  }

  .giving .bullet p:last-child {
    font-size: clamp(0.925rem, 5vw + 1rem, 1rem);
  }
}

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

Year Highlights

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

.highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: white;
  padding: 100px 0;
  min-height: calc(100vh - 69px);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.highlight h2 {
  position: absolute;
  top: 40px;
  left: 50%;
  color: #334b63;
  font-size: 1.75rem;
  line-height: 1;
  transform: translateX(-50%);
}

.highlight.paratriathalon {
  background-image: url('/content/themes/site/assets/static/images/year-in-giving-review/background-1.jpg');
  background-position-x: 75vw;
}

.highlight.education {
  background-image: url('/content/themes/site/assets/static/images/year-in-giving-review/bg-class.jpg');
  background-position-x: -15vw;
}

.highlight.play {
  background-image: url('/content/themes/site/assets/static/images/year-in-giving-review/background-3.jpg');
  background-position-x: 75vw;
}

.highlight .content {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.highlight.education .content {
  flex-direction: row;
}

.highlight .video-popup,
.highlight .copy {
  width: 48%;
}

.highlight .copy h3 {
  padding: 0;
  margin-bottom: 0.8rem;
  color: #333;
  font-size: 1.375rem;
  line-height: 1.13;
}

.highlight a.button {
  text-decoration: none;
  box-shadow: none;
}

.highlight a.button:hover {
  background-color: #243E57;
}

.highlight .video-popup,
.highlight .copy {
  opacity: 0;
}

.highlight .video-popup {
  transform: translateX(100%);
}

.highlight .copy {
  transform: translateX(-100%);
}

.highlight.education .video-popup {
  transform: translateX(-100%);
}

.highlight.education .copy {
  transform: translateX(100%);
}

@media screen and (max-width: 800px) {
  .highlight {
    background-image: none !important;
  }

  .highlight h2 {
    top: 20px;
    font-size: 1.125rem;
    text-align: center;
  }

  .highlight.first .content {
    margin-top: 100px;
  }

  .highlight .content,
  .highlight.education .content {
    flex-direction: column;
  }

  .highlight .video-popup {
    position: relative;
    width: 100%;
    /* height: 0; */
    /* padding-bottom: 56.25%; */
    margin-bottom: 20px;
  }

  .highlight .video-popup,
  .highlight .copy {
    width: 100%;
  }

  .highlight .video-popup .video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .highlight .copy h3 {
    font-size: 1.125rem;
  }

  .highlight .copy p {
    font-size: 0.875rem;
  }
}

.total {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: calc(100vh - 69px);
  background-image: url("/content/themes/site/assets/static/images/year-in-giving-review/total-given-background.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.total p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
}

.total .label {
  font-size: 1rem;
}

.total .main {
  margin: 0.5ch 0;
  font-size: 2.875rem;
}

.total .dollar {
  margin: 0 0 0 0.5ch;
  font-size: 5.125rem;
}

.total .number {
  width: 2.6em;
  display: inline-block;
  font-size: 5.125rem;
}

@media screen and (min-width: 900px) {
  .total p {
    flex-direction: row;
  }

  .total .label {
    font-size: 1rem;
  }

  .total .main {
    margin: 0 0.5ch;
    font-size: 5.125rem;
  }
}

@media screen and (max-width: 800px) {
  .scrollsnaps .total {
    min-height: 50vh;
    padding-bottom: 20px;
  }

  .scrollsnaps .total p {
    margin-bottom: 0;
  }

  .total .label {
    margin: 0.5ch 0;
  }

  .total .number {
    width: 2.75em;
  }

  .total .main,
  .total .dollar,
  .total .number {
    font-size: 2.275rem;
  }
}

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

Staff

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

#staff {
  background-color: white;
  position: relative;
  padding: 0 0 40px;
}

@media only screen and (min-width: 800px) {
  #staff {
    padding: 0 0 60px;
  }
}

#staff > .content {
  position: relative;
  padding-top: 40px;
}
@media only screen and (min-width: 800px) {
  #staff > .content {
    padding-top: 74px;
  }
}

#staff h2 {
  padding: 0;
  margin-bottom: 30px;
  color: #292929;
  font-size: 1.75rem;
  line-height: 2;
  text-transform: uppercase;
}

#staff ul {
  padding: 0 10px;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#staff ul li {
  cursor: pointer;
  margin-bottom: 38px;
  width: calc(50% - 20px);
  margin: 0 10px;
}
@media only screen and (min-width: 560px) {
  #staff ul li {
    margin-bottom: 48px;
    width: calc(33.3333333% - 20px);
  }
}
@media only screen and (min-width: 800px) {
  #staff ul li {
    width: calc(25% - 20px);
  }
}
@media only screen and (min-width: 1100px) {
  #staff ul li {
    width: calc(20% - 20px);
  }
}
#staff figcaption {
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #1c1c1c;
}

#staff figcaption > .title {
  margin: 5px 0;
  font-weight: 400;
}
#staff figcaption > .view {
  text-transform: uppercase;
  font-weight: 600;
  color: #3d5770;
}
#staff figcaption > .bio {
  display: none;
}
#staff figcaption img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.bio-wrapper {
  padding: 0 20px;
}

.overlay {
  position: relative;
}

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

Download

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

#download {
  background-color: white;
  min-height: 60vh;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}

#download .content {
  border-top: 2px solid #d8d8d8;
  min-height: 60vh;
  align-items: center;
}

@media only screen and (min-width: 800px) {
  #download .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 800px) {
  #download .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

#download h2 {
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #292929;
}
#download .instructions {
  position: relative;
  padding: 40px 0 22px;
  background: #fff;
  z-index: 1;
}

#download .instructions p {
  margin-bottom: 0;
  color: #292929;
  font-weight: 300;
}

#download .instructions .copy-lrg {
  display: none;
}
@media only screen and (min-width: 800px) {
  #download h2 {
    display: inline-block;
    text-align: left;
  }

  #download .instructions {
    padding: 60px 60px 60px 0;
  }

  #download .instructions .copy-lrg {
    display: inline;
  }
  #download .instructions .copy-sml {
    display: none;
  }
}
#download .button-wrapper {
  position: relative;
  padding: 0 0 62px;
  text-align: center;
}

@media only screen and (min-width: 800px) {
  #download .button-wrapper {
    margin-left: auto;
    padding: 60px 0 60px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.ie10 #download .button-wrapper {
    display: block;
    width: calc(100% - 400px);
  }
}

#download .button-wrapper > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 14px 30px 14px 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: white;
  background-color: #3D5770;
  box-shadow: none;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (min-width: 800px) {
  #download .button-wrapper > a {
    display: flex;
    font-size: 1.125rem;
  }
}

#download .button-wrapper > a:hover {
  box-shadow: inset 0 -3px 0 #202944;
}
#download .button-wrapper > a .date {
  margin-right: 0.5ch;
}
#download .button-wrapper > a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #202944;
  width: 48px;
  height: 48px;
  margin-right: 30px;
}
@media only screen and (min-width: 800px) {
  #download .button-wrapper > a {
    margin: auto;
    align-self: center;
  }
}

/*# sourceMappingURL=year-in-giving-review-2020.css.map */
.page-2022-year-in-giving-review .primary-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
}

.scrollsnaps {
  width: 100vw;
  height: 100vh;
  overflow: hidden auto;
  background-size: cover;
  background-position: 0% 0%;
  background-color: #243E57;
  background-image: url('/content/themes/site/assets/static/images/year-in-giving-review/bg-values.jpg');
}

.scrollsnaps > section {
  padding-bottom: 69px;
  height: auto;
  min-height: 110vh;
  overflow: hidden auto;
}

/* Mobile Nav Fix */
@media screen and (max-width: 800px) {
  #flyout-container {
    min-height: 30em;
  }
}
