/*$f-universe-light: univers-lt-light ,Arial, sans-serif;
$f-universe-bold: univers-lt-bold ,Arial, sans-serif;
$f-myriad: "Myriad Pro",myriad-pro,Arial,sans-serif;*/
/********************
** Colors
********************/
/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
@font-face {
  font-family: "univers-lt-bold";
  src: url("../fonts/UniversLT-Bold.woff2") format("woff2"), url("../fonts/UniversLT-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers-lt-light";
  src: url("../fonts/UniversLT-Light.woff2") format("woff2"), url("../fonts/UniversLT-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad-pro";
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers-ce-light";
  src: url("../fonts/UniversCE-Light.woff2") format("woff2"), url("../fonts/UniversCE-Light.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers-ce-bold";
  src: url("../fonts/UniversCE-Bold.woff2") format("woff2"), url("../fonts/UniversCE-Bold.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
input[type=submit]:focus,
input[type=submit]:active {
  top: 0;
}

#breadcrumb {
  background: #F6F5F3;
}
#breadcrumb span a {
  padding-right: 10px;
  margin-right: 5px;
  background: url("../images/separator.png") no-repeat 100% 5px;
}
#breadcrumb.custom .col-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
#breadcrumb.custom .col-12 span {
  font-size: 14px;
}

.donate-form form input[type=submit] {
  border: none;
  border: none;
  text-transform: lowercase;
  padding: 7px 30px 7px 70px;
  border-radius: 20px;
  font-family: univers-lt-bold, Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  background: #155324 url("../images/donation-icon.png") no-repeat 35px 6px;
}
.donate-form a {
  border: none;
  border: none;
  padding: 7px 30px 7px 30px;
  border-radius: 20px;
  font-family: univers-lt-bold, Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  /*background: #155324 url('../images/donation-icon.png') no-repeat 35px 6px;*/
  background-color: #155324;
  display: inline-block;
  color: #ffffff;
  /*text-transform: capitalize;*/
}

.home-programs .fl-module-creative-link a::after {
  content: "";
  height: 0;
}

.website-link {
  background: #43A25F;
  border: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  padding: 10px 30px;
  color: #ffffff;
  margin: 10px 0 20px 0;
  border-radius: 4px;
  display: inline-block;
}
.website-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.view-all i {
  font-weight: bold !important;
  font-family: "Font Awesome 5 Free" !important;
}

.page .wpcf7-form .wpcf7-form-control-wrap select {
  border: 1px solid #7A7A7A;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
  display: block;
  width: 100%;
  max-width: 330px;
  border-radius: 4px;
}
.page .wpcf7-form .wpcf7-form-control-wrap select:focus {
  outline: none !important;
}
.page .wpcf7-form .wpcf7-form-control-wrap input,
.page .wpcf7-form .wpcf7-form-control-wrap textarea {
  border-color: #7A7A7A;
}
.page .wpcf7-form label {
  position: relative;
}
.page .wpcf7-form label span.required {
  color: #dc3232;
  position: absolute;
  top: 5px;
  left: auto;
  margin-left: 5px;
}
.page .wpcf7-form .form-description span.required {
  position: relative;
  color: #dc3232;
  top: 5px;
}
.page .wpcf7-form .wpcf7-submit {
  background: #43A25F;
  border: none;
  font-family: Arial, sans-serif;
  font-size: 24px;
  padding: 10px 30px;
  margin-top: 20px;
}

header .fl-row.header-section .fl-row-content-wrap {
  background-position-x: 100%;
}
header .fl-row .fl-row-content-wrap .header-main-menu .fl-menu .menu {
  display: flex;
  padding: 0;
  justify-content: center;
}
header .fl-row .fl-row-content-wrap .header-main-menu .fl-menu .menu > .menu-item {
  flex-grow: 1;
  text-align: center;
}
header .fl-row .fl-row-content-wrap .language-switcher {
  color: #2A8E3C;
  text-align: center;
  font-size: 12px;
  font-family: univers-lt-bold, Arial, sans-serif;
}
@media (min-width: 992px) {
  header .fl-row .fl-row-content-wrap .language-switcher {
    text-align: right;
  }
}
header .fl-row .fl-row-content-wrap .language-switcher .wpml-ls {
  display: inline-block;
  padding: 0 7px;
  margin-top: 0;
}
header .fl-row .fl-row-content-wrap .language-switcher .wpml-ls a {
  color: #25303a;
  font-family: univers-lt-light, Arial, sans-serif;
}
header .fl-row .fl-row-content-wrap .language-switcher .wpml-ls a span {
  vertical-align: bottom;
}
header .fl-row .fl-row-content-wrap .donate-form form {
  text-align: center;
  /*input[type="submit"]{
    background: #2A8E3C url('../images/donation-icon.png') no-repeat 35px 6px;
  }*/
}
@media (min-width: 992px) {
  header .fl-row .fl-row-content-wrap .donate-form form {
    text-align: right;
  }
}
header .fl-row .fl-row-content-wrap .donate-form .textwidget {
  text-align: center;
}
@media (min-width: 992px) {
  header .fl-row .fl-row-content-wrap .donate-form .textwidget {
    text-align: right;
  }
}
header .fl-row .fl-row-content-wrap .donate-form .textwidget a {
  background-color: #2A8E3C;
}
header .fl-row .fl-row-content-wrap #search-form form .fl-form-field input {
  padding-left: 25px;
  background: url("../images/search-icon.png") no-repeat 5px;
}
header .fl-row .fl-row-content-wrap .header-logo img {
  max-width: 256px;
}
header .fl-row .fl-row-content-wrap .tagline img {
  /*max-width: 460px;*/
}
header .mobile-menu .fl-col-content .fl-menu nav .menu {
  left: 0;
  width: 100%;
}

footer.fl-builder-content .fl-module-content .fl-menu {
  border-top: 1px solid #80C6A1;
  border-bottom: 1px solid #80C6A1;
}
footer.fl-builder-content .pp-cf7-content .pp-cf7-form-description {
  margin-bottom: 30px;
}
footer.fl-builder-content .pp-cf7-content .wpcf7 .screen-reader-response {
  display: none;
}
footer.fl-builder-content .pp-cf7-content .wpcf7 .wpcf7-form {
  text-align: center;
}
@media (min-width: 768px) {
  footer.fl-builder-content .pp-cf7-content .wpcf7 .wpcf7-form {
    display: flex;
    justify-content: center;
    position: relative;
  }
}
footer.fl-builder-content .pp-cf7-content .wpcf7 .wpcf7-form label {
  max-width: 100%;
  margin: 10px 20px;
}
@media (min-width: 768px) {
  footer.fl-builder-content .pp-cf7-content .wpcf7 .wpcf7-form label {
    margin: 0 20px;
    max-width: 190px;
  }
}
footer.fl-builder-content .pp-cf7-content .wpcf7 .wpcf7-form p.action-btns {
  margin: 10px 20px;
}
@media (min-width: 768px) {
  footer.fl-builder-content .pp-cf7-content .wpcf7 .wpcf7-form p.action-btns {
    display: inline-block;
    margin: 0 20px;
    position: relative;
  }
}
footer.fl-builder-content .pp-cf7-content .wpcf7 .wpcf7-form p.action-btns .ajax-loader {
  display: none;
}
footer.fl-builder-content .pp-cf7-content .wpcf7 .wpcf7-form .wpcf7-response-output {
  position: absolute;
  margin: 0 0 -35px 0;
  bottom: 0;
}
footer.fl-builder-content .company-info {
  text-align: center;
  font-size: 11px;
}
footer.fl-builder-content .company-info .fl-module-content {
  margin: 0px;
}
footer.fl-builder-content .fl-menu-horizontal {
  text-align: center;
}
footer .donate-form {
  text-align: center;
}
@media (min-width: 768px) {
  footer .donate-form {
    text-align: left;
  }
}
footer .donate-form .widget {
  margin: 20px 0;
}
@media (min-width: 768px) {
  footer .donate-form .widget {
    margin: 0;
  }
}
footer .footer-logo {
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer-logo {
    text-align: right;
  }
}
footer .footer-logo .widget {
  margin: 20px 0;
}
@media (min-width: 768px) {
  footer .footer-logo .widget {
    margin: 0;
  }
}
footer .footer-logo p {
  margin: 0;
}
footer .footer-logo img {
  opacity: 0.5;
  height: 52px;
}

.grey-bg {
  background-color: rgba(0, 0, 0, 0.7);
  max-width: 100% !important;
}
.grey-bg h2 {
  font-size: 45px !important;
  line-height: 1.25 !important;
}
.grey-bg h2 * {
  font-size: 45px !important;
  line-height: 1.25 !important;
}

#fl-main-content .grey-bg > .fl-node-content,
header.fl-builder-content .grey-bg > .fl-node-content {
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  #fl-main-content .grey-bg > .fl-node-content,
  header.fl-builder-content .grey-bg > .fl-node-content {
    align-items: flex-end;
  }
}
#fl-main-content .grey-bg > .fl-node-content .fl-col-group,
header.fl-builder-content .grey-bg > .fl-node-content .fl-col-group {
  width: 100%;
}
@media (min-width: 1200px) {
  #fl-main-content .grey-bg > .fl-node-content .fl-col-group,
  header.fl-builder-content .grey-bg > .fl-node-content .fl-col-group {
    width: 560px;
  }
}

#home-news-section .home-news-header h2 {
  padding-bottom: 5px;
  border-bottom: 1px solid #B4B3B4;
  position: relative;
  display: inline-block;
  /*&:after{
    content:"";
    position: absolute;
    height: 1px;
    background: #B4B3B4;
    width: 1px;
    bottom: -1px;
  }*/
}
#home-news-section .home-news-header h2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  background: #2A8E3C;
}
#home-news-section .home-news .pp-posts-wrapper .pp-content-posts-inner {
  position: static;
}
#home-news-section .home-news .pp-posts-wrapper .pp-content-posts-inner .owl-stage-outer {
  position: static;
}
#home-news-section .home-news .pp-posts-wrapper .pp-content-posts-inner .owl-stage-outer .owl-stage .owl-item:nth-child(1) .pp-content-post {
  background-color: rgba(0, 0, 0, 0.8);
}
#home-news-section .home-news .pp-posts-wrapper .pp-content-posts-inner .owl-stage-outer .owl-stage .owl-item:nth-child(2) .pp-content-post {
  background-color: rgba(0, 0, 0, 0.6);
}
#home-news-section .home-news .pp-posts-wrapper .pp-content-posts-inner .owl-stage-outer .owl-stage .owl-item:nth-child(3) .pp-content-post {
  background-color: rgba(0, 0, 0, 0.4);
}
#home-news-section .home-news .pp-posts-wrapper .pp-content-posts-inner .owl-stage-outer .owl-stage .owl-item:nth-child(4) .pp-content-post {
  background-color: rgba(0, 0, 0, 0.2);
}
#home-news-section .home-news .pp-posts-wrapper .pp-content-posts-inner .owl-stage-outer .owl-stage .owl-item:nth-child(5) .pp-content-post {
  background-color: rgba(0, 0, 0, 0.2);
}
#home-news-section .home-news .pp-posts-wrapper .pp-content-posts-inner .owl-stage-outer .owl-stage .owl-item:nth-child(6) .pp-content-post {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  #home-news-section .home-news .pp-posts-wrapper .pp-content-posts-inner .owl-nav .owl-prev {
    left: -10%;
  }
  #home-news-section .home-news .pp-posts-wrapper .pp-content-posts-inner .owl-nav .owl-next {
    right: -10%;
  }
}

.post-listing .uabb-blog-posts-shadow {
  overflow: hidden;
}
.post-listing .uabb-blog-posts-shadow .uabb-post-thumbnail {
  margin: 0;
}
.post-listing .uabb-blog-posts-shadow .content-wrapper {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.single {
  /*#fl-main-content{
    > .container{
      > .row{
        flex-wrap: nowrap;
      }
    }
  }*/
}
.single #main-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  min-height: 400px;
  display: flex;
  color: #ffffff;
}
@media (min-width: 992px) {
  .single #main-image {
    min-height: 580px;
  }
  .single #main-image.small {
    min-height: 380px;
  }
}
.single #main-image .main-image-content-wrapper {
  float: right;
  width: 100%;
  display: flex;
  height: 100%;
}
@media (min-width: 1200px) {
  .single #main-image .main-image-content-wrapper {
    width: 550px;
  }
}
.single #main-image .main-image-content-wrapper .main-image-content {
  margin: 20px;
  align-self: center;
}
.single #main-image .main-image-content-wrapper .main-image-content .title h2 {
  font-size: 55px;
  line-height: 56px;
  color: inherit;
  margin-bottom: 20px;
}
.single #main-image .main-image-content-wrapper .main-image-content .subtitle {
  font-size: 24px;
}
.single .fl-content {
  margin-top: 0;
  border-right: none;
}
.single .fl-content article.fl-post:not(.struggle) {
  margin-top: 43px;
}
.single .fl-content article.fl-post:not(.struggle) header {
  border-bottom: 7px solid #2A8E3C;
  margin-bottom: 26px;
  /*.fl-post-title{
    margin-bottom: 24px;
  }*/
}
.single .fl-content article.fl-post:not(.struggle) header .fl-post-title {
  margin-bottom: 15px;
}
.single .fl-content article.fl-post:not(.struggle) header .post-meta {
  margin-bottom: 20px;
}
.single .fl-content article.fl-post:not(.struggle) header .post-meta > div {
  display: inline-block;
}
.single .fl-content article.fl-post:not(.struggle) header .post-meta .date,
.single .fl-content article.fl-post:not(.struggle) header .post-meta .tags {
  font-size: 15px;
}
.single .fl-content article.fl-post:not(.struggle) header .post-meta .date span,
.single .fl-content article.fl-post:not(.struggle) header .post-meta .tags span {
  font-family: univers-lt-bold, Arial, sans-serif;
}
.single .fl-content article.fl-post:not(.struggle) header .post-meta .date {
  margin-right: 50px;
}
.single .fl-content article.fl-post:not(.struggle).program {
  margin-top: 50px;
}
.single .fl-content article.fl-post:not(.struggle).program header {
  border-bottom: 1px solid #B4B3B4;
  margin-bottom: 43px;
}
.single .fl-content article.fl-post:not(.struggle).program header .fl-post-title {
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
}
.single .fl-content article.fl-post:not(.struggle).program header .fl-post-title:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  background: #2A8E3C;
}
.single .fl-content article.fl-post:not(.struggle) .fl-post-thumb img {
  border-radius: 20px;
  width: 100%;
}
.single .fl-content article.fl-post:not(.struggle) .fl-post-content p {
  margin-bottom: 28px;
}
.single .fl-content article.fl-post:not(.struggle) .fl-post-content h2 {
  margin-top: 40px;
  margin-bottom: 32px;
}
.single .fl-content article.fl-post:not(.struggle) .fl-post-content img {
  border-radius: 20px 20px 0 0;
}
.single .fl-content article.fl-post:not(.struggle) .fl-post-content blockquote {
  margin: 0;
  box-shadow: inset 0 0 0 0 #ddd;
  border-left: 4px solid #2A8E3C;
  padding-left: 1em;
  margin-left: 20px;
  /*margin:0;
  padding: 50px 90px;
  border: none;
  background: #CFEBD5;
  margin-top: 60px;
  margin-bottom: 65px;
  border-radius: 25px;
  border-radius: 40px;
  color: #000000;
  font-family: $f-secondary;
  font-size: 22px;*/
}
.single .fl-content article.fl-post:not(.struggle) .embed-responsive {
  margin-bottom: 20px;
}
.single.single-publication .fl-sidebar-right {
  margin-top: 100px;
}
.single.single-publication .fl-sidebar-right #download-file .textwidget {
  text-align: center;
}
.single.single-publication .fl-sidebar-right #download-file .textwidget .attached-file {
  overflow: hidden;
}
.single.single-publication .fl-sidebar-right #download-file .textwidget .attached-file.additional {
  margin-top: 20px;
}
.single.single-publication .fl-sidebar-right #download-file .textwidget .attached-file.additional .attached-file-content {
  border-top: 1px solid #2A8E3C;
}
.single.single-publication .fl-sidebar-right #download-file .textwidget .attached-file .attached-file-content {
  max-width: 240px;
  margin: 0 auto;
  padding-top: 20px;
}
.single.single-publication .fl-sidebar-right #download-file .textwidget .attached-file .attached-file-content .document-image {
  margin-bottom: 30px;
}
.single.single-publication .fl-sidebar-right #download-file .textwidget .attached-file .attached-file-content .download {
  background: #2A8E3C;
  border: none;
  font-family: univers-lt-light, Arial, sans-serif;
  font-size: 20px;
  padding: 6px 0;
  color: #ffffff;
  border-radius: 20px;
  display: block;
}
.single.single-publication .fl-sidebar-right #download-file .textwidget .attached-file .attached-file-content .download:hover {
  text-decoration: none;
}
.single.single-member_group .fl-sidebar {
  margin-top: 80px;
}
.single.single-member_group #contact-detail .contact p {
  font-size: 16px;
}
.single.single-member_group #contact-detail .contact .social-icon {
  overflow: hidden;
}
.single.single-member_group #contact-detail .contact .social-icon img {
  width: 38px;
}
@media (min-width: 992px) {
  .single .fl-sidebar-right {
    flex: 0 0 30%;
  }
}
.single.single-program .fl-sidebar-right {
  margin-top: 45px;
}

.page-title {
  margin-bottom: 5px;
}
.page-title .fl-rich-text {
  border-bottom: 1px solid #B4B3B4;
}
.page-title .fl-rich-text h2 {
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.page-title .fl-rich-text h2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  background: #2A8E3C;
}

.tags {
  padding-left: 25px;
  background: url("../images/tag-icon.png") no-repeat 0 0;
}

.fl-post .fl-module-blog-posts .uabb-blogs-pagination .page-numbers .current {
  background: #2A8E3C;
}
.fl-post .fl-module-pp-image-panels.urgent-action .pp-panel-item,
.fl-post .fl-module-pp-image-panels-custom.urgent-action .pp-panel-item {
  border-radius: 40px;
}

.programs-menu {
  border-top: 1px solid #C8C7C7;
  font-size: 16px;
  position: relative;
}
.programs-menu .wrapper {
  border-left: 1px solid #F3F3F3;
  border-right: 1px solid #F3F3F3;
}
.programs-menu .wrapper ul {
  list-style: none;
  padding: 0;
  /*&.sub-menu{
    li{
      border-bottom: 1px solid #379364;
    }
  }*/
}
.programs-menu .wrapper ul li {
  /*border-top: 1px solid #C8C7C7;*/
  font-size: 16px;
  line-height: 28px;
  color: #033a14;
  font-family: univers-lt-bold, Arial, sans-serif;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.programs-menu .wrapper ul li:before {
  content: "";
  padding: 0;
  display: none;
}
.programs-menu .wrapper ul li.menu-has-children i {
  position: absolute;
  right: 5px;
  top: 18px;
  cursor: pointer;
  z-index: 10;
  padding: 5px;
  transform: rotate(-90deg);
  transition: all 0.2s;
}
.programs-menu .wrapper ul li a {
  color: #033a14;
  display: block;
  padding: 16px 20px;
}
.programs-menu .wrapper ul li.active > ul {
  display: block;
}
.programs-menu .wrapper ul li.active.menu-has-children > i {
  transform: rotate(0deg);
}
.programs-menu .wrapper ul.level-2 {
  background: #2FCE64;
}
.programs-menu .wrapper ul.level-3 {
  background: #2BAA55;
}
.programs-menu .wrapper ul ul {
  display: none;
}
.programs-menu .bottom-border {
  width: 100%;
  position: relative;
}
.programs-menu .bottom-border:after {
  position: absolute;
  bottom: -13px;
  background: #5CB76D;
  height: 7px;
  width: calc(100% - 36px);
  left: 0;
  content: "";
  margin: 0 18px;
}
.programs-menu .bottom-border .border-left {
  background: url("../images/menu-border-left.png") no-repeat 0 100%;
  position: absolute;
  width: calc(100% - 18px);
  height: 29px;
  left: 0;
  bottom: -13px;
  border: none !important;
}
.programs-menu .bottom-border .border-right {
  background: url("../images/menu-border-right.png") no-repeat 100% 100%;
  position: absolute;
  width: calc(100% - 18px);
  height: 29px;
  right: 0;
  bottom: -13px;
  border: none !important;
}

.related-posts {
  width: 100%;
}
.related-posts .related-posts-header {
  border-bottom: 1px solid #B4B3B4;
  margin-bottom: 50px;
}
.related-posts .related-posts-header h2 {
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 34px;
  /*text-transform: capitalize;*/
  font-family: Arial, sans-serif;
  color: #414042;
}
.related-posts .related-posts-header h2::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  background: #2A8E3C;
}

.post-listing-content .item {
  margin-bottom: 65px;
}
.post-listing-content .item .item-content-wrapper {
  border-radius: 40px;
  height: 100%;
  overflow: hidden;
}
.post-listing-content .item .item-content-wrapper .item-thumbnail img {
  width: 100%;
}
@media (min-width: 768px) {
  .post-listing-content .item .item-content-wrapper .item-thumbnail img {
    object-fit: cover;
    height: 280px;
  }
}
.post-listing-content .item .item-content-wrapper .item-content {
  background-color: #2A8E3C;
  height: 100%;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
.post-listing-content .item .item-content-wrapper .item-content .item-title h2 {
  line-height: 28px;
  margin-bottom: 15px;
}
.post-listing-content .item .item-content-wrapper .item-content .item-title h2 a {
  color: #ffffff;
  font-size: 21px;
  font-family: univers-lt-bold, Arial, sans-serif;
}
.post-listing-content .item .item-content-wrapper .item-content .item-description {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.post-listing-content .item .post-type {
  color: #ffffff;
  background-color: #073804;
  letter-spacing: 0.1px;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  padding: 0 16px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 110px;
}
.post-listing-content .item.green-theme .item-content {
  background-color: #2A8E3C;
}
.post-listing-content .item.dark-theme .item-content {
  background-color: #414143;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .post-listing-content.publication .row-wrapper:nth-child(2n+1) {
    background: #F6F5F3;
  }
}
.post-listing-content.publication .row-wrapper .item {
  padding-top: 95px;
  padding-bottom: 95px;
}
.post-listing-content.publication .row-wrapper .item h2 {
  font-size: 21px;
  line-height: 24px;
  font-family: univers-lt-bold, Arial, sans-serif;
  margin-bottom: 16px;
}
.post-listing-content.publication .row-wrapper .item .description {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
.post-listing-content.publication .row-wrapper .item .date,
.post-listing-content.publication .row-wrapper .item .tags {
  font-size: 15px;
}
.post-listing-content.publication .row-wrapper .item .date span,
.post-listing-content.publication .row-wrapper .item .tags span {
  font-family: univers-lt-bold, Arial, sans-serif;
}
.post-listing-content.publication .row-wrapper .item .tags {
  margin-top: 11px;
}
.post-listing-content.publication .row-wrapper .item .document-image img {
  margin-top: 10px;
}
.post-listing-content.post-teaser .item .item-content-wrapper .item-content {
  padding-top: 32px;
}
.post-listing-content.post-listing-program .item .item-content-wrapper .item-content, .post-listing-content.post-listing-struggle .item .item-content-wrapper .item-content {
  padding-top: 20px;
}

.view-all-link {
  margin-bottom: 20px;
}
.view-all-link a {
  font-weight: 400;
  font-size: 22px;
  color: #008e40;
  font-family: univers-lt-bold, Arial, sans-serif;
}
.view-all-link a i {
  font-weight: bold !important;
  font-family: "Font Awesome 5 Free" !important;
}

.related-posts .post-listing-content.publication .row-wrapper {
  background: none !important;
}
.related-posts .post-listing-content.publication .row-wrapper .item {
  padding: 10px 15px;
}
.related-posts .post-listing-content.publication .row-wrapper .item .date,
.related-posts .post-listing-content.publication .row-wrapper .item .tags {
  display: none;
}

#fl-main-content .podcast-iframe {
  margin-bottom: 30px;
}
#fl-main-content .podcast-iframe iframe {
  width: 100%;
  height: 100px;
}
@media only screen and (min-width: 768px) {
  #fl-main-content .podcast-iframe iframe {
    height: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  #fl-main-content .podcast-iframe iframe {
    height: 160px;
  }
}

.custom-shortcode {
  /*&#latest-publications{
    .post-listing-content{
      .row-wrapper{
        @include media-breakpoint-up(md){
          &:nth-child(2n+1){
            background: #F6F5F3;
          }
        }
        .item{
          padding-top: 95px;
          padding-bottom: 95px;
          h2{
            font-size: 21px;
            line-height: 24px;
            font-family: $f-main-bold;
            margin-bottom: 16px;
          }
          .description{
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px;
          }
          .date,
          .tags{
            font-size: 15px;
            span{
              font-family: $f-main-bold;
            }
          }
          .tags{
            margin-top: 11px;
          }
          .document-image{
            img{
              margin-top: 10px;
            }
          }
        }
      }
    }
  }*/
}
.custom-shortcode .view-all-link {
  margin-right: 30px;
}
.custom-shortcode .map-struggle-posts {
  position: relative;
  max-width: 950px;
}
.custom-shortcode .map-struggle-posts .map-bg {
  margin: 0 auto;
  display: block;
}
.custom-shortcode .map-struggle-posts .map-point {
  margin: -9999px -9999px;
  position: absolute;
  text-align: left;
  width: 4px;
  height: 4px;
  z-index: 100;
  cursor: pointer;
}
.custom-shortcode .map-struggle-posts .map-point:before, .custom-shortcode .map-struggle-posts .map-point:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  z-index: 100;
  transition: opacity 0.2s linear, transform 0.4s ease;
  opacity: 0;
  transform: translate3d(0, 5px, 0);
}
.custom-shortcode .map-struggle-posts .map-point:after {
  top: -11px;
  left: -8px;
  border-top: 10px solid #fff;
}
.custom-shortcode .map-struggle-posts .map-point:before {
  top: 1px;
  left: -8px;
  border-top: 10px solid #000;
  display: none;
}
.custom-shortcode .map-struggle-posts .map-point.map-mention-left .struggle-information-box {
  transform: translate(-20%, -100%);
}
.custom-shortcode .map-struggle-posts .map-point.map-mention-left .content-wrapper {
  transform-origin: 10% 100%;
}
.custom-shortcode .map-struggle-posts .map-point.map-mention-right .struggle-information-box {
  transform: translate(-80%, -100%);
}
.custom-shortcode .map-struggle-posts .map-point.map-mention-right .content-wrapper {
  transform-origin: 70% 100%;
}
.custom-shortcode .map-struggle-posts .map-point .struggle-information-box {
  transition: opacity 0.2s linear;
  position: absolute;
  width: 340px;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  padding-bottom: 10px;
}
.custom-shortcode .map-struggle-posts .map-point .content-wrapper {
  transition: transform 0.4s cubic-bezier(0.32, 0.385, 0.27, 1.265);
  position: relative;
  padding: 1.1em;
  background-color: #fff;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 1px 10px 0 rgba(32, 32, 32, 0.25);
  transform: translate3d(0, 5px, 0) scale(0.75);
}
.custom-shortcode .map-struggle-posts .map-point .content-wrapper .box-image {
  margin-right: 15px;
  flex: 0 0 98px;
}
.custom-shortcode .map-struggle-posts .map-point .content-wrapper .box-image img {
  object-fit: cover;
}
.custom-shortcode .map-struggle-posts .map-point .content-wrapper .box-content {
  font-family: Arial, sans-serif;
}
.custom-shortcode .map-struggle-posts .map-point .content-wrapper .box-content h3 {
  line-height: 1;
}
.custom-shortcode .map-struggle-posts .map-point .content-wrapper .box-content h3 a {
  text-transform: uppercase;
  color: #2C953B;
  font-size: 20px;
}
.custom-shortcode .map-struggle-posts .map-point .content-wrapper .box-content .box-description {
  font-size: 17px;
  line-height: 20px;
}
.custom-shortcode .map-struggle-posts .map-point .map-mention-pulse {
  color: #20723B;
  transition: opacity 0.1s ease, transform 1s ease;
  font-size: 10px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-left: -0.45em;
  margin-top: -0.5em;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
}
.custom-shortcode .map-struggle-posts .map-point .map-mention-pulse::before, .custom-shortcode .map-struggle-posts .map-point .map-mention-pulse::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700%;
  height: 700%;
  margin-left: -350%;
  margin-top: -350%;
  background-color: currentColor;
  opacity: 0.5;
  border-radius: 50%;
  transform: scale(0);
  animation-iteration-count: infinite;
  animation-duration: 2.5s;
  animation-easing-count: infinite;
  animation-timing-function: ease;
}
.custom-shortcode .map-struggle-posts .map-point .map-mention-pulse::after {
  animation-delay: 0.5s;
}
.custom-shortcode .map-struggle-posts .map-point.active {
  margin: 0;
  z-index: 200;
}
.custom-shortcode .map-struggle-posts .map-point.active:before {
  opacity: 1;
}
.custom-shortcode .map-struggle-posts .map-point.active:after {
  opacity: 1;
}
.custom-shortcode .map-struggle-posts .map-point.active:after, .custom-shortcode .map-struggle-posts .map-point.active:before {
  transition-delay: 1.5s;
  transform: translateZ(0);
}
.custom-shortcode .map-struggle-posts .map-point.active .struggle-information-box {
  opacity: 1;
  transition-delay: 1.5s;
}
.custom-shortcode .map-struggle-posts .map-point.active .content-wrapper {
  transform: translateZ(0) scale(1);
  transition-delay: 1.5s;
}
.custom-shortcode .map-struggle-posts .map-point.active .map-mention-pulse {
  transform: scale(1);
  opacity: 1;
}
.custom-shortcode .map-struggle-posts .map-point.active .map-mention-pulse:before, .custom-shortcode .map-struggle-posts .map-point.active .map-mention-pulse:after {
  animation-name: mapPulse;
}
@keyframes mapPulse {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.custom-shortcode.post-listing .exposed-filters {
  margin: 30px 0 50px 0;
  font-family: Arial, sans-serif;
  font-size: 24px;
}
.custom-shortcode.post-listing .exposed-filters label {
  font-family: Arial, sans-serif;
  font-size: 30px;
  margin: 0;
}
.custom-shortcode.post-listing .exposed-filters select {
  max-width: 245px;
  /*margin-left: 17px;*/
  padding: 10px 0 10px 15px;
}
.custom-shortcode.post-listing .exposed-filters .submit-btn {
  background: #43A25F;
  border: none;
  font-family: Arial, sans-serif;
  font-size: 24px;
  padding: 10px 30px;
}
.custom-shortcode.post-listing .exposed-filters > * {
  margin: 15px 0;
}
@media (min-width: 992px) {
  .custom-shortcode.post-listing .exposed-filters > * {
    margin: 0;
  }
}
.custom-shortcode.post-listing .exposed-filters#member-group-map-form select {
  max-width: 300px;
}
.custom-shortcode.post-listing .exposed-filters .filter-label {
  flex-basis: 340px;
  margin: 15px 0;
}
@media (min-width: 992px) {
  .custom-shortcode.post-listing .exposed-filters .filter-label {
    margin: 0;
  }
}
.custom-shortcode.post-listing .exposed-filters .filter-post-type {
  flex-basis: 200px;
}
.custom-shortcode.post-listing .exposed-filters .filter-struggle {
  flex-basis: 280px;
}
.custom-shortcode.post-listing .post-listing-pager {
  padding: 40px 0;
  margin: 0 auto;
}
.custom-shortcode.post-listing .post-listing-pager .page-numbers {
  margin: 0 auto;
}
.custom-shortcode.post-listing .post-listing-pager .page-numbers a,
.custom-shortcode.post-listing .post-listing-pager .page-numbers span {
  outline: none;
  color: #000000;
  background: #efefef;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 5px;
}
.custom-shortcode.post-listing .post-listing-pager .page-numbers a.current,
.custom-shortcode.post-listing .post-listing-pager .page-numbers span.current {
  background: #2A8E3C;
}

.postid-20035 .post-listing .exposed-filters label {
  font-size: 28px;
}

.agroecologymap {
  width: 100%;
  height: 500px;
  margin: 20px 0;
}
.agroecologymap img {
  max-width: inherit !important;
  border-radius: 0px !important;
}
.agroecologymap .gm-style-iw-t .gm-style-iw {
  width: 226px !important;
  padding: 10px;
}
.agroecologymap .gm-style-iw-t .gm-style-iw h3 {
  line-height: 1;
}
.agroecologymap .gm-style-iw-t .gm-style-iw h3 a {
  font: 12px/14px "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #333;
  font-weight: 700;
}
.agroecologymap .gm-style-iw-t .gm-style-iw .wp-post-image {
  width: 100%;
  display: block;
  max-width: 100%;
}

#table-listing-content tbody tr td img {
  border-radius: 10px;
}
#table-listing-content tbody tr td ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

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