/* views-reset */
.views-reset .view-content.row{
 width:100%;
margin: auto;
}

/*** SIMPLENEWS ***/
.simplenews-confirm-multi .form-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.simplenews-confirm-multi .form-actions > button {
  margin-right: 15px;
}

/* RESOURCES page title */
.title-wrapper{
  max-width: 480px;
  margin-bottom: 32px;
}
.title-wrapper > *{
  letter-spacing: initial;
}


/* MEDIA CONTACTS ADJUSTMENT WITH THE POPUP */
.media-contacts__item:last-child .media-contacts__info{
	right: 100%;
	left: unset;
}

.media-contacts__item:last-child .media-contacts__info:before{
	right: -15px;
	left: unset;
	transform:  rotate(180deg);
}

.media-contacts__close{
	width: 50%;
}

/* EVENT TEASER THUMBNAIL */
.works .media{
  padding-bottom:60% !important;
}


/* EVENT TEASER THUMBNAIL 
.works .media{
  padding-bottom:60% !important;
}*/

/* BOOTSTRAP GRID fix width 100% */
.grid .row{
 justify-content: center;
}

.views-view-grid{
  width: 100%;
}

/* PARTNERS SECTION TITLE */
h2.partners-title{
  text-transform: uppercase;
}

/* SDGs */
@media (min-width: 560px){
   .sdgs .field--type-image{
      margin: 0 1rem 0 0;
      float: none;
   }
}
@media (max-width: 559px){
.sdgs .field__items .field__item .field--type-image{
  margin: 0 1rem 0 0;
  margin-bottom: 16px;
}

}

/* SECLTION BANNER DONATE */ 
.section-banner{
	background: #f5f6fa;
}

@media (max-width: 1080px){
	.section-banner:before{
		content: none;
	}
	.section-banner .overview-segment{
		color: #444;
	}
	.section-banner .overview-segment.-default h2{
		color:  #444;
	}
	.section-banner .overview-segment.-default .btn.btn-default, .section-banner .overview-segment.-default .btn.btn-outline-secondary{
		border:  1px solid #444;
		color: #444;
	}
	.section-banner .overview-segment.-default .btn.btn-default span, .section-banner .overview-segment.-default .btn.btn-outline-secondary span{
		color: #444;
	}
}

/* views-reset */
.views-reset .view-content.row{
 width:100%;
margin: auto;
}


/* RESOURCES page title */
.title-wrapper{
  max-width: 480px;
  margin-bottom: 32px;
}
.title-wrapper > *{
  letter-spacing: initial;
}


/* MEDIA CONTACTS ADJUSTMENT WITH THE POPUP */
.media-contacts__item:last-child .media-contacts__info{
	right: 100%;
	left: unset;
}

.media-contacts__item:last-child .media-contacts__info:before{
	right: -15px;
	left: unset;
	transform:  rotate(180deg);
}

.media-contacts__close{
	width: 50%;
}

/* EVENT TEASER THUMBNAIL */
.works .media{
  padding-bottom:60% !important;
}


/* EVENT TEASER THUMBNAIL 
.works .media{
  padding-bottom:60% !important;
}*/

/* BOOTSTRAP GRID fix width 100% */
.grid .row{
 justify-content: center;
}

.views-view-grid{
  width: 100%;
}

/* PARTNERS SECTION TITLE */
h2.partners-title{
  text-transform: uppercase;
}

/* SDGs */
@media (min-width: 560px){
   .sdgs .field--type-image{
      margin: 0 1rem 0 0;
      float: none;
   }
}
@media (max-width: 559px){
.sdgs .field__items .field__item .field--type-image{
  margin: 0 1rem 0 0;
  margin-bottom: 16px;
}

}

/* SECLTION BANNER DONATE */ 
.section-banner{
	background: #f5f6fa;
}

@media (max-width: 1080px){
	.section-banner:before{
		content: none;
	}
	.section-banner .overview-segment{
		color: #444;
	}
	.section-banner .overview-segment.-default h2{
		color:  #444;
	}
	.section-banner .overview-segment.-default .btn.btn-default, .section-banner .overview-segment.-default .btn.btn-outline-secondary{
		border:  1px solid #444;
		color: #444;
	}
	.section-banner .overview-segment.-default .btn.btn-default span, .section-banner .overview-segment.-default .btn.btn-outline-secondary span{
		color: #444;
	}
}

/*  image side by side */

@media (min-width:  957px){
	.paragraph.paragraph--type--side-image{
		margin: unset;
	}

}

@media (min-width: 1288px){

	.paragraph.paragraph--type--side-image{
		margin: 0 -16.15%;
	}
}