/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Campton Book';
  src: url("fonts/Rene Bieder - Campton-Book.eot");
  src: url("fonts/Rene Bieder - Campton-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Rene Bieder - Campton-Book.woff") format("woff"), url("fonts/Rene Bieder - Campton-Book.woff2") format("woff2"), url("fonts/Rene Bieder - Campton-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Campton SemiBold';
  src: url("fonts/Rene Bieder - Campton-SemiBold.eot");
  src: url("fonts/Rene Bieder - Campton-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Rene Bieder - Campton-SemiBold.woff") format("woff"), url("fonts/Rene Bieder - Campton-SemiBold.woff2") format("woff2"), url("fonts/Rene Bieder - Campton-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

body {
  background: white;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  margin: auto;
  color: #2F428F;
  border-bottom: 10px solid #34C7FC;
  font-family: "Campton Book", sans-serif;
  font-weight: 400;
}

.wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  z-index: 1;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 1200px) {
  .wrapper {
    padding: 0 4%;
  }
}

@media screen and (min-width: 1600px) {
  .wrapper {
    padding: 0 6%;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper {
    padding: 0 8%;
  }
}

@media screen and (min-width: 2020px) {
  .wrapper {
    padding: 0;
    max-width: 110rem;
  }
}

.fix-wrapper {
  z-index: 2;
}

@media screen and (min-width: 1020px) {
  .fix-wrapper {
    padding: 0 1.875rem;
  }
}

@media screen and (min-width: 1200px) {
  .fix-wrapper {
    padding: 0 4%;
  }
}

@media screen and (min-width: 1600px) {
  .fix-wrapper {
    padding: 0 6%;
  }
}

@media screen and (min-width: 1920px) {
  .fix-wrapper {
    padding: 0 8%;
  }
}

@media screen and (min-width: 2020px) {
  .fix-wrapper {
    padding: 0;
    max-width: 110rem;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

.main-col {
  padding: 1.25rem;
}

@media screen and (min-width: 768px) {
  .main-col {
    padding: 1.875rem;
  }
}

@media screen and (min-width: 1020px) {
  .main-col {
    float: left;
    box-sizing: border-box;
    width: 54.5%;
    position: relative;
    top: -3.625rem;
    margin-bottom: -3.625rem;
    min-height: 43.75rem;
    padding: 0;
    padding-left: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .main-col.tall-side {
    top: 0;
    margin-bottom: 0;
    padding-top: 2.5rem;
  }
  .main-col.wide {
    width: 75%;
    margin-right: 0;
  }
  .main-col.resources-results {
    width: 74%;
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    margin-right: 0;
    top: 0;
    margin-bottom: 0;
  }
  .main-col.full {
    width: 80%;
  }
}

@media screen and (min-width: 1200px) {
  .main-col {
    width: 57.5%;
  }
  .main-col.apply-form-col {
    width: 75.5%;
  }
}

@media screen and (min-width: 1600px) {
  .main-col {
    padding-left: 5rem;
    padding-right: 2.5rem;
  }
  .main-col.tall-side {
    padding-top: 5rem;
  }
}

@media screen and (min-width: 1020px) {
  .grey-side-blocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .grey-side-blocker:before {
    content: '';
    position: absolute;
    background: #F0F6F9;
    width: 100%;
    height: 100%;
    left: -78.7%;
  }
  .grey-side-blocker.wide:before {
    left: -62.2%;
  }
  .grey-side-blocker.resources:before {
    left: -73.2%;
  }
  .grey-side-blocker.news:before {
    left: -69%;
  }
  .grey-side-blocker.resources-single:before {
    left: -67.5%;
  }
}

@media screen and (min-width: 1200px) {
  .grey-side-blocker:before {
    left: -78%;
  }
  .grey-side-blocker.wide:before {
    left: -61.9%;
  }
  .grey-side-blocker.resources:before {
    left: -72.55%;
  }
  .grey-side-blocker.news:before {
    left: -68.3%;
  }
  .grey-side-blocker.resources-single:before {
    left: -67%;
  }
}

@media screen and (min-width: 1600px) {
  .grey-side-blocker:before {
    left: -76.8%;
  }
  .grey-side-blocker.wide:before {
    left: -61.4%;
  }
  .grey-side-blocker.resources:before {
    left: -71.5%;
  }
  .grey-side-blocker.news:before {
    left: -67.6%;
  }
  .grey-side-blocker.resources-single:before {
    left: -66.3%;
  }
}

@media screen and (min-width: 1920px) {
  .grey-side-blocker:before {
    left: -75.6%;
  }
  .grey-side-blocker.wide:before {
    left: -63%;
  }
  .grey-side-blocker.resources:before {
    left: -70.5%;
  }
  .grey-side-blocker.news:before {
    left: -66.8%;
  }
  .grey-side-blocker.resources-single:before {
    left: -65.5%;
  }
}

@media screen and (min-width: 2020px) {
  .grey-side-blocker:before {
    left: -80.4%;
  }
  .grey-side-blocker.news:before {
    left: -70%;
  }
  .grey-side-blocker.resources:before {
    left: -74.5%;
  }
  .grey-side-blocker.resources-single:before {
    left: -68.5%;
  }
}

.secondary-content-col {
  padding: 0 1.25rem;
  margin-top: 2.5rem;
}

.secondary-content-col .triangle-title {
  font-size: 1.375rem;
  line-height: 1.75rem;
}

@media screen and (min-width: 1020px) {
  .secondary-content-col {
    margin-top: 0;
    float: right;
    box-sizing: border-box;
    width: 23.5%;
    padding: 0;
    padding-top: 2.5rem;
    padding-left: 2.5rem;
  }
  .secondary-content-col.team-side {
    top: -6.875rem;
    margin-bottom: -6.875rem;
    position: relative;
  }
  .secondary-content-col.resource-side {
    padding-top: 3.75rem;
  }
  .secondary-content-col .triangle-title {
    margin-bottom: 1.25rem;
  }
  .secondary-content-col .triangle-title.share-title {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .secondary-content-col {
    width: 23%;
  }
}

@media screen and (min-width: 1020px) {
  .toggle-mobile-sub-nav {
    display: none;
  }
}

footer {
  background: #233962;
}

footer .wrapper {
  position: relative;
  padding: 2.5rem 1.25rem 11.25rem;
}

footer .logo {
  display: none;
}

footer .threesixty-logo {
  max-width: 6.875rem;
  margin-bottom: 0.625rem;
}

footer .copyright {
  color: white;
  position: absolute;
  bottom: 2.5rem;
}

footer .copyright p {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

footer .footer-nav {
  margin-bottom: 2.5rem;
}

footer .footer-nav li {
  margin-bottom: 0.5rem;
}

footer a {
  color: white;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #3FD899;
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: -0.37px;
}

footer a:hover, footer a:focus {
  color: #3FD899;
}

footer .button-link,
footer .button-link.green {
  border-bottom: 0;
}

footer .button-link:hover, footer .button-link:focus,
footer .button-link.green:hover,
footer .button-link.green:focus {
  border-bottom: none;
  background: white;
  color: #233962;
}

footer .social-list {
  overflow: hidden;
  margin-bottom: 1.25rem;
}

footer .social-list li {
  display: inline-block;
  margin-right: 0.375rem;
}

footer .social-list a:hover svg path,
footer .social-list a:focus svg path {
  fill: white;
}

@media screen and (min-width: 768px) {
  footer .wrapper {
    padding: 2.5rem 1.875rem 11.25rem;
  }
  footer .footer-col {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 1020px) {
  footer .wrapper {
    padding: 3.4375rem 1.875rem;
  }
  footer .button-link {
    margin-top: 0.25rem;
    margin-bottom: 1.75rem;
  }
  footer .footer-nav {
    margin-bottom: 0;
    margin-top: 0.9375rem;
  }
  footer .copyright {
    position: static;
    margin-top: 2.5rem;
  }
  footer .social-list {
    margin-bottom: 2.625rem;
  }
  footer .logo {
    display: block;
  }
  footer .footer-col {
    float: left;
  }
  footer .footer-col:nth-child(1) {
    width: 34.5%;
  }
  footer .footer-col:nth-child(2) {
    width: 34.5%;
  }
  footer .footer-col:nth-child(3) {
    width: 31%;
  }
}

@media screen and (min-width: 1200px) {
  footer .wrapper {
    padding: 3.4375rem 3.125rem;
  }
}

@media screen and (min-width: 1600px) {
  footer .wrapper {
    padding: 0 6%;
    padding-bottom: 3.4375rem;
    padding-top: 3.4375rem;
  }
}

@media screen and (min-width: 1920px) {
  footer .wrapper {
    padding: 0 8%;
    padding-bottom: 3.4375rem;
    padding-top: 3.4375rem;
  }
}

@media screen and (min-width: 2020px) {
  footer .wrapper {
    padding: 0;
    padding-bottom: 3.4375rem;
    padding-top: 3.4375rem;
    max-width: 110rem;
  }
}

@media screen and (min-width: 1020px) {
  .three-col .wrapper > .two-col {
    float: left;
    width: 69%;
  }
  .three-col .wrapper > .one-col {
    float: left;
    width: 31%;
  }
}

.cookie-warning {
  background: #2F428F;
  padding: 2.5rem 0;
  position: relative;
  bottom: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
}

.cookie-warning.hide {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.cookie-warning .wrapper {
  overflow: hidden;
}

.cookie-warning p {
  color: white;
}

.cookie-warning a {
  color: white;
  text-decoration: underline;
}

.cookie-warning .cookies-button {
  display: inline-block;
  margin: auto;
  margin-top: 1.25rem;
  margin-right: 1.25rem;
  background: #3FD899;
  color: #2F428F;
  text-decoration: none;
}

.cookie-warning .cookies-button:hover, .cookie-warning .cookies-button:focus {
  background: white;
  color: #2F428F;
}

.cookie-warning .cookies-button:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .cookie-warning .wrapper {
    padding: 0 1.875rem;
  }
  .cookie-warning p {
    float: left;
    width: 50%;
    text-align: left;
  }
  .cookie-warning .buttons {
    float: right;
  }
  .cookie-warning .cookies-button {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .cookie-warning .wrapper {
    padding: 0 3.125rem;
  }
  .cookie-warning p {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1600px) {
  .cookie-warning p {
    width: 65%;
    margin-top: 0.625rem;
  }
  .cookie-warning .wrapper {
    padding: 0 6%;
  }
}

@media screen and (min-width: 1920px) {
  .cookie-warning .wrapper {
    padding: 0 8%;
  }
}

@media screen and (min-width: 2020px) {
  .cookie-warning .wrapper {
    padding: 0;
  }
}

iframe {
  overflow: hidden;
}

.hamburger {
  padding: 1.0625rem 0.75rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  position: absolute;
  z-index: 11;
  right: 1.25rem;
  top: 0.875rem;
  border: none;
  background: transparent;
  font: inherit;
  color: inherit;
  text-transform: none;
  margin: 0;
  overflow: visible;
  font-size: 13px;
  background: #2F428F;
}

.hamburger:hover, .hamburger:focus {
  opacity: 0.9;
}

@media screen and (min-width: 768px) {
  .hamburger {
    right: 1.875rem;
    top: 2.375rem;
  }
}

@media screen and (min-width: 1020px) {
  .hamburger {
    display: none;
  }
}

.hamburger-box {
  width: 25px;
  height: 17px;
  display: block;
  position: relative;
  margin: auto;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: white;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active {
  background: #233962;
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: white;
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  background-color: white;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: white;
}

.hero {
  box-sizing: border-box;
  background-position: top left;
  background-repeat: repeat;
  overflow: hidden;
  position: relative;
  background: #2F428F;
}

.hero .wrapper {
  padding: 0 1.25rem;
  z-index: 2;
}

.hero img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero .hero-text {
  padding: 1.875rem 0 3.125rem;
  color: white;
  width: 100%;
  z-index: 1;
}

.hero .hero-text h1 {
  font-size: 2rem;
  line-height: 1.75rem;
  letter-spacing: -0.19px;
  font-family: "Campton SemiBold", sans-serif;
  margin-bottom: 0.75rem;
  color: white;
}

.hero .hero-text p {
  font-family: "Campton Book", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}

.hero .hero-text a {
  text-decoration: none;
  font-weight: 700;
  color: white;
  position: relative;
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #3FD899;
}

.hero .hero-text a:hover, .hero .hero-text a:focus {
  color: #3FD899;
}

.hero .hero-text .hero-text-main {
  margin-bottom: 2.5rem;
}

.hero .hero-text .hero-side h2,
.hero .hero-text .hero-side h3 {
  color: white;
  font-size: 1.375rem;
  line-height: 1.625rem;
}

.hero .hero-text .hero-side .hero-date {
  color: white;
  font-weight: 700;
  font-family: "Campton SemiBold", sans-serif;
  font-size: 2.25rem;
}

.hero .hero-text .hero-side .hero-date span {
  color: #34C7FC;
  font-family: "Campton Book", sans-serif;
  font-weight: 400;
}

.hero .hero-text .hero-side .date-countdown {
  color: white;
}

.hero.library-hero {
  background: none;
}

.hero.library-hero .hero-text:after {
  display: none;
}

.hero.library-hero .hero-text .hero-side h2,
.hero.library-hero .hero-text .hero-side h3 {
  color: #2F428F;
}

.hero.library-hero .triangle-title {
  color: #2F428F;
}

.hero.library-hero p {
  color: #2F428F;
}

.hero.library-hero .library-text {
  margin-bottom: 0rem;
}

@media screen and (min-width: 768px) {
  .hero .wrapper {
    padding: 0 1.875rem;
  }
  .hero .hero-text {
    padding: 7.1875rem 0;
    overflow: hidden;
  }
  .hero .hero-text.child-hero-text {
    padding: 6.25rem 0 3.125rem;
  }
  .hero .hero-text.resource-hero-text {
    padding: 4.375rem 0 1.25rem;
  }
  .hero.library-hero .hero-text {
    padding: 3.5rem 0 0;
  }
  .hero .hero-side h2,
  .hero .hero-side h3 {
    color: white;
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }
}

@media screen and (min-width: 1020px) {
  .hero.fixed-height-hero {
    height: 13.75rem;
  }
  .hero.library-hero .button-link {
    display: block;
    text-align: center;
  }
  .hero.library-hero .hero-text .hero-text-main {
    width: 65.5%;
  }
  .hero.library-hero .hero-text .hero-side {
    width: 31%;
  }
  .hero.background-hero {
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
  }
  .hero .hero-text h1 {
    font-size: 3.75rem;
    line-height: 4rem;
    letter-spacing: -0.36px;
  }
  .hero .hero-text h1.archive-title {
    font-size: 3.375rem;
    line-height: 3.875rem;
  }
  .hero .hero-text h1 span {
    display: inline-block;
  }
  .hero .hero-text p {
    font-size: 1.5rem;
    line-height: 1.9375rem;
  }
  .hero .hero-text .two-col {
    float: left;
    width: 80%;
  }
  .hero .hero-text .one-col {
    float: left;
    width: 20%;
  }
  .hero .hero-text .hero-text-main {
    float: left;
    width: 74%;
  }
  .hero .hero-text.resource-hero-text:after {
    display: none;
  }
  .hero .hero-text.contact-hero {
    padding-bottom: 1.625rem;
  }
  .hero .hero-text.contact-hero:after {
    display: none;
  }
  .hero .hero-text:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 21.1%;
    border-left: 58px solid #233962;
    border-bottom: 0px solid transparent;
    border-top: 58px solid transparent;
    display: block;
    opacity: 0.6;
    z-index: 1;
  }
  .hero .hero-text.child-hero-text {
    padding-left: calc(19.5% + 40px);
    width: 75%;
    position: relative;
    overflow: visible;
    z-index: 2;
    padding-bottom: 4.375rem;
    background: url(images/triangles.png) -40px 50px no-repeat;
  }
  .hero .hero-text.child-hero-text p,
  .hero .hero-text.child-hero-text h1 {
    position: relative;
    z-index: 2;
  }
  .hero .hero-text.child-hero-text:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 134px solid #233962;
    border-bottom: 0px solid transparent;
    border-top: 134px solid transparent;
    display: block;
    z-index: 1;
  }
  .hero .hero-text.resource-hero-text {
    margin-left: 27%;
    width: 72%;
  }
  .hero .hero-text .hero-side {
    float: right;
    width: 26%;
    padding-left: 2.5rem;
    box-sizing: border-box;
    margin-top: 2.0625rem;
    color: white;
  }
  .hero .hero-text .hero-side h2,
  .hero .hero-text .hero-side h3 {
    color: white;
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }
}

@media screen and (min-width: 1200px) {
  .hero .wrapper {
    padding: 0 4%;
  }
  .hero .hero-text:after {
    left: 22%;
  }
  .hero .hero-text .hero-side {
    width: 23%;
  }
  .hero .hero-text .hero-side h2,
  .hero .hero-text .hero-side h3 {
    color: white;
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

.hero .popup-video {
  z-index: 2;
}

@media screen and (min-width: 1600px) {
  .hero .wrapper {
    padding: 0 6%;
  }
  .hero .hero-text {
    padding: 9.0625rem 0 7.1875rem;
    overflow: hidden;
  }
  .hero .hero-text:after {
    left: 23.3%;
  }
  .hero .hero-text h1 {
    font-size: 4.5rem;
    line-height: 5rem;
    margin-bottom: 1.625rem;
  }
  .hero .hero-text p {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
  .hero .hero-text.child-hero-text {
    padding-left: calc(19.5% + 80px);
    background: url(images/triangles.png) 40px 60px no-repeat;
  }
  .hero .hero-text .hero-text-main {
    max-width: 63.75rem;
    margin-bottom: 3.75rem;
  }
}

@media screen and (min-width: 1920px) {
  .hero .wrapper {
    padding: 0 8%;
  }
  .hero .hero-text:after {
    left: 24.4%;
  }
  .hero .hero-text .hero-side {
    width: 23%;
  }
}

@media screen and (min-width: 2020px) {
  .hero .wrapper {
    padding: 0;
    max-width: 110rem;
  }
  .hero .hero-text:after {
    left: 19.5%;
  }
}

.popup-video {
  display: block;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-100%);
      transform: translateX(-50%) translateY(-100%);
  z-index: 1;
}

.popup-video svg circle {
  transition: fill 0.3s ease-out;
}

.popup-video:hover svg circle, .popup-video:focus svg circle {
  fill: #34C7FC;
}

@media screen and (min-width: 768px) {
  .popup-video {
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    width: 7.5rem;
    height: 7.5rem;
  }
}

.skip-to-content.button-link {
  position: absolute;
  top: -250rem;
}

.skip-to-content.button-link:focus {
  top: 0;
}

.logo {
  width: 8rem;
  height: 3.125rem;
  display: block;
  top: 0.6875rem;
  left: 1.25rem;
  padding: 0;
}

.logo #shadow {
  opacity: 1;
}

.logo #blue-logo {
  fill: #2F428F;
}

.logo #blue-logo,
.logo #shadow,
.logo #words {
  transition: all 0.1s;
}

@media screen and (min-width: 768px) {
  .logo {
    width: 10rem;
    height: 3.875rem;
    left: 1.875rem;
    top: 1.5625rem;
  }
}

@media screen and (min-width: 1020px) {
  .logo {
    width: 10.625rem;
    height: 4.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .logo {
    width: 12.875rem;
    height: 5rem;
  }
}

.main-header {
  background: white;
  height: 5rem;
  position: relative;
  z-index: 3;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  border-top: 6px solid #34C7FC;
}

.main-header .wrapper {
  padding: 0;
}

.main-header .logo {
  position: absolute;
  z-index: 2;
  padding: 0;
}

.main-header .relative-wrapper {
  position: relative;
}

.main-header a {
  text-decoration: none;
  display: block;
  padding: 0;
  font-size: 0.875rem;
  line-height: 2.25rem;
  color: white;
  position: relative;
}

.main-header a > .arrow-icon {
  position: absolute;
  right: 0;
  top: 0.1875rem;
  width: 0.625rem;
  height: 0.3125rem;
}

.main-header a > .arrow-icon svg polyline {
  stroke: white;
}

.main-header a:hover, .main-header a:focus {
  color: #3FD899;
}

.main-header a.button-link {
  position: relative;
  margin-top: -0.25rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0.8125rem 0.75rem 0.8125rem;
  width: 10.625rem;
  box-sizing: border-box;
  color: white;
  margin-top: 1.25rem;
  background: #2F428F;
  font-family: "Campton SemiBold", sans-serif;
}

.main-header a.button-link:hover, .main-header a.button-link:focus {
  background: #233962;
  color: white;
}

.main-header a.apply-for-grant {
  display: none;
}

@media screen and (min-width: 768px) {
  .main-header {
    height: 8.125rem;
  }
}

@media screen and (min-width: 1020px) {
  .main-header {
    padding: 0;
    height: 8.8125rem;
  }
  .main-header .wrapper {
    padding: 0 1.875rem;
  }
  .main-header .logo {
    top: 3.0625rem;
    left: 0;
  }
  .main-header a {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #233962;
  }
  .main-header a > .arrow-icon {
    display: none;
  }
  .main-header a:hover, .main-header a:focus {
    color: #2F428F;
  }
  .main-header a.button-link {
    top: -0.375rem;
    margin-top: 0;
    display: block;
    height: 3.125rem;
  }
  .main-header a.apply-for-grant {
    position: absolute;
    left: auto;
    top: 0.9375rem;
    right: 0;
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .main-header a {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .main-header .wrapper {
    padding: 0 4%;
  }
  .main-header .logo {
    top: 2.375rem;
    width: 12.5625rem;
    left: 0;
  }
}

@media screen and (min-width: 1600px) {
  .main-header .wrapper {
    padding: 0 6%;
  }
}

@media screen and (min-width: 1920px) {
  .main-header .wrapper {
    padding: 0 8%;
  }
}

@media screen and (min-width: 2020px) {
  .main-header .wrapper {
    padding: 0;
    max-width: 110rem;
  }
}

.menu-overlay {
  position: fixed;
  background: #2F428F;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  visibility: hidden;
}

.menu-overlay ul {
  list-style-type: none;
  margin: auto;
}

@media screen and (min-width: 1020px) {
  .menu-overlay {
    opacity: 1;
    z-index: 3;
    position: relative;
    visibility: visible;
    height: 100%;
    min-height: 0;
    background: transparent;
    overflow: visible;
  }
}

.is-active .menu-overlay {
  border-top: 6px solid #34C7FC;
  opacity: 1;
  z-index: 10;
  visibility: visible;
}

.is-active .hamburger {
  position: fixed;
  top: 1.25rem;
}

.is-active .logo {
  position: fixed;
  top: 1.0625rem;
  z-index: 100;
}

.is-active .logo #blue-logo {
  fill: white;
}

.is-active .logo #shadow {
  fill: #233962;
  opacity: 0.2;
}

.is-active .logo #words {
  opacity: 0;
}

.is-active.fade-out .menu-overlay {
  opacity: 0;
}

.is-active.fade-out .logo {
  position: fixed;
  z-index: 100;
}

.is-active.fade-out .logo #blue-logo {
  fill: #2F428F;
}

.is-active.fade-out .logo #shadow {
  opacity: 1;
}

.is-active.fade-out .logo #words {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .is-active .hamburger {
    top: 2.75rem;
  }
  .is-active .logo {
    top: 1.9375rem;
  }
}

@media screen and (min-width: 1020px) {
  .is-active .menu-overlay {
    border-top: 0;
  }
  .is-active .logo {
    position: absolute;
  }
  .is-active .logo #blue-logo {
    fill: #2F428F;
  }
  .is-active .logo #shadow {
    fill: #233962;
    opacity: 1;
  }
  .is-active .logo #words {
    opacity: 1;
  }
}

.all-menus {
  position: relative;
  height: 100vh;
  width: 100%;
}

.all-menus .vertical-align {
  padding: 5.625rem 1.25rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .all-menus .vertical-align {
    padding: 7.5rem 1.875rem;
  }
}

@media screen and (min-width: 1020px) {
  .all-menus {
    position: relative;
    height: auto;
    margin: auto;
  }
  .all-menus .vertical-align {
    position: static;
    left: auto;
    top: auto;
    text-align: left;
    width: auto;
    padding: 0;
  }
}

.touch .primary-nav .menu-dropdown {
  display: none;
}

.primary-nav {
  overflow: hidden;
}

.primary-nav ul > li > a {
  text-transform: uppercase;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
}

.primary-nav ul > li.active > a {
  color: #3FD899;
}

@media screen and (min-width: 1020px) {
  .primary-nav {
    text-align: left;
    padding-top: 5.5rem;
    float: right;
    overflow: visible;
  }
  .primary-nav ul > li {
    float: left;
    position: relative;
    margin-right: 0.25rem;
  }
  .primary-nav ul > li:last-child {
    margin-right: 0;
  }
  .primary-nav ul > li:last-child > a {
    padding-right: 0;
  }
  .primary-nav ul > li > a {
    transition: background 0.3s;
    transition: color 0.3s;
    padding: 0.6875rem 0.625rem 1.25rem;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 0.8125rem;
  }
  .primary-nav ul > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2F428F;
    height: 7px;
    -ms-transform: translateY(7px);
        transform: translateY(7px);
    transition: transform 0.2s ease-out, background 0.2s ease-out;
  }
  .primary-nav ul > li.active > a {
    color: #233962;
  }
  .primary-nav ul > li.active > a:before {
    background: #3FD899;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
  .primary-nav ul > li.active > a:hover, .primary-nav ul > li.active > a:focus {
    background: transparent;
  }
  .primary-nav ul > li:hover > a, .primary-nav ul > li:focus > a {
    background: none;
  }
  .primary-nav ul > li:hover > a:before, .primary-nav ul > li:focus > a:before {
    background: #2F428F;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
  .primary-nav ul > li:hover .menu-dropdown, .primary-nav ul > li:focus .menu-dropdown {
    opacity: 1;
    z-index: 10;
    visibility: visible;
  }
  .primary-nav ul > li:focus + .menu-dropdown {
    opacity: 1;
    z-index: 10;
    visibility: visible;
  }
}

@media screen and (min-width: 1110px) {
  .primary-nav ul > li > a {
    padding: 0.6875rem 0.625rem 1.25rem;
    font-size: 1rem;
  }
}

.menu-dropdown {
  display: none;
  transition: opacity 0.3s, visibility 0.3s;
}

@media screen and (min-width: 1020px) {
  .menu-dropdown {
    position: absolute;
    display: block;
    width: 48.875rem;
    height: 32.75rem;
    left: 50%;
    margin-left: -24.4375rem;
    top: 1.875rem;
    opacity: 0;
    visibility: hidden;
    z-index: -999;
  }
  .menu-dropdown .menu-content {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
    height: 100%;
    position: relative;
    top: 5%;
  }
  .menu-dropdown .menu-content .wrapper {
    position: relative;
    height: 100%;
  }
  .menu-dropdown .menu-content a,
  .menu-dropdown .menu-content p {
    font-family: "Campton Book", sans-serif;
    margin-bottom: 1.25rem;
    color: white;
  }
  .menu-dropdown img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .menu-dropdown .big-col,
  .menu-dropdown .small-col {
    position: absolute;
    left: 0;
    height: 100%;
    width: 62%;
    box-sizing: border-box;
    min-height: 2px;
    background: #2F428F;
    padding: 1.25rem;
  }
  .menu-dropdown .big-col {
    color: white;
    padding: 3.75rem;
  }
  .menu-dropdown .big-col h2 {
    font-size: 2.625rem;
    line-height: 3.25rem;
    margin-bottom: 0.5rem;
  }
  .menu-dropdown .big-col h2,
  .menu-dropdown .big-col p {
    color: white;
  }
  .menu-dropdown .big-col p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: -0.31px;
    font-family: "Campton Book", sans-serif;
    font-weight: 400;
  }
  .menu-dropdown .big-col .read-more {
    font-family: "Campton Book", sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    display: inline-block;
  }
  .menu-dropdown .big-col .read-more svg polyline {
    stroke: white;
  }
  .menu-dropdown .big-col .read-more:hover, .menu-dropdown .big-col .read-more:focus {
    border-bottom: 2px solid white;
  }
  .menu-dropdown .small-col {
    width: 38%;
    height: 100%;
    left: 62%;
    position: absolute;
    background: white;
    padding: 2.1875rem 1.875rem 1.875rem 2.5rem;
  }
  .menu-dropdown .small-col li {
    padding: 0;
    padding: 0.4375rem 0;
    display: block;
    float: none;
  }
  .menu-dropdown .small-col li.has-border-top {
    border-top: 1px solid #979797;
    margin-top: 0.625rem;
    padding-top: 0.625rem;
  }
  .menu-dropdown .small-col li.has-border-bottom {
    border-top: 1px solid #979797;
    margin-top: 0.625rem;
    padding-top: 0.625rem;
  }
  .menu-dropdown .small-col li.menu-title {
    margin-top: 0.9375rem;
    color: #3C3C3B;
  }
  .menu-dropdown .small-col li.sub-link {
    padding: 0.3125rem 0;
  }
  .menu-dropdown .small-col li.sub-link a {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 0.25rem 0;
  }
  .menu-dropdown .small-col a {
    text-transform: none;
    padding: 0;
    border-radius: 0;
    color: #233962;
    font-family: "Campton Book", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 0;
    display: inline;
    border-bottom: 2px solid transparent;
  }
  .menu-dropdown .small-col a:hover, .menu-dropdown .small-col a:focus, .menu-dropdown .small-col a.active {
    color: #2F428F;
    border-bottom: 2px solid #3FD899;
  }
  .menu-dropdown .small-col a:after {
    display: none;
  }
  .menu-dropdown h2,
  .menu-dropdown h3 {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
    color: black;
  }
  .menu-dropdown p {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 1.25rem;
    color: black;
  }
  .menu-dropdown a {
    padding: 0;
    color: #2F428F;
    font-size: 1rem;
    text-decoration: none;
    text-transform: none;
  }
  .menu-dropdown a .arrow-icon {
    margin-left: 0.75rem;
    top: 0.125rem;
  }
  .menu-dropdown li {
    float: none;
    display: block;
    padding: 0.25rem 0;
  }
  .menu-dropdown li a {
    padding: 0;
    color: #2F428F;
    font-size: 1rem;
  }
  .menu-dropdown ul > li > ul {
    margin-left: 1.25rem;
    margin-top: 0.625rem;
  }
  .menu-dropdown .menu-icon {
    width: 6.5rem;
    height: 6.5rem;
    margin-bottom: 0.625rem;
  }
}

.secondary-nav {
  overflow: hidden;
  font-family: "Campton SemiBold", sans-serif;
}

.secondary-nav li.active a {
  color: #3FD899;
}

.secondary-nav a {
  text-transform: uppercase;
  font-weight: 700;
}

.secondary-nav a.button-link {
  text-transform: none;
}

@media screen and (min-width: 1020px) {
  .secondary-nav {
    position: absolute;
    top: 0;
    padding-top: 1.875rem;
    right: 24.8125rem;
    margin-bottom: 0;
  }
  .secondary-nav li {
    float: left;
    margin-right: 1.25rem;
  }
  .secondary-nav li:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .secondary-nav li.active a {
    color: #47576A;
    border-bottom: 3px solid #3FD899;
  }
  .secondary-nav a {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    color: #47576A;
    padding: 0;
    letter-spacing: 0.3px;
  }
}

.search-area {
  margin: auto;
  margin-bottom: 1.25rem;
  width: 100%;
}

.search-area .awesomplete {
  display: block;
}

.search-area ::-webkit-input-placeholder {
  color: white;
}

.search-area ::-moz-placeholder {
  color: white;
}

.search-area :-ms-input-placeholder {
  color: white;
}

.search-area :-moz-placeholder {
  color: white;
}

.search-area form {
  position: relative;
  width: 100%;
  margin: auto;
}

.search-area input[type=text] {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0.875rem 0.75rem;
  background: white;
  border: 1px solid #D1E1E7;
  font-size: 1rem;
  line-height: 1rem;
  height: 3.125rem;
  -webkit-appearance: none;
  margin: auto;
  border-radius: 0;
}

.search-area input[type=submit] {
  position: absolute;
  background: #233962;
  margin-top: 0;
  top: 0;
  right: 0;
  border: 0;
  background-image: url(images/search.svg);
  background-size: 20px 20px;
  background-position: 15px 14px;
  background-repeat: no-repeat;
  display: block;
  border: none;
  width: 3.125rem;
  height: 3.125rem;
  text-indent: -9999px;
}

.search-area input[type=submit]:hover, .search-area input[type=submit]:focus {
  background-color: #233962;
}

@media screen and (min-width: 1020px) {
  .search-area {
    position: absolute;
    width: 13.125rem;
    right: 10.9375rem;
    top: 0.9375rem;
    position: absolute;
    padding-top: 0;
  }
  .search-area ::-webkit-input-placeholder {
    color: #888888;
  }
  .search-area ::-moz-placeholder {
    color: #888888;
  }
  .search-area :-ms-input-placeholder {
    color: #888888;
  }
  .search-area :-moz-placeholder {
    color: #888888;
  }
  .search-area form {
    width: 12.5rem;
  }
  .search-area input[type=submit] {
    background-color: #2F428F;
  }
}

@media screen and (min-width: 1200px) {
  .search-area {
    padding-top: 0;
  }
  .search-area form {
    width: 12.5rem;
  }
}

.subpage-nav {
  position: relative;
  font-size: 1rem;
  line-height: 1.25rem;
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 0.3s;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
}

.subpage-nav > ul {
  margin: auto;
  margin-bottom: 0.625rem;
  padding-right: 1.625rem;
  background: #F0F6F9;
}

.subpage-nav > ul > li > ul {
  padding-left: 0.75rem;
  margin-bottom: 0.625rem;
}

.subpage-nav > ul > li > ul > li > ul {
  padding-left: 0.75rem;
  margin-bottom: 0.625rem;
}

.subpage-nav li {
  display: block;
  margin: 0.625rem 0;
}

.subpage-nav li.has-border-top {
  border-top: 1px solid rgba(151, 151, 151, 0.43);
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}

.subpage-nav li.has-border-bottom {
  border-top: 1px solid rgba(151, 151, 151, 0.43);
  padding-bottom: 0.375rem;
  margin-bottom: 0.625rem;
}

.subpage-nav li.active > a {
  border-bottom: 2px solid #3FD899;
}

.subpage-nav a {
  font-size: 1rem;
  line-height: 1.375rem;
  display: inline;
  text-decoration: none;
  color: #233962;
  letter-spacing: -0.3px;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  border-bottom: 2px solid transparent;
}

.subpage-nav a:hover, .subpage-nav a:focus {
  border-bottom: 2px solid #3FD899;
  color: #2F428F;
}

.subpage-nav.open {
  max-height: 25rem;
}

.subpage-nav .more-items {
  display: none;
}

@media screen and (min-width: 1020px) {
  .subpage-nav {
    max-height: none;
    overflow: visible;
  }
  .subpage-nav.open {
    max-height: none;
  }
  .subpage-nav > ul {
    margin-bottom: 0;
  }
  .subpage-nav a {
    background: transparent;
  }
}

@media screen and (min-width: 1600px) {
  .subpage-nav a {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.breadcrumbs {
  padding: 0.5625rem 0;
  padding-left: 0;
  margin-bottom: 0;
  background: #F0F6F9;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  color: #3C3C3B;
  display: none;
}

.breadcrumbs a,
.breadcrumbs span {
  font-size: 0.875rem;
  text-decoration: none;
  color: #233962;
}

.breadcrumbs a {
  color: #233962;
  font-family: "Campton SemiBold", sans-serif;
  border-bottom: 2px solid transparent;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #2F428F;
  border-bottom: 2px solid #3FD899;
}

.breadcrumbs.no-sub-nav {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .breadcrumbs.no-sub-nav {
    margin-top: 4.25rem;
  }
}

@media screen and (min-width: 1020px) {
  .breadcrumbs {
    padding-left: 0;
    display: block;
  }
  .breadcrumbs .wrapper {
    padding: 0 1.875rem;
  }
  .breadcrumbs span > span > span > a {
    margin: 0 0.25rem;
  }
  .breadcrumbs span > span > a {
    margin: 0;
  }
  .breadcrumbs.no-sub-nav {
    margin-top: 2.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .breadcrumbs .wrapper {
    padding: 0 4%;
  }
}

@media screen and (min-width: 1600px) {
  .breadcrumbs .wrapper {
    padding: 0 6%;
  }
}

@media screen and (min-width: 1920px) {
  .breadcrumbs .wrapper {
    padding: 0 8%;
  }
}

@media screen and (min-width: 2020px) {
  .breadcrumbs .wrapper {
    padding: 0;
    max-width: 110rem;
  }
}

.home .breadcrumbs {
  display: none;
}

.fixed-menu {
  position: fixed;
  width: 100%;
  z-index: 100;
  height: auto;
  top: -25rem;
  transition: 0.5s top;
  margin: auto;
  margin-right: 1.25rem;
  background: white;
  display: none;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
}

.fixed-menu ul {
  margin: 0;
  padding: 0.625rem 0;
}

.fixed-menu nav {
  text-align: right;
}

.fixed-menu li {
  display: inline-block;
  padding: 0.25rem 0;
  margin-right: 0;
}

.fixed-menu a {
  padding: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1.75rem;
  background: transparent;
  color: black;
}

.fixed-menu a:hover, .fixed-menu a:focus {
  color: grey;
}

.fixed-menu a:hover .arrow-icon svg, .fixed-menu a:focus .arrow-icon svg {
  fill: black;
}

.fixed-menu a.active {
  color: red;
  background: white;
  border-radius: 3px;
}

.fixed-menu.is-visible {
  top: 0;
}

@media screen and (min-width: 768px) {
  .fixed-menu {
    display: block;
  }
}

.subpage-list {
  list-style-type: none;
  margin: auto;
}

.skip-to-content {
  position: absolute;
  padding: 0.625rem;
  top: -5rem;
  left: 0;
  z-index: 20;
  transition: 0.3s top;
}

.skip-to-content:focus, .skip-to-content:hover {
  top: 0;
  color: white;
}

@media screen and (min-width: 1020px) {
  .fix-on-scroll.fixed {
    position: fixed;
    width: 100%;
    z-index: 100;
    height: auto;
    top: -3.625rem;
    max-width: 120rem;
  }
  .fix-on-scroll.fixed.locked {
    position: absolute;
  }
}

.nav-col,
.nav-col-dummy {
  background: #F0F6F9;
  display: none;
  position: relative;
}

.nav-col.has-shadow:after,
.nav-col-dummy.has-shadow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  border-left: 134px solid #233962;
  border-bottom: 0px solid transparent;
  border-top: 134px solid transparent;
  display: block;
  opacity: 0.2;
  z-index: 1;
}

.nav-col .desktop-only-title,
.nav-col-dummy .desktop-only-title {
  display: none;
}

.nav-col .subpage-nav-area,
.nav-col-dummy .subpage-nav-area {
  margin-bottom: 2.5rem;
}

.nav-col .nav-col-title,
.nav-col-dummy .nav-col-title {
  padding: 0.8125rem 0.625rem 0.8125rem 1.25rem;
  color: #233962;
  background: #34C7FC;
  position: relative;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2rem;
}

.nav-col .nav-col-title:after,
.nav-col-dummy .nav-col-title:after {
  content: '';
  position: absolute;
  bottom: -0.875rem;
  left: 1.25rem;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #34C7FC;
}

.nav-col .nav-col-title:before,
.nav-col-dummy .nav-col-title:before {
  content: '';
  position: absolute;
  left: -300%;
  width: 300%;
  height: 100%;
  top: 0;
  background: #34C7FC;
}

.nav-col > ul,
.nav-col-dummy > ul {
  padding: 0.625rem;
}

@media screen and (min-width: 1020px) {
  .nav-col,
  .nav-col-dummy {
    width: 19.5%;
    position: relative;
    top: -3.625rem;
    margin-bottom: -3.625rem;
    float: left;
    min-height: 3.75rem;
    display: block;
  }
  .nav-col .subpage-nav-area,
  .nav-col-dummy .subpage-nav-area {
    margin-bottom: 0;
  }
  .nav-col .nav-col-title,
  .nav-col-dummy .nav-col-title {
    margin-bottom: 2.5rem;
    padding: 0.8125rem 0.625rem;
  }
  .nav-col .nav-col-title .arrow-icon,
  .nav-col-dummy .nav-col-title .arrow-icon {
    display: none;
  }
  .nav-col .nav-col-title:after,
  .nav-col-dummy .nav-col-title:after {
    left: 0;
  }
  .nav-col.is-child-menu,
  .nav-col-dummy.is-child-menu {
    top: -8.375rem;
    margin-bottom: -8.375rem;
    min-height: 11.25rem;
  }
  .nav-col.is-child-menu:before,
  .nav-col-dummy.is-child-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: -300%;
    width: 300%;
    background: #F0F6F9;
    height: 100%;
  }
  .nav-col.is-child-menu.fixed,
  .nav-col-dummy.is-child-menu.fixed {
    top: -3.625rem;
    margin-bottom: -3.625rem;
  }
  .nav-col.is-child-menu.fixed.has-shadow:after,
  .nav-col-dummy.is-child-menu.fixed.has-shadow:after {
    display: none;
  }
  .nav-col.nav-col-filters,
  .nav-col-dummy.nav-col-filters {
    top: 0;
    margin-bottom: 0;
    width: 25.5%;
    margin-right: 0;
    box-sizing: border-box;
  }
  .nav-col.nav-col-filters form,
  .nav-col-dummy.nav-col-filters form {
    padding-right: 4.375rem;
  }
  .nav-col.nav-col-filters.fixed,
  .nav-col-dummy.nav-col-filters.fixed {
    top: -3.625rem;
    margin-bottom: -3.625rem;
  }
  .nav-col .desktop-only-title,
  .nav-col-dummy .desktop-only-title {
    display: block;
  }
  .nav-col .nav-col-title,
  .nav-col-dummy .nav-col-title {
    padding-left: 0;
  }
}

.mobile-sub-nav .nav-col {
  display: block;
  width: 100%;
  overflow: hidden;
}

.mobile-sub-nav .nav-col-title {
  font-size: 0.875rem;
  padding: 0 1.25rem;
  margin-bottom: 0;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
}

.mobile-sub-nav .nav-col-title.toggle-mobile-sub-nav {
  cursor: pointer;
}

.mobile-sub-nav .nav-col-title .arrow-icon {
  display: inline-block;
  width: 0.9375rem;
  height: 0.3125rem;
  margin-right: 0.375rem;
  -ms-transform-origin: 7.5px 17px;
      transform-origin: 7.5px 17px;
  transition: transform 0.3s;
}

.mobile-sub-nav .nav-col-title .arrow-icon svg polyline {
  stroke: #233962;
}

.mobile-sub-nav .nav-col-title.open .arrow-icon {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.mobile-sub-nav .subpage-nav-area {
  margin-bottom: 0;
}

.mobile-sub-nav .subpage-nav {
  box-sizing: border-box;
  overflow: hidden;
}

.mobile-sub-nav .subpage-nav > ul {
  padding: 1.25rem;
  padding-bottom: 3.75rem;
}

.mobile-sub-nav .subpage-nav a {
  font-size: 0.875rem;
}

.mobile-sub-nav .subpage-nav.open {
  max-height: 50rem;
}

.mobile-sub-nav .nav-col-title:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .mobile-sub-nav .nav-col-title {
    padding: 0 1.875rem;
  }
}

@media screen and (min-width: 1020px) {
  .mobile-sub-nav {
    display: none;
  }
}

.nav-col-dummy {
  display: none;
  height: 0.625rem;
  top: 0;
  margin-bottom: 0;
}

.nav-col-dummy.active {
  display: block;
}

.this-page-nav {
  border-top: 1px solid rgba(151, 151, 151, 0.43);
  padding-top: 2.25rem;
  margin-top: 2.5rem;
  max-width: 48.75rem;
}

.this-page-nav .triangle-title {
  font-family: "Campton Book", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 2.25rem;
}

.this-page-nav li {
  margin-bottom: 1.5rem;
}

.this-page-nav a {
  display: block;
  font-family: "Campton SemiBold", sans-serif;
  text-decoration: none;
  color: #2F428F;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.4px;
}

.this-page-nav a h4 {
  margin-bottom: 0;
  display: inline;
}

.this-page-nav a span {
  display: inline-block;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  color: #233962;
  font-size: 1.125rem;
  border-bottom: 2px solid transparent;
}

.this-page-nav a:hover span,
.this-page-nav a:hover h4, .this-page-nav a:focus span,
.this-page-nav a:focus h4 {
  color: #2F428F;
  border-bottom: 2px solid #3FD899;
}

.pagination {
  text-align: center;
  margin-bottom: 2.5rem;
}

.pagination .nav-links {
  font-size: 1.125rem;
  color: #2F428F;
}

.pagination .nav-links a,
.pagination .nav-links span {
  color: #2F428F;
  text-decoration: none;
  font-family: "Campton SemiBold", sans-serif;
  padding: 0.25rem 0.5rem;
}

.pagination .nav-links a:focus {
  outline: none;
}

.pagination .nav-links .arrow-icon {
  position: relative;
  top: 1px;
  width: 0.5rem;
  height: 0.875rem;
  padding: 0;
  display: inline-block;
  box-sizing: border-box;
}

.pagination .nav-links span.current {
  color: #747464;
}

.pagination .nav-links .next:hover svg path, .pagination .nav-links .next:focus svg path {
  fill: #2F428F;
}

@media screen and (min-width: 1020px) {
  .pagination {
    margin-bottom: 5rem;
  }
}

.all-news .pagination a,
.all-news .pagination span {
  color: #0079AF;
}

.all-news .pagination .arrow-icon path {
  fill: #0079AF;
}

.screen-reader-text {
  position: absolute;
  left: -999999px;
}

.scroll-to-top {
  display: none;
  width: 15.25rem;
  position: fixed;
  top: -4rem;
  right: 0;
  z-index: 10;
  color: white;
  background: #233962;
  text-decoration: none;
  overflow: hidden;
  font-weight: 700;
  height: 3.75rem;
  transition: top 0.2s ease-out;
  padding: 1.375rem 0.875rem;
  box-sizing: border-box;
}

.scroll-to-top.showing {
  top: 0;
}

.scroll-to-top span {
  margin-left: 3.75rem;
  display: inline;
  width: 100%;
  font-size: 0.875rem;
  line-height: 0.875rem;
  border-bottom: 2px solid transparent;
}

.scroll-to-top .up-arrow-icon {
  background: #3FD899;
  top: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.5rem 1.25rem;
  width: 3.75rem;
  height: 3.75rem;
  box-sizing: border-box;
  margin-left: 0;
}

.scroll-to-top .up-arrow-icon svg polyline {
  stroke: white;
}

.scroll-to-top:hover, .scroll-to-top:focus {
  background: #2F428F;
}

@media screen and (min-width: 1020px) {
  .scroll-to-top {
    display: block;
  }
}

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

.slick-slider .wrapper {
  position: relative;
  top: 0;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .slick-slider .wrapper {
    padding: 0 1.875rem;
  }
}

@media screen and (min-width: 1020px) {
  .slick-slider .wrapper {
    height: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .slick-slider .wrapper {
    padding: 0 4%;
  }
}

@media screen and (min-width: 1600px) {
  .slick-slider .wrapper {
    padding: 0 6%;
  }
}

@media screen and (min-width: 1920px) {
  .slick-slider .wrapper {
    padding: 0 8%;
  }
}

@media screen and (min-width: 2020px) {
  .slick-slider .wrapper {
    padding: 0;
    max-width: 110rem;
  }
}

.slick-list {
  position: relative;
  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 {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

.hero-slide {
  height: 27.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: none;
}

.hero-slide:focus {
  outline: none;
}

.hero-slide.illustration {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  height: 27.5rem;
  width: 100%;
}

.hero-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  opacity: 1;
}

.hero-slide .slide-image {
  opacity: 1;
}

.hero-slide .view-project-link {
  position: absolute;
  bottom: -3.125rem;
  left: 0;
  text-decoration: none;
  padding: 1rem 0.75rem;
  background: #3FD899;
  text-align: center;
  color: #2F428F;
  display: block;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.hero-slide .view-project-link:hover, .hero-slide .view-project-link:focus {
  background: #233962;
  color: white;
}

.hero-slide .slide-image-blue {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 1.25rem;
  width: 96%;
  width: calc(100% - 40px);
  height: 100%;
  opacity: 1;
  display: block;
}

.hero-slide .popup-video {
  z-index: 3;
}

@media screen and (min-width: 480px) {
  .hero-slide {
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .hero-slide {
    background-size: initial;
    height: calc(100vh - 181px);
  }
  .hero-slide.image-slide {
    background: none !important;
  }
  .hero-slide.image-slide .wrapper {
    position: relative;
    height: 100%;
  }
  .hero-slide img {
    display: block;
    max-height: 100%;
    width: auto;
    margin: auto;
    opacity: 1;
    filter: grayscale(100%);
  }
  .hero-slide .slide-image-container {
    background-color: #233962;
    height: 85.5%;
    top: 6.5%;
    width: 60%;
    right: 1.875rem;
    position: absolute;
    overflow: hidden;
  }
  .hero-slide .slide-image-blue {
    left: 0;
    width: 100%;
  }
  .hero-slide .slide-image {
    opacity: 1;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
  }
  .hero-slide .slide-image img {
    opacity: 0;
  }
  .hero-slide .slide-image-container {
    right: 1.875rem;
  }
  .hero-slide.illustration {
    background-position: center bottom;
    height: calc(100vh - 160px);
    background-size: contain;
  }
}

@media screen and (min-width: 1020px) {
  .hero-slide.illustration {
    height: calc(100vh - 181px);
    background-size: contain;
    background-position: right bottom;
  }
}

@media screen and (min-width: 1200px) {
  .hero-slide .slide-image-container {
    right: 4%;
  }
}

@media screen and (min-width: 1600px) {
  .hero-slide .slide-image-container {
    width: 64%;
    right: 6%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-slide .slide-image-container {
    right: 8%;
  }
}

@media screen and (min-width: 2020px) {
  .hero-slide .slide-image-container {
    right: 0;
  }
}

.no-mix-blend-mode .hero-slide .slide-image-blue {
  display: none;
}

.slick-slide {
  float: left;
  min-height: 1px;
  position: relative;
  display: none;
}

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

.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;
}

.view-more {
  background: #3FD899;
  display: none;
  padding: 1rem;
  color: #2F428F;
  text-decoration: center;
  text-decoration: none;
  position: absolute;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
  bottom: 0;
  left: 1.25rem;
  z-index: 2;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.view-more .down-arrow-icon {
  margin-right: 1rem;
  margin-left: 0.125rem;
}

.view-more polyline {
  stroke: #2F428F;
}

.view-more:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: -1.875rem;
  left: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #3FD899;
}

.view-more:hover, .view-more:focus {
  background: #233962;
  color: white;
}

.view-more:hover:after, .view-more:focus:after {
  border-top: 30px solid #233962;
}

.view-more:hover polyline, .view-more:focus polyline {
  stroke: white;
}

@media screen and (min-width: 768px) {
  .view-more {
    left: 1.875rem;
  }
}

@media screen and (min-width: 1020px) {
  .view-more {
    display: inline-block;
  }
}

@media screen and (min-width: 1200px) {
  .view-more {
    left: 4%;
  }
}

@media screen and (min-width: 1600px) {
  .view-more {
    left: 6%;
  }
}

@media screen and (min-width: 1920px) {
  .view-more {
    left: 8%;
  }
}

@media screen and (min-width: 2020px) {
  .view-more {
    left: 0;
  }
}

.hero-content {
  background: #2F428F;
  color: white;
  position: relative;
  z-index: 3;
  padding: 1.25rem;
}

.illustration .hero-content {
  top: 0;
  position: relative;
  left: 0;
  width: 96%;
  width: 100%;
  height: auto;
  background: none;
  padding: 0;
  color: #2F428F;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.illustration .hero-content h3 {
  color: white;
}

.illustration .hero-content h2 {
  font-family: "Campton SemiBold", sans-serif;
  font-size: 2.375rem;
  line-height: 2.875rem;
  letter-spacing: -0.25px;
  margin-bottom: 0.75rem;
  color: #2F428F;
}

.illustration .hero-content p {
  margin-bottom: 0.75rem;
}

.hero-content h3 {
  color: white;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Campton Book", sans-serif;
  margin-bottom: 0.25rem;
}

.hero-content h2 {
  font-family: "Campton SemiBold", sans-serif;
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
  color: white;
}

.hero-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.34px;
}

@media screen and (min-width: 640px) {
  .illustration .hero-content p {
    max-width: 47%;
  }
}

@media screen and (min-width: 768px) {
  .hero-content {
    position: absolute;
    top: 20%;
    left: 1.875rem;
    width: 40%;
    padding: 1.875rem 1.875rem 2.8125rem;
  }
  .illustration .hero-content {
    top: 10%;
    padding: 4.375rem 0;
  }
  .illustration .hero-content p {
    max-width: 47%;
  }
  .illustration .hero-content h2 {
    font-size: 3.375rem;
    line-height: 4rem;
    margin-bottom: 1.375rem;
    letter-spacing: -0.54px;
  }
  .hero-content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: -0.34px;
  }
  .hero-content h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 1020px) {
  .illustration .hero-content {
    top: 2%;
  }
  .illustration .hero-content p {
    max-width: 30%;
  }
}

@media screen and (min-width: 1200px) {
  .hero-content {
    left: 4%;
  }
  .illustration .hero-content {
    top: 4%;
  }
  .illustration .hero-content p {
    max-width: 40%;
  }
  .hero-content h2 {
    font-size: 2.625rem;
    line-height: 3.25rem;
  }
}

@media screen and (min-width: 1600px) {
  .hero-content {
    padding: 3.75rem 3.75rem 4.6875rem;
    width: 32%;
    max-width: 35rem;
    left: 6%;
  }
  .hero-content h2 {
    font-size: 3.25rem;
    line-height: 3.875rem;
    margin-bottom: 1.25rem;
  }
  .illustration .hero-content {
    top: 6%;
  }
  .illustration .hero-content h2 {
    font-size: 3.75rem;
    line-height: 4.375rem;
    margin-bottom: 1.75rem;
  }
  .illustration .hero-content p {
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-content {
    left: 8%;
    width: 48%;
  }
  .illustration .hero-content {
    top: 8%;
  }
  .illustration .hero-content h2 {
    font-size: 4.375rem;
    line-height: 5rem;
  }
}

@media screen and (min-width: 2020px) {
  .hero-content {
    left: 0;
  }
}

.hero-triangles-top {
  position: absolute;
  top: 7%;
  left: 7%;
  width: 12.0625rem;
  height: 4.125rem;
  display: none;
}

@media screen and (min-width: 768px) {
  .hero-triangles-top {
    display: block;
  }
}

@media screen and (min-width: 1020px) {
  .hero-triangles-top {
    left: 15%;
  }
}

@media screen and (min-width: 1200px) {
  .hero-triangles-top {
    left: 18%;
  }
}

.hero-triangles-bottom {
  position: absolute;
  bottom: 10%;
  left: 2%;
  width: 16.125rem;
  height: 10.25rem;
  display: none;
}

@media screen and (min-width: 768px) {
  .hero-triangles-bottom {
    display: block;
  }
}

@media screen and (min-width: 1020px) {
  .hero-triangles-bottom {
    left: 10%;
    bottom: 14%;
  }
}

@media screen and (min-width: 1200px) {
  .hero-triangles-bottom {
    left: 13%;
    bottom: 14%;
  }
}

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

.slick-button {
  display: inline-block;
}

.slick-button:hover, .slick-button:focus {
  background: #34C7FC;
}

.hero-slider {
  padding-bottom: 3.125rem;
  position: relative;
  z-index: 1;
  background: white;
}

@media screen and (min-width: 480px) {
  .hero-slider {
    padding-bottom: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .hero-slider {
    padding-bottom: 0;
  }
}

.slick-controls {
  position: absolute;
  bottom: -1.875rem;
  right: 1.25rem;
  padding: 0;
  z-index: 2;
  color: white;
}

@media screen and (min-width: 768px) {
  .slick-controls {
    bottom: 2.25rem;
    right: 1.875rem;
  }
}

@media screen and (min-width: 1020px) {
  .slick-controls {
    bottom: 2.875rem;
  }
}

@media screen and (min-width: 1200px) {
  .slick-controls {
    right: 4%;
  }
}

@media screen and (min-width: 1600px) {
  .slick-controls {
    right: 6%;
  }
}

@media screen and (min-width: 1920px) {
  .slick-controls {
    right: 8%;
  }
}

@media screen and (min-width: 2020px) {
  .slick-controls {
    right: 0;
  }
}

.slick-counter {
  position: relative;
  margin-right: 0.0625rem;
  float: left;
  padding: 0.5rem 0.125rem;
  background: #233962;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: -2px;
  font-family: "Campton Book", sans-serif;
  width: 3.5rem;
  text-align: center;
}

.slick-counter .current-slide {
  font-size: 1.5rem;
}

.slider-arrow {
  cursor: pointer;
  display: block;
  margin-right: 0.0625rem;
  background: #3FD899;
  padding: 0.375rem 0.625rem 0.25rem;
  float: left;
  height: 2.5rem;
  width: 2.5rem;
  border: none;
  border-radius: 0;
}

.slider-arrow svg {
  width: 11px;
  height: 20px;
}

.slider-arrow:hover, .slider-arrow:focus {
  outline: none;
}

.slider-arrow.slick-next {
  margin-right: 0;
  float: right;
  margin-left: 0;
}

.slider-play {
  cursor: pointer;
  background: #2F428F;
  height: 2rem;
  padding: 0.4375rem 0.5625rem 0.4375rem;
  margin-right: 0.0625rem;
  border: none;
  display: block;
  float: left;
}

.slider-play svg {
  width: 0.9375rem;
  height: 1.1875rem;
}

.slider-play .play {
  display: none;
}

.slider-play .pause {
  display: block;
}

.slider-play.paused .play {
  display: block;
}

.slider-play.paused .pause {
  display: none;
}

.no-mix-blend-mode .page-block.event-page-block .block-image .blue-overlay {
  display: none;
}

.page-block {
  background: #F0F6F9;
  margin-bottom: 2.5rem;
  position: relative;
  box-shadow: inset 0 0 0 6px transparent;
  transition: box-shadow 0.3s ease-out;
}

.page-block:hover {
  box-shadow: inset 0px 0px 0px 6px #34C7FC;
}

.page-block:hover .page-block-border {
  box-shadow: inset 0px 0px 0px 6px #34C7FC;
}

.page-block > a {
  display: block;
  text-decoration: none;
  position: relative;
  height: 100%;
}

.page-block > a:hover strong, .page-block > a:focus strong {
  color: #2F428F;
  border-bottom: 2px solid #3FD899;
}

.page-block .block-image {
  position: relative;
  min-height: 6.25rem;
  width: 100%;
  background: #2F428F;
  overflow: hidden;
  z-index: 1;
}

.page-block .block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page-block .block-image .page-block-title {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  color: white;
  margin-bottom: 0;
}

.page-block .page-block-title {
  font-family: "Campton SemiBold", sans-serif;
  text-decoration: none;
  z-index: 1;
  color: #2F428F;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
  letter-spacing: -0.4px;
}

.page-block .page-block-title .right-arrow {
  width: 0.5625rem;
  height: 0.6875rem;
  display: inline-block;
  margin-left: 0.625rem;
}

.page-block .page-block-text {
  padding: 1.25rem;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  z-index: 3;
}

.page-block.grants-block {
  padding: 1.25rem;
}

.page-block p {
  color: #2F428F;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.page-block p:last-of-type {
  margin-bottom: 0;
}

.page-block p strong {
  font-weight: 700;
  color: #233962;
}

.page-block .read-details {
  font-weight: 700;
  font-family: "Campton Book", sans-serif;
  border-bottom: 2px solid transparent;
}

.page-block .read-details polyline {
  stroke: #2F428F;
}

.page-block .page-block-border {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  box-shadow: inset 0 0 0 6px transparent;
  transition: box-shadow 0.3s ease-out;
  pointer-events: none;
}

.page-block.project-page-block:after {
  display: none;
}

.page-block.project-page-block:hover {
  box-shadow: inset 0 0 0 6px #34C7FC;
}

.page-block.project-page-block .page-block-text {
  padding: 0;
  height: auto;
}

.page-block.project-page-block .project-text {
  padding: 1.5rem;
  z-index: 3;
}

.page-block.project-page-block .project-text p {
  margin-top: 0.8125rem;
}

.page-block.project-page-block .project-info {
  background: #E4EEF2;
  padding: 1rem 1.5rem;
  padding-right: 0.625rem;
  color: #2F428F;
  font-size: 0.875rem;
  z-index: 2;
}

.page-block.project-page-block .project-info span {
  display: block;
  margin-bottom: 0.625rem;
}

.page-block.project-page-block .page-block-title {
  font-size: 1.375rem;
  line-height: 1.875rem;
  display: inline;
}

.page-block.event-page-block:hover .page-block-border {
  box-shadow: inset 0px 0px 0px 6px #34C7FC;
}

.page-block.event-page-block:after {
  display: none;
}

.page-block.event-page-block .block-image {
  z-index: 1;
}

.page-block.event-page-block .block-image .grey-image {
  height: 100%;
  width: 100%;
  filter: grayscale(100%);
  background-position: center center;
  background-size: cover;
  position: absolute;
}

.page-block.event-page-block .block-image .blue-overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2F428F;
  mix-blend-mode: hard-light;
}

.page-block.event-page-block .page-block-text {
  padding: 0;
}

.page-block.event-page-block .event-text {
  padding: 1.125rem 1.875rem;
}

.page-block.event-page-block .event-text p {
  margin-top: 0.875rem;
}

.page-block.event-page-block .event-info {
  background: #233962;
  padding: 1rem 1.25rem;
  color: #2F428F;
  font-size: 1rem;
  color: white;
}

.page-block.event-page-block .event-info strong {
  font-weight: 700;
  font-family: "Campton SemiBold", sans-serif;
  color: white;
  border-bottom: 0;
}

.page-block.event-page-block .page-block-title {
  font-size: 1.375rem;
  line-height: 1.625rem;
  display: inline;
  color: #233962;
}

.page-block.resource-page-block {
  padding-bottom: 2.5rem;
}

.page-block.resource-page-block:after {
  display: none;
}

.page-block.resource-page-block .block-image {
  background: #E4EEF2;
  padding: 1.25rem;
  box-sizing: border-box;
}

.page-block.resource-page-block .block-image img {
  max-width: 12.5rem;
  margin: auto;
  height: auto;
  display: block;
}

.page-block.resource-page-block .page-block-text {
  padding: 0;
  position: relative;
  z-index: 3;
}

.page-block.resource-page-block .resource-text {
  padding: 1.875rem 1.5rem;
}

.page-block.resource-page-block .resource-text p {
  margin-top: 0.75rem;
}

.page-block.resource-page-block .resource-text a {
  text-decoration: none;
  color: #233962;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
}

.page-block.resource-page-block .resource-text a:hover, .page-block.resource-page-block .resource-text a:focus {
  color: #2F428F;
  border-bottom: 2px solid #3FD899;
}

.page-block.resource-page-block .resource-info {
  background: none;
  top: 1.375rem;
  position: relative;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
}

.page-block.resource-page-block .resource-info .date {
  position: relative;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
  border-right: 1px solid #979797;
}

.page-block.resource-page-block .resource-info a {
  color: #233962;
  font-weight: 700;
  font-family: "Campton Book", sans-serif;
  text-decoration: none;
}

.page-block.resource-page-block .resource-info a:hover, .page-block.resource-page-block .resource-info a:focus {
  color: #2F428F;
  border-bottom: 2px solid #3FD899;
}

.page-block.resource-page-block .page-block-title {
  font-size: 1.375rem;
  line-height: 1.625rem;
  display: inline;
}

.page-block .sub-sub-child-page-block {
  padding: 1.25rem;
  padding-top: 0;
}

.page-block .sub-sub-child-page-block h4 {
  font-family: "Campton Book", sans-serif;
  font-size: 1rem;
}

.page-block .sub-sub-child-page-block a {
  color: #233962;
  margin-bottom: 0.625rem;
  font-weight: "Campton Book", sans-serif;
  font-weight: 700;
  display: block;
  text-decoration: none;
}

.page-block .sub-sub-child-page-block a:hover span, .page-block .sub-sub-child-page-block a:focus span {
  color: #2F428F;
  border-bottom: 2px solid #3FD899;
}

@media screen and (min-width: 640px) {
  .page-block {
    float: left;
    width: 100%;
  }
  .page-block.sub-child-page-block {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 4%;
    box-sizing: border-box;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .page-block.sub-child-page-block .block-image {
    position: relative;
  }
  .page-block.sub-child-page-block:nth-child(2n) {
    margin-right: 0;
  }
  .page-block.project-page-block {
    position: relative;
  }
  .page-block.project-page-block .project-text {
    min-height: 11.25rem;
    padding-bottom: 4.375rem;
    box-sizing: border-box;
  }
  .page-block.project-page-block .page-block-border {
    z-index: 3;
  }
  .page-block.project-page-block .block-image {
    width: 27%;
    background: white;
    position: absolute;
    height: 100%;
    padding: 0 1.25rem;
    box-sizing: border-box;
  }
  .page-block.project-page-block .block-image img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    max-width: calc(100% - 40px);
  }
  .page-block.project-page-block .padded-title {
    padding-right: 2.5rem;
  }
  .page-block.project-page-block .page-block-text {
    margin-left: 27%;
    width: 73%;
  }
  .page-block.project-page-block:hover .page-block-title {
    color: #2F428F;
    border-bottom: 2px solid #3FD899;
  }
  .page-block.project-page-block .project-info {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .page-block.project-page-block .project-info span {
    width: 40%;
    float: left;
    margin-bottom: 0;
  }
  .page-block.project-page-block .project-info span:last-child {
    width: 60%;
  }
  .page-block.event-page-block {
    height: 17.5rem;
    padding-bottom: 0;
  }
  .page-block.event-page-block .block-image {
    width: 36%;
    position: absolute;
    height: 100%;
  }
  .page-block.event-page-block .page-block-text {
    margin-left: 36%;
    width: 64%;
  }
  .page-block.event-page-block .event-info {
    overflow: hidden;
  }
  .page-block.event-page-block .read-details {
    position: absolute;
    bottom: 1.875rem;
  }
  .page-block.resource-page-block {
    height: 16.25rem;
  }
  .page-block.resource-page-block .block-image {
    width: 36%;
    position: absolute;
    height: 100%;
  }
  .page-block.resource-page-block .block-image img {
    height: 100%;
    width: auto;
    margin: auto;
  }
  .page-block.resource-page-block .page-block-text {
    margin-left: 36%;
    width: 64%;
  }
  .page-block.resource-page-block .page-block-text.wide {
    margin-left: 0;
    width: 100%;
  }
  .page-block.resource-page-block .resource-info {
    overflow: hidden;
  }
  .page-block.resource-page-block .read-details {
    position: absolute;
    bottom: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .page-block {
    margin-bottom: 2%;
  }
  .page-block.half-block {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page-block.half-block:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1020px) {
  .page-block {
    margin-bottom: 3.5%;
  }
  .page-block.half-block {
    width: 46.5%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
  }
  .page-block.half-block .page-block-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .page-block .page-block-title {
    font-size: 2.125rem;
    line-height: 2.375rem;
    letter-spacing: -0.56px;
    margin-bottom: 1rem;
  }
  .page-block.sub-child-page-block .page-block-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: -0.4px;
  }
  .page-block.event-page-block {
    height: 17.75rem;
  }
  .page-block.resource-page-block {
    height: 19.375rem;
    padding-bottom: 0;
  }
  .page-block.resource-page-block .block-image {
    padding: 2.5rem;
  }
  .page-block .block-image .page-block-title {
    left: 2.5rem;
  }
  .page-block .page-block-text {
    padding: 1.75rem 2.5rem;
  }
  .page-block .sub-sub-child-page-block {
    padding: 2.5rem;
    padding-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .page-block.half-block .page-block-title {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
  .page-block.project-page-block .project-info {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1600px) {
  .page-block .page-block-text {
    padding: 3.125rem 3.125rem;
  }
  .page-block .page-block-text.has-image {
    padding: 1.875rem 3.125rem 3.125rem;
  }
  .page-block .block-image .page-block-title {
    left: 3.125rem;
  }
  .page-block p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.sub-pages {
  margin-bottom: 2.5rem;
  clear: both;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .sub-pages {
    margin-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 1020px) {
  .main-col > .page-block:first-of-type:after {
    content: '';
    position: absolute;
    top: 0;
    right: -3.625rem;
    width: 0;
    height: 0;
    opacity: 0.6;
    border-left: 58px solid #233962;
    border-bottom: 0px solid transparent;
    border-top: 58px solid transparent;
  }
  .main-col > .half-block:nth-of-type(2):after {
    content: '';
    position: absolute;
    top: 0;
    right: -3.625rem;
    width: 0;
    height: 0;
    opacity: 0.6;
    border-left: 58px solid #233962;
    border-bottom: 0px solid transparent;
    border-top: 58px solid transparent;
  }
}

.flex-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.in-section-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  margin-top: -0.625rem;
  margin-bottom: 0.625rem;
  clear: both;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .in-section-title {
    margin-top: -1%;
  }
}

@media screen and (min-width: 1020px) {
  .in-section-title {
    margin-top: -2.5%;
    margin-bottom: 1.25rem;
  }
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0.875rem 0.75rem;
  background: rgba(228, 238, 242, 0.5);
  border: 1px solid #D1E1E7;
  font-size: 1rem;
  line-height: 1rem;
  -webkit-appearance: none;
  margin: auto;
  border-radius: 0;
  margin-bottom: 2.5rem;
}

textarea {
  max-width: 100%;
}

.indicates-required {
  margin-bottom: 1.25rem;
}

label {
  margin-bottom: 1.25rem;
  display: inline-block;
}

.submit-button,
input[type=submit],
.fpf-button {
  position: relative;
  margin-top: -0.25rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding: 0.5625rem 1.125rem 0.6875rem;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  color: white;
  margin-top: 1.25rem;
  background: #2F428F;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  border: 0;
  cursor: pointer;
}

.submit-button:hover, .submit-button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.fpf-button:hover,
.fpf-button:focus {
  background-color: #233962;
  color: white;
}

.fpf-field label {
  margin-toop: 1rem;
}

.fpf-field textarea {
  max-width: 100%;
}

.fpf-field input.text {
  width: 400px;
}

.fpf-info {
  font-style: italic;
  margin-bottom: 20px;
}

.fpf-field {
  margin: 20px 0;
}

.fpf-field:after {
  clear: both;
  content: "";
  display: block;
}

.fpf-field label {
  display: block;
}

@media screen and (min-width: 1200px) {
  .fpf-field label {
    float: left;
    text-align: right;
    margin-right: 20px;
    width: 320px;
  }
}

.fpf-required {
  color: #c33;
  font-weight: bold;
}

.fpf-field .text {
  box-sizing: border-box;
  margin: 0;
  width: 320px;
}

.fpf-field.invalid .text {
  border-color: #c33;
}

.fpf-field textarea.text {
  width: 460px;
}

@media screen and (min-width: 1200px) {
  .fpf-field textarea.text {
    width: 400px;
  }
}

.fpf-note {
  display: block;
  font-size: 0.875em;
  font-style: italic;
  clear: left;
  margin-top: 1.25rem;
}

@media screen and (min-width: 1200px) {
  .fpf-note {
    display: block;
    margin: 0.5em 0 0.5em 340px;
    width: 320px;
  }
}

.fpf-error-message {
  color: #c33;
  display: block;
  font-size: 0.875em;
  font-style: italic;
  margin: 0.25em 0;
}

.fpf-info-error {
  color: #c33;
  font-style: italic;
}

.fpf-field-submit {
  margin: 40px 20px;
  text-align: right;
}

.fpf-countdown {
  font-size: 0.875em;
  font-style: italic;
  margin-top: 0.625rem;
  white-space: nowrap;
  display: block;
}

@media screen and (min-width: 1020px) {
  .fpf-countdown {
    margin-top: 0.625rem;
    margin-left: 21.25rem;
  }
}

.fpf-warning {
  color: #c33;
}

.iframe-form {
  max-width: 700px;
}

.styled-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  padding-top: 0.375rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.styled-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.styled-checkbox:hover input ~ .checkmark {
  background-color: #F0F6F9;
}

.styled-checkbox input:checked ~ .checkmark {
  background-color: #2F428F;
  border: 1px solid #2F428F;
}

.styled-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.styled-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #F0F6F9;
  border: 1px solid #D1E1E7;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-row.has-error input {
  border: 1px solid #a4232e;
}

.download-content p {
  margin-bottom: 1.25rem;
}

.download-content .button-link {
  margin-bottom: 0;
}

.social-icon {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
}

.arrow-icon {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
}

.right-arrow-icon,
.left-arrow-icon {
  display: inline-block;
  width: 0.5rem;
  height: 0.25rem;
  margin-right: 0.4375rem;
}

.right-arrow-icon.blue polyline,
.left-arrow-icon.blue polyline {
  stroke: #233962;
}

.right-arrow-icon {
  position: relative;
  top: 1px;
}

.right-arrow-icon.small {
  top: 0;
  width: 0.375rem;
  height: 0.1875rem;
}

.down-arrow-icon {
  display: inline-block;
  width: 1.4375rem;
  height: 0.75rem;
  margin-right: 0.625rem;
  top: 4px;
  position: relative;
}

.up-arrow-icon {
  display: inline-block;
  position: relative;
}

.up-arrow-icon svg {
  width: 1.4375rem;
  height: 0.75rem;
}

.button-link {
  display: inline-block;
  position: relative;
  border: none;
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding: 0.75rem 0.875rem 0.8125rem;
  letter-spacing: -0.33px;
  box-sizing: border-box;
  color: white;
  margin-bottom: 1.25rem;
  background: #2F428F;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.33px;
}

.button-link.green {
  background: #3FD899;
  color: #233962;
}

.button-link.green:hover, .button-link.green:focus {
  background: #233962;
  color: white;
}

.button-link:hover, .button-link:focus {
  background: #34C7FC;
  color: white;
}

.social-list.inline-list a {
  width: 2.75rem;
  height: 2.75rem;
  display: block;
}

.social-list.inline-list a:hover, .social-list.inline-list a:focus {
  border-bottom: none;
}

.social-list.inline-list a:hover path, .social-list.inline-list a:focus path {
  fill: #233962;
}

.social-list.inline-list li {
  display: inline-block;
  margin-right: 0.4375rem;
}

.social-list.inline-list li:last-child {
  margin-right: 0;
}

.home-intro {
  background: #233962;
  color: white;
  overflow: hidden;
}

.home-intro .wrapper {
  padding: 0;
}

.home-intro a {
  text-decoration: none;
  font-weight: 700;
  color: white;
  position: relative;
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #3FD899;
}

.home-intro a:hover, .home-intro a:focus {
  color: #3FD899;
}

.home-intro .home-intro-text {
  margin-bottom: 1.25rem;
  padding: 1.875rem 1.25rem;
  background: #233962;
}

.home-intro .home-intro-list {
  padding: 1.875rem 1.25rem;
  box-sizing: border-box;
  background: #2F428F;
}

.home-intro p {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

@media screen and (min-width: 768px) {
  .home-intro .home-intro-text,
  .home-intro .home-intro-list {
    padding: 1.875rem;
  }
  .home-intro p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

@media screen and (min-width: 1020px) {
  .home-intro .wrapper {
    padding: 0 1.875rem;
  }
  .home-intro .home-intro-text {
    padding: 4.375rem 0 5.625rem;
    margin-bottom: 0;
    width: 63.5%;
    float: left;
  }
  .home-intro .home-intro-text p {
    padding-right: 2.5rem;
  }
  .home-intro .home-intro-list {
    padding: 4.875rem 1.875rem 5.625rem 4.375rem;
    position: absolute;
    margin-left: 58%;
    width: 36.5%;
    height: 100%;
  }
  .home-intro .home-intro-list:after {
    content: '';
    position: absolute;
    background: #2F428F;
    height: 100%;
    width: 200%;
    right: -200%;
    top: 0;
  }
  .home-intro p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .home-intro .wrapper {
    padding: 0 4%;
  }
  .home-intro p {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}

@media screen and (min-width: 1600px) {
  .home-intro .wrapper {
    padding: 0 6%;
  }
  .home-intro .home-intro-text {
    padding: 6.25rem 0 8.75rem;
  }
  .home-intro .home-intro-text p {
    padding-right: 5rem;
  }
  .home-intro p {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
  .home-intro .home-intro-list {
    padding: 6.75rem 1.875rem 4.375rem 5.625rem;
  }
}

@media screen and (min-width: 1920px) {
  .home-intro .wrapper {
    padding: 0 8%;
  }
  .home-intro .home-intro-text {
    width: 57%;
  }
}

@media screen and (min-width: 2020px) {
  .home-intro .wrapper {
    padding: 0;
    max-width: 110rem;
  }
}

.styled-list {
  list-style-position: outside;
  font-weight: 700;
}

.styled-list li {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 1.25rem;
  background: url(images/list-arrow.svg) left 5px no-repeat;
  margin-bottom: 0.625rem;
}

.styled-list a {
  display: inline;
}

@media screen and (min-width: 768px) {
  .styled-list li {
    font-size: 1.375rem;
    line-height: 2rem;
    background: url(images/list-arrow.svg) left 10px no-repeat;
  }
}

.home-latest {
  padding: 2.5rem 1.25rem;
}

.home-latest .triangle-title {
  font-size: 1.375rem;
  line-height: 1.75rem;
}

@media screen and (min-width: 768px) {
  .home-latest {
    padding: 2.5rem 1.875rem;
  }
  .home-latest .triangle-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media screen and (min-width: 1020px) {
  .home-latest {
    padding: 3.4375rem 1.875rem;
    position: relative;
  }
}

@media screen and (min-width: 1200px) {
  .home-latest {
    padding: 3.4375rem 0;
  }
}

.twitter-col {
  height: 35.625rem;
  overflow: hidden;
}

.twitter-col .twitter-widget {
  overflow: scroll;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #2F428F;
}

.news-title {
  font-size: 1.75rem;
  line-height: 2rem;
}

@media screen and (min-width: 1020px) {
  .news-title {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 1.875rem;
  }
}

.triangle-title {
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
  margin-bottom: 1.25rem;
  letter-spacing: -0.4px;
}

.triangle-title.green svg polygon {
  fill: #3FD899;
}

.triangle-title .triangle {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
}

.triangle-title.large .triangle {
  width: 1.25rem;
  height: 1.25rem;
}

.triangle-title.small .triangle {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.75rem;
}

.triangle-title.medium .triangle {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.625rem;
}

@media screen and (min-width: 1020px) {
  .triangle-title.medium .triangle {
    width: 1rem;
    height: 1rem;
    margin-right: 0.625rem;
  }
  .triangle-title.large .triangle {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.triangle-title-before {
  position: relative;
}

.triangle-title-before:before {
  content: '';
  position: absolute;
  bottom: 0.625rem;
  left: -4.375rem;
  height: 0;
  width: 0;
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 30px solid #34C7FC;
}

@media screen and (min-width: 1020px) {
  .triangle-title-before:before {
    left: -4.375rem;
  }
}

.filter-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -0.5px;
  font-family: "Campton SemiBold", sans-serif;
  margin-bottom: 1.25rem;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.24px;
}

p.intro {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.15px;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  margin-bottom: 1.125rem;
}

@media screen and (min-width: 1020px) {
  p.intro {
    max-width: 48.75rem;
  }
}

.text-content {
  margin-bottom: 1.25rem;
}

.text-content p,
.text-content ul,
.text-content ol {
  margin-bottom: 2.125rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: -0.11px;
}

.text-content p strong,
.text-content ul strong,
.text-content ol strong {
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  color: #233962;
}

.text-content p {
  margin-bottom: 1.25rem;
}

.text-content ul {
  list-style-position: outside;
  margin-left: 1.25rem;
  list-style-type: disc;
}

.text-content ul li {
  margin-bottom: 0.5rem;
}

.text-content ul li > p {
  margin-top: 1.25rem;
}

.text-content ol {
  list-style-position: outside;
  margin-left: 1.25rem;
  list-style-type: decimal;
}

.text-content ol li {
  margin-bottom: 0.5rem;
}

.text-content ol li > p {
  margin-top: 1.25rem;
}

.text-content h2,
.text-content h3,
.text-content h4 {
  font-family: "Campton SemiBold", sans-serif;
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}

.text-content h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-content h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-content h5 {
  font-size: 1rem;
  line-height: 1.25rem;
}

.text-content a {
  color: #233962;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.text-content a:hover, .text-content a:focus {
  color: #2F428F;
  border-bottom: 2px solid #3FD899;
}

.text-content .callout {
  background: #2F428F;
  padding: 1.25rem;
}

.text-content .callout h1,
.text-content .callout h2,
.text-content .callout h3,
.text-content .callout h4 {
  color: white;
}

.text-content .callout h1,
.text-content .callout h3,
.text-content .callout h4 {
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.text-content .callout p,
.text-content .callout li {
  color: white;
  margin-bottom: 1.25rem;
}

.text-content .callout p strong,
.text-content .callout li strong {
  font-family: "Campton SemiBold", sans-serif;
  color: white;
}

.text-content .callout p em,
.text-content .callout li em {
  font-style: italic;
}

.text-content .callout p a,
.text-content .callout li a {
  color: white;
  font-weight: 700;
  border-bottom: 2px solid #3FD899;
}

.text-content .callout p a:hover, .text-content .callout p a:focus,
.text-content .callout li a:hover,
.text-content .callout li a:focus {
  color: #3FD899;
}

.text-content .callout p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1020px) {
  .text-content {
    margin-bottom: 2.5rem;
    max-width: 48.75rem;
  }
}

@media screen and (min-width: 1600px) {
  .large-screen-constrained p.intro,
  .large-screen-constrained .quote,
  .large-screen-constrained .text-content,
  .large-screen-constrained .faqs {
    margin-left: 20%;
  }
}

.quote {
  margin-bottom: 2.125rem;
  padding: 1.25rem;
  position: relative;
}

.quote:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #3FD899;
  border-bottom: 20px solid transparent;
  border-top: 0px solid transparent;
}

.quote:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 20px solid #3FD899;
  border-bottom: 0px solid transparent;
  border-top: 20px solid transparent;
}

.quote blockquote {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.11px;
  font-family: "Campton Book", sans-serif;
  margin-bottom: 1.25rem;
}

.quote figcaption {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 1400px) {
  .quote {
    max-width: 57.5rem;
  }
}

.faqs {
  margin-bottom: 3.125rem;
}

.faqs .faq-item {
  margin-bottom: 0;
  display: block;
}

.faqs .faq-item:last-child header {
  border-bottom: 0;
}

.faqs .faq-item .faq-header {
  padding: 0.625rem 1.25rem;
  border-bottom: 1px solid rgba(151, 151, 151, 0.43);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  background: #233962;
  display: block;
  text-decoration: none;
  border: 2px solid transparent;
  margin-bottom: 2px;
}

.faqs .faq-item .faq-header:hover, .faqs .faq-item .faq-header:focus {
  outline: none;
  border: 2px solid #34C7FC;
}

.faqs .faq-item .faq-header h3 {
  font-size: 1.25rem;
  display: block;
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
  max-width: 90%;
  font-family: "Campton Book", sans-serif;
  color: white;
}

.faqs .faq-item .faq-header .icon {
  width: 1.625rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin-top: -8px;
}

.faqs .faq-item .faq-header svg path {
  fill: white;
}

.faqs .faq-item .answer {
  overflow: hidden;
  height: auto;
  max-height: 0;
  display: block;
  box-sizing: border-box;
  padding: 0 20px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: max-height opacity;
}

.faqs .faq-item.open .faq-header {
  background: #2F428F;
}

.faqs .faq-item.open .faq-header h2 {
  color: white;
}

.faqs .faq-item.open .answer {
  max-height: 500px;
  height: auto;
  padding: 20px;
  opacity: 1;
}

.faqs .faq-item.open .icon {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.faqs .faq-item.open svg path {
  fill: white;
}

.faqs .faq-item p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
}

.faqs .faq-item p strong {
  font-weight: 600;
}

.faqs .faq-item ul,
.faqs .faq-item ol {
  list-style-position: outside;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  margin-left: 2.5rem;
}

h1.resource-title {
  font-size: 2.375rem;
  line-height: 3.0625rem;
  letter-spacing: -0.5px;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

h1.resource-title.person-title {
  margin-bottom: 0.25rem;
}

.job-title {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-family: "Campton Book", sans-serif;
}

.card-list,
.post-blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 480px) {
  .card-list .card-item.team,
  .post-blocks .card-item.team {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .card-list .card-item.team:nth-child(2n),
  .post-blocks .card-item.team:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .card-list.card-list--flex,
  .post-blocks.card-list--flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .card-list .card-item,
  .post-blocks .card-item {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .card-list .card-item:nth-child(2n),
  .post-blocks .card-item:nth-child(2n) {
    margin-right: 0;
  }
  .card-list .card-item.team,
  .post-blocks .card-item.team {
    width: 31%;
    margin-right: 3.5%;
  }
  .card-list .card-item.team:nth-child(2n),
  .post-blocks .card-item.team:nth-child(2n) {
    margin-right: 3.5%;
  }
  .card-list .card-item.team:nth-child(3n),
  .post-blocks .card-item.team:nth-child(3n) {
    margin-right: 0;
  }
  .card-list .card-item.home-feed,
  .post-blocks .card-item.home-feed {
    height: 26.25rem;
  }
}

@media screen and (min-width: 1020px) {
  .card-list .card-item,
  .post-blocks .card-item {
    width: 31%;
    margin-right: 3.5%;
  }
  .card-list .card-item:nth-child(2n),
  .post-blocks .card-item:nth-child(2n) {
    margin-right: 3.5%;
  }
  .card-list .card-item:nth-child(3n),
  .post-blocks .card-item:nth-child(3n) {
    margin-right: 0;
  }
  .card-list .two-col--news .card-item:nth-child(3n),
  .post-blocks .two-col--news .card-item:nth-child(3n) {
    margin-right: 3.5%;
  }
}

@media screen and (min-width: 1020px) {
  .card-list .card-item,
  .post-blocks .card-item {
    margin-bottom: 3%;
  }
  .card-list.one-col .card-item,
  .post-blocks.one-col .card-item {
    width: 100%;
    margin-right: 0;
  }
  .card-list.two-col .card-item,
  .post-blocks.two-col .card-item {
    width: 46%;
  }
  .card-list.two-col .card-item:last-child,
  .post-blocks.two-col .card-item:last-child {
    margin-right: 4%;
  }
  .card-list.two-col--news .card-item,
  .post-blocks.two-col--news .card-item {
    width: 46%;
    margin-right: 4%;
  }
  .card-list.two-col--news .card-item:last-child, .card-list.two-col--news .card-item:nth-child(3n),
  .post-blocks.two-col--news .card-item:last-child,
  .post-blocks.two-col--news .card-item:nth-child(3n) {
    margin-right: 4%;
  }
  .card-list.no-bottom-margin,
  .post-blocks.no-bottom-margin {
    margin-bottom: 0;
  }
  .card-list.no-bottom-margin .card-item,
  .post-blocks.no-bottom-margin .card-item {
    margin-bottom: 0;
  }
}

.no-mix-blend-mode .card-item .card-image:after {
  display: none;
}

.card-item {
  position: relative;
  margin-bottom: 1.25rem;
  max-width: 40rem;
}

.card-item:hover .card-border {
  box-shadow: inset 0 0 0 6px #34C7FC;
}

.card-item p {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.card-item p strong {
  font-weight: 700;
  color: #233962;
}

.card-item a p {
  font-weight: 400;
  font-family: "Campton Book", sans-serif;
}

.card-item a:hover strong, .card-item a:focus strong {
  color: #2F428F;
}

.card-item .card-border {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 0 6px transparent;
  transition: box-shadow 0.3s ease-out;
  z-index: 2;
  pointer-events: none;
}

.card-item .card-link {
  display: block;
}

.card-item .card-link:hover .find-out-more:after, .card-item .card-link:focus .find-out-more:after {
  background: white;
}

.card-item .block-link {
  display: block;
  position: relative;
  z-index: 1;
}

.card-item .card-image {
  background-color: #233962;
  position: relative;
  z-index: 1;
}

.card-item .card-image img {
  opacity: 0.7;
  max-width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
}

.card-item .card-image:after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #2F428F;
  mix-blend-mode: hard-light;
  display: block;
}

.card-item.card-item--story .card-image {
  position: relative;
}

.card-item.card-item--story .card-image .card-subtitle {
  position: absolute;
  top: 1.875rem;
  left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.75rem;
  z-index: 11;
  font-family: "Campton Book", sans-serif;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}

.card-item.card-item--story .card-text-content {
  background: transparent;
  padding: 1.25rem 1.875rem;
  color: #2F428F;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
  margin-bottom: 0;
}

.card-item.card-item--story .card-text-content .card-subtitle {
  display: none;
}

.card-item.card-item--story .card-text-content .card-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
  margin-bottom: 0.875rem;
  color: #2F428F;
}

.card-item.card-item--story .card-text-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  letter-spacing: -0.4px;
  color: #161614;
}

.card-item.card-item--story .card-text-content .find-out-more {
  font-weight: 700;
}

.card-item.card-item--story .read-more {
  font-weight: 700;
  font-family: "Campton Book", sans-serif;
}

.card-item.card-item--member {
  background: #F0F6F9;
}

.card-item.card-item--member .card-image {
  position: relative;
}

.card-item.card-item--member .card-image .card-subtitle {
  position: absolute;
  top: 1.875rem;
  left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.75rem;
  z-index: 11;
  font-family: "Campton Book", sans-serif;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}

.card-item.card-item--member .card-text-content {
  background: transparent;
  padding: 1.25rem 0.625rem;
  color: #2F428F;
  text-align: center;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
  margin-bottom: 0;
}

.card-item.card-item--member .card-text-content .card-subtitle {
  display: none;
}

.card-item.card-item--member .card-text-content .card-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  color: #2F428F;
}

.card-item.post {
  background: white;
}

.card-item.post.news strong {
  font-weight: 700;
}

.card-item.post.home-feed {
  background: #F0F6F9;
}

.card-item.post .card-link {
  height: 100%;
}

.card-item.post .card-image {
  position: relative;
}

.card-item.post .card-image .card-subtitle {
  position: absolute;
  top: 1.875rem;
  left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.75rem;
  z-index: 11;
  font-family: "Campton Book", sans-serif;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}

.card-item.post .card-text-content {
  background: transparent;
  padding: 1.25rem 1.875rem;
  color: #2F428F;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
  margin-bottom: 0;
}

.card-item.post .card-text-content .card-subtitle {
  display: none;
}

.card-item.post .card-text-content .card-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
  margin-bottom: 0.875rem;
  color: #2F428F;
}

.card-item.post .card-text-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  letter-spacing: -0.4px;
  color: #161614;
}

.card-item.post .card-text-content .find-out-more {
  font-weight: 700;
}

.card-item.post .read-more {
  font-weight: 700;
  font-family: "Campton Book", sans-serif;
}

.card-item.projects .card-image .card-subtitle, .card-item.investments .card-image .card-subtitle {
  display: none;
}

.card-item.projects .card-title,
.card-item.projects .card-subtitle, .card-item.investments .card-title,
.card-item.investments .card-subtitle {
  color: white;
}

.card-item.projects .card-text-content, .card-item.investments .card-text-content {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  z-index: 2;
  padding: 1.875rem 1.25rem;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  height: 100%;
}

.card-item.projects .find-out-more, .card-item.investments .find-out-more {
  position: absolute;
  bottom: 2.5rem;
  left: 1.25rem;
  z-index: 2;
  color: white;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.card-item.projects .find-out-more:after, .card-item.investments .find-out-more:after {
  content: '';
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #3FD899;
}

.card-item.projects .card-subtitle, .card-item.investments .card-subtitle {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-family: "Campton Book", sans-serif;
  margin-bottom: 0.625rem;
  font-weight: 400;
}

.card-item.projects .card-title, .card-item.investments .card-title {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
  letter-spacing: -0.37px;
}

.card-item.projects.home-feed {
  min-height: 18.75rem;
}

.card-item.projects.home-feed .card-link {
  text-decoration: none;
  background-color: #2F428F;
  min-height: none;
  background-size: cover;
  background-position: top center;
}

.card-item.projects.home-feed .card-image {
  position: absolute;
  height: 100%;
  width: 100%;
  background: none;
}

.card-item.projects.home-feed .card-image .card-bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-size: cover;
  filter: grayscale(100%);
  background-position: center center;
  background-repeat: no-repeat;
}

.card-item.projects.home-feed .card-image img {
  display: none;
}

.card-item.projects.home-feed .card-text-content {
  position: relative;
}

.card-item.resources {
  margin-bottom: 2.5rem;
  background: #F0F6F9;
  margin-top: 13.75rem;
  padding-top: 5rem;
  position: relative;
}

.card-item.resources a {
  text-decoration: none;
  color: #2F428F;
  display: block;
}

.card-item.resources a:hover .card-title, .card-item.resources a:focus .card-title {
  color: #233962;
}

.card-item.resources p {
  color: #2F428F;
}

.card-item.resources .card-text-content {
  padding: 1.25rem;
}

.card-item.resources .card-title {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
  letter-spacing: -0.37px;
  margin-bottom: 1.25rem;
  color: #2F428F;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.card-item.resources .resource-image {
  max-width: 10rem;
  width: 50%;
  max-width: 13.125rem;
  position: absolute;
  margin-left: 1.875rem;
  top: -12.5rem;
  display: block;
  z-index: 4;
}

.card-item.resources .resource-image--blue {
  background-color: #233962;
  position: relative;
  z-index: 1;
}

.card-item.resources .resource-image--blue img {
  opacity: 0.7;
  max-width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
}

.card-item.resources .resource-image--blue:after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #2F428F;
  mix-blend-mode: hard-light;
  display: block;
}

.card-item.team {
  background: #F0F6F9;
}

.card-item.team .card-image {
  position: static;
}

.card-item.team .card-image img {
  opacity: 1;
  max-width: 100%;
  height: auto;
  display: block;
  filter: grayscale(0);
  margin: auto;
}

.card-item.team .card-image:after {
  display: none;
}

.card-item.team .card-image a {
  display: block;
}

.card-item.team .team-member-info {
  padding: 1.25rem;
  z-index: 3;
  position: relative;
}

.card-item.team .team-member-info .member-title {
  font-size: 1.25rem;
  color: #233962;
}

.card-item.team .team-member-info h4 {
  margin-bottom: 0.25rem;
  font-family: "Campton Book", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #233962;
}

.card-item.team .team-member-info p {
  margin-bottom: 0;
  color: #233962;
}

.card-item.team .team-member-info a {
  margin-bottom: 0;
  display: inline-block;
  color: #233962;
  text-decoration: none;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.125rem;
  border-bottom: 2px solid transparent;
}

.card-item.team .team-member-info a.tel-link {
  font-family: "Campton Book", sans-serif;
  font-weight: 400;
}

.card-item.team .team-member-info a:hover, .card-item.team .team-member-info a:focus {
  border-bottom: 2px solid #3FD899;
}

.card-item.side-text-card {
  margin-bottom: 1rem;
}

.card-item.side-text-card:last-child {
  margin-bottom: 0;
}

.card-item.side-text-card .card-link:hover h3, .card-item.side-text-card .card-link:focus h3 {
  border-bottom: 2px solid #3FD899;
  color: #2F428F;
}

.card-item.side-text-card h3 {
  margin-bottom: 0;
  display: inline;
  border-bottom: 2px solid transparent;
}

.card-item.side-text-card a {
  text-decoration: none;
  font-size: 1rem;
  color: #233962;
  font-family: "Campton SemiBold", sans-serif;
}

.card-item.side-text-card a:hover, .card-item.side-text-card a:focus {
  border: none;
}

.card-item.side-text-card .card-title {
  color: #233962;
  line-height: 1.375rem;
}

.card-item.people-text-card {
  margin-bottom: 2rem;
}

.card-item.people-text-card:last-child {
  margin-bottom: 2rem;
}

.card-item.people-text-card a {
  text-decoration: none;
  font-size: 1rem;
  color: #2F428F;
  font-family: "Campton SemiBold", sans-serif;
}

.card-item.people-text-card a .card-title {
  font-size: 1.125rem;
}

.card-item.people-text-card a p {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  line-height: 1.5rem;
  color: #233962;
}

.card-item.people-text-card a strong {
  color: #233962;
}

.card-item.people-text-card a:hover strong, .card-item.people-text-card a:focus strong {
  border-bottom: 2px solid #3FD899;
  color: #2F428F;
}

@media screen and (min-width: 1020px) {
  .card-item.post {
    height: 26.25rem;
  }
  .card-item.post.news {
    height: 14.375rem;
  }
  .card-item.post.news .card-text-content {
    padding-top: 1.25rem;
  }
  .card-item.post.home-feed {
    height: 26.25rem;
  }
  .card-item.post .read-more {
    position: absolute;
    bottom: 1.875rem;
  }
  .card-item.post .card-text-content {
    height: 50%;
  }
  .card-item.post .card-text-content .card-title {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
  .card-item.projects.home-feed {
    height: 26.25rem;
  }
  .card-item.team {
    min-height: 27.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .card-item.post {
    height: 26.25rem;
  }
  .card-item.post.news {
    height: 16.25rem;
  }
  .card-item.post.home-feed {
    height: 28.125rem;
  }
  .card-item.projects.home-feed {
    height: 28.125rem;
  }
  .card-item.team {
    min-height: 30rem;
  }
  .card-item.projects .card-title, .card-item.investments .card-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media screen and (min-width: 1400px) {
  .card-item.team {
    min-height: 31.875rem;
  }
  .card-item.post {
    height: 28.75rem;
  }
  .card-item.post.news {
    height: 12.5rem;
  }
  .card-item.projects .card-title, .card-item.investments .card-title {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
  .card-item.post.home-feed {
    height: 31.25rem;
  }
  .card-item.projects.home-feed {
    height: 31.25rem;
  }
}

@media screen and (min-width: 1920px) {
  .card-item.post {
    height: 31.25rem;
  }
}

.secondary-content-col .card-item.projects .card-title {
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.secondary-content-col .card-item .card-text-content {
  padding-bottom: 5rem;
}

.secondary-content-col .card-item.projects, .secondary-content-col .card-item.investments {
  min-height: 18.75rem;
}

.secondary-content-col .card-item.projects .card-link, .secondary-content-col .card-item.investments .card-link {
  text-decoration: none;
  background-color: #2F428F;
  min-height: none;
  background-size: cover;
  background-position: top center;
}

.secondary-content-col .card-item.projects .card-image, .secondary-content-col .card-item.investments .card-image {
  position: absolute;
  height: 100%;
  width: 100%;
  background: none;
}

.secondary-content-col .card-item.projects .card-image .card-bg-image, .secondary-content-col .card-item.investments .card-image .card-bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-size: cover;
  filter: grayscale(100%);
  background-position: center center;
  background-repeat: no-repeat;
}

.secondary-content-col .card-item.projects .card-image img, .secondary-content-col .card-item.investments .card-image img {
  display: none;
}

.secondary-content-col .card-item.projects .card-text-content, .secondary-content-col .card-item.investments .card-text-content {
  position: relative;
}

.secondary-content-col .side-section {
  margin-bottom: 1.375rem;
}

.secondary-content-col .side-section .card-list {
  margin-bottom: 0;
}

.secondary-content-col .side-section .view-all {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #2F428F;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
}

.secondary-content-col .side-section .view-all:hover, .secondary-content-col .side-section .view-all:focus {
  color: #2F428F;
  border-bottom: 2px solid #3FD899;
}

.secondary-content-col .side-section .resource-sidebar-image {
  max-width: 10rem;
  margin-bottom: 1.25rem;
  border: 2px solid #F0F6F9;
}

.secondary-content-col .read-all {
  color: #233962;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  font-weight: 700;
}

.secondary-content-col .read-all:hover, .secondary-content-col .read-all:focus {
  border-bottom: 2px solid #3FD899;
  color: #2F428F;
}

@media screen and (min-width: 480px) {
  .secondary-content-col .card-item.projects .card-title, .secondary-content-col .card-item.investments .card-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 480px) {
  .secondary-content-col .card-item.projects .card-title, .secondary-content-col .card-item.investments .card-title {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 1020px) {
  .secondary-content-col .card-item.projects, .secondary-content-col .card-item.investments {
    min-height: 0;
  }
}

@media screen and (min-width: 1200px) {
  .secondary-content-col .card-item.projects .card-title, .secondary-content-col .card-item.investments .card-title {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

.related-investments {
  background: #2F428F;
  padding: 1.25rem;
}

.related-investments .wrapper {
  position: relative;
}

.related-investments .triangle-title {
  color: white;
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.related-investments .view-all {
  color: white;
  margin-bottom: 1.25rem;
  display: inline-block;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.related-investments .view-all svg polyline {
  stroke: white;
}

.related-investments .view-all:hover, .related-investments .view-all:focus {
  border-bottom: 2px solid #3FD899;
}

.related-investments .view-all .right-arrow-icon {
  margin-left: 0.375rem;
  margin-right: 0;
}

.related-investments .card-item {
  max-width: none;
  min-height: 17.75rem;
  background: #233962;
}

@media screen and (min-width: 768px) {
  .related-investments {
    padding: 1.875rem;
  }
  .related-investments .card-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0;
    min-height: 0;
  }
  .related-investments .card-item:last-child {
    margin-right: 0;
  }
  .related-investments .view-all {
    position: absolute;
    top: 1rem;
    right: 0;
  }
}

@media screen and (min-width: 1020px) {
  .related-investments {
    padding: 5rem 1.875rem;
  }
  .related-investments .view-all {
    right: 0;
  }
  .related-investments .triangle-title {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .related-investments {
    padding: 5rem 0;
  }
  .related-investments .view-all {
    right: 4%;
  }
}

@media screen and (min-width: 1920px) {
  .related-investments .view-all {
    right: 0;
  }
}

.info-col {
  padding: 1.25rem;
  box-sizing: border-box;
  background: #F0F6F9;
}

.info-col:before {
  content: '';
  position: absolute;
  left: -500%;
  width: 500%;
  height: 100%;
  top: 0;
  background: #F0F6F9;
}

.info-col .info-breadcrumbs {
  margin-bottom: 1.5rem;
}

.info-col .info-breadcrumbs a:hover, .info-col .info-breadcrumbs a:focus {
  color: #2F428F;
  border-bottom: 2px solid #3FD899;
}

.info-col a {
  text-decoration: none;
  color: #2F428F;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #233962;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  margin-bottom: 0.875rem;
  border-bottom: 2px solid transparent;
}

.info-col a:hover, .info-col a:focus {
  color: #2F428F;
  border-bottom: 2px solid #3FD899;
}

.info-col .button-link:hover, .info-col .button-link:focus {
  border-bottom: 0;
}

.info-col .info-title {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.info-col .grant-details p {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 0.875rem;
}

.info-col .grant-details span {
  display: inline-block;
  width: 50%;
}

.info-col .related-links li {
  margin-bottom: 1rem;
}

.info-col .info-section {
  margin-bottom: 1.25rem;
}

.info-col .info-section.has-border-top {
  border-top: 1px solid rgba(151, 151, 151, 0.43);
  padding-top: 2.0625rem;
  margin-top: 0.625rem;
}

.info-col .info-section.info-related {
  margin-bottom: 2.5rem;
}

.info-col .info-section.info-related .triangle-title {
  margin-bottom: 0.875rem;
}

.info-col .info-section .event-location {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding-right: 3.75rem;
}

.info-col .info-section .event-location p {
  line-height: 1.375rem;
}

.info-col .info-section p {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 0.25rem;
}

.info-col .info-section p.no-bottom-margin {
  margin-bottom: 0;
}

.info-col .info-section .project-by {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
}

.info-col .info-section .button-link {
  border-bottom: 0;
  font-size: 1.25rem;
}

.info-col h3 {
  font-size: 1.375rem;
  font-family: "Campton SemiBold", sans-serif;
  line-height: 1.625rem;
  letter-spacing: -0.36px;
  margin-bottom: 0.5rem;
}

.info-col h4 {
  font-size: 1.125rem;
  font-family: "Campton Book", sans-serif;
  line-height: 1.625rem;
  letter-spacing: -0.1px;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.info-col .map-link {
  display: block;
  margin-bottom: 1.625rem;
  border-bottom: 2px solid transparent;
  display: inline-block;
  width: auto;
}

.info-col .map-link:hover, .info-col .map-link:focus {
  outline: none;
  color: #2F428F;
  border-bottom: 2px solid #3FD899;
}

.info-col .resource-image {
  max-width: 12.5rem;
  height: auto;
  margin-left: 0;
  display: block;
  margin-bottom: 1.25rem;
}

.info-col .resource-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.info-col.resource-col {
  padding-right: 3.125rem;
}

.info-col.resource-col .button-link {
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-family: "Campton SemiBold", sans-serif;
  font-size: 1.25rem;
}

.info-col.resource-col .download-info-text {
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

.info-col .info-author p {
  margin-bottom: 0;
}

.info-col .info-author .author-link {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.info-col .author-image {
  width: 12.5rem;
  margin-bottom: 1.25rem;
}

.info-col .author-image img {
  max-width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%);
}

@media screen and (min-width: 768px) {
  .info-col {
    padding: 1.25rem 1.875rem;
  }
  .info-col .info-title {
    font-size: 2.375rem;
    line-height: 3rem;
  }
}

@media screen and (min-width: 1020px) {
  .info-col {
    width: 37%;
    position: relative;
    float: left;
    top: -10.625rem;
    margin-bottom: -10.625rem;
    float: left;
    min-height: 10rem;
    display: block;
    background: #F0F6F9;
    padding: 1.875rem 2.5rem;
    padding-left: 0;
  }
  .info-col h4 {
    margin-bottom: 0.625rem;
  }
  .info-col.no-hero {
    top: 0;
    margin-bottom: 0;
  }
  .info-col.news-col {
    width: 30%;
    top: -3.75rem;
    margin-bottom: -3.75rem;
  }
  .info-col.news-col.no-hero {
    top: 0;
    margin-bottom: 0;
  }
  .info-col.news-col.no-hero:after {
    display: none;
  }
  .info-col.news-col:after {
    content: '';
    position: absolute;
    top: 0;
    opacity: 0.6;
    right: -3.75rem;
    border-bottom: 3.75rem solid #233962;
    border-right: 3.75rem solid transparent;
  }
  .info-col.resource-col {
    top: -3.75rem;
    margin-bottom: -3.75rem;
    width: 31.5%;
    z-index: 2;
  }
  .info-col.resource-col:after {
    content: '';
    position: absolute;
    top: 0;
    opacity: 0.6;
    right: -3.75rem;
    border-bottom: 3.75rem solid #233962;
    border-right: 3.75rem solid transparent;
  }
  .info-col.resource-col .resource-image {
    width: 10.625rem;
  }
  .info-col .resource-image {
    position: relative;
    top: -8.5rem;
    margin-bottom: -6.625rem;
  }
  .info-col .resource-image:after {
    content: '';
    position: absolute;
    top: 0;
    opacity: 0.6;
    right: -6.625rem;
    border-bottom: 6.625rem solid #233962;
    border-right: 6.625rem solid transparent;
  }
}

@media screen and (min-width: 1280px) {
  .info-col .info-section {
    padding-right: 22%;
  }
  .info-col .info-section.grant-details {
    padding-right: 0;
  }
}

@media screen and (min-width: 1600px) {
  .info-col {
    padding: 1.875rem 5.625rem;
    padding-left: 0;
  }
  .info-col .info-breadcrumbs {
    margin-bottom: 3.125rem;
  }
  .info-col .info-title {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}

.single-article,
.bottom-triangle {
  position: relative;
}

@media screen and (min-width: 1020px) {
  .single-article:after,
  .bottom-triangle:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 7.5rem solid #3FD899;
    border-left: 7.5rem solid transparent;
  }
}

@media screen and (min-width: 1020px) {
  .single-article .wrapper {
    padding: 0 1.875rem;
  }
}

@media screen and (min-width: 1200px) {
  .single-article .wrapper {
    padding: 0 4%;
  }
}

@media screen and (min-width: 1600px) {
  .single-article .wrapper {
    padding: 0 6%;
  }
}

@media screen and (min-width: 1920px) {
  .single-article .wrapper {
    padding: 0 8%;
  }
}

@media screen and (min-width: 2020px) {
  .single-article .wrapper {
    padding: 0;
    max-width: 110rem;
  }
}

@media screen and (min-width: 1020px) {
  .main-col.single-main-col {
    width: 60.5%;
    position: static;
    float: left;
    padding: 2.5rem;
    padding-bottom: 6.25rem;
    box-sizing: border-box;
    top: 0;
    margin-bottom: 0;
  }
  .main-col.single-main-col:before {
    top: 0;
    margin-right: 0;
    right: 60.5%;
    height: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .main-col.single-main-col {
    padding: 5rem;
    padding-left: 7.5rem;
  }
}

@media screen and (min-width: 1020px) {
  .main-col.resource-main-col {
    width: 45%;
    position: static;
    float: left;
    padding: 2.5rem;
    padding-bottom: 6.25rem;
    padding-right: 0;
    box-sizing: border-box;
    top: 0;
    margin-bottom: 0;
  }
  .main-col.resource-main-col:before {
    top: 0;
    margin-right: 0;
    right: 69%;
    height: 100%;
  }
}

@media screen and (min-width: 1020px) {
  .main-col.news-main-col {
    width: 64%;
    position: static;
    float: left;
    padding: 2.5rem;
    padding-bottom: 6.25rem;
    box-sizing: border-box;
    top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1600px) {
  .main-col.news-main-col {
    padding-left: 5rem;
  }
}

.hero .contact-org-link {
  position: absolute;
  bottom: 0;
  right: 1.25rem;
  display: block;
  color: #2F428F;
  text-decoration: none;
}

.hero .contact-org-link .contact-image {
  height: 7rem;
  display: block;
  float: left;
  position: relative;
  padding: 0 0.625rem;
}

.hero .contact-org-link .contact-image img {
  display: block;
  width: auto;
  height: 100%;
}

.hero .contact-org-link .contact-block {
  padding: 1.875rem 0;
  width: 7.5rem;
  font-family: "Campton SemiBold", sans-serif;
  font-size: 1.25rem;
  line-height: 1.625rem;
  display: block;
  float: right;
  box-sizing: border-box;
  background: #3FD899;
  position: relative;
  color: #2F428F;
  text-align: center;
  text-decoration: none;
}

.hero .contact-org-link .contact-block:after {
  content: '';
  position: absolute;
  top: 0;
  right: -7.5rem;
  width: 0;
  height: 0;
  opacity: 0.7;
  border-left: 120px solid #3C3C3B;
  border-bottom: 0px solid transparent;
  border-top: 120px solid transparent;
}

.hero .contact-org-link:hover .contact-block, .hero .contact-org-link:focus .contact-block {
  background: #233962;
  color: white;
}

@media screen and (min-width: 768px) {
  .hero .contact-org-link {
    right: 1.875rem;
  }
  .hero .contact-org-link .contact-image {
    padding: 0 1.25rem;
    height: 7rem;
  }
  .hero .contact-org-link .contact-block {
    width: 9.375rem;
    padding: 1.875rem 1.875rem;
  }
}

@media screen and (min-width: 1200px) {
  .hero .contact-org-link {
    right: 4%;
  }
}

@media screen and (min-width: 1920px) {
  .hero .contact-org-link {
    right: 0;
  }
}

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  box-sizing: border-box;
}

.error .dk-selected {
  background: #a4232e;
}

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.375rem;
  width: 100%;
  cursor: pointer;
  font-size: 1rem;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  margin-bottom: 0.875rem;
}

.wide-select .dk-select {
  width: 14.375rem;
}

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: #3FD899;
  border-radius: 0px;
  padding: 10px 40px 10px 11px;
  color: #233962;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  text-overflow: ellipsis;
}

.dk-selected:before, .dk-selected:after {
  content: '';
  display: block;
  position: absolute;
  right: 0.625rem;
}

.dk-selected:before {
  top: 40%;
  background: url(images/icon-arrow-down.svg) top left no-repeat;
  width: 1.25rem;
  height: 0.625rem;
}

.dk-selected:after {
  top: 0;
  height: 100%;
  margin: 0 1.5em 0 0;
}

.dk-selected-disabled {
  color: #BBBBBB;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  margin: auto !important;
}

.dk-select-open-up .dk-select-options {
  border-radius: 0px 0px 0 0;
  margin-bottom: -1px;
  bottom: 100%;
}

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 0px 0px;
  margin-top: -1px;
  top: 100%;
  overflow: auto;
}

.dk-select-multi .dk-select-options {
  max-height: 10em;
}

.dk-select-options {
  background-color: #2bd38e;
  border-radius: 0px;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: auto;
  z-index: 100;
  color: #233962;
}

.dk-option-selected {
  background-color: #3FD899;
  color: #233962;
}

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}

.dk-option {
  padding: 10px 11px 10px 11px;
  font-size: 1rem;
  list-style-type: none !important;
  margin: auto !important;
}

.dk-select-options .dk-option-highlight {
  background-color: #3FD899;
  color: #233962;
}

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent;
}

.dk-select-options .dk-option-hidden {
  display: none;
}

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}

.dk-optgroup + .dk-option {
  margin-top: 0.25em;
}

.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}

.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}

.dk-optgroup-options li {
  padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #3297fd;
}

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #3297fd;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #3297fd;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #3297fd;
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #3297fd;
}

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none;
}

.dk-selected:hover,
.dk-selected:focus {
  background: #3FD899;
}

.dk-selected:hover:before,
.dk-selected:focus:before {
  border-top-color: #3297fd;
}

.dk-selected:hover:after,
.dk-selected:focus:after {
  border-left-color: #3297fd;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}

.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}

.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}

.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}

select[data-dkcacheid] {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-appearance: none;
}

.promo-block {
  text-align: center;
  position: relative;
  color: white;
  background-size: cover;
  background-repeat: repeat;
}

.promo-block h1 {
  font-size: 2rem;
  line-height: 2.375rem;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
  color: white;
}

.promo-block p {
  margin-bottom: 2.125rem;
  font-size: 1rem;
  font-weight: 700;
}

.promo-block .wrapper {
  padding: 5rem 1.25rem;
}

@media screen and (min-width: 768px) {
  .promo-block p {
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
}

@media screen and (min-width: 1020px) {
  .promo-block {
    height: 28.125rem;
  }
  .promo-block h1 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
  .promo-block .wrapper {
    padding: 6.875rem 0;
    max-width: 46.25rem;
    margin: auto;
  }
}

.news-theme-filter {
  padding: 1.25rem;
  background: #F0F6F9;
  margin-top: 2.5rem;
}

.news-theme-filter form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
}

.news-theme-filter label {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  margin-left: 0;
  margin-right: 2.5rem;
  font-weight: bold;
}

.news-theme-filter .styled-select {
  width: 100%;
  margin-bottom: 0.625rem;
}

.news-theme-filter .styled-select .dk-select {
  margin-bottom: 0;
}

.news-theme-filter .submit-button {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .news-theme-filter {
    padding: 0.5rem;
    margin-left: 1.875rem;
    width: calc(100% - 80px);
  }
  .news-theme-filter label {
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
  .news-theme-filter .styled-select {
    width: 11.25rem;
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1020px) {
  .news-theme-filter {
    width: 46.25rem;
  }
  .news-theme-filter .styled-select {
    width: 13.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .news-theme-filter {
    margin-left: 0;
  }
}

@media screen and (min-width: 1020px) {
  .all-news.by-author {
    margin-top: 0;
  }
}

.all-news .by-author-title {
  padding-top: 2.5rem;
}

.archive-feed {
  padding: 2.5rem 1.25rem;
}

@media screen and (min-width: 768px) {
  .archive-feed {
    padding: 2.5rem 1.875rem;
  }
}

@media screen and (min-width: 1200px) {
  .archive-feed {
    padding: 2.5rem 0;
  }
}

.all-feeds .blog-feed {
  position: relative;
  z-index: 1;
  clear: both;
  padding: 2.5rem 1.25rem;
}

.all-feeds .news-feed {
  background: #F0F6F9;
  padding: 2.5rem 1.25rem;
}

.all-feeds .news-feed a {
  text-decoration: none;
  font-weight: bold;
  color: #2F428F;
  border-bottom: 2px solid transparent;
}

.all-feeds .news-feed a:hover, .all-feeds .news-feed a:focus {
  border-bottom: 2px solid #3FD899;
}

@media screen and (min-width: 768px) {
  .all-feeds .blog-feed {
    padding: 2.5rem 1.875rem;
  }
  .all-feeds .news-feed {
    padding: 2.5rem 1.875rem;
  }
}

@media screen and (min-width: 1020px) {
  .all-feeds {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .all-feeds .blog-feed {
    padding: 3.75rem 1.875rem;
    width: 70%;
  }
  .all-feeds .news-feed {
    width: 30%;
    box-sizing: border-box;
    padding: 3%;
    padding-top: 3.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .all-feeds .blog-feed {
    padding: 3.75rem 0;
  }
}

.news-filters {
  height: 5.625rem;
}

.news-filters label {
  margin-bottom: 1.25rem;
  display: block;
}

.news-filters .dk-select {
  float: left;
  margin-right: 0.625rem;
}

.news-filters input[type=submit] {
  float: left;
  display: block;
  margin: auto;
  margin-right: 0.625rem;
  padding: 0.5625rem 0.625rem 0.625rem;
  -webkit-appearance: none;
  border-radius: 0;
  height: 2.625rem;
}

@media screen and (min-width: 1020px) {
  .news-filters {
    height: 3.125rem;
    margin-bottom: 0.625rem;
  }
  .news-filters.pulled-up {
    position: relative;
    top: -5.625rem;
    margin-bottom: -5.625rem;
    z-index: 2;
  }
  .news-filters label {
    float: left;
    margin-right: 0.625rem;
    margin-top: 0.875rem;
  }
  .news-filters .dk-select {
    float: left;
    margin-right: 0.625rem;
  }
  .news-filters input[type=submit] {
    float: left;
    margin-right: 0.625rem;
  }
}

@media screen and (min-width: 1200px) {
  .news-filters {
    padding: 0;
  }
}

.featured-news {
  position: relative;
  padding: 0 1.25rem;
  overflow: hidden;
}

.featured-news img {
  max-width: 100%;
  height: auto;
  display: block;
}

.featured-news .featured-item {
  position: relative;
  height: 100%;
}

.featured-news .featured-item img {
  filter: grayscale(100%);
}

.featured-news .featured-news-content {
  background: #2F428F;
  color: white;
  padding: 1.25rem;
  position: relative;
  margin-bottom: 6.25rem;
}

.featured-news .featured-news-content .triangle-title {
  color: white;
  text-transform: uppercase;
  font-family: "Campton Book", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-bottom: 0.625rem;
}

.featured-news .featured-news-content h1 {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.featured-news .featured-news-content h1,
.featured-news .featured-news-content p {
  color: white;
}

.featured-news .featured-news-content .read-more {
  position: absolute;
  top: 100%;
  left: 0;
}

@media screen and (min-width: 1020px) {
  .featured-news .featured-item img {
    width: 75%;
    display: block;
    float: right;
    filter: grayscale(100%);
  }
  .featured-news .featured-news-content {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 39%;
    padding: 1.875rem;
    padding-bottom: 3.125rem;
  }
  .featured-news .featured-news-content h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .featured-news .featured-news-content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .featured-news .featured-news-content .read-more {
    left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .featured-news {
    padding: 0;
  }
  .featured-news .featured-news-content h1 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}

@media screen and (min-width: 1600px) {
  .featured-news .featured-news-content h1 {
    font-size: 2.625rem;
    line-height: 3.25rem;
  }
}

.news-item {
  margin-bottom: 1.875rem;
}

.news-item .news-item__title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
  margin-bottom: 0.875rem;
}

.news-item p {
  color: #161614;
  font-weight: 400;
  margin-bottom: 0.875rem;
}

.news-item:hover a, .news-item:focus a {
  border-bottom: 2px solid #3FD899;
}

@media screen and (min-width: 768px) {
  .news-item .news-item__title {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

.explore-themes .wrapper,
.explore-types .wrapper {
  padding: 0 1.25rem;
  padding-bottom: 1.25rem;
}

.explore-themes h2,
.explore-types h2 {
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.explore-themes.explore-themes--landing,
.explore-types.explore-themes--landing {
  padding: 2.5rem 0;
}

@media screen and (min-width: 768px) {
  .explore-themes .wrapper,
  .explore-types .wrapper {
    padding: 0 1.875rem;
  }
}

@media screen and (min-width: 1020px) {
  .explore-themes .wrapper,
  .explore-types .wrapper {
    padding: 0 1.875rem;
    padding-bottom: 2.5rem;
  }
  .explore-themes h2,
  .explore-types h2 {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .explore-themes .wrapper,
  .explore-types .wrapper {
    padding: 0 4%;
  }
}

@media screen and (min-width: 1600px) {
  .explore-themes .wrapper,
  .explore-types .wrapper {
    padding: 0 6%;
  }
}

@media screen and (min-width: 1920px) {
  .explore-themes .wrapper,
  .explore-types .wrapper {
    padding: 0 8%;
  }
}

@media screen and (min-width: 2020px) {
  .explore-themes .wrapper,
  .explore-types .wrapper {
    padding: 0;
    max-width: 110rem;
  }
}

.explore-types {
  margin-bottom: 2.5rem;
}

.library-type-list {
  position: relative;
}

.library-type-list li {
  background: #F0F6F9;
  margin-bottom: 2.5rem;
  box-sizing: border-box;
}

.library-type-list a {
  padding: 1.25rem;
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #2F428F;
  font-weight: 400;
  font-family: "Campton Book", sans-serif;
  box-shadow: inset 0 0 0 6px transparent;
  transition: box-shadow 0.3s ease-out;
}

.library-type-list a:hover, .library-type-list a:focus {
  box-shadow: inset 0px 0px 0px 6px #34C7FC;
  outline: none;
}

.library-type-list a:hover .view-all, .library-type-list a:focus .view-all {
  border-bottom: 2px solid #3FD899;
  color: #2F428F;
}

.library-type-list .triangle-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0.875rem;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
}

.library-type-list .triangle-title.medium .triangle {
  width: 1.25rem;
  height: 1.25rem;
}

.library-type-list p {
  margin-bottom: 1.25rem;
  font-family: "Campton Book", sans-serif;
}

.library-type-list .view-all {
  text-decoration: none;
  color: #233962;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #233962;
  border-bottom: 2px solid transparent;
}

.library-type-list .view-all svg path,
.library-type-list .view-all svg polyline {
  stroke: #233962;
}

@media screen and (min-width: 1020px) {
  .library-type-list li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    height: 15rem;
    margin-bottom: 0;
  }
  .library-type-list li:nth-child(3n) {
    margin-right: 0;
  }
  .library-type-list .view-all {
    position: absolute;
    bottom: 1.25rem;
  }
  .library-type-list .triangle-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .library-type-list .triangle-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.theme-list {
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.theme-list li {
  width: 100%;
  margin-bottom: 1%;
}

.theme-list li .button-link {
  display: block;
  margin-bottom: 0;
  text-align: center;
  padding: 1.25rem 1.25rem;
}

@media screen and (min-width: 768px) {
  .theme-list li {
    float: left;
    width: 49.5%;
    margin-right: 1%;
  }
  .theme-list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1020px) {
  .theme-list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .theme-list li:nth-child(2n) {
    margin-right: 2%;
  }
  .theme-list li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1400px) {
  .theme-list li {
    width: 24%;
    margin-right: 1.333333%;
    margin-bottom: 1.333333%;
  }
  .theme-list li:nth-child(2n), .theme-list li:nth-child(3n) {
    margin-right: 1.333333%;
  }
  .theme-list li:nth-child(4n) {
    margin-right: 0;
  }
}

.media-wall,
.partners-list {
  overflow: hidden;
}

.media-wall img,
.partners-list img {
  max-width: 100%;
  height: auto;
  display: block;
}

.media-wall li,
.partners-list li {
  display: block;
  box-sizing: border-box;
  margin-bottom: 2.5rem;
  border: 1px solid #E9E9E9;
}

.media-wall a,
.partners-list a {
  display: block;
  position: relative;
}

.media-wall a .border,
.partners-list a .border {
  position: absolute;
  height: 100%;
  width: 100%;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 6px transparent;
}

.media-wall a:hover .border, .media-wall a:focus .border,
.partners-list a:hover .border,
.partners-list a:focus .border {
  box-shadow: inset 0 0 0 6px #34C7FC;
}

@media screen and (min-width: 480px) {
  .media-wall li,
  .partners-list li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .media-wall li:nth-child(2n),
  .partners-list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1020px) {
  .media-wall li,
  .partners-list li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
  }
  .media-wall li:nth-child(2n),
  .partners-list li:nth-child(2n) {
    margin-right: 3.5%;
  }
  .media-wall li:nth-child(3n),
  .partners-list li:nth-child(3n) {
    margin-right: 0;
  }
}

.team-section .team-section-title {
  font-size: 2.125rem;
  line-height: 2.625rem;
}

.websites {
  background: #3FD899;
  padding: 1.875rem 1.25rem;
  margin-bottom: 1.875rem;
}

.websites a {
  display: block;
  color: #233962;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 1.25rem;
  text-decoration: none;
}

.websites a:last-child {
  margin-bottom: 0;
}

.page-template-manifesto {
  background: #2F428F;
  border: 0;
}

.logo.desktop-logo {
  display: none;
}

.logo.logo-mark-link {
  clear: both;
  margin: auto;
  text-align: center;
  color: white;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  width: 5.1875rem;
  height: auto;
  text-decoration: none;
  margin-bottom: 2.5rem;
  display: block;
}

.logo.logo-mark-link span {
  border-bottom: 2px solid #3FD899;
}

.logo.logo-mark-link:hover span, .logo.logo-mark-link:focus span {
  color: #3FD899;
  outline: none;
}

.logo.logo-mark-link svg {
  width: 100%;
  height: 9.0625rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .logo.mobile-logo {
    width: 14.25rem;
    height: 5.75rem;
    left: 2.625rem;
  }
}

@media screen and (min-width: 1020px) {
  .logo.desktop-logo {
    display: block;
    margin-bottom: 8rem;
    margin-top: 1.875rem;
    width: 8.8125rem;
    height: 3.4375rem;
  }
  .logo.logo-mark-link {
    display: none;
  }
}

.manifesto-header {
  height: 5.625rem;
  position: relative;
  z-index: 5;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
}

.manifesto-header .wrapper {
  padding: 0;
}

.manifesto-header .logo {
  position: absolute;
  z-index: 2;
  padding: 0;
}

.manifesto-header .logo #words {
  display: none;
}

.manifesto-header .relative-wrapper {
  position: relative;
}

@media screen and (min-width: 1020px) {
  .manifesto-header {
    position: relative;
    z-index: 6;
    height: 7.5rem;
    width: 50%;
    left: 51.7%;
  }
  .manifesto-header .logo {
    left: 0;
  }
  .manifesto-header .logo #words {
    display: block;
  }
  .manifesto-header .logo.mobile-logo {
    display: none;
  }
  .manifesto-header .logo.desktop-logo {
    display: block;
    toop: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .manifesto-header {
    left: 47.5%;
  }
}

@media screen and (min-width: 1920px) {
  .manifesto-header {
    left: 49.2%;
  }
}

.manifesto-crumbs {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  color: white;
  max-width: 8.75rem;
  display: none;
}

.manifesto-crumbs a,
.manifesto-crumbs span {
  color: white;
  text-decoration: none;
  font-size: 0.875rem;
  font-family: "Campton Book", sans-serif;
  display: block;
  float: left;
  clear: left;
}

.manifesto-crumbs a a,
.manifesto-crumbs span a {
  margin: 0 0.25rem;
}

.manifesto-crumbs a:hover,
.manifesto-crumbs a:focus {
  color: #3FD899;
}

@media screen and (min-width: 768px) {
  .manifesto-crumbs {
    max-width: none;
    display: block;
  }
  .manifesto-crumbs a,
  .manifesto-crumbs span {
    display: inline-block;
    float: none;
    clear: none;
  }
}

@media screen and (min-width: 1020px) {
  .manifesto-crumbs {
    right: auto;
    left: 5.25rem;
    margin-top: 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .manifesto-crumbs {
    left: 6.625rem;
  }
}

@media screen and (min-width: 1920px) {
  .manifesto-crumbs {
    left: 5rem;
  }
}

.manifesto-titles {
  color: white;
  position: relative;
  z-index: 4;
  padding: 1.25rem;
  text-align: center;
  margin-bottom: 1.25rem;
  box-sizing: border-box;
}

.manifesto-titles h1 {
  color: white;
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: "Campton SemiBold", sans-serif;
  position: relative;
  padding-top: 3.125rem;
  letter-spacing: -0.5px;
}

.manifesto-titles h1:before {
  content: '';
  height: 1.875rem;
  width: 5.625rem;
  background: white;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.manifesto-titles .strapline {
  color: white;
  font-size: 1.375rem;
  line-height: 1.75rem;
  padding-bottom: 2.5rem;
  letter-spacing: -0.5px;
}

.manifesto-titles .strapline:after {
  content: '';
  background: white;
  height: 1.875rem;
  width: 5.625rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

@media screen and (min-width: 1020px) {
  .manifesto-titles {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100vh;
    padding: 0;
    text-align: left;
  }
  .manifesto-titles .wrapper {
    height: 100%;
    padding: 0 1.875rem;
  }
  .manifesto-titles h1 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 5rem;
  }
  .manifesto-titles h1:before {
    left: 0;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .manifesto-titles h1:after {
    content: '';
    height: 1.875rem;
    width: 5.625rem;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .manifesto-titles .strapline {
    font-size: 2.125rem;
    line-height: 2.5rem;
    max-width: 20rem;
    margin-bottom: 5.625rem;
  }
  .manifesto-titles .strapline:after {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .manifesto-titles .wrapper {
    height: 100%;
    padding: 0 4%;
  }
  .manifesto-titles h1 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    font-size: 5.25rem;
    line-height: 5.25rem;
    max-width: 33.125rem;
    margin-bottom: 4rem;
  }
  .manifesto-titles h1:before {
    height: 2.4375rem;
    width: 6.0625rem;
  }
  .manifesto-titles h1:after {
    height: 2.4375rem;
    width: 6.0625rem;
  }
}

@media screen and (min-width: 1920px) {
  .manifesto-titles .wrapper {
    padding: 0;
  }
}

.manifesto-content {
  padding: 1.25rem;
}

.manifesto-content .wrapper {
  overflow: hidden;
}

@media screen and (min-width: 1020px) {
  .manifesto-content {
    padding: 0;
    float: left;
    width: 50%;
    margin-left: 50%;
    box-sizing: border-box;
    padding: 10.1875rem 4.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .manifesto-content {
    padding: 10.875rem 1.875rem;
  }
  .manifesto-content .wrapper {
    padding: 0;
  }
}

.manifesto-block {
  padding: 1.25rem;
  transition: opacity 0.5s ease-out;
  opacity: 1;
  max-width: 32.5rem;
  margin: auto;
  margin-bottom: 2.5rem;
  box-sizing: border-box;
}

.manifesto-block:hover, .manifesto-block:focus {
  background: rgba(5, 27, 58, 0.3);
  opacity: 1;
}

.manifesto-block .manifesto-block-title {
  color: white;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
  font-family: "Campton SemiBold", sans-serif;
  font-weight: 700;
}

.manifesto-block p,
.manifesto-block li {
  color: white;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 2.125rem;
}

.manifesto-block p:last-child,
.manifesto-block li:last-child {
  margin-bottom: 0;
}

.manifesto-block p a,
.manifesto-block li a {
  color: white;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #3FD899;
}

.manifesto-block p a:hover, .manifesto-block p a:focus,
.manifesto-block li a:hover,
.manifesto-block li a:focus {
  color: #3FD899;
  outline: none;
}

.manifesto-block ul li,
.manifesto-block ol li {
  margin-bottom: 0;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.25rem;
}

.manifesto-block ol li {
  list-style-type: decimal;
}

.manifesto-block ul,
.manifesto-block ol {
  margin-bottom: 2.125rem;
}

.manifesto-block ul:last-child,
.manifesto-block ol:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .manifesto-block {
    float: left;
    width: 32%;
    padding: 1.75rem 2.125rem;
    margin-right: 2%;
  }
  .manifesto-block:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1020px) {
  .manifesto-block {
    margin-bottom: 6.25rem;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 3.125rem 2.5rem;
    margin-bottom: 0.25rem;
  }
  .manifesto-block .manifesto-block-title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  .manifesto-block p,
  .manifesto-block li {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.manifesto-content {
  position: relative;
  z-index: 4;
}

.manifesto-content.hovered .manifesto-block {
  opacity: 0.2;
}

.manifesto-content.hovered .manifesto-block:hover, .manifesto-content.hovered .manifesto-block:focus {
  opacity: 1;
}

.supports-mix-blend-mode .manifesto-backgrounds:after {
  display: block;
}

.manifesto-backgrounds {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  display: none;
}

.manifesto-backgrounds:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #2F428F;
  mix-blend-mode: hard-light;
  transition: opacity 0.5s ease-out;
}

.manifesto-backgrounds.show:after {
  opacity: 1;
}

.manifesto-backgrounds .manifesto-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  filter: grayscale(100%);
}

.manifesto-backgrounds .manifesto-bg.show {
  opacity: 0.2;
}

@media screen and (min-width: 1020px) {
  .manifesto-backgrounds {
    display: block;
  }
}

.manifesto-titles-bg {
  position: fixed;
  top: 0;
  height: 100%;
  width: 50%;
  background: rgba(35, 57, 98, 0.4);
  z-index: 4;
}

@media screen and (min-width: 1020px) {
  .manifesto-titles-bg {
    display: block;
  }
}

.manifesto-back {
  color: white;
  text-decoration: none;
  border-bottom: 2px solid #3FD899;
  display: none;
  font-weight: 700;
  font-family: "Campton Book", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
}

.manifesto-back:hover, .manifesto-back:focus {
  color: #3FD899;
}

.manifesto-back:hover svg path,
.manifesto-back:hover svg polyline, .manifesto-back:focus svg path,
.manifesto-back:focus svg polyline {
  stroke: #3FD899;
}

.manifesto-back svg path,
.manifesto-back svg polyline {
  stroke: white;
}

@media screen and (min-width: 1020px) {
  .manifesto-back {
    display: inline-block;
    position: absolute;
    bottom: 5rem;
  }
}

@media screen and (min-width: 1020px) and (max-height: 660px) {
  .manifesto-back {
    position: relative;
  }
}

.Zebra_Tooltip {
  position: absolute;
  z-index: 8000;
  background: transparent;
}

.Zebra_Tooltip .Zebra_Tooltip_Message {
  position: relative;
  padding: 15px;
  font-size: 12px;
  text-align: left;
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  *margin-right: 0;
  _width: expression(document.body.clientWidth > 250 ? '250px': 'auto');
  /* max-width for IE6 */
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow {
  position: absolute;
  width: 20px;
  height: 10px;
  overflow: hidden;
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Bottom {
  bottom: 0;
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Bottom div {
  top: 0;
  _border-bottom-color: pink;
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Top {
  top: 0;
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Top div {
  bottom: 0;
  _border-top-color: pink;
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow div {
  position: absolute;
  border-style: solid;
  border-width: 10px;
  width: 0;
  height: 0;
  left: 0;
  _border-left-color: pink;
  _border-right-color: pink;
  _filter: chroma(color=pink);
}

.Zebra_Tooltip .Zebra_Tooltip_Close {
  text-decoration: none;
  color: #FFF;
  position: absolute;
  right: 4px;
  top: 3px;
  font-weight: bold;
  padding: 0 4px;
}

.Zebra_Tooltip .Zebra_Tooltip_Close:hover {
  color: #000;
  background: #FFF;
  border-radius: 15px;
}

.contact-content {
  padding: 2.5rem 1.25rem;
}

.contact-content .contact-intro {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
  letter-spacing: -0.15px;
  font-family: "Campton Book", sans-serif;
}

.contact-content .contact-address {
  margin-bottom: 0.25rem;
}

.contact-content .contact-postcode {
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.contact-content .contact-map-link {
  color: #233962;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  font-weight: 700;
}

.contact-content .contact-map-link:hover, .contact-content .contact-map-link:focus {
  border-bottom: 2px solid #3FD899;
}

.contact-content .contact-section {
  margin-bottom: 1.9375rem;
}

.contact-content .contact-section a {
  color: #233962;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  font-weight: 700;
  word-break: break-all;
}

.contact-content .contact-section a:hover, .contact-content .contact-section a:focus {
  border-bottom: 2px solid #3FD899;
}

.contact-content .contact-section p {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 0.5rem;
}

.contact-content .contact-col {
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
}

.contact-content .contact-col .triangle-title {
  font-size: 1.375rem;
  line-height: 2rem;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .contact-content {
    padding: 3.75rem 1.875rem;
  }
}

@media screen and (min-width: 1020px) {
  .contact-content {
    padding: 4.375rem 0;
  }
  .contact-content .contact-col {
    float: left;
    width: 50%;
    padding-right: 10%;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1400px) {
  .contact-content .contact-col {
    width: 34.5%;
    padding-right: 4%;
  }
  .contact-content .contact-col:last-child {
    width: 31%;
  }
}

.contact-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.contact-map img {
  max-width: inherit !important;
}

.wrapper.search-results {
  padding: 1.25rem;
  max-width: 60rem;
}

@media screen and (min-width: 768px) {
  .wrapper.search-results {
    padding: 1.875rem;
  }
}

@media screen and (min-width: 1020px) {
  .wrapper.search-results {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.search-results h1 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media screen and (min-width: 768px) {
  .search-results h1 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

.search-entry {
  margin-bottom: 2.5rem;
}

.search-entry h2 a {
  color: #2F428F;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.search-entry h2 a:hover, .search-entry h2 a:focus {
  border-bottom: 2px solid #3FD899;
}

.comment-notes {
  margin-bottom: 2.5rem;
}

#comments-list {
  border-top: 1px solid #E9E9E9;
  padding-top: 1.25rem;
}

#respond {
  border-top: 1px solid #E9E9E9;
  padding-top: 1.25rem;
}

.comment {
  margin-bottom: 1.25rem;
}

.comment a {
  color: #233962;
  text-decoration: none;
  font-weight: bold;
}

.comment .comment-meta {
  margin-bottom: 0.625rem;
}

.comment .reply {
  margin-top: 1.25rem;
}

.comment.depth-2 {
  margin-left: 1.25rem;
}

.comment.depth-3 {
  margin-left: 2.5rem;
}

.comment.depth-4 {
  margin-left: 3.75rem;
}

.comment.depth-5 {
  margin-left: 5rem;
}

.comment.depth-6 {
  margin-left: 6.25rem;
}

.comment-author {
  margin-bottom: 0.375rem;
}

.children {
  margin-top: 1.25rem;
}

.children .comment {
  border-bottom: 0;
  padding-bottom: 0;
}

.newsletter-banner {
  padding: 2.5rem 0;
  background: #2F428F;
  text-align: center;
  color: white;
}

.newsletter-banner h3 {
  color: white;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 0.875rem;
}

.newsletter-banner p {
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 80%;
  margin: auto;
  margin-bottom: 1.875rem;
}

.newsletter-banner a {
  color: white;
  font-family: "Campton Book", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #3FD899;
}

.newsletter-banner a:hover, .newsletter-banner a:focus {
  color: #3FD899;
  border-bottom: 2px solid #3FD899;
}

.newsletter-banner input[type=email] {
  border-radius: 3px;
  background: white;
  max-width: 21.25rem;
}

.newsletter-banner .button-link {
  margin: auto;
  width: 11.25rem;
}

.newsletter-banner .button-link:hover, .newsletter-banner .button-link:focus {
  background: white;
  color: #2F428F;
}

.newsletter-banner input[type=email] {
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .newsletter-banner {
    padding: 4.375rem 0;
  }
  .newsletter-banner h3 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
  .newsletter-banner p {
    max-width: 46.875rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

@media screen and (min-width: 940px) {
  .newsletter-banner p {
    max-width: 48.75rem;
  }
}

.theme-hero {
  padding: 2.5rem 1.25rem;
}

.theme-hero .theme-hero__text {
  margin-bottom: 2.5rem;
}

.theme-hero .theme-hero__text p {
  font-size: 1.5rem;
  line-height: 1.9375rem;
}

.theme-hero .theme-hero__image {
  max-width: 31.25rem;
  margin: auto;
}

.theme-hero .theme-hero__title {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media screen and (min-width: 1020px) {
  .theme-hero .theme-hero__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
  }
  .theme-hero .theme-hero__text {
    width: 56%;
    margin-bottom: 0;
  }
  .theme-hero .theme-hero__image {
    width: 40%;
    margin: 0;
  }
  .theme-hero .theme-hero__image img {
    width: 100%;
    height: auto;
  }
  .theme-hero .theme-hero__title {
    font-size: 2.5rem;
    line-height: 3rem;
    padding-left: 2.5rem;
  }
  .theme-hero .theme-hero__title::before {
    left: 0;
    bottom: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .theme-hero .theme-hero__title {
    font-size: 3.25rem;
    line-height: 3.625rem;
  }
}

@media screen and (min-width: 1600px) {
  .theme-hero .theme-hero__title {
    font-size: 3.75rem;
    line-height: 4.125rem;
  }
}

.themes-section {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}

.themes-section .themes-section__title {
  font-size: 1.375rem;
  line-height: 1.625rem;
}

@media screen and (min-width: 768px) {
  .themes-section {
    margin-bottom: 4.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .themes-section .themes-section__title {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
}

.post-blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.75rem;
}

.post-blocks .post-block {
  width: 100%;
  margin-bottom: 2.5rem;
}

.post-blocks .post-block--resources {
  background: #F0F6F9;
  margin-top: 13.75rem;
}

.post-blocks .post-block--resources .page-block-text {
  padding: 1.875rem;
  padding-top: 5rem;
  height: 100%;
  box-sizing: border-box;
}

.post-blocks .post-block--projects {
  background: #F0F6F9;
  position: relative;
}

.post-blocks .post-block--projects .page-block-text {
  padding: 1.875rem;
}

.post-blocks .post-block--projects .project-text {
  margin-bottom: 3.125rem;
}

.post-blocks .post-block--projects .card-link {
  text-decoration: none;
  position: relative;
  display: block;
  height: 100%;
}

.post-blocks .post-block--projects .project-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  background: #E4EEF2;
  padding: 1.25rem;
  color: #2F428F;
}

.post-blocks .post-block--projects .project-block-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
  background-position: center center;
  height: 12.5rem;
}

.post-blocks .post-block--projects .project-block-image img {
  opacity: 0;
}

.post-blocks .resource-image {
  width: 60%;
  max-width: 13.125rem;
  position: absolute;
  margin-left: 1.875rem;
  top: -15rem;
  display: block;
  z-index: 4;
}

.post-blocks .resource-image > img {
  position: static;
  width: 100%;
  margin-left: 0;
}

.post-blocks .date {
  margin-bottom: 0.625rem;
  display: block;
}

.post-blocks .page-block-title {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #2F428F;
}

.post-blocks .page-block-title a {
  text-decoration: none;
  color: #2F428F;
}

.post-blocks .resource-text p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}

.post-blocks p.author {
  margin-bottom: 0;
}

.post-blocks .post-block .page-block-border {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  box-shadow: inset 0 0 0 6px transparent;
  transition: box-shadow 0.3s ease-out;
  pointer-events: none;
}

.post-blocks .post-block:hover .page-block-border {
  box-shadow: inset 0px 0px 0px 6px #34C7FC;
}

.post-blocks .post-block--resources {
  position: relative;
}

.post-blocks .post-block--resources .page-block-text {
  position: relative;
}

.post-blocks .post-block--resources .card-link {
  text-decoration: none;
  color: #2F428F;
}

@media screen and (min-width: 768px) {
  .post-blocks .post-block {
    width: 49%;
    margin-right: 2%;
  }
  .post-blocks .post-block:nth-child(2n) {
    margin-right: 0;
  }
  .post-blocks .post-block.post-block--home {
    width: 46%;
    margin-right: 3%;
  }
}

@media screen and (min-width: 1200px) {
  .post-blocks .post-block {
    width: 32%;
  }
  .post-blocks .post-block:nth-child(2n) {
    margin-right: 2%;
  }
  .post-blocks .post-block:nth-child(3n) {
    margin-right: 0;
  }
  .post-blocks .post-block.post-block--home {
    width: 31.5%;
    margin-right: 2.5%;
  }
  .post-blocks .post-block.post-block--home:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1400px) {
  .explore-themes--inline .theme-list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .explore-themes--inline .theme-list li:nth-child(2n) {
    margin-right: 2%;
  }
  .explore-themes--inline .theme-list li:nth-child(3n) {
    margin-right: 0;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button.mfp-arrow {
  width: 20px;
  height: 20px;
}

button.mfp-arrow.mfp-arrow-right {
  background: url(images/right-arrow.svg) top center no-repeat;
}

button.mfp-arrow.mfp-arrow-left {
  background: url(images/left-arrow.svg) top center no-repeat;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  width: 10px;
  height: 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*&:before,
        &:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            left: 0;
            top: 0;
            margin-top: 35px;
            margin-left: 35px;
            border: medium inset transparent;
        }

        &:after {

            border-top-width: 13px;
            border-bottom-width: 13px;
            top: 8px;
        }

        &:before {
            border-top-width: 21px;
            border-bottom-width: 21px;
            opacity: 0.7;
        }*/
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow-left {
  left: 20px;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 20px;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.download-popup {
  position: relative;
  background: white;
  max-width: 45rem;
  margin: auto;
  padding: 1.25rem;
  padding-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .download-popup {
    padding: 2.5rem;
  }
}

/*# sourceMappingURL=screen.css.map */
