@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900|Oswald:300,400,500,600");
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:800|Open+Sans:400,700&display=swap");
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=4789e684-61ec-4731-a13e-6e85c22f700d&fontids=5802668");
@font-face {
  font-family: "FranklinCompressedBold";
  src: url("fonts/5802668/3de87d95-f9bc-485a-a18e-589463ef4227.eot?#iefix");
  src: url("/fonts/FranklinCompITCPro-Bold.otf?#iefix");
  src: url("fonts/5802668/3de87d95-f9bc-485a-a18e-589463ef4227.eot?#iefix") format("eot"), url("fonts/5802668/8c40dcde-2956-41e4-8f7f-f658276e23eb.woff2") format("woff2"), url("fonts/5802668/18d2834c-5515-4d8d-bdb9-7ee8b59f941d.woff") format("woff"), url("fonts/5802668/6c8a0443-616f-4d8f-b24e-2f57b3771b29.ttf") format("truetype");
}
.bg-natural {
  background-color: #f7f0ea;
}

.bg-white {
  background-color: #ffffff;
}

.bg-blue {
  background-color: #0000e8;
}

.bg-red {
  background-color: #eb574d;
}

.bg-orange {
  background-color: #fcb521;
}

.bg-aqua {
  background-color: #52d4e0;
}

/* =========== Key frames =========== */
@keyframes fadingleft {
  from {
    opacity: 0;
    left: -20%;
  }
  to {
    opacity: 1;
    left: 0%;
  }
}
@keyframes fadingright {
  from {
    opacity: 0;
    right: -20%;
  }
  to {
    opacity: 1;
    right: 0%;
  }
}
@keyframes fadingup {
  from {
    opacity: 0;
    bottom: -20%;
  }
  to {
    opacity: 1;
    bottom: 0%;
  }
}
/* =========== Animations =============== */
.leftanimation {
  opacity: 0;
  position: relative;
  animation: fadingleft ease-in 1s;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

.leftanimation.one {
  animation-delay: 0.5s;
}

.rightanimation {
  opacity: 0;
  position: relative;
  animation: fadingright ease-in 1s;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

.rightanimation.one {
  animation-delay: 1s;
}

.upanimation {
  opacity: 0;
  position: relative;
  animation: fadingup ease-in 1s;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

.upanimation.one {
  animation-delay: 1.5s;
}

html {
  font-size: 24px;
  overflow: scroll !important;
  box-sizing: border-box;
  background-color: #fff;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.75;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  height: 100% !important;
  margin: 0;
  color: #282561;
  background-color: #fff;
}

.default-content {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
}
@media (max-width: 1100px) {
  .default-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .default-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

p img {
  width: 100%;
  height: auto;
}

.black-heading-with-text .paragraph p:empty {
  display: none;
}

.text-block--paragraph figcaption {
  font-size: 12px;
}

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  display: block;
  width: 100%;
}

.flexslider .slides:after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1;
  margin: 0 0 60px;
  border: 4px solid #fff;
  border-radius: 4px;
  background: #fff;
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  opacity: 0;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 10px;
  opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: 10px;
  opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  z-index: -1;
  cursor: default;
  opacity: 0 !important;
  filter: alpha(opacity=0);
}

.flex-pauseplay a {
  position: absolute;
  z-index: 10;
  bottom: 5px;
  left: 10px;
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.8;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
}

.flex-control-nav li {
  display: inline-block;
  zoom: 1;
  margin: 0 6px;
  *display: inline;
}

.flex-control-paging li a {
  display: block;
  width: 11px;
  height: 11px;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  cursor: default;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}

.flex-control-thumbs {
  position: static;
  overflow: hidden;
  margin: 5px 0 0;
}

.flex-control-thumbs li {
  float: left;
  width: 25%;
  margin: 0;
}

.flex-control-thumbs img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
  opacity: 0.7;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
  }
  .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1;
  }
}
h1 {
  font-family: "FranklinCompressedBold", sans-serif, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 50px;
  margin: 20px 0;
  text-transform: uppercase;
  color: #1e1e1e;
}

h2 {
  font-family: "FranklinCompressedBold", sans-serif, sans-serif;
  font-size: 45px;
  font-weight: bold !important;
  line-height: 56px;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
  line-height: 40px;
}

h4 {
  font-size: 25px;
  line-height: 40px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h2,
h3,
h4,
h5 {
  font-family: "FranklinCompressedBold", sans-serif, sans-serif;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 32px;
  color: #1e1e1e;
}

address {
  font-family: "Open Sands", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 20px;
  margin: 1.3333em 0;
  color: #1e1e1e;
}

p {
  font-family: "Open Sands", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin: 1.3333em 0;
  color: #1e1e1e;
}

a {
  font-family: "Open Sands", sans-serif;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

.paragraphType-image-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paragraphType-image-caption img {
  border-radius: 10px;
}
.paragraphType-image-caption .fieldName-field-caption {
  font-size: 16px;
  line-height: 27px;
  color: #4d4d4d;
}

blockquote p {
  font-size: 32px;
  line-height: 50px;
  color: #282561;
}

b,
strong {
  font-weight: 600;
}

em {
  font-style: oblique;
}

i {
  font-style: italic;
}

small {
  font-size: 0.8em;
}

big {
  font-size: 1.2em;
}

dl dt {
  font-weight: 600;
}

abbr {
  text-transform: uppercase;
}

.caption > figcaption {
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #4d4d4d;
}

.node-content ul li {
  font-size: 24px;
  font-weight: 300;
  line-height: 42px;
  list-style: none;
  color: #282561;
}
.node-content ul li:before {
  font-size: 60px;
  position: relative;
  top: 15px;
  padding-right: 10px;
  content: "•";
  color: #cb6b4f;
}

.blog-post ul {
  padding-left: 2rem;
}
.blog-post ul li {
  line-height: 1.3;
  list-style: disc;
  color: #000;
}

ul {
  padding-left: 0;
}
ul li {
  font-family: "Open Sands", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  list-style: none;
}

.node-content ol li {
  font-size: 24px;
  font-weight: 300;
  line-height: 42px;
  color: #282561;
}

.page-template-page-contact-us .site-content {
  margin-bottom: 0px;
}

.content-section {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(792px + (4rem));
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  .content-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .content-section {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.black-heading-with-text--title-2 h2 {
  margin: 0px 0px 10px;
}

.page-template-page-about .partners {
  display: none;
}

.giving-list li {
  margin: 0.5em 0 !important;
}
.giving-list li a {
  color: #1e1e1e;
  font-weight: 400;
  text-decoration: underline;
}

.gsc-wrapper .gsc-adBlock {
  display: none !important;
}

.leadership-overlay,
.board-overlay,
.staff-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.grid-item {
  width: 25%;
}

.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.leadership--title,
.staff--title,
.founder--title {
  display: flex;
  justify-content: center;
}

@media (max-width: 475px) {
  .staff--title h2:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078" !important;
    font-size: 25px;
    position: relative;
    top: -5px;
    right: -20px;
  }
  .board-wrapper--title h2:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078" !important;
    font-size: 25px;
    position: relative;
    top: -5px;
    right: -20px;
  }
}
.leadership--title h2 {
  margin-top: 0px;
}

.leadership-wrapper .leadership-overlay-wrapper,
.leadership-wrapper .board-overlay-wrapper,
.leadership-wrapper .staff-overlay-wrapper,
.board-wrapper .leadership-overlay-wrapper,
.board-wrapper .board-overlay-wrapper,
.board-wrapper .staff-overlay-wrapper,
.staff-wrapper .leadership-overlay-wrapper,
.staff-wrapper .board-overlay-wrapper,
.staff-wrapper .staff-overlay-wrapper {
  position: relative;
  top: 10%;
  padding-bottom: 10%;
  width: 60%;
  height: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .leadership-wrapper .leadership-overlay-wrapper,
.leadership-wrapper .board-overlay-wrapper,
.leadership-wrapper .staff-overlay-wrapper,
.board-wrapper .leadership-overlay-wrapper,
.board-wrapper .board-overlay-wrapper,
.board-wrapper .staff-overlay-wrapper,
.staff-wrapper .leadership-overlay-wrapper,
.staff-wrapper .board-overlay-wrapper,
.staff-wrapper .staff-overlay-wrapper {
    width: 90%;
    height: 70%;
    top: 10%;
  }
  .leadership-wrapper .leadership-overlay-wrapper--card-image,
.leadership-wrapper .board-overlay-wrapper--card-image,
.leadership-wrapper .staff-overlay-wrapper--card-image,
.board-wrapper .leadership-overlay-wrapper--card-image,
.board-wrapper .board-overlay-wrapper--card-image,
.board-wrapper .staff-overlay-wrapper--card-image,
.staff-wrapper .leadership-overlay-wrapper--card-image,
.staff-wrapper .board-overlay-wrapper--card-image,
.staff-wrapper .staff-overlay-wrapper--card-image {
    max-width: 30%;
  }
  .leadership-wrapper .leadership-overlay-wrapper--card,
.leadership-wrapper .board-overlay-wrapper--card,
.leadership-wrapper .staff-overlay-wrapper--card,
.board-wrapper .leadership-overlay-wrapper--card,
.board-wrapper .board-overlay-wrapper--card,
.board-wrapper .staff-overlay-wrapper--card,
.staff-wrapper .leadership-overlay-wrapper--card,
.staff-wrapper .board-overlay-wrapper--card,
.staff-wrapper .staff-overlay-wrapper--card {
    padding: 10px;
  }
}
@media (max-width: 475px) {
  .leadership-wrapper .leadership-overlay-wrapper,
.leadership-wrapper .board-overlay-wrapper,
.leadership-wrapper .staff-overlay-wrapper,
.board-wrapper .leadership-overlay-wrapper,
.board-wrapper .board-overlay-wrapper,
.board-wrapper .staff-overlay-wrapper,
.staff-wrapper .leadership-overlay-wrapper,
.staff-wrapper .board-overlay-wrapper,
.staff-wrapper .staff-overlay-wrapper {
    height: 80%;
    top: 5%;
  }
}
.leadership-wrapper .leadership-overlay-wrapper .close,
.leadership-wrapper .board-overlay-wrapper .close,
.leadership-wrapper .staff-overlay-wrapper .close,
.board-wrapper .leadership-overlay-wrapper .close,
.board-wrapper .board-overlay-wrapper .close,
.board-wrapper .staff-overlay-wrapper .close,
.staff-wrapper .leadership-overlay-wrapper .close,
.staff-wrapper .board-overlay-wrapper .close,
.staff-wrapper .staff-overlay-wrapper .close {
  position: absolute;
  top: -10px;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 475px) {
  .leadership-wrapper .leadership-overlay-wrapper .close,
.leadership-wrapper .board-overlay-wrapper .close,
.leadership-wrapper .staff-overlay-wrapper .close,
.board-wrapper .leadership-overlay-wrapper .close,
.board-wrapper .board-overlay-wrapper .close,
.board-wrapper .staff-overlay-wrapper .close,
.staff-wrapper .leadership-overlay-wrapper .close,
.staff-wrapper .board-overlay-wrapper .close,
.staff-wrapper .staff-overlay-wrapper .close {
    right: 10px;
  }
}
.leadership-wrapper .leadership-overlay-wrapper .close:hover,
.leadership-wrapper .board-overlay-wrapper .close:hover,
.leadership-wrapper .staff-overlay-wrapper .close:hover,
.board-wrapper .leadership-overlay-wrapper .close:hover,
.board-wrapper .board-overlay-wrapper .close:hover,
.board-wrapper .staff-overlay-wrapper .close:hover,
.staff-wrapper .leadership-overlay-wrapper .close:hover,
.staff-wrapper .board-overlay-wrapper .close:hover,
.staff-wrapper .staff-overlay-wrapper .close:hover {
  color: #0000e8;
}
.leadership-wrapper--bios-bio,
.board-wrapper--bios-bio,
.staff-wrapper--bios-bio {
  display: none;
  margin: 70px auto;
  padding: 20px 40px;
  background: #fff;
  border-radius: 5px;
  overflow-y: auto;
  height: 100%;
  position: relative;
  transition: all 5s ease-in-out;
}
@media (max-width: 1024px) {
  .leadership-wrapper--bios-bio,
.board-wrapper--bios-bio,
.staff-wrapper--bios-bio {
    height: 100%;
  }
}
.leadership-wrapper--bios-bio p img,
.board-wrapper--bios-bio p img,
.staff-wrapper--bios-bio p img {
  max-width: 20%;
  height: auto;
}

.leadership-button-group-wrapper {
  height: 50px;
  width: 100%;
  background-color: #eb574d;
  margin-bottom: 40px;
}
.leadership-button-group-wrapper .leadership-button-group {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1100px) {
  .leadership-button-group-wrapper .leadership-button-group {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .leadership-button-group-wrapper .leadership-button-group {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 475px) {
  .leadership-button-group-wrapper .leadership-button-group {
    display: flex;
    flex-wrap: wrap;
  }
}
.leadership-button-group-wrapper .leadership-button-group-locations {
  color: #ffffff;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.leadership-button-group-wrapper .leadership-button-group button {
  border: none;
  text-transform: uppercase;
  background: none;
  color: #ffffff;
  cursor: pointer;
  margin: 0 10px;
}
.leadership-button-group-wrapper .leadership-button-group button:focus {
  outline: none;
}
.leadership-button-group-wrapper .leadership-button-group button:hover {
  border-bottom: 1px solid #ffffff;
}
.leadership-button-group-wrapper .leadership-button-group .location-active {
  color: #f7f0ea;
  border-bottom: 1px solid #f7f0ea;
}

.leadership-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  max-width: calc(1188px + 0rem);
}
@media (max-width: 1100px) {
  .leadership-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .leadership-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.leadership-wrapper--card {
  width: 210px;
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s linear;
}
.leadership-wrapper--card:hover {
  box-shadow: 0px 0px 5px 4px rgba(51, 51, 51, 0.1411764706);
}
@media (max-width: 768px) {
  .leadership-wrapper--card {
    width: 50%;
  }
}
@media (max-width: 475px) {
  .leadership-wrapper--card {
    width: 100%;
    padding: 10px;
  }
}
.leadership-wrapper--card-image {
  height: auto;
  max-width: 100%;
  border-radius: 100px;
  box-shadow: 0px 0px 0px 1px #f7ecec;
}
@media (max-width: 475px) {
  .leadership-wrapper--card-image {
    max-width: 30%;
  }
}
.leadership-wrapper--card-first-name, .leadership-wrapper--card-first-last-name {
  margin-right: 5px;
}
.leadership-wrapper--card-first-name h3, .leadership-wrapper--card-last-name h3, .leadership-wrapper--card-first-last-name h3 {
  margin: 10px 0px 0px;
  letter-spacing: 0.02rem;
  text-align: center;
  font-size: 25px;
}
.leadership-wrapper--card-title p {
  margin: 0px;
  text-align: center;
}
.leadership-wrapper--card-button p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1e1e1e;
}
.leadership-wrapper--card-button p:hover {
  color: #0000e8;
  text-decoration: none;
  cursor: pointer;
}
.leadership-wrapper--card-name {
  display: flex;
}

.staff-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  max-width: calc(1188px + 0rem);
}
@media (max-width: 1100px) {
  .staff-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .staff-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.staff-wrapper--card {
  width: 210px;
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s linear;
}
.staff-wrapper--card:hover {
  box-shadow: 0px 0px 5px 4px rgba(51, 51, 51, 0.1411764706);
}
@media (max-width: 768px) {
  .staff-wrapper--card {
    width: 50%;
  }
}
@media (max-width: 475px) {
  .staff-wrapper--card {
    width: 100%;
    padding: 10px;
  }
}
.staff-wrapper--card-image {
  height: auto;
  max-width: 100%;
  border-radius: 100px;
  box-shadow: 0px 0px 0px 1px #f7ecec;
}
@media (max-width: 475px) {
  .staff-wrapper--card-image {
    max-width: 30%;
  }
}
.staff-wrapper--card-first-name, .staff-wrapper--card-first-last-name {
  margin-right: 5px;
}
.staff-wrapper--card-first-name h3, .staff-wrapper--card-last-name h3, .staff-wrapper--card-first-last-name h3 {
  margin: 10px 0px 0px;
  letter-spacing: 0.02rem;
  text-align: center;
  font-size: 25px;
}
.staff-wrapper--card-title p {
  margin: 0px;
  text-align: center;
  font-size: 14px;
}
.staff-wrapper--card-button p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1e1e1e;
}
.staff-wrapper--card-button p:hover {
  color: #0000e8;
  text-decoration: none;
  cursor: pointer;
}
.staff-wrapper--card-name {
  display: flex;
}

@media (max-width: 475px) {
  .mobile-staff-wrapper {
    display: none;
  }
  .mobile-board-wrapper {
    display: none;
  }
}
.board-wrapper {
  position: relative;
  background-color: #f7f0ea;
  padding: 60px 0px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.board-wrapper .board-button {
  cursor: pointer;
}
.board-wrapper--title {
  display: flex;
  justify-content: center;
}
.board-wrapper .board-wrapper--content {
  display: block;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  max-width: calc(1188px + 0rem);
}
@media (max-width: 1100px) {
  .board-wrapper .board-wrapper--content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .board-wrapper .board-wrapper--content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 475px) {
  .board-wrapper .board-wrapper--content {
    display: block;
  }
}
.board-wrapper .board-wrapper--content-card {
  width: 210px;
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s linear;
}
.board-wrapper .board-wrapper--content-card:hover {
  box-shadow: 0px 0px 5px 4px rgba(51, 51, 51, 0.1411764706);
}
@media (max-width: 768px) {
  .board-wrapper .board-wrapper--content-card {
    width: 50%;
  }
}
@media (max-width: 475px) {
  .board-wrapper .board-wrapper--content-card {
    width: 100%;
    padding: 10px;
  }
}
.board-wrapper .board-wrapper--content-card-image {
  height: auto;
  max-width: 100%;
  border-radius: 100px;
  box-shadow: 0px 0px 0px 1px #f7ecec;
}
@media (max-width: 475px) {
  .board-wrapper .board-wrapper--content-card-image {
    max-width: 30%;
  }
}
.board-wrapper .board-wrapper--content-card-first-name, .board-wrapper .board-wrapper--content-card-first-last-name {
  margin-right: 5px;
}
.board-wrapper .board-wrapper--content-card-first-name h3, .board-wrapper .board-wrapper--content-card-last-name h3, .board-wrapper .board-wrapper--content-card-first-last-name h3 {
  margin: 10px 0px 0px;
  letter-spacing: 0.02rem;
  text-align: center;
  font-size: 25px;
}
.board-wrapper .board-wrapper--content-card-name {
  display: flex;
}
.board-wrapper .board-wrapper--content-card-title p {
  margin: 0px;
  text-align: center;
  font-size: 14px;
}
.board-wrapper .board-wrapper--content-card-button p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1e1e1e;
}
.board-wrapper .board-wrapper--content-card-button p:hover {
  color: #0000e8;
  text-decoration: none;
  cursor: pointer;
}

.excerpt.founder-block {
  max-height: 310px;
  overflow-y: scroll;
}
.excerpt.founder-block p {
  margin: 0px 0px 20px;
}

.founder-block {
  position: relative;
  display: flex;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  max-width: calc(1188px + 0rem);
  flex-direction: column;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  .founder-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .founder-block {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.founder-block--card {
  width: 280px;
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s linear;
}
.founder-block--card:hover {
  box-shadow: 0px 0px 5px 4px rgba(51, 51, 51, 0.1411764706);
}
@media (max-width: 768px) {
  .founder-block--card {
    width: 50%;
  }
}
@media (max-width: 475px) {
  .founder-block--card {
    padding: 10px 10px 30px;
    width: 100%;
  }
}
.founder-block--card-image {
  display: flex;
  justify-content: center;
}
.founder-block--card-image img {
  height: auto;
  max-width: 100%;
  border-radius: 100px;
  box-shadow: 0px 0px 0px 1px #f7ecec;
}
@media (max-width: 475px) {
  .founder-block--card-image img {
    max-width: 40%;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    @media (max-width: 475px) {
      .founder-block--card-image img {
        max-width: 40%;
        height: 40%;
      }
    }
  }
}
.founder-block--card-first-name, .founder-block--card-last-name, .founder-block--card-first-last-name {
  margin: 10px 0px 0px;
  letter-spacing: 0.02rem;
  text-align: center;
  font-size: 25px;
}
.founder-block--card-title p {
  margin: 0px;
  text-align: center;
  font-size: 14px;
}
.founder-block--card-button p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1e1e1e;
}
.founder-block--card-button p:hover {
  color: #0000e8;
  text-decoration: none;
  cursor: pointer;
}
.founder-block--card-name {
  display: flex;
}
.founder-block .founder-block-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .founder-block .founder-block-wrapper {
    flex-direction: column;
  }
}

.partners {
  padding: 60px 0px;
  margin-top: 40px;
  margin-bottom: 60px;
  border-top: 1px solid #0000e8;
}
.partners .partners-wrapper .button {
  cursor: pointer;
}
.partners .partners-wrapper--title {
  display: flex;
  justify-content: center;
}
.partners .partners-wrapper .partners-wrapper--logos {
  margin: 20px 0px;
}
.partners .partners-wrapper .partners-wrapper--logos .slick-slide {
  margin: 0px 40px;
}
.partners .partners-wrapper .partners-wrapper--logos .slick-slide img {
  width: 100%;
}
.partners .partners-wrapper .partners-wrapper--logos .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
}
.partners .partners-wrapper .partners-wrapper--logos .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.partners .partners-wrapper .partners-wrapper--logos .slick-list:focus {
  outline: none;
}
.partners .partners-wrapper .partners-wrapper--logos .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.partners .partners-wrapper .partners-wrapper--logos .slick-slider .slick-track,
.partners .partners-wrapper .partners-wrapper--logos .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.partners .partners-wrapper .partners-wrapper--logos .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.partners .partners-wrapper .partners-wrapper--logos .slick-track:before,
.partners .partners-wrapper .partners-wrapper--logos .slick-track:after {
  display: table;
  content: "";
}
.partners .partners-wrapper .partners-wrapper--logos .slick-track:after {
  clear: both;
}
.partners .partners-wrapper .partners-wrapper--logos .slick-loading .slick-track {
  visibility: hidden;
}
.partners .partners-wrapper .partners-wrapper--logos .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.partners .partners-wrapper .partners-wrapper--logos [dir=rtl] .slick-slide {
  float: right;
}
.partners .partners-wrapper .partners-wrapper--logos .slick-slide img {
  display: block;
}
.partners .partners-wrapper .partners-wrapper--logos .slick-slide.slick-loading img {
  display: none;
}
.partners .partners-wrapper .partners-wrapper--logos .slick-slide.dragging img {
  pointer-events: none;
}
.partners .partners-wrapper .partners-wrapper--logos .slick-initialized .slick-slide {
  display: block;
}
.partners .partners-wrapper .partners-wrapper--logos .slick-loading .slick-slide {
  visibility: hidden;
}
.partners .partners-wrapper .partners-wrapper--logos .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.partners .partners-wrapper .partners-wrapper--logos .slick-arrow.slick-hidden {
  display: none;
}

.foundation-block {
  position: relative;
  background-color: #f7f0ea;
  padding: 60px 0px;
  margin-top: 40px;
}
@media (max-width: 475px) {
  .foundation-block .founder--title h2 {
    font-size: 30px;
  }
}

.blog .inner-hero .inner-hero-content {
  display: flex;
  align-items: center;
}
.blog .site-main .blog-posts {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .blog .site-main .blog-posts {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .blog .site-main .blog-posts {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.blog .site-main .blog-posts a {
  width: 33%;
  min-height: 370px;
}
@media (max-width: 768px) {
  .blog .site-main .blog-posts a {
    width: 50%;
  }
}
@media (max-width: 475px) {
  .blog .site-main .blog-posts a {
    width: 100%;
  }
}
.blog .site-main .blog-posts:hover {
  color: #0000e8;
}
@media (max-width: 475px) {
  .blog .site-main .blog-posts {
    flex-direction: column;
  }
}
.blog .site-main .blog-posts article {
  width: 90%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
@media (max-width: 475px) {
  .blog .site-main .blog-posts article {
    width: 100%;
    margin-bottom: 20px;
  }
}
.blog .site-main .blog-posts article .post-image {
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
}
.blog .site-main .blog-posts article .entry-header {
  padding: 0px 20px;
  min-height: 110px;
}
.blog .site-main .blog-posts article .entry-header .entry-meta {
  font-size: 16px;
  margin: 10px 0px;
  color: #1e1e1e;
}
.blog .site-main .blog-posts article .entry-header .post-title h2 {
  margin: 0;
  font-size: 24px;
  line-height: 24px;
  color: #52d4e0;
  letter-spacing: 0.03rem;
}
.blog .site-main .blog-posts article .entry-header .post-title h2:hover {
  color: #0000e8;
}

.pagination {
  clear: both;
  display: block;
  padding: 20px 0px;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
}
.pagination a {
  color: #00a9ea;
}

.single .blog-post {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(792px + (4rem));
}
@media (max-width: 1100px) {
  .single .blog-post {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .single .blog-post {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.single .inner-hero-content {
  display: flex;
  align-items: center;
  position: relative;
}
.single .inner-hero-content:after {
  content: "";
  background-color: rgba(0, 0, 232, 0.6);
  width: 100%;
  position: absolute;
  height: 100%;
}
.single .inner-hero-content--page-title {
  z-index: 1;
}
.single .inner-hero-content--page-title h1 {
  color: #ffffff;
}
.single .inner-hero-content .hero-background-image {
  background-size: cover !important;
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 0;
}
.single .site-main {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
}
@media (max-width: 1100px) {
  .single .site-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .single .site-main {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.single .site-main .post-navigation h2 {
  display: none;
}
.single .site-main .post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  margin: 60px 0px 80px;
}
.single .site-main .post-navigation .nav-links .nav-previous a {
  padding: 7px 20px 15px;
}
.single .site-main .post-navigation .nav-links .nav-previous a:after {
  content: "Previous Post";
  font-size: 14px;
  display: block;
  color: #eb574d;
  line-height: 5px;
}
.single .site-main .post-navigation .nav-links .nav-next a {
  padding: 7px 20px 15px;
}
.single .site-main .post-navigation .nav-links .nav-next a:after {
  content: "Next Post";
  font-size: 14px;
  display: block;
  color: #eb574d;
  line-height: 5px;
}
@media (max-width: 475px) {
  .single .site-main .post-navigation .nav-links {
    flex-direction: column;
    align-items: center;
  }
  .single .site-main .post-navigation .nav-links a {
    max-width: 330px !important;
    width: inherit !important;
    min-height: 67px !important;
    height: inherit !important;
  }
  .single .site-main .post-navigation .nav-links .nav-previous {
    margin-bottom: 20px;
  }
}
.single .site-main .post-navigation .nav-links a {
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  display: block;
  width: 330px;
  min-height: 67px;
  padding: 15px 20px;
  transition: all 0.3s ease-in;
  text-align: center;
  color: #0000e8;
  border: 1px solid #0000e8;
  font-size: 14px;
  min-width: 350px;
  min-height: 67px !important;
}
.single .site-main .post-navigation .nav-links a:hover {
  transition: all 0.3s ease-in;
  text-decoration: none;
  color: #ffffff;
  background-color: #0000e8;
}

.perks-benefits--title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.perks-benefits--title h2 {
  margin: 0px;
}

.core-values--title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.core-values--title h2 {
  margin: 0px;
}

.core-values-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: center;
}
@media (max-width: 1100px) {
  .core-values-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .core-values-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 768px) {
  .core-values-wrapper {
    justify-content: space-between;
  }
}
.core-values-wrapper--card {
  width: 32%;
  border: 1px solid #0000e8;
  padding: 30px;
  margin-bottom: 2rem;
  position: relative;
  min-height: 7rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .core-values-wrapper--card {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .core-values-wrapper--card {
    width: 48%;
    margin-right: 0px;
  }
}
@media (max-width: 475px) {
  .core-values-wrapper--card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .core-values-wrapper--card-title {
    width: 100%;
  }
}
.core-values-wrapper--card-title h1 {
  text-transform: uppercase;
  color: #0000e8;
  font-size: 45px;
  line-height: 0.83;
  font-family: "FranklinCompressedBold", sans-serif;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .core-values-wrapper--card-title h1 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .core-values-wrapper--card-title h1 {
    font-size: 25px;
  }
}
.core-values-wrapper--card-description p {
  margin: 0px;
}

.perks-benefits-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  margin-bottom: 20px;
  justify-content: center;
}
@media (max-width: 1100px) {
  .perks-benefits-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .perks-benefits-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.perks-benefits-wrapper--card {
  background-color: #f7f0ea;
  margin: 0px 20px 60px;
  padding: 50px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28%;
  min-height: 200px;
}
@media (max-width: 768px) {
  .perks-benefits-wrapper--card {
    width: 43%;
  }
}
@media (max-width: 475px) {
  .perks-benefits-wrapper--card {
    width: 100%;
  }
}
.perks-benefits-wrapper--card-image {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.perks-benefits-wrapper--card-image img {
  max-width: 30%;
  height: auto;
}
.perks-benefits-wrapper--card h3 {
  margin: 0px;
  text-transform: uppercase;
  text-align: center;
}
.perks-benefits-wrapper--card-description {
  min-height: 200px;
}
.perks-benefits-wrapper--card-description p {
  text-align: center;
}

.testimonials {
  background-color: #eb574d;
}
.testimonials .flexslider {
  background-color: #eb574d !important;
}
@media (max-width: 1024px) {
  .testimonials .flex-direction-nav {
    bottom: 47px !important;
  }
}
.testimonials .slide-stat {
  width: 100% !important;
  display: flex !important;
  justify-content: left !important;
}
.testimonials .slide-stat p {
  font-size: 24px !important;
  text-align: left !important;
  color: #ffffff;
}
.testimonials .quote-box .slide-title h2,
.testimonials .quote-box .slide-title p {
  color: #ffffff !important;
}
.testimonials .testimonials-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media (max-width: 1100px) {
  .testimonials .testimonials-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .testimonials .testimonials-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.testimonials .testimonials-wrapper--title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.testimonials .testimonials-wrapper .flexslider {
  background-color: transparent;
  border: none;
}
.testimonials .testimonials-wrapper .flexslider .flex-direction-nav {
  display: none;
}
.testimonials .testimonials-wrapper .flexslider .flex-control-nav {
  display: block;
  bottom: -60px;
}
.testimonials .testimonials-wrapper .flexslider .flex-viewport .slides li .career-testimonial-box {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 20px;
  width: 70%;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .testimonials .testimonials-wrapper .flexslider .flex-viewport .slides li .career-testimonial-box {
    width: 80%;
  }
}
@media (max-width: 475px) {
  .testimonials .testimonials-wrapper .flexslider .flex-viewport .slides li .career-testimonial-box {
    width: 100%;
  }
}
.testimonials .testimonials-wrapper .flexslider .flex-viewport .slides li .career-testimonial-box--paragraph p {
  font-style: italic;
}
.testimonials .testimonials-wrapper .flexslider .flex-viewport .slides li .career-testimonial-box--paragraph p:before {
  content: open-quote;
}
.testimonials .testimonials-wrapper .flexslider .flex-viewport .slides li .career-testimonial-box--paragraph p:after {
  content: close-quote;
}
.testimonials .testimonials-wrapper .flexslider .flex-viewport .slides li .career-testimonial-box--name {
  display: flex;
}
.testimonials .testimonials-wrapper .flexslider .flex-viewport .slides li .career-testimonial-box--first-name h4, .testimonials .testimonials-wrapper .flexslider .flex-viewport .slides li .career-testimonial-box--last-name h4 {
  margin: 0px 2px;
}
.testimonials .testimonials-wrapper .flexslider .flex-viewport .slides li .career-testimonial-box--last-name h4:after {
  content: ",";
  position: relative;
  left: 2px;
  margin-right: 10px;
}
.testimonials .testimonials-wrapper .flexslider .flex-viewport .slides li .career-testimonial-box--business-title p {
  margin: 8px 0px;
}

.openings-wrapper--title {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.openings-wrapper--title h2 {
  margin: 0px;
}
.openings-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  padding-bottom: 0rem;
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .openings-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .openings-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.openings-wrapper .job-openeings {
  width: 100%;
  padding: 20px 4rem;
}
@media (max-width: 475px) {
  .openings-wrapper .job-openeings {
    padding: 20px 2rem;
  }
}
.openings-wrapper .job-openeings .jobs {
  display: flex;
  flex-wrap: wrap;
}
.openings-wrapper .job-openeings .jobs .job {
  margin-bottom: 60px;
  width: 50%;
}
@media (max-width: 475px) {
  .openings-wrapper .job-openeings .jobs .job {
    width: 100%;
  }
}
.openings-wrapper .job-openeings .jobs .job p {
  margin: 0px;
}
.openings-wrapper .job-openeings .jobs .job h2 {
  font-size: 25px;
  line-height: 0px;
  margin: 0 0 20px;
}
.openings-wrapper .job-openeings .jobs .apply_jobs.open {
  width: 100%;
}
.openings-wrapper--card {
  background-color: #f7f0ea;
  margin: 0px 20px 60px;
  padding: 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28%;
  min-height: 200px;
}
@media (max-width: 768px) {
  .openings-wrapper--card {
    width: 44%;
  }
}
@media (max-width: 475px) {
  .openings-wrapper--card {
    width: 100%;
  }
}
.openings-wrapper--card-title h5 {
  text-transform: uppercase;
  margin: 0px;
}
.openings-wrapper--card-location p {
  margin-top: 0px;
  height: 40px;
}
.openings-wrapper--card a {
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  display: block;
  padding: 0 20px;
  transition: all 0.3s ease-in;
  text-align: center;
  color: #0000e8;
  border: 1px solid #0000e8;
}
.openings-wrapper--card a:hover {
  transition: all 0.3s ease-in;
  text-decoration: none;
  color: #ffffff;
  background-color: #0000e8;
}
.openings .openings-wrapper--footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.openings .openings-wrapper--footer-title h3 {
  margin-bottom: 0px;
}
.openings .openings-wrapper--footer-info {
  width: 33%;
}
.openings .openings-wrapper--footer-info p {
  text-align: center;
}

.national-office {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1100px) {
  .national-office {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .national-office {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 475px) {
  .national-office {
    flex-direction: column-reverse;
  }
}
.national-office .national-office-wrapper {
  width: 25%;
}
@media (max-width: 768px) {
  .national-office .national-office-wrapper {
    width: 33%;
  }
}
@media (max-width: 475px) {
  .national-office .national-office-wrapper {
    width: 100%;
    text-align: center;
  }
}
.national-office .national-office-wrapper-title h3 {
  margin: 0px;
  line-height: 20px;
}
.national-office .national-office-wrapper-phone p {
  margin: 0px;
  line-height: 15px;
}
.national-office .national-office-wrapper-fax p {
  margin: 0px;
}
.national-office .national-office-wrapper-email {
  font-size: 16px;
}
.national-office .national-office-image-wrapper {
  width: 50%;
}
@media (max-width: 475px) {
  .national-office .national-office-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
.national-office .national-office-image-wrapper-image img {
  max-width: 100%;
  height: auto;
}

.office-locations-wrapper {
  background-color: #f7f0ea;
  min-height: 200px;
  margin: 60px 0px 0px;
}
.office-locations-wrapper--info {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  padding-bottom: 3rem;
  padding-top: 2rem;
  display: flex;
  width: 85%;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .office-locations-wrapper--info {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .office-locations-wrapper--info {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 768px) {
  .office-locations-wrapper--info {
    width: 100%;
    flex-wrap: wrap;
  }
}
.office-locations-wrapper--info-card {
  margin: 20px 30px;
  width: 33%;
}
@media (max-width: 475px) {
  .office-locations-wrapper--info-card {
    margin: 20px 0px;
    width: 90%;
    text-align: center;
  }
}
.office-locations-wrapper--info-card-title h3 {
  margin: 0px;
}
.office-locations-wrapper--info-card-address address {
  margin: 10px 0 20px;
}
.office-locations-wrapper--info-card-phone p {
  margin: 0;
  line-height: 20px;
}
.office-locations-wrapper--info-card-fax p {
  margin: 0;
}
.office-locations-wrapper--info-card-email {
  font-size: 16px;
}

.black-heading {
  display: flex;
  justify-content: center;
}

.accordion-heading-with-text .paragraph {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}

.accordion-heading-with-text h2 {
  margin: 0px;
}

.content-section.accordion {
  margin: 0px auto 10px;
}
.content-section.accordion:nth-child(5) {
  margin-bottom: 40px;
}

.blue-heading--title h1 {
  color: #0000e8;
  text-transform: uppercase;
  text-align: center;
  font-family: "FranklinCompressedBold", sans-serif;
  font-size: 75px;
  line-height: 63px;
  margin-bottom: 60px;
}
@media (max-width: 475px) {
  .blue-heading--title h1 {
    font-size: 30px;
  }
}

.black-heading-with-text__Left p, .black-heading-with-text__Center p, .black-heading-with-text__Right p {
  margin: 0px;
}
.black-heading-with-text__Left {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.black-heading-with-text__Center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.black-heading-with-text__Center .paragraph p {
  text-align: center;
}
.black-heading-with-text__Right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: right;
}
.black-heading-with-text__Right .black-heading-with-text--title {
  text-align: right;
}
.black-heading-with-text__Right .paragraph p {
  text-align: right;
}

.image-block {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(792px + (4rem));
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  .image-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .image-block {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.image-block--title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-block--title h3 {
  text-transform: uppercase;
}
.image-block--title h3:empty {
  display: none;
}
.image-block p:empty:before {
  display: none;
}
.image-block--Right {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .image-block--Right {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.image-block--Right .image-block--paragraph {
  margin-right: 20px;
}
.image-block--Center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.image-block--Left {
  display: flex;
}
.image-block--Left .image-block--image {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .image-block--Left {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.image-block--image img {
  width: 100%;
  height: auto;
}
.image-block--paragraph p {
  margin: 0;
}
.image-block .image-caption {
  font-size: 13px;
  font-style: italic;
  margin-top: 0px;
}

.button-block--link a {
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  display: block;
  width: 330px;
  min-height: 67px;
  padding: 15px 20px;
  transition: all 0.3s ease-in;
  text-align: center;
  color: #0000e8;
  border: 1px solid #0000e8;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "FranklinCompressedBold", sans-serif;
  letter-spacing: 0.03em;
}
.button-block--link a:hover {
  transition: all 0.3s ease-in;
  text-decoration: none;
  color: #ffffff;
  background-color: #0000e8;
}
.button-block__Left {
  display: flex;
  justify-content: flex-start;
}
.button-block__Center {
  display: flex;
  justify-content: center;
}
.button-block__Right {
  display: flex;
  justify-content: flex-end;
}

.text-block__Left p, .text-block__Center p, .text-block__Right p {
  margin: 0px;
}
.text-block__Left ul li, .text-block__Center ul li, .text-block__Right ul li {
  margin: 1.3333em 0;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Open Sands", sans-serif;
}
.text-block__Left {
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.text-block__Center {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.text-block__Right {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.list-block-text {
  padding-left: 20px;
}
.list-block-text .list {
  margin-bottom: 0px;
  margin-top: 0px;
}

.content-divider {
  border-bottom: 1px solid #0000e8;
}

.block-top-padding__None {
  padding-top: 0px;
}

.block-bottom-padding__None {
  padding-bottom: 0px;
}

.block-top-padding__Default {
  padding-top: 80px;
}

.block-bottom-padding__Default {
  padding-bottom: 80px;
}

.block-top-padding__Large {
  padding-top: 160px;
}

.block-bottom-padding__Large {
  padding-bottom: 160px;
}

.site-footer {
  min-height: 245px;
  border-top: 1px solid #0000e8;
}
.site-footer--content {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
}
@media (max-width: 1100px) {
  .site-footer--content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .site-footer--content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.site-footer--widgets {
  padding: 60px 0px 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .site-footer--widgets {
    flex-direction: column;
    align-items: end;
    padding: 40px 20px;
  }
}
.site-footer--widgets-1 {
  width: 100px;
}
@media (max-width: 768px) {
  .site-footer--widgets-1 {
    margin-bottom: 30px;
  }
}
.site-footer--widgets-1 #media_image-2 {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .site-footer--widgets-1 #media_image-2 {
    justify-content: end;
  }
  .site-footer--widgets-1 #media_image-2 img {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .site-footer--widgets-2 {
    margin-bottom: 30px;
  }
}
.site-footer--widgets-2 .menu {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .site-footer--widgets-2 .menu {
    padding-left: 0px;
  }
}
.site-footer--widgets-2 .menu .menu-item {
  list-style: none;
  line-height: 0px;
  margin-bottom: 20px;
}
.site-footer--widgets-2 .menu .menu-item a {
  font-size: 14px;
  color: #4d4d4d;
  font-family: "Open Sands", sans-serif;
}
@media (max-width: 768px) {
  .site-footer--widgets-3 {
    margin-bottom: 30px;
  }
}
.site-footer--widgets-3 p {
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  color: #4d4d4d;
  line-height: 16px;
}
@media (max-width: 768px) {
  .site-footer--widgets-3 p {
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .site-footer--widgets-3 .wpsw-social-links {
    margin: 0 0 0 -15px;
  }
}
.site-footer--widgets-3 .wpsw-social-links .social-icon {
  font-size: 25px;
}
.site-footer--widgets-3 .social-icons a {
  margin-right: 10px;
}
.site-footer--widgets-3 .social-icons a:visited, .site-footer--widgets-3 .social-icons a:active {
  color: #0000e8;
}
.site-footer--widgets-3 .social-icons a:hover {
  color: #0000b5;
}
.site-footer--widgets .email-signup {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .site-footer--widgets .email-signup {
    margin-bottom: 20px;
    width: 100%;
  }
}
.site-footer--widgets .email-signup a.stay-conneted-btn {
  border: 1px solid #0000e8;
  color: #fff;
  background: #0000e8;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  transition: all 0.3s ease-in;
  min-height: 50px;
  display: block;
  text-align: center;
  width: 280px;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "FranklinCompressedBold", sans-serif;
  letter-spacing: 0.03em;
}
@media (max-width: 475px) {
  .site-footer--widgets .email-signup a.stay-conneted-btn {
    padding: 10px 20px;
    width: inherit;
  }
}
.site-footer--widgets .email-signup-title p {
  font-size: 14px;
  margin: 0px 0px 15px 0px;
  color: #4d4d4d;
  line-height: 16px;
}
.site-footer--widgets .email-signup--form {
  position: relative;
  display: block;
  height: 50px;
  background: white;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .site-footer--widgets .email-signup--form {
    margin: 0px;
  }
}
.site-footer--widgets .email-signup--form .stay-conneted-btn {
  position: absolute;
  height: 51px;
  line-height: 20px;
  top: 0px;
  right: 0px;
  padding: 0px 15px 5px;
  background: #0000e8;
  color: white;
  cursor: pointer;
  font-size: 40px;
  transition: all 0.3s ease-in;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.site-footer--widgets .email-signup--form .stay-conneted-btn:hover {
  background: #0000b5;
  transition: all 0.3s ease-in;
}
.site-footer--widgets .email-signup--form input {
  line-height: 50px;
  padding: 0;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.02em;
  border: 1px solid #0000e8;
}
.site-footer--widgets .email-signup--form input:not([type=submit]) {
  max-width: 100%;
  display: block;
  padding: 0 80px 0 30px;
  width: 400px;
  height: auto;
}
@media (max-width: 768px) {
  .site-footer--widgets .email-signup--form input:not([type=submit]) {
    width: 100%;
  }
}
.site-footer--widgets .email-signup--form input:focus {
  outline: none;
  background: white;
  transition: all 0.3s ease-in;
}
.site-footer--widgets .email-signup .search-button {
  height: 50px;
  display: flex;
  margin-top: 20px;
  background-color: #eb574d;
}
.site-footer--widgets .email-signup .search-button a {
  padding: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  border-radius: 0px;
  border: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer--widgets .email-signup .search-button a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.site-header {
  display: flex;
  justify-content: space-between;
  height: 80px;
  position: relative;
}
@media (max-width: 768px) {
  .site-header {
    padding: 0;
  }
}

.hero {
  position: relative;
  height: 650px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 1401px) {
  .hero {
    background-color: #52d4e0;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .hero {
    height: 450px;
    margin-bottom: 50px;
    background-size: cover;
    background-image: none !important;
    background-color: #52d4e0;
  }
}
@media (max-width: 768px) {
  .hero {
    margin-bottom: 40px;
    height: 340px;
  }
}
@media (max-width: 425px) {
  .hero {
    height: 235px;
  }
}
.hero .wp-custom-header {
  position: relative;
}
.hero .wp-custom-header #wp-custom-header-video {
  width: 100%;
  height: auto;
}
.hero .wp-custom-header:after {
  content: "";
  position: relative;
  background-color: rgba(10, 10, 10, 0.5);
  background-blend-mode: multiply;
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
}
.browser-ie .hero .wp-custom-header:after .browser-edge .hero .wp-custom-header:after {
  background-blend-mode: none;
}
.browser-ie .hero .wp-custom-header:after .browser-edge .hero .wp-custom-header:after:before {
  display: none;
}
.browser-ie .hero .wp-custom-header:after .browser-edge .hero .wp-custom-header:after:after {
  background-color: rgba(0, 0, 0, 0.8);
  mix-blend-mode: none;
}
.hero .wp-custom-header button {
  display: none;
}
.hero .hero-content {
  display: flex;
  justify-content: center;
  position: absolute;
  flex-direction: column;
  width: 100%;
  z-index: 2;
  top: 30%;
}
@media (max-width: 425px) {
  .hero .hero-content {
    overflow: hidden;
    top: 30%;
  }
}
.hero .hero-content--sub-title h5 {
  margin-bottom: 0px;
}
.hero .hero-content--paragraph {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .hero .hero-content--paragraph {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .hero .hero-content--paragraph {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 475px) {
  .hero .hero-content--paragraph {
    margin-bottom: 0px;
  }
}
.hero .hero-content--paragraph p {
  margin: 20px 0px 20px;
  padding: 0px 80px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  line-height: 2.3rem;
}
@media (max-width: 1024px) {
  .hero .hero-content--paragraph p {
    font-size: 40px;
    line-height: 46px;
    padding: 0px;
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .hero .hero-content--paragraph p {
    font-size: 32px;
    line-height: 40px;
    padding: 0px;
    margin: 0px;
  }
}
@media (max-width: 475px) {
  .hero .hero-content--paragraph p {
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
  }
}
.hero .hero-content--title {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
}
@media (max-width: 1100px) {
  .hero .hero-content--title {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .hero .hero-content--title {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 768px) {
  .hero .hero-content--title {
    width: 100%;
    padding: 0px;
  }
}
.hero .hero-content--title h2 {
  font-size: 150px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px 0px 10px;
  line-height: 67px;
  font-family: "FranklinCompressedBold", sans-serif;
  text-align: center;
}
@media (max-width: 1024px) {
  .hero .hero-content--title h2 {
    font-size: 125px;
  }
}
@media (max-width: 768px) {
  .hero .hero-content--title h2 {
    font-size: 85px;
  }
}
@media (max-width: 475px) {
  .hero .hero-content--title h2 {
    font-size: 45px;
  }
}
.hero .hero-content--bg-image--wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .hero .hero-content--bg-image--wrapper {
    overflow: hidden;
  }
}
.hero .hero-content--bg-image--wrapper:before {
  position: absolute;
  content: "";
  width: 538px;
  top: 52px;
  left: 45px;
  height: 100%;
  background: url("/wp-content/uploads/2019/11/Dot-Grid_RGB_Blue.png");
  background-repeat: no-repeat;
  background-size: 1162px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .hero .hero-content--bg-image--wrapper:before {
    display: none;
  }
}
.hero .hero-content--bg-image--content {
  height: 100%;
  width: auto;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 1024px) {
  .hero .hero-content--bg-image--content {
    background-image: none !important;
  }
}
@media (max-width: 1024px) {
  .hero .hero-content--bg-image--content {
    background-position: 100%;
    background-size: cover;
    background-color: #52d4e0;
    top: 0px;
    height: 103%;
    left: -100px;
  }
}
@media (max-width: 768px) {
  .hero .hero-content--bg-image--content {
    height: 122%;
    width: 100%;
    left: -110px;
    background-size: contain;
  }
}
@media (max-width: 425px) {
  .hero .hero-content--bg-image--content {
    left: -60px;
  }
}

.inner-hero {
  position: relative;
  margin-bottom: 40px;
  background: #0000e8;
  overflow: hidden;
}
.inner-hero .inner-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 475px) {
  .inner-hero .inner-hero-content {
    padding: 20px 0px 20px;
  }
}
.inner-hero .inner-hero-content--page-title {
  margin: 0px;
  padding: 15px 40px 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  z-index: 1;
}
.inner-hero .inner-hero-content--page-title h1 {
  margin: 0px;
  color: #ffffff;
}
.inner-hero .inner-hero-content--title, .inner-hero .inner-hero-content--paragraph {
  padding-left: 2rem;
  padding-right: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1100px) {
  .inner-hero .inner-hero-content--title, .inner-hero .inner-hero-content--paragraph {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .inner-hero .inner-hero-content--title, .inner-hero .inner-hero-content--paragraph {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.inner-hero .inner-hero-content--title {
  z-index: 1;
}
.inner-hero .inner-hero-content--title h3 {
  margin: 0px;
  color: #ffffff;
}
.inner-hero .inner-hero-content--paragraph {
  width: 60%;
  text-align: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .inner-hero .inner-hero-content--paragraph {
    width: 100%;
  }
}
.inner-hero .inner-hero-content--paragraph p {
  margin: 0px;
  color: #ffffff;
}
.inner-hero .inner-hero-content .hero-background-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 0;
}
.inner-hero .hero_bg_Red:after {
  content: "";
  background-color: rgb(245, 114, 98);
  width: 100%;
  position: absolute;
  height: 100%;
}
.inner-hero .hero_bg_Blue:after {
  content: "";
  background-color: rgb(0, 0, 232);
  width: 100%;
  position: absolute;
  height: 100%;
}
.inner-hero .hero_bg_Orange:after {
  content: "";
  background-color: rgb(252, 181, 33);
  width: 100%;
  position: absolute;
  height: 100%;
}
.inner-hero .hero_bg_Aqua:after {
  content: "";
  background-color: rgb(82, 212, 224);
  width: 100%;
  position: absolute;
  height: 100%;
}

.search-hero {
  position: relative;
  min-height: 250px;
  margin-bottom: 60px;
  background: #0000e8;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-hero .inner-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: inherit;
}
.search-hero .inner-hero-content:after {
  content: "";
  background-color: rgba(0, 0, 232, 0.6);
  width: 100%;
  position: absolute;
  height: 100%;
}
@media (max-width: 475px) {
  .search-hero .inner-hero-content {
    padding: 60px 0px;
  }
}
.search-hero .inner-hero-content--page-title {
  margin: 0px;
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  z-index: 1;
}
.search-hero .inner-hero-content--page-title h1 {
  margin: 0px;
  color: #ffffff;
}
.search-hero .inner-hero-content--title, .search-hero .inner-hero-content--paragraph {
  padding-left: 2rem;
  padding-right: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1100px) {
  .search-hero .inner-hero-content--title, .search-hero .inner-hero-content--paragraph {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .search-hero .inner-hero-content--title, .search-hero .inner-hero-content--paragraph {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.search-hero .inner-hero-content--title {
  z-index: 1;
}
.search-hero .inner-hero-content--title h3 {
  margin: 0px;
  color: #ffffff;
}
.search-hero .inner-hero-content--paragraph {
  width: 60%;
  text-align: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .search-hero .inner-hero-content--paragraph {
    width: 100%;
  }
}
.search-hero .inner-hero-content--paragraph p {
  margin: 0px;
  color: #ffffff;
}
.search-hero .inner-hero-content .hero-background-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 0;
}

.hero_preloader {
  display: none !important;
}

.hero_play_video_button {
  display: none !important;
}

.section-welcome-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
}
@media (max-width: 1100px) {
  .section-welcome-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .section-welcome-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.n2-section-smartslider {
  clear: both;
  background: black;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## key-frames
--------------------------------------------------------------*/
@keyframes changeColor {
  0% {
    background: #0000e8;
  }
  25% {
    background: #52d4e0;
  }
  50% {
    background: #eb574d;
  }
  75% {
    background: #fcb521;
  }
  100% {
    background: #0000e8;
  }
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  height: 100%;
}
@media (max-width: 768px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation .menu-left-menu-container {
  height: 100%;
  padding-left: 20px;
}
.main-navigation .menu-left-menu-container .menu {
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 80px;
  padding: 0;
  margin: 0;
}
.main-navigation .menu-left-menu-container .menu .parent-dropdown a {
  cursor: default;
}
.main-navigation .menu-left-menu-container .menu .menu-item {
  list-style: none;
  margin: 0px 20px;
  display: flex;
  align-items: center;
  height: 100%;
}
.main-navigation .menu-left-menu-container .menu .menu-item a {
  font-weight: normal;
  font-size: 22px;
  color: #333;
  font-family: "FranklinCompressedBold", sans-serif;
  text-transform: uppercase;
}

/* Right Navigation */
.right-navigation {
  width: 12%;
}
@media (max-width: 768px) {
  .right-navigation {
    position: absolute;
    top: 15px;
    z-index: 1;
    background-color: #ffffff;
    width: 20%;
    right: 85px;
  }
}

.menu-right-menu-container {
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .menu-right-menu-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .menu-right-menu-container .menu {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .menu-right-menu-container .menu .menu-item {
    width: 100%;
  }
  .menu-right-menu-container .menu .menu-item a {
    width: 100%;
    justify-content: center;
    font-size: 22px;
  }
}
.menu-right-menu-container .menu .menu-item .right-menu-dropdown {
  background-color: #ffffff;
  position: absolute;
  top: 70px;
  right: 40px;
  z-index: 2;
  width: 235px;
  padding: 20px;
  visibility: hidden;
}
@media (max-width: 768px) {
  .menu-right-menu-container .menu .menu-item .right-menu-dropdown {
    left: 60px;
    top: 28px;
  }
}
@media (max-width: 425px) {
  .menu-right-menu-container .menu .menu-item .right-menu-dropdown {
    left: 10px;
  }
}
.menu-right-menu-container .menu .menu-item .right-menu-dropdown li {
  list-style: none;
  margin-bottom: 20px;
}
.menu-right-menu-container .menu .menu-item .right-menu-dropdown li:last-child {
  margin-bottom: 0px;
}
.menu-right-menu-container .menu .menu-item .right-menu-dropdown li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  display: block;
  width: 330px;
  min-height: 67px;
  padding: 15px 20px;
  transition: all 0.3s ease-in;
  text-align: center;
  color: #0000e8;
  border: 1px solid #0000e8;
  color: #0000e8;
  font-size: 14px !important;
  display: flex;
  justify-content: center;
  width: inherit;
  font-weight: normal;
  font-family: "Open Sands", sans-serif;
}
.menu-right-menu-container .menu .menu-item .right-menu-dropdown li a:hover {
  transition: all 0.3s ease-in;
  text-decoration: none;
  color: #ffffff;
  background-color: #0000e8;
}
.menu-right-menu-container .menu .menu-item .right-menu-dropdown:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #fff;
  position: absolute;
  top: -0.5rem;
  left: 4.8rem;
}
.menu-right-menu-container .menu .menu-item .open {
  visibility: visible;
  transition: all 0.3s ease-in;
}
.menu-right-menu-container .menu {
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 80px;
  padding-right: 0px;
}
@media (max-width: 1100px) {
  .menu-right-menu-container .menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .menu-right-menu-container .menu {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 768px) {
  .menu-right-menu-container .menu {
    padding: 0px 0px;
    height: 50px;
  }
}
.menu-right-menu-container .menu .menu-item {
  list-style: none;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.3s ease-in;
}
.menu-right-menu-container .menu .menu-item button {
  border: none;
  background: #171ee8;
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 45px;
  display: flex;
  height: 100%;
  align-items: center;
  font-family: "FranklinCompressedBold", sans-serif;
  letter-spacing: 0.05rem;
}
@media (max-width: 768px) {
  .menu-right-menu-container .menu .menu-item button {
    width: 100%;
  }
}
@media (max-width: 475px) {
  .menu-right-menu-container .menu .menu-item button {
    padding: 10px 10px !important;
  }
}
.menu-right-menu-container .menu .menu-item button:hover {
  animation: changeColor 1s forwards;
  color: #fff;
  transition: all 0.3s ease-in;
  text-decoration: none;
}

/* Top Navigation */
.top-navigation {
  background: #f5f5ef;
}
@media (max-width: 768px) {
  .top-navigation {
    display: none;
  }
}
.top-navigation .menu {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  align-items: right;
  justify-content: flex-end;
  padding-right: 0px;
}
@media (max-width: 1100px) {
  .top-navigation .menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .top-navigation .menu {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.top-navigation .menu .menu-item {
  list-style: none;
  margin: 0px 20px;
  display: flex;
  align-items: center;
  height: 30px;
  position: relative;
}
.top-navigation .menu .menu-item:first-child:before {
  position: absolute;
  content: "";
  width: 18px;
  top: 6px;
  left: -23px;
  height: 18px;
  background: url("/wp-content/uploads/mail-48.png");
  background-repeat: no-repeat;
  background-size: 18px;
}
.top-navigation .menu .menu-item a {
  font-weight: normal;
  font-size: 10px;
  color: #333;
  text-transform: uppercase;
  font-family: "Open Sands", sans-serif;
}

/* Small menu. */
.dc-menu-trigger {
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  width: 40px;
  height: 50px;
  cursor: pointer;
  z-index: 30;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
  transition-delay: 600ms;
}
.dc-menu-trigger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-color: #0000e8;
  font-size: 0px;
  -moz-user-select: none;
  user-select: none;
  transition: background-color 0.5s;
}
.dc-menu-trigger span:before, .dc-menu-trigger span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000e8;
  content: "";
  transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
}
.dc-menu-trigger span:before {
  transform: translateY(-250%);
}
.dc-menu-trigger span:after {
  transform: translateY(250%);
}
@media (min-width: 770px) {
  .dc-menu-trigger {
    display: none;
  }
}
@media (max-width: 768px) {
  .dc-menu-trigger {
    display: block;
  }
}

.dc-menu-open .dc-menu-trigger span {
  background-color: transparent;
}
.dc-menu-open .dc-menu-trigger span:before {
  transform: translateY(0) rotate(45deg);
}
.dc-menu-open .dc-menu-trigger span:after {
  transform: translateY(0) rotate(-45deg);
}

#responsive-menu {
  display: none;
  margin: 0;
  padding: 20px 15px;
  position: absolute;
  z-index: 100;
  top: 120px;
  left: 0;
  width: 100%;
  background: #f7f0ea;
}
@media (min-width: 770px) {
  #responsive-menu {
    display: none !important;
  }
}
#responsive-menu li {
  display: block;
}
#responsive-menu a {
  display: block;
  color: crimson;
  border: none;
  margin: 20px 0;
  font-size: 1.5em;
  transition: color 0.2s ease-in;
}
#responsive-menu a:hover, #responsive-menu a.active {
  color: #ffffff;
}
#responsive-menu .menu .menu-item a {
  color: #0000e8;
  font-size: 24px;
  font-weight: bold;
}

/* -------- dropdown menu ----------- */
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
  background-color: #ffffff;
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 3.33rem;
  right: -180px;
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
  width: 250px;
  padding: 0px !important;
}
.menu-item-has-children .sub-menu li {
  padding: 10px 20px;
}
.menu-item-has-children .sub-menu li a {
  color: #0000e8 !important;
  font-size: 20px !important;
  width: 100%;
  text-align: left;
  cursor: pointer !important;
}
.menu-item-has-children .sub-menu li:hover {
  background-color: #0000e8;
  transition: all 0.5s ease;
}
.menu-item-has-children .sub-menu li:hover > a {
  color: #ffffff !important;
  text-decoration: none;
}
@media (max-width: 768px) {
  .menu-item-has-children .sub-menu {
    background-color: transparent;
    display: inline-block;
    text-align: left;
    position: inherit;
    top: -1rem;
    left: -20px;
    /* display: block; */
    opacity: 1;
    transition: opacity 0.5s ease;
    width: 100%;
    /* z-index: 1000;*/
  }
  .menu-item-has-children .sub-menu a {
    color: #0000e8 !important;
    font-size: 16px !important;
  }
}
.menu-item-has-children:hover .sub-menu {
  display: block;
  opacity: 1;
  z-index: 990;
  padding: 20px 15px;
}
.menu-item-has-children .menu-item {
  cursor: pointer;
  margin: 0px !important;
}

.partners-page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partners-page-wrapper__intro-text {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  padding: 0 12rem;
  margin-bottom: 2rem;
}
@media (max-width: 1100px) {
  .partners-page-wrapper__intro-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .partners-page-wrapper__intro-text {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.partners-page-wrapper__title {
  text-transform: uppercase;
}
.partners-page-wrapper__content {
  padding: 1rem 2rem 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partners-page-wrapper__logos {
  display: flex;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 475px) {
  .partners-page-wrapper__logos {
    flex-direction: column;
  }
}
.partners-page-wrapper__logo-image {
  background-color: #ffffff;
  padding: 0.51rem;
}

.platinum .partners-page-wrapper__logos {
  width: 60%;
  gap: 2rem;
}
.platinum .partners-page-wrapper__logos > * {
  width: 25%;
}
@media (max-width: 475px) {
  .platinum .partners-page-wrapper__logos > * {
    width: 100%;
  }
}
.platinum .partners-page-wrapper__logos > * img {
  width: 100%;
}

.gold .partners-page-wrapper__logos {
  gap: 0;
}
.gold .partners-page-wrapper__logos > * {
  width: 21%;
}
@media (max-width: 768px) {
  .gold .partners-page-wrapper__logos > * {
    width: 30%;
  }
}
@media (max-width: 475px) {
  .gold .partners-page-wrapper__logos > * {
    width: 100%;
  }
}
.gold .partners-page-wrapper__logos > * img {
  width: 100%;
}

.silver .partners-page-wrapper__logos > * {
  width: 18%;
}
@media (max-width: 768px) {
  .silver .partners-page-wrapper__logos > * {
    width: 30%;
  }
}
@media (max-width: 475px) {
  .silver .partners-page-wrapper__logos > * {
    width: 100%;
  }
}
.silver .partners-page-wrapper__logos > * img {
  width: 100%;
}

.bronze .partners-page-wrapper__logos > * {
  width: 13%;
}
@media (max-width: 768px) {
  .bronze .partners-page-wrapper__logos > * {
    width: 30%;
  }
}
@media (max-width: 475px) {
  .bronze .partners-page-wrapper__logos > * {
    width: 100%;
  }
}
.bronze .partners-page-wrapper__logos > * img {
  width: 100%;
}

.press--title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.press-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
}
@media (max-width: 1100px) {
  .press-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .press-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.press-wrapper--card {
  width: 25%;
  display: flex;
  justify-content: center;
  padding: 50px 10px;
}
@media (max-width: 768px) {
  .press-wrapper--card {
    width: 50%;
  }
}
@media (max-width: 475px) {
  .press-wrapper--card {
    width: 100%;
  }
}
.press-wrapper--card .press-logo {
  height: auto;
  max-width: 100%;
}

.rergional-page-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  margin-bottom: 2rem;
}
@media (max-width: 1100px) {
  .rergional-page-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .rergional-page-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.rergional-page-wrapper__fy-impact {
  display: flex;
  justify-content: center;
  padding: 2rem;
  gap: 1rem;
  background-color: #f7f0ea;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .rergional-page-wrapper__fy-impact {
    flex-direction: column;
  }
}
.rergional-page-wrapper__fy-impact_title {
  color: #0000e8;
  font-size: 50px;
  font-weight: 600;
  padding: 1rem;
  margin-top: -10px;
}
@media (min-width: 769px) and (max-width: 1023px) {
  .rergional-page-wrapper__fy-impact_title {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .rergional-page-wrapper__fy-impact_title {
    font-size: 45px;
  }
}
.rergional-page-wrapper__fy-impact_title span {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: normal;
  font-style: italic;
  line-height: 0px;
}
@media (min-width: 769px) and (max-width: 1023px) {
  .rergional-page-wrapper__fy-impact_title span {
    font-size: 14px;
  }
}
.rergional-page-wrapper__fy-impact_data {
  font-size: 60px;
  font-weight: 400;
}
@media (min-width: 769px) and (max-width: 1023px) {
  .rergional-page-wrapper__fy-impact_data {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .rergional-page-wrapper__fy-impact_data {
    font-size: 55px;
  }
}
.rergional-page-wrapper__fy-impact_data span {
  text-transform: uppercase;
  font-style: normal;
  font-size: 18px;
  color: #4d4d4d;
  line-height: 0px;
}
@media (min-width: 769px) and (max-width: 1023px) {
  .rergional-page-wrapper__fy-impact_data span {
    font-size: 14px;
  }
}
.rergional-page-wrapper__fy-impact_title, .rergional-page-wrapper__fy-impact_data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rergional-page-wrapper__advocacy-work {
  display: flex;
  padding: 0 2rem;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .rergional-page-wrapper__advocacy-work {
    flex-direction: column;
    width: 100%;
  }
}
.rergional-page-wrapper__advocacy-work_content__title h2 {
  text-transform: capitalize;
  margin: 0;
}
.rergional-page-wrapper__advocacy-work_image {
  display: flex;
  justify-content: flex-end;
}
.rergional-page-wrapper__advocacy-work_image img {
  width: 80%;
}
.rergional-page-wrapper__advocacy-work > * {
  width: 50%;
}
@media (max-width: 768px) {
  .rergional-page-wrapper__advocacy-work > * {
    width: 100%;
  }
}
.rergional-page-wrapper__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.rergional-page-wrapper__buttons__button {
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  display: block;
  width: 330px;
  min-height: 67px;
  padding: 15px 20px;
  transition: all 0.3s ease-in;
  text-align: center;
  color: #0000e8;
  border: 1px solid #0000e8;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "FranklinCompressedBold", sans-serif;
  letter-spacing: 0.03em;
}
.rergional-page-wrapper__buttons__button:hover {
  transition: all 0.3s ease-in;
  text-decoration: none;
  color: #ffffff;
  background-color: #0000e8;
}
.rergional-page-wrapper__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
}
.rergional-page-wrapper__contact-title h2 {
  margin: 0;
}
.rergional-page-wrapper__contact-region-title h3 {
  margin: 0;
}
.rergional-page-wrapper__contact-region-email {
  line-height: 16px;
}
.rergional-page-wrapper__contact-region-email a {
  font-size: 16px;
}
.rergional-page-wrapper__contact-region-phone p {
  margin: 0;
}
.rergional-page-wrapper__contact-region-address {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rergional-page-wrapper__contact-region-address address {
  padding: 0 2rem;
  width: 50%;
  text-align: center;
  margin-top: 0;
}

.page-template-page-regional .partners-page-wrapper__logos {
  gap: 1rem;
}
.page-template-page-regional .partners-page-wrapper__logos > * {
  width: 22%;
}
.page-template-page-regional .partners-page-wrapper__logo-image {
  padding: 0px;
}

form.search-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
form.search-form span.screen-reader-text {
  margin-bottom: 32px;
  margin-top: 30px;
  font-family: "FranklinCompressedBold", sans-serif, sans-serif;
  color: #1e1e1e;
  font-size: 32px;
  width: 20%;
}
@media (max-width: 475px) {
  form.search-form span.screen-reader-text {
    font-size: 23px;
    width: 41%;
  }
}
form.search-form label {
  width: 70% !important;
  max-width: inherit;
  display: flex;
  align-items: center;
}
form.search-form .search-field {
  height: 50px;
  width: 100%;
  border-radius: 0px;
  border: 1px solid #eb574d;
  padding: 0px 10px;
  font-weight: bold;
  font-size: 16px;
}
form.search-form .search-submit {
  height: 50px;
  background-color: #eb574d;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  cursor: pointer;
}

.search-hero {
  min-height: 120px;
}

.search-results #content,
.page-template-search #content {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
}
@media (max-width: 1100px) {
  .search-results #content,
.page-template-search #content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .search-results #content,
.page-template-search #content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.blog-feeds {
  background-color: #f7f0ea;
}
.blog-feeds .filter-button-group {
  display: none;
}
.blog-feeds .iso_7 .rt-detail .post-meta-user span a {
  background-color: #fcb521;
  transition: all 0.3s ease-in;
}
.blog-feeds .iso_7 .rt-detail .post-meta-user span a:hover {
  background-color: #de9704;
  transition: all 0.3s ease-in;
}
.blog-feeds .iso_6 .rt-detail .post-meta-user span a {
  background-color: #eb574d;
  transition: all 0.3s ease-in;
}
.blog-feeds .iso_6 .rt-detail .post-meta-user span a:hover {
  background-color: #d81205;
  transition: all 0.3s ease-in;
}
.blog-feeds .iso_5 .rt-detail .post-meta-user span a {
  background-color: #52d4e0;
  transition: all 0.3s ease-in;
}
.blog-feeds .iso_5 .rt-detail .post-meta-user span a:hover {
  background-color: #05b3c3;
  transition: all 0.3s ease-in;
}
.blog-feeds .rt-tpg-container {
  margin-top: 80px;
}
.blog-feeds .rt-holder .rt-img-holder {
  height: 187px;
  overflow: hidden;
  position: relative;
}
.blog-feeds .rt-holder .rt-img-holder img {
  width: 100%;
  height: auto;
}
.blog-feeds .rt-holder .rt-detail {
  background: transparent !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blog-feeds .rt-holder .rt-detail .entry-title {
  margin: 10px 0px 10px;
  height: 50px;
}
.blog-feeds .rt-holder .rt-detail .entry-title a {
  color: #1e1e1e;
  font-size: 20px;
  min-height: 63px;
  font-family: "Libre Franklin", sans-serif;
}
.blog-feeds .rt-holder .rt-detail .post-meta-user i {
  display: none;
}
.blog-feeds .rt-holder .rt-detail .post-meta-user span a {
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0px 20px;
  color: #ffffff !important;
  line-height: 45px;
  font-family: "FranklinCompressedBold", sans-serif;
}
.blog-feeds .rt-holder .rt-detail .post-meta-user span a:hover {
  text-decoration: none;
}
.blog-feeds .rt-holder .rt-detail .post-meta-user .date {
  font-size: 16px;
  color: #4d4d4d;
  font-family: "Open Sands", sans-serif;
}
.blog-feeds .rt-holder .rt-detail .read-more a {
  color: #0000e8;
  font-size: 15px;
  text-decoration: underline;
  font-family: "Open Sands", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-feeds .blog-feeds-inner-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  padding: 10px 2rem;
}
@media (max-width: 1100px) {
  .blog-feeds .blog-feeds-inner-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .blog-feeds .blog-feeds-inner-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.blog-feeds--heading {
  text-align: center;
}
.blog-feeds--heading h2 {
  font-family: "FranklinCompressedBold", sans-serif;
  font-size: 55px;
  color: #1e1e1e;
}
.blog-feeds--heading--link {
  border: 1px solid #0000e8;
  color: #0000e8;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 100px;
  transition: all 0.3s ease-in;
  font-family: "FranklinCompressedBold", sans-serif;
  top: -60px;
  position: relative;
}
.blog-feeds--heading--link:hover {
  background-color: #0000e8;
  transition: all 0.3s ease-in;
  color: #ffffff;
  text-decoration: none;
}

.hope-money-love .hope--popup,
.hope-money-love .money--popup,
.hope-money-love .love--popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8); /* shaded background color */
  visibility: hidden;
  display: table;
}
.hope-money-love .hope--popup .popup-wrapper,
.hope-money-love .money--popup .popup-wrapper,
.hope-money-love .love--popup .popup-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  max-width: 700px;
  position: relative;
  top: 100px;
  margin: 0 auto;
  padding: 20px 50px;
  transition: 0.2s;
  transform: translateY(20px);
  overflow-y: auto;
  height: 70%;
}
@media (max-width: 475px) {
  .hope-money-love .hope--popup .popup-wrapper,
.hope-money-love .money--popup .popup-wrapper,
.hope-money-love .love--popup .popup-wrapper {
    padding: 20px;
    max-width: 95%;
    max-height: 570px;
    overflow-y: auto;
  }
}
.hope-money-love .hope--popup .popup-wrapper--content,
.hope-money-love .money--popup .popup-wrapper--content,
.hope-money-love .love--popup .popup-wrapper--content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
@media (max-width: 475px) {
  .hope-money-love .hope--popup .popup-wrapper--content,
.hope-money-love .money--popup .popup-wrapper--content,
.hope-money-love .love--popup .popup-wrapper--content {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.hope-money-love .hope--popup .popup-wrapper--content .hope--popup--image img,
.hope-money-love .hope--popup .popup-wrapper--content .money--popup--image img,
.hope-money-love .hope--popup .popup-wrapper--content .love--popup--image img,
.hope-money-love .money--popup .popup-wrapper--content .hope--popup--image img,
.hope-money-love .money--popup .popup-wrapper--content .money--popup--image img,
.hope-money-love .money--popup .popup-wrapper--content .love--popup--image img,
.hope-money-love .love--popup .popup-wrapper--content .hope--popup--image img,
.hope-money-love .love--popup .popup-wrapper--content .money--popup--image img,
.hope-money-love .love--popup .popup-wrapper--content .love--popup--image img {
  width: 75px;
  height: auto;
  margin-right: 20px;
}
.hope-money-love .active {
  visibility: visible;
}
.hope-money-love .modal-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  font-size: 40px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  padding: 20px;
  cursor: pointer;
  transition: 0.2s;
  transition-delay: 0.2s;
}
@media (max-width: 768px) {
  .hope-money-love .modal-close {
    top: 6%;
  }
  .hope-money-love .modal-close img.emoji {
    padding: 13px !important;
    background: #f7f0ea !important;
    height: 1.5em !important;
    width: 1.5em !important;
    border-radius: 45px !important;
  }
}
@media (max-width: 475px) {
  .hope-money-love .modal-close {
    top: 5%;
  }
}

.content-section .ctas {
  padding: 0px;
}

.ctas {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  padding: 40px 2rem 0px;
}
@media (max-width: 1100px) {
  .ctas {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .ctas {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 768px) {
  .ctas {
    padding: 0px 2rem 0px;
  }
}
.ctas--mission {
  text-align: center;
  width: 68%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 35px;
  color: #1e1e1e;
  font-family: "Libre Franklin", sans-serif;
}
@media (max-width: 768px) {
  .ctas--mission {
    width: 100%;
  }
}
.ctas--sub-mission {
  text-align: center;
  margin-bottom: 60px;
}
.ctas .cta--wrapper {
  display: flex;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .ctas .cta--wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.ctas .cta--wrapper .cta {
  background-color: #f7f0ea;
  margin: 0px 10px;
  padding: 30px 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
}
@media (max-width: 768px) {
  .ctas .cta--wrapper .cta {
    width: 100%;
    margin: 0px 0px 40px 0px;
  }
}
.ctas .cta--wrapper .cta-hope--description, .ctas .cta--wrapper .cta-money--description, .ctas .cta--wrapper .cta-love--description {
  padding: 0px 10px;
  margin: 10px 0px 20px;
  min-height: 255px;
}
.ctas .cta--wrapper .cta-hope--description p, .ctas .cta--wrapper .cta-money--description p, .ctas .cta--wrapper .cta-love--description p {
  color: #1e1e1e;
  min-height: 200px;
}
.ctas .cta--wrapper .cta .align-text__Left {
  text-align: left;
}
.ctas .cta--wrapper .cta .align-text__Center {
  text-align: center;
}
.ctas .cta--wrapper .cta .align-text__Right {
  text-align: right;
}
.ctas .cta--wrapper .cta-hope--icon, .ctas .cta--wrapper .cta-money--icon, .ctas .cta--wrapper .cta-love--icon {
  text-align: center;
}
.ctas .cta--wrapper .cta-hope--icon img, .ctas .cta--wrapper .cta-money--icon img, .ctas .cta--wrapper .cta-love--icon img {
  width: 15%;
}
.ctas .cta--wrapper .cta-hope--title h1, .ctas .cta--wrapper .cta-money--title h1, .ctas .cta--wrapper .cta-love--title h1 {
  font-size: 75px;
  color: #0000e8;
  font-weight: bold;
  font-family: "FranklinCompressedBold", sans-serif;
  margin-bottom: 0px;
}
.ctas .cta--wrapper .cta-hope--link-1 {
  border: 1px solid #FCB521;
  color: #FCB521;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 40px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  font-family: "FranklinCompressedBold", sans-serif;
  letter-spacing: 0.03em;
}
.ctas .cta--wrapper .cta-hope--link-1:hover {
  background-color: #FCB521;
  transition: all 0.3s ease-in;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .ctas .cta--wrapper .cta-hope--link-1 {
      font-size: 20px;
      padding: 15px 20px;
    }
  }
}
.ctas .cta--wrapper .cta-money--link-2 {
  border: 1px solid #52D4E0;
  color: #52D4E0;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 40px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  font-family: "FranklinCompressedBold", sans-serif;
  letter-spacing: 0.03em;
}
.ctas .cta--wrapper .cta-money--link-2:hover {
  background-color: #52D4E0;
  transition: all 0.3s ease-in;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .ctas .cta--wrapper .cta-money--link-2 {
      font-size: 20px;
      padding: 15px 20px;
    }
  }
}
.ctas .cta--wrapper .cta-love--link-3 {
  border: 1px solid #F57262;
  color: #F57262;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 40px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  font-family: "FranklinCompressedBold", sans-serif;
  letter-spacing: 0.03em;
}
.ctas .cta--wrapper .cta-love--link-3:hover {
  background-color: #F57262;
  transition: all 0.3s ease-in;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .ctas .cta--wrapper .cta-love--link-3 {
      font-size: 20px;
      padding: 15px 20px;
    }
  }
}

.email-signup-wrapper {
  background-color: #52d4e0;
  padding: 30px 0px 30px;
}
@media (max-width: 768px) {
  .email-signup-wrapper {
    padding: 80px 0px;
  }
}
.email-signup-wrapper .email-signup {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 8rem;
  justify-content: center;
}
@media (max-width: 1100px) {
  .email-signup-wrapper .email-signup {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .email-signup-wrapper .email-signup {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 768px) {
  .email-signup-wrapper .email-signup {
    flex-direction: column;
  }
}
.email-signup-wrapper .email-signup a {
  border: 1px solid #0000e8;
  color: #fff;
  background: #0000e8;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
  transition: all 0.3s ease-in;
  min-height: 67px;
  display: block;
  text-align: center;
  width: 280px;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "FranklinCompressedBold", sans-serif;
  letter-spacing: 0.03em;
  margin-left: 30px;
}
@media (max-width: 475px) {
  .email-signup-wrapper .email-signup a {
    margin-left: 0px;
  }
}
.email-signup-wrapper .email-signup--form {
  position: relative;
  display: block;
  height: 60px;
  background: white;
  margin: 0 auto;
  overflow: hidden;
  width: 50%;
}
@media (max-width: 768px) {
  .email-signup-wrapper .email-signup--form {
    width: 100%;
  }
}
.email-signup-wrapper .email-signup--form input {
  line-height: 80px;
  padding: 0;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 300;
  color: #1e1e1e;
  letter-spacing: 0.02em;
  font-family: "Libre Franklin", sans-serif;
}
.email-signup-wrapper .email-signup--form input:not([type=submit]) {
  width: 100%;
  display: block;
  padding: 0 150px 0 30px;
  height: 100%;
}
.email-signup-wrapper .email-signup--form input:not([type=email]) {
  position: absolute;
  height: 60px;
  width: 78px;
  line-height: 20px;
  top: 0px;
  right: 0px;
  padding: 0px 15px 5px;
  background: #0000e8;
  color: white;
  cursor: pointer;
  font-size: 60px;
  transition: all 0.3s ease-in;
  font-family: "Open Sands", sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.email-signup-wrapper .email-signup--form input:not([type=email]):hover {
  background: #0000b5;
  transition: all 0.3s ease-in;
}
.email-signup-wrapper .email-signup--form input:focus {
  outline: none;
  background: white;
  transition: all 0.3s ease-in;
}
.email-signup-wrapper .email-signup-title h2 {
  color: #1e1e1e;
  font-family: "FranklinCompressedBold", sans-serif;
  font-size: 55px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .email-signup-wrapper .email-signup-title h2 {
    text-align: center;
  }
}
.email-signup-wrapper .email-signup-title p {
  color: #1e1e1e;
}
@media (max-width: 768px) {
  .email-signup-wrapper .email-signup-title p {
    text-align: center;
  }
}

.get-involved {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  padding: 40px 2rem;
  margin-bottom: 0px;
  display: flex;
  justify-content: counter;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1100px) {
  .get-involved {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .get-involved {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.get-involved h1 {
  color: #0000e8;
  text-transform: uppercase;
  text-align: center;
  font-family: "FranklinCompressedBold", sans-serif;
  font-size: 75px;
  line-height: 63px;
  margin-bottom: 0px;
}
@media (max-width: 475px) {
  .get-involved h1 {
    font-size: 40px;
  }
}
.get-involved--description {
  text-align: center;
  width: 42%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .get-involved--description {
    width: 100%;
  }
}
.get-involved--cta-link {
  margin-bottom: 20px;
}
.get-involved--cta-link a {
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  display: block;
  width: 330px;
  min-height: 67px;
  padding: 15px 20px;
  transition: all 0.3s ease-in;
  text-align: center;
  color: #0000e8;
  border: 1px solid #0000e8;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "FranklinCompressedBold", sans-serif;
  letter-spacing: 0.03em;
}
.get-involved--cta-link a:hover {
  transition: all 0.3s ease-in;
  text-decoration: none;
  color: #ffffff;
  background-color: #0000e8;
}

.how-we-lift {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(792px + (4rem));
  padding: 40px 2rem;
}
@media (max-width: 1100px) {
  .how-we-lift {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .how-we-lift {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.how-we-lift .how-we-lift--card {
  list-style: none;
  padding: 0;
  padding-left: 100px;
  position: relative;
}
.how-we-lift .how-we-lift--card .line {
  backface-visibility: hidden;
  border-left: 2px solid #0000e8;
  border-right: 2px solid #0000e8;
  display: block;
  height: 100%;
  left: -2px;
  position: absolute;
  top: 0;
  width: 0;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    @media (max-width: 475px) {
      .how-we-lift .how-we-lift--card .line {
        display: none;
      }
    }
  }
}
@media (max-width: 475px) {
  .how-we-lift .how-we-lift--card .line {
    height: 80% !important;
  }
}
.how-we-lift .how-we-lift--card .line:before {
  top: 0px;
  content: "";
  background: #0000e8;
  border-radius: 50%;
  display: block;
  height: 10px;
  left: -5px;
  position: absolute;
  width: 10px;
}
.how-we-lift .how-we-lift--card .line:after {
  bottom: 0px;
  content: "";
  background: #0000e8;
  border-radius: 50%;
  display: block;
  height: 10px;
  left: -5px;
  position: absolute;
  width: 10px;
}
@media (max-width: 768px) {
  .how-we-lift .how-we-lift--card {
    margin-left: 40px;
  }
}
@media (max-width: 475px) {
  .how-we-lift .how-we-lift--card {
    padding-left: 45px;
    margin-left: 30px;
  }
}
.how-we-lift .how-we-lift--card .how-we-lift--card-accordion-wrapper {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .how-we-lift .how-we-lift--card .how-we-lift--card-accordion-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 475px) {
  .how-we-lift .how-we-lift--card .how-we-lift--card-accordion-wrapper {
    margin-bottom: 30px;
    opacity: 1 !important;
  }
}
.how-we-lift .how-we-lift--card .how-we-lift--card-accordion-wrapper .how-we-lift--card-toggle:active, .how-we-lift .how-we-lift--card .how-we-lift--card-accordion-wrapper .how-we-lift--card-toggle:focus {
  text-decoration: none;
}
.how-we-lift .how-we-lift--card .how-we-lift--card-accordion-wrapper .how-we-lift--card-toggle h1 {
  font-size: 47px;
  color: #0000e8;
}
@media (max-width: 768px) {
  .how-we-lift .how-we-lift--card .how-we-lift--card-accordion-wrapper .how-we-lift--card-toggle h1 {
    font-size: 43px;
  }
}
@media (max-width: 475px) {
  .how-we-lift .how-we-lift--card .how-we-lift--card-accordion-wrapper .how-we-lift--card-toggle h1 {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .how-we-lift .how-we-lift--card .how-we-lift--card-accordion-wrapper .how-we-lift--card-toggle h1 {
    font-size: 20px;
  }
}
.how-we-lift .how-we-lift--card--info-inner {
  padding-left: 0em;
  display: block;
}
.how-we-lift .how-we-lift--card--info-inner.show {
  /*display: block;*/
}
.how-we-lift .how-we-lift--card .animated {
  opacity: 1;
}
.how-we-lift .how-we-lift--card--description {
  list-style: none;
  position: relative;
}
.how-we-lift .how-we-lift--card--image {
  position: absolute;
  list-style: none;
  left: -137px;
  top: -82px;
}
@media (max-width: 475px) {
  .how-we-lift .how-we-lift--card--image {
    left: -71px;
    top: -73px;
  }
}
.how-we-lift .how-we-lift--card--image img {
  width: 67px;
  height: auto;
}
@media (max-width: 475px) {
  .how-we-lift .how-we-lift--card--image img {
    width: 47px;
  }
}
.how-we-lift--title, .how-we-lift--desc {
  text-align: center;
}
.how-we-lift--title {
  text-transform: uppercase;
}
.how-we-lift--title h2 {
  font-family: "FranklinCompressedBold", sans-serif;
  font-size: 55px;
  color: #1e1e1e;
}
.how-we-lift--desc {
  margin-bottom: 80px;
  font-family: "Libre Franklin", sans-serif;
  color: #1e1e1e;
  font-size: 20px;
}

.mobile-hero-content {
  border-bottom: 1px solid #0000e8;
  text-align: center;
}
@media (min-width: 1025px) {
  .mobile-hero-content {
    display: none;
  }
}
@media (max-width: 768px) {
  .mobile-hero-content {
    display: none;
  }
}
.mobile-hero-content-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  padding: 0px 30px 30px 30px;
  width: 70%;
}
@media (max-width: 1100px) {
  .mobile-hero-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .mobile-hero-content-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 475px) {
  .mobile-hero-content-wrapper {
    width: 100%;
  }
}
.mobile-hero-content--sub-title p {
  margin-bottom: 20px;
}
.mobile-hero-content--paragraph {
  color: #1e1e1e;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
.mobile-hero-content--paragraph p {
  margin: 0px 0px 10px;
}
.mobile-hero-content--title h2 {
  font-size: 40px;
  font-weight: bold;
  color: #171ee8;
  text-transform: uppercase;
  margin: 0px 0px 10px;
  line-height: 45px;
}

.page-template-default .quote {
  margin-bottom: 80px;
}

.no-quote .flexslider .slides li .quote-box .slide-title p {
  font-size: 17.5px;
}
.no-quote .flexslider .slides li .quote-box .slide-title p a {
  color: white;
  text-decoration: underline;
}

.quote {
  max-height: 680px;
  width: 100%;
}
@media (max-width: 1024px) {
  .quote {
    max-height: inherit;
  }
}
.quote .flexslider {
  border: none;
}
@media (max-width: 1024px) {
  .quote .flexslider {
    background-color: #fcb521;
  }
}
.quote .flexslider .slides li {
  position: relative;
  display: flex !important;
  flex-direction: row-reverse;
  min-height: 640px;
}
@media (max-width: 1024px) {
  .quote .flexslider .slides li {
    flex-direction: column;
  }
}
.quote .flexslider .slides li .slide-image {
  background-size: cover;
  background-position: center;
  padding-top: 25rem;
  width: 60%;
}
@media (max-width: 1024px) {
  .quote .flexslider .slides li .slide-image {
    width: 100%;
    padding-top: 13rem;
  }
}
.quote .flexslider .slides li .quote-box {
  position: relative;
  width: 40%;
  min-height: 100%;
  background-color: #fcb521;
  padding: 40px 50px;
}
@media (max-width: 1024px) {
  .quote .flexslider .slides li .quote-box {
    position: relative;
    width: 100%;
    left: 0px;
    top: 0px;
    height: inherit;
    padding-left: 40px;
    padding-bottom: 80px;
  }
}
.quote .flexslider .slides li .quote-box .slide-title {
  text-transform: uppercase;
}
.quote .flexslider .slides li .quote-box .slide-title h2 {
  margin-bottom: 30px;
  font-family: "FranklinCompressedBold", sans-serif;
  font-size: 55px;
  line-height: 48px;
}
@media (max-width: 1024px) {
  .quote .flexslider .slides li .quote-box .slide-title h2 {
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.quote .flexslider .slides li .quote-box .slide-title p {
  text-transform: initial;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .quote .flexslider .slides li .quote-box .slide-title p {
    margin-bottom: 20px;
  }
}
.quote .flexslider .slides li .quote-box .slide-title p a {
  color: white;
  text-decoration: underline;
}
.quote .flexslider .slides li .quote-box .slide-stat-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.quote .flexslider .slides li .quote-box .slide-stat-wrapper .slide-stat {
  height: 47px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-right: 10px;
}
.quote .flexslider .slides li .quote-box .slide-stat-wrapper .slide-stat p {
  font-family: "FranklinCompressedBold", sans-serif;
  font-size: 68px;
}
.quote .flexslider .slides li .quote-box .slide-stat-wrapper .slide-stat-description {
  width: 85%;
  padding-right: 0px;
}
@media (max-width: 1024px) {
  .quote .flexslider .slides li .quote-box .slide-stat-wrapper .slide-stat-description {
    padding-right: 30px;
  }
}
.quote .flexslider .slides li .quote-box .slide-stat-link {
  display: none;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .quote .flexslider .slides li .quote-box .slide-stat-link {
    margin-top: 10px;
  }
}
.quote .flexslider .slides li .quote-box .slide-stat-link a {
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  display: block;
  width: 330px;
  min-height: 67px;
  padding: 15px 20px;
  transition: all 0.3s ease-in;
  text-align: center;
  color: #0000e8;
  border: 1px solid #0000e8;
  height: 47px;
  width: 230px;
  line-height: 17px;
}
.quote .flexslider .slides li .quote-box .slide-stat-link a:hover {
  transition: all 0.3s ease-in;
  text-decoration: none;
  color: #ffffff;
  background-color: #0000e8;
}
.quote .flexslider .slides li .quote-box__Black .slide-title p, .quote .flexslider .slides li .quote-box__Black .slide-title h2 {
  color: #1e1e1e;
}
.quote .flexslider .slides li .quote-box__Black .slide-stat-wrapper {
  border-top: 1px solid #1e1e1e;
}
.quote .flexslider .slides li .quote-box__Black .slide-stat-wrapper .slide-stat p {
  color: #1e1e1e;
}
.quote .flexslider .slides li .quote-box__Black .slide-stat-wrapper .slide-stat-description p {
  margin: 20px 0px;
  color: #1e1e1e;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 26px;
  font-weight: 600;
  font-family: "FranklinCompressedBold", sans-serif;
}
.quote .flexslider .slides li .quote-box__White .slide-title p, .quote .flexslider .slides li .quote-box__White .slide-title h2 {
  color: #ffffff;
}
.quote .flexslider .slides li .quote-box__White .slide-stat-wrapper {
  border-top: 1px solid #ffffff;
}
.quote .flexslider .slides li .quote-box__White .slide-stat-wrapper .slide-stat p {
  color: #ffffff;
}
.quote .flexslider .slides li .quote-box__White .slide-stat-wrapper .slide-stat-description p {
  margin: 20px 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 26px;
  font-weight: 600;
  font-family: "FranklinCompressedBold", sans-serif;
}
.quote .flexslider .flex-control-nav {
  width: 40%;
  position: absolute;
  bottom: 3px;
  left: 0px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 1024px) {
  .quote .flexslider .flex-control-nav {
    width: 100%;
    bottom: 20px;
    left: 0px;
  }
}
.quote .flexslider .flex-viewport {
  max-height: 680px;
}
@media (max-width: 1024px) {
  .quote .flexslider .flex-viewport {
    max-height: 100%;
  }
}
@media (min-width: 1025px) {
  .quote .flexslider .flex-viewport {
    overflow: visible !important;
  }
}
.quote .flexslider .flex-direction-nav {
  width: 40%;
  position: absolute;
  bottom: 30px;
  height: 50px;
  left: 0%;
}
@media (max-width: 1024px) {
  .quote .flexslider .flex-direction-nav {
    width: 100%;
    bottom: 67px;
    left: 0%;
  }
}
.quote .flexslider .flex-direction-nav a {
  height: 30px;
  top: 97%;
}
.quote .flexslider .flex-direction-nav .flex-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060" !important;
}
@media (max-width: 1024px) {
  .quote .flexslider .flex-direction-nav .flex-prev {
    left: 50px !important;
  }
}
.quote .flexslider .flex-direction-nav .flex-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061" !important;
}
@media (max-width: 1024px) {
  .quote .flexslider .flex-direction-nav .flex-next {
    right: 50px !important;
  }
}
.quote .flexslider:hover .flex-direction-nav .flex-prev {
  left: 80px;
}
.quote .flexslider:hover .flex-direction-nav .flex-next {
  right: 80px;
}

.social-feeds {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  padding: 40px 2rem;
}
@media (max-width: 1100px) {
  .social-feeds {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .social-feeds {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.social-feeds h2 {
  text-align: center;
  font-family: "FranklinCompressedBold", sans-serif;
  font-size: 55px;
  color: #1e1e1e;
}
.social-feeds #sbi_load {
  display: flex;
  flex-direction: column;
}
.social-feeds #sbi_load .sbi_load_btn {
  border: 1px solid #0000e8 !important;
  color: #0000e8 !important;
  font-size: 22px !important;
  font-weight: bold !important;
  padding: 15px 100px !important;
  transition: all 0.3s ease-in !important;
  font-family: "FranklinCompressedBold", sans-serif !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  text-transform: uppercase;
}
.social-feeds #sbi_load .sbi_load_btn:hover {
  background-color: #0000e8 !important;
  transition: all 0.3s ease-in !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.flexslider {
  margin: 0 0 10px;
}

.family-stats {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  padding: 40px 2rem;
}
@media (max-width: 1100px) {
  .family-stats {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .family-stats {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.section-welcome {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.section-welcome .welcome-image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}

.welcome-icons {
  display: flex;
}

.products {
  display: flex;
  background-color: #f0eeea;
}
.products .left-product {
  width: 50%;
}
.products .left-product .left-product-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.products .righ-product {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  height: 100%;
  padding: 40px;
}
.products .righ-product .product {
  width: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products .righ-product .product h3.product-s-title {
  margin: 0px;
  padding: 0px;
}
.products .righ-product .product h2.product-title {
  margin: 0px;
  padding: 0px;
}
.products .righ-product .product p.product-description {
  font-size: 0.7em;
  line-height: 2em;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.products .righ-product .product img {
  width: 100%;
}

.where-we-lift-wrapper {
  background-color: #f7f0ea;
  padding: 0rem 2rem 2rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .where-we-lift-wrapper {
    padding: 0px;
  }
}
.where-we-lift-wrapper .where-we-lift {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1188px + (4rem));
  padding-top: 40px;
}
@media (max-width: 1100px) {
  .where-we-lift-wrapper .where-we-lift {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .where-we-lift-wrapper .where-we-lift {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.where-we-lift-wrapper .where-we-lift--title {
  text-align: center;
}
.where-we-lift-wrapper .where-we-lift--title h2 {
  font-family: "FranklinCompressedBold", sans-serif;
  font-size: 55px;
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .where-we-lift-wrapper .where-we-lift--title h2 {
    font-size: 45px;
  }
}
.where-we-lift-wrapper .where-we-lift--description {
  display: none;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .where-we-lift-wrapper .where-we-lift--description {
    width: 100%;
  }
}
.where-we-lift-wrapper .where-we-lift--description p {
  color: #1e1e1e;
}
.where-we-lift-wrapper .where-we-lift--location--wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .where-we-lift-wrapper .where-we-lift--location--wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .where-we-lift-wrapper .where-we-lift--location--wrapper {
    flex-direction: column;
  }
}
.where-we-lift-wrapper .where-we-lift--location {
  width: 20%;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .where-we-lift-wrapper .where-we-lift--location {
    width: 48%;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .where-we-lift-wrapper .where-we-lift--location {
    width: 100%;
  }
}
.where-we-lift-wrapper .where-we-lift--location_affect {
  overflow: hidden;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  position: relative;
}
.where-we-lift-wrapper .where-we-lift--location_affect--image {
  height: 240px;
  width: 240px;
}
@media (max-width: 1150px) {
  .where-we-lift-wrapper .where-we-lift--location_affect--image {
    height: 200px;
    width: 200px;
  }
}
.where-we-lift-wrapper .where-we-lift--location_affect--image--city {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
.where-we-lift-wrapper .where-we-lift--location_affect--text {
  position: absolute;
  top: -240px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000e8;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(240px);
  line-height: 70px;
  text-align: center;
  font-size: 1.4em;
  transition: all 0.4s ease-in;
  z-index: 1;
}
.where-we-lift-wrapper .where-we-lift--location_affect--text:hover {
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.where-we-lift-wrapper .where-we-lift--location_affect--text h3 {
  text-transform: uppercase;
  color: #fff;
}
.where-we-lift-wrapper .where-we-lift--location--title a:hover {
  text-decoration: none;
}
.where-we-lift-wrapper .where-we-lift--location--title h2 {
  text-transform: uppercase;
  color: #0000e8;
  font-family: "FranklinCompressedBold", sans-serif;
  font-size: 50px;
  margin-bottom: 0px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .where-we-lift-wrapper .where-we-lift--location--title h2 {
      font-size: 38px;
    }
  }
}
.where-we-lift-wrapper .where-we-lift--location--address {
  padding: 0px 10px;
}
.where-we-lift-wrapper .where-we-lift--location--address p {
  margin: 0px;
  color: #1e1e1e;
  line-height: 24px;
}
.where-we-lift-wrapper .where-we-lift--location--phone {
  padding: 0px 10px;
}
.where-we-lift-wrapper .where-we-lift--location--phone p {
  margin: 10px 0px 0px;
  color: #1e1e1e;
}

body.has-modal {
  overflow: hidden;
  transition: overflow 0ms 300ms;
}

.overlay.modal.hidden {
  opacity: 0;
  top: -9999px;
  transition: opacity 300ms ease, top 0ms 300ms, visibility 0ms 300ms;
  visibility: hidden;
}

.overlay.modal {
  box-sizing: border-box;
  left: 0;
  opacity: 1;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: opacity 300ms ease;
  visibility: visible;
  width: 100%;
  z-index: 999;
}

.overlay.modal.signup-modal .container {
  width: 480px;
}

.overlay.modal .container {
  margin-top: 100px;
  padding: 0;
  width: 600px;
}

.container {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  padding: 0px 20px;
  width: 980px;
}

.overlay.modal .section {
  margin: 0;
  padding: 40px 20px 80px;
  position: relative;
}

.overlay {
  background: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40000000,endColorstr=#40000000);
  height: 100%;
  padding: 20px;
  position: relative;
  zoom: 1;
}

.white {
  background-color: #fff;
}

.overlay.modal .section > *:first-child {
  margin-top: 0;
}

.dark h3, .light-grey h3, .white h3, .yellow h3 {
  border-color: #3c4145;
  color: #3c4145;
  border-bottom: 2px solid #3c4145;
}

p.small {
  font-family: "Proxima Nova W01", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.overlay.modal.signup-modal .js-cm-form > .half:first-child {
  margin-top: 0;
}

.overlay.modal.signup-modal .js-cm-form > .half {
  float: none;
  margin: 1em 0;
  width: 100%;
}

.half {
  display: block;
  height: 100%;
  position: relative;
  text-align: left;
  width: 48%;
}

label {
  display: block;
  font-family: "Proxima Nova W01", Helvetica, Arial, sans-serif;
  font-size: 16px;
  max-width: 100%;
  position: relative;
  width: 314px;
}

label.required:before {
  color: #171ee8;
  content: "*";
  display: inline-block;
  left: -10px;
  margin-right: -10px;
  position: relative;
  width: 10px;
}

.js-cm-form .half input[type=text], .js-cm-form .half input[type=email], .js-cm-form .half textarea, .js-cm-form .half select {
  width: 100%;
}

input[type=text], input[type=email], textarea, select {
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-family: "Proxima Nova W01", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  max-width: 100%;
  padding: 6px;
  width: 300px;
}

input, select {
  display: inline-block;
  height: 30px;
  margin: 0px;
}

form button {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
}

.overlay.modal .close {
  cursor: pointer;
  height: 30px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 10px;
  white-space: nowrap;
  width: 30px;
}

.overlay.modal .close:before {
  content: "×";
  display: block;
  font-size: 40px;
  height: 20px;
  line-height: 20px;
  padding: 5px;
  text-align: center;
  width: 20px;
}

.right {
  float: right;
}

.js-cm-submit-button {
  padding: 12px 45px;
  font-size: 24px;
  border-radius: 0px;
  margin: 10px auto;
  background-color: #171ee8;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
}

.site-branding {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .site-branding {
    width: 100%;
    justify-content: flex-start;
    width: 100px;
    padding-left: 20px;
  }
}
.site-branding a {
  padding-top: 8px;
}
.site-branding a img {
  width: 80px;
  height: auto;
}

.page-template-page-major-gift .site-content {
  margin-top: -40px;
}
.page-template-page-major-gift .inner-page-hero {
  padding: 0;
}
.page-template-page-major-gift .inner-page-hero-content {
  height: 100%;
  padding: 13rem 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .page-template-page-major-gift .inner-page-hero-content {
    padding: 8rem 0;
  }
}
@media (max-width: 475px) {
  .page-template-page-major-gift .inner-page-hero-content {
    padding: 4rem 0;
  }
}
.page-template-page-major-gift .the-table-quote-wrapper {
  padding: 2rem 0rem 3rem;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-template-page-major-gift .the-table-quote-wrapper {
    padding: 2rem 1rem 3rem;
  }
}
.page-template-page-major-gift .the-table-quote-wrapper__text h1 {
  text-align: center;
}
@media (max-width: 768px) {
  .page-template-page-major-gift .the-table-quote-wrapper__text h1 {
    font-size: 45px;
    line-height: 40px;
  }
}
.page-template-page-major-gift .the-table-quote-wrapper__name {
  margin-top: -20px;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .page-template-page-major-gift .the-table-quote-wrapper__name {
    text-align: center;
    padding-left: 0;
  }
}
.page-template-page-major-gift .the-table-content-wrapper {
  padding: 2rem 0;
  background-color: #f7f0ea;
  margin-bottom: 3rem;
}
.page-template-page-major-gift .the-table-content-wrapper__text {
  padding: 0 6rem 0rem;
}
@media (max-width: 768px) {
  .page-template-page-major-gift .the-table-content-wrapper__text {
    padding: 0 2rem 0rem;
  }
}
.page-template-page-major-gift .the-table-content-wrapper__text p {
  padding: 0;
}
.page-template-page-major-gift .the-table-content-wrapper__text ul {
  padding-left: 2rem;
  margin-top: -1rem;
}
.page-template-page-major-gift .the-table-content-wrapper__text ul li {
  list-style: disc;
  color: #000;
}
.page-template-page-major-gift .the-table-contact-wrapper__text {
  padding: 0 6rem 0rem;
  margin-bottom: 2rem;
  text-align: center;
}
.page-template-page-major-gift .the-table-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page-template-page-major-gift .the-table-carousel-wrapper .items {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  animation: carouselAnim 90s infinite alternate linear;
}
.page-template-page-major-gift .the-table-carousel-wrapper .items .shadow-effect {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 300px;
  background: white;
  margin: 1em;
  padding: 0.5em;
  border-radius: 10px;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.09);
}
.page-template-page-major-gift .the-table-carousel-wrapper .items .shadow-effect p {
  text-align: center;
}
.page-template-page-major-gift .the-table-carousel-wrapper .items .shadow-effect p.name {
  font-weight: bold;
}
.page-template-page-major-gift .the-table-carousel-wrapper .items .shadow-effect .carousel-image {
  border-radius: 100px;
  display: flex;
}
.page-template-page-major-gift .the-table-carousel-wrapper .items .shadow-effect .carousel-image img {
  width: 100px;
}
@keyframes carouselAnim {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(calc(-100% + 1000px));
  }
}
.page-template-page-major-gift .the-table-carousel-wrapper .faders {
  width: 100%;
  position: absolute;
  height: 100%;
}
.page-template-page-major-gift .the-table-carousel-wrapper .faders .left, .page-template-page-major-gift .the-table-carousel-wrapper .faders .right {
  background: linear-gradient(to right, rgb(245, 245, 245) 0%, rgba(255, 255, 255, 0) 100%);
  width: 20%;
  height: 100%;
  position: absolute;
  z-index: 200;
}
.page-template-page-major-gift .the-table-carousel-wrapper .faders .right {
  right: 0;
  background: linear-gradient(to left, rgb(245, 245, 245) 0%, rgba(255, 255, 255, 0) 100%);
}
/*# sourceMappingURL=sourcemaps/style.css.map */
