@font-face {
  font-family: 'Graphik Web';
  src: url("../fonts/Graphik-Semibold-Web.woff2") format('woff2'), url("../fonts/Graphik-Semibold-Web.woff") format('woff');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url("../fonts/Graphik-Regular-Web.woff2") format('woff2'), url("../fonts/Graphik-Regular-Web.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Schnyder Wide M Web';
  src: url("../fonts/SchnyderWideM-Light-Web.woff2") format('woff2'), url("../fonts/SchnyderWideM-Light-Web.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
html {
  font-size: 62.5%;
}
.clear {
  clear: both;
}
.wt_innerwrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.wt_aligncenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body {
  padding-top: 65px;
  background: #fffcef;
}
body.logged-in {
  padding-top: 97px;
}
body.logged-in .wt_header {
  top: 32px;
}
body[data-ui="no-scroll"] {
  overflow: hidden;
}
.wt_overlay {
  display: none;
}
.wt_overlay.wt_visible {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999 !important;
}
.wt_header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: rgba(255,252,239,0.97);
}
.wt_header__bugs {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 10px;
  box-sizing: border-box;
  background: #3814a5;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
  text-align: center;
  z-index: 9999999;
}
.wt_header__bugs a {
  text-decoration: underline;
  color: #fffcef;
}
.wt_header__logo {
  float: left;
  width: 10%;
  height: 100%;
  padding: 8px;
  text-align: left;
}
.wt_header__logo img {
  height: 100%;
  width: auto;
}
.wt_header__nav {
  float: left;
  width: 90%;
  height: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.wt_header__nav--menu {
  display: inline-block;
  vertical-align: bottom;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.wt_header__nav--menu.visible {
  opacity: 1;
}
.wt_header__nav--menu li {
  display: inline;
  margin: auto 15px auto 0;
}
.wt_header__nav--menu li a {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
}
.wt_header__nav--menu li a:hover {
  color: #3814a5;
}
.wt_header__nav--menu li.current-menu-item a {
  color: #3814a5;
}
.wt_header__nav--donate {
  display: inline-block;
  margin-top: 26px;
}
.wt_header__nav--donate a {
  width: initial;
  padding: 25px;
  outline: none;
  border: none;
  border-radius: 7.5px;
  background: #3814a5;
  color: #fffcef;
  text-decoration: none;
  cursor: pointer;
  padding: 15px 20px !important;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.wt_header__nav--donate a:hover {
  opacity: 0.9;
}
.wt_header__nav--donate a span:first-of-type {
  margin-right: 5px;
}
@media all and (max-width: 768px) {
  .wt_header {
    width: 100vw;
    overflow: hidden;
  }
  .wt_header__nav {
    width: 75%;
    float: right;
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .wt_header__nav::-webkit-scrollbar {
    display: none;
  }
}
.wt_footer {
  padding: 120px 0;
  background: #101010;
  color: #fffcef;
  text-align: center;
}
.wt_footer__logo img {
  height: 32px;
  width: auto;
  margin-bottom: 30px;
}
.wt_footer__menu {
  margin-bottom: 30px;
}
.wt_footer__menu li {
  display: inline-block;
  margin: 0 7.5px;
}
.wt_footer__menu li a {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
}
.wt_footer__contact {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
}
.wt_footer__contact strong {
  display: block;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
  margin-bottom: 15px;
}
.wt_footer__contact--information {
  margin: 15px 0 30px;
}
.wt_footer__contact--legal {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1rem;
  color: #fffcef;
}
.wt_footer__contact--legal a {
  text-transform: uppercase;
  font-weight: 600;
  color: #fffcef;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .wt_footer {
    padding-top: 60px;
  }
  .wt_footer__menu li {
    display: block;
    margin-bottom: 15px;
  }
  .wt_footer__contact--legal {
    width: 70%;
    margin: auto;
  }
}
.wt_banner {
  height: 80vh;
}
.wt_banner__image {
  float: left;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.wt_banner__text {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  background: #101010;
  color: #fffcef;
}
.wt_banner__text>div {
  width: 90%;
  max-width: 400px;
  text-align: left;
}
.wt_banner__text>div h1 {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 5rem;
  color: #fffcef;
  text-transform: uppercase;
  margin-bottom: 30px;
  white-space: nowrap;
}
.wt_banner__text>div h2 {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.5rem;
  color: #fffcef;
  line-height: 1.15;
}
.wt_banner__logo {
  margin-top: 30px;
  height: 32px;
}
.wt_banner__logo img {
  width: auto;
  height: 100%;
}
@media all and (max-width: 768px) {
  .wt_banner {
    height: initial;
  }
  .wt_banner__image {
    float: none;
    width: 100%;
    padding-bottom: 100%;
  }
  .wt_banner__text {
    float: none;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
  }
  .wt_banner__text>div {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .wt_banner__text>div h1 {
    font-size: 3rem;
  }
  .wt_banner__text>div h2 {
    font-size: 2rem;
  }
}
.wt_metrics {
  padding: 120px 0;
}
.wt_metrics h2 {
  width: 100%;
  max-width: 668px;
  margin: auto;
  text-align: center;
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.5rem;
  color: #101010;
  line-height: 1.15;
}
.wt_metrics__icons {
  margin-top: 120px;
  text-align: center;
}
.wt_metrics__icons li {
  display: inline-block;
  margin: 0 90px;
}
.wt_metrics__icons li img {
  height: 150px;
  width: auto;
  margin-bottom: 30px;
  filter: grayscale(1);
}
.wt_metrics__icons li p {
  text-align: center;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .wt_metrics {
    padding: 30px 0;
  }
  .wt_metrics h2 {
    padding: 0 30px;
    font-size: 2rem;
    text-align: left;
  }
  .wt_metrics h2 br {
    display: none;
  }
  .wt_metrics__icons {
    margin-top: 30px;
  }
  .wt_metrics__icons ul {
    padding-left: 30px;
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: display none;
    scrollbar-width: display none;
  }
  .wt_metrics__icons ul::-webkit-scrollbar {
    display: none;
  }
  .wt_metrics__icons ul li {
    display: inline-block;
    margin: 0 30px 30px 0;
  }
  .wt_metrics__icons ul li img {
    height: 100px;
  }
}
.wt_section {
  display: flex;
  margin-bottom: 30px;
  padding: 30px 0;
  color: #101010;
}
.wt_section__image {
  position: relative;
  width: 40%;
  padding-bottom: 40%;
  background-size: cover;
  background-position: center center;
}
.wt_section__image:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 105%;
  height: 110%;
  background: #101010;
}
.wt_section__text {
  position: relative;
  width: 60%;
  box-sizing: border-box;
}
.wt_section__text>div {
  width: 100%;
  max-width: 460px;
  text-align: left;
}
.wt_section__text>div h1 {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 5rem;
  color: #101010;
  text-transform: uppercase;
}
.wt_section__text>div h2 {
  width: 100%;
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.5rem;
  color: #101010;
  line-height: 1.15;
  margin: 40px 0 45px;
}
.wt_section__text>div .wt_action__primary {
  display: block;
  text-align: center;
  width: 100%;
  padding: 25px;
  outline: none;
  border: none;
  border-radius: 7.5px;
  background: #3814a5;
  color: #fffcef;
  text-decoration: none;
  cursor: pointer;
  max-width: 400px;
  margin-bottom: 30px;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
  transition: 0.2s margin-left ease-in-out;
}
.wt_section__text>div .wt_action__primary:hover {
  margin-left: 7.5px;
  opacity: 0.9;
}
.wt_section__text>div .wt_action__secondary {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
}
.wt_section__text>div .wt_action__secondary span:first-of-type {
  margin-right: 5px;
}
.wt_section__text>div .wt_action__secondary:hover {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #3814a5;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
}
.wt_section:nth-of-type(even) {
  flex-direction: row-reverse;
}
.wt_section:nth-of-type(even) .wt_section__image:before {
  left: initial;
  right: 0;
}
.wt_section:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .wt_section {
    display: block;
    padding-top: 0;
    margin-bottom: 0;
  }
  .wt_section aside {
    width: 100%;
    float: none;
  }
  .wt_section aside>div {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    padding: 30px;
    box-sizing: border-box;
  }
  .wt_section aside>div h1 {
    font-size: 3rem;
  }
  .wt_section aside>div h2 {
    font-size: 2rem;
  }
  .wt_section__image {
    padding-bottom: 75%;
    border-top: 15px #101010 solid;
    border-bottom: 15px #101010 solid;
  }
  .wt_section__image:before {
    display: none;
  }
  .wt_section__text h2 {
    margin: 30px auto 35px !important;
  }
}
.wt_partners {
  margin: 120px;
}
.wt_partners h1 {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 5rem;
  color: #101010;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: center;
}
.wt_partners__icons ul {
  text-align: center;
}
.wt_partners__icons ul li {
  display: inline-block;
  width: 20%;
  margin: auto 3%;
}
.wt_partners__icons ul li img {
  width: 100%;
  height: auto;
}
.wt_partners__icons ul li p {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .wt_partners {
    margin: 30px auto;
    width: 90%;
  }
  .wt_partners h1 {
    font-size: 3rem;
  }
  .wt_partners__icons ul li {
    width: 75%;
    margin-bottom: 30px;
  }
}
.wt_donate {
  width: 90%;
  max-width: 890px;
  margin: auto auto 120px auto;
  text-align: center;
}
.wt_donate h1 {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 5rem;
  color: #101010;
  text-transform: uppercase;
}
.wt_donate__call {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.5rem;
  color: #101010;
  line-height: 1.15;
  width: 100%;
  max-width: 668px;
  margin: 60px auto 30px;
}
.wt_donate .wt_testimonial {
  margin: 60px 0;
  text-align: left;
}
.wt_donate .wt_action__primary {
  display: block;
  text-align: center;
  width: 100%;
  padding: 25px;
  outline: none;
  border: none;
  border-radius: 7.5px;
  background: #3814a5;
  color: #fffcef;
  text-decoration: none;
  cursor: pointer;
  max-width: 400px;
  margin: 0 auto 30px;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.wt_donate .wt_action__primary:hover {
  opacity: 0.9;
}
.wt_donate .wt_action__secondary {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
}
.wt_donate .wt_action__secondary span:first-of-type {
  margin-right: 5px;
}
.wt_donate .wt_action__secondary:hover {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #3814a5;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
}
@media all and (max-width: 768px) {
  .wt_donate {
    margin-bottom: 60px;
  }
  .wt_donate h1 {
    font-size: 3rem;
  }
  .wt_donate aside {
    width: 100%;
    display: block;
  }
  .wt_donate aside h1 {
    padding: 0 !important;
    text-align: center;
  }
}
.wt_testimonial {
  width: 100%;
  max-width: 890px;
  margin: 90px auto 0;
}
.wt_testimonial__image {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 7%;
}
.wt_testimonial__text {
  width: 67%;
  display: inline-block;
  vertical-align: middle;
}
.wt_testimonial__text h2 {
  position: relative;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  line-height: 1.5;
  margin-bottom: 15px;
}
.wt_testimonial__text h2:before {
  content: "“";
  position: absolute;
  top: -20px;
  left: -25px;
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 5rem;
  color: #101010;
  text-transform: uppercase;
}
.wt_testimonial__text p {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .wt_testimonial__image {
    display: block;
    width: 66.6%;
    margin: 0 auto 30px;
  }
  .wt_testimonial__text {
    display: block;
    width: 100%;
    display: block;
  }
  .wt_testimonial__text h2 {
    text-align: center;
  }
  .wt_testimonial__text h2:before {
    display: none;
  }
  .wt_testimonial__text p {
    text-align: center;
  }
}
.wt_newsletter {
  width: 90%;
  max-width: 880px;
  margin: auto auto 120px;
  color: #fffcef;
  text-align: center;
}
.wt_newsletter h1 {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 5rem;
  color: #fffcef;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.wt_newsletter__text {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.5rem;
  color: #fffcef;
  line-height: 1.15;
  text-align: left;
  margin-right: 1%;
}
.wt_newsletter__form {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.wt_newsletter__form .mc-field-group {
  width: 100%;
  margin-right: 2%;
}
.wt_newsletter__form .mc-field-group input {
  width: 100%;
  border: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 15px;
  background: #fffcef;
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  line-height: 1.5;
  text-align: center;
}
.wt_newsletter__form .mc-field-group input:focus {
  outline: none;
}
.wt_newsletter__form .mc-field-group input::placeholder {
  color: #101010;
}
.wt_newsletter__form .clear:last-of-type input[type="submit"] {
  width: 100%;
  border: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 15px;
  background: #3814a5;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .wt_newsletter {
    margin-bottom: 60px;
  }
  .wt_newsletter h1 {
    font-size: 3rem;
  }
  .wt_newsletter__text {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    font-size: 2rem;
  }
  .wt_newsletter__form {
    width: 100%;
    display: block;
  }
}
.wt_actions {
  text-align: center;
}
.wt_actions__search {
  display: inline-block;
  width: 90%;
  padding: 25px;
  outline: none;
  border: none;
  border-radius: 7.5px;
  background: #3814a5;
  color: #fffcef;
  text-decoration: none;
  cursor: pointer;
  max-width: 400px;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
  margin: 0 auto;
  transition: 0.2s opacity ease-in-out;
}
.wt_actions__search:hover {
  opacity: 0.9;
}
.wt_actions__contribute p {
  margin: 30px;
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  line-height: 1.5;
}
.wt_actions__contribute--link {
  display: inline-block;
  margin: 0 10px;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
  transition: 0.2s color ease-in-out;
}
.wt_actions__contribute--link:hover {
  color: #3814a5;
}
.wt_actions__signup {
  display: inline-block;
  width: 90%;
  padding: 25px;
  outline: none;
  border: none;
  border-radius: 7.5px;
  background: #3814a5;
  color: #fffcef;
  text-decoration: none;
  cursor: pointer;
  max-width: 500px;
  padding: 30px;
  border: 2px solid #3814a5;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
  margin: 120px auto 60px;
}
@media all and (max-width: 768px) {
  .wt_actions__signup {
    margin: 60px auto 30px;
  }
}
.wt_search {
  background: rgba(16,16,16,0.97);
}
.wt_search #wt_closeoverlay {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10000000000 !important;
  background: 0;
  border: 0;
  color: #fffcef;
  transition: 0.2s opacity ease-in-out;
  font-size: 3rem;
}
.wt_search #wt_closeoverlay:hover {
  cursor: pointer;
  opacity: 0.9;
}
.wt_search__form {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
}
.wt_search__form .wt_aligncenter {
  width: 100%;
  text-align: center;
}
.wt_search__form .wt_aligncenter h2 {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.5rem;
  color: #fffcef;
  line-height: 1.15;
  margin-bottom: 30px;
}
.wt_search__form .wt_aligncenter #languages_search {
  width: 100%;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 0;
  border-top-left-radius: 7.5px;
  border-top-right-radius: 7.5px;
  padding: 25px;
  text-align: center;
  background: #fffcef;
}
.wt_search__form .wt_aligncenter #languages_search:focus {
  outline: none;
}
.wt_search__form .wt_aligncenter #searchform {
  width: 90%;
  max-width: 600px;
  margin: auto;
}
.wt_search__form .wt_aligncenter #searchsubmit {
  width: 100%;
  padding: 25px;
  outline: none;
  border: none;
  border-radius: 7.5px;
  background: #3814a5;
  color: #fffcef;
  text-decoration: none;
  cursor: pointer;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
}
.wt_search__results {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  text-align: center;
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
  overflow-y: scroll;
}
.wt_search__results--title {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.5rem;
  color: #fffcef;
  line-height: 1.15;
  margin-bottom: 30px;
}
.wt_search__results--list {
  columns: 3;
}
.wt_search__results--item {
  margin-bottom: 15px;
  break-inside: avoid;
}
.wt_search__results--item a {
  text-decoration: none;
}
.wt_search__results--item a strong {
  display: block;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
}
.wt_search__results--item a span {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
}
.wt_search__results--item a:hover {
  text-decoration: underline;
  color: #fffcef;
}
.wt_search__results--none strong {
  display: block;
  margin: 30px auto 15px;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .wt_search__results--list {
    columns: 1;
  }
}
.wt_language__banner {
  padding: 90px 0;
  background: #101010;
  color: #fffcef;
  text-align: center;
}
.wt_language__banner h1 {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 5rem;
  color: #fffcef;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.wt_language__banner h2 {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.5rem;
  color: #fffcef;
  line-height: 1.15;
  margin-bottom: 60px;
}
.wt_language__banner--metadata {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.wt_language__banner--metadata li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.wt_language__banner--metadata li strong {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
}
.wt_language__banner--metadata li span {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
}
.wt_language__banner--metadata li span a {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
  text-decoration: underline;
}
@media all and (max-width: 768px) {
  .wt_language__banner {
    padding: 60px 0;
  }
  .wt_language__banner h1 {
    font-size: 3rem;
  }
  .wt_language__banner h2 {
    font-size: 2rem;
  }
  .wt_language__banner--metadata li {
    width: 48%;
  }
}
.wt_banner__short {
  padding: 90px 0;
  background: #101010;
  color: #fffcef;
  text-align: center;
}
.wt_banner__short h1 {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 5rem;
  color: #fffcef;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.wt_banner__short h2 {
  width: 90%;
  margin: auto;
  max-width: 810px;
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.5rem;
  color: #fffcef;
  line-height: 1.15;
}
@media all and (max-width: 768px) {
  .wt_banner__short {
    padding: 60px 0;
  }
  .wt_banner__short h1 {
    font-size: 3rem;
  }
  .wt_banner__short h2 {
    font-size: 2rem;
  }
}
.wt_thumbnails {
  margin: 30px auto;
  text-align: center;
}
.wt_thumbnails__wrapper {
  margin: 0 auto;
}
.wt_thumbnails__title {
  text-align: center;
}
.wt_thumbnails__title h1 {
  margin: 90px auto 30px;
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 5rem;
  color: #101010;
  text-transform: uppercase;
}
.wt_thumbnails__title h2 {
  width: 90%;
  max-width: 900px;
  margin: auto;
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.5rem;
  color: #101010;
  line-height: 1.15;
}
.wt_thumbnails__cta {
  width: 90%;
  max-width: 550px;
  margin-top: 60px !important;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
}
.wt_thumbnails__video {
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  background: #3814a5;
  width: 30%;
  margin: 2% 1% 0;
  color: #fffcef;
  overflow: hidden;
  box-shadow: 1px 1px 3px #808080;
  box-sizing: border-box;
}
.wt_thumbnails__video--image {
  width: 100%;
  height: auto;
}
.wt_thumbnails__video--metadata {
  margin-top: -2px;
  box-sizing: border-box;
  padding: 30px 15px;
  border: 1px solid #3814a5;
}
.wt_thumbnails__video--metadata li {
  margin-bottom: 15px;
}
.wt_thumbnails__video--metadata li:last-of-type {
  margin-bottom: 0;
}
.wt_thumbnails__video--metadata li strong {
  display: block;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
}
.wt_thumbnails__video--metadata li span {
  display: block;
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
}
.wt_thumbnails__video--metadata li a {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
  text-decoration: underline;
}
.wt_thumbnails__lexicon,
.wt_thumbnails__resource {
  display: inline-block;
  width: 30%;
  margin: 2% 1% 0;
  background: #3814a5;
  color: #fffcef;
  box-sizing: border-box;
  padding: 30px 0;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #808080;
  transition: 0.2s opacity ease-in-out;
  vertical-align: top;
}
.wt_thumbnails__lexicon:hover,
.wt_thumbnails__resource:hover {
  opacity: 0.9;
  cursor: pointer;
}
.wt_thumbnails__lexicon>a,
.wt_thumbnails__resource>a {
  text-decoration: none;
}
.wt_thumbnails__lexicon--metadata,
.wt_thumbnails__resource--metadata {
  margin-top: -2px;
  box-sizing: border-box;
  padding: 30px 15px;
}
.wt_thumbnails__lexicon--metadata li,
.wt_thumbnails__resource--metadata li {
  margin-bottom: 15px;
}
.wt_thumbnails__lexicon--metadata li:last-of-type,
.wt_thumbnails__resource--metadata li:last-of-type {
  margin-bottom: 0;
}
.wt_thumbnails__lexicon--metadata li strong,
.wt_thumbnails__resource--metadata li strong {
  display: block;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
}
.wt_thumbnails__lexicon--metadata li span,
.wt_thumbnails__resource--metadata li span {
  display: block;
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
}
.wt_thumbnails__lexicon--metadata li a,
.wt_thumbnails__resource--metadata li a {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
  text-decoration: underline;
}
.wt_thumbnails__lexicon--metadata li p,
.wt_thumbnails__resource--metadata li p {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
}
.wt_thumbnails__download {
  display: inline-block;
  width: 30%;
  margin: 2% 1% 0;
  background: #3814a5;
  color: #fffcef;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  box-shadow: 1px 1px 3px #808080;
  transition: 0.2s opacity ease-in-out;
}
.wt_thumbnails__download:hover {
  opacity: 0.9;
}
.wt_thumbnails__download--image {
  width: 100%;
  height: auto;
}
.wt_thumbnails__download--metadata {
  margin-top: -2px;
  box-sizing: border-box;
  padding: 30px;
}
.wt_thumbnails__download--metadata li {
  margin-bottom: 15px;
}
.wt_thumbnails__download--metadata li:last-of-type {
  margin-bottom: 0;
}
.wt_thumbnails__download--metadata li:last-of-type span {
  text-decoration: underline;
}
.wt_thumbnails__download--metadata li strong {
  display: block;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
}
.wt_thumbnails__download--metadata li span {
  display: block;
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
}
.wt_thumbnails__download a {
  text-decoration: none !important;
}
.wt_thumbnails__language {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 2% 1% 0;
  border-radius: 3px;
  background: #3814a5;
  color: #fffcef;
  overflow: hidden;
  box-shadow: 1px 1px 3px #808080;
  box-sizing: border-box;
  transition: 0.2s opacity ease-in-out;
}
.wt_thumbnails__language a {
  text-decoration: none !important;
}
.wt_thumbnails__language:hover {
  opacity: 0.9;
}
.wt_thumbnails__language--image {
  width: 100%;
  height: auto;
}
.wt_thumbnails__language--metadata {
  margin-top: -2px;
  box-sizing: border-box;
  padding: 30px 15px;
}
.wt_thumbnails__language--metadata li {
  margin-bottom: 15px;
}
.wt_thumbnails__language--metadata li:last-of-type {
  margin-bottom: 0;
}
.wt_thumbnails__language--metadata li strong {
  display: block;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
}
.wt_thumbnails__language--metadata li span {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
}
.wt_thumbnails__language--metadata li a {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
  text-decoration: underline;
}
.wt_thumbnails__error {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.5rem;
  color: #101010;
  line-height: 1.15;
}
@media all and (max-width: 768px) {
  .wt_thumbnails__title h1 {
    margin-top: 60px;
    font-size: 3rem;
  }
  .wt_thumbnails__title h2 {
    font-size: 2rem;
  }
  .wt_thumbnails__video,
  .wt_thumbnails__lexicon,
  .wt_thumbnails__resource,
  .wt_thumbnails__download {
    width: 90%;
    margin: 0 auto 15px;
  }
  .wt_thumbnails__language {
    width: 48%;
    margin: 0.75%;
  }
  .wt_thumbnails__language--metadata {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wt_thumbnails__cta {
    margin-top: 15px !important;
  }
}
.wt_grantee__thumbnail {
  display: inline-block;
  width: 19%;
  margin: 0 0.5% 2% 0.5%;
  vertical-align: top;
}
.wt_grantee__thumbnail--image {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  border: 2px solid #101010;
  margin-bottom: 7.5px;
  transition: 0.2s opacity ease-in-out;
}
.wt_grantee__thumbnail--image.empty {
  background: #101010;
}
.wt_grantee__thumbnail--text {
  text-align: left;
}
.wt_grantee__thumbnail--text h2 {
  display: block;
  margin: 0;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  line-height: 1.5;
}
.wt_grantee__thumbnail--text p {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  line-height: 1.5;
}
.wt_grantee__thumbnail a {
  text-decoration: none;
}
.wt_grantee__thumbnail a:hover .wt_grantee__thumbnail--image {
  opacity: 0.9;
}
@media all and (max-width: 768px) {
  .wt_grantee__thumbnail {
    width: 47.5% !important;
    margin: 0 1% 15px !important;
    text-align: center;
  }
  .wt_grantee__thumbnail--image {
    margin-bottom: 0;
  }
  .wt_grantee__thumbnail--text {
    text-align: center;
  }
  .wt_grantee__thumbnail--text h2 {
    margin: 15px 0 0 0;
    font-family: 'Graphik Web';
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-size: 1.25rem;
    color: #101010;
    line-height: 1.5;
  }
  .wt_grantee__thumbnail--text p {
    margin: 5px;
    font-family: 'Graphik Web';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 1.25rem;
    color: #101010;
    line-height: 1.5;
  }
  .wt_grantee__thumbnail--text ul li {
    margin: 0 7.5px;
  }
}
body.post-type-archive-languages .wt_metrics__icons {
  margin-top: 0 !important;
}
body.post-type-archive-languages .wt_donate {
  margin-top: 120px;
}
@media all and (max-width: 768px) {
  body.post-type-archive-languages .wt_metrics {
    padding-top: 60px;
  }
  body.post-type-archive-languages .wt_donate {
    padding-top: 60px;
  }
}
body.post-type-archive-team .wt_team {
  margin-top: 90px;
  text-align: center;
}
body.post-type-archive-team .wt_team#board-and-staff .wt_team__member {
  width: 29%;
}
body.post-type-archive-team .wt_team#advisors .wt_team__member {
  width: 29%;
}
body.post-type-archive-team .wt_team#interns-and-volunteers .wt_team__member {
  width: 20%;
}
body.post-type-archive-team .wt_team__title h1 {
  margin-bottom: 30px;
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 5rem;
  color: #101010;
  text-transform: uppercase;
}
body.post-type-archive-team .wt_team__member {
  display: inline-block;
  vertical-align: top;
  margin: 0 1% 2% 1%;
  text-align: left;
}
body.post-type-archive-team .wt_team__member--image {
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center center;
  border: 2px solid #101010;
  box-sizing: border-box;
}
body.post-type-archive-team .wt_team__member--noimage {
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 15px;
  background: #101010;
  border: 2px solid #101010;
  box-sizing: border-box;
}
body.post-type-archive-team .wt_team__member--info h2 {
  display: block;
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.5rem;
  color: #101010;
  line-height: 1.15;
}
body.post-type-archive-team .wt_team__member--info p {
  display: block;
  margin-top: 7.5px;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  line-height: 1.5;
}
body.post-type-archive-team .wt_team__member--info ul {
  margin-top: 20px;
}
body.post-type-archive-team .wt_team__member--info ul li {
  display: inline-block;
  margin-right: 30px;
}
body.post-type-archive-team .wt_team__member--info ul li a {
  color: #3814a5;
  font-size: 1.75rem;
  transition: 0.2s opacity ease-in-out;
}
body.post-type-archive-team .wt_team__member--info ul li a:hover {
  opacity: 0.9;
}
body.post-type-archive-team .wt_footer {
  padding-top: 90px;
}
@media all and (max-width: 768px) {
  body.post-type-archive-team .wt_team {
    margin-top: 60px;
  }
  body.post-type-archive-team .wt_team__title h1 {
    font-size: 3rem;
  }
  body.post-type-archive-team .wt_team__member {
    width: 47.5% !important;
    margin: 0 0.5% 15px !important;
    text-align: center;
  }
  body.post-type-archive-team .wt_team__member--info h2 {
    font-family: 'Graphik Web';
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-size: 1.25rem;
    color: #101010;
    line-height: 1.5;
  }
  body.post-type-archive-team .wt_team__member--info p {
    margin: 5px;
    font-family: 'Graphik Web';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 1.25rem;
    color: #101010;
    line-height: 1.5;
  }
  body.post-type-archive-team .wt_team__member--info ul li {
    margin: 0 7.5px;
  }
  body.post-type-archive-team .wt_footer {
    padding-top: 60px;
  }
}
body.single-languages {
  text-align: center;
}
body.single-languages .wt_thumbnails__none {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  line-height: 1.5;
}
body.single-languages .wt_thumbnails__cta {
  display: block;
  margin: auto;
  width: 90%;
  padding: 25px;
  outline: none;
  border: none;
  border-radius: 7.5px;
  background: #3814a5;
  color: #fffcef;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s opacity ease-in-out;
}
body.single-languages .wt_thumbnails__cta:hover {
  opacity: 0.9;
}
body.single-projects .wt_project__content {
  width: 90%;
  max-width: 600px;
  margin: 120px auto 60px;
}
body.single-projects .wt_project__content h1 {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 5rem;
  color: #101010;
  text-transform: uppercase;
  margin-bottom: 30px;
}
body.single-projects .wt_project__content h2 {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.5rem;
  color: #101010;
  line-height: 1.15;
  margin-bottom: 15px;
  padding-top: 15px;
  line-height: 1.25 !important;
}
body.single-projects .wt_project__content h2:first-of-type {
  padding-top: 0;
}
body.single-projects .wt_project__content p {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  line-height: 1.5;
  margin-bottom: 15px;
}
body.single-projects .wt_project__content p a {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #3814a5;
  line-height: 1.5;
  text-decoration: underline;
}
body.single-projects .wt_project__content p strong {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  line-height: 1.5;
}
body.single-projects .wt_project__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
body.single-projects .wt_project__content>div {
  margin: auto !important;
  text-align: center;
  background: #101010;
}
body.single-projects .wt_project__content>div img {
  width: 100%;
  height: auto;
}
body.single-projects .wt_project__content>div .wp-caption-text {
  margin-top: 15px;
  padding-bottom: 15px;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  body.single-projects .wt_project__content h1 {
    font-size: 3rem;
  }
  body.single-projects .wt_project__content h2 {
    font-size: 2rem;
  }
}
.wt_grantee__main {
  width: 90%;
  margin: 90px auto;
  max-width: 600px;
}
.wt_grantee__main--title {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 5rem;
  color: #101010;
  text-transform: uppercase;
}
.wt_grantee__main--subheader {
  margin: 30px auto;
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.5rem;
  color: #101010;
  line-height: 1.15;
}
.wt_grantee__main--content {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  line-height: 1.5;
}
.wt_grantee__main--content p {
  width: 100%;
  margin: 15px auto 15px 0;
}
.wt_grantee__main--content p strong {
  display: block;
  padding-top: 15px;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  line-height: 1.5;
}
.wt_grantee__main--content p i {
  font-style: italic;
}
.wt_grantee__main--links li {
  margin-bottom: 15px;
}
.wt_grantee__main--links li a {
  text-decoration: none;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #3814a5;
  line-height: 1.5;
}
.wt_grantee__main--links li a span {
  display: inline-block;
}
.wt_grantee__main--links li a span i {
  vertical-align: middle;
  font-size: 17.5px;
}
.wt_grantee__main--links li a span:last-of-type {
  margin-left: 5px;
}
.wt_grantee__main--links li a:hover span:last-of-type {
  text-decoration: underline;
}
.wt_grantee__collaborator {
  margin-bottom: 15px;
}
.wt_grantee__collaborator--image {
  float: left;
  width: 30%;
  padding-bottom: 30%;
  background-size: cover;
  background-position: center center;
  border: 2px solid #101010;
  margin: 5px 15px 7.5px 0;
  vertical-align: top;
}
.wt_grantee__collaborator--image.empty {
  background: #101010;
}
.wt_grantee__collaborator--text {
  display: block;
  width: 100%;
  vertical-align: top;
}
.wt_grantee__navigation {
  width: 90%;
  margin: 90px auto;
  max-width: 1024px;
}
.wt_grantee__navigation--title {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 5rem;
  color: #101010;
  text-transform: uppercase;
}
.wt_grantee__navigation--subheader {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.5rem;
  color: #101010;
  line-height: 1.15;
}
@media all and (max-width: 768px) {
  .wt_grantee__main--title,
  .wt_grantee__navigation--title {
    font-size: 3rem;
  }
  .wt_grantee__main--subheader,
  .wt_grantee__navigation--subheader {
    font-size: 2rem;
  }
  .wt_grantee__main {
    margin: 60px auto;
  }
  .wt_grantee__collaborator--image {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 15px;
  }
  .wt_grantee__collaborator--text {
    width: 100%;
    margin-bottom: 30px;
  }
}
body.page-template-template-cohort {
  text-align: center;
}
body.page-template-template-cohort .wt_wrapper {
  width: 95%;
  margin: 90px auto;
}
body.page-template-template-cohort .wt_wrapper>h1 {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 5rem;
  color: #101010;
  text-transform: uppercase;
  margin: 0 0 30px;
  text-align: center;
}
@media all and (max-width: 768px) {
  body.page-template-template-cohort .wt_wrapper>h1 {
    margin-top: 60px !important;
    font-size: 3rem;
  }
  body.page-template-template-cohort .wt_wrapper .wt_testimonial {
    display: block;
    width: 90%;
  }
  body.page-template-template-cohort .wt_wrapper .wt_testimonial__image {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
body.page-template-template-revitalization .wt_testimonial {
  margin: 90px auto;
}
body.page-template-template-revitalization .wt_donate {
  margin-top: 120px;
}
@media all and (max-width: 768px) {
  body.page-template-template-revitalization .wt_donate {
    margin-top: 60px;
  }
}
body.page-template-template-general .wt_project__content {
  width: 90%;
  max-width: 750px;
  margin: 120px auto 60px;
}
body.page-template-template-general .wt_project__content h1 {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 5rem;
  color: #101010;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 7rem;
  text-align: center;
}
body.page-template-template-general .wt_project__content h2 {
  font-family: 'Schnyder Wide M Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.5rem;
  color: #101010;
  line-height: 1.15;
  font-size: 3.5rem;
  margin: 60px auto;
  line-height: 1.25 !important;
  text-align: center;
}
body.page-template-template-general .wt_project__content p {
  max-width: 600px;
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  line-height: 1.5;
  font-size: 1.75rem;
  margin: 0 auto 30px;
}
body.page-template-template-general .wt_project__content p a {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #3814a5;
  line-height: 1.5;
  text-decoration: underline;
  font-size: 1.75rem;
}
body.page-template-template-general .wt_project__content p strong {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  line-height: 1.5;
  font-size: 1.75rem;
}
body.page-template-template-general .wt_project__content ul {
  max-width: 600px;
  margin: 0 auto 30px;
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  line-height: 1.5;
  font-size: 1.75rem;
  list-style: disc;
}
body.page-template-template-general .wt_project__content ul li {
  margin-left: 60px;
}
body.page-template-template-general .wt_project__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
body.page-template-template-general .wt_project__content>div {
  margin: auto !important;
  text-align: center;
  background: #101010;
}
body.page-template-template-general .wt_project__content>div img {
  width: 100%;
  height: auto;
}
body.page-template-template-general .wt_project__content>div .wp-caption-text {
  margin-top: 15px;
  padding-bottom: 15px;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  line-height: 1.5;
}
body.page-template-template-general .wt_action {
  text-align: center;
}
body.page-template-template-general .wt_action__primary {
  display: block;
  text-align: center;
  width: 95%;
  padding: 25px;
  outline: none;
  border: none;
  border-radius: 7.5px;
  background: #3814a5;
  color: #fffcef;
  text-decoration: none;
  cursor: pointer;
  max-width: 400px;
  margin: 0 auto 30px;
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fffcef;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
body.page-template-template-general .wt_action__primary:hover {
  opacity: 0.9;
}
body.page-template-template-general .wt_action__secondary {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #101010;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
}
body.page-template-template-general .wt_action__secondary span:first-of-type {
  margin-right: 5px;
}
body.page-template-template-general .wt_action__secondary:hover {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #3814a5;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  transition: 0.1s color ease-in-out;
}
@media all and (max-width: 768px) {
  body.single-projects .wt_project__content h1 {
    font-size: 3rem;
  }
  body.single-projects .wt_project__content h2 {
    font-size: 2rem;
  }
}
