/* Core */
/* Media queries, helpers */
.section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
/* Reset / normalize */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
/* Base typography */
@font-face {
  font-family: 'Georgia';
  src: local('Georgia'), url('../fonts/georgia-regular.woff2') format('woff2'), url('../fonts/georgia-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
}
/* Utility classes */
/* Global css */
html,
body {
  height: 100%;
  margin: 0 !important;
  overflow-x: hidden;
}
#page.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#page.site > main {
  flex: 1 0 auto;
  margin-top: 41px;
}
#page.site > footer {
  flex-shrink: 0;
}
#wpadminbar {
  opacity: 0;
}
#wpadminbar:hover {
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  color: #222222;
}
p {
  color: #222222;
  font-weight: 400;
  line-height: 1.5;
}
.page .page--content {
  margin-top: 64px;
}
.mt0 {
  margin-top: 0 !important;
}
/*Board of Directors*/
.page-id-112353 .wp-block-columns-is-layout-flex {
  margin-bottom: 48px;
}
.team__position {
  color: #22222280;
  margin: 4px 0 8px 0;
}
/*Donate*/
.page-id-112410 .is-layout-flex {
  justify-content: space-between;
}
.page-id-112410 .donate-sidebar {
  border-left: 4px solid #B05453;
  padding-left: 16px;
}
.page-id-112410 .donate-sidebar h3 {
  margin-top: 38px;
  margin-bottom: 10px;
}
.page-id-112410 .donate-sidebar strong {
  margin: 6px 0;
  display: block;
  font-weight: 600;
}
.donate-content .section__title {
  margin-bottom: 48px;
}
.donate-content p {
  margin-bottom: 20px;
}
.donate-content .wp-block-separator {
  border: none;
  border-top: 1px solid #EAECF0;
  display: block;
  margin: 30px 0;
}
.donate-content strong {
  color: #222222CC;
  font-weight: 600;
}
.volunteer-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 64px;
}
.volunteer-content {
  width: calc(50% - 12px);
}
.volunteer-image {
  width: calc(50% - 12px);
}
.volunteer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.volunteer-image .post-thumbnail {
  height: 100%;
}
@media (max-width: 768px) {
  .volunteer-inner {
    display: block;
  }
  .volunteer-content {
    width: 100%;
  }
  .volunteer-image {
    display: none;
  }
}
.contact-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 64px;
}
.contact-content {
  width: calc(50% - 12px);
}
.contact-right {
  width: calc(50% - 12px);
}
.contact-right .map iframe {
  height: 418px;
  border-radius: 8px;
  height: 460px;
}
.contact-right .contact-info {
  margin-top: 24px;
  background: #B05453;
  padding: 24px;
  border-radius: 8px;
}
.contact-right .contact-info .section__title-white {
  margin-bottom: 24px;
}
.contact-right .contact-info .contact-block {
  margin-top: 10px;
}
.contact-right .contact-info .contact-block .title {
  font-weight: 600;
  color: #FFFFFF80;
}
.contact-right .contact-info .contact-block .text p,
.contact-right .contact-info .contact-block .text a {
  color: #fff;
}
.contact-right .contact-info .contact-block .text a {
  text-decoration: underline;
}
@media (max-width: 1250px) {
  .contact-right .map iframe {
    height: 510px;
  }
}
@media (max-width: 768px) {
  .contact-inner {
    display: block;
    margin-bottom: 24px;
  }
  .contact-content {
    width: 100%;
  }
  .contact-right {
    width: 100%;
    margin-top: 24px;
  }
}
.f-html {
  padding: 0 !important;
  border-radius: 8px;
}
/* Layout */
/* Container and grid */
.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (max-width: 1250px) {
  .container {
    max-width: 990px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
}
/*
@media (max-width: @bp-xl) {

}

@media (max-width: @bp-lg) {

}
@media (max-width: @bp-md) {

}
*/
.short-posts,
.team__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 96px;
}
.header__contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header__contact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  color: #222222;
}
.header__contact span {
  opacity: 0.8;
  margin-left: 8px;
}
.header__contact + .header__contact {
  margin-left: 24px;
}
.header__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 288px;
}
.header__actions .btn,
.header__actions .header__lang {
  width: 140px;
}
.skiptranslate > div {
  height: 44px;
}
#google_language_translator select.goog-te-combo {
  font-family: "Open Sans", sans-serif;
  color: rgba(34, 34, 34, 0.8) !important;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #D9D9CC !important;
  border-radius: 4px !important;
  margin: 10px 0 0 0;
  box-sizing: border-box;
  width: 100%;
  height: 46px !important;
  background: transparent;
}
.header__nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header__nav {
  border-top: 1px solid #D9D9CC;
  border-bottom: 1px solid #D9D9CC;
  padding: 11px 0;
}
.top__nav {
  width: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.top__nav > li {
  position: relative;
}
.top__nav > li a {
  font-family: "Open Sans", sans-serif;
  color: #1D1D1B;
  line-height: 1.5;
}
.top__nav > li.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.top__nav > li.menu-item-has-children > a::after {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.96 4.47461L6.7 7.73461C6.315 8.11961 5.685 8.11961 5.3 7.73461L2.04 4.47461' stroke='%231D1D1B' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  margin-left: 6px;
  transition: transform 0.2s ease;
}
.top__nav > li > ul {
  position: absolute;
  background: #FFFFFF;
  border: 1px solid rgba(217, 217, 204, 0.3);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 4px;
  width: max-content;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}
.top__nav > li > ul li a {
  font-weight: 500;
  color: #222222;
  padding: 8px 12px;
  transition: all 0.3s ease;
  display: block;
  border-radius: 4px;
}
.top__nav > li > ul li a:hover {
  background: #eeeee7;
}
.top__nav > li.is-open > a {
  color: #B05453;
}
.top__nav > li.is-open > a::after {
  transform: rotate(180deg);
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.96 4.47461L6.7 7.73461C6.315 8.11961 5.685 8.11961 5.3 7.73461L2.04 4.47461' stroke='%23B05453' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.top__nav > li.is-open > ul {
  visibility: visible;
  opacity: 1;
}
.header__search {
  width: 24px;
  height: 24px;
}
.header__actions .btn__hamburger {
  display: none;
}
@media (max-width: 1024px) {
  .top__nav > li a {
    font-size: 14px;
  }
  .top__nav {
    width: calc(100% - 40px);
  }
  .header__contacts {
    flex-direction: column;
    align-items: flex-start;
  }
  .header__contact + .header__contact {
    margin: 5px 0 0 0;
  }
}
@media (max-width: 768px) {
  .header__contacts {
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    width: 100%;
  }
  .header__top-inner {
    height: auto;
  }
  .header__logo {
    width: 100%;
    text-align: center;
  }
  .header__logo img {
    width: 150px;
  }
  .header__actions {
    width: 100%;
    margin: 10px auto;
  }
  .header__actions .btn,
  .header__actions .header__lang {
    width: calc(50% - 28px);
  }
  .header__actions .btn__hamburger {
    display: flex;
  }
  .header__actions {
    flex-wrap: nowrap;
  }
  .header__nav-inner {
    flex-direction: column;
    align-items: flex-end;
  }
  .top__nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
  }
  .top__nav li a {
    font-size: 18px;
    padding: 10px 0;
    display: block;
  }
  .header__search {
    margin-top: 15px;
  }
  .top__nav > li.menu-item-has-children > a {
    justify-content: flex-end;
  }
  .top__nav > li > ul {
    transition: all 0.3s ease;
    text-align: right;
    box-shadow: none;
    position: static;
    transform: none;
    max-height: 0;
    transition: all 0.3s ease-in-out;
  }
  .top__nav > li.is-open > ul {
    background: #eeeee7;
    max-height: 600px;
  }
  .mobile-menu-open .btn__hamburger {
    background: #000 !important;
  }
  .header__nav {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
  }
  .mobile-menu-open .header__nav {
    border-top: 1px solid #D9D9CC;
    border-bottom: 1px solid #D9D9CC;
    padding: 11px 0;
    max-height: 900px;
  }
}
/* Fix dropdown menu overflow */
@media (max-width: 1090px) {
  #top-menu.top__nav li:first-child ul.sub-menu {
    left: 70px;
  }
}
/* Footer layout */
footer {
  background: #222222;
  color: #fff;
  margin-top: 100px;
}
footer a {
  color: #fff;
}
.footer__top-inner {
  padding: 48px 0;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer__top-logo {
  width: 180px;
}
.footer__top-logo img {
  max-width: 100%;
}
.footer__top-contacts {
  width: 255px;
}
.footer__top-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__top-menu ul li + li {
  margin-top: 16px;
}
.footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 26px 0;
  border-top: 1px solid #fff;
}
.footer__bottom-copyright {
  width: calc(100% - 300px);
}
.footer__bottom-copyright p {
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
}
.footer__bottom-social {
  width: 216px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer__contact {
  display: block;
  margin-top: 16px;
}
.footer__newsletter {
  background: #6F7244;
  position: relative;
  height: 280px;
  overflow: hidden;
}
.footer__newsletter-text {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 64px 0;
}
.footer__newsletter-text p {
  color: #000;
  color: #FFFFFFCC;
  margin: 8px 0 24px 0;
}
.footer__newsletter-abs-bg {
  position: absolute;
  width: 98%;
  bottom: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.footer__newsletter.main-page {
  height: auto;
}
.footer__newsletter.main-page .cfs_custom_form {
  background: #e9e9e0;
  height: auto;
  max-width: 620px;
  margin: 0 auto;
  text-align: left;
  color: #222;
}
@media (max-width: 768px) {
  .footer__top-logo {
    width: 100%;
  }
  .footer__top-contacts {
    margin-top: 25px;
    width: 100%;
  }
  .footer__top-contacts .address {
    max-width: 255px;
  }
  .footer__top-menu {
    width: 48%;
    margin-top: 25px;
  }
  .footer__bottom-copyright {
    width: 100%;
    margin-bottom: 16px;
  }
  .footer__newsletter {
    height: auto;
  }
  footer {
    margin-top: 60px;
  }
}
@media (max-width: 380px) {
  .footer__newsletter-text {
    padding: 44px 0;
  }
}
/* Breadcrumbs */
#breadcrumbs {
  margin-bottom: 24px;
  color: #22222280;
  font-size: 14px;
}
#breadcrumbs a {
  color: #1D1D1BCC;
}
#breadcrumbs span {
  margin: 0 8px;
}
#breadcrumbs span:first-child {
  margin-left: 0;
}
/* Pagination */
.pagination-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 68px;
  padding-top: 20px;
  border-top: 1px solid #EEEEE7;
}
.pagination.mx-auto {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-content: center;
}
.pagination.mx-auto .page-link {
  margin: 0 2px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222CC;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}
.pagination.mx-auto .page-link.current {
  background: #EEEEE7;
}
.prev.page-link,
.next.page-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
}
.prev.page-link svg {
  margin-right: 8px;
}
.next.page-link svg {
  margin-left: 8px;
}
/* Comments form and lists */
.comments-area {
  margin-top: 100px;
}
.comments-area .comments-title {
  color: #3E3232;
  font-weight: 600;
  font-size: 20px;
}
.comments-area .comments-title span {
  font-weight: 700;
  color: #6F7244;
}
.comments-area .comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 48px;
}
.comments-area .comment-list li {
  margin-top: 24px;
  background: #F9F9F6;
  padding: 20px;
  border-radius: 8px;
}
.comments-area .comment-list li .comment-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.comments-area .comment-list li .comment-top img {
  border-radius: 12px;
  margin-right: 16px;
}
.comments-area .comment-list li .comment-top .comment-by {
  color: #3E3232;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.comments-area .comment-list li .comment-top .post-time {
  display: flex;
  align-items: center;
  color: #22222280;
  font-weight: 600;
  font-size: 14px;
}
.comments-area .comment-list li .comment-top .post-time svg {
  margin-right: 3px;
}
.comments-area .comment-list li .comment-text p {
  color: #000000BF;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.comment-respond {
  background: #F9F9F6;
  padding: 20px;
  border-radius: 8px;
}
.comment-respond .comment-reply-title {
  color: #3E3232;
  font-weight: 600;
  font-size: 20px;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  color: #3E3232;
  margin-top: 6px;
  margin-bottom: 24px;
  font-size: 14px;
}
.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
  color: #6F7244;
  text-decoration: underline;
  font-weight: 500;
}
.comment-respond .flex-comment-fields {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch;
}
.comment-respond .flex-comment-fields .left-fields {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.comment-respond .flex-comment-fields .left-fields .left-field label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  position: relative;
}
.comment-respond .flex-comment-fields .left-fields .left-field label sup {
  position: absolute;
  top: 2px;
  font-weight: 300;
  margin-left: 2px;
}
.comment-respond .flex-comment-fields .comment-form-comment {
  width: calc(50% - 12px);
}
.comment-respond .flex-comment-fields .comment-form-comment label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  position: relative;
}
.comment-respond .flex-comment-fields .comment-form-comment label sup {
  position: absolute;
  top: 2px;
  font-weight: 300;
  margin-left: 2px;
}
.comment-respond .flex-comment-fields input,
.comment-respond .flex-comment-fields textarea {
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #222222;
  opacity: 1;
  outline: none;
  padding: 10px 14px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  border: 1px solid #D9D9CC;
  border-radius: 4px;
}
.comment-respond .flex-comment-fields input::placeholder,
.comment-respond .flex-comment-fields textarea::placeholder {
  opacity: 0.4;
}
.comment-respond .flex-comment-fields textarea {
  height: 200px;
}
.comment-respond .comment-form-cookies-consent {
  margin-top: 24px;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
}
.comment-respond .comment-form-cookies-consent input {
  margin: 0 8px 0 0;
}
.comment-respond .submit {
  font-size: 16px;
  margin-top: 24px;
  width: 100%;
}
.comment-respond .comment-form-comment.loggen-in {
  width: 100%;
}
.comment-respond .comment-form-comment.loggen-in label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  position: relative;
}
.comment-respond .comment-form-comment.loggen-in label sup {
  position: absolute;
  top: 2px;
  font-weight: 300;
  margin-left: 2px;
}
.comment-respond .comment-form-comment.loggen-in input,
.comment-respond .comment-form-comment.loggen-in textarea {
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #222222;
  opacity: 1;
  outline: none;
  padding: 10px 14px;
  box-shadow: 0px 1px 2px 0px #1018280D;
  border: 1px solid #D9D9CC;
  border-radius: 4px;
}
.comment-respond .comment-form-comment.loggen-in input::placeholder,
.comment-respond .comment-form-comment.loggen-in textarea::placeholder {
  opacity: 0.4;
}
.comment-respond .comment-form-comment.loggen-in textarea {
  height: 224px;
}
@media (max-width: 500px) {
  .comment-respond .flex-comment-fields .left-fields,
  .comment-respond .flex-comment-fields .comment-form-comment {
    width: 100%;
  }
  .left-field {
    margin-bottom: 15px;
  }
  .comment-respond .flex-comment-fields textarea,
  .comment-respond .comment-form-comment.loggen-in textarea {
    height: 120px;
  }
}
.toc__template {
  padding: 64px 0;
  margin: 64px 0;
  border-top: 2px solid #EAECF0;
  border-bottom: 2px solid #EAECF0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.toc__template-sidebar {
  width: 384px;
}
.toc__template-content {
  width: calc(100% - 408px);
  line-height: 1.5;
}
.toc__template-content h2 {
  margin-top: 48px;
  margin-bottom: 8px;
  color: #222222;
  font-size: 20px;
}
.toc__template-content a {
  color: #6F7244;
  text-decoration: underline;
  font-weight: 500;
}
.toc__template-content p {
  color: #222222CC;
}
.toc__template .lwptoc-light .lwptoc_i {
  color: #101828;
  background: transparent;
  padding: 0;
}
.toc__template .lwptoc:first-child,
.toc__template .lwtoc {
  margin: 0;
}
.toc__template .lwptoc-light .lwptoc_i A,
.toc__template .lwptoc-light .lwptoc_items A:visited {
  color: #101828;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 24px;
  display: block;
  transition: all 0.3s ease;
}
.toc__template .lwptoc-notInherit .lwptoc_i DIV A:hover {
  border-bottom: 0 !important;
  color: #B05453;
}
@media (max-width: 1024px) {
  .toc__template-sidebar {
    width: 210px;
  }
  .toc__template-content {
    width: calc(100% - 240px);
  }
}
@media (max-width: 768px) {
  .toc__template-sidebar {
    display: none;
  }
  .toc__template-content {
    width: 100%;
  }
}
/* Components */
/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease-in-out;
  padding: 12px 24px;
  border: 0;
  outline: none;
}
.btn:hover {
  background: #1D1D1B;
}
.btn--primary {
  background: #6F7244;
  font-weight: 500;
}
.btn--accent {
  background: #B05453;
}
.btn--light {
  background: #fff;
  color: #222222;
}
.btn--light:hover {
  color: #fff;
}
.btn__hamburger {
  background: #6F7244;
  width: 46px !important;
  height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 10px;
  flex-direction: column;
}
.btn__hamburger span {
  display: block;
  width: 100%;
  background: #fff;
  height: 2px;
}
.btn__hamburger:hover {
  background: #6F7244;
}
.owl__nav-buttons {
  width: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.owl__nav-buttons .owl__nav-button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
  background: #EEEEE7;
  border-radius: 4px;
}
.owl__nav-buttons .owl__nav-button.prev svg {
  transform: rotate(180deg);
}
.owl__nav-buttons .is-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
/* Cards */
.short-post__media {
  display: block;
  position: relative;
  height: 240px;
  overflow: hidden;
  border-radius: 8px;
}
.short-post__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.short-post__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #9AAB5F;
  color: #fff;
  border-radius: 4px;
  padding: 4px 16px;
  font-weight: 600;
}
.short-post__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.short-post__meta-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 12px;
  font-weight: 600;
  background: #2222220D;
  border-radius: 4px;
  padding: 4px 12px 4px 4px;
}
.short-post__category {
  background: #574240;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
}
.short-post__date {
  color: #22222280;
  padding-left: 8px;
}
.short-post__comments {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  color: #22222280;
  padding-left: 4px;
  font-size: 12px;
  font-weight: 600;
}
.short-post__title-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 16px;
}
.short-post__title-link span {
  width: calc(100% - 40px);
  font-weight: 600;
  font-size: 20px;
  color: #222222;
  line-height: 1.4;
  transition: color 0.3s ease-in-out;
}
.short-post__title-link svg path {
  transition: stroke 0.3s ease-in-out;
}
.short-post__title-link:hover span {
  color: #B05453;
}
.short-post__title-link:hover svg path {
  stroke: #B05453;
}
/* Newsletter */
/* Forms */
.cfs_custom_form {
  background: #D9D9CC4D;
  border-radius: 8px;
  padding: 24px 24px 10px 24px;
}
.cfs_custom_form .cfs_form_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cfs_custom_form .cfs_form_group > div {
  width: 100%;
}
.cfs_custom_form .cfs_form_group label,
.cfs_custom_form .cfs_form_group use_label_element {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #222222;
  margin-top: 20px;
  font-weight: 600;
  position: relative;
}
.cfs_custom_form .cfs_form_group input[type="text"],
.cfs_custom_form .cfs_form_group input[type="email"],
.cfs_custom_form .cfs_form_group input[type="tel"],
.cfs_custom_form .cfs_form_group textarea,
.cfs_custom_form .cfs_form_group select {
  font-family: "Open Sans", sans-serif;
  padding: 12px 10px;
  color: #222222;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #D9D9CC;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  display: block;
  width: 100%;
  margin-top: 6px;
  outline: none;
}
.cfs_custom_form .cfs_form_group input[type="text"]::placeholder,
.cfs_custom_form .cfs_form_group input[type="email"]::placeholder,
.cfs_custom_form .cfs_form_group input[type="tel"]::placeholder,
.cfs_custom_form .cfs_form_group textarea::placeholder,
.cfs_custom_form .cfs_form_group select::placeholder {
  color: #22222266;
}
.cfs_custom_form .cfs_form_group.cfs_two > div {
  width: calc(50% - 10px);
}
.cfs_custom_form .cfs_form_group.checkbox_buttons .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  /* checked */
  /* hover */
}
.cfs_custom_form .cfs_form_group.checkbox_buttons .wpcf7-form-control span {
  margin: 0;
}
.cfs_custom_form .cfs_form_group.checkbox_buttons .wpcf7-form-control label {
  margin-top: 12px;
  margin-right: 12px;
}
.cfs_custom_form .cfs_form_group.checkbox_buttons .wpcf7-form-control .wpcf7-list-item input[type="checkbox"] {
  display: none;
}
.cfs_custom_form .cfs_form_group.checkbox_buttons .wpcf7-form-control .wpcf7-list-item-label {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 4px;
  border: 2px solid #D9D9CC;
  background: #D9D9CC;
  color: #222222;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 400;
}
.cfs_custom_form .cfs_form_group.checkbox_buttons .wpcf7-form-control .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
  background: #B05453;
  color: #fff;
  border-color: #B05453;
}
.cfs_custom_form .cfs_form_group.checkbox_buttons .wpcf7-form-control .wpcf7-list-item-label:hover {
  border-color: #B05453;
}
.cfs_custom_form .wpcf7-list-item {
  margin-left: 0;
  color: #222222;
  font-weight: 600;
}
.cfs_custom_form .wpcf7-list-item a {
  color: #222222;
  text-decoration: underline;
}
.cfs_custom_form .btn {
  font-size: 16px;
  display: block;
  width: 100%;
  margin-top: 20px;
}
/* Tags */
/* Share buttons */
.custom-addtoany {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.custom-addtoany .addtoany_list.a2a_kit_size_32 a {
  border: 0 !important;
  padding: 0;
  margin-right: 12px;
  border-radius: 4px;
}
.custom-addtoany .addtoany_list.a2a_kit_size_32 a:last-child {
  margin-right: 0;
}
.custom-addtoany .addtoany_list.a2a_kit_size_32 a span {
  background: #F4F4F0 !important;
}
.custom-addtoany .a2a_svg svg path {
  fill: #2222224D;
  transition: none;
}
.custom-addtoany .addtoany_list.a2a_kit_size_32 a:hover span {
  background: #6F7244 !important;
}
.custom-addtoany .addtoany_list.a2a_kit_size_32 a:hover svg path {
  fill: #fff;
  transition: none;
}
.custom-addtoany .addtoany_content_bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.custom-addtoany .a2a_svg svg {
  width: 24px;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
.custom-addtoany .addtoany_header {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  margin: 0 13px 0 0;
}
.follow__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 250px;
}
.follow__links-title {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  margin: 0 13px 0 0;
}
.follow__links a svg rect,
.follow__links a svg path {
  transition: all 0.3s ease-in-out;
}
.follow__links a:hover svg rect {
  fill: #6F7244;
}
.follow__links a:hover svg path {
  fill: #fff;
  fill-opacity: 1;
}
/* Titles */
.section__title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 40px;
  color: #222222;
  line-height: 1.2;
  font-weight: 400;
}
.section__title-white {
  color: #fff;
}
.section__title-black {
  color: #1D1D1B;
}
.section__title-description {
  color: #B05453;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 12px;
}
.section__title-border {
  border-left: 4px solid #B05453;
  padding: 2px 14px;
}
@media (max-width: 1024px) {
  .section__title-description {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section__title-description {
    font-size: 16px;
  }
  .section__title {
    font-size: 28px;
  }
}
/* Sections */
/* Hero sections */
.hero__title {
  font-family: 'Georgia', 'Times New Roman', serif;
  color: #fff;
  font-size: 56px;
  line-height: 1.2;
}
.hero {
  margin-top: 20px;
}
.hero__slide {
  height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.hero__overlay {
  text-align: center;
  max-width: 740px;
}
.hero__overlay .btn {
  margin-top: 32px;
}
.hero__slider {
  border-radius: 16px;
  overflow: hidden;
}
.hero__slider .owl-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.hero__slider.owl-carousel button.owl-dot {
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  border-radius: 100%;
  margin: 0 8px;
  position: relative;
}
.hero__slider.owl-carousel button.owl-dot.active::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 24px;
  }
  .hero__overlay {
    max-width: 320px;
  }
  .hero__overlay .btn {
    margin-top: 16px;
  }
  .hero__slider {
    border-radius: 8px;
  }
  .hero__slide {
    height: 350px;
  }
}
/* Issues list */
/* Articles list */
/* Projects list */
/* Pages */
/* Home page */
body.home {
  background: #F9F9F6;
}
.owl__news {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .owl__news {
    padding: 60px 0;
  }
}
.owl__news .publication__menu-static {
  margin-bottom: 0;
}
.owl-news-init {
  margin-top: 48px;
}
.owl__nav-custom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.owl__nav-custom .publication__menu-static {
  width: calc(100% - 120px);
}
.owl__nav-custom .publication__menu-static a {
  display: block;
}
.promoting {
  padding: 100px 0;
  background: #fff;
}
@media (max-width: 768px) {
  .promoting {
    padding: 60px 0;
  }
}
.promoting__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch;
}
.promoting img,
.promoting .content {
  width: calc(50% - 12px);
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.promoting .content {
  padding-left: 48px;
  border-left: 4px solid #B05453;
}
.promoting p {
  color: #222222CC;
  margin: 16px 0 40px 0;
}
.promoting .btn {
  max-width: 135px;
}
@media (max-width: 768px) {
  .promoting__inner {
    flex-direction: column-reverse;
  }
  .promoting img,
  .promoting .content {
    width: 100%;
  }
  .promoting .content {
    padding-left: 15px;
    margin-top: 24px;
  }
}
.podcast-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.podcast-image,
.podcast-text {
  width: calc(50% - 12px);
}
.podcast-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.podcast-text {
  background: #6F7244;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
}
.podcast-text > span {
  font-weight: 600;
  opacity: 0.5;
}
.podcast-text p {
  color: #F9F9F6;
  margin-top: 8px;
}
.podcast .title-description {
  margin: 15px 0;
}
@media (max-width: 768px) {
  .podcast-inner {
    flex-direction: column;
  }
  .podcast-image,
  .podcast-text {
    width: 100%;
  }
  .podcast-text {
    margin-top: 15px;
  }
  .podcast .title-description {
    margin: 25px 0;
  }
}
.make__donation {
  background: #fff;
  padding: 100px 0;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .make__donation {
    padding: 60px 0;
  }
}
.make__donation-inner {
  display: flex;
  justify-content: space-between;
  align-items: strech;
  flex-wrap: wrap;
}
.make__donation-right {
  width: 588px;
  display: flex;
  justify-content: space-between;
  align-items: strech;
  flex-wrap: wrap;
}
.make__donation-right .make__donation-img,
.make__donation-right .make__donation-contacts {
  width: calc(50% - 12px);
}
.make__donation-right .make__donation-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.make__donation-contacts {
  background: #F9F9F6;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.make__donation-contacts h3 {
  font-size: 16px;
  font-weight: 600;
}
.make__donation-contacts h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.make__donation-contacts p {
  color: #222222CC;
  font-size: 14px;
}
.make__donation-text {
  width: calc(100% - 612px);
  border-left: 4px solid #B05453;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 48px;
}
.make__donation-text p {
  margin: 16px 0 40px 0;
}
.make__donation-text .btn {
  max-width: 141px;
}
@media (max-width: 1250px) {
  .make__donation-text {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .make__donation-text {
    width: 100%;
    margin-bottom: 35px;
  }
  .make__donation-right {
    width: 100%;
  }
  .make__donation-right .make__donation-img,
  .make__donation-right .make__donation-contacts {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .make__donation-right .make__donation-img,
  .make__donation-right .make__donation-contacts {
    height: auto;
    width: 100%;
  }
  .make__donation-right .make__donation-contacts {
    margin-top: 35px;
  }
}
/* Issues page */
.fp__issues {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .fp__issues {
    padding: 60px 0;
  }
}
.issues__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.issues__item {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.issues__item .issues__item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.issues__item .issues__item-top img {
  width: 72px;
  height: 72px;
}
.issues__item .issues__item-top svg path {
  transition: all 0.3s ease;
}
.issues__item-title {
  color: #1D1D1B;
  font-weight: 600;
  font-size: 20px;
  margin-top: 40px;
  display: block;
  transition: all 0.3s ease;
}
.issues__item-description {
  color: #222222CC;
  font-weight: 400;
  margin-top: 8px;
  display: block;
}
.issues__item:hover .issues__item-title {
  color: #B05453;
}
.issues__item:hover .issues__item-top svg path {
  stroke: #B05453;
}
.owl-carousel.owl-issues-init .owl-item img {
  display: block;
  width: inherit;
}
.owl-carousel.owl-issues-init .issues__item {
  display: block;
}
.owl-carousel.owl-issues-init {
  margin-top: 48px;
}
.owl__news.issues-related {
  padding: 64px 0;
}
.owl__issues {
  background: #F9F9F6;
  padding: 64px 0;
}
@media (max-width: 1024px) {
  .issues__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .issues__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .issues__item .issues__item-top img {
    width: 42px;
    height: 42px;
  }
  .issues__item-title {
    font-size: 16px;
    margin-top: 24px;
  }
  .issues__item-description p {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .issues__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.issues__items-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.issues__item-post {
  width: calc(50% - 8px);
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 8px 16px 8px 8px;
  margin: 8px 0;
}
.issues__item-post .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.issues__item-post .left img {
  width: 32px;
  height: 32px;
}
.issues__item-post .left .issues__item-title-post {
  font-weight: 600;
  font-size: 14px;
  color: #1D1D1B;
  margin-left: 8px;
  transition: all 0.3s ease;
}
.issues__item-post svg {
  width: 10px;
  height: 10px;
}
.issues__item-post svg path {
  transition: all 0.3s ease;
}
.issues__item-post:hover svg path {
  stroke: #B05453;
}
.issues__item-post:hover .issues__item-title-post {
  color: #B05453;
}
@media (max-width: 1024px) {
  .issues__item-post {
    width: 100%;
  }
}
/* Issue single */
.issues__single {
  max-width: 792px;
  margin: 64px auto 0 auto;
}
.issues__single .photo img {
  width: 100%;
  border-radius: 8px;
}
.issues__single .issues__single-content {
  margin-top: 48px;
  margin-bottom: 100px;
  padding: 20px 0 20px 20px;
  border-left: 4px solid #B05453;
}
.issues__single .issues__single-content .section__title {
  margin-bottom: 48px;
}
.issues__single .issues__single-content p {
  padding-bottom: 24px;
}
.issues__single .issues__single-content a {
  color: #B05453;
  font-weight: 600;
}
/* Projects page */
.projects {
  padding-top: 100px;
}
.projects__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.projects__item {
  transition: all 0.3s ease-in-out;
}
.projects__item-img {
  height: 240px;
}
.projects__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.projects__item .projects__item-title-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
.projects__item .projects__item-title-group .issues__item-title {
  margin-top: 0;
  width: calc(100% - 20px);
}
.projects__item svg {
  margin-top: 8px;
}
.projects__item svg path {
  transition: all 0.3s ease-in-out;
}
.projects__item:hover .issues__item-title {
  color: #B05453;
}
.projects__item:hover svg path {
  stroke: #B05453;
}
#project-single .publication__single-inner {
  margin-top: 64px;
}
#project-single .publication__single-footer {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .projects {
    padding-top: 60px;
  }
  .projects__items {
    grid-template-columns: repeat(1, 1fr);
  }
  #project-single .publication__single-printbtn {
    margin-bottom: 15px;
  }
}
/* Project single */
/* Publications page */
.publications__nav-inner {
  margin-top: 24px;
  margin-bottom: 64px;
}
.publication__menu-static {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.publication__menu-static li + li {
  margin-left: 4px;
}
.publication__menu-static li a {
  color: #1D1D1B;
  font-weight: 500;
  padding: 8px 12px;
  background: transparent;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.publication__menu-static li a:hover {
  background: #EEEEE7;
}
.publication__menu-static li.current_page_item a {
  background: #EEEEE7;
}
#top-menu-publications.top__nav > li.menu-item-has-children > a,
#top-menu-archives.top__nav > li.menu-item-has-children > a {
  border-radius: 8px;
  border: 1px solid #D9D9CC;
  padding: 8px 12px;
}
#top-menu-publications.top__nav > li.menu-item-has-children > a svg,
#top-menu-archives.top__nav > li.menu-item-has-children > a svg {
  margin-left: 10px;
}
#top-menu-publications.top__nav > li > ul,
#top-menu-archives.top__nav > li > ul {
  top: 50px;
}
.publications__nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.publications__nav-select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.publications__nav-select ul + ul {
  margin-left: 16px;
}
#top-menu-archives .sub-menu {
  max-height: 300px;
  overflow-y: scroll;
}
@media (max-width: 1024px) {
  #top-menu-archives.top__nav > li > ul {
    left: 15px;
  }
  .short-post__media {
    height: 180px;
  }
  .short-post__title-link span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .publication__menu-static {
    width: 100%;
    margin-bottom: 15px;
  }
  .publications__nav-select {
    width: 100%;
    max-width: 500px;
  }
  #top-menu-publications.top__nav > li > ul,
  #top-menu-archives.top__nav > li > ul {
    position: absolute;
  }
  #top-menu-publications.top__nav > li.menu-item-has-children > a,
  #top-menu-archives.top__nav > li.menu-item-has-children > a {
    width: 100%;
    justify-content: space-between;
  }
  #top-menu-publications > li,
  #top-menu-archives > li {
    width: 100%;
  }
  .publication__menu-static {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    scrollbar-width: none;
    /* Firefox */
  }
  .publication__menu-static li a {
    display: block;
  }
  .publication__menu-static li:first-child {
    padding-left: 0;
  }
  .publication__menu-static::-webkit-scrollbar {
    display: none;
    /* Chrome / Safari */
  }
  .publication__menu-static > * {
    flex: 0 0 auto;
  }
  .short-posts {
    display: grid;
    grid-template-columns: auto;
    gap: 24px;
  }
  .pagination.mx-auto {
    display: none;
  }
  .short-post__meta {
    margin-top: 12px;
  }
  .publications__nav-select {
    position: relative;
  }
  #top-menu-publications.top__nav > li,
  #top-menu-archives.top__nav > li {
    position: static;
  }
  #top-menu-archives.top__nav > li > ul {
    position: absolute;
    left: unset;
    right: 0;
    width: 48%;
    text-align: left;
  }
  #top-menu-publications.top__nav > li > ul {
    position: absolute;
    left: 0;
    right: unset;
    width: 48%;
    text-align: left;
  }
  .pagination-wrap {
    margin-top: 20px;
  }
  .short-posts .short-post {
    margin-bottom: 24px;
  }
}
@media (max-width: 470px) {
  #top-menu-archives.top__nav > li > ul,
  #top-menu-publications.top__nav > li > ul {
    width: 100%;
  }
}
/* Publication single */
.publication__single-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.publication__single-left {
  width: 51%;
}
.publication__single-sidebar {
  width: 41%;
}
.publication__single-meta {
  margin-top: 24px;
  padding: 17px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #D9D9CC;
  border-bottom: 1px solid #D9D9CC;
  font-size: 14px;
  font-weight: 600;
  color: #6F7244;
}
.publication__single-meta a {
  color: #6F7244;
}
.publication__single-content {
  margin-top: 48px;
  color: #222222CC;
  line-height: 1.5;
}
.publication__single-content p {
  margin-bottom: 10px;
}
.publication__single-content img {
  border-radius: 8px;
  margin-bottom: 10px;
}
.publication__single-content strong {
  color: #222;
  font-weight: 700;
}
.publication__single-content a {
  color: #6F7244;
  text-decoration: underline;
  font-weight: 500;
}
.publication__single-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid #EAECF0;
  margin-top: 48px;
}
.publication__single-printbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: #222222;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.publication__single-printbtn svg {
  margin-left: 2px;
  transition: transform 0.3s ease-in-out;
}
.publication__single-printbtn svg path {
  transition: stroke 0.3s ease-in-out;
}
.publication__single-printbtn:hover {
  color: #B05453;
}
.publication__single-printbtn:hover svg {
  transform: translateX(3px);
}
.publication__single-printbtn:hover svg path {
  stroke: #B05453;
}
.publication__single-image {
  margin-bottom: 24px;
}
.publication__single-image img {
  border-radius: 8px;
}
.publication__single-sidebar-item {
  background: #F4F4F0;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.publication__single-sidebar-title {
  color: #222222;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 24px;
}
.publication__single-tag {
  font-size: 14px;
  color: #222222;
  font-weight: 600;
  margin-right: 16px;
  border-bottom: 1px solid transparent;
  margin-bottom: 8px;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
}
.publication__single-tag:hover {
  color: #6F7244;
  border-color: #6F7244;
  opacity: 1;
}
@media (max-width: 1024px) {
  .publication__single-sidebar {
    width: 30%;
  }
  .publication__single-left {
    width: 64%;
  }
}
@media (max-width: 768px) {
  .publication__single-inner {
    flex-direction: column-reverse;
  }
  .publication__single-sidebar,
  .publication__single-left {
    width: 100%;
  }
  .publication__single-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-meta__date {
    margin: 10px 0;
  }
}
/* About page */
/* Staff page */
.team__items {
  margin-top: 16px;
}
.team__item {
  margin-top: 16px;
}
.team__item:hover .team__item-more {
  opacity: 1;
}
.team__item-img {
  width: 100%;
  border-radius: 8px;
}
.team__item-title {
  margin-top: 20px;
}
.team__item-title a {
  color: #1D1D1B;
  font-weight: 600;
  font-size: 20px;
}
.team__item-excerpt {
  color: #222222CC;
  margin: 4px 0 8px 0;
}
.team__item-more {
  color: #B05453;
  font-weight: 700;
  transition: all 0.3s ease;
  opacity: 0;
}
.team__item-title,
.team__item-excerpt,
.team__item-more {
  padding: 0 24px;
}
.staff__single {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 64px 0;
  padding-bottom: 64px;
  border-bottom: 2px solid #EAECF0;
}
.staff__single .photo {
  width: 486px;
}
.staff__single .photo img {
  width: 100%;
  border-radius: 8px;
}
.staff__single-content {
  width: calc(100% - 586px);
}
.staff__single-meta {
  padding: 17px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
  border-top: 1px solid #EAECF0;
  border-bottom: 1px solid #EAECF0;
}
.staff__single-text {
  margin-top: 48px;
}
.staff__single-text p {
  line-height: 1.5;
  color: #222222CC;
}
.staff__single-text p + p {
  margin-top: 24px;
}
.owl__staff .owl__news-nav,
.owl__news.owl__staff {
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .staff__single .photo {
    width: 300px;
  }
  .staff__single-content {
    width: calc(100% - 330px);
  }
}
@media (max-width: 768px) {
  .short-posts,
  .team__items {
    display: block;
  }
  .staff__single .photo {
    width: 100%;
  }
  .staff__single-content {
    width: 100%;
    margin-top: 15px;
  }
  .staff__single-excpert {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* Internship page */
.internship__top {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch;
}
.internship__top-text {
  width: calc(50% - 12px);
  background: #F9F9F6;
  border-radius: 8px;
  padding: 40px;
}
.internship__top-text .section__title {
  color: #6F7244;
}
.internship__top-text strong {
  display: block;
  margin-top: 16px;
  color: #222222CC;
  line-height: 1.5;
  font-weight: 600;
}
.internship__top-text p {
  margin-top: 16px;
  color: #222222CC;
}
.internship__top-text a {
  color: #222222CC;
  text-decoration: underline;
}
.internship__top-image {
  width: calc(50% - 12px);
}
.internship__top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
@media (max-width: 1250px) {
  .internship__top .section__title {
    font-size: 28px;
  }
  .internship__top-text {
    padding: 15px;
  }
  .internship__top strong,
  .internship__top p {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .internship__top {
    display: block;
  }
  .internship__top-text {
    width: 100%;
  }
  .internship__top-image {
    width: 100%;
    margin-top: 24px;
  }
}
/*# sourceMappingURL=main.css.map */