@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file "STARTER.scss". This file should be named
 * THEMENAME.scss.
 *
 * This application file (THEMENAME.scss) is where all the partials are
 * imported.
 *
 * Theme styles are categorized using SMACSS standards. They utilize
 * categorization of styles into various categories. Those categories are the
 * following:
 *
 * - Base: CSS reset/normalize plus HTML element styling.
 * - Layout: Macro arrangement of a web page, including any grid systems.
 * - Modules: Dictate minor layout modules or reusable elements.
 * - States: Describe the appearance of a module in various states.
 * - Theme: Specific customizations for your subtheme.
 * For more information about this new Drupal css file standard, please review
 * the following:
 * - https://drupal.org/node/1887922
 * - http://smacss.com/
 */
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url(../node_modules/foundation-sites/dist/css/foundation-float.min.css);
.off-canvas-wrapper {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5em; }
  .off-canvas-wrapper p,
  .off-canvas-wrapper li,
  .off-canvas-wrapper .body-text {
    color: #0A0A0A;
    font-size: 20px;
    font-family: 'Roboto';
    line-height: 32px;
    font-weight: 400; }
  .off-canvas-wrapper a {
    color: #43396B; }
  .off-canvas-wrapper a:hover {
    text-decoration: underline; }
  .off-canvas-wrapper .central--title {
    padding: 3.5em 0 1em 0;
    color: #43396B;
    text-align: center; }
  .off-canvas-wrapper .central--subtitle {
    font-weight: 700; }
  .off-canvas-wrapper h1, .off-canvas-wrapper .h1 {
    font-size: 38px;
    line-height: normal;
    font-weight: 500;
    font-family: 'Roboto Slab';
    color: #43396B; }
  .off-canvas-wrapper h2, .off-canvas-wrapper .h2 {
    font-size: 30px;
    font-family: 'Roboto Slab';
    line-height: normal;
    font-weight: 500;
    color: #43396B; }
  .off-canvas-wrapper h3, .off-canvas-wrapper .h3 {
    font-size: 24px;
    line-height: normal;
    color: #0074B5;
    font-family: 'Roboto';
    font-weight: 700; }
  .off-canvas-wrapper h4, .off-canvas-wrapper .h4 {
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #43396B;
    font-family: 'Roboto'; }
  .off-canvas-wrapper h5, .off-canvas-wrapper .h5 {
    font-size: 16px;
    line-height: 1.2;
    font-style: italic; }

@media screen and (min-width: 768px) {
  .off-canvas-wrapper h1, .off-canvas-wrapper .h1 {
    font-size: 44px; }
  .off-canvas-wrapper h2, .off-canvas-wrapper .h2 {
    font-size: 34px; }
  .off-canvas-wrapper h3, .off-canvas-wrapper .h3 {
    font-size: 28px; }
  .off-canvas-wrapper h4, .off-canvas-wrapper .h4 {
    font-size: 22px; } }

@media screen and (min-width: 992px) {
  .off-canvas-wrapper h1, .off-canvas-wrapper .h1 {
    font-size: 54px; }
  .off-canvas-wrapper h2, .off-canvas-wrapper .h2 {
    font-size: 44px; }
  .off-canvas-wrapper h3, .off-canvas-wrapper .h3 {
    font-size: 34px; }
  .off-canvas-wrapper h4, .off-canvas-wrapper .h4 {
    font-size: 26px; } }

.off-canvas-wrapper .button {
  background: #0074B5;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 20px; }
  .off-canvas-wrapper .button.reversed {
    background-color: #FFFFFF;
    color: #43396B;
    border: 2px solid #43396B; }

.off-canvas-wrapper .button:hover, .off-canvas-wrapper .button:active, .off-canvas-wrapper .button:focus {
  background: #2B2058; }
  .off-canvas-wrapper .button:hover.reversed, .off-canvas-wrapper .button:active.reversed, .off-canvas-wrapper .button:focus.reversed {
    background-color: #43396B;
    color: #FFFFFF;
    text-decoration: none; }
    .off-canvas-wrapper .button:hover.reversed:hover, .off-canvas-wrapper .button:active.reversed:hover, .off-canvas-wrapper .button:focus.reversed:hover {
      border: 2px solid #FFFFFF; }

.off-canvas-wrapper .signup {
  background: #3697DB;
  font-family: 'Roboto', sans-serif; }
  .off-canvas-wrapper .signup.form-sent, .off-canvas-wrapper .signup.form-sent:hover {
    background: #3697DB;
    cursor: default; }

.off-canvas-wrapper a.donate {
  background: #1BB1BE;
  font-family: 'Roboto', sans-serif; }

.off-canvas-wrapper .button--small {
  width: 147px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1em;
  text-transform: uppercase; }

.off-canvas-wrapper .button--medium {
  width: 245px;
  margin: 1px;
  padding: 17px 20px;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.1em;
  text-transform: uppercase; }

.off-canvas-wrapper .button--large {
  width: 296px;
  padding: 15px 0 !important;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.1em;
  text-transform: uppercase; }

hr {
  max-width: 100%;
  border-bottom-color: #E7E7E7; }

blockquote {
  border: unset;
  margin: 0;
  padding: 2em 1em;
  text-align: center; }
  blockquote p {
    color: #43396B;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.5; }
  blockquote span {
    color: #808285;
    font-size: .35em;
    font-style: normal;
    font-weight: 700;
    padding-top: 15px;
    text-transform: uppercase; }

.paragraph a {
  text-decoration: underline; }

.load-more ul {
  margin: auto;
  list-style: none; }

.field-type-text-long .align-center {
  text-align: center; }

.off-canvas-wrapper header#header {
  background-color: white;
  padding: 1.5em;
  width: 100%;
  position: fixed;
  z-index: 1000; }
  .off-canvas-wrapper header#header .logo,
  .off-canvas-wrapper header#header .scroll-logo {
    height: auto;
    width: 350px; }
  .off-canvas-wrapper header#header .top-bar-title .search svg {
    fill: #43396B; }
  .off-canvas-wrapper header#header .top-bar-title .menu-icon {
    width: 30px;
    margin-top: -5px; }
  .off-canvas-wrapper header#header .top-bar-title .menu-icon:after {
    font-family: 'Font Awesome 6 Free';
    font-size: 2rem;
    margin-top: -10px;
    color: #43396B;
    content: '\f0c9'; }
  .off-canvas-wrapper header#header .region--header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

.off-canvas-wrapper.front header#header {
  background: transparent;
  z-index: 1000; }
  .off-canvas-wrapper.front header#header .top-bar-title .search svg {
    fill: white; }
  .off-canvas-wrapper.front header#header .scroll-logo {
    display: none; }
  .off-canvas-wrapper.front header#header.headroom {
    position: fixed; }
  .off-canvas-wrapper.front header#header.headroom--pinned {
    background-color: white; }
    .off-canvas-wrapper.front header#header.headroom--pinned .logo {
      display: none; }
    .off-canvas-wrapper.front header#header.headroom--pinned .scroll-logo {
      display: block; }
    .off-canvas-wrapper.front header#header.headroom--pinned .block-mainnavigation ul li a {
      color: #43396B; }
    .off-canvas-wrapper.front header#header.headroom--pinned .top-bar-title .search svg {
      fill: #43396B; }
    .off-canvas-wrapper.front header#header.headroom--pinned.headroom--top {
      background-color: transparent; }
      .off-canvas-wrapper.front header#header.headroom--pinned.headroom--top .logo {
        display: block; }
      .off-canvas-wrapper.front header#header.headroom--pinned.headroom--top .scroll-logo {
        display: none; }
      .off-canvas-wrapper.front header#header.headroom--pinned.headroom--top .block-mainnavigation ul li a {
        color: white; }
      .off-canvas-wrapper.front header#header.headroom--pinned.headroom--top .top-bar-title .search svg {
        fill: white; }

.off-canvas-wrapper .region-highlighted.callout {
  border: none;
  padding: 0; }
  .off-canvas-wrapper .region-highlighted.callout .callout {
    margin: 1rem; }

.off-canvas-wrapper.unpublished article.node {
  background-color: #ffd8d8; }

.off-canvas-wrapper .row {
  max-width: none; }

.off-canvas-wrapper .icon {
  height: 2em;
  width: 2em; }

.off-canvas-wrapper section {
  clear: both; }
  @media screen and (min-width: 40em) {
    .off-canvas-wrapper section .layout--threecol-section--33-34-33 > .layout__region--second {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 33%;
          -ms-flex: 0 1 33%;
              flex: 0 1 33%; } }

.off-canvas-wrapper #main {
  padding-left: 0;
  padding-right: 0; }
  .off-canvas-wrapper #main.system-message {
    margin: 4rem; }

.sidebar-content .paragraph-text {
  width: 100%; }
  .sidebar-content .paragraph-text > div {
    float: left;
    width: 100%; }

.sidebar-content .paragraph-spotlights .spotlight {
  width: 100%; }
  @media screen and (min-width: 40em) {
    .sidebar-content .paragraph-spotlights .spotlight {
      width: 50%; } }

@media print, screen and (min-width: 64em) {
  .sidebar-content .paragraph-image-hover-text .image-with-hover {
    width: 33.333333%; } }

.off-canvas-wrapper footer.footer {
  margin: 0;
  font-size: 1.25rem; }
  .off-canvas-wrapper footer.footer > .join {
    background-color: #43396B;
    color: #FFFFFF;
    padding: 2rem 1rem; }
    .off-canvas-wrapper footer.footer > .join p {
      color: #FFFFFF; }
    .off-canvas-wrapper footer.footer > .join h3 {
      text-align: left;
      color: #FFFFFF;
      font-size: 32px;
      line-height: 42px; }
    @media screen and (min-width: 75em) {
      .off-canvas-wrapper footer.footer > .join .wForm {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .off-canvas-wrapper footer.footer > .join .wForm .codesection {
          display: none; }
        .off-canvas-wrapper footer.footer > .join .wForm .oneField {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
  .off-canvas-wrapper footer.footer > .connect {
    background-color: #BDE8EC;
    color: #43396B;
    padding: 2rem 1rem;
    text-align: center; }
    @media print, screen and (min-width: 48em) {
      .off-canvas-wrapper footer.footer > .connect {
        text-align: left; } }
    .off-canvas-wrapper footer.footer > .connect h3 {
      font-weight: bold;
      text-transform: none; }
    .off-canvas-wrapper footer.footer > .connect .social {
      margin-bottom: 1rem; }
      .off-canvas-wrapper footer.footer > .connect .social .footer--social--item a {
        color: #43396B;
        font-size: 2.25rem;
        padding: 0 0.5rem; }
    .off-canvas-wrapper footer.footer > .connect .impact-text {
      font-weight: bold;
      margin-bottom: 1rem; }
    .off-canvas-wrapper footer.footer > .connect .help {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .off-canvas-wrapper footer.footer > .connect .help img {
        max-width: 100px; }
      .off-canvas-wrapper footer.footer > .connect .help .help-link {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        text-align: center; }
    .off-canvas-wrapper footer.footer > .connect p {
      margin-bottom: 0;
      color: #43396B; }
  .off-canvas-wrapper footer.footer > .menu {
    background-color: #F1F1F1;
    padding: 2rem 1rem;
    font-size: 16px; }
    .off-canvas-wrapper footer.footer > .menu a {
      color: #43396B;
      text-decoration: underline;
      font-weight: bold;
      font-size: 16px; }
    .off-canvas-wrapper footer.footer > .menu nav {
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        .off-canvas-wrapper footer.footer > .menu nav {
          text-align: right; } }
    .off-canvas-wrapper footer.footer > .menu .logo {
      height: 50px;
      width: auto;
      margin-bottom: 1rem; }
  .off-canvas-wrapper footer.footer > .copyright {
    background-color: #43396B;
    color: #FFFFFF;
    padding: 0.5em 1rem 0;
    font-size: 12px;
    text-align: center;
    line-height: 1.25; }
    .off-canvas-wrapper footer.footer > .copyright > div {
      padding-bottom: 0.5em; }
      .off-canvas-wrapper footer.footer > .copyright > div:last-of-type {
        text-align: right; }
    @media print, screen and (min-width: 64em) {
      .off-canvas-wrapper footer.footer > .copyright {
        text-align: left; } }

.action-bar {
  background-color: #43396B;
  margin: -1.5em -1.5em 1.5em;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .action-bar .headline {
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .action-bar .headline .headline-text {
      font-family: 'Roboto Slab';
      font-weight: 700;
      font-size: 15px;
      line-height: 18px; }
    .action-bar .headline .toggle {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: right; }
      .action-bar .headline .toggle:before {
        font-family: 'Font Awesome 6 Free';
        font-size: 24px;
        content: "\f078"; }
  .action-bar.expanded .headline .toggle:before {
    content: "\f077"; }
  .action-bar.expanded .link {
    display: block; }
  .action-bar .link {
    margin-top: 20px;
    display: none; }
  .action-bar a {
    color: #FFFFFF;
    text-decoration: underline; }
  @media print, screen and (min-width: 48em) {
    .action-bar {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      height: 80px; }
      .action-bar .headline,
      .action-bar > .link {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 24px;
            -ms-flex: 1 1 24px;
                flex: 1 1 24px; }
      .action-bar .link {
        display: block;
        margin-top: 0; }
      .action-bar .toggle {
        display: none; }
      .action-bar .other-links {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 48px;
            -ms-flex: 1 1 48px;
                flex: 1 1 48px;
        text-align: right;
        line-height: 24px; } }
  @media print, screen and (min-width: 64em) {
    .action-bar {
      gap: 30px;
      height: auto;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .action-bar .headline {
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        white-space: nowrap; }
      .action-bar .other-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        -webkit-box-pack: right;
        -webkit-justify-content: right;
            -ms-flex-pack: right;
                justify-content: right;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }

.off-canvas-wrapper .basic-page .main--slider--item {
  height: 30vh;
  min-height: 400px; }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .basic-page .main--slider--item {
      height: 60vh;
      min-height: 600px; } }

.off-canvas-wrapper .basic-page .main--slider--text {
  padding-top: 6vh;
  padding-left: 6.5vw; }
  @media screen and (min-width: 40em) {
    .off-canvas-wrapper .basic-page .main--slider--text {
      padding-top: 7vh; } }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .basic-page .main--slider--text {
      padding-top: 30vh;
      padding-left: 12.5vw; } }

.off-canvas-wrapper .basic-page .article--content {
  padding-top: 1.5em; }
  .off-canvas-wrapper .basic-page .article--content img.icon-logo {
    vertical-align: top;
    margin: 0 0 0 4px; }

.off-canvas-wrapper .basic-page .basic-page-sidebar {
  padding: 1.5em 0; }
  @media print, screen and (min-width: 64em) {
    .off-canvas-wrapper .basic-page .basic-page-sidebar {
      padding-left: 1.3em; } }

.off-canvas-wrapper .basic-page .field-name-field-additional-content .paragraph-text {
  width: 100%; }

.biz-container .container-content span strong span {
  line-height: 1.5em;
  display: block;
  margin-top: 1.3em;
  margin-bottom: 1.1em; }

.off-canvas-wrapper .block--filter-block {
  background-color: #E7E7E7; }
  .off-canvas-wrapper .block--filter-block .filter-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media print, screen and (min-width: 48em) {
      .off-canvas-wrapper .block--filter-block .filter-blocks {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }

.off-canvas-wrapper .block-section-filter {
  position: relative;
  text-align: center;
  background-color: #F8F8F8;
  padding: 0; }
  .off-canvas-wrapper .block-section-filter .block-section-filter--category {
    margin: 0;
    position: relative;
    cursor: pointer;
    padding: 1em 2em;
    z-index: 1;
    height: 100%; }
    .off-canvas-wrapper .block-section-filter .block-section-filter--category h3 {
      padding-top: 5px; }
      .off-canvas-wrapper .block-section-filter .block-section-filter--category h3::before {
        content: '';
        background: url(../imgs/arrow-down.svg);
        -webkit-background-size: cover;
                background-size: cover;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 5%; }
  .off-canvas-wrapper .block-section-filter .section-filter-list {
    display: none;
    text-align: left;
    list-style: none;
    position: absolute;
    top: 100%;
    max-height: 325px;
    overflow-y: auto;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    background-color: #E7E7E7;
    width: 100%;
    z-index: 1; }
    .off-canvas-wrapper .block-section-filter .section-filter-list li {
      padding: 0; }
    .off-canvas-wrapper .block-section-filter .section-filter-list .section-filter-list--link {
      color: #808285;
      font-weight: 900;
      cursor: pointer;
      padding: 0.2em 1em;
      border-top: 1px solid #b7b8b9;
      display: block; }
      .off-canvas-wrapper .block-section-filter .section-filter-list .section-filter-list--link:hover {
        color: #43396B; }
    .off-canvas-wrapper .block-section-filter .section-filter-list ul {
      list-style: none; }

.off-canvas-wrapper .block-section-filter h3,
.off-canvas-wrapper .block-section-signup .button,
.off-canvas-wrapper .block-search-filter h3 {
  font-size: 16px;
  font-weight: 900;
  color: #808285;
  margin-bottom: 0;
  text-transform: uppercase; }

.off-canvas-wrapper .block-section-signup {
  text-align: center;
  padding: 0; }
  .off-canvas-wrapper .block-section-signup .button {
    background-color: #E7E7E7;
    width: 100%;
    height: 100%; }
    .off-canvas-wrapper .block-section-signup .button:hover {
      background-color: #3697DB;
      color: #FFFFFF; }

.off-canvas-wrapper .block-search-filter {
  position: relative;
  text-align: center;
  background-color: #F8F8F8; }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .block-search-filter {
      padding-right: 0;
      padding-left: 0; } }
  .off-canvas-wrapper .block-search-filter .search--box {
    position: relative;
    padding: 1em 3em; }
    @media print, screen and (min-width: 48em) {
      .off-canvas-wrapper .block-search-filter .search--box {
        top: 50%;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%); } }
    .off-canvas-wrapper .block-search-filter .search--box .icon {
      fill: #808285;
      top: 50%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 26px;
      width: 26px;
      cursor: pointer; }
  .off-canvas-wrapper .block-search-filter .blog-filter-form,
  .off-canvas-wrapper .block-search-filter .program-filter-form,
  .off-canvas-wrapper .block-search-filter .press-release-filter-form {
    position: absolute;
    display: none;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0; }
    @media print, screen and (min-width: 48em) {
      .off-canvas-wrapper .block-search-filter .blog-filter-form,
      .off-canvas-wrapper .block-search-filter .program-filter-form,
      .off-canvas-wrapper .block-search-filter .press-release-filter-form {
        top: 100%; } }
  .off-canvas-wrapper .block-search-filter .blog-filter-form label,
  .off-canvas-wrapper .block-search-filter .program-filter-form label,
  .off-canvas-wrapper .block-search-filter .press-release-filter-form label {
    display: none; }

.off-canvas-wrapper .block--bundle--standard.empty h2 {
  padding: 0;
  margin: 0; }

.off-canvas-wrapper .block-newsroomshare .content {
  padding: 3em 0;
  background-color: #b7b8b9;
  color: #43396B; }
  .off-canvas-wrapper .block-newsroomshare .content ul.menu {
    display: inline-block; }
    .off-canvas-wrapper .block-newsroomshare .content ul.menu li.li-label {
      text-transform: uppercase; }
    .off-canvas-wrapper .block-newsroomshare .content ul.menu li a svg {
      border-color: #43396B;
      fill: #43396B; }
      .off-canvas-wrapper .block-newsroomshare .content ul.menu li a svg:hover {
        border-color: #F8F8F8;
        fill: #F8F8F8; }

.off-canvas-wrapper .block-newsroommediacontacts {
  padding: 9em 0; }
  .off-canvas-wrapper .block-newsroommediacontacts .central--title {
    padding: 0;
    margin-bottom: 4em; }
  .off-canvas-wrapper .block-newsroommediacontacts .content .newsroommediacontacts-contact {
    padding: 0.5em 0; }
  .off-canvas-wrapper .block-newsroommediacontacts .content .name {
    font-weight: bold;
    margin-bottom: 0.2em; }
  .off-canvas-wrapper .block-newsroommediacontacts .content .info {
    font-size: 0.8em;
    line-height: 1.4;
    font-style: italic; }

.section-blog .block-foundation-cdcf-page-title {
  display: none; }

.off-canvas-wrapper .article-content {
  color: #808285; }

.off-canvas-wrapper .blog-banner {
  min-height: 400px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center; }
  .off-canvas-wrapper .blog-banner .featured-article--title a {
    font-size: 2em;
    font-weight: 500;
    line-height: 1; }

.off-canvas-wrapper .article--body blockquote p {
  color: #43396B; }

.off-canvas-wrapper .article--body a {
  text-decoration: underline;
  font-weight: 500;
  color: #43396B; }
  .off-canvas-wrapper .article--body a:hover {
    color: #3697DB; }

.off-canvas-wrapper .article--body img.align-right {
  margin-right: 0; }

.off-canvas-wrapper .article--body img.align-left {
  margin-left: 0; }

.off-canvas-wrapper .article-detail .article--author {
  list-style-type: none;
  padding: 1em 0; }
  .off-canvas-wrapper .article-detail .article--author span {
    font-weight: 900;
    line-height: 17px;
    font-size: 15px;
    color: #808285;
    display: inline-block;
    margin-right: 2px; }
  .off-canvas-wrapper .article-detail .article--author a {
    color: #808285; }
    .off-canvas-wrapper .article-detail .article--author a:hover {
      color: #2B0D7E; }

.off-canvas-wrapper .article-detail .share-region.row {
  margin-bottom: 1.5rem; }

.off-canvas-wrapper .article-detail .article--author .separator {
  padding: 0 1.5em; }

.off-canvas-wrapper .article-detail .article--author .created-date {
  font-weight: 500;
  line-height: 19px; }

.off-canvas-wrapper .article-detail .article--sidebar {
  padding: 2em 0; }
  @media print, screen and (min-width: 64em) {
    .off-canvas-wrapper .article-detail .article--sidebar {
      padding: 0 0 0 1.3em; } }

.off-canvas-wrapper .article-detail .article--content {
  padding-bottom: 1em; }

.off-canvas-wrapper .tags-wrapper {
  position: relative; }
  .off-canvas-wrapper .tags-wrapper .article--tags a {
    position: absolute;
    top: 0.5em; }

.off-canvas-wrapper .article-detail .article--tags {
  padding: 1em 0; }
  .off-canvas-wrapper .article-detail .article--tags .field-item {
    display: inline-block;
    padding: 5px 0;
    margin-right: -5px; }
  .off-canvas-wrapper .article-detail .article--tags a {
    margin: 1px;
    padding: 8px 16px;
    font-weight: 900;
    line-height: 19px;
    color: #FFFFFF;
    background-color: #1BB1BE;
    text-transform: none; }
  .off-canvas-wrapper .article-detail .article--tags a:hover {
    background-color: #3697DB; }

.off-canvas-wrapper .article--about-author {
  text-align: center;
  padding: 1em 0; }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .article--about-author {
      text-align: left; } }

.off-canvas-wrapper article.person-author {
  clear: both;
  margin-bottom: 6em; }

.off-canvas-wrapper .taxonomy-term .views-row .node-list-view {
  margin-bottom: 2em; }

.off-canvas-wrapper .blog-page-view-content {
  background-color: #F8F8F8;
  padding: 2em 0; }
  .off-canvas-wrapper .blog-page-view-content .article--slider--item {
    padding: 0.1em; }
  .off-canvas-wrapper .blog-page-view-content .blog-page--btn-older {
    text-align: center;
    padding-top: 2em; }
    .off-canvas-wrapper .blog-page-view-content .blog-page--btn-older .button {
      background-color: #4C4D46; }
    .off-canvas-wrapper .blog-page-view-content .blog-page--btn-older .button:hover,
    .off-canvas-wrapper .blog-page-view-content .blog-page--btn-older .button:focus,
    .off-canvas-wrapper .blog-page-view-content .blog-page--btn-older .button:active {
      background-color: #2B2058; }

.off-canvas-wrapper .article {
  position: relative; }
  .off-canvas-wrapper .article .h4 {
    margin: 0; }

.off-canvas-wrapper .blog--entry {
  margin: 0 !important;
  padding: 15px; }
  .off-canvas-wrapper .blog--entry .field-item {
    position: relative;
    width: 100%; }
    .off-canvas-wrapper .blog--entry .field-item:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .off-canvas-wrapper .blog--entry .field-item .img-container {
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      bottom: 0;
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }

.off-canvas-wrapper .articles-news .view-mode-slider_item.blog--entry h3 {
  margin-top: 0.5em; }

@media print, screen and (min-width: 48em) {
  .off-canvas-wrapper .articles-news .view-mode-slider_item.blog--entry h3 {
    margin-top: 0; } }

.off-canvas-wrapper .node-title {
  color: #43396B;
  font-weight: 700; }

.off-canvas-wrapper .article--author, .off-canvas-wrapper .article--date {
  margin: 0;
  font-weight: 700;
  line-height: 35px; }

.off-canvas-wrapper .article--date {
  color: #4C4D46; }

.off-canvas-wrapper .article--author {
  margin-bottom: 8px; }

.off-canvas-wrapper .article--links {
  font-family: 'Roboto', sans-serif;
  list-style: none;
  font-size: 13px;
  color: #43396B;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 17px; }
  .off-canvas-wrapper .article--links:hover {
    color: #6F2668; }

.off-canvas-wrapper .article--wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.off-canvas-wrapper .blog--buttons {
  text-align: center;
  padding-top: 40px; }

.off-canvas-wrapper .blog--buttons--left,
.off-canvas-wrapper .blog--buttons--right {
  background-color: #4C4D46; }

.off-canvas-wrapper .spotlight--overlay--blog {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: background-color .25s ease-out, color .25s ease-out;
  -o-transition: background-color .25s ease-out, color .25s ease-out;
  transition: background-color .25s ease-out, color .25s ease-out;
  background: rgba(0, 0, 0, 0.5); }
  .off-canvas-wrapper .spotlight--overlay--blog:hover {
    background: rgba(0, 0, 0, 0.2); }

.off-canvas-wrapper .spotlight--text--blog {
  width: 100%; }
  .off-canvas-wrapper .spotlight--text--blog h3,
  .off-canvas-wrapper .spotlight--text--blog h3 span {
    color: #FFFFFF; }
  .off-canvas-wrapper .spotlight--text--blog .break {
    display: none; }

.off-canvas-wrapper .spotlight--text-more {
  padding-top: 1em;
  padding-bottom: 2em; }
  .off-canvas-wrapper .spotlight--text-more .learn-more-text {
    font-size: 15px;
    line-height: 17px;
    font-weight: 900;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif; }
    .off-canvas-wrapper .spotlight--text-more .learn-more-text:hover {
      color: #a1cce9; }

@media screen and (max-width: 640px) {
  .off-canvas-wrapper .off-canvas-content .block-blogpagebody {
    width: 100%; } }

.blog-page-view {
  margin: 0; }

.blog-page-view-content .views-exposed-form {
  display: none; }

.blog-page-view-content .pager {
  list-style: none;
  margin: 2em 0 0;
  padding: 0; }
  .blog-page-view-content .pager .pager__item {
    text-align: center; }

.off-canvas-wrapper .breadcrumbs {
  padding-top: 1.7em;
  line-height: 0; }

.off-canvas-wrapper .breadcrumbs li {
  padding: 0 2px; }
  .off-canvas-wrapper .breadcrumbs li:first-child a {
    color: #080708; }
  .off-canvas-wrapper .breadcrumbs li:nth-child(1n+2) a {
    color: #808285; }
  .off-canvas-wrapper .breadcrumbs li:last-child a {
    color: #2B0D7E; }

.off-canvas-wrapper .breadcrumbs li::after {
  margin: 0 2px;
  font-size: 16px;
  font-weight: 700;
  color: #808285; }

.off-canvas-wrapper .breadcrumbs li a {
  text-transform: none;
  font-weight: 700;
  text-decoration: none; }

.share-region {
  margin: 0 -.5em;
  padding: 0 0 1em; }
  .share-region > div {
    display: inline-block; }
    .share-region > div a {
      font-style: italic; }
  .share-region .give-button-wrapper {
    float: right;
    padding-right: 7.5em; }
  .share-region .share-content-wrapper {
    float: right; }
  .share-region .give.button,
  .share-region .share.button {
    font-size: 1em;
    font-style: normal;
    font-weight: 900;
    padding: .69em 1.4em;
    text-transform: uppercase; }
  .share-region .give.button {
    background-color: #1BB1BE;
    margin-left: 0 0 0 1em; }
    .share-region .give.button:hover {
      background-color: #2B2058; }

.off-canvas-wrapper .card {
  border: none;
  border-radius: 10px;
  background-color: #F1F1F1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 1rem; }
  .off-canvas-wrapper .card .index {
    display: none; }
  .off-canvas-wrapper .card .image {
    width: 100%;
    height: auto; }
    .off-canvas-wrapper .card .image img {
      width: 100%; }
  .off-canvas-wrapper .card .details {
    padding: 1rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .off-canvas-wrapper .card .tag {
    font-weight: bold;
    font-size: 1rem; }
  .off-canvas-wrapper .card .title {
    font-size: 1.2rem;
    font-family: 'Roboto Slab';
    font-weight: 700;
    color: #43396B;
    text-transform: none;
    margin-bottom: 1rem;
    text-decoration: underline;
    display: inline-block; }
  .off-canvas-wrapper .card .teaser {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 16px;
    line-height: 24px; }

.off-canvas-wrapper .glide .card .image {
  overflow: hidden;
  height: 100%;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s; }

.off-canvas-wrapper .glide .card .details .teaser {
  height: 0px;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s; }

.off-canvas-wrapper .glide .card .index {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  border-radius: 1.5rem;
  font-size: 1rem;
  padding: 0.35rem 0.75rem;
  display: block;
  color: #FFFFFF;
  font-family: 'Roboto';
  font-weight: normal; }

.off-canvas-wrapper .hide-image .card .image {
  display: none; }

.off-canvas-wrapper .hide-teaser .card .details .teaser {
  display: none; }

.off-canvas-wrapper .contact-us .central--title {
  padding-top: 50px;
  text-transform: none; }

.off-canvas-wrapper .contact-us .description {
  color: #4C4D46;
  padding-bottom: 50px;
  text-align: center; }

.off-canvas-wrapper .contact-us .charity {
  color: #4C4D46;
  padding-bottom: 50px;
  text-align: center; }
  .off-canvas-wrapper .contact-us .charity a {
    color: #43396B;
    text-decoration: underline; }
    .off-canvas-wrapper .contact-us .charity a:hover {
      color: #2B2058; }

.off-canvas-wrapper .contact-us .disclaimer {
  color: #4C4D46;
  font-style: italic;
  padding-bottom: 70px;
  padding-top: 50px;
  text-align: center; }
  .off-canvas-wrapper .contact-us .disclaimer a {
    color: #43396B;
    text-decoration: underline; }
    .off-canvas-wrapper .contact-us .disclaimer a:hover {
      color: #2B2058; }

.off-canvas-wrapper .contact-us .contact-info {
  padding-left: 2px;
  padding-right: 2px; }

.off-canvas-wrapper .contact-us .email,
.off-canvas-wrapper .contact-us .phone {
  line-height: 30px;
  margin-bottom: 0;
  width: 100%; }
  @media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .off-canvas-wrapper .contact-us .email,
    .off-canvas-wrapper .contact-us .phone {
      font-size: 1em; } }
  @media print, screen and (min-width: 64em) {
    .off-canvas-wrapper .contact-us .email,
    .off-canvas-wrapper .contact-us .phone {
      margin-bottom: 16px; } }

.off-canvas-wrapper .contact-us .email {
  background-color: #1BB1BE; }
  .off-canvas-wrapper .contact-us .email:hover {
    background-color: #2B2058; }

.off-canvas-wrapper .contact-us .icon {
  fill: #FFFFFF;
  height: 30px;
  vertical-align: bottom;
  width: 30px; }

#block-donorlistblock ul.tabs {
  margin-bottom: 1em;
  border: none; }
  #block-donorlistblock ul.tabs li {
    float: left;
    margin-right: 0; }
    #block-donorlistblock ul.tabs li a {
      font-size: 0.9em;
      color: #ffffff;
      padding: 0.5em;
      background-color: #3697DB;
      border: 1px solid #ffffff;
      display: inline-block; }
    #block-donorlistblock ul.tabs li a:hover {
      background-color: #2B2058; }
    #block-donorlistblock ul.tabs li a.active {
      background-color: #E7E7E7;
      color: #3697DB; }
    #block-donorlistblock ul.tabs li a.active:hover {
      background-color: #f8f8f8; }

@media screen and (max-width: 1200px) {
  #block-donorlistblock ul.tabs li {
    float: none;
    margin-right: 0; }
    #block-donorlistblock ul.tabs li a {
      display: block; }
      #block-donorlistblock ul.tabs li a.active::before {
        content: '>';
        color: #3697DB;
        font-weight: bold; } }

.scroll-top-wrapper a {
  font-weight: bold;
  padding: 0.5em;
  background-color: #3697DB;
  color: #ffffff;
  display: inline-block;
  margin: 1em 0; }
  .scroll-top-wrapper a::before {
    content: '^ '; }

#top-donor-list {
  padding: 0.5em 0; }

.views-infinite-scroll-content-wrapper ul li {
  list-style: none; }

.views-infinite-scroll-content-wrapper .views-row {
  margin-bottom: 0.5em; }

#block-donorlistblock div.search-link-header {
  text-align: right; }
  #block-donorlistblock div.search-link-header a {
    background: #1BB1BE;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #ffffff;
    font-weight: 900;
    padding: 0.5em;
    margin: 0.5em 0;
    width: 12em;
    display: inline-block;
    text-align: center; }
    #block-donorlistblock div.search-link-header a:hover {
      background-color: #2B2058;
      text-decoration: underline; }

.donor-block-style .views-field-field-tribute-text,
.field-name-field-tribute-text {
  font-style: italic; }

.donor-block-style {
  line-height: 19px;
  font-weight: 500; }
  .donor-block-style img {
    margin: 0 1em 1em 1em; }
    .donor-block-style img.align-right {
      margin-right: 0; }
    .donor-block-style img.align-left {
      margin-left: 0; }
  .donor-block-style blockquote p {
    color: #433A6A; }

.off-canvas-wrapper .factoid .h5 {
  font-style: normal;
  font-family: 'Roboto Slab';
  text-align: center;
  text-transform: none;
  font-size: 60px;
  line-height: 36px;
  color: #3697DB;
  font-weight: 700; }

.off-canvas-wrapper .factoid .description {
  padding-bottom: 1.5rem;
  font-size: 20px;
  line-height: 32px;
  text-align: center; }

.off-canvas-wrapper .spotlights {
  text-align: center;
  color: white; }
  .off-canvas-wrapper .spotlights .button {
    margin-top: 15px; }
    .off-canvas-wrapper .spotlights .button:hover {
      text-decoration: underline; }
  .off-canvas-wrapper .spotlights .break {
    display: block; }

.off-canvas-wrapper .spotlight {
  min-height: 179px;
  height: 100%;
  padding: 0.5px; }
  .off-canvas-wrapper .spotlight > a:hover {
    text-decoration: none; }

@media print, screen and (min-width: 64em) {
  .off-canvas-wrapper .spotlight_blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.off-canvas-wrapper .spotlight_blocks .columns {
  padding-left: 0;
  padding-right: 0; }

.off-canvas-wrapper .spotlight--overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.off-canvas-wrapper a .spotlight--container {
  height: 100%;
  width: 100%;
  color: #ffffff; }

.off-canvas-wrapper .spotlight--container {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }

.off-canvas-wrapper .spotlight--text {
  width: 100%;
  padding: 1em; }
  .off-canvas-wrapper .spotlight--text .break {
    display: none; }

.off-canvas-wrapper .articles-news .node-title {
  text-transform: none; }

.off-canvas-wrapper .articles-news .article--date {
  color: #939598;
  font-weight: 700; }
  @media screen and (min-width: 640px) {
    .off-canvas-wrapper .articles-news .article--date {
      margin-bottom: 12px; } }

.off-canvas-wrapper .articles-news .central--title .block-title {
  text-transform: none; }

.off-canvas-wrapper .articles-news .blog--buttons--right {
  background-color: #4C4D46; }

.off-canvas-wrapper .articles-news .blog--buttons--right:hover {
  background: #2B2058; }

.off-canvas-wrapper .featured-article--title a {
  font-size: 22px;
  font-weight: 900;
  line-height: 22px;
  color: #FFFFFF;
  text-shadow: 0 0 10px #444; }

.off-canvas-wrapper .generic-card {
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 1rem; }
  .off-canvas-wrapper .generic-card .field-name-field-title {
    font-size: 28px;
    font-family: 'Roboto Slab';
    color: #3697DB;
    font-weight: bold;
    line-height: 31px; }
  .off-canvas-wrapper .generic-card .field-name-field-subtitle {
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 32px;
    color: #0A0A0A; }

.glide .glide__track {
  margin: 0 45px; }

.glide .controls {
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 100%; }
  .glide .controls .next,
  .glide .controls .prev {
    display: block; }
    .glide .controls .next::before,
    .glide .controls .prev::before {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: #2e74b0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      opacity: 1;
      padding: 35px 20px;
      position: absolute;
      width: 50px;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer;
      font-family: 'Font Awesome 6 Free';
      color: #FFFFFF;
      font-size: 36px; }
    .glide .controls .next:hover::before,
    .glide .controls .prev:hover::before {
      background-color: #43396B; }
  .glide .controls .next:before {
    content: "\f054";
    right: 0; }
  .glide .controls .prev:before {
    content: "\f053"; }

@media screen and (min-width: 768px) {
  .hero-special-message-scrolling {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9; } }

.off-canvas-wrapper .hero-special-message {
  background-color: #43396B;
  padding-right: 0; }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .hero-special-message {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .off-canvas-wrapper .hero-special-message .hero-special-message--message {
    padding: 1.5em 0;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media print, screen and (min-width: 48em) {
      .off-canvas-wrapper .hero-special-message .hero-special-message--message {
        width: auto; } }
    .off-canvas-wrapper .hero-special-message .hero-special-message--message .message {
      font-size: 1em;
      color: #FFFFFF;
      line-height: 1;
      margin-bottom: 0; }
      .off-canvas-wrapper .hero-special-message .hero-special-message--message .message strong {
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block; }
  .off-canvas-wrapper .hero-special-message .hero-special-message--button {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding-right: 0; }
    @media print, screen and (min-width: 48em) {
      .off-canvas-wrapper .hero-special-message .hero-special-message--button {
        width: auto; } }
  .off-canvas-wrapper .hero-special-message .hero-special-message--link {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: 95%;
        -ms-flex-preferred-size: 95%;
            flex-basis: 95%;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    .off-canvas-wrapper .hero-special-message .hero-special-message--link a.button {
      height: 100%;
      width: 100%;
      margin: 0;
      font-weight: 700;
      font-size: 1em;
      text-transform: uppercase;
      line-height: 1;
      background: #1BB1BE;
      padding: 1.5em 2.5em; }
  .off-canvas-wrapper .hero-special-message .hero-special-message--close {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: 5%;
        -ms-flex-preferred-size: 5%;
            flex-basis: 5%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
    .off-canvas-wrapper .hero-special-message .hero-special-message--close a {
      font-weight: 700;
      font-size: 1em;
      line-height: 22px;
      color: #808285;
      position: relative; }
    .off-canvas-wrapper .hero-special-message .hero-special-message--close .icon {
      position: absolute;
      top: 50%;
      left: 0.5em;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 1.3em;
      width: 1.3em;
      fill: #808285; }
      @media print, screen and (min-width: 48em) {
        .off-canvas-wrapper .hero-special-message .hero-special-message--close .icon {
          left: 1.2em; } }

.off-canvas-wrapper .hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  color: #43396B; }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .hero {
      height: 50vw; } }
  @media print, screen and (min-width: 64em) {
    .off-canvas-wrapper .hero {
      height: 36.66%;
      margin-bottom: 60px; } }
  .off-canvas-wrapper .hero img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .off-canvas-wrapper .hero .text {
    text-align: center;
    width: 100%;
    padding: 10px 20px 30px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px; }
    @media print, screen and (min-width: 48em) {
      .off-canvas-wrapper .hero .text {
        position: absolute;
        width: 40%;
        margin: 0 20px; } }
    @media screen and (min-width: 75em) {
      .off-canvas-wrapper .hero .text {
        margin: 0 50px; } }
    .off-canvas-wrapper .hero .text .subtitle {
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      text-align: center; }
    .off-canvas-wrapper .hero .text .button {
      font-weight: 700; }
      .off-canvas-wrapper .hero .text .button:hover {
        color: #FFFFFF;
        background-color: #43396B; }
    .off-canvas-wrapper .hero .text h1 {
      text-align: center; }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .hero .overlay {
      inset: 0;
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .off-canvas-wrapper .hero .overlay.text-right {
        -webkit-box-pack: right;
        -webkit-justify-content: right;
            -ms-flex-pack: right;
                justify-content: right; }
      .off-canvas-wrapper .hero .overlay.text-left {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
            -ms-flex-pack: left;
                justify-content: left; }
      .off-canvas-wrapper .hero .overlay.light {
        background-color: rgba(10, 10, 10, 0.2); }
      .off-canvas-wrapper .hero .overlay.dark {
        background-color: rgba(10, 10, 10, 0.6); }
        .off-canvas-wrapper .hero .overlay.dark .text {
          color: #FFFFFF; }
          .off-canvas-wrapper .hero .overlay.dark .text h1 {
            color: #FFFFFF; }
      .off-canvas-wrapper .hero .overlay.none {
        background-color: transparent; } }

body:not(.path-frontpage) .off-canvas-wrapper .hero .overlay .text {
  color: #FFFFFF; }
  body:not(.path-frontpage) .off-canvas-wrapper .hero .overlay .text h1 {
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(10, 10, 10, 0.6); }

.off-canvas-wrapper .horizontal--alert {
  background: #43396B;
  color: white;
  width: 100%;
  margin: 0px;
  text-align: center;
  padding: 8px 0 10px; }

.off-canvas-wrapper .horizontal--alert--text {
  padding: 12px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.off-canvas-wrapper .horizontal--alert--buttons {
  padding: 0; }

.off-canvas-wrapper .horizontal--alert--button {
  position: relative;
  margin-top: 5px;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap; }

.off-canvas-wrapper .horizontal--alert--close {
  padding: 12px;
  display: none; }
  .off-canvas-wrapper .horizontal--alert--close .icon {
    max-width: none; }
    .off-canvas-wrapper .horizontal--alert--close .icon .path {
      fill: white; }
  .off-canvas-wrapper .horizontal--alert--close .icon-ie {
    height: 32px;
    min-width: 32px; }

.off-canvas-wrapper .horizontal--alert--title {
  text-transform: uppercase;
  font-weight: 800; }
  .off-canvas-wrapper .horizontal--alert--title .break {
    display: block; }

.off-canvas-wrapper .horizontal--alert--subtitle {
  font-weight: 600; }

.off-canvas-wrapper .icon-link {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .off-canvas-wrapper .icon-link:nth-child(1) .icon {
    fill: #43396B; }
  .off-canvas-wrapper .icon-link:nth-child(2) .icon {
    fill: #1BB1BE; }
  .off-canvas-wrapper .icon-link:nth-child(3) .icon {
    fill: #2B2058; }
  .off-canvas-wrapper .icon-link:nth-child(4) .icon {
    fill: #3697DB; }

.image-hover-text .image-hover-text--image {
  height: 25vw;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden; }
  @media print, screen and (min-width: 48em) {
    .image-hover-text .image-hover-text--image {
      height: 20vw; } }

.image-hover-text .image-hover-text--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  visibility: hidden;
  height: 100%;
  width: 100%;
  padding: 0.5em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
  top: 100%; }
  .image-hover-text .image-hover-text--text span {
    text-align: center;
    color: #FFFFFF; }

.image-hover-text .image-hover-text--image:hover .image-hover-text--text {
  visibility: visible;
  top: 0; }

.off-canvas-wrapper .images-wall > .row > .column .wall-item .wall-item-content:before {
  border-bottom: none; }

.off-canvas-wrapper .images-wall > .row > .column > .row:last-of-type .wall-item .wall-item-content:before {
  border-bottom: none; }

.off-canvas-wrapper .images-wall .row:after {
  display: none; }

.off-canvas-wrapper .images-wall .wall-item {
  position: relative;
  overflow: hidden; }
  .off-canvas-wrapper .images-wall .wall-item .wall-item-content {
    position: relative; }
    .off-canvas-wrapper .images-wall .wall-item .wall-item-content:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border: 1px solid #fff; }
    .off-canvas-wrapper .images-wall .wall-item .wall-item-content img {
      width: 100%; }
  .off-canvas-wrapper .images-wall .wall-item .wall-item-footer {
    background-color: rgba(10, 10, 10, 0);
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 2px;
    right: 2px;
    padding: 30px;
    -webkit-box-sizing: none;
            box-sizing: none;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    .off-canvas-wrapper .images-wall .wall-item .wall-item-footer p {
      color: #FFFFFF; }
    @media print, screen and (max-width: 47.99875em) {
      .off-canvas-wrapper .images-wall .wall-item .wall-item-footer {
        padding: 20px; } }
    @media print, screen and (max-width: 63.99875em) {
      .off-canvas-wrapper .images-wall .wall-item .wall-item-footer {
        background-color: rgba(10, 10, 10, 0.6);
        bottom: 0px; } }
    .off-canvas-wrapper .images-wall .wall-item .wall-item-footer .item--details {
      opacity: 0;
      -webkit-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      @media print, screen and (max-width: 63.99875em) {
        .off-canvas-wrapper .images-wall .wall-item .wall-item-footer .item--details {
          opacity: 1; } }
    .off-canvas-wrapper .images-wall .wall-item .wall-item-footer h3 {
      font-family: 'Roboto',sans-serif;
      font-weight: 700;
      font-size: 1.457vw;
      text-align: left;
      opacity: 1;
      text-transform: none;
      text-shadow: 0px 0px 2px #0A0A0A;
      color: #FFFFFF; }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .off-canvas-wrapper .images-wall .wall-item .wall-item-footer h3 {
          font-size: 28px; } }
      @media print, screen and (max-width: 47.99875em) {
        .off-canvas-wrapper .images-wall .wall-item .wall-item-footer h3 {
          font-size: 18px; } }
      .off-canvas-wrapper .images-wall .wall-item .wall-item-footer h3 p {
        margin-bottom: unset;
        font-size: inherit;
        line-height: unset;
        color: #FFFFFF; }
    .off-canvas-wrapper .images-wall .wall-item .wall-item-footer h3 + .btns-wrapper {
      margin-top: 20px; }
      @media print, screen and (max-width: 47.99875em) {
        .off-canvas-wrapper .images-wall .wall-item .wall-item-footer h3 + .btns-wrapper {
          margin-top: 10px; } }
    .off-canvas-wrapper .images-wall .wall-item .wall-item-footer p {
      font-size: 0.855vw;
      -webkit-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      @media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
        .off-canvas-wrapper .images-wall .wall-item .wall-item-footer p {
          font-size: unset; } }
      @media print, screen and (max-width: 47.99875em) {
        .off-canvas-wrapper .images-wall .wall-item .wall-item-footer p {
          font-size: 15px;
          line-height: normal; } }
    @media print, screen and (max-width: 63.99875em) {
      .off-canvas-wrapper .images-wall .wall-item .wall-item-footer .field-name-field-flex-grid-summary {
        overflow: hidden;
        max-height: 55px;
        margin-bottom: 10px; }
        .off-canvas-wrapper .images-wall .wall-item .wall-item-footer .field-name-field-flex-grid-summary p {
          font-size: 12px; } }
    .off-canvas-wrapper .images-wall .wall-item .wall-item-footer .btns-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .off-canvas-wrapper .images-wall .wall-item .wall-item-footer .btns-wrapper .field-type-link + .field-type-link {
        margin-left: 10px; }
      .off-canvas-wrapper .images-wall .wall-item .wall-item-footer .btns-wrapper .field-type-link a {
        font-weight: 800;
        line-height: 1.1em;
        text-transform: uppercase;
        padding: 0.54vw;
        width: unset;
        display: block;
        font-size: 0.84vw;
        background: #2199e8;
        color: #fff;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        @media print, screen and (max-width: 63.99875em) {
          .off-canvas-wrapper .images-wall .wall-item .wall-item-footer .btns-wrapper .field-type-link a {
            padding: 7px;
            font-size: 12px; } }
        .off-canvas-wrapper .images-wall .wall-item .wall-item-footer .btns-wrapper .field-type-link a:hover {
          background: #6F2668;
          text-decoration: none; }
  .off-canvas-wrapper .images-wall .wall-item:focus .wall-item-footer,
  .off-canvas-wrapper .images-wall .wall-item:hover .wall-item-footer {
    background-color: rgba(10, 10, 10, 0.6);
    bottom: 0;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    .off-canvas-wrapper .images-wall .wall-item:focus .wall-item-footer .item--details,
    .off-canvas-wrapper .images-wall .wall-item:hover .wall-item-footer .item--details {
      opacity: 1; }

.off-canvas-wrapper .factoids {
  text-align: center;
  color: #43396B; }
  .off-canvas-wrapper .factoids .slick-track {
    margin: 0 auto; }
  .off-canvas-wrapper .factoids .description {
    color: #4C4D46; }
  .off-canvas-wrapper .factoids .icon {
    margin: 50px 0 15px;
    height: 110px;
    min-width: 110px;
    width: auto; }
  .off-canvas-wrapper .factoids .break {
    display: block; }

.off-canvas-wrapper .factoids--items {
  margin-bottom: 100px; }
  .off-canvas-wrapper .factoids--items .h5 {
    margin: 0px 10px;
    text-transform: none; }
    @media print, screen and (min-width: 48em) {
      .off-canvas-wrapper .factoids--items .h5 {
        width: 68%; } }

.off-canvas-wrapper .factoids--item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .off-canvas-wrapper .factoids--item:nth-child(1) .icon {
    fill: #43396B; }
  .off-canvas-wrapper .factoids--item:nth-child(2) .icon {
    fill: #1BB1BE; }
  .off-canvas-wrapper .factoids--item:nth-child(3) .icon {
    fill: #2B2058; }
  .off-canvas-wrapper .factoids--item:nth-child(4) .icon {
    fill: #3697DB; }

.off-canvas-wrapper .node-job-full .node-title {
  text-transform: none; }

.off-canvas-wrapper .node-job-full .field-label {
  font-weight: bold; }

.off-canvas-wrapper .node-job-full .field {
  margin-bottom: .5em; }

.off-canvas-wrapper #views-view-job-page .views-exposed-form label {
  font-weight: bold; }

.off-canvas-wrapper #views-view-job-page .node-job-list .field-label {
  font-weight: bold; }

.off-canvas-wrapper #views-view-job-page .node-job-list .field {
  margin-bottom: .5em; }

.off-canvas-wrapper #views-view-job-page .views-row {
  margin-bottom: 3em; }

.off-canvas-wrapper .landing-page .main--slider--item {
  height: 30vh;
  min-height: 400px;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }
  .off-canvas-wrapper .landing-page .main--slider--item.empty-slide {
    background-color: #1BB1BE;
    background-image: url("/themes/foundation_cdcf/images/empty-slide-bg.jpg");
    -webkit-background-size: auto auto;
            background-size: auto;
    background-position: right 100px center;
    background-repeat: no-repeat; }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .landing-page .main--slider--item {
      height: 60vh;
      min-height: 600px; } }

.off-canvas-wrapper .landing-page .main--slider--text {
  padding-top: 6vh;
  padding-left: 6.5vw; }
  @media screen and (min-width: 40em) {
    .off-canvas-wrapper .landing-page .main--slider--text {
      padding-top: 7vh; } }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .landing-page .main--slider--text {
      padding-top: 30vh;
      padding-left: 12.5vw; } }

.off-canvas-wrapper .landing-page .landing-page-title {
  text-align: center;
  padding: 2em; }

.off-canvas-wrapper .landing-page .landing-page-synopsis {
  text-align: center; }

.off-canvas-wrapper .landing-page .node-title {
  text-transform: none; }

.spotlight .spotlight--container {
  -webkit-background-size: cover;
          background-size: cover; }

html {
  scroll-behavior: smooth; }
  html.no-js #main-menu .top-bar-right > ul.menu {
    top: 0; }
  html.no-js #main-menu ul.menu--item--list li a {
    font-size: 15px; }
  html.no-js #main-menu ul.submenu--item--list {
    display: none; }
  html.js #main-menu {
    display: none; }

.ui-widget-overlay {
  z-index: 90 !important; }

#block-herospecialmessageblock {
  padding-top: 2px; }

.views-infinite-scroll-content-wrapper h3 {
  margin: 1em 0 0.5em 0;
  padding-bottom: 0.5em; }

.consecutive::after {
  content: '';
  width: 13px;
  height: 16px;
  background-image: url("../images/consecutive-icon.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  padding-left: 1em;
  display: inline-block; }

.deceased::after {
  content: '^';
  width: 13px;
  height: 16px;
  padding-left: 0.3em;
  display: inline-block; }

.consecutive.deceased::after {
  width: 2em; }

header div.legend {
  margin: 0.5em 0; }

.ui-dialog-title {
  display: none; }

.ui-dialog-titlebar {
  background: transparent;
  border: none; }

.ui-dialog .ui-dialog-titlebar-close {
  right: 20px;
  top: 20px; }
  .ui-dialog .ui-dialog-titlebar-close:focus {
    outline: none; }

.ui-dialog-content {
  margin-top: 20px; }

.off-canvas-wrapper .navigation {
  width: 100%;
  z-index: 1;
  left: 0; }

.off-canvas-wrapper .top-bar-title {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .off-canvas-wrapper .top-bar-title span {
    margin: 0 0 0 15px; }

.off-canvas-wrapper .top-bar, .off-canvas-wrapper .top-bar ul {
  background-color: transparent; }

.off-canvas-wrapper .nav--background {
  height: 100px;
  background: #2B2058; }

.off-canvas-wrapper .nav--overlay {
  display: none;
  z-index: 2;
  width: 100%;
  height: 100px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color .25s ease-out, color .25s ease-out;
  -o-transition: background-color .25s ease-out, color .25s ease-out;
  transition: background-color .25s ease-out, color .25s ease-out;
  text-align: right;
  left: 0;
  top: 0; }
  .off-canvas-wrapper .nav--overlay button {
    margin: 30px 13.5px;
    display: none; }

.off-canvas-wrapper .nav--overlay .search--toggle, .off-canvas-wrapper .top-bar-title .search--toggle {
  right: 45px; }

.off-canvas-wrapper .nav--overlay .menu-icon--toggle, .off-canvas-wrapper .top-bar-title .menu-icon--toggle {
  right: 5px; }

.off-canvas-wrapper .top-bar-right ul.menu.menu--item--list.accordion-menu {
  background-color: #fff;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 195px;
  width: 100%; }
  .off-canvas-wrapper .top-bar-right ul.menu.menu--item--list.accordion-menu li a {
    color: #2B2058;
    font-size: 25px;
    font-weight: 900;
    line-height: 26px;
    padding: 25px; }
  .off-canvas-wrapper .top-bar-right ul.menu.menu--item--list.accordion-menu li ul.menu.submenu--item--list.submenu.is-accordion-submenu {
    background-color: #2B2058; }
    .off-canvas-wrapper .top-bar-right ul.menu.menu--item--list.accordion-menu li ul.menu.submenu--item--list.submenu.is-accordion-submenu li a {
      color: #fff;
      font-size: 16px;
      line-height: 23px;
      padding: 15px 25px; }

.off-canvas-wrapper .menu--nav {
  width: auto;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  float: right; }
  .off-canvas-wrapper .menu--nav .icon {
    height: 3em;
    width: 3em; }
  .off-canvas-wrapper .menu--nav .dropdown.menu > li.is-dropdown-submenu-parent > a:after, .off-canvas-wrapper .menu--nav .is-accordion-submenu-parent > a:after {
    content: none; }
  .off-canvas-wrapper .menu--nav .submenu.is-dropdown-submenu.first-sub.vertical, .off-canvas-wrapper .menu--nav .submenu.is-accordion-submenu {
    background: #0074B5;
    border: none; }

.off-canvas-wrapper .menu--item--list {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 70px;
  background: white; }
  .off-canvas-wrapper .menu--item--list li {
    display: list-item !important; }
    .off-canvas-wrapper .menu--item--list li:last-child:not(.is-submenu-item) a {
      background-color: #0074B5;
      color: white;
      font-size: 17px;
      padding: 1rem; }
      .off-canvas-wrapper .menu--item--list li:last-child:not(.is-submenu-item) a:hover {
        background-color: #43396B; }

.off-canvas-wrapper .menu--buttons .row {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #E7E7E7; }

.off-canvas-wrapper .accordion-menu {
  background: white !important; }
  .off-canvas-wrapper .accordion-menu .menu--item > a, .off-canvas-wrapper .accordion-menu .menu--item > a:hover {
    color: #43396B !important;
    padding: 25px;
    font-weight: 900;
    font-size: larger; }
  .off-canvas-wrapper .accordion-menu .submenu--item--list {
    padding: 15px 0; }

.off-canvas-wrapper .submenu--item--list {
  white-space: nowrap; }
  .off-canvas-wrapper .submenu--item--list li:hover, .off-canvas-wrapper .submenu--item--list li:active, .off-canvas-wrapper .submenu--item--list li:focus {
    background: #2B2058; }

.off-canvas-wrapper .search--panel {
  display: none;
  position: absolute;
  width: 100%;
  background: white;
  z-index: 1;
  left: 0;
  top: 0; }
  .off-canvas-wrapper .search--panel p {
    color: #83857A;
    font-weight: 700; }
  .off-canvas-wrapper .search--panel .columns {
    padding: 0; }
  .off-canvas-wrapper .search--panel .accordion {
    max-height: 350px;
    overflow: overlay; }
  .off-canvas-wrapper .search--panel .accordion-content {
    font-weight: 600;
    font-size: 0.9em; }
    .off-canvas-wrapper .search--panel .accordion-content ul {
      list-style: none;
      margin: 0; }
    .off-canvas-wrapper .search--panel .accordion-content a {
      color: #83857A; }
    .off-canvas-wrapper .search--panel .accordion-content a:hover {
      color: #43396B; }
  .off-canvas-wrapper .search--panel .accordion-title {
    background: #F8F8F8;
    color: #4C4D46;
    font-weight: 600;
    font-size: 1em; }
  .off-canvas-wrapper .search--panel .accordion-title:before {
    width: auto;
    top: 55%;
    right: 15px;
    border-color: transparent;
    content: url(../imgs/dropdown.png) !important; }

.off-canvas-wrapper .search--box--wrapper {
  position: relative;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; }

.off-canvas-wrapper .search--box {
  cursor: pointer; }
  .off-canvas-wrapper .search--box .search-field {
    height: 70px;
    padding: 20px 60px 20px 30px;
    border: none;
    font-size: 1.35em;
    margin: 10px 0 0; }
  .off-canvas-wrapper .search--box .icon {
    fill: #43396B;
    position: absolute;
    top: 27px;
    right: 25px; }
  .off-canvas-wrapper .search--box .search-field::-webkit-input-placeholder {
    font-weight: 700;
    color: #83857A;
    text-transform: uppercase; }
  .off-canvas-wrapper .search--box .search-field::-moz-placeholder {
    font-weight: 700;
    color: #83857A;
    text-transform: uppercase; }
  .off-canvas-wrapper .search--box .search-field::-ms-input-placeholder {
    font-weight: 700;
    color: #83857A;
    text-transform: uppercase; }
  .off-canvas-wrapper .search--box .search-field::placeholder {
    font-weight: 700;
    color: #83857A;
    text-transform: uppercase; }

.off-canvas-wrapper .filters--toggler {
  display: none; }
  .off-canvas-wrapper .filters--toggler .button {
    padding: 12px 0px;
    margin: 0;
    background: #F8F8F8;
    text-transform: uppercase;
    font-weight: 600;
    color: #43396B; }
  .off-canvas-wrapper .filters--toggler .button.button--filter {
    background: #F8F8F8;
    color: #43396B; }
  .off-canvas-wrapper .filters--toggler .button.button--apply {
    background: #2B2058;
    color: #F8F8F8; }

.off-canvas-wrapper .filters--wrapper {
  padding: 0 30px; }
  .off-canvas-wrapper .filters--wrapper .button {
    float: right;
    background: #F8F8F8;
    color: #6F2668;
    text-transform: uppercase;
    font-weight: 900; }

.off-canvas-wrapper .node-list-view {
  height: 250px; }
  @media print, screen and (min-width: 64em) {
    .off-canvas-wrapper .node-list-view {
      height: 350px; } }

.off-canvas-wrapper .program-list-view .node-list-title {
  padding-right: 1em; }

.off-canvas-wrapper .program-list-view .spotlight--text-more {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

.off-canvas-wrapper .program-list-view .initiative-text {
  font-style: italic;
  padding: 0.5em; }

.off-canvas-wrapper .node-list-title {
  text-align: center;
  padding-left: 1em; }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .node-list-title {
      text-align: left; } }
  .off-canvas-wrapper .node-list-title .h3 {
    color: #FFFFFF; }
  .off-canvas-wrapper .node-list-title span {
    color: #FFFFFF;
    display: inline-block; }

.off-canvas-wrapper .node-list-author {
  padding-left: 0; }
  .off-canvas-wrapper .node-list-author a {
    color: #FFFFFF; }
  .off-canvas-wrapper .node-list-author .separator {
    padding: 0 0.5em; }

.off-canvas-wrapper .node-list-author-name {
  text-decoration: underline; }

.off-canvas-wrapper .node-list-teaser-info {
  text-align: center;
  padding-right: 0; }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .node-list-teaser-info {
      text-align: right; } }

.node-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 0.5em;
  padding-right: 1.3em; }
  @media print, screen and (min-width: 48em) {
    .node-sidebar {
      padding-bottom: 1px;
      padding-right: 0; } }
  .node-sidebar .node-title {
    text-transform: none;
    font-size: 15px;
    line-height: 22px; }
    .node-sidebar .node-title a {
      color: #43396B; }
      .node-sidebar .node-title a:hover {
        color: #3697DB; }
  .node-sidebar .node-sidebar--image {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    height: 100px; }
  .node-sidebar .node-sidebar--info {
    padding: 0 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .node-sidebar .node-sidebar--info .node-title {
      text-align: left; }
    .node-sidebar .node-sidebar--info .article--author {
      padding: 0;
      margin: 0;
      font-size: 15px;
      line-height: 17px; }
      .node-sidebar .node-sidebar--info .article--author span {
        color: #808285; }

.sidebar {
  padding-bottom: 1em;
  margin-bottom: 8px; }
  .sidebar .views-row:first-child {
    border-top: 1px solid #F8F8F8;
    border-bottom: 1px solid #F8F8F8; }
  .sidebar .views-row:nth-child(2n) {
    background-color: #F8F8F8; }
  .sidebar .article-list-title {
    color: #43396B;
    font-size: 17px;
    line-height: 19px;
    padding-bottom: 0.5em;
    font-weight: 700;
    text-transform: none; }

.off-canvas-wrapper .options-signup {
  height: 12.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%; }
  .off-canvas-wrapper .options-signup .button {
    font-weight: 900;
    margin: 0;
    width: 280px; }
  .off-canvas-wrapper .options-signup .dropdown.menu > li.is-dropdown-submenu-parent > a:after {
    width: auto;
    top: 25%;
    right: 12px;
    border-color: transparent;
    content: url(../imgs/dropdown.png); }

.off-canvas-wrapper .options-signup--button {
  display: inline-block;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.off-canvas-wrapper .options-signup--inputs {
  display: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0;
  position: relative;
  width: 100%; }
  .off-canvas-wrapper .options-signup--inputs input {
    display: inline;
    height: 48px;
    font-size: 1.35em;
    font-weight: 700; }
  .off-canvas-wrapper .options-signup--inputs .button {
    width: auto;
    padding: 10px;
    text-transform: uppercase; }
  .off-canvas-wrapper .options-signup--inputs .input-group-field {
    width: 228px;
    padding: 20px;
    color: #4C4D46;
    background: #E7E7E7;
    font-size: 16px; }
  .off-canvas-wrapper .options-signup--inputs .input-group-field::-webkit-input-placeholder {
    color: #83857A;
    text-transform: uppercase; }
  .off-canvas-wrapper .options-signup--inputs .input-group-field::-moz-placeholder {
    color: #83857A;
    text-transform: uppercase; }
  .off-canvas-wrapper .options-signup--inputs .input-group-field::-ms-input-placeholder {
    color: #83857A;
    text-transform: uppercase; }
  .off-canvas-wrapper .options-signup--inputs .input-group-field::placeholder {
    color: #83857A;
    text-transform: uppercase; }
  .off-canvas-wrapper .options-signup--inputs .signup {
    color: rgba(255, 255, 255, 0.3); }
    .off-canvas-wrapper .options-signup--inputs .signup.active {
      color: white; }
  .off-canvas-wrapper .options-signup--inputs .signup:hover, .off-canvas-wrapper .options-signup--inputs .signup:active, .off-canvas-wrapper .options-signup--inputs .signup:focus {
    background: #3697DB;
    color: white; }
  .off-canvas-wrapper .options-signup--inputs .error {
    color: #F22B29;
    font-size: 0.69em;
    left: 50%;
    margin-left: -59px;
    position: absolute;
    visibility: hidden; }

.off-canvas-wrapper .options-signup--elem {
  display: none; }

.off-canvas-wrapper .options-signup--item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 12px; }

.off-canvas-wrapper .options-signup--back {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: #83857A;
  font-size: 1.4em;
  font-weight: 700;
  margin-right: 10px;
  text-transform: uppercase; }
  .off-canvas-wrapper .options-signup--back:hover {
    color: #2B2058; }

.off-canvas-wrapper .options-signup--submit {
  background: #43396B; }

.off-canvas-wrapper .options-signup--options {
  margin: 0; }

.off-canvas-wrapper .options-signup--options--list {
  width: 100%;
  border: none;
  border-top: 1px solid white; }

.off-canvas-wrapper .options-signup--options--list--item {
  margin-bottom: 1px; }
  .off-canvas-wrapper .options-signup--options--list--item a {
    background-color: #F22B29;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 15px 0 !important;
    text-transform: uppercase;
    width: auto; }
  .off-canvas-wrapper .options-signup--options--list--item:nth-child(1) a, .off-canvas-wrapper .options-signup--options--list--item:nth-child(4) a, .off-canvas-wrapper .options-signup--options--list--item:nth-child(7) a {
    background-color: #1BB1BE; }
  .off-canvas-wrapper .options-signup--options--list--item:nth-child(2) a, .off-canvas-wrapper .options-signup--options--list--item:nth-child(5) a, .off-canvas-wrapper .options-signup--options--list--item:nth-child(8) a {
    background-color: #3697DB; }
  .off-canvas-wrapper .options-signup--options--list--item:nth-child(3) a, .off-canvas-wrapper .options-signup--options--list--item:nth-child(6) a, .off-canvas-wrapper .options-signup--options--list--item:nth-child(9) a {
    background-color: #939598; }

.off-canvas-wrapper a.donate.button--large:hover {
  background: #2B2058; }

.off-canvas-wrapper a.donate.button--large:active, .off-canvas-wrapper a.donate.button--large:focus {
  outline: none;
  background: #2B2058; }

.paragraph-about-cdcf .node-title {
  text-transform: none;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700; }

.paragraph-about-cdcf .about-the-cdcf--body {
  font-style: italic; }

.off-canvas-wrapper .paragraph--type--accordion-set {
  margin: 2em auto;
  clear: both; }
  .off-canvas-wrapper .paragraph--type--accordion-set.collapse-top-margin {
    margin-top: -1em; }
  .off-canvas-wrapper .paragraph--type--accordion-set h3.accordion-title {
    text-transform: none;
    color: #0A0A0A;
    border: none;
    padding: 1em; }
    .off-canvas-wrapper .paragraph--type--accordion-set h3.accordion-title:before {
      display: none; }
    .off-canvas-wrapper .paragraph--type--accordion-set h3.accordion-title.ui-state-active .ui-icon {
      background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_555555_256x240.png); }
    .off-canvas-wrapper .paragraph--type--accordion-set h3.accordion-title.ui-state-active,
    .off-canvas-wrapper .paragraph--type--accordion-set h3.accordion-title.ui-widget-content .ui-state-active,
    .off-canvas-wrapper .paragraph--type--accordion-set h3.accordion-title.ui-widget-header .ui-state-active, .off-canvas-wrapper .paragraph--type--accordion-set h3.accordion-titlea.ui-button:active, .off-canvas-wrapper .paragraph--type--accordion-set h3.accordion-title.ui-button:active, .off-canvas-wrapper .paragraph--type--accordion-set h3.accordion-title.ui-button.ui-state-active:hover {
      background-color: #f6f6f6; }
  .off-canvas-wrapper .paragraph--type--accordion-set :last-child:not(.is-active) > h3.accordion-title {
    border: none; }
  .off-canvas-wrapper .paragraph--type--accordion-set .ui-widget-content {
    border: 1px solid #f6f6f6; }

.paragraph--type--article-list {
  padding-bottom: 1em; }
  .paragraph--type--article-list .article-list-title {
    color: #43396B;
    font-size: 15px;
    line-height: 17px;
    padding-bottom: 0.5em;
    font-weight: 700;
    text-transform: none; }
  .paragraph--type--article-list .more-link {
    text-align: center;
    padding-bottom: 1em; }
    .paragraph--type--article-list .more-link a {
      color: #808285;
      font-size: 15px;
      line-height: 17px;
      text-transform: uppercase;
      font-weight: 700; }
      .paragraph--type--article-list .more-link a:hover {
        color: #43396B; }
  .paragraph--type--article-list .article--wrapper ul {
    list-style: none;
    margin-bottom: 8px;
    border-top: 1px solid #F8F8F8;
    border-bottom: 1px solid #F8F8F8; }
    .paragraph--type--article-list .article--wrapper ul li:nth-child(2n) {
      background-color: #F8F8F8; }
  .paragraph--type--article-list .sidebar-article-list-title {
    text-transform: none; }

.off-canvas-wrapper .paragraph-featured-image {
  padding-bottom: 1em; }

.off-canvas-wrapper .featured-image--image img {
  width: 100%; }

.off-canvas-wrapper .featured-image--image:hover .featured-image--image--share {
  visibility: visible; }

.off-canvas-wrapper .featured-image--image .featured-image--image--share {
  position: absolute;
  width: 50px;
  height: 50px;
  visibility: hidden;
  margin-top: 20px;
  margin-left: 20px;
  background-image: url(../imgs/right-arrow-share.png); }
  .off-canvas-wrapper .featured-image--image .featured-image--image--share:hover {
    cursor: pointer; }

.off-canvas-wrapper .paragraph-featured-video {
  padding-bottom: 1em; }

.off-canvas-wrapper .featured-video--title {
  text-transform: none;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700; }

.paragraph-features {
  padding: 2em 0; }
  .paragraph-features .paragraph-feature {
    padding: 1px; }
    .paragraph-features .paragraph-feature .spotlight--text--blog {
      padding: 2em; }

.off-canvas-wrapper .paragraph--type--funding-progress {
  margin: 2em 0;
  color: #43396B;
  font-weight: bold; }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .paragraph--type--funding-progress .current-funding {
      text-align: right; } }
  .off-canvas-wrapper .paragraph--type--funding-progress .target-funding {
    text-align: right; }
    @media print, screen and (min-width: 48em) {
      .off-canvas-wrapper .paragraph--type--funding-progress .target-funding {
        text-align: left; } }
    .off-canvas-wrapper .paragraph--type--funding-progress .target-funding.no-progress {
      text-align: center; }
  .off-canvas-wrapper .paragraph--type--funding-progress .field-label {
    font-size: 0.8em; }
    .off-canvas-wrapper .paragraph--type--funding-progress .field-label::after {
      content: ":"; }
  .off-canvas-wrapper .paragraph--type--funding-progress .field-type-integer .field-item {
    font-size: 1.5em; }
  .off-canvas-wrapper .paragraph--type--funding-progress .progress {
    margin-top: 1em;
    border-radius: 0.5rem;
    background-color: #E7E7E7; }
  .off-canvas-wrapper .paragraph--type--funding-progress .progress-meter {
    border-radius: 0.5rem;
    background-color: #1BB1BE; }
  .off-canvas-wrapper .paragraph--type--funding-progress .link {
    text-align: center; }
    .off-canvas-wrapper .paragraph--type--funding-progress .link .button.share {
      display: inline-block;
      margin: 1em auto; }
      .off-canvas-wrapper .paragraph--type--funding-progress .link .button.share a {
        color: #FFFFFF; }

.off-canvas-wrapper .paragraph-image-caption {
  padding-bottom: 1em; }

.off-canvas-wrapper .image-caption--image img {
  width: 100%; }

.off-canvas-wrapper .image-caption--caption {
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  color: #808285;
  padding: 0.8em 0; }

.paragraph-image-hover-text {
  padding: 2em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .paragraph-image-hover-text .image-with-hover {
    padding: 0 1px; }

.off-canvas-wrapper .infographic--slider {
  padding-bottom: 1em; }
  .off-canvas-wrapper .infographic--slider .slick-prev,
  .off-canvas-wrapper .infographic--slider .slick-next {
    margin-top: -46.5px; }
    .off-canvas-wrapper .infographic--slider .slick-prev::before,
    .off-canvas-wrapper .infographic--slider .slick-next::before {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: #FFFFFF;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      left: 0;
      opacity: 1;
      padding: 35px 20px;
      position: absolute;
      right: 0; }
    .off-canvas-wrapper .infographic--slider .slick-prev:hover::before,
    .off-canvas-wrapper .infographic--slider .slick-next:hover::before {
      background-color: #3697DB; }

.paragraph-link-list {
  padding-bottom: 1em; }
  .paragraph-link-list .node-title {
    text-transform: none;
    font-size: 15px;
    line-height: 17px;
    font-weight: 700; }

.off-canvas-wrapper .paragraph--type--list-with-images {
  padding-bottom: 2em; }
  .off-canvas-wrapper .paragraph--type--list-with-images .field-paragraph--field-lwi-title {
    color: #43396B;
    font-weight: 700;
    text-transform: none;
    font-size: 15px; }
  .off-canvas-wrapper .paragraph--type--list-with-images .field-paragraph--field-lwi-entries .field-item:nth-child(2n) {
    background-color: #F8F8F8; }

.off-canvas-wrapper .list-image-collection .node-sidebar--image {
  height: 120px; }

.off-canvas-wrapper .list-image-collection .node-title {
  color: #00868E; }

.paragraph-media-container {
  padding: 2em 0;
  overflow: hidden; }
  .paragraph-media-container .main--slider--item {
    height: 30vh; }
    @media print, screen and (min-width: 64em) {
      .paragraph-media-container .main--slider--item {
        height: 80vh; } }
  .paragraph-media-container .media-container-image-background {
    min-height: 425px;
    height: 100%;
    -webkit-background-size: cover;
            background-size: cover; }
    @media print, screen and (min-width: 64em) {
      .paragraph-media-container .media-container-image-background {
        min-height: 525px; } }
  .paragraph-media-container .media-container-image,
  .paragraph-media-container .media-container-video,
  .paragraph-media-container .media-container-gallery {
    position: relative;
    height: 30vh; }
    @media print, screen and (min-width: 64em) {
      .paragraph-media-container .media-container-image,
      .paragraph-media-container .media-container-video,
      .paragraph-media-container .media-container-gallery {
        height: 80vh; } }
  .paragraph-media-container .media-container-video div {
    height: 100%; }
  .paragraph-media-container .media-container-description {
    position: absolute;
    height: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 30%;
    padding: 1em;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 1px 1px #808285; }

.off-canvas-wrapper .paragraph--type--program-grid,
.off-canvas-wrapper .paragraph--type--initiative-grid {
  padding: 2em 0; }
  .off-canvas-wrapper .paragraph--type--program-grid .field-name-field-programs .field-item,
  .off-canvas-wrapper .paragraph--type--program-grid .field-name-field-initiatives .field-item,
  .off-canvas-wrapper .paragraph--type--initiative-grid .field-name-field-programs .field-item,
  .off-canvas-wrapper .paragraph--type--initiative-grid .field-name-field-initiatives .field-item {
    padding: 0.1em; }
    .off-canvas-wrapper .paragraph--type--program-grid .field-name-field-programs .field-item .button,
    .off-canvas-wrapper .paragraph--type--program-grid .field-name-field-initiatives .field-item .button,
    .off-canvas-wrapper .paragraph--type--initiative-grid .field-name-field-programs .field-item .button,
    .off-canvas-wrapper .paragraph--type--initiative-grid .field-name-field-initiatives .field-item .button {
      background-color: #1BB1BE; }

.off-canvas-wrapper .program-location--link {
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  background: #F8F8F8;
  padding: 0.8em 0;
  text-align: center; }
  .off-canvas-wrapper .program-location--link .field-paragraph--field-program-location-link a {
    color: #808285; }

.off-canvas-wrapper .program-team--slider .slick-prev,
.off-canvas-wrapper .program-team--slider .slick-next {
  margin-top: -46.5px; }
  .off-canvas-wrapper .program-team--slider .slick-prev::before,
  .off-canvas-wrapper .program-team--slider .slick-next::before {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    opacity: 1;
    padding: 35px 20px;
    position: absolute;
    right: 0; }
  .off-canvas-wrapper .program-team--slider .slick-prev:hover::before,
  .off-canvas-wrapper .program-team--slider .slick-next:hover::before {
    background-color: #3697DB; }

.off-canvas-wrapper .paragraph--type--row-of-columns .paragraph-text {
  width: 100%; }

.off-canvas-wrapper .paragraph--type--sidebar .factoids--item {
  width: 50%;
  text-align: center;
  margin: 2em auto; }
  .off-canvas-wrapper .paragraph--type--sidebar .factoids--item .icon {
    height: 70px !important;
    width: 70px !important;
    margin-bottom: 0 !important; }

.off-canvas-wrapper .paragraph--type--sidebar .field-paragraph--field-title {
  font-size: 25px;
  line-height: 26px;
  color: #43396B;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase; }

.paragraph-quote {
  background-color: #43396B;
  padding: 1em 2em;
  margin: 2em 0; }
  .paragraph-quote .field-paragraph--field-sidebar-quote-image img {
    border-radius: 50%;
    border: 1px solid #3697DB;
    margin-bottom: 1em; }
  .paragraph-quote .field-paragraph--field-sidebar-quote-image .field-paragraph--field-sidebar-quote-text-top p {
    color: #FFFFFF;
    font-size: 1.4em; }
  .paragraph-quote .field-paragraph--field-sidebar-quote-text-top p {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.2em; }
  .paragraph-quote .field-paragraph--field-sidebar-quote-text-bottom blockquote {
    padding-bottom: 0; }
  .paragraph-quote .field-paragraph--field-sidebar-quote-text-bottom p {
    text-align: left;
    color: #FFFFFF;
    font-size: 1.3em;
    line-height: 1.4em;
    font-weight: lighter; }
  .paragraph-quote .quote--author {
    padding: 0 2em;
    margin-bottom: 1em; }
    .paragraph-quote .quote--author .quote--image img {
      margin: 0 auto;
      display: block; }
    .paragraph-quote .quote--author .quote--staff {
      margin-top: 30px; }
      .paragraph-quote .quote--author .quote--staff .field-wrapper {
        padding-bottom: 0.5em;
        border-bottom: 1px solid #3697DB;
        margin-bottom: 0.5em;
        text-align: center;
        color: #3697DB; }
        .paragraph-quote .quote--author .quote--staff .field-wrapper:first-child {
          font-weight: bold; }
        .paragraph-quote .quote--author .quote--staff .field-wrapper:last-child {
          border-bottom: none; }

.spotlight-slider .spotlight.slider {
  padding: 0;
  margin: 0;
  min-height: auto;
  background-color: transparent; }
  .spotlight-slider .spotlight.slider .spotlight--overlay {
    position: absolute;
    inset: 0;
    border-radius: 10px; }
  .spotlight-slider .spotlight.slider img {
    border-radius: 10px; }
  .spotlight-slider .spotlight.slider .spotlight--overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .spotlight-slider .spotlight.slider .spotlight--overlay .spotlight--text {
      text-align: center;
      font-family: 'Roboto Slab';
      font-size: 24px;
      font-weight: 700;
      line-height: 32px; }
      @media print, screen and (min-width: 48em) {
        .spotlight-slider .spotlight.slider .spotlight--overlay .spotlight--text {
          font-size: 32px; } }
      @media print, screen and (min-width: 64em) {
        .spotlight-slider .spotlight.slider .spotlight--overlay .spotlight--text {
          font-size: 24px; } }
      @media screen and (min-width: 75em) {
        .spotlight-slider .spotlight.slider .spotlight--overlay .spotlight--text {
          font-size: 32px; } }

.off-canvas-wrapper .paragraph-spotlights {
  background-color: #F8F8F8;
  text-align: center; }
  .off-canvas-wrapper .paragraph-spotlights .alternate-style {
    text-align: left; }
    .off-canvas-wrapper .paragraph-spotlights .alternate-style .button--small {
      background-color: #1BB1BE; }
      .off-canvas-wrapper .paragraph-spotlights .alternate-style .button--small:hover {
        background-color: #00868E; }
    .off-canvas-wrapper .paragraph-spotlights .alternate-style .spotlight--text {
      font-size: 24px; }
      .off-canvas-wrapper .paragraph-spotlights .alternate-style .spotlight--text .teaser {
        font-size: 1rem;
        margin-bottom: .75rem; }
  .off-canvas-wrapper .paragraph-spotlights .paragraph-spotlights-title {
    padding: 2em; }
    .off-canvas-wrapper .paragraph-spotlights .paragraph-spotlights-title .node-title {
      text-transform: none; }
  .off-canvas-wrapper .paragraph-spotlights .spotlight--text h3 {
    color: #FFFFFF; }
  .off-canvas-wrapper .paragraph-spotlights .paragraph-spotlights-link {
    padding: 2em; }
  .off-canvas-wrapper .paragraph-spotlights .button--medium {
    background-color: #43396B; }

.off-canvas-wrapper .spotlight-blocks .columns {
  padding-left: 0;
  padding-right: 0; }

.paragraph-story-images {
  padding: 2em 0; }
  .paragraph-story-images .story-image-background {
    position: relative;
    overflow: hidden;
    min-height: 425px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center; }
    .paragraph-story-images .story-image-background:hover .story-image-info--hover {
      bottom: 0; }
    @media print, screen and (min-width: 64em) {
      .paragraph-story-images .story-image-background {
        min-height: 525px; } }
  .paragraph-story-images .story-image-info {
    padding: 2em;
    width: 100%;
    color: #FFFFFF;
    text-shadow: 1px 1px #808285; }
  .paragraph-story-images .story-image-info--hover {
    position: absolute;
    bottom: -100%;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
  .paragraph-story-images .story-image-description {
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF; }
  .paragraph-story-images .story-image-normal {
    background-color: #F8F8F8;
    padding: 4em 0; }
    .paragraph-story-images .story-image-normal .story-image-background {
      float: none;
      margin-left: auto;
      margin-right: auto;
      width: 98%; }
      @media print, screen and (min-width: 48em) {
        .paragraph-story-images .story-image-normal .story-image-background {
          width: 75%; } }
      @media print, screen and (min-width: 48em) {
        .paragraph-story-images .story-image-normal .story-image-background {
          width: 65%; } }
  .paragraph-story-images .story-image-multiple {
    padding: 0 2px; }
  .paragraph-story-images .story-image-full .story-image-background,
  .paragraph-story-images .story-image-normal .story-image-background,
  .paragraph-story-images .story-image-multiple .story-image-background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .paragraph-story-images .story-image-hover-info:hover .story-image-info {
    position: relative;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    -o-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    background: rgba(0, 0, 0, 0.18); }

.paragraph-text {
  width: 75%;
  margin: auto; }
  .paragraph-text a {
    font-weight: 500;
    color: #43396B; }
    .paragraph-text a:hover {
      color: #3697DB; }
  .paragraph-text blockquote p {
    color: #43396B;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5em; }

section.section .paragraph-text {
  width: 100%; }
  section.section .paragraph-text p, section.section .paragraph-text li {
    color: #43396B; }

.partners-list-page .partners-list-page--title {
  padding-bottom: 1em; }

.partners-list-page .partners-list-row--title {
  text-transform: none;
  text-align: left; }

.partners-list-page .partners-list-row--content {
  font-size: 15px;
  padding: 1em 0; }
  @media print, screen and (min-width: 48em) {
    .partners-list-page .partners-list-row--content {
      -moz-column-count: 2;
      -moz-column-gap: 3em;
      -webkit-column-count: 2;
      -webkit-column-gap: 3em;
      column-count: 2;
      column-gap: 3em; } }

.off-canvas-wrapper .partner-banner .main--slider--text {
  padding-top: 20vh; }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .partner-banner .main--slider--text {
      padding-top: 15vh;
      width: 60vw; } }
  @media screen and (min-width: 75em) {
    .off-canvas-wrapper .partner-banner .main--slider--text {
      width: 40vw; } }

.off-canvas-wrapper .partner-banner .subtitle {
  margin-bottom: 10px;
  text-shadow: 0 0 10px #444444; }

.off-canvas-wrapper .partner-banner h2.short-title {
  text-shadow: 0 0 10px #444444; }

.off-canvas-wrapper .partner-banner .featured-article--title .call-to-action {
  background-color: #1BB1BE;
  font-size: 0.875em;
  line-height: 1.5;
  text-shadow: none; }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .partner-banner .featured-article--title .call-to-action {
      font-size: 1em;
      min-width: 150px;
      padding: 8px 0; } }

@media print, screen and (min-width: 48em) {
  .off-canvas-wrapper .partnership-tabs .medium-centered {
    clear: none; } }

.off-canvas-wrapper .partnership-tabs .tabs-container {
  background-color: #F8F8F8; }

.off-canvas-wrapper .partnership-tabs .tabs {
  background-color: #F8F8F8;
  border: 0;
  margin: 0 auto;
  padding-top: 50px; }
  @media print, screen and (min-width: 64em) {
    .off-canvas-wrapper .partnership-tabs .tabs {
      max-width: 80%; } }
  @media screen and (min-width: 75em) {
    .off-canvas-wrapper .partnership-tabs .tabs {
      max-width: 66.67%; } }

.off-canvas-wrapper .partnership-tabs .tabs-title {
  font-weight: 700;
  text-align: center; }
  .off-canvas-wrapper .partnership-tabs .tabs-title:hover a {
    background-color: #1BB1BE;
    color: #FFFFFF; }
  .off-canvas-wrapper .partnership-tabs .tabs-title.is-active a {
    background-color: #1BB1BE;
    color: #FFFFFF; }
  .off-canvas-wrapper .partnership-tabs .tabs-title a {
    background-color: transparent;
    color: #226184;
    display: inline-block;
    font-size: 1.4em;
    line-height: 1; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .off-canvas-wrapper .partnership-tabs .tabs-title a {
        padding: 1.25rem 0.5rem; } }

.off-canvas-wrapper .partnership-tabs .tabs-content {
  border: 0; }

.off-canvas-wrapper .partnership-tabs .tabs-panel {
  background-color: #1BB1BE;
  padding: 65px; }

.off-canvas-wrapper .partnership-tabs .title {
  color: #FFFFFF;
  padding-bottom: 27px;
  text-align: center;
  text-transform: none; }

.off-canvas-wrapper .partnership-tabs .description {
  color: #FFFFFF;
  padding-bottom: 50px;
  text-align: center; }

.off-canvas-wrapper .partnership-tabs .content {
  color: #FFFFFF; }
  .off-canvas-wrapper .partnership-tabs .content a {
    color: #43396B;
    text-decoration: underline; }
    .off-canvas-wrapper .partnership-tabs .content a:hover {
      color: #2B2058; }

.off-canvas-wrapper .partnership-tabs .statistic {
  padding: 10px 0; }
  .off-canvas-wrapper .partnership-tabs .statistic > div {
    vertical-align: middle; }
    @media print, screen and (min-width: 48em) {
      .off-canvas-wrapper .partnership-tabs .statistic > div {
        display: table-cell; } }
    @media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
      .off-canvas-wrapper .partnership-tabs .statistic > div {
        display: grid; } }
  @media print, screen and (min-width: 64em) {
    .off-canvas-wrapper .partnership-tabs .statistic.large-offset-2 {
      margin-left: 16.66667%; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .off-canvas-wrapper .partnership-tabs .statistic.end {
      float: none; } }

.off-canvas-wrapper .partnership-tabs .statistic-img {
  background-position: top center;
  -webkit-background-size: cover;
          background-size: cover;
  border-radius: 50%;
  height: 170px;
  margin: 0 auto;
  min-height: 170px;
  min-width: 170px;
  width: 170px; }

.off-canvas-wrapper .partnership-tabs .statistic-info {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.25;
  padding-top: 20px;
  text-align: center; }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .partnership-tabs .statistic-info {
      padding-left: 20px;
      text-align: left; } }
  @media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .off-canvas-wrapper .partnership-tabs .statistic-info {
      text-align: center; } }
  @media print, screen and (min-width: 64em) {
    .off-canvas-wrapper .partnership-tabs .statistic-info {
      padding-left: 10px; } }
  .off-canvas-wrapper .partnership-tabs .statistic-info span {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    display: block; }

.off-canvas-wrapper .author--headshot img {
  display: inline-block;
  border-radius: 50%; }

.off-canvas-wrapper .person-author {
  text-align: center; }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .person-author {
      text-align: left; } }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .person-author .author--headshot img {
      float: left; } }

.off-canvas-wrapper .author--headshot--generic--icon {
  fill: #808285;
  width: 105px;
  height: 105px; }

.off-canvas-wrapper .author--teaser {
  display: inline-block;
  font-weight: 700;
  font-style: italic;
  color: #808285;
  padding-bottom: 1.3em; }
  .off-canvas-wrapper .author--teaser .author--teaser-link {
    display: inline-block;
    color: #43396B;
    padding-right: 2px; }
    .off-canvas-wrapper .author--teaser .author--teaser-link:hover {
      color: #3697DB;
      text-decoration: underline; }

.off-canvas-wrapper .author--teaser {
  padding: 0 1em; }

.off-canvas-wrapper .person-list,
.off-canvas-wrapper .person-teaser {
  padding: 1.75em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .off-canvas-wrapper .person-list .author-info,
  .off-canvas-wrapper .person-teaser .author-info {
    padding-left: 1em; }
  .off-canvas-wrapper .person-list .author-name,
  .off-canvas-wrapper .person-list .author-title,
  .off-canvas-wrapper .person-list .field-name-field-organization,
  .off-canvas-wrapper .person-teaser .author-name,
  .off-canvas-wrapper .person-teaser .author-title,
  .off-canvas-wrapper .person-teaser .field-name-field-organization {
    font-size: 20px;
    line-height: 32px; }
  .off-canvas-wrapper .person-list .author-view-bio,
  .off-canvas-wrapper .person-teaser .author-view-bio {
    padding-top: 1em; }

.off-canvas-wrapper .person-teaser .author-title p {
  margin-bottom: 0; }

.off-canvas-wrapper .person-list .author-name,
.off-canvas-wrapper .person-list .author-title {
  display: inline-block; }

.off-canvas-wrapper article.node--person--full .field {
  margin-bottom: 1em; }

.news-list-page .press-release-title {
  padding: 2em 0; }

.press-release-item {
  padding-bottom: 2em; }
  .press-release-item .press-release-teaser-image {
    -webkit-background-size: cover;
            background-size: cover;
    height: 100px;
    width: 100px;
    display: inline-block;
    float: left;
    margin-right: 1em; }
    .press-release-item .press-release-teaser-image .image-container {
      height: 100px;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat; }
  .press-release-item .press-release-info .node-title {
    text-transform: none;
    font-weight: 700; }
  .press-release-item .press-release-date {
    list-style: none;
    margin: auto; }
    .press-release-item .press-release-date li {
      display: inline-block; }
  .press-release-item .press-release-text {
    padding-top: 1em; }
  .press-release-item .press-release-link {
    padding: 1em 0; }

.off-canvas-wrapper .spotlight--text-more--press-release {
  padding-top: 3em;
  padding-bottom: 0em; }
  .off-canvas-wrapper .spotlight--text-more--press-release .learn-more-text {
    font-size: 15px;
    line-height: 17px;
    font-weight: 900;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif; }
    .off-canvas-wrapper .spotlight--text-more--press-release .learn-more-text:hover {
      color: #a1cce9; }

.off-canvas-wrapper .program-page .info-label {
  text-transform: none;
  font-weight: 700;
  color: #808285;
  display: inline-block; }

.off-canvas-wrapper .program-page .teaser {
  padding: 1em 0; }

.off-canvas-wrapper .program-page .program-description {
  padding: 1em 0; }

.off-canvas-wrapper .program-page .program-location {
  background-color: transparent;
  cursor: default;
  padding: 1em 0; }
  .off-canvas-wrapper .program-page .program-location .field-wrapper {
    display: inline-block; }
  .off-canvas-wrapper .program-page .program-location a,
  .off-canvas-wrapper .program-page .program-location .field-item {
    text-decoration: underline;
    font-weight: 500;
    color: #433A6A;
    font-style: italic; }
  .off-canvas-wrapper .program-page .program-location .field-item {
    text-decoration: none; }
  .off-canvas-wrapper .program-page .program-location ul {
    display: inline;
    list-style: none;
    margin: 0; }
    .off-canvas-wrapper .program-page .program-location ul li {
      color: #433A6A;
      display: inline;
      font-style: italic;
      font-weight: 500;
      padding: 0 0.2em; }
    .off-canvas-wrapper .program-page .program-location ul li::after {
      content: ", "; }
    .off-canvas-wrapper .program-page .program-location ul li:last-child:after {
      content: ""; }

.off-canvas-wrapper .program-page .program-initiative.button {
  background: #FF9933; }
  .off-canvas-wrapper .program-page .program-initiative.button:hover {
    background: #43396B; }
  .off-canvas-wrapper .program-page .program-initiative.button a {
    color: #FFFFFF; }

.off-canvas-wrapper .program-page .program-type.button {
  background: #F8F8F8;
  color: #FF9933;
  font-style: italic; }
  .off-canvas-wrapper .program-page .program-type.button:hover {
    background-color: #43396B; }
    .off-canvas-wrapper .program-page .program-type.button:hover a {
      color: #FFFFFF; }
  .off-canvas-wrapper .program-page .program-type.button a {
    color: #FF9933; }
    .off-canvas-wrapper .program-page .program-type.button a:hover {
      color: #FFFFFF; }

.off-canvas-wrapper .program-page .program-tag {
  display: inline-block; }
  .off-canvas-wrapper .program-page .program-tag a {
    cursor: default; }

.off-canvas-wrapper .program-page .program-related-info .info-label {
  color: #43396B;
  padding: 1em 0; }

.off-canvas-wrapper .program-page .program-related-info li > * {
  display: inline-block; }

.off-canvas-wrapper .blog-banner.program-banner a {
  font-size: 2.8em;
  font-weight: 500;
  line-height: 26px;
  padding: 13px 26px;
  text-shadow: none; }

.off-canvas-wrapper .program-page-view .blog-page-view-content {
  padding: 2em 0 0; }

.off-canvas-wrapper .program-page .article--body.main {
  padding-bottom: 1em;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 1em; }

.off-canvas-wrapper .block-map .blog-page-view-content {
  padding: 0 0.1em 4em; }

.off-canvas-wrapper .block-map .map-container {
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  height: 350px;
  padding: 2em;
  text-align: center; }
  .off-canvas-wrapper .block-map .map-container .central--title {
    padding: 0; }
    @media screen and (min-width: 40em) {
      .off-canvas-wrapper .block-map .map-container .central--title {
        padding: 95px 0 27px 0; } }

.off-canvas-wrapper .block-map .map-link {
  background-color: #F8F8F8;
  color: #43396B;
  padding: 10px 30px;
  width: auto; }
  .off-canvas-wrapper .block-map .map-link:hover {
    background-color: #2B2058;
    color: #FFFFFF; }

.blog-page-view-content .views-exposed-form {
  display: none; }

.section-search.path-search .off-canvas-wrapper .block-foundation-cdcf-content .search-form.search-page-form {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 91.66667%; }
  @media print, screen and (min-width: 64em) {
    .section-search.path-search .off-canvas-wrapper .block-foundation-cdcf-content .search-form.search-page-form {
      width: 83.33333%; } }

.section-search.path-search .off-canvas-wrapper .block-foundation-cdcf-content .search-advanced.form-wrapper, .section-search.path-search .off-canvas-wrapper .block-foundation-cdcf-content .search-help-link {
  display: none; }

.section-search.path-search .off-canvas-wrapper .block-foundation-cdcf-primary-local-tasks {
  display: none; }

.section-search.path-search ol {
  padding-top: 1em; }
  .section-search.path-search ol li {
    list-style-type: none; }
    .section-search.path-search ol li:last-child hr.gradientlight {
      display: none; }
    .section-search.path-search ol li hr.gradientlight {
      height: 1px;
      color: #b7b8b9;
      width: 50%; }
    .section-search.path-search ol li h3 a:hover {
      color: #6F2668;
      opacity: .7; }
    .section-search.path-search ol li p {
      padding-bottom: 1em; }

.search-result {
  padding-bottom: 1em; }

.pager {
  text-align: center;
  padding-bottom: 1em; }
  .pager .pagination {
    display: inline-block; }
    .pager .pagination .current {
      padding: 0; }
      .pager .pagination .current > a {
        color: #ffffff; }
        .pager .pagination .current > a:hover {
          color: #6F2668; }

@media screen and (max-width: 48em) {
  .pager .pagination li:first-child, .pager .pagination li:last-child {
    display: none; }
  .pager .pagination li.pager__item--previous, .pager .pagination li.pager__item--next {
    display: inline-block; } }

.off-canvas-wrapper section.section {
  padding: 3rem 2rem 0; }
  .off-canvas-wrapper section.section:last-of-type {
    padding-bottom: 3rem; }
  .off-canvas-wrapper section.section .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem; }
    .off-canvas-wrapper section.section .header .title {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .off-canvas-wrapper section.section .header .title.title-center {
        text-align: center; }
    .off-canvas-wrapper section.section .header .field-name-field-links .field-items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem; }
      .off-canvas-wrapper section.section .header .field-name-field-links .field-items a {
        color: #43396B;
        font-size: 1.2rem;
        font-weight: bold;
        text-decoration: underline;
        text-transform: uppercase; }
  .off-canvas-wrapper section.section .layout {
    margin: 0 -1rem; }
    .off-canvas-wrapper section.section .layout.layout--fourcol-section .layout__region {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 100%;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
      @media screen and (min-width: 40em) {
        .off-canvas-wrapper section.section .layout.layout--fourcol-section .layout__region {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 50%;
              -ms-flex: 0 1 50%;
                  flex: 0 1 50%; } }
      @media print, screen and (min-width: 64em) {
        .off-canvas-wrapper section.section .layout.layout--fourcol-section .layout__region {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 25%;
              -ms-flex: 0 1 25%;
                  flex: 0 1 25%; } }
    .off-canvas-wrapper section.section .layout.layout--threecol-section.layout--threecol-section--50-25-25 .layout__region {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 100%;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
      @media screen and (min-width: 40em) {
        .off-canvas-wrapper section.section .layout.layout--threecol-section.layout--threecol-section--50-25-25 .layout__region {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 100%;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%; } }
      @media print, screen and (min-width: 48em) {
        .off-canvas-wrapper section.section .layout.layout--threecol-section.layout--threecol-section--50-25-25 .layout__region.layout__region--first {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 100%;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%; }
        .off-canvas-wrapper section.section .layout.layout--threecol-section.layout--threecol-section--50-25-25 .layout__region.layout__region--second, .off-canvas-wrapper section.section .layout.layout--threecol-section.layout--threecol-section--50-25-25 .layout__region.layout__region--third {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 50%;
              -ms-flex: 0 1 50%;
                  flex: 0 1 50%; } }
      @media screen and (min-width: 75em) {
        .off-canvas-wrapper section.section .layout.layout--threecol-section.layout--threecol-section--50-25-25 .layout__region.layout__region--first {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 50%;
              -ms-flex: 0 1 50%;
                  flex: 0 1 50%; }
        .off-canvas-wrapper section.section .layout.layout--threecol-section.layout--threecol-section--50-25-25 .layout__region.layout__region--second, .off-canvas-wrapper section.section .layout.layout--threecol-section.layout--threecol-section--50-25-25 .layout__region.layout__region--third {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 25%;
              -ms-flex: 0 1 25%;
                  flex: 0 1 25%; } }
  .off-canvas-wrapper section.section .layout__region {
    padding: 1rem;
    padding-bottom: 0; }

/**
 * Styles for the Social Sharing button and block.
 */
.share-row {
  margin-bottom: 2em; }

.share-content-wrapper {
  position: relative;
  padding-bottom: 2em;
  display: inline; }
  .share-content-wrapper .share-block__trigger.button {
    margin: 0; }
  .share-content-wrapper .share.button {
    font-size: 1em;
    font-style: normal;
    font-weight: 900;
    padding: .69em 1.4em;
    text-transform: uppercase; }
  .share-content-wrapper .share-links {
    background-color: #F8F8F8;
    position: absolute;
    right: 0;
    z-index: 10; }
    .share-content-wrapper .share-links .share-link {
      height: 50px;
      display: none;
      width: 100%;
      text-align: center;
      vertical-align: middle;
      background-color: #3697DB;
      margin-top: 1px; }
      .share-content-wrapper .share-links .share-link:hover {
        background-color: #a1cbe9; }
      .share-content-wrapper .share-links .share-link a {
        color: transparent;
        display: block;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat; }
        .share-content-wrapper .share-links .share-link a.share--icon-facebook {
          background-image: url("../imgs/share-facebook.svg"); }
        .share-content-wrapper .share-links .share-link a.share--icon-twitter {
          background-image: url("../imgs/share-twitter.svg"); }
        .share-content-wrapper .share-links .share-link a.share--icon-mail {
          background-image: url("../imgs/share-email.svg"); }
        .share-content-wrapper .share-links .share-link a.share--icon-linkedin {
          background-image: url("../imgs/share-linkedin.svg"); }
  .share-content-wrapper.alternate-layout {
    display: inline-block; }

.off-canvas-wrapper .field-name-field-sidebar-content > .field-items > .field-item {
  clear: both; }

.off-canvas-wrapper #dafdirectdiv {
  border: 4px solid #E0E0E0;
  -webkit-box-shadow: 2px 5px 10px black;
          box-shadow: 2px 5px 10px black;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-weight: initial;
  line-height: initial;
  margin: initial;
  -webkit-text-size-adjust: initial;
      -ms-text-size-adjust: initial;
          text-size-adjust: initial;
  -webkit-font-smoothing: initial; }
  .off-canvas-wrapper #dafdirectdiv form img {
    max-width: initial;
    -webkit-text-size-adjust: initial;
        -ms-text-size-adjust: initial;
            text-size-adjust: initial;
    vertical-align: baseline; }
  .off-canvas-wrapper #dafdirectdiv form .whatThis a {
    color: #5199CC;
    font-weight: normal; }

.off-canvas-wrapper .dafdirectSelect {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: system-ui;
  height: auto;
  -webkit-appearance: menulist-button; }

.off-canvas-wrapper .dafdirectInput {
  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  font-family: system-ui;
  height: auto;
  margin-bottom: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.off-canvas-wrapper .dafdirectInputFull {
  width: 132px; }

.off-canvas-wrapper div.dafdirectButtonContain {
  margin: 15px 0 0 0; }

.sidebar-donate-button {
  padding-bottom: 2em;
  padding-top: 0.5em;
  text-align: center; }
  @media print, screen and (min-width: 48em) {
    .sidebar-donate-button {
      text-align: left; } }
  .sidebar-donate-button .node-title {
    text-transform: none;
    font-size: 15px;
    line-height: 17px;
    font-weight: 700; }

.off-canvas-wrapper .speedbump {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .off-canvas-wrapper .speedbump .icon {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    height: auto;
    width: auto;
    color: #2e74b0; }
    .off-canvas-wrapper .speedbump .icon i {
      font-size: 3rem; }
  .off-canvas-wrapper .speedbump .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media print, screen and (min-width: 48em) {
      .off-canvas-wrapper .speedbump .details {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 2rem; } }
    .off-canvas-wrapper .speedbump .details .link {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: right;
      white-space: nowrap; }
    .off-canvas-wrapper .speedbump .details .field-name-field-caption {
      color: #43396B; }
    .off-canvas-wrapper .speedbump .details .field-name-field-caption {
      font-size: 16px;
      line-height: 24px; }
      @media print, screen and (min-width: 64em) {
        .off-canvas-wrapper .speedbump .details .field-name-field-caption {
          font-size: 20px;
          line-height: 32px; } }
  .off-canvas-wrapper .speedbump .field-name-field-additional-content {
    border-top: 1px solid #0A0A0A;
    padding-top: 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .speedbump.has-additional-content .details {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1rem; } }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .speedbump {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .off-canvas-wrapper .speedbump .field-name-field-additional-content {
        border-top: none;
        border-left: 1px solid #0A0A0A;
        padding-top: 0;
        padding-left: 30px; } }
  .off-canvas-wrapper .speedbump.background-highlight {
    background-color: rgba(240, 78, 35, 0.1); }
    .off-canvas-wrapper .speedbump.background-highlight .icon {
      color: #F04E23; }
  .off-canvas-wrapper .speedbump.background-tertiary {
    background-color: #BDE8EC; }
    .off-canvas-wrapper .speedbump.background-tertiary .icon {
      color: #1BB1BE; }
  .off-canvas-wrapper .speedbump.background-secondary {
    background-color: #CCE3F3; }
    .off-canvas-wrapper .speedbump.background-secondary .icon {
      color: #3697DB; }

.spotlight a {
  text-decoration: none; }

.spotlight .spotlight--overlay {
  -webkit-transition: background .25s ease-in-out;
  -o-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out; }

.spotlight h3.h3 {
  color: #FFFFFF; }

@media screen and (max-width: 63em) {
  .block-foundation-cdcf-content .row .row {
    margin-right: 0rem;
    margin-left: 0rem; } }

.story-page .main--slider--item {
  height: 50vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }
  @media print, screen and (min-width: 64em) {
    .story-page .main--slider--item {
      height: 80vh; } }

.story-page .story-hero-info {
  width: 75%;
  position: relative;
  padding: 1em 2em;
  text-align: center; }
  @media print, screen and (min-width: 48em) {
    .story-page .story-hero-info {
      top: 30%;
      -webkit-transform: translateY(-30%);
           -o-transform: translateY(-30%);
              transform: translateY(-30%); } }

.story-page .node-title {
  text-align: center;
  position: relative;
  color: #FFFFFF;
  text-shadow: 0 0 10px #444;
  padding: 0;
  text-transform: none;
  font-weight: 500;
  font-size: 2.25em; }
  @media print, screen and (min-width: 64em) {
    .story-page .node-title {
      font-size: 4em; } }
  @media print, screen and (min-width: 48em) {
    .story-page .node-title {
      font-size: 3em; } }

.story-page .story-author-date,
.story-page .story-hero-byline {
  color: #FFFFFF;
  display: inline-block;
  padding: .5em 0;
  font-size: 15px;
  font-weight: 700; }

.story-page .story-hero-byline {
  color: #b7b8b9; }

.story-page .story-related-people {
  background-color: #F8F8F8;
  padding: 2em 0; }

.story-page .story-related-people-item hr {
  padding: 1em 0; }

.story-page .story-related-people-more {
  text-transform: uppercase;
  color: #808285;
  font-weight: 700; }
  .story-page .story-related-people-more:hover {
    color: #43396B; }

.story-page .author--headshot {
  width: 125px;
  height: 125px; }

.story-page .story-related-stories {
  padding: 2em 0;
  text-align: center; }
  .story-page .story-related-stories .h3 {
    padding-bottom: 1em; }

.story-page .related-item {
  padding: 0 2px; }

.story-teaser-title span {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 1.2em; }

body .off-canvas-wrapper .styles--wrapper {
  padding: 50px; }
  body .off-canvas-wrapper .styles--wrapper a, body .off-canvas-wrapper .styles--wrapper a:hover {
    color: #43396B;
    text-decoration: underline; }

body .off-canvas-wrapper .horizontal--alert--close svg {
  display: block; }

#give-page-block .row {
  margin: 4em 0; }

#give-page-block img {
  margin: 0; }

#give-page-block .other-ways ul {
  list-style: none;
  margin: 0; }

#give-page-block .other-ways a {
  font-size: 1.5em;
  text-decoration: none;
  font-weight: bold; }
  #give-page-block .other-ways a:hover {
    text-decoration: underline; }

#give-page-block .other-ways p.major::before {
  font-family: 'FontAwesome';
  content: "\f06b";
  padding-right: 11px;
  color: #4d4b4b;
  font-size: 1.3em; }

.off-canvas-wrapper section.thankyou-entity-form {
  background-color: #2B2058;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 2em; }
  .off-canvas-wrapper section.thankyou-entity-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .off-canvas-wrapper section.thankyou-entity-form form .field--type-string,
    .off-canvas-wrapper section.thankyou-entity-form form .field--type-email,
    .off-canvas-wrapper section.thankyou-entity-form form .field--type-string-long,
    .off-canvas-wrapper section.thankyou-entity-form form .form-actions,
    .off-canvas-wrapper section.thankyou-entity-form form .captcha {
      padding: 0 1em; }
    .off-canvas-wrapper section.thankyou-entity-form form .field--type-string,
    .off-canvas-wrapper section.thankyou-entity-form form .field--type-email {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
      @media print, screen and (min-width: 48em) {
        .off-canvas-wrapper section.thankyou-entity-form form .field--type-string,
        .off-canvas-wrapper section.thankyou-entity-form form .field--type-email {
          -webkit-flex-basis: 33.3%;
              -ms-flex-preferred-size: 33.3%;
                  flex-basis: 33.3%; } }
    .off-canvas-wrapper section.thankyou-entity-form form .field--type-string-long {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
    .off-canvas-wrapper section.thankyou-entity-form form .button:hover, .off-canvas-wrapper section.thankyou-entity-form form .button:active, .off-canvas-wrapper section.thankyou-entity-form form .button:focus {
      background-color: #3697DB;
      color: #FFFFFF;
      text-decoration: underline; }
    .off-canvas-wrapper section.thankyou-entity-form form label {
      color: #FFFFFF; }
    .off-canvas-wrapper section.thankyou-entity-form form .field--name-source {
      display: none; }

.off-canvas-wrapper .masonry-wall {
  margin-top: 2em; }

.off-canvas-wrapper .masonry-brick {
  width: 97%;
  margin-bottom: 1.5em; }
  @media print, screen and (min-width: 48em) {
    .off-canvas-wrapper .masonry-brick {
      width: 27%; } }

.off-canvas-wrapper .thank-you-comment {
  width: 100%;
  color: #808285; }
  .off-canvas-wrapper .thank-you-comment .field-wrapper {
    margin-bottom: 0.5rem; }
  .off-canvas-wrapper .thank-you-comment .field-wrapper + .field-wrapper {
    margin-bottom: 0; }
  .off-canvas-wrapper .thank-you-comment .field-label {
    display: inline-block; }
  .off-canvas-wrapper .thank-you-comment .field-items, .off-canvas-wrapper .thank-you-comment .field-item {
    display: inline; }
  .off-canvas-wrapper .thank-you-comment .field-label {
    font-weight: bold; }
    .off-canvas-wrapper .thank-you-comment .field-label:after {
      content: ':'; }
  .off-canvas-wrapper .thank-you-comment .field-name-label, .off-canvas-wrapper .thank-you-comment .field-name-field-location {
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase; }

.off-canvas-wrapper .block-googletranslator a.notranslate {
  color: #43396B;
  font-size: 0;
  margin-left: 12px; }
  .off-canvas-wrapper .block-googletranslator a.notranslate:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f0ac";
    font-size: 2rem; }
  .off-canvas-wrapper .block-googletranslator a.notranslate:hover {
    text-decoration: none; }

.off-canvas-wrapper .paragraph--type--unfiltered-content .youtube {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .off-canvas-wrapper .paragraph--type--unfiltered-content .youtube iframe[src*="youtube"] {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    border-radius: 10px; }

.off-canvas-wrapper .paragraph--type--unfiltered-content > * {
  max-width: 100%; }

.people-board-view .node-title {
  text-transform: none; }

.people-board-view .people-group-title {
  padding-top: 1em;
  text-transform: none;
  display: block;
  color: #43396B;
  font-weight: 500;
  border-bottom: 1px solid #E7E7E7; }

.people-board-view .author--headshot img {
  width: 105px;
  height: 105px; }

blockquote p {
  font-weight: 900;
  line-height: 1.2; }
  blockquote p:before {
    content: open-quote;
    font-size: 1.8em;
    position: relative;
    line-height: 0;
    top: 10px; }
  blockquote p:after {
    content: close-quote;
    font-size: 1.8em;
    position: relative;
    line-height: 0;
    top: 10px; }

.field-name-field-body img {
  padding: 1rem 1rem 1rem 0; }

.field-name-field-body article.align-right img {
  padding-left: 1rem;
  padding-right: 0; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./slick/fonts/slick.eot");
  src: url("./slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slick/fonts/slick.woff") format("woff"), url("./slick/fonts/slick.ttf") format("truetype"), url("./slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .blog--slider .slick-prev, .blog--slider
  .slick-next {
    top: 48.1%;
    -webkit-transform: translate(0, -48.1%);
    -o-transform: translate(0, -48.1%);
       transform: translate(0, -48.1%); }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-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; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.slick-variable-width .slick-slide {
  margin: 0 1px; }

@media screen and (max-width: 639px) {
  .spotlight {
    min-height: 179px;
    height: 100%; }
  .spotlight--container {
    height: 100%; } }

@media screen and (min-width: 640px) {
  .off-canvas-wrapper .button--small {
    font-size: 16px;
    line-height: 24px; }
  .off-canvas-wrapper .button--medium {
    width: 225px;
    padding: 10px 0; }
  .off-canvas-wrapper .button--large {
    margin: 1px;
    padding: 22px 0 !important;
    font-size: 1.4em;
    font-weight: 700; }
  .off-canvas-wrapper .central--title {
    padding: 95px 0 27px 0; }
  .off-canvas-wrapper .block-mainnavigation ul li {
    font-size: 15px;
    line-height: 24px; }
    .off-canvas-wrapper .block-mainnavigation ul li a {
      color: #43396B;
      font-weight: 700; }
    .off-canvas-wrapper .block-mainnavigation ul li li a {
      color: white; }
  .off-canvas-wrapper.front .block-mainnavigation ul.menu--item--list li a {
    color: white; }
  .off-canvas-wrapper .nav--background {
    height: 130px; }
  .off-canvas-wrapper.front .top-bar-title .search svg {
    fill: white; }
  .off-canvas-wrapper .top-bar-title .search svg {
    fill: #83857A; }
  .off-canvas-wrapper .top-bar-title .search:focus {
    outline: none; }
  .off-canvas-wrapper .menu--nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .off-canvas-wrapper .menu--nav .submenu.is-dropdown-submenu.first-sub.vertical li {
      font-size: 14px; }
      .off-canvas-wrapper .menu--nav .submenu.is-dropdown-submenu.first-sub.vertical li:hover {
        background-color: #43396B; }
  .off-canvas-wrapper .menu--item--list {
    margin: 0;
    position: relative;
    left: none;
    width: none;
    background: transparent; }
    .off-canvas-wrapper .menu--item--list li {
      display: initial; }
  .off-canvas-wrapper .search--panel {
    right: 20px;
    height: 70px;
    width: 400px;
    left: auto; }
    .off-canvas-wrapper .search--panel p, .off-canvas-wrapper .search--panel .button {
      display: none; }
    .off-canvas-wrapper .search--panel .search--box .icon {
      top: 20px;
      right: 15px; }
    .off-canvas-wrapper .search--panel .filters--wrapper, .off-canvas-wrapper .search--panel .filters--wrapper.accordion {
      position: absolute;
      left: 0px;
      width: 75%;
      margin: 0;
      padding: 0; }
    .off-canvas-wrapper .search--panel .filters--wrapper {
      display: none; }
    .off-canvas-wrapper .search--panel .filters--toggler {
      display: inline;
      width: 20%; }
      .off-canvas-wrapper .search--panel .filters--toggler .button {
        display: block; }
    .off-canvas-wrapper .search--panel .search--box--wrapper {
      height: 70px; }
  .off-canvas-wrapper .nav--overlay {
    display: none !important; }
  .off-canvas-wrapper .main--slider--text {
    padding-top: 30vh;
    padding-left: 12.5vw; }
  .off-canvas-wrapper .horizontal--alert {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .off-canvas-wrapper .horizontal--alert .break {
      display: none !important; }
  .off-canvas-wrapper .horizontal--alert--buttons {
    padding: 0;
    width: auto;
    text-align: right !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .off-canvas-wrapper .horizontal--alert--buttons .group-button {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .off-canvas-wrapper .horizontal--alert--subtitle {
    display: block; }
  .off-canvas-wrapper .horizontal--alert--button {
    height: 7vh;
    margin: 0;
    padding: 18px 61px;
    font-size: 20px; }
  .off-canvas-wrapper .horizontal--alert--close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .off-canvas-wrapper .options-signup--options--list--item a {
    font-size: 16px;
    padding: 22px 0 !important; }
  .off-canvas-wrapper .spotlight {
    min-height: 250px;
    height: 100%; }
  .off-canvas-wrapper .spotlight--container {
    padding-top: 0;
    height: 100%; }
  .off-canvas-wrapper .blog--entry {
    padding: 15px 25px; }
  .off-canvas-wrapper .article {
    padding-left: 30px; }
    .off-canvas-wrapper .article .h4 {
      margin-bottom: 25px; }
  .off-canvas-wrapper .article--author, .off-canvas-wrapper .article--date, .off-canvas-wrapper .article--links {
    font-size: 16px;
    line-height: 24px; }
  .off-canvas-wrapper .article--date {
    font-weight: 500; }
  .off-canvas-wrapper .blog--buttons--left {
    background-color: #4C4D46;
    float: right; }
  .off-canvas-wrapper .blog--buttons--right {
    float: left; }
  .off-canvas-wrapper .blog--buttons {
    padding: 91px 0; }
    .off-canvas-wrapper .blog--buttons a {
      font-size: 16px;
      line-height: 24px; }
  .off-canvas-wrapper .footer .logo {
    padding: 0;
    height: auto;
    width: 283px; }
  .off-canvas-wrapper .footer--buttons {
    text-align: right;
    width: auto;
    margin: 15px 0px !important; }
    .off-canvas-wrapper .footer--buttons .columns {
      padding: 0 5px; }
  .off-canvas-wrapper .footer--social--media {
    display: block;
    padding-bottom: 35px; }
  .off-canvas-wrapper .footer--copyrights {
    text-align: right;
    padding: 0 20px 50px; } }

@media screen and (min-width: 768px) {
  .off-canvas-wrapper .blog--entry .field-item:before {
    padding-top: 125%; }
  .off-canvas-wrapper .navigation .logo {
    padding: 20px;
    margin: 0px;
    height: auto; }
  .off-canvas-wrapper .spotlight {
    min-height: 350px;
    height: 100%; }
  .off-canvas-wrapper .spotlight--container {
    height: 100%; }
  .off-canvas-wrapper .spotlight .button {
    display: inline-block; }
  .off-canvas-wrapper .article--wrapper {
    padding: 0; }
  .off-canvas-wrapper .block-footer ul li {
    display: inline-block; } }

@media screen and (min-width: 1024px) {
  .off-canvas-wrapper .navigation .logo {
    padding: 35px 55px; }
  .off-canvas-wrapper .menu--item--list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .off-canvas-wrapper .top-bar-title .search {
    position: inherit;
    top: auto;
    right: auto; }
  .off-canvas-wrapper .menu--nav {
    padding: 0.2em; }
  .off-canvas-wrapper .search--panel {
    right: 40px;
    width: 600px; }
    .off-canvas-wrapper .search--panel .search--box .icon {
      right: 150px; }
    .off-canvas-wrapper .search--panel .filters--toggler {
      width: 25%;
      padding: 15px 30px; }
      .off-canvas-wrapper .search--panel .filters--toggler .button {
        padding: 12px 10px 12px 0px; }
  .off-canvas-wrapper .horizontal--alert--button {
    height: 8.5vh;
    padding: 23px 61px 14px;
    font-weight: 700;
    max-height: 70px; }
  .off-canvas-wrapper .factoids .break, .off-canvas-wrapper .spotlights .break, .off-canvas-wrapper .footer--copyrights .break {
    display: none !important; }
  .off-canvas-wrapper .spotlight {
    min-height: 440px;
    height: 100%;
    padding: 1.5px; }
  .off-canvas-wrapper .spotlight--text {
    padding: 10px 15px; }
  .off-canvas-wrapper .options-signup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    background: none;
    margin: 0; }
  .off-canvas-wrapper .options-signup--inputs input {
    height: 67px; }
  .off-canvas-wrapper .options-signup--inputs .button {
    padding: 22px 10px; }
  .off-canvas-wrapper .options-signup--inputs .input-group-field {
    width: 90%; }
  .off-canvas-wrapper .options-signup--inputs .error {
    margin-left: -68px; }
  .off-canvas-wrapper .options-signup--back {
    margin: 0;
    margin-right: 20px; }
  .off-canvas-wrapper .options-signup--item {
    background: #F8F8F8;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .off-canvas-wrapper .options-signup--item.highlighting {
      background: #E7E7E7; }
  .off-canvas-wrapper .options-signup--button {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .off-canvas-wrapper .footer--panel.float-left {
    padding-left: 40px; }
  .off-canvas-wrapper .footer--buttons {
    text-align: center; }
  .off-canvas-wrapper .footer--buttons--left {
    float: right; }
  .off-canvas-wrapper .footer--buttons--right {
    float: left; }
  .off-canvas-wrapper .footer--social--media {
    padding-bottom: 0px; } }

@media screen and (min-width: 1366px) {
  .off-canvas-wrapper .spotlight--text {
    padding: 10px 65px; }
  .off-canvas-wrapper .horizontal--alert--subtitle {
    display: initial; }
  .off-canvas-wrapper .search--panel {
    width: 700px; }
    .off-canvas-wrapper .search--panel .search--box .icon {
      right: 190px; } }

@media screen and (max-width: 370px) {
  .off-canvas-wrapper li.menu--rwd--search {
    display: none; } }

@media screen and (max-width: 768px) {
  .off-canvas-wrapper .spotlights .central--subtitle, .off-canvas-wrapper .article--author {
    display: none; } }

@media screen and (max-width: 1024px) {
  .off-canvas-wrapper .horizontal--alert--subtitle, .off-canvas-wrapper .article--entry--extra {
    display: none; } }

.off-canvas-wrapper .slick-prev,
.off-canvas-wrapper .slick-next {
  margin-top: -46.5px; }
  .off-canvas-wrapper .slick-prev::before,
  .off-canvas-wrapper .slick-next::before {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #43396B;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    opacity: 1;
    padding: 35px 20px;
    position: absolute;
    right: 0; }
  .off-canvas-wrapper .slick-prev:hover::before,
  .off-canvas-wrapper .slick-next:hover::before {
    background-color: #3697DB; }

.off-canvas-wrapper .slick-prev:before {
  content: url(../imgs/arrow-l.png); }

.off-canvas-wrapper .slick-prev:hover::before {
  content: url(../imgs/arrow-l--hover.png); }

.off-canvas-wrapper .slick-next:before {
  content: url(../imgs/arrow-r.png); }

.off-canvas-wrapper .slick-next:hover::before {
  content: url(../imgs/arrow-r--hover.png); }

.off-canvas-wrapper .slick-next {
  right: 20px; }

.off-canvas-wrapper .slick-prev {
  z-index: 1;
  left: 0; }

.off-canvas-wrapper .slick--preview {
  height: 90px;
  width: 360px;
  position: absolute;
  top: 46.2%;
  text-align: center;
  background: white;
  z-index: 1; }

.off-canvas-wrapper .prev--preview {
  left: 40px; }

.off-canvas-wrapper .next--preview {
  right: 40px; }

.off-canvas-wrapper .slick--preview--img {
  height: 100%;
  background-image: url(../imgs/main-slider-1.jpg);
  -webkit-background-size: cover;
          background-size: cover; }

.off-canvas-wrapper .slick--preview--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 30px;
  color: #2f275b;
  text-transform: uppercase;
  font-weight: 600; }

.off-canvas-wrapper .slick-slide:focus {
  outline: none; }

.story-created-date {
  font-size: 15px;
  color: #808285;
  font-weight: 500;
  margin-bottom: 2em; }

img.twitter-small {
  position: relative;
  top: -3px;
  width: 30px; }

body.views-page .taxonomy-term > header {
  padding-bottom: 2em; }

.off-canvas-wrapper article.search-list-item {
  margin: 20px 0;
  padding: 16px;
  border-radius: 10px;
  border: 1px #f1f1f1;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }
  .off-canvas-wrapper article.search-list-item:hover {
    background-color: #e1e1e1; }
  .off-canvas-wrapper article.search-list-item h4.node-title {
    margin-bottom: 0;
    font-family: "Roboto Slab";
    text-transform: inherit; }
  .off-canvas-wrapper article.search-list-item .link-row a {
    font-size: 18px; }

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.no-hr hr {
  display: none; }

.bundle-col {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  text-align: right;
  margin-left: 30px;
  padding: 5px 6px 6px 6px;
  border-radius: 4px;
  background-color: #4c4d46;
  white-space: nowrap; }
  .bundle-col:before {
    padding-right: 10px;
    padding-right: 10px;
    position: relative;
    top: 2px; }

.article-ico:before {
  width: 1em;
  height: 1em;
  content: url("../images/blog-icon.svg"); }

.program-ico:before {
  width: 1em;
  height: 1em;
  content: url("../images/heart-icon.svg"); }

.press-release-ico:before {
  width: 1em;
  height: 1em;
  content: url("../images/news-icon.svg"); }

.story-ico:before {
  width: 1em;
  height: 1em;
  content: url("../images/book-icon.svg"); }

@media screen and (max-width: 64em) {
  .views-row {
    padding-right: 2em;
    padding-left: 2em; } }

.off-canvas-wrapper .tags-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.viewport-margin-important {
  width: 95%;
  margin-left: 2em !important; }

/* EOF - leave to help git with changes. */

/*# sourceMappingURL=foundation_cdcf.css.map */
