@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:wght@700&family=Fira+Sans:wght@300;400;700&family=Playfair+Display:wght@400;700&display=swap");
.red-text {
  color: #73000a; }

.grey-bg {
  background-color: #ececec; }

@keyframes pulse {
  0% {
    transform: scale(0.85); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0); }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0); } }
html, body {
  font-size: 22px;
  overflow-x: hidden; }
  @media screen and (max-width: 1199px) {
    html, body {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    html, body {
      font-size: 18px; } }

img {
  max-width: 100%; }

body {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400; }

p {
  line-height: 1.25em;
  font-weight: 300; }

strong {
  font-weight: 700; }

.button {
  display: inline-block;
  text-align: center;
  background: #466a9f;
  color: white;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
  padding: 3px 10px;
  width: 100%;
  max-width: 266px;
  border-radius: 200px; }
  .button:hover {
    color: white;
    background: #324d75;
    text-decoration: none; }

.serif {
  font-family: "Playfair Display", serif;
  font-weight: 700; }

.condensed {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: .05em; }

.caps, .small-title {
  text-transform: uppercase; }

.headline {
  font-size: 1.68rem; }

.subpage-heading {
  font-size: 2.2rem; }

.small-title {
  font-size: 1.5rem; }

.small-text {
  font-size: 15px; }

.large-text {
  font-size: 1.35rem; }

@media screen and (max-width: 991px) {
  .nav-container {
    background: #141414; }
    .nav-container .navbar-nav {
      border-bottom: 0px; } }

.navbar-brand {
  width: 240px;
  max-width: 43%; }
  .navbar-brand img {
    width: 100%; }

.nav-link {
  display: inline-block;
  padding-right: 8px !important; }
  .nav-link a {
    color: #000; }
    .nav-link a:hover, .nav-link a:focus {
      color: #73000a; }

@media screen and (max-width: 991px) {
  .nav-search {
    padding-left: 12px; }
    .nav-search .fas {
      display: none; }
    .nav-search .nav-link {
      width: 100%; }
    .nav-search label {
      display: inline;
      line-height: 0px; }
    .nav-search form {
      width: 100%;
      padding-right: 90px;
      position: relative; }
      .nav-search form input {
        width: 100%;
        font-size: 18px; }
      .nav-search form button {
        font-family: "Fira Sans Extra Condensed", sans-serif;
        background: #73000a;
        color: white;
        appearance: none;
        box-shadow: 0px;
        border: 0px;
        font-size: 18px;
        padding: 3px 8px 4px;
        position: absolute;
        right: 0px;
        width: 90px;
        top: 0;
        text-transform: uppercase; }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    background: #141414;
    z-index: 99;
    width: 100%;
    right: 0;
    transform: translateX(100%);
    opacity: 0;
    height: auto !important;
    transition: transform .3s ease, opacity .5s ease;
    padding: 0px 15px 20px;
    box-shadow: -11px 11px 10px -10px; }
    .navbar-collapse:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: #141414;
      top: 0;
      left: 100%;
      box-shadow: -1px 11px 10px -10px; }
    .navbar-collapse a {
      color: white; }
    .navbar-collapse span {
      color: white; }
    .navbar-collapse .nav-item .nav-link a,
    .navbar-collapse .nav-item.active .nav-link a,
    .navbar-collapse .nav-item.active .nav-link span {
      color: white; }
      .navbar-collapse .nav-item .nav-link a:hover, .navbar-collapse .nav-item .nav-link a:active,
      .navbar-collapse .nav-item.active .nav-link a:hover,
      .navbar-collapse .nav-item.active .nav-link a:active,
      .navbar-collapse .nav-item.active .nav-link span:hover,
      .navbar-collapse .nav-item.active .nav-link span:active {
        color: white; }

  .navbar-collapse.show {
    transform: translateX(0);
    opacity: 1; }

  .nav-item {
    position: relative;
    border-bottom: 1px solid white;
    padding: 4px 15px; }
    .nav-item a {
      font-size: 18px; }
    .nav-item.has-submenu.open .fas {
      transform: rotate(90deg); }
    .nav-item.has-submenu.open .submenu {
      max-height: 300px; }
    .nav-item.has-submenu .fas {
      position: absolute;
      right: 8px;
      font-size: 22px;
      cursor: pointer; }
    .nav-item.has-submenu .submenu {
      max-height: 0px;
      overflow: hidden;
      transition: max-height .3s ease;
      padding-left: 10px; }
      .nav-item.has-submenu .submenu li {
        margin-bottom: 12px;
        margin-top: 3px; }
        .nav-item.has-submenu .submenu li a {
          font-size: 16px; }

  .navbar-toggler-icon {
    background-image: none !important;
    background-color: white;
    height: 3px;
    width: 25px;
    margin: 10px 0;
    position: relative;
    transition: all 0.35s ease-out;
    transform-origin: center; }

  .navbar-toggler-icon::before {
    display: block;
    background-color: white;
    height: 3px;
    content: "";
    position: relative;
    top: -7px;
    transition: all 0.15s ease-out;
    /*taken down to hide quicker*/
    transform-origin: center; }

  .navbar-toggler-icon::after {
    display: block;
    background-color: white;
    height: 3px;
    content: "";
    position: relative;
    top: 4px;
    transition: all 0.35s ease-out;
    transform-origin: center; }

  .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(45deg); }

  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    opacity: 0; }

  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-90deg) translateX(7px); } }
.navbar-nav {
  border-bottom: 1px solid;
  font-size: .85rem; }

.nav-item.active .nav-link a,
.nav-item.active .nav-link span {
  color: #73000a; }

.nav-item {
  position: relative; }

.submenu {
  list-style-type: none; }

@media screen and (min-width: 992px) {
  .has-submenu .submenu {
    background: #1f414d;
    pointer-events: none;
    padding: 10px 16px;
    border-top: 1px solid;
    min-width: 100%;
    white-space: nowrap;
    box-shadow: 0px 2px 9px -3px;
    z-index: 99;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .has-submenu .submenu a {
      color: white;
      font-size: .8rem;
      display: inline-block;
      margin-bottom: 4px; }
  .has-submenu .fas {
    display: inline-block;
    padding-left: 4px;
    transition: transform .2s ease; }
  .has-submenu:hover .fas, .has-submenu:focus .fas {
    transform: rotate(90deg);
    color: #73000a; }
  .has-submenu:hover .submenu, .has-submenu:focus .submenu {
    opacity: 1;
    pointer-events: initial; }
  .has-submenu:focus-within .fas {
    transform: rotate(90deg);
    color: #73000a; }
  .has-submenu:focus-within .submenu {
    opacity: 1;
    pointer-events: initial; }
  .has-submenu .submenu {
    opacity: 0;
    position: absolute;
    top: 100%; } }

.nav-search {
  position: relative; }
  .nav-search label {
    margin-bottom: 0px; }
  @media screen and (min-width: 992px) {
    .nav-search input {
      position: absolute;
      top: 100%;
      right: 0;
      border: 1px solid;
      padding: 4px 10px;
      border-bottom-left-radius: 8px;
      background: #f3f3f3;
      width: 0px;
      opacity: 0;
      transition: width .5s ease, opacity .3s ease; }
    .nav-search:focus input {
      width: 320px;
      opacity: 1; }
    .nav-search:focus-within input {
      width: 320px;
      opacity: 1; } }

.footer {
  color: white;
  background-size: cover; }
  .footer a {
    color: white; }
  .footer .footer-brand {
    display: inline-block;
    width: 145px;
    max-width: 100%; }
    @media screen and (max-width: 767px) {
      .footer .footer-brand {
        width: 90px; } }
  .footer .program {
    font-size: 1.1rem; }
  .footer .social-links {
    font-size: 32px;
    margin: 20px 0px; }
    .footer .social-links a {
      display: inline-block;
      margin-right: 14px;
      margin-bottom: 8px; }
      .footer .social-links a:last-child {
        margin-right: 0px; }
  .footer .footer-contact {
    font-size: 1.1em; }
    .footer .footer-contact a {
      font-weight: 800; }
  .footer .footer-copy {
    font-size: 18px; }
  .footer .legal {
    font-size: 14px;
    margin-top: 25px; }
    @media screen and (max-width: 767px) {
      .footer .legal {
        font-size: 12px; } }

.hero {
  background-position: center;
  background-size: cover; }

.hero-container {
  padding: 3rem 15px; }
  .hero-container .hero-content {
    max-width: 783px;
    background: rgba(31, 65, 77, 0.8);
    color: white;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative; }
    .hero-container .hero-content:after {
      position: absolute;
      content: "";
      background: rgba(31, 65, 77, 0.8);
      height: 100%;
      width: 100%;
      top: 0;
      right: 100%; }
    .hero-container .hero-content hr {
      border-top: 3px solid white; }
    .hero-container .hero-content p {
      font-weight: 300; }

.skip-link {
  width: 50px;
  height: 30px;
  display: block;
  margin: 0px auto; }
  .skip-link:hover .down-arrow {
    animation: pulse 1.5s;
    /* Animate for 1.5 seconds on hover */ }

.home-links .icon-link {
  height: 100% !important;
  display: flex;
  flex-direction: column; }
.home-links img {
  margin-bottom: 20px;
  width: 66px; }
.home-links hr {
  border-top: 3px solid #73000a; }
.home-links p {
  margin: 0px 10px 20px; }

.offset-image img {
  border-radius: 20px;
  border: 6px solid #466a9f;
  transform: translateY(-6rem); }
@media screen and (max-width: 991px) {
  .offset-image img {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    display: block;
    transform: translateY(0); } }
.offset-image p:last-child {
  margin-bottom: 0px; }

.subpage-hero {
  background-position: bottom;
  background-size: cover; }
  .subpage-hero .subpage-intro img {
    border-radius: 20px;
    border: 6px solid #466a9f; }
  @media screen and (max-width: 991px) {
    .subpage-hero {
      background-position: top; } }

.subpage-link img {
  width: 100%;
  max-width: 242px; }
.subpage-link hr {
  border-top: 4px solid #73000a; }
.subpage-link p {
  line-height: 1.3em; }

.quote-section .quote-container {
  border: 4px solid #73000a;
  border-radius: 1.5em;
  padding: 3.5em 20px 1.75em;
  position: relative;
  margin: 2em 0px; }
  .quote-section .quote-container img {
    position: absolute;
    top: -59px;
    left: 50%;
    transform: translateX(-50%);
    width: 163px; }
    @media screen and (max-width: 767px) {
      .quote-section .quote-container img {
        width: 120px;
        top: -35px; } }
.quote-section .quote-text {
  font-size: 1.56em;
  margin: 30px auto 10px;
  max-width: 889px; }
  @media screen and (max-width: 767px) {
    .quote-section .quote-text {
      font-size: 1.3em;
      margin-top: 10px; } }

.toolkit-intro .headline {
  margin-bottom: 1.5rem;
  font-weight: 400; }
.toolkit-intro .intro-text {
  font-size: 1.2rem; }
.toolkit-intro .toolkit-filters h3 {
  font-size: 1.2em; }

.filter-pill {
  font-size: 17px;
  display: inline-block;
  margin-right: 5px;
  padding: 6px 16px;
  margin-bottom: 8px;
  border-radius: 30px;
  border: 2px solid #466a9f;
  color: #466a9f;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1em;
  background: white; }
  .filter-pill:hover {
    background: #d4e3f8;
    text-decoration: none; }
  .filter-pill.active {
    background: #466a9f;
    color: white; }

.toolkit-listing .toolkit-card {
  background: #ececec;
  border-radius: 20px;
  overflow: hidden; }
.toolkit-listing .embed-responsive {
  margin-bottom: 10px; }
  .toolkit-listing .embed-responsive .card-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .toolkit-listing .embed-responsive .embed-responsive-item {
    pointer-events: none; }
.toolkit-listing .filter-pill {
  font-size: 13px;
  margin-bottom: 2px;
  padding: 4px 8px; }
.toolkit-listing .card-tags {
  margin-bottom: 10px;
  padding: 0px 18px 8px; }
.toolkit-listing .card-info {
  padding: 8px 18px; }
.toolkit-listing .toolkit-name {
  color: #73000a;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  display: inline-block;
  margin-bottom: 10px; }

.toolkit-page {
  max-width: 991px;
  margin: 0 auto; }
  .toolkit-page .page-heading .backlink {
    color: #000; }
  .toolkit-page .toolkit-title {
    border-bottom: 4px solid #73000a;
    padding-bottom: 8px; }
  .toolkit-page .video-container {
    max-width: 768px;
    margin: 0 auto; }

.toolkit-references {
  border-radius: 30px;
  position: relative; }
  .toolkit-references img {
    position: absolute;
    width: 42px; }
    @media screen and (max-width: 991px) {
      .toolkit-references img {
        top: 30px;
        right: 20px;
        width: 25px; } }
    @media screen and (max-width: 767px) {
      .toolkit-references img {
        top: 20px;
        right: 20px; } }
  .toolkit-references p:last-child {
    margin-bottom: 0px; }
  .toolkit-references .reference-content {
    max-width: 700px;
    margin: 0 auto; }
  .toolkit-references .reference-title {
    font-size: 25px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .toolkit-references .reference-title {
        font-size: 22px; } }

.about-info {
  max-width: 900px;
  margin: 10px auto; }
  .about-info p {
    font-size: 1.56rem;
    font-weight: 400; }
  .about-info ul {
    padding-left: 1rem;
    font-size: 1.4rem; }
    .about-info ul li {
      padding-left: 20px; }
  @media screen and (max-width: 767px) {
    .about-info p {
      font-size: 1.3rem; }
    .about-info ul {
      font-size: 1.2rem; } }

.text-section p, .text-section ul {
  font-weight: 400; }
  .text-section p:last-child, .text-section ul:last-child {
    margin-bottom: 0px; }
.text-section ul {
  padding-left: 1rem; }
  .text-section ul li {
    padding-left: 20px; }
.text-section .small-title {
  border-bottom: 4px solid #73000a;
  padding-bottom: 8px;
  margin-bottom: 20px; }
.text-section .text-block {
  margin-bottom: 2.7em; }

.bio-profile hr {
  margin-top: 0px;
  border-top: 4px solid #73000a;
  margin-bottom: 10px; }
.bio-profile .profile-image {
  max-width: 220px;
  width: 100%;
  margin: 0px auto 20px;
  display: block;
  border-radius: 8px;
  border: 4px solid #466a9f; }
.bio-profile .red-text {
  margin-bottom: 3px; }
.bio-profile .hope-title {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 1.1rem; }
.bio-profile .title {
  font-size: 18px; }
.bio-profile .bio-text p {
  font-size: 16px;
  font-weight: 400; }

.accordions .accordion-heading {
  background: #73000a;
  border: 4px solid #73000a;
  color: white;
  position: relative;
  border-radius: 24px;
  padding-right: 70px;
  padding-left: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all .2s ease; }
  .accordions .accordion-heading.active {
    background: #73000a; }
  .accordions .accordion-heading h2 {
    font-size: 1.2rem;
    margin-bottom: 0px;
    font-weight: 700; }
  .accordions .accordion-heading .fas {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #73000a;
    border-radius: 50%;
    padding-top: 3px;
    font-size: 27px;
    border: 3px solid;
    position: absolute;
    right: 20px;
    top: 12px; }
  @media screen and (max-width: 991px) {
    .accordions .accordion-heading {
      padding-left: 20px; }
      .accordions .accordion-heading .fas {
        font-size: 20px;
        width: 32px;
        height: 32px; } }
.accordions .accordion-content {
  display: none;
  border: 4px solid #73000a;
  padding: 20px 30px;
  border-radius: 24px;
  margin-bottom: 30px; }
  .accordions .accordion-content p {
    margin-bottom: .4em; }
  .accordions .accordion-content p, .accordions .accordion-content li {
    font-size: 18px; }
  .accordions .accordion-content ul {
    padding-left: 1em; }
  .accordions .accordion-content li {
    padding-bottom: 5px; }

.pagination {
  justify-content: center; }
  .pagination a {
    color: #212529; }
  .pagination .page-link {
    text-transform: uppercase;
    font-size: 16px;
    color: #212529; }
  .pagination .disabled .page-link {
    background: transparent; }
  .pagination .active .page-link {
    background: #73000a;
    border-color: #73000a; }

/*# sourceMappingURL=main.css.map */
