@font-face {
  font-family: 'Tofino';
  src: url("../fonts/TofinoRegular.woff") format("woff"), url("../fonts/TofinoRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tofino';
  src: url("../fonts/TofinoBook.woff") format("woff"), url("../fonts/TofinoBook.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Tofino';
  src: url("../fonts/TofinoLight.woff") format("woff"), url("../fonts/TofinoLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Tofino';
  src: url("../fonts/TofinoThin.woff") format("woff"), url("../fonts/TofinoThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Tofino';
  src: url("../fonts/TofinoMedium.woff") format("woff"), url("../fonts/TofinoMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Tofino';
  src: url("../fonts/TofinoBold.woff") format("woff"), url("../fonts/TofinoBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Tofino';
  src: url("../fonts/TofinoBlack.woff") format("woff"), url("../fonts/TofinoBlack.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Tofino';
  src: url("../fonts/TofinoUltra.woff") format("woff"), url("../fonts/TofinoUltra.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'EB Garamond';
  src: url("../fonts/EBGaramond-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EB Garamond';
  src: url("../fonts/EBGaramond-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

h1 {
  color: #434344;
  font-family: "Sanchez", serif;
  font-size: 50px;
  font-weight: 400;
  margin: 0 0 1em;
}

h2 {
  color: #434344;
  font-family: "Tofino", sans-serif;
  font-size: 39px;
  line-height: 44px;
  font-weight: 700;
  margin: 13px 0 0.6em;
}

h3,
.search-results__link {
  color: #434344;
  font-family: "Tofino", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin: 14px 0 1em;
}

h4 {
  color: #434344;
  font-family: "Tofino", sans-serif;
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 1.7em 0 0.8em;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.04em;
}

.list,
.single-page-giving__shedule-content ul,
.single-page-giving__structure ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-item,
.single-page-giving__shedule-content ul li,
.single-page-giving__structure ul li {
  color: #434344;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 10px;
  position: relative;
}

.list-item:before,
.single-page-giving__shedule-content ul li:before,
.single-page-giving__structure ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #d18316;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: -13px;
}

.header--leading,
.news-page__categories > a {
  color: #434344;
  font-family: "Sanchez", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 54px;
  margin: 0 0 30px;
}

.header--leading:after,
.news-page__categories > a:after {
  content: '';
  display: block;
  margin: 25px auto 0;
  width: 100%;
  max-width: 99px;
  height: 5px;
  background-color: #e8cf00;
  transition: 0.2s ease-in-out all;
}

.paragraph-garamond,
.short-post__content,
.single-team__content p,
.paragraph-garamond--leading,
.paragraph-garamond--medium {
  color: #434344;
  font-family: "EB Garamond", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.025em;
}

.paragraph-garamond--medium {
  font-size: 27px;
  line-height: 38px;
  margin-bottom: 1.05em;
}

.paragraph-garamond--leading {
  font-size: 30px;
}

.paragraph-tofino,
.paragraph-tofino--leading {
  color: #434344;
  font-family: "Tofino", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-tofino--leading {
  font-size: 28px;
}

hr {
  width: 99px;
  height: 5px;
  display: block;
  border-top: 5px solid #e8cf00;
  margin: 20px auto;
}

.paragraph-light {
  color: #7f7e7d;
  font-size: 16px;
  font-weight: 400;
  margin: 63px 0 8px;
  letter-spacing: 0.04em;
}

.paragraph-light:first-child {
  margin-top: 30px;
}

/*! normalize.css v6.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */

/* Set font and clear body padding */

html,
body,
button,
input,
select,
textarea {
  font-family: "Tofino", sans-serif;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.15em;
  color: #434344;
  -webkit-font-smoothing: antialiased;
}

#page {
  padding-top: 129px;
}

/* Setting sizes is much more predictable with border-box */

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

/* Make all images responsive */

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

/* Normalize links across browsers */

a {
  color: #26527c;
  text-decoration: underline;
}

a img {
  border: 0;
}

a:focus,
a:hover {
  color: #3879b7;
}

/* Make inputs on iOS look normal */

input {
  -webkit-appearance: none;
}
input [type="checkbox"] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

/**
 * WordPress specific base styles.
 */

.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Make WordPress media inserted to post behave correctly */

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignnone {
  display: inline-block;
}

.aligncenter {
  display: block;
  margin: 20px auto;
  clear: both;
  text-align: center;
}

/* Make a 404 page look nicer and more readable */

.error404 {
  text-align: center;
}

.error404 ul {
  text-align: left;
}

.navigation.pagination {
  clear: both;
}

/* WP navigation menus are lists, but they don't need default list styling */

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul:before,
nav ul:after {
  content: '';
  display: table;
}

nav ul:after {
  clear: both;
}

.page-title {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-title__wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  min-height: 238px;
}

.page-title:after {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8b0e04;
  opacity: 0.8;
}

.page-title__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.page-title__title {
  color: #f6f4f1;
  font-family: "Tofino", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 100px;
  position: relative;
  z-index: 3;
  margin: 4px 0 0;
  text-align: center;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-lightbox {
  display: none;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  z-index: 21;
  background: #FFF;
  padding: 16px;
}

.embed-lightbox-show .embed-lightbox {
  display: block;
}

.embed-lightbox__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(100, 100, 100, 0.8);
  z-index: 20;
  cursor: pointer;
}

.embed-lightbox-show .embed-lightbox__overlay {
  display: block;
}

.columns-section {
  margin-bottom: -1px;
}

.columns-section__columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-collapse: collapse;
}

.columns-section__columns--1 {
  border-bottom: 1px solid #cfd0d0;
  border-top: 1px solid #cfd0d0;
}

.columns-section__columns--1 .columns-section__column {
  width: 100%;
}

.columns-section__columns--1 .columns-section__column--padding {
  padding: 79px 10% 62px;
}

.columns-section__columns--2 .columns-section__column {
  width: 50%;
}

.columns-section__columns--2 .columns-section__column--padding {
  padding: 30px 60px;
}

.columns-section__columns--2 .columns-section__column:nth-child(1) {
  border-right: 1px solid #cfd0d0;
}

.columns-section__columns--3 {
  border-bottom: 1px solid #cfd0d0;
  border-top: 1px solid #cfd0d0;
}

.columns-section__columns--3 .columns-section__column {
  width: 33.333%;
}

.columns-section__columns--3 .columns-section__column--padding {
  padding: 82px 82px 58px;
}

.columns-section__columns--3 .columns-section__column:nth-child(2) {
  border-left: 1px solid #cfd0d0;
  border-right: 1px solid #cfd0d0;
}

.columns-section__column .button {
  margin-top: 42px;
}

.columns-section__column--link {
  text-decoration: none;
  transition: 0.2s ease-in-out all;
  color: inherit;
}

.columns-section__column--link:hover {
  background: #e1e1e2;
  text-decoration: none;
  color: inherit;
}

.columns-section__column--link:hover .header--leading:after,
.columns-section__column--link:hover .news-page__categories > a:after {
  background-color: #434344;
}

.section-content-with-columns {
  background: #FFF;
  padding: 111px 0 128px 0;
  border-top: 1px solid #ede4d8;
  border-bottom: 1px solid #ede4d8;
}

.section-content-with-columns__columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 97px;
  padding: 0 20px;
}

.section-content-with-columns__column {
  width: 33.33%;
  text-align: center;
  padding: 5px 40px 10px 40px;
}

.section-content-with-columns__column:nth-child(2) {
  border-left: 1px solid #d4d5d5;
  border-right: 1px solid #d4d5d5;
}

.section-content-with-columns__column-title {
  color: #434344;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 22px;
}

.section-content-with-columns__column-description {
  letter-spacing: 0;
}

.section-content-with-columns__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 61px;
  padding: 0 12px;
  margin-bottom: -20px;
}

.section-content-with-columns__link {
  width: 33.33%;
  padding: 0 13.5px;
  line-height: 1.4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-content-with-columns__link > a {
  min-height: 269px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #ffffff;
  font-family: "Tofino", sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease-in-out all;
}

.section-content-with-columns__link > a:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.7;
}

.section-content-with-columns__link > a > div:nth-child(2) {
  margin-top: 15px;
  position: relative;
  top: 23px;
  content: '';
  background-image: url("../images/icon-arrow-circle.svg");
  background-size: 33px 33px;
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
}

.section-content-with-columns__button {
  margin-top: 65px;
  margin-bottom: -40px;
}

.section-content-with-columns__button a {
  margin: 0;
}

.section-content {
  padding-top: 104px;
  padding-bottom: 72px;
}

.buttons-block {
  padding: 57px 0 43px;
}

.buttons-block p:empty {
  display: none;
}

.buttons-block p {
  margin: 0;
}

.buttons-block__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin: 0 auto;
}

.buttons-block__column {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 25px;
}

.buttons-block__column:first-of-type {
  text-align: right;
}

.link,
.button {
  transition: 0.2s ease-in-out all;
  text-decoration: none;
  display: inline-block;
}

.link:hover,
.button:hover {
  text-decoration: none;
}

.button {
  margin: 0 0 10px;
}

.button--default,
.button--yellow {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  border-radius: 26px;
  padding: 10px 16px 14px 25px;
}

.button--default:hover,
.button--yellow:hover {
  color: #ffffff;
}

.button--default:after,
.button--yellow:after {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  background-size: 13px 13px;
  background-image: url("../images/icon-btn-arrow-light.svg");
  margin-left: 15px;
}

.button--yellow {
  padding: 11px 21px 15px 27px;
  line-height: 1.2;
}

.button.button--down:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.button--default {
  background-color: #5f6062;
}

.button--default:hover {
  background-color: #8f9091;
}

.button--default.button--lighter {
  color: #696a6d;
  background-color: #e1e1e2;
}

.button--default.button--lighter:hover {
  color: #696a6d;
  background-color: #d4d4d5;
}

.button--default.button--lighter:after {
  background-image: url("../images/icon-btn-arrow-dark.svg");
}

.button--yellow {
  background-color: #e8cf00;
}

.button--yellow:hover {
  background-color: #efdd4d;
}

.button--light,
.button--small {
  border-radius: 21px;
  padding: 11px 14px 13px 21px;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 34px;
}

.button--light:after,
.button--small:after {
  content: '';
  width: 11px;
  height: 11px;
  display: inline-block;
  background-size: 11px 11px;
  background-image: url("../images/icon-btn-arrow-dark.svg");
  margin-left: 19px;
}

.button--light {
  background-color: #ffffff;
  color: #474748;
}

.button--light:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #474748;
}

.button--light.button--large {
  font-weight: 400;
  border-radius: 26px;
  padding: 11px 14px 13px 21px;
}

.button--small {
  color: #696a6d;
  background-color: #e1e1e2;
}

.button--small:hover {
  color: #696a6d;
  background-color: #c7c7c9;
}

.button--small.button--large {
  font-weight: 400;
  border-radius: 26px;
  padding: 11px 14px 13px 21px;
}

.link--default {
  color: #6e6e6f;
  font-size: 15px;
  font-weight: 500;
}

.link--default:hover {
  color: #6e6e6f;
  opacity: 0.8;
}

.link--default:before {
  background-image: url("../images/icon-link-arrow-dark.svg");
}

.link--light {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.link--light:hover {
  color: #ffffff;
  opacity: 0.6;
}

.link--light:before {
  background-image: url("../images/icon-link-arrow-light.svg");
}

.link--default:before,
.link--light:before {
  content: '';
  width: 28px;
  height: 12px;
  display: inline-block;
  background-size: 28px 12px;
  margin-right: 15px;
}

.link--next {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}

.link--next:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 0;
  margin-left: 15px;
}

.link--top {
  color: #6e6e6f;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.link--top:hover,
.link--top:focus,
.link--top:active {
  color: #6e6e6f;
  opacity: 0.8;
}

.link--top:before {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  background-size: 26px 26px;
  background-image: url("../images/icon-link-arrow-top.png");
  margin: 0 auto 14px;
}

.short-post {
  margin-bottom: 27px;
  color: inherit;
  text-decoration: none;
  display: block;
  transition: 0.2s ease-in-out all;
}

.short-post:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}

.short-post__thumbnail {
  width: 100%;
}

.short-post__thumbnail img {
  width: 100%;
}

.short-post__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.short-post__event > div:after {
  margin-left: 15px;
  margin-right: 18px;
}

.short-post__title {
  margin-top: -10px;
}

.short-post__content {
  margin-top: 32px;
}

.short-giving-project {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 72px 30px 55px 57px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 29px;
  position: relative;
}

.short-giving-project:hover {
  color: #ffffff;
  text-decoration: none;
}

.short-giving-project:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8b0e04;
  opacity: 0.8;
  z-index: 1;
  transition: 0.2s ease-in-out all;
}

.short-giving-project:hover:before {
  opacity: 0.9;
}

.short-giving-project__title,
.short-giving-project__more {
  position: relative;
  z-index: 2;
}

.short-giving-project__title {
  font-size: 33px;
  font-weight: 700;
  line-height: 36px;
}

.short-giving-project__more {
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
}

.post-grid__post:nth-child(4n+1) .short-giving-project:before {
  background: #8b0e04;
}

.post-grid__post:nth-child(4n+2) .short-giving-project:before {
  background: #d18316;
}

.post-grid__post:nth-child(4n+3) .short-giving-project:before {
  background: #5f6062;
}

.post-grid__post:nth-child(4n+4) .short-giving-project:before {
  background: #9cc5ca;
}

.home-image-blocks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-image-blocks__block {
  width: 50%;
  min-height: 552px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.home-image-blocks__block-text {
  color: #f6f4f1;
  padding: 23px 74px 34px;
  position: relative;
}

.home-image-blocks__block-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.home-image-blocks__block-title,
.home-image-blocks__block-description {
  position: relative;
  z-index: 1;
}

.home-image-blocks__block-title {
  font-family: "Tofino", sans-serif;
  font-size: 77px;
  font-weight: 900;
  line-height: 100px;
  text-transform: uppercase;
  margin-bottom: 7px;
  text-indent: -7px;
}

.home-image-blocks__block-description {
  font-family: "EB Garamond", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  min-height: 72px;
}

.grid-of-posts {
  padding: 84px 0 57px;
  border-bottom: 1px solid #cfd0d0;
  border-top: 1px solid #cfd0d0;
}

.grid-of-posts--home {
  padding-bottom: 25px;
}

.grid-of-posts--giving-projects {
  padding: 119px 0 46px;
}

.grid-of-posts .posts-grid {
  margin-top: 43px;
}

.grid-of-posts--giving-projects .posts-grid {
  margin-top: 67px;
}

.video-lightbox {
  position: relative;
  color: #FFF;
  padding: 159px 0 125px;
}

.video-lightbox__background,
.video-lightbox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-lightbox__background {
  z-index: -2;
  background-size: cover;
  background-position: center center;
}

.video-lightbox__overlay {
  z-index: -1;
  background-color: #d18316;
  opacity: 0.9;
}

.video-lightbox h1,
.video-lightbox h2,
.video-lightbox h3,
.video-lightbox .search-results__link,
.video-lightbox h4,
.video-lightbox h5,
.video-lightbox p {
  color: inherit;
}

.video-lightbox .button {
  margin-top: 6px;
}

.rotating-testimonials {
  padding: 97px 0 92px;
}

.rotating-testimonials__icon {
  margin-bottom: 70px;
}

.rotating-testimonials__icon > div {
  display: inline-block;
  width: 48px;
  height: 30px;
  background-image: url("../images/icon-quote.svg");
  background-size: 48px 30px;
  background-repeat: no-repeat;
}

.rotating-testimonials__testimonial {
  color: #ffffff;
  font-family: "EB Garamond", serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 54px;
  margin-bottom: 59px;
  letter-spacing: 0;
}

.rotating-testimonials__testimonial p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.rotating-testimonials__author {
  color: #ffffff;
  font-family: "Tofino", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.rotating-testimonials__author strong {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}

.rotating-testimonials__author span {
  display: block;
}

.staff-categories ul {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.staff-categories li {
  margin: 0 39px;
}

.staff-categories li:nth-child(3) {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.staff-categories li.active a:after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 100%;
  height: 4px;
  background-color: #e8cf00;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.staff-categories a {
  color: #434344;
  font-family: "Sanchez", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  display: block;
  text-decoration: none;
}

.featured-post-type {
  color: #FFF;
  padding: 66px 0 30px;
}

.featured-post-type__title {
  color: inherit;
}

.featured-post-type__header {
  margin-bottom: 61px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

.featured-post-type__header-title {
  color: #FFF;
  margin: 0;
}

.featured-post-type__header-link {
  color: #FFF;
  text-decoration: none;
  opacity: 0.4;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

.featured-post-type__header-link:hover,
.featured-post-type__header-link:focus,
.featured-post-type__header-link:active {
  color: #FFF;
  text-decoration: none;
}

.featured-post-type__header-link:after {
  content: '';
  width: 11px;
  height: 11px;
  display: inline-block;
  background-size: 11px 11px;
  background-image: url("../images/icon-btn-arrow-light.svg");
  margin-left: 15px;
}

.featured-post-type__member {
  padding-top: 49px;
  padding-bottom: 48px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.featured-post-type__member-info {
  width: 51.6%;
  padding-top: 21px;
}

.featured-post-type__member-info .button {
  margin-bottom: 22px;
}

.featured-post-type__member--right .featured-post-type__member-info {
  padding-right: 30px;
}

.featured-post-type__member--left .featured-post-type__member-info {
  padding-left: 30px;
}

.featured-post-type__member-avatar {
  width: 48.4%;
  min-height: 342px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.featured-post-type__member--left .featured-post-type__member-avatar {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.featured-post-type__member-name {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.2;
}

.featured-post-type__member-project {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 36px;
}

.featured-post-type__member-excerpt {
  font-family: "EB Garamond", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 32px;
}

.featured-post-type__member-excerpt p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0;
}

.featured-post-type__navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 53px;
  padding-bottom: 20px;
  color: #FFF;
}

.featured-post-type__navigation div {
  cursor: pointer;
}

.featured-post-type__navigation div span:nth-child(1) {
  display: inline-block;
}

.featured-post-type__navigation div span:nth-child(2) {
  display: none;
}

.featured-post-type__slider {
  margin: 0 -30px;
}

.featured-post-type__slide {
  margin: 0 30px;
}

.page-navigation {
  padding-top: 4px;
}

.page-navigation--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #FFF;
  border-bottom: 1px solid #ede4d8;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.page-navigation--fixed.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.page-navigation .select-navigation {
  max-width: none;
}

.page-navigation__list {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-navigation__list li {
  margin: 0 15px;
}

.page-navigation__list li:first-child a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e8cf00;
}

.page-navigation__list a {
  display: block;
  color: #020202;
  font-size: 18px;
  font-weight: 400;
  padding: 32px 0;
  position: relative;
  text-decoration: none;
}

.section-accordion {
  background: #FFF;
  border-top: 1px solid #e7ddd0;
  padding: 101px 0 116px;
}

.section-accordion__description {
  color: #434344;
  font-family: "EB Garamond", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
}

.section-accordion__description p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.accordion {
  margin-top: 42px;
}

.accordion__tab {
  margin-bottom: 8px;
}

.accordion__tab-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  background-color: #99c4c4;
  padding: 16px 55px 16px 67px;
  cursor: pointer;
  position: relative;
}

.accordion__tab-title:before,
.accordion__tab-title:after {
  content: '';
  background: #FFF;
  position: absolute;
}

.accordion__tab-title:before {
  width: 17px;
  height: 3px;
  left: 28px;
  top: 25px;
}

.accordion__tab-title:after {
  height: 17px;
  width: 3px;
  left: 35px;
  top: 18px;
}

.accordion__tab.active .accordion__tab-title:after {
  opacity: 0;
}

.accordion__tab-content {
  background: #FFF;
  border: 1px solid #e9e0d5;
  border-top: none;
  padding: 26px 55px 10px 67px;
  color: #434344;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  display: none;
}

.accordion__tab-content p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.input-text,
.main-footer__form input[type="text"],
.main-footer__form input[type="email"],
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  margin: 0 0 8px;
  display: block;
  background: #969699;
  padding: 15px 18px;
  border: 1px solid #969699;
  transition: 0.2s ease-in-out all;
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #ffffff;
}

.input-text::-webkit-input-placeholder,
.main-footer__form input[type="text"]::-webkit-input-placeholder,
.main-footer__form input[type="email"]::-webkit-input-placeholder,
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
}

.input-text::-moz-placeholder,
.main-footer__form input[type="text"]::-moz-placeholder,
.main-footer__form input[type="email"]::-moz-placeholder,
.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}

.input-text:-ms-input-placeholder,
.main-footer__form input[type="text"]:-ms-input-placeholder,
.main-footer__form input[type="email"]:-ms-input-placeholder,
.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
}

.input-text:-moz-placeholder,
.main-footer__form input[type="text"]:-moz-placeholder,
.main-footer__form input[type="email"]:-moz-placeholder,
.contact-form input[type="text"]:-moz-placeholder,
.contact-form input[type="email"]:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}

.input-text:focus,
.main-footer__form input[type="text"]:focus,
.main-footer__form input[type="email"]:focus,
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus,
.input-text:active,
.main-footer__form input[type="text"]:active,
.main-footer__form input[type="email"]:active,
.contact-form input[type="text"]:active,
.contact-form input[type="email"]:active,
.contact-form textarea:active,
.input-text:focus,
.main-footer__form input[type="text"]:focus,
.main-footer__form input[type="email"]:focus,
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  background: #7c7e80;
  border: 1px solid #ffffff;
}

.input-submit,
.main-footer__form input[type="submit"] {
  padding: 16px 22px;
  margin: 12px 0 0;
  display: inline-block;
  background-color: #434344;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  transition: 0.2s ease-in-out all;
}

.input-submit:hover,
.main-footer__form input[type="submit"]:hover,
.input-submit:active,
.main-footer__form input[type="submit"]:active,
.input-submit:focus,
.main-footer__form input[type="submit"]:focus {
  background: #4f4f50;
}

.input-submit-rounded,
.contact-form input[type="submit"] {
  display: inline-block;
  position: relative;
  margin-top: 74px;
}

.input-submit-rounded:after,
.contact-form input[type="submit"]:after {
  content: '';
  background-size: 13px 13px;
  background-image: url("../images/icon-btn-arrow-light.svg");
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-submit-rounded input[type="submit"],
.contact-form input[type="submit"] input[type="submit"] {
  border-radius: 26px;
  background-color: #5f6062;
  padding: 16px 57px 18px 28px;
  color: #ffffff;
  font-family: "Tofino", sans-serif;
  font-size: 22px;
  font-weight: 400;
  -webkit-appearance: none;
  border: none;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  transition: 0.2s ease-in-out all;
  margin: 0;
}

.input-submit-rounded input[type="submit"]:hover,
.contact-form input[type="submit"] input[type="submit"]:hover,
.input-submit-rounded input[type="submit"]:active,
.contact-form input[type="submit"] input[type="submit"]:active,
.input-submit-rounded input[type="submit"]:focus,
.contact-form input[type="submit"] input[type="submit"]:focus {
  background: #464748;
}

.input-submit-rounded .ajax-loader,
.contact-form input[type="submit"] .ajax-loader {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.select-navigation {
  z-index: 3;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.select-navigation__actual,
.select-navigation a {
  font-size: 20px;
  color: #434344;
  font-family: "Sanchez", serif;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: none;
}

.select-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #FFF;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #eae7e7;
}

.select-navigation ul li:first-child {
  margin-top: 10px;
}

.select-navigation a {
  display: block;
  transition: 0.2s ease-in-out all;
  padding: 0 15px;
  font-size: 17px;
}

.select-navigation a:hover {
  background-color: #e8cf00;
  color: #FFF;
}

.select-navigation .hide {
  display: none;
}

.select-navigation__actual {
  position: relative;
  padding-right: 25px;
}

.select-navigation__actual:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e8cf00;
}

.select-navigation__actual:after {
  content: '';
  width: 27px;
  height: 23px;
  background-size: 27px 23px;
  background-image: url("../images/icon-arrow-down.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.main-header {
  width: 100%;
  height: auto;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 19px 46px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.main-header__logo {
  width: 100%;
  max-width: 242px;
}

.main-header__logo img {
  width: 100%;
}

.main-header__mobile-trigger {
  display: none;
  position: absolute;
  right: 23px;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-header__mobile-trigger .bars {
  width: 29px;
  height: 27px;
  position: relative;
  transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
}

.main-header__mobile-trigger .bars span {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #444445;
  margin-top: 6px;
}

.main-header__mobile-trigger .bars span:first-child {
  margin-top: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition-delay: 0.4s;
}

.main-header__mobile-trigger .bars span:nth-child(3) {
  width: 65%;
  transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition-delay: 0.4s;
}

.main-header__mobile-trigger .bars .other-bar {
  width: 5px;
  height: 0;
  background-color: #444445;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3px;
  transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
  z-index: 10;
}

.main-header__mobile-trigger.open .bars {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: 0.4s;
}

.main-header__mobile-trigger.open .bars span:first-child {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}

.main-header__mobile-trigger.open .bars span:nth-child(3) {
  width: 0;
  transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}

.main-header__mobile-trigger.open .bars .other-bar {
  height: 29px;
  transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition-delay: 0.3s;
}

.main-header__mobile-menu {
  position: fixed;
  background: #FFF;
  top: 91px;
  left: 0;
  width: 100%;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
}

.main-header__mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(96, 94, 95, 0.5);
  z-index: 9;
}

.main-header__mobile-menu-search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #eaeaeb;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 20px;
  width: 100%;
  margin-bottom: 17px;
}

.main-header__mobile-menu-search label {
  margin: 0;
  width: 27px;
}

.main-header__mobile-menu-search input {
  -webkit-appearance: none;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  outline: 0;
  color: #020202;
  font-size: 18px;
  font-weight: 400;
  width: calc(100% - 50px);
  margin-left: 16px;
  text-align: left;
}

.main-header__mobile-menu-nav {
  margin-bottom: 15px;
  position: relative;
}

.main-header__mobile-menu-nav a {
  text-decoration: none;
  color: #020202;
  font-size: 18px;
  line-height: 1.2;
  display: block;
  text-align: right;
  padding: 13px 24px;
}

.main-header__mobile-menu-nav a:hover {
  background: #edd500;
}

.main-header__mobile-menu-nav li.current-menu-item a {
  background: #edd500;
}

.main-header__mobile-menu-nav .sub-menu {
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
  width: 100%;
  min-height: 100%;
  background: #FFF;
  transition: 0.2s ease-in-out all;
}

.main-header__mobile-menu-nav .sub-menu.active {
  left: 0;
}

.main-header__mobile-menu-nav .sub-menu .back {
  color: #020202;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 17px 20px;
  cursor: pointer;
}

.main-header__mobile-menu-nav .sub-menu .back:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 11px;
  background-image: url("../images/icon-mobile-back-arrow.png");
  background-size: 15px 11px;
  background-repeat: no-repeat;
  margin-right: 7px;
}

.main-header__menu {
  margin-top: 7px;
  margin-right: 100px;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.main-header__menu ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.main-header__menu > ul > li {
  margin-right: 54px;
  position: relative;
}

.main-header__menu > ul > li:last-child {
  margin-right: 0;
}

.main-header__menu > ul > li > a {
  color: #020202;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 0;
  position: relative;
}

.main-header__menu > ul > li > a:after {
  opacity: 0;
  transition: 0.2s ease-in-out all;
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e8cf00;
}

.main-header__menu > ul > li > a:hover:after {
  opacity: 1;
}

.main-header__menu > ul > li.current-menu-item > a:after {
  content: '';
  opacity: 1;
}

.main-header__menu .sub-menu {
  position: absolute;
  top: calc(100% + 3px);
  left: -5px;
  width: 155px;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #eae7e7;
  border-top: 3px solid #e8cf00;
  padding-top: 9px;
  display: none;
}

.main-header__menu .sub-menu:before,
.main-header__menu .sub-menu:after {
  display: none;
}

.main-header__menu .sub-menu li {
  margin-bottom: 0px;
}

.main-header__menu .sub-menu li:last-child {
  margin-bottom: 0;
}

.main-header__menu .sub-menu a {
  color: #020202;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: 0.2s ease-in-out all;
  display: block;
  padding: 9px 25px;
  margin: 0 -1px;
}

.main-header__menu .sub-menu a:hover {
  background: #e8cf00;
  color: #020202;
}

.main-header__search {
  position: absolute;
  top: 0;
  right: 0;
  width: 98px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  transition: 0.2s ease-in-out all;
  z-index: 1;
}

.main-header__search.active {
  background: #e1e1e2;
  width: calc(100% - 328px);
}

.main-header__search-toggle {
  cursor: pointer;
  width: 98px;
}

.main-header__search-toggle img:nth-child(2) {
  display: none;
}

.main-header__search.active .main-header__search-toggle img:nth-child(1) {
  display: none;
}

.main-header__search.active .main-header__search-toggle img:nth-child(2) {
  display: block;
}

.main-header__search-form {
  display: none;
  opacity: 0;
  transition: 0.2s ease-in-out all;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 46px;
  width: calc(100% - 200px);
}

.main-header__search-form label {
  margin: 0;
  width: 27px;
}

.main-header__search-form input {
  -webkit-appearance: none;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  outline: 0;
  color: #020202;
  font-size: 25px;
  line-height: 37px;
  font-weight: 400;
  width: calc(100% - 47px);
  margin-left: 25px;
  text-align: left;
}

.main-header__search-form input::-ms-clear {
  display: none;
}

.main-header__search.active .main-header__search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.main-footer {
  background-color: #696a6d;
  padding-top: 73px;
  padding-bottom: 50px;
  color: #d2d2d3;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.main-footer p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.main-footer__title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.main-footer__menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-footer__menu li {
  margin-bottom: 18px;
}

.main-footer__menu a {
  text-decoration: none;
  color: #d2d2d3;
  display: block;
}

.main-footer__menu a:hover {
  text-decoration: underline;
}

.main-footer__copyright {
  margin-top: 67px;
}

.main-footer__copyright a {
  color: inherit;
  text-decoration: none;
}

.main-footer__form {
  margin-top: -4px;
}

.main-footer__form br {
  display: none;
}

.main-footer__form span {
  display: block;
}

.main-footer__form span:first-of-type {
  margin-top: 18px;
}

.main-footer__form input[type="text"],
.main-footer__form input[type="email"] {
  background: #969699 !important;
}

.main-footer__form input[type="text"]:focus,
.main-footer__form input[type="text"]:active,
.main-footer__form input[type="text"]:focus,
.main-footer__form input[type="text"]:required:valid,
.main-footer__form input[type="email"]:focus,
.main-footer__form input[type="email"]:active,
.main-footer__form input[type="email"]:focus,
.main-footer__form input[type="email"]:required:valid {
  padding: 15px 18px !important;
  background: #7c7e80 !important;
  border: 1px solid #ffffff !important;
}

.main-footer__form label,
.main-footer__form .ctct-button {
  display: none;
}

.main-footer__form .ctct-form-wrapper .ctct-form-field {
  margin: 0;
}

.main-footer__form .ctct-form-wrapper .success {
  background-color: rgba(46, 204, 64, 0);
  border-color: #FFF;
  border: none;
  padding: 0;
  color: #FFF;
  margin: 20px 0;
}

.main-footer__social {
  margin-top: 28px;
}

.main-footer__social a {
  opacity: 1;
  transition: 0.2s ease-in-out all;
  margin-right: 5px;
  display: inline-block;
}

.main-footer__social a:hover {
  opacity: 0.5;
}

.main-footer__social a img {
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
}

.single-page,
.single-page-giving {
  padding-top: 71px;
}

.single-page__container,
.single-page-giving__container {
  width: 100%;
  max-width: 1192px;
  padding: 0 20px;
  margin: 0 auto;
}

.single-page__main {
  margin-top: 63px;
  margin-bottom: 102px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-page__sidebar,
.single-page-giving__sidebar {
  width: 100%;
  max-width: 355px;
  padding-right: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-page__sidebar-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 21px;
}

.single-page__sidebar-info-category,
.short-post__info-category {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 8px;
  margin-right: 14px;
  border-radius: 4px;
}

.single-page__sidebar-info-date,
.short-post__info-date {
  color: #434344;
  font-size: 16px;
  font-weight: 400;
}

.single-page__sidebar-title,
.single-page-giving__sidebar-title {
  color: #434344;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

.single-page__sidebar-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-top: 52px;
}

.single-page__sidebar-author-avatar {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-size: cover;
  margin-right: 10px;
}

.single-page__sidebar-author-name {
  color: #434344;
  font-size: 17px;
  font-weight: 400;
}

.single-page__sidebar-tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 54px;
}

.single-page__sidebar-tags > div {
  margin-right: 9px;
  margin-bottom: 9px;
  border-radius: 4px;
  border: 1px solid #d7d4d4;
  padding: 6px 13px;
  color: #696a6d;
  font-size: 14px;
  font-weight: 400;
}

.single-page__sidebar-event,
.short-post__event {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-bottom: 20px;
}

.single-page__sidebar-event > div,
.short-post__event > div {
  color: #434344;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.single-page__sidebar-event > div:after,
.short-post__event > div:after {
  content: '|';
  color: #cacaca;
  margin: 0 3px;
}

.single-page__sidebar-event > div:last-child:after,
.short-post__event > div:last-child:after {
  display: none;
}

.single-page__sidebar-button {
  margin-top: 30px;
}

.single-page__sidebar-back,
.single-page-giving__sidebar-back {
  padding: 5px 6px;
}

.single-page__content,
.single-page-giving__content {
  width: 100%;
}

.single-page__content p > img,
.single-page-giving__content p > img {
  width: 100%;
  margin-bottom: 3.2em;
}

.single-page__content p:last-child,
.single-page-giving__content p:last-child {
  margin-bottom: 0;
}

.single-page__related {
  border-top: 1px solid #e7ddd0;
  background: #fdfbf9;
  padding: 112px 0 20px;
}

.single-page__related .posts-grid {
  margin-top: 81px;
  margin-bottom: 56px;
}

.single-page__related .posts-grid__more {
  margin-top: 90px;
}

.single-page-giving__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.single-page-giving__main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
  margin-bottom: 94px;
}

.single-page-giving__sidebar-title {
  margin: 2px 0 65px;
}

.single-page-giving__sidebar--grants .single-page-giving__sidebar-title,
.single-page-giving__sidebar--member .single-page-giving__sidebar-title {
  margin-top: -10px;
}

.single-page-giving__sidebar--member .single-page-giving__sidebar-title {
  margin-bottom: 42px;
}

.single-page-giving__sidebar-info {
  margin: 0 0 27px;
}

.single-page-giving__sidebar-info span {
  display: block;
}

.single-page-giving__sidebar-info span:first-child {
  opacity: 0.6;
  color: #696a6d;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.single-page-giving__sidebar-info span:nth-child(2) {
  color: #434344;
  font-size: 17px;
  font-weight: 400;
}

.single-page-giving__sidebar-button {
  margin: 36px 0 52px;
  padding: 13px 23px 14px 27px;
}

.single-page-giving__sidebar-button-info {
  opacity: 0.6;
  color: #434344;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  max-width: 200px;
}

.single-page-giving__content .paragraph-garamond,
.single-page-giving__content .short-post__content,
.single-page-giving__content .single-team__content p,
.single-team__content .single-page-giving__content p {
  font-size: 25px;
  line-height: 38px;
  letter-spacing: 0;
}

.single-page-giving__content > p:first-child img {
  margin-bottom: 67px;
  display: block;
}

.single-page-giving__section-title {
  color: #434344;
  font-family: "Tofino", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 56px 0 22px;
}

.single-page-giving__shedule {
  border-top: 1px solid #e9e0d5;
  padding: 46px 0 37px;
}

.single-page-giving__shedule-subtitle {
  color: #434344;
  font-size: 16px;
  font-weight: 500;
}

.single-page-giving__shedule-title {
  color: #434344;
  font-size: 27px;
  font-weight: 400;
  margin: 14px 0 29px;
}

.single-page-giving__shedule-description {
  color: #929292;
  font-size: 16px;
  font-weight: 400;
  margin: -13px 0 29px;
}

.single-page-giving__shedule-columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-page-giving__shedule-date {
  width: 44.4%;
  color: #929292;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.single-page-giving__shedule-date p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.single-page-giving__shedule-content {
  width: 55.6%;
}

.single-page-giving__structure {
  border-top: 1px solid #e9e0d5;
  padding: 33px 17px 0;
}

.single-page-giving__structure-title {
  margin-top: 98px;
}

.single-page-giving__structure ul li {
  margin-bottom: 20px;
  line-height: 30px;
}

.single-page-giving__structure ul li:last-of-type {
  margin: 0;
}

.single-page-giving__structure ul li:before {
  left: -17px;
}

.single-page-giving__project {
  border-top: 1px solid #e9e0d5;
  padding: 48px 0 46px;
}

.single-page-giving__project:last-child {
  padding-bottom: 0;
}

.single-page-giving__project-header {
  color: #434344;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 22px;
}

.single-page-giving__project-header div {
  display: inline-block;
}

.single-page-giving__project-header div:nth-child(1) {
  font-weight: 700;
}

.single-page-giving__project-header div:nth-child(2):before {
  content: '|';
  display: inline-block;
  margin: 0 16px 0 9px;
  color: #bfbfc0;
  font-size: 25px;
  font-weight: 400;
}

.single-page-giving__project-excerpt {
  color: #434344;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
}

.single-page-giving__project-excerpt p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.posts-grid {
  margin-top: 56px;
  margin-bottom: 72px;
}

.posts-grid__more {
  text-align: center;
  margin-top: 83px;
}

.posts-grid__home-button {
  margin-top: 59px;
  margin-bottom: 0;
}

.news-page__nav {
  margin-top: 74px;
  position: relative;
}

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

.news-page__categories > a {
  font-size: 40px;
  display: inline-block;
  cursor: pointer;
  margin: 0 39px;
  line-height: 1.2;
  text-decoration: none;
  transition: 0.2s ease-in-out all;
}

.news-page__categories > a:hover {
  color: #e8cf00;
}

.news-page__categories > a:after {
  margin-top: 10px;
  opacity: 0;
}

.news-page__categories > a.active:after {
  opacity: 1;
}

.news-page__filter {
  position: absolute;
  top: 6px;
  right: -26px;
  text-align: left;
  z-index: 2;
}

.news-page__filter-trigger {
  position: relative;
  color: #696a6d;
  background: #FFF;
  font-size: 15px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #d7d4d4;
  padding: 7px 23px 7px 19px;
  cursor: pointer;
  z-index: 3;
}

.news-page__filter-trigger:before {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block;
  width: 19px;
  height: 15px;
  background-image: url("../images/icon-filter.svg");
  background-size: 19px 15px;
  background-repeat: no-repeat;
  margin-right: 11px;
}

.news-page__filter.active .news-page__filter-trigger {
  border-bottom-color: #FFF;
  border-radius: 4px 4px 0 0;
}

.news-page__filter-window {
  display: none;
  z-index: 2;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  background: #FFF;
  width: 247px;
  border-radius: 4px 0 4px 4px;
  border: 1px solid #d7d4d4;
}

.news-page__filter.active .news-page__filter-window {
  display: block;
}

.news-page__filter-tab {
  border-bottom: 1px solid #d7d4d4;
  padding: 12px 11px 10px 16px;
}

.news-page__filter-tab:last-child {
  border-bottom: none;
}

.news-page__filter-title {
  color: #696a6d;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.news-page__filter-pins {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.news-page__filter-pins > div {
  font-size: 14px;
  font-weight: 400;
  padding: 6px 12px 8px;
  margin-right: 8px;
  border-radius: 4px;
  margin-bottom: 7px;
  border: 1px solid #d7d4d4;
  cursor: pointer;
  transition: 0.2s ease-in-out all;
}

.news-page__filter-pins > div.active {
  background: #8f8f91;
  color: #FFF;
}

.news-page__more-button {
  margin-top: 73px;
}

.single-team__container {
  padding: 76px 0 28px;
}

.single-team__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 81px;
}

.single-team__name {
  width: 69.4%;
  line-height: 1.2;
}

.single-team__name > div:nth-child(1) {
  color: #434344;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 11px;
}

.single-team__name > div:nth-child(2) {
  color: #434344;
  font-size: 17px;
  font-weight: 400;
}

.single-team__contact {
  padding-top: 7px;
  width: 30.6%;
  color: #434344;
  font-size: 17px;
  font-weight: 400;
  line-height: 35px;
}

.single-team__contact a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.single-team__contact img {
  margin-right: 10px;
}

.single-team__content {
  margin-top: 30px;
  padding-bottom: 65px;
  border-bottom: 1px solid #e9e0d5;
}

.single-team__content p {
  letter-spacing: 0;
}

.single-team__navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 53px;
  padding-bottom: 20px;
}

.single-team__navigation a {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.team-category {
  padding: 76px 0 93px;
}

.team-category__staff {
  width: 100%;
  padding: 0 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 71px;
}

.team-category__person {
  width: 33.33%;
  color: #434344;
  margin-bottom: 50px;
  padding: 0 13px;
  display: block;
  text-decoration: none;
}

.team-category__person:hover {
  color: #434344;
  text-decoration: none;
}

.team-category__person-thumbnail {
  background-size: cover;
  background-position: center center;
  height: auto;
  padding-bottom: 76.4%;
  width: 100%;
  margin-bottom: 32px;
}

.team-category__person-name {
  font-size: 33px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 12px;
}

.team-category__person-position {
  font-size: 17px;
  font-weight: 400;
}

.grant-directory__filter {
  background: #FFF;
  padding: 58px 10% 56px;
  border-top: 1px solid #e9e0d5;
  border-bottom: 1px solid #e9e0d5;
}

.grant-directory__filter-title {
  color: #434344;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 28px;
}

.grant-directory__filter-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grant-directory__filter-field {
  position: relative;
  margin-right: 14px;
}

.grant-directory__filter-field:last-child {
  margin-right: 0;
}

.grant-directory__filter-field:nth-child(1) {
  min-width: 123px;
}

.grant-directory__filter-field:nth-child(2) {
  min-width: 190px;
}

.grant-directory__filter-field:nth-child(3) {
  min-width: 130px;
}

.grant-directory__filter-field:nth-child(4) {
  min-width: 177px;
}

.grant-directory__filter-field:nth-child(5) {
  min-width: 208px;
}

.grant-directory__filter-field-title {
  background-color: #99c4c4;
  padding: 17px 36px 17px 23px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: 0.2s ease-in-out all;
}

.grant-directory__filter-field-title:hover {
  background-color: #79b1b1;
}

.grant-directory__filter-field-title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 27px;
  height: 23px;
  background-size: 27px 23px;
  background-image: url("../images/icon-arrow-up.svg");
  background-repeat: no-repeat;
  transition: 0.2s ease-in-out all;
}

.grant-directory__filter-field-title.active:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.grant-directory__filter-field-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  border: 1px solid #99c4c4;
  background: #99c4c4;
  color: #FFF;
}

.grant-directory__filter-field-options > div {
  padding: 10px;
  border-bottom: 1px solid #99c4c4;
  cursor: pointer;
  transition: 0.2s ease-in-out all;
}

.grant-directory__filter-field-options > div:last-child {
  border-bottom: none;
}

.grant-directory__filter-field-options > div:hover {
  background: #78afaf;
}

.grant-directory__filter-field-options > div.active {
  background: #5b9c9c;
  color: #FFF;
}

.grant-directory__filter-search {
  border: 1px solid #99c4c4;
  background-color: #ffffff;
  min-width: 256px;
  max-width: 256px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 11px;
  position: relative;
}

.grant-directory__filter-search:before {
  content: '';
  display: inline-block;
  min-width: 28px;
  min-height: 28px;
  max-width: 28px;
  max-height: 28px;
  background-size: 100% 100%;
  background-image: url("../images/icon-search.svg");
  background-repeat: no-repeat;
}

.grant-directory__filter-search input {
  display: inline-block;
  color: #99c4c4;
  font-family: "Tofino", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  margin-left: 7px;
  width: calc(100% - 46px);
}

.grant-directory__filter-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #99c4c4;
}

.grant-directory__filter-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #99c4c4;
}

.grant-directory__filter-search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #99c4c4;
}

.grant-directory__filter-search input:-moz-placeholder {
  /* Firefox 18- */
  color: #99c4c4;
}

.grant-directory__filter-search-clear {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #902c24;
  cursor: pointer;
}

.grant-directory__grants {
  background: #fdfbf9;
  padding: 67px 10% 48px;
}

.grant-directory__grants table {
  width: 100%;
  border-bottom: 1px solid #e7ddd0;
  margin-bottom: 81px;
}

.grant-directory__grants table a {
  color: inherit;
  text-decoration: none;
}

.grant-directory__grants table a:hover {
  color: inherit;
  text-decoration: none;
}

.grant-directory__grants thead {
  color: #696a6d;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.grant-directory__grants th {
  padding: 0 5px 21px 0;
  vertical-align: bottom;
}

.grant-directory__grants tbody tr {
  border-top: 1px solid #e7ddd0;
}

.grant-directory__grants tbody tr:not(.active) {
  display: none;
}

.grant-directory__grants td {
  padding: 28px 10px 28px 0;
  color: #434344;
  font-size: 16px;
  font-weight: 400;
  vertical-align: center;
}

.grant-directory__grants td:nth-child(1) {
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
}

.grant-directory__grants td:nth-child(2) {
  min-width: 95px;
  max-width: 95px;
}

.grant-directory__grants td:nth-child(3) {
  min-width: 95px;
  max-width: 95px;
}

.grant-directory__grants td:nth-child(4) {
  min-width: 140px;
  max-width: 140px;
}

.grant-directory__grants td:nth-child(5) {
  min-width: 150px;
  max-width: 150px;
}

.grant-directory__grants td:nth-child(6) {
  min-width: 145px;
  max-width: 145px;
  padding-right: 0;
}

.contact-section {
  padding: 102px 0 72px;
}

.contact-section__columns {
  margin-top: 37px;
}

.contact-section__column {
  padding-top: 21px;
}

.contact-section__column-description {
  max-width: 275px;
}

.contact-section__column-description p {
  color: #787878;
  font-family: "Tofino", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}

.contact-section__column-description p:first-child {
  color: #434344;
  font-size: 17px;
}

.contact-section__column-detail {
  background: #fcfaf7;
  border: 1px solid #e9e0d5;
  padding: 20px 36px 15px;
  margin-bottom: 13px;
  margin-top: -21px;
}

.contact-section__column-detail p {
  color: #434344;
}

.contact-section__column-social {
  margin-top: -4px;
  margin-bottom: 18px;
}

.contact-section__column-social a {
  display: inline-block;
  margin-right: 7px;
}

.contact-section__column-social img {
  width: 39px;
}

.contact-form {
  background: #fcfbf9;
  border-top: 1px solid #e7ddd0;
  padding: 89px 0 59px;
}

.contact-form__form {
  padding-top: 27px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  padding: 18px 26px;
  letter-spacing: 0.03em;
  line-height: 18.4px;
  height: 54px;
  margin-bottom: 0;
  background: #dedddd;
  border: none;
  color: #696a6d;
}

.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #696a6d;
}

.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #696a6d;
}

.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #696a6d;
}

.contact-form input[type="text"]:-moz-placeholder,
.contact-form input[type="email"]:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #696a6d;
}

.contact-form input[type="text"]:hover,
.contact-form input[type="text"]:active,
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:hover,
.contact-form input[type="email"]:active,
.contact-form input[type="email"]:focus,
.contact-form textarea:hover,
.contact-form textarea:active,
.contact-form textarea:focus {
  background: #c5c3c3;
  border: none;
}

.contact-form textarea {
  height: 197px;
}

.contact-form div.wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 0;
}

.contact-form span.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #920000;
  padding-top: 3px;
}

.search-results {
  margin: 50px 0 120px;
}

.search-results__link {
  text-decoration: none;
  display: block;
  margin-bottom: 40px;
  transition: 0.2s ease-in-out all;
}

.search-results__link:hover,
.search-results__link:focus,
.search-results__link:active {
  color: #d18316;
  text-decoration: none;
}

/* Yippa Adjustments --------------------------------------*/

li {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.04em;
}

/* home ----------------------------*/

a.home-image-link {
  text-decoration: none;
}

/* single pages --------------------*/

.single-page__sidebar-title,
.single-page-giving__sidebar-title,
.single-page-giving__sidebar-title {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* videos embed ---------------------*/

.fb_iframe_widget_fluid_desktop {
  margin-bottom: 30px;
}

.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
  width: 100% !important;
}

@media (max-width: 1400px) {
  .grant-directory__filter-field {
    margin-right: 5px;
  }

  .grant-directory__filter-field:nth-child(1) {
    min-width: unset;
  }

  .grant-directory__filter-field:nth-child(2) {
    min-width: unset;
  }

  .grant-directory__filter-field:nth-child(4) {
    min-width: unset;
  }

  .grant-directory__filter-field:nth-child(5) {
    min-width: unset;
  }

  .grant-directory__filter-field-title {
    padding: 14px 35px 14px 14px;
    font-size: 18px;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }

  .grant-directory__filter-field-title:after {
    right: 5px;
  }

  .grant-directory__filter-search {
    min-width: unset;
    max-width: none;
  }
}

@media (max-width: 1350px) {
  .home-image-blocks__block-title {
    font-size: 55px;
    line-height: 70px;
  }

  .home-image-blocks__block-description {
    font-size: 26px;
    line-height: 33px;
  }
}

@media (max-width: 1199px) {
  .home-image-blocks__block {
    min-height: 390px;
  }

  .home-image-blocks__block-title {
    font-size: 40px;
    line-height: 52px;
    text-indent: -2px;
    margin-bottom: 4px;
  }

  .home-image-blocks__block-description {
    font-size: 20px;
    line-height: 25px;
  }

  .video-lightbox {
    padding: 100px 0 70px;
  }

  .rotating-testimonials {
    padding: 50px 0;
  }

  .main-header {
    padding: 15px 20px;
  }

  .main-header__menu > ul > li {
    margin-right: 35px;
  }

  .main-header__menu > ul > li > a {
    font-size: 16px;
    padding: 10px 0;
  }

  .main-header__menu .sub-menu a {
    font-size: 14px;
    line-height: 1.2;
    padding: 7px 20px;
  }

  .main-header__search {
    width: 60px;
  }

  .main-header__search.active {
    width: calc(100% - 290px);
  }

  .single-page__sidebar,
  .single-page-giving__sidebar {
    max-width: 300px;
    padding: 0 0 20px;
  }

  .single-page__sidebar-title,
  .single-page-giving__sidebar-title {
    font-size: 35px;
    line-height: 40px;
  }

  .single-page__related {
    padding-top: 80px;
  }

  .single-page-giving__sidebar--grants .single-page-giving__sidebar-title,
  .single-page-giving__sidebar--member .single-page-giving__sidebar-title {
    margin-top: -8px;
  }

  .single-page-giving__project-header {
    font-size: 20px;
    line-height: 1.3;
  }

  .single-page-giving__project-header div:nth-child(2) {
    display: block;
  }

  .single-page-giving__project-header div:nth-child(2):before {
    display: none;
  }

  .news-page__filter {
    right: 0;
  }

  .single-team__name {
    width: 50%;
  }

  .single-team__contact {
    width: 50%;
  }

  .grant-directory__filter-field-title {
    font-size: 16px;
    padding: 10px 30px 10px 10px;
  }

  .grant-directory__filter-search:before {
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
  }

  .grant-directory__filter-search input {
    font-size: 16px;
  }

  .grant-directory__filter-search-clear {
    font-size: 14px;
  }

  .grant-directory__grants td {
    font-size: 15px;
    padding: 20px 10px 20px 0;
  }

  .grant-directory__grants td:nth-child(1) {
    font-size: 19px;
    line-height: 1.3;
  }

  .contact-section__column-description p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .list-item,
  .single-page-giving__shedule-content ul li,
  .single-page-giving__structure ul li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 15px;
  }

  .list-item:before,
  .single-page-giving__shedule-content ul li:before,
  .single-page-giving__structure ul li:before {
    top: 8px;
    left: 0;
  }

  .header--leading,
  .news-page__categories > a {
    font-size: 38px;
    line-height: 40px;
  }

  .page-title__title {
    font-size: 45px;
    line-height: 60px;
  }

  .columns-section__columns--3 .columns-section__column--padding {
    padding: 40px;
  }

  .section-content-with-columns {
    padding: 60px 0 80px;
  }

  .section-content-with-columns__link > a {
    font-size: 32px;
    line-height: 1.2;
    padding: 20px;
  }

  .section-content {
    padding: 50px 0;
  }

  .short-giving-project {
    padding: 40px;
    height: 100%;
    margin-bottom: 0;
  }

  .short-giving-project__title {
    font-size: 25px;
    line-height: 1.3;
  }

  .short-giving-project__more {
    font-size: 15px;
    line-height: 1.3;
  }

  .home-image-blocks__block-text {
    padding: 30px;
  }

  .home-image-blocks__block-description {
    font-size: 20px;
    line-height: 24px;
  }

  .grid-of-posts {
    padding: 50px 0 30px;
  }

  .grid-of-posts--giving-projects .post-grid__post {
    margin-bottom: 20px;
  }

  .video-lightbox {
    padding: 80px 0 40px;
  }

  .rotating-testimonials__icon {
    margin-bottom: 35px;
  }

  .rotating-testimonials__testimonial {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .staff-categories li {
    margin: 0 15px;
  }

  .staff-categories a {
    font-size: 30px;
  }

  .featured-post-type__header {
    margin-bottom: 49px;
  }

  .section-accordion {
    padding: 80px 0;
  }

  .accordion__tab-title {
    font-size: 16px;
    padding: 13px 30px 13px 45px;
  }

  .accordion__tab-title:before {
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .accordion__tab-title:after {
    left: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .main-header__logo {
    max-width: 190px;
  }

  .main-header__menu {
    margin-right: 30px;
  }

  .main-header__menu > ul > li {
    margin-right: 20px;
  }

  .main-header__menu > ul > li > a {
    font-size: 14px;
    padding: 10px 0;
  }

  .main-header__menu .sub-menu a {
    padding: 6px 15px;
  }

  .main-header__search {
    width: 40px;
  }

  .single-page,
  .single-page-giving {
    padding-top: 40px;
  }

  .single-page__main {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 35px;
    margin-bottom: 50px;
  }

  .single-page__sidebar,
  .single-page-giving__sidebar {
    max-width: none;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .single-page__sidebar-info {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }

  .single-page__sidebar-title,
  .single-page-giving__sidebar-title {
    font-size: 30px;
    line-height: 35px;
  }

  .single-page__sidebar-author {
    margin-top: 10px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .single-page__sidebar-tags {
    margin-top: 10px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .single-page__sidebar-back,
  .single-page-giving__sidebar-back {
    display: none;
  }

  .single-page__content p > img,
  .single-page-giving__content p > img {
    margin-bottom: 1.5em;
  }

  .single-page__related {
    padding-top: 50px;
  }

  .single-page__related .posts-grid__more {
    margin-top: 40px;
  }

  .single-page-giving__main {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .single-page-giving__sidebar-title {
    margin-bottom: 20px;
  }

  .single-page-giving__sidebar--grants .single-page-giving__sidebar-title,
  .single-page-giving__sidebar--member .single-page-giving__sidebar-title {
    margin-top: 0;
  }

  .single-page-giving__sidebar--member .single-page-giving__sidebar-title {
    margin-bottom: 20px;
  }

  .single-page-giving__sidebar-info {
    margin-bottom: 15px;
  }

  .single-page-giving__sidebar-button {
    margin: 15px 0 0;
  }

  .single-page-giving__sidebar-button-info {
    margin: 10px auto 0;
    text-align: center;
    max-width: 300px;
  }

  .single-page-giving__content .paragraph-garamond,
  .single-page-giving__content .short-post__content,
  .single-page-giving__content .single-team__content p,
  .single-team__content .single-page-giving__content p {
    font-size: 20px;
    line-height: 28px;
  }

  .single-page-giving__content > p:first-child img {
    margin-bottom: 30px;
  }

  .single-page-giving__section-title {
    font-size: 18px;
    margin: 30px 0 15px;
  }

  .single-page-giving__shedule-title {
    font-size: 23px;
    line-height: 1.3;
  }

  .single-page-giving__shedule-date {
    width: 40%;
  }

  .single-page-giving__shedule-content {
    width: 60%;
  }

  .single-page-giving__structure {
    padding: 20px 0 0;
  }

  .single-page-giving__project {
    padding: 30px 0;
  }

  .single-page-giving__project-excerpt {
    font-size: 14px;
  }

  .posts-grid {
    margin-top: 60px;
  }

  .news-page__categories {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .news-page__categories > a {
    margin: 0 20px;
  }

  .news-page__filter {
    position: relative;
    right: unset;
    max-width: 120px;
    margin: 20px auto 0;
    width: 100%;
  }

  .single-team__header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
    padding-top: 40px;
  }

  .single-team__name {
    width: 100%;
  }

  .single-team__contact {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    padding-top: 15px;
  }

  .single-team__contact img {
    max-width: 15px;
    margin-right: 5px;
  }

  .single-team__content {
    padding-bottom: 30px;
  }

  .team-category {
    padding: 50px 0 30px;
  }

  .team-category__person-thumbnail {
    margin-bottom: 15px;
  }

  .team-category__person-name {
    font-size: 25px;
  }

  .team-category__person-position {
    font-size: 15px;
  }

  .grant-directory__filter-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .grant-directory__filter-field {
    margin-bottom: 10px;
  }

  .grant-directory__filter-field:nth-child(3) {
    min-width: unset;
  }

  .grant-directory__filter-field-title {
    padding: 10px 38px 10px 8px;
  }

  .grant-directory__filter-field-options > div {
    font-size: 14px;
    padding: 8px;
    word-wrap: break-word;
  }

  .grant-directory__filter-search {
    min-height: 38px;
    margin-bottom: 15px;
  }

  .grant-directory__filter-search input {
    min-width: 300px;
  }

  .grant-directory__filter-search-clear {
    bottom: -25px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }

  .grant-directory__grants-table-wrapper {
    overflow-x: auto;
    margin-bottom: 30px;
  }

  .grant-directory__grants table {
    margin-bottom: 0;
  }

  .contact-section {
    padding: 70px 0 40px;
  }

  .contact-section__column {
    margin-bottom: 20px;
  }

  .contact-form {
    padding: 45px 0 40px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 43px;
    line-height: 44px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  p {
    font-size: 16px;
    line-height: 25px;
  }

  .header--leading,
  .news-page__categories > a {
    margin-bottom: 22px;
  }

  .header--leading:after,
  .news-page__categories > a:after {
    margin-top: 27px;
  }

  .paragraph-garamond,
  .short-post__content,
  .single-team__content p,
  .paragraph-garamond--leading,
  .paragraph-garamond--medium {
    font-size: 20px;
    line-height: 28px;
  }

  .page-title__wrapper {
    min-height: 180px;
    padding: 0 20px;
  }

  .page-title__title {
    font-size: 40px;
    line-height: 45px;
  }

  .columns-section__columns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .columns-section__columns--1 .columns-section__column--padding {
    padding: 40px 10%;
  }

  .columns-section__columns--2 .columns-section__column {
    width: 100%;
  }

  .columns-section__columns--3 .columns-section__column {
    width: 100%;
  }

  .columns-section__columns--3 .columns-section__column--padding {
    padding: 47px 20px 25px;
  }

  .columns-section__columns--3 .columns-section__column:nth-child(2) {
    border: none;
    border-top: 1px solid #cfd0d0;
    border-bottom: 1px solid #cfd0d0;
  }

  .section-content-with-columns__columns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
  }

  .section-content-with-columns__column {
    width: 100%;
    padding: 20px 0;
  }

  .section-content-with-columns__column:nth-child(2) {
    border: none;
    border-top: 1px solid #d4d5d5;
    border-bottom: 1px solid #d4d5d5;
  }

  .section-content-with-columns__links {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
  }

  .section-content-with-columns__link {
    width: 100%;
  }

  .section-content-with-columns__link > a {
    min-height: 200px;
  }

  .section-content-with-columns__button {
    margin-top: 30px;
  }

  .section-content {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .section-content p:last-of-type {
    margin-bottom: 36px;
  }

  .link--default:before,
  .link--light:before {
    margin-right: 18px;
  }

  .link--next:before {
    margin-right: 0;
    margin-left: 18px;
  }

  .short-post {
    margin-bottom: 46px;
  }

  .short-post__thumbnail {
    margin-bottom: 23px;
  }

  .short-post__content {
    margin-top: 21px;
    line-height: 26px;
  }

  .home-image-blocks {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .home-image-blocks__block {
    width: 100%;
    min-height: 316px;
  }

  .home-image-blocks__block-description {
    min-height: unset;
  }

  .grid-of-posts {
    padding: 49px 0 0px;
  }

  .grid-of-posts .posts-grid {
    margin-top: 28px;
  }

  .rotating-testimonials__testimonial {
    font-size: 25px;
    line-height: 33px;
  }

  .rotating-testimonials__author {
    font-size: 16px;
  }

  .rotating-testimonials__author strong {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .staff-categories li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .staff-categories li.active a:after {
    bottom: -5px;
    width: 100px;
  }

  .featured-post-type {
    padding: 39px 0 30px;
  }

  .featured-post-type__header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 25px;
  }

  .featured-post-type__header-title {
    width: 100%;
  }

  .featured-post-type__header-link {
    margin-top: 16px;
  }

  .featured-post-type__member {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 30px 15px 21px;
  }

  .featured-post-type__member-info {
    width: 100%;
    padding-top: 25px;
  }

  .featured-post-type__member--left .featured-post-type__member-info {
    padding-left: 0;
  }

  .featured-post-type__member-avatar {
    width: 100%;
    min-height: unset;
    padding-bottom: 77%;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .featured-post-type__member-name {
    font-size: 29px;
    margin-bottom: 25px;
  }

  .featured-post-type__member-excerpt {
    font-size: 21px;
    line-height: 26.03px;
  }

  .featured-post-type__navigation {
    padding: 44px 15px 17px;
  }

  .featured-post-type__navigation div span:nth-child(1) {
    display: none;
  }

  .featured-post-type__navigation div span:nth-child(2) {
    display: inline-block;
  }

  .featured-post-type__slider {
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
  }

  .featured-post-type__slide {
    margin: 0;
  }

  .page-navigation {
    padding: 10px 20px;
  }

  .page-navigation__list li {
    margin-bottom: 15px;
  }

  .page-navigation__list a {
    font-size: 16px;
    padding: 20px 0;
  }

  .section-accordion {
    padding: 50px 0;
  }

  .section-accordion__description {
    font-size: 20px;
    line-height: 28px;
  }

  .accordion__tab-content {
    padding: 20px 30px 20px 45px;
    font-size: 15px;
    line-height: 23px;
  }

  .main-header {
    padding: 10px 8px;
  }

  .main-header__mobile-trigger {
    display: block;
  }

  .main-header__menu {
    display: none;
  }

  .main-header__search {
    display: none;
  }

  .main-footer {
    padding-top: 35px;
    padding-bottom: 27px;
  }

  .main-footer__menu li {
    margin-bottom: 15px;
  }

  .main-footer__copyright {
    margin-top: 53px;
  }

  .main-footer__form {
    margin-bottom: 65px;
  }

  .main-footer__social {
    margin-top: 32px;
  }

  .single-page__sidebar-info {
    margin-bottom: 14px;
  }

  .single-page__sidebar-info-category,
  .short-post__info-category {
    font-size: 14px;
  }

  .single-page__sidebar-info-date,
  .short-post__info-date {
    font-size: 14px;
  }

  .single-page__sidebar-title,
  .single-page-giving__sidebar-title {
    font-size: 20px;
    line-height: 25px;
  }

  .single-page__sidebar-author-avatar {
    width: 40px;
    height: 40px;
  }

  .single-page__sidebar-author-name {
    font-size: 14px;
  }

  .single-page__sidebar-tags > div {
    font-size: 13px;
    padding: 4px 8px;
  }

  .single-page__sidebar-event > div,
  .short-post__event > div {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
  }

  .single-page__sidebar-event > div:after,
  .short-post__event > div:after {
    margin: 0 10px;
  }

  .single-page__content p > img,
  .single-page-giving__content p > img {
    margin-bottom: 0.3em;
  }

  .single-page-giving__nav {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .single-page-giving__nav a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .single-page-giving__shedule {
    padding: 25px 0;
  }

  .single-page-giving__shedule-subtitle {
    font-size: 14px;
    text-align: center;
  }

  .single-page-giving__shedule-title {
    text-align: center;
  }

  .single-page-giving__shedule-columns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .single-page-giving__shedule-date {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .single-page-giving__shedule-content {
    width: 100%;
  }

  .single-page-giving__structure-title {
    margin-top: 30px;
  }

  .posts-grid__more {
    margin-top: 30px;
  }

  .posts-grid__home-button {
    margin-top: 1px;
  }

  .news-page__nav {
    margin-top: 30px;
  }

  .news-page__categories > a {
    font-size: 25px;
    margin: 0 15px;
  }

  .news-page__categories > a:after {
    margin-top: 0;
  }

  .news-page__filter {
    position: absolute;
    top: calc(100% + 10px);
    right: 50%;
    margin: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }

  .news-page__filter-window {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }

  .single-team__container {
    padding-top: 30px;
  }

  .single-team__content {
    padding-bottom: 15px;
  }

  .single-team__navigation {
    padding-top: 30px;
  }

  .team-category {
    padding: 40px 0;
  }

  .team-category__staff {
    margin-top: 30px;
  }

  .team-category__person {
    width: 50%;
  }

  .grant-directory__filter {
    padding: 30px 10%;
  }

  .grant-directory__filter-field {
    width: 100%;
    margin-right: 0;
  }

  .grant-directory__filter-search {
    width: 100%;
  }

  .grant-directory__filter-search input {
    min-width: unset;
  }

  .grant-directory__grants {
    padding: 30px 10%;
  }

  .grant-directory__grants thead {
    font-size: 12px;
  }

  .grant-directory__grants td {
    font-size: 13px;
    padding: 10px 5px 10px 0;
  }

  .grant-directory__grants td:nth-child(1) {
    font-size: 15px;
    min-width: 170px;
  }

  .grant-directory__grants td:nth-child(2) {
    min-width: 50px;
    max-width: 50px;
  }

  .grant-directory__grants td:nth-child(3) {
    min-width: 50px;
    max-width: 50px;
  }

  .grant-directory__grants td:nth-child(4) {
    min-width: 100px;
    max-width: 100px;
  }

  .grant-directory__grants td:nth-child(5) {
    min-width: 130px;
    max-width: none;
  }

  .grant-directory__grants td:nth-child(6) {
    min-width: 130px;
    max-width: none;
  }

  .contact-section__column-detail {
    padding: 20px;
  }

  .contact-form textarea {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .home-image-blocks__block-text {
    padding: 14px 15px 21px;
  }

  .team-category__person {
    width: 100%;
  }
}
