.field-published-date,
.field--type-file {
  padding-bottom: 40px;
}

@media (max-width: 992px) {
  .field-published-date,
  .field--type-file {
    padding-bottom: 20px;
  }
}

.page-node-type-event .page-header,
.page-node-type-news .page-header,
.page-node-type-varbase-blog .page-header,
.page-node-type-press-release- .page-header,
.page-node-type-impact-story .page-header,
.page-node-type-publication .page-header,
.page-node-type-microsite-news .page-header {
  border-bottom: solid 1px #cfcccc;
  padding-bottom: 20px;
  margin-bottom: 35px;
}

.publish-date,
.author,
.goals,
.field--type-file .field__label,
.location-field,
.donors,
.field--type-email,
.publication {
  text-transform: capitalize;
  font-weight: bold;
  line-height: 1.63;
}

.publish-date::before,
.author::before,
.goals::before,
.field--type-file .field__label::before,
.location-field::before,
.donors::before,
.field--type-email::before,
.publication::before {
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
  
  margin-right: 5px;
  vertical-align: text-top;
}

[dir="rtl"] .publish-date::before,
[dir="rtl"] .author::before,
[dir="rtl"] .goals::before,
[dir="rtl"] .field--type-file .field__label::before,
[dir="rtl"] .location-field::before,
[dir="rtl"] .donors::before,
[dir="rtl"] .field--type-email::before,
[dir="rtl"] .publication::before {
  margin-right: 0;
  
  margin-left: 5px;
}

.field--type-email {
  text-transform: none;
}

.path-node .bs-region--left {
  margin-bottom: 20px;
}

.path-node .bs-region--left .field,
.path-node .bs-region--left .field-published-date,
.path-node .bs-region--left .share-node {
  padding-bottom: 40px;
}

@media (max-width: 991px) and (min-width: 480px) {
  .path-node .bs-region--left .field,
  .path-node .bs-region--left .field-published-date,
  .path-node .bs-region--left .share-node {
    padding-bottom: 20px;
  }

  .path-node .bs-region--left .field div,
  .path-node .bs-region--left .field h5,
  .path-node .bs-region--left .field-published-date div,
  .path-node .bs-region--left .field-published-date h5,
  .path-node .bs-region--left .share-node div,
  .path-node .bs-region--left .share-node h5 {
    display: inline-block;
  }

  .path-node .bs-region--left .field .field-label-above::after,
  .path-node .bs-region--left .field h5::after,
  .path-node .bs-region--left .field-published-date .field-label-above::after,
  .path-node .bs-region--left .field-published-date h5::after,
  .path-node .bs-region--left .share-node .field-label-above::after,
  .path-node .bs-region--left .share-node h5::after {
    content: ": ";
    
    margin-right: 5px;
  }

  [dir="rtl"] .path-node .bs-region--left .field .field-label-above::after,
  [dir="rtl"] .path-node .bs-region--left .field h5::after,
  [dir="rtl"] .path-node .bs-region--left .field-published-date .field-label-above::after,
  [dir="rtl"] .path-node .bs-region--left .field-published-date h5::after,
  [dir="rtl"] .path-node .bs-region--left .share-node .field-label-above::after,
  [dir="rtl"] .path-node .bs-region--left .share-node h5::after {
    margin-right: 0;
    
    margin-left: 5px;
  }
}

@media (max-width: 480px) {
  .path-node .bs-region--left .field,
  .path-node .bs-region--left .field-published-date,
  .path-node .bs-region--left .share-node {
    padding-bottom: 20px;
  }
}

.path-node .bs-region--left .field .location,
.path-node .bs-region--left .field-published-date .location,
.path-node .bs-region--left .share-node .location {
  text-transform: capitalize;
}

.publish-date::before {
  
  background: url(../../images/time.svg) no-repeat scroll 0 0;
}

[dir="rtl"] .publish-date::before {
  
  background: url(../../images/time.svg) no-repeat scroll 100% 0;
}

.author::before {
  
  background: url(../../images/author.svg) no-repeat scroll 0 0;
}

[dir="rtl"] .author::before {
  
  background: url(../../images/author.svg) no-repeat scroll 100% 0;
}

.goals::before {
  
  background: url(../../images/goals.svg) no-repeat scroll 0 0;
}

[dir="rtl"] .goals::before {
  
  background: url(../../images/goals.svg) no-repeat scroll 100% 0;
}

.donors::before {
  
  background: url(../../images/donor.svg) no-repeat scroll 0 0;
}

[dir="rtl"] .donors::before {
  
  background: url(../../images/donor.svg) no-repeat scroll 100% 0;
}

.location-field::before {
  
  background: url(../../images/address-location.svg) no-repeat scroll 0 0;
  width: 14px;
}

[dir="rtl"] .location-field::before {
  
  background: url(../../images/address-location.svg) no-repeat scroll 100% 0;
}

.publication::before {
  
  background: url(../../images/type.svg) no-repeat scroll 0 0;
}

[dir="rtl"] .publication::before {
  
  background: url(../../images/type.svg) no-repeat scroll 100% 0;
}

.publication-type {
  display: block;
}

.publication-type::after {
  content: ",";
  
  padding-right: 5px;
}

[dir="rtl"] .publication-type::after {
  padding-right: 0;
  
  padding-left: 5px;
}

.publication-type:last-child::after {
  content: "";
}

.goals-list {
  display: inline-block;
}

.goals-list::after {
  content: ",";
  
  padding-right: 5px;
}

[dir="rtl"] .goals-list::after {
  padding-right: 0;
  
  padding-left: 5px;
}

.goals-list:last-child::after {
  content: "";
}

.field--type-file .field__label::before {
  height: 23px;
  
  background: url(../../images/pdf.svg) no-repeat scroll 0 0;
}

[dir="rtl"] .field--type-file .field__label::before {
  
  background: url(../../images/pdf.svg) no-repeat scroll 100% 0;
}

.field--type-file .file--application-pdf {
  display: block;
  font-size: inherit;
  font-weight: inherit;
}

.field--type-file .file--application-pdf .file-link {
  border: none;
  color: #2d7436;
  padding: 0;
}

@media (max-width: 991px) {
  .field--type-file .file--application-pdf .file-link {
    display: inline-block;
    width: auto;
    
    margin-left: 5px;
  }

  [dir="rtl"] .field--type-file .file--application-pdf .file-link {
    margin-left: 0;
    
    margin-right: 5px;
  }
}

.field--type-file .file--application-pdf .file-icon {
  display: none;
}

.field--type-file .file--application-pdf .file-size {
  display: none;
}

.share-node > h5 {
  margin: 0;
  font-size: var(--bs-body-font-size);
  font-weight: bold;
  line-height: 1.63;
}

.share-node > h5:before {
  content: "";
  
  background: url(../../images/share.svg) no-repeat scroll 0 0;
  height: 18px;
  width: 18px;
  display: inline-block;
  
  margin-right: 5px;
  vertical-align: middle;
}

[dir="rtl"] .share-node > h5:before {
  
  background: url(../../images/share.svg) no-repeat scroll 100% 0;
  margin-right: 0;
  
  margin-left: 5px;
}

.share-node .sharethis-wrapper .stButton {
  
  margin-right: 15px;
  margin-top: 15px;
}

[dir="rtl"] .share-node .sharethis-wrapper .stButton {
  margin-right: 0;
  
  margin-left: 15px;
}

.share-node .sharethis-wrapper .stButton .chicklets {
  background-image: none;
  padding: 0;
}

.share-node .sharethis-wrapper .stButton .chicklets:before {
  font-size: 19px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "";
  color: #858585;
}

.share-node .sharethis-wrapper .stButton .chicklets:hover:before {
  color: #2d7436;
}

.share-node .sharethis-wrapper .stButton .twitter:before {
  content: "\f099";
}

.share-node .sharethis-wrapper .stButton .facebook:before {
  content: "\f09a";
}

.share-node .sharethis-wrapper .stButton .email:before {
  content: "\f0e0";
}

.share-node .sharethis-wrapper .stButton .linkedin:before {
  content: "\f0e1";
}

.share-node .sharethis-wrapper .stButton .googleplus:before {
  content: "\f0d5";
}

.caption {
  font-size: 14px;
  color: #858585;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 20px;
}

.view-id-press_release .views-row,
.view-job-vacancy .views-row {
  border-bottom: solid 1px #cfcccc;
}

.view-id-press_release .views-row .node--view-mode-title-only .bs-region--main .field--name-node-post-date,
.view-id-press_release .views-row .node--view-mode-title-only .bs-region--main .field--name-field-announcement-date,
.view-job-vacancy .views-row .node--view-mode-title-only .bs-region--main .field--name-node-post-date,
.view-job-vacancy .views-row .node--view-mode-title-only .bs-region--main .field--name-field-announcement-date {
  color: #858585;
  padding-top: 20px;
}

.view-id-press_release .views-row .node--view-mode-title-only .bs-region--main .field--name-node-title,
.view-job-vacancy .views-row .node--view-mode-title-only .bs-region--main .field--name-node-title {
  padding: 5px 0 15px;
}

.view-id-press_release .views-row .node--view-mode-title-only .bs-region--main .title-only,
.view-job-vacancy .views-row .node--view-mode-title-only .bs-region--main .title-only {
  margin: 0;
  text-transform: initial;
}

.view-id-press_release .views-row .node--view-mode-title-only .bs-region--main .title-only a,
.view-job-vacancy .views-row .node--view-mode-title-only .bs-region--main .title-only a {
  color: #3c3c3b;
}

.view-id-press_release .views-row .node--view-mode-title-only .bs-region--main .title-only a:hover,
.view-job-vacancy .views-row .node--view-mode-title-only .bs-region--main .title-only a:hover {
  color: #2d7436;
}

.view-press-release .views-row:last-child .node--view-mode-title-only {
  border-bottom: none;
}

.view-press-release .views-row:first-child .field--name-node-post-date {
  padding-top: 0 !important;
}

.other-programs,
.other-innovation,
.other-cross-cutting-theme {
  padding: 15px;
  background-color: #f3f3f3;
}

.other-programs h2.block-title,
.other-innovation h2.block-title,
.other-cross-cutting-theme h2.block-title {
  font-size: 20px;
  padding-bottom: 15px;
}

.other-programs .views-field-title,
.other-innovation .views-field-title,
.other-cross-cutting-theme .views-field-title {
  padding-bottom: 15px;
}

.other-programs .views-field-title .field-content a,
.other-innovation .views-field-title .field-content a,
.other-cross-cutting-theme .views-field-title .field-content a {
  color: #3c3c3b;
  font-weight: bold;
}

.other-programs .views-field-title .field-content a:hover,
.other-innovation .views-field-title .field-content a:hover,
.other-cross-cutting-theme .views-field-title .field-content a:hover {
  color: #2d7436;
}

.recent-programs-view {
  padding: 15px 0;
}

.node--view-mode-vertical-media-teaser-small {
  outline: solid 1px #cfcccc;
  transition: outline .6s linear;
  margin: .5em;
  padding: 15px;
  height: inherit;
}

.node--view-mode-vertical-media-teaser-small:hover {
  outline: solid 3px #2d7436;
}

.node--view-mode-vertical-media-teaser-small .field--name-body {
  font-size: 16px;
  margin: 0;
}

.node--view-mode-vertical-media-teaser-small .field--name-node-title h4 {
  text-transform: initial;
  margin-top: 0;
}

.node--view-mode-vertical-media-teaser-small .field--name-node-title h4 a {
  color: #3c3c3b;
}

.node--view-mode-vertical-media-teaser-small .field--name-node-title h4 a:hover {
  color: #2d7436;
}

.node--view-mode-vertical-media-teaser-small:hover {
  cursor: pointer;
  transition: .4s;
}

.node--view-mode-vertical-media-teaser-small:hover h4 a {
  color: #2d7436;
}

@media (min-width: 991px) {
  .node--view-mode-vertical-media-teaser-small {
    margin: 0;
  }
}

.all-jobs h2.text-center {
  
  text-align: left !important;
}

[dir="rtl"] .all-jobs h2.text-center {
  
  text-align: right !important;
}

.page-node-type-press-release- h1.page-header,
.page-node-type-varbase-blog h1.page-header,
.page-node-type-event h1.page-header,
.page-node-type-impact-story h1.page-header,
.page-node-type-news h1.page-header,
.page-node-type-publication h1.page-header,
.page-node-type-microsite-news h1.page-header {
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
}

@media (max-width: 480px) {
  .page-node-type-press-release- h1.page-header,
  .page-node-type-varbase-blog h1.page-header,
  .page-node-type-event h1.page-header,
  .page-node-type-impact-story h1.page-header,
  .page-node-type-news h1.page-header,
  .page-node-type-publication h1.page-header,
  .page-node-type-microsite-news h1.page-header {
    font-size: 28px;
    line-height: inherit;
  }
}

.page-node-type-mel-project .region-header h1.page-header {
  font-size: 16px;
  text-align: center;
  margin: 0 100px;
}

@media (max-width: 768px) {
  .page-node-type-mel-project .region-header h1.page-header {
    margin: 0;
  }
}

.page-node-type-mel-project .region-header h1.page-header .title-label {
  color: inherit;
  display: inline-block;
  margin: 0 0 4px;
  padding: 8px 10px;
  font-weight: 1000;
  font-size: 20px;
}

@media (max-width: 480px) {
  .page-node-type-mel-project .region-header h1.page-header .title-label {
    margin-top: 35px;
  }
}

.related-person {
  padding: 30px;
  background-color: #f3f3f3;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .related-person {
    margin-bottom: 15px;
  }
}

.related-person h3.field-label-above {
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-weight: normal;
}

.related-person .node--type-experts {
  margin-bottom: 30px;
}

.related-person .node--type-experts:last-child {
  margin-bottom: 0;
}

.page-node-type-research-program .node--view-mode-teaser .field {
  margin-bottom: 10px;
}

.page-node-type-research-program .node--view-mode-teaser .field:last-child {
  margin-bottom: 0;
}

.page-node-type-research-program .node--view-mode-teaser .field--name-node-title {
  font-weight: bold;
}

.page-node-type-research-program .node--view-mode-teaser .field--type-email {
  font-weight: normal;
}

.page-node-type-research-program .node--view-mode-teaser .field--type-email::before {
  
  background: url(../../images/email.svg) no-repeat scroll 0 0;
  margin-top: 3px;
}

[dir="rtl"] .page-node-type-research-program .node--view-mode-teaser .field--type-email::before {
  
  background: url(../../images/email.svg) no-repeat scroll 100% 0;
}

.capacity-development-landing-page .newsletter-wrapper {
  margin-top: 0;
}

.capacity-development-landing-page .bs-region--main .block-region-main {
  margin-bottom: 50px;
}

.page-node-type-cross-cutting-theme .full .content > .field--type-text-with-summary,
.page-node-type-cross-cutting-theme .full .bs-region--main > .field--type-text-with-summary,
.page-node-type-cross-cutting-theme .node--view-mode-full .content > .field--type-text-with-summary,
.page-node-type-cross-cutting-theme .node--view-mode-full .bs-region--main > .field--type-text-with-summary,
.page-node-type-research-program .full .content > .field--type-text-with-summary,
.page-node-type-research-program .full .bs-region--main > .field--type-text-with-summary,
.page-node-type-research-program .node--view-mode-full .content > .field--type-text-with-summary,
.page-node-type-research-program .node--view-mode-full .bs-region--main > .field--type-text-with-summary,
.page-node-type-research-theme .full .content > .field--type-text-with-summary,
.page-node-type-research-theme .full .bs-region--main > .field--type-text-with-summary,
.page-node-type-research-theme .node--view-mode-full .content > .field--type-text-with-summary,
.page-node-type-research-theme .node--view-mode-full .bs-region--main > .field--type-text-with-summary,
.page-node-type-project .full .content > .field--type-text-with-summary,
.page-node-type-project .full .bs-region--main > .field--type-text-with-summary,
.page-node-type-project .node--view-mode-full .content > .field--type-text-with-summary,
.page-node-type-project .node--view-mode-full .bs-region--main > .field--type-text-with-summary {
  margin-bottom: 50px;
}

.page-node-type-microsite-news .bs-region--right {
  margin-bottom: 80px;
}

.field--name-field-highlight-text {
  padding-bottom: 15px;
}

.page-node-type-publication .combined-fields {
  margin-bottom: 15px;
}

.page-node-type-publication .combined-fields div, .page-node-type-publication .combined-fields h5 {
  display: inline;
  font-weight: normal;
}

.page-node-type-publication .combined-fields .field--name-field-contributors:before {
  content: ", ";
}

.page-node-type-publication .combined-fields .field--name-field-mel-keywords .field__item:after,
.page-node-type-publication .combined-fields .field--name-field-agrovoc-keywords .field__item:after {
  content: ",";
}

.page-node-type-publication .combined-fields .field--name-field-mel-keywords .field__item:last-child:after,
.page-node-type-publication .combined-fields .field--name-field-agrovoc-keywords .field__item:last-child:after {
  content: "";
}

.page-node-type-publication .combined-fields .field--name-field-agrovoc-keywords:before {
  content: ", ";
}

.page-node-type-publication .field--name-field-image {
  display: inline;
  
  float: left;
  
  padding-right: 30px;
}

[dir="rtl"] .page-node-type-publication .field--name-field-image {
  
  float: right;
  padding-right: 0;
  
  padding-left: 30px;
}

@media (max-width: 480px) {
  .page-node-type-publication .field--name-field-image {
    padding-bottom: 15px;
    
    padding-right: 0;
  }

  [dir="rtl"] .page-node-type-publication .field--name-field-image {
    padding-right: 0;
    
    padding-left: 0;
  }
}

.page-node-type-publication .field-label-above {
  display: inline;
  margin-bottom: 15px;
}

.page-node-type-publication .citation-field {
  margin: 15px 0;
}

.page-node-type-publication .field--type-link .field__label {
  font-weight: normal;
}

.margin-bottom-80 {
  margin-bottom: 50px;
}

.slick--optionset--slick-3-slides.unslick {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .slick--optionset--slick-3-slides.unslick {
    
    float: left;
    width: 33.3333333333%;
  }

  [dir="rtl"] .slick--optionset--slick-3-slides.unslick {
    
    float: right;
  }
}

.slick-track {
  margin: 0 !important;
}

.slick--optionset--impact-stories-slick-.unslick {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .slick--optionset--impact-stories-slick-.unslick {
    
    float: left;
    width: 50%;
  }

  [dir="rtl"] .slick--optionset--impact-stories-slick-.unslick {
    
    float: right;
  }
}

@media (max-width: 480px) {
  .page-node-type-research-program h1.page-header,
  .page-node-type-research-theme h1.page-header,
  .page-node-type-cross-cutting-theme h1.page-header,
  .page-node-type-innovation h1.page-header {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .page-node-type-news .node--view-mode-full .bs-region--left .author,
  .page-node-type-news .node--view-mode-full .bs-region--left .field,
  .page-node-type-varbase-blog .node--view-mode-full .bs-region--left .author,
  .page-node-type-varbase-blog .node--view-mode-full .bs-region--left .field {
    display: inline-block;
  }

  .page-node-type-news .node--view-mode-full .bs-region--left .field,
  .page-node-type-varbase-blog .node--view-mode-full .bs-region--left .field {
    
    padding-left: 5px;
  }

  [dir="rtl"] .page-node-type-news .node--view-mode-full .bs-region--left .field,
  [dir="rtl"] .page-node-type-varbase-blog .node--view-mode-full .bs-region--left .field {
    padding-left: 0;
    
    padding-right: 5px;
  }
}

.node--view-mode-image-and-link {
  margin-bottom: 30px;
  margin-top: 15px;
  cursor: pointer;
}

.node--view-mode-image-and-link img {
  transition: transform .75s linear !important;
}

.node--view-mode-image-and-link:hover .field--type-image img {
  transform: scale(1.03) !important;
}

.node--view-mode-image-and-link:hover .field--name-node-title {
  color: #2d7436;
}

.node--view-mode-image-and-link .field--name-node-title {
  margin-top: 10px;
}

.block-border-top {
  border-top: 3px solid;
  padding-top: 30px;
}

.border-green {
  border-color: #2d7436;
}

.block-border-top h2 {
  margin-top: 0;
}

.related-subjects {
  margin-top: 30px;
}

.related-subjects .views-field-field-subject-image {
  margin: 0 auto 30px;
  min-height: 245px;
  border: solid 1px #cfcccc !important;
}

.related-subjects .subject-title {
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

.related-subjects .card-subject-image {
  position: relative;
}

.related-subjects .card-subject-image .subject-title {
  top: 45%;
  height: 55%;
  position: absolute;
  width: 100%;
}

.related-subjects .card-subject-image .subject-title a {
  color: #fff;
}

.related-subjects .card-subject-icon img {
  display: block;
  padding-top: 20px;
  margin: 0 auto;
}

.related-subjects .card-subject-icon .subject-title {
  top: 23px;
}

.related-subjects .card-subject-icon .subject-title a {
  color: #3c3c3b;
}

.related-subjects .card-subject-icon .subject-title a:hover {
  color: #2d7436;
}

.one-page-mel-project {
  background-color: #2d7436;
  color: #fff;
  display: inline;
  padding: 8px 10px;
  font-size: 30px;
}

@media (max-width: 480px) {
  .one-page-mel-project {
    font-size: 22px;
  }
}

.heading-border-bottom {
  padding-top: 30px;
  border-top: 3px solid #2d7436;
  display: block;
  margin-top: 5px;
}

.mel-team-member {
  margin-bottom: 30px;
}

.bg-light-gray .field__label,
.bg-light-gray .field-label-above {
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 10px;
}

.ic-box {
  padding: 15px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .ic-box {
    margin-bottom: 15px;
  }
}

.bg-light-gray {
  background-color: #f3f3f3;
}

.bg-light-green {
  background-color: #c6dfd0;
}

.bg-light-orange {
  background-color: #f7e8d8;
}

.field--name-field-impact-pathway-image {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .field--name-field-impact-pathway-image {
    margin-bottom: 30px;
  }
}

.row-mel-logo {
  margin-bottom: 30px;
}

.mel-logo {
  position: relative;
  min-height: 150px;
  max-height: 150px;
}

@media (min-width: 992px) {
  .mel-logo {
    min-height: 225px;
    max-height: 225px;
  }
}

.mel-logo img {
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  
  left: 50%;
  
  transform: translate(-50%, 0);
  max-height: 150px;
}

[dir="rtl"] .mel-logo img {
  left: auto;
  
  right: 50%;
  
  transform: translate(50%, 0);
}

@media (min-width: 992px) {
  .mel-logo img {
    max-height: 225px;
  }
}

.logo-text {
  font-size: 14px;
  text-align: center;
  color: #3c3c3b;
  margin-top: 10px;
  min-height: 130px;
}

@media (max-width: 480px) {
  .logo-text {
    min-height: 110px;
    font-size: 12px;
  }
}

.field--name-field-period-of-implementations .field__label:before {
  
  background: url(../../images/white-time.svg) no-repeat scroll 0 0;
}

[dir="rtl"] .field--name-field-period-of-implementations .field__label:before {
  
  background: url(../../images/white-time.svg) no-repeat scroll 100% 0;
}

.field--name-field-total-budget .field__label::before {
  
  background: url(../../images/money-bag.svg) no-repeat scroll 0 0;
}

[dir="rtl"] .field--name-field-total-budget .field__label::before {
  
  background: url(../../images/money-bag.svg) no-repeat scroll 100% 0;
}

.field--name-field-total-budget .field__item::before {
  content: "USD ";
}

.mel-about-images {
  margin-top: 30px;
}

.mel-about-images .field-item {
  margin-bottom: 30px;
}

.mel-about-images .img-fluid,
.mel-about-images .img-responsive {
  border-radius: 100%;
}

.about-images {
  margin-top: 30px;
}

.about-images .field-item {
  margin-bottom: 30px;
}

.location-country .location-row {
  background-color: #3d8217;
  margin-bottom: 15px;
  padding: 7px 15px 0px;
  color: #fff;
}

.location-country .views-field-field-country {
  display: inline-block;
  width: 80%;
  font-size: 18px;
  font-weight: bold;
}

.location-country .views-field-field-country-value {
  display: inline-block;
  
  text-align: right;
  width: 20%;
  height: 32px;
}

[dir="rtl"] .location-country .views-field-field-country-value {
  
  text-align: left;
}

.location-country .flag-icon {
  width: 32px;
  height: 30px;
  top: -6px;
}

.page-node-type-event .block-views-blockevents-upcoming-events-except-block {
  margin-top: 50px;
}

.page-node-type-event .block-views-blockevents-upcoming-events-except-block .block-title {
  text-align: center;
}

