@font-face {
  font-family: TobiasTRIAL-Thin;
  src: url(../fonts/DP_tobias_TRIAL/Tobias-Thin.otf);
}
@font-face {
  font-family: Inter-Regular;
  src: url(../fonts/inter-cufonfonts/Inter-Regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter-ExtraLight;
  src: url(../fonts/inter-cufonfonts/Inter-ExtraLight.ttf);
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter-Light;
  src: url(../fonts/inter-cufonfonts/Inter-Light.ttf);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body, input, textarea, button, select, a {
  -webkit-tap-highlight-color: transparent;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Inter-ExtraLight", sans-serif;
  color: #464646;
  overflow-x: hidden;
  font-size: 15px;
  line-height: 22.5px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
.container {
  max-width: 1350px;
  padding: 0 20px;
  margin: 0 auto;
}
button {
  font-size: 15px;
  line-height: 22.5px;
  font-weight: 300;
  letter-spacing: 0.3em;
  font-family: "Inter-Light", sans-serif;
  color: #FFA800;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
button.focus {
  outline: 0;
}
@media only screen and (min-width: 768px) {
  button {
    font-size: 16px;
    line-height: 19.36px;
  }
}
h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 100;
  font-family: "TobiasTRIAL-Thin", sans-serif;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 43px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 68px;
    line-height: 81.6px;
  }
}
h2 {
  font-size: 24px;
  line-height: 26.4px;
  font-weight: 100;
  font-family: "TobiasTRIAL-Thin", sans-serif;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 35.5px;
  }
}
h3 {
  font-size: 22px;
  line-height: 35.2px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
h4 {
  font-size: 15px;
  line-height: 22.5px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
h5 {
  font-size: 12px;
  line-height: 14.5px;
  font-weight: 500;
  letter-spacing: 0.3em;
  font-family: "Inter-Regular", sans-serif;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 16px;
    line-height: 19.36px;
  }
}
li {
  list-style: none;
  position: relative;
}
li a {
  color: #fff;
  border-bottom: 0;
}
li a:hover {
  color: #FFA800;
  border-bottom: 0;
}
a {
  text-decoration: none;
  border-bottom: 1px solid rgba(70, 70, 70, 0.4);
  color: #464646;
  transition: all 0.4s ease;
}
a:hover {
  color: #FFA800;
  border-bottom: 1px solid rgba(255, 168, 0, 0.4);
}
.line {
  position: relative;
}
.line::after {
  content: "";
  position: absolute;
  left: -100vw;
  right: -100vw;
  bottom: 0;
  opacity: 0.5;
}
img {
  max-width: 100%;
}
strong, b {
  font-family: "Inter-Regular", sans-serif;
  font-weight: 400;
}
body.isActive .hamburger span:nth-child(2) {
  opacity: 0;
}
body.isActive .hamburger span:nth-child(1) {
  transform: translateY(17px) rotate(45deg);
}
body.isActive .hamburger span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
body.isActive .navbar.line::after {
  display: none;
}
body.isActive .navbar .menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .home_page .header {
    background-color: #113D6E;
    opacity: 1;
    transition: all 0.4s ease-in 0.4s;
  }
}
@media only screen and (min-width: 768px) {
  .home_page .banner-wrapper {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s ease-in;
  }
}
.home_page .polaris-home-bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center center;
}
.header {
  position: fixed;
  background-repeat: repeat-y;
  background-size: cover;
  z-index: 3;
  width: 100%;
  overflow-x: hidden;
  background-color: #113D6E;
  padding-bottom: 14px;
}
.navbar {
  padding: 29px 0 29px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.navbar::after {
  border-top: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .navbar {
    padding: 46px 0 16px 0;
    align-items: center;
  }
}
.navbar .header-logo {
  font-size: 0;
  line-height: 1;
}
.navbar .header-logo a {
  font-size: 0;
  line-height: 1;
  display: inline-block;
  border-bottom: 0;
}
.navbar .header-logo a svg {
  fill: #fff;
  transition: all 0.4s ease;
}
@media (min-width: 0px) and (max-width: 767px) {
  .navbar .header-logo a svg {
    width: 58%;
  }
}
@media only screen and (min-width: 768px) {
  .navbar .header-logo a svg {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  .navbar .header-logo a svg {
    width: 100%;
  }
}
.navbar .header-logo a:hover {
  text-decoration: none;
  color: #FFA800;
}
.navbar .header-logo a:hover svg {
  fill: #FFA800;
}
.hamburger span {
  display: block;
  width: 35px;
  height: 1px;
  z-index: 4;
  position: relative;
  background-color: #fff;
  transition: transform 0.5s ease, background-color 0.5s ease, opacity 0.55s ease;
}
.hamburger span:not(:last-child) {
  margin-bottom: 12px;
}
.header-links {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-links {
    display: block;
  }
}
.header-links ul {
  display: flex;
}
.header-links ul li {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .header-links ul li {
    padding: 0 14px;
  }
}
@media only screen and (min-width: 992px) {
  .header-links ul li {
    padding: 0 40px;
  }
}
.header-links ul li:first-child {
  padding-left: 0;
}
.header-links ul li:last-child {
  padding-right: 0;
}
.header-links ul li a {
  position: relative;
  padding-bottom: 2px;
  border-bottom: 0;
}
.header-links ul li a::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.header-links ul li a:hover {
  text-decoration: none;
  color: #FFA800;
}
.header-links ul li a:hover::before {
  transform: scale(1);
  background-color: #FFA800;
}
.header-links ul li.current_page_item a {
  color: #FFA800;
}
.header-links ul li.menu-item-home a {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.header-links.showHome ul li.menu-item-home a {
  opacity: 1;
  visibility: visible;
}
.header-links ul li.current_page_item a, .menu-toggle ul li.current_page_item a {
  color: #FFA800;
}
.navigation {
  display: block;
}
@media only screen and (min-width: 768px) {
  .navigation {
    display: none;
  }
}
.navigation .menu {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  padding: 40px;
  background: #113D6E;
  opacity: 0;
  transition: all 0.5s ease;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.navigation .menu li {
  padding: 30px 0;
}
.navigation .menu li:last-child {
  padding-bottom: 0;
}
.navigation .menu li::before {
  display: none;
}
.navigation .menu li a {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 24px;
  line-height: 29px;
  position: relative;
}
.navigation .hamburger {
  cursor: pointer;
  z-index: 9;
  position: relative;
  display: block;
}
.banner-section {
  padding-top: 85px;
  position: relative;
  transition: all 0.4s ease-in;
}
.banner-section .polaris-banner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner-section .polaris-banner.desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .banner-section .polaris-banner.desktop {
    display: block;
  }
}
.banner-section .polaris-banner.mobile {
  display: block;
  object-position: 100% 5%;
}
@media only screen and (min-width: 768px) {
  .banner-section .polaris-banner.mobile {
    display: none;
  }
}
.banner-wrapper {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.banner-wrapper .page-title {
  position: relative;
  max-width: 626px;
}
.banner-wrapper .page-title h1 {
  line-height: 38px;
}
@media only screen and (min-width: 768px) {
  .banner-wrapper .page-title h1 {
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-wrapper .page-title h1 {
    line-height: 60px;
  }
}
.banner-wrapper .page-content {
  max-width: 660px;
  position: relative;
  font-family: "TobiasTRIAL-Thin", sans-serif;
}
.banner-wrapper .page-content p {
  font-family: "TobiasTRIAL-Thin", sans-serif;
}
.banner-wrapper .page-content p a {
  border-bottom: 0;
}
.banner-wrapper .page-content h3, .banner-wrapper .page-content h4 {
  font-family: "TobiasTRIAL-Thin", sans-serif;
}
@media only screen and (max-width: 768px) {
  .banner-wrapper .page-content h3, .banner-wrapper .page-content h4 {
    font-size: 12px;
    line-height: 15.6px;
  }
}
.banner-wrapper .banner-logo-image {
  display: none;
  font-size: 0;
  line-height: 1;
  z-index: 1;
}
.banner-wrapper .banner-logo-image img {
  max-width: 64%;
}
@media only screen and (min-width: 768px) {
  .banner-wrapper .banner-logo-image {
    display: none;
  }
}
.banner-wrapper .button-wrapper {
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  padding-top: 28px;
}
@media only screen and (min-width: 992px) {
  .banner-wrapper .button-wrapper {
    padding-top: 56px;
  }
}
.banner-wrapper .button-wrapper::after {
  content: "";
  transform: rotate(-54deg);
  height: 7px;
  width: 7px;
  box-shadow: inset -6px -2px 0px -4px #ffa800;
  border-radius: 50%;
  transition: all 0.5s;
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .banner-wrapper .button-wrapper::after {
    box-shadow: inset -6px -2px 0px -3px #FFA800;
    height: 13px;
    width: 13px;
    margin-left: 37px;
  }
}
.banner-wrapper .button-wrapper:hover::after {
  box-shadow: inset -20px -2px 0px -3px #FFA800;
}
.banner-wrapper .button-wrapper a {
  font-size: 15px;
  line-height: 22.5px;
  font-weight: 300;
  letter-spacing: 0.3em;
  color: #FFA800;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .banner-wrapper .button-wrapper a {
    font-size: 16px;
    line-height: 19.36px;
  }
}
.banner-wrapper a {
  color: #fff;
  border: 0;
}
.banner-wrapper a:hover {
  color: #FFA800;
}
.home .banner-section {
  min-height: 100% !important;
}
@media only screen and (min-width: 992px) {
  .home .banner-section {
    min-height: calc(100vh - 118px) !important;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .home .banner-section {
    min-height: 100vh !important;
  }
}
.home .banner-section .container {
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .home .banner-section .container {
    min-height: calc(100vh - 255px) !important;
  }
}
@media only screen and (min-width: 992px) {
  .home .banner-section .container {
    min-height: calc(100vh - 203px) !important;
  }
}
.home .banner-wrapper {
  padding: 20px 0;
}
.home .banner-wrapper .page-title {
  padding: 0;
}
.home .banner-wrapper .page-content {
  font-size: 20px;
  line-height: 24px;
  margin-top: 115px;
}
@media only screen and (min-width: 768px) {
  .home .banner-wrapper .page-content {
    font-size: 32px;
    line-height: 38px;
  }
}
.home .banner-wrapper .page-content p {
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .home .banner-wrapper .page-content p {
    font-size: 32px;
    line-height: 38px;
  }
}
.home .banner-wrapper .banner-logo-image {
  display: none;
  padding-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .home .banner-wrapper .button-wrapper {
    padding-top: 18px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .home .focus-areas {
    padding: 34px 0 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .home .grant-spotlight-content {
    padding: 40px 0 40px;
  }
}
.home .grant-spotlight-content a {
  border-bottom: 0;
}
.focus_areas_page .banner-wrapper {
  padding: 97px 0 25px 0;
}
@media only screen and (min-width: 768px) {
  .focus_areas_page .banner-wrapper {
    padding: 40px 0;
  }
}
.focus-areas {
  padding: 30px 0 0;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .focus-areas {
    padding: 50px 0 0;
  }
}
.focus-areas-wrapper .line:last-child::after {
  display: none;
}
.focus-areas-title {
  padding-bottom: 20px;
  color: #FFA800;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .focus-areas-title {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .focus-areas-title {
    padding-bottom: 53px;
  }
}
.focus-areas-title::after {
  border-top: 1px solid #FFA800;
}
.focus-areas-title a {
  color: #FFA800;
  border-bottom: 0;
}
.focus-areas-content {
  display: flex;
  flex-direction: column;
  padding: 20px 0 40px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .focus-areas-content {
    padding: 45px 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  .focus-areas-content {
    flex-direction: row;
    padding: 45px 0 100px;
  }
}
.focus-areas-content::after {
  border-top: 1px solid #FFA800;
}
.focus-areas-content + .focus-areas-content {
  padding: 20px 0 40px;
}
@media only screen and (min-width: 768px) {
  .focus-areas-content + .focus-areas-content {
    padding: 55px 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  .focus-areas-content + .focus-areas-content {
    padding: 55px 0 70px;
  }
}
.focus-areas-text {
  margin-bottom: 20px;
  padding-right: 0;
  max-width: 100%;
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .focus-areas-text {
    margin-bottom: 0;
    padding-right: 10px;
    max-width: 34%;
    flex: 0 0 34%;
  }
}
.focus-areas-text img {
  max-width: 210px;
  min-height: 30px;
}
.focus-areas-desc {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .focus-areas-desc-wrapper {
    max-width: 570px;
  }
}
.focus-areas-desc-wrapper a {
  border-bottom: 1px solid rgba(70, 70, 70, 0.4);
  color: #464646;
}
.focus-areas-desc-wrapper a:hover {
  color: #FFA800;
  border-bottom: 1px solid rgba(255, 168, 0, 0.4);
}
.focus-areas-desc-wrapper ul {
  margin: 0 0 10px 0;
}
.focus-areas-desc-wrapper ul li {
  padding-left: 16px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .focus-areas-desc-wrapper ul li {
    padding-left: 32px;
  }
}
.focus-areas-desc-wrapper ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid #464646;
  border-radius: 50%;
  top: 8px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .focus-areas-desc-wrapper ul li::before {
    width: 5px;
    height: 5px;
    top: 9px;
    left: 16px;
  }
}
.focus-areas-desc-wrapper ul li:not(:last-child) {
  margin-bottom: 10px;
}
.focus-areas-desc-wrapper ul li span {
  text-decoration: none;
}
.focus-areas-desc h4 {
  font-family: "Inter-Regular", sans-serif;
}
@media only screen and (max-width: 767px) {
  .grant-spotlight-wrapper + .grant-spotlight-wrapper .grant-spotlight-content {
    padding-bottom: 40px;
  }
}
.grant-spotlight {
  background-color: #464646;
  color: #fff;
}
.grant-spotlight .slider-line.line::after {
  border-top: 1px solid #fff;
  bottom: -72px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .grant-spotlight .slider-line.line::after {
    display: none;
  }
}
.grant-spotlight-title.line::after {
  right: -100vw;
  border-top: 1px solid #FFA800;
  top: -100vw;
}
@media only screen and (min-width: 768px) {
  .grant-spotlight-title.line::after {
    display: none;
  }
}
.grant-spotlight-content {
  padding: 44px 0 44px;
}
@media only screen and (min-width: 768px) {
  .grant-spotlight-content {
    padding: 55px 0 144px;
  }
}
.grant-spotlight-desc p {
  max-width: 583px;
}
.grant-spotlight-desc span {
  display: block;
  font-family: "Inter-Light", sans-serif;
}
.grant-spotlight-slider {
  display: flex;
  position: relative;
  z-index: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .grant-spotlight-slider {
    flex-direction: column;
  }
}
.grant-spotlight-slider ul.slick-dots {
  position: absolute;
  right: 0px;
  bottom: 50px;
  display: flex;
  justify-content: center;
}
.grant-spotlight-slider ul li {
  padding: 0 4px;
}
.grant-spotlight-slider ul li button {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  text-indent: -9999px;
}
.grant-spotlight-slider ul li.slick-active button {
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .grant-spotlight-wrapper {
    opacity: 1 !important;
  }
}
.grant-spotlight-image {
  font-size: 0;
  line-height: 1;
  margin-bottom: 42px;
}
.grant-spotlight-image img {
  max-width: 50%;
}
.grant-spotlight svg path {
  fill: #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .grant-spotlight svg {
    width: 50%;
    height: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .grant-spotlight .focus-areas-text {
    margin-bottom: 30px;
  }
}
.focus-banner-section .banner-wrapper {
  padding: 53px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .focus-banner-section .banner-wrapper {
    padding: 142px 0 0 0;
  }
}
.focus-banner-section .banner-wrapper .page-content {
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .focus-banner-section .banner-wrapper .page-content {
    padding-bottom: 52px;
  }
}
.focus-banner-section .banner-wrapper p {
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .focus-banner-section .banner-wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}
.focus-page .focus-areas-content {
  padding: 30px 0 40px;
}
.focus-page .focus-areas-content:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .focus-page .focus-areas-content {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .focus-page .focus-areas-desc-wrapper {
    max-width: 640px;
    margin: 0 auto;
  }
}
.focus-page .focus-areas-desc-wrapper p {
  margin-bottom: 10px;
}
.grant-detailed-page .banner-wrapper {
  padding: 50px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .grant-detailed-page .banner-wrapper {
    padding: 140px 0 0 0;
  }
}
.grant-detailed-page .banner-wrapper .page-title {
  padding: 0 0 18px 0;
}
@media only screen and (min-width: 768px) {
  .grant-detailed-page .banner-wrapper .page-title {
    padding: 0 0 52px 0;
  }
}
.grant-detailed-page .banner-wrapper .page-content {
  padding: 25px 0;
  max-width: 712px;
}
@media only screen and (min-width: 768px) {
  .grant-detailed-page .banner-wrapper .page-content {
    padding: 58px 0;
  }
}
.grant-detailed-page .banner-wrapper .page-content p {
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .grant-detailed-page .banner-wrapper .page-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.grant-page {
  padding: 0;
}
.grant-page-wrapper {
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  .grant-page-wrapper {
    padding-top: 10px;
  }
}
.grant-page-content {
  padding: 25px 0;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .grant-page-content {
    padding: 40px 0;
  }
}
.grant-page-content + .grant-page-content {
  padding: 25px 0;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .grant-page-content + .grant-page-content {
    padding: 40px 0;
  }
}
.grant-page-content + .grant-page-content:last-child {
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .grant-page-content + .grant-page-content:last-child {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .grant-page-desc {
    max-width: 66%;
    flex: 0 0 66%;
  }
}
@media only screen and (min-width: 768px) {
  .grant-page-image {
    padding-top: 5px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .grant-page-image {
    padding-top: 0;
  }
}
.grant-page a {
  border-bottom: 0;
  display: block;
  font-size: 0;
  line-height: 1;
}
.grants_page .banner-wrapper, .investments_page .banner-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 40px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .grants_page .banner-wrapper, .investments_page .banner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 49px 0 25px 0;
  }
}
.grants_page .banner-wrapper .page-title, .investments_page .banner-wrapper .page-title {
  padding-right: 10px;
  max-width: 34%;
  flex: 0 0 34%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .grants_page .banner-wrapper .page-title, .investments_page .banner-wrapper .page-title {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .grants_page .banner-wrapper .page-title h1, .investments_page .banner-wrapper .page-title h1 {
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .grants_page .banner-wrapper .page-title h1, .investments_page .banner-wrapper .page-title h1 {
    line-height: 60px;
  }
}
.grants_page .page-content, .investments_page .page-content {
  font-family: "Inter-ExtraLight", sans-serif;
  flex: 1;
}
.grants_page .page-content p, .investments_page .page-content p {
  font-size: 15px;
  line-height: 22.5px;
  font-family: "Inter-ExtraLight", sans-serif;
}
@media only screen and (min-width: 768px) {
  .grants_page .page-content p, .investments_page .page-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .grants_page .grant-page-desc-wrapper, .investments_page .grant-page-desc-wrapper {
    max-width: 640px;
  }
}
.investments_page-wrapper {
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  .investments_page-wrapper {
    padding-top: 10px;
  }
}
.investments_page-content {
  padding: 25px 0;
}
@media only screen and (min-width: 768px) {
  .investments_page-content {
    padding: 40px 0;
  }
}
.investments_page-content + .investments_page-content {
  padding: 25px 0;
}
@media only screen and (min-width: 768px) {
  .investments_page-content + .investments_page-content {
    padding: 40px 0;
  }
}
.investments_page-content + .investments_page-content:last-child {
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .investments_page-content + .investments_page-content:last-child {
    padding-bottom: 40px;
  }
}
.about-banner-section .banner-wrapper {
  padding: 38px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .about-banner-section .banner-wrapper {
    padding: 144px 0 0 0;
  }
}
.about-banner-section .page-content {
  max-width: 626px;
  padding-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .about-banner-section .page-content {
    padding-bottom: 70px;
  }
}
.about-banner-section .page-content p {
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .about-banner-section .page-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-banner-section .page-content p:not(:last-child) {
  margin-bottom: 12px;
}
.about-banner-section .page-content a {
  color: #FFA800;
  text-decoration: underline;
}
.approach-sec-content {
  padding: 20px 0 44px;
}
@media only screen and (min-width: 768px) {
  .approach-sec-content {
    padding: 50px 0;
    min-height: 240px;
  }
}
.approach-sec-content + .approach-sec-content {
  padding: 20px 0 40px;
}
@media only screen and (min-width: 768px) {
  .approach-sec-content + .approach-sec-content {
    padding: 50px 0;
    min-height: 240px;
  }
}
.approach-sec-text {
  display: flex;
}
.approach-sec-text h2 {
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .approach-sec-text h2 {
    max-width: 609px;
  }
}
@media only screen and (min-width: 992px) {
  .approach-sec-text h2 {
    max-width: 300px;
  }
}
.approach-sec-num {
  margin-right: 11px;
  color: #FFA800;
  letter-spacing: 0.3em;
}
@media only screen and (min-width: 768px) {
  .approach-sec-num {
    margin-right: 16px;
  }
}
.approach-sec-desc {
  flex: 1;
}
.approach-sec-desc p {
  max-width: 609px;
}
.approach-sec-title h5, .team-sec-title h5 {
  color: #464646;
}
.approach-sec a, .team-sec a {
  color: #464646;
  border-bottom: 1px solid rgba(70, 70, 70, 0.4);
}
.approach-sec a:hover, .team-sec a:hover {
  color: #FFA800;
  border-bottom: 1px solid rgba(255, 168, 0, 0.4);
}
.team-sec {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .team-sec {
    padding: 50px 0;
  }
}
.team-sec-content {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0 0 0;
  margin: 0 -10px;
  flex-direction: inherit;
  max-width: 1060px;
}
@media only screen and (min-width: 992px) {
  .team-sec-content {
    padding: 0;
  }
}
.team-sec-text {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0px 10px 20px 10px;
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .team-sec-text:last-child {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .team-sec-text {
    padding: 40px 10px 25px 10px;
    max-width: 25%;
    flex: 0 0 25%;
  }
}
.team-sec-text h2 {
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .team-sec-text h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.team-sec-text p {
  margin-top: 9px;
}
.team-sec-info {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .team-sec-info {
    margin-top: 0;
  }
}
.team-sec-title.line::after {
  display: block;
}
.about_page .banner-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 40px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .about_page .banner-wrapper {
    flex-direction: column;
    padding: 49px 0 25px 0;
  }
}
.about_page .banner-wrapper .page-title {
  padding-right: 10px;
  max-width: 34%;
  flex: 0 0 34%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .about_page .banner-wrapper .page-title {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0 15px 0;
  }
}
.about_page .page-content {
  font-family: "Inter-ExtraLight", sans-serif;
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .about_page .page-content {
    padding-top: 24px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .about_page .page-content {
    padding-top: 0;
  }
}
.about_page .page-content p {
  font-family: "Inter-ExtraLight", sans-serif;
  font-size: 15px;
  line-height: 22.5px;
}
@media only screen and (min-width: 768px) {
  .about_page .page-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.about_page .page-content p:not(:last-child) {
  margin-bottom: 15px;
}
.about_page .page-content p a {
  color: #FFA800;
}
.about_page .focus-areas-title {
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .about_page .focus-areas-title {
    padding-bottom: 25px;
  }
}
.about_page .approach-sec-num p {
  font-family: "Inter-Regular", sans-serif;
}
.footer {
  padding: 0 0 27px;
  color: #fff;
  background-color: #113D6E;
  font-weight: 100;
  margin-top: -1px;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 0 0 28px 0;
  }
}
.footer ul {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .footer ul {
    flex-direction: row;
  }
}
.footer-content {
  display: flex;
  justify-content: space-between;
  padding-top: 27px;
}
@media only screen and (min-width: 768px) {
  .footer-content {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-content {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .footer-content {
    flex-direction: row;
  }
}
.footer-content.line {
  position: relative;
}
.footer-content.line::before {
  content: "";
  position: absolute;
  right: -100vw;
  left: -100vw;
  top: 0;
  opacity: 0.4;
  border-top: 1px solid #fff;
}
.footer-content.line::after {
  display: none;
}
.footer-desc {
  padding-right: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 0px) and (max-width: 767px) {
  .footer-desc {
    max-width: 58%;
    flex: 0 0 58%;
  }
}
@media only screen and (min-width: 768px) {
  .footer-desc {
    flex-direction: row;
    flex: 1;
  }
}
.footer-desc::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fff;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .footer-desc::after {
    display: none;
  }
}
.footer-desc p, .footer-desc a, .footer-desc li, .footer-copyright p, .footer-copyright a, .footer-copyright li, .footer-subcontent p, .footer-subcontent a, .footer-subcontent li, .footer-subdesc p, .footer-subdesc a, .footer-subdesc li, .footer-policy p, .footer-policy a, .footer-policy li {
  font-size: 8px;
  line-height: 9.6px;
}
@media only screen and (min-width: 768px) {
  .footer-desc p, .footer-desc a, .footer-desc li, .footer-copyright p, .footer-copyright a, .footer-copyright li, .footer-subcontent p, .footer-subcontent a, .footer-subcontent li, .footer-subdesc p, .footer-subdesc a, .footer-subdesc li, .footer-policy p, .footer-policy a, .footer-policy li {
    font-size: 12px;
    line-height: 16.2px;
  }
}
.footer-copyright p {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .footer-copyright p {
    padding: 0 15px;
  }
}
.footer-subcontent {
  margin-top: 10px;
  flex: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer-subcontent {
    margin-top: 0;
    flex: unset;
    width: auto;
  }
}
.footer-subcontent p {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .footer-subcontent p {
    padding: 0 0 0 15px;
  }
}
.footer-subcontent p a {
  text-decoration: underline;
}
.footer-subdesc {
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (min-width: 0px) and (max-width: 767px) {
  .footer-subdesc {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .footer-subdesc {
    flex-direction: row;
    padding-left: 0;
    margin-top: 20px;
    justify-content: center;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  .footer-subdesc {
    justify-content: initial;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .footer-subdesc ul {
    align-items: flex-start;
  }
}
.footer-subdesc ul li:last-child {
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .footer-subdesc ul li:last-child {
    padding-left: 30px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-subdesc ul li:last-child {
    padding-left: 40px;
  }
}
.footer-subdesc ul li a {
  text-decoration: underline;
}
.footer-subdesc ul li a:hover {
  color: #FFA800;
}
.footer-policy {
  display: flex;
  max-width: unset;
  flex: 1;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .footer-policy {
    max-width: 42%;
    flex: 0 0 42%;
    padding-right: 0;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  .footer-policy {
    padding-right: 33px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-policy {
    padding-right: 80px;
    max-width: 37%;
    flex: 0 0 37%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .footer-policy ul {
    flex-direction: row;
  }
}
.footer-policy ul li {
  padding: 0 8px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer-policy ul li {
    padding: 0 15px;
  }
}
.footer-policy ul li:first-child {
  padding-left: 0;
}
.footer-policy ul li:first-child::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fff;
  right: 0;
  top: 0;
}
.footer-policy ul li:last-child {
  padding-right: 0;
}
.footer-policy ul li a:hover {
  color: #FFA800;
}
.footer-add {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .footer-add {
    max-width: 21%;
    flex: 0 0 21%;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-add {
    padding-right: 36px;
    max-width: 17%;
    flex: 0 0 17%;
  }
}
.footer-add::after {
  content: "";
  position: absolute;
  height: 91%;
  width: 1px;
  background-color: #fff;
  right: 0;
  top: 3px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer-add::after {
    display: block;
  }
}
.footer-add p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .footer-add p {
    margin-bottom: 14px;
  }
}
.footer-link {
  margin-left: 0;
  flex: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .footer-link {
    margin-left: 25px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-link {
    margin-left: 65px;
  }
}
.footer-link a {
  text-decoration: underline;
  border-bottom: 0;
  color: #fff;
}
.footer-link a:hover {
  color: #FFA800;
}
html {
  scrollbar-width: none;
  /*firefox*/
}
body::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.home_page .focus-areas-desc-wrapper {
  max-width: 665px;
}
.home_page .focus-areas-content + .focus-areas-content {
  padding: 20px 0 40px;
}
@media only screen and (min-width: 768px) {
  .home_page .focus-areas-content + .focus-areas-content {
    padding: 38px 0 70px;
  }
}
.error-404 {
  padding-top: 100px;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 112px);
}
@media only screen and (min-width: 768px) {
  .error-404 {
    height: calc(100vh - 168px);
  }
}
@media only screen and (min-width: 992px) {
  .error-404 {
    height: calc(100vh - 118px);
  }
}
.error-404 p {
  font-size: 32px;
  line-height: 35.2px;
}
.core-content {
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
  /*height: calc(100vh - 112px);*/
}
@media only screen and (min-width: 768px) {
  .core-content {
    /*height: calc(100vh - 168px);*/
  }
}
@media only screen and (min-width: 992px) {
  .core-content {
    /*height: calc(100vh - 118px);*/
  }
}
.core-content h1, .core-content h2, .core-content h3, .core-content h4, .core-content h5, .core-content h6, .core-content p:not(:last-child), .core-content blockquote {
  margin-bottom: 25px;
}
.core-content a {
  color: #464646;
}
.core-content a:hover {
  color: #FFA800;
}
.core-page-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.investments_page .focus-areas {
  min-height: calc(100vh - 343px);
}
.about_page .focus-areas {
  min-height: calc(100vh - 442px);
}
@media (min-width: 0px) and (max-width: 767px) {
  body.home {
    height: 100vh;
    height: calc((var(--vh, 1vh) * 100));
  }
  .home .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .home .wrapper .main {
    flex-grow: 1;
    display: flex;
    height: 100%;
  }
  .home .wrapper .main .banner-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.header-links ul li#menu-item-318:first-child {
  display: none !important;
}
/*# sourceMappingURL=main.css.map */