@charset "UTF-8";
/* MOH.scss */
/* Variables */
/* main.scss */
@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url(../fonts/roboto/Roboto-Thin.woff2) format("woff2"), url(../fonts/roboto/Roboto-Thin.woff) format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url(../fonts/roboto/Roboto-Light.woff2) format("woff2"), url(../fonts/roboto/Roboto-Light.woff) format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url(../fonts/roboto/Roboto-Regular.woff2) format("woff2"), url(../fonts/roboto/Roboto-Regular.woff) format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: local(Roboto Medium), url(../fonts/roboto/Roboto-Medium.woff2) format("woff2"), url(../fonts/roboto/Roboto-Medium.woff) format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: local(Roboto Bold), url(../fonts/roboto/Roboto-Bold.woff2) format("woff2"), url(../fonts/roboto/Roboto-Bold.woff) format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon/fonts/icomoon.eot?pol2s9");
  src: url("/fonts/icomoon/fonts/icomoon.eot?pol2s9#iefix") format("embedded-opentype"), url("/fonts/icomoon/fonts/icomoon.ttf?pol2s9") format("truetype"), url("/fonts/icomoon/fonts/icomoon.woff?pol2s9") format("woff"), url("/fonts/icomoon/fonts/icomoon.svg?pol2s9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-paypal:before {
  content: "\e90d";
}

.icon-credit-card:before {
  content: "\e90c";
}

.icon-bank:before {
  content: "\e90e";
}

.icon-money:before {
  content: "\e90c";
}

.icon-payment:before {
  content: "\e90c";
}

.icon-ecommerce:before {
  content: "\e90c";
}

.icon-cross:before {
  content: "\e90b";
}

.icon-play:before {
  content: "\e90a";
}

.icon-price-tags:before {
  content: "\e936";
}

.icon-printer:before {
  content: "\e954";
}

.icon-spinner8:before {
  content: "\e981";
}

.icon-search:before {
  content: "\e986";
}

.icon-link:before {
  content: "\e9cb";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-telegram:before {
  content: "\ea95";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-linkedin:before {
  content: "\eac9";
}

.icon-locked:before {
  content: "\e909";
}

.icon-messenger:before {
  content: "\e905";
  color: #00b2ff;
}

.icon-envelope:before {
  content: "\e906";
}

.icon-checkmark1:before {
  content: "\e904";
}

.icon-chevrons-left:before {
  content: "\e907";
}

.icon-chevrons-right:before {
  content: "\e908";
}

.icon-chevron-right:before {
  content: "\e900";
}

.icon-chevron-left:before {
  content: "\e901";
}

.icon-chevron-down:before {
  content: "\e902";
}

.icon-chevron-up:before {
  content: "\e903";
}

/* Variables */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #cdcdcd;
  color: #373a3c;
  font-family: "Roboto", sans-serif;
}

input, button {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

a {
  color: #408c52;
}

p, li, span {
  line-height: 1.5;
}

label {
  cursor: pointer;
}

figure {
  margin: 25px 0;
}
figure img {
  max-width: 100%;
}

figcaption {
  font-style: italic;
  font-size: 90%;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 15px 0;
  padding: 15px;
  font-style: italic;
}
blockquote:before {
  color: #ccc;
  content: "“";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

@media screen and (max-width: 767px) {
  .m-hide {
    display: none;
  }
}

.text-attention {
  color: #408c52;
  font-weight: bold;
}

.gab-icon {
  fill: white;
}

.loading-spinner {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 9999;
  background: url("/img/spinner.gif") rgba(0, 0, 0, 0.5) no-repeat center center;
  background-size: 75px 75px;
  border-radius: 10px;
}

.primary-background {
  background-color: #408c52;
  color: white;
}

.site-wrapper {
  margin: 0 auto;
  max-width: 1350px;
  background-color: white;
  box-shadow: 0 0 15px #888;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.center-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}
.center-wrapper.lp-block {
  padding-top: 25px;
  padding-bottom: 25px;
}

.main-content {
  padding-top: 45px;
  padding-bottom: 25px;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 449px) {
  .main-content {
    padding-top: 25px;
  }
}
.main-content.small-margin {
  padding-top: 0;
}
.main-content.padding-top-0 {
  padding-top: 0;
}

.row {
  display: flex;
}
.row.no-flex {
  display: block;
}
.row.no-flex .two-third, .row.no-flex .one-third, .row.no-flex .half-column {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .row.m-no-flex {
    display: block;
  }
  .row.m-no-flex .two-third, .row.m-no-flex .one-third, .row.m-no-flex .half-column {
    width: 100%;
  }
}

.row-center {
  justify-content: center;
}

.content-center {
  text-align: center;
}

.two-third {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .two-third {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 767px) {
  .two-third.two-third-article {
    width: 60%;
  }
}

.two-third-padding {
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .m-no-flex .two-third-padding {
    padding-right: 0;
  }
}
.two-third-padding.reverse {
  padding-right: 0;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .m-no-flex .two-third-padding.reverse {
    padding-left: 0;
    padding-right: 0;
  }
}

.one-third {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .one-third + .two-third {
    margin-top: 35px;
  }
}

.one-third-padding {
  padding: 15px;
}
.one-third-padding.minus-top {
  margin-top: -25px;
}

.generic-padding {
  padding: 15px;
}

.generic-padding-left {
  padding-left: 15px;
}

.share-column {
  width: 7%;
}
@media screen and (max-width: 767px) {
  .share-column {
    display: none;
  }
}
.share-column .button.square {
  width: 50px;
  height: 50px;
}
.share-column .button.square .icon {
  font-size: 28px;
  top: 9px;
}

.share-column-padding {
  height: 100%;
  padding-right: 25px;
}

.half-column {
  width: 50%;
}
.half-column.center-column {
  margin-left: 25%;
}
@media screen and (max-width: 767px) {
  .half-column.center-column {
    margin-left: 0;
  }
}

.half-column-padding {
  padding: 15px;
}

.text-column-center {
  width: 60%;
  margin: 40px auto;
  padding: 30px 50px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .text-column-center {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.is-lp .share-article-small-list {
  display: none;
}
.is-lp .site-wrapper > .center-wrapper:not(.global-header) {
  max-width: 9999px;
  padding: 0;
}
.lp-introtext {
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-introtext {
    width: 100%;
  }
}

.is-old-lp .secondary-nav,
.is-old-lp .global-nav,
.is-old-lp .main-footer {
  display: none;
}
.is-old-lp .main-logo-wrapper {
  margin: 0 auto;
}
.is-old-lp .site-wrapper {
  max-width: 960px;
}
.is-old-lp .main-content {
  padding-top: 10px;
}
.is-old-lp .article-body {
  padding: 0 25px 25px 25px;
}
.is-old-lp .article-body .row {
  margin-left: -40px;
  margin-right: -40px;
}
.is-old-lp .global-footer {
  padding-top: 0;
  text-align: center;
}

.image-link {
  display: block;
  position: relative;
}
.image-link img {
  display: block;
  z-index: 1;
}
.image-link:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  z-index: 2;
  transition: background-color 0.3s ease-in-out;
}
.image-link:hover:after, .image-link:focus:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.image-link.play-button {
  position: relative;
}
.image-link.play-button:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -36px;
  z-index: 3;
  font-family: icomoon;
  content: "\e90a";
  font-size: 72px;
  color: white;
}

.button-list {
  margin: 25px 0;
  padding-left: 0;
  list-style: none;
}
.button-list.center {
  text-align: center;
}
.button-list li {
  margin: 0 0 10px 0;
  padding: 0;
}

.button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #408c52;
  color: white;
  border-radius: 3px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.button:hover, .button:focus {
  background-color: rgb(56, 122.5, 71.75);
}
.button.large {
  margin-bottom: 25px;
  padding: 15px 25px;
  font-size: 20px;
}
.button.wide {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .button.wide {
    width: 75%;
  }
}
@media screen and (max-width: 449px) {
  .button.wide {
    width: 100%;
  }
}
.button.fullwidth {
  width: 100%;
}
.button.blank {
  background-color: transparent;
  color: #373a3c;
  border: 2px solid #d9d9d9;
}
.button.blank:hover, .button.blank:focus {
  border-color: #a6a6a6;
}
.button.soft {
  background-color: #bbaa6b;
}
.button.soft:hover, .button.soft:focus {
  background-color: rgb(166.5, 147.375, 76.5);
}
.button.secondary-cta {
  background-color: transparent;
  border-color: #408c52;
  color: #408c52;
}
.button.secondary-cta:hover, .button.secondary-cta:focus {
  border-color: rgb(56, 122.5, 71.75);
  color: rgb(56, 122.5, 71.75);
}
.button.square {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 0;
  text-align: center;
}
.button.square .icon {
  margin: 0;
  padding: 0;
  line-height: 1;
  position: relative;
  top: 7px;
  font-size: 25px;
}
.button.square .gab-icon {
  top: 1px;
}
.button.square.stretched {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.button.square.stretched .share-button-label {
  padding: 0 10px 0 10px;
  position: relative;
  top: 3px;
  font-size: 20px;
}
@media screen and (max-width: 449px) {
  .button.square.stretched {
    padding-left: 10px;
    padding-right: 10px;
  }
  .button.square.stretched .share-button-label {
    display: none;
  }
}
.button.bold {
  font-weight: bold;
}
.button.facebook {
  background-color: #37639e;
  color: white;
}
.button.facebook:hover, .button.facebook:focus {
  background-color: rgb(41.8309859155, 75.2957746479, 120.1690140845);
}
.button.whatsapp {
  background-color: #25d366;
}
.button.whatsapp:hover, .button.whatsapp:focus {
  background-color: rgb(29.3911290323, 167.6088709677, 81.0241935484);
}
.button.telegram {
  background-color: #0088cc;
}
.button.telegram:hover, .button.telegram:focus {
  background-color: #006699;
}
.button.twitter {
  background-color: #1da1f2;
}
.button.twitter:hover, .button.twitter:focus {
  background-color: rgb(11.9665271967, 133.4728033473, 208.0334728033);
}
.button.linkedin {
  background-color: #0077b5;
}
.button.linkedin:hover, .button.linkedin:focus {
  background-color: rgb(0, 85.4696132597, 130);
}
.button.gab {
  background-color: #30ce7d;
}
.button.gab:hover, .button.gab:focus {
  background-color: rgb(38.3622047244, 164.6377952756, 99.9015748031);
}
.button .icon {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.alert-box {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  padding: 0.9375rem 1.875rem;
  width: 100%;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #222;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.alert-box.success {
  color: #3f8416;
  background-color: rgba(84, 176, 29, 0.2);
  border: 1px solid rgba(84, 176, 29, 0.2);
}
.alert-box.warning {
  color: #b58535;
  background-color: #fff9e1;
  border: 1px solid #fff9e1;
}

.page-title, .featured-petition-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 1.15;
}
@media screen and (max-width: 449px) {
  .page-title, .featured-petition-title {
    font-size: 38px;
  }
}

.featured-petition-title {
  font-size: 32px;
}
@media screen and (max-width: 449px) {
  .featured-petition-title {
    font-size: 26px;
  }
}

.featured-petition-title-link {
  color: #373a3c;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.featured-petition-title-link:hover, .featured-petition-title-link:focus {
  color: rgb(48, 105, 61.5);
}

.featured-petition-padding {
  padding: 0 15px 25px 25px;
}
@media screen and (max-width: 767px) {
  .featured-petition-padding {
    padding: 25px 0;
  }
}
.featured-petition-padding.padding-top {
  padding-top: 15px;
}

.featured-petition-cta {
  margin: 25px 0 0 0;
}

.listing-heading {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}

.listing-heading-title {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 449px) {
  .listing-heading-title {
    font-size: 20px;
  }
}

.listing-heading-p {
  margin: 0;
}

.listing-heading-link {
  min-width: 25%;
  margin-left: auto;
  text-decoration: none;
  text-align: right;
}
.listing-heading-link .icon {
  position: relative;
  top: 2px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.listing-heading-link:hover .icon, .listing-heading-link:focus .icon {
  left: 3px;
}
@media screen and (max-width: 449px) {
  .listing-heading-link {
    min-width: 32%;
    font-size: 14px;
  }
}

.listing-heading-sort {
  margin-left: auto;
}

.support-progress-bar-wrapper {
  margin: 25px 0 50px 0;
}

.support-progress-header {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: bold;
  color: rgb(103.7826086957, 109.4434782609, 113.2173913043);
}

.support-progress-bar-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.support-progress-bar-list li {
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  margin: 0 50px 0 0;
  padding: 0;
  line-height: 22px;
  font-weight: bold;
  color: #dbd9db;
  border: 2px solid #dbd9db;
  border-radius: 100%;
}
.support-progress-bar-list li:after {
  width: 45px;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  left: 28px;
  background-color: #dbd9db;
}
.support-progress-bar-list li:last-child {
  margin-right: 0;
}
.support-progress-bar-list li:last-child:after {
  display: none;
}
.support-progress-bar-list li.completed {
  background-color: #1dc078;
  border-color: #1dc078;
  color: white;
}
.support-progress-bar-list li.completed:after {
  background-color: #1dc078;
}
.support-progress-bar-list li.completed .icon {
  font-size: 14px;
  line-height: 1.6;
}
.support-progress-bar-list li.current {
  color: #1dc078;
  border-color: #1dc078;
}

.page-subtitle {
  margin-top: 0;
  font-style: italic;
  font-weight: normal;
}
@media screen and (max-width: 449px) {
  .page-subtitle {
    display: block;
    font-size: 20px;
  }
}

.petition-main-image,
.article-main-image,
.page-main-image {
  width: 100%;
  height: auto;
}

.page-main-image {
  margin-bottom: 25px;
}

.form-panel {
  margin-bottom: 35px;
  background-color: #eee;
  border: 1px solid #cbcbcb;
}
@media screen and (min-width: 767px) {
  .sticky .form-panel {
    position: sticky;
    top: 15px;
  }
}

.form-panel-title {
  margin-top: 5px;
  font-size: 22px;
}

.form-panel-cta-title {
  margin: 0;
  padding: 15px 10px;
  background-color: #408c52;
  color: white;
  text-align: center;
}

.petition-meta {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.petition-counter {
  display: block;
  margin: 10px 0 10px 0;
  font-size: 90%;
}

.petition-progress-bar {
  position: relative;
  display: block;
  width: 100%;
  height: 18px;
  overflow: hidden;
  background-color: #d0d0d0;
  border-radius: 20px;
}
.petition-progress-bar.in-card {
  border-radius: 0;
}

.petition-progress-bar-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #408c52, #408c52 25%, rgb(56, 122.5, 71.75) 25%, rgb(56, 122.5, 71.75) 50%, #408c52 50%) top left fixed;
  background-size: 30px 30px;
}

@media screen and (max-width: 767px) {
  .petition-description {
    max-height: 115px;
    overflow: hidden;
    position: relative;
    transition: 0.3s max-height ease-in-out;
  }
  .petition-description:before {
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, white, transparent 95%);
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    content: "";
  }
  .petition-description.show {
    max-height: 100%;
  }
  .petition-description.show:before {
    display: none;
  }
}

.petition-read-more {
  display: none;
}
@media screen and (max-width: 767px) {
  .petition-read-more {
    padding-top: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
  }
}

.petition-formal-text {
  font-size: 15px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}

.mobile-sign-button-wrapper {
  width: 100%;
  padding: 15px;
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  background-color: #f6f4f6;
  box-shadow: 0px 15px 13px 8px #010101;
}
@media screen and (max-width: 767px) {
  .mobile-sign-button-wrapper {
    display: block;
  }
}

.mobile-sign-button {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.poll-main-image {
  width: 100%;
  height: auto;
}

.poll-answer {
  display: block;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 120%;
  font-weight: bold;
  border: 2px solid #d9d9d9;
  border-radius: 3px;
}
.poll-answer.has-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
}
.poll-answer.has-image .form-input-radio {
  display: none;
}
.poll-answer .form-input-radio:checked + .poll-answer-image {
  border: 5px solid #408c52;
}

.poll-answer-image {
  border: 5px solid transparent;
  transition: border-color 0.3s ease-in-out;
}

.poll-results-table {
  width: 100%;
  border-collapse: collapse;
}
.poll-results-table td, .poll-results-table th {
  padding: 8px;
}

.poll-results-table-answers {
  width: 25%;
}

.poll-results-table-bar {
  width: 65%;
}

.poll-results-table-percentage {
  width: 10%;
}

.poll-results-bar {
  display: block;
  height: 20px;
  background-color: #253575;
  border-radius: 2px;
}

.small-center-wrapper {
  width: 60%;
  margin: 25px auto;
}
.small-center-wrapper.larger {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .small-center-wrapper.larger {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .small-center-wrapper {
    width: 100%;
  }
}

.donation-page-title {
  padding-top: 10px;
}

.donation-options.horizontal {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  margin: 25px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .donation-options.horizontal {
    flex-wrap: wrap;
  }
}
.donation-options.horizontal.wrap {
  flex-wrap: wrap;
}

.donate-form-option {
  display: flex;
  align-items: baseline;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.donate-form-option:hover {
  border-color: #a6a6a6;
}
.donate-form-option.option-custom {
  justify-content: flex-end;
}
.donate-form-option.small {
  display: block;
  width: auto;
  flex-grow: 1;
  margin: 0 5px;
  text-align: center;
  border-color: #408c52;
  border-width: 2px;
  color: #408c52;
}
@media screen and (max-width: 767px) {
  .donate-form-option.small {
    flex-grow: auto;
    flex-basis: 47%;
    margin-bottom: 15px;
  }
}
.donate-form-option.selected {
  background-color: #408c52;
  color: white;
}
.donate-form-option.has-custom .donate-form-amount {
  width: 33px;
  color: #373a3c;
  padding-right: 34px;
}
.wrap .donate-form-option {
  width: 30%;
  margin-bottom: 15px;
}

.donate-form-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.option-custom .donate-form-text {
  margin-right: auto;
}

.donate-form-amount {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-left: auto;
}
.option-custom .donate-form-amount {
  margin-left: 0;
  padding-right: 0;
  width: 0;
  overflow: hidden;
  color: white;
  transition: all 0.3s ease-in-out;
}
.small .donate-form-amount {
  margin-left: 0;
}

.donate-form-input {
  display: none;
}
.donate-form-input.input-text-custom {
  width: 100%;
  font-size: 18px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #373a3c;
  line-height: 1;
  text-align: right;
  border: 0;
  padding-right: 1px;
}
.donate-form-input.input-text-custom:focus {
  outline: none;
}

.donation-totals {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .donation-totals {
    flex-wrap: wrap;
  }
}

.donation-totals-label {
  font-size: 20px;
  font-weight: bold;
  flex-basis: 20%;
}
@media screen and (max-width: 767px) {
  .donation-totals-label {
    flex-basis: 30%;
  }
}

.donation-totals-input-wrapper {
  margin-bottom: 0;
  padding: 0;
  flex-basis: 20%;
  display: flex;
  justify-content: center;
}

.donation-totals-input {
  width: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  display: block;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: bold;
  color: #373a3c;
  line-height: 1;
  border: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .donation-totals-input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.donation-totals-period-select {
  flex-basis: 45%;
  padding-left: 25px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .donation-totals-period-select {
    flex-basis: 100%;
    padding-left: 0;
    padding-top: 25px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .donation-totals-period-select-item {
    margin-right: 25px;
  }
}

.donation-goal-emphasis {
  font-weight: bold;
  font-size: 24px;
}

.upsellbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10;
}

.upsellbox-inner {
  width: 95%;
  max-width: 1040px;
  display: flex;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .upsellbox-inner {
    flex-direction: column;
  }
}

.upsellbox-image {
  flex-basis: 50%;
  flex-grow: 1;
  background: url("/img/FAT/bg_upsellbox.jpg") no-repeat right center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .upsellbox-image {
    display: none;
  }
}

.upsellbox-content {
  flex-basis: 50%;
  flex-grow: 1;
  padding: 30px 55px;
}
@media screen and (max-width: 767px) {
  .upsellbox-content {
    flex-basis: 100%;
    padding: 20px;
  }
}

@media screen and (max-height: 650px) {
  .upsellbox-description {
    display: none;
  }
}

.upsellbox-header {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.2;
}

.upsellbox-header-small {
  font-size: 22px;
  display: block;
}

.upsellbox-recommended-wrapper {
  padding: 10px 15px;
  background-color: #42151a;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
}

.upsellbox-input {
  padding: 5px 15px;
  font-size: 30px;
  line-height: 30px;
  width: 100px;
}

.upsellbox-recommended-label {
  padding: 5px 15px;
  color: white;
  font-size: 18px;
  line-height: 1.1;
}

.upsellbox-upsell-true {
  width: 100%;
  margin-bottom: 20px;
  background-color: #682628;
  color: white;
  line-height: 45px;
  border: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}

.upsellbox-upsell-false {
  background: none;
  border: 0;
  font-style: italic;
  text-decoration: underline;
  cursor: pointer;
}

.upsellbox-closelink {
  position: absolute;
  top: 15px;
  right: 25px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: black;
}

.anbi-box {
  display: flex;
  align-items: center;
}

.anbi-box-text {
  padding-left: 20px;
  font-size: 14px;
}

.donate-self-transfer {
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

.disclaimer {
  margin-top: 25px;
  display: block;
  font-size: 75%;
  color: rgb(128.7391304348, 135.052173913, 139.2608695652);
}
.disclaimer.small-margin {
  margin-top: 15px;
}

.page-title {
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 40px;
}
.page-title.small-margin {
  margin-bottom: 20px;
}
.page-title.medium-margin {
  margin-bottom: 30px;
}
.page-title.small-font {
  font-size: 35px;
}
@media screen and (max-width: 449px) {
  .page-title.small-font {
    font-size: 28px;
  }
}
@media screen and (max-width: 449px) {
  .page-title {
    font-size: 28px;
  }
}

.page-description {
  margin-bottom: 20px;
}
.page-description:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 767px) {
  .page-description.has-columns {
    column-count: 2;
    column-gap: 50px;
  }
  .page-description.has-columns p:first-child {
    margin-top: 0;
  }
}

.grid {
  margin: 0 -15px 25px -15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fill, minmax(33.333%, 1fr));
}
@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}
@media screen and (max-width: 449px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}

.grid-two-column {
  margin: 0 -15px 25px -15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
}
@media screen and (max-width: 449px) {
  .grid-two-column {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}

.text-field-block {
  padding: 25px 25%;
}
@media screen and (max-width: 449px) {
  .text-field-block {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.content-card {
  display: flex;
  width: 100%;
  height: 100%;
}

.content-card-padding {
  width: 100%;
  padding: 15px;
}

.content-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #373a3c;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}
.content-card-link:hover, .content-card-link:focus {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}
.content-card-link:hover .content-card-cta, .content-card-link:focus .content-card-cta {
  background-color: rgb(48, 105, 61.5);
}

.content-card-image {
  width: 100%;
  display: block;
}
.content-card-image.bordered {
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
}

.content-card-info {
  padding: 10px 15px;
  flex-grow: 1;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.content-card-meta {
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
  color: #408c52;
  font-weight: bold;
}

.content-card-title {
  margin-top: 20px;
}

.content-card-cta {
  margin-top: auto;
  padding: 15px;
  position: relative;
  background-color: #408c52;
  color: white;
  font-size: 120%;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out;
}
.content-card-cta .icon {
  position: absolute;
  right: 10px;
  top: 18px;
}

.publication-listing {
  display: flex;
  padding: 15px;
}

.publication-listing-text {
  padding-left: 15px;
}

.publication-listing-title {
  margin-top: 0;
  font-size: 20px;
}

.publication-listing-title-link {
  text-decoration: none;
}
.publication-listing-title-link:hover, .publication-listing-title-link:focus {
  color: rgb(48, 105, 61.5);
}

.publication-listing-subtitle {
  font-size: 14px;
}

.publication-sidebar-image {
  width: 75%;
  display: block;
  margin: 0 auto 25px auto;
}

.form-field {
  margin-bottom: 15px;
}
.form-field.extra-margin {
  margin-bottom: 25px;
}

.form-fields-paired {
  display: flex;
  justify-content: space-between;
}
.form-fields-paired .form-field {
  flex-basis: 48%;
}

.form-label {
  display: block;
  margin-bottom: 5px;
}

.form-radio-label {
  cursor: pointer;
}

.form-input-uppercase .form-input-text {
  text-transform: uppercase;
}

.form-input-text, .form-input-select, .freeform-input {
  width: 100%;
  border: 2px solid #d9d9d9;
  padding: 7px 10px;
  box-sizing: border-box;
  color: #373a3c;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.form-input-text.error, .form-input-select.error, .freeform-input.error {
  border-color: #408c52;
}

.form-input-select {
  padding-top: 6px;
  padding-bottom: 6px;
}

.form-input-radio {
  margin-left: 0;
  padding-left: 0;
}

.form-radio-list {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}
.form-radio-list li {
  display: inline-block;
  margin-left: 15px;
}
.form-radio-list li:first-child {
  margin-left: 0;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.form-submit {
  padding: 12px 20px;
  border: 0;
  background-color: #408c52;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.3s ease-in-out;
}
.form-submit:disabled {
  background-color: #818a91;
  cursor: wait;
}
.form-submit:disabled:after {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "icomoon" !important;
  font-size: 18px;
  font-weight: normal;
  content: "\e981";
  animation: spinner 0.8s linear infinite;
}

.required-indicator {
  color: #408c52;
  line-height: 1;
}

.dark-block {
  margin-bottom: 35px;
  padding: 35px 25px;
  color: white;
  background-color: #333;
}
.dark-block .one-third {
  align-self: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dark-block .one-third {
    margin-top: 30px;
  }
}

.dark-block-main-title {
  margin: 0 0 10px 0;
  font-size: 32px;
  line-height: 1.15;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.dark-block-sub-title {
  margin-bottom: 0;
  margin-top: 0;
}

.dark-block-cta-wrapper {
  margin-top: 25px;
}

.share-article-small {
  padding: 20px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
}

.share-article-small-label {
  margin: 0;
  color: #408c52;
}

.share-article-small-list {
  margin: 0 0 0 25px;
  padding: 0;
  display: flex;
  list-style: none;
}
.share-article-small-list li {
  margin-right: 10px;
}
.share-article-small-list.center {
  margin: 0;
  justify-content: center;
}
.share-article-small-list.stretched {
  margin: 35px 0 0 0;
  justify-content: space-between;
}
.share-article-small-list.stretched li {
  flex-grow: 1;
}
.share-article-small-list.stretched li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .share-article-small-list.stretched {
    justify-content: flex-start;
  }
}

.share-article-vertical-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: sticky;
  top: 15px;
  align-self: flex-start;
}
.share-article-vertical-list li {
  margin-right: 0;
  margin-bottom: 15px;
}

.article-listing {
  margin-bottom: 35px;
  padding-bottom: 35px;
  display: flex;
  border-bottom: 1px solid #d9d9d9;
}
.article-listing.vertical {
  display: block;
  height: 100%;
  margin-bottom: 0;
}
.article-listing.noborder {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .article-listing {
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .article-listing-media {
    width: 35%;
  }
}
.vertical .article-listing-media {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .article-thumb-image {
    width: 100%;
    height: auto;
  }
}
.vertical .article-thumb-image {
  width: 100%;
  height: auto;
}

.article-listing-text {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .article-listing-text {
    width: 65%;
  }
  .article-listing-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 449px) {
  .article-listing-text {
    padding-left: 20px;
  }
}
.vertical .article-listing-text {
  width: 100%;
  padding-left: 0;
  padding-top: 30px;
}

.article-listing-theme {
  text-decoration: none;
}
.article-listing-theme:hover, .article-listing-theme:focus {
  color: rgb(48, 105, 61.5);
}
@media screen and (max-width: 449px) {
  .article-listing-theme {
    font-size: 14px;
  }
}

.article-listing-title {
  margin-top: 15px;
  line-height: 1.25;
}
@media screen and (max-width: 449px) {
  .article-listing-title {
    margin-top: 10px;
    font-size: 18px;
  }
}

.article-listing-text-link {
  color: #373a3c;
  text-decoration: none;
}
.article-listing-text-link:hover, .article-listing-text-link:focus {
  color: rgb(48, 105, 61.5);
}

.article-listing-date {
  color: #818a91;
  font-size: 14px;
}

.article-body p, .article-body img, .article-body li, .article-body figure {
  font-size: 17px;
  line-height: 1.6;
}
.article-body p + h2, .article-body p h3, .article-body p h4, .article-body p h5, .article-body p h6, .article-body img + h2, .article-body img h3, .article-body img h4, .article-body img h5, .article-body img h6, .article-body li + h2, .article-body li h3, .article-body li h4, .article-body li h5, .article-body li h6, .article-body figure + h2, .article-body figure h3, .article-body figure h4, .article-body figure h5, .article-body figure h6 {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .article-body p, .article-body img, .article-body li, .article-body figure {
    font-size: 16px;
  }
}
.article-body a {
  word-break: break-word;
}

.article-meta {
  margin: 15px 0 35px 0;
  color: #818a91;
  display: flex;
  justify-content: space-between;
}

.article-meta-print {
  background-color: transparent;
  border: 0;
  color: #818a91;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.article-meta-print .icon {
  padding-right: 3px;
  color: #408c52;
  position: relative;
  top: 1px;
}
.article-meta-print:hover, .article-meta-print:focus {
  color: #408c52;
  cursor: pointer;
}

.article-info-bar {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #eee;
}

.article-info-bar-name {
  margin-left: 5px;
  color: #408c52;
  font-weight: bold;
}

.article-related-link {
  font-style: italic;
}

.article-banner-wrapper {
  margin-top: 30px;
}

.article-banner-link {
  display: block;
  text-align: center;
}

.article-banner-image {
  width: 70%;
}
@media screen and (max-width: 449px) {
  .article-banner-image {
    width: 100%;
  }
}

.article-inline-caption {
  padding: 0 15px;
}
.article-inline-caption p {
  margin: 0;
  color: rgb(79.3913043478, 83.7217391304, 86.6086956522);
  font-size: 90%;
  font-style: italic;
  text-align: center;
}

.article-tags {
  border-top: 1px solid #d9d9d9;
}
.article-tags p {
  font-size: 90%;
}

.donate-box {
  padding: 25px;
  text-align: center;
}
@media screen and (max-width: 449px) {
  .donate-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.donate-box-heading {
  margin: 0 0 15px;
  font-size: 32px;
}
@media screen and (max-width: 449px) {
  .donate-box-heading {
    font-size: 26px;
  }
}

.donate-box-inputs {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 449px) {
  .donate-box-inputs {
    flex-direction: column;
  }
  .donate-box-inputs .donation-totals-input {
    width: 100%;
  }
}

.pagination {
  padding: 0 0 35px 0;
}

.pagination-list {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: center;
}

.pagination-list-item {
  margin: 0 5px;
}
@media screen and (max-width: 449px) {
  .pagination-list-item.first, .pagination-list-item.last {
    display: none;
  }
}

.pagination-list-link,
.pagination-list-current {
  display: block;
  padding: 5px 14px;
  border: 1px solid #d9d9d9;
  color: #373a3c;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.pagination-list-current {
  background-color: #408c52;
  border-color: #408c52;
  color: white;
}

.pagination-list-link:hover, .pagination-list-link:focus {
  color: #408c52;
  border-color: #408c52;
}
.pagination-list-link .icon {
  position: relative;
  top: 2px;
}
.pagination-list-link.arrow {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-sidebar {
  margin-bottom: 35px;
  background-color: #408c52;
}
.nav-sidebar.light {
  background-color: transparent;
  border: 1px solid #d9d9d9;
}
.nav-sidebar.readmore {
  border-bottom: 0;
}
@media screen and (min-width: 767px) {
  .sticky .nav-sidebar {
    position: sticky;
    top: 15px;
  }
}

.nav-sidebar-heading {
  margin: 0 0 5px 0;
  padding: 15px 25px;
  background-color: rgb(48, 105, 61.5);
  color: white;
  font-size: 24px;
  text-transform: uppercase;
}

.nav-sidebar-list-wrapper {
  padding-bottom: 10px;
}
.readmore .nav-sidebar-list-wrapper {
  padding-bottom: 0;
}
.nav-sidebar-list-wrapper.has-more-link {
  padding-bottom: 0;
}

.nav-sidebar-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sidebar-list li {
  margin: 0;
  padding: 0;
}

.nav-sidebar-list-link {
  display: block;
  padding: 15px 25px;
  background-color: #408c52;
  color: white;
  font-size: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
.nav-sidebar-list-link:hover, .nav-sidebar-list-link:focus {
  background-color: rgb(48, 105, 61.5);
}
.light .nav-sidebar-list-link {
  padding: 10px 25px;
  background-color: transparent;
  color: #373a3c;
  font-size: 18px;
}
.light .nav-sidebar-list-link:hover, .light .nav-sidebar-list-link:focus {
  background-color: rgb(242.5, 242.5, 242.5);
}
.nav-sidebar-list-link.more-link {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: rgb(48, 105, 61.5);
  color: white;
  font-weight: bold;
}
.nav-sidebar-list-link.more-link:hover, .nav-sidebar-list-link.more-link:focus {
  background-color: #408c52;
}

.nav-sidebar-article-link {
  display: block;
  padding: 15px;
  background-color: transparent;
  color: #373a3c;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid #d9d9d9;
  transition: color 0.3s ease-in-out;
}
.nav-sidebar-article-link.last {
  border-bottom: 0;
  padding-bottom: 5px;
}
.nav-sidebar-article-link:hover .nav-sidebar-article-link-text, .nav-sidebar-article-link:focus .nav-sidebar-article-link-text {
  color: #408c52;
}

.nav-sidebar-article-link-theme {
  font-size: 13px;
  color: #408c52;
  font-style: italic;
}

.nav-sidebar-article-link-date {
  font-size: 13px;
  font-style: italic;
  color: #818a91;
}

.nav-sidebar-article-link-pipe {
  font-size: 13px;
  color: #818a91;
}

.link-list {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}

.link-list-link {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 120%;
  text-decoration: none;
}
.link-list-link:hover, .link-list-link:focus {
  color: rgb(40, 87.5, 51.25);
}

/* global header stuff*/
.global-header {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}

.main-logo-wrapper {
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-logo-wrapper {
    padding-left: 10px;
    text-align: left;
  }
}

.main-logo {
  margin: 16px 0;
  height: 40px;
}
@media screen and (min-width: 520px) {
  .main-logo {
    width: auto;
    height: 60px;
  }
}
@media screen and (min-width: 767px) {
  .main-logo {
    width: auto;
    height: 78px;
  }
}

.global-nav {
  background-color: #408c52;
}
@media screen and (max-width: 767px) {
  .global-nav {
    display: none;
  }
}

.global-nav-list {
  display: flex;
  margin: 0;
  margin-left: -15px;
  padding: 0;
  list-style: none;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 449px) {
  .global-nav-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.global-nav-list li {
  position: relative;
}
.global-nav-list li:hover {
  background-color: rgb(48, 105, 61.5);
}
.global-nav-list li:hover .global-sub-nav-list {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 449px) {
  .global-nav-list li:last-child .global-sub-nav-list {
    left: auto;
    right: 0;
  }
}
.global-nav-list li.last {
  background-color: #edae24;
  text-transform: uppercase;
  margin-left: auto;
}

/*.global-nav-list-link {
	padding: 10px 20px;
	display: block;
	color: white;
	font-size: 20px;
	text-decoration: none;
	background-color: transparent;
	transition: background-color .3s ease-in-out;

	&:hover, &.is-active {
		background-color: darken($primary-color, 10%);
	}

	@media screen and (max-width: $bp-mobile) {
		padding: 10px 13px;
		font-size: 18px;
	}

	@media screen and (max-width: $bp-mobile-small) {
		padding: 10px 8px;
		font-size: 14px;
	}

	.global-sub-nav-list & {
		font-size: 16px;
		background-color: darken($primary-color, 10%);
		transition: opacity .3s ease-in-out;

		&:hover, &:focus {
			background-color: darken($primary-color, 15%);
		}
	}
}*/
/*.global-sub-nav-list {
	min-width: 155%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: darken($primary-color, 10%);
	font-size: 16px;
	list-style: none;
	display: none;
	opacity: 0;
	z-index: 9;
}*/
.secondary-nav {
  margin-left: auto;
}

.secondary-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .secondary-nav-list {
    padding-left: 25px;
    font-size: 15px;
    justify-content: flex-end;
  }
}

.secondary-nav-list-item {
  margin-left: 8px;
}
.secondary-nav-list-item:after {
  content: "|";
  position: relative;
  top: -1px;
  padding-left: 7px;
  padding-right: 7px;
  color: #d9d9d9;
  font-size: 110%;
}
.secondary-nav-list-item:last-child:after {
  color: white;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .secondary-nav-list-item {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .secondary-nav-list-item {
    display: none;
  }
  .secondary-nav-list-item.search {
    display: block;
    position: relative;
    right: 60px;
    top: 4px;
  }
  .secondary-nav-list-item.search span {
    display: none;
  }
}

.secondary-nav-link {
  text-decoration: none;
  color: #373a3c;
  transition: all 0.3s ease-in-out;
}
.secondary-nav-link:hover, .secondary-nav-link:focus {
  color: #408c52;
}
.secondary-nav-link.search-link {
  color: #408c52;
}
.secondary-nav-link.search-link:hover, .secondary-nav-link.search-link:focus {
  color: rgb(48, 105, 61.5);
}
.secondary-nav-link.search-link .icon {
  margin-left: 5px;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.o-mobile-navigation {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 80%;
  height: 100vh;
  z-index: 1000;
}

.o-mobile-navigation.is-active {
  display: block;
}

.o-mobile-navigation.is-active .o-mobile-navigation__wrapper {
  -webkit-animation: slideInRight 250ms ease-in-out 0s 1 forwards;
  animation: slideInRight 250ms ease-in-out 0s 1 forwards;
}

.o-mobile-navigation.is-closing:before {
  -webkit-animation: fadeOut 250ms ease-in-out 0s 1 forwards;
  animation: fadeOut 250ms ease-in-out 0s 1 forwards;
}

.o-mobile-navigation.is-closing .o-mobile-navigation__wrapper {
  -webkit-animation: slideOutRight 250ms ease-in-out 0s 1 forwards;
  animation: slideOutRight 250ms ease-in-out 0s 1 forwards;
}

.o-mobile-navigation__wrapper {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  padding: 20px;
  height: 100%;
  z-index: 100;
  background: #faf6f0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  overflow: scroll;
}

.o-mobile-navigation.is-active:before {
  -webkit-animation: fadeIn 250ms ease-in-out 0s 1 forwards;
  animation: fadeIn 250ms ease-in-out 0s 1 forwards;
}

.o-mobile-navigation:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  height: calc(100% + 500px);
  z-index: -1;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
}

.o-mobile-navigation__close {
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
  margin: 0;
  color: #408c52;
  font-size: 1.5rem;
  line-height: 1;
}

.o-mobile-navigation__section {
  display: block;
  margin-bottom: 1.25rem;
}

.o-mobile-navigation__headline {
  display: block;
  margin: 0 0 0.5rem;
  color: #d4c9b7;
  font-size: 1.25rem;
  font-style: italic;
}

.o-mobile-navigation__nav {
  display: block;
  padding: 0;
}

.o-mobile-navigation__nav-item {
  display: block;
  margin: 6px 0 0 0;
  padding: 0;
}

.o-mobile-navigation__nav-item a {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.8;
  text-decoration: none;
}

.c-burger, .c-burger:after, .c-burger:before {
  display: block;
  width: 25px;
  height: 4px;
  background-color: #408c52;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-duration: 250ms;
}

.c-burger {
  position: absolute;
  top: 48%;
  top: calc(50% - 9px);
  right: 25px;
  margin-top: 7px;
  margin-bottom: 7px;
  user-select: none;
  text-indent: -999px;
  display: none;
}
@media screen and (max-width: 767px) {
  .c-burger {
    display: block;
    right: 15px;
  }
}

.c-burger:before {
  margin-top: -7px;
}

.c-burger:after, .c-burger:before {
  position: absolute;
  content: "";
}

.c-burger:after {
  margin-top: 7px;
}

.global-footer {
  padding-top: 50px;
  background-color: #faf6f0;
}
@media screen and (max-width: 767px) {
  .global-footer .half-column {
    margin-bottom: 50px;
  }
}

.center-wrapper.main-footer {
  padding-bottom: 50px;
}

.footer-heading {
  font-size: 28px;
  margin-top: 0;
}

.footer-cta-btn {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.footer-featured-publication {
  width: 100%;
}

.footer-nav-list {
  padding: 0;
  list-style: none;
  font-size: 110%;
}
.footer-nav-list li {
  margin-bottom: 5px;
}
.footer-nav-list li:before {
  content: "\e900";
  margin-right: 5px;
  color: #408c52;
  font-family: "icomoon";
}
.footer-nav-list a {
  text-decoration: none;
}
.footer-nav-list a:hover, .footer-nav-list a:focus {
  color: rgb(48, 105, 61.5);
}

.footer-social-cta {
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.footer-social-cta-label {
  margin-right: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.footer-social-cta-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.footer-social-cta-list li {
  margin-right: 10px;
}
.footer-social-cta-list a {
  text-decoration: none;
  color: #373a3c;
  transition: color 0.3s ease-in-out;
}
.footer-social-cta-list a.facebook:hover, .footer-social-cta-list a.facebook:focus {
  color: #37639e;
}
.footer-social-cta-list a.twitter:hover, .footer-social-cta-list a.twitter:focus {
  color: #1da1f2;
}
.footer-social-cta-list a.youtube:hover, .footer-social-cta-list a.youtube:focus {
  color: #ff0000;
}
.footer-social-cta-list a.telegram:hover, .footer-social-cta-list a.telegram:focus {
  color: #0088cc;
}
.footer-social-cta-list a.instagram:hover, .footer-social-cta-list a.instagram:focus {
  color: #5b51d8;
}
.footer-social-cta-list .icon {
  font-size: 175%;
}

.footer-last-column-padding {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .footer-last-column-padding {
    padding-left: 0;
  }
}

.footer-copyright {
  padding: 15px 0;
  background-color: white;
  color: #333;
}

.hero-banner {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .hero-banner {
    height: 350px;
  }
}
@media screen and (max-width: 449px) {
  .hero-banner {
    height: 300px;
  }
}

.hero-banner-item {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 767px) {
  .hero-banner-item {
    padding-top: 60px;
    font-size: 24px;
  }
}
.hero-banner-item .center-wrapper {
  position: relative;
  height: 100%;
}

.hero-banner-image {
  width: 100%;
}

.hero-banner-heading {
  margin-top: 0;
  margin-bottom: 30px;
  padding-right: 18%;
  font-size: 52px;
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .hero-banner-heading {
    padding-right: 0;
    font-size: 36px;
  }
}
@media screen and (max-width: 449px) {
  .hero-banner-heading {
    margin-bottom: 15px;
    font-size: 28px;
  }
}

.hero-banner-btn {
  padding: 12px 25px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .hero-banner-btn {
    padding: 8px 18px;
    font-size: 14px;
  }
}

.theme-wrapper-home {
  position: relative;
}
.theme-wrapper-home .nav-sidebar {
  width: 32%;
  position: absolute;
  bottom: 43px;
  right: 0;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .theme-wrapper-home {
    display: none;
  }
}

.home-featured-grid-heading {
  margin-top: 40px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .home-featured-grid-heading {
    font-size: 24px;
  }
}

.yt-channel-text h2 {
  margin-top: 0;
  color: #ffc52e;
}

.load-more-button {
  margin: -20px 0 20px;
  cursor: pointer;
}

.large-quote {
  padding: 35px 0;
  background-color: #faf6f0;
  font-size: 28px;
  text-align: center;
}
.large-quote.dark {
  background-color: #082f4b;
  color: white;
}
@media screen and (max-width: 767px) {
  .large-quote {
    padding: 25px;
    font-size: 22px;
  }
}

.search-form {
  margin-bottom: 35px;
}

.search-results-list {
  padding: 0;
  list-style: none;
}

.search-results-list-item {
  margin-bottom: 25px;
}

.search-results-link {
  color: #373a3c;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.search-results-title {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 17px;
  color: #337ab7;
  letter-spacing: -0.75px;
}

.search-results-url {
  margin: 0 0 3px 0;
  color: #54b01d;
  font-size: 14px;
  word-break: break-word;
}

.search-results-description {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #222;
}

.search-results-date {
  color: #818a91;
}

.search-submit {
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 2px;
  font-size: 16px;
}

.form-input-search {
  width: 50%;
  -webkit-appearance: none;
}

.questionnaire-options {
  display: flex;
}

.questionnaire-option-choice {
  padding: 10px;
  text-align: center;
}

.questionnaire-option-input {
  padding: 10px;
  text-align: center;
}

.freeform-label {
  margin-bottom: 10px;
  font-size: 17px;
}

.freeform-row .opinion-scale li {
  font-size: 15px;
}

.lp-list {
  font-size: 18px;
}
.lp-list li {
  margin: 10px 0;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .iframe-mobile,
  .article-body iframe,
  .text-field-block iframe {
    width: 100%;
    height: auto;
  }
}

.video-block {
  margin-bottom: 40px;
}

.video-embed {
  position: relative;
  padding-top: 56.25%;
}
.video-embed iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.textpop-iframe {
  border: 0;
  height: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .textpop-iframe {
    height: 500px !important;
  }
}

.fui-i {
  margin-top: 35px !important;
  font-family: inherit !important;
}

.fui-legend {
  font-weight: bold !important;
  font-size: 1rem !important;
}

@media screen and (max-width: 767px) {
  .fui-layout-horizontal .fui-layout-wrap {
    display: block !important;
  }
}

.fui-submit {
  background-color: #408c52 !important;
  border-color: #408c52 !important;
}

.questionnaire-row {
  margin-bottom: 20px;
}

.export-table {
  font-size: 13px;
}
.export-table th {
  text-align: left;
}

.hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .opinion-scale .opinion-scale-scales {
    display: block !important;
  }
}

.global-nav .global-nav-list {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.global-nav .global-nav-list li:hover {
  background-color: transparent;
}
.global-nav .global-nav-list li.last {
  margin: 0;
  background-color: transparent;
}
.global-nav .global-nav-list li a.global-nav-list-link {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
.global-nav .global-nav-list li a.global-nav-list-link.is-active {
  color: #fff;
  background-color: transparent;
}
.global-nav .global-nav-list li a.global-nav-list-link:hover {
  color: #fff;
  background-color: transparent;
}
.global-nav .global-nav-list > li:last-child > a:hover, .global-nav .global-nav-list > li:last-child > a:focus {
  background-color: #cd9211;
}
.global-nav .global-nav-list > li:last-child > a {
  background-color: #edae24;
  border-radius: 10px;
  line-height: 200%;
  font-weight: bold;
}
.global-nav .global-nav-list .global-nav-list-link:hover, .global-nav .global-nav-list .global-nav-list-link.is-active {
  background-color: #9e1012;
}
.global-nav .global-nav-list .global-nav-list-link {
  padding: 10px 20px;
  display: block;
  color: white;
  font-size: 20px;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  text-transform: uppercase;
  z-index: 9;
}
.global-nav .global-nav-list > li:last-child {
  display: flex;
  margin-left: auto;
  margin-top: -5px;
  margin-bottom: -5px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
  text-transform: uppercase;
}

.header-donate-button {
  position: absolute;
  right: 50px;
  top: 19px;
  background: #edae24;
  color: white;
  padding: 10px 10px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (min-width: 430px) and (max-width: 767px) {
  .header-donate-button {
    right: 80px;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 520px) {
  .header-donate-button {
    top: 28px;
    right: 70px;
  }
}
@media screen and (min-width: 767px) {
  .header-donate-button {
    display: none;
  }
}

@media print {
  .secondary-nav,
  .global-nav,
  .share-column,
  .article-banner-wrapper,
  .donate-box,
  .share-article-small-list,
  .article-tags,
  .one-third,
  .global-footer {
    display: none;
  }
  .main-logo-wrapper {
    display: block;
    width: 100%;
    text-align: center;
  }
  .two-third,
  .two-third.two-third-article {
    width: 100%;
  }
  .two-third-padding {
    padding: 0;
  }
}
.donation-button {
  font-size: 20px;
}

.upsellbox-image {
  background-image: url("/img/KIG/bg_upsellbox.jpg");
  background-position: center center;
}

.center-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

.center-wrapper.lp-block {
  padding-top: 25px;
  padding-bottom: 25px;
}

.main-logo-wrapper {
  text-align: left;
  margin: 0;
}

@media (min-width: 1108px) {
  .global-nav .global-nav-list {
    padding: 0;
  }
}

commentTempNode {
  display: none;
}
