@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@400;500;700&family=Montserrat:wght@400;500;600;800&display=swap');

body {
  overflow-x: hidden !important;
  font-family: 'Montserrat', sans-serif !important;
  color: #1a468d;
}

a{
  color: #1a468d;
  font-weight: bold;
  text-decoration: underline;
}

input:focus,
select:focus,
.btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.btn-primary {
  background: #6ebe4a;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 30px;
  border: 2px solid #6ebe4a;
  border-radius: 40px;
  text-transform: uppercase;
  text-decoration: none;
}

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

.btn-primary:hover {
  background: transparent;
  color: #6ebe4a !important;
  border: 2px solid #6ebe4a;
}

.btn-secondary {
  background: #c7c9c7;
  color: #1a468d !important;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 40px;
  border: 0px solid #c12f2f;
  border-radius: 30px;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-secondary:hover {
  background: #6ebe4a;
  border: 0px solid #c12f2f;
}

.btn-primary-white {
  background: #fff;
  color: #1a468d !important;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 23px;
  border: 0px solid #6ebe4a;
  border-radius: 40px;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-primary-white:hover {
  background: #1a468d;
  color: #fff !important;
  border: 0px solid #6ebe4a;
}

h1.heading {
  font-size: 62px;
  font-weight: 800;
  /*text-transform: capitalize;*/
  line-height: 1.1;
}

h1.heading span {
  border-top: 12px solid #6ebe4a;
}

/*.translated-ltr h1.heading span{
  border:none !important;
}*/

h2.subheading {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: capitalize;
}

h2.subheading span {
  border-top: 12px solid #6ebe4a;
}

/*.translated-ltr h2.subheading span{
  border:none !important;
}*/

h3.small {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0;
}

p {
  font-family: 'IBM Plex Serif', serif;
  color: #1a468d;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
}

.page_header p {
  margin: 3rem 0;
}

.page_header h2 {
  font-weight: 800;
}

.page_header ul,
.page_header ol {
  max-width: 600px;
  margin-top: 15px;
  padding-left: 20px;
}

.bg-gray {
  background-color: #eeefee;
}

.bg-green {
  background-color: #6ebe4a;
}

.bg-blue {
  background-color: #1a468d;
}

.banner_img{
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
}

.bullet-copy {
  font-family: 'IBM Plex Serif', serif;
  font-size: 17px;
}

.bullet-copy span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.header {
  background-color: #1a468d;
  padding-left: 5%;
  padding-right: 5%;
  position: sticky;
  top: 0;
  z-index: 5;
}

.header .menu-item a {
  color: #fff !important;
  font-weight: 300 !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
  font-size: 17px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.header .btn-primary,
.header .btn-secondary {
  padding: 10px 0;
  width: 140px;
  margin: 0 10px;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.search_link>a.mega-menu-link {
  font-family: 'Montserrat', sans-serif;
  background: #c7c9c7;
  color: #1a468d !important;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border: 0px solid #c12f2f;
  border-radius: 30px;
  text-transform: uppercase;
  width: 140px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.search_link>a.mega-menu-link .fa {
  margin-left: 8px;
  font-size: 15px;
  color: #1a468d;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.donate_link>a.mega-menu-link {
  font-family: 'Montserrat', sans-serif;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  width: 125px;
  margin: 0 10px;
  border: 2px solid #6ebe4a;
  border-radius: 40px;
  text-align: center;
  background-color: #6ebe4a;
  line-height: 37px;
  display: inline-block;
  font-size: 14px;
}

.header .navbar-dark .navbar-brand {
  background: #fff;
  padding: 0 5%;
}

.header .logo {
  width: 100%;
  transition: all .2s;
  max-width: 250px;
}

.header.scrolled {
  box-shadow: 0px 6px 7px -2px rgba(0, 0, 0, 0.2);
}

.navbar-toggler {
  padding: 0;
  border: 0;
}

.navbar-toggler:focus {
  outline: 0;
}

.header .border-top {
  border-top: 0px solid #2b58a1 !important;
}

.header .social-box {
  position: absolute;
  bottom: -15px;
  right: 115px;
  z-index: 9;
  transition: all 200ms linear;
}

.header .social-box .fa {
  width: 32px;
  line-height: 32px;
  text-align: center;
  color: #1a468d;
  border-radius: 50%;
  background: #c7c9c7;
  transition: all .3s;
  margin: 0 3px;
}

.header .social-box .fa:hover {
  background: #6ebe4a;
  color: #fff;
}

.header .dropdown {
  cursor: pointer;
}

.header ul li:hover .dropdown-menu {
  display: block !important;
}

.header .dropdown-menu {
  position: absolute;
  top: 95%;
  left: -20px;
  z-index: 5;
  float: left;
  min-width: 100%;
  padding: 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #1a468d;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, .15);
  border-radius: 0 0 .25rem .25rem;
  padding-top: 53px;
}

.header .dropdown-item {
  width: auto !important;
  color: #fff;
  padding: .6rem 1.5rem;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.header .dropdown-item:hover {
  background: #6ebe4a;
  color: #fff;
}

.slick-prev {
  z-index: 2;
}

.slick-prev,
.slick-next {
  width: 62px;
  height: 65px;
}

.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}

.home-slider1 .slick-prev::before {
  content: url(../images/prev-gray.png);
}

.home-slider1 .slick-next::before {
  content: url(../images/next-gray.png);
}

.home-slider1 .slick-prev {
  left: 4%;
}

.home-slider1 .slick-next {
  right: 4%;
}

.home-top-green-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.home-top-green-bar .notice {
  padding: 13px 0;
  text-align: center;
}

.home-top-green-bar p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 22px !important;
  padding-right: 50px;
  text-align: center;
  display: inline-block;
  width: auto;
  position: relative;
  margin: 0 auto;
}

.home-top-green-bar a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  display: inline-block;
}

.home-top-green-bar .container {
  position: relative;
  padding-right: 0;
}

::marker {
  font-weight: 700;
}

.content-row li {
  font-family: 'IBM Plex Serif', serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.content-row li span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.content-row img {
  max-width: 100%;
}

ul.green-bullets li::before {
  content: "\2022";
  color: #6ebe4a;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ul.green-bullets li {
  list-style: none;
}

.footprint_list {
  padding: 0 !important;
  margin: 0;
  column-count: 2;
  margin-bottom: 20px;
}

.footprint_list li {
  padding-left: 20px;
  list-style: none;
  position: relative;
  margin-bottom: 4px;
}

.footprint_list li:before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 7px;
}

.footprint_list li:first-child::before {
  background-color: #70CDE3;
}

.footprint_list li:nth-child(2)::before {
  background-color: #F4BF3B;
}

.footprint_list li:nth-child(3)::before {
  background-color: #C92E40;
}

.footprint_list li:nth-child(4)::before {
  background-color: #129A4E;
}

.footprint_list li:nth-child(5)::before {
  background-color: #797A7D;
}

.footprint_list li:nth-child(6)::before {
  background-color: #1A468D;
}

.footprint_list li:nth-child(7)::before {
  background-color: #F9A064;
}

.footprint_list li:nth-child(8)::before {
  background-color: #8E3485;
}

.footprint_list li:nth-child(9)::before {
  background-color: #6EBE4A;
}

blockquote {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  z-index: 1;
}

p + blockquote{
  margin-top: 40px;
}

blockquote p::before,
blockquote p::after {
  content: "\201C";
  font-size: 10rem;
  margin: 1.4rem 0 0 -3rem;
  position: absolute;
  color: rgb(110 190 74 / 0.5);
  z-index: -1;
}

blockquote+h3,
blockquote+p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
}

blockquote p::after {
  content: "\201D";
  margin: 3rem 0em 0px -4rem;
}

blockquote p {
  font-family: 'IBM Plex Serif', serif;
  font-size: 24px;
  font-style: italic;
  line-height: 40px;
  font-weight: 400;
}

.footer {
  background-color: #1a468d;
  padding-top: 20px;
  text-align: center;
}

.footer ul li{
  display: block;
}

.footer li a {
  font-size: 17px;
  color: #fff;
  display: table;
  margin-bottom: 15px;
  font-weight: 300;
  text-decoration: none;
  line-height: 1.1;
}

.footer a{
  color: #fff;
}

.footer a.bold {
  font-weight: 700;
}

.footer .box {
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  max-width: calc(100% / 4 - 40px );
  text-align: left;
}

.footer .footer-logo {
  position: absolute;
  right: 40px;
  bottom: 20px;
}

.footer .container {
  max-width: 950px;
  position: relative;
}

.footer .green-row {
  background-color: #6ebe4a;
}

.footer .green-row p {
  color: #fff;
  margin: 0;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300;
}

.team {
  padding-top: 100px;
  padding-bottom: 50px;
}

.team h3 {
  font-weight: 700;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.team p {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 35px;
  margin-bottom: 0;
}

.team p a {
  color: #fff;
  display: block;
}

.team_list h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0;
}

.team_list.partner_list h4{
  font-weight: 400;
}

.team_list p {
  font-family: 'Montserrat', sans-serif;
  color: #1a468d;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.team_list .col-md-4 {
  text-align: left;
  margin-bottom: 30px;
}

.team_item {
  width: 190px;
}

.investors {
  padding-top: 75px;
  padding-bottom: 50px;
}

.investors ul{
  /* column-count: 3; */
  list-style: none;
  text-align: left;
  /* column-gap: 35px; */
}

.investors ul li{
  display: inline-block;
  width: calc(100% / 3 - 10px);
  vertical-align: top;
}

.investors h4 {
  font-weight: 400;
  font-size: 20px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 25px;
}

.investors h4::before {
  color: #6EBE4A;
  position: absolute;
  left: 0;
}

.content-row {
  padding: 4rem 0;
}

.content-row.fancy {
  margin: 4.4rem 0;
}

.content_row_content {
  width: 100%;
}

.content_row_content ul {
  padding-left: 20px;
}

.content_row_content ol {
  padding-left: 20px;
}

.instagram_feed {
  padding: 100px 0;
}

a.nturl.single-language {
  border: 0;
  padding: .5rem .5rem;
  display: block;
  color: #fff;
}

.link_blocks_section{
  margin:100px auto;
}

.link_blocks{
  text-align:center;
  background-color:#eeefee;
}

.link_block_content{
  padding:15px;
  padding-bottom: 35px;
}

.link_blocks h3{
  font-weight:600;
}

.link_blocks p{
  margin: 15px 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  min-height: 75px;
}

.page-id-2557 .link_blocks_section {
  margin-top: -25px;
}

.page-id-2557 .link_blocks_section .col-md-4 {
  padding: 0;
}

.page-id-2557 .link_blocks_section .link_block_content{
  padding-bottom: 15px;
}

.page-id-2589 .link_blocks_section {
  background-color: #EEEFEE;
  margin: 0;
}

.page-id-2589 .link_block_content {
  padding: 15px;
  padding-bottom: 35px;
  background-color: #1a468d;
  margin-top: -10px;
}

.page-id-2589 .link_blocks h3 {
  font-weight: 400;
  color: #fff;
  font-size: 1.5rem;
  height: 75px;
  margin-bottom: 0;
  margin-top: 10px;
}

/*.page_header + .content-row{
  padding-top: 1rem;
}*/

.content-row.fancy img {
  margin: -100px 0;
}

.news_section {
  padding: 4rem 0;
}

.news_content {
  background-color: #1a468d;
  padding: 15px;
  text-align: center;
}

.news_content h3 {
  color: #fff;
  font-size: 23px;
  line-height: 1.1;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_content p {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.accordion_heading {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.accordion {
  margin: 30px 0px;
}

.accordion>.card {
  border: none;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.accordion>.card>.card-header {
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  /* border-bottom: solid 1px #ccc; */
}

.accordion .card-header h5 button {
  padding: 0;
  font-size: 18px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif !important;
  color: #1a468d;
  text-decoration: none;
}

.accordion .card-header h5 button span {
  font-weight: 400;
  font-family: 'IBM Plex Serif';
}

.accordion .card-body {
  padding: 0px 5px;
  padding-bottom: 20px;
}

.icon_box_content {
  padding-bottom: 80px;
}

.icon-boxes p {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}

.icon-boxes .btn-primary-white {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  bottom: 30px;
  white-space: nowrap;
  width: auto;
}

.graphic_columns_wrapper {
  padding: 4rem 15px;
}

.graphic_columns {
  text-align: center;
  border-right: 5px dotted #ccc;
  padding: 20px 15px;
}

.graphic_columns:last-of-type {
  border-right: none;
}

.graphic_columns img {
  max-height: 90px;
}

.graphic_columns p {
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 0;
  font-weight: bold;
}

.graphic_columns p span {
  color: #6EBE4A;
  line-height: 1.2em;
}

.graphic_columns hr.green{
  border-top: solid 7px #6ebe4a;
  margin-top: 5px;
  margin-bottom: 0;
}

.graphic_columns hr.blue{
  border-top: solid 7px #1A468D;
  margin-top: 5px;
  margin-bottom: 0;
}

.image_caption {
  text-align: left;
  max-width: 450px;
  margin: 10px auto;
}

.image_caption p {
  margin-bottom: 0;
}

.footprint_list_left {
  padding: 0;
  margin: 0;
  column-count: 3;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 5px;
}

.footprint_list_left li {
  list-style: none;
  position: relative;
  margin-bottom: 1px;
  font-size: 16px;
}

.footprint_list_left li:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -17px;
  top: 7px;
}

.footprint_list_left li:first-child::before {
  background-color: #70CDE3;
}

.footprint_list_left li:nth-child(2)::before {
  background-color: #F4BF3B;
}

.footprint_list_left li:nth-child(3)::before {
  background-color: #C92E40;
}

.footprint_list_left li:nth-child(4)::before {
  background-color: #129A4E;
}

.footprint_list_left li:nth-child(5)::before {
  background-color: #797A7D;
}

.footprint_list_left li:nth-child(6)::before {
  background-color: #1A468D;
}

.footprint_list_left li:nth-child(7)::before {
  background-color: #F9A064;
}

.footprint_list_left li:nth-child(8)::before {
  background-color: #8E3485;
}

.footprint_list_left li:nth-child(9)::before {
  background-color: #6EBE4A;
}

.footprint_list_left li {
  list-style: none;
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
}

.poverty_list_left {
  padding-left: 0;
}

.poverty_list_left li {
  display: inline-block;
  list-style: none;
  position: relative;
  font-size: 14px;
  padding-left: 15px;
  margin-right: 5px;
}

.poverty_list_left li:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #ccc;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
}

.programs_wrapper {
  padding: 4rem 0;
}

.programs_wrapper:nth-child(odd) {
  background: #EEEFEE;
}

.program img {
  max-width: 350px;
  height: 250px;
}

.program h2.subheading {
  font-size: 36px;
}

.white-gray-bg {
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 20%, rgba(238, 239, 238, 1) 32%);
  margin: 100px 0;
  padding: 0 15px;
}

.white-gray-bg img {
  margin: -80px 0;
  max-width: 420px;
  width: 85%;
}

.facet_container {
  background-color: #EEEFEE;
  /* min-height: 400px; */
  padding: 15px;
  position: absolute;
  top: 0;
  left: -200px;
  width: 200px;
}

.facet_container h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 15px;
}

.facetwp-checkbox {
  background: none !important;
  background-size: 14px 14px;
  margin-bottom: 4px;
  padding-left: 0;
  cursor: pointer;
  margin: 0 -15px;
  padding: 3px 15px;
}

.facetwp-checkbox.checked {
  background-image: none;
  background-color: #DEE0DE !important;
}

.facetwp-load-more {
  background: #6ebe4a;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 30px;
  border: 2px solid #6ebe4a;
  border-radius: 40px;
  text-transform: uppercase;
  transition: all 200ms linear;
}

.facetwp-load-more:hover {
  background: transparent;
  color: #6ebe4a !important;
  border: 2px solid #6ebe4a;
}

.search_form {
  background-color: #c7c9c7;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.search_field {
  background-color: transparent;
  border: none;
  padding: 0 20px;
  height: 40px;
  width: 125px;
  font-size: 14px;
  font-weight: normal;
  transition: all 200ms linear;
}

.search_field::-webkit-input-placeholder {
  color: #1a468d;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
}

#search_submit {
  padding: 0;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #1a468d;
}

.searchwp-live-search-results {
  min-height: unset;
  min-width: 300px;
}

.searchwp-live-search-result p {
  padding: 0.8em 1em;
  line-height: 1.2;
}

.searchwp-live-search-result p small{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 85%;
}

.searchwp-live-search-result a {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  color: #1a468d;
}

.newsletter_form_wrapper {
  margin: 0 !important;
  margin-bottom: 30px !important;
}

.gform_wrapper .newsletter_form .gform_body {
  width: 400px;
  display: inline-block;
  max-width: calc(100% - 175px);
}

.gform_wrapper .newsletter_form ul.gform_fields {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.gform_wrapper .newsletter_form ul.gform_fields li.gfield {
  padding: 0;
  margin: 0;
}

.gform_wrapper .newsletter_form .top_label div.ginput_container {
  margin-top: 0;
}

.gform_wrapper .newsletter_form li.hidden_label input {
  margin-top: 0;
  border: 2px solid #6ebe4a;
  border-radius: 40px;
  height: 50px;
  padding: 0px 20px !important;
  color: #1a468d;
  font-weight: 800;
  font-size: 16px;
}

.gform_wrapper .newsletter_form li.hidden_label input::-webkit-input-placeholder {
  color: #1a468d;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
}

.gform_wrapper .newsletter_form .gform_footer {
  width: auto;
  clear: none;
  display: inline-block;
  margin: 0;
  margin-left: 15px;
  padding: 0;
}

.gform_wrapper .newsletter_form .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  background: #6ebe4a;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  padding: 0 30px;
  border: 2px solid #6ebe4a;
  border-radius: 40px;
  text-transform: uppercase;
  height: 50px;
  vertical-align: -1px;
}

.event_content_container p strong,
.post_content_container p strong {
  font-family: 'Montserrat', sans-serif;
}

.event_content_container p strong a,
.post_content_container p strong a {
  color: #1A468D;
}

.event_content_container p strong a:hover,
.post_content_container p strong a:hover {
  color: #0056b3;
}

.post_content_container {
  border-bottom: solid 2px #1A468D;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.post_nav_link {
  background-color: #EEEFEE;
  border: solid 2px #EEEFEE;
  border-radius: 40px;
  height: 60px;
  line-height: 58px;
  font-size: 18px;
  width: 150px;
  text-align: center;
  display: inline-block;
  color: #1a468d;
  font-weight: bold;
  transition: all 200ms linear;
}

.post_nav_link:hover{
  border: solid 2px #1a468d;
  background-color: transparent;
}

.scriptlesssocialsharing{
  display: inline-block;
}

.scriptlesssocialsharing__heading{
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 18px;
  font-weight: bold;
}

.scriptlesssocialsharing__buttons{
  display: inline-block;
}

.scriptlesssocialsharing svg:not(:root) {
  width: 25px;
  color: #523180;
  margin: 0 12px;
  height: 25px;
}

.scriptlesssocialsharing svg:hover {
  color: #02958d
}

.scriptlesssocialsharing .screen-reader-text {
  display: none;
}

.scriptlesssocialsharing .button {
  border: 0 !important;
  padding: 0;
  font-size: 1.0em;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #C7C9C7;
  border-radius: 50%;
  color: #1A468D;
  transition: all 200ms linear;
}

.scriptlesssocialsharing .button:hover{
  background: #6ebe4a;
  color: #fff;
}

.scriptlesssocialsharing .button.email {
  width: auto;
  height: auto;
  line-height: 1;
  background-color: transparent;
  margin-left: 5px;
}

.single .postmetadata .email .screen-reader-text,
.single .postmetadata .print {
  display: inline-block;
  padding: 5px;
  border-radius: 50px;
  font-size: 1.2em;
  width: 140px;
  text-align: center;
  height: auto;
  clip: unset;
  position: relative !important;
  margin: 0;
  clip-path: unset;
  color: #fff;
  height: 50px;
  line-height: 36px;
  font-weight: 700;
  border: 2px solid #6ebe4a;
  background-color: #6EBE4A;
  text-transform: uppercase;
  transition: all 200ms linear;
}

.single .postmetadata .email .screen-reader-text:hover,
.single .postmetadata .print:hover {
  background: transparent;
  color: #6ebe4a !important;
  border: 2px solid #6ebe4a;
}

.postmetadata a{
  text-decoration: none;
}

.single .postmetadata .email span,
.single .postmetadata .print a {
  color: #fff !important;
}

.single .postmetadata .envelope {
  display: none !important;
}

.single .post-content li.share {
  width: calc(100% - 150px);
}

.single .post-content li.print {
  width: 140px;
  float: right;
  line-height: 18px;
  margin-top: 0;
  padding: 8px 5px;
}

.single .postmetadata li {
  display: inline-block;
  vertical-align: middle;
}

.single .post-content .email:before {
  display: none;
}

.story_img_container{
  padding-bottom: 65%;
  background-size: cover;
  background-position: center;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mobile_social, 
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mobile_search{
  display: none;
}

a.bio_link {
  text-decoration: none;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

a.bio_link:hover {
  text-decoration: underline;
}

.bio_image_container{
  width: 75%;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
	align: right;
}

@media (max-width:1835px) {
  .home-top-green-bar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header {
    padding-left: 3%;
    padding-right: 3%;
  }

  .header .menu-item a {
    padding-left: 14px !important;
    padding-right: 14px !important;
    font-size: 16px;
  }

  .header .btn-primary,
  .header .btn-secondary {
    padding: 8px 0;
    width: 120px;
    margin: 0 8px;
    font-size: 14px;
  }
}

@media (max-width:1560px) {
  .header .menu-item a {
    padding-left: 11px !important;
    padding-right: 10px !important;
  }

  .header .navbar-dark .navbar-brand {
    width: 27%;
  }
}

@media (max-width:1439px) {
  .header .navbar-dark .navbar-brand {
    width: 23%;
    padding: 0 3%;
  }

  .header .menu-item a {
    padding-left: 13px !important;
    padding-right: 13px !important;
    font-size: 16px;
  }

  .header .btn-primary,
  .header .btn-secondary {
    padding: 8px 0;
    font-size: 13px;
  }

  .header {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:1400px){
  .facet_container{
    position: relative;
    min-height: unset;
    display: inline-block;
    left: unset;
    margin-bottom: 15px;
    width: 100%;
  }

  .blog_section .facetwp-facet{
    margin-bottom: 0;
  }

  .blog_section .facetwp-checkbox{
    display: inline-block;
    width: auto;
    vertical-align: top;
    padding: 5px;
    margin: 0;
    margin-bottom: 5px;
    margin-right: 20px;
  }
}

@media (max-width:1365px) {
  .header .navbar-dark .navbar-brand {
    padding: 0 2%;
  }

  .header .menu-item a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .header .btn-primary,
  .header .btn-secondary {
    width: 110px;
    margin: 0 6px;
  }
}

@media (max-width:1024px) {
  #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
    top: 85px;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.search_link>a.mega-menu-link {
    margin: 10px auto;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.donate_link>a.mega-menu-link {
    margin: 10px auto;
  }

  .header .social-box {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.desktop_search{
    display: none;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mobile_social, 
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mobile_search{
    display: block;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mobile_social .social-box{
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    transform: none;
    text-align: center;
  }

  .header > .social-box{
    display: none;
  }
}

@media (max-width:1279px) {
  h1.big {
    font-size: 58px;
    line-height: 60px;
  }

  .header .menu-item a {
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 14px;
  }
}

@media (max-width:1199px) {
  h1.heading {
    font-size: 46px;
  }

  h2.subheading {
    font-size: 34px;
  }

  .unique-role p {
    width: auto;
    margin-left: 0;
  }

  .network-img {
    margin-left: 0;
    max-width: 100%;
  }

  .home-top-green-bar {
    max-width: 100%;
  }

  .header .dropdown-menu {
    position: static;
    left: 0;
    padding-top: 0;
    text-align: center;
  }

  .header .menu-item a {
    padding: 10px 0 !important;
    font-size: 16px;
    border-bottom: 1px solid #2b58a1;
    text-align: center;
  }

  .header .border-top {
    border-top: 1px solid #2b58a1 !important;
  }

  .header .btn-primary,
  .header .btn-secondary {
    padding: 12px 0;
    width: 160px;
    margin: 8px auto;
    display: block;
  }

  .navbar-nav {
    background-color: #214f99;
  }

  .header {
    padding-left: 0;
  }

  .header .navbar-dark .navbar-brand {
    padding: 15px 2% !important;
    width: 200px;
  }

  .translated-ltr .header .navbar-dark .navbar-brand {
    padding: 15px 2% !important;
    width: 175px;
  }

  .translated-ltr #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    padding: 0 !important;
  }

  .page_icon{
    max-width: 100px;
  }
}

@media (max-width:991px) {
  .fancy {
    height: auto;
    padding-bottom: 30px;
    background: rgb(238, 238, 238);
    background: linear-gradient(1800deg, rgba(238, 238, 238, 1) 71%, rgba(245, 191, 61, 1) 71%);
  }

  .graphic_columns{
    max-width: 400px;
    padding: 30px 0;
  }

  .graphic_columns:first-of-type{
    border-right: none;
    border-bottom: 5px dotted #ccc;
  }
  
  .graphic_columns:nth-of-type(2){
    border-right: none;
    border-bottom: 5px dotted #ccc;
  }

  .graphic_columns:nth-of-type(3){
    border-right: none;
    border-bottom: 5px dotted #ccc;
  }

  .graphic_columns:last-of-type{
    border-right: none;
    border-bottom: none;
  }

  .investors ul{
    column-count: 2;
  }

  .content-row img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }  

  .content-row.fancy img {
    margin: 0 auto;
  }
}

@media (max-width:897px) {
  .footer .container {
    text-align: left;
  }
}

@media (max-width:767px) {
  .content-row{
    padding: 1.5rem 0;
  }

  .white-gray-bg{
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(238, 239, 238, 1) 32%);
  }

  .event-row:nth-child(2){
    margin-top: 0;
  }

  .home-top-green-bar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .page_icon{
    max-width: 100px;
    margin-bottom: 10px;
  }

  .icon-boxes .btn-primary-white {
    position: static;
  }

  .graphic_columns {
    border: none !important;
    border-bottom: 5px dotted #ccc !important;
    padding: 30px 0;
    width: 75%;
  }

  .home-top-green-bar a{
    right: 0;
  }

  .graphic_columns:last-child {
    border: none;
  }

  .white-gray-bg img {
    margin: 0;
  }

  .program {
    margin-bottom: 30px;
  }

  .team_list .col-md-4{
    text-align: center;
  }

  .footer .green-row{
    margin-top: 30px;
  }

  .investors ul{
    column-count: 1;
  }
}

@media (max-width:600px) {

  blockquote::before,
  blockquote::after {
    font-size: 10rem;
  }

  .home-upcoming-events hr.medium {
    position: static;
  }

  h2.subheading {
    font-size: 31px;
  }

  .btn-primary {
    font-size: 18px;
    padding: 11px 23px;
  }

  .home-top-green-bar {
    margin-top: 0;
    padding-right: 15px;
  }

  .home-top-green-bar p {
    font-size: 19px !important;
    margin-right: 0;
    line-height: 20px;
  }

  .home-top-green-bar img {
    width: 30px;
  }

  .home-slider1 .slick-prev::before {
    content: url(../images/prev-gray-small.png);
  }

  .home-slider1 .slick-next::before {
    content: url(../images/next-gray-small.png);
  }

  .slick-prev,
  .slick-next {
    width: 30px;
    height: 31px;
  }

  h1.heading {
    font-size: 38px;
    line-height: 43px;
  }

  .fancy .subheading span {
    border-top: 10px solid #f5bf3d;
  }

  .footer .footer-logo {
    position: static;
    margin: auto;
    display: block;
  }

  .footer .container {
    text-align: center;
  }

  .footer .box {
    margin: 20px auto;
    width: 100%;
  }

  .footer a {
    display: block;
    margin-bottom: 5px;
  }

  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .header .navbar-dark .navbar-brand {
    padding: 5%;
    width: calc(100% - 125px);
    text-align: center;
    margin-right: 0;
  }

  .header .logo {
    max-width: 175px;
    height: auto;
  }

  #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
    top: 70px;
    padding-top: 10px;
  }

  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
    margin: 0;
    width: 125px;
    /* text-align: center; */
    display: flex;
    justify-content: center;
  }

  .navbar-dark .navbar-toggler {
    color: red;
    border-color: rgba(255, 255, 255, .1);
    position: absolute;
    right: 18px;
    top: 34px;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url(../images/toggle-menu.png);
    width: 20px;
    height: 16px;
  }

  .navbar-nav {
    padding-top: 50px;
  }

  h1.heading span {
    border-top: 9px solid #6ebe4a;
  }

  h2.subheading span {
    border-top: 9px solid #6ebe4a;
  }
}

body.search header.page-header { margin-bottom:50px; }
article.search-result { margin-top:0; }